@font-face {
  font-family: "iconfont";
  src: url("../fonts/iconfont/iconfont.eot");
  src: url("../fonts/iconfont/iconfont.eot?#iefix") format("eot"), url("../fonts/iconfont/iconfont.woff2") format("woff2"), url("../fonts/iconfont/iconfont.woff") format("woff"), url("../fonts/iconfont/iconfont.ttf") format("truetype"), url("../fonts/iconfont/iconfont.svg?#iconfont") format("svg");
}
[class^=icon-], [class*=" icon-"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
[class^=icon-]::before, [class*=" icon-"]::before {
  font-family: "iconfont";
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}

.icon-linkedin::before {
  content: "\e001";
}

.icon-star::before {
  content: "\e002";
}

.icon-telegram::before {
  content: "\e003";
}

.icon-up::before {
  content: "\e004";
}

html,
body {
  overflow-x: hidden;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
  min-height: 100vh;
  -webkit-text-decoration-skip: none;
          text-decoration-skip: none;
}

main {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: middle;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

a,
img {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
}

::-moz-focus-inner {
  padding: 0;
  border: 0;
}

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

html::-webkit-scrollbar,
body::-webkit-scrollbar {
  display: none;
}

body {
  color: #FFFFFF;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
  background-color: #0D0D0D;
}

.main {
  position: relative;
  z-index: 1;
}

.container {
  margin: 0 auto;
  padding: 0 40px;
  max-width: 1320px;
  width: 100%;
}

html {
  font-family: "Syne", sans-serif;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5 {
  line-height: normal;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
}

h1 {
  display: inline-block;
  font-size: 112px;
  line-height: 1;
}

h2 {
  display: block;
  width: 100%;
  font-size: 40px;
  line-height: 1.1;
}

h3 {
  font-size: 36px;
  line-height: 1.2;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 16px;
  line-height: 1.5;
}

p {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 20px;
}

li,
a {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

i {
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

b {
  font-weight: 600;
}
.section-top {
  padding: 140px 0;
}
.section-top.mobile {
  display: none;
}
.section-top.mobile .section-top__row:last-of-type {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.section-top.mobile .section-top__subtitle.color {
  text-align: right;
  padding: 12px 0;
}
.section-top__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.section-top__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.section-top__row:last-child {
  padding-left: 100px;
}
.section-top__subtitle {
  font-size: 20px;
  line-height: 1.6;
}
.section-top__subtitle.color {
  color: #FD634A;
}
.section__title {
  margin-bottom: 60px;
}

.button {
  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;
  grid-gap: 10px;
  gap: 10px;
  height: 52px;
  min-width: 180px;
  border-radius: 12px;
  background-color: #222;
  color: #FFFFFF;
  padding: 16px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.button i {
  font-size: 24px;
}
.button:hover {
  background-color: #484848;
}

.packages-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 28px;
}

.package {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 10px;
  gap: 10px;
  height: 100%;
  padding: 52px 36px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
}
.package__count {
  color: #FD634A;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}
.package__item {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.section-features, .section-packages {
  padding: 80px 0;
}

.features__item {
  width: 100%;
}
.features__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  font-size: 60px;
  font-weight: 700;
  padding-left: 180px;
}
.features-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 20px;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.features-item img {
  width: 80px;
  height: 80px;
}
.features-item span {
  font-size: 140px;
  font-weight: 700;
  line-height: 1;
}

.feature {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 16px;
  gap: 16px;
  padding: 24px 0;
}
.feature:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 100%;
  width: 200%;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
}
.feature i {
  font-size: 28px;
  color: #FD634A;
}

.lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 24px;
  gap: 24px;
  color: rgba(255, 255, 255, 0.4);
  font-size: 20px;
}
.lang a.active, .lang span.active {
  color: #FFFFFF;
}
.lang a:hover, .lang span:hover {
  color: #FFFFFF;
}

.scroll-up {
  position: fixed;
  right: 60px;
  bottom: 20px;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 62px;
  height: 62px;
  background-color: #222222;
  border-radius: 50%;
  color: #FFFFFF;
  font-size: 32px;
  cursor: pointer;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
  margin-left: auto;
}
.scroll-up:hover {
  background-color: #484848;
}

.features__carousel {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  height: 140px;
  overflow: hidden;
}

.features-item {
  position: absolute;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  width: 100%;
  color: #fff;
  -webkit-animation: carousel-animation 15s ease-in-out infinite 0s;
          animation: carousel-animation 15s ease-in-out infinite 0s;
}

.features-item:nth-child(2) {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

.features-item:nth-child(3) {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}

.features-item:nth-child(4) {
  -webkit-animation-delay: 7.5s;
          animation-delay: 7.5s;
}

.features-item:nth-child(5) {
  -webkit-animation-delay: 10s;
          animation-delay: 10s;
}

.features-item:nth-child(6) {
  -webkit-animation-delay: 12.5s;
          animation-delay: 12.5s;
}

@-webkit-keyframes carousel-animation {
  0% {
    opacity: 0;
  }
  2% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  5% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  12% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  15% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes carousel-animation {
  0% {
    opacity: 0;
  }
  2% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  5% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  12% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  15% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.footer {
  padding-top: 120px;
}
.footer__layout {
  display: grid;
  grid-template-columns: auto auto 1fr;
  grid-gap: 48px;
  padding: 54px 0;
}
.footer__contacts {
  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;
  font-size: 20px;
  line-height: 32px;
}
.footer__contacts .bold {
  font-weight: 700;
}
.footer__socials {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  grid-gap: 20px;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.footer__socials i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FFFFFF;
  color: #0D0D0D;
  width: 52px;
  height: 52px;
  border-radius: 4px;
}
.footer__socials i:hover {
  color: #FD634A;
}
.footer__email:hover {
  color: #FD634A;
}

.header-layout {
  padding-top: 28px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.header-row:first-child {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.header-row:last-child {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media all and (max-width: 1280px) {
  h1 {
    font-size: 92px;
  }
  h3 {
    font-size: 32px;
  }
  .features-item span {
    font-size: 92px;
  }
  .features__list {
    padding-left: 24px;
    font-size: 48px;
  }
  .packages-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media all and (max-width: 980px) {
  .section-top {
    padding: 80px 0;
    display: none;
  }
  .section-top.mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .section-features, .section-packages {
    padding: 40px 0;
  }
  h1 {
    font-size: 52px;
  }
  .section__title {
    font-size: 24px;
    margin-bottom: 24px;
    font-weight: 600;
  }
  .features-item span {
    font-size: 40px;
  }
  .features-item img {
    width: 28px;
    height: 28px;
  }
  .features__carousel {
    height: 40px;
  }
  h3 {
    font-size: 24px;
  }
  .package__count {
    font-size: 14px;
  }
  .package {
    padding: 24px;
  }
  .packages-grid {
    grid-template-columns: 1fr;
    grid-gap: 8px;
  }
  .features__list {
    font-size: 24px;
  }
  .feature {
    padding: 12px 0;
  }
  .feature i {
    font-size: 16px;
  }
  .features-grid {
    grid-template-columns: 1fr;
    grid-gap: 8px;
  }
  .footer {
    padding-top: 80px;
  }
  .footer__layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    grid-gap: 24px;
    gap: 24px;
    padding: 0 0 32px 0;
  }
  .footer__socials {
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
  }
}

@media all and (max-width: 680px) {
  .container {
    padding: 0 20px;
  }
  .logo {
    width: 130px;
  }
  .header-row .button {
    display: none;
  }
  .section-top {
    padding: 50px 0;
    background-position: center;
    background-size: contain;
  }
  .section-top__img {
    left: 20px;
    width: 64px;
  }
  .section-top__title {
    font-size: 24px;
    line-height: 32px;
  }
  .section-top__subtitle {
    font-size: 12px;
    line-height: 20px;
  }
  .section-packages {
    padding: 40px 0;
  }
  .package, .package__total {
    padding: 24px;
  }
  .package__title {
    font-size: 18px;
    line-height: 24px;
  }
  .scroll-up {
    right: 20px;
  }
}
/*# sourceMappingURL=../maps/init.css.map */
