*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Roboto", sans-serif;
  color: #002a48;
  -webkit-font-smoothing: antialiased;
}
body.active {
  overflow: hidden;
}

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

button {
  background: unset;
  cursor: pointer;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
  border: none;
}

#root,
#__next {
  isolation: isolate;
}

.auto-container {
  margin-inline: auto;
  padding-inline: 60px;
  max-width: 1240px;
}

.button {
  padding: 14px 24px;
  font-size: 14px;
  font-weight: 500;
  color: #002a48;
  border-radius: 6px;
  transition: all 0.15s;
}
.button--primary {
  background: #92ff04;
}
.button--primary:hover {
  background: #84ea00;
}
.button--secondary {
  color: #fff;
  background: #002a48;
}
.button--secondary:hover {
  background: #001b2f;
}
.button--outlined {
  border: 1px solid #002a48;
}
.button--outlined:hover {
  background: #f2f2f2;
}
.button--outlined--white {
  color: #fff;
  border-color: #fff;
}
.button--outlined--white:hover {
  background: #001b2f;
}

@media (max-width: 1024px) {
  .auto-container {
    padding-inline: 40px;
  }
}
@media (max-width: 540px) {
  .auto-container {
    padding-inline: 20px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
  overflow-wrap: break-word;
}

h1 {
  font-family: "Anton", sans-serif;
  font-size: 90px;
  color: #92ff04;
  text-transform: uppercase;
}

h2 {
  font-family: "Anton", sans-serif;
  color: #fff;
  font-size: 40px;
  text-transform: uppercase;
}
h2 span {
  color: #92ff04;
}

h3 {
  font-family: "Anton", sans-serif;
  font-size: 32px;
  text-transform: uppercase;
}

h5 {
  font-family: "Anton", sans-serif;
  font-size: 22px;
  text-transform: uppercase;
}

h6 {
  font-size: 16px;
  font-weight: 700;
}

p {
  font-size: 14px;
  line-height: 1.6;
}
p span {
  color: #92ff04;
  text-decoration: underline;
}

@media (max-width: 1024px) {
  h1 {
    font-size: 64px;
  }
}
@media (max-width: 540px) {
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 32px;
  }
  h3 {
    font-size: 22px;
  }
}
.swiper {
  overflow: visible;
  clip-path: inset(-100vw -100vw -100vw 0);
  margin: -15px;
  padding: 15px 15px 50px;
}
.swiper-scrollbar {
  height: 8px !important;
  background: #f3f6fc;
  box-shadow: inset 0 4px 4px rgba(0, 0, 0, 0.1);
}
.swiper-scrollbar-drag {
  background: #92ff04;
}
.swiper-slide {
  width: fit-content;
}

