@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap");
* {
  transition: all ease 400ms;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif;
}

.animate__animated {
  visibility: hidden;
}

.animate__slideInDown, .animate__slideInLeft, .animate__slideInRight {
  visibility: visible;
}

.container {
  margin: 0 auto;
  max-width: 1440px;
  padding: 0 60px;
  box-sizing: border-box;
}
@media (max-width: 1281px) {
  .container {
    padding: 0 40px;
  }
}
@media (max-width: 769px) {
  .container {
    padding: 0 24px;
  }
}

@media (max-width: 1440px) {
  .hide_after_desktop {
    display: none !important;
  }
}

.show_before_desktop {
  display: none !important;
}
@media (max-width: 1281px) {
  .show_before_desktop {
    display: inline-flex !important;
  }
}

@media (max-width: 1281px) {
  .hide_after_horizontal_tablet {
    display: none !important;
  }
}

.show_before_horizontal_tablet {
  display: none !important;
}
@media (max-width: 1281px) {
  .show_before_horizontal_tablet {
    display: inline-flex !important;
  }
}

@media (max-width: 769px) {
  .hide_after_vertical_tablet {
    display: none !important;
  }
}

.show_before_vertical_tablet {
  display: none !important;
}
@media (max-width: 769px) {
  .show_before_vertical_tablet {
    display: inline-flex !important;
  }
}

#header {
  background: #0243EA;
}
#header .header_box {
  padding: 0 0;
  height: 68px;
  display: inline-flex;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
  box-sizing: border-box;
  position: relative;
  justify-content: space-between;
  column-gap: 14px;
}
#header #logo {
  width: 97px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
#header #logo img {
  display: inline-flex;
  width: 100%;
}
#header #menu {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 145%;
  color: #fff;
  justify-content: flex-end;
  column-gap: 14px;
  width: calc(100% - 111px);
}
#header #menu a {
  text-decoration: none;
}
#header #menu .first_row {
  display: inline-flex;
  align-items: center;
}
@media (min-width: 1282px) {
  #header #menu .first_row {
    visibility: visible;
  }
  #header #menu .first_row .second_line_box {
    visibility: visible;
  }
}
@media (max-width: 1281px) {
  #header #menu .first_row {
    position: absolute;
    top: 68px;
    left: 0;
    background: #fff;
    color: #316AFE;
    width: 100%;
    height: auto;
    min-height: calc(100vh - 40px - 68px);
    z-index: 9999999999;
    flex-flow: column;
    align-items: flex-start;
    padding: 40px 40px;
    box-sizing: border-box;
    overflow: hidden;
  }
  #header #menu .first_row .first_line_item {
    height: auto;
    width: 100%;
  }
  #header #menu .first_row .first_line_item .title {
    color: #0243EA;
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: right center;
    padding-right: 24px;
    background-color: transparent;
  }
  #header #menu .first_row .first_line_item .title svg {
    display: none;
  }
  #header #menu .first_row .first_line_item.has_second_line .title {
    background-image: url("img/arrow_blue_right.png");
  }
  #header #menu .first_row .first_line_item.dots {
    width: auto;
  }
  #header #menu .first_row .first_line_item.dots .title {
    display: none;
  }
  #header #menu .first_row .first_line_item.dots .second_line_box {
    position: relative;
    opacity: 1;
    height: auto;
    top: auto;
    left: auto;
    box-shadow: none;
    overflow: visible;
    transform: none !important;
  }
  #header #menu .first_row .first_line_item.dots .second_line_box .content {
    display: flex;
    flex-flow: column;
    padding: 0;
  }
  #header #menu .first_row .first_line_item.dots .second_line_box .content .second_line_box-column {
    row-gap: 24px;
  }
  #header #menu .first_row .first_line_item.dots .second_line_box .content .box .items {
    row-gap: 0;
  }
  #header #menu .first_row .first_line_item.dots .second_line_box .content .box .items a {
    display: flex;
    flex-flow: column;
    color: #0243EA;
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: right center;
    padding: 8px 24px 8px 12px;
    font-size: 14px;
    font-weight: 500;
  }
  #header #menu .first_row .second_line_box {
    opacity: 1;
    box-shadow: none;
    z-index: 9999;
    top: 104px;
    padding: 39px 40px 148px 40px;
    min-height: calc(100vh - 40px - 68px - 36px);
    box-sizing: border-box;
    overflow-y: scroll;
  }
  #header #menu .first_row .second_line_box .content {
    padding: 0 0 0 0;
  }
  #header #menu .first_row .first_line_item.dots .second_line_box {
    z-index: 1;
    border: none;
    padding: 0 0 0 0;
  }
  #header #menu .first_row .first_line_item.dots .second_line_box .content {
    row-gap: 0;
  }
}
@media (max-width: 769px) {
  #header #menu .first_row {
    left: -24px;
    width: calc(100% + 48px);
  }
}
@media (max-width: 1281px) {
  #header #menu .first_row {
    transform: translate3d(-100%, 0px, 0px);
    transition: all ease 500ms;
  }
  #header #menu .first_row.opened_first_row {
    transform: translate3d(0px, 0px, 0px);
    visibility: visible;
    overflow-y: scroll;
    height: 100vh;
  }
  #header #menu .second_line_box {
    transform: translate3d(100%, 0px, 0px);
    transition: all ease 500ms;
  }
  #header #menu .second_line_box.opened_second_row {
    transform: translate3d(0px, 0px, 0px);
    visibility: visible;
  }
}
#header #menu .first_line_item {
  height: 68px;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
#header #menu .first_line_item .title, #header #menu .first_line_item a.title {
  display: inline-flex;
  align-items: center;
  column-gap: 8px;
  padding: 8px 12px;
  border-radius: 24px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
