body,
html {
    margin: 0;
    min-height: 100%
}

html {
    font-family: 'Proxima Nova', sans-serif
}

.rizanova-content {
    padding-top: 100px
}

a {
    text-decoration: none
}

div {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

svg {
    display: block
}


@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
}

.table {
    --bs-table-bg: transparent;
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: #212529;
    --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
    --bs-table-active-color: #212529;
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: #212529;
    --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
    margin-bottom: 1rem;
    color: #212529;
    vertical-align: top;
    border-color: #dee2e6;
}

.table>thead {
    vertical-align: bottom;
}

.table>tbody {
    vertical-align: inherit;
}

tbody,
td,
tfoot,
th,
thead,
tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}

.table>:not(caption)>*>* {
    padding: 0.5rem 0.5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

.table>:not(caption)>*>* {
    padding: 0.5rem 0.5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

.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: .75px;
    text-transform: uppercase;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.btn-spec:hover {
    background-color: transparent;
    color: #ef225d;
}

.btn-spec-smaller {
    padding: 8px 16px;
    font-size: 13px;
    line-height: 13px;
}

.cursor-pointer {
    cursor: pointer !important;
}

.link {
    color: #1A76E2 !important;
}

.link:hover {
    color: #2EA8EA !important;
}


header.main {
    background-color: #333;
    padding: 24px 0;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1010
}

header.main div.menu {
    width: auto;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    overflow: hidden
}

header.main.search-open div.menu {
    width: 0
}

header.main nav.navbar ul.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style-type: none
}

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 .2s;
    -o-transition: all ease .2s;
    transition: all ease .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 .2s;
    -o-transition: all ease .2s;
    transition: all ease .2s
}

header.main nav.navbar .navbar-tools a:hover path {
    fill: #ef225d
}

.search {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border: 1px solid #828282;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    background: #333;
    height: 40px;
    margin: 6px 30px;
    width: 0;
    display: none;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    position: relative
}

.search-form {
    border: 1px solid #828282;
    -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 .3s;
    -o-transition: all ease .3s;
    transition: all ease .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: 4px;
    overflow: hidden;
    z-index: 10
}

.search .content .results {
    padding: 16px;
    background: #4f4f4f
}

.search .content .results .result {
    padding: 0;
    padding-bottom: 10px;
    border-bottom: 2px solid #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: transparent;
    margin-bottom: 10px
}

.search .content .results .result:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0
}

.search .content .results .result .image {
    margin-right: 16px;
    overflow: hidden;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: unset;
    height: unset;
    border-radius: 0;
    background-color: transparent
}

.search .content .results .result .image img {
    width: 75px;
    -webkit-transition: all ease .2s;
    -o-transition: all ease .2s;
    transition: all ease .2s;
    height: auto
}

.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
}

.search .content .results .result .not-found {
    font-size: 16px;
    line-height: 24px;
    color: #fff
}

.search .content .results .result .info .name {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    max-height: 20px;
    letter-spacing: .15px;
    color: #fff;
    -webkit-transition: all ease .2s;
    -o-transition: all ease .2s;
    transition: all ease .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;
    margin-bottom: 5px
}

.search .content .results .result:hover .info .name {
    color: #ef225d !important
}

.search .content .results .result .info .year {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: .4px;
    color: #bdbdbd
}

.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: .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: .44px;
    color: #e0e0e0
}

.search .content .results .result .price span.free {
    color: #e0e0e0
}

.search .content .results .result .price span.not-free {
    color: #ef225d
}

.search .content div.footer {
    background: #333;
    padding: 16px
}

.search .content div.footer a {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .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 .2s;
    -o-transition: all ease .2s;
    transition: all ease .2s
}

.search .content div.footer a:hover {
    color: #ef225d !important
}

.search.active {
    display: block
}

