/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}
input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}
/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}
/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html,
button,
input,
select,
textarea {
  color: #222;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
img {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
.header,
.menu-header {
  padding: 30px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__logo,
.menu-header__logo {
  width: 188px;
  display: flex;
}
.header__logo-img,
.menu-header__logo-img {
  width: 50px;
  height: 50px;
  background-image: url("../../img/ic-logo-icon.svg");
  display: block;
}
.header__logo-text,
.menu-header__logo-text {
  padding: 7px 0 0 20px;
}
.header__logo-title,
.menu-header__logo-title {
  width: 66px;
  height: 20px;
  margin: 0 0 6px;
  background-image: url("../../img/ic-title.svg");
  display: block;
}
.header__logo-subtitle,
.menu-header__logo-subtitle {
  width: 118px;
  height: 10px;
  background-image: url("../../img/ic-subtitle.svg");
  display: block;
}
.header__download,
.menu-header__download,
.header__download:active,
.menu-header__download:active,
.header__download:visited,
.menu-header__download:visited,
.header__download:hover,
.menu-header__download:hover {
  color: #fff;
  padding: 13px 50px;
  border-radius: 10px;
  background-image: linear-gradient(256deg, #00affb, #007fc3);
  line-height: 24px;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.05);
  transform: translateX(0);
  transition: all 0.2s ease-in-out 0s;
}
.header__download:hover,
.menu-header__download:hover,
.header__download:active:hover,
.menu-header__download:active:hover,
.header__download:visited:hover,
.menu-header__download:visited:hover,
.header__download:hover:hover,
.menu-header__download:hover:hover {
  box-shadow: #157098 1px 1px, #157098 2px 2px, #157098 3px 3px;
  transform: translateX(-3px);
}
.header {
  position: relative;
  z-index: 10;
}
.menu-header {
  padding: 30px 0;
}
html {
  background: #000;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Ubuntu, 'Helvetica Neue', Arial, sans-serif;
}
body {
  background-image: url("../../img/background.svg");
  min-height: 100vh;
  width: 100%;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Ubuntu, 'Helvetica Neue', Arial, sans-serif;
  color: #fff;
}
.root {
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0), #000000);
  width: 100%;
  min-height: 100vh;
}
.reveal,
.reveal-images {
  opacity: 0;
  transform: translateY(40px);
}
.reveal.show,
.reveal-images.show {
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1), opacity 1s cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 1;
  transform: translateY(0);
}
.appbutton {
  font-size: 14px;
  font-weight: bold;
  line-height: 54px;
  letter-spacing: -0.2px;
  text-align: center;
  color: #ffffff;
  border-radius: 10px;
  background: #161617;
  display: block;
  text-decoration: none;
  max-width: 396px;
  background-image: url("../../img/ic-appstore.svg");
  background-size: 16px 20px;
  background-position: 25px 16px;
  background-repeat: no-repeat;
}
.android-link {
  max-width: 396px;
  text-align: center;
  line-height: 24px;
  font-size: 14px;
  padding: 10px 0 0;
  color: #8e8e93;
  font-weight: bold;
}
.main-images {
  float: right;
}
.main-text {
  font-size: 16px;
  line-height: 30px;
  color: #8e8e93;
  font-weight: 600;
}
.main-subtext {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  font-weight: 600;
  padding: 40px 0 0;
}
.main-subtext span {
  color: #8e8e93;
}
.main-btns {
  display: flex;
  justify-content: space-between;
  width: 380px;
  margin: 40px 0 0;
  position: relative;
}
.main-btns-appstore {
  width: 180px;
  height: 50px;
  background-image: url("../../img/ic-appstore.svg");
  display: block;
}
.main-btns-googleplay {
  width: 180px;
  height: 50px;
  background-image: url("../../img/ic-googleplay.svg");
  display: block;
  opacity: 0.3;
}
.main-btns-text {
  font-size: 10px;
  color: #fff;
  width: 180px;
  font-weight: bold;
  display: block;
  position: absolute;
  top: 60px;
  right: 0;
  text-align: center;
}
.popup {
  width: 690px;
  border-radius: 20px;
  background-color: #2c2c2c;
  margin: 0 auto;
  padding: 26px 0 40px;
  position: relative;
}
.popup_app {
  width: 480px;
}
.popup_app .appbutton {
  max-width: 330px;
  margin: 0 auto;
}
.popup_app .android-link {
  margin: 0 auto;
}
.popup-close.mfp-close,
.popup-close.mfp-close:active,
.popup-close.mfp-close:visited,
.popup-close.mfp-close:hover {
  width: 22px;
  height: 22px;
  display: block;
  position: absolute;
  top: 40px;
  right: 40px;
  opacity: 1;
  font-size: 0;
  background-image: url("../../img/close-lightbox.svg");
}
.popup-title {
  font-size: 30px;
  line-height: 50px;
  color: #fff;
  text-align: center;
  font-weight: 900;
  padding: 0 0 25px;
}
.popup-details {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  padding: 0 0 25px;
}
.popup-details span {
  color: #8e8e93;
}
.sendMail {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin: 40px 0 0;
  width: 450px;
}
.sendMail.loading .sendMail__submit {
  font-size: 0;
  position: relative;
  box-sizing: border-box;
}
.sendMail.loading .sendMail__submit::after {
  content: '';
  display: block;
  background-image: url("../../img/loading.png");
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: center;
}
.sendMail_popup {
  width: 450px;
  margin: 0 auto;
  display: block;
}
.sendMail_popup .sendMail__input {
  background: #232323;
}
.sendMail_popup .sendMail__label {
  width: 450px;
  padding: 0;
}
.sendMail_popup .sendMail__submit {
  background-image: linear-gradient(263deg, #00affb 100%, #007fc3);
  width: 450px;
  margin: 20px auto 0;
}
.sendMail__text {
  color: #8e8e93;
  font-size: 14px;
  position: absolute;
  top: 15px;
  left: 20px;
  transition: top 0.3s ease;
  line-height: 24px;
  letter-spacing: -0.2px;
  font-weight: bold;
  z-index: 2;
}
.sendMail__label {
  display: block;
  padding: 0 10px 0 0;
  width: 341px;
}
.sendMail__input {
  background: #2c2c2c;
  padding: 23px 20px 7px;
  width: 100%;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
  letter-spacing: -0.2px;
  color: #fff;
  border-radius: 10px;
  border: 0;
}
.sendMail__input:focus + .sendMail__text,
.sendMail__input.focus + .sendMail__text {
  font-size: 10px;
  line-height: 16px;
  letter-spacing: -0.1px;
  top: 7px;
  left: 20px;
}
.sendMail__submit {
  padding: 15px 20px;
  background-image: linear-gradient(241deg, #00affb 100%, #007fc3 0%);
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  border-radius: 10px;
  width: 99px;
  box-sizing: border-box;
  border: 0;
  text-align: center;
  font-weight: bold;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.05);
  transform: translateX(0);
  transition: all 0.2s ease-in-out 0s;
}
.sendMail__submit:hover {
  box-shadow: #157098 1px 1px, #157098 2px 2px, #157098 3px 3px;
  transform: translateX(-3px);
}
.icon-playist {
  width: 313px;
  height: 114px;
  margin: 265px 0 40px;
  background-image: url("../../img/ic-logo-name.svg");
}
.h1 {
  font-size: 60px;
  line-height: 80px;
  font-weight: 900;
}
.h1_inner {
  padding: 100px 0 40px;
  margin: 0;
}
.subtitle {
  color: #8e8e93;
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
  padding: 0 0 40px;
}
.list_columns {
  display: flex;
  justify-content: space-between;
}
.list_columns .list__item {
  width: calc(50% - 15px);
}
.list__item {
  padding: 0 0 40px;
  width: 50%;
}
.list__item-name {
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
  color: #fff;
  padding: 0 0 20px;
}
.list__item-text {
  color: #8e8e93;
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
}
.list__item-text a,
.list__item-text a:active,
.list__item-text a:visited,
.list__item-text a:hover {
  color: #30a3e6;
  text-decoration: none;
}
.list__item-text p {
  color: #8e8e93;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.2px;
  margin: 0;
  padding: 0 0 20px;
}
.list__item-text p:last-of-type {
  padding: 0;
}
.menu-opened .menu {
  visibility: visible;
  z-index: 99;
  transition: transform 0.3s ease;
  transform: translateY(0px);
}
.menu-opened .menu-bg {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: 98;
  width: 100%;
  height: 100vh;
}
/**
* Fade-move animation for second dialog
*/
/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  transform: translateY(-20px) perspective(600px) rotateX(10deg);
}
/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  -moz-transform: translateY(0) perspective(600px) rotateX(0);
  -ms-transform: translateY(0) perspective(600px) rotateX(0);
  -o-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0);
}
/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
  opacity: 0;
  -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  transform: translateY(-10px) perspective(600px) rotateX(10deg);
}
/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
  opacity: 0.8;
}
/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
  opacity: 0;
}
.notification {
  width: 300px;
  padding: 15px 0;
  border-radius: 30px;
  background-color: #2c2c2c;
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  margin: 0 auto;
  position: fixed;
  bottom: 40px;
  right: 0;
  left: 0;
  z-index: 1050;
  text-align: center;
  visibility: hidden;
  transition: transform 0.3s ease, opacity 0.3s ease;
  opacity: 0;
  transform: translateY(130%);
}
.notification_active {
  transition: transform 0.3s ease, opacity 0.3s ease;
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}
.notification_active.notification_disapear {
  transition: all 0.3s ease;
  opacity: 0;
  transform: translateY(130%);
  visibility: hidden;
}
.notification_disapear {
  transition: all 0.3s ease;
  opacity: 0;
  transform: translateY(130%);
  visibility: hidden;
}
@media screen and (max-width: 449px) {
  .menu-header-wrapper {
    width: 330px;
  }
  .menuSocial-wrapper {
    padding: 20px 0 0;
  }
  .menu-nav__item {
    padding: 0 0 20px;
  }
  .menu-bodyWrapper {
    width: 330px;
    padding: 20px 0 0;
  }
  .menu-footerWrapper {
    width: 330px;
    padding: 20px 0;
  }
  .sendMail {
    width: 100%;
  }
  .sendMail__label {
    width: calc(100% - 109px);
  }
  .h1 {
    font-size: 40px;
    line-height: 60px;
  }
  .h1_inner {
    padding: 50px 0 40px;
  }
  .main-btns {
    width: 100%;
  }
  .main-btns-text {
    width: 150px;
    top: 52px;
  }
  .main-btns-appstore,
  .main-btns-googleplay {
    width: 150px;
    height: 42px;
    background-size: 150px 42px;
  }
  .icon-playist {
    margin-top: 50px;
    width: 193px;
    height: 70px;
    background-size: cover;
  }
  .header__download {
    display: none;
  }
  .nav {
    display: none;
  }
  .content {
    width: 330px;
    margin: 0 auto;
  }
  .list__item {
    width: 100%;
  }
  .list_columns {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .list_columns .list__item {
    width: 100%;
  }
  .container_main {
    display: flex;
    flex-direction: column;
  }
  .main-images {
    width: 330px;
    height: 400px;
    position: relative;
    margin-top: 40px;
    margin-right: 0px;
    order: 9;
    float: none;
  }
  .main-images_first {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    width: 208px;
  }
  .main-images_second {
    position: absolute;
    top: 51px;
    left: 128px;
    z-index: 2;
    width: 156px;
  }
  .main-images_third {
    position: absolute;
    top: 101px;
    left: 222px;
    z-index: 1;
    width: 104px;
  }
  .main-text br,
  .h1 br {
    display: none;
  }
}
@media screen and (max-width: 480px) and (min-width: 450px) {
  .container_main {
    display: flex;
    flex-direction: column;
  }
  .sendMail {
    width: 100%;
  }
  .sendMail__label {
    width: calc(100% - 109px);
  }
  .main-text br,
  .h1 br {
    display: none;
  }
  .main-images {
    width: 330px;
    height: 400px;
    position: relative;
    margin-top: 40px;
    margin-right: 0px;
    order: 9;
    float: none;
  }
  .main-images_first {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    width: 208px;
  }
  .main-images_second {
    position: absolute;
    top: 51px;
    left: 128px;
    z-index: 2;
    width: 156px;
  }
  .main-images_third {
    position: absolute;
    top: 101px;
    left: 222px;
    z-index: 1;
    width: 104px;
  }
  .menu-header-wrapper {
    width: 330px;
  }
  .menuSocial-wrapper {
    padding: 20px 0 0;
  }
  .menu-nav__item {
    padding: 0 0 20px;
  }
  .menu-bodyWrapper {
    width: 330px;
    padding: 20px 0 0;
  }
  .menu-footerWrapper {
    width: 330px;
    padding: 20px 0;
  }
  .h1 {
    font-size: 40px;
    line-height: 60px;
  }
  .h1_inner {
    padding: 50px 0 40px;
  }
  .main-btns {
    width: 100%;
  }
  .main-btns-appstore,
  .main-btns-googleplay {
    width: 210px;
    height: 59px;
    background-size: 210px 59px;
  }
  .icon-playist {
    margin-top: 50px;
    width: 193px;
    height: 70px;
    background-size: cover;
  }
  .header__download {
    display: none;
  }
  .nav {
    display: none;
  }
  .content {
    width: 330px;
    margin: 0 auto;
  }
  .main-btns-appstore,
  .main-btns-googleplay {
    width: 150px;
    height: 42px;
    background-size: 150px 42px;
  }
  .list__item {
    width: 100%;
  }
  .list_columns {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .list_columns .list__item {
    width: 100%;
  }
}
@media screen and (max-width: 470px) {
  .notification {
    width: 250px;
    font-size: 14px;
    line-height: 24px;
    padding: 13px 0;
    border-radius: 25px;
    bottom: 20px;
  }
  div.mfp-content {
    vertical-align: bottom;
    margin-bottom: 20px;
    transition: transform 0.3s ease;
    transform: translate3d(0, 150%, 0);
  }
  .mfp-ready div.mfp-content {
    transition: transform 0.3s ease;
    transform: translate3d(0, 0%, 0);
  }
  .popup {
    width: 330px;
    padding: 18px 0 20px;
  }
  .popup_app .appbutton {
    max-width: calc(100% - 40px);
  }
  .popup-title {
    font-size: 20px;
    line-height: 30px;
  }
  .popup-details {
    font-size: 14px;
    line-height: 24px;
  }
  .popup-close.mfp-close,
  .popup-close.mfp-close:active,
  .popup-close.mfp-close:visited,
  .popup-close.mfp-close:hover {
    width: 16px;
    height: 16px;
    top: 20px;
    right: 20px;
    background-size: 16px;
  }
  .sendMail_popup {
    width: 290px;
    margin: 0 auto;
    display: block;
  }
  .sendMail_popup .sendMail__input {
    background: #232323;
  }
  .sendMail_popup .sendMail__label {
    width: 290px;
    padding: 0;
  }
  .sendMail_popup .sendMail__submit {
    background-image: linear-gradient(263deg, #00affb 100%, #007fc3);
    width: 290px;
    margin: 20px auto 0;
  }
}
@media screen and (max-width: 540px) and (min-width: 471px) {
  .popup {
    width: 450px;
    padding: 31px 0 20px;
  }
  .popup-title {
    font-size: 24px;
    line-height: 40px;
  }
  div.mfp-content {
    vertical-align: bottom;
    margin-bottom: 20px;
  }
  .sendMail_popup {
    width: 410px;
    margin: 0 auto;
    display: block;
  }
  .sendMail_popup .sendMail__input {
    background: #232323;
  }
  .sendMail_popup .sendMail__label {
    width: 410px;
    padding: 0;
  }
  .sendMail_popup .sendMail__submit {
    background-image: linear-gradient(263deg, #00affb 100%, #007fc3);
    width: 410px;
    margin: 20px auto 0;
  }
}
@media screen and (max-width: 768px) and (min-width: 541px) {
  .popup {
    width: 482px;
  }
  div.mfp-content {
    vertical-align: bottom;
    margin-bottom: 20px;
  }
  .sendMail_popup {
    width: 402px;
    margin: 0 auto;
    display: block;
  }
  .sendMail_popup .sendMail__input {
    background: #232323;
  }
  .sendMail_popup .sendMail__label {
    width: 402px;
    padding: 0;
  }
  .sendMail_popup .sendMail__submit {
    background-image: linear-gradient(263deg, #00affb 100%, #007fc3);
    width: 402px;
    margin: 20px auto 0;
  }
}
@media screen and (max-width: 739px) and (min-width: 481px) {
  .container_main {
    display: flex;
    flex-direction: column;
  }
  .main-images {
    width: 450px;
    height: 500px;
    position: relative;
    margin-top: 35px;
    margin-right: 0px;
    order: 9;
    float: none;
  }
  .main-images_first {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    width: 260px;
  }
  .main-images_second {
    position: absolute;
    top: 51px;
    left: 160px;
    z-index: 2;
    width: 208px;
  }
  .main-images_third {
    position: absolute;
    top: 101px;
    left: 296px;
    z-index: 1;
    width: 154px;
  }
  .menu-header-wrapper {
    width: 450px;
  }
  .menuSocial-wrapper {
    padding: 20px 0 0;
  }
  .menu-nav__item {
    padding: 0 0 20px;
  }
  .menu-bodyWrapper {
    width: 450px;
    padding: 20px 0 0;
  }
  .menu-footerWrapper {
    width: 450px;
    padding: 20px 0;
  }
  .h1 {
    font-size: 40px;
    line-height: 60px;
  }
  .h1_inner {
    padding: 50px 0 40px;
  }
  .icon-playist {
    margin-top: 50px;
    width: 275px;
    height: 100px;
    background-size: cover;
  }
  .content {
    width: 450px;
    margin: 0 auto;
  }
  .header__download {
    display: none;
  }
  .nav {
    display: none;
  }
  .list__item {
    width: 100%;
  }
  .list_columns {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .list_columns .list__item {
    width: 100%;
  }
}
@media screen and (max-width: 992px) and (min-width: 740px) {
  .content {
    width: 739px;
    margin: 0 auto;
  }
  .main-images {
    width: 333px;
    height: 400px;
    position: relative;
    margin-top: -15px;
    margin-right: 0px;
  }
  .main-images_first {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    width: 208px;
  }
  .main-images_second {
    position: absolute;
    top: 51px;
    left: 130px;
    z-index: 2;
    width: 156px;
  }
  .main-images_third {
    position: absolute;
    top: 101px;
    left: 232px;
    z-index: 1;
    width: 104px;
  }
  .menu-header-wrapper {
    width: 738px;
  }
  .menu-nav__item {
    padding: 0 0 25px;
  }
  .menu-bodyWrapper {
    width: 738px;
    padding: 25px 0;
  }
  .menuSocial-wrapper {
    padding: 25px 0 0;
  }
  .menu-footerWrapper {
    width: 738px;
    padding: 25px 0 0;
  }
  .list__item {
    width: 100%;
  }
  .header__download {
    display: none;
  }
  .nav {
    display: none;
  }
  .container_main {
    padding-bottom: 330px;
  }
  .icon-playist {
    margin-top: 250px;
  }
}
@media screen and (max-width: 1250px) and (min-width: 993px) {
  .content {
    width: 993px;
    margin: 0 auto;
  }
  .container_main {
    padding-bottom: 330px;
  }
  .menu-icon {
    display: none;
  }
  .icon-playist {
    margin-top: 250px;
  }
  .main-images {
    width: 460px;
    height: 600px;
    position: relative;
    margin-top: -50px;
    margin-right: 115px;
  }
  .main-images_first {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    width: 312px;
  }
  .main-images_second {
    position: absolute;
    top: 51px;
    left: 193px;
    z-index: 2;
    width: 260px;
  }
  .main-images_third {
    position: absolute;
    top: 101px;
    left: 360px;
    z-index: 1;
    width: 208px;
  }
}
@media screen and (max-width: 1410px) and (min-width: 1251px) {
  .content {
    width: 1250px;
    margin: 0 auto;
  }
  .container_main {
    padding-bottom: 330px;
  }
  .menu-icon {
    display: none;
  }
  .icon-playist {
    margin-top: 250px;
  }
  .main-images {
    width: 824px;
    height: 800px;
    position: relative;
    margin-top: -150px;
  }
  .main-images_first {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    width: 460px;
  }
  .main-images_second {
    position: absolute;
    top: 26px;
    left: 265px;
    z-index: 2;
    width: 390px;
  }
  .main-images_third {
    position: absolute;
    top: 101px;
    left: 512px;
    z-index: 1;
    width: 312px;
  }
}
@media screen and (min-width: 1411px) {
  .content {
    width: 1410px;
    margin: 0 auto;
  }
  .main-btns {
    padding-bottom: 347px;
  }
  .menu-icon {
    display: none;
  }
  .main-images {
    width: 852px;
    height: 900px;
    position: relative;
    margin-top: -221px;
  }
  .main-images_first {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    width: 468px;
  }
  .main-images_second {
    position: absolute;
    top: 51px;
    left: 260px;
    z-index: 2;
    width: 416px;
  }
  .main-images_third {
    position: absolute;
    top: 101px;
    left: 500px;
    z-index: 1;
    width: 364px;
  }
}
.nav-wrapper {
  display: flex;
  padding: 5px 0 0;
}
.nav__item {
  position: relative;
}
.nav__item-link,
.nav__item-link:active,
.nav__item-link:visited,
.nav__item-link:hover {
  padding: 8px 10px;
  border-radius: 10px;
  letter-spacing: -0.2px;
  font-size: 14px;
  line-height: 24px;
  color: #8e8e93;
  font-weight: bold;
  transition: color 0.3s ease;
  text-decoration: none;
  cursor: pointer;
  display: block;
}
.nav__item-link:hover,
.nav__item-link:active:hover,
.nav__item-link:visited:hover,
.nav__item-link:hover:hover {
  color: #fff;
}
.nav__item_current .nav__item-link,
.nav__item_current .nav__item-link:active,
.nav__item_current .nav__item-link:visited,
.nav__item_current .nav__item-link:hover {
  background: #535353;
  color: #fff;
}
.subnav {
  width: 225px;
  border-radius: 10px;
  box-shadow: 0 12px 28px 0 rgba(0, 0, 0, 0.12);
  background-color: #2c2c2c;
  position: relative;
}
.subnavWrapper {
  position: absolute;
  right: -75%;
  padding: 75px 0 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  width: 225px;
  transition: padding 0.3s ease, opacity 0.3s ease;
}
.subnav__item {
  position: relative;
  display: block;
}
.subnav__item:first-of-type:before {
  content: '';
  display: block;
  width: 20px;
  height: 8px;
  background-image: url("../../img/ic-top-right-tip-dark.svg");
  position: absolute;
  top: -8px;
  right: calc(50% - 10px);
}
.subnav__item:first-of-type:hover:before {
  background-image: url("../../img/ic-top-right-tip-light.svg");
}
.subnav__item:nth-child(2) .subnav__item-link {
  border-radius: 0 0 10px 10px;
}
.subnav__item-link {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  font-size: 14px;
  line-height: 24px;
  padding: 15px 20px 15px 60px;
  text-decoration: none;
  display: block;
  color: #fff;
  font-weight: bold;
  position: relative;
}
.subnav__item-link:hover {
  background-color: #535353;
}
.menu {
  position: fixed;
  top: 0;
  width: 100%;
  right: 0px;
  left: 0px;
  background: #2c2c2c;
  z-index: -1;
  visibility: hidden;
  transition: transform 0.3s ease;
  transform: translateY(-20px);
}
.menu-header {
  box-shadow: 0 12px 28px 0 rgba(0, 0, 0, 0.12);
  background-color: #2c2c2c;
}
.menu-header-wrapper {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.menu-icon {
  width: 30px;
  height: 14px;
  background: transparent;
  background-image: url("../../img/ic-menu.svg");
  border: 0;
  cursor: pointer;
}
.menu-close {
  width: 22px;
  height: 22px;
  background: transparent;
  background-image: url("../../img/ic-close.svg");
  background-repeat: no-repeat;
  border: 0;
  cursor: pointer;
}
.menu-nav__item {
  position: relative;
}
.menu-nav__item_sub::after {
  content: '';
  width: 8px;
  height: 5px;
  display: block;
  background-image: url("../../img/ic-down.svg");
  transform: rotate(180deg);
  position: absolute;
  top: 12px;
  right: 7px;
}
.menu-nav__item_sub .submenu {
  transition: max-height 0.3s ease;
  overflow: hidden;
  max-height: 0;
}
.menu-nav__item_sub.active::after {
  content: '';
  transform: rotate(0deg);
  width: 8px;
  height: 5px;
  display: block;
  background-image: url("../../img/ic-down.svg");
  position: absolute;
  top: 12px;
  right: 7px;
}
.menu-nav__item_sub.active .submenu {
  transition: max-height 0.3s ease;
  overflow: visible;
  max-height: 1000px;
}
.menu-nav__item-link,
.menu-nav__item-link:active,
.menu-nav__item-link:visited,
.menu-nav__item-link:hover {
  font-size: 16px;
  line-height: 30px;
  color: #8e8e93;
  display: block;
  font-weight: 600;
  text-decoration: none;
}
.menu-nav__item_current .menu-nav__item-link,
.menu-nav__item_current .menu-nav__item-link:active,
.menu-nav__item_current .menu-nav__item-link:visited,
.menu-nav__item_current .menu-nav__item-link:hover {
  color: #fff;
}
.menu-body {
  border-top: 1px solid #383838;
  box-shadow: 0 12px 28px 0 rgba(0, 0, 0, 0.12);
  background-color: #2c2c2c;
}
.menu-bodyWrapper {
  margin: 0 auto;
}
.menu-footer {
  border-top: 1px solid #383838;
  background-color: #2c2c2c;
}
.menu-footerWrapper {
  margin: 0 auto;
}
.menuSocial-btn,
.menuSocial-btn:active,
.menuSocial-btn:visited,
.menuSocial-btn:hover {
  padding: 13px 0;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.2px;
  font-weight: bold;
  border-radius: 10px;
  background-image: linear-gradient(266deg, #00affb, #007fc3 0%);
  color: #fff;
  border: 0;
  display: block;
  text-decoration: none;
  width: 100%;
  text-align: center;
  position: relative;
}
.menuSocial__item {
  position: relative;
}
.menuSocial__item:first-of-type {
  padding-right: 70px;
  padding-top: 7px;
}
.menuSocial__item_disabled .menuSocial__item-name,
.menuSocial__item_disabled .icon-mini-gp {
  opacity: 0.3;
}
.menuSocial__item-link {
  padding: 0 0 0 38px;
  display: block;
  position: relative;
}
.menuSocial__item-link .icon-mini-app {
  top: 0;
  left: 0;
}
.menuSocial__item-link .icon-mini-gp {
  top: 11px;
  left: 0;
}
.menuSocial__item-details {
  font-size: 10px;
  line-height: 16px;
}
.menuSocial__item-name {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.2px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  display: block;
}
.menuSocial-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.submenu {
  padding: 25px 0 0;
}
.submenu__item {
  padding: 0 0 25px 35px;
  position: relative;
}
.submenu__item:before {
  content: '';
  display: block;
  position: absolute;
  width: 20px;
  height: 1px;
  background: #a7adb7;
  opacity: 0.7;
  top: 14px;
  left: 0;
}
.submenu__item_telegram::after {
  content: '';
  display: block;
  position: absolute;
  width: 19px;
  height: 16px;
  top: 7px;
  right: 0;
  background-image: url("../../img/ic-telegram.svg");
}
.submenu__item_mail::after {
  content: '';
  display: block;
  position: absolute;
  width: 18px;
  height: 14px;
  top: 8px;
  right: 0;
  background-image: url("../../img/ic-mail.svg");
}
.submenu__item-link {
  color: #8e8e93;
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
  text-decoration: none;
}
.submenu__item:last-of-type {
  padding: 0 0 0 35px;
}
.icon-telegram {
  width: 19px;
  height: 16px;
  background-image: url("../../img/ic-telegram.svg");
  display: block;
  position: absolute;
  left: 21px;
  top: 19px;
}
.icon-mail {
  width: 18px;
  height: 14px;
  background-image: url("../../img/ic-mail.svg");
  display: block;
  position: absolute;
  top: 20px;
  left: 22px;
}
.icon-mini-app {
  width: 18px;
  height: 22px;
  background-image: url("../../img/ic-mini-ap.svg");
  display: block;
  position: absolute;
  top: 15px;
  left: 22px;
}
.icon-mini-gp {
  width: 19px;
  height: 20px;
  background-image: url("../../img/ic-mini-gp.svg");
  display: block;
  position: absolute;
  top: 17px;
  left: 23px;
}
.download {
  width: 200px;
  border-radius: 10px;
  box-shadow: 0 12px 28px 0 rgba(0, 0, 0, 0.12);
  background-color: #2c2c2c;
  position: relative;
}
.downloadWrapper {
  position: absolute;
  right: 0;
  padding: 80px 0 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  width: 200px;
  transition: padding 0.3s ease, opacity 0.3s ease;
}
.download__item {
  position: relative;
  display: block;
}
.download__item_disabled .icon-min-app,
.download__item_disabled .icon-mini-gp,
.download__item_disabled .download__item-name {
  opacity: 0.3;
}
.download__item_disabled .download__item-link {
  padding: 7px 20px 7px 60px;
}
.download__item-name {
  display: block;
}
.download__item-details {
  font-size: 10px;
  line-height: 16px;
  display: block;
}
.download__item:first-of-type:before {
  content: '';
  display: block;
  width: 20px;
  height: 8px;
  background-image: url("../../img/ic-top-right-tip-dark.svg");
  position: absolute;
  top: -8px;
  right: calc(50% - 10px);
}
.download__item:first-of-type:hover:before {
  background-image: url("../../img/ic-top-right-tip-light.svg");
}
.download__item:nth-child(2) .download__item-link {
  border-radius: 0 0 10px 10px;
}
.download__item-link {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  font-size: 14px;
  line-height: 24px;
  padding: 15px 20px 15px 60px;
  text-decoration: none;
  display: block;
  color: #fff;
  font-weight: bold;
  position: relative;
}
.download__item-link:hover {
  background-color: #535353;
}
.header__download:hover .downloadWrapper {
  top: 0;
  opacity: 1;
  padding: 70px 0 0;
  visibility: visible;
}
.nav__item:hover .subnavWrapper {
  top: 0;
  opacity: 1;
  padding: 60px 0 0;
  visibility: visible;
}