#header #menu .first_line_item .title .icon, #header #menu .first_line_item a.title .icon {
  display: inline-flex;
  width: 20px;
  height: 20px;
  transform: rotate(180deg);
}
@media (min-width: 1282px) {
  #header #menu .first_line_item.active .title, #header #menu .first_line_item:hover .title {
    background-color: #316AFE;
  }
}
#header #menu .first_line_item.active .title svg {
  transform: rotate(0);
}
#header #menu .second_line_box {
  top: 68px;
  position: absolute;
  background: #fff;
  color: #1A1A1A;
  box-shadow: 0px 29px 29px 0px rgba(116, 126, 124, 0.2117647059);
  width: 100%;
  z-index: 999;
  left: 0;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 1s ease;
}
#header #menu .second_line_box .mobile_title {
  font-size: 14px;
  line-height: 145%;
  font-weight: 500;
  padding: 8px 12px;
  margin-bottom: 16px;
  color: #0243EA;
  margin-top: 16px;
}
#header #menu .second_line_box .content {
  padding: 40px 60px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 60px;
}
@media (max-width: 1281px) {
  #header #menu .second_line_box .content {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 769px) {
  #header #menu .second_line_box .content {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
  }
}
#header #menu .second_line_box .second_line_box-column {
  display: flex;
  flex-flow: column;
  row-gap: 30px;
}
#header #menu .second_line_box .second_line_box-column .box {
  display: flex;
  flex-flow: column;
  row-gap: 10px;
}
#header #menu .second_line_box .second_line_box-column .box .sub_title {
  font-weight: 700;
  font-size: 16px;
}
#header #menu .second_line_box .second_line_box-column .box .items {
  display: flex;
  flex-flow: column;
  row-gap: 10px;
}
#header #menu .second_line_box .second_line_box-column .box .items a {
  font-weight: 500;
  font-size: 14px;
}
#header #menu .second_line_box .second_line_box-column .box .items .empty_menu_punkt {
  min-height: 17px;
}
@media (max-width: 769px) {
  #header #menu .second_line_box .second_line_box-column .box .items .empty_menu_punkt {
    display: none;
  }
}
#header #menu .second_line_box .second_line_box-banner img {
  display: inline-flex;
  width: 100%;
}
#header #menu .second_line_box.active {
  height: auto;
  opacity: 1;
}
#header #menu .second_line_box::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
#header #menu ::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 3px;
}
#header #menu ::-webkit-scrollbar-thumb:hover {
  background: #555;
}
#header #menu .second_line_box::-webkit-scrollbar-track {
  background: #f1f1f1;
}
#header #menu {
  /* Для Firefox */
}
#header #menu .second_line_box {
  scrollbar-width: thin;
  scrollbar-color: #888 #f1f1f1;
}
#header .dots, #header .search {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 6px;
  box-sizing: border-box;
  cursor: pointer;
}
#header .dots .title, #header .search .title {
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  padding: 0 0 !important;
  border-radius: 6px !important;
}
#header .dots svg, #header .search svg {
  display: inline-flex;
  width: 16px;
  height: 16px;
}
#header .action_box {
  display: inline-flex;
  align-items: center;
  column-gap: 8px;
}
#header #login_btn {
  width: 66px;
}
#header #mobile_menu {
  display: none;
}
#header .open_search_box {
  position: relative;
}
#header .input_search {
  position: absolute;
  right: 0;
  display: none;
  width: 100%;
}
@media (max-width: 1281px) {
  #header .input_search {
    max-width: 450px;
  }
}
#header .input_search form {
  width: 100%;
}
#header .input_search .search_input_field {
  width: 100%;
  height: 36px;
  border-radius: 6px;
  padding: 8px 84px 8px 16px;
  box-sizing: border-box;
  font-weight: 400;
  font-size: 14px;
  line-height: 145%;
  background: #fff !important;
}
#header .input_search .search_input_field:focus-visible {
  outline: none;
}
#header .input_search .search_input_field::placeholder {
  color: #D1D1D1;
  font-weight: 400;
  font-size: 14px;
  line-height: 145%;
}
#header .input_search .input_search_actions {
  width: 84px;
  position: absolute;
  right: 0;
  top: 0;
  height: 36px;
  display: flex;
  column-gap: 6px;
  align-items: center;
  justify-content: center;
}
#header .input_search .input_search_actions .close, #header .input_search .input_search_actions .submit {
  width: 28px;
  height: 28px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0 !important;
}
#header .input_search .input_search_actions .close svg, #header .input_search .input_search_actions .submit svg {
  width: 16px;
  height: 16px;
}
#header .input_search .input_search_actions .submit {
  background: #D6E1FF;
  width: 28px;
  height: 28px;
}
#header .input_search .input_search_actions .submit input {
  opacity: 0;
  position: absolute;
  width: 28px;
  height: 28px;
  z-index: 2;
  cursor: pointer;
}
@media (max-width: 769px) {
  #header .mobile_search {
    position: relative;
    display: inline-flex;
    margin-bottom: 20px;
  }
  #header .mobile_search div {
    padding: 0 0 0 0;
    display: flex;
    align-items: center;
  }
  #header .mobile_search .search_input_field {
    padding: 14px 16px 14px 44px;
    background: #F4F4F5 !important;
    color: #757575;
    height: 48px;
    border: none;
    border-radius: 6px;
  }
  #header .mobile_search .input_search_actions {
    left: 0;
    right: auto;
    width: 20px;
    height: 100%;
    display: inline-flex;
    align-items: center;
    margin-left: 16px;
  }
  #header .mobile_search .input_search_actions .submit {
    background: none;
    width: 20px;
    height: 20px;
  }
  #header .mobile_search .input_search_actions .submit svg {
    width: 20px;
    height: 20px;
  }
}
#header #input_search.active {
  display: flex;
}
#header #login_modal {
  position: absolute;
  right: 0;
  top: 68px;
  z-index: -1;
  background: #fff;
  padding: 40px;
  box-sizing: border-box;
  min-width: 518px;
  box-shadow: 0 29px 29px 0 rgba(141, 163, 158, 0.0901960784);
  opacity: 0;
  height: 0;
}
@media (max-width: 769px) {
  #header #login_modal {
    min-width: 400px;
  }
}
@media (max-width: 576px) {
  #header #login_modal {
    min-width: 100%;
  }
}
#header #login_modal .content {
  display: flex;
  flex-flow: column;
  row-gap: 27px;
}
#header #login_modal .content form {
  display: flex;
  flex-flow: column;
  row-gap: 16px;
}
#header #login_modal .content form .form_link {
  margin-top: 8px;
}
#header #login_modal .content form .submit {
  margin-top: 8px;
}
#header #login_modal.active {
  opacity: 1;
  height: auto;
  z-index: 998;
}

.tabs {
  display: flex;
  flex-wrap: wrap;
}
.tabs .tab_head_item {
  font-weight: 500;
  font-size: 14px;
  line-height: 145%;
  text-align: center;
  vertical-align: middle;
  padding: 10px 16px;
  border-bottom: 1px solid #D1D1D1;
  cursor: pointer;
}
.tabs .tab_head_item.active {
  color: #0243EA;
  border-color: #0243EA;
}
.tabs .tab_single_title {
  color: #1A1A1A;
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
}
#mobile_go_back {
  display: none;
  position: absolute;
  height: 36px;
  z-index: 99999;
  background: #fff;
  width: 100%;
  top: 93px;
  padding: 15px 0 10px 0;
}
@media (min-width: 769px) {
  #mobile_go_back {
    top: 0;
  }
}

#mobile_go_back.active {
  display: inline-flex;
  visibility: visible;
}

#footer {
  background: #F4F4F5;
  padding: 42px 0 54px 0;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
#footer .logo_row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  row-gap: 24px;
}
@media (max-width: 769px) {
  #footer .logo_row {
    flex-flow: column;
  }
}
#footer .logo_row img {
  display: inline-flex;
  width: 97px;
}
#footer .logo_row .footer_menu {
  display: inline-flex;
  column-gap: 24px;
  flex-wrap: wrap;
  row-gap: 10px;
}
@media (max-width: 980px) {
  #footer .logo_row .footer_menu {
    max-width: 235px;
  }
}
@media (max-width: 769px) {
  #footer .logo_row .footer_menu {
    max-width: 100%;
  }
}
#footer .logo_row .footer_menu a {
  font-weight: 400;
  font-size: 16px;
  line-height: 145%;
  text-decoration: underline;
  color: #1A1A1A;
}
#footer .disclaimer_row {
  display: flex;
  flex-flow: column;
  row-gap: 20px;
  margin-top: 20px;
}
@media (max-width: 980px) {
  #footer .disclaimer_row {
    margin-top: 0;
  }
}
@media (max-width: 769px) {
  #footer .disclaimer_row {
    margin-top: 24px;
  }
}
#footer .disclaimer_row .disclaimer {
  font-weight: 400;
  font-size: 14px;
  line-height: 145%;
  max-width: 430px;
}
@media (max-width: 769px) {
  #footer .disclaimer_row .disclaimer {
    max-width: 100%;
  }
}
#footer .disclaimer_row .social {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
@media (max-width: 769px) {
  #footer .disclaimer_row .social {
    justify-content: center;
  }
}
#footer .disclaimer_row .social .item svg {
  display: inline-flex;
  width: 32px;
  height: 32px;
}
#footer .disclaimer_row .cookie-links {
  display: flex;
  gap: 16px;
  align-items: center;
}
@media screen and (max-width: 576px) {
  #footer .disclaimer_row .cookie-links {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}
#footer .disclaimer_row .cookie-links .item {
  cursor: pointer;
  display: block;
  color: #1A1A1A;
  font-size: 14px;
  line-height: 1.45;
  text-decoration: underline;
}
#footer .disclaimer_row .cookie-links .item:hover {
  text-decoration: none;
}
#footer .disclaimer_row .copyright {
  justify-content: center;
  font-weight: 400;
  font-size: 12px;
  line-height: 145%;
  color: #757575;
  display: flex;
}