.search input {
    width: 100%;
    font-family: 'Proxima Nova', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .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-family: 'Proxima Nova', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .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: -webkit-gradient(linear, left top, right top, color-stop(0, #b330f1), to(#ec2378));
    background: -o-linear-gradient(left, #b330f1 0, #ec2378 100%);
    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: .1px;
    color: #fff;
    -webkit-transition: all ease .2s;
    -o-transition: all ease .2s;
    transition: all ease .2s
}

.tariff-btn:hover {
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #7d0eb1), to(#c00a56));
    background: -o-linear-gradient(left, #7d0eb1 0, #c00a56 100%);
    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;
    cursor: pointer;
    padding: 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 .3s;
    -o-transition: all ease .3s;
    transition: all ease .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: #333;
    -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, .25);
    box-shadow: 0 2px 20px rgba(0, 0, 0, .25);
    border-radius: 8px;
    padding: 16px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .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-family: "Proxima Nova", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .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: .1
}

header.main.search-open .line {
    margin-left: 32px
}

.hambergur-menu {
    list-style-type: none;
    padding: 8px 16px;
    background: #333;
    -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, .25);
    box-shadow: 0 2px 20px rgba(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: .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
}

.rizanova-content {
    background-color: #141414
}

.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: .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
}

.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;
    transition: all ease .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: .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: .75px;
    text-transform: uppercase;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .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 .2s ease;
    -o-transition: all .2s ease;
    transition: all .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: .75px;
    text-transform: uppercase;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .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: .95;
    border-radius: 8px;
    padding: 12px 35px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: .75px;
    text-transform: uppercase;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .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 .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.btn-big-spec svg path {
    fill: #fff;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .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: 70px
}

.mb-70 {
    margin-bottom: 70px
}

.my-70 {
    margin-bottom: 70px;
    margin-top: 70px
}

.pt-70 {
    padding-top: 70px
}

.pb-70 {
    padding-bottom: 70px
}

.py-70 {
    padding-bottom: 70px;
    padding-top: 70px
}

.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 {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #fff
}

.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
}

.music-item {
    padding: 0 12px
}

.music-item.film-item {
    padding: 0 12px 15px
}

.padding-0 .music-item {
    padding: 0
}

.carousel-4 {
    margin-left: -12px;
    margin-right: -12px
}

.music-item .image {
    position: relative
}

.singer-item .image {
    overflow: hidden
}

.music-item .image img {
    border-radius: 8px
}

.border-radius-4 .music-item .image {
    border-radius: 4px
}

.border-radius-4 .music-item .image img {
    border-radius: 4px
}

.block .music-item .image {
    border-radius: 4px
}

.music-item .image img {
    display: block
}

.music-item .title a {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #fafbfc;
    width: 100%;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.inner-page .music-item .title a {
    font-size: 14px;
    line-height: 17px
}

.singer-item.music-item .title a {
    font-size: 20px;
    line-height: 26px;
    margin-top: 14px
}

.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: .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 .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.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 .2s ease;
    -o-transition: all .2s ease;
    transition: all .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: -webkit-gradient(linear, left top, left bottom, color-stop(-116.8%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .8)));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) -116.8%, rgba(0, 0, 0, .8) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) -116.8%, rgba(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 .15s ease;
    -o-transition: opacity .15s ease;
    transition: opacity .15s ease;
    border-radius: 4px
}

.music-item.album .controls {
    border-radius: 0
}

.music-item:hover .controls {
    opacity: 1
}

.music-item .controls.active {
    opacity: 1
}

.music-item .controls a {
    margin: 0 12px;
    -webkit-transition: -webkit-transform .2s ease;
    transition: -webkit-transform .2s ease;
    -o-transition: transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease
}

.music-item .controls path {
    fill: #fff
}

.music-item .controls .share>a:hover,
.music-item .controls>a:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.music-item .premiere-badge {
    position: absolute;
    left: 0;
    top: 0;
    background: #b90043;
    border-radius: 4px 0;
    color: #fff;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    padding: 4px 8px;
    z-index: 2;
    text-transform: uppercase
}

.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: .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 .3s ease;
    -o-transition: all .3s ease;
    transition: all .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 {
    fill: #fff;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

nav.title-nav .show-all:hover svg,
nav.title-nav:hover .show-all svg {
    fill: #ef225d !important
}

.bg-different {
    background-color: #191919
}

.chart-list {
    list-style-type: none;
    padding: 0;
    margin: 0
}

.chart-list .number {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    letter-spacing: .15px;
    color: #fff;
    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
}

.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: .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
}

.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: .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: .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, .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 .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .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 {
    margin-left: 20px
}

.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: .4px;
    font-family: "Proxima Nova", sans-serif
}

