@import url("https://cdnjs.cloudflare.com/ajax/libs/normalize/7.0.0/normalize.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick-theme.min.css");

/* .fonts */

@font-face {
  font-family: "glober";
  src: url("../fonts/glober/Fontfabric - GloberRegular");
  src: url("../fonts/glober/Fontfabric - GloberRegular.eot");
  src: url("../fonts/glober/Fontfabric - GloberRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/glober/Fontfabric - GloberRegular.woff") format("woff"), url("../fonts/glober/Fontfabric - GloberRegular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: 'MullerRegular';
  src: url("../fonts/MullerRegular.eot");
  src: url("../fonts/MullerRegular.svg") format("svg");
  /* src: url("../fonts/MullerRegular.woff") format("woff"),
  url("../fonts/MullerRegular.ttf") format("truetype"), 
  url("../fonts/MullerRegular.svg") format("svg"); */
  font-weight: normal;
  font-style: normal;
}
.minus_tx{
	display: inline-block;
    margin-left: -30px;
}
.statement__subtitle{ padding-left: 30px; }
@media (max-width: 1024px){
	.minus_tx{ margin-left: 0; }
}
.size16{
	font-size: 16px;
    display: block;
    padding-bottom: 5px;
}
audio::ms-fill{ background: #FFFFFF; }
audio::-webkit-media-controls-panel { background: #FFFFFF; }
audio::-webkit-media-controls-timeline{ opacity: 0; }
audio::-webkit-media-controls-timeline-container{ display: none; }
audio::-webkit-media-controls-mute-button{ cursor: pointer; }
audio::-webkit-media-controls-play-button{ cursor: pointer; }
audio::-webkit-media-controls-volume-slider-container{ cursor: pointer; }
audio::-webkit-media-controls-volume-slider{ cursor: pointer; }
/*audio::-webkit-media-controls-current-time-display
audio::-webkit-media-controls-time-remaining-display
audio::-webkit-media-controls-timeline
audio::-webkit-media-controls-seek-back-button
audio::-webkit-media-controls-seek-forward-button
audio::-webkit-media-controls-fullscreen-button
audio::-webkit-media-controls-rewind-button
audio::-webkit-media-controls-return-to-realtime-button
audio::-webkit-media-controls-toggle-closed-captions-button*/

/* #fonts */


/* .colors */


/* #colors */


/* .main-style */

* {
  font-family: 'MullerRegular', sans-serif;
  outline-color: transparent;
}

.wrap {
  width: 100%;
  max-width: 1260px;
  margin: auto;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  position: relative;
  display: inline-block;
  color: #00AAFF;
}

a:hover:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  background-color: rgba(0, 170, 255, 0.3);
}

.slick-dots li button {
  width: 14px;
  height: 14px;
  margin: auto;
  border-radius: 50%;
  box-sizing: border-box;
  border: 2px solid #B8C5CC;
  position: relative;
}

.slick-dots li button:before {
  width: 10px;
  height: 10px;
  margin: auto;
  position: absolute;
  font-size: 0;
  top: 0px;
  left: 0px;
  border-radius: 50%;
}

.slick-dots li.slick-active button {
  border-color: rgba(0, 170, 255, 0.7);
}

.slick-dots li.slick-active button:before {
  background-color: #00AAFF;
}

.slick-dots {
  bottom: 0;
}

.slick-next,
.slick-prev {
  top: initial;
  width: 16px;
  height: 16px;
  z-index: 10;
  font-size: 0;
  bottom: -2px;
}

.slick-next:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.slick-next:before:hover {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.slick-next:hover:before,
.slick-prev:hover:before {
  background-image: url("../img/img-arractive.png");
}

.slick-next:before,
.slick-prev:before {
  background-image: url("../img/img-arr.png");
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center;
  font-size: 0;
  display: block;
}

.slick-next {
  right: 30px;
}

.slick-prev {
  left: 30px;
}

@media screen and (max-width: 1280px) {
  .wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 1024px) {
  .wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
  body.active {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 100vh;
  }
  body.active .tab_content {
    display: none !important;
  }
  body.active #my_player {
    display: none !important;
  }
  body.active .header {
    margin-top: 13px;
  }
  body.active .header .wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
  }
  body.active .header .tabs {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 0;
  }
  body.active .header .tabs li {
    display: block;
    margin-bottom: 25px;
  }
  body.active .header .tabs li:last-of-type {
    margin-left: 0;
  }
  #promo {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
  .hide_sm {
    display: none;
  }
  body.active .header {
    margin-top: 33px;
  }
}


/* #main-style */


/* .footer */

.footer {
  color: #252626;
  height: 115px;
}

.footer .wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.footer .wrap>div {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.footer__logo {
  margin-right: 20px;
}

.footer a {
  text-decoration: none;
  color: #00AAFF;
}

.footer__logo {
  display: inline-block;
  width: 62px;
  height: 62px;
}

.footer__logo img {
  max-width: 100%;
}

.footer__flow-title {
  margin-right: 20px;
}

.footer__flow-list {
  white-space: nowrap;
  list-style: none;
  padding-left: 0;
}

.footer__apps {
  display: none !important;
}

.dev {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dev__logo {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 20px;
}

@media screen and (max-width: 1280px) {
  .footer__logo {
    margin-right: 10px;
  }
  .footer__flow-title {
    margin-right: 10px;
  }
  .dev__logo {
    margin-right: 10px;
  }
}

@media screen and (max-width: 1024px) {
  .footer__left,
  .footer__center {
    margin-right: 50px;
  }
  .footer__left {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 768px) {
  .footer {
    height: auto;
  }
  .footer .wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer .wrap>div {
    width: 100%;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 0;
  }
  .footer__apps {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .footer__apps a {
    padding-left: 10px;
    padding-right: 10px;
  }
  .footer__logo {
    display: none;
  }
  .footer__flow-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .footer__flow-list li {
    padding-right: 10px;
  }
  .footer__flow-list li:last-of-type {
    padding-left: 0;
  }
  .footer__left {
    height: 115px;
  }
  .footer__left p {
    font-size: 13px;
    line-height: 1.4;
  }
  .dev {
    width: calc(100% + 30px);
    margin-left: -15px;
    background-color: #F2F9FF;
    height: 90px;
    position: relative;
    margin: auto;
  }
  .dev:after,
  .dev:before {
    content: '';
    display: block;
    width: 15px;
    height: 100%;
    background-color: #F2F9FF;
    position: absolute;
    top: 0;
  }
  .dev:after {
    right: -15px;
  }
  .dev:before {
    left: -15px;
  }
  .dev__text {
    font-size: 13px;
    line-height: 1.5;
  }
  .footer__center {
    font-size: 14px;
    height: 105px;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}


/* #footer */


/* .relizes */

.relizes {
  margin-top: 40px;
}

.relizes .wrap {
  background-color: rgba(241, 249, 255, 0.7);
  border-radius: 10px;
  box-sizing: border-box;
  padding: 30px;
  position: relative;
  padding-top: 100px;
}

.relizes__title {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 1110px;
  padding-left: 30px;
  padding-right: 30px;
  top: -30px;
}

.relizes__title h2 {
  font-size: 50px;
  color: #252626;
  font-weight: 300;
  margin: 0;
  padding-left: 45px;
}

.relizes__list {
  width: 100%;
  max-width: 1110px;
  margin: auto;
}

.relizes__item {
  width: 31%;
  width: 100%;
  width: 350px;
  display: inline-block;
  padding-bottom: 50px;
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  outline-color: transparent;
}

.relizes__img {
  width: 100%;
  height: 350px;
  margin-bottom: 50px;
  box-shadow: 0 10px 20px rgba(102, 102, 102, 0.7);
  object-fit: cover;
}

.relizes__subtitle {
  font-size: 14px;
  color: #666666;
  font-weight: 300;
  margin: 0;
}

.relizes__text {
  font-size: 24px;
  color: #252626;
  font-weight: 300;
  margin: 0;
  margin-bottom: 10px;
}

.relizes__links {
  list-style: none;
  padding-left: 0;
  margin: 0;
  margin-top: 10px;
}

.relizes__links li {
  padding-top: 2px;
  padding-bottom: 2px;
}

.relizes__links a {
  font-size: 14px;
  color: #00AAFF;
  font-weight: 300;
}

.relizes__subtitle,
.relizes__text,
.relizes__links {
  padding-left: 20px;
  padding-right: 20px;
}

.relizes__discription {
  font-size: 30px;
  text-align: center;
  line-height: 1.4;
}

.relizes__discription a {
  color: #00AAFF;
  text-decoration: none;
}

.relizes__discription a:hover:after {
  bottom: 5px;
}

@media screen and (max-width: 1024px) {
  .relizes .wrap {
    padding-top: 30px;
  }
  .relizes__title {
    position: relative;
    text-align: center;
  }
  .relizes__title h2 {
    font-size: 30px;
  }
  .relizes__discription {
    font-size: 26px;
  }
}

@media screen and (max-width: 768px) {

  .relizes .wrap {
    padding: 0;
  }
  .relizes__img {
    height: 280px;
  }
  .relizes__text {
    font-size: 19px;
  }
  .relizes__subtitle {
    font-size: 12px;
  }
  .relizes__links {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .relizes__links li {
    padding-right: 10px;
  }
  .relizes__links li:last-of-type {
    padding-right: 0;
  }
  .relizes__discription{
    padding-bottom: 5px;
    padding-top: 5px;
  }
}

@media screen and (max-width: 640px) {
  .relizes__item {
    padding-left: 20px;
    padding-right: 20px;
  }
}


/* #relizes */


/* .command */

.command {
  padding-bottom: 40px;
}

.command__title {
  margin: auto;
  max-width: 1130px;
  margin-bottom: 75px;
  padding-left: 10px;
  padding-right: 10px;
}

.command__title h2 {
  font-size: 50px;
  color: #252626;
  font-weight: 300;
  margin: 0;
  padding-left: 55px;
}

.command__list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1130px;
  margin: auto;
}

.command__item {
  width: 150px;
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 40px;
}

.command__img {
  height: 160px;
  width: 150px;
  margin-bottom: 35px;
  box-shadow: 0 10px 30px rgba(102, 102, 102, 0.7);
  object-fit: cover;
}

.command__name {
  margin: 0;
  margin-bottom: 3px;
}
/* .command__name a{
  color: #252626;
  text-decoration: none;
}

.command__name a:after{
  display: none;
} */

.command__position {
  margin: 0;
  /* color: #00AAFF; */
  color: #252626;
}

@media screen and (max-width: 1024px) {
  .command__title {
    text-align: center;
  }
  .command__list {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  .command__title {
    margin-bottom: 45px;
  }
  .command__title h2 {
    font-size: 30px;
  }
}

@media screen and (max-width: 420px) {
  .command__list {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .command__item {
    width: 140px;
    margin-left: 0;
    margin-right: 0;
  }
  .command__img {
    width: 140px;
    object-fit: cover;
  }
}


/* #command */


/* .questions */

.questions {
  padding-top: 30px;
  padding-bottom: 80px;
}

.questions__list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  max-width: 1020px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.questions__where,
.questions__how {
  width: 500px;
  box-sizing: border-box;
  border: 2px solid #00AAFF;
  padding: 50px 70px;
  max-width: 49%;
}

.questions__title {
  font-size: 50px;
  color: #00AAFF;
  margin: 0;
  margin-bottom: 40px;
}
.questions__title a:hover::after{
  display: none;
}

.questions__text {
  font-size: 16px;
  color: #252626;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .questions__where,
  .questions__how {
    width: 100%;
    max-width: 100%;
    padding: 30px 40px;
  }
  .questions__where {
    margin-bottom: 10px;
  }
}


/* #questions */


/* .slogan */

.slogan .wrap {
  position: relative;
  height: 585px;
}

.slogan__banner {
  width: 100%;
  height: 240px;
  position: relative;
  box-sizing: border-box;
  padding-top: 55px;
  box-shadow: 0 10px 25px rgba(0, 170, 255, 0.25);
}

.slogan__banner:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-image: url("../img/img12.jpg");
  opacity: .4;
}

.slogan__banner:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-image: linear-gradient(to top, #0088CC, #00AAFF);
  opacity: .7;
}

.slogan__title,
.slogan__subtitle {
  position: relative;
  z-index: 1;
  color: white;
  max-width: 1020px;
  margin: auto;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.slogan__title {
  font-size: 50px;
  margin-bottom: 30px;
}

.slogan__subtitle {
  font-size: 30px;
}

.slogan__text {
  font-size: 16px;
  color: #252626;
  max-width: 655px;
  margin-left: 125px;
  margin-top: 80px;
  margin-bottom: 60px;
  line-height: 1.3;
}

.slogan__list {
  color: #00AAFF;
  font-size: 18px;
  list-style: none;
  padding-left: 0;
  margin-left: 155px;
}

.slogan__list li {
  position: relative;
  line-height: 1.3;
  margin-bottom: 20px;
  max-width: 420px;
}

.slogan__list li:after {
  content: '';
  display: block;
  width: 18px;
  height: 2px;
  background-color: #00AAFF;
  position: absolute;
  left: -30px;
  top: 10px;
}

.slogan__img {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 560px;
}

@media screen and (max-width: 1280px) {
  .slogan__banner {
    padding-left: 50px;
  }
  .slogan__text {
    margin-left: 50px;
  }
  .slogan__list {
    margin-left: 80px;
  }
}

@media screen and (max-width: 1024px) {
  .slogan__img {
    top: 30px;
    bottom: initial;
    width: 250px;
    z-index: 1;
  }
  .slogan__text {
    margin-right: 50px;
  }
}

@media screen and (max-width: 768px) {
  .slogan {
    overflow: hidden;
  }
  .slogan__banner {
    padding-left: 15px;
    padding-right: 50px;
  }
  .slogan__title {
    font-size: 36px;
  }
  .slogan__subtitle {
    font-size: 18px;
  }
  .slogan__text {
    font-size: 14px;
    margin-top: 50px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 50px;
  }
  .slogan__list {
    font-size: 16px;
    margin-left: 30px;
    margin-right: 5px;
  }
  .slogan__list li {
    margin-bottom: 35px;
  }
  .slogan__img {
    right: -80px;
    top: 45px;
  }
}


/* #slogan */


/* .header */

.header {
  max-width: 100vw;
  overflow: hidden;
  margin-top: 40px;
  margin-bottom: 50px;
}

.header .wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 125px;
  padding-bottom: 20px;
}

.header__logo {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #00AAFF;
  font-size: 30px;
  font-weight: 700;
}

.header__logo:hover:after {
  display: none;
}

.header__logo img {
  margin-right: 20px;
  width: 100px;
  height: 100px;
}

.header .tabs {
  list-style: none;
  padding-left: 0;
}

.header .tabs li {
  display: inline-block;
  color: #252626;
  font-size: 18px;
  font-weight: 300;
  position: relative;
  margin-left: 40px;
}

.header .tabs li:first-of-type {
  margin-left: 0;
}

.header .tabs li a {
  color: #252626;
}

.header .tabs a:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #737B80;
  position: absolute;
  bottom: -10px;
  opacity: .5;
}

.header .tabs a.active {
  color: #00AAFF;
}

.header .tabs a.active:after {
  background-color: #00AAFF;
}

.header__switch {
  display: none;
}

@media screen and (max-width: 1280px) {
  .header__logo {
    font-size: 28px;
  }
  .header__logo img {
    height: 80px;
    width: 80px;
  }
  .header .tabs li {
    margin-left: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .header{
    margin-top: 0;
  }
  .header .tabs {
    display: none;
  }
  .header__switch {
    display: block;
    height: 30px;
    width: 30px;
    position: relative;
  }
  .header__switch:after,
  .header__switch:before,
  a.header__switch:hover:after,
  a.header__switch:hover:before {
    content: '';
    display: block;
    width: 30px;
    height: 4px;
    background-color: #00AAFF;
    position: absolute;
    left: 0;
  }
  .header__switch:after {
    top: 8px;
  }
  .header__switch:before {
    bottom: 8px;
  }
  .header__switch.active:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 13px;
  }
  .header__switch.active:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 13px;
  }
}

@media screen and (max-width: 769px) {
  .header__logo img {
    width: 40px;
    height: 40px;
  }
  .header__logo {
    font-size: 20px;
  }
}


/* #header */


/* .social */

.social .wrap {
  /* min-height: 610px; */
  background-color: #F1F9FF;
  border-radius: 10px;
  padding: 60px 110px;
  position: relative;
  box-sizing: border-box;
}

.social .tabs {
    list-style: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-left: 0;
    margin: auto;
    /* width: 500px; */
    position: absolute;
    top: -25px;
    left: 0;
    right: 0;
    margin: auto;
}

.social .tabs li {
    display: inline-block;
    width: 253px;
    height: 50px;
    box-sizing: border-box;
}

.social .tabs a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 50px;
  border: 1px solid #00AAFF;
  text-align: center;
  color: #00AAFF;
  background-color: white;
}

.social .tabs a.active {
  color: white;
  background-color: #00AAFF;
}

@media screen and (max-width: 768px) {
  .social .tabs {
    width: 280px;
  }
  .social .tabs li {
    width: 50%;
  }
  .social .tabs a {
    font-size: 14px;
  }
}


/* #social */


/* .statement */

.statement {
  padding-bottom: 90px;
}

.statement__top {
  background-image: linear-gradient(to top, #0088CC, #00AAFF);
  box-shadow: 0 10px 25px rgba(0, 170, 255, 0.25);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 190px;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 60px;
  padding-right: 60px;
  margin-bottom: 55px;
}

.statement__slogan {
  color: white;
  max-width: 650px;
  font-size: 24px;
}

.statement__link {
  color: white;
  max-width: 650px;
  font-size: 60px;
}

.statement .apple {
  margin-right: 10px;
}



.statement__bottom {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.statement__content {
  width: 50%;
  box-sizing: border-box;
  padding-right: 110px;
}

.statement__title {
  font-size: 50px;
  color: #252626;
  font-weight: 300;
  margin: 0;
}

.statement__subtitle {
  font-size: 24px;
  color: #252626;
  margin: 0;
  margin-bottom: 60px;
}

.statement__text {
  font-size: 18px;
  color: #252626;
  margin: 0;
  line-height: 1.4;
}

@media screen and (max-width: 1280px) {
  .statement__slogan {
    max-width: 470px;
  }
  .statement__content {
    padding-right: 60px;
  }
}

@media screen and (max-width: 1024px) {
  .statement__top {
    padding-left: 30px;
    padding-right: 30px;
  }
  .statement__slogan {
    max-width: 345px;
    line-height: 1.4;
  }
  .statement__bottom {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .statement__img {
    width: 80%;
    margin: auto;
    display: block;
  }
  .statement__content {
    width: 100%;
    padding-right: 0;
  }
  .statement__title,
  .statement__subtitle,
  .statement__text {
    padding-left: 30px;
    padding-right: 30px;
  }
  .statement__subtitle {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  .statement__slogan {
    max-width: 100%;
    font-size: 18px;
    text-align: center;
  }
  .statement__top {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
    position: relative;
    width: calc(100% + 30px);
    margin-left: -15px;
    box-sizing: border-box;
    padding-bottom: 20px;
  }
  .statement__links {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }
  .statement__links img{
    width: 150px;
  }
  .statement .apple {
    margin-right: 10px;
  }
  .statement__title,
  .statement__subtitle,
  .statement__text {
    padding-left: 5px;
    padding-right: 5px;
  }
  .statement__img {
    width: 100%;
  }
  .statement__title {
    font-size: 36px;
  }
  .statement__subtitle {
    font-size: 18px;
  }
  .statement__text {
    font-size: 14px;
  }
}


/* #statement */


/* .track */

.track__top {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 350px;
  padding-bottom: 30px;
}

.track__top>div {
  max-width: 31%;
  max-height: 350px;
  overflow: hidden;
}

.track__title {
  font-size: 24px;
  color: #252626;
  line-height: 1.3;
  margin: 0;
  margin-bottom: 60px;
}

.track__info {
  width: 350px;
  box-sizing: border-box;
  padding-left: 10px;
}

.track__view {
  width: 350px;
  box-shadow: 0 10px 30px rgba(102, 102, 102, 0.7);
}

.track__play {
  font-size: 16px;
  color: #252626;
  margin-bottom: 40px;
}
.track__info .track__play{
  padding-top: 20px;
}

.track__play a,
.track__play span {
  color: #00AAFF;
  font-size: 18px;
  /*font-weight: 700;*/
}
 
.track__play a,
.track__play span,
.track__next a,
.track__next span,
.track__prew a,
.track__prew span {
  display: inline-block;
  margin-top: 5px;
  /*font-weight: 600;*/
}

.track__next {
  margin-bottom: 20px;
}
.track__next .my_info{ font-weight: 700; }
.track__next,
.track__prew {
  font-size: 14px;
  color: #252626;
}

.track__next a,
track__next span,
.track__prew a {
  color: #252626;
  font-weight: 600;
}

.track__list {
  width: 350px;
  box-sizing: border-box;
  /*padding-left: 60px;*/
  padding-right: 10px;
  /*margin-top: 20px;*/
  max-height: 330px !important;
}

.track__list-title {
  font-size: 16px;
  color: #252626;
  margin: 0;
  margin-bottom: 15px;
}

.track__list ul {
  list-style: none;
  padding-left: 0;
}

.track__list li a {
  font-size: 14px;
  color: #252626;
  margin-bottom: 15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
  font-weight: 600;
}

.track__list li a span{
  margin-right: 10px;
  font-weight: 300;
}

.track__list td{
  vertical-align: top;
  font-size: 14px;
}
.track__list td:nth-of-type(2){
  /*font-weight: 700;*/
  padding-left: 10px;
}

.track__bottom {
  /*display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;*/
  display: none !important;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 155px;
}

.track__apps {
  margin-left: 10px;
}

.track__apps a:hover:after {
  display: none;
}

.track__apps .apple {
  margin-right: 5px;
}

.track__apps a img{
  width: 120px;
}

.track__flow-list {
  list-style: none;
  padding-left: 10px;
}

.track__flow-list li {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}

.track__flow {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 350px;
  max-width: 31%;
  box-sizing: border-box;
  padding-left: 60px;
  padding-right: 10px;
}

.track__view img,
.track__img {
  width: 350px;
  max-width: 100%;
}

@media screen and (max-width: 1280px) {
  .track__list {
    padding-left: 10px;
  }
  .track__flow {
    padding-left: 10px;
  }
}

@media screen and (max-width: 920px) {
  .track__flow {
    max-width: 50%;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .track__apps {
    display: none;
  }
}

@media screen and (max-width: 890px) {
  .header{
    margin-bottom: 0;
  }
  .track__title {
    text-align: center;
    margin-bottom: 35px;
  }
  .track__bottom {
    height: 90px;
  }
  .track__top{
    height: auto;
    width: calc(100% + 40px);
    margin-left: -20px;
  }
  .track__top>div {
    text-align: center;
  }
  .track__play,
  .track__play a,
  .track__play span,
  .track__next a,
  .track__next span,
  .track__prew a {
    font-size: 14px;
  }
  .track__play,
  .track__next,
  .track__prew {
    text-align: left;
  }
  .track__play {
    margin-bottom: 20px;
    margin-top: 95px;
  }
  .track__view {
    max-width: 100%;
    margin: auto;
  }
  .track__top {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .track__top>div {
    max-width: 100%;
    width: 100%;
  }
  .track__info {
    padding-left: 0;
    width: 350px !important;
    margin: auto;
    max-height: initial !important;
  }
  .track__flow {
    max-width: 100%;
    width: 100%;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
  }
  .track__flow li {
    margin-left: 0;
    margin-right: 0;
    padding-right: 10px;
  }
  .track__list {
    padding: 0;
    background-color: #F2F9FF;
    position: relative;
    overflow: visible;
    padding-bottom: 0;
    height: 355px !important;
    max-height: initial !important;
    padding-right: 15px;
    box-sizing: border-box;
  }
  .track__list.active {
    height: auto;
  }
  .track__list.active ul,
  .track__list.active table {
    height: auto;
  }
  .track__list:after,
  .track__list:before {
    content: '';
    display: block;
    width: 15px;
    height: 100%;
    background-color: #F2F9FF;
    position: absolute;
    top: 0;
  }
  .track__list:after {
    left: -15px;
  }
  .track__list:before {
    right: -15px;
  }
  .track__list-title {
    width: 350px;
    max-width: 100%;
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 40px;
    margin: auto;
    text-align: left;
    position: relative;
  }
  /* .track__list-title:after {
    content: '';
    display: block;
    width: 14px;
    height: 8px;
    background-image: url("../img/img-arrow.png");
    background-position: center;
    background-size: cover;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  } */
  /* .track__list.active .track__list-title:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  } */
  .track__list {
    overflow: visible;
  }
  .track__list ul,
  .track__list table {
    width: 350px;
    max-width: 100%;
    margin: auto;
    text-align: left;
    height: 0;
    overflow: hidden;
  }
}

@media screen and (max-width: 768px){
  .track__top{
    height: auto;
    width: calc(100% + 30px);
    margin-left: -15px;
  }
  .track__info,
  .track__info_mobile,
  .track__list,
  .track__view{
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 420px) {
  .track__view {
    height: 290px;
  }
  .track__view img {
    max-height: 100%;
  }
  .track__play {
    margin-top: 115px;
  }
}


/* #track */


/* .player */

#my_player {
  width: 300px !important;
  background-color: transparent !important;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  margin: auto !important;
  /*top: 160px !important;*/ 
}

#my_player.tab {
  top: initial !important;
}

#my_timer {
  font-family: 'MullerRegular', sans-serif !important;
  font-size: 14px !important;
  color: #252626 !important;
}

#my_play {
  background-image: url("../img/img-play.png") !important;
  height: 20px !important;
  width: 20px !important;
  background-repeat: no-repeat !important;
  background-position: centerw !important;
}

#my_play.active {
  background-image: url("../img/img-pause.svg") !important;
}

#my_mute {
	right: 120px !important;
  height: 18px !important;
  width: 18px !important;
  background-size: contain !important;
  background-image: url("../img/img-mute.svg") !important;
}

#my_volumediv {
	width: 100px !important;
  height: 10px !important;
  border-radius: 3px !important;
  background-color: #737B80 !important;
  background-image: none !important;
}

#my_volume {
  height: 10px !important;
  background-color: #00AAFF !important;
  background-image: none !important;
  border-radius: 3px !important;
}

@media screen and (max-width: 1024px) {
  #my_player {
    /*top: 587px !important;*/
  }
  #my_player.tab {
    top: 100px !important;
  }
}



@media screen and (max-width: 890px) {
  #my_player {
    top: 605px !important;
  }
}