.auth_customer {
  position: relative;
}
.auth_customer #auth_customer {
  cursor: pointer;
}
.auth_customer #auth_customer_info {
  display: flex;
  flex-flow: column;
  row-gap: 16px;
  padding: 24px 24px;
  position: absolute;
  top: 40px;
  border-radius: 12px;
  background: #fff;
  right: 0;
  z-index: -1;
  box-sizing: border-box;
  min-width: 308px;
  box-shadow: 0px 29px 29px 0px rgba(141, 163, 158, 0.0901960784);
  height: 0;
  opacity: 0;
}
@media (max-width: 420px) {
  .auth_customer #auth_customer_info {
    right: -44px;
    max-width: 310px;
    overflow: hidden;
  }
}
.auth_customer #auth_customer_info .name {
  font-size: 14px;
  font-weight: 700;
  color: #1A1A1A;
  line-height: 145%;
  padding-bottom: 12px;
  border-bottom: 1px solid #E9E9E9;
}
.auth_customer #auth_customer_info.active {
  height: auto;
  opacity: 1;
  z-index: 999;
}

.no_scroll {
  overflow: hidden;
  height: auto !important;
}

.form {
  display: flex;
  flex-direction: column;
  column-gap: 8px;
}

.form_group {
  display: flex;
  flex-flow: column;
}
.form_group label {
  font-weight: 400;
  font-size: 14px;
  line-height: 145%;
  vertical-align: middle;
}
.form_group .form_link {
  font-weight: 400;
  font-size: 14px;
  line-height: 145%;
  color: #316AFE;
  text-decoration: underline !important;
  text-align: right;
}
.form_group .form_input {
  height: 48px;
  background: #F4F4F5;
  padding: 14px 48px 14px 16px;
  box-shadow: none;
  border: none;
  box-sizing: border-box;
  border-radius: 6px;
  width: 100%;
}
.form_group .form_group-password_box {
  position: relative;
  display: flex;
  align-items: center;
}
.form_group .form_group-password_box svg {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 14px;
  cursor: pointer;
  display: none;
}
.form_group .form_group-password_box svg.active {
  display: inline-flex;
}

.btn {
  padding: 8px 16px;
  box-sizing: border-box;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 145%;
  text-align: center;
  color: #fff;
  cursor: pointer;
  border: none;
}

.btn-primary {
  background: #316AFE;
}

.btn-blue {
  background: #EBF1FF;
  color: #0243EA;
}

.btn-icon {
  min-height: 36px;
  min-width: 36px;
}
.btn-icon svg {
  display: inline-flex;
  width: 16px;
  height: 16px;
}

.btn-icon-hover_change .first, .btn-icon-hover_change .second {
  position: absolute;
}
.btn-icon-hover_change .second {
  opacity: 0;
}

.btn-icon-hover_change.active .second {
  opacity: 1;
}
.btn-icon-hover_change.active .first {
  opacity: 0;
}

.btn-big {
  height: 48px;
  font-size: 16px;
}

.btn.btn-white {
  background: #fff;
  color: #316AFE;
}

.btn-with-icon {
  column-gap: 3px;
}
.btn-with-icon svg {
  display: inline-block;
  width: 20px;
  height: 20px;
}

.round-btn {
  display: inline-flex;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  border: 1.5px solid #FFFFFF;
  background: #EBF1FF;
  color: #1A1A1A;
  font-weight: 500;
  font-size: 14px;
  line-height: 145%;
  box-sizing: border-box;
}

.simple_link {
  color: #316AFE;
  font-size: 14px;
  font-weight: 400;
  text-decoration: underline !important;
}

.link_with_icon {
  display: inline-flex;
  column-gap: 10px;
  align-items: center;
  color: #1A1A1A;
  font-size: 14px;
  font-weight: 400;
}
.link_with_icon svg {
  display: inline-flex;
  width: 18px;
  height: 18px;
}

.content .home_banner div {
  width: 100%;
  background-size: cover;
}

.main .basis {
  margin-bottom: 0;
}

strong {
  font-weight: bold;
  font-size: 14px;
}

em {
  font-style: italic;
}

.article_content h1 {
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}
.article_content h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 120%;
}
.article_content h3 {
  font-size: 22px;
  font-weight: 700;
  line-height: 120%;
}
.article_content h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
}
.article_content h5 {
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
}

#tab_1 img {
  max-width: 100%;
}

.banner {
  display: flex;
  justify-content: center;
}
@media (min-width: 769px) {
  .banner--mobile {
    display: none;
  }
}
.banner--mobile:has(div[id^=adfox]:not(:empty)) {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .banner--desktop {
    display: none;
  }
}

.calculator {
  width: 100%;
  padding: 0 24px;
  color: #000000;
}
.calculator,
.calculator * {
  box-sizing: border-box;
}
.calculator .title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 4px;
}
.calculator .subtitle {
  font-size: 14px;
  color: #52525b;
  margin-bottom: 20px;
}
.calculator label {
  display: block;
  font-size: 14px;
  margin-bottom: 6px;
}
.calculator select,
.calculator input[type=number] {
  width: 100%;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #d4d4d8;
  background: #ffffff;
  color: #000000;
  font-size: 14px;
  outline: none;
}
.calculator select:focus,
.calculator input[type=number]:focus {
  border-color: #316afe;
  box-shadow: 0 0 0 1px rgba(2, 67, 234, 0.4);
}
.calculator .row {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 16px;
  margin-bottom: 16px;
}
@media (max-width: 600px) {
  .calculator .row {
    grid-template-columns: 1fr;
  }
}
.calculator .button-wrap {
  text-align: center;
}
.calculator button {
  padding: 11px 16px;
  border-radius: 999px;
  border: none;
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;
  background: #316afe;
  color: #ffffff;
  margin-top: 8px;
  display: inline-block;
}
.calculator button:hover {
  filter: brightness(1.05);
}
.calculator .result {
  margin-top: 18px;
  padding: 14px 16px;
  border-radius: 12px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  font-size: 14px;
}
.calculator .result-main {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 4px;
}
.calculator .grade-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 32px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(2, 67, 234, 0.12);
  border: 1px solid rgba(2, 67, 234, 0.5);
  margin-left: 6px;
  font-size: 18px;
}
.calculator .scale-info {
  margin-top: 16px;
  font-size: 12px;
  color: #64748b;
}
.calculator .scale-info span {
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 2px;
}

