﻿@font-face {
  font-family: OpenSans;
  src: url(../fonts/opensans/OpenSans-Regular.ttf);
}
@font-face {
  font-family: OpenSans;
  src: url(../fonts/opensans/OpenSans-Bold.ttf);
  font-weight: bold;
}
@font-face {
  font-family: BebasNeue;
  src: url(../fonts/bebas_neue/BebasNeue-Regular.ttf);
}
@font-face {
  font-family: BebasNeue;
  src: url(../fonts/bebas_neue/BebasNeue-Bold.ttf);
  font-weight: bold;
}
.main-landing-page {
  text-align: center;
  background-color: #fefefe;
}
.main-landing-page .btn.btn-play.playing .glyphicon-triangle-right:before {
  content: "\e073";
}
.main-landing-page .one-of-six-items {
  margin-bottom: 10px;
}
.main-landing-page .block-avatar .buy-btn-block {
  position: absolute;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  padding: 5px;
  text-align: center;
  display: none;
}
.main-landing-page .block-avatar .buy-btn-block a {
  font-size: 20px;
  text-align: center;
  color: white;
}
.main-landing-page .block-avatar:hover .buy-btn-block {
  display: block;
}
.main-landing-page .beat-item-info {
  padding: 0px 15px 10px 15px;
  background-color: #dfdfdf;
  font-weight: bold;
  font-family: OpenSans;
}
.main-landing-page .beat-item-info .track {
  /*text-overflow: ellipsis;*/
  overflow: hidden;
  white-space: nowrap;
}
.main-landing-page .beat-item-info .track a {
  text-decoration: none;
  color: #101010;
  font-size: 14px;
  font-weight: bold;
  font-family: OpenSans;
}
.main-landing-page .beat-item-info .price {
  font-size: 14px;
  font-weight: bold;
  padding-left: 10px;
  text-align: left;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.main-landing-page .beat-item-info .price a {
  text-decoration: none;
  color: #101010;
}
.main-landing-page .beat-item-info .beatmaker {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 12px !important;
}
.main-landing-page .beat-item-info .beatmaker a {
  color: #101010;
  font-size: 12px;
  text-decoration: none;
}
.main-landing-page .total-catalog {
  font-size: 24px;
  font-family: BebasNeue;
  text-align: center;
  border: 1px solid #f4b30d;
  border-radius: 50px 50px 50px 50px;
  padding: 15px 40px;
  display: inline-block;
  position: absolute;
  right: 14%;
}
.main-landing-page .total-catalog a {
  text-decoration: none;
  color: #ffffff;
}
.main-landing-page .strips-menu {
  display: block;
}
.main-landing-page .strips-menu .block-name {
  background-color: #f4b30d;
  position: relative;
  z-index: 4;
  font-family: BebasNeue;
  font-weight: bold;
  font-size: 24px;
  padding: 15px 15px 15px 40px;
  text-align: right;
  float: left;
}
.main-landing-page .strips-menu .block-name::after {
  content: '';
  position: absolute;
  right: -53px;
  top: 0px;
  border: 32px solid transparent;
  border-left: 21px solid #f4b30d;
}
.main-landing-page .strips-menu .block-name-link {
  text-align: right;
  background-color: #3c3c3c;
  color: #ffffff;
  position: relative;
  z-index: 3;
  font-family: BebasNeue;
  font-weight: bold;
  font-size: 24px;
  padding: 15px 15px 15px 40px;
  display: inline-block;
}
.main-landing-page .strips-menu .block-name-link a {
  text-decoration: none;
  color: #ffffff;
}
.main-landing-page .strips-menu .block-name-link::after {
  content: '';
  position: absolute;
  right: -53px;
  top: 0px;
  border: 32px solid transparent;
  border-left: 21px solid #3c3c3c;
}
.main-landing-page .btn-play {
  position: absolute;
  z-index: 2;
  top: 50%;
  background: #f4b30d;
  right: 50%;
  transform: translate(50%, -50%);
  color: #171717;
  border: 1px solid #f4b30d;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  padding: 5px 5px 5px 8px;
  /*pointer-events: none;*/
  text-align: center;
}
.main-landing-page .btn-play:hover {
  transform: translate(50%, -50%) scale(1.3);
}
.main-landing-page .btn-play .glyphicon-triangle-right {
  /*font-size: 26px;
			top: 4px;*/
}
.main-landing-page .color-text {
  color: #f4b30d;
}
.main-landing-page .greeting-block {
  background-image: url(../img/main-page/greetbackgr.png);
  background-repeat: no-repeat;
  background-size: 100%;
  color: #ffffff;
  padding-bottom: 200px;
  padding-top: 35px;
  font-size: 20px;
  overflow: auto;
  background-size: cover;
}
.main-landing-page .greeting-block .greating-caption {
  font-size: 16x;
}
.main-landing-page .greeting-block .statistics {
  font-size: 16px;
  margin-top: 30px;
  padding: 0px 150px;
  text-align: center;
}
.main-landing-page .greeting-block .statistics .statistical-data {
  font-size: 38px;
  color: #f4b30d;
  font-weight: bold;
}
.main-landing-page .greeting-block .statistics .name-statistical-data {
  font-size: 12px;
}
.main-landing-page .greeting-block .text-color {
  color: #f4b30d;
}
.main-landing-page .basic-lease-block {
  box-shadow: 0 0 30px black;
  color: #ffffff;
  margin-top: -10%;
  margin-right: auto;
  margin-left: auto;
}
.main-landing-page .basic-lease-block.container {
  padding-right: 0px;
  padding-left: 0px;
}
.main-landing-page .basic-lease-block .carousel-caption {
  right: 10%;
  z-index: 1;
  left: 10%;
  padding-top: 0px;
  font-family: OpenSans;
  font-weight: bold;
  transform: translate(0%, -50%);
}
.main-landing-page .basic-lease-block .carousel-caption .beat-name {
  font-size: 36px;
  text-align: left;
  font-family: OpenSans;
  font-weight: bold;
}
.main-landing-page .basic-lease-block .carousel-caption .beatmaker {
  font-size: 18px;
  text-align: left;
}
.main-landing-page .basic-lease-block .carousel-caption .beat-name:hover,
.main-landing-page .basic-lease-block .carousel-caption .beatmaker:hover {
  color: #f4b30d;
}
.main-landing-page .basic-lease-block .carousel-caption .description {
  font-size: 10px;
  text-align: left;
}
.main-landing-page .basic-lease-block .carousel-caption .price {
  color: #f4b30d;
  font-family: OpenSans;
  font-weight: bold;
  font-size: 48px;
  text-align: right;
}
.main-landing-page .basic-lease-block .carousel-caption .total-catalog {
  right: 50%;
  transform: translate(50%, 0%);
  background-image: none;
  background-color: #f4b30d;
  border: 2px solid #f4b30d;
  padding: 5px 50px;
  font-size: 34px;
  margin-top: 20px;
}
.main-landing-page .basic-lease-block .carousel-caption .basic-lease {
  font-size: 18px;
  text-align: right;
}
.main-landing-page .basic-lease-block .carousel-caption a {
  text-decoration: none;
  color: #ffffff;
}
.main-landing-page .center-attention-block,
.main-landing-page .overall-chart-block {
  background-color: #fefefe;
  text-align: left;
  padding-top: 70px;
  font-family: BebasNeue;
  font-weight: bold;
  font-size: 24px;
}
.main-landing-page .center-attention-block .block-of-five-items .one-of-five-items,
.main-landing-page .overall-chart-block .block-of-five-items .one-of-five-items {
  margin-top: 30px;
}
.main-landing-page .center-attention-block .block-of-five-items .one-of-five-items .block-avatar,
.main-landing-page .overall-chart-block .block-of-five-items .one-of-five-items .block-avatar {
  position: relative;
}
.main-landing-page .center-attention-block .block-of-five-items .one-of-five-items .block-avatar .avatar,
.main-landing-page .overall-chart-block .block-of-five-items .one-of-five-items .block-avatar .avatar {
  width: 100%;
}
.main-landing-page .center-attention-block .block-of-five-items .one-of-five-items .beat-item-info .price a,
.main-landing-page .overall-chart-block .block-of-five-items .one-of-five-items .beat-item-info .price a {
  color: #101010;
}
.main-landing-page .center-attention-block .col-xs-5ths,
.main-landing-page .overall-chart-block .col-xs-5ths,
.main-landing-page .center-attention-block .col-sm-5ths,
.main-landing-page .overall-chart-block .col-sm-5ths,
.main-landing-page .center-attention-block .col-md-5ths,
.main-landing-page .overall-chart-block .col-md-5ths,
.main-landing-page .center-attention-block .col-lg-5ths,
.main-landing-page .overall-chart-block .col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.main-landing-page .center-attention-block .col-xs-5ths,
.main-landing-page .overall-chart-block .col-xs-5ths {
  width: 20%;
  float: left;
}
@media (min-width: 768px) {
  .main-landing-page .center-attention-block .col-sm-5ths,
  .main-landing-page .overall-chart-block .col-sm-5ths {
    width: 20%;
  }
}
@media (min-width: 992px) {
  .main-landing-page .center-attention-block .col-md-5ths,
  .main-landing-page .overall-chart-block .col-md-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .main-landing-page .center-attention-block .col-lg-5ths,
  .main-landing-page .overall-chart-block .col-lg-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1440px) {
  .main-landing-page .center-attention-block .col-lg-5ths,
  .main-landing-page .overall-chart-block .col-lg-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1585px) {
  .main-landing-page .center-attention-block .col-lg-5ths,
  .main-landing-page .overall-chart-block .col-lg-5ths {
    width: 20%;
    float: left;
  }
}
.main-landing-page .recommends-block,
.main-landing-page .news-block,
.main-landing-page .rap-chart-block {
  text-align: left;
  padding-top: 70px;
  font-family: BebasNeue;
  font-weight: bold;
  font-size: 24px;
}
.main-landing-page .recommends-block .block-of-six-items,
.main-landing-page .news-block .block-of-six-items,
.main-landing-page .rap-chart-block .block-of-six-items {
  position: relative;
  padding-top: 30px;
}
.main-landing-page .recommends-block .block-of-six-items .one-of-six-items .block-avatar,
.main-landing-page .news-block .block-of-six-items .one-of-six-items .block-avatar,
.main-landing-page .rap-chart-block .block-of-six-items .one-of-six-items .block-avatar {
  position: relative;
}
.main-landing-page .recommends-block .block-of-six-items .one-of-six-items .block-avatar .avatar,
.main-landing-page .news-block .block-of-six-items .one-of-six-items .block-avatar .avatar,
.main-landing-page .rap-chart-block .block-of-six-items .one-of-six-items .block-avatar .avatar {
  width: 100%;
}
.main-landing-page .recommends-block .block-of-six-items .one-of-six-items .beat-item-info,
.main-landing-page .news-block .block-of-six-items .one-of-six-items .beat-item-info,
.main-landing-page .rap-chart-block .block-of-six-items .one-of-six-items .beat-item-info {
  width: 100%;
}
.main-landing-page .best-of-seller-block {
  background-image: url(../img/main-page/best-saler.png);
  background-repeat: no-repeat;
  background-size: 100%;
  margin-top: 70px;
  width: 100%;
  padding-top: 70px;
  background-size: cover;
  background-color: #3c3c3c;
  text-align: left;
}
.main-landing-page .best-of-seller-block .best-of-seller-statistics {
  padding-top: 20px;
  color: #fefefe;
}
.main-landing-page .best-of-seller-block .best-of-seller-statistics .avatar {
  width: 100px;
  height: 100px;
}
.main-landing-page .best-of-seller-block .best-of-seller-statistics .statistic-info {
  text-align: left;
  font-family: OpenSans;
  font-weight: normal;
  font-size: 36px;
}
.main-landing-page .best-of-seller-block .best-of-seller-statistics .statistic-info a {
  text-decoration: none;
  color: #f4b30d;
}
.main-landing-page .best-of-seller-block .best-of-seller-statistics .statistic-info .statistics {
  font-size: 18px;
  font-weight: bold;
}
.main-landing-page .best-of-seller-block .best-of-seller-statistics .statistic-info .statistics span:nth-of-type(2),
.main-landing-page .best-of-seller-block .best-of-seller-statistics .statistic-info .statistics span:nth-of-type(4) {
  padding-right: 30px;
}
.main-landing-page .best-of-seller-block .best-of-seller-statistics .statistic-info .color-text {
  color: #f4b30d;
}
.main-landing-page .best-of-seller-block .superbeat-block {
  padding-top: 20px;
  padding-bottom: 70px;
}
.main-landing-page .best-of-seller-block .superbeat-block .superbeat-block-item {
  position: relative;
  padding-bottom: 15px;
  padding-left: 0px;
}
.main-landing-page .best-of-seller-block .superbeat-block .superbeat-block-item .beat-item {
  margin-right: 10px;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.main-landing-page .best-of-seller-block .superbeat-block .superbeat-block-item .beat-item .ava {
  padding-right: 0;
  padding-left: 0;
  display: inline-block;
  float: left;
  position: relative;
}
.main-landing-page .best-of-seller-block .superbeat-block .superbeat-block-item .beat-item .ava .btn-play {
  width: 30px;
  height: 30px;
}
.main-landing-page .best-of-seller-block .superbeat-block .superbeat-block-item .beat-item .ava .btn-play .glyphicon-triangle-right {
  font-size: 16px;
  top: 0px;
}
.main-landing-page .best-of-seller-block .superbeat-block .superbeat-block-item .beat-item .beat-item-info {
  display: inline-block;
  width: 90%;
}
.main-landing-page .best-of-seller-block .superbeat-block .superbeat-block-item:nth-of-type(3) {
  margin-right: 0px;
}
.main-landing-page .best-of-seller-block .superbeat-block .beat-item-info {
  text-align: left;
  padding: 32px 10px 31px 15px;
  background-color: #171717;
}
.main-landing-page .best-of-seller-block .superbeat-block .beat-item-info .track a {
  color: #e0e0e0;
}
.main-landing-page .best-of-seller-block .superbeat-block .beat-item-info .beatmaker {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.main-landing-page .best-of-seller-block .superbeat-block .beat-item-info .beatmaker a {
  color: #e0e0e0;
  font-size: 12px;
  text-decoration: none;
  font-family: OpenSans;
}
.main-landing-page .best-sellers {
  background-color: #f4b30d;
  text-align: center;
}
.main-landing-page .best-sellers .best-seller-item {
  padding-bottom: 30px;
  padding-top: 30px;
}
.main-landing-page .best-sellers .best-seller-item .avatar {
  width: 100px;
}
.main-landing-page .best-sellers .best-seller-item .beatmaker-item-info {
  text-align: left;
  padding-left: 20px;
  font-family: OpenSans;
  font-weight: bold;
}
.main-landing-page .best-sellers .best-seller-item .beatmaker-item-info .label {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: black;
  text-decoration: none;
  font-size: 10px;
}
.main-landing-page .best-sellers .best-seller-item .beatmaker-item-info .name {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.main-landing-page .best-sellers .best-seller-item .beatmaker-item-info .name a {
  color: black;
  font-size: 24px;
  text-decoration: none;
}
.main-landing-page .best-sellers .best-seller-item:first-of-type,
.main-landing-page .best-sellers .best-seller-item:last-of-type {
  background-color: #e8ab0f;
}
.main-landing-page .overall-chart-block {
  background-image: url(../img/main-page/overallchart.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  padding-top: 70px;
  padding-bottom: 70px;
  background-size: cover;
}
.main-landing-page .overall-chart-block .block-of-five-items .one-of-five-items .beat-item-info {
  background-color: #171717;
}
.main-landing-page .overall-chart-block .block-of-five-items .one-of-five-items .beat-item-info .track a {
  color: #ffffff;
}
.main-landing-page .overall-chart-block .block-of-five-items .one-of-five-items .beat-item-info .beatmaker a {
  color: #ffffff;
}
.main-landing-page .news-block {
  padding-bottom: 270px;
  margin-bottom: 0px;
}
.main-landing-page .news-block .total-catalog a {
  color: #171717;
}
.main-landing-page .free-beats {
  background-image: url(../img/main-page/freebeats.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
  z-index: 4;
  padding-top: 115px;
  padding-bottom: 80px;
  font-family: OpenSans;
  font-weight: bold;
  font-size: 36px;
  color: #ffffff;
  margin-bottom: -14%;
  margin-top: -13%;
}
.main-landing-page .free-beats p {
  font-family: OpenSans;
  font-weight: bold;
  font-size: 60px;
}
.main-landing-page .free-beats .total-catalog {
  font-size: 24px;
  font-family: BebasNeue;
  line-height: 20px;
  text-align: center;
  border: 1px solid #f4b30d;
  border-radius: 50px 50px 50px 50px;
  display: inline-block;
  padding: 15px 35px;
  right: 50%;
  transform: translate(50%, 0%);
}
.main-landing-page .free-beats .total-catalog a {
  text-decoration: none;
  color: #ffffff;
}
.main-landing-page .shadow {
  box-shadow: -10px 0 10px -5px #202020, 10px 0 10px -5px #202020;
}
.main-landing-page .rap-chart-block {
  background-color: #202020;
  padding-top: 270px;
  padding-bottom: 65px;
  margin-top: 0px;
}
.main-landing-page .rap-chart-block .block-of-six-items .one-of-six-items .beat-item-info {
  background-color: #171717;
}
.main-landing-page .rap-chart-block .block-of-six-items .one-of-six-items .beat-item-info .track a {
  font-size: 14px;
  color: #d1d1d1;
  font-weight: bold;
}
.main-landing-page .rap-chart-block .block-of-six-items .one-of-six-items .beat-item-info .beatmaker a {
  color: #d1d1d1;
}
@media (max-width: 1440px) {
  .main-landing-page .strips-menu .block-name {
    padding-left: 80px;
  }
  .main-landing-page .strips-menu .total-catalog {
    right: 10%;
  }
  .main-landing-page .basic-lease-block {
    margin-top: -13%;
  }
}
@media (max-width: 1000px) {
  .main-landing-page .strips-menu .total-catalog {
    right: 5%;
  }
  .main-landing-page .greeting-block {
    padding-top: 30px;
    font-size: 30px;
    padding-bottom: 130px;
  }
  .main-landing-page .greeting-block .greating-caption {
    font-size: 14px;
  }
  .main-landing-page .greeting-block .statistics {
    font-size: 12px;
    margin-top: 10px;
    padding: 0px 50px;
  }
  .main-landing-page .greeting-block .statistics .statistical-data {
    font-size: 26px;
  }
  .main-landing-page .greeting-block .statistics .name-statistical-data {
    font-size: 14px;
  }
  .main-landing-page .basic-lease-block .carousel-caption {
    right: 7%;
    left: 7%;
    transform: translate(0%, 0%);
  }
  .main-landing-page .basic-lease-block .carousel-caption .beat-name,
  .main-landing-page .basic-lease-block .carousel-caption .beatmaker,
  .main-landing-page .basic-lease-block .carousel-caption .description,
  .main-landing-page .basic-lease-block .carousel-caption .price {
    font-size: 30px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  .main-landing-page .basic-lease-block .carousel-caption .beatmaker {
    font-size: 16px;
  }
  .main-landing-page .basic-lease-block .carousel-caption .description {
    font-size: 10px;
  }
  .main-landing-page .basic-lease-block .carousel-caption .price,
  .main-landing-page .basic-lease-block .carousel-caption .btn-buy {
    font-size: 36px;
  }
  .main-landing-page .basic-lease-block .carousel-caption .btn-buy {
    margin: 0;
    padding: 5px 40px;
  }
  .main-landing-page .basic-lease-block .carousel-caption .basic-lease {
    font-size: 16px;
  }
  .main-landing-page .basic-lease-block .glyphicon-chevron-right {
    right: 20%;
  }
  .main-landing-page .basic-lease-block .glyphicon-chevron-left {
    left: 20%;
  }
  .main-landing-page .best-seller .best-seller-item {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .main-landing-page .news-block {
    padding-bottom: 40px;
  }
  .main-landing-page .news-block .total-catalog {
    right: 4%;
  }
  .main-landing-page .free-beats {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 60px;
    padding-top: 50px;
    font-size: 20px;
    line-height: 30px;
  }
  .main-landing-page .free-beats p {
    font-size: 36px;
  }
  .main-landing-page .free-beats .total-catalog {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  .main-landing-page .rap-chart-block {
    padding-top: 70px;
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  .main-landing-page .strips-menu {
    text-align: center;
  }
  .main-landing-page .strips-menu .block-name,
  .main-landing-page .strips-menu .block-name-link {
    width: 100%;
    text-align: center;
    padding: 15px;
  }
  .main-landing-page .strips-menu .total-catalog {
    position: relative;
    display: inline-block;
    right: 0%;
    margin-top: 20px;
  }
  .main-landing-page .greeting-block {
    padding-bottom: 40px;
  }
  .main-landing-page .best-of-seller-block .best-of-seller-statistics .statistic-info {
    font-size: 30px;
    padding-right: 0px;
  }
  .main-landing-page .best-of-seller-block .best-of-seller-statistics .statistic-info .beatmaker-name {
    display: block;
  }
  .main-landing-page .best-of-seller-block .best-of-seller-statistics .statistic-info .statistics {
    font-size: 16px;
  }
  .main-landing-page .best-of-seller-block .best-of-seller-statistics .statistic-info .statistics span:nth-of-type(2),
  .main-landing-page .best-of-seller-block .best-of-seller-statistics .statistic-info .statistics span:nth-of-type(4) {
    padding-right: 5px;
  }
  .main-landing-page .best-of-seller-block .best-of-seller-statistics .superbeat-block .superbeat-block-item {
    padding-left: 15px;
  }
  .main-landing-page .basic-lease-block {
    margin-top: 0;
  }
  .main-landing-page .basic-lease-block .carousel-caption .btn-buy {
    padding: 3px 30px;
  }
  .main-landing-page .block-name::after,
  .main-landing-page .block-name-link::after {
    display: none;
  }
  .main-landing-page .all-beatmakers {
    text-align: center;
  }
}
@media (max-width: 600px) {
  .main-landing-page .greeting-block {
    padding-top: 40px;
    font-size: 36px;
  }
  .main-landing-page .greeting-block .greating-caption {
    font-size: 12px;
  }
  .main-landing-page .greeting-block .statistics {
    font-size: 10px;
    margin-top: 15px;
    padding: 0px 50px;
  }
  .main-landing-page .greeting-block .statistics .statistical-data {
    font-size: 36px;
  }
  .main-landing-page .greeting-block .statistics .name-statistical-data {
    font-size: 12px;
  }
  .main-landing-page .total-catalog {
    font-size: 20px;
  }
  .main-landing-page .basic-lease-block .carousel-caption {
    transform: translate(0%, 0%);
  }
  .main-landing-page .basic-lease-block .carousel-caption .beat-name {
    font-size: 24px;
    margin: 0;
  }
  .main-landing-page .basic-lease-block .carousel-caption .beatmaker {
    font-size: 12px;
    margin: 0;
  }
  .main-landing-page .basic-lease-block .carousel-caption .description {
    font-size: 8px;
  }
  .main-landing-page .basic-lease-block .carousel-caption .price,
  .main-landing-page .basic-lease-block .carousel-caption .btn-buy {
    font-size: 24px;
    margin: 0;
  }
  .main-landing-page .basic-lease-block .carousel-caption .btn-buy {
    margin-top: 5px;
    padding: 3px 30px;
  }
  .main-landing-page .basic-lease-block .carousel-caption .basic-lease {
    font-size: 12px;
  }
  .main-landing-page .basic-lease-block .carousel-indicators {
    bottom: 5px;
    margin-bottom: 0px;
  }
  .main-landing-page .news-block {
    padding-bottom: 10px;
  }
  .main-landing-page .free-beats .total-catalog {
    font-size: 20px;
  }
  .main-landing-page .free-beats .we-collected {
    display: none;
  }
  .main-landing-page .free-beats p {
    font-size: 26px;
  }
  .main-landing-page .rap-chart-block {
    margin-top: 10px;
  }
}
@media (max-width: 462px) {
  .main-landing-page .total-catalog {
    font-size: 18px;
    padding: 5px 15px;
  }
  .main-landing-page .block-name {
    font-size: 20px;
    padding: 5px;
  }
  .main-landing-page .block-name-link {
    font-size: 20px;
    padding: 5px;
  }
  .main-landing-page .btn-play {
    width: 35px;
    height: 35px;
  }
  .main-landing-page .basic-lease-block .carousel-caption {
    transform: translate(0%, 10%);
  }
  .main-landing-page .basic-lease-block .carousel-caption .beat-name {
    font-size: 20px;
  }
  .main-landing-page .basic-lease-block .carousel-caption .beatmaker {
    font-size: 10px;
  }
  .main-landing-page .basic-lease-block .carousel-caption .description {
    font-size: 8px;
  }
  .main-landing-page .basic-lease-block .carousel-caption .price,
  .main-landing-page .basic-lease-block .carousel-caption .btn-buy {
    font-size: 20px;
  }
  .main-landing-page .basic-lease-block .carousel-caption .btn-buy {
    padding: 2px 25px;
  }
  .main-landing-page .basic-lease-block .carousel-caption .basic-lease {
    font-size: 10px;
  }
  .main-landing-page .best-of-seller-block .best-of-seller-statistics .superbeat-block {
    padding-bottom: 40px;
  }
  .main-landing-page .best-of-seller-block .best-of-seller-statistics .superbeat-block .ava-beatmaker {
    padding-left: 5px;
  }
  .main-landing-page .best-of-seller-block .best-of-seller-statistics .superbeat-block .statistic-info {
    font-size: 26px;
    padding-right: 0px;
    padding-left: 25px;
  }
  .main-landing-page .best-of-seller-block .best-of-seller-statistics .superbeat-block .statistic-info .statistics {
    font-size: 12px;
  }
  .main-landing-page .best-of-seller-block .best-of-seller-statistics .superbeat-block .statistic-info .statistics span:nth-of-type(2),
  .main-landing-page .best-of-seller-block .best-of-seller-statistics .superbeat-block .statistic-info .statistics span:nth-of-type(4) {
    padding-right: 2px;
  }
  .main-landing-page .best-of-seller-block .best-of-seller-statistics .superbeat-block .statistic-info .statistics .subscribers {
    display: block;
  }
  .main-landing-page .best-sellers .best-seller-item {
    padding: 20px 15px;
  }
  .main-landing-page .center-attention-block,
  .main-landing-page .recommends-block,
  .main-landing-page .news-block,
  .main-landing-page .overall-chart-block,
  .main-landing-page .rap-chart-block {
    padding-top: 40px;
  }
  .main-landing-page .overall-chart-block,
  .main-landing-page .rap-chart-block {
    padding-bottom: 40px;
  }
  .main-landing-page .free-beats {
    padding-top: 20px;
  }
  .main-landing-page .free-beats .total-catalog {
    font-size: 18px;
    padding: 5px 15px;
    margin-top: 0px;
  }
  .main-landing-page .free-beats p {
    font-size: 20px;
  }
  .main-landing-page .rap-chart-block {
    margin-top: 0px;
    padding-bottom: 0px;
  }
}
@media (max-width: 360px) {
  .main-landing-page .best-of-seller-block .best-of-seller-statistics .statistic-info {
    padding-left: 40px;
    font-size: 26px;
    line-height: 30px;
  }
  .main-landing-page .best-of-seller-block .best-of-seller-statistics .statistic-info .statistics {
    font-size: 12px;
    line-height: 16px;
  }
  .main-landing-page .best-of-seller-block .best-of-seller-statistics .statistic-info .statistics .subscribers {
    display: block;
  }
}
@media (pointer: fine) {
  .btn.btn-play {
    display: none;
  }
  .carousel-inner:hover .btn.btn-play,
  .beat-item:hover .btn.btn-play,
  .block-avatar:hover .btn.btn-play {
    display: block;
  }
  .btn.btn-play.playing {
    display: block !important;
  }
}