@media screen and (max-width: 420px) {
  #my_player {
    top: 560px !important;
  }
}


/* #player */


/* .social wigets */

#tab2-1,
#tab2-2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#fb-root{
  display: none;
}

#vk_comments,
#vk_groups,
.fb-comments,
.fb-page__container {
  width: 500px !important;
  max-width: 100% !important;
}

@media screen and (max-width: 1250px) {
  #vk_comments,
  #vk_groups,
  .fb-comments,
  .fb-page__container {
    width: 475px !important;
  }
}

@media screen and (max-width: 1180px) {
  #vk_comments,
  #vk_groups,
  .fb-comments,
  .fb-page__container {
    width: 450px !important;
  }
}

@media screen and (max-width: 1130px) {
  #vk_comments,
  #vk_groups,
  .fb-comments,
  .fb-page__container {
    width: 425px !important;
  }
}

@media screen and (max-width: 1100px) {
  #vk_comments,
  #vk_groups,
  .fb-comments,
  .fb-page__container {
    width: 400px !important;
  }
}

@media screen and (max-width: 1024px) {
  .social .wrap {
    padding: 60px 60px;
  }
}

@media screen and (max-width: 930px) {
  #vk_comments {
    margin-bottom: 20px;
  }
  #vk_comments,
  #vk_groups,
  .fb-comments,
  .fb-page__container {
    width: 100% !important;
  }
  .fb-page__container {
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .social .wrap {
    padding: 50px 20px;
  }
}