.chart-list .menyu path {
    -webkit-transition: all ease .2s;
    -o-transition: all ease .2s;
    transition: all ease .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 {
    opacity: 0;
    -webkit-transition: opacity ease .2s;
    -o-transition: opacity ease .2s;
    transition: opacity ease .2s
}

.chart-list li:hover .menyu {
    opacity: 1
}

.ringring {
    border: 3px solid #ef225d;
    background-color: #ef225d;
    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: .9
}

@keyframes pulsate {
    0% {
        -webkit-transform: scale(1, 1);
        opacity: .9
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.2, 1.2)
    }

    100% {
        -webkit-transform: scale(1, 1);
        opacity: .9
    }
}

@-webkit-keyframes pulsate {
    0% {
        -webkit-transform: scale(1, 1);
        opacity: .9
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.2, 1.2)
    }

    100% {
        -webkit-transform: scale(1, 1);
        opacity: .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: 15px 0;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .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 {
    opacity: 0;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    max-width: 40px
}

.rizanova-audio-playlist .chart-list .tools {
    max-width: 80px
}

.chart-list li:hover .tools {
    opacity: 1
}

.chart-list .tools a svg {
    fill: #828282
}

.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>* {
    width: 100%;
    -ms-flex-negative: 1;
    flex-shrink: 1
}

.cursor-pointer {
    cursor: pointer !important
}

.border-radius-50 {
    border-radius: 50% !important
}

.singer-image img {
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    -o-transition: transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease
}

.music-item:hover .singer-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: .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: .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: -webkit-gradient(linear, left top, right top, color-stop(0, #b330f1), to(#ec2378));
    background: -o-linear-gradient(left, #b330f1 0, #ec2378 100%);
    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: .75px;
    text-transform: uppercase;
    color: #fff;
    padding: 12px 24px;
    display: inline-block;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .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: .75px;
    text-transform: uppercase;
    color: #b330f1;
    padding: 12px 24px;
    display: inline-block;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .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 .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
    width: 100%
}

.categories .category:hover>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: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .4)), to(rgba(0, 0, 0, .4)));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, .4), rgba(0, 0, 0, .4));
    background: linear-gradient(0deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .4))
}

.categories .category.music-category::after {
    background: rgba(11, 11, 11, .5)
}

.categories .category .title img {
    height: 70px
}

.cover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    right: 0;
    bottom: 0;
    z-index: 2
}

.categories .category span {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    color: #fff
}

.categories .category p {
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 32px;
    text-align: center;
    letter-spacing: .25px;
    color: #fff
}

.categories .category:hover p {
    color: #ef225d !important
}

.categories .category.music-category span {
    font-size: 16px;
    line-height: 24px
}

.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: .15px;
    color: #fff
}

footer.main {
    background-color: #1b1b1b
}

.audio-player-open footer.main {
    padding-bottom: 82px
}

.feedback-link {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: .15px;
    color: #f2f2f2;
    -webkit-transition: all ease .2s;
    -o-transition: all ease .2s;
    transition: all ease .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: .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: 98px;
    bottom: 0;
    z-index: 2002;
    background-color: rgba(25, 25, 25, .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: rgba(40, 40, 40, .95);
    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: #c1c1c1;
    height: 12px;
    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: #ef225d;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    -webkit-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
    transition: all .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: 11px;
    color: #000;
    line-height: 13px;
    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: #979797;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    -webkit-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
    transition: all .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: 5px 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: 60px;
    height: 60px;
    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: 18px;
    line-height: 22px;
    color: #f2f2f2;
    margin-bottom: 4px
}

.rizanova-audio-player .main .media .single-name span {
    font-size: 14px;
    opacity: .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: 14px;
    line-height: 16px;
    color: #e0e0e0;
    opacity: .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 a:last-child {
    margin-right: 0
}

.rizanova-audio-player svg path {
    fill: #bfbdc4
}

.rizanova-audio-player svg:hover path {
    fill: #fff !important
}

.rizanova-audio-player .main .tools a.active svg path {
    fill: #ef225d
}

.rizanova-audio-player .main .tools a.active svg:hover path {
    fill: #ff3b73 !important
}

.rizanova-audio-player .main .tools .rc-slider {
    width: 80px
}

.rizanova-audio-player .main .tools .rc-slider .rc-slider-handle {
    cursor: pointer
}

.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;
    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;
    padding-bottom: 38px;
    font-size: 28px;
    line-height: 34px;
    font-style: normal;
    font-weight: 400;
    color: #fff;
    margin: 0
}

.big-header.with-banner-page {
    padding-top: 30px;
    padding-bottom: 38px;
}

.big-header-alt {
    padding-top: 60px;
    padding-bottom: 38px
}

.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 {
    margin: 0;
    list-style-type: none;
    padding: 0;
    margin-bottom: 45px;
    border-right: 1px solid #fff;
    padding-right: 4px
}

.sidebar li a {
    display: block;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    padding: 12px 16px;
    border-radius: 6px;
    -webkit-transition: all ease .2s;
    -o-transition: all ease .2s;
    transition: all ease .2s
}

.sidebar li a.btn-spec {
    display: inline-block;
    margin: 12px
}

.sidebar li a.active,
.sidebar li a:not(.btn-spec):hover {
    background-color: #333;
    font-weight: 400
}

.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: #333;
    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
}