@media (max-width: 1240px) {
  .swiper:not(.two-rows) {
    margin: -15px 0 -15px -15px;
    padding: 15px 0 50px 15px;
  }
}
@media (max-width: 840px) {
  .swiper.two-rows {
    margin: -15px 0 -15px -15px;
    padding: 15px 0 50px 15px;
  }
}
@media (max-width: 540px) {
  .swiper {
    padding: 15px 0 40px 15px;
  }
}
.card {
  overflow: hidden;
  width: 350px;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
}
.card__image img {
  width: 100%;
}
.card h6 {
  margin-bottom: -10px;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 700;
}
.card__content {
  position: relative;
  flex-grow: 1;
  padding: 20px 20px 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  background: #fff;
}
.card__content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.card-topPrice {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 16px;
  color: #80cedf;
}
.card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.card__tags span {
  padding: 6px 8px;
  font-size: 12px;
  font-weight: 500;
  border-radius: 2px;
  border: 1px solid #002a48;
}
.card__features {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.card__feature {
  display: flex;
  align-items: center;
  gap: 8px;
}
.card__feature span {
  font-size: 14px;
}
.card__price {
  display: flex;
  align-items: flex-end;
  gap: 10px;
}
.card__price small {
  font-size: 14px;
}
.card__price span {
  font-family: "Anton", sans-serif;
  font-size: 32px;
  line-height: 1;
}

@media (max-width: 540px) {
  .card {
    width: 290px;
    border-radius: 4px;
  }
}
.alert {
  padding-block: 12px;
  background: #92ff04;
}
.alert__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 22px;
  font-size: 12px;
  font-weight: 500;
}
.alert__inner a {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

.breadcrumb {
  padding-block: 25px;
}
.breadcrumb__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.breadcrumb a {
  padding-block: 10px;
  font-size: 12px;
  font-weight: 500;
  text-decoration: underline;
}
.breadcrumb a.active {
  font-weight: 700;
}
.breadcrumb a:not(:last-child)::after {
  content: url("../assets/svgs/arrow-right.svg");
  margin-left: 10px;
}

@media (max-width: 540px) {
  .breadcrumb {
    padding-block: 15px;
  }
}
.student {
  overflow: hidden;
  width: 540px;
  padding: 20px 30px;
  position: relative;
  background: #002a48;
  display: flex;
  gap: 50px;
  border-radius: 4px;
}
.student__shape {
  position: absolute;
}
.student__image {
  flex-shrink: 0;
  width: 200px;
  height: 200px;
}
.student__image img {
  width: 100%;
}
.student__content {
  color: #fff;
}
.student__content p {
  margin-bottom: 20px;
}
.student__content h6 {
  margin-bottom: 5px;
}
.student__tags {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.student__tags span {
  padding: 7px 12px;
  border-radius: 2px;
  line-height: 1;
  border: 1px solid #fff;
}
.student__profession {
  font-size: 14px;
}

@media (max-width: 840px) {
  .student {
    padding: 20px 20px 40px;
    width: 290px;
    flex-direction: column;
    gap: 40px;
  }
  .student__image {
    width: 100%;
    height: 160px;
  }
  .student__image img {
    height: 100%;
    object-fit: cover;
    object-position: top;
  }
}
.header {
  overflow: hidden;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 100;
  background: #fff;
  box-shadow: 0 2px 2px 4px rgba(0, 0, 0, 0.1);
}
.header .burger {
  display: none;
}
.header__col:nth-child(2) {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.header__search {
  width: 500px;
  display: flex;
  background: #f3f6fc;
  border-radius: 2px;
}
.header__search input {
  flex-grow: 1;
  padding-inline: 20px;
  background: inherit;
}
.header__search button {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #92ff04;
  transition: background 0.15s;
}
.header__search button:hover {
  background: #84ea00;
}
.header__top {
  padding-block: 10px;
  position: relative;
  display: flex;
  justify-content: flex-end;
  color: #fff;
}
.header__top::before {
  content: "";
  position: absolute;
  top: 0;
  left: -2000px;
  z-index: -1;
  width: 6000px;
  height: 100%;
  background: #002a48;
}
.header__top-link {
  padding: 0 15px;
  font-size: 12px;
}
.header__top-link:not(:last-child) {
  border-right: 1px solid #fff;
}
.header__main {
  padding-block: 20px;
  display: flex;
  justify-content: space-between;
}
.header__logo {
  display: block;
  width: 140px;
}
.header .nav__inner {
  display: flex;
  gap: 40px;
}
.header .nav__link {
  padding: 10px;
  font-size: 14px;
  font-weight: 500;
}
.header__buttons {
  height: 100%;
  display: flex;
  gap: 20px;
}
.header__buttons button {
  display: flex;
  gap: 12px;
  align-items: center;
  color: #002a48;
}
.header__buttons button span {
  font-size: 12px;
  font-weight: 500;
}

@media (max-width: 1180px) {
  .header .nav__inner {
    gap: 20px;
  }
}
@media (max-width: 1024px) {
  .header__main {
    flex-wrap: wrap;
  }
  .header__col:first-child {
    display: flex;
    align-items: center;
    gap: 50px;
  }
  .header__col:nth-child(2) {
    width: 100%;
    order: 3;
  }
  .header__search {
    margin-top: 20px;
    width: 100%;
    max-width: 500px;
  }
  .header .burger {
    display: block;
    position: relative;
    width: 30px;
    height: 24px;
    cursor: pointer;
  }
  .header .burger span {
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
    width: calc(100% - 10px);
    height: 2px;
    background: #002a48;
  }
  .header .burger::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    width: calc(100% - 10px);
    height: 2px;
    background: #002a48;
    transition: all 0.3s ease-in-out;
  }
  .header .burger::after {
    content: "";
    position: absolute;
    bottom: 5px;
    left: 5px;
    width: calc(100% - 10px);
    height: 2px;
    background: #002a48;
    transition: all 0.3s ease-in-out;
  }
  .header .burger.active span {
    display: none;
  }
  .header .burger.active::before {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .header .burger.active::after {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .header .nav {
    display: none;
    position: fixed;
    top: 108px;
    left: 0;
    width: 100%;
    height: calc(100% - 108px);
    background: none;
    justify-content: flex-end;
    transition: all 0.3s ease-in-out;
    transition-behavior: allow-discrete;
  }
  .header .nav.active {
    display: flex;
    background: rgba(0, 0, 0, 0.3);
  }
  .header .nav.active .nav__inner {
    transform: translateX(0);
  }
  @starting-style {
    .header .nav.active {
      background: none;
    }
    .header .nav.active .nav__inner {
      transform: translateX(100%);
    }
  }
  .header .nav__inner {
    padding: 20px;
    width: 300px;
    flex-direction: column;
    background: #fff;
    transform: translateX(100%);
    transition: all 0.3s ease-in-out;
    border-top: 1px solid #002a48;
  }
}
@media (max-width: 540px) {
  .header__buttons button span {
    display: none;
  }
  .header .nav__link {
    padding-block: 5px;
  }
}
.footer {
  padding-block: 60px 30px;
  background: #002a48;
  color: #fff;
}
.footer__content {
  margin-bottom: 20px;
  display: flex;
  gap: 80px;
}
.footer__content h3 {
  margin-bottom: 30px;
}
.footer__newsletter {
  max-width: 460px;
}
.footer__newsletter form {
  overflow: hidden;
  display: flex;
  border: 1px solid #92ff04;
  border-radius: 4px;
}
.footer__newsletter form input {
  flex-grow: 1;
  padding: 20px;
  font-size: 14px;
}
.footer__newsletter form button {
  padding: 20px 30px;
  font-size: 14px;
  font-weight: 500;
  background: #92ff04;
  transition: all 0.15s ease-in-out;
}
.footer__newsletter form button:hover {
  background: #84ea00;
}
.footer__col:nth-child(1) {
  width: calc(55% - 40px);
}
.footer__col:nth-child(2) {
  width: calc(45% - 40px);
}
.footer__nav {
  display: flex;
  justify-content: space-between;
}
.footer__nav-col {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer__nav-link {
  padding-block: 8px;
}
.footer__row {
  padding-block: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #fff;
}
.footer__logo {
  width: 160px;
}
.footer__social {
  display: flex;
  gap: 10px;
}
.footer__social a {
  padding: 5px;
}
.footer__copyright {
  padding-top: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer__copyright span {
  font-size: 12px;
}
.footer__copyright-links {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.footer__copyright-links a {
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 500;
}

@media (max-width: 840px) {
  .footer {
    padding-block: 60px;
  }
  .footer__content {
    margin-bottom: 60px;
    flex-direction: column;
  }
  .footer__col:nth-child(1), .footer__col:nth-child(2) {
    width: 100%;
  }
  .footer__nav {
    justify-content: unset;
    gap: 100px;
  }
  .footer__copyright {
    padding-top: 25px;
    flex-direction: column;
    align-items: unset;
    gap: 30px;
  }
  .footer__copyright span {
    order: 2;
    text-align: center;
  }
}
@media (max-width: 540px) {
  .footer__newsletter form {
    flex-direction: column;
    gap: 12px;
    border: 0;
    border-radius: 0;
  }
  .footer__newsletter form input {
    padding: 16px 20px;
    border-radius: 4px;
    border: 1px solid #92ff04;
  }
  .footer__newsletter form button {
    border-radius: 4px;
  }
  .footer__nav {
    justify-content: space-between;
    gap: 20px;
  }
  .footer__row {
    padding-block: 20px 40px;
  }
  .footer__logo {
    width: 140px;
  }
}
.slider {
  overflow: hidden;
  padding-block: 80px;
}
.slider--grey {
  background: #f3f6fc;
}
.slider--students {
  background: #f3f6fc;
}
.slider--students .swiper-slide:nth-child(odd) .student__shape {
  top: 50%;
  left: 130px;
  transform: translateY(-50%);
}
.slider--students .swiper-slide:nth-child(even) .student__shape {
  bottom: -40px;
  left: -30px;
}
.slider--dark {
  background: #002a48;
}
.slider--dark .slider__top {
  color: #fff;
}
.slider--dark .slider__top h3 {
  color: #92ff04;
}
.slider--dark .slider__top-buttons button {
  color: #fff;
  border-color: #fff;
}
.slider--dark .slider__top-buttons button:hover, .slider--dark .slider__top-buttons button.active {
  color: #002a48;
  background: #fff;
}
.slider.mobile-only .swiper {
  overflow: hidden;
  clip-path: unset;
  pointer-events: none;
  padding-bottom: 15px;
}
.slider.mobile-only .swiper-scrollbar {
  display: none;
}
.slider.mobile-only .card button {
  pointer-events: auto;
}
.slider.mobile-only .button--outlined {
  margin-inline: auto;
}
.slider__inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
}
.slider__top {
  max-width: 540px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.slider__top--horizontal {
  width: 100%;
  max-width: unset;
  flex-direction: row;
  justify-content: space-between;
}
.slider__top--horizontal .slider__top-buttons {
  justify-content: flex-end;
}
.slider__top-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.slider__top-buttons button {
  padding: 8px;
  font-size: 12px;
  font-weight: 500;
  border-radius: 2px;
  border: 1px solid #002a48;
  transition: all 0.15s;
}
.slider__top-buttons button:hover, .slider__top-buttons button.active {
  color: #fff;
  background: #002a48;
}
.slider__list {
  width: 100%;
}

@media (max-width: 1240px) {
  .slider.mobile-only:not(.two-rows) .swiper {
    overflow: visible;
    clip-path: inset(-100vw -100vw -100vw 0);
    pointer-events: auto;
    padding-bottom: 50px;
  }
  .slider.mobile-only:not(.two-rows) .swiper-scrollbar {
    display: block;
  }
}
@media (max-width: 840px) {
  .slider--students {
    background: #f3f6fc;
  }
  .slider--students .swiper-slide:nth-child(odd) .student__shape, .slider--students .swiper-slide:nth-child(even) .student__shape {
    top: 40px;
    right: 0;
    left: unset;
    transform: unset;
  }
  .slider.two-rows .swiper {
    overflow: visible;
    clip-path: inset(-100vw -100vw -100vw 0);
    pointer-events: auto;
    padding-bottom: 50px;
  }
  .slider.two-rows .swiper-scrollbar {
    display: block;
  }
  .slider__top--horizontal {
    flex-direction: column;
    max-width: 540px;
  }
  .slider__top--horizontal .slider__top-buttons {
    justify-content: flex-start;
  }
}
@media (max-width: 540px) {
  .slider {
    padding-block: 60px;
  }
  .slider .button--outlined {
    width: 100%;
  }
}
.faq {
  scroll-margin: 80px;
  padding-block: 80px;
  background: #f3f6fc;
}
.faq__inner {
  max-width: 730px;
}
.faq h3 {
  margin-bottom: 20px;
}
.faq .question:not(:last-child) {
  margin-bottom: 2px;
}
.faq .question.active .question__top svg {
  transform: rotate(90deg);
}
.faq .question__title {
  font-size: 16px;
  font-weight: 700;
}
.faq .question__top {
  padding: 20px;
  color: #fff;
  background: #002a48;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.faq .question__top svg {
  flex-shrink: 0;
  transition: transform 0.3s ease-in-out;
}
.faq .question__body {
  height: 0;
  overflow: hidden;
  background: #fff;
  transition: height 0.3s ease-in-out;
}
.faq .question__body-content {
  padding: 40px 20px;
}

@media (max-width: 700px) {
  .faq {
    padding-block: 40px;
  }
}
.promo {
  padding-block: 80px;
}
.promo--blue {
  background: #80cedf;
}
.promo__inner {
  display: flex;
  align-items: center;
  gap: 30px;
}
.promo__content {
  width: calc(32% - 15px);
}
.promo__content h6 {
  margin-bottom: 10px;
}
.promo__content p {
  margin-bottom: 40px;
}
.promo__info {
  margin-block: 25px 40px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.promo__info-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.promo__info-item span {
  font-size: 16px;
}
.promo__info-item span:first-child {
  font-weight: 700;
}
.promo__info-item small {
  text-decoration: underline;
  font-size: 12px;
}
.promo__image {
  width: calc(68% - 15px);
}
.promo__image img {
  width: 100%;
  border-radius: 4px;
}

@media (max-width: 840px) {
  .promo {
    padding: 0;
  }
  .promo__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
  .promo--mobileReverse .promo__inner {
    flex-direction: column-reverse;
  }
  .promo__content {
    max-width: 540px;
    padding-block: 40px;
    width: 100%;
    order: 2;
  }
  .promo__image {
    width: calc(100% + 80px);
    margin-inline: -40px;
  }
}
@media (max-width: 540px) {
  .promo__image {
    width: calc(100% + 40px);
    margin-inline: -20px;
  }
}
.partners {
  padding-block: 80px;
  overflow-x: hidden;
}
.partners__top {
  margin-bottom: 30px;
}
.partners__slide {
  width: 200px;
  text-align: center;
}
.partners__slide img {
  display: inline-block;
  width: 120px;
}

@media (max-width: 540px) {
  .partners {
    padding-block: 56px;
  }
  .partners__slide {
    width: 136px;
  }
}
.intro {
  position: relative;
}
.intro__background {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.intro__inner {
  min-height: 80vh;
  min-height: 80dvh;
  display: flex;
  align-items: center;
}
.intro__image {
  display: none;
}
.intro__image img {
  width: 100%;
}
.intro__content {
  color: #fff;
  max-width: 440px;
}
.intro__content h2 {
  margin-bottom: 10px;
}
.intro__content p {
  margin-bottom: 40px;
}
.intro__content form {
  margin-bottom: 10px;
  display: flex;
}
.intro__content form input {
  flex-grow: 1;
  padding-inline: 20px;
  font-size: 14px;
}
.intro__content form button {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #92ff04;
  transition: background 0.15s;
}
.intro__content form button:hover {
  background: #84ea00;
}
.intro__most-searched {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.intro__most-searched span {
  margin-bottom: 10px;
}
.intro__most-searched a {
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 500;
  border: 1px solid #fff;
  border-radius: 2px;
}
.intro__most-searched a:not(:last-child) {
  margin-bottom: 4px;
}

@media (max-width: 840px) {
  .intro {
    background: #002a48;
  }
  .intro__background {
    display: none;
  }
  .intro__inner {
    min-height: unset;
  }
  .intro__inner {
    flex-direction: column;
  }
  .intro__image {
    display: block;
    width: calc(100% + 80px);
    margin-inline: -40px;
  }
  .intro__content {
    padding-block: 56px;
    max-width: 540px;
  }
  .intro__content h2 {
    margin-bottom: 30px;
  }
  .intro__content p {
    margin-bottom: 70px;
  }
  .intro__content form {
    margin-bottom: 40px;
  }
}
@media (max-width: 540px) {
  .intro__image {
    width: calc(100% + 40px);
    margin-inline: -20px;
  }
  .intro__content form button {
    width: 54px;
    height: 54px;
  }
}
.advantage {
  position: relative;
}
.advantage--bg-inside .advantage__inner {
  position: relative;
}
.advantage--bg-inside .advantage__col:nth-child(1) {
  padding-left: 40px;
}
.advantage__inner {
  padding-block: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
.advantage__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 65%;
  height: 100%;
}
.advantage__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.4), transparent);
}
.advantage__bg video,
.advantage__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.advantage__bg img {
  object-position: top;
}
.advantage__col:nth-child(1) {
  max-width: 500px;
  display: flex;
  flex-direction: column;
}
.advantage__col h1 {
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}
.advantage__col h2 {
  color: #92ff04;
  margin-bottom: 20px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}
.advantage__col span {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
.advantage__col small {
  color: #fff;
  font-size: 14px;
}
.advantage .card {
  width: 440px;
  display: block;
  padding: 40px 20px;
  color: #fff;
  background: #002a48;
  box-shadow: unset;
}
.advantage .card h6 {
  margin-bottom: 10px;
}
.advantage .card__features {
  margin-bottom: 40px;
}
.advantage .card img {
  margin-bottom: 10px;
  width: 100%;
}
.advantage .card p {
  margin-bottom: 40px;
}

@media (max-width: 840px) {
  .advantage {
    background: #002a48;
  }
  .advantage__inner {
    padding: 0;
    flex-direction: column;
    align-items: unset;
    gap: 0;
  }
  .advantage__bg {
    width: calc(100% + 80px);
    margin-inline: -40px;
  }
  .advantage__col {
    position: relative;
    z-index: 2;
  }
  .advantage__col:nth-child(1) {
    margin-top: 0;
    min-height: 50vh;
    min-height: 50dvh;
    padding-block: 50px;
    position: relative;
    max-width: unset;
    justify-content: center;
  }
  .advantage .card {
    width: 100%;
    max-width: 540px;
    padding-inline: 0;
  }
}
@media (max-width: 540px) {
  .advantage__bg {
    width: calc(100% + 40px);
    margin-inline: -20px;
  }
}
.hero {
  padding-block: 15px 80px;
}
.hero__inner {
  position: relative;
  min-height: 40vh;
  min-height: 40dvh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5)), url("../assets/images/hero/background.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 4px;
}
.hero__image {
  display: none;
}
.hero__image img {
  width: 100%;
}
.hero__content {
  padding: 40px;
  max-width: 440px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.hero__content h2,
.hero__content p {
  color: #fff;
}
.hero__tag {
  padding: 8px;
  font-size: 12px;
  font-weight: 500;
  background: #92ff04;
  color: #002a48;
  border-radius: 2px;
}

@media (max-width: 840px) {
  .hero {
    padding-block: 0;
  }
  .hero__inner {
    flex-direction: column;
    background: #fff;
  }
  .hero__image {
    display: block;
    width: calc(100% + 80px);
    margin-inline: -40px;
  }
  .hero__content {
    max-width: 540px;
    padding: 40px 0;
  }
  .hero__content h2 {
    margin-bottom: 14px;
    color: #002a48;
  }
  .hero__content p {
    color: #002a48;
  }
  .hero__content p span {
    color: inherit;
  }
}
@media (max-width: 540px) {
  .hero__image {
    width: calc(100% + 40px);
    margin-inline: -20px;
  }
  .hero__content {
    padding: 20px 0;
  }
}
.testimonials {
  scroll-margin: 80px;
  padding-block: 80px;
  background: #f3f6fc;
}
.testimonials h5 {
  margin-bottom: 20px;
}
.testimonials__form {
  margin-bottom: 20px;
  max-width: 730px;
}
.testimonials__form-top {
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: underline;
  text-align: center;
  color: #92ff04;
  border-radius: 5px;
  background: #002a48;
}
.testimonials__form-bottom {
  padding: 20px;
  border-radius: 5px;
  border: 1px solid #80cedf;
  background: #fff;
}
.testimonials__form-bottom textarea {
  width: 100%;
  height: 40px;
  background: transparent;
  resize: none;
  outline: none;
}
.testimonials__form-bottom button {
  padding: 16px 24px;
  display: block;
  margin-left: auto;
  border-radius: 6px;
  background: #92ff04;
  transition: background 0.2s ease-in-out;
}
.testimonials__form-bottom button:hover {
  background: #84ea00;
}
.testimonials__title {
  width: fit-content;
  padding: 16px 24px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  border-radius: 6px;
  border: 1px solid #002a48;
}
.testimonials__container {
  display: flex;
  align-items: center;
  gap: 30px;
}
.testimonials__list {
  width: calc(100% - 380px);
}
.testimonials__list button {
  display: inline-block;
  margin-top: 20px;
}
.testimonials__card {
  position: relative;
  width: 350px;
  background: white;
  border-radius: 4px;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.04);
}
.testimonials__card-block {
  padding: 20px;
}
.testimonials__card-block svg {
  position: absolute;
  top: 0;
  left: 0;
}
.testimonials__card-block:last-child {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.testimonials__card-jobTitle {
  font-size: 16px;
}
.testimonials__card-rating {
  display: flex;
  align-items: center;
  gap: 10px;
}
.testimonials__card-rating span {
  font-size: 14px;
  font-weight: 700;
}
.testimonials__card-row {
  display: flex;
  align-items: center;
  gap: 10px;
}
.testimonials__card-row span {
  font-size: 14px;
}
.testimonials__card p {
  font-size: 14px;
}
.testimonials__card p strong {
  font-size: 16px;
}

.testimonial {
  padding-block: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-bottom: 1px solid #002a48;
}
.testimonial__block:nth-child(2) {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.testimonial__block:nth-child(2) span {
  font-size: 14px;
}
.testimonial__row {
  display: flex;
  align-items: center;
  gap: 10px;
}
.testimonial__icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 26px;
  font-weight: 300;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #002a48;
}
.testimonial__author {
  font-size: 16px;
}
.testimonial__desc {
  font-size: 14px;
  font-weight: 700;
}
.testimonial p {
  font-size: 14px;
}

@media (max-width: 840px) {
  .testimonials__container {
    flex-direction: column;
    gap: 80px;
  }
  .testimonials__list {
    width: 100%;
  }
}
@media (max-width: 540px) {
  .testimonials {
    padding-bottom: 40px;
  }
  .testimonials__title {
    width: 100%;
    text-align: center;
  }
  .testimonials__list button {
    width: 100%;
  }
  .testimonials__card {
    width: 100%;
    border: 1px solid #80cedf;
  }
}
.articles {
  padding-block: 60px 90px;
}
.articles__title {
  margin-bottom: 40px;
}
.articles__content {
  display: flex;
  gap: 30px;
}
.articles__banner {
  padding: 40px 20px;
  position: relative;
  width: calc(100% - 380px);
  aspect-ratio: 5/3;
  color: #fff;
}
.articles__banner-image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.articles__banner-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5));
}
.articles__banner-image img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.articles__banner-image svg {
  position: absolute;
  top: 0;
  right: 0;
}
.articles__banner-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 10px;
  max-width: 330px;
}
.articles__banner-tags {
  display: flex;
  gap: 4px;
}
.articles__banner-tags span {
  padding: 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  border-radius: 2px;
  border: 1px solid #fff;
}
.articles__banner p {
  font-size: 14px;
}
.articles__block {
  padding: 20px;
  width: 350px;
  background: #f3f6fc;
}
.articles__block h5 {
  margin-bottom: 20px;
}
.articles__list {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.articles__list-item {
  display: flex;
  gap: 10px;
  font-size: 16px;
  line-height: 1.6;
}
.articles__list-item a {
  font-weight: 700;
  text-decoration: underline;
}
.articles__list-item span {
  flex-shrink: 0;
}

@media (max-width: 840px) {
  .articles {
    padding: 0;
  }
  .articles__content {
    flex-direction: column;
    gap: 0;
  }
  .articles__title {
    display: none;
  }
  .articles__banner {
    padding: 0;
    width: 100%;
    aspect-ratio: unset;
  }
  .articles__banner-image {
    position: relative;
    width: calc(100% + 80px);
    margin-left: -40px;
  }
  .articles__banner-image::before {
    display: none;
  }
  .articles__banner-image img {
    position: static;
  }
  .articles__banner-content {
    padding-block: 20px;
    width: 100%;
    max-width: unset;
    color: #002a48;
    gap: 15px;
  }
  .articles__banner-content h3 {
    margin-bottom: 15px;
  }
  .articles__banner-tags span {
    border-color: #002a48;
  }
  .articles__block {
    padding-inline: 40px;
    width: calc(100% + 80px);
    margin-left: -40px;
  }
}
@media (max-width: 540px) {
  .articles__banner-image {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
  .articles__banner-image svg {
    top: 0;
    width: 124px;
    height: 124px;
  }
  .articles__block {
    padding-inline: 20px;
    width: calc(100% + 40px);
    margin-left: -20px;
  }
}
.news {
  padding-block: 80px;
}
.news__inner {
  padding: 40px 60px;
  min-height: 350px;
  position: relative;
  border-radius: 4px;
}
.news__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.news__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #5090a0;
}
.news__bg img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right;
}
.news__content {
  max-width: 480px;
  color: #fff;
}
.news__content h2 {
  margin-bottom: 10px;
}
.news__content p {
  margin-bottom: 40px;
  font-size: 14px;
}

@media (max-width: 840px) {
  .news {
    padding-block: 0;
  }
  .news__inner {
    width: calc(100% + 80px);
    margin-left: -40px;
    padding: 40px;
  }
}
@media (max-width: 540px) {
  .news__inner {
    width: calc(100% + 40px);
    margin-left: -20px;
    padding: 40px 20px;
    min-height: unset;
  }
  .news__inner .button {
    width: 100%;
  }
}
.blogs {
  position: relative;
  padding-bottom: 80px;
}
.blogs__bg {
  position: absolute;
  bottom: -175px;
  right: 0;
}
.blogs__inner {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}
.blogs .slider {
  overflow: visible;
  padding: 0;
  width: calc(100% - 380px);
}
.blogs .slider .swiper-wrapper {
  flex-wrap: wrap;
  gap: 40px 30px;
}
.blogs .slider .swiper-slide {
  margin-right: 0 !important;
  width: calc(50% - 15px);
}
.blogs .slider .card {
  width: 100%;
}
.blogs .slider .button--outlined {
  margin-left: 0;
}
.blogs__container {
  padding: 20px 20px 40px;
  width: 350px;
  background: #f3f6fc;
  border-radius: 4px;
}
.blogs__container h5 {
  margin-bottom: 20px;
}
.blogs__list {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.blogs__list-item {
  display: flex;
  gap: 10px;
}
.blogs__list-item img {
  width: 60px;
  height: 60px;
}
.blogs__list-item-col:nth-child(1) {
  flex-shrink: 0;
}
.blogs__list-item-col:nth-child(2) {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.blogs__list-item-col:nth-child(2) span {
  font-size: 14px;
}
.blogs__list-item-col:nth-child(2) a {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 700;
  text-decoration: underline;
}

@media (max-width: 840px) {
  .blogs {
    overflow: hidden;
  }
  .blogs__bg {
    display: none;
  }
  .blogs__inner {
    flex-direction: column-reverse;
  }
  .blogs .slider {
    width: 100%;
  }
  .blogs .slider .swiper-wrapper {
    flex-wrap: unset;
    gap: unset;
  }
  .blogs .slider .swiper-slide {
    margin-right: 30px !important;
    width: auto;
  }
  .blogs .slider .card {
    width: 290px;
  }
  .blogs .slider .button--outlined {
    margin-left: 0;
  }
  .blogs__container {
    padding-inline: 40px;
    width: calc(100% + 80px);
    margin-left: -40px;
  }
}
@media (max-width: 540px) {
  .blogs {
    padding: 0;
  }
  .blogs__container {
    padding-inline: 20px;
    padding-bottom: 60px;
    width: calc(100% + 40px);
    margin-left: -20px;
  }
  .blogs .slider {
    padding-block: 60px;
  }
}
.pdp {
  position: relative;
}
.pdp__inner {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}
.pdp__container {
  width: calc(100% - 380px);
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.pdp__sidebar {
  width: 350px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.pdp__sidebar-close {
  width: fit-content;
  padding-block: 5px;
  display: none;
  align-items: center;
  gap: 10px;
}
.pdp__sidebar-close svg {
  width: 8px;
  height: 16px;
}
.pdp__sidebar-close span {
  font-size: 16px;
  font-weight: 700;
}
.pdp__sidebar-top {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 60px;
  border-radius: 4px;
  background: #f3f6fc;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.04);
}
.pdp__sidebar-bottom {
  display: flex;
  flex-direction: column;
}
.pdp__sidebar-exams h6 {
  margin-bottom: 10px;
}
.pdp__sidebar-exams-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.pdp__sidebar-exams-desc {
  padding: 10px;
  font-size: 14px;
}
.pdp__sidebar-exam {
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 4px;
  border: 1px solid #d7d7d7;
  background: white;
}
.pdp__sidebar-exam-col:first-child {
  display: flex;
  align-items: center;
}
.pdp__sidebar-exam-col:first-child span {
  font-size: 14px;
  font-weight: 700;
}
.pdp__sidebar-exam-col:last-child span {
  font-size: 16px;
  font-weight: 700;
}
.pdp__sidebar-exam input {
  margin-right: 10px;
  width: 20px;
  height: 20px;
  accent-color: #92ff04;
}
.pdp__sidebar-title {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
}
.pdp__sidebar-link {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 14px;
  color: #5090a0;
}
.pdp__sidebar-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.pdp__sidebar-info button {
  padding: 16px 24px;
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 6px;
  background: #92ff04;
  transition: all 0.2s ease-in-out;
}
.pdp__sidebar-info button:hover {
  background: #84ea00;
}
.pdp__sidebar-info button span {
  font-size: 12px;
  font-weight: 500;
}
.pdp__sidebar-price {
  font-size: 32px;
  font-weight: 700;
}
.pdp__sidebar-price small {
  font-size: 16px;
  font-weight: 700;
}
.pdp__sidebar-banner {
  flex-shrink: 0;
  padding: 10px 20px;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 10px;
  color: white;
  border-radius: 4px;
  aspect-ratio: 5/3;
}
.pdp__sidebar-banner-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.pdp__sidebar-banner-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.7), transparent);
}
.pdp__sidebar-banner-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pdp__sidebar-banner h6 {
  line-height: 1.6;
}
.pdp__sidebar-banner a {
  padding-block: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.pdp__sidebar-banner a:hover svg {
  transform: translateX(10px);
}
.pdp__sidebar-banner a span {
  font-size: 14px;
  font-weight: 50;
}
.pdp__sidebar-banner a svg {
  transition: transform 0.2s ease-in-out;
}
.pdp__sidebar-advantages {
  padding: 20px 20px 40px;
  background: #002a48;
  border-radius: 4px;
  color: white;
}
.pdp__sidebar-advantages h5 {
  margin-bottom: 20px;
}
.pdp__sidebar-advantages-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.pdp__sidebar-advantage {
  display: flex;
  gap: 10px;
  max-width: 215px;
}
.pdp__sidebar-advantage span {
  font-size: 16px;
  line-height: 1.6;
}
.pdp__sidebar-advantage svg {
  flex-shrink: 0;
  margin-top: 10px;
}
.pdp__hero {
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.04);
}
.pdp__hero-content {
  padding: 25px 40px;
  position: relative;
  aspect-ratio: 5/2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.pdp__hero-title {
  font-family: "Anton", sans-serif;
  font-size: 32px;
  color: #92ff04;
}
.pdp__hero-subtitle {
  margin-bottom: 25px;
  font-size: 16px;
  font-weight: 700;
  color: #92ff04;
}
.pdp__hero-info {
  max-width: 440px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}
.pdp__hero-info-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  color: #fff;
}
.pdp__hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.pdp__hero-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.8));
}
.pdp__hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pdp__hero-nav {
  display: flex;
}
.pdp__hero-nav a {
  flex: 1;
  height: 40px;
  font-size: 12px;
  line-height: 40px;
  text-align: center;
}
.pdp__hero-nav a:not(:last-child) {
  border-right: 1px solid #80cedf;
}
.pdp__content {
  scroll-margin: 120px;
}
.pdp__content h5 {
  margin-bottom: 10px;
}
.pdp__content p {
  margin-bottom: 40px;
}
.pdp__content-list {
  border-block: 1px solid #80cedf;
}
.pdp__content-item {
  padding: 10px 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.pdp__content-item:not(:last-child) {
  border-bottom: 1px solid #80cedf;
}
.pdp__content-item span {
  font-size: 14px;
}
.pdp__location {
  scroll-margin: 120px;
}
.pdp__location h5 {
  margin-bottom: 10px;
}
.pdp__location p {
  margin-bottom: 40px;
}
.pdp__location-list-head {
  margin-bottom: 16px;
  padding-inline: 20px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.pdp__location-list-head span {
  font-size: 14px;
  font-weight: 700;
}
.pdp__location-list-head span:nth-child(1), .pdp__location-list-head span:nth-child(2) {
  width: calc(50% - 10px);
}
.pdp__location-list-head span:nth-child(3) {
  width: 100px;
}
.pdp__location-item {
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #80cedf;
}
.pdp__location-item-col:nth-child(1), .pdp__location-item-col:nth-child(2) {
  width: calc(50% - 10px);
}
.pdp__location-item-col:nth-child(3) {
  width: 100px;
}
.pdp__location-item span {
  font-size: 14px;
}
.pdp__location-item button {
  padding: 10px 24px;
  font-size: 12px;
  font-weight: 700;
  border-radius: 6px;
  border: 1px solid #002a48;
}
.pdp__courses--mobileOnly {
  display: none;
}
.pdp__courses h6 {
  margin-bottom: 10px;
}
.pdp__courses-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.pdp__course {
  position: relative;
  padding: 12px;
  border-radius: 4px;
  border: 1px solid #d7d7d7;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
  background: white;
}
.pdp__course.active {
  background: #002a48;
  color: #fff;
}
.pdp__course.active .pdp__course-button {
  display: block;
}
.pdp__course-row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pdp__course-col:nth-child(1) {
  display: flex;
  align-items: center;
  gap: 8px;
}
.pdp__course-col:nth-child(1) span {
  font-size: 14px;
  font-weight: 700;
}
.pdp__course-col:nth-child(2) span {
  font-size: 16px;
  font-weight: 700;
}
.pdp__course-more {
  position: absolute;
  top: 8px;
  right: 10px;
  width: 56px;
  height: 56px;
  justify-content: center;
  display: flex;
  align-items: center;
  border-radius: 6px;
  background: #92ff04;
  transition: all 0.2s ease-in-out;
}
.pdp__course-more:hover {
  background: #84ea00;
}
.pdp__course input {
  width: 20px;
  height: 20px;
  accent-color: #92ff04;
}
.pdp__course-button {
  display: none;
  padding: 8px;
  font-size: 12px;
  font-weight: 500;
  background: #92ff04;
  border-radius: 2px;
  transition: background 0.2s ease-in-out;
}
.pdp__course-button:hover {
  background: #84ea00;
}

@media (max-width: 840px) {
  .pdp {
    padding-bottom: 40px;
  }
  .pdp__container {
    width: 100%;
  }
  .pdp__courses--mobileOnly {
    display: block;
  }
  .pdp__sidebar {
    display: none;
    padding: 20px;
    overflow-y: auto;
    position: fixed;
    top: 108px;
    left: 0;
    width: 100%;
    height: calc(100% - 108px);
    background: #f3f6fc;
    gap: 32px;
    transition: all 0.35s ease-out;
    transition-behavior: allow-discrete;
    transform: translateX(-100%);
  }
  .pdp__sidebar.show {
    display: flex;
    transform: translateX(0);
  }
  @starting-style {
    .pdp__sidebar.show {
      transform: translateX(-100%);
    }
  }
  .pdp__sidebar-close {
    display: flex;
  }
  .pdp__sidebar-top {
    padding: 0;
    gap: 32px;
    box-shadow: unset;
  }
  .pdp__sidebar-info {
    order: 1;
  }
  .pdp__sidebar .pdp__courses {
    order: 2;
  }
  .pdp__sidebar-exams {
    order: 3;
  }
}
@media (max-width: 540px) {
  .pdp__container {
    gap: 40px;
  }
  .pdp__hero {
    margin-left: -20px;
    width: calc(100% + 40px);
    border-radius: unset;
  }
  .pdp__hero-content {
    padding: 15px;
    aspect-ratio: 10/9;
  }
  .pdp__hero-info {
    gap: 20px;
  }
  .pdp__hero-info hr {
    display: none;
  }
  .pdp__hero-nav {
    flex-direction: column;
  }
  .pdp__hero-nav a:not(:last-child) {
    border-right: 0;
    border-bottom: 1px solid #80cedf;
  }
  .pdp__location-list-head {
    padding-inline: 0;
  }
  .pdp__location-item {
    padding-inline: 0;
  }
}

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