@charset "UTF-8";
footer {
  color: #fff;
  background: #12141d; }
  footer a {
    color: #fff; }

.footer-bottom {
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 767px) {
    .footer-bottom {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
      gap: 16px;
      padding: 32px 0; } }

.footer-info {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px; }
  @media (max-width: 1023px) {
    .footer-info {
      grid-template-columns: 1fr;
      gap: 16px; } }
  @media (max-width: 767px) {
    .footer-info {
      gap: 12px; } }
  .footer-info a {
    border-radius: 20px;
    height: 75px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #222532;
    gap: 8px; }
    @media (max-width: 767px) {
      .footer-info a {
        height: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding: 16px 0; } }

.footer-top {
  padding: 40px 0;
  border-bottom: 1px solid #222532;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .footer-top .btn {
    width: 240px; }
    @media (max-width: 1023px) {
      .footer-top .btn {
        width: 200px;
        padding: 0 16px; } }
    @media (max-width: 767px) {
      .footer-top .btn {
        width: 100%; } }
  @media (max-width: 767px) {
    .footer-top {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }

.footer-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 72px;
  padding: 40px 0 72px; }
  @media (max-width: 1199px) {
    .footer-body {
      gap: 40px; } }
  @media (max-width: 767px) {
    .footer-body {
      padding-top: 20px;
      padding-bottom: 48px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 0; } }
  @media (max-width: 767px) {
    .footer-body .col:first-child .accordion__intro {
      padding-top: 0; } }
  .footer-body .accordion {
    padding: 0;
    background-color: transparent;
    border-radius: 0; }
    @media (max-width: 767px) {
      .footer-body .accordion {
        border-bottom: 1px solid #222532;
        padding-bottom: 20px; } }
    .footer-body .accordion:not(:last-child) {
      margin-bottom: 48px; }
      @media (max-width: 767px) {
        .footer-body .accordion:not(:last-child) {
          margin-bottom: 0; } }
  .footer-body .accordion__intro {
    pointer-events: none;
    font-weight: 600;
    padding-bottom: 24px;
    font-size: 22px; }
    @media (max-width: 767px) {
      .footer-body .accordion__intro {
        padding-bottom: 0;
        pointer-events: unset;
        font-size: 18px;
        padding-top: 20px; } }
    .footer-body .accordion__intro p {
      position: relative; }
      .footer-body .accordion__intro p::before {
        content: "";
        position: absolute;
        border-radius: 50px;
        width: 38px;
        height: 3px;
        bottom: -13px;
        background: -o-linear-gradient(62deg, #9525f4 0%, #de12e4 100%);
        background: linear-gradient(28deg, #9525f4 0%, #de12e4 100%); }
        @media (max-width: 767px) {
          .footer-body .accordion__intro p::before {
            display: none; } }
  .footer-body .accordion__intro-btn {
    display: none; }
    @media (max-width: 767px) {
      .footer-body .accordion__intro-btn {
        display: block;
        background: transparent !important; }
        .footer-body .accordion__intro-btn::before {
          display: none; } }
  @media (max-width: 1023px) {
    .footer-body .accordion__active .accordion__intro-btn img {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
    .footer-body .accordion__active .accordion__intro p::before {
      display: block; } }
  .footer-body .accordion__content {
    max-height: none;
    opacity: 1; }
    @media (max-width: 767px) {
      .footer-body .accordion__content {
        opacity: 0;
        max-height: 0; } }
  .footer-body .accordion__content-text {
    padding-bottom: 0; }
    @media (max-width: 767px) {
      .footer-body .accordion__content-text {
        padding-top: 24px; } }
    .footer-body .accordion__content-text ul {
      list-style: none; }
      .footer-body .accordion__content-text ul a {
        font-weight: 400;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 12px;
        font-size: 18px;
        line-height: 140%; }
        .footer-body .accordion__content-text ul a svg {
          -ms-flex-negative: 0;
              flex-shrink: 0; }
      .footer-body .accordion__content-text ul li:not(:last-child) {
        margin-bottom: 10px; }

.footer__social {
  margin-left: auto;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  margin-right: 20px; }
  @media (max-width: 767px) {
    .footer__social {
      margin-right: 0; } }

.footer__info {
  margin-right: 20px; }
  @media (max-width: 767px) {
    .footer__info {
      margin-right: 0;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 24px 0;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  .footer__info a {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: #fff;
    font-weight: 600;
    font-size: 18px; }
    @media (max-width: 767px) {
      .footer__info a {
        font-size: 16px; } }
    .footer__info a:not(:last-child) {
      margin-bottom: 6px; }
      @media (max-width: 767px) {
        .footer__info a:not(:last-child) {
          margin-bottom: 0; } }

@media (max-width: 767px) {
  .footer__logo img {
    height: 40px; } }

.certs {
  background: #f5f5f9;
  padding: 80px 0; }
  @media (max-width: 1023px) {
    .certs {
      padding: 56px 0; } }
  .certs .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px; }
    @media (max-width: 767px) {
      .certs .container {
        gap: 12px;
        grid-template-columns: 1fr; } }

.certs-item {
  border-radius: 20px;
  background: #fff;
  padding: 22px 32px 40px 32px; }
  @media (max-width: 1023px) {
    .certs-item {
      padding: 16px 16px 44px 16px; } }
  @media (max-width: 767px) {
    .certs-item {
      padding-bottom: 32px; } }
  .certs-item__logo {
    background: #f5f5f9;
    margin-bottom: 40px;
    border-radius: 20px;
    height: 113px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 20px; }
    @media (max-width: 1023px) {
      .certs-item__logo {
        padding: 0 16px;
        margin-bottom: 32px;
        height: 88px; } }
    .certs-item__logo img {
      max-width: 100%;
      max-height: 54px;
      -o-object-fit: contain;
         object-fit: contain; }
      @media (max-width: 1023px) {
        .certs-item__logo img {
          max-height: 48px; } }
  .certs-item__name {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 28px; }
    @media (max-width: 1023px) {
      .certs-item__name {
        margin-bottom: 16px; } }
    @media (max-width: 767px) {
      .certs-item__name {
        font-size: 18px;
        margin-bottom: 12px; } }
  .certs-item__text {
    margin-bottom: 46px;
    font-size: 18px;
    line-height: 150%; }
    @media (max-width: 1023px) {
      .certs-item__text {
        margin-bottom: 38px; } }
    @media (max-width: 767px) {
      .certs-item__text {
        margin-bottom: 32px; } }
  @media (max-width: 767px) {
    .certs-item .btn {
      width: 100%; } }

.contacts {
  padding: 80px 0;
  background: #f5f5f9; }
  @media (max-width: 1023px) {
    .contacts {
      padding: 56px 0; } }

.contacts-wrap {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 20px; }
  @media (max-width: 1023px) {
    .contacts-wrap {
      grid-template-columns: 1fr;
      gap: 16px; } }
  @media (max-width: 767px) {
    .contacts-wrap {
      gap: 12px; } }
  .contacts-wrap iframe {
    display: block;
    height: 100%;
    border-radius: 20px; }
    @media (max-width: 1023px) {
      .contacts-wrap iframe {
        height: 388px; } }
    @media (max-width: 767px) {
      .contacts-wrap iframe {
        height: 260px; } }
  @media (max-width: 1023px) {
    .contacts-wrap .col:first-child {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 16px; } }
  @media (max-width: 767px) {
    .contacts-wrap .col:first-child {
      gap: 12px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

@media (max-width: 767px) {
  .text-desktop {
    display: none; } }

.text-mobile {
  display: none; }
  @media (max-width: 767px) {
    .text-mobile {
      display: block; } }

.contacts-social {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px; }
  @media (max-width: 1023px) {
    .contacts-social {
      grid-template-columns: 1fr;
      gap: 16px; } }
  @media (max-width: 767px) {
    .contacts-social {
      gap: 12px;
      grid-template-columns: 1fr 1fr; } }
  .contacts-social__box {
    border-radius: 20px;
    background: #fff;
    padding: 20px 30px; }
    @media (max-width: 1023px) {
      .contacts-social__box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    @media (max-width: 767px) {
      .contacts-social__box {
        padding: 16px; } }
  .contacts-social h2 {
    font-size: 18px;
    margin-bottom: 12px; }
  .contacts-social ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    gap: 12px; }
    @media (max-width: 767px) {
      .contacts-social ul {
        gap: 12px; } }
  .contacts-social a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

.contacts-info {
  position: relative;
  border-radius: 20px;
  background: #fff;
  padding: 42px 30px;
  margin-bottom: 20px; }
  @media (max-width: 1023px) {
    .contacts-info {
      margin-bottom: 0;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; } }
  @media (max-width: 767px) {
    .contacts-info {
      padding: 32px 16px; } }
  .contacts-info a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 50%;
    background: -o-linear-gradient(62deg, #9525f4 0%, #de12e4 100%);
    background: linear-gradient(28deg, #9525f4 0%, #de12e4 100%);
    right: 30px;
    top: -4px;
    width: 70px;
    height: 70px;
    position: absolute; }
    @media (max-width: 767px) {
      .contacts-info a {
        width: 54px;
        height: 54px;
        right: 16px;
        top: -10px; }
        .contacts-info a svg {
          width: 32px;
          height: 32px; } }
  .contacts-info h2 {
    font-size: 20px;
    margin-bottom: 12px; }
  .contacts-info ul {
    list-style: none;
    line-height: 140%;
    font-size: 18px; }
    .contacts-info ul:not(:last-child) {
      margin-bottom: 20px; }
    .contacts-info ul li:not(:last-child) {
      margin-bottom: 8px; }
    .contacts-info ul span {
      font-weight: 600; }

.faq {
  padding: 80px 0;
  background: #f5f5f9; }
  @media (max-width: 1023px) {
    .faq {
      padding: 56px 0; } }

.faq-head {
  margin-bottom: 54px; }
  @media (max-width: 767px) {
    .faq-head {
      margin-bottom: 32px; } }
  .faq-head input[type="radio"] {
    display: none; }
  .faq-head .radio-name {
    font-weight: 600;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    height: 54px;
    font-size: 18px;
    border-radius: 50px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    @media (max-width: 767px) {
      .faq-head .radio-name {
        height: 44px; } }
  .faq-head input[type="radio"]:checked + .radio-name {
    color: #fff;
    background: -o-linear-gradient(62deg, #9525f4 0%, #de12e4 100%);
    background: linear-gradient(28deg, #9525f4 0%, #de12e4 100%); }
  @media (max-width: 1023px) {
    .faq-head .slider-wrap {
      padding-bottom: 0; } }
  @media (max-width: 1023px) {
    .faq-head .slider-wrap .swiper-button-next {
      width: 54px;
      height: 54px;
      top: 0;
      margin: 0;
      background: #fff !important;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .faq-head .slider-wrap .swiper-button-next::after {
        color: #1c1c1c; } }
  @media (max-width: 767px) {
    .faq-head .slider-wrap .swiper-button-next {
      width: 44px;
      height: 44px; } }
  @media (max-width: 1023px) {
    .faq-head .swiper-pagination-progressbar {
      bottom: 0 !important;
      top: auto;
      height: 2px;
      background: #e9ecf6;
      border-radius: 50px; } }
  .faq-head .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    border-radius: 50px;
    background: -o-linear-gradient(62deg, #9525f4 0%, #de12e4 100%);
    background: linear-gradient(28deg, #9525f4 0%, #de12e4 100%); }

@media (max-width: 1023px) {
  .faq-slider {
    max-width: calc(100% - 54px - 16px);
    padding-bottom: 24px;
    margin-left: 0; } }

@media (max-width: 767px) {
  .faq-slider {
    max-width: calc(100% - 44px - 12px); } }

.accordion {
  padding: 14px 14px 14px 32px;
  overflow: hidden;
  background: #fff;
  border-radius: 50px;
  -webkit-transition: border-radius 0.3s;
  -o-transition: border-radius 0.3s;
  transition: border-radius 0.3s;
  position: relative; }
  .accordion:not(:last-child) {
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      .accordion:not(:last-child) {
        margin-bottom: 12px; } }
  @media (max-width: 767px) {
    .accordion {
      border-radius: 24px;
      padding: 16px; } }

.accordion__intro {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  font-weight: 600;
  font-size: 18px; }
  .accordion__intro p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px; }
  .accordion__intro svg {
    -ms-flex-negative: 0;
        flex-shrink: 0; }

.accordion__active {
  border-radius: 20px; }

.accordion__active .accordion__content {
  opacity: 1; }

.accordion__active .accordion__intro-btn::before {
  opacity: 1; }

.accordion__active .accordion__intro-btn .svg-close {
  display: block; }

.accordion__active .accordion__intro-btn svg.svg-open {
  display: none; }

.accordion__content {
  max-height: 0;
  will-change: max-height;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
  position: relative;
  line-height: 140%;
  padding: 0; }
  .accordion__content p {
    max-width: 80%; }
    @media (max-width: 1023px) {
      .accordion__content p {
        max-width: 100%; } }

.accordion__content-text {
  padding-top: 14px;
  padding-bottom: 48px; }
  @media (max-width: 767px) {
    .accordion__content-text {
      padding-bottom: 32px; } }

.accordion__intro-btn {
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: -o-linear-gradient(62deg, #9525f4 0%, #de12e4 100%);
  background: linear-gradient(28deg, #9525f4 0%, #de12e4 100%);
  border-radius: 50px;
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin-left: 15px; }
  .accordion__intro-btn::before {
    content: "";
    position: absolute;
    width: 34px;
    height: 34px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    background-color: #fff;
    border-radius: 50%;
    opacity: 0; }

.accordion__intro-btn .svg-close {
  position: relative;
  z-index: 2;
  display: none; }

.accordion__intro-btn svg {
  position: relative;
  z-index: 2;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s; }

.rezults {
  padding: 80px 0; }
  @media (max-width: 1023px) {
    .rezults {
      padding: 56px 0; } }

.rezults-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px; }
  @media (max-width: 1023px) {
    .rezults-items {
      grid-template-columns: 1fr 1fr;
      gap: 16px; } }
  @media (max-width: 767px) {
    .rezults-items {
      gap: 12px;
      grid-template-columns: 1fr; } }

.rezults-item {
  -webkit-box-shadow: 0 3px 34px 0 rgba(90, 107, 141, 0.12);
          box-shadow: 0 3px 34px 0 rgba(90, 107, 141, 0.12);
  background: #fff;
  border-radius: 16px;
  min-height: 320px;
  padding: 45px 32px 32px 32px; }
  @media (max-width: 1023px) {
    .rezults-item {
      min-height: 290px; } }
  @media (max-width: 767px) {
    .rezults-item {
      min-height: auto;
      padding: 24px 16px; } }
  @media (max-width: 767px) {
    .rezults-item__head {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 16px;
      margin-bottom: 16px; } }
  .rezults-item__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 50px;
    width: 60px;
    height: 60px;
    background: -o-linear-gradient(62deg, #9525f4 0%, #de12e4 100%);
    background: linear-gradient(28deg, #9525f4 0%, #de12e4 100%);
    margin-bottom: 16px; }
    @media (max-width: 767px) {
      .rezults-item__icon {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        margin-bottom: 0; } }
  .rezults-item__name {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 22px; }
    @media (max-width: 1023px) {
      .rezults-item__name {
        margin-bottom: 16px; } }
    @media (max-width: 767px) {
      .rezults-item__name {
        margin-bottom: 0; } }
  .rezults-item__text {
    font-size: 18px;
    line-height: 160%; }

.price {
  padding: 80px 0;
  background: #f5f5f9; }
  @media (max-width: 1023px) {
    .price {
      padding: 56px 0; } }

.price-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px; }
  @media (max-width: 1023px) {
    .price-items {
      gap: 16px; } }
  @media (max-width: 767px) {
    .price-items {
      grid-template-columns: 1fr;
      gap: 12px; } }

.price-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 20px;
  padding: 40px 34px 34px;
  z-index: 2; }
  @media (max-width: 1023px) {
    .price-item {
      padding: 24px 16px; } }
  @media (max-width: 767px) {
    .price-item p.empty {
      display: none; } }
  @media (max-width: 767px) {
    .price-item h2 ~ p.empty {
      margin-bottom: 0 !important; } }
  .price-item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    top: 0;
    left: 0;
    bottom: 0;
    background: #fff;
    z-index: -1; }
  .price-item__head {
    text-align: center;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e4ecfa; }
    .price-item__head h2 {
      font-size: 28px;
      background: -o-linear-gradient(62deg, #9525f4 0%, #de12e4 100%);
      background: linear-gradient(28deg, #9525f4 0%, #de12e4 100%);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      margin-bottom: 0; }
    .price-item__head p {
      margin-top: 12px;
      font-size: 16px;
      color: #c2c3d3;
      margin-top: 13px; }
      @media (max-width: 767px) {
        .price-item__head p {
          font-size: 13px; } }
  .price-item ul {
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 150%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    list-style: none; }
    @media (max-width: 767px) {
      .price-item ul {
        margin-bottom: 24px; } }
    .price-item ul > li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 16px; }
      .price-item ul > li:not(:last-child) {
        margin-bottom: 24px; }
    .price-item ul ul {
      margin-bottom: 0; }
      .price-item ul ul li:not(:last-child) {
        margin-bottom: 0; }
      .price-item ul ul li {
        position: relative;
        padding-left: 12px; }
        .price-item ul ul li::before {
          content: "";
          position: absolute;
          left: 0;
          top: 50%;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
          width: 3px;
          height: 3px;
          border-radius: 50%;
          background-color: #1c1c1c; }
    .price-item ul span {
      font-weight: 600; }
    .price-item ul svg {
      margin-top: 2px;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
  .price-item .btn {
    width: 100%; }

.price-item__itog {
  text-align: center;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 40px; }
  @media (max-width: 1023px) {
    .price-item__itog {
      font-size: 20px;
      margin-bottom: 32px; } }
  @media (max-width: 767px) {
    .price-item__itog {
      margin-bottom: 24px; } }

.price-item__bottom {
  border-top: 1px solid #e4ecfa;
  padding-top: 24px; }

.price-item--popular {
  position: relative; }
  .price-item--popular::before {
    content: "";
    position: absolute;
    left: -1px;
    top: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    border-radius: 20px;
    background: -o-linear-gradient(62deg, #9525f4 0%, #de12e4 100%);
    background: linear-gradient(28deg, #9525f4 0%, #de12e4 100%);
    z-index: -1; }

.calc {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0; }
  @media (max-width: 1023px) {
    .calc {
      padding: 56px 0; } }
  .calc h2 {
    color: #fff; }

.promotion {
  padding: 80px 0; }
  @media (max-width: 1023px) {
    .promotion {
      padding: 56px 0; } }
  .promotion .btn {
    width: 240px; }

.hidden-text {
  display: none;
  margin-top: 20px; }

.information__top {
  padding-bottom: 60px;
  line-height: 150%;
  font-size: 18px; }
  @media (max-width: 1023px) {
    .information__top {
      padding-bottom: 48px; } }
  @media (max-width: 767px) {
    .information__top {
      padding-bottom: 40px; } }

.information__buttons {
  margin-top: 20px; }
  .information__buttons button {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 18px;
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
            text-decoration-skip-ink: none;
    background: -o-linear-gradient(62deg, #9525f4 0%, #de12e4 100%);
    background: linear-gradient(28deg, #9525f4 0%, #de12e4 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    gap: 4px; }

button.close-text {
  display: none; }

.information__top.open button.close-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.information__top.open button.open-text {
  display: none; }

.information-bottom {
  padding-top: 46px;
  border-top: 1px solid #ecf0f7; }
  .information-bottom ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 16px; }
    @media (max-width: 767px) {
      .information-bottom ul {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    .information-bottom ul a {
      border-radius: 50px;
      padding: 16px 24px;
      background: rgba(245, 245, 249, 0.7);
      font-size: 18px; }
      @media (max-width: 1023px) {
        .information-bottom ul a {
          padding: 16px; } }
    .information-bottom ul li {
      display: none; }
      .information-bottom ul li.show {
        display: block; }
  .information-bottom .btn {
    margin: 32px auto 0; }

.channels {
  padding: 80px 0; }
  @media (max-width: 1023px) {
    .channels {
      padding: 56px 0; } }

.channels-head {
  margin-bottom: 66px; }
  .channels-head h2 {
    margin-bottom: 12px; }
  .channels-head p {
    font-size: 18px;
    line-height: 160%; }

.channels-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px; }
  @media (max-width: 1023px) {
    .channels-items {
      gap: 16px; } }
  @media (max-width: 767px) {
    .channels-items {
      grid-template-columns: 1fr;
      gap: 48px; } }

.channels-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 16px;
  -webkit-box-shadow: 0 3px 34px 0 rgba(90, 107, 141, 0.12);
          box-shadow: 0 3px 34px 0 rgba(90, 107, 141, 0.12);
  background: #fff;
  padding: 80px 32px 54px 32px; }
  @media (max-width: 1023px) {
    .channels-item {
      padding-left: 16px;
      padding-right: 16px;
      padding-bottom: 40px;
      padding-top: 64px; } }
  .channels-item__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 24px;
    border-top: 1px solid #f2f2f3;
    margin-top: auto;
    gap: 12px;
    font-size: 18px;
    line-height: 150%; }
    @media (max-width: 1023px) {
      .channels-item__bottom br {
        display: none; } }
    .channels-item__bottom svg {
      -ms-flex-negative: 0;
          flex-shrink: 0; }
  .channels-item ul {
    margin-bottom: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    list-style: none; }
    .channels-item ul li:not(:last-child) {
      margin-bottom: 24px; }
    .channels-item ul li {
      font-size: 18px;
      line-height: 150%;
      gap: 12px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .channels-item ul li svg {
        -ms-flex-negative: 0;
            flex-shrink: 0; }
  .channels-item__head {
    border-radius: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
    font-weight: 600;
    font-size: 22px;
    color: #fff;
    background: #923cc5;
    height: 62px;
    padding: 0 10px;
    position: absolute;
    left: 32px;
    right: 32px;
    top: -28px; }
    @media (max-width: 1023px) {
      .channels-item__head {
        font-size: 20px; } }
    @media (max-width: 767px) {
      .channels-item__head {
        left: 16px;
        right: 16px;
        gap: 8px;
        padding: 0 8px; } }
  .channels-item__icon {
    width: 42px;
    height: 42px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 50%;
    background-color: #fff; }
    @media (max-width: 767px) {
      .channels-item__icon {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        width: 40px;
        height: 40px; } }

.clients {
  padding: 80px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media (max-width: 1023px) {
    .clients {
      padding: 56px 0; } }
  .clients h2 {
    color: #fff; }

.clients-slider {
  border-radius: 20px; }
  @media (max-width: 1360px) {
    .clients-slider {
      max-width: calc(100% - 112px); } }
  @media (max-width: 1023px) {
    .clients-slider {
      max-width: 100%; } }

.clients-slide {
  border-radius: 20px;
  padding: 30px 30px 48px;
  font-size: 18px;
  line-height: 140%;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(146, 126, 193, 0.3); }
  @media (max-width: 767px) {
    .clients-slide {
      padding: 24px 16px; } }
  .clients-slide img {
    height: auto;
    width: auto;
    -o-object-fit: contain;
       object-fit: contain; }
  .clients-slide__img {
    margin-bottom: 12px;
    height: 64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

.slider-wrap {
  padding-bottom: 24px;
  position: relative; }
  .slider-wrap .swiper-button-next,
  .slider-wrap .swiper-button-prev {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: -o-linear-gradient(62deg, #9525f4 0%, #de12e4 100%);
    background: linear-gradient(28deg, #9525f4 0%, #de12e4 100%); }
    .slider-wrap .swiper-button-next::before,
    .slider-wrap .swiper-button-prev::before {
      content: "";
      position: absolute;
      width: calc(100% - 2px);
      height: calc(100% - 2px);
      top: 1px;
      left: 1px;
      background-color: #fff;
      border-radius: 50%;
      -webkit-transition: opacity 0.3s;
      -o-transition: opacity 0.3s;
      transition: opacity 0.3s;
      opacity: 0; }
    .slider-wrap .swiper-button-next::after,
    .slider-wrap .swiper-button-prev::after {
      color: #fff;
      position: relative;
      z-index: 2;
      font-size: 16px; }
    @media (max-width: 1023px) {
      .slider-wrap .swiper-button-next,
      .slider-wrap .swiper-button-prev {
        display: none; } }
  .slider-wrap .swiper-button-prev {
    left: -56px; }
    @media (max-width: 1360px) {
      .slider-wrap .swiper-button-prev {
        left: 0; } }
  .slider-wrap .swiper-button-next {
    right: -56px; }
    @media (max-width: 1360px) {
      .slider-wrap .swiper-button-next {
        right: 0; } }

.reviews {
  padding: 80px 0;
  background: #f5f5f9; }
  @media (max-width: 1023px) {
    .reviews {
      padding: 56px 0; } }

.reviews-slide {
  background: #fff;
  border-radius: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 48px 32px; }

.reviews-slide__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-bottom: 32px; }
  .reviews-slide__author img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    -o-object-fit: cover;
       object-fit: cover; }
  .reviews-slide__author h2 {
    font-weight: 600;
    font-size: 20px; }
    .reviews-slide__author h2:not(:last-child) {
      margin-bottom: 8px; }

.reviews-slider {
  margin-bottom: 20px; }
  @media (max-width: 1360px) {
    .reviews-slider {
      max-width: calc(100% - 112px); } }
  @media (max-width: 1023px) {
    .reviews-slider {
      max-width: 100%; } }

.reviews-slide__text {
  font-size: 18px;
  line-height: 150%; }
  .reviews-slide__text p {
    max-height: 245px;
    /* Ограничиваем высоту текста */
    overflow: hidden;
    /* Скрываем переполнение */
    -webkit-transition: max-height 0.3s ease;
    -o-transition: max-height 0.3s ease;
    transition: max-height 0.3s ease; }
  .reviews-slide__text button {
    margin-top: 16px;
    font-weight: 600;
    font-size: 18px;
    line-height: 160%;
    background: -o-linear-gradient(62deg, #9525f4 0%, #de12e4 100%);
    background: linear-gradient(28deg, #9525f4 0%, #de12e4 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }

.jq-ry-container {
  padding: 0; }

.team {
  padding: 80px 0;
  background: #f5f5f9; }
  @media (max-width: 1023px) {
    .team {
      padding: 56px 0; } }
  .team .swiper-pagination {
    display: none; }
    @media (max-width: 767px) {
      .team .swiper-pagination {
        display: block; } }

.team-item-slider-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  position: relative; }
  .team-item-slider-wrapper .swiper-pagination {
    display: block; }
  .team-item-slider-wrapper .swiper-pagination-progressbar {
    bottom: -16px !important;
    top: auto;
    height: 2px;
    background: #e9ecf6;
    border-radius: 50px; }
  .team-item-slider-wrapper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    border-radius: 50px;
    background: -o-linear-gradient(62deg, #9525f4 0%, #de12e4 100%);
    background: linear-gradient(28deg, #9525f4 0%, #de12e4 100%); }

.team-item-slider-inner {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0; }

.team-slider {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media (max-width: 767px) {
    .team-slider {
      padding-bottom: 22px; } }
  @media (min-width: 768px) {
    .team-slider > .swiper-wrapper {
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      -webkit-transform: none !important;
          -ms-transform: none !important;
              transform: none !important;
      height: auto !important;
      display: grid;
      grid-template-columns: repeat(12, 1fr);
      gap: 20px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .team-slider > .swiper-wrapper {
      grid-template-columns: repeat(6, 1fr);
      gap: 16px; } }
  @media (min-width: 768px) {
    .team-slider > .swiper-wrapper > .swiper-slide {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      min-width: 0;
      height: auto;
      margin: 0 !important;
      width: auto !important; }
      .team-slider > .swiper-wrapper > .swiper-slide:nth-child(1) {
        grid-column: 1/5;
        grid-row: 1; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      .team-slider > .swiper-wrapper > .swiper-slide:nth-child(1) {
        grid-column: 1/4; } }
  @media (min-width: 768px) {
      .team-slider > .swiper-wrapper > .swiper-slide:nth-child(2) {
        grid-row: 1;
        grid-column: 5/9; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      .team-slider > .swiper-wrapper > .swiper-slide:nth-child(2) {
        grid-column: 4/7; } }
  @media (min-width: 768px) {
      .team-slider > .swiper-wrapper > .swiper-slide:nth-child(3) {
        grid-row: 1;
        grid-column: 9/13; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      .team-slider > .swiper-wrapper > .swiper-slide:nth-child(3) {
        grid-row: 2;
        grid-column: 1/4; } }
  @media (min-width: 768px) {
      .team-slider > .swiper-wrapper > .swiper-slide:nth-child(4) {
        grid-row: 2;
        grid-column: 1/4; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      .team-slider > .swiper-wrapper > .swiper-slide:nth-child(4) {
        grid-row: 2;
        grid-column: 4/7; } }
  @media (min-width: 768px) {
      .team-slider > .swiper-wrapper > .swiper-slide:nth-child(5) {
        grid-row: 2;
        grid-column: 4/7; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      .team-slider > .swiper-wrapper > .swiper-slide:nth-child(5) {
        grid-row: 3;
        grid-column: 1/3; } }
  @media (min-width: 768px) {
      .team-slider > .swiper-wrapper > .swiper-slide:nth-child(6) {
        grid-row: 2;
        grid-column: 7/10; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      .team-slider > .swiper-wrapper > .swiper-slide:nth-child(6) {
        grid-row: 3;
        grid-column: 3/5; } }
  @media (min-width: 768px) {
      .team-slider > .swiper-wrapper > .swiper-slide:nth-child(7) {
        grid-row: 2;
        grid-column: 10/13; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      .team-slider > .swiper-wrapper > .swiper-slide:nth-child(7) {
        grid-row: 3;
        grid-column: 5/7; } }

.team-item__info {
  position: absolute;
  height: 180px;
  left: 0;
  right: 0;
  top: 100%;
  background-color: #f5f5f9;
  border-radius: 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5;
  -o-transition: all 0.5;
  transition: all 0.5; }

.team-item-slider {
  margin: 0; }
  @media (max-width: 1199px) {
    .team-item-slider {
      width: 180px; } }
  @media (max-width: 767px) {
    .team-item-slider {
      width: 158px; } }

.team-item-slider-arrows {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding-left: 15px;
  z-index: 3;
  background-color: #fff; }
  .team-item-slider-arrows .swiper-button-next,
  .team-item-slider-arrows .swiper-button-prev {
    position: relative;
    width: 24px;
    height: 24px;
    margin: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    .team-item-slider-arrows .swiper-button-next::after,
    .team-item-slider-arrows .swiper-button-prev::after {
      color: #de12e4;
      font-size: 16px; }

.team-item {
  overflow: hidden;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
  border-radius: 20px;
  background: #fff;
  padding: 40px 30px 54px 30px; }
  .team-item__img {
    position: relative;
    max-width: 46px; }
    .team-item__img::before {
      content: "";
      position: absolute;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background-color: #26d06d;
      bottom: 0;
      right: 4px; }
    .team-item__img img {
      max-width: 46px;
      width: 100%;
      height: 46px;
      border-radius: 50%;
      -o-object-fit: cover;
         object-fit: cover; }
  .team-item h3 {
    font-size: 20px;
    margin-bottom: 16px;
    font-weight: 600; }
  .team-item > p {
    font-size: 18px;
    line-height: 150%; }
  .team-item ul {
    margin-bottom: 40px;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 767px) {
      .team-item ul {
        margin-bottom: 32px; } }
    .team-item ul img {
      width: 46px;
      height: 46px;
      border-radius: 50%;
      -o-object-fit: cover;
         object-fit: cover; }
    .team-item ul p {
      padding-left: 8px;
      font-weight: 600;
      font-size: 18px;
      color: #c1c7d0; }

.sites {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 80px 0; }
  @media (max-width: 1023px) {
    .sites {
      padding: 56px 0; } }
  .sites h2 {
    color: #fff; }

.sites-wrap {
  background-color: #fff;
  border-radius: 16px;
  -webkit-box-shadow: 0 7px 32px 0 rgba(90, 107, 141, 0.12);
          box-shadow: 0 7px 32px 0 rgba(90, 107, 141, 0.12);
  background: #fff;
  padding: 64px 40px; }
  @media (max-width: 1023px) {
    .sites-wrap {
      padding: 40px; } }
  @media (max-width: 767px) {
    .sites-wrap {
      padding: 32px 24px; } }
  .sites-wrap .btn {
    margin: 0 auto;
    gap: 8px; }
    @media (max-width: 767px) {
      .sites-wrap .btn {
        padding: 0 24px; } }
  .sites-wrap ul {
    margin-bottom: 48px;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px 16px; }
    @media (max-width: 1023px) {
      .sites-wrap ul {
        grid-template-columns: 1fr 1fr;
        max-width: 80%;
        margin-left: auto;
        margin-right: auto; } }
    @media (max-width: 767px) {
      .sites-wrap ul {
        grid-template-columns: 1fr;
        max-width: 100%;
        margin-bottom: 24px; } }
    .sites-wrap ul li {
      display: none;
      position: relative;
      font-size: 18px;
      padding-left: 22px; }
      .sites-wrap ul li::before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        border-radius: 50%;
        background: -o-linear-gradient(62deg, #9525f4 0%, #de12e4 100%);
        background: linear-gradient(28deg, #9525f4 0%, #de12e4 100%);
        width: 10px;
        height: 10px; }
      .sites-wrap ul li.show {
        display: block; }

.set {
  padding: 80px 0;
  background: #f5f5f9; }
  @media (max-width: 1023px) {
    .set {
      padding: 56px 0; } }

.tarifs {
  padding: 80px 0; }
  @media (max-width: 1023px) {
    .tarifs {
      padding: 56px 0; } }

.portfolio {
  position: relative;
  padding: 80px 0; }
  @media (max-width: 1023px) {
    .portfolio {
      padding: 56px 0 88px; } }
  .portfolio .slider-wrap {
    -webkit-box-shadow: 0 3px 34px 0 rgba(90, 107, 141, 0.12);
            box-shadow: 0 3px 34px 0 rgba(90, 107, 141, 0.12);
    background: #fff;
    border-radius: 16px;
    padding: 40px; }
    @media (max-width: 1023px) {
      .portfolio .slider-wrap .swiper-button-next,
      .portfolio .slider-wrap .swiper-button-prev {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    @media (max-width: 1023px) {
      .portfolio .slider-wrap > .swiper-button-next,
      .portfolio .slider-wrap > .swiper-button-prev {
        top: -72px;
        margin-top: 0; } }
    @media (max-width: 767px) {
      .portfolio .slider-wrap > .swiper-button-next,
      .portfolio .slider-wrap > .swiper-button-prev {
        top: -94px; } }
    @media (max-width: 1023px) {
      .portfolio .slider-wrap > .swiper-button-prev {
        left: auto;
        right: 48px; } }
    @media (max-width: 767px) {
      .portfolio .slider-wrap {
        padding: 14px; } }

.portfolio_head {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .portfolio_head h2 {
    margin-bottom: 0; }
    @media (max-width: 767px) {
      .portfolio_head h2 {
        max-width: 200px; } }
  .portfolio_head a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    gap: 12px;
    font-weight: 600;
    font-size: 18px;
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
            text-decoration-skip-ink: none;
    color: #de12e4; }
    @media (max-width: 1023px) {
      .portfolio_head a {
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        bottom: 40px; } }

.features {
  padding: 80px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media (max-width: 1023px) {
    .features {
      padding: 56px 0; } }
  .features h2 {
    color: #fff; }

.features-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px; }
  @media (max-width: 767px) {
    .features-row {
      grid-template-columns: 1fr; } }

.features-row--custom {
  padding-top: 20px;
  grid-template-columns: 1fr 1fr;
  max-width: 793px;
  width: 100%;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (max-width: 767px) {
    .features-row--custom {
      grid-template-columns: 1fr; } }

.features-item {
  border-radius: 20px;
  padding: 20px 0;
  text-align: center;
  color: #fff;
  border: 1px solid rgba(146, 126, 193, 0.3); }
  .features-item h3 {
    font-weight: 600;
    padding-bottom: 15px;
    margin-bottom: 12px;
    position: relative;
    font-size: 38px; }
    @media (max-width: 1023px) {
      .features-item h3 {
        font-size: 28px; } }
    .features-item h3::before {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      margin: 0 auto;
      width: 290px;
      height: 2px;
      background: -o-linear-gradient(62deg, #9525f4 0%, #de12e4 100%);
      background: linear-gradient(28deg, #9525f4 0%, #de12e4 100%); }
      @media (max-width: 1023px) {
        .features-item h3::before {
          width: calc(100% - 24px); } }
      @media (max-width: 767px) {
        .features-item h3::before {
          width: calc(100% - 56px); } }
  .features-item p {
    color: #e2e2e2;
    font-size: 19px;
    line-height: 140%; }
    @media (max-width: 1023px) {
      .features-item p {
        font-size: 18px; } }

.cta {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media (max-width: 1199px) {
    .cta {
      max-width: calc(100% - 32px);
      margin: 0 auto;
      border-radius: 20px;
      overflow: hidden;
      padding: 0 26px; } }
  @media (max-width: 767px) {
    .cta {
      padding: 0 14px;
      max-width: calc(100% - 28px); } }
  .cta .container {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (max-width: 1199px) {
      .cta .container {
        padding: 56px 0; } }
    @media (max-width: 767px) {
      .cta .container {
        padding: 40px 0 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .cta .col:first-child {
    max-width: 500px; }
  .cta .col:last-child {
    max-width: 378px; }
  .cta .col:nth-child(2) {
    position: absolute;
    bottom: 0;
    right: 360px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; }
    @media (max-width: 767px) {
      .cta .col:nth-child(2) {
        position: static; } }
    @media (max-width: 1199px) {
      .cta .col:nth-child(2) {
        right: 72px; }
        .cta .col:nth-child(2) img {
          max-height: 560px;
          -o-object-fit: contain;
             object-fit: contain; } }
    @media (max-width: 1023px) {
      .cta .col:nth-child(2) {
        right: -35px; } }
    @media (max-width: 767px) {
      .cta .col:nth-child(2) {
        padding-top: 32px; }
        .cta .col:nth-child(2) img {
          max-width: 100%; } }
  .cta h2 {
    margin-bottom: 40px;
    color: #fff;
    position: relative; }
    .cta h2::before {
      content: "";
      position: absolute;
      left: 0;
      background: -o-linear-gradient(62deg, #9525f4 0%, #de12e4 100%);
      background: linear-gradient(28deg, #9525f4 0%, #de12e4 100%);
      height: 3px;
      bottom: -12px;
      border-radius: 50px;
      width: 59px; }
  .cta form {
    max-width: 450px; }
    @media (max-width: 1023px) {
      .cta form {
        max-width: 360px; } }
  .cta .btn {
    width: 338px;
    height: 64px;
    margin-bottom: 40px;
    margin-top: 32px; }
    @media (max-width: 767px) {
      .cta .btn {
        width: 100%;
        height: 56px;
        margin-bottom: 22px; } }
  .cta .form-text {
    max-width: 466px;
    opacity: 0.5;
    font-size: 14px;
    line-height: 130%;
    color: #e2e2e2; }
    .cta .form-text a {
      color: #e2e2e2;
      text-decoration: underline; }
  .cta ul {
    list-style: none; }
    @media (max-width: 1199px) {
      .cta ul {
        display: none; } }
    .cta ul li {
      font-weight: 600;
      font-size: 20px;
      line-height: 130%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 16px;
      padding: 30px;
      color: #fff;
      border: 1px solid rgba(146, 126, 193, 0.3);
      background: rgba(0, 0, 0, 0.3);
      border-radius: 20px; }
      .cta ul li:not(:last-child) {
        margin-bottom: 20px; }
      .cta ul li svg {
        -ms-flex-negative: 0;
            flex-shrink: 0; }

.cta--custom {
  padding: 80px 0; }
  @media (max-width: 1199px) {
    .cta--custom {
      padding: 56px 0; } }
  .cta--custom .container {
    padding-top: 0;
    padding-bottom: 0;
    display: block; }
  .cta--custom .col:first-child {
    max-width: 522px; }
    @media (max-width: 1023px) {
      .cta--custom .col:first-child {
        max-width: 450px; } }
    @media (max-width: 767px) {
      .cta--custom .col:first-child {
        padding: 0 14px; } }
  .cta--custom .col:last-child {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content; }
  .cta--custom .col:nth-child(2) {
    left: auto;
    right: 150px; }
    @media (max-width: 1199px) {
      .cta--custom .col:nth-child(2) {
        right: 80px; } }
    @media (max-width: 1023px) {
      .cta--custom .col:nth-child(2) {
        right: -16px; } }
    @media (max-width: 767px) {
      .cta--custom .col:nth-child(2) {
        padding-top: 0; } }
  @media (max-width: 1199px) {
    .cta--custom .cta-people {
      right: -44px; } }

.cta-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 20px;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 64px 40px; }
  @media (max-width: 767px) {
    .cta-wrap {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 40px 0 0; } }
  .cta-wrap .cta__head p {
    max-width: none; }

.cta__text {
  color: #fff;
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 130%; }
  @media (max-width: 1199px) {
    .cta__text {
      display: none; } }

.cta__head {
  margin-bottom: 54px; }
  @media (max-width: 767px) {
    .cta__head {
      margin-bottom: 24px; } }
  .cta__head p {
    color: #fff;
    max-width: 520px;
    font-size: 20px;
    line-height: 130%; }
    @media (max-width: 1023px) {
      .cta__head p {
        font-size: 18px;
        max-width: 435px; } }

.cta-people {
  position: relative;
  margin-bottom: 44px;
  color: #fff; }
  @media (max-width: 1199px) {
    .cta-people {
      position: absolute;
      right: -67px;
      margin-bottom: 0;
      bottom: 112px;
      -webkit-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
              transform: rotate(-90deg); } }
  @media (max-width: 1023px) {
    .cta-people {
      right: -80px;
      bottom: 95px; } }
  @media (max-width: 767px) {
    .cta-people {
      right: -66px; } }
  .cta-people p {
    font-size: 18px;
    margin-bottom: 4px; }
    @media (max-width: 1023px) {
      .cta-people p {
        font-size: 16px; } }
  .cta-people h3 {
    font-weight: 600;
    font-size: 22px; }
    @media (max-width: 1023px) {
      .cta-people h3 {
        font-size: 18px; } }
  .cta-people span {
    position: absolute;
    font-size: 200px;
    top: 39px;
    left: 207px;
    line-height: 14%; }
    @media (max-width: 1199px) {
      .cta-people span {
        display: none; } }

.hero {
  overflow: hidden;
  padding-top: 40px;
  padding-bottom: 72px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media (max-width: 767px) {
    .hero {
      padding-bottom: 0; } }
  .hero .container {
    position: relative; }
  .hero form {
    width: 100%;
    max-width: 580px; }
    @media (max-width: 1199px) {
      .hero form {
        display: none; } }
  .hero .btn {
    margin-bottom: 28px; }
    @media (max-width: 767px) {
      .hero .btn {
        width: 100%;
        margin-bottom: 40px; } }
  .hero .form-text {
    font-size: 14px;
    line-height: 130%;
    letter-spacing: -0.01em;
    color: #e2e2e2; }
    .hero .form-text a {
      color: #e2e2e2;
      text-decoration: underline; }
  .hero .form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px; }
  .hero h1 {
    font-size: 46px;
    line-height: 130%;
    font-weight: 600;
    color: #fff;
    margin-bottom: 16px; }
    @media (max-width: 1199px) {
      .hero h1 {
        font-size: 36px; } }
    @media (max-width: 1023px) {
      .hero h1 {
        margin-bottom: 32px; } }
    @media (max-width: 767px) {
      .hero h1 {
        font-size: 32px;
        margin-bottom: 24px; }
        .hero h1 br {
          display: none; } }
    .hero h1 span {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      display: block;
      border: 2px solid #fff;
      padding: 4px 24px;
      border-radius: 50px; }
      @media (max-width: 1199px) {
        .hero h1 span {
          margin-top: 4px; } }
      @media (max-width: 767px) {
        .hero h1 span {
          margin-top: 8px; } }
  .hero ul {
    margin-bottom: 32px;
    list-style: none; }
    @media (max-width: 1199px) {
      .hero ul {
        max-width: 390px; } }
    @media (max-width: 1023px) {
      .hero ul {
        max-width: 300px; } }
    .hero ul li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 8px;
      font-weight: 600;
      font-size: 20px;
      line-height: 160%;
      color: #e2e2e2; }
      @media (max-width: 1199px) {
        .hero ul li {
          gap: 12px;
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start; } }
      .hero ul li img {
        -ms-flex-negative: 0;
            flex-shrink: 0; }
        @media (max-width: 1199px) {
          .hero ul li img {
            margin-top: 5px; } }
      .hero ul li:not(:last-child) {
        margin-bottom: 8px; }
      .hero ul li a {
        background: -o-linear-gradient(62deg, #9525f4 0%, #de12e4 100%);
        background: linear-gradient(28deg, #9525f4 0%, #de12e4 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }

.hero-img {
  position: absolute;
  bottom: -76px;
  right: 0; }
  @media (max-width: 1199px) {
    .hero-img {
      bottom: -107px;
      right: 57px; }
      .hero-img img {
        height: 588px;
        -o-object-fit: contain;
           object-fit: contain; } }
  @media (max-width: 1023px) {
    .hero-img {
      bottom: -106px;
      right: -28px; }
      .hero-img img {
        height: 560px; } }
  @media (max-width: 767px) {
    .hero-img {
      position: static; }
      .hero-img img {
        max-width: 100%;
        height: auto;
        margin: 0 auto; } }

.btn.hero-link {
  display: none; }
  @media (max-width: 1199px) {
    .btn.hero-link {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

.hero-label {
  position: absolute;
  right: 16px;
  top: 130px; }
  @media (max-width: 1023px) {
    .hero-label {
      right: 6px;
      top: 175px;
      text-align: right; } }
  @media (max-width: 767px) {
    .hero-label {
      -webkit-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
              transform: rotate(-90deg);
      top: auto;
      bottom: 50px;
      top: auto;
      bottom: 260px;
      right: -48px; } }
  .hero-label p {
    font-size: 18px;
    line-height: 156%;
    color: #fff;
    margin-bottom: 2px; }
    @media (max-width: 1023px) {
      .hero-label p {
        font-size: 16px; } }
    @media (max-width: 767px) {
      .hero-label p {
        margin-bottom: 0; } }
  .hero-label h2 {
    font-size: 22px;
    line-height: 127%;
    color: #fff;
    margin-bottom: 0; }
    @media (max-width: 1023px) {
      .hero-label h2 {
        font-size: 18px; } }

.portfolio .swiper-slide {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.chart-wrap {
  border-radius: 12px;
  background: #f5f5f9;
  padding: 30px; }
  @media (max-width: 767px) {
    .chart-wrap {
      padding: 14px;
      padding-bottom: 32px; } }
  .chart-wrap .swiper-button-prev {
    top: 38px;
    right: 72px;
    left: auto;
    z-index: 5; }
    .chart-wrap .swiper-button-prev::before {
      opacity: 1; }
    .chart-wrap .swiper-button-prev::after {
      color: #de12e4; }
  .chart-wrap .swiper-pagination {
    bottom: 8px !important; }
  .chart-wrap .swiper-button-next {
    top: 38px;
    right: 20px;
    z-index: 5; }
    .chart-wrap .swiper-button-next::before {
      opacity: 1; }
    .chart-wrap .swiper-button-next::after {
      color: #de12e4; }

.chart-slider {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.chart-inner {
  background: #fff;
  border-radius: 12px;
  padding: 20px; }
  .chart-inner img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    -o-object-fit: cover;
       object-fit: cover; }

.chart-slide__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  border-radius: 12px;
  background: #fff;
  padding: 20px;
  margin-bottom: 20px; }
  @media (max-width: 767px) {
    .chart-slide__top {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 14px;
      margin-bottom: 14px; } }
  .chart-slide__top p {
    font-size: 18px;
    padding-left: 20px;
    position: relative; }
    @media (max-width: 1023px) {
      .chart-slide__top p {
        max-width: 350px; } }
    @media (max-width: 767px) {
      .chart-slide__top p {
        max-width: 100%;
        padding-left: 0; } }
    .chart-slide__top p::before {
      content: "";
      position: absolute;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      background: #f5f5f9;
      width: 2px;
      height: 40px; }
      @media (max-width: 767px) {
        .chart-slide__top p::before {
          display: none; } }

.portfolio__head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 48px; }
  @media (max-width: 1199px) {
    .portfolio__head {
      margin-bottom: 20px;
      grid-template-columns: 1fr; } }
  .portfolio__head .col {
    background: #f5f5f9;
    padding: 16px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    border-radius: 12px; }
    @media (max-width: 767px) {
      .portfolio__head .col {
        grid-template-columns: 1fr; } }
    .portfolio__head .col img {
      border-radius: 12px;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      position: relative;
      z-index: 2;
      max-height: 192px; }
      @media (max-width: 767px) {
        .portfolio__head .col img {
          max-height: 136px; } }
    .portfolio__head .col:first-child {
      padding: 0; }
      @media (max-width: 767px) {
        .portfolio__head .col:first-child {
          gap: 0; } }
      .portfolio__head .col:first-child .portfolio__box:last-child {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        position: relative;
        padding-top: 30px;
        padding-bottom: 30px;
        padding-right: 20px; }
        .portfolio__head .col:first-child .portfolio__box:last-child::before {
          content: "";
          position: absolute;
          width: calc(100% + 16px);
          height: calc(100% - 32px);
          top: 16px;
          right: 16px;
          background-color: #fff;
          border-radius: 0 12px 12px 0; }
          @media (max-width: 767px) {
            .portfolio__head .col:first-child .portfolio__box:last-child::before {
              left: 12px;
              right: 12px;
              width: calc(100% - 24px);
              height: calc(100% + 24px);
              bottom: 12px;
              top: auto;
              border-radius: 0 0 12px 12px; } }
        @media (max-width: 767px) {
          .portfolio__head .col:first-child .portfolio__box:last-child {
            padding-top: 24px;
            padding-left: 24px;
            padding-right: 24px;
            padding-bottom: 32px; } }
    @media (max-width: 767px) {
      .portfolio__head .col:last-child {
        padding: 14px; } }
    .portfolio__head .col:last-child .portfolio__box {
      border-radius: 12px;
      padding: 32px; }
      @media (max-width: 767px) {
        .portfolio__head .col:last-child .portfolio__box {
          padding: 24px; } }
      .portfolio__head .col:last-child .portfolio__box p {
        font-weight: 600;
        font-size: 28px;
        line-height: 100%;
        margin-bottom: 16px; }
      .portfolio__head .col:last-child .portfolio__box ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        list-style: none;
        gap: 32px;
        font-weight: 600; }
        .portfolio__head .col:last-child .portfolio__box ul span {
          font-size: 30px;
          line-height: 100%;
          display: block; }
        @media (max-width: 1360px) {
          .portfolio__head .col:last-child .portfolio__box ul {
            gap: 24px; } }
      .portfolio__head .col:last-child .portfolio__box:first-child {
        background-color: #fff; }
      .portfolio__head .col:last-child .portfolio__box:last-child {
        color: #fff;
        background: #923cc5; }
  .portfolio__head .btn {
    position: relative;
    z-index: 2;
    height: 44px; }
  .portfolio__head h2 {
    font-size: 20px;
    position: relative;
    z-index: 2;
    margin-bottom: 0; }
    @media (max-width: 767px) {
      .portfolio__head h2 {
        font-size: 18px;
        margin-bottom: 24px; } }

@media (hover), (min-width: 0\0), (min--moz-device-pixel-ratio: 0) {
  .team-item__img:hover .team-item__info {
    opacity: 1;
    visibility: visible; }
  .header__menu > ul > li:hover .header__menu-wrap {
    display: block; }
  .header__menu > ul > li:hover > a {
    color: #de12e4; }
    .header__menu > ul > li:hover > a svg path {
      stroke: #de12e4; }
    .header__menu > ul > li:hover > a svg {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
  .slider-wrap .swiper-button-next:hover::before,
  .slider-wrap .swiper-button-prev:hover::before {
    opacity: 1; }
  .slider-wrap .swiper-button-next:hover::after,
  .slider-wrap .swiper-button-prev:hover::after {
    color: #de12e4; }
  .chart-wrap .swiper-button-prev:hover::before,
  .chart-wrap .swiper-button-next:hover::before {
    opacity: 0; }
  .chart-wrap .swiper-button-prev:hover::after,
  .chart-wrap .swiper-button-next:hover::after {
    color: #fff; }
  .modal .form-text a:hover {
    color: #1c1c1c; }
  .header__menu a:hover {
    color: #de12e4; }
  .header__info a:hover {
    color: #de12e4; }
  .btn:hover p {
    color: #de12e4; }
  .btn:hover::before {
    opacity: 1; }
  .btn:hover svg path {
    stroke: #de12e4; }
  .footer__info a:hover {
    color: #de12e4; }
  footer a:hover {
    color: #de12e4; }
  .footer-body .accordion__content-text ul a:hover {
    color: #de12e4; }
  .faq-head .radio-name:hover {
    color: #de12e4; }
  .portfolio_head a:hover {
    color: #1c1c1c; }
  .cta .form-text a:hover {
    color: #fff;
    opacity: 1; } }

.revealOnScroll {
  opacity: 0; }

.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  aniamtion-timing-function: linear;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.flipX {
  -webkit-animation-name: flipX;
          animation-name: flipX; }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft; }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight; }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown; }

.zoomIn {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn; }

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
    -webkit-transform: matrix3d(1.08419, 0.00011, 0, 0, -0.00011, 1.08419, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.08419, 0.00011, 0, 0, -0.00011, 1.08419, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  100% {
    opacity: 1; } }

@keyframes zoomOut {
  0% {
    opacity: 1;
    -webkit-transform: matrix3d(1.08419, 0.00011, 0, 0, -0.00011, 1.08419, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.08419, 0.00011, 0, 0, -0.00011, 1.08419, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  100% {
    opacity: 1; } }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
            transform: translate3d(0, 20%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
            transform: translate3d(0, 20%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes DevLogo {
  from {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg); }
  to {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg); } }

@keyframes DevLogo {
  from {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg); }
  to {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg); } }

@media screen and (max-width: 767px) {
  .revealOnScroll {
    opacity: 1; } }

    .sk-alert{
        color: #fff;
        text-shadow: 0 0 5px #000;
        font-weight: bold;
        font-size: 18px;
    }
    .hero .sk-alert{
        height: 200px;
    }
    .cta-wrap  .sk-alert{
        height: 340px;
    }
    .cta  .sk-alert{
        height: 340px;
    }
    .modal .sk-alert{
        color: #de12e4;
    }