.min-view {
    min-height: calc(100vh - 98px);
    padding-bottom: 20px
}

.sub-title-2 {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #828282
}

.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: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .4)), to(rgba(0, 0, 0, .4)));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, .4), rgba(0, 0, 0, .4));
    background: linear-gradient(0deg, rgba(0, 0, 0, .4), rgba(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: #333;
    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: .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: 32px
}

.album-page .details .image {
    width: 192px;
    height: 192px;
    border-radius: 8px;
    overflow: hidden
}

.album-page .details.music-detail .image {
    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 .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
    border-radius: 8px
}

.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 .2s ease;
    transition: -webkit-transform .2s ease;
    -o-transition: transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease
}

.album-page .details .info h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: .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: .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: .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: .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 .2s;
    -o-transition: all ease .2s;
    transition: all ease .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: .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: .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 .2s;
    -o-transition: all ease .2s;
    transition: all ease .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: .44px;
    color: #bdbdbd;
    margin-left: 50px;
    width: 46px;
    text-align: right
}

.album {
    background: #3b3b3b;
    border-radius: 4px;
    padding: 16px
}

.album .image {
    overflow: hidden
}

.album .image img {
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .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: .4px;
    color: #bdbdbd;
    margin: 0;
    position: relative;
    bottom: 0;
    right: 0;
    text-shadow: none
}

.person {
    background: #3c3c3c;
    border-radius: 8px;
    padding: 24px
}

.person .image {
    width: 203px;
    height: 203px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 40px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.person .info .full-name {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: .15px;
    color: #fff
}

.person .info .birthday {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .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: .44px;
    color: #fff;
    margin-top: 12px
}

.person .info .show-description {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .44px;
    display: inline-block;
    color: #fff;
    font-style: italic;
    margin-top: 12px
}

.person .info .show-description:hover {
    color: #ef225d !important
}

.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: .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: #333;
    border-radius: 4px;
    padding: 3px
}

.sort .sort-panel a {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .44px;
    color: #fff;
    display: inline-block;
    padding: 5px 40px;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .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: .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 .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .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: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(7, 7, 7, 0)), color-stop(20.49%, rgba(7, 7, 7, .08)), color-stop(42.49%, rgba(7, 7, 7, .25)), color-stop(79.17%, rgba(7, 7, 7, .6)), to(#070707));
    background: -o-linear-gradient(top, rgba(7, 7, 7, 0) 0, rgba(7, 7, 7, .08) 20.49%, rgba(7, 7, 7, .25) 42.49%, rgba(7, 7, 7, .6) 79.17%, #070707 100%);
    background: linear-gradient(180deg, rgba(7, 7, 7, 0) 0, rgba(7, 7, 7, .08) 20.49%, rgba(7, 7, 7, .25) 42.49%, rgba(7, 7, 7, .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 .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .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, .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, .175) !important;
    box-shadow: 0 1rem 3rem rgba(255, 255, 255, .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: .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 .3s, opacity .3s;
    -o-transition: visibility .3s, opacity .3s;
    transition: visibility .3s, opacity .3s
}

.rizanova-video-player .controls {
    width: 100%;
    cursor: default
}

.rizanova-video-player .progress-bar {
    border-radius: 0;
    padding: 0;
    height: 20px;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .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 .2s ease;
    -o-transition: all .2s ease;
    transition: all .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 .2s linear 0s;
    -o-transition: all .2s linear 0s;
    transition: all .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, .2);
    border-radius: 0
}

.rizanova-video-player .progress-bar .rc-slider-track {
    background-color: #ef225d;
    border-radius: 0;
    -webkit-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
    transition: all .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 .2s;
    -o-transition: all ease .2s;
    transition: all ease .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: 24px;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    overflow: hidden
}

.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, .2);
    border-radius: 14px
}