@media screen and (max-width: 420px) {
  .social .wrap {
    padding: 50px 0px;
  }
  #vk_comments,
  #vk_groups,
  .fb-comments,
  .fb-page__container {
    width: 95% !important;
    margin: auto;
  }
  .fb-page__container{
    width: 320px !important;
    overflow: hidden;
  }
  .fb-page{
    margin-left: -10px;
  }
}



/* #social wigets */

.track__info_mobile{
  display: none;
}

@media screen and (max-width: 890px) {
  .track__info .track__play,
  .track__info .track__next{
    display: none;
  }
  .track__info_mobile {
    display: block;
    max-width: 350px !important;
    margin: auto !important;
  }
}

.statement__links img{
  width: 150px;
}

.tg-ico:before, .tg-ico-m:before {
    content: '';
    background-image: url(../img/tg-ico.svg);
	background-repeat:none;
    width: 24px;
    height: 20px;
    display: inline-block;
    position: relative;
    top: 3px;
    margin-right: 30px;
}

.tg-ico-m {
	display:none;
}



@media screen and (max-width: 768px) {
  .social .tabs li:nth-child(3) {
    position: absolute;
    width: 100%;
    top: -90px;
}
  
	
	.social {
    margin-top: 90px;
}

.tg-ico {
	background-color: #00AAFF!important;
	color: #fff!important;
}

.tg-ico:before {
	background-image: url(../img/tg-ico-w.svg);
    
}

}

/***********************/
