body {
  color: #060028;
  font-weight: 400;
  font-family: "Figtree", sans-serif;
}

img {
  display: block;
  width: 100%;
}

.wrapper {
  overflow: unset;
  position: relative;
}

.container {
  max-width: 1208px;
  padding: 0 40px;
  margin: 0 auto;
}

.nav {
  margin: 80px 0 48px;
}
.nav__list {
  display: flex;
  align-items: center;
  gap: 4px;
}
.nav__list li {
  font-size: 16px;
  color: #72716B;
  cursor: default;
}
.nav__list li.nav-arrow {
  width: 12px;
  height: 12px;
  background: center/contain no-repeat url("../img/glossary/template/nav-arrow.svg");
  cursor: default;
}
.nav__list li a {
  color: #060028;
  cursor: pointer;
}
.nav__list li a:hover {
  color: #5273ef;
}

.content__inner {
  padding: 0 0 144px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}
.content__box {
  max-width: 650px;
  width: 100%;
}
.content__title {
  font: 600 64px/1.1 "Jokker";
  margin-bottom: 16px;
}
.content__body {
  padding-bottom: 80px;
}
.content__body *:first-child {
  margin-top: 0;
}
.content__body h2 {
  font: 600 36px/1.1 "Jokker";
  margin: 60px 0 24px;
}
.content__body p {
  font: 400 20px/1.5 "Figtree";
  margin-bottom: 24px;
}

.aside {
  max-width: 360px;
  width: 100%;
  position: sticky;
  top: 84px;
}
.aside__banner {
  display: block;
  margin-bottom: 24px;
}
.aside__contact {
  background: #F5F6F8;
  padding: 36px 36px 20px;
  border-radius: 12px;
}
.aside__contact-title {
  text-align: center;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 16px;
}
.aside__form {
  position: relative;
}
.aside__form-group {
  width: 100%;
  display: block;
}
.aside__form-label {
  padding: 0;
  margin-bottom: 16px;
}
.aside__form-label.invalid + label.consent {
  margin-top: 24px !important;
  transition: all 0.3s ease;
}
.aside__form input[type=email] {
  border-radius: 48px;
  padding: 14px 52px 14px 20px;
  font-size: 16px;
  line-height: 1.5;
  color: #060028;
  border: 1px solid #9BA5B9;
}
.aside__form input[type=email]::placeholder {
  color: #5B6375;
}
.aside__form input[type=submit] {
  position: absolute;
  width: 44px;
  height: 44px;
  top: 50%;
  right: 4px;
  translate: 0 -50%;
  cursor: pointer;
  background: center/24px no-repeat url("../img/glossary/form-arrow.svg"), #060028;
  transition: 0.3s;
}
.aside__form input[type=submit]:hover {
  background: center/24px no-repeat url("../img/glossary/form-arrow.svg"), #5273ef;
}
.aside__form.send input[type=submit],
.aside__form.send input[type=submit]:hover {
  background: center/24px no-repeat url("../img/glossary/form-check-icon.svg"), #56BE87;
  transition: 0.3s;
}
.aside__form .validateMessage {
  bottom: -18px;
}
.aside__form .consent {
  margin-top: 16px;
  transition: all 0.3s ease;
}
.aside__form .consent, .aside__form .consent a {
  font-size: 16px;
  line-height: 1.5;
}
.aside__form .consent a {
  color: #5273ef;
}

