@font-face {
  font-family: Inter;
  src: url("../fonts/Inter-Italic-VariableFont_opsz,wght.ttf");
  font-style: italic;
}
@font-face {
  font-family: Inter;
  src: url("../fonts/Inter-VariableFont_opsz,wght.ttf");
}
body {
  background-color: #ffffff;
  font-family: "Inter";
  position: relative;
  font-size: 16px;
}

a {
  text-decoration: none;
  color: inherit;
}

header,
main,
footer {
  position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

input {
  border: none;
}

.neutral-bg {
  background-color: #F0F3F4;
}

.custom-scrollbar {
  --sb-track-color: #ffffff;
  --sb-thumb-color: #ced4da;
  --sb-size: 5px;
}

.custom-scrollbar::-webkit-scrollbar {
  height: var(--sb-size);
  width: 100%;
}

.custom-scrollbar::-webkit-scrollbar-track {
  background: var(--sb-track-color);
  border-radius: 3px;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
  background: var(--sb-thumb-color);
  border-radius: 3px;
}

@supports not selector(::-webkit-scrollbar) {
  .custom-scrollbar {
    scrollbar-color: var(--sb-thumb-color) var(--sb-track-color);
  }
}
main.shortened {
  margin-bottom: -20vh;
}

h1 {
  font-size: 60px;
  line-height: 72px;
  font-weight: 600;
}

h2 {
  font-size: 36px;
  line-height: 44px;
  font-weight: 600;
}

.text-centered, .pop-up__description, .pop-up__title {
  text-align: center;
}
.text-base {
  color: #101828;
}
.text-std {
  font-size: 16px;
  line-height: 24px;
}
.text-post {
  font-size: 20px;
  line-height: 30px;
}
.text-n4 {
  color: #EAECF0;
}
.text-n5 {
  color: #D0D5DD;
}
.text-n6 {
  color: #667085;
}
.text-n7 {
  color: #475467;
}
.text-p6 {
  color: #7F56D9;
}
.text-display {
  font-size: 60px;
  line-height: 72px;
  font-weight: 600;
}
.text-subtitle {
  font-size: 30px;
  line-height: 38px;
  font-weight: 600;
}
.text-caption {
  font-size: 14px;
  line-height: 20px;
}
.text-title {
  font-size: 36px;
  line-height: 44px;
  font-weight: 600;
}
.text-si {
  font-size: 24px;
  font-weight: 400;
}
.text-large {
  font-size: 18px;
  line-height: 28px;
}

q {
  font-style: italic;
}

.d-none {
  display: none;
}

.bg-n2 {
  background-color: #F9FAFB;
}

.l-section {
  margin-left: 80px;
  margin-right: 80px;
  padding: 1px;
}

.l-section-p {
  padding-left: 80px;
  padding-right: 80px;
}

.l-section-ps {
  padding-left: 32px;
  padding-right: 32px;
}

.l-section-ms {
  margin-left: 32px;
  margin-right: 32px;
}

.l-section-list {
  margin-bottom: 96px;
}

.l-section-lists {
  margin-bottom: 64px;
}

.l-section-listl {
  margin-bottom: 192px;
}

.l-mxs {
  margin-bottom: 32px;
}

.l-lps {
  padding-top: 32px;
  padding-bottom: 32px;
}

.l-lpl {
  padding-top: 96px;
  padding-bottom: 96px;
}

.l-section-slim {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.l-section-ph {
  padding: 96px 32px;
}

.l-listm {
  margin-bottom: 48px;
}

.l-full {
  padding-top: 96px;
  padding-bottom: 96px;
}

.l-mpt {
  padding-top: 64px;
  padding-bottom: 64px;
}

.l-mcm {
  margin-top: 70px;
}

.l-hps {
  padding-left: 112px;
  padding-right: 112px;
}

.l-hms {
  margin-left: 112px;
  margin-right: 112px;
}

.l-lpt {
  padding-top: 96px;
  padding-bottom: 96px;
}

.l-lmb {
  margin-bottom: 96px;
}

.l-mmb {
  margin-bottom: 64px;
}

.l-tmb {
  margin-bottom: 24px;
}

.l-smb {
  margin-bottom: 48px;
}

.l-cmb {
  margin-bottom: 40px;
}

.l-mwf {
  margin-bottom: 298px;
}

.main-navigation {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding-top: 18px;
  padding-bottom: 18px;
  height: 80px;
  position: sticky;
  z-index: 3;
}
.main-navigation__container {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 40px;
}
.main-navigation__list {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 32px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.l-content-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.l-block-list {
  display: flex;
  flex-direction: column;
}

.l-flex-menu {
  display: flex;
  align-items: flex-start;
  gap: 32px;
  flex-wrap: wrap;
}
.l-flex-menu > * {
  flex: 1;
}

.l-s0 {
  flex-shrink: 0;
}

.l-gs {
  gap: 32px;
}

header.l-tall {
  min-height: 100vh;
  height: auto;
}

.l-fullpage {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.l-fullpage-main {
  flex: 1;
}

.l-h100 {
  height: 100%;
}

.logo-container {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: inherit;
  font-weight: 700;
  font-family: inherit;
}
.logo-container p {
  margin: 0;
}
.logo-container span:first-child {
  color: #EF5C0D;
}
.logo-container span:last-child {
  color: #1A36E3;
}

.logo {
  max-height: 72px;
}

.main-navigation {
  background-color: #FFFFFF;
  font-weight: 600;
}
.main-navigation a {
  text-decoration: none;
}

.main-navigation__list {
  color: #475467;
}

.dropdown-toggle {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
}

.button {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
.button-franchise {
  background-color: #000;
  background-image: url("../img/grad-anim/c2.svg");
  background-position: center;
  background-size: cover;
  color: #FFFFFF;
  padding: 6px 10px;
  border-radius: 9px;
}
.button-pa {
  background-color: #EF5C0D;
  color: #FFFFFF;
  padding: 10px 18px;
  border-radius: 8px;
}
.button-pa:hover {
  background-color: #bf490a;
}
.button-sa {
  background-color: #1A36E3;
  color: #FFFFFF;
  padding: 10px 18px;
  border-radius: 8px;
}
.button-sa:hover {
  background-color: #152bb5;
}
.button-banner {
  border-radius: 6px;
  padding: 9px 15px;
}
.button-banner__light {
  background-color: #FFFFFF;
  color: #363636;
}
.button-banner__light:hover {
  background-color: #e6e6e6;
}
.button-banner__primary {
  background-color: #7F56D9;
  color: #FFFFFF;
}
.button-banner__primary:hover {
  background-color: #602ece;
}
.button-banner__accent {
  background-color: #EF5C0D;
  color: #FFFFFF;
}
.button-banner__accent:hover {
  background-color: #bf490a;
}
.button-offer {
  padding: 12px 20px;
  border-radius: 8px;
}
.button-function-light {
  padding: 10px 20px;
  border: 1px solid #CED4DA;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  border-radius: 37px;
  justify-content: space-between;
  font-weight: 400;
  background-color: #FFFFFF;
}
.button-function-light:hover {
  background-color: #e6e6e6;
}
.button-function {
  padding: 10px 20px;
  border: 1px solid #CED4DA;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  border-radius: 37px;
  justify-content: space-between;
  font-weight: 400;
  background-color: #000;
  background-image: url("../img/grad-anim/c2.svg");
  background-position: center;
  background-size: cover;
  position: relative;
}
.button-function::before {
  content: "";
  position: absolute;
  border-radius: 37px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #FFFFFF;
  z-index: 0;
  transition: background-color 0.2s ease-in-out;
}
.button-function > * {
  z-index: 1;
}
.button-function:hover {
  color: #FFFFFF;
}
.button-function:hover::before {
  background-color: transparent;
}
.button-function.active {
  background-color: #000;
  background-image: url("../img/grad-anim/c2.svg");
  background-position: center;
  background-size: cover;
  color: #FFFFFF;
  border: none;
}

header {
  height: 100vh;
}

.banner {
  background-image: url("../img/banner-bg-franchise.png");
  background-size: cover;
  height: 100%;
  transform: translateY(-80px);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 160px;
  transition: opacity 2s ease-in-out;
  position: relative;
}
.banner h1 {
  font-size: 36px;
  line-height: 44px;
  font-weight: 600;
  margin-bottom: 18px;
}

.banner-info {
  transform: translateY(-5vh);
  flex-basis: 60%;
}

.banner-info__text {
  font-size: 24px;
  margin: 0;
  margin-bottom: 36px;
  font-weight: 400;
}

.accent-gamma-text {
  color: #FFE1D1;
}

.banner-image {
  height: 80%;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.line-form {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 18px;
  font-size: 12px;
  line-height: 18px;
}

.offer-form {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 16px;
  font-size: 16px;
  line-height: 24px;
}

.offer-form__input {
  background-color: #FFFFFF;
  color: #101828;
  padding: 12px;
  border-radius: 6px;
  flex-grow: 1;
  max-width: 400px;
  border: 1px solid #D0D5DD;
}

.line-form__input {
  background-color: #FFFFFF;
  color: #363636;
  padding: 10px;
  border-radius: 6px;
  flex-grow: 1;
  max-width: 270px;
}

.welcome-content {
  transform: translateY(-20vh);
}

.welcome-card {
  background-color: #FFFFFF;
  border-radius: 20px;
  padding: 30px;
  padding-bottom: 25px;
  color: #363636;
}

.welcome-card-info {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 72px;
}

.welcome-card__title {
  font-size: 30px;
  line-height: 38px;
  font-weight: 700;
  margin: 0;
  margin-bottom: 12px;
}

.welcome-card__description {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  margin: 0;
}

.welcome-card-actions {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  overflow-x: scroll;
}

.welcome-card-franchise {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 30px;
  background-color: #000;
  background-image: url("../img/grad-anim/c2.svg");
  background-position: center;
  background-size: cover;
}
.welcome-card-franchise .welcome-card__title {
  color: #FFFFFF;
}
.welcome-card-franchise .welcome-card__description {
  color: #FFFFFF;
}

.welcome-footer-content {
  padding-top: 45px;
  padding-bottom: 45px;
}

.copyright-text {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #1D2939;
  margin: 0;
}

.dropdown {
  background-color: #FFFFFF;
  border-radius: 12px;
  position: absolute;
  top: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  align-items: stretch;
  border: 1px solid #EAECF0;
  box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.031372549), 0px 12px 16px -4px rgba(16, 24, 40, 0.031372549);
}
.dropdown-media {
  background-color: #F9FAFB;
  max-width: 300px;
  border-radius: 0 12px 12px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.dropdown .dropdown-media__content {
  padding: 12px;
}
.dropdown .video {
  border-radius: 6px;
}

.dropdown-media__title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #101828;
}

.dropdown-media__description {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #475467;
}

.dropdown-list {
  list-style: none;
  padding: 24px 20px;
}
.dropdown-list li {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 8px;
  padding: 12px;
}
.dropdown-list li::before {
  content: url("../img/stars-icon.svg");
}

.poster-badge {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  background-color: #EBEBEB;
  padding: 4px;
  padding-right: 10px;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 16px;
  color: #101828;
}
.poster-badge .poster-badge__button {
  background-color: #FFFFFF;
  padding: 2px 10px;
  border-radius: 16px;
  display: inline-block;
}

.poster-info__title {
  color: #101828;
}

.poster-info__description {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: #475467;
}

.poster {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.poster-franchise {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 32px;
  text-align: center;
  background-color: black;
  background-image: url("../img/gradient-bg-large.png");
  background-size: cover;
  height: calc(100vh - 112px);
  border-radius: 24px;
  margin-left: 112px;
  margin-right: 112px;
  margin-top: 32px;
  padding-left: 80px;
  padding-right: 80px;
}

.poster__image {
  max-width: 590px;
}

.levels-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 64px;
}

.levels-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.levels-image {
  width: 100%;
}

.levels-list {
  margin: 0;
  padding: 0;
  list-style: none;
  flex-shrink: 0;
  min-width: 50%;
}
.levels-list > li {
  border-left: 4px solid #F2F4F7;
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  padding: 1em;
  transition: border-left 0.1s ease-in-out;
  cursor: pointer;
}
.levels-list > li:hover {
  border-left: 4px solid #6941C6;
}
.levels-list > li:first-child:has(~ li:hover) {
  border-left: 4px solid #F2F4F7;
}
.levels-list > li:first-child {
  border-left: 4px solid #6941C6;
}

.level-card__title {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #101828;
  margin: 0;
}

.level-card__description {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #475467;
  margin: 0;
}

.level-art__preview {
  margin-bottom: 32px;
  aspect-ratio: 1.5/1;
  background-size: cover;
  background-position: center;
}

.levels-art__container {
  display: flex;
  overflow-x: scroll;
  scroll-behavior: smooth;
  gap: 32px;
  scrollbar-width: none;
  margin-bottom: 32px;
}

.level_art__description {
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
  margin-bottom: 24px;
  color: #475467;
}

.level-art__card {
  flex: 0 0 30%;
  display: flex;
  flex-direction: column;
}
.level-art__card > * {
  width: 100%;
}
.level-art__card .button {
  margin-top: auto;
}

.level-art__title {
  font-size: 24px;
  font-weight: 600;
  color: #101828;
  margin: 0;
}

.level-art__vac {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 12px;
}

.level-art__info {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
}
.level-art__info > div {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.level-art__info > div svg {
  margin-right: 8px;
}
.level-art__info > div p {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  color: #475467;
  font-size: 16px;
  line-height: 24px;
  margin-top: 8px;
  margin-bottom: 8px;
}

.level-art__date, .level-art__tag {
  font-weight: 500;
}

.level-art__time {
  font-weight: 700;
}

.badge-accent {
  background-color: #FFFAF5;
  color: #EF5C0D;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  padding: 4px 10px;
  border-radius: 16px;
  margin: 0 auto;
  margin-bottom: 16px;
  width: -moz-fit-content;
  width: fit-content;
}

.about-map {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 64px 32px;
}

.about-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  min-width: 20%;
}

.about-card__description {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #475467;
  margin: 0;
}

.about-card__title {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #101828;
  margin: 0;
}

.offer {
  background-color: #F9FAFB;
  border-radius: 16px;
  padding-top: 64px;
  padding-bottom: 64px;
}

.section-title {
  color: #101828;
  font-size: 36px;
  line-height: 44px;
  font-weight: 600;
  margin: 0;
}

.offer-text__description {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: #475467;
}

.footer {
  background-color: #1D2939;
}

.franchise {
  background-image: url("../img/grad-anim/c2.svg");
  background-size: cover;
  background-position: center;
  color: #FFFFFF;
  border-radius: 16px;
  transform: translateY(-50%);
  padding: 64px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

/*TODO: it's not written in scss file, change 90% to 80%*/
.franchise__text {
  max-width: 80%;
}

.franchise__title {
  font-size: 30px;
  line-height: 38px;
  font-weight: 600;
}

.franchise__description {
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
}

.franchise > .button {
  flex-shrink: 0;
}

.footer-logo {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #FFFFFF;
  gap: 14px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}
.footer-logo > img {
  width: 32px;
}

.footer-navbar__list {
  display: flex;
  flex-direction: row;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  font-weight: 600;
  gap: 32px;
}

.socials-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #475467;
  padding-top: 32px;
  padding-bottom: 32px;
}

.socials__icon-link {
  font-size: 24px;
}

.poster-franchise__description {
  font-size: 20px;
  line-height: 30px;
}

.mcit {
  background-color: #F9FAFB;
  border-radius: 16px;
  margin-left: 112px;
  margin-right: 112px;
  padding: 64px 80px;
}

.mcit__text {
  font-style: italic;
  color: #101828;
  font-weight: 500;
  font-size: 24px;
  text-align: center;
}

.conditions-container {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 24px;
}

.conditions-image {
  background-image: url("../img/content2.jpg");
  background-size: cover;
  width: 40%;
  border-radius: 16px;
}

.check-list {
  color: #475467;
  font-size: 18px;
  line-height: 28px;
  list-style: none;
  padding: 0;
}

.check-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
}

.check-item:not(:last-child) {
  margin-bottom: 22px;
}

.check-item::before {
  content: "";
  width: 32px;
  height: 32px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.check-list__warn .check-item::before {
  background-image: url("../img/check-icon.svg");
}

.check-list__success .check-item::before {
  background-image: url("../img/check-icon-green.svg");
}

.stories-image {
  background-image: url("../img/stories.jpg");
  background-size: cover;
  background-position: center;
  background-position-y: bottom;
  border-radius: 12px;
  height: 50vh;
}

.cite-accent {
  border-left: 2px solid #6941C6;
  padding: 8px 20px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.cite-accent q {
  color: #101828;
  font-size: 24px;
  font-weight: 500;
}

.cite__author {
  font-size: 16px;
  line-height: 24px;
  display: flex;
  flex-direction: column;
  margin: 0;
}
.cite__author .cite__name {
  color: #101828;
  font-weight: 600;
}
.cite__author .cite__title {
  color: #475467;
  font-weight: 400;
}

.form-full {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.form-full .form-container label {
  display: block;
  color: #344054;
  margin-bottom: 6px;
  font-weight: 500;
}
.form-full .form-container input[type=text],
.form-full .form-container input[type=email],
.form-full .form-container input[type=tel] {
  display: block;
  width: 100%;
  background-color: #F9FAFB;
  border: 1px solid #D0D5DD;
  color: #101828;
  padding: 10px 14px;
  border-radius: 8px;
  font-size: 16px;
  line-height: 24px;
}
.form-full .form-container input[type=submit] {
  display: block;
  width: 100%;
}

.mcit__title {
  color: #101828;
  font-size: 36px;
  line-height: 44px;
  font-weight: 600;
}

.mcit__description {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: #475467;
}

.footer-empty {
  padding-top: 64px;
}

.poster-ucmas {
  align-items: flex-start;
  margin-bottom: 64px;
}
.poster-ucmas .poster__text {
  font-size: 20px;
  line-height: 30px;
  color: #475467;
}

.poster-ucmas__image {
  background-image: url("../img/Content.png");
  background-size: cover;
  background-position-x: center;
  background-position-y: top;
  height: 70vh;
  border-radius: 16px;
}

.block-centered {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.badge-ucmas {
  background-color: #FFFAF5;
  color: #EF5C0D;
  border-radius: 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  padding: 64px;
  text-align: center;
}

.badge-ucmas__title {
  font-size: 60px;
  line-height: 72px;
  font-weight: 600;
  margin: 0;
}

.badge-ucmas__description {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  margin: 0;
}

.poster-fg {
  align-items: flex-start;
}
.poster-fg .poster__image {
  max-width: 30vw;
}

.fg-arrow {
  position: relative;
  display: block;
}

.fg-arrow::before {
  content: url("../img/arrow-fg.svg");
  position: absolute;
  right: -40vw;
}

.contacts-section {
  display: flex;
  color: #363636;
  height: 100%;
}

.tabs-menu-container {
  flex-basis: 40%;
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding-right: 64px;
  border-right: 1px solid #CED4DA;
}

.tabs-content-container {
  flex-basis: 60%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-top: 44px;
  padding-left: 64px;
}

.tabs-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tabs-menu > li {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border-radius: 8px;
  padding: 14px 16px;
  cursor: pointer;
  transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
}
.tabs-menu > li.active {
  background-color: #FDF3E7;
  color: #FF5100;
}
.tabs-menu > li:not(.active):hover {
  background-color: #FFFAF5;
  color: #EF5C0D;
}

.contacts-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.contacts-list > li {
  padding-top: 6px;
  padding-bottom: 6px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
.contacts-list svg {
  width: 24px;
}

.controllers-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 32px;
}

.controller-button {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #FFFFFF;
  border: 1px solid #EAECF0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.text-description {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #475467;
}

.badge-obotz {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
  border-top: 1px solid #EAECF0;
  border-bottom: 1px solid #EAECF0;
  text-align: center;
}

.badge-obotz__title {
  font-size: 60px;
  line-height: 72px;
  font-weight: 600;
  color: #101828;
  margin: 0;
  margin-bottom: 12px;
}

.badge-obotz__description {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  color: #101828;
  margin: 0;
}

.obotz-projects-container {
  background-color: #F9FAFB;
  padding: 96px 112px;
}

.obotz-project__card {
  height: 480px;
  width: 30%;
  background-position: center;
  background-size: cover;
  flex-shrink: 0;
  border-radius: 16px;
}

.obotz-scrolling-container {
  display: flex;
  overflow-x: scroll;
  scroll-behavior: smooth;
  gap: 32px;
  scrollbar-width: none;
  margin-bottom: 32px;
}

.poster-level {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 64px;
}
.poster-level > * {
  flex-basis: 50%;
}

.poster-level__info {
  padding-left: 32px;
  padding-right: 32px;
  font-size: 18px;
  line-height: 28px;
  color: #475467;
}
.poster-level__info p {
  margin-top: 0;
}

.poster-level__image {
  background-size: cover;
  background-position: center;
  border-radius: 16px;
  padding-left: 32px;
  padding-right: 32px;
  margin-top: 21px;
  margin-bottom: 21px;
}

.pop-up {
  width: 500px;
  border: 5px solid purple;
  border-radius: 8px;
  box-shadow: 0px 7px 16px 0px rgba(19, 32, 77, 0.0705882353), 0px 0px 0px 1px #F5F5F5;
}

.pop-up__close {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}

.pop-up__title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: #363636;
  margin: 0;
  margin-bottom: 12px;
}

.pop-up__description {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #363636;
  margin: 0;
  margin-bottom: 24px;
}

.pop-up__form {
  color: #344054;
}
.pop-up__form label {
  font-size: 14px;
  line-height: 20px;
}

.about-card__imagebox {
  height: 300px;
  width: 100%;
  border-radius: 16px;
  background-size: cover;
  background-position-y: bottom;
}

.poster-todo {
  padding-top: 0;
  padding-bottom: 0;
  height: calc(100vh - 80px);
  align-items: center;
}

.main-navigation__burger {
  position: relative;
  width: 40px;
  height: 40px;
  background-color: #FFFFFF;
  display: none;
}
.main-navigation__burger span {
  display: block;
  position: absolute;
  background-color: #344054;
  height: 2px;
  width: 20px;
  transition: all 0.3s ease-in-out;
  left: 10px;
}
.main-navigation__burger span:nth-child(1) {
  top: 13px;
}
.main-navigation__burger span:nth-child(2) {
  top: 19px;
}
.main-navigation__burger span:nth-child(3) {
  top: 25px;
}

.main-navigation__burger.active span:nth-child(1) {
  transform: rotate(45deg);
  top: 19px;
}
.main-navigation__burger.active span:nth-child(2) {
  opacity: 0;
}
.main-navigation__burger.active span:nth-child(3) {
  transform: rotate(-45deg);
  top: 19px;
}

.navbar-s {
  display: none;
}

.navbar-s__sublist {
  display: none;
}

.banner {
  opacity: 0;
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  bottom: 0;
}

.text-dark {
  color: #363636 !important;
}

.text-light {
  color: #FFFFFF !important;
}

.text-grad {
  font-weight: 900;
  display: inline-block;
  background-clip: text;
  color: transparent;
  background-image: url("../img/gradient-bg.svg");
  -webkit-background-clip: text;
  background-size: 100%;
}

.text-grad-accent {
  font-weight: 900;
  display: inline-block;
  background-clip: text;
  color: transparent;
  background-image: linear-gradient(to right, #EF5C0D, #1A36E3);
  -webkit-background-clip: text;
}

.dropdown-toggle:not(.dropdown-active) ~ .dropdown {
  display: none;
}

/*--------------*/
.hide-scrollbar-x::-webkit-scrollbar,
.hide-scrollbar-y::-webkit-scrollbar {
  display: none;
}

.hide-scrollbar-y {
  scrollbar-width: none;
  -ms-overflow-style: none;
  position: relative;
  max-height: 70vh;
  overflow-y: scroll;
}

.hide-scrollbar-y::after {
  content: "";
  display: block;
  position: sticky;
  left: 0;
  right: 0;
  height: 20vh;
  bottom: 0;
  background: linear-gradient(0deg, white, transparent);
}

.no-banner {
  height: auto;
  min-height: auto;
}

.fade-out {
  animation: fade-out 0.5s ease-in-out forwards;
}

.fade-in {
  animation: fade-in 0.5s ease-in-out forwards;
  animation-delay: 0.5s;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@media screen and (max-width: 1100px) {
  .l-section-p {
    padding-left: 40px;
    padding-right: 40px;
  }
  .l-section {
    margin-left: 40px;
    margin-right: 40px;
  }
  .banner {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media screen and (max-width: 970px) {
  .l-content-grid {
    grid-template-columns: 1fr;
  }
  .main-navigation__burger {
    display: block;
  }
  .navbar-s {
    display: block;
  }
  .navbar-l, .t-l {
    display: none;
  }
  .main-navigation__container {
    justify-content: space-between;
    width: 100%;
  }
  .main-navigation__list {
    position: fixed;
    background: #FFF;
    top: 0;
    left: -100%;
    bottom: 0;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 40px;
    padding-top: 72px;
    z-index: -1;
    transition: left 0.2s ease-in-out;
  }
  .main-navigation__list.active {
    left: 0;
  }
  .button-franchise, .nb-s {
    color: inherit;
    background: none;
    padding: 0;
  }
  .navbar-s__sublist {
    display: block;
    margin-top: 16px;
  }
  .navbar-s__sublist > li {
    list-style: none;
    margin-top: 16px;
  }
  .banner-info {
    flex-basis: 100%;
  }
  .banner-info input[type=submit] {
    width: 100%;
    font-size: 16px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .main-navigation {
    height: 72px;
  }
}
@media screen and (max-width: 600px) {
  .l-section {
    margin-left: 16px;
    margin-right: 16px;
  }
  .banner {
    padding-left: 16px;
    padding-right: 16px;
  }
  .banner h1 {
    font-size: 30px;
    line-height: 38px;
  }
  .banner .banner-info__text {
    font-size: 20px;
    line-height: 30px;
  }
  .welcome-card__icon {
    width: 48px;
    height: 48px;
  }
  .welcome-card__title {
    font-size: 20px;
    line-height: 30px;
  }
  .welcome-card-info {
    margin-bottom: 20px;
  }
  .welcome-card-franchise-info {
    margin-bottom: 20px;
  }
  .poster-info__title {
    font-size: 36px;
    line-height: 44px;
  }
  .poster-fg {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
  .poster-fg .poster__image {
    max-width: 100%;
    margin-top: 36px;
  }
  .poster-todo {
    height: auto;
  }
  .about-map {
    grid-template-columns: 1fr;
  }
  .main-navigation {
    padding-left: 16px;
    padding-right: 16px;
  }
  .l-hps {
    padding-left: 16px;
    padding-right: 16px;
  }
  .l-lpt {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .l-lmb {
    margin-bottom: 48px;
  }
  .l-section-list {
    margin-bottom: 48px;
  }
  .l-hms {
    margin-left: 16px;
    margin-right: 16px;
  }
  .franchise.l-section-ms {
    margin-left: 0;
    margin-right: 0;
  }
  .franchise {
    padding: 40px 24px;
    display: block;
    transform: translateY(-30%);
  }
  .section-title {
    font-size: 30px;
    line-height: 38px;
  }
  .offer-text__description {
    font-size: 18px;
    line-height: 28px;
  }
  .franchise__description {
    font-size: 18px;
    line-height: 28px;
  }
  .b-w100 {
    width: 100%;
    text-align: center;
  }
  .footer .l-section-ps {
    padding: 0;
  }
  .footer-navbar__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .socials-container {
    flex-wrap: wrap;
  }
  .socials {
    order: -1;
    margin-top: 16px;
  }
  .poster-franchise {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    height: auto;
    border-radius: 0;
    gap: 0;
    padding: 20px 16px;
  }
  .poster-franchise h1 {
    font-size: 36px;
    line-height: 44px;
  }
  .poster-franchise__description {
    font-size: 18px;
    line-height: 28px;
  }
  .mcit {
    padding: 16px;
    margin-left: 0;
    margin-right: 0;
  }
  .mcit__text {
    font-size: 18px;
    line-height: 28px;
  }
  header {
    height: auto;
  }
  h2 {
    font-size: 24px;
    line-height: 38px;
  }
  .l-section-lists {
    margin-bottom: 32px;
  }
  .l-flex-menu .about-card {
    min-width: 100%;
  }
  .conditions-container {
    display: block;
  }
  .conditions-image {
    width: 100%;
    aspect-ratio: 1;
  }
  .l-section.l-section-ps {
    padding-left: 0;
    padding-right: 0;
  }
  .text-display {
    font-size: 36px;
    line-height: 44px;
  }
  .check-item::before {
    width: 64px;
  }
  .check-list {
    font-size: 16px;
    line-height: 24px;
  }
  .text-large {
    font-size: 16px;
    line-height: 24px;
  }
  .text-subtitle {
    font-size: 20px;
    line-height: 30px;
  }
  .l-section-slim {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }
  h1 {
    font-size: 36px;
    line-height: 44px;
  }
  .badge-obotz {
    flex-direction: column;
    gap: 32px;
  }
  .obotz-projects-container {
    padding: 64px 16px;
  }
  .obotz-project__card {
    width: 80%;
    height: auto;
    aspect-ratio: 1;
    background-position: center;
  }
  .l-section-p {
    padding-left: 16px;
    padding-right: 16px;
  }
  .poster-level {
    flex-direction: column;
  }
  .poster-level__info {
    padding-left: 0;
    padding-right: 0;
  }
  .poster {
    flex-direction: column;
  }
  .poster__image {
    max-width: 100vw;
  }
  .levels.l-section-ps {
    padding-left: 0;
    padding-right: 0;
  }
  .levels-list.hide-scrollbar-y {
    max-height: initial;
  }
  .levels-title {
    margin-bottom: 48px;
  }
  .levels-container {
    flex-direction: column;
  }
  .hide-scrollbar-y::after {
    height: 0;
  }
  .badge-accent {
    text-align: center;
  }
  .offer.l-section-ms {
    margin-left: 0;
    margin-right: 0;
  }
  .offer {
    padding-left: 16px;
    padding-right: 16px;
  }
  .l-h100 {
    height: 100vh;
  }
}/*# sourceMappingURL=style.css.map */