body {
    font-family: "Roboto", sans-serif !important;
    color: #333333;
    font-size: 13px;
}

p {
    margin-bottom: 5px;
}

.montserrat {
    font-family: 'Montserrat', sans-serif;
}

.table, p {
    color: #333333;
}

svg {
    fill: #d2d2d2;
    transition: 0.2s;
}

.scroll-disabled {
    height: 100%;
    overflow: hidden;
}

.row-mini{
    margin-right: -5px;
    margin-left: -5px;
}

.row-mini>[class*="col-"]{
    padding-left: 5px;
    padding-right: 5px;
}

.mobile-menu-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    z-index: 10022;
}

.mobile-menu-bg.on {
    opacity: 1;
    visibility: visible;
}

.mobile-menu {
    width: 280px;
    height: 100vh;
    -webkit-transform: translateX(100%);
    visibility: hidden;
    transform: translateX(100%);
    background: #9B51E0;
    position: fixed;
    z-index: 99999;
    top: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: all .2s linear;
}

.mobile-menu.on {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition: all .2s linear;
    visibility: visible;
}

.mobile-menu-header {
    display: flex;
    justify-content: flex-end;
    padding: 19px 16px 17px;
}

.mobile-menu-header .btn-close {
    width: 24px;
    height: 24px;
    min-width: 0;
    padding: 0;
    border: none;
}

.mobile-menu-header .btn-close:focus {
    box-shadow: none;
}

.mobile-menu .mobile-menu-list .menu-item .menu-item-link {
    display: block;
    border: none;
    border-top: 1px solid #A962EB;
    padding: 13px 25px;
    font-weight: 500;
    font-size: 15px;
    color: #fff;
    width: 100%;
    text-align: left;
}

.mobile-menu .mobile-menu-list .menu-item .menu-item-link:hover {
    text-decoration: none;
}