.rizanova-video-player .volume-bar .rc-slider-track {
    background-color: #fff;
    border-radius: 14px
}

.rizanova-video-player .volume-bar .rc-slider-handle {
    width: 12px;
    height: 12px;
    background-color: #fff;
    border-color: #fff;
    margin-top: -4px
}

.rizanova-video-player .duration {
    color: #fff;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: .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, .9);
    text-shadow: 0 0 2px rgb(0 0 0 / 50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .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 .3s ease;
    -o-transition: all .3s ease;
    transition: all .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 .3s ease;
    -o-transition: all .3s ease;
    transition: all .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: .75px;
    text-transform: uppercase;
    color: #bdbdbd;
    padding: 20px;
    margin-top: 10px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.advanced-person-table .more-detail path {
    fill: #bdbdbd;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .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: .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: .44px;
    color: #fff
}

.advanced-person-table .table .value a {
    color: #fff;
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .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: .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: .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 .5s ease;
    -o-transition: all .5s ease;
    transition: all .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: .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: .1px;
    color: #828282;
    margin: 0
}

.more-creators {
    padding: 15px
}

.more-creators div {
    background: #333;
    border-radius: 50%;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: .15px;
    color: #bdbdbd;
    width: 110px;
    height: 110px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.more-creators:hover div {
    background: #bdbdbd;
    color: #333
}

.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;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #e0e0e0
}

.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: .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 img {
    width: 100%;
    height: 100%;
    max-width: 100%
}

.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: .1px;
    color: #828282;
    width: 100%;
    min-width: 350px;
    outline: 0 !important;
    font-family: "Proxima Nova", sans-serif
}

.rizanova-login input.has-error,
.rizanova-login textarea.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: 12px;
    line-height: 16px;
    text-align: center;
    letter-spacing: .4px;
    color: #04b;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.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: .44px;
    color: #fff;
    width: 100%;
    border: 0;
    outline: 0;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    margin: 16px 0
}

.rizanova-login .submit:hover {
    background: #a3173f
}

.rizanova-login .another-link {
    display: block;
    width: 100%;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .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: .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: .4px;
    color: #4f4f4f;
    margin: 16px 0;
    text-align: center
}

.social-login-btn {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .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: 20px;
    top: 20px;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .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: .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: .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 #333;
    padding: 4px 0
}

.seasons a {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .44px;
    color: #4f4f4f;
    text-transform: uppercase;
    margin-right: 30px;
    position: relative;
    -webkit-transition: all ease .2s;
    -o-transition: all ease .2s;
    transition: all ease .2s;
    margin-top: 30px;
    display: inline-block
}

.seasons a::after {
    -webkit-transition: all ease .2s;
    -o-transition: all ease .2s;
    transition: all ease .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: .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: -webkit-gradient(linear, left top, left bottom, color-stop(-116.8%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .8)));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) -116.8%, rgba(0, 0, 0, .8) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) -116.8%, rgba(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 .15s ease;
    -o-transition: opacity .15s ease;
    transition: opacity .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 .2s ease;
    transition: -webkit-transform .2s ease;
    -o-transition: transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .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-toggler {
    border: 0;
    background: 0 0;
    padding: 0;
    cursor: pointer
}

.passport {
    margin-top: 30px;
    padding: 12px
}

.passport .label {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: .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: .44px;


    color: #fff;
    padding: 0 8px;
    margin-bottom: 8px
}

.passport .value.id {
    background: #333;
    border-radius: 4px
}

.profile .first-letter {
    font-style: normal;
    font-weight: 600;
    font-size: 96px;
    line-height: 120px;
    letter-spacing: -1.5px;
    color: #000;
    background: #c4c4c4;
    border-radius: 50%;
    text-align: center;
    background: url(../image/profile-border.svg) center;
    background-size: 100% 100%
}

.profile {
    margin-top: 30px
}

.transaction {}

.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: .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: .15px;


    color: #fff;
    margin: 12px 0
}

nav.favorite {
    margin-bottom: 40px
}

nav.favorite a {
    padding: 12px 18px;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: .15px;


    color: #fff;
    -webkit-transition: all ease .2s;
    -o-transition: all ease .2s;
    transition: all ease .2s;
    display: inline-block;
    margin-right: 5px
}