.cta {
  margin-bottom: 144px;
}
.cta__inner {
  border-radius: 24px;
  background: #060028;
  padding: 50px 72px 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cta__title {
  max-width: 580px;
  font: 600 36px/43px "Jokker";
  color: #fff;
}
.cta__title b {
  color: #FF8E6A;
}
.cta__btn {
  position: relative;
  font: 600 16px/24px "Figtree";
  color: #060028;
  background: #fff;
  border-radius: 100px;
  padding: 14px 36px;
  transition: 0.3s;
}
.cta__btn::before {
  content: "";
  position: absolute;
  bottom: -40px;
  left: -155px;
  width: 130px;
  height: 115px;
  background: center/contain no-repeat url("../img/glossary/template/cta-arrow.svg");
  transition: 0.3s;
}
.cta__btn:hover {
  background: #5273ef;
  color: #fff;
}
.cta__btn:hover::before {
  rotate: 5deg;
  transition: 0.3s;
}

.terms {
  margin-top: 80px;
}
.terms__title {
  font: 600 36px/43px "Jokker";
  margin-bottom: 24px;
}
.terms__box {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.terms__item {
  font: 600 16px/24px "Figtree";
  background: #F5F6F8;
  border-radius: 40px;
  padding: 16px 48px;
  transition: 0.3s;
}
.terms__item, .terms__item:visited {
  color: #060028;
}
.terms__item:hover {
  background: #5273ef;
  color: #fff;
  transition: 0.3s;
}

.materials {
  margin-top: 80px;
}
.materials__title {
  font: 600 36px/43px "Jokker";
  margin-bottom: 24px;
}
.materials__box {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.materials__item {
  position: relative;
  font: 700 16px/1.5 "Figtree";
  max-width: 400px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  transition: 0.3s;
}
.materials__item, .materials__item:visited {
  color: #060028;
}
.materials__item:hover {
  color: #5273ef;
  transition: 0.3s;
}
.materials__item.article-item, .materials__item.video-item {
  padding-left: 40px;
  position: relative;
}
.materials__item.article-item::before, .materials__item.video-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background: center/contain no-repeat;
  transition: 0.3s;
}
.materials__item.article-item::before {
  background-image: url("../img/glossary/article-icon.svg");
  transition: 0.3s;
}
.materials__item.article-item:hover::before {
  background-image: url("../img/glossary/article-icon-hover.svg");
  transition: 0.3s;
}
.materials__item.video-item::before {
  background-image: url("../img/glossary/video-icon.svg");
  transition: 0.3s;
}
.materials__item.video-item:hover::before {
  background-image: url("../img/glossary/video-icon-hover.svg");
  transition: 0.3s;
}

.footer__inner {
  padding-top: 0;
}

@media (max-width: 1023px) {
  .nav {
    margin: 80px 0 16px;
  }

  .content__inner {
    flex-direction: column;
    gap: 0;
    padding-bottom: 96px;
  }
  .content__box {
    max-width: 100%;
  }
  .content__title {
    font-size: 48px;
  }
  .content__body {
    padding-bottom: 60px;
  }
  .content__body p {
    font-size: 18px;
  }

  .terms, .materials {
    margin-top: 60px;
  }

  .aside {
    max-width: 100%;
    position: relative;
    top: auto;
  }
  .aside__contact {
    padding: 48px;
    border-radius: 16px;
  }
  .aside__contact-title {
    font-size: 24px;
    line-height: 1.2;
    max-width: 160px;
    text-align: left;
    margin: 0;
  }
  .aside__form-group {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 12px;
  }
  .aside__form-label {
    margin: 0;
  }
  .aside__form label.consent {
    max-width: 100% !important;
  }

  .cta {
    margin-bottom: 96px;
  }
  .cta__inner {
    flex-direction: column;
    align-items: center;
    padding: 60px;
    gap: 32px;
  }
  .cta__title {
    text-align: center;
  }
  .cta__btn::before {
    display: none;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 16px;
  }

  .nav {
    margin: 48px 0 16px;
  }

  .content__inner {
    padding-bottom: 48px;
  }
  .content__title {
    font-size: 32px;
    margin-bottom: 8px;
  }
  .content__body {
    font-size: 16px;
    padding-bottom: 48px;
  }
  .content__body h2 {
    font-size: 28px;
    line-height: 1.2;
  }
  .content__body p {
    font-size: 16px;
  }

  .terms {
    margin-top: 48px;
  }
  .terms__box {
    gap: 16px 12px;
  }
  .terms__item {
    padding: 12px 32px;
  }

  .materials {
    margin-top: 48px;
  }

  .aside__banner {
    margin-bottom: 16px;
  }
  .aside__contact {
    padding: 32px;
  }
  .aside__contact-title {
    font-size: 20px;
    text-align: center;
    margin-bottom: 16px;
    max-width: 100%;
  }
  .aside__form-group {
    display: block;
  }
  .aside__form label.consent,
.aside__form label.consent a {
    font-size: 15px;
  }

  .cta {
    margin-bottom: 48px;
  }
  .cta__inner {
    padding: 48px 32px;
    gap: 24px;
  }
  .cta__title {
    font-size: 28px;
    line-height: 1.1;
  }
}

/*# sourceMappingURL=glossary-template.css.map */
