@font-face {
  font-family: "Jokker";
  src: url("../fonts/Jokker-Semibold.woff2") format("woff2"), url("../fonts/Jokker-Semibold.woff") format("woff"), url("../fonts/Jokker-Semibold.otf") format("otf"), url("../fonts/Jokker-Semibold.ttf") format("ttf");
  font-weight: 600;
  font-display: swap;
}
.website-banner {
  display: none !important;
}

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

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

img {
  display: block;
}

body:has(.template.active) .hero__inner {
  padding-top: 80px;
  justify-content: center;
}
body:has(.template.active) .hero__info {
  max-width: 100%;
}
body:has(.template.active) .hero__info-title {
  text-align: center;
}
body:has(.template.active) .hero__info-text {
  text-align: center;
  max-width: 575px;
  margin: 0 auto 16px;
}
body:has(.template.active) .hero__info-text:last-child {
  margin: 0 auto;
}
body:has(.template.active) .hero__desc {
  display: none;
}
body:has(.template.active) .template.active .template__item {
  background: #c5f1db;
}
body:has(.template.active) .template.active .template__text {
  margin-bottom: 40px;
}
body:has(.template.active) .template.active .template__btns {
  display: none;
}

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

.hero__inner {
  padding: 98px 0 120px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 56px;
}
.hero__info {
  max-width: 520px;
  width: 100%;
}
.hero__info-title {
  font: 600 48px/54px "Jokker";
  margin: 0 0 24px;
}
.hero__info-text {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 16px;
}
.hero__info-text:last-child {
  margin: 0;
}
.hero__info-text a {
  display: inline-block;
  position: relative;
  margin-left: 8px;
  padding-right: 22px;
  font-weight: 600;
  font-family: "Jokker";
  transition: 0.3s ease;
}
.hero__info-text a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  width: 14px;
  height: 13px;
  background: center/contain no-repeat url("../img/arrow.svg");
  transition: 0.3s ease;
}
.hero__info-text a, .hero__info-text a:visited {
  color: #060028;
}
.hero__info-text a:hover, .hero__info-text a:hover:visited {
  color: #5273ef;
  transition: 0.3s ease;
}
.hero__info-text a:hover::after, .hero__info-text a:hover:visited::after {
  background-image: url("../img/arrow-hover.svg");
  transition: 0.3s ease;
}
.hero__desc {
  max-width: 552px;
  width: 100%;
  padding: 50px 52px;
  background: #e2e8ff;
  border-radius: 12px;
}
.hero__desc-icon {
  width: 40px;
  margin: 0 auto 20px;
}
.hero__desc-text {
  text-align: center;
  color: #5273ef;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  max-width: 416px;
  margin: 0 auto;
}

.main {
  display: flex;
  flex-direction: column;
  gap: 120px;
}

iframe.render {
  border: 0;
  width: 100%;
  height: 400px;
}