.cookie-consent {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #0042ed;
  padding: 16px 24px;
  box-sizing: border-box;
  z-index: 1000;
}
@media (min-width: 768px) {
  .cookie-consent {
    padding: 16px 40px;
  }
}
.cookie-consent__inner {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .cookie-consent__inner {
    flex-direction: row;
    align-items: center;
    gap: 24px;
  }
}
@media (min-width: 1280px) {
  .cookie-consent__inner {
    max-width: 880px;
    margin: 0 auto;
    gap: 40px;
  }
}
.cookie-consent__text {
  color: #fff;
  font-size: 14px;
  line-height: 1.45;
  margin: 0 0 16px 0;
  max-width: 270px;
}
@media (min-width: 768px) {
  .cookie-consent__text {
    margin-bottom: 0;
    flex-grow: 1;
    max-width: unset;
  }
}
.cookie-consent__link {
  font-size: inherit;
  text-decoration: underline;
  color: #fff;
  cursor: pointer;
}
.cookie-consent__actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (min-width: 768px) {
  .cookie-consent__actions {
    flex-direction: row;
    width: auto;
  }
}
.cookie-consent__btn {
  background-color: #fff;
  color: #316afe;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.45;
  padding: 8px 16px;
  border: 1.5px solid var(--Blue-default, #316afe);
  border-radius: 6px;
  cursor: pointer;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .cookie-consent__btn {
    width: auto;
  }
}

.cookie-settings-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cookie-settings-modal__backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 6, 0.5019607843);
  backdrop-filter: blur(10px);
}
.cookie-settings-modal__content {
  position: relative;
  background: #fff;
  border-radius: 16px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  max-height: calc(100vh - 60px);
  width: calc(100% - 48px);
  box-sizing: border-box;
}
@media (min-width: 576px) {
  .cookie-settings-modal__content {
    width: calc(100% - 80px);
    max-height: calc(100vh - 80px);
  }
}
@media (min-width: 980px) {
  .cookie-settings-modal__content {
    width: 100%;
    max-width: 780px;
  }
}
.cookie-settings-modal__close {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 32px;
  height: 32px;
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 0;
}
.cookie-settings-modal__close::before, .cookie-settings-modal__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  background-color: #316afe;
}
.cookie-settings-modal__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.cookie-settings-modal__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.cookie-settings-modal__scrollable {
  overflow-y: auto;
  padding-right: 15px;
  margin-right: -15px;
  scrollbar-color: #888 #f1f1f1;
}
.cookie-settings-modal__title {
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  font-weight: 700;
  margin: 0 0 20px 0;
  padding-right: 32px;
}
.cookie-settings-modal__description {
  font-size: 14px;
  line-height: 1.45;
  margin: 0 0 20px 0;
}
@media (min-width: 768px) {
  .cookie-settings-modal__description {
    font-size: 16px;
  }
}
.cookie-settings-modal__link {
  font-size: inherit;
  color: #316afe;
  text-decoration: underline;
}
.cookie-settings-modal__options {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.cookie-settings-modal__option {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 20px 16px;
}
.cookie-settings-modal__option-text {
  flex: 1;
}
.cookie-settings-modal__option-title {
  font-size: 14px;
  line-height: 1.45;
  font-weight: 700;
  margin: 0 0 4px 0;
}
@media (min-width: 768px) {
  .cookie-settings-modal__option-title {
    font-size: 16px;
  }
}
.cookie-settings-modal__option p {
  font-size: 14px;
  line-height: 1.45;
  margin: 0;
}
.cookie-settings-modal__checkbox-label {
  position: relative;
  cursor: pointer;
  margin-top: 2px;
}
.cookie-settings-modal__checkbox {
  opacity: 0;
  width: 0;
  height: 0;
}
.cookie-settings-modal__checkbox:checked + .cookie-settings-modal__checkbox-custom {
  background-color: #316afe;
  border-color: #316afe;
}
.cookie-settings-modal__checkbox:checked + .cookie-settings-modal__checkbox-custom::after {
  opacity: 1;
}
.cookie-settings-modal__checkbox:disabled + .cookie-settings-modal__checkbox-custom {
  background-color: #e0e0e0;
  border-color: #d1d1d1;
  cursor: not-allowed;
}
.cookie-settings-modal__checkbox-custom {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  border: 1.5px solid #d1d1d1;
  border-radius: 4px;
  transition: background-color 0.2s, border-color 0.2s;
}
.cookie-settings-modal__checkbox-custom::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
  transition: opacity 0.2s;
}
@media (min-width: 768px) {
  .cookie-settings-modal__checkbox-custom {
    width: 24px;
    height: 24px;
  }
  .cookie-settings-modal__checkbox-custom::after {
    left: 8px;
    top: 4px;
    width: 6px;
    height: 12px;
  }
}
.cookie-settings-modal__footer {
  display: flex;
  justify-content: center;
  background-color: #fff;
  padding: 1% 0 0;
}
.cookie-settings-modal__save-btn {
  background-color: #316afe;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.45;
  padding: 8px 16px;
  border: 1.5px solid var(--Blue-default, #316afe);
  border-radius: 6px;
  cursor: pointer;
  text-align: center;
  box-sizing: border-box;
}

.cookie-settings-modal__notification {
  flex: 0 0 100%;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  background: var(--yellow-20, #feebd3);
  border-radius: 16px;
  padding: 10px;
  box-sizing: border-box;
}
.cookie-settings-modal__notification svg {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}
.cookie-settings-modal__notification p {
  font-size: 14px;
  line-height: 1.45;
  margin: 0;
  padding-top: 1px;
}
@media (min-width: 768px) {
  .cookie-settings-modal__notification p {
    font-size: 16px;
  }
}

.card-base {
  text-decoration: none;
  color: var(--Black-default, #1a1a1a);
  border-radius: 12px;
  overflow: hidden;
  background-color: var(--white, #ffffff);
}
.card-base:hover .card-base__image {
  transform: scale(1.05);
}
.card-base:hover:not(.card-base--full) .card-base__title {
  color: var(--Blue-default, #316afe);
}
.card-base--full {
  padding: 24px;
  background-color: transparent;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media (max-width: 767px) {
  .card-base--full {
    aspect-ratio: 324/288;
  }
}
.card-base__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.card-base--full .card-base__image {
  filter: brightness(0.6);
}
.card-base__image-wrapper {
  position: relative;
  aspect-ratio: 312/160;
  border-radius: 12px 12px 0 0;
  overflow: hidden;
  margin-bottom: 16px;
  background-color: var(--black-10, #e9e9e9);
}
.card-base--full .card-base__image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 12px;
  overflow: hidden;
}
.card-base__label {
  display: inline-block;
  border-radius: 75px;
  padding: 4px 8px;
  color: var(--white, #ffffff);
  font-weight: 400;
  font-size: 14px;
  line-height: 145%;
  margin-bottom: 8px;
  background: var(--Color-Extra-turquoise-light, #75becd);
}
.card-base--full .card-base__label {
  position: relative;
  z-index: 3;
  margin-bottom: 16px;
}
.card-base__label.label_category_1, .card-base__label--error {
  background: var(--color-error-error-100, #ff0c0c);
}
.card-base__label.label_category_6, .card-base__label--color-extra-light-green {
  background: var(--Color-Extra-light-green, #70e000);
}
.card-base__label.label_category_11, .card-base__label--color-extra-rose {
  background: var(--Color-Extra-rose, #f72585);
}
.card-base__label.label_category_12, .card-base__label--color-extra-purple-light {
  background: var(--Color-Extra-purple-light, #e0aaff);
}
.card-base__label.label_category_14, .card-base__label--color-extra-brown-ligh {
  background: var(--Color-Extra-brown-ligh, #b5838d);
}
.card-base__label.label_category_15, .card-base__label--yellow-60 {
  background: var(--yellow-60, #fcc47a);
}
.card-base__label.label_category_17, .card-base__label--brand-blue-light {
  background: var(--Brand-blue-light, #0094ff);
}
.card-base__label.label_category_18, .card-base__label--brand-blue {
  background: var(--Brand-blue, #0914ff);
}
.card-base__label.label_category_20, .card-base__label--color-extra-grey-light {
  background: var(--Color-Extra-grey-light, #98c1d9);
}
.card-base__label.label_category_21, .card-base__label--color-extra-dark-rose {
  background: var(--Color-Extra-dark-rose, #e26d5c);
}
.card-base__label.label_category_33, .card-base__label--color-extra-brown {
  background: var(--Color-Extra-brown, #8d0801);
}
.card-base__label.label_category_39, .card-base__label--color-extra-grey-dark {
  background: var(--Color-Extra-grey-dark, #748cab);
}
.card-base__label.label_category_42, .card-base__label--brand-blue-dark {
  background: var(--Brand-blue-dark, #03003c);
}
.card-base__label.label_category_46, .card-base__label--yellow-default {
  background: var(--Yellow-default, #fa9c21);
}
.card-base__label.label_category_49, .card-base__label--color-extra-green-dark {
  background: var(--Color-Extra-green-dark, #006400);
}
.card-base__label.label_category_50, .card-base__label--color-extra-purple-dark {
  background: var(--Color-Extra-purple-dark, #3a0ca3);
}
.card-base__label.label_category_51, .card-base__label--color-extra-turquoise {
  background: var(--Color-Extra-turquoise, #00b4d8);
}
.card-base__label.label_category_54, .card-base__label--color-extra-herb {
  background: var(--Color-Extra-herb, #43aa8b);
}
.card-base__label--purple {
  background: var(--Color-Extra-purple, #7b2cbf);
}
.card-base__label--green-success {
  background: var(--Green-Success1, #00b207);
}
.card-base__label--color-status-blue-100 {
  background: var(--color-status-blue-100, #0042ed);
}
.card-base__title {
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: var(--Black-default, #1a1a1a);
  transition: color 0.3s ease;
}
.card-base--full .card-base__title {
  position: relative;
  z-index: 3;
  color: var(--white, #ffffff);
  margin-bottom: 0;
  font-size: 18px;
  text-align: center;
}

.cards-grid {
  display: grid;
  gap: 24px;
}
@media (min-width: 768px) {
  .cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1280px) {
  .cards-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 769px) {
  .cards-slider {
    margin-left: -24px;
    margin-right: -24px;
  }
}
.cards-slider .swiper-slide {
  height: auto;
}
@media (max-width: 1279px) {
  .cards-slider .swiper-slide {
    width: 327px;
    flex: 0 0 327px;
  }
}
@media (max-width: 769px) {
  .cards-slider .swiper-slide {
    padding-left: 16px;
  }
  .cards-slider .swiper-slide:first-child {
    padding-left: 24px;
  }
  .cards-slider .swiper-slide:last-child {
    padding-right: 24px;
  }
}

.section {
  margin-top: 32px;
  margin-bottom: 32px;
}
@media (min-width: 1281px) {
  .section {
    margin-top: 64px;
    margin-bottom: 64px;
  }
}
.section__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.section-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.04em;
  color: var(--black, #212121);
  width: 100%;
  flex: 1 0 0%;
}
@media (min-width: 768px) {
  .section-title {
    font-size: 28px;
  }
}
.section-all-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  border: 1.5px solid var(--Blue-default, #316afe);
  border-radius: 6px;
  padding: 8px 12px;
  color: var(--Blue-default, #316afe);
  font-weight: 500;
  font-size: 14px;
  line-height: 145%;
  transition: background-color 0.3s ease, color 0.3s ease;
  margin-left: 8px;
}
.section-all-link:hover {
  background-color: var(--Blue-default, #316afe);
  color: var(--white, #ffffff);
}

.information {
  overflow: hidden;
}
.information-slider {
  margin-left: -24px;
  margin-right: -24px;
}
@media (min-width: 1281px) {
  .information-slider {
    margin-left: -40px;
    margin-right: -40px;
  }
}
@media (min-width: 1440px) {
  .information-slider {
    margin-left: 0;
    margin-right: 0;
  }
}
.information-slider:not(.swiper-initialized) .swiper-wrapper {
  gap: 20px;
}
.information-slider .swiper-slide {
  width: 310px;
}
.information-slider .swiper-slide:first-child {
  padding-left: 24px;
}
@media (min-width: 1281px) {
  .information-slider .swiper-slide:first-child {
    padding-left: 40px;
  }
}
@media (min-width: 1440px) {
  .information-slider .swiper-slide:first-child {
    padding-left: 0;
  }
}
.information-slider .swiper-slide:last-child {
  padding-right: 24px;
}
@media (min-width: 1281px) {
  .information-slider .swiper-slide:last-child {
    padding-right: 40px;
  }
}
@media (min-width: 1440px) {
  .information-slider .swiper-slide:last-child {
    padding-right: 0;
  }
}
@media screen and (min-width: 769px) {
  .information-slider .swiper-slide {
    width: 417px;
  }
}
@media screen and (min-width) {
  .information-slider .swiper-slide {
    width: auto;
  }
}
.information-slider__slide {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  aspect-ratio: 310/364;
  box-sizing: border-box;
  padding: 24px;
  border-radius: 40px;
  box-sizing: border-box;
  color: var(--White, #fff);
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .information-slider__slide {
    padding: 40px;
  }
}
.information-slider__slide--rt {
  background: conic-gradient(from 136.71deg at 50.11% 50%, #ff933b -101.4deg, #ff6c26 89.08deg, #ff933b 258.6deg, #ff6c26 449.08deg);
}
.information-slider__slide--ct {
  background: linear-gradient(180deg, #07ab4b 0%, #19c460 100%);
}
.information-slider__slide--hostels {
  background: linear-gradient(146.13deg, #e45adb -6.41%, #fb8be8 52.58%, #e45adb 105.08%);
}
.information-slider__content {
  position: relative;
  z-index: 2;
}
.information-slider__subtitle {
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: -0.02em;
  margin: 0 0 16px;
}
.information-slider__title {
  font-weight: 700;
  font-size: 28px;
  line-height: 120%;
  letter-spacing: -0.04em;
  margin: 0;
}
@media screen and (min-width: 769px) {
  .information-slider__title {
    font-size: 32px;
  }
}
.information-slider__bg-image {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
  top: 0;
  left: 50%;
  left: 0;
  z-index: 1;
}
.information-slider__button {
  display: inline-block;
  text-decoration: none;
  color: var(--White, #fff);
  background: var(--Blue-default, #316afe);
  padding: 12px 24px;
  border-radius: 6px;
  font-weight: 500;
  font-size: 16px;
  line-height: 145%;
  position: relative;
  z-index: 2;
  align-self: flex-start;
  transition: background-color 0.3s ease;
}
.information-slider__button:hover {
  background: var(--Blue-hover, #1a59f8);
}
.information-slider .swiper-pagination {
  position: static;
  margin-top: 24px;
}
.information-slider .swiper-pagination-bullet {
  background-color: var(--Grey-400, #a6b3c9);
  opacity: 1;
}
.information-slider .swiper-pagination-bullet-active {
  background-color: var(--Blue-default, #316afe);
}

.countdown__container {
  position: relative;
}
.countdown__today {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 400;
  font-size: 14px;
  line-height: 145%;
  color: var(--black-60, #757575);
  margin-bottom: 16px;
}
@media (max-width: 1280px) {
  .countdown__today {
    display: none;
  }
}
.countdown__main {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
@media screen and (min-width: 769px) {
  .countdown__main {
    flex-direction: row;
    gap: 14px;
    justify-content: center;
  }
}
.countdown__title {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: var(--black, #212121);
}
@media screen and (min-width: 769px) {
  .countdown__title {
    font-size: 22px;
  }
}
.countdown__icon {
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
.countdown__timer {
  display: flex;
  gap: 4px;
}
.countdown__block {
  display: flex;
  align-items: center;
  border: 2px solid;
  border-image-source: linear-gradient(0deg, var(--white, #ffffff), var(--white, #ffffff)), linear-gradient(180deg, rgba(2, 67, 234, 0) 50%, rgba(2, 67, 234, 0.08) 100%);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1215686275);
  box-shadow: 0px 27px 60px 0px rgba(0, 0, 0, 0.1215686275);
  box-shadow: 0px 110px 110px 0px rgba(0, 0, 0, 0.1019607843);
  box-shadow: 0px 247px 148px 0px rgba(0, 0, 0, 0.0588235294);
  box-shadow: 0px 439px 176px 0px rgba(0, 0, 0, 0.0196078431);
  background: var(--Blue-default, #316afe);
  color: var(--White, #fff);
  border-radius: 6px;
  padding: 12px 12px;
  text-align: center;
}
.countdown__label {
  font-weight: 400;
  font-size: 12px;
  line-height: 145%;
  white-space: nowrap;
  margin-right: 4px;
}
@media screen and (min-width: 769px) {
  .countdown__label {
    font-size: 14px;
  }
}
.countdown__value {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: -0.02em;
  margin-bottom: 2px;
}
.countdown__value span + span {
  position: relative;
  margin-left: 9px;
}
.countdown__value span + span:before {
  content: "";
  display: block;
  position: absolute;
  left: -4.5px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 38px;
  background-color: rgba(255, 255, 255, 0.5);
}

.institution-search__container {
  position: relative;
  background: var(--Black-grey9, #f4f4f5);
  border-radius: 20px;
  padding: 24px 16px;
}
@media (min-width: 768px) {
  .institution-search__container {
    padding: 40px 24px;
  }
}
@media (min-width: 1281px) {
  .institution-search__container {
    padding: 60px 40px;
  }
}
.institution-search__bg-blur {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  pointer-events: none;
}
.institution-search__bg-blur:before {
  content: "";
  position: absolute;
  width: 658px;
  height: 658px;
  left: -243px;
  top: -95px;
  background: rgba(5, 0, 255, 0.05);
  filter: blur(150px);
  border-radius: 50%;
  z-index: 1;
}
.institution-search__circle {
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(32px);
  box-shadow: 1.6px 6.4px 6.4px 0px #ffffff inset, -1.6px -6.4px 6.4px 0px rgba(0, 0, 0, 0.0588235294) inset, 12.8px 57.6px 83.2px 0px rgba(115, 103, 240, 0.1019607843), 0px 1.6px 3.2px 0px rgba(0, 0, 0, 0.0392156863) inset;
  top: -16px;
  right: -10px;
  z-index: 1;
  border-radius: 50%;
  width: 80px;
  height: 80px;
}
@media screen and (min-width: 768px) {
  .institution-search__circle {
    top: -35px;
    right: -40px;
    width: 122px;
    height: 122px;
  }
}
@media screen and (min-width: 1280px) {
  .institution-search__circle {
    top: -66px;
    width: 174px;
    height: 174px;
  }
}
.institution-search__title {
  position: relative;
  text-align: center;
  z-index: 2;
  font-weight: 700;
  font-size: 22px;
  line-height: 120%;
  letter-spacing: -0.04em;
  margin: 0 0 24px;
  color: var(--black, #212121);
}
@media screen and (min-width: 769px) {
  .institution-search__title {
    font-size: 28px;
    margin: 0 0 40px;
  }
}
.institution-search__content-wrapper {
  position: relative;
  z-index: 2;
  background: var(--white, #ffffff);
  border-radius: 20px;
  padding: 24px 16px;
}
@media (min-width: 768px) {
  .institution-search__content-wrapper {
    padding: 24px;
  }
}
@media (min-width: 1281px) {
  .institution-search__content-wrapper {
    padding: 40px 24px;
  }
}
.institution-search__tabs-select {
  display: block;
  width: 100%;
  color: var(--white, #ffffff);
  font-size: 16px;
  line-height: 145%;
  background: var(--Blue-default, #316afe);
  border-radius: 6px;
  height: 48px;
  padding: 0 48px 0 24px;
  margin-bottom: 24px;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1em;
  cursor: pointer;
}
@media screen and (min-width: 1281px) {
  .institution-search__tabs-select {
    display: none;
  }
}
.institution-search__tabs {
  display: none;
}
@media screen and (min-width: 1281px) {
  .institution-search__tabs {
    display: flex;
    gap: 4px;
    background: var(--Black-grey9, #f4f4f5);
    border-radius: 8px;
    padding: 3.5px 0;
    margin-bottom: 24px;
  }
}
.institution-search__tabs-content {
  min-height: 650px;
}
@media screen and (min-width: 768px) {
  .institution-search__tabs-content {
    min-height: 590px;
  }
}
@media screen and (min-width: 1281px) {
  .institution-search__tabs-content {
    min-height: 329px;
  }
}
.institution-search__tab-button {
  flex: 1;
  height: 48px;
  color: var(--Black-default, #1a1a1a);
  font-weight: 500;
  font-size: 16px;
  line-height: 145%;
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 0 12px;
  text-align: center;
  white-space: nowrap;
  transition: color 0.3s, background-color 0.3s;
  border-radius: 6px;
}
.institution-search__tab-button:hover {
  background-color: rgba(49, 106, 254, 0.1);
}
.institution-search__tab-button--active {
  color: var(--white, #ffffff);
  background: var(--Blue-default, #316afe);
}
.institution-search__tab-button--active:hover {
  background: var(--Blue-default, #316afe);
}
.institution-search__tab-content {
  display: none;
}
.institution-search__tab-content--active {
  display: block;
}

.specialty-form__grid, .exams-form__grid {
  display: grid;
  gap: 16px;
}
@media screen and (min-width: 1281px) {
  .specialty-form__grid, .exams-form__grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 20px;
  }
}

.specialty-form__submit-btn, .exams-form__submit-btn {
  background: var(--Blue-default, #316afe);
  color: var(--white, #ffffff);
  border: none;
  border-radius: 6px;
  height: 48px;
  padding: 0 40px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.3s;
  align-self: flex-end;
}
.specialty-form__submit-btn:hover, .exams-form__submit-btn:hover {
  background-color: #1a58e3;
}
@media (max-width: 767px) {
  .specialty-form__submit-btn, .exams-form__submit-btn {
    width: 100%;
  }
}
[disabled].specialty-form__submit-btn, [disabled].exams-form__submit-btn {
  background-color: var(--Black-grey8, #e9e9e9);
  color: var(--Black-grey4, #a3a3a3);
  cursor: not-allowed;
}
[disabled].specialty-form__submit-btn:hover, [disabled].exams-form__submit-btn:hover {
  background-color: var(--Black-grey8, #e9e9e9);
}

.exams-form__right {
  display: flex;
  flex-direction: column;
}
.exams-form__title {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 145%;
  color: var(--Black-grey3, #757575);
  margin-bottom: 4px;
}
.exams-form__title::after {
  content: " *";
  color: var(--Red, #ff3b30);
  font-size: 1em;
}
@media (max-width: 767px) {
  .exams-form__title--desktop {
    display: none;
  }
}
@media (min-width: 768px) {
  .exams-form__title--mobile {
    display: none;
  }
}
.exams-form__mobile-wrapper {
  display: none;
  position: relative;
}
@media (max-width: 767px) {
  .exams-form__mobile-wrapper {
    display: flex;
    flex-direction: column;
  }
}
.exams-form__mobile-wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 0;
  height: 0;
  border-color: #1a1a1a transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  transform: translateY(-50%);
  margin-top: -2px;
  pointer-events: none;
}
.exams-form__mobile-input {
  height: 48px;
  border-radius: 6px;
  background-color: var(--Black-grey9, #f4f4f5) !important;
  padding: 0 30px 0 16px;
  border: none !important;
  width: 100%;
  font-size: 14px;
  color: var(--Black-default, #1a1a1a);
  box-sizing: border-box;
  cursor: pointer;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  box-shadow: none !important;
}
.exams-form__mobile-dropdown {
  display: none;
}
.exams-form__checkbox-group {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
@media (max-width: 767px) {
  .exams-form__checkbox-group {
    display: none;
  }
}
.exams-form__select-group {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .exams-form__select-group {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 20px 30px;
  }
}
.exams-form__submit-btn {
  margin-top: 24px;
}

@media screen and (min-width: 1281px) {
  .specialty-form__grid {
    align-items: start;
  }
}
.specialty-form__right {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.specialty-form__description {
  font-weight: 400;
  font-size: 14px;
  line-height: 145%;
  color: var(--black-60, #757575);
  margin: 0;
}
.specialty-form__qualification-wrapper {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.specialty-form__qualification-wrapper label {
  font-weight: 400;
  font-size: 14px;
  line-height: 145%;
  color: var(--Black-grey3, #757575);
}
.specialty-form__input-container {
  position: relative;
}
.specialty-form__input-container .qualification {
  height: 48px;
  border-radius: 6px;
  background-color: var(--Black-grey9, #f4f4f5);
  padding: 0 16px 0 48px;
  border: none;
  width: 100%;
  font-size: 14px;
  color: var(--Black-default, #1a1a1a);
  box-sizing: border-box;
  box-shadow: none;
}
.specialty-form__input-container::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.5 17.5L13.875 13.875M15.8333 9.16667C15.8333 12.8486 12.8486 15.8333 9.16667 15.8333C5.48477 15.8333 2.5 12.8486 2.5 9.16667C2.5 5.48477 5.48477 2.5 9.16667 2.5C12.8486 2.5 15.8333 5.48477 15.8333 9.16667Z' stroke='%23757575' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 767px) {
  .specialty-form__submit-btn {
    align-self: stretch;
  }
}

.custom-checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.custom-checkbox label {
  cursor: pointer;
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
  line-height: 145%;
  padding: 8px 16px;
  border-radius: 6px;
  background: var(--blue-color-10, #ebf1ff);
  color: var(--Black-default, #1a1a1a);
  transition: background-color 0.3s, color 0.3s;
}
.custom-checkbox label:hover {
  background: #d4e1ff;
}
.custom-checkbox input[type=checkbox]:checked + label {
  background: var(--Blue-default, #316afe);
  color: var(--white, #ffffff);
}
.custom-checkbox input[type=checkbox]:checked + label:hover {
  background: #1a58e3;
}

.custom-select {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.custom-select label {
  font-weight: 400;
  font-size: 14px;
  line-height: 145%;
  color: var(--Black-grey3, #757575);
}
.custom-select .select2-container--default .select2-selection--single {
  height: 48px;
  border-radius: 6px;
  background-color: var(--Black-grey9, #f4f4f5);
  border: none;
}
.custom-select .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: var(--Black-default, #1a1a1a);
  line-height: 48px;
  padding: 0 30px 0 16px;
  font-size: 14px;
}
.custom-select .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 48px;
  position: absolute;
  top: 0;
  right: 1rem;
  width: 1em;
}
.custom-select .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #1a1a1a transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.custom-select .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #1a1a1a transparent;
  border-width: 0 4px 5px 4px;
}
.custom-select .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: var(--Black-grey9, #f4f4f5);
  color: var(--black-40, #a3a3a3);
}
.custom-select .select2-container--default .select2-results__option[aria-selected=true] {
  background-color: var(--Black-grey9, #f4f4f5);
  color: var(--Black-default, #1a1a1a);
  font-weight: 500;
}
.custom-select .select2-dropdown {
  background-color: var(--white, #ffffff);
  border: 1px solid var(--black-10, #e9e9e9);
  box-shadow: 0px 7px 16px 0px rgba(141, 163, 158, 0.1019607843), 0px 29px 29px 0px rgba(141, 163, 158, 0.0901960784), 0px 65px 39px 0px rgba(141, 163, 158, 0.0509803922), 0px 116px 46px 0px rgba(141, 163, 158, 0.0117647059), 0px 181px 51px 0px rgba(73, 107, 100, 0);
  border-radius: 6px;
  padding: 4px 0;
  box-sizing: border-box;
  margin-top: 4px;
  scrollbar-color: #888 #f1f1f1;
}
.custom-select .select2-results__option {
  font-size: 14px;
  line-height: 1.45;
  padding: 8px 16px;
  color: var(--black-40, #a3a3a3);
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
}
.custom-select .select2-container--default .select2-selection--multiple {
  height: auto;
  min-height: 48px;
  border-radius: 6px;
  background-color: var(--Black-grey9, #f4f4f5);
  border: none;
  padding: 5px;
  box-sizing: border-box;
  cursor: text;
}
.custom-select .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: var(--blue-color-10, #ebf1ff);
  border: 1px solid var(--Blue-default, #316afe);
  color: var(--Black-default, #1a1a1a);
  border-radius: 4px;
  padding: 5px 8px;
  margin-top: 4px;
}
.custom-select .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: var(--Blue-default, #316afe);
  margin-right: 5px;
}
.custom-select .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #1a58e3;
}
.custom-select .select2-container--default .select2-search--inline .select2-search__field {
  margin-top: 7px;
}
.custom-select .select2-container--default .select2-results > .select2-results__options {
  scrollbar-color: #888 #f1f1f1;
}

.exams-form__mobile-dropdown {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: var(--white, #ffffff);
  border: 1px solid var(--black-10, #e9e9e9);
  box-shadow: 0px 7px 16px 0px rgba(141, 163, 158, 0.1019607843), 0px 29px 29px 0px rgba(141, 163, 158, 0.0901960784), 0px 65px 39px 0px rgba(141, 163, 158, 0.0509803922), 0px 116px 46px 0px rgba(141, 163, 158, 0.0117647059), 0px 181px 51px 0px rgba(73, 107, 100, 0);
  padding: 4px 0;
  max-height: 300px;
  overflow-y: auto;
  border-radius: 6px;
  scrollbar-color: #888 #f1f1f1;
}
.exams-form__mobile-dropdown .custom-checkbox {
  display: flex;
  align-items: center;
  padding: 0;
  background: transparent;
  border-radius: 0;
}
.exams-form__mobile-dropdown .custom-checkbox:hover {
  background-color: var(--Black-grey9, #f4f4f5);
}
.exams-form__mobile-dropdown .custom-checkbox input[type=checkbox] {
  position: static;
  opacity: 1;
  width: 16px;
  height: 16px;
  margin-right: 12px;
  margin-left: 16px;
  flex-shrink: 0;
}
.exams-form__mobile-dropdown .custom-checkbox label {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-weight: 400;
  font-size: 14px;
  padding: 8px 16px 8px 0;
  width: 100%;
  border-radius: 0;
  background: transparent;
  color: var(--Black-default, #1a1a1a);
  transition: none;
}
.exams-form__mobile-dropdown .custom-checkbox label:hover {
  background: transparent;
}
.exams-form__mobile-dropdown .custom-checkbox input[type=checkbox]:checked + label {
  background: transparent;
  color: var(--Black-default, #1a1a1a);
  font-weight: 500;
}

.custom-search-wrapper {
  position: relative;
  width: 100%;
}

.custom-search-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: var(--white, #ffffff);
  border: 1px solid var(--black-10, #e9e9e9);
  box-shadow: 0px 7px 16px 0px rgba(141, 163, 158, 0.1019607843), 0px 29px 29px 0px rgba(141, 163, 158, 0.0901960784), 0px 65px 39px 0px rgba(141, 163, 158, 0.0509803922), 0px 116px 46px 0px rgba(141, 163, 158, 0.0117647059), 0px 181px 51px 0px rgba(73, 107, 100, 0);
  padding: 4px 0;
  max-height: 300px;
  overflow-y: auto;
  display: none;
  border-radius: 6px;
}

.custom-search-dropdown-item {
  font-size: 14px;
  line-height: 1.45;
  padding: 8px 16px;
  color: var(--black-40, #a3a3a3);
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.custom-search-dropdown-item:hover, .custom-search-dropdown-item.active {
  background-color: var(--Black-grey9, #f4f4f5);
}
.custom-search-dropdown-item .highlight {
  color: var(--Black-default, #1a1a1a);
  font-weight: 500;
}

.custom-search-dropdown-message {
  padding: 8px 16px;
  font-size: 14px;
  color: var(--black-40, #a3a3a3);
  cursor: default;
}

.promo-grid__container {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 24px;
}
@media (min-width: 768px) {
  .promo-grid__container {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1281px) {
  .promo-grid__container {
    grid-template-columns: 1fr 1fr 300px;
  }
}
.promo-grid__item {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  color: var(--white, #ffffff);
  aspect-ratio: 486/297;
  box-sizing: border-box;
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 1281px) {
  .promo-grid__item {
    padding: 32px;
  }
}
@media (min-width: 1440px) {
  .promo-grid__item {
    padding: 40px;
  }
}
.promo-grid__item--tutors {
  background: linear-gradient(180deg, #07ab4b 0%, #19c460 100%);
}
.promo-grid__item--courses {
  background: conic-gradient(from 136.71deg at 50.11% 50%, #0094ff -101.4deg, #0243ea 89.08deg, #0094ff 258.6deg, #0243ea 449.08deg);
}
.promo-grid__item--placeholder {
  padding: 0;
  display: none;
  aspect-ratio: unset;
  border-radius: 0;
}
@media (min-width: 1281px) {
  .promo-grid__item--placeholder {
    display: block;
  }
}
.promo-grid__bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  object-fit: cover;
}
.promo-grid__title {
  position: relative;
  z-index: 2;
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: -0.02em;
  margin: 0 0 8px;
}
@media (min-width: 1440px) {
  .promo-grid__title {
    font-size: 22px;
  }
}
.promo-grid__text {
  position: relative;
  z-index: 2;
  font-weight: 400;
  font-size: 16px;
  line-height: 145%;
  margin: 0 0 16px;
  opacity: 0.9;
}
@media (max-width: 1280px) {
  .promo-grid__text {
    display: none;
  }
}
.promo-grid__button {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: var(--Blue-default, #316afe);
  background: var(--white, #ffffff);
  border: 2px solid var(--Blue-default, #316afe);
  border-radius: 6px;
  padding: 12px 24px;
  font-weight: 500;
  font-size: 16px;
  line-height: 145%;
  transition: background-color 0.3s ease, color 0.3s ease;
  margin-top: auto;
}
@media screen and (min-width: 1281px) {
  .promo-grid__button {
    margin-top: unset;
  }
}
.promo-grid__button:hover {
  background: var(--Blue-default, #316afe);
  color: var(--white, #ffffff);
}

.open-days__content-grid {
  display: grid;
  align-items: flex-start;
  gap: 24px;
}
@media (min-width: 1281px) {
  .open-days__content-grid {
    grid-template-columns: 1fr 300px;
  }
}
.open-days__aside {
  display: none;
}
@media (min-width: 1281px) {
  .open-days__aside {
    display: block;
    position: sticky;
    top: 24px;
  }
}
.open-days__tabs {
  border-bottom: 1px solid var(--black-20, #d1d1d1);
  margin-bottom: 32px;
}
@media (min-width: 1281px) {
  .open-days__tabs {
    margin-bottom: 44px;
  }
}
.open-days__tab-button {
  border: none;
  background: none;
  cursor: pointer;
  color: var(--Black-default, #1a1a1a);
  font-weight: 500;
  font-size: 14px;
  line-height: 145%;
  padding: 10px;
  position: relative;
  margin-bottom: -1px;
}
@media (min-width: 768px) {
  .open-days__tab-button {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.open-days__tab-button--active {
  color: var(--Blue-down, #0243ea);
}
.open-days__tab-button--active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: var(--Blue-down, #0243ea);
}
.open-days__event {
  display: grid;
  gap: 24px;
}
@media (min-width: 768px) {
  .open-days__event {
    grid-template-columns: 1fr 110px;
  }
}
.open-days__event:not([style*=none]) + .open-days__event {
  margin-top: 20px;
  padding-top: 30px;
  border-top: 1px solid var(--black-20, #d1d1d1);
}
.open-days__event-image {
  width: 110px;
  height: 90px;
  object-fit: contain;
  border-radius: 8px;
}
@media (max-width: 768px) {
  .open-days__event-image {
    display: none;
  }
}
.open-days__event-meta {
  color: var(--Black-default, #1a1a1a);
  font-weight: 500;
  font-size: 16px;
  line-height: 145%;
  margin: 0 0 8px;
}
@media (min-width: 768px) {
  .open-days__event-meta {
    font-size: 18px;
  }
}
.open-days__event-university {
  display: block;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 145%;
  color: var(--Blue-default, #316afe);
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .open-days__event-university {
    margin-bottom: 16px;
    font-size: 18px;
  }
}
.open-days__event-university:hover {
  text-decoration: underline;
}
.open-days__event-title {
  color: var(--Black-default, #1a1a1a);
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: -0.02em;
  margin: 0 0 8px;
}
@media (min-width: 768px) {
  .open-days__event-title {
    font-size: 22px;
    margin: 0 0 16px;
  }
}
.open-days__event-description {
  color: var(--Black-default, #1a1a1a);
  font-weight: 400;
  font-size: 16px;
  line-height: 145%;
  margin: 0 0 16px;
}
.open-days__event-button {
  display: inline-block;
  text-decoration: none;
  background: var(--Blue-default, #316afe);
  color: var(--white, #ffffff);
  padding: 12px 24px;
  border-radius: 6px;
  font-weight: 500;
  font-size: 16px;
  line-height: 145%;
  transition: background-color 0.3s ease;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .open-days__event-button {
    width: 100%;
    text-align: center;
  }
}
.open-days__event-button:hover {
  background: var(--Blue-hover, #1a59f8);
}

.open-days-calendar {
  position: relative;
  margin-bottom: 16px;
  padding-left: 36px;
  padding-right: 36px;
}
@media (min-width: 768px) {
  .open-days-calendar {
    margin-bottom: 24px;
  }
}
.open-days-calendar .swiper-slide {
  height: 70px;
  width: 60px;
}
.open-days-calendar__month-start {
  display: flex;
  align-items: center;
  justify-content: center;
  writing-mode: vertical-rl;
  transform: rotate(180deg) !important;
  width: 24px !important;
}
.open-days-calendar__month-name {
  color: var(--black-60, #757575);
  font-weight: 400;
  font-size: 14px;
  line-height: 145%;
  text-transform: uppercase;
  text-decoration: underline;
}
.open-days-calendar__day {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 70px;
  padding: 8px 14px 12px;
  border-radius: 8px;
  box-sizing: border-box;
  transition: background-color 0.3s ease;
  text-decoration: none;
}
.open-days-calendar__day--empty {
  pointer-events: none;
}
.open-days-calendar__day--empty .open-days-calendar__day-name,
.open-days-calendar__day--empty .open-days-calendar__day-date {
  color: var(--black-20, #d1d1d1);
}
.open-days-calendar__day--today .open-days-calendar__day-name {
  color: var(--black-60, #757575);
}
.open-days-calendar__day--today .open-days-calendar__day-date {
  font-weight: 700;
  color: var(--Blue-default, #316afe);
}
.open-days-calendar__day[data-count]:not(.open-days-calendar__day--today):hover {
  background-color: var(--black-10, #e9e9e9);
}
.open-days-calendar__day[data-count]:after {
  content: attr(data-count);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 100%;
  background: var(--color-status-blue-100, #0042ed);
  font-size: 12px;
  line-height: 1;
  color: var(--white, #ffffff);
  width: 16px;
  height: 16px;
}
.open-days-calendar__day-name {
  color: var(--black-60, #757575);
  font-weight: 400;
  font-size: 14px;
  line-height: 145%;
  margin-bottom: 4px;
}
.open-days-calendar__day-date {
  color: var(--Black-default, #1a1a1a);
  font-weight: 400;
  font-size: 22px;
  line-height: 120%;
  letter-spacing: -0.02em;
}
.open-days-calendar {
  --swiper-navigation-sides-offset: 0;
}
.open-days-calendar .swiper-button-prev,
.open-days-calendar .swiper-button-next {
  top: 0;
  transform: unset;
  margin-top: unset;
  width: 36px;
  height: 70px;
  border: 1px solid var(--Blue-default, #316afe);
  border-radius: 6px;
  box-sizing: border-box;
}
.open-days-calendar .swiper-button-prev svg,
.open-days-calendar .swiper-button-next svg {
  width: 10px;
}
.open-days-calendar .swiper-button-prev.swiper-button-lock,
.open-days-calendar .swiper-button-next.swiper-button-lock {
  display: flex;
}

.open-days-message {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 674px;
  margin: 0 auto;
  margin-bottom: 24px;
}
.open-days-message__image {
  display: block;
  aspect-ratio: 1/1;
  width: 37%;
  flex: 0 0 37%;
  margin-right: 3%;
}
.open-days-message__content {
  width: 100%;
  flex: 1 0 0%;
}
.open-days-message__title {
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.02em;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .open-days-message__title {
    font-size: 22px;
  }
}
.open-days-message p {
  font-size: 16px;
  line-height: 145%;
}
.open-days-message p a {
  font-size: inherit;
  color: var(--Blue-default, #316afe);
}

.glossary__container {
  display: block;
  position: relative;
  color: var(--white, #ffffff);
  text-decoration: none;
  background: linear-gradient(227.01deg, #7424d8 13.76%, #c17df4 83.83%);
  border-radius: 20px;
  padding: 32px 24px;
  aspect-ratio: 327/340;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .glossary__container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 40px;
    padding-right: 40px;
    aspect-ratio: unset;
    height: 200px;
  }
}
.glossary__bg-image {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  object-fit: cover;
  object-position: right center;
  z-index: 1;
  border-radius: 20px;
}
.glossary__circle {
  position: absolute;
  z-index: 2;
  width: 174px;
  height: 174px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(32px);
  box-shadow: inset 1.6px 6.4px 6.4px 0px #ffffff, inset -1.6px -6.4px 6.4px 0px rgba(0, 0, 0, 0.06), 12.8px 57.6px 83.2px 0px rgba(115, 103, 240, 0.1), inset 0px 1.6px 3.2px 0px rgba(0, 0, 0, 0.04);
  bottom: -40px;
  right: -7px;
  z-index: 1;
}
@media (max-width: 1280px) {
  .glossary__circle {
    display: none;
  }
}
.glossary__subtitle {
  position: relative;
  z-index: 2;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: var(--white, #ffffff);
  margin: 0 0 16px;
}
.glossary__title {
  position: relative;
  z-index: 2;
  color: var(--white, #ffffff);
  font-weight: 700;
  font-size: 22px;
  line-height: 120%;
  letter-spacing: -0.02em;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .glossary__title {
    font-size: 32px;
    letter-spacing: -0.04em;
    max-width: 295px;
  }
}
@media (min-width: 1281px) {
  .glossary__title {
    max-width: unset;
  }
}

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