@media (min-width: 1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1200px;
  }

  .top-banner .container {
    max-width: 1200px;
  }
}

@media (max-width: 1250px) and (min-width: 992px) {
  .columnBoxFive {
    width: calc((100% / 4) - 31px);
  }

  .columnBoxFour {
    width: calc((100% / 3) - 31px);
  }

  .columnBoxThree {
    width: calc((100% / 3) - 31px);
  }
}

@media (max-width: 992px) and (min-width: 768px) {
  .columnBoxFive {
    width: calc((100% / 3) - 31px);
  }

  .columnBoxFour {
    width: calc((100% / 3) - 31px);
  }

  .columnBoxThree {
    width: calc((100% / 2) - 31px);
  }
}

@media (max-width: 768px) and (min-width: 450px) {
  .columnBoxFive {
    width: calc((100% / 2) - 31px);
  }

  .columnBoxFour {
    width: calc((100% / 2) - 31px);
  }

  .columnBoxThree {
    width: calc((100% / 2) - 31px);
  }
}

@media only screen and (max-width: 450px) and (min-width: 320px) {
  .columnBoxFive {
    width: calc((100% / 2) - 31px);
  }

  .columnBoxFour {
    width: 100%;
  }

  .columnBoxThree {
    width: 100%;
  }

  .columnBoxTwo {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .chart-list .advanced .artist-name {
    max-width: 215px;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .chart-list .advanced.improved .artist-name {
    max-width: 350px;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
}

@media (min-width: 1200px) {
  .chart-list .advanced .artist-name {
    max-width: 215px;
  }

  .chart-list .advanced.improved .artist-name {
    max-width: 415px;
  }

  .person-table table th {
    width: 180px;
  }
}

div.hambergur {
  display: none;
  position: relative;
}

@media (max-width: 1200px) {
  /* div.hambergur {
    display: block;
    margin-right: 8px;
  } */

  .hide-on-1200 {
    display: none !important;
  }

  .carousel .carousel-intro h2 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 12px;
  }

  .carousel .carousel-intro p {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.13px;
    margin-bottom: 22px;
  }

  /* .btn-outline,
  .btn-spec {
    padding: 10px 22px;
  } */

  .carousel .carousel-intro {
    max-width: 375px;
  }

  .title-1 {
    font-size: 26px;
    line-height: 30px;
  }

  .title-2 {
    font-size: 22px;
    line-height: 30px;
  }

  .title-3 {
    font-size: 17px;
    line-height: 25px;
  }

  .music-item .title a {
    font-size: 20px;
    line-height: 28px;
  }

  .inner-page .music-item .title a {
    font-size: 14px;
    line-height: 17px;
  }

  .carousel-4 .slick-arrow.slick-prev {
    left: 0;
  }

  .carousel-4 .slick-arrow.slick-next {
    right: 0;
  }

  .more-creators div {
    width: 130px;
    height: 130px;
  }

  .rizanova-video-player .watermark {
    bottom: 60px;
    right: 12px;
  }

  nav.favorite a {
    font-size: 18px;
    line-height: 22px;
    padding: 12px 18px;
  }

  .big-play-button svg {
    width: 90px;
    height: 90px;
  }
}

@media (max-width: 991px) {
  .top-banner .title {
    font-size: 30px;
    line-height: 42px;
  }

  .profile-menu ul li span {
    font-size: 14px;
  }

  .home {
    background-position: center;
  }

  .top-banner .text {
    font-size: 16px;
    color: #828282;
  }

  .hide-on-991 {
    display: none !important;
  }

  .person .info .full-name {
    font-size: 18px;
    line-height: 22px;
  }

  .sort .sort-panel a {
    padding: 3px 30px;
  }

  div.logo svg {
    max-width: 125px;
  }

  header.main nav.navbar .navbar-tools>a {
    margin: 0 8px;
  }

  .tariff-btn {
    padding: 8px;
    line-height: 14px;
    font-size: 13px;
  }

  .profile-btn {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 18px;
  }

  header.main div.line {
    display: none !important;
  }

  .carousel .carousel-intro h2 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 10px;
  }

  .carousel .carousel-intro p {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.13px;
    margin-bottom: 22px;
  }

  /* .btn-outline,
  .btn-spec {
    padding: 10px 20px;
    font-size: 13px;
    line-height: 13px;
  } */

  .carousel .carousel-intro {
    max-width: 300px;
  }

  .profile-menu .footer a,
  .profile-menu .header a,
  .profile-menu ul li a,
  .profile-menu ul li button {
    font-size: 14px;
  }

  .hambergur-menu li a,
  .hambergur-menu li button {
    font-size: 14px;
  }

  .title-1 {
    font-size: 26px;
    line-height: 32px;
  }

  .title-2 {
    font-size: 20px;
    line-height: 28px;
  }

  .title-3 {
    font-size: 17px;
    line-height: 25px;
  }

  .music-item .title a {
    font-size: 18px;
    line-height: 26px;
  }

  .inner-page .music-item .title a {
    font-size: 14px;
    line-height: 17px;
  }

  .carousel-4 .slick-arrow {
    width: 40px;
    height: 40px;
    background-size: contain !important;
    top: 27%;
  }

  .mt-70 {
    margin-top: 20px;
  }

  .mb-70 {
    margin-bottom: 20px;
  }

  .my-70 {
    margin-bottom: 20px;
    margin-top: 20px;
  }

  .pt-70 {
    padding-top: 20px;
  }
  .pt-60 {
    padding-top: 20px;
  }
  .pb-70 {
    padding-bottom: 20px;
  }
  .pb-60 {
    padding-bottom: 70px;
  }
  .pb-40 {
    padding-bottom: 40px;
  }
  .py-70 {
    padding-bottom: 20px;
    padding-top: 20px;
  }

  .py-50 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .py-40 {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .px-100 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .categories .category span {
    font-size: 20px;
    line-height: 28px;
  }

  .categories .category .title img {
    height: 55px;
  }

  .rizanova-tv .tv p {
    font-size: 18px;
    line-height: 22px;
  }

  .feedback-link {
    font-size: 18px;
    line-height: 22px;
  }

  footer.main .first-level {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .header-1 {
    font-size: 18px;
    line-height: 26px;
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .big-header {
    padding-top: 60px;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 0;
  }

  .video-view-page {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .breadcrumbs {
    padding-top: 60px;
    padding-bottom: 35px;
  }

  .sort {
    padding-top: 60px;
    padding-bottom: 25px;
  }

  .sidebar li a {
    font-size: 18px;
    line-height: 22px;
    padding: 10px 14px;
  }

  /* .chart-list .advanced .details .info {
    display: block;
  }

  .chart-list .advanced .details .info * {
    width: 100%;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  } */

  .album-page .details .info h2 {
    font-size: 18px;
    line-height: 22px;
  }

  .album-page .details .info h1 {
    font-size: 28px;
    line-height: 34px;
  }

  /* .album-page .details .image {
    width: 180px;
    height: 180px;
  } */

  .album-page .details .info .tracks-info {
    font-size: 14px;
    line-height: 22px;
  }

  .album-page .details .info .singer {
    font-size: 14px;
    line-height: 22px;
  }

  .album .info .name {
    font-size: 20px;
    line-height: 28px;
  }

  .person-table {
    margin-top: 0;
    margin-bottom: 35px;
  }

  .advanced-person-table {
    margin-top: 20px;
    padding: 20px 20px 0;
  }

  .order-md-minus {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-bottom: 25px;
  }

  .more-creators div {
    width: 114px;
    height: 114px;
  }

  .serias {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .seria {
    margin-bottom: 25px;
  }

  .passport {
    margin-top: 60px;
    padding: 12px;
  }

  .profile .detail {
    margin-left: 0;
  }

  .profile .first-letter {
    font-size: 60px;
    line-height: 94px;
  }

  nav.favorite a {
    font-size: 15px;
    line-height: 19px;
    padding: 12px 8px;
    margin-right: 1px;
  }

  .passport .label,
  .passport .value {
    font-size: 18px;
    line-height: 22px;
  }

  .clear-history {
    font-size: 18px;
    line-height: 22px;
  }

  .music-item .share .content {
    padding: 10px;
  }

  .music-item .share .content .socials {
    padding-bottom: 8px;
  }

  .music-item .image {
    cursor: pointer;
  }

  .rizanova-video-player .review {
    padding: 20px 30px;
  }

  .rizanova-video-player .review h4 {
    font-size: 22px;
    line-height: 30px;
  }

  .rizanova-video-player .review .stars a svg {
    width: 25px;
    height: 25px;
  }

  .rizanova-video-player .review .rating {
    font-size: 44px;
    line-height: 52px;
  }

  .error-page-container {
    height: calc(100vh - 98px - 246px);
  }

  .subscription {
    background-size: cover;
    padding: 20px 30px;
  }

  .subscription .px-100,
  .subscription .py-50 {
    padding: 0 !important;
  }

  .setting .label {
    font-size: 18px;
    line-height: 26px;
    max-width: 80px;
    margin-right: 20px;
    margin-bottom: 30px;
  }

  .setting .theme .image {
    width: 160px;
  }

  .setting .theme .title {
    font-size: 16px;
    line-height: 20px;
    margin-top: 12px;
  }

  .select-menu {
    padding: 12px 15px;
    width: 250px;
  }

  .categories .category p {
    font-size: 20px;
    line-height: 26px;
  }

  .card .expire {
    max-width: 95px;
  }

  .store-link img {
    max-width: 150px;
  }

  .letters {
    margin: 25px auto;
  }

  div.css-1pahdxg-control,
  div.css-1s2u09g-control {
    width: 300px;
  }

  .person-table td,
  .person-table td a,
  .person-table th {
    font-size: 14px;
    line-height: 22px;
  }

  .big-play-button svg {
    width: 80px;
    height: 80px;
  }

  .home .welcome h1 {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 8px;
  }

  .home .welcome h2 {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 16px;
  }

  .home .welcome p {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 36px;
    max-width: 460px;
  }

  .home .welcome {
    padding: 25vh 0;
  }

  .home .more-about {
    font-size: 18px;
    line-height: 22px;
  }

  .home-title {
    font-size: 38px;
    line-height: 46px;
    margin-bottom: 12px;
  }

  .home-subtitle {
    font-size: 18px;
    line-height: 22px;
    max-width: 780px;
    margin: 0 auto 26px;
  }

  .platforms {
    padding: 50px 0;
  }

  .platforms h3 {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 8px;
  }

  .platforms p {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 18px;
  }

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

  .stores {
    margin-bottom: 32px;
  }

  img.devices {
    margin: auto;
    display: block;
  }
}

@media (max-width: 768px) {
  .main .btn-gradient-purple {
    padding: 12px 20px;
    font-size: 14px;
    border-radius: 8px;
  }
  .pb-60 {
    padding-bottom: 20px;
  }
  .py-60 {
    padding-bottom: 20px;
  }
  .home-films,
  .home-musics {
    overflow: hidden;
  }

  .home-img {
    margin-bottom: 50px;
    transform: scale(1.2) translateX(0);
  }

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

  .subscribe-buttons a {
    min-height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .top-banner header {
    margin-bottom: 45px;
  }

  .top-banner .image {
    margin-top: 35px;
  }

  .sort-panel {
    width: 100%;
  }

  .chart-list li.advanced {
    padding: 12px 12px 12px 0;
  }

  .premiere-carousel .image-shadow,
  .premiere-carousel .slick-list .slick-slide::after {
    border-radius: 12px;
  }

  .option-select {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .video-player-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
    margin: 0 !important;
    padding: 20px;
  }

  .video-player-prev-btn {
    position: absolute;
    top: 50%;
    left: 30%;
    -webkit-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
    margin: 0 !important;
    padding: 20px;
  }

  .video-player-next-btn {
    position: absolute;
    top: 50%;
    right: 30%;
    -webkit-transform: translate(50%, -50%) !important;
    -ms-transform: translate(50%, -50%) !important;
    transform: translate(50%, -50%) !important;
    margin: 0 !important;
    padding: 20px;
  }

  .video-player-play-btn svg {
    width: 40px;
    height: 40px;
  }

  .video-player-prev-btn svg {
    width: 30px;
    height: 30px;
  }

  .video-player-next-btn svg {
    width: 30px;
    height: 30px;
  }

  .rizanova-video-player .overlay {
    min-height: auto;
    top: 0;
  }

  .signup-page .rizanova-login {
    max-width: 100%;
    width: 100%;
  }

  .signup-page .rizanova-login input,
  .signup-page .rizanova-login textarea {
    min-width: auto !important;
  }

  .hide-on-767 {
    display: none !important;
  }

  .react-tooltip-lite,
  .react-tooltip-lite-arrow {
    display: none !important;
  }

  .premiere-fav-btn svg {
    width: 18px;
  }

  .ul-type-1 {
    line-height: 14px;
  }

  .carousel .slick-dots {
    bottom: 5px;
  }

  .carousel .slick-dots button {
    width: 9px;
    height: 9px;
  }

  .seven24-content {
    padding-top: 88px;
  }

  .payment-form button {
    padding: 6px 12px;
    font-size: 14px;
    line-height: 22px;
  }

  .person .info .full-name {
    font-size: 16px;
    line-height: 20px;
  }

  div.hambergur {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-left: 16px;
    margin-right: 0;
  }

  .hambergur-menu {
    right: 0;
    min-width: 200px;
    top: 25px;
  }

  .profile-menu {
    top: 46px;
  }

  .navbar-tools {
    margin-left: auto;
  }

  .carousel .carousel-intro h2 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 10px;
  }

  .carousel .carousel-intro p {
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.13px;
    margin-bottom: 20px;
  }

  /* .btn-gradient-purple,
  .btn-outline,
  .btn-spec {
    padding: 8px 18px;
    font-size: 12px;
    line-height: 12px;
  } */

  .btn-white {
    padding: 6px 15px;
  }

  .carousel .carousel-intro {
    max-width: 275px;
  }

  .form-switch .form-check-input {
    width: 40px;
    height: 23px;
  }

  .mt-70 {
    margin-top: 25px;
  }

  .mb-70 {
    margin-bottom: 25px;
  }

  .my-70 {
    margin-bottom: 25px;
    margin-top: 25px;
  }

  .pt-70 {
    padding-top: 25px;
  }

  .pb-70 {
    padding-bottom: 25px;
  }

  .py-70 {
    padding-bottom: 25px;
    padding-top: 25px;
  }

  .py-50 {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .py-40 {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .px-100 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .title-1 {
    font-size: 22px;
    line-height: 28px;
  }

  .title-2 {
    font-size: 16px;
    line-height: 24px;
  }

  .title-3 {
    font-size: 16px;
    line-height: 24px;
  }

  .music-item .title a {
    font-size: 16px;
    line-height: 18px;
  }

  .inner-page .music-item .title a {
    font-size: 14px;
    line-height: 17px;
  }

  .carousel-4 .slick-arrow {
    width: 40px;
    height: 40px;
    background-size: contain !important;
    top: 25%;
  }

  .rizanova-tv .tv p {
    font-size: 17px;
    line-height: 20px;
  }

  .feedback-link {
    font-size: 16px;
    line-height: 20px;
  }

  .rizanova-audio-player .main {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 15px 0 8px 0;
  }

  .rizanova-audio-player .main .media {
    width: 100%;
    margin-top: 15px;
  }

  .rizanova-audio-player .main .controls {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }

  .rizanova-audio-player .main .tools {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .rizanova-audio-player .main .media .single-name {
    font-size: 18px;
    line-height: 20px;
  }

  .rizanova-audio-player .main .media .artist-name {
    font-size: 14px;
    line-height: 16px;
  }

  .rizanova-audio-player .main .media .image {
    width: 50px;
    height: 50px;
  }

  .rizanova-audio-playerlist {
    /* top: 88px; */
    top: 73px;
    bottom: 125px;
  }

  .rizanova-preloader {
    top: 73px;
  }

  .header-1 {
    font-size: 16px;
    line-height: 24px;
    padding-top: 15px;
    padding-bottom: 10px;
  }

  .big-header {
    padding-top: 50px;
    padding-bottom: 20px;
    font-size: 22px;
    line-height: 28px;
  }

  .video-view-page {
    padding-top: 50px;
    padding-bottom: 0;
  }

  .breadcrumbs {
    padding-top: 50px;
    padding-bottom: 30px;
  }

  .sort {
    padding-top: 50px;
    padding-bottom: 20px;
  }

  .sidebar li a {
    font-size: 16px;
    line-height: 20px;
    padding: 10px 14px;
  }

  .sidebar {
    border-right: 0;
    padding-right: 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #fff;
  }

  .album-page .details .info h1 {
    font-size: 26px;
    line-height: 32px;
  }

  .album-page .details .info h2 {
    margin-bottom: 10px;
  }

  /* .album-page .details .image {
    width: 170px;
    height: 170px;
  } */

  .album .info .name {
    font-size: 16px;
    line-height: 24px;
  }

  .sort .sort-panel a {
    font-size: 14px;
    line-height: 22px;
    padding: 3px 15px;
  }

  .music-item .premiere-badge {
    position: absolute;
    font-size: 12px;
    line-height: 16px;
    padding: 4px 8px;
  }

  .person-table td {
    padding: 5px 0;
  }

  .person-table th {
    white-space: nowrap;
    padding: 5px 35px 5px 0;
  }

  .person-table {
    margin-top: 0;
    margin-bottom: 30px;
  }

  .advanced-person-table {
    margin-top: 15px;
    padding: 15px 15px 0;
  }

  .rizanova-video-player .settings .setting-item {
    padding: 8px 12px;
  }

  .rizanova-video-player .settings {
    right: 5px;
    bottom: 63px;
  }

  .person .description {
    font-size: 14px;
    line-height: 22px;
  }

  .person {
    padding: 18px;
  }

  .person .image {
    width: 170px;
    height: 170px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 30px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .more-creators div {
    width: 105px;
    height: 105px;
  }

  .rizanova-video-player .watermark {
    bottom: 45px;
    right: 10px;
  }

  .advanced-person-table.person-table .title-1 {
    margin-top: 0 !important;
  }

  .rizanova-login {
    padding: 30px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    max-width: 434px;
    display: inline-block;
    margin: 30px;
  }

  .passport {
    margin-top: 0;
    padding: 12px;
  }

  .passport .label,
  .passport .value {
    font-size: 16px;
    line-height: 20px;
    white-space: nowrap;
    max-width: 150px;
  }

  /* .sidebar li a.btn-spec {
    margin: 8px 12px;
  } */

  .profile {
    margin-top: 0;
  }

  .profile .first-letter {
    margin-bottom: 25px;
  }

  .profile .detail .label,
  .profile .detail .value {
    font-size: 18px;
    line-height: 22px;
    margin: 10px 8px 10px 0;
  }

  .clear-history {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 15px;
  }

  header.main nav.navbar .search.active {
    display: block;
    position: fixed;
    left: calc(50% + 12px);
    -webkit-transform: translateX(calc(-50% - 12px));
    -ms-transform: translateX(calc(-50% - 12px));
    transform: translateX(calc(-50% - 12px));
    right: 0;
    width: 100%;
    top: 88px;
    margin: 0;
    max-width: calc(540px - 24px);
  }

  header.main.search-open nav.navbar .navbar-tools {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }

  header.main nav.navbar .search .content {
    top: 39px;
    max-height: calc(100vh - 80px);
  }

  .search .content .results {
    max-height: calc(100vh - 198px);
  }

  header.main nav.navbar .search .content .results .result .info .name {
    font-size: 16px;
    line-height: 20px;
  }

  .rizanova-video-player .review {
    padding: 15px 20px;
  }

  .rizanova-video-player .review h4 {
    font-size: 18px;
    line-height: 26px;
  }

  .rizanova-video-player .review .stars a svg {
    width: 20px;
    height: 20px;
  }

  .rizanova-video-player .review .rating {
    font-size: 38px;
    line-height: 46px;
  }

  .album-music-list td {
    padding: 10px 8px;
  }

  .album-music-list .album-music-item .composition-name {
    font-size: 14px;
    line-height: 22px;
    margin-left: 15px;
  }

  .album-music-list .album-music-item .time {
    font-size: 14px;
    line-height: 22px;
    width: 40px;
  }

  .album-music-item .favorite-element {
    width: 16px;
    height: 16px;
  }

  .album-music-item .time svg {
    width: 16px;
    height: 16px;
  }

  .album-music-list .album-music-item .number {
    font-size: 14px;
    line-height: 22px;
  }

  .pagination li a {
    padding: 6px 12px;
    font-size: 14px;
    line-height: 22px;
    height: 30px;
  }

  .error-page-container {
    height: calc(100vh - 88px - 236px);
  }

  .audio-player-open footer.main {
    padding-bottom: 125px;
  }

  .subscription-page .subscription {
    padding: 60px 0;
  }

  .subscription-page .subscription-info {
    padding: 32px 0;
  }

  .subscription-page .subscribe-footer {
    background-color: #333;
    padding: 16px 0;
  }

  .subscription-page .text-1 {
    font-size: 14px;
    line-height: 22px;
  }

  .music-item .controls {
    opacity: 1;
  }

  .select-menu {
    padding: 9px 12px;
    width: 250px;
  }

  .categories .category p {
    font-size: 16px;
    line-height: 22px;
  }

  .payment-text {
    font-size: 16px;
    line-height: 20px;
  }

  .payment-types {
    margin-bottom: 15px;
  }

  .payment-form.card {
    padding: 25px;
  }

  .powered-by {
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.44px;
    color: #fff;
    position: absolute;
    right: 25px;
    bottom: 25px;
  }

  .letters {
    margin: 15px auto;
  }

  /* .rounded-circle.singer-image {
    border-radius: 8px !important;
  } */

  .person-select,
  div.css-1pahdxg-control,
  div.css-1s2u09g-control {
    width: 100%;
  }

  .person-select {
    margin-top: 15px;
  }

  .header-1.d-flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .big-header.d-flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .chart-list .tools {
    display: none !important;
  }

  .chart-list .menyu {
    opacity: 1;
  }

  .music-item .controls {
    background: -o-linear-gradient(top,
        rgba(0, 0, 0, 0) -116.8%,
        rgba(0, 0, 0, 0.3) 100%);
    background: -webkit-gradient(linear,
        left top,
        left bottom,
        color-stop(-116.8%, rgba(0, 0, 0, 0)),
        to(rgba(0, 0, 0, 0.3)));
    background: linear-gradient(180deg,
        rgba(0, 0, 0, 0) -116.8%,
        rgba(0, 0, 0, 0.3) 100%);
  }

  .theme-thing {
    font-size: 14px;
    line-height: 22px;
  }

  .advanced-person-table .table .label,
  .advanced-person-table .table .value {
    font-size: 14px;
    line-height: 22px;
    padding: 6px 8px;
  }

  .advanced-person-table .more-detail {
    padding: 15px;
  }

  .music-item .controls>.share,
  .music-item .controls>a {
    display: none;
  }

  .music-item .controls>a.play-btn {
    display: block;
    -webkit-transform: scale(1.4) !important;
    -ms-transform: scale(1.4) !important;
    transform: scale(1.4) !important;
    opacity: 0.9;
  }

  .big-play-button svg {
    width: 50px;
    height: 50px;
  }

  .home {
    background-position: left;
  }

  .home .welcome h1 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 6px;
  }

  .home .welcome h2 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 16px;
  }

  .home .welcome {
    padding: 20vh 0;
  }

  .home-title {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 12px;
  }

  .home-subtitle {
    font-size: 16px;
    line-height: 22px;
    max-width: 600px;
    margin: 0 auto 28px;
  }

  .home-img {
    margin-bottom: 35px;
  }

  .home-musics {
    margin-top: 80px;
  }

  .platforms {
    padding: 40px 0;
  }

  .platforms h3 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 6px;
  }

  .platforms p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 15px;
  }

  img.devices {
    max-width: 450px;
  }
}

@media (max-width: 575px) {
  .empty-text {
    font-size: 14px;
  }

  .premiere_musics_flex .premiere_musics_flex_sub .premiere_musics_flex_info .t1 {
    font-size: 28px;
  }

  .authCard {
    padding: 20px;
  }

  .rizanova-login {
    margin: 15px;
  }

  .hide-on-575 {
    display: none !important;
  }

  .chart-list li {
    padding: 10px 0;
  }

  .premiere-fav-btn {
    display: none !important;
  }

  .sort .sort-panel a {
    font-size: 12px;
    line-height: 20px;
    padding: 2px 10px;
  }

  .person .info .full-name {
    font-size: 14px;
    line-height: 18px;
  }

  .btn-big-spec {
    border-radius: 8px;
    padding: 10px 22px;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0.75px;
  }

  .rizanova-video-player .duration {
    font-size: 11px;
    line-height: 15px;
  }

  .rizanova-video-player .tools {
    padding: 5px 15px 15px;
    height: 15px;
    margin-top: 9px;
  }

  header.main {
    padding: 15px 0;
  }

  .seven24-content {
    padding-top: 70px;
  }

  .carousel .carousel-intro p {
    display: none;
  }

  .carousel .carousel-intro h2 {
    margin-bottom: 20px;
  }

  .carousel .carousel-intro div.d-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  /* .btn-outline,
  .btn-spec {
    margin-bottom: 10px;
  } */

  .mt-70 {
    margin-top: 25px;
  }

  .mb-70 {
    margin-bottom: 25px;
  }

  .my-70 {
    margin-bottom: 25px;
    margin-top: 25px;
  }

  .pt-70 {
    padding-top: 25px;
  }

  .pb-70 {
    padding-bottom: 25px;
  }

  .py-70 {
    padding-bottom: 25px;
    padding-top: 25px;
  }

  .py-50 {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .px-100 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .py-40 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .carousel-4 .slick-arrow {
    width: 48px;
    height: 48px;
    background-size: contain !important;
    top: 32%;
  }

  nav.title-nav .show-all {
    font-size: 14px;
  }

  nav.title-nav .show-all span {
    margin-right: 5px;
  }

  .categories .category span {
    font-size: 18px;
    line-height: 24px;
  }

  .categories .category .title img {
    height: 45px;
  }

  .carousel.carousel-dots-outside .slick-dots {
    bottom: -30px;
  }

  .carousel-4 {
    margin-left: -12px;
    margin-right: -12px;
  }

  .rizanova-tv .tv p {
    font-size: 16px;
    line-height: 18px;
  }

  .rizanova-audio-playerlist {
    /* top: 70px; */
    top: 73px;
    bottom: 125px;
  }

  .rizanova-preloader {
    top: 73px;
  }

  .header-1 {
    font-size: 16px;
    line-height: 24px;
    padding-top: 15px;
    padding-bottom: 7px;
  }

  .big-header {
    padding-top: 30px;
    padding-bottom: 15px;
    font-size: 16px;
    line-height: 22px;
  }

  .big-header small {
    font-size: 16px !important;
    line-height: 22px !important;
  }

  .video-view-page {
    padding-top: 30px;
    padding-bottom: 0;
  }

  .breadcrumbs {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .sort {
    padding-top: 30px;
    padding-bottom: 15px;
  }

  .sidebar li a {
    font-size: 16px;
    line-height: 20px;
    padding: 10px 14px;
  }

  .dropdown-menu {
    top: 0;
  }

  .album-page .details .info h1 {
    font-size: 20px;
    line-height: 26px;
  }

  .album-page .details .info h2 {
    font-size: 16px;
    line-height: 20px;
  }

  /* .album-page .details .image {
    width: 160px;
    height: 160px;
  } */

  .album-musics.mt-5 {
    margin-top: 2rem !important;
  }

  .album-music-list .album-music-item .composition-name {
    font-size: 14px;
    line-height: 22px;
  }

  .album-music-list .album-music-item .time {
    font-size: 14px;
    line-height: 22px;
    width: 40px;
  }

  .album-music-list .album-music-item .number {
    font-size: 14px;
    line-height: 22px;
  }

  .person-table td {
    padding: 5px 0;
  }

  .person-table th {
    padding: 5px 35px 5px 0;
  }

  .person {
    padding: 15px;
  }

  .person .image {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 15px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .more-creators div {
    width: 100%;
    height: auto;
  }

  .more-creators div::after {
    display: block;
    content: "";
    padding-top: 100%;
  }

  .serias {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0 0 20px 0;
  }

  .serias .content {
    margin: 20px 0 0;
  }

  .seria {
    margin-bottom: 18px;
  }

  .seasons a {
    margin-top: 20px;
  }

  .advanced-person-table .table .label {
    font-size: 14px;
    line-height: 22px;
  }

  .advanced-person-table .table .value {
    font-size: 14px;
    line-height: 22px;
  }

  .rizanova-login input,
  .rizanova-login textarea {
    min-width: 330px;
    padding: 14px 15px;
  }

  .rizanova-login h3 {
    font-size: 20px;
    line-height: 28px;
  }

  .rizanova-login .have-an-account {
    font-size: 14px;
    line-height: 22px;
  }

  .rizanova-login .submit {
    padding: 11px;
  }

  .rizanova-login .another-link {
    padding: 10px;
  }

  .letters a {
    height: 28px;
    min-width: 28px;
  }

  nav.favorite a {
    font-size: 14px;
    line-height: 18px;
    padding: 9px 9px;
    margin-right: 1px;
  }

  header.main nav.navbar .search.active {
    top: 70px;
  }

  header.main nav.navbar .search .content .results .result .info .name {
    font-size: 14px;
    line-height: 18px;
  }

  header.main nav.navbar .search .content .results .result .price span {
    font-size: 14px;
    line-height: 22px;
  }

  header.main nav.navbar .search .content {
    top: 39px;
    max-height: calc(100vh - 80px);
  }

  .search .content .results {
    max-height: calc(100vh - 198px);
  }

  .rizanova-video-player .review {
    padding: 10px 15px;
  }

  .rizanova-video-player .review h4 {
    font-size: 16px;
    line-height: 24px;
  }

  .rizanova-video-player .review .stars {
    width: 100%;
  }

  .rizanova-video-player .review .stars a {
    margin-right: 8px;
  }

  .rizanova-video-player .review .stars a svg {
    width: 18px;
    height: 18px;
  }

  .rizanova-video-player .review .rating {
    font-size: 24px;
    line-height: 32px;
  }

  .error-page-container {
    height: calc(100vh - 70px - 214px);
  }

  .subscription-page .subscription {
    padding: 40px 0;
  }

  .subscription-page .subscription-info {
    padding: 25px 0;
  }

  .setting .theme {
    width: calc(50% - 5px);
    margin-right: 10px;
  }

  .setting .theme:last-child {
    margin-right: 0;
  }

  .setting .theme .image {
    width: 100%;
  }

  .setting .label {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }

  .setting .label {
    font-size: 16px;
    line-height: 24px;
  }

  .singer-item.music-item .title a {
    font-size: 14px;
    line-height: 22px;
  }

  .music-item {
    padding: 0 8px;
  }

  .music-item.album {
    padding: 10px;
  }

  .categories .category p {
    font-size: 14px;
    line-height: 20px;
  }

  .music-item .premiere-badge {
    position: absolute;
    font-size: 11px;
    line-height: 15px;
    padding: 2px 6px;
  }

  .payment-form input {
    font-size: 14px;
    line-height: 22px;
  }

  .payment-form {
    padding: 26px 22px;
  }

  .card .payment-text {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 15px;
  }

  .chart-list .menyu>button {
    padding: 0;
  }

  .chart-list .time-box {
    width: 35px;
  }

  .chart-list .time {
    font-size: 12px;
    line-height: 18px;
  }

  .advanced-person-table .table .d-flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .advanced-person-table .table .label {
    width: 100%;
  }

  .second-level p {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .share .content {
    padding: 15px;
  }

  .share .content .socials {
    padding-bottom: 15px;
    padding-bottom: 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .share .content .link {
    padding-top: 15px;
  }

  .share .content .link span {
    font-size: 14px;
    line-height: 14px;
    white-space: normal;
    text-align: center;
  }

  .share .content .socials a {
    margin-right: 4px;
    margin-left: 4px;
    margin-bottom: 10px;
  }

  .share .content .socials a svg {
    width: 30px;
    height: 30px;
  }

  .share .content .link svg {
    display: none;
  }
}

@media (max-width: 480px) {
  .my-btn {
    line-height: 12px;
    font-size: 14px !important;
    padding: 10px 16px;
  }

  .premiere_musics_flex .premiere_musics_flex_sub .premiere_musics_flex_info .t1 {
    font-size: 26px;
  }

  .my-btn.fs-16 {
    font-size: 14px !important;
  }

  .min-view {
    padding-top: 10px !important;
  }

  .sidebar_title {
    margin: 0 0 10px 0;
  }

  .home .welcome h1 {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 6px;
  }

  .home .welcome h2 {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 12px;
  }

  .home .welcome p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 28px;
    max-width: 420px;
  }

  .home-title {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 10px;
  }

  .home-musics {
    margin-top: 60px;
  }

  .platforms h3 {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 6px;
  }

  img.devices {
    max-width: 80%;
  }

  .stores img {
    max-height: 40px;
  }

  .platforms {
    padding: 25px 0;
  }

  .home .more-about {
    font-size: 16px;
    line-height: 20px;
  }

  .home .welcome {
    padding: 140px 0;
  }

  .top-banner .title {
    font-size: 26px;
    line-height: 36px;
  }

  .top-banner header {
    margin-bottom: 25px;
  }

  .top-banner .text {
    font-size: 14px;
    margin-top: 35px;
  }

  .top-banner .form-check-label {
    font-size: 16px;
  }

  .top-banner .close {
    right: 15px;
    top: 5px;
  }

  .top-banner .image .mockup {
    width: 60%;
  }

  .Toastify__toast-container {
    top: unset !important;
    bottom: 0 !important;
    left: 0 !important;
    -webkit-transform: unset !important;
    -ms-transform: unset !important;
    transform: unset !important;
  }

  .rizanova-video-player .watermark {
    bottom: 40px;
  }

  .rizanova-video-player .review {
    padding: 10px 10px;
  }

  .rizanova-video-player .review h4 {
    font-size: 16px;
    line-height: 24px;
  }

  .rizanova-video-player .review .stars {
    width: 100%;
  }

  .rizanova-video-player .review p {
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 18px;
  }

  .rizanova-video-player .review .stars a {
    margin-right: 8px;
  }

  .rizanova-video-player .review .stars a svg {
    width: 18px;
    height: 18px;
  }

  .rizanova-video-player .review .rating {
    font-size: 18px;
    line-height: 20px;
  }

  .close-audio-player {
    position: absolute;
    bottom: 12px;
    right: 12px;
  }

  .payment-form .d-flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .payment-form.card .d-flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .payment-form input:not(.serial):not(.expire) {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .payment-form input.serial {
    margin-bottom: 15px;
  }

  .show-all.mb-3,
  .title-1.mb-3 {
    margin-bottom: 10px !important;
  }

  .carousel .carousel-intro h2 {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 10px;
  }

  .pagination {
    margin: 30px 0;
  }

  .picture-in-picture {
    display: none;
  }
}

@media (max-width: 475px) {
  .btn-big-spec {
    border-radius: 8px;
    padding: 8px 18px;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0.75px;
  }

  .select-menu {
    padding: 4px 12px;
  }

  .menu-content button {
    padding: 10px 8px;
  }

  .sidebar {
    margin-bottom: 25px;
  }

  .album-music-list .album-music-item .time {
    margin-left: 25px;
  }

  .album .info .name {
    font-size: 14px;
    line-height: 22px;
  }

  .sub-title-2 {
    font-size: 14px;
    line-height: 16px;
  }

  nav.title-nav .show-all span {
    white-space: nowrap;
  }

  .person>.d-flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .person .image {
    width: 60%;
    height: auto;
    margin: 0 auto 15px;
  }

  .music-item .title {
    margin-top: 7px;
    line-height: 14px;
  }

  .seasons a {
    font-size: 14px;
    line-height: 22px;
  }

  .rizanova-login input,
  .rizanova-login textarea {
    min-width: 295px;
  }

  .rizanova-login p.login-social-text {
    margin: 14px 0;
  }

  .rizanova-login h3 {
    margin: 15px 0;
    font-size: 18px;
    line-height: 26px;
  }

  .rizanova-login svg.logo {
    width: 132px;
    height: 32px;
  }

  .rizanova-login .close svg {
    width: 20px;
    height: 20px;
  }

  .rizanova-login .login-text-btn {
    margin-bottom: 18px;
  }

  .profile .first-letter {
    font-size: 50px;
    line-height: 84px;
  }

  .profile .detail .label,
  .profile .detail .value {
    font-size: 16px;
    line-height: 20px;
  }

  .profile .first-letter {
    margin-bottom: 15px;
  }

  nav.favorite {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .rizanova-video-player .review {
    -webkit-transform: translateX(-50%) translateY(0);
    -ms-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
    top: 30px;
  }

  .page-banner-img {
    max-height: 23vh;
  }

  .carousel-4 .slick-arrow {
    width: 35px;
    height: 35px;
    background-size: contain !important;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .title-1 {
    font-size: 20px;
    line-height: 20px;
  }

  .inner-page .music-item .singer a {
    font-size: 13px;
    line-height: 14px;
  }

  .inner-page .music-item .title a {
    font-size: 14px;
    line-height: 16px;
  }

  .pagination {
    margin: 20px 0;
  }

  .person-table {
    margin-top: 0;
    margin-bottom: 15px;
  }

  .advanced-person-table {
    margin-top: 15px;
    padding: 10px 10px 0;
  }

  .advanced-person-table .more-detail {
    padding: 10px;
  }

  .volume>a>svg {
    width: 20px;
  }

  .rizanova-video-player .tool {
    margin-right: 10px;
  }

  .album-page .details .info h2 {
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 425px) {
  .carousel .carousel-intro h2 {
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 14px;
  }

  .home-subtitle {
    font-size: 14px;
    line-height: 20px;
    max-width: 100%;
    margin: 0 auto 50px;
  }

  .home-title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 10px;
  }

  .main .btn-gradient-purple {
    padding: 12px 16px;
    font-size: 12px;
    border-radius: 8px;
  }

  .platforms p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 15px;
  }

  .stores img {
    max-height: 42px;
    margin-bottom: 12px;
  }

  .home-img {
    margin-bottom: 55px;
    transform: scale(2) translateX(0);
  }

  .video-player-play-btn {
    padding: 10px;
  }

  .video-player-prev-btn {
    padding: 10px;
  }

  .video-player-next-btn {
    padding: 10px;
  }

  .video-player-prev-btn svg {
    width: 20px;
    height: 20px;
  }

  .video-player-next-btn svg {
    width: 20px;
    height: 20px;
  }

  .video-player-play-btn svg {
    width: 30px;
    height: 30px;
  }

  .carousel .carousel-intro p {
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.13px;
    margin-bottom: 10px;
    margin-top: 10px;
  }

  /* .btn-gradient-purple,
  .btn-outline,
  .btn-spec {
    padding: 5px 10px;
    font-size: 11px;
    line-height: 12px;
  } */

  .carousel .slick-dots {
    bottom: 3px;
  }

  .profile-menu .header {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }

  .profile-menu ul li {
    padding: 2px 0;
  }

  .profile-menu ul {
    margin-top: 5px;
  }

  .profile-menu .footer {
    padding-top: 10px;
    margin-top: 10px;
  }

  .hambergur-menu li {
    margin: 8px 0;
  }

  .hambergur-menu {
    padding: 5px 16px;
  }

  .profile-menu ul li a,
  .profile-menu ul li button {
    line-height: 14px;
  }

  .store-link {
    width: calc(50% - 0.5rem);
    display: block;
  }

  .store-link img {
    max-width: 100%;
  }

  .header-1 {
    font-size: 14px;
    line-height: 24px;
    padding-top: 10px;
    padding-bottom: 5px;
  }

  .big-header {
    padding-top: 25px;
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 22px;
  }

  .video-view-page {
    padding-top: 25px;
    padding-bottom: 0;
  }

  .breadcrumbs {
    padding-top: 25px;
    padding-bottom: 15px;
  }

  .sort {
    padding-top: 25px;
    padding-bottom: 10px;
  }

  .sidebar li a {
    font-size: 14px;
    line-height: 18px;
    padding: 10px 10px;
  }

  .chart-list .control-play,
  .chart-list .number,
  .chart-list .number div {
    width: 25px;
  }

  .chart-list .artist-name {
    font-size: 14px;
    line-height: 22px;
  }

  .album-page .details>.d-flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .album-page .details .info h1 {
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .album-music-list .album-music-item .time {
    font-size: 12px;
    line-height: 20px;
    width: 35px;
  }

  .album-music-list .album-music-item {
    padding: 10px 10px;
  }

  .album-music-list .album-music-item .composition-name {
    margin-left: 15px;
  }

  .seria .name {
    font-size: 14px;
    line-height: 22px;
  }

  .seria .time {
    font-size: 12px;
    line-height: 14px;
  }

  .rizanova-login input,
  .rizanova-login textarea {
    min-width: 275px;
    padding: 10px 10px;
  }

  .rizanova-login .submit {
    padding: 8px;
    font-size: 14px;
    line-height: 22px;
    margin: 12px 0;
  }

  .rizanova-login .another-link {
    padding: 6px;
    font-size: 14px;
    line-height: 22px;
  }

  .rizanova-login .form-group {
    margin-bottom: 12px;
  }

  .rizanova-login {
    padding: 30px;
  }

  .rizanova-login h3 {
    margin: 12px 0;
  }

  .passport .label,
  .passport .value {
    font-size: 14px;
    line-height: 18px;
  }

  .rizanova-video-player .review {
    -webkit-transform: translateX(-50%) translateY(0);
    -ms-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
    top: 15px;
  }

  .error-page-container {
    height: calc(100vh - 214px);
  }

  .premiere-fav-btn svg {
    width: 17px;
    height: 15px;
  }

  .pt-70 {
    padding-top: 15px;
  }

  .pb-70 {
    padding-bottom: 15px;
  }

  .actor .name {
    font-size: 14px;
    line-height: 22px;
  }

  .more-creators div {
    font-size: 16px;
    line-height: 20px;
  }

  .advanced-person-table .table .label,
  .advanced-person-table .table .value {
    font-size: 14px;
    line-height: 14px;
    padding: 4px 6px;
  }

  .advanced-person-table .table .value {
    margin-bottom: 10px;
  }
}

@media (max-width: 411px) {
  header.main nav.navbar .navbar-tools>a {
    margin: 0 3px;
  }

  .rizanova-video-player .watermark {
    bottom: 14%;
  }

  .rizanova-video-player .watermark svg {
    width: 60px;
  }

  div.hambergur {
    margin-left: 10px;
  }

  .tariff-btn {
    padding: 5px;
    line-height: 10px;
    font-size: 10px;
  }

  .profile-btn {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
  }

  div.logo svg {
    max-width: 120px;
  }

  nav.title-nav .show-all {
    font-size: 13px;
  }

  .person .info .full-name {
    font-size: 13px;
    line-height: 17px;
  }

  nav.title-nav .show-all span {
    margin-right: 3px;
  }

  .chart-list li {
    padding: 12px;
  }

  .chart-list .number {
    font-size: 18px;
    line-height: 22px;
  }

  .title-1 {
    font-size: 14px;
    line-height: 14px;
  }

  .title-2 {
    font-size: 14px;
  }

  .title-3 {
    font-size: 14px;
    line-height: 22px;
  }

  .categories .category span {
    font-size: 18px;
    line-height: 20px;
  }

  .categories .category .title img {
    height: 40px;
  }

  .feedback-link {
    font-size: 14px;
    line-height: 18px;
  }

  .rizanova-login {
    margin: 20px;
    padding: 20px;
  }

  .rizanova-video-player .review h4 {
    font-size: 14px;
    line-height: 22px;
  }

  .rizanova-video-player .review .rating {
    font-size: 16px;
    line-height: 18px;
  }
}

@media (max-width: 403px) {
  .me-403-0 {
    margin-right: 0 !important;
  }
}

@media (max-width: 400px) {
  .big-play-button svg {
    width: 40px;
    height: 40px;
  }

  .sort-panel span {
    font-size: 14px;
    margin-right: 6px;
  }

  .rizanova-audio-player .main .controls {
    margin-right: 10px;
  }

  .rizanova-login input,
  .rizanova-login textarea {
    min-width: 275px;
  }

  .rizanova-login .login-text-btn {
    margin-bottom: 12px;
  }

  .rizanova-login h3 {
    margin: 8px 0;
  }

  .rizanova-login p.login-social-text {
    margin: 10px 0;
  }

  .music-item.film-item {
    padding: 0 12px 35px;
  }
}

@media (max-width: 382px) {

  .feedback-link-box,
  .socials-box {
    margin-left: auto;
    margin-right: auto;
  }

  .rizanova-audio-player .main .tools .volume .rc-slider {
    display: none !important;
  }

  .rizanova-audio-player .main .tools .volume a {
    margin-right: 0 !important;
  }

  .chart-list li .info {
    max-width: 200px;
  }
}

@media (max-width: 375px) {
  .video-player-prev-btn svg {
    width: 15px;
    height: 15px;
  }

  .premiere_musics_flex .premiere_musics_flex_sub .premiere_musics_flex_info .t1 {
    font-size: 24px;
  }

  .premiere_musics_flex .premiere_musics_flex_sub {
    height: 220px !important;
  }

  .video-player-next-btn svg {
    width: 15px;
    height: 15px;
  }

  .video-player-play-btn svg {
    width: 22px;
    height: 22px;
  }

  .chart-list li .info {
    max-width: 140px;
  }

  .rizanova-video-player .review .close {
    position: absolute;
    top: 6px;
    right: 6px;
  }

  .rizanova-video-player .review h4 {
    margin: 0 0 4px;
    font-size: 14px;
    line-height: 18px;
  }

  .rizanova-video-player .review p {
    margin: 0 0 7px;
    font-size: 12px;
    line-height: 16px;
  }

  .rizanova-video-player .review .rating {
    font-size: 16px;
    line-height: 16px;
  }

  .rizanova-video-player .review .stars {
    margin-bottom: 4px;
  }
}

@media (max-width: 360px) {
  .nickname .link-view .photo {
    width: 100%;
    height: auto;
    padding: 0;
  }

  .rizanova-login input,
  .rizanova-login textarea {
    min-width: 238px;
    padding: 12px 12px;
  }

  .rizanova-video-player .review .close svg {
    width: 20px;
    height: 20px;
  }

  .rizanova-video-player .review p {
    margin: 0 0 7px;
    font-size: 11px;
    line-height: 11px;
    white-space: unset;
  }

  .rizanova-video-player .review .stars a {
    margin-right: 5px;
  }
}

@media (max-width: 320px) {
  header.main nav.navbar .navbar-tools>a {
    margin: 0 3px;
  }

  .rizanova-login .close {
    right: 10px;
    top: 10px;
  }

  .rizanova-login input,
  .rizanova-login textarea {
    min-width: auto;
    padding: 10px 10px;
  }

  div.hambergur {
    margin-left: 6px;
  }

  header.main nav.navbar .navbar-tools>a svg {
    height: 16px;
  }

  .tariff-btn {
    padding: 5px;
    line-height: 10px;
    font-size: 10px;
  }

  div.logo svg {
    max-width: 100px;
  }

  .profile-btn {
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 16px;
  }

  .carousel .carousel-intro h2 {
    font-size: 18px;
    margin-bottom: 15px;
  }

  /* .btn-outline,
  .btn-spec {
    padding: 5px 8px;
    line-height: 10px;
    font-size: 10px;
  } */
  .title-1 {
    font-size: 20px;
  }

  .title-2 {
    font-size: 14px;
  }

  .title-3 {
    font-size: 14px;
    line-height: 22px;
  }

  .categories .category span {
    font-size: 16px;
    line-height: 18px;
  }

  .categories .category .title img {
    height: 30px;
  }

  .chart-list li .info {
    max-width: 120px;
  }

  .rizanova-video-player .review p {
    display: none;
  }

  .rizanova-video-player .review h4 {
    margin: 0 0 8px;
    font-size: 16px;
    line-height: 20px;
  }
}

@media (max-width: 1200px) and (min-width: 320px) {
  .btnTestFree {
    display: none !important;
  }
}

@media (max-width: 767px) and (min-width: 320px) {
  .btnTestFree2 {
    display: block !important;
  }

  div.hambergur {
    display: block;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-left: 16px;
    margin-right: 0;
  }

  .settings2Carusel {
    display: none !important;
  }

  .chart-list .advanced .details .info .info_sub {
    width: auto;
    min-width: 60px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .chart-list .advanced .details .info .info_sub_audiobook {
    width: auto;
    min-width: 60px;
    padding-left: 0;
    padding-right: 10px;
  }
  .chart-list .advanced .details .info .info_sub>p:nth-child(1) {
    display: none;
  }

  .downloadIconChart {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }
}

@media (max-width: 575px) and (min-width: 320px) {
  .premiere_musics_flex {
    flex-direction: column;
  }

  .premiere_musics_flex .premiere_musics_flex_sub {
    width: 100%;
    margin-right: 0;
    height: 200px;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .premiere_musics_flex .premiere_musics_flex_sub .premiere_musics_flex_info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
  }

  .premiere_musics_flex>.carousel-4 {
    width: 100%;
    margin-left: 0;
  }
}

/* premier carusel media start */
@media (max-width: 992px) and (min-width: 765px) {
  .image-shadow .info_carousel_sub {
    padding: 30px;
  }

  .image-shadow .info_carousel_t1 {
    font-size: 30px;
    line-height: 38px;
  }

  .image-shadow .info_carousel_t2 {
    font-size: 18px;
    line-height: 20px;
    margin-top: 8px;
  }

  .carousel img {
    height: 250px !important;
  }

  .image-shadow img {
    height: 250px !important;
  }

  .chart-list .advanced .details .info .info_sub {
    width: 220px;
    margin-right: 15px;
  }
}

@media (max-width: 992px) and (min-width: 320px) {
  .sidebar-mobile {
    display: block;
    margin-bottom: 25px;
  }

  .sidebar {
    display: none;
  }

  .content_header {
    flex-direction: column;
    align-items: flex-start;
  }

  .customSearch {
    width: 100%;
    height: 46px;
    margin-bottom: 10px;
  }

  .big-header-alt {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .big-header-alt>.big-header-search {
    width: 100% !important;
    display: flex;
  }

  /* .album-page .details .image {
    width: 150px;
    height: 150px;
  } */

  /* .album-page .details .image {
    margin-right: 20px;
  } */

  .album-page .details .info h1 {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .album-page .details.music-detail .info {
    margin-top: 15px;
    width: 100%;
  }

  .album-page .details .image {
    margin-right: 0;
    width: 234px;
    height: 234px;
    margin-bottom: 10px;
  }

  .album-page .details.music-detail .image .controls {
    width: auto;
    height: auto;
  }

  .min-view {
    padding-top: 20px !important;
  }

  .album-page .details>.d-flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .album-page .details .info h2 {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
  }

  .album-page .details .info h1 {
    margin-bottom: 15px !important;
  }

  .album-page .details .info .tracks-info {
    text-align: center;
  }

  .album-page .details .info .singer {
    margin-bottom: 5px;
    text-align: center;
  }

  .album-page .details .info>.d-flex {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .person>.d-flex {
    /* flex-direction: column;
    align-items: center; */
    flex-basis: 100% !important;
  }

  .person>.d-flex>.info {
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .result.person>.d-flex>.info {
    margin-top: unset;
    display: unset;
    flex-direction: unset;
    align-items: unset;
    width: 100%;
  }
}

@media (max-width: 765px) and (min-width: 576px) {
  .image-shadow .info_carousel_sub {
    padding: 30px;
  }

  .image-shadow .info_carousel_t1 {
    font-size: 25px;
    line-height: 30px;
  }

  .image-shadow .info_carousel_t2 {
    font-size: 16px;
    line-height: 20px;
    margin-top: 8px;
  }

  .carousel img {
    height: 250px !important;
  }

  .image-shadow img {
    height: 250px !important;
  }

  .carousel .slick-dots {
    bottom: -25px !important;
  }
}

@media (max-width: 576px) and (min-width: 320px) {
  .image-shadow .info_carousel_sub {
    padding: 15px;
  }

  .image-shadow .info_carousel_t1 {
    font-size: 22px;
    line-height: 25px;
  }

  .image-shadow .info_carousel_t2 {
    font-size: 16px;
    line-height: 20px;
    margin-top: 8px;
  }

  .carousel img {
    height: 200px !important;
  }

  .image-shadow img {
    height: 200px !important;
  }

  .carousel .slick-dots {
    bottom: -25px !important;
  }

  .carousel-item {
    width: calc(100% - 24px) !important;
    margin-left: 12px;
  }
}

/* premier carusel media end */