.template {
  order: -1;
}
.template.active {
  order: -100;
}
.template__title {
  font-size: 40px;
  line-height: 45px;
  font-weight: 600;
  text-align: center;
  margin: 0 auto 16px;
}
.template__text {
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  max-width: 500px;
  margin: 0 auto 24px;
}
.template__btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 48px;
}
.template__btns-btn {
  border: 2px solid #060028;
  border-radius: 100px;
  background: transparent;
  padding: 16px 28px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  font-family: "Jokker";
  transition: 0.3s ease;
}
.template__btns-btn, .template__btns-btn:visited {
  color: #060028;
}
.template__btns-btn:hover {
  color: #fff;
  background: #5273ef;
  border-color: #5273ef;
  transition: 0.3s ease;
}
.template__item {
  border: 1px solid #d8dded;
  padding: 24px;
  background: #f1f2f8;
  border-radius: 12px;
}
.template__item-textarea {
  width: 100%;
  resize: none;
  border: 2px dashed #b3b6c1;
  padding: 24px;
  border-radius: 8px;
  background: #fff;
  font-size: 16px;
  line-height: 24px;
  outline: none;
  margin-bottom: 20px;
}
.template__item-textarea::-webkit-scrollbar {
  display: none;
}
.template__item-render {
  display: inline-block;
  padding: 16px 40px;
  border-radius: 100px;
  background: #060028;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  margin-right: 16px;
  border: none;
  cursor: pointer;
  transition: 0.3s ease;
}
.template__item-render:hover {
  color: #fff;
  background: #5273ef;
  transition: 0.3s ease;
}
.template__item-share {
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  border: none;
  background: none;
  cursor: pointer;
  padding: 0;
}
.template__item-share:hover {
  text-decoration: underline;
}
.template__item-share.copied {
  color: #9391a5;
}
.template__item-share.copied:hover {
  text-decoration: none;
  cursor: default;
}
.template__item-container {
  border: 1px solid #d8dded;
  background: #fff;
  border-radius: 8px;
  padding: 24px;
  min-height: 400px;
  margin-top: 20px;
}
.template__item-iframe {
  border: none;
  background: none;
}
.template__info {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.template__info-title {
  font-size: 32px;
  line-height: 36px;
  font-weight: 600;
  font-family: "Jokker";
}
.template__info-text {
  max-width: 577px;
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 auto;
}
.template__info-text p {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  color: #4e4966;
}

.footer {
  margin-top: 120px;
  padding: 0 0 24px;
}

@media (max-width: 1023px) {
  body:has(.template.active) .hero__inner {
    padding-top: 48px;
  }

  .header,
.footer {
    padding: 12px 0;
  }

  .footer {
    margin-top: 80px;
  }

  .hero__inner {
    flex-direction: column;
    padding: 48px 0 80px;
    gap: 40px;
  }
  .hero__info {
    max-width: 100%;
  }
  .hero__info-title {
    text-align: center;
    font-size: 40px;
    line-height: 45px;
  }
  .hero__info-text {
    line-height: 27px;
    text-align: center;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
  }
  .hero__info-text:last-child {
    margin: 0 auto;
  }
  .hero__desc {
    max-width: 100%;
    padding: 52px;
  }

  .main {
    gap: 80px;
  }

  .template__title {
    font-size: 32px;
    line-height: 36px;
  }
  .template__btns {
    margin-bottom: 40px;
  }
  .template__item {
    padding: 20px 16px 40px;
  }
  .template__info {
    flex-direction: column;
    align-items: unset;
    gap: 16px;
  }
  .template__info-title {
    text-align: center;
  }
  .template__info-text {
    margin: 0;
  }
}
@media (max-width: 1100px) {
  .template#video iframe.render {
    height: 780px;
  }

  .template#video .template__item-container {
    min-height: 780px;
  }
}
@media (max-width: 767px) {
  body:has(.template.active) .hero__inner {
    padding-top: 40px;
  }
  body:has(.template.active) .hero__info-title {
    text-align: left;
  }
  body:has(.template.active) .hero__info-text {
    text-align: left;
    margin-left: 0;
  }
  body:has(.template.active) .hero__info-text:last-child {
    margin-left: 0;
  }

  .container {
    padding: 0 16px;
  }

  .hero__inner {
    padding: 40px 0 64px;
  }
  .hero__info-title {
    text-align: left;
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 16px;
  }
  .hero__info-text {
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 0;
  }
  .hero__info-text:last-child {
    margin-left: 0;
  }
  .hero__info-text .link {
    margin: 0;
    display: inline-block;
  }
  .hero__desc {
    padding: 32px 16px;
  }
  .hero__desc-icon {
    margin-bottom: 16px;
  }

  .main {
    gap: 64px;
  }

  .template .container {
    padding: 0;
  }
  .template__title {
    text-align: left;
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 12px;
    padding: 0 16px;
  }
  .template__text {
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    padding: 0 16px;
    margin-left: 0;
  }
  .template__btns {
    padding: 0 16px;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 32px;
  }
  .template__btns-btn {
    width: 100%;
    text-align: center;
  }
  .template__item {
    border-radius: 0;
    padding: 20px 16px;
  }
  .template__item-textarea {
    min-height: 185px;
    padding: 20px;
  }
  .template__item-render {
    width: 100%;
    margin: 0 auto 12px;
  }
  .template__item-share {
    display: table;
    margin: 0 auto;
  }
  .template__item-container {
    margin-top: 24px;
    padding: 16px;
  }
  .template__info-title {
    font-size: 24px;
    line-height: 28px;
    text-align: left;
  }
  .template__info-text {
    align-items: flex-start;
  }
  .template__info-text p {
    font-size: 14px;
    line-height: 21px;
  }

  .footer {
    margin-top: 64px;
  }
  .footer__logo {
    margin-left: 0;
  }
}

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