.mobile-menu .mobile-menu-list .menu-item .menu-item-link.has-items {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mobile-menu .mobile-menu-list .menu-item .menu-item-link.has-items::after {
    content: "";
    display: inline-block;
    margin-left: 0.255em;
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent;
}

.mobile-menu .mobile-menu-list .menu-item .menu-item-link.has-items.collapsed::after {
    border-top: 0.3em solid;
    border-bottom: 0;
}

.mobile-menu .mobile-menu-list .menu-item-level-2 {
    border-top: 1px solid #A962EB;
}

.mobile-menu .mobile-menu-list .menu-item-level-2 .menu-item .menu-item-link {
    font-size: 13px;
    font-weight: 400;
    border: none;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 39px;
}

header {
    background-image: url("/images/head_top.jpg");
    min-height: 400px;
    position: relative;
    background-size: cover;
    background-position: top right;
    overflow: hidden;
    margin-top: -80px;
    padding-top: 80px;
    display: flex;
    align-items: center;
}

header::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100px;
    z-index: 1;
    background: linear-gradient(180deg, #411564 0%, rgba(65, 21, 100, 0) 100%);
    opacity: .8;
}

.select2-container--krajee-bs4 .select2-selection--single .select2-selection__clear{
    right: 0px;
    font-size: 15px;
    margin-right: 3px;
}

.r-nav, .r-nav-bg {
    height: 80px;
    width: 100%;
    z-index: 2;
    position: relative;
}

.r-nav-bg {
    background-image: url("/images/nav.jpg");
    background-size: cover;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.07em;
    font-weight: bold;
    height: 40px;
    min-width: 200px;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
}

.sound-search .col-md-20percent{
    max-width: 20%;
}

.btn-head, .btn-navigation {
    border-color: white;
    font-size: 12px;
    color: white;
    background-color: transparent;
}

.btn-head {
    color: #FC891B;
    background-color: white;
    min-width: 130px;
    transition: all 0.2s linear;
}

.btn-head:hover,
.btn-head.active {
    color: white;
    background-color: #FC891B;
}

.btn-head-map{
    background-color: #FC891B;
    border-color: #FC891B;
    color: white;
}

.btn-head-form{
    background-color: #9b51e0;
    border-color: #9b51e0;
    color: white;
}

.btn-head-form:hover{
    background-color: #6f28b2;
    border-color: #6f28b2;
    color: white;
}

.btn-head-transparent {
    background: none;
    border: none;
    color: #fff;
    text-transform: uppercase;
    min-width: 0;
    font-size: 15px;
    font-weight: 500;
}

.btn-head-transparent:hover,
.btn-head-transparent.active {
    color: #fff;
    background: none;
    text-decoration: underline;
}

.btn-head-transparent:focus {
     box-shadow: none; 
}

.btn-head-article {
    display: inline-flex;
    vertical-align: middle;
}

.btn-head-article .dropdown-menu {
    border-radius: 2px;
    border: none;
    min-width: 190px;
    padding: 13px 25px;
    margin-left: 12px;
}

.btn-head-article .dropdown-menu .dropdown-item {
    padding: 7px 0;
    color: #333;
    transition: all 0.2s linear;
    font-size: 13px;
}

.btn-head-article .dropdown-menu .dropdown-item:hover {
    background: none;
    color: #FC891B;
}

.btn-head-article.show .dropdown-toggle {
    text-decoration: underline;
}

.btn-mobile-menu {
    width: 24px;
    height: 24px;
    min-width: 0;
    padding: 0;
    border: none;
}

.btn-mobile-menu:focus {
    box-shadow: none;
}

.head-title {
    font-size: 42px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}

.head-desc {
    font-size: 18px;
    margin-top: 10px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}

.head-content {
    margin-top: 5vw;
    color: #fff;
    position: relative;
    width: 100%;
}

.marg {
    height: 30px;
    width: 100%;
}

.footer-bottom {
    background-color: #0f0f0f;
    height: 40px;
    color: #898989;
}

footer {
    background-color: #2b2b2b;
    padding: 35px 0;
    color: white;
}

footer a, .footer-bottom a {
    color: #9b51e0;
}

footer * {
    line-height: 1em;
}

.table-custom {
    border-top-width: 0px !important;
}

.table-custom tr {
    cursor: pointer;
    transition: 0.2s;
    border-top-width: 0;
    border-top-color: transparent;
}

.table-custom th, .table-custom th a, .title-defalut {
    color: #878787;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 13px;
    border-top: none;
    letter-spacing: 0.08em;
}

.table-custom td {
    border-top: none;
}

.table-custom tr:hover, .table-custom tr.active {
    box-shadow: 0 4px 50px 0px rgba(0, 0, 0, 0.08);
    background-color: #fff;
}

.table-custom tr:hover svg, .table-custom tr.active svg {
    fill: #59119b;
}

.table-block-xs {
    display: none;
}

.table-block-title-xs {
    display: flex;
    align-items: center;
}

.table-block-title-xs .tbt-play {
    margin-right: 17px;
}

.table-block-title-xs .tbt-main {
    overflow: hidden;
}

.table-block-title-xs .tbt-title {
    margin-bottom: 2px;
}

.table-block-title-xs .tbt-city {
    color: #AEAEAE;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.table-block td.table-block-xs {
    border-bottom: none;
}

.text-light {
    font-weight: 300;
}

label {
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 5px;
    color: #878787;
}

.word-container {
    padding: 30px;
    box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.4);
}

.form-group-relative {
    position: relative;
}

.form-control {
    font-size: 13px;
    height: 40px;
}

.select2-container--krajee-bs4 .select2-selection--single {
    height: 40px;
    display: flex;
    align-items: center;
}

.form-control-select2-noloading {
    line-height: 1.5;
    padding: 0.375rem 1.5rem 0.375rem 0.75rem;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    color: #999;
    appearance: none;
}