nav.favorite a:last-child {
    margin-right: 0
}

nav.favorite a.active,
nav.favorite a:hover {
    background: #333;
    border-radius: 4px
}

.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 .2s;
    -o-transition: all ease .2s;
    transition: all ease .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(.9);
        transform: scale(.9)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes scaleAnim {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes likedHeartPath {
    0% {
        fill: #fff
    }

    50% {
        fill: #ef225d
    }

    100% {
        fill: #ef225d
    }
}

@keyframes likedHeartPath {
    0% {
        fill: #fff
    }

    50% {
        fill: #ef225d
    }

    100% {
        fill: #ef225d
    }
}

.clear-history {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: .15px;
    color: #fff;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.clear-history path {
    fill: #fff;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.clear-history:hover {
    color: #ef225d !important
}

.clear-history:hover path {
    fill: #ef225d
}

.payment-form {
    background: #333;
    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: 16px;
    line-height: 24px;
    letter-spacing: .44px;
    color: #fff;
    background-color: transparent;
    padding: 8px 16px;
    margin-right: 24px;
    font-family: 'Proxima Nova', sans-serif
}

.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: .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: .44px;
    color: #fff;
    font-family: 'Proxima Nova', sans-serif;
    cursor: pointer;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .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 .3s;
    -o-transition: all ease .3s;
    transition: all ease .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: .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
}

.share .content {
    background: #333;
    border-radius: 8px;
    position: absolute;
    top: 42px;
    padding: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1000;
    display: none;
    cursor: default
}

.music-item .share .content {
    padding: 15px
}

.share .content.active {
    display: block
}

.share .content::after {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 50%;
    top: -11px;
    -webkit-transform: translateX(-50%) matrix(.71, .71, -.71, .71, 0, 0);
    -ms-transform: translateX(-50%) matrix(.71, .71, -.71, .71, 0, 0);
    transform: translateX(-50%) matrix(.71, .71, -.71, .71, 0, 0);
    background: #333;
    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 .3s;
    -o-transition: all ease .3s;
    transition: all ease .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: .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: .44px;
    color: #e0e0e0;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    white-space: nowrap
}

.music-item .share .content .link span {
    font-size: 14px;
    line-height: 22px
}

.share .content .link a {
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .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 .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s
}

.share .content .link svg path {
    fill: #323232;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .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: 100% 100%
}

.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: .44px;
    color: #828282
}

.subscription-page .text-2 {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    letter-spacing: .25px;
    color: #bdbdbd
}

.subscription-page .subscribe-footer {
    background-color: #333;
    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, .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, .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: #fff;
    padding: 8px;
    text-align: left;
}

.table tbody td {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .44px;
    color: #f2f2f2;
    padding: 8px;
    vertical-align: middle;
    white-space: nowrap;
}

.table tbody td a {
    color: #f2f2f2;
    -webkit-transition: all ease .2s;
    -o-transition: all ease .2s;
    transition: all ease .2s
}

.table tbody td a:hover {
    color: #ef225d !important
}

.react-confirm-alert-overlay {
    background: rgba(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 .2s;
    -o-transition: all ease .2s;
    transition: all ease .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: #333 !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 !important
}

.font-weight-400 {
    font-weight: 400 !important
}

.cursor-default {
    cursor: default !important
}

.hover-text {
    -webkit-transition: all ease .2s;
    -o-transition: all ease .2s;
    transition: all ease .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: .44px;
    color: #fff;
    -webkit-transition: all ease .2s;
    -o-transition: all ease .2s;
    transition: all ease .2s
}

.breadcrumbs li p {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .44px;
    color: #828282;
    margin: 0
}

.breadcrumbs li a:hover {
    color: #ef225d !important
}

.opacity-100 {
    opacity: 1 !important
}

.error-page-container {
    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, .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
}

.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: .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: .1px;
    color: #fff;
    background-color: transparent;
    padding: 12px 16px;
    width: 350px;
    text-align: left;
    cursor: pointer
}

.select-lang {
    color: #fff;
    background-color: transparent;
    border: 0;
    outline: 0;
    cursor: pointer
}

.menu-content {
    left: 0;
    right: 0;
    background: #333;
    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: #333;
    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: .1px;
    color: #fff;
    padding: 12px 8px;
    border: 0;
    outline: 0;
    cursor: pointer;
    text-align: left;
    -webkit-transition: all ease .2s;
    -o-transition: all ease .2s;
    transition: all ease .2s
}

