@font-face {
  font-family: "TT Commons";
  font-weight: 900;
  font-display: block;
  src: url("../fonts/TT-Commons-Black.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/TT-Commons-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/TT-Commons-Black.otf") format("opentype"), url("../fonts/TT-Commons-Black.ttf") format("truetype"), url("../fonts/TT-Commons-Black.woff") format("woff"), url("../fonts/TT-Commons-Black.woff2") format("woff2");
  /* Modern Browsers */
  font-style: normal;
}

@font-face {
  font-family: "TT Commons";
  font-weight: 700;
  font-display: block;
  src: url("../fonts/TT-Commons-Bold.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/TT-Commons-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/TT-Commons-Bold.otf") format("opentype"), url("../fonts/TT-Commons-Bold.ttf") format("truetype"), url("../fonts/TT-Commons-Bold.woff") format("woff"), url("../fonts/TT-Commons-Bold.woff2") format("woff2");
  /* Modern Browsers */
  font-style: normal;
}

@font-face {
  font-family: "TT Commons";
  font-weight: 300;
  font-display: block;
  src: url("../fonts/TT-Commons-Light.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/TT-Commons-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/TT-Commons-Light.otf") format("opentype"), url("../fonts/TT-Commons-Light.ttf") format("truetype"), url("../fonts/TT-Commons-Light.woff") format("woff"), url("../fonts/TT-Commons-Light.woff2") format("woff2");
  /* Modern Browsers */
  font-style: normal;
}

@font-face {
  font-family: "TT Commons";
  font-weight: 400;
  font-display: block;
  src: url("../fonts/TT-Commons-Regular.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/TT-Commons-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/TT-Commons-Regular.otf") format("opentype"), url("../fonts/TT-Commons-Regular.ttf") format("truetype"), url("../fonts/TT-Commons-Regular.woff") format("woff"), url("../fonts/TT-Commons-Regular.woff2") format("woff2");
  /* Modern Browsers */
  font-style: normal;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  background-color: #141414;
  font-family: "TT Commons", sans-serif;
  color: #fff;
}

a {
  text-decoration: none;
  color: #fff;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
}

b {
  font-weight: 700;
}

.h1, .h2, .h3, p {
  margin: 0;
  padding: 0;
}

.h1 {
  font-weight: 900;
  font-size: 55px;
  line-height: 64px;
  text-transform: uppercase;
}

.h2 {
  font-weight: 900;
  font-size: 39px;
  text-transform: uppercase;
}

.h3 {
  font-weight: bold;
  font-size: 32px;
}

.text {
  font-weight: 300;
  font-size: 28px;
  line-height: 35px;
}

.lead {
  font-weight: 700;
  font-size: 28px;
}

.colored {
  color: #55FF00;
}

@media (max-width: 470px) {
  .h1 {
    font-size: 45px;
  }
  .h2 {
    font-size: 32px;
  }
  .h3 {
    font-size: 26px;
  }
  .text {
    font-size: 20px;
  }
  .lead {
    font-size: 20px;
  }
}

@media (max-width: 390px) {
  .h1 {
    font-size: 40px;
  }
  .h2 {
    font-size: 26px;
  }
}

@media (max-width: 350px) {
  .h1 {
    font-size: 36px;
  }
}

@media (min-width: 760px) {
  .h1 {
    font-size: 40px;
    line-height: 46px;
  }
  .h2 {
    font-size: 30px;
    line-height: 34px;
  }
  .h3 {
    font-size: 21px;
    line-height: 24px;
  }
  .text {
    font-size: 15px;
    line-height: normal;
  }
}

@media (min-width: 1024px) {
  .h1 {
    font-size: 50px;
    line-height: 62px;
  }
  .h2 {
    font-size: 40px;
    line-height: 50px;
  }
  .h3 {
    font-size: 27px;
    line-height: 34px;
  }
  .text {
    font-size: 18px;
    line-height: 24px;
  }
  .lead {
    font-size: 18px;
  }
}

@media (min-width: 1440px) {
  .h1 {
    font-size: 75px;
    line-height: 92px;
  }
  .h2 {
    font-size: 50px;
    line-height: 58px;
  }
  .h3 {
    font-size: 40px;
    line-height: 46px;
  }
  .text {
    font-size: 24px;
    line-height: 30px;
  }
  .lead {
    font-size: 24px;
  }
}

.wrapper {
  max-width: 480px;
  padding: 0 30px;
  margin: 0 auto;
}

@media (max-width: 460px) {
  .wrapper {
    padding: 0 10px;
  }
}

@media (min-width: 760px) {
  .wrapper {
    max-width: 768px;
    padding: 0 60px;
  }
}

@media (min-width: 1024px) {
  .wrapper {
    max-width: 1024px;
    padding: 0 100px;
  }
}

@media (min-width: 1440px) {
  .wrapper {
    max-width: 1440px;
  }
}

@-webkit-keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes privateOp {
  from {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  50% {
    opacity: .8;
  }
  55% {
    opacity: .2;
  }
  60% {
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  85% {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}

@keyframes privateOp {
  from {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  50% {
    opacity: .8;
  }
  55% {
    opacity: .2;
  }
  60% {
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  85% {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes privateOp2 {
  from {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  50% {
    opacity: .8;
  }
  55% {
    opacity: .2;
  }
  60% {
    opacity: .8;
  }
  65% {
    opacity: 0;
  }
  75% {
    opacity: .8;
  }
  85% {
    opacity: .2;
  }
  90% {
    opacity: .8;
  }
  95% {
    opacity: 0;
  }
  95% {
    opacity: 0%;
  }
  to {
    opacity: 1;
  }
}

@keyframes privateOp2 {
  from {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  50% {
    opacity: .8;
  }
  55% {
    opacity: .2;
  }
  60% {
    opacity: .8;
  }
  65% {
    opacity: 0;
  }
  75% {
    opacity: .8;
  }
  85% {
    opacity: .2;
  }
  90% {
    opacity: .8;
  }
  95% {
    opacity: 0;
  }
  95% {
    opacity: 0%;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes circles {
  from {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes circles {
  from {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

.svg path {
  stroke: #55FF00;
  stroke-width: 2px;
  stroke-dasharray: 1500;
  stroke-dashoffset: 1500;
  fill: transparent;
}

.svg circle, .svg ellipse {
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s;
  opacity: 0;
  -webkit-animation: circles 5s ease forwards;
          animation: circles 5s ease forwards;
}

.svg--animate path {
  -webkit-animation: dash 5s ease forwards;
          animation: dash 5s ease forwards;
}

.svg--animate circle, .svg--animate ellipse {
  opacity: 1;
}

.header {
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__logo-link {
  margin-right: auto;
}

.header__burger {
  padding: 0;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
}

.header__burger-img {
  max-height: 38px;
}

.header__nav {
  position: fixed;
  z-index: 20;
  width: 69%;
  height: 100vh;
  top: 0;
  right: -100%;
  background-color: rgba(20, 20, 20, 0.8);
  padding: 165px 30px;
  -webkit-transition: right .3s;
  -o-transition: right .3s;
  transition: right .3s;
}

.header__nav--opened {
  right: 0;
}

.header__nav-item {
  margin-bottom: 15px;
}

.header__nav-item--close {
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 15px;
}

.header__nav-link {
  font-weight: 300;
  font-size: 28px;
  line-height: 32px;
  color: #FFFFFF;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
}

.header__nav-link:hover {
  color: #55FF00;
}

@media (min-width: 760px) {
  .header__logo {
    max-height: 30px;
  }
  .header__burger {
    display: none;
  }
  .header__nav {
    position: relative;
    top: auto;
    right: auto;
    width: auto;
    height: auto;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header__nav-item {
    margin-bottom: 0;
    margin-right: 50px;
  }
  .header__nav-item:last-of-type {
    margin-right: 0;
  }
  .header__nav-item--close {
    display: none;
  }
  .header__nav-link {
    font-size: 13px;
    font-weight: 300;
  }
}

@media (min-width: 1024px) {
  .header__logo {
    max-height: 38px;
  }
  .header__nav-item {
    margin-bottom: 0;
    margin-right: 55px;
  }
  .header__nav-link {
    font-size: 16px;
  }
}

@media (min-width: 1440px) {
  .header__logo {
    max-height: 40px;
  }
  .header__nav-item {
    margin-right: 65px;
    font-size: 20px;
  }
}

.intro {
  padding-top: 15px;
}

.intro__block {
  margin-bottom: 70px;
}

.intro__img-block {
  position: relative;
}

.intro__decor {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
  bottom: 5%;
}

.intro__decor--2 path {
  stroke-width: 1px;
}

.intro__decor path {
  display: none;
}

.intro__decor path.intro__decor-plus,
.intro__decor path.intro__decor-crown {
  display: block;
}

.intro__heading {
  position: relative;
  max-width: 400px;
  margin-top: -215px;
  margin-bottom: 40px;
  padding-left: 20px;
}

.intro__heading--2 {
  margin-top: -165px;
  padding-left: 20px;
  margin-bottom: 60px;
  position: relative;
}

.intro__subheading {
  margin-bottom: 30px;
}

.intro__list {
  padding-left: 30px;
  margin-bottom: 35px;
}

.intro__list-item {
  margin-bottom: 15px;
  position: relative;
}

.intro__list-item:before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -30px;
  width: 13px;
  height: 13px;
  background-image: url(../img/plus.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.intro__list-item:last-of-type {
  margin-right: 0;
}

.intro__text {
  margin-bottom: 30px;
}

.intro__text:last-of-type {
  margin-bottom: 0;
}

@media (max-width: 470px) {
  .intro__heading {
    margin-top: -150px;
  }
}

@media (max-width: 405px) {
  .intro__heading--2 {
    margin-top: -140px;
  }
}

@media (max-width: 380px) {
  .intro__heading--2 {
    font-size: 30px;
  }
}

@media (min-width: 760px) {
  .intro__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 100px;
  }
  .intro__img-block {
    max-width: 280px;
    max-height: 320px;
  }
  .intro__img-block--1 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .intro__decor path {
    display: block;
  }
  .intro__decor--1 path {
    stroke-dasharray: 1500;
    stroke-dashoffset: -1500;
  }
  .intro__text-block {
    max-width: 330px;
  }
  .intro__heading {
    margin-top: 0;
    padding-left: 0;
    margin-bottom: 20px;
  }
  .intro__heading--2 {
    padding-left: 0;
    margin-top: 0;
  }
  .intro__subheading {
    margin-bottom: 20px;
  }
  .intro__list {
    margin-bottom: 30px;
  }
}

@media (min-width: 1024px) {
  .intro__text-block {
    max-width: 390px;
  }
  .intro__img-block {
    max-width: 370px;
    max-height: 400px;
  }
  .intro__subheading {
    margin-bottom: 25px;
  }
  .intro__heading--2 {
    margin-bottom: 30px;
  }
}

@media (min-width: 1440px) {
  .intro__text-block {
    max-width: 615px;
  }
  .intro__block {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .intro__img-block {
    max-width: none;
    max-height: none;
  }
  .intro__subheading {
    margin-bottom: 35px;
  }
  .intro__heading {
    max-width: none;
  }
  .intro__heading--2 {
    margin-bottom: 30px;
    max-width: 435px;
    margin-bottom: 45px;
  }
  .intro__text {
    margin-bottom: 40px;
    line-height: 40px;
  }
  .intro__list {
    margin-bottom: 35px;
  }
  .intro__decor {
    bottom: 7%;
  }
}

.btn {
  font-weight: 900;
  font-size: 28px;
  line-height: 32px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  display: table;
  margin: 0 auto;
  padding: 22px 70px;
  background-color: #8000FF;
  border-radius: 70px;
  -webkit-transition: background-color .3s;
  -o-transition: background-color .3s;
  transition: background-color .3s;
}

.btn:hover {
  background-color: #6200C5;
}

@media (max-width: 470px) {
  .btn {
    font-size: 18px;
    padding: 18px 90px;
  }
}

@media (min-width: 760px) {
  .btn {
    font-size: 18px;
    padding: 10px 35px;
    margin: 0;
  }
}

@media (min-width: 1440px) {
  .btn {
    padding: 15px 60px;
    font-size: 25px;
  }
}

.priv {
  padding-bottom: 80px;
}

.priv__heading {
  text-align: center;
  margin-bottom: 55px;
}

.priv__heading .colored {
  display: block;
}

.priv__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.priv__item {
  width: 50%;
  text-align: center;
}

.priv__item:nth-of-type(even) {
  margin-bottom: 60px;
}

.priv__item:last-of-type {
  margin-bottom: 0;
}

.priv__img {
  max-height: 92px;
  margin-bottom: 18px;
}

@media (min-width: 768px) {
  .priv {
    padding-bottom: 40px;
  }
  .priv__heading {
    margin-bottom: 80px;
  }
  .priv__item {
    width: 33%;
  }
  .priv__img {
    max-height: 60px;
  }
  .priv__text {
    font-size: 15px;
    font-weight: 300;
  }
}

@media (min-width: 1024px) {
  .priv__heading {
    max-width: 470px;
    margin: 0 auto 75px;
  }
  .priv__img {
    max-height: 70px;
  }
  .priv__text {
    font-size: 18px;
    line-height: 24px;
  }
  .priv__item:nth-of-type(even) {
    margin-bottom: 70px;
  }
}

@media (min-width: 1440px) {
  .priv__heading {
    max-width: 600px;
  }
  .priv__img {
    max-height: none;
  }
  .priv__text {
    font-size: 24px;
    line-height: 32px;
  }
  .priv__item:nth-of-type(even) {
    margin-bottom: 80px;
  }
}

.hook {
  padding-bottom: 80px;
}

.hook__top {
  margin-bottom: 80px;
}

.hook__heading {
  text-align: center;
  margin-bottom: 20px;
}

.hook__img-block {
  position: relative;
}

.hook__text {
  display: none;
}

.hook__decor {
  position: absolute;
  left: 0;
  top: 10%;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.hook__block {
  text-align: center;
}

.hook__block-heading {
  margin-bottom: 30px;
}

.hook__text-block {
  padding: 90px 40px 60px;
  position: relative;
}

.hook__text-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../img/hook-block-decor.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  top: 0;
  left: 0;
}

.hook__subheading {
  margin-bottom: 20px;
}

.hook__block-text {
  font-weight: 300;
  font-size: 20px;
}

@media (max-width: 400px) {
  .hook__text-block {
    padding: 70px 40px;
  }
}

@media (max-width: 350px) {
  .hook__text-block {
    padding: 45px 40px 35px;
  }
}

@media (min-width: 760px) {
  .hook__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .hook__heading {
    text-align: left;
  }
  .hook__top-wrapper {
    text-align: left;
    max-width: 340px;
    -ms-flex-item-align: center;
        align-self: center;
  }
  .hook__block {
    position: relative;
    padding: 90px 85px;
  }
  .hook__block:before {
    content: '';
    position: absolute;
    background-image: url(../img/hook-block-decor@desktop.png);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .hook__text-block {
    padding: 0;
  }
  .hook__text-block:before {
    background-image: none;
  }
  .hook__subheading {
    font-size: 15px;
  }
  .hook__block-text {
    font-size: 13px;
  }
  .hook__text {
    display: block;
  }
  .hook__img-block {
    max-width: 280px;
    max-height: 375px;
  }
  .hook__img {
    max-width: 280px;
    max-height: 375px;
  }
}

@media (min-width: 1024px) {
  .hook__top {
    margin-bottom: 95px;
  }
  .hook__top-wrapper {
    max-width: 410px;
  }
  .hook__img-block,
  .hook__img {
    max-width: 360px;
    max-height: 485px;
  }
  .hook__block {
    max-width: 640px;
    margin: 0 auto;
  }
  .hook__subheading {
    font-size: 18px;
    margin-bottom: 25px;
  }
  .hook__block-text {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (min-width: 1440px) {
  .hook {
    padding-bottom: 90px;
  }
  .hook__heading {
    margin-bottom: 40px;
  }
  .hook__top-wrapper {
    max-width: 585px;
  }
  .hook__img-block, .hook__img {
    max-width: none;
    max-height: none;
  }
  .hook__block {
    max-width: 820px;
    padding: 70px 115px 65px;
  }
  .hook__block-heading {
    margin-bottom: 35px;
  }
  .hook__subheading {
    font-size: 24px;
    line-height: 23px;
    margin-bottom: 40px;
  }
  .hook__block-text {
    font-size: 20px;
    line-height: 26px;
  }
}

.footer {
  padding-top: 60px;
  padding-bottom: 100px;
  background-image: url(../img/footer-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.footer .wrapper {
  position: relative;
}

.footer__text-block {
  padding-right: 95px;
}

.footer__decor {
  position: absolute;
  right: 20px;
  top: 20px;
  width: auto;
  height: 75%;
}

.footer__decor--desktop {
  display: none;
}

.footer__heading {
  margin-bottom: 20px;
  font-size: 40px;
}

.footer__heading .colored {
  display: block;
}

.footer__text {
  margin-bottom: 60px;
}

.footer__img {
  max-width: 195px;
  margin-bottom: 50px;
  -webkit-transition: opacity;
  -o-transition: opacity;
  transition: opacity;
}

.footer__img path {
  stroke-dasharray: 1500;
  stroke-dashoffset: 1500;
  stroke-width: 4px;
}

.footer__img--animate {
  -webkit-animation: privateOp 5s ease;
          animation: privateOp 5s ease;
}

.footer__subheading,
.footer__list {
  display: none;
}

.footer__decor--mob-min {
  display: none;
}

@media (max-width: 460px) {
  .footer__text-block {
    padding-right: 30px;
  }
}

@media (max-width: 420px) {
  .footer {
    padding-bottom: 40px;
  }
  .footer__text-block {
    padding-right: 0px;
    margin-bottom: 30px;
  }
  .footer__svg-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .footer__img {
    margin-bottom: 10px;
  }
  .footer__decor--mob-min {
    display: block;
  }
  .footer__decor {
    display: none;
  }
  .footer__btn {
    margin-bottom: 50px;
  }
}

@media (min-width: 760px) {
  .footer {
    padding-top: 50px;
    background-image: url(../img/footer-bg@desktop.jpg);
  }
  .footer__text-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer__text-wrapper {
    max-width: 430px;
  }
  .footer__subheading {
    display: block;
    margin-bottom: 20px;
  }
  .footer__list {
    display: block;
    padding-left: 20px;
    margin-bottom: 30px;
  }
  .footer__item {
    position: relative;
  }
  .footer__item:before {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -20px;
    width: 13px;
    height: 13px;
    background-image: url(../img/plus.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .footer__text--mob {
    display: none;
  }
  .footer__item {
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 10px;
  }
  .footer__svg-wrapper {
    -ms-flex-item-align: end;
        align-self: flex-end;
    margin-left: auto;
  }
  .footer__img {
    margin-bottom: 0;
    -ms-flex-item-align: end;
        align-self: flex-end;
    max-height: 170px;
  }
  .footer__decor--mob {
    display: none;
  }
  .footer__decor--desktop {
    display: block;
    height: 90%;
    right: 35px;
  }
}

@media (min-width: 1024px) {
  .footer {
    padding-top: 70px;
  }
  .footer__heading {
    font-size: 50px;
  }
  .footer__item {
    font-size: 18px;
  }
  .footer__decor--desktop {
    height: 92%;
  }
  .footer__img {
    margin-left: auto;
    max-height: 180px;
  }
}

@media (min-width: 1440px) {
  .footer {
    padding-top: 90px;
  }
  .footer__text-wrapper {
    max-width: 555px;
  }
  .footer__heading {
    font-size: 75px;
  }
  .footer__subheading {
    margin-bottom: 45px;
  }
  .footer__list {
    margin-bottom: 35px;
  }
  .footer__item {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .footer__decor--desktop {
    height: 95%;
    right: 0;
  }
  .footer__img {
    max-height: none;
    max-width: none;
    margin-right: 35px;
  }
}