.form-control-select2-noloading-arrow {
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    position: absolute;
    height: 40px;
    right: 1px;
    bottom: 0;
    width: 1.25rem;
}

.form-control-select2-noloading-arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 0.375rem 0.25rem 0 0.25rem;
    height: 0;
    left: 50%;
    margin-top: -0.125rem;
    margin-left: -0.25rem;
    position: absolute;
    top: 50%;
    width: 0;
}

.form-control-select2-noloading.select2-hidden-accessible + .select2 + .form-control-select2-noloading-arrow {
    display: none;
}

.form-control-select-multiple-noloading-arrow {
    right: 2px;
    z-index: 2;
}

.form-control-select-multiple-noloading-arrow b {
    margin-left: -3px;
}

.select2-container--krajee-bs4 .select2-selection--single .select2-selection__arrow {
    height: 100%;
    top: 0;
}

span.multiselect-native-select + .form-control-select-multiple-noloading-arrow {
    display: none;
}

.form-control-select-multiple-noloading-text {
    position: absolute;
    left: 0;
    height: 40px;
    bottom: 0;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0.375rem 1.5rem 0.375rem 0.75rem;
    color: #999;
    font-size: 13px;
    background: #fff;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    z-index: 1;
}

span.multiselect-native-select + .form-control-select-multiple-noloading-arrow + .form-control-select-multiple-noloading-text {
    display: none;
}

select.form-control-select-multiple[multiple] {
    height: 40px;
    appearance: none;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    overflow: hidden;
    padding: 0.375rem 1.5rem 0.375rem 0.75rem;
    color: #999;
}

select.form-control-select-multiple[multiple] option {
    padding: 0;
    height: 100%;
    display: flex;
    align-items: center;
}

span.multiselect-native-select {
    display: block;
}

span.multiselect-native-select .multiselect-btn-group-wrapper {
    width: 100%;
}

span.multiselect-native-select .multiselect-btn-group-wrapper .multiselect {
    min-width: 0;
    width: 100%;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    color: #999;
    line-height: 1.5;
    padding: 0.375rem 1.5rem 0.375rem 0.75rem;
    font-weight: normal;
    letter-spacing: normal;
    text-align: left;
    font-size: 13px;
    font-family: "Roboto", sans-serif !important;
    cursor: default;
}

span.multiselect-native-select .multiselect-btn-group-wrapper .multiselect::after {
    content: '';
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    position: absolute;
    height: 100%;
    top: 0px;
    right: 1px;
    width: 1.25rem;
    margin: 0;
}