.lang-content button {
    background: 0 0;
    border-radius: 4px;
    color: #fff;
    padding: 8px;
    border: 0;
    outline: 0;
    cursor: pointer;
    -webkit-transition: all ease .2s;
    -o-transition: all ease .2s;
    transition: all ease .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: .15px;
    color: #fff
}

.sidebar-mobile {
    display: none;
    z-index: 3
}

.singer-image {
    -webkit-transition: all ease .2s;
    -o-transition: all ease .2s;
    transition: all ease .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: .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: #333;
    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 .2s;
    -o-transition: all ease .2s;
    transition: all ease .2s;
    white-space: nowrap
}

.hover-text:hover span {
    width: 100px
}

.react-tooltip-lite {
    background-color: #fff;
    color: #131313;
    border-radius: 4px;
    font-size: 14px;
    padding: 8px !important;
    white-space: nowrap;
    width: auto !important
}

.react-tooltip-lite-arrow {
    color: #fff !important
}

.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: #333;
    padding: 5px;
    border-radius: 3px;
    display: inline-block;
    font-weight: 400;
    text-transform: uppercase;
    -webkit-transition: all ease .2s;
    -o-transition: all ease .2s;
    transition: all ease .2s;
    cursor: pointer
}

.chart-place:hover {
    opacity: .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, .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: 5px
}

::-webkit-scrollbar-track {
    background-color: rgba(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, .3);
    box-shadow: inset 0 0 6px rgba(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, .8) 0, transparent 100px);
    background-image: linear-gradient(to bottom, rgba(12, 12, 12, .8) 0, transparent 100px);
    opacity: 0;
    -webkit-transition: opacity ease .2s;
    -o-transition: opacity ease .2s;
    transition: opacity ease .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 .2s;
    -o-transition: opacity ease .2s;
    transition: opacity ease .2s;
    display: inline-block;
    padding: 5px
}

.video-player-playlist-item-remove svg path {
    -webkit-transition: fill ease .2s;
    -o-transition: fill ease .2s;
    transition: fill ease .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 .4s;
    -o-transition: all ease .4s;
    transition: all ease .4s;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 15px rgba(255, 255, 255, .5);
    box-shadow: 0 0 15px rgba(255, 255, 255, .5)
}

.big-play-button:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.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 12px;
    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: 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: .7;
    border-radius: 16px;
    transition: all linear .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: white;
}

.card-list li i {
    color: #ef225d;
}

a.link {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    text-decoration: underline;
}

.react-confirm-alert-button-group {
    flex-wrap: wrap;
}

.links {
    background-color: #090909;
    min-height: 100vh;
    background-image: url(../image/background4.jpg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: auto 100%;
    display: flex;
    align-items: 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: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 0px 8px 0px 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: white;
    padding: 16px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    border-radius: 6px;
    background: linear-gradient(90deg, #9F2BD5 0%, #EC2378 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: #000000;
    min-height: 100vh;
    background-image: url(../image/background5.jpg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: auto 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.nickname .person-view {
    padding: 32px 0;
}

.nickname .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 .photo img {
    max-width: 100%;
    border-radius: 50%;
}

.nickname h1.name {
    color: white;
    font-size: 24px;
    text-align: center;
    margin-top: 16px;
    margin-bottom: 16px;
}

.nickname .link-tree {
    max-width: 400px;
    /* margin-left: 16px;
    margin-right: 16px; */
    padding: 24px 32px;
    background-color: #3C3C3C;
    border-radius: 8px;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
}

.nickname .platforms {
    display: flex;
    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: flex;
    justify-content: space-between;
}

.person-socials .person-social {
    margin-right: 16px;
    transition: all ease .3s;
    transform: scale(1.0);
    display: inline-block;
}

.person-socials .person-social:hover {
    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;
    transition: all ease .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;
}

@media (min-width: 1200px) {
    .table {
        width: 100%;
    }
}

.transaction .table tr th {
    color: white;
}

.transaction .offerta {
    color: white;
    user-select: none;
}

.back {
    color: #2f80ed !important;
}

.payment-type {
    padding: 5px 15px;
    border: 2px solid transparent;
    border-radius: 6px;
    margin-right: 15px;
}

.payment-type:last-child {
    margin-right: 0;
}

.payment-type.active {
    border-color: #ef225d;
}