body,
html {
    margin: 0;
    min-height: 100%;
}

html {
    font-family: "Raleway", sans-serif;
    font-variant-numeric: lining-nums proportional-nums;
}

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

a {
    text-decoration: none;
}

div {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

svg {
    display: block;
}

.cursor {
    cursor: pointer;
}

.mr24 {
    margin-right: 24px;
}

.ml24 {
    margin-left: 24px;
}

.container_clip {
    max-width: 896px;
    margin: 0 auto;
}

@media (max-width: 896px) and (min-width: 320px) {
    .container_clip {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

.columnBox {
    margin: 0;
    width: calc(100% + 22px);
    display: flex;
    flex-flow: row wrap;
    margin-left: -12px;
}

.columnBoxFive {
    position: relative;
    margin: 15px;
    width: calc((100% / 5) - 31px);
    margin-bottom: 0;
}

.columnBoxFour {
    position: relative;
    margin: 15px;
    width: calc((100% / 4) - 31px);
    margin-bottom: 0;
}

.columnBoxThree {
    position: relative;
    margin: 15px;
    width: calc((100% / 3) - 31px);
    margin-bottom: 0;
}

.columnBoxTwo {
    position: relative;
    margin: 15px;
    width: calc((100% / 2) - 31px);
    margin-bottom: 0;
}

.btn,
.btnLink,
.btnWhitee {
    border-radius: 10px;
    background: linear-gradient(98deg, #ff4826 -32.13%, #9300ff 125.52%);
    color: #fff;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    padding: 10px 16px;
    /* display: flex;
  justify-content: center;
  align-items: center; */
    border: 0;
}

.btn:hover {
    background: linear-gradient(98deg, #ff4826 -60.13%, #9300ff 95.52%);
}

.btnWhitee {
    color: #0d0d0d;
    background: #fff;
}

.btnWhitee:hover {
    background: #fff !important;
}

.btnWhitee svg path {
    stroke: #0d0d0d;
}

header.main {
    background-color: #0C0C13;
    padding: 16px 0;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1010;
}

.btnTestFree2 {
    display: none;
}

.navbar-tools-main {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
}

header.main div.menu {
    width: auto;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    overflow: hidden;
}

header.main.search-open div.menu {
    width: 0;
}

header.main nav.navbar .navbar-flex {
    height: 40px;
}

header.main nav.navbar ul.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style-type: none;
    max-height: 20px;
}

header.main nav.navbar ul.nav li {
    padding: 0 12px;
}

header.main nav.navbar ul.nav li a {
    color: #fff;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    -webkit-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    transition: all ease 0.2s;
}

header.main nav.navbar ul.nav li a.active,
header.main nav.navbar ul.nav li a:hover {
    color: #ef225d !important;
}

header.main nav.navbar .navbar-tools a path {
    -webkit-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    transition: all ease 0.2s;
}

header.main nav.navbar .navbar-tools a:hover path {
    fill: #ef225d;
}

header.main nav.navbar .navbar-tools .searchIcon {
    display: block;
}

header.main nav.navbar .navbar-tools .searchIcon2 {
    display: none;
}

.search {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    background: #0d0d0d;
    height: 40px;
    margin: 6px 10px;
    width: 0;
    display: none;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    position: relative;
    border-radius: 12px;
}

.search-form-person {
    margin: 6px 10px;
    border-radius: 12px;
}

.search-form {
    border: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* border-radius: 4px; */
    background: 0 0;
    height: 40px;
    /* margin: 32px 0 56px 0; */
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    position: relative;
}

.search button,
.search-form button {
    border: 0;
    background-color: transparent;
    outline: 0;
    cursor: pointer;
}

.search .content {
    position: absolute;
    left: 0;
    top: 45px;
    right: 0;
    border-radius: 10px;
    z-index: 10;
    /* max-height: calc(100vh - 68px); */
    max-height: calc(100vh - 68px);
    background: #0d0d0d;
    border: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
}

.search .content .results {
    padding: 16px;
    max-height: calc(100vh - 128px);
    overflow-x: hidden;
    overflow-y: auto;
}

.search .content .person .image {
    margin-bottom: 0 !important;
}

.search .content .results .result {
    padding: 0;
    padding-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
    background-color: transparent;
    overflow: hidden;
}

.search .content .results a:last-child .borderLine {
    display: none;
}

.search .content .results .borderLine {
    display: flex;
    width: 100%;
    height: 0.5px;
    background-color: rgba(255, 255, 255, 0.1);
    margin-bottom: 10px;
}

.search .content .results .result .about {
    flex-basis: 40%;
}

.search .content .results .result:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}

.search .content .results .result .image {
    margin-right: 8px;
    overflow: hidden !important;
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background-color: transparent;
}

.search .content .results .result .image img {
    width: 36px;
    height: 36px;
    overflow: hidden !important;
    object-fit: cover;
    -webkit-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    transition: all ease 0.2s;
    border-radius: 8px !important;
}

.search .content .results .result:hover .image img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.search .content .results .result .info {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-top: 0;
    width: 165px;
    padding-right: 8px;
}

.search .content .results .result .not-found {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}

.search .content .results .result .info .name {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    -webkit-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    transition: all ease 0.2s;
    word-break: break-word;
    overflow: hidden;
    display: -webkit-box;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.search .content .results .result:hover .info .name {
    color: #ef225d !important;
}

.search .content .results .result .info .year {
    color: #aba8aa;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 16px;
    color: #fff;
}

.search .content .results .result .info .rating {
    background: #ef225d;
    border-radius: 4px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0.1px;
    padding: 4px 6px;
    color: #eee;
    display: inline-block;
    margin-top: 15px;
}

.search .content .results .result .price {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.search .content .results .result .price span {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.44px;
    color: #e0e0e0;
}

.search .content .results .result .price span.free {
    overflow: hidden;
    color: #99959d;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
}

.search .content .results .result .price span.not-free {
    color: #ef225d;
}

.search .content div.footer {
    padding: 16px;
}

.footerr {
    height: 60px;
}

.search .content div.footer a {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.44px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    -webkit-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    transition: all ease 0.2s;
}

.search .content div.footer {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.search .content svg:not(.lang) path {
    fill: #fff;
}

.search .content a:hover path {
    fill: #ef225d !important;
}

.search .content div.footer a:hover {
    color: #ef225d !important;
}

.search.active {
    display: block;
}

.search input {
    width: 100%;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.44px;
    padding: 8px;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    background-color: transparent;
    border: 0;
    outline: 0;
}

.search-form input {
    width: 100%;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.44px;
    padding: 8px;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    background-color: transparent;
    border: 0;
    outline: 0;
}

div.hambergur:hover path {
    fill: #ef225d !important;
}

.tariff-btn {
    padding: 8px 12px;
    background: -o-linear-gradient(left, #b330f1 0, #ec2378 100%);
    background: -webkit-gradient(linear,
            left top,
            right top,
            color-stop(0, #b330f1),
            to(#ec2378));
    background: linear-gradient(90deg, #b330f1 0, #ec2378 100%);
    border-radius: 163px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.1px;
    color: #fff;
    -webkit-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    transition: all ease 0.2s;
}

.tariff-btn:hover {
    background: -o-linear-gradient(left, #7d0eb1 0, #c00a56 100%);
    background: -webkit-gradient(linear,
            left top,
            right top,
            color-stop(0, #7d0eb1),
            to(#c00a56));
    background: linear-gradient(90deg, #7d0eb1 0, #c00a56 100%);
}

.profile-btn {
    /* background: #c4c4c4;
  border-radius: 50%;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 36px;
  display: inline-block;
  width: 36px;
  height: 36px;
  text-align: center;
  background: url(../image/profile-border.svg) center;
  border: 0;
  padding: 0; */
    cursor: pointer;
    padding: 0;
    background: none !important;
    border: 0;
}

.profile-btn a {
    color: #000;
}

.profile-btn>a {
    display: block;
}

header.main.search-open nav.navbar .navbar-tools {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

header.main nav.navbar .navbar-tools>a {
    margin: 0 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

header.main nav.navbar .navbar-tools>a:last-of-type {
    margin-right: 0;
}

header.main nav.navbar .navbar-tools img {
    display: block;
}

.navbar-tools {
    position: relative;
}

.profile-menu {
    background: #101019;
    -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 8px;
    padding: 16px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.44px;
    color: #fff;
}

.profile-menu .header {
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #bdbdbd;
}

.profile-menu .header a {
    font-weight: 600;
    color: #fff;
}

.profile-menu .header a:hover {
    color: #ef225d;
}

.profile-menu ul {
    padding-left: 0;
    list-style-type: none;
}

.profile-menu ul li a,
.profile-menu ul li button,
.profile-menu ul li label {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.44px;
    color: #fff;
    padding: 8px 0;
    display: inline-block;
    border: 0;
    background-color: transparent;
    cursor: pointer;
    text-align: left;
}

.profile-menu ul li a:hover,
.profile-menu ul li button:hover {
    color: #ef225d !important;
}

.profile-menu .footer {
    padding-top: 16px;
    margin-top: 16px;
    border-top: 1px solid #bdbdbd;
}

.profile-menu .footer a {
    font-weight: 400;
    color: #fff;
}

.profile-menu .footer a:hover {
    color: #ef225d;
}

.profile-menu ul li span {
    white-space: nowrap;
}

.form-switch .form-check-input {
    width: 51px;
    height: 31px;
}

header.main nav div.line {
    height: 28px;
    border: 1px solid #fff;
    opacity: 0.1;
    margin-left: 22px;
    margin-right: 22px;
}

header.main.search-open .line {
    margin-left: 32px;
}

.hambergur-menu {
    list-style-type: none;
    padding: 8px 16px;
    background: #0d0d0d;
    -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    min-width: 250px;
    z-index: 1001;
}

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

.hambergur-menu li a,
.hambergur-menu li button {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.44px;
    color: #fff;
    background-color: transparent;
    border: 0;
    outline: 0;
    text-align: left;
    padding: 0;
    cursor: pointer;
}

.hambergur-menu li a:hover {
    color: #ef225d;
}

a[role="button"] {
    cursor: pointer;
}

.slick-arrow {
    display: none;
}

.carousel img {
    width: 100%;
}

.carousel-item {
    position: relative;
}

.seven24-content {
    background-color: #0C0C13;
}

/*
.carousel .slick-dots {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
} */

/* .carousel.carousel-dots-outside .slick-dots {
  bottom: -40px;
} */
/*
.carousel .slick-dots button {
  background: #ef225d;
  opacity: 0.4;
  width: 12px;
  height: 12px;
  border: 0;
  outline: 0;
  border-radius: 50%;
  text-indent: -9999px;
  white-space: nowrap;
  cursor: pointer;
  position: relative;
}

.carousel .slick-dots button {
  border-radius: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.carousel .slick-dots .slick-active button::after {
  content: "";
  display: block;
  position: absolute;
  width: 18px;
  height: 18px;
  top: -3px;
  right: -3px;
  background: url(../image/ellipse.svg) top right no-repeat;
  -webkit-animation: circleRotate 2s linear 0s infinite forwards normal;
  animation: circleRotate 2s linear 0s infinite forwards normal;
}

.carousel .slick-dots .slick-active button {
  opacity: 1;
}

.carousel .slick-dots li {
  margin-right: 8px;
}

.carousel .slick-dots li:last-of-type {
  margin-right: 0;
} */
.slick-slide {
    transform: scale(0.96);
}

.slick-active {
    transform: scale(1) !important;
}

.slick-dots {
    transform: translate(0, 5px);
    bottom: 24px;
}

.slick-dots ul li {
    margin: 0;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px !important;
    height: 10px;
    margin: 0 !important;
    padding: 0;
    cursor: pointer;
}

.slick-dots .custompage {
    background: #cad3df;
    width: 6px;
    height: 6px;
    border-radius: 50%;
}

.slick-dots .slick-active {
    width: 30px !important;
    margin-right: 7px !important;
    overflow: hidden;
}

.slick-dots .slick-active .custompage {
    transition: 250ms ease-in-out;
    overflow: hidden;
    position: relative;
    background: #cad3df;
    width: 30px !important;
    height: 6px;
    border-radius: 8px;
}

.slick-active>.custompage::before {
    content: "";
    display: block;
    height: 6px;
    border-radius: 8px;
    width: 0;
    background: #677394;
    animation: progressBar 3000ms linear forwards;
}

@keyframes progressBar {
    0% {
        width: 0;
    }

    100% {
        width: 30px;
    }
}

.slick-dots .custompage {
    background: #b9bfce;
    width: 6px;
    height: 6px;
    border-radius: 50%;
}

.carousel .carousel-intro {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 400px;
    left: 5%;
    z-index: 2;
    opacity: 1;
    -webkit-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.carousel .carousel-intro h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 32px;
    color: #fff;
    margin-top: 0;
    margin-bottom: 16px;
}

.carousel .carousel-intro.must-white h2 {
    color: #fff !important;
}

.carousel .carousel-intro p {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.15px;
    color: #e0e0e0;
    margin-bottom: 24px;
}

.carousel .carousel-intro.must-white p {
    color: #e0e0e0 !important;
}

.btn-outline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 8px;
    padding: 12px 24px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0.75px;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.must-white .btn-outline {
    color: #fff !important;
    border: 1px solid #fff !important;
}

.btn-outline:hover {
    background-color: #fff;
    color: #000 !important;
}

.btn-outline svg {
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.btn-outline:hover svg {
    fill: #000 !important;
}

.btn-spec {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    background: #ef225d;
    border: 1px solid #ef225d;
    border-radius: 8px;
    padding: 12px 24px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0.75px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.btn-big-spec {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    background: #ef225d;
    border: 1px solid #ef225d;
    opacity: 0.95;
    border-radius: 8px;
    padding: 12px 35px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0.75px;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.btn-big-spec:hover {
    opacity: 1;
    background: #ff2c68;
}

.rizanova-account .btn-spec {
    text-transform: unset;
}

.btn-spec svg path {
    fill: #fff;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.btn-big-spec svg path {
    fill: #fff;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.btn-white {
    background: #fff;
    border: 1px solid #fff;
    padding: 10px 10px;
}

.btn-white path {
    fill: #ef225d !important;
}

.btn-spec-smaller {
    padding: 8px 16px;
    font-size: 13px;
    line-height: 13px;
}

.btn-spec:hover {
    background-color: transparent;
    color: #ef225d;
}

.btn-spec:hover svg path {
    fill: #ef225d;
}

@-webkit-keyframes circleRotate {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes circleRotate {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.mt-80 {
    margin-top: 80px;
}

.mb-80 {
    margin-bottom: 80px;
}

.my-80 {
    margin-bottom: 80px;
    margin-top: 80px;
}

.pt-80 {
    padding-top: 80px;
}

.pb-80 {
    padding-bottom: 80px;
}

.py-80 {
    padding-bottom: 80px;
    padding-top: 80px;
}

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

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

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

.pt-60 {
    padding-top: 60px;
}

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

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

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

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

.pt-35 {
    padding-top: 35px;
}

.pb-35 {
    padding-bottom: 35px;
}

.mt-35 {
    margin-top: 35px;
}

.title-1 {
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 32px;
    color: #fff;
}

.title-2 {
    color: #fff;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
}

.title-2 a {
    color: #fff;
}

.title-2 a:hover {
    color: #ef225d;
}

.title-3 {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    color: #fff;
}

.current-playlist {
    color: #828282;
}

.premiere_musics_flex {
    display: flex;
}

.premiere_musics_flex .premiere_musics_flex_sub {
    width: 264px;
    margin-right: 24px;
    height: 257px;
    overflow: hidden;
    position: relative;
    border-radius: 16px;
}

.premiere_musics_flex .audiobook_gradient_border::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 16px;
    padding: 4px;
    background: linear-gradient(#6f38e2, #fc5037);
    -webkit-mask: linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.premiere_musics_flex .premiere_musics_flex_sub>img {
    width: 100%;
    height: 100%;
}

.premiere_musics_flex .premiere_musics_flex_sub .premiere_musics_flex_info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.premiere_musics_flex .premiere_musics_flex_sub .premiere_musics_flex_info {
    padding: 24px;
}

.premiere_musics_flex .premiere_musics_flex_sub .premiere_musics_flex_info .t1 {
    color: #fff;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 36px;
    font-style: normal;
    font-weight: 800;
    line-height: 40px;
    margin: 0 !important;
}

.premiere_musics_flex .premiere_musics_flex_sub .premiere_musics_flex_info .t2 {
    color: #fff;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    margin: 10px 0 0 0 !important;
}

.premiere_musics_flex .premiere_musics_flex_sub .premiere_musics_flex_info .t3 {
    color: #fff;
    opacity: .7;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    margin: 12px 0 0 0 !important;
}

.premiere_musics_flex .premiere_musics_flex_sub .premiere_musics_flex_info .t4 {
    color: #fff;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    margin: 0 !important;
}

.premiere_musics_flex .premiere_musics_flex_sub .premiere_musics_flex_info div svg {
    transform: scale(1.6);
    margin-top: 40px;
    cursor: pointer;
}

.premiere_musics_flex .premiere_musics_flex_sub .premiere_musics_flex_info .audiobook svg {
    transform: scale(1.6);
    margin-top: 20px;
    cursor: pointer;
}

.premiere_musics_flex>.carousel-4 {
    width: calc(100% - 264px);
}

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

.album-page-person .music-item {
    padding: 0 !important;
}

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

/* .padding-0 .music-item {
  padding: 0;
} */

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

.mb-10 {
    margin-bottom: 10px;
}

.mr-16 {
    margin-right: 16px;
}

.music-item .image {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
}

.singer-item .image {
    overflow: hidden;
}

.music-item .image img {
    border-radius: 16px;
    overflow: hidden;
}

.seek_image {
    border-radius: 4px !important;
    overflow: hidden;
}

.seek_image.rounded-circle {
    border-radius: 50% !important;
}

.music-item .image img {
    display: block;
}

.music-item .title a {
    color: #fafbfc;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    width: 100%;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

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

.singer-item.music-item .title a {
    text-align: center;
}

.music-item .title a:hover {
    color: #ef225d;
}

.music-item .title {
    margin-top: 10px;
}

.music-item .year {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    letter-spacing: 0.4px;
    color: #fff;
    position: absolute;
    bottom: 3px;
    right: 5px;
    text-shadow: 1px 1px 2px #000;
}

.music-item .singer {
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #828282;
}

.music-item .singer a {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #828282;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.inner-page {
    padding-bottom: 30px;
}

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

.music-item .singer p {
    font-size: 14px;
    line-height: 16px;
    color: #828282;
    margin: 0;
}

.music-item .singer a:hover {
    color: #ef225d;
}

.carousel-4 .slick-arrow {
    display: block !important;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    border: 0;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-indent: -9999px;
    background-size: 100%;
    background-color: transparent;
    position: absolute;
    z-index: 2;
    top: 30%;
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.carousel-4.centered-arrows .slick-arrow {
    top: 50%;
    -webkit-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
}

.carousel-4 .slick-arrow:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.carousel-4.centered-arrows .slick-arrow:hover {
    top: 50%;
    -webkit-transform: translateY(-50%) scale(1.1);
    -ms-transform: translateY(-50%) scale(1.1);
    transform: translateY(-50%) scale(1.1);
}

.music-item .controls {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -o-linear-gradient(top,
            rgba(0, 0, 0, 0) -116.8%,
            rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-gradient(linear,
            left top,
            left bottom,
            color-stop(-116.8%, rgba(0, 0, 0, 0)),
            to(rgba(0, 0, 0, 0.8)));
    background: linear-gradient(180deg,
            rgba(0, 0, 0, 0) -116.8%,
            rgba(0, 0, 0, 0.8) 100%);
    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;
    opacity: 0;
    -webkit-transition: opacity 0.15s ease;
    -o-transition: opacity 0.15s ease;
    transition: opacity 0.15s ease;
    border-radius: 16px;
    overflow: hidden;
}

.music-item.album .controls {
    border-radius: 16px;
}

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

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

.music-item .controls a {
    margin: 0 12px;
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    -o-transition: transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
    transform: scale(1.2);
}

.music-item .controls .share>a:hover,
.music-item .controls>a:hover {
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
}

.settings2Carusel .music-item .controls .play-btn svg {
    transform: scale(1.6) !important;
}

.music-item .premiere-badge {
    position: absolute;
    left: 8px;
    top: 8px;
    background: #e4375d;
    border-radius: 4px;
    color: #fff;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    padding: 3px 6px;
    z-index: 2;
}

.overlow-x-auto {
    overflow-x: auto;
}

.music-item .hit-badge {
    position: absolute;
    top: 0;
    right: 0;
    background: #c70024;
    border-radius: 0 8px;
    color: #fff;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    padding: 4px 8px;
    z-index: 2;
    text-transform: uppercase;
}

.carousel-4 .slick-arrow.slick-prev {
    background: url(../image/arrow-left.svg) center no-repeat;
    left: -13px;
}

.carousel-4 .slick-arrow.slick-next {
    background: url(../image/arrow-right.svg) center no-repeat;
    right: -13px;
}

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

nav.title-nav .show-all {
    color: #fff;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

nav.title-nav .show-all,
nav.title-nav h1,
nav.title-nav h2,
nav.title-nav h3,
nav.title-nav h4 {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

nav.title-nav .show-all:hover,
nav.title-nav:hover .show-all,
nav.title-nav:hover h1,
nav.title-nav:hover h2,
nav.title-nav:hover h3,
nav.title-nav:hover h4 {
    color: #ef225d !important;
}

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

nav.title-nav .show-all svg path {
    stroke: #fff;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

nav.title-nav .show-all:hover svg path,
nav.title-nav:hover .show-all svg path {
    stroke: #ef225d !important;
}

.bg-different {
    background-color: #10101A;
}

.bg-different-2 {
    background-color: #10101A;
}

.chart-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.chart-list .number {
    overflow: hidden;
    color: #99959d;
    text-align: center;
    font-variant-numeric: lining-nums proportional-nums;
    text-overflow: ellipsis;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    width: 35px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.chart-list .control-play {
    width: 35px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /* height: 44px; */
    align-items: center;
}

.chart-list .control-play.status-hidden {
    height: 42px;
}

.chart-list li.advanced .control-play.active,
.chart-list li.advanced:hover .control-play {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.chart-list li.advanced:hover .number {
    display: none !important;
}

.chart-list .number div {
    width: 35px;
    text-align: center;
}

.border-radius-2 {
    border-radius: 2px;
}

.border-radius-4 {
    border-radius: 4px;
}

.chart-list .artist-name {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.44px;
    color: #fff;
    /* white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; */
    overflow: hidden;
    display: inline-block;
    padding-right: 10px;
    overflow: hidden;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.artist-name {
    /* background-color: red; */
}

.audiobook_order {
    font-size: 36px;
    font-family: Raleway;
    font-weight: 600;
    font-style: italic;
    color: #ffffff;
}

.gap-10 {
    gap: 10px;
}

.gap-16 {
    gap: 16px;
}

.chart-list .artist-name a {
    text-decoration: none;
}

.chart-list .artist-name a.active {
    color: #ef225d;
}

.chart-list .composition-name {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0.25px;
    color: #828282;
}

.chart-list .artist-name a:hover,
.chart-list .artists .composition-name:hover,
.chart-list .composition-name:hover {
    color: #ef225d;
}

.chart-list .time {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.25px;
    color: #828282;
}

.chart-list .chart-status {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 24px;
}

.chart-list .control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}

.chart-list .chart-play>img {
    width: 42px;
    height: 42px;
    -o-object-fit: contain;
    object-fit: contain;
}

.chart-list .control img {
    width: 32px;
}

.chart-list li:hover .control {
    opacity: 1;
}

.chart-list .control.active {
    opacity: 1;
}

.chart-list .menyu button {
    background: 0 0;
    border: 0;
    outline: 0;
    cursor: pointer;
    padding: 9px 8px;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.4px;
}

.chart-list .menyu path {
    -webkit-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    transition: all ease 0.2s;
}

.menyu-content {
    top: 32px;
    left: unset !important;
}

.chart-list .menyu:hover path {
    fill: #ef225d !important;
}

.chart-list .chart-header .time-box {
    margin-right: 60px;
}

.chart-list .menyu>button {
    transform: rotate(-90deg);
}

.ringring {
    border: 3px solid #fff;
    background-color: #fff;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    height: 11px;
    width: 11px;
    animation: pulsate 1s ease-out;
    -webkit-animation: pulsate 1s ease-out;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    opacity: 0.9;
}

@keyframes pulsate {
    0% {
        -webkit-transform: scale(1, 1);
        opacity: 0.9;
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.2, 1.2);
    }

    100% {
        -webkit-transform: scale(1, 1);
        opacity: 0.9;
    }
}

@-webkit-keyframes pulsate {
    0% {
        -webkit-transform: scale(1, 1);
        opacity: 0.9;
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.2, 1.2);
    }

    100% {
        -webkit-transform: scale(1, 1);
        opacity: 0.9;
    }
}

.chart-list .control.active svg {
    display: none;
}

.chart-list li:hover .control.active .ringring {
    display: none;
}

.chart-list li .control.active.paused svg,
.chart-list li:hover .control.active svg {
    display: block;
}

.chart-list li {
    cursor: pointer;
    padding: 8px 0;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.chart-list li.advanced {
    /* padding: 15px; */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.chart-list li.advanced.tracked {
    border: 1px solid #ef225d;
}

.chart-list li.advanced:hover {
    background-color: #242424;
}

.chart-list .tools {}

.rizanova-audio-playlist .chart-list .tools {
    max-width: 80px;
}

.chart-list .tools a svg {
    fill: #828282;
}

.chart-list .tools a .unliked-heart {
    fill: none;
}

.chart-list .tools a.active svg {
    fill: #ef225d;
}

.chart-list .tools a:not(.active):hover svg {
    fill: #a0a0a0;
}

.chart-list .time-box {
    width: 40px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.chart-list .details {
    width: calc(100% - 115px);
}

.chart-list .details .info {
    width: calc(100% - 50px);
}

.chart-list .advanced .details .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.chart-list .advanced .details .info .info_sub {
    width: 250px;
    display: flex;
    justify-content: space-between;
    margin-left: 15px;
    overflow: hidden;
    color: #99959d;
    font-variant-numeric: lining-nums proportional-nums;
    text-overflow: ellipsis;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
}

.chart-list .advanced .details .info .info_sub_audiobook {
    width: 250px;
    display: flex;
    justify-content: space-between;
    margin-left: 0;
    overflow: hidden;
    color: #99959d;
    font-variant-numeric: lining-nums proportional-nums;
    text-overflow: ellipsis;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
}

.downloadIconChart {
    margin-left: 15px;
    margin-right: 15px;
}

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

.cursor-pointer {
    cursor: pointer !important;
}

.border-radius-50 {
    border-radius: 50% !important;
}

.singer-image img,
.image img {
    border-radius: 16px;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.music-item:hover .singer-image img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}

.music-item:hover .image img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}

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

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

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

.image-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: -1;
    width: 100%;
    height: 100%;
}

.sub-title {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.25px;
    color: #bdbdbd;
}

.ul-type-1 {
    padding-left: 0;
    color: #fff;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.1px;
    list-style-type: none;
}

.ul-type-1 li {
    padding: 5px 0;
}

.ul-type-1 li::before {
    content: "•  ";
    color: #ef225d;
    padding-right: 5px;
}

.btn-gradient-purple {
    background: -o-linear-gradient(left, #b330f1 0, #ec2378 100%);
    background: -webkit-gradient(linear,
            left top,
            right top,
            color-stop(0, #b330f1),
            to(#ec2378));
    background: linear-gradient(90deg, #b330f1 0, #ec2378 100%);
    border-radius: 4px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.75px;
    text-transform: uppercase;
    color: #fff;
    padding: 12px 24px;
    display: inline-block;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border: 1px solid #b330f1;
    position: relative;
    background-size: 100%;
}

.btn-gradient-purple:hover {
    background-size: 150%;
    background-position: right;
}

.btn-gradient-purple-text {
    border-radius: 4px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.75px;
    text-transform: uppercase;
    color: #b330f1;
    padding: 12px 24px;
    display: inline-block;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    cursor: default !important;
}

.border-radius-4 {
    border-radius: 4px !important;
}

.categories .category {
    position: relative;
    overflow: hidden;
    display: block;
}

.categories .category>img {
    display: block;
    -webkit-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
    width: 100%;
}

.categories .columnBoxFive:hover .category>img,
.categories .columnBoxFour:hover .category>img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.categories .category::after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    right: 0;
    bottom: 0;
    z-index: -1;
    background: -o-linear-gradient(bottom,
            rgba(0, 0, 0, 0.4),
            rgba(0, 0, 0, 0.4));
    background: -webkit-gradient(linear,
            left bottom,
            left top,
            from(rgba(0, 0, 0, 0.4)),
            to(rgba(0, 0, 0, 0.4)));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
}

.categories .category.music-category::after {
    background: rgba(11, 11, 11, 0.5);
}

.categories .category.music-category {
    border-radius: 16px;
}

.categories .columnBoxFive span,
.categories .columnBoxFour span {
    color: #fafbfc;
    text-align: center;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    margin-top: 12px;
}

.categories .category p {
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 32px;
    text-align: center;
    letter-spacing: 0.25px;
    color: #fff;
}

.categories .category:hover p {
    color: #ef225d !important;
}

.rizanova-tv .tv {
    background-image: url(../image/rizanova-tv.jpg);
    background-size: cover;
    background-position: center;
}

.rizanova-tv .tv p {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: #fff;
}

footer.main {
    padding: 24px 0;
    background-color: #101019;
}

footer.main ul.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style-type: none;
    max-height: 20px;
}

.footer_top {
    padding-bottom: 54px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer_bottom {
    color: #bdbdbd;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 24px;
}

.footer_bottom_left,
.footer_bottom_rigth {
    display: flex;
    align-items: center;
}

.footer_bottom a {
    color: #bdbdbd;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
    margin-left: 24px;
}

@media (max-width: 1200px) and (min-width: 1000px) {
    .footer_bottom_leftLinks {
        display: flex;
        flex-direction: column;
    }

    .footer_bottom_leftLinks a:nth-child(1) {
        margin-bottom: 10px;
    }
}

@media (max-width: 1000px) and (min-width: 576px) {
    .footer_bottom {
        align-items: center;
    }

    .footer_bottom a {
        margin-left: 0;
    }

    .footer_bottom_left {
        flex-direction: column;
    }

    .footer_bottom_left>p {
        order: 2;
        display: flex;
        justify-content: flex-start;
        width: 100%;
        margin: 0;
    }

    .footer_bottom_leftLinks {
        display: flex;
        flex-direction: column;
        order: 1;
    }

    .footer_bottom_leftLinks a {
        margin-bottom: 10px;
    }

    .footer_bottom_rigth {
        flex-direction: column;
    }

    .footer_bottom_rigth a {
        margin-bottom: 10px;
    }

    .footer_top {
        padding-bottom: 24px;
        flex-direction: column;
    }
}

@media (max-width: 576px) and (min-width: 320px) {
    .footer_bottom {
        align-items: center;
        flex-direction: column;
    }

    .footer_bottom a {
        margin-left: 0;
    }

    .footer_bottom_left {
        flex-direction: column;
        order: 2;
        margin-top: 15px;
    }

    .footer_bottom_left>p {
        order: 2;
        display: flex;
        justify-content: center;
        width: 100%;
        margin: 0;
    }

    .footer_bottom_leftLinks {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        order: 1;
    }

    .footer_bottom_leftLinks a {
        margin-bottom: 10px;
        text-align: center;
    }

    .footer_bottom_rigth {
        flex-direction: column;
        order: 1;
    }

    .footer_bottom_rigth a {
        margin-bottom: 10px;
    }

    .footer_top {
        padding-bottom: 24px;
        flex-direction: column;
    }

    footer.main ul.nav li {
        padding: 0 6px !important;
    }
}

/*

@media (max-width: 1000px) and (min-width: 320px) {
  .footer_bottom a {
    margin-left: 0;
  }
  .footer_bottom_left {
    flex-direction: column;
  }

  .footer_bottom_left > p {
    order: 2;
    display: flex;
    justify-content: flex-start;
    width: 100%;
    margin: 0;
  }

  .footer_bottom_leftLinks {
    display: flex;
    flex-direction: column;
    order: 1;
  }
  .footer_bottom_leftLinks a {
    margin-bottom: 10px;
  }
} */
.footer_social a svg {
    background-color: #0d0d0d;
    border-radius: 3px;
}

footer.main ul.nav li {
    padding: 0 12px;
}

footer.main ul.nav li a {
    color: #fff;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    -webkit-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    transition: all ease 0.2s;
}

footer.main ul.nav li a.active,
footer.main ul.nav li a:hover {
    color: #ef225d !important;
}

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

.feedback-link {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: #f2f2f2;
    -webkit-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    transition: all ease 0.2s;
}

.feedback-link:hover {
    color: #ef225d !important;
}

.second-level {
    border-top: 1px solid #828282;
}

.second-level p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: 0.25px;
    color: #bdbdbd;
}

.max-width-auto {
    max-width: -webkit-max-content !important;
    max-width: -moz-max-content !important;
    max-width: max-content !important;
}

.rizanova-preloader {
    width: 100vw;
    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;
    position: fixed;
    left: 0;
    top: 73px;
    bottom: 0;
    z-index: 2002;
    background-color: rgba(25, 25, 25, 0.9);
    color: #fff;
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.rotating {
    -webkit-animation: rotate 1s linear 0s infinite forwards normal;
    animation: rotate 1s linear 0s infinite forwards normal;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}

.slick-list>div {
    margin-left: 0;
}

.rizanova-audio-player {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background-color: #101018;
    z-index: 2001;
}

.rizanova-audio-player .close-player {
    position: absolute;
    top: -20px;
    right: 0;
    width: 30px;
    height: 20px;
    background: #f5faf9;
}

.rizanova-audio-player * {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
}

.rizanova-audio-player .seek {
    background-color: #404046;
    height: 6px;
    position: relative;
}

.rizanova-audio-player .seek input[type="range"] {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    z-index: 2010;
    background-color: transparent;
    -webkit-appearance: none;
    cursor: pointer;
    margin: 0;
    border: 0;
    opacity: 0;
}

.rizanova-audio-player .seek .seek-progress {
    background-color: #E4375D;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    margin: 0;
    z-index: 2003;
}

.rizanova-audio-player .seek .seek-time {
    z-index: 2005;
    -webkit-appearance: none;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
}

.rizanova-audio-player .seek .seek-time span {
    font-size: 9px;
    color: #000;
    line-height: 9px;
    display: block;
    width: 50px;
}

.rizanova-audio-player .seek .seek-time div span:first-child {
    padding-left: 10px;
}

.rizanova-audio-player .seek .seek-time div span:last-child {
    padding-right: 10px;
    text-align: right;
}

.rizanova-audio-player .seek .seek-load {
    background-color: #505050;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    z-index: 2002;
}

.rizanova-audio-player .main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0;
}

.rizanova-audio-player .main .controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 35px;
}

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

.rizanova-audio-player .main .controls a.active svg path {
    fill: #fff !important;
}

.rizanova-audio-player .main .controls a:last-child {
    margin-right: 0;
}

.rizanova-audio-player .main .controls a img {
    display: block;
}

.rizanova-audio-player .main .media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.rizanova-audio-player .main .media .image {
    width: 56px;
    height: 56px;
    border-radius: 4px;
    overflow: hidden;
    margin-right: 15px;
}

.rizanova-audio-player .main .media .image img {
    display: block;
    width: 100%;
    height: 100%;
}

.rizanova-audio-player .main .media .single-name {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #f2f2f2;
    margin-bottom: 4px;
}

.rizanova-audio-player .main .media .single-name span {
    font-size: 14px;
    opacity: 0.8;
}

.rizanova-audio-player .main .media .single-name:hover {
    color: #ef225d !important;
}

.rizanova-audio-player .main .media .artist-name {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #e0e0e0;
    opacity: 0.5;
}

.rizanova-audio-player .main .media .artist-name:hover {
    color: #ef225d !important;
}

.rizanova-audio-player .main .tools {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.rizanova-audio-player .main .tools a {
    margin-right: 15px;
}

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

.rizanova-audio-player .main .tools a:last-child {
    margin-right: 0;
}

/* .rizanova-audio-player svg path {
  fill: #bfbdc4;
} */

.PlayerIcon {
    transform: scale(1.2);
}

.rizanova-audio-player .somePlayerIcons svg:hover path {
    fill: #fff !important;
}

.rizanova-audio-player .HQPlayerIcon svg:hover path {
    stroke: #fff;
}

.rizanova-audio-player .main a.active .somePlayerIcons svg path {
    fill: #ef225d;
    stroke: #ef225d;
}

.rizanova-audio-player .main a.active .HQPlayerIcon svg path {
    fill: transparent !important;
    stroke: #ef225d;
}

.rizanova-audio-player .main a.active .somePlayerIcons svg:hover path {
    fill: #ff3b73 !important;
}

.rizanova-audio-player .main a.active .HQPlayerIcon svg:hover path {
    fill: transparent !important;
    stroke: #ef225d !important;
}

.rizanova-audio-player .main .tools .rc-slider .rc-slider-handle {
    cursor: pointer;
}

#registerTip,
#playlistClick {
    display: flex;
    flex-direction: column;
    padding: 6px 12px;
    align-items: center;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: #3f3f41;
    opacity: 1;
    color: #fff;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
}

#registerTip::after,
#registerTip::before,
#playlistClick::after,
#playlistClick::before {
    display: none !important;
}

#registerTip,
#playlistClick {}

#registerTip a,
#playlistClick a {
    padding: 8px 14px;
    color: #fff;
}

#registerTip a:hover,
#playlistClick a:hover {
    color: #ef225d;
}

.rizanova-audio-player .main .tools .rc-slider .rc-slider-rail {
    background-color: #f5f5f5;
}

.rizanova-audio-player .main .tools .rc-slider .rc-slider-track {
    background-color: #ef225d;
}

.rizanova-audio-player .main .tools .rc-slider .rc-slider-handle {
    background-color: #ef225d;
    border: solid 2px #ef225d;
}

.rizanova-audio-player .main .tools .rc-slider .rc-slider-handle:hover {
    border-color: #ef225d;
}

.rizanova-audio-playerlist {
    position: fixed;
    /* top: 99px; */
    top: 73px;
    left: 0;
    width: 100%;
    bottom: 82px;
    z-index: 2001;
    background-color: rgba(40, 40, 40, 1);
    overflow-y: scroll;
}

.rizanova-audio-playerlist .close {
    position: sticky;
    right: 15px;
    top: 15px;
}

.rizanova-audio-playerlist .title-2 {
    color: #fff;
}

.header-1 {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 10px;
    margin: 0;
}

.big-header {
    padding-top: 60px;
    font-style: normal;
    font-weight: 400;
    color: #fff;
    margin: 0;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
}

.big-header.with-banner-page {
    padding-top: 30px;
    padding-bottom: 38px;
}

.big-header-alt {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: space-between;
}

.big-header-alt p {
    color: #fff;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
}

.big-header-alt p>a {
    color: #fff;
}

.big-header-alt p>a:hover {
    color: #ef225d !important;
}

.big-header-alt .sortDiv {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    color: #fff;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.big-header-alt .sortDiv svg {
    margin-right: 8px;
}

.big-header-alt .sortDiv svg path {
    stroke: #99959d;
}

.big-header.gray {
    color: #828282;
}

.big-header a {
    color: #fff;
}

.big-header a:hover {
    color: #ef225d !important;
}

a .big-header:hover {
    color: #ef225d !important;
}

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

.header-1 a {
    color: #fff;
}

.header-1 a:hover {
    color: #ef225d !important;
}

.sidebar_title {
    color: #e4375d;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
}

.sidebar {
    margin: 0;
    list-style-type: none;
    padding: 0;
    margin-bottom: 45px;
    padding-right: 4px;
}

.sidebar li a {
    display: block;
    color: #87878c;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    padding: 12px 16px 12px 0;
    border-radius: 6px;
    -webkit-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    transition: all ease 0.2s;
}

.sidebar li a.btn-spec {
    display: inline-block;
    margin: 12px;
}

.sidebar li a.active,
.sidebar li a:not(.btn-spec):hover,
.sidebar li a:not(.btn):hover,
.sidebar li a:not(.btnLink):hover,
.sidebar li a.active svg path,
.sidebar li a.active svg circle,
.sidebar li a:not(.btn-spec):hover svg path,
.sidebar li a:not(.btn-spec):hover svg circle,
.sidebar li a:not(.btn):hover svg path,
.sidebar li a:not(.btn):hover svg circle,
.sidebar li a:not(.btnLinks):hover svg path,
.sidebar li a:not(.btnLinks):hover svg circle {
    color: #fff;
    stroke: #fff;
}

.sidebar li a.active .iconFill svg path,
.sidebar li a:hover .iconFill svg path {
    fill: #fff !important;
    stroke: none !important;
}

.info .playy:not(.btnLinks) svg path,
.info .playy:not(.btnLinks) svg circle {
    stroke: #fff;
    fill: #fff;
}

.pagination {
    padding: 0;
    margin: 50px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style-type: none;
}

.pagination li {
    margin: 0 8px;
}

.pagination li a {
    padding: 8px 16px;
    color: #fff;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    background: #0d0d0d;
    border-radius: 4px;
    height: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pagination li a svg path {
    fill: #fff;
}

.pagination li a:hover,
.pagination li.active a {
    background-color: #1e1e1e;
}

.empty-text {
    color: #fff;
    font-size: 18px;
    padding: 0 15px;
}

.tariffItem {
    background-image: url(../image/sub-bg.png);
    background-position: bottom;
    background-repeat: no-repeat;
}

.min-view {
    min-height: calc(100vh - 98px - 209px);
    padding-bottom: 20px;
}

.sub-title-2 {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #828282;
}

a .sub-title-2:hover {
    color: #ef225d;
}

.pointer-events-none {
    pointer-events: none !important;
}

.categories .music-category::after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    right: 0;
    bottom: 0;
    z-index: 0;
    background: -o-linear-gradient(bottom,
            rgba(0, 0, 0, 0.4),
            rgba(0, 0, 0, 0.4));
    background: -webkit-gradient(linear,
            left bottom,
            left top,
            from(rgba(0, 0, 0, 0.4)),
            to(rgba(0, 0, 0, 0.4)));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
}

.tire {
    border-bottom: 2px solid #828282;
    width: 8px !important;
    margin: 8px auto !important;
    line-height: 8px !important;
}

.letters {
    max-width: 650px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 35px auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.letters a {
    background: #0d0d0d;
    border-radius: 4px;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 32px;
    min-width: 32px;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.1px;
    color: #fff;
    margin-right: 8px;
    margin-bottom: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.letters a.active {
    background: #ef225d !important;
    color: #fff !important;
}

.album-page .details .image {
    margin-right: 24px;
}

.album-page .details .image-audiobook {
    margin-right: 24px;
}

.album-page .details .image {
    width: 300px;
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.4s ease;
}

.album-page .details .image-audiobook {
    max-width: 300px;
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.4s ease;
}

.album-page .details .image .image_sub {
    width: 234px;
    height: 234px;
    border-radius: 16px;
    overflow: hidden;
}

.album-page .details .image img {
    width: 234px;
    height: 234px;
    border-radius: 16px;
    overflow: hidden;
}

.album-page .details .image-audiobook img {
    width: 234px;
    height: 234px;
    border-radius: 16px;
    overflow: hidden;
}

.album-page .details .image:hover img {
    transform: scale(1.2);
}


.album-page .details.music-detail .image {
    position: relative;
}

.album-page .details.music-detail .image-audiobook {
    position: relative;
}

.album-page .details.music-detail .image .controls {
    position: absolute;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 0 0;
    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;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    border-radius: 8px;
    width: 234px;
    height: 234px;
}

.album-page .details.music-detail .image-audiobook .controls {
    position: absolute;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 0 0;
    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;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    border-radius: 8px;
    width: 234px;
    height: 234px;
}

.audiobook-detail {
    background: #101019;
    padding: 32px;
    border-radius: 16px;
}

.audiobook-detail-part {
    background: #101019;
    padding: 32px;
}

.album-page .details.music-detail .image:hover .controls {
    opacity: 1;
}

.album-page .details.music-detail .image .controls.active {
    opacity: 1;
}

.album-page .details.music-detail .image .controls a {
    margin: 0 12px;
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    -o-transition: transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

.album-page .details .info h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: #fff;
    margin-bottom: 11px;
}

.album-page .details .info h1 {
    font-size: 34px;
    line-height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    letter-spacing: 0.25px;
    color: #fff;
    margin-bottom: 11px;
}

.album-page .details .info h4 {
    font-size: 16px;
    line-height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    letter-spacing: 0.25px;
    color: #ABA8AA;
    margin-bottom: 11px;
    font-weight: 400;
}

.info h1 {
    font-size: 34px;
    line-height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    letter-spacing: 0.25px;
    color: #fff;
    margin-bottom: 11px;
}

.album-page .details .info h1 .v {
    color: #828282;
    margin-left: 7px;
    font-size: 90%;
    vertical-align: baseline;
}

.album-page .details .info .singer {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.44px;
    color: #828282;
    margin-top: 0;
    margin-bottom: 8px;
}

.album-page .details .info .singer a {
    color: #fff;
}

.album-page .details .info .singer a:not(.no-hover):hover {
    color: #ef225d !important;
}

.album-page .details .info .tracks-info {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.44px;
    color: #828282;
    margin-top: 0;
    margin-bottom: 12px;
}

.album-page .details .info .btn-spec {
    padding: 8px 10px;
    text-transform: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.album-page .details.music-detail .info .btn-spec {
    padding: 10px 10px;
}

.album-page .details .info .btn-spec svg path {
    fill: #fff;
}

.album-page .details .info .album-tool:hover svg path {
    fill: #ef225d;
}

.album-music-list {
    border-collapse: collapse;
}

.album-music-list .album-music-item {
    padding: 12px 16px;
    border-radius: 2px;
    -webkit-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    transition: all ease 0.2s;
    cursor: pointer;
}

.album-music-list .album-music-item.tracked {
    border: 1px solid #ef225d;
}

.album-music-list td {
    padding: 12px 16px;
    border-radius: 2px;
}

.album-music-list .album-music-item.album-music-header {
    cursor: default;
}

.album-music-list .album-music-item.active,
.album-music-list .album-music-item:not(.album-music-header):hover {
    background: #242424;
}

.album-music-list .album-music-item .number {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: #bdbdbd;
    width: 24px;
    text-align: center;
}

.album-music-list .album-music-item .favorite {
    width: 20px;
}

.album-music-list .album-music-item .control {
    width: 24px;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.album-music-list .album-music-item .control path {
    fill: #fff;
}

.album-music-list .album-music-item.active .control,
.album-music-list .album-music-item:not(.album-music-header):hover .control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.album-music-list .album-music-item.active .number,
.album-music-list .album-music-item:not(.album-music-header):hover .number {
    display: none;
}

.album-music-list .album-music-item .favorite:hover path {
    fill: #ef225d;
}

.album-music-list .album-music-item .composition-name {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: 30px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.44px;
    color: #fff;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
}

.album-music-list.all-music .album-music-item .composition-name {
    display: block;
}

.album-music-list .album-music-item .composition-name a.composition-link {
    -webkit-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    transition: all ease 0.2s;
    color: #fff;
}

.album-music-list .album-music-item .composition-name a.composition-link:hover {
    color: #ef225d;
}

.album-music-list .album-music-item .album-name a {
    color: #fff;
}

.album-music-list .album-music-item .album-name a:hover {
    color: #ef225d;
}

.album-music-list .album-music-item.album-music-header .composition-name {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    color: #4f4f4f;
}

.album-music-list .album-music-item.album-music-header .time path {
    fill: #4f4f4f;
}

.album-music-list .album-music-item .time {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.44px;
    color: #bdbdbd;
    margin-left: 50px;
    width: 46px;
    text-align: right;
}

/* .album {
  background: #3b3b3b;
  border-radius: 4px;
  padding: 16px;
} */

.album .image_sub {
    overflow: hidden;
    border-radius: 16px;
}

.album .image img {
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.album:hover .image img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.album .info {
    padding-top: 16px;
    cursor: pointer;
    width: 100%;
}

.album .info .name {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    margin-top: 0;
    margin-bottom: 4px;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.album .info:hover .name {
    color: #ef225d !important;
}

.album .info .year {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.4px;
    color: #bdbdbd;
    margin: 0;
    position: relative;
    bottom: 0;
    right: 0;
    text-shadow: none;
}

.person {
    /* margin-bottom: 33px; */
}

.person .image {
    width: 216px;
    height: 216px;
    border-radius: 16px;
    overflow: hidden;
    margin-right: 33px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.person .info .full-name {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: #fff;
}

.person .info .birthday {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.44px;
    color: #bdbdbd;
}

.person .info .birthday span {
    color: #fff;
}

.person .description {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.44px;
    color: #fff;
    margin-top: 12px;
}

.person .info .show-description {
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    color: #ef225d !important;
    margin-top: 12px;
    width: 200px;
}

.last-track>div>.image {
    width: 160px;
    height: 160px;
    border-radius: 8px;
}

.last-track .controls {
    border-radius: 8px;
}

.last-track .info h3:hover {
    color: #ef225d;
}

.last-track .release_date {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.44px;
    color: #fff;
    font-style: normal;
    font-weight: 400;
}

.version {
    color: #828282;
    font-size: 14px;
    line-height: 20px;
    margin-left: 3px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.sort {
    padding-top: 60px;
    padding-bottom: 38px;
    margin: 0;
}

.sort.with-banner-page {
    padding-top: 30px;
    padding-bottom: 38px;
}

.sort .sort-panel {
    background: #0d0d0d;
    border-radius: 4px;
    padding: 3px;
}

.sort .sort-panel a {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.44px;
    color: #fff;
    display: inline-block;
    padding: 5px 40px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.sort .sort-panel a.active {
    background-color: #ef225d;
    border-radius: 4px;
}

.sort .sort-panel a:not(.active):hover {
    color: #ef225d;
}

.rizanova-video-player {
    position: relative;
    cursor: pointer;
    background: #000;
    border-radius: 16px;
    overflow: hidden;
}

.rizanova-video-player .video-wrapper {
    width: 100%;
    height: 100%;
    padding-top: 56.25%;
}

.rizanova-video-player video {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.rizanova-video-player .review {
    background: #131313;
    border-radius: 4px;
    padding: 40px 60px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    top: 50%;
    cursor: default;
    z-index: 1001;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

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

.rizanova-video-player .review h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #fff;
    text-align: center;
    margin: 0 0 8px;
}

.rizanova-video-player .review p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.25px;
    color: #828282;
    text-align: center;
    margin: 0 0 12px;
    white-space: nowrap;
}

.rizanova-video-player .review .rating {
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
    color: #ef225d;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}

.rizanova-video-player .review .rating.show {
    opacity: 1;
}

.rizanova-video-player .review .stars {
    margin-bottom: 8px;
    width: 100%;
}

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

.rizanova-video-player .review .stars a:last-child {
    margin-right: 0;
}

.rizanova-video-player .overlay {
    min-height: 215px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: -o-linear-gradient(top,
            rgba(7, 7, 7, 0) 0,
            rgba(7, 7, 7, 0.08) 20.49%,
            rgba(7, 7, 7, 0.25) 42.49%,
            rgba(7, 7, 7, 0.6) 79.17%,
            #070707 100%);
    background: -webkit-gradient(linear,
            left top,
            left bottom,
            color-stop(0, rgba(7, 7, 7, 0)),
            color-stop(20.49%, rgba(7, 7, 7, 0.08)),
            color-stop(42.49%, rgba(7, 7, 7, 0.25)),
            color-stop(79.17%, rgba(7, 7, 7, 0.6)),
            to(#070707));
    background: linear-gradient(180deg,
            rgba(7, 7, 7, 0) 0,
            rgba(7, 7, 7, 0.08) 20.49%,
            rgba(7, 7, 7, 0.25) 42.49%,
            rgba(7, 7, 7, 0.6) 79.17%,
            #070707 100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    z-index: 1000;
}

.rizanova-video-player.not-interactivated .overlay {
    display: none;
}

.rizanova-video-player.not-interactivated .first-play {
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    background: rgba(7, 7, 7, 0.3);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: default;
}

.big-play-btn {
    -webkit-box-shadow: 0 1rem 3rem rgba(255, 255, 255, 0.175) !important;
    box-shadow: 0 1rem 3rem rgba(255, 255, 255, 0.175) !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.rizanova-video-player .watermark {
    position: absolute;
    bottom: 67px;
    right: 17px;
    z-index: 999;
    opacity: 0.3;
}

.rizanova-video-player.paused .overlay,
.rizanova-video-player:hover .overlay {
    opacity: 1;
}

.rizanova-video-player.user-inactive:not(.paused),
.rizanova-video-player.user-inactive:not(.paused) * {
    cursor: none;
}

.rizanova-video-player.user-inactive:not(.paused) .overlay {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0.3s, opacity 0.3s;
    -o-transition: visibility 0.3s, opacity 0.3s;
    transition: visibility 0.3s, opacity 0.3s;
}

.rizanova-video-player .controls {
    width: 100%;
    cursor: default;
}

.rizanova-video-player .progress-bar {
    border-radius: 0;
    padding: 0;
    height: 20px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.rizanova-video-player .progress-bar .rc-slider-rail,
.rizanova-video-player .progress-bar .rc-slider-step,
.rizanova-video-player .progress-bar .rc-slider-track {
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.rizanova-video-player .progress:hover .progress-bar .rc-slider-rail {
    -webkit-transform: scaleY(2);
    -ms-transform: scaleY(2);
    transform: scaleY(2);
}

.rizanova-video-player .progress:hover .progress-bar .rc-slider-track {
    -webkit-transform: scaleY(2);
    -ms-transform: scaleY(2);
    transform: scaleY(2);
}

.rizanova-video-player .progress:hover .progress-bar .rc-slider-step {
    -webkit-transform: scaleY(2);
    -ms-transform: scaleY(2);
    transform: scaleY(2);
}

.rizanova-video-player .loaded {
    background-color: #979797;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    height: 4px;
}

.rizanova-video-player .progress:hover .loaded {
    -webkit-transform: scaleY(2);
    -ms-transform: scaleY(2);
    transform: scaleY(2);
}

.rizanova-video-player .controls .progress-bar .rc-slider-rail {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 0;
}

.rizanova-video-player .progress-bar .rc-slider-track {
    background-color: #ef225d;
    border-radius: 0;
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}

.rizanova-video-player .progress-bar .rc-slider-handle {
    width: 16px;
    height: 16px;
    border-width: 4px;
    background-color: #ef225d;
    border-color: #fff;
    opacity: 0;
    bottom: -4px;
}

.rizanova-video-player .progress-bar:hover .rc-slider-handle {
    opacity: 1;
}

.rizanova-video-player .tools {
    padding: 5px 24px 17px;
    height: 20px;
    margin-top: 12px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: default;
}

.rizanova-video-player .tool {
    margin-right: 17px;
    -webkit-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    transition: all ease 0.2s;
}

.rizanova-video-player a.tool:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.rizanova-video-player .tools .volume {
    width: 28px;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    overflow: hidden;
}

.audioPlayerVolume {
    position: absolute;
    top: -200px;
    border-radius: 8px;
    padding: 5px 0;
    left: -0;
    width: 30px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: #3f3f41;
    display: flex;
    justify-content: center;
    z-index: 2013;
}

.audioPlayerVolumeSub {
    width: 0;
    height: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.volumeALink {
    position: relative !important;
    z-index: 2012;
}

.audioPlayerVolumeLayer {
    position: absolute;
    left: -15px;
    top: -170px;
    width: 50px;
    height: 200px;
    z-index: 2011;
    border-radius: 8px;
    background-color: transparent;
}

.volumeSvg svg {
    width: 28px;
    height: 28px;
}

.rizanova-audio-player .main .tools .rc-slider {
    height: 85%;
}

.rizanova-video-player .tools .volume .tool {
    margin-right: 15px;
}

.rizanova-video-player .tools:hover .volume {
    width: 116px;
}

.rizanova-video-player .volume .volume-bar {
    border-radius: 14px;
    margin-right: 6px;
}

.rizanova-video-player .controls .volume-bar .rc-slider-rail {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 14px;
}

.rizanova-video-player .volume-bar .rc-slider-track {
    background-color: #ef225d;
    border-radius: 14px;
}

.rizanova-video-player .volume-bar .rc-slider-handle {
    width: 12px;
    height: 12px;
    background-color: #ef225d;
    border-color: #ef225d;
    margin-top: -4px;
}

.rizanova-video-player .duration {
    color: #fff;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.4px;
    white-space: nowrap;
    display: inline-block;
    font-family: "Proxima Nova", monospace;
    font-variant-numeric: tabular-nums;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.rizanova-video-player .settings {
    position: absolute;
    right: 15px;
    bottom: 73px;
    background: rgba(28, 28, 28, 0.9);
    text-shadow: 0 0 2px rgb(0 0 0 / 50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border-radius: 2px;
}

.rizanova-video-player .settings.show {
    opacity: 1;
    visibility: visible;
}

.rizanova-video-player .settings .setting-item {
    padding: 10px 15px;
}

.rizanova-video-player .settings .setting-item:hover {
    background-color: #2c2c2c;
}

.rizanova-video-player .settings .setting-item .label {
    margin-right: 15px;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
}

.rizanova-video-player .settings .setting-item .value {
    font-size: 12px;
    line-height: 12px;
    color: #ef225d;
    font-weight: 700;
}

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

.visibility-hidden {
    visibility: hidden !important;
}

.visibility-visible {
    visibility: visible !important;
}

.carousel-item:focus-visible {
    outline: 0 !important;
}

.theme-thing {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.theme-thing path {
    fill: #fff;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.theme-thing:hover {
    color: #ef225d !important;
}

.theme-thing:hover path {
    fill: #ef225d !important;
}

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

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

.advanced-person-table .more-detail {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.75px;
    text-transform: uppercase;
    color: #bdbdbd;
    padding: 20px;
    margin-top: 10px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.advanced-person-table .more-detail path {
    fill: #bdbdbd;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.advanced-person-table .more-detail:hover {
    color: #ef225d !important;
}

.advanced-person-table .more-detail:hover path {
    fill: #ef225d !important;
}

.advanced-person-table {
    background-color: #16151a;
    padding: 22px 22px 0;
}

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

.advanced-person-table .table .d-flex:nth-child(odd) {
    background: #141414;
}

.advanced-person-table .table>div .d-flex:nth-child(odd) {
    background: 0 0;
}

.advanced-person-table .table>div .d-flex:nth-child(even) {
    background: #141414;
}

.advanced-person-table .table .label {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.44px;
    color: #828282;
    text-align: left;
    padding: 8px 12px;
    width: 180px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.Toastify__toast-container--top-center {
    top: 50% !important;
    left: 50% !important;
    -webkit-transform: translateX(-50%) translateY(-50%) !important;
    -ms-transform: translateX(-50%) translateY(-50%) !important;
    transform: translateX(-50%) translateY(-50%) !important;
}

.advanced-person-table .table .value {
    padding: 8px 12px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.44px;
    color: #fff;
}

.advanced-person-table .table .value a {
    color: #fff;
    -webkit-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    transition: color 0.2s ease;
}

.advanced-person-table .table .value a:hover {
    color: #ef225d !important;
}

.person-table th {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.44px;
    color: #828282;
    text-align: left;
    padding: 8px 12px 8px 0;
}

.person-table td {
    padding: 8px 12px;
}

.person-table td,
.person-table td a {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.44px;
    color: #fff;
}

.person-table td a:hover {
    color: #ef225d !important;
}

.ads {
    min-height: 150px;
}

.page-banner-img {
    width: 100%;
    max-height: 62vh;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.film-page {
    padding: 72px 0;
}

.border-radius-8 {
    border-radius: 8px;
    overflow: hidden;
}

.border-radius-9 {
    border-radius: 9px;
    overflow: hidden;
}

.border-radius-10 {
    border-radius: 10px;
    overflow: hidden;
}

.actor {
    padding: 15px;
}

.actor .image {
    overflow: hidden;
    border-radius: 50%;
    position: relative;
}

.actor .image img {
    width: 100%;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: block;
}

.actor:hover .image img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.actor .name {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.44px;
    color: #fff;
    margin-top: 8px;
    margin-bottom: 4px;
    word-spacing: 100px;
}

.actor:hover .name {
    color: #ef225d !important;
}

.actor .role {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0.1px;
    color: #828282;
    margin: 0;
}

.more-creators {
    padding: 15px;
}

.more-creators div {
    background: #0d0d0d;
    border-radius: 50%;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: #bdbdbd;
    width: 110px;
    height: 110px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.more-creators:hover div {
    background: #bdbdbd;
    color: #0d0d0d;
}

.actors-and-creators {
    margin-bottom: 56px;
}

.chart-list .artists {
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #828282;
}

.chart-list .artists .composition-name {
    white-space: nowrap;
    overflow: hidden;
    color: #99959d;
    font-variant-numeric: lining-nums proportional-nums;
    text-overflow: ellipsis;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
}

.chart-list .chart-header .artist-name .composition-name,
.chart-list .chart-header .artists .composition-name {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.4px;
}

.chart-list li.advanced.chart-header:hover .number {
    display: block !important;
}

.chart-list li.advanced.chart-header:hover {
    background-color: transparent !important;
}

.chart-list .chart-header .composition-name {
    text-transform: uppercase;
    color: #4f4f4f !important;
    cursor: default;
}

.chart-list .chart-header .time {
    cursor: default;
}

.chart-list li.advanced.chart-header {
    padding: 5px 15px;
    cursor: default;
}

.image-shadow {
    position: relative;
    background-color: #000;
}

.image-shadow .info_carousel {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    z-index: 9;
}

.image-shadow .info_carousel_sub {
    width: 500px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 56px;
    position: relative;
    z-index: 9;
}

.image-shadow .info_carousel_t1 {
    color: #fff;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: "Raleway", sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    margin: 0 !important;
}

.image-shadow .info_carousel_t2 {
    color: #fff;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: "Raleway", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    margin-top: 16px;
    margin-bottom: 0;
}

.image-shadow .info_carousel_t3 {
    color: #828282;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.56px;
    font-family: "Raleway", sans-serif;
    margin-top: 4px;
}

.image-shadow .info_carousel_layer {
    background: linear-gradient(102deg,
            #101019 50.59%,
            rgba(16, 16, 25, 0) 87.77%);
    opacity: 0.8;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 6;
}

.image-shadow img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    position: relative;
    z-index: 6;
    object-fit: cover;
}

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

.rizanova-login h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    width: 100%;
    color: #000;
    max-width: 250px;
    margin: 24px 0;
}

.rizanova-login input,
.rizanova-login textarea {
    border: 1px solid #828282;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 6px;
    padding: 18px 16px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.1px;
    color: #828282;
    width: 100%;
    min-width: 350px;
    outline: 0 !important;
}

.rizanova-login .has-error {
    border-color: #ef225d !important;
}

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

.rizanova-login .form-group .help-block {
    font-size: 13px;
}

.rizanova-login .remember-me {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0.4px;
    color: #3B7BEB;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.rizanova-login .text {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0.4px;
    color: #fff;
}

.rizanova-login .remember-me:hover {
    color: #ef225d;
}

.rizanova-login .submit {
    background: #ef225d;
    border-radius: 6px;
    padding: 15px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.44px;
    color: #fff;
    width: 100%;
    border: 0;
    outline: 0;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin: 16px 0;
}

.rizanova-login .submit:hover {
    background: #a3173f;
}

.rizanova-login .another-link {
    display: block;
    width: 100%;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-style: normal;
    border-radius: 6px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.44px;
    color: #000;
    border: 1px solid #000;
}

.rizanova-login .another-link:hover {
    color: #fff;
    background: #000;
    border: 1px solid #000;
}

.rizanova-login p.login-social-text {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0.4px;
    color: #4f4f4f;
    margin: 16px 0;
    text-align: center;
}

.social-login-btn {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.social-login-btn:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.rizanova-login .close {
    position: absolute;
    right: 30px;
    top: 30px;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.rizanova-login .close:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.rizanova-login .have-an-account {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.44px;
    color: #4f4f4f;
}

.rizanova-login .login-text-btn {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.44px;
    color: #2f80ed;
    margin-bottom: 24px;
}

.rizanova-login .eye {
    position: absolute;
    top: 50%;
    right: 16px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.rizanova-login .eye path {
    fill: #bdbdbd;
}

.rizanova-login .eye.active path {
    fill: #ef225d;
}

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

.seasons {
    border-bottom: 2px solid #0d0d0d;
    padding: 4px 0;
}

.seasons a {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.44px;
    color: #4f4f4f;
    text-transform: uppercase;
    margin-right: 30px;
    position: relative;
    -webkit-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    transition: all ease 0.2s;
    margin-top: 30px;
    display: inline-block;
}

.seasons a::after {
    -webkit-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    transition: all ease 0.2s;
    content: "";
    display: block;
    position: absolute;
    bottom: -6px;
    left: 0;
    height: 2px;
    background-color: transparent;
    width: 100%;
}

.seasons a:last-child {
    margin-right: 0;
}

.seasons a.active {
    cursor: default;
}

.seasons a.active,
.seasons a:hover {
    color: #ef225d;
}

.seasons a.active::after,
.seasons a:hover::after {
    background-color: #ef225d;
}

.seria {
    margin-bottom: 35px;
}

.seria .image {
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}

.seria .image img {
    width: 100%;
    display: block;
}

.seria .name {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.44px;
    color: #fff;
    margin-top: 8px;
    margin-bottom: 4px;
}

.seria.active .name,
.seria:hover .name {
    color: #ef225d !important;
}

.seria .time {
    font-style: normal;
    font-size: 11px;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #000;
    color: #fff;
    padding: 2px;
}

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

.seria .controls {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -o-linear-gradient(top,
            rgba(0, 0, 0, 0) -116.8%,
            rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-gradient(linear,
            left top,
            left bottom,
            color-stop(-116.8%, rgba(0, 0, 0, 0)),
            to(rgba(0, 0, 0, 0.8)));
    background: linear-gradient(180deg,
            rgba(0, 0, 0, 0) -116.8%,
            rgba(0, 0, 0, 0.8) 100%);
    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;
    opacity: 0;
    -webkit-transition: opacity 0.15s ease;
    -o-transition: opacity 0.15s ease;
    transition: opacity 0.15s ease;
    z-index: 1;
}

.seria:hover .controls {
    opacity: 1;
}

.seria .controls.active {
    opacity: 1;
}

.seria .controls a {
    margin: 0 12px;
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    -o-transition: transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

.seria .controls a:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.seria.active,
.seria.active .controls,
.seria.active .ringring {
    cursor: default;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.rizanova-account {
    min-height: calc(100vh - 309px);
}

.fixed {
    position: fixed;
}

.z-3333 {
    z-index: 3333;
}

.hambergur {
    margin-top: 5px;
}

.hambergur-toggler {
    border: 0;
    background: 0 0;
    padding: 0;
    cursor: pointer;
}

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

.passport .label {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: #fff;
    margin-right: 13px;
    padding: 0 0;
    margin-bottom: 8px;
}

.passport .value {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.44px;
    color: #fff;
    padding: 0 8px;
    margin-bottom: 8px;
}

.passport .value.id {
    background: #0d0d0d;
    border-radius: 4px;
}

.profile .first-letter {
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    letter-spacing: -1.5px;
    color: #000;
    border-radius: 50%;
    text-align: center;
    background: url(../image/profile-border.svg) center;
    background-size: 100% 100%;
}

.profile {
    margin-top: 100px;
}

.profile .first-letter::after {
    content: "";
    padding-top: 100%;
}

.profile .detail {
    margin-left: 70px;
}

.profile .detail .label {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: #828282;
    margin-right: 8px;
    margin: 12px 8px 12px 0;
}

.profile .detail .value {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: #fff;
    margin: 12px 0;
}

nav.favorite {
    margin-bottom: 20px;
}

nav.favorite a {
    padding: 6px 20px;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    color: #fff;
    -webkit-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    transition: all ease 0.2s;
    display: inline-block;
    margin-right: 5px;
}

nav.favorite a:last-child {
    margin-right: 0;
}

nav.favorite a.active,
nav.favorite a:hover {
    border-radius: 8px;
    background: #e4375d;
}

.page {
    color: #828282;
}

.scale-anim {
    -webkit-animation: scaleAnim 1.5s ease 0s 1 forwards normal;
    animation: scaleAnim 1.5s ease 0s 1 forwards normal;
}

.liked-heart {
    -webkit-animation: likedHeart 1s ease 0s 1 forwards normal;
    animation: likedHeart 1s ease 0s 1 forwards normal;
}

.liked-heart2 {
    -webkit-animation: likedHeart 1s ease 0s 1 forwards normal;
    animation: likedHeart 1s ease 0s 1 forwards normal;
}

.liked-heart path {
    -webkit-animation: likedHeartPath 1s ease 0s 1 forwards normal;
    animation: likedHeartPath 1s ease 0s 1 forwards normal;
    fill: #fff;
    -webkit-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    transition: all ease 0.2s;
}

@-webkit-keyframes likedHeart {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes likedHeart {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scaleAnim {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes scaleAnim {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes likedHeartPath {
    0% {
        fill: #fff;
        stroke: #fff;
    }

    50% {
        fill: #ef225d;
        stroke: #ef225d;
    }

    100% {
        fill: #ef225d;
        stroke: #ef225d;
    }
}

@keyframes likedHeartPath {
    0% {
        fill: #fff;
        stroke: #fff;
    }

    50% {
        fill: #ef225d;
        stroke: #ef225d;
    }

    100% {
        fill: #ef225d;
        stroke: #ef225d;
    }
}

.clear-history {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: #fff;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.clear-history path {
    fill: #fff;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.clear-history:hover {
    color: #ef225d !important;
}

.clear-history:hover path {
    fill: #ef225d;
}

.payment-form {
    background: #0d0d0d;
    border-radius: 12px;
    padding: 36px 32px;
}

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

.payment-form input {
    border: 1px solid #bdbdbd;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 6px;
    outline: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.44px;
    color: #fff;
    background-color: transparent;
    padding: 8px 16px;
    margin-right: 24px;
}

.payment-form input.serial {
    min-width: 265px;
}

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

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

.payment-form button {
    background: #ef225d;
    border-radius: 8px;
    padding: 8px 16px;
    border: none;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.44px;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.payment-form button:hover {
    background: #a3173f;
}

.payment-form button:disabled {
    background: #c4c4c4;
}

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

.payment-types .payment-type {
    padding: 10px 25px;
    border: 1px solid #bdbdbd;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 6px;
    height: 100%;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.payment-types .payment-type.active,
.payment-types .payment-type:hover {
    border-color: #ef225d;
}

.payment-text {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: #fff;
    text-align: center;
    margin-bottom: 24px;
}

.card .payment-text {
    font-size: 18px;
    line-height: 22px;
}

.payment-text span {
    color: #ef225d !important;
}

.errors {
    margin-top: 5px;
    color: #ef225d;
    display: inline-block;
}

.share {
    position: relative;
    cursor: pointer;
}

.share .content {
    background: #0d0d0d;
    border-radius: 8px;
    position: absolute;
    top: 45px;
    padding: 30px;
    left: 48%;

    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1000;
    display: none;
    cursor: default;
}

.share .content.top {
    top: unset;
    bottom: 54px;
}

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

.share .content.active {
    display: block;
}

.share .content::after {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 48.5%;
    top: 1px;
    -webkit-transform: translateX(-50%) matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    -ms-transform: translateX(-50%) matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    transform: translateX(-50%) matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    background: #0d0d0d;
    z-index: -1;
}

.share .content .socials {
    padding-bottom: 24px;
    border-bottom: 1px solid #828282;
}

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

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

.music-item .share .content .link {
    padding-top: 12px;
}

.share .content .socials a {
    margin-right: 16px;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.music-item .share .content .socials a {
    margin-right: 8px;
}

.music-item .share .content .socials a svg {
    width: 25px;
    height: 25px;
}

.share .content .socials a:hover {
    opacity: 0.7;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
}

.share .content .socials a:first-child {
    margin-left: 0;
}

.share .content .socials a:last-child {
    margin-right: 0;
}

.share .content .link span {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.44px;
    color: #e0e0e0;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    white-space: nowrap;
}

.music-item .share .content .link span {
    font-size: 14px;
    line-height: 22px;
}

.share .content .link a {
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.music-item .share .content .link a svg {
    width: 25px;
    height: 25px;
}

.share .content .link a:hover {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
}

.share .content .link a:hover span {
    color: #ef225d;
}

.share .content .link svg rect {
    fill: #fff;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.share .content .link svg path {
    fill: #323232;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.share .content .link a:hover rect {
    fill: #ef225d;
}

.share .content .link a:hover svg path {
    fill: #fff;
}

.album-tool {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
}

.subscription {
    padding: 30px 40px;
    border-radius: 8px;
    background-color: #131313;
    position: relative;
    overflow: hidden;
    background-size: cover;
}

.subscription-page .subscription {
    padding: 110px 0;
    background-size: auto 100%;
    background-position: right;
    background-repeat: no-repeat;
}

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

.subscription-page .text-1 {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.44px;
    color: #828282;
}

.subscription-page .text-2 {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.25px;
    color: #bdbdbd;
}

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

.subscription::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: -o-radial-gradient(78.93% 37.98%,
            61.52% 121.65%,
            rgba(8, 8, 8, 0) 0,
            rgba(8, 8, 8, 0.62) 48.15%,
            #080808 100%);
    background: radial-gradient(61.52% 121.65% at 78.93% 37.98%,
            rgba(8, 8, 8, 0) 0,
            rgba(8, 8, 8, 0.62) 48.15%,
            #080808 100%);
    mix-blend-mode: normal;
}

.rizanova-tv .title-1 {
    color: #fff !important;
}

.table thead th {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #4f4f4f;
    padding: 8px;
}

.table tbody td {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.44px;
    color: #f2f2f2;
    text-align: center;
    padding: 8px;
}

.table tbody td a {
    color: #f2f2f2;
    -webkit-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    transition: all ease 0.2s;
}

.table tbody td a:hover {
    color: #ef225d !important;
}

.react-confirm-alert-overlay {
    background: rgba(0, 0, 0, 0.9) !important;
}

.react-confirm-alert-button-group>button {
    font-family: "Proxima Nova", sans-serif !important;
    padding: 14px 18px !important;
    font-size: 14px !important;
    -webkit-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    transition: all ease 0.2s;
    width: 100%;
    margin-bottom: 10px;
}

.react-confirm-alert-button-group>button {
    background: #ef225d !important;
}

.react-confirm-alert-button-group>button:hover {
    background: #b90043 !important;
}

.react-confirm-alert-button-group>button:last-child {
    background: #0d0d0d !important;
}

.react-confirm-alert-button-group>button:last-child:hover {
    background: #212121 !important;
}

.react-confirm-alert-body>h1 {
    font-family: "Proxima Nova", sans-serif !important;
}

.__react_component_tooltip {
    z-index: 2011 !important;
    max-width: 250px;
    font-size: 14px !important;
    font-family: "Proxima Nova", sans-serif !important;
    padding: 10px;
}

.font-weight-400 {
    font-weight: 400 !important;
}

.cursor-default {
    cursor: default !important;
}

.hover-text {
    -webkit-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    transition: all ease 0.2s;
}

.hover-text:hover {
    color: #ef225d !important;
}

.share-telegram {
    background: -o-linear-gradient(246.8deg, #37aee2 21.67%, #1e96c8 70%);
    background: linear-gradient(203.2deg, #37aee2 21.67%, #1e96c8 70%);
    border-radius: 8px;
}

.number-td {
    width: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.simulate-img {
    height: 10px;
    width: 42px;
}

.breadcrumbs {
    list-style-type: none;
    padding: 80px 0 24px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    display: none;
}

.breadcrumbs li {
    margin: 0 10px;
}

.breadcrumbs li:first-child {
    margin-left: 0;
}

.breadcrumbs li:last-child {
    margin-right: 0;
}

.breadcrumbs li a,
.breadcrumbs li span {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.44px;
    color: #fff;
    -webkit-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    transition: all ease 0.2s;
}

.breadcrumbs li p {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.44px;
    color: #828282;
    margin: 0;
}

.breadcrumbs li a:hover {
    color: #ef225d !important;
}

.opacity-100 {
    opacity: 1 !important;
}

.error-page-container {
    min-height: 100vh;
    color: #000;
    background: #191919;
    font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI",
        "Fira Sans", Avenir, "Helvetica Neue", "Lucida Grande", sans-serif;
    height: calc(100vh - 98px - 209px);
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.error-page-title {
    display: inline-block;
    color: #fff;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    margin: 0;
    margin-right: 20px;
    padding: 10px 23px 10px 0;
    font-size: 24px;
    font-weight: 600;
    vertical-align: top;
}

.error-page-box {
    display: inline-block;
    text-align: left;
    line-height: 49px;
    height: 49px;
    vertical-align: middle;
}

.error-page-text {
    font-size: 14px;
    font-weight: 400;
    line-height: inherit;
    margin: 0;
    color: #fff;
    padding: 0;
}

.fs-12 {
    font-size: 12px !important;
}

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

.spec-color {
    color: #ef225d !important;
}

.setting .label {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #fff;
    max-width: 90px;
    margin-right: 40px;
    vertical-align: bottom;
    margin-bottom: 40px;
}

.setting .theme {
    margin-right: 24px;
}

.setting .theme .image {
    width: 220px;
    border-radius: 8px;
    overflow: hidden;
}

.setting .theme.active .image {
    border: 2px solid #ef225d;
}

.setting .theme img {
    width: 100%;
    display: block;
}

.setting .theme .title {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: #fff;
    text-align: center;
    margin-top: 16px;
}

.select-menu {
    border: 1px solid #4f4f4f;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 6px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.1px;
    color: #fff;
    background-color: transparent;
    padding: 12px 16px;
    width: 350px;
    text-align: left;
    cursor: pointer;
}

.select-lang {
    border: 0;
    outline: 0;
    cursor: pointer;
    border-radius: 15px;
    background: #fff;
    color: #0c0c13;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    padding: 2px 8px;
}

.menu-content {
    left: 0;
    right: 0;
    background: #0d0d0d;
    border: 1px solid #828282;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 6px;
    padding: 8px;
    z-index: 100;
    min-width: 125px;
}

.lang-content {
    left: 0;
    right: 0;
    background: #0d0d0d;
    border: 1px solid #828282;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 6px;
    z-index: 100;
    min-width: 60px;
}

.menu-content button {
    background: 0 0;
    border-radius: 4px;
    white-space: nowrap;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0.1px;
    color: #fff;
    padding: 12px 8px;
    border: 0;
    outline: 0;
    cursor: pointer;
    text-align: left;
    -webkit-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    transition: all ease 0.2s;
}

.lang-content button {
    background: 0 0;
    border-radius: 4px;
    color: #fff;
    padding: 8px;
    border: 0;
    outline: 0;
    cursor: pointer;
    -webkit-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    transition: all ease 0.2s;
}

.menu-content button.active,
.menu-content button:hover {
    background-color: #ef225d;
}

.lang-content button.active,
.lang-content button:hover {
    background-color: #ef225d;
}

.carousel-4 .slick-disabled {
    display: none !important;
}

.card-label {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: #fff;
}

.sidebar-mobile {
    display: none;
    z-index: 3;
}

.singer-image {
    -webkit-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    transition: all ease 0.2s;
}

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

.css-14el2xx-placeholder {
    font-size: 14px;
}

div.css-1pahdxg-control,
div.css-1s2u09g-control {
    height: 38px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    border: 1px solid #4f4f4f;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 6px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.1px;
    color: #fff;
    background-color: transparent;
    padding: 12px 16px;
    width: 350px;
    text-align: left;
    cursor: pointer;
}

.filter-person div.css-1pahdxg-control,
.filter-person div.css-1s2u09g-control {
    height: 42px;
}

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

#react-select-option-select-listbox>div,
#react-select-person-select-listbox>div {
    background: #0d0d0d;
    border: 1px solid #828282;
    border-radius: 6px;
    padding: 0 !important;
}

#react-select-option-select-listbox>div>div,
#react-select-person-select-listbox>div>div {
    padding: 12px 16px !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    background: 0 0;
    color: #fff;
    cursor: pointer;
}

#react-select-option-select-listbox>div>div:hover,
#react-select-person-select-listbox>div>div:hover {
    background-color: #ef225d;
}

#react-select-option-select-input,
#react-select-person-select-input,
.css-1pndypt-Input,
.css-6j8wv5-Input,
.css-6j8wv5-Input input,
.css-qc6sy-singleValue {
    color: #fff !important;
}

.Toastify__toast--success {
    background: #058009;
}

.error-block {
    color: #bf1650;
    font-size: 13px;
    margin: 2px 0 0;
}

.error-block::before {
    display: inline;
    content: "⚠ ";
}

.hover-text span {
    width: 0;
    overflow: hidden;
    -webkit-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    transition: all ease 0.2s;
    white-space: nowrap;
}

.hover-text:hover span {
    width: 100px;
}

.react-tooltip-lite {
    white-space: nowrap;
    width: auto !important;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    padding: 6px 12px !important;
    color: #fff;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: #3f3f41;
}

.react-tooltip-lite-arrow {
    /* color: #fff !important;
  background: transparent !important; */
    display: none;
}

.my-tooltip {
    position: relative;
}

.my-tooltip .react-tooltip-lite {
    left: 50% !important;
    -webkit-transform: translateX(-50%) !important;
    -ms-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
}

.chart-place {
    font-size: 10px;
    line-height: 10px;
    color: #f6f5f3;
    background-color: #0d0d0d;
    padding: 5px;
    border-radius: 3px;
    display: inline-block;
    font-weight: 400;
    text-transform: uppercase;
    -webkit-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    transition: all ease 0.2s;
    cursor: pointer;
}

.chart-place:hover {
    opacity: 0.85;
}

.music-item .controls .add-to-video-playlist {
    position: absolute !important;
    top: 15px;
    right: 15px;
    color: #fff;
    margin: 0;
}

.rizanova-video-player .video-playlist {
    position: absolute;
    z-index: 1002;
    left: 0;
    top: 0;
    right: 0;
    bottom: 58px;
    background-color: rgba(0, 0, 0, 0.8);
    overflow-y: auto;
    cursor: default;
    overflow-x: hidden;
}

.rizanova-video-player.not-interactivated .video-playlist,
.rizanova-video-player.playing .video-playlist {
    bottom: 0;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-thumb {
    background-color: #ef225d;
}

::-webkit-scrollbar-thumb:hover {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.video-player-playlist-item {
    position: relative;
}

.video-player-playlist-item img {
    display: block;
}

.video-player-playlist-item .video-player-playlist-item-cover {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: -o-linear-gradient(top,
            rgba(12, 12, 12, 0.8) 0,
            transparent 100px);
    background-image: linear-gradient(to bottom,
            rgba(12, 12, 12, 0.8) 0,
            transparent 100px);
    opacity: 0;
    -webkit-transition: opacity ease 0.2s;
    -o-transition: opacity ease 0.2s;
    transition: opacity ease 0.2s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.video-player-playlist-item:hover .video-player-playlist-item-cover {
    opacity: 1;
}

.video-player-playlist-item-remove {
    position: absolute;
    top: 5px;
    right: 5px;
    opacity: 0;
    -webkit-transition: opacity ease 0.2s;
    -o-transition: opacity ease 0.2s;
    transition: opacity ease 0.2s;
    display: inline-block;
    padding: 5px;
}

.video-player-playlist-item-remove svg path {
    -webkit-transition: fill ease 0.2s;
    -o-transition: fill ease 0.2s;
    transition: fill ease 0.2s;
}

.video-player-playlist-item-remove:hover svg path {
    fill: #ef225d !important;
}

.video-player-playlist-item:hover .video-player-playlist-item-remove {
    opacity: 1;
}

.video-player-playlist-item .video-player-playlist-item-cover .video-player-playlist-item-title {
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    margin: 0;
    padding: 5px 5px 0;
}

.video-player-playlist-item .video-player-playlist-item-cover .video-player-playlist-item-subtitle {
    font-size: 13px;
    line-height: 13px;
    color: #f2f2f2;
    margin: 0;
    padding: 5px 5px 0;
}

.video-player-playlist-item .video-player-playlist-item-cover .video-player-playlist-item-duration {
    font-size: 11px;
    color: #fff;
    margin: 0;
    padding: 2px;
    text-align: right;
    background: #000;
    border-radius: 2px;
    display: inline-block;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.no-phone-btn {
    width: 100%;
    display: block;
    color: #2f80ed;
    font-size: 14px;
    margin-top: 5px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.load-more {
    color: #ef225d;
    font-size: 16px;
    height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.sort-panel span {
    font-size: 16px;
    color: #fff;
    margin-right: 10px;
}

.basic-single .select__menu_list {
    font-size: 16px;
}

.basic-single .select__menu {
    font-size: 16px;
}

.big-play-button {
    -webkit-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
}

.big-play-button:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.premiere-carousel {
    padding-bottom: 20px;
}

.premiere-carousel .image-shadow {
    border-radius: 16px;
    overflow: hidden;
}

.premiere-carousel .slick-list {
    overflow: visible !important;
    margin: 0 -60px;
}

.premiere-carousel.alone .slick-list {
    overflow: visible !important;
    margin: 0 -12px;
}

.premiere-carousel .slick-list .slick-slide {
    padding: 0;
    position: relative;
}

.premiere-carousel .slick-list .slick-slide.slick-active::after {
    opacity: 0;
    z-index: -1;
}

.premiere-carousel .slick-list .slick-slide::after {
    background-image: -o-linear-gradient(right,
            rgba(31, 27, 46, 0),
            rgba(31, 27, 46, 1));
    background-image: -webkit-gradient(linear,
            right top,
            left top,
            from(rgba(31, 27, 46, 0)),
            to(rgba(31, 27, 46, 1)));
    background-image: linear-gradient(to left,
            rgba(31, 27, 46, 0),
            rgba(31, 27, 46, 1));
    position: absolute;
    left: 12px;
    top: 0;
    right: 12px;
    bottom: 5px;
    content: "";
    display: block;
    opacity: 0.7;
    border-radius: 16px;
    -webkit-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
}

.premiere-carousel {
    overflow: hidden;
}

.premiere-carousel .slick-next,
.premiere-carousel .slick-prev {
    z-index: 3;
    border-radius: 50%;
    width: 48px;
    height: 48px;
}

.premiere-carousel .slick-arrow::before {
    content: "";
}

.premiere-carousel .slick-prev {
    left: -70px;
    background: url(../image/arrow-left-no-border.svg) center no-repeat !important;
}

.premiere-carousel .slick-next {
    right: -70px;
    background: url(../image/arrow-right-no-border.svg) center no-repeat !important;
}

.card-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
    min-width: 320px;
}

.card-list li {
    padding: 12px 16px;
    border: 1px solid #bdbdbd;
    border-radius: 6px;
    margin-bottom: 15px;
    color: #fff;
}

.card-list li i {
    color: #ef225d;
}

a.link {
    word-break: normal;
    overflow: hidden;
    color: #fff;
    font-variant-numeric: lining-nums proportional-nums;
    text-overflow: ellipsis;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.2px;
    text-decoration: underline;
}

.react-confirm-alert-button-group {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.links {
    background-color: #090909;
    min-height: 100vh;
    background: -o-linear-gradient(left, #15151F 0, #0C0C13 100%);
    background: -webkit-gradient(linear,
            left top,
            right top,
            color-stop(0, #15151F),
            to(#0C0C13));
    background: linear-gradient(90deg, #15151F 0, #0C0C13 100%);
    background-repeat: no-repeat;
    background-position: right;
    background-size: auto 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.links .link-tree {
    max-width: 400px;
    margin-left: 16px;
    margin-right: 16px;
    background-color: #fff;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 8px 0 rgba(34, 60, 80, 0.2);
    box-shadow: 0 0 8px 0 rgba(34, 60, 80, 0.2);
}

.links .logo img {
    width: 165px;
}

.links h1 {
    font-size: 18px;
    color: #4f4f4f;
    margin-top: 20px;
}

.links ul {
    list-style: none;
    padding: 0 16px;
}

.links ul li {
    margin-bottom: 20px;
}

.links ul li a {
    color: #fff;
    padding: 16px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    border-radius: 6px;
    background: -o-linear-gradient(left, #E3365C 0, #C01CA0 100%);
    background: -webkit-gradient(linear,
            left top,
            right top,
            color-stop(0, #E3365C),
            to(#C01CA0));
    background: linear-gradient(90deg, #E3365C 0, #C01CA0 100%);
}

.links ul li a i {
    margin-left: 7px;
    font-size: 22px;
}

.links ul li a.website i {
    color: #93caed;
}

.links ul li a.android i {
    color: #a4c639;
}

.links ul li a.ios i {
    color: #9ca5a7;
}

.nickname {
    background-color: #000;
    min-height: 100vh;
    background-image: url(../image/background5.jpg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: auto 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
}

.nickname.linkname {
    background-image: none;
    background-color: rgba(0, 0, 0, 0.5);
}

.nickname .blur-background {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    -webkit-filter: blur(25px);
    filter: blur(25px);
}

.nickname .blur-background img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.nickname .person-view {
    padding: 32px 0;
}

.nickname .link-view {
    padding: 32px 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.nickname .person-view .photo {
    width: 150px;
    height: 150px;
    overflow: hidden;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../image/profile-border.svg);
    background-size: 100% 100%;
    padding: 5px;
}

.nickname .link-view .photo {
    width: 350px;
    height: 350px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.nickname .person-view .photo img {
    max-width: 100%;
    border-radius: 50%;
}

.nickname .link-view .photo img {
    max-width: 100%;
}

.nickname .info {
    background-color: #f5faf9;
    padding: 16px 24px;
}

.nickname .person-view h1.name {
    color: #fff;
    font-size: 24px;
    text-align: center;
    margin-top: 16px;
    margin-bottom: 16px;
}

.nickname .link-view h1.name {
    color: #191919;
    font-size: 20px;
    text-align: center;
    font-weight: 600;
}

.nickname .link-view h2.author {
    color: #141414;
    font-size: 16px;
    text-align: center;
    font-weight: 400;
}

.nickname .stores {
    background-color: #fff;
    padding: 6px 24px;
}

.nickname .stores .store {
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    padding: 12px 0;
}

.nickname .stores .store:last-child {
    border-bottom: 0;
}

.nickname .stores .store .img {
    width: 35px;
    height: 35px;
}

.nickname .stores .store .img img {
    width: 35px;
    height: 35px;
    -o-object-fit: contain;
    object-fit: contain;
    border-radius: 4px;
}

.nickname .stores .store .store-name {
    color: #131313;
}

.nickname .link-tree {
    max-width: 400px;
    padding: 24px 32px;
    background-color: #3c3c3c;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 8px 0 rgba(34, 60, 80, 0.2);
    box-shadow: 0 0 8px 0 rgba(34, 60, 80, 0.2);
}

.nickname .platforms {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 16px;
}

.nickname .platforms .store-link {
    width: 48%;
    border-radius: 8px;
    overflow: hidden;
}

.nickname .platforms .store-link img {
    width: 100%;
    display: block;
    height: 100%;
}

.person-socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.person-socials .person-social {
    margin-right: 16px;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    display: inline-block;
}

.person-socials .person-social:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.person-socials .person-social:last-child {
    margin-right: 0;
}

.person-social img {
    height: 50px;
    border-radius: 50%;
}

.person-stores {
    margin-top: 16px;
}

.person-stores .person-store {
    margin-bottom: 16px;
    background-color: #fff;
    border-radius: 8px;
    padding: 6px;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.person-stores .person-store:hover {
    background-color: #bdbdbd;
}

.person-stores .person-store span {
    font-size: 16px;
    color: #131313;
}

.person-stores .person-store:last-child {
    margin-bottom: 0;
}

.person-store img {
    height: 25px;
    margin-right: 8px;
}

.tariff-circle {
    width: 50px;
    height: 50px;
    background-color: #ef255d;
    border-radius: 50%;
    font-size: 20px;
}

.tariff-feature {
    color: #fff;
}

.top-banner {
    position: fixed;
    z-index: 55555;
    background-color: #131313;
    width: 100vw;
    min-height: 100vh;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 35px 0;
    overflow-y: scroll;
    overflow-x: hidden;
}

.top-banner .title {
    font-size: 42px;
    color: #fff;
    letter-spacing: 1px;
    line-height: 56px;
}

.top-banner .title span {
    color: #ef255d;
    font-weight: 700;
}

.top-banner .image {
    position: relative;
}

.top-banner .image .background {
    position: absolute;
    left: -40%;
    z-index: -1;
    top: -40%;
    width: 180%;
    height: 180%;
    -o-object-fit: contain;
    object-fit: contain;
}

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

.top-banner .close {
    position: absolute;
    right: 15px;
    cursor: pointer;
    top: 15px;
}

.minh-100 {
    min-height: 100% !important;
}

.top-banner .text {
    font-size: 20px;
    color: #828282;
    margin-top: 40px;
}

.top-banner .text span {
    color: #ef225d;
}

.top-banner .actions {
    color: #fff;
}

.top-banner .form-check-label {
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.subscribe-buttons a {
    min-width: 205px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.home {
    background-color: #090909;
    background-image: url(../image/background4.jpg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: auto 100%;
    padding-bottom: 48px;
}

.home .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 222;
    padding: 24px 0;
}

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

.home .welcome h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 34px;
    line-height: 40px;
    color: #fff;
    margin-top: 0;
    margin-bottom: 8px;
}

.home .welcome h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 34px;
    line-height: 40px;
    color: #fff;
    margin-top: 0;
    margin-bottom: 24px;
}

.home .welcome p {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #f2f2f2;
    margin-top: 0;
    margin-bottom: 48px;
    max-width: 460px;
}

.home .more-about {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    position: relative;
}

.home .more-about img {
    -webkit-animation-name: pippo;
    animation-name: pippo;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    position: absolute;
    top: 100%;
    left: calc(50% - 12px);
}

@-webkit-keyframes pippo {
    0% {
        margin-top: 0;
    }

    60% {
        margin-top: 12px;
    }

    100% {
        margin-top: 0;
    }
}

@keyframes pippo {
    0% {
        margin-top: 0;
    }

    60% {
        margin-top: 12px;
    }

    100% {
        margin-top: 0;
    }
}

.home-title {
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
    text-align: center;
    color: #fff;
    margin-top: 0;
    margin-bottom: 16px;
}

.home-subtitle {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #bdbdbd;
    max-width: 780px;
    margin: 0 auto 32px;
}

.home-img {
    width: 100%;
    margin-bottom: 50px;
}

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

.platforms {
    padding: 60px 0;
}

.platforms h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 34px;
    line-height: 40px;
    color: #fff;
    margin-top: 0;
    margin-bottom: 14px;
}

.platforms p {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #bdbdbd;
    margin-top: 0;
    margin-bottom: 32px;
}

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

.stores a {
    margin-right: 12px;
    cursor: pointer;
}

.stores a:last-child {
    margin-right: 0;
}

.content_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

/* custom search style start */
.customSearch {
    width: 384px;
    height: 46px;
    display: flex;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: transparent;
    overflow: hidden;
    padding: 2px;
}

.customSearch>input {
    width: 100%;
    border: none;
    padding: 10px;
    color: #fff !important;
    font-variant-numeric: lining-nums proportional-nums stacked-fractions;
    font-feature-settings: "clig"off, "liga"off;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    background-color: transparent;
}

.customSearch>input:focus,
.customSearch>input:focus-visible,
.customSearch>input::placeholder {
    outline: none;
    box-shadow: none;
    color: #87878c;
}

.customSearch>button {
    border-radius: 10px;
    background: #e4375d;
    border: none;
    width: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.customSearchRightIcon {
    display: flex;
    align-items: center;
    padding-left: 5px;
}

.customSearchRightIcon svg path,
.customSearchRightIcon svg circle {
    stroke: #99959d;
}

/* custom search style end*/

/* album addition styles start */
.track_action {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.track_action_sub {
    display: flex;
    align-items: center;
}

.track_action_sub .track_action_sub_div {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #3f3f41;
    /* background: rgba(255, 255, 255, 0.2); */
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.4s ease;
    margin-left: 8px;
}

.track_action_sub2 .track_action_sub_div {
    margin-left: 0 !important;
    margin-right: 8px;
}

.track_action_sub .track_action_sub_div:hover {
    background: #e4375d;
}

.track_action_sub .track_action_sub_div>svg {
    width: 20px;
    height: 20px;
}

.track_action_sub .track_action_sub_div>svg path,
.track_action_sub .track_action_sub_div>svg circle {
    stroke: #fff;
}

/* album addition styles end */

/* playlistSearch styles start */
.playlistSearch {
    position: relative;
}

.openedSearchResult {
    position: absolute;
    top: 55px;
    left: 0;
    width: 100%;
    max-height: 336px;
    display: flex;
    padding: 8px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    overflow-y: auto;
    background: #0c0c13;
    z-index: 1;
    border-radius: 12px;
    border: 1px solid #bdbdbd;
    background-color: #0d0d0d !important;
}

.openedSearchResult .infoSearchMain {
    display: flex;
    width: 100%;
    flex-direction: column;
}

.openedSearchResult .infoSearch {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.openedSearchResult .infoSearch .sub1 {
    display: flex;
    align-items: center;
}

.openedSearchResult .infoSearch .sub11 {
    margin-left: 8px;
    width: 180px;
}

.openedSearchResult .infoSearch .sub1 img {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    object-fit: cover;
}

.openedSearchResult .infoSearch:hover .sub11 p a {
    color: #ef225d !important;
}

.openedSearchResult .infoSearch .sub11 p:nth-child(1),
.openedSearchResult .infoSearch .sub11 p a {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
    transition: 0.3s;
}

.openedSearchResult .infoSearch .sub11 p:nth-child(2) {
    color: #aba8aa;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 16px;
    margin: 0;
}

.openedSearchResult .infoSearch .sub2 {
    overflow: hidden;
    color: #99959d;
    font-variant-numeric: lining-nums proportional-nums;
    text-overflow: ellipsis;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
}

.openedSearchResult .infoSearch {
    margin-bottom: 10px;
}

.openedSearchResult .infoSearch:nth-last-child(1) {
    margin-bottom: 0;
}

.openedSearchResult .infoSearch .sub3 {
    opacity: 0;
    transition: 0.3s;
}

.openedSearchResult .infoSearch:hover .sub3 {
    opacity: 1;
}

.new-chart-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
}

@media only screen and (max-width: 992px) and (min-width: 320px) {
    .openedSearchResult .infoSearch .sub3 {
        opacity: 1;
    }

    ,
}

@media only screen and (max-width: 992px) {
    .audiobook svg {
        transform: scale(1.6);
        margin-top: -30px !important;
        cursor: pointer;
    }

    .title-nav {
        margin-top: 24px;
    }

    .remove-offset-mobile {
        margin-left: 0 !important;
    }

    .new-chart-list {
        grid-template-columns: 1fr;
    }

    a.link {
        font-size: 15px;
    }
}

/* playlistSearch styles end */

/* account card style start */
.accountCard {
    margin-top: 28px;
    padding: 24px;
    width: 320px;
    border-radius: 16px;
    background-color: #0c0c13;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.accountCard2 {
    width: 454px;
}

.accountCard3 {
    width: 100%;
    display: flex;
    gap: 48px;
}

.accountCard3>.accCard3Left {
    width: 50%;
}

.accountCard3 .columnBox {
    width: calc(100% + 48px);
    margin-left: -5px;
}

.accountCard3 .columnBoxTwo {
    margin: 0 5px 5px 5px;
}

.accountCard2 .accountCardTop {
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 24px;
}

.accountCard2 .listAccountCard>p {
    position: relative;
    color: #e0e0e0;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    padding-left: 10px;
    margin: 6px 0;
}

.accountCard2 .listAccountCard>p::after {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #fff;
}

.dashedAccInfo {
    margin-top: 24px;
    padding: 16px;
    border-radius: 12px;
    border: 1px dashed rgba(255, 255, 255, 0.1);
}

.accountCard3>.dashedAccInfo {
    padding: 0;
    border: none;
    margin-top: 0;
    width: 50%;
}

.tabsAcc {
    border-radius: 10px;
    background: #101019;
    padding: 4px;
    display: flex;
    gap: 4px;
}

.tabsAcc>button {
    width: 100%;
    cursor: pointer;
}

.tabsAcc>.notActiveBtnW:hover {
    background-color: #fff !important;
    color: #0c0c13;
}

.tabsAcc>.notActiveBtnW {
    background-color: transparent !important;
    color: #fff;
}

.accountCard .f_letter {
    width: 88px;
    height: 88px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgba(255, 255, 255, 0.2);
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    position: relative;
    box-sizing: border-box;
    background: transparent;
    z-index: 1;
}

.accountCard .f_letter>span {
    position: relative;
    z-index: 1;
}

.accountCard .f_letter::before {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    z-index: 1;
    border-radius: inherit;
    width: 80px;
    height: 80px;
    background: #0d0d0d;
}

.accountCard .f_letter::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(98deg, #ff4826 -32.13%, #9300ff 125.52%);
}

.accountCard .f_name {
    color: #fff;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 0;
    margin-top: 0;
}

.accountCard .f_uname {
    color: #aba8aa;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
}

.accountCard .f_info {
    display: flex;
    align-items: center;
}

.accountCard .f_info>span:nth-child(1),
.accountCard .f_info>span:nth-child(1) a {
    color: #aba8aa;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
    margin-right: 5px;
}

.accountCard .f_info>span:nth-child(1) a {
    text-decoration: underline !important;
}

.accountCard .f_info>span:nth-child(2) {
    color: #fff;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.accountCard .f_line {
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.1);
}

.accountCard .f_info2 {
    justify-content: space-between;
    width: 100%;
}

.accountCard .f_info2 .select-menu {
    width: 90px !important;
    padding: 0 !important;
    border: 0 !important;
}

.accountCard .f_info2 .menu-content {
    left: auto !important;
}

.select-menu svg path {
    fill: #fff;
}

.select-menu svg {
    transition: 0.3s;
}

.select-menu[aria-expanded="true"] svg {
    transform: rotate(-180deg);
}

.fsAccount {
    font-size: 24px !important;
    font-weight: 700 !important;
}

.cartsMain label>div>p:nth-child(1),
.cartsSubT1 {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin: 0;
}

.cartsMain label>div>p:nth-child(2) {
    color: #999;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    margin: 0;
}

.radio-custom-label-cart {
    padding: 16px;
    border-radius: 12px;
    background-color: #101019 !important;
}

.radio-custom-label-cart>img {
    width: 70%;
}

.cartsSub {
    width: calc(100% - 12px);
    padding: 16px;
    border-radius: 12px;
    background-color: #101019 !important;
    margin-left: 6px;
    box-sizing: border-box;
}

.cartsSubInput {
    padding: 10px 16px;
    color: #fff;
}

.cartsSubInput,
.cartsSubInput:focus-visible {
    display: flex;
    width: calc(100% - 31px);
    background-color: #0c0c13;
    border-radius: 10px;
    border: 0;
    outline: 0;
    margin-bottom: 6px;
}

.cartsSub .btnRedd {
    background: #ef225d !important;
    font-size: 13px !important;
}

.carts .btnDark {
    background: #101019 !important;
    font-size: 13px !important;
}

.carts .cRed {
    color: #ef225d !important;
    width: calc(100% - 8px) !important;
    margin-left: 4px;
}

@media only screen and (max-width: 880px) and (min-width: 320px) {
    .accountCard3 {
        flex-direction: column;
    }

    .accountCard3>.accCard3Left {
        width: 100%;
    }

    .accountCard3>.dashedAccInfo {
        margin-top: 0;
        width: 100%;
    }

    .accountCard3 .columnBox {
        width: calc(100% + 22px);
        margin-left: -12px;
    }

    .radio-custom-label-cart>img {
        width: 100px;
    }
}

@media only screen and (max-width: 576px) and (min-width: 320px) {

    .accountCard,
    .accountCard2 {
        padding: 15px;
        width: 100%;
    }
}

/* account card style end */

/* custom radio style start */
.radio-custom {
    opacity: 0;
    position: absolute;
}

.radio-custom,
.radio-custom-label {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    cursor: pointer;
}

.radio-custom-label {
    position: relative;
}

.radio-custom+.radio-custom-label:before {
    content: "";
    background: transparent;
    border: 2px solid #87878c;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
}

.radio-custom+.radio-custom-label:before {
    border-radius: 50%;
}

.radio-custom:checked+.radio-custom-label:before {
    content: "";
    background-color: #ef255d;
    padding: 2px;
}

/* custom radio style end */

/* notifModal style start */
.notifModal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99995;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    user-select: none;
}

.notifModalLayer {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99990;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(12.5px);
}

.notifModalInfo {
    position: relative;
    z-index: 99995;
    display: inline-flex;
    width: 400px;
    min-height: 256px;
    padding: 24px;
    border-radius: 16px;
    overflow: hidden;
}

.notifModalLayer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99993;
}

.notifModalClose {
    position: absolute;
    top: 24px;
    right: 24px;
    z-index: 99997;
}

.notifModalInfo .notifDetail {
    position: relative;
    z-index: 99996;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.notifModalT1 {
    color: #fff;
    text-align: center;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
}

.notifModalT2 {
    color: #aba8aa;
    text-align: center;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
}

/* notifModal style end */

/* auth style start */
.fs-16 {
    font-size: 16px !important;
}

.authSection {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.authCard {
    padding: 32px;
    width: 416px;
    border-radius: 20px;
    background: #0c0c13;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.10);
}

.authT1 {
    color: #fff;
    text-align: center;
    font-variant-numeric: lining-nums proportional-nums stacked-fractions;
    font-feature-settings: "clig"off, "liga"off;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    margin: 0 auto;
}

.authT2 {
    color: #87878c;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin: 0 auto;
    margin-top: 22px;
}

.authT2 a {
    color: #ffa500;
}

.authInput {
    padding: 16px;
    color: #fff;
    margin-top: 10px;
    font-variant-numeric: lining-nums tabular-nums;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.1px;
}

.authInput,
.authInput:focus-visible {
    display: flex;
    width: calc(100% - 32px);
    background-color: #0c0c13;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    outline: 0;
    margin-bottom: 6px;
}

.authInput2 {
    width: 100% !important;
}

@media (max-width: 576px) and (min-width: 320px) {

    .notifModalInfo,
    .authCard {
        width: calc(100% - 20px);
    }
}

/* auth style end */

.Toastify__close-button {
    display: none !important;
}

.Toastify__toast--success {
    background: #3ec074 !important;
    border-radius: 12px !important;
}

.Toastify__toast--error {
    background: #fc3e3e !important;
    border-radius: 12px !important;
}

.Toastify__toast-container {
    width: auto !important;
    max-width: 400px !important;
}

.Toastify__toast-body>div {
    align-items: center !important;
}

.fs-13 {
    font-size: 13px !important;
}

.rizanova-audio-player .my-hq svg path {
    fill: #ABA8AA;
    stroke: #ABA8AA;
}

.mt-32 {
    margin-top: 32px;
}

.mb-32 {
    margin-bottom: 32px;
}

.mt-64 {
    margin-top: 64px;
}

.mb-64 {
    margin-bottom: 64px;
}