span.multiselect-native-select .multiselect-btn-group-wrapper .multiselect .multiselect-selected-text {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

span.multiselect-native-select .multiselect-btn-group-wrapper .multiselect .caret {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 0.375rem 0.25rem 0 0.25rem;
    height: 0;
    right: 6px;
    position: absolute;
    top: 50%;
    width: 0;
    margin-top: -0.125rem;
}

span.multiselect-native-select .multiselect-btn-group-wrapper.show .multiselect .caret {
    border-color: transparent transparent #888 transparent;
    border-width: 0 0.25rem 0.375rem 0.25rem;
}

span.multiselect-native-select .multiselect-btn-group-wrapper.show .multiselect::after {
    border-color: transparent;
}

span.multiselect-native-select .multiselect-container {
    max-width: 100%;
    width: 100%;
}

span.multiselect-native-select .multiselect-container[x-placement^="bottom"] {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: -3px;
}

span.multiselect-native-select .multiselect-container[x-placement^="top"] {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: -3px;
}

span.multiselect-native-select .multiselect-container > li {
    margin: 0 0 10px;
}

span.multiselect-native-select .multiselect-container .multiselect-filter {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
    background: #fff;
    padding: 6px 0 10px;
}

span.multiselect-native-select .multiselect-container .multiselect-filter .input-group {
    margin: 0 0.75rem;
    display: block;
    width: auto;
}

span.multiselect-native-select .multiselect-container .multiselect-filter .input-group .input-group-addon {
    display: none;
}

span.multiselect-native-select .multiselect-container .multiselect-filter .input-group .multiselect-search {
    width: 100%;
    border-radius: 0.25rem;
    color: #999;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    background: #fff url('../images/search.png') right 0.625rem top 0.625rem no-repeat;
    padding: 4px;
    height: auto;
    color: #555;
}

span.multiselect-native-select .multiselect-container[x-placement^="bottom"] .multiselect-filter {
    padding-top: 9px;
}

span.multiselect-native-select .multiselect-container > li > a > label.checkbox {
    padding: 0;
    font-size: 13px;
    text-transform: none;
    color: #999;
    margin: 0 0.75rem;
    display: flex;
    align-items: center;
    letter-spacing: normal;
}

span.multiselect-native-select .multiselect-container > li > a > label > input[type="checkbox"] {
    margin: 0;
    border: 1px solid #ced4da;
    border-radius: 2px;
    appearance: none;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    flex-shrink: 0;
    cursor: pointer;
}

span.multiselect-native-select .multiselect-container > li > a > label > input[type="checkbox"]:checked {
    background-color: #9B51E0;
    background-image: url('../images/checkbox.svg');
    background-repeat: no-repeat;
    background-position: center;
    border-color: #9B51E0;
}

.fk-check-noloading {
    border: 1px solid #9B51E0;
    border-radius: 3px;
    color: #333;
    width: 20px;
    height: 20px;
    font-size: 13px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.fk-check-noloading + label {
    margin-left: 5px;
}

.table-view td, .table-view th {
    border: none;
}

.table-view a {
    color: #9b51e0;
}

.table-track-title {
    display: flex;
}

.track-title {
    text-decoration: none;
    color: inherit;
    margin-right: 10px;
}

.table-track-title .track-title-featured {
    display: none;
    color: #fc891b;
    margin-left: auto;
}

.table-featured-enabled .table-track-title .track-title-featured {
    display: inline-block;
}

.btn-search,
.btn-search-border {
    background-color: #9b51e0;
    color: #fff;
    letter-spacing: 0.05em;
}

.btn-search {
    min-width: 0;
    padding: 6px 18px;
}

.btn-search-border {
    background-color: transparent;
    color: #9b51e0;
    border: 2px solid  #9b51e0;
}

.btn-search:hover,
.btn-search-border:hover {
    color: #fff;
}

.btn-search-border:hover{
    background-color: #9b51e0;
    color: #fff;
}

.btn-reset-filter {
    font-weight: 500;
    font-size: 13px;
    color: #FC891B;
    letter-spacing: normal;
    min-width: 0;
    background: #FFFFFF;
    border: 1px solid #FC891B;
    border-radius: 5px;
    padding: 8px 16px;
}

.btn-reset-filter:hover {
    color: #FC891B;
}

.btn-reset-filter:focus {
    box-shadow: none;
}

.page-item .page-link {
    border-radius: 0.25rem !important;
    margin-right: 7px;
    margin-left: 7px;
    color: #9b51e0;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #9b51e0;
    border-color: #9b51e0;
}

.pagination {
    display: inline-flex;
    text-align: center;
    justify-content: center;
    margin: 0;
}


.footer-title {
    color: #9a9a9a;
    text-transform: uppercase;
    font-weight: 500;
}

.marg-footer {
    height: 13px;
}

.footer-icon {
    margin-right: 10px;
    margin-top: 10px;
    width: 35px;
    height: 35px;
    border-radius: 5px;
    border: 1px solid rgba(155, 81, 224, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.2s;
}

.footer-icon svg {
    transition: 0.2s;
    fill: #9b51e0;
}

.footer-icon:hover {
    background-color: #9b51e0;
    border-color: #9b51e0;
}

.footer-icon:hover svg {
    fill: white;
}

.partner-logo {
    height: 35px;
    margin-right: 10px;
}

#__layout, #__nuxt, body, html {
    min-height: 100%;
    height: 100%;
}

.main-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

.main-footer, .main-head {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    position: relative;
}

.main-content {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    position: relative;
}

.popover_w {
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 16px;
    border: 1px solid #9b51e0;
    font-size: 11px;
    transition: 0.2s;
    cursor: pointer;
    margin-left: 10px;
    display: inline-block;
}

.popover_w:hover {
    background-color: #9b51e0;
    color: #fff;
}

.btn-navigation {
    background-color: #FC891B;
    color: white;
    margin-top: 20px;
    border-width: 0;
    font-size: 13px;
}

.btn-navigation:hover {
    background-color: white;
    color: #FC891B;
}

.count-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    margin-bottom: 0;
    line-height: 15px;
}

.count-container {
    margin-left: 25px;
}

.count-val {
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
}

.checkbox-group {
    height: 40px;
    display: flex;
    align-items: center;
}

.checkbox-group label {
    font-size: 13px;
    color: #333;
    text-transform: none;
}

.cbx-fk-check .cbx-active {
    border: 1px solid #9B51E0;
}

.cbx-fk-check .cbx-icon {
    margin: 0;
}

.cbx-fk-check .cbx-icon-inner {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #9B51E0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cbx-fk-check .cbx-icon-inner i {
    color: white;
}

.btn-playlist {
    position: fixed;
    bottom: 50%;
    right: 10px;
    width: 70px;
    min-height: 10px;
    border-radius: 50%;
    background-color: #9B51E0;
    z-index: 2;
    cursor: pointer;
    transition: 0.2s;
    display: inline-flex;
    flex-direction: column;
    cursor: pointer;
    padding: 2px;
    transition-delay: 0.5s;
}

.btn-playlist-static{
    position: absolute;
    top: 100px;
    bottom: auto;
}

.btn-playlist:hover {
    width: 174px;
    transition-delay: 0s;
}

.playlist-control {
    display: flex;
    flex-direction: column;
    width: 66px;
    height: 66px;
    align-items: center;
    justify-content: center;
    color: white;
    transition: all 0.2s;
    width: 100%;
}

.playlist-control-label {
    font-size: 10px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    width: 40px;
    line-height: 10px;
    margin-top: 5px;
    margin-bottom: -5px;
}

.playlist {
    height: 0;
    overflow-y: auto;
    width: 100%;
    transition: 0.2s;
    transition-property: height;
    background-color: #fff;
    border-radius: 5px;
}

.btn-playlist:hover {
    border-radius: 5px;
}

.btn-playlist:hover .playlist {
    width: 170px;
    height: 100px;
    transition: 0.2s;
    transition-delay: 0.5s;
}

.btn-playlist:hover .playlist-control {
    height: 40px;
    flex-direction: row-reverse;
    justify-content: space-around;
}

.playlist-control:hover {
    color: #FC891B;
}

.btn-playlist:hover .playlist-control-label {
    margin: 0;
    width: auto;
    white-space: nowrap;
}

.playlist > div {
    padding: 5px;
    font-size: 9px;
    border-bottom: 1px solid #9B51E0;
}

.playlist > div:hover, .playlist > div.active {
    background-color: #FC891B;
    color: white
}

.btn-view, .btn-view-fb, .btn-view-like, .btn-sort {
    border-radius: 5px;
    border: 2px solid #9B51E0;
    height: 35px;
    display: inline-flex;;
    align-items: center;
    padding: 0 15px;
    font-size: 12px;
    color: #9B51E0;
    transition: all 0.2s linear;
    overflow: hidden;
    cursor: pointer;
}
[class^="btn-view"]+[class^="btn-view"]{
    margin-left: 5px;
}

.btn-view:hover, .btn-view-fb:hover, .btn-view-like:hover, .btn-sort:hover{
    text-decoration: none;
    color: white;

}

.btn-view:hover:hover{
    border-color: #5c2092;
    color: #5c2092;
}

.btn-view-fb{
    color: #fff;
    background: #38529b;
    border-color: #38529b;
}
.btn-view-fb svg{
    fill: white;
}

.btn-view-fb:hover{
    background: #496dcd;
    border-color: #496dcd;
}

.btn-view-like{
    color: #fff;
    background: #fc891b;
    border-color: #fc891b;
    padding-left: 0;
}

.btn-view-like:hover{
    background-color: #e27102;
    border-color: #e27102;
}

.btn-view-counter{
    background-color: #fff;
    width: 50px;
    height: 100%;
    margin-right: 15px;
    color: black;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-view-label{
    margin-left: 10px;
}

.btn-sort{
   padding: 0 15px;
    min-width: 100px;

}
.btn-sort:hover, .btn-sort.active{
    background: #9B51E0;
    border-color: #9B51E0;
    color: white;
}
.btn-sort-container{
    margin-top: 10px;
}

.form-check-soundgroup {
    padding: 0;
    font-size: 12px;
    color: #9B51E0;
    float: right;
}

.form-check-soundgroup .form-check-input {
    display: none;
}

.form-check-soundgroup .form-check-label {
    color: #fc891b;
    text-transform: none;
    letter-spacing: normal;
    height: 35px;
    padding: 0 15px;
    cursor: pointer;
    display: flex;
    align-items: center;
    border-radius: 5px;
    border: 2px solid #fc891b;
    transition: all 0.2s linear;
}

.form-check-soundgroup .form-check-label::before {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 1px solid #FC891B;
    margin-right: 10px;
    border-radius: 2px;
    background: #fff no-repeat center;
}

.form-check-soundgroup .form-check-input:checked + .form-check-label::before {
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.28 1.28064C11.5731 0.987911 11.5734 0.513041 11.2806 0.219981C10.9879 -0.0730887 10.513 -0.0733586 10.22 0.219361L3.99658 6.4356L1.78084 4.2197C1.48795 3.9268 1.01308 3.9268 0.72018 4.2196C0.42727 4.5125 0.42726 4.9874 0.72014 5.2803L3.46591 8.0262C3.75868 8.319 4.2333 8.3192 4.5263 8.0266L11.28 1.28064Z' fill='white'/%3E%3C/svg%3E");
    background-color: #FC891B;
}

.map-wrapper{
    position: relative;;
    overflow: hidden;
    box-shadow: 0 0 4px 0 black;
}
.map-sidebar{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    transform: translateX(-100%);
    width: 200px;
    background: #f1f1f1;
    transition: all 0.5s;
}
.map-sidebar__info{
    padding: 15px;
}
.map-sidebar__info>div{
     padding: 3px 0;
}
.map-sidebar.show{
    transform: translateX(0);
    box-shadow: 0 0 4px 0 black;
}

.map-sidebar__img{
    height: 170px;
    position: relative;
    overflow: hidden;
}

.map-sidebar__img img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.map-sidebar__info a{
    color: #9B51E0;
    font-weight: bold;
}

.play_btn {
    background-color: #9b51e0;
    color: white;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    flex-shrink: 0;
    white-space: nowrap;
}

.play_btn:hover {
    color: white;
}

.play_btn svg {
    fill: white;
    margin-right: 0.75rem;
}

.pagination_wrap {
    display: flex;
}

.page-article .page-title {
    font-weight: 600;
    font-size: 36px;
    margin-bottom: 22px;
}

.page-article .article-thumb img {
    border-radius: 5px;
}

.page-article .article-signature {
    font-style: italic;
    font-weight: 400;
    font-size: 13px;
    text-align: center;
    color: #A0A0A0;
}

.page-article .article-author {
    font-size: 17px;
    color: #333;
    margin-right: 10px;
}

.page-article .article-date {
    font-size: 13px;
    color: #A0A0A0;
}

.page-article .article-description {
    margin-top: 20px;
    font-size: 13px;
    color: #333;
}

.page-article .article-description p:empty {
    margin: 0;
}

.page-article .article-description .article-sound {
    border: 1px solid #F7F7F7;
    border-radius: 5px;
    display: flex;
    margin: 20px 0;
    align-items: center;
    padding: 5px 15px;
    font-size: 13px;
    color: #333;
    min-height: 50px;
}

.page-article .article-description .article-sound .as-play {
    margin-right: 17px;
    cursor: pointer;
}

.page-article .article-description .article-sound .as-play:hover svg {
    fill: #59119b;
}

.page-article .article-description .article-sound .as-title {
    width: 45%;
    max-width: 45%;
}

.page-article .article-description .article-sound .as-title a {
    color: #333;
}

.page-article .article-description .article-sound .as-title a:hover {
    color: #0056b3;
}

.page-article .article-description .article-sound .as-duration {
    margin: 0 15px;
}

.page-article .article-description .article-sound .as-city {
    margin-left: auto;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 30%;
    max-width: 30%;
    white-space: nowrap;
}

.disclaimer {
    display: flex;
    align-items: center;
    padding: 15px;
    background: rgba(252, 137, 27, 0.1);
    border: 1px solid #FC891B;
    border-radius: 5px;
    color: #000;
    font-size: 14px;
    line-height: 140.62%;
}

.disclaimer svg {
    flex-shrink: 0;
    margin-right: 14px;
}

.disclaimer span {
    flex-shrink: 1;
}

.form-sound-search {
    position: relative;
}

.form-ajax-loader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    display: none;
}

.form-ajax-loader.active {
    display: block;
}

@media (max-width: 576px) {
    .table-block,
    .table-block thead,
    .table-block tbody {
        display: block;
        width: 100%;
    }

    .table-block tr,
    .table-block td,
    .table-block th {
        display: block;
        width: 100% !important;
    }

    .table-block th:not(.table-block-xs) {
        padding-bottom: 0;
    }

    .table-block td {
        border-bottom: 1px solid grey;
    }

    .table-block-n {
        display: none !important;
    }

    .table-block-xs {
        display: block !important;
        width: 100% !important;
    }

    .logo {
        width: 120px !important;
    }

    .r-nav, .r-nav-bg {
        height: 60px;
    }

    .head-content {
        margin-top: 15px;
    }

    header {
        text-align: center;
        align-items: flex-end;
        background-position: 85% 0%;
    }

    .head-title {
        font-size: 25px;
        line-height: 1.1em;
        margin-bottom: 10px;
    }

    .head-desc {
        font-size: 15px;
        line-height: 1.1em;
        margin-bottom: 5px;
    }

    .btn-view-label{
        display: none;
    }

    .dropdown_mob{
        height: 0;
        overflow: hidden;
        transition: all 0.2s linear;
    }
    .dropdown_mob.open{
        height: 620px;
    }

    .btn-sort-wrapp{
        border-radius: 5px;
        background: #f5eefc;
        padding: 10px;
    }

    .btn-head{
        height: 30px;
        min-width: 80px;
    }

    .btn-head-container {
        width: 100%;
        padding-top: 90px;
        position: absolute;
        left: 0;
        text-align: center;
    }

    .sound-search .col-md-20percent.col-6{
        max-width: 50%;
    }
    .sound-search .col-md-20percent.col-12{
        max-width: 100%;
    }

    .btn-playlist-static{
        top: 0;
    }
}

@media (min-width: 768px) {
    .btn-mobile-menu {
        display: none;
    }

    header::before {
        right: 0;
        height: 240px;
    }

    .disclaimer {
        padding: 30px;
    }
}