/*** 

====================================================================
	Reset
====================================================================

***/
html {
  scroll-behavior: smooth;
}

* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
}

button {
  outline: none;
}

button:focus {
  outline: none;
}

button:focus {
  outline: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #fff;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.3);
}

/*** 
  ====================================================================
      Global Settings
  ====================================================================
   ***/
   /* poppins-300 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local(''),
       url('../fonts/poppins-v20-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/poppins-v20-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* poppins-regular - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local(''),
       url('../fonts/poppins-v20-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/poppins-v20-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* poppins-500 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local(''),
       url('../fonts/poppins-v20-latin-500.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/poppins-v20-latin-500.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* poppins-600 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local(''),
       url('../fonts/poppins-v20-latin-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/poppins-v20-latin-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
body {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  color: #6a6d6f;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
}
body strong {
  font-weight: 600;
  font-size: 16px;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  font-weight: normal;
  margin: 0px;
  background: none;
  line-height: 1.6em;
}

.auto__container {
  position: relative;
  max-width: 1110px;
  margin: 0 auto;
  padding: 0 30px;
}

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

main.uniq {
  margin-top: 99px;
}

h1 {
  font-weight: 600;
  font-size: 58px;
  line-height: 68px;
  line-height: 120%;
  text-transform: capitalize;
  color: #fff;
}
h1 span {
  background: linear-gradient(99.05deg, #e0ff9e 8.34%, #0cffe2 18.93%, #0085ff 31.4%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
h1.secondary {
  font-size: 45px;
  line-height: 54px;
}

h2 {
  font-weight: 600;
  font-size: 54px;
  line-height: 64px;
  text-transform: capitalize;
}

h3 {
  font-weight: 600;
  font-size: 46px;
  line-height: 54px;
}

h4 {
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
}

h5 {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
}

h6 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
}

.button {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 13px 50px;
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}
.button:hover {
  opacity: 0.8;
}
.button.primary {
  background: linear-gradient(96.69deg, #e0ff9e 3.23%, #0cffe2 31.83%, #0085ff 65.48%);
  color: #fff;
}
.button.secondary {
border: 1px solid #000;
    color: #000;
}

.footer__inner {
  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;
  padding: 65px 0;
}
.footer__inner-col {
  width: calc(50% - 15px);
}
.footer__inner-logo {
  width: 170px;
  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;
  margin-bottom: 32px;
}
.footer__inner-logo img {
  width: 100%;
}
.footer__inner p {
  max-width: 470px;
}
.footer__inner-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.footer__inner-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: calc(100% - 220px);
}
.footer__inner-link {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #6a6d6f;
  margin: 5px 35px 5px 0;
  white-space: nowrap;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}
.footer__inner-link:hover {
  opacity: 0.8;
}
.footer__inner-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__inner-social 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;
  width: 40px;
  height: 35px;
  border-radius: 50%;
  margin: 0 2px;
  background: #e2e8eb;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}
.footer__inner-social a:hover {
  opacity: 0.8;
}
.footer__inner-social a img {
  max-width: 14px;
  max-height: 14px;
}
.footer__copy {
  padding: 13px 0;
  border-top: 1px solid #e2e8eb;
  text-align: center;
}

.header {
	    background: #f3f3f3;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 25px 0;
  z-index: 10;
}
.header.sticky {
  position: fixed;
  -webkit-animation: 0.2s linear sticky;
          animation: 0.2s linear sticky;
  background: #f3f3f3;
}
@-webkit-keyframes sticky {
  0% {
    top: -60px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
@keyframes sticky {
  0% {
    top: -60px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
.header.bG {
  background: #f3f3f3;
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__inner-logo {
  width: 160px;
  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;
}
.header__inner-logo img {
  width: 100%;
}
.header__inner .button.secondary {
  margin-right: 9px;
}

.nav__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav__inner-link {
  margin-right: 35px;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #000;
}

.burger {
  display: none;
}

.start {
  padding: 110px 0;
  position: relative;
  background: #0e1229;
}
.start__lines {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  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: absolute;
}
.start__lines img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}
.start__tri {
  position: absolute;
  content: "";
  width: 56px;
  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;
  top: 0;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.start__tri img {
  width: 100%;
}
.start__inner {
  text-align: center;
  color: #fff;
}
.start__inner h2 {
  margin-bottom: 45px;
}

.hero {
  position: relative;
  background: #0e1229;
  padding: 200px 0 190px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.hero.pricing {
  padding: 200px 0 270px 0;
}
.hero.pricing::after {
  display: none;
}
.hero::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 12px;
  background: linear-gradient(96.69deg, #e0ff9e 3.23%, #0cffe2 31.83%, #0085ff 65.48%);
}
.hero__bg {
  width: 100%;
  height: 100%;
  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;
  top: 0;
  position: absolute;
  left: 0;
}
.hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.hero__inner {
  max-width: 470px;
  margin: 0 auto;
  text-align: center;
}
.hero__inner h1 {
  margin-bottom: 32px;
}
.hero__inner p {
  color: #fff;
}

.intro {
  position: relative;
  background: #0e1229;
  padding: 200px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.intro::after {
  position: absolute;
  content: "";
  width: 100%;
  bottom: 0;
  left: 0;
  height: 50px;
  background: rgb(14, 18, 41);
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(14, 18, 41)), to(rgba(14, 18, 41, 0)));
  background: linear-gradient(0deg, rgb(14, 18, 41) 0%, rgba(14, 18, 41, 0) 100%);
}
.intro__bg {
  width: 100%;
  height: 100%;
  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;
  top: 0;
  position: absolute;
  left: 0;
  opacity: 0.2;
}
.intro__bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.intro__inner {
  max-width: 660px;
}
.intro__inner h1 {
  margin-bottom: 8px;
}
.intro__inner p {
  color: #fff;
  margin-bottom: 32px;
}

.about {
  background: #0e1229;
  padding: 25px 0 100px 0;
  position: relative;
}
.about:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 12px;
  background: linear-gradient(96.69deg, #e0ff9e 3.23%, #0cffe2 31.83%, #0085ff 65.48%);
}
.about__inner {
  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;
}
.about__inner-image {
  width: 50%;
  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;
}
.about__inner-image img {
  width: 100%;
}
.about__inner-content {
  width: calc(50% - 15px);
  color: #fff;
  max-width: 470px;
}
.about__inner-content h3 {
  margin-bottom: 38px;
}
.about__inner-content p {
  font-weight: 300;
}

.why {
  padding: 135px 0 200px 0;
}
.why__inner-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.why__inner-row::after {
  width: 1px;
  background: #e2e8eb;
  height: 100%;
  top: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  content: "";
}
.whyItem {
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.whyItem__image {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 20px 14%;
  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;
}
.whyItem__image img {
  width: 100%;
}
.whyItem__content {
  color: #6a6d6f;
  height: 100%;
  padding: 20px 14%;
  -webkit-box-sizing: border-box;
          box-sizing: border-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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.whyItem__content-inner {
  position: relative;
}
.whyItem__content h5 {
  color: #000;
  margin-bottom: 22px;
}
.whyItem__content p {
  margin-bottom: 22px;
}
.whyItem__content p:last-child {
  margin-bottom: 0;
}
.whyItem:nth-of-type(odd) {
  position: relative;
}
.whyItem:nth-of-type(odd) .whyItem__content::before {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #e2e8eb;
  left: calc(100% - 9px);
  top: 25px;
}
.whyItem:nth-of-type(even) {
  position: relative;
}
.whyItem:nth-of-type(even) .whyItem__content::before {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #e2e8eb;
  right: calc(100% - 9px);
  top: 25px;
}
.why h3 {
  margin-bottom: 80px;
  color: #000;
  text-align: center;
}

.music {
  padding: 90px 0;
}
.music__inner-row {
  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;
  max-width: 970px;
  margin: 0 auto 50px auto;
}
.music__inner-image {
  width: calc(50% - 15px);
  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;
}
.music__inner-image img {
  width: 100%;
}
.music__inner-content {
  width: calc(50% - 15px);
}
.music__inner-content h5 {
  margin-bottom: 24px;
  color: #000;
}

.price {
  padding-bottom: 100px;
}
.price__inner {
  margin-top: -100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.priceItem {
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(33.3% - 30px);
  margin: 0 15px;
  padding: 45px 30px;
  -webkit-box-shadow: 0px 10px 20px rgba(148, 148, 148, 0.15);
          box-shadow: 0px 10px 20px rgba(148, 148, 148, 0.15);
		      margin: 0 auto;
}
.priceItem h5 {
  color: #000;
  height: 64px;
  margin-bottom: 6px;
}
.priceItem__number {
  font-weight: 600;
  font-size: 45px;
  line-height: 54px;
  color: #000;
  margin-bottom: 24px;
}
.priceItem__number span {
  font-size: 14px;
  line-height: 28px;
  color: #6a6d6f;
}
.priceItem ul {
  height: 252px;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 32px;
}
.priceItem ul li {
  list-style: square;
  font-weight: 600;
}
.priceItem ul li::before {
  content: "-";
}

.support {
  padding: 100px 0 0 0;
  position: relative;
  overflow: hidden;
}
.support__bg {
  width: 100%;
  height: 300px;
  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;
  bottom: 0;
  left: 0;
}
.support__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.support__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: -12px;
}
.support__inner h5 {
  color: #000;
  margin-bottom: 12px;
}
.support__inner-image {
  width: calc(50% - 15px);
  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;
}
.support__inner-image img {
  width: 100%;
}
.support__inner-info {
  margin-bottom: -60px;
  width: calc(50% - 30px);
  padding: 50px 65px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  -webkit-box-shadow: 0px 10px 20px rgba(148, 148, 148, 0.15);
          box-shadow: 0px 10px 20px rgba(148, 148, 148, 0.15);
}
.support__inner-info-row {
  margin-top: 40px;
}
.support__inner-info p strong {
  color: #000;
}
.support__inner-info-item {
  margin-bottom: 25px;
}
.support__inner-info-item:last-child {
  margin-bottom: 0;
}
.support__inner-info-item h6 {
  color: #000;
}
.support__inner-info-item a {
  color: #000;
}

@media (max-width: 1340px) {
  h1 {
    font-size: 42px;
    line-height: 50px;
  }
  h1.secondary {
    font-size: 40px;
    line-height: 50px;
  }

  h2 {
    font-size: 46px;
    line-height: 54px;
  }

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

  h4 {
    font-size: 24px;
    line-height: 32px;
  }

  h5 {
    font-size: 22px;
    line-height: 30px;
  }

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

  .hero {
    padding: 150px 0 150px 0;
  }
  .hero.pricing {
    padding: 150px 0 200px 0;
  }

  .intro {
    padding: 150px 0;
  }
  .intro__inner {
    max-width: 500px;
  }

  .music {
    padding: 75px 0;
  }

  .priceItem {
    width: calc(33.3% - 20px);
    margin: 0 10px;
  }
  .priceItem h5 {
    height: 60px;
  }
  .priceItem__number {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 16px;
  }
  .priceItem ul {
    margin-bottom: 24px;
  }
}
@media (max-width: 1180px) {
  .footer__inner-link {
    margin-right: 20px;
  }
}
@media (max-width: 1024px) {
  .auto__container {
    padding: 0 50px;
  }

  main.uniq {
    margin-top: 76.25px;
  }

  h1 {
    font-size: 36px;
    line-height: 44px;
  }
  h1.secondary {
    font-size: 32px;
    line-height: 42px;
  }

  h2 {
    font-size: 26px;
    line-height: 32px;
  }

  h3 {
    font-size: 26px;
    line-height: 32px;
  }

  h4 {
    font-size: 26px;
    line-height: 32px;
  }

  h5 {
    font-size: 18px;
    line-height: 24px;
  }

  .button {
    padding: 12px 28px;
  }

  .header__inner-logo {
    width: 140px;
  }

  .nav {
    position: fixed;
    top: 76.25px;
    left: 0;
    width: 100%;
    height: calc(100% - 76.25px);
    z-index: 100;
    background: rgba(0, 0, 0, 0.4);
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
  }
  .nav.active {
    transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
  .nav__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -ms-flex-direction: column;
    position: absolute;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    top: 0;
    right: 0;
    width: 250px;
    padding: 0;
    z-index: 1;
    padding: 20px;
    height: calc(100% - 40px);
    overflow-y: auto;
    background: #0e1229;
  }
  .nav__inner-link {
    border: none;
    padding: 15px;
    display: block;
    text-align: left;
    width: unset;
    margin-right: 0;
    font-size: 16px;
    line-height: 1;
  }
  .nav .button {
    margin: 15px;
    text-align: center;
    width: calc(100% - 30px);
  }

  body.active {
    overflow: hidden;
  }

  .burger {
    display: block;
    position: relative;
    width: 26px;
    height: 20px;
  }
  .burger::before {
    top: 0;
    width: 100%;
    height: 3.7px;
    background-color: #fff;
    border-radius: 20px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  .burger span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 0;
    width: 100%;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    height: 3.7px;
  }
  .burger span::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    height: 100%;
    content: "";
    border-radius: 20px;
    background: #fff;
  }
  .burger span::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 30%;
    height: 100%;
    content: "";
    border-radius: 20px;
    background: #fff;
  }
  .burger::after {
    bottom: 0;
    width: 100%;
    height: 3.7px;
    background-color: #fff;
    border-radius: 0.125rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  .burger.active::before {
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .burger.active span {
    opacity: 0;
  }
  .burger.active::after {
    bottom: 50%;
    -webkit-transform: translate(-50%, 50%) rotate(-45deg);
    transform: translate(-50%, 50%) rotate(-45deg);
  }

  .footer__inner {
    padding: 40px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer__inner p {
    margin: 0 auto;
    font-size: 12px;
  }
  .footer__inner-logo {
    margin: 0 auto 30px auto;
    width: 140px;
  }
  .footer__inner-col {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
  .footer__inner-col:last-child {
    margin-bottom: 0;
  }
  .footer__inner-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer__inner-links {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    margin-bottom: 20px;
  }
  .footer__copy {
    font-size: 12px;
  }

  .intro__inner {
    max-width: 400px;
  }

  .about {
    padding: 25px 0 50px 0;
  }
  .about__inner-content h3 {
    margin-bottom: 24px;
  }

  .why {
    padding: 80px 0;
  }
  .why h3 {
    margin-bottom: 40px;
  }
  .whyItem__image {
    padding: 20px 8%;
  }
  .whyItem__content {
    padding: 20px 8%;
  }

  .music {
    padding: 65px 0;
  }
  .music__inner-image {
    width: calc(50% - 10px);
  }
  .music__inner-content {
    width: calc(50% - 10px);
  }

  .price .auto__container {
    padding: 0 24px;
  }
  .priceItem {
    padding: 30px 20px;
  }
  .priceItem h5 {
    height: 48px;
  }
  .priceItem__number {
    font-size: 36px;
    line-height: 44px;
  }
  .priceItem__number span {
    font-size: 12px;
  }

  .support {
    padding: 50px 0 0 0;
  }
  .support__inner-info {
    padding: 30px 40px;
  }
}
@media (max-width: 840px) {
  .price .auto__container {
    padding: 0 50px;
  }
  .price__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .priceItem {
    width: 100%;
    margin: 0 0 35px 0;
  }
  .priceItem:last-child {
    margin-bottom: 0;
  }
  .priceItem h5 {
    height: unset;
    margin-bottom: 20px;
  }
  .priceItem ul {
    height: unset;
  }

  .support__inner-info {
    padding: 25px;
  }
  .support__inner-info-row {
    margin-top: 16px;
  }
  .support__inner-info-item {
    margin-bottom: 16px;
  }
  .support__inner-image {
    width: 60%;
    margin-right: -10%;
  }
  .support__bg {
    height: 200px;
  }
}
@media (max-width: 768px) {
  .auto__container {
    padding: 0 30px;
  }

  body {
    font-size: 12px;
  }
  body strong {
    font-size: 14px;
  }

  .why__inner-row {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .whyItem {
    width: calc(50% - 20px);
  }
  .whyItem__image {
    padding: 15px 0;
  }
  .whyItem__content {
    padding: 15px 0;
  }
  .whyItem:nth-of-type(odd) .whyItem__content::before {
    left: calc(100% - 9px + 20px);
    top: 20px;
  }
  .whyItem:nth-of-type(even) {
    position: relative;
  }
  .whyItem:nth-of-type(even) .whyItem__content::before {
    right: calc(100% - 9px + 20px);
    top: 20px;
  }
}
@media (max-width: 700px) {
  .start {
    padding: 75px 0;
  }
  .start__tri {
    width: 35px;
  }
  .start h2 {
    margin-bottom: 35px;
  }

  .hero {
    padding: 200px 0 220px 0;
  }
  .hero.pricing {
    padding: 200px 0 330px 0;
  }
  .hero h1 {
    margin-bottom: 24px;
  }

  .about__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about__inner-image {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 60px auto;
  }
  .about__inner-content {
    width: 100%;
    max-width: unset;
  }

  .why__inner-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .why__inner-row::after {
    display: none !important;
  }
  .whyItem {
    width: 100%;
  }
  .whyItem__image {
    max-width: 500px;
    margin: 0 auto;
  }
  .whyItem__content {
    text-align: center;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
  }
  .whyItem__content h5 {
    margin-bottom: 18px;
  }
  .whyItem__content p {
    margin-bottom: 18px;
  }
  .whyItem__content:before {
    display: none !important;
  }
  .whyItem.whyImage {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .whyItem.whyContent {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .music__inner-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 65px;
  }
  .music__inner-row:last-child {
    margin-bottom: 0;
  }
  .music__inner-content {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  .music__inner-content h5 {
    margin-bottom: 16px;
  }
  .music__inner-image {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .price {
    padding-bottom: 80px;
  }
  .price .auto__container {
    padding: 0 30px;
  }
  .price__inner {
    margin-top: -200px;
  }
  .priceItem {
    padding: 45px 26px;
    max-width: 325px;
    margin: 0 auto 35px auto;
  }

  .support {
    padding: 60px 0 0 0;
  }
  .support__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
  }
  .support__inner-image {
    width: 100%;
    margin: 0 auto 20px auto;
    max-width: 500px;
  }
  .support__inner-info {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    padding: 35px;
    text-align: center;
    margin-bottom: -180px;
  }
  .support__bg {
    height: 280px;
  }
}
@media (max-width: 540px) {
  .why {
    padding: 40px 0 100px 0;
  }
  .why h3 {
    margin-bottom: 30px;
  }
  .why__inner-row {
    margin-bottom: 60px;
  }
  .why__inner-row:last-child {
    margin-bottom: 0;
  }
  .whyItem__content {
    padding: 10px 0;
  }
  .whyItem__image {
    padding: 10px 0;
    max-width: 300px;
    margin: 0 auto;
  }
}
@media (max-width: 375px) {
  .auto__container {
    padding: 0 16px;
  }
}