body {
    padding-top: 3.5rem;
    overflow-y: scroll;
}

.abm-page {
    font-family: Rubik, sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
}

.abm-page .content {
    width: 100%;
    margin: 49px 0 49px;
    padding-right: 16px !important;
    padding-left: 16px !important;
}

@media (max-width: 769px) {
    .abm-page .content {
        margin: 0 0 40px;
    }
}

.abm-page .content .block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

@media (max-width: 769px) {
    .abm-page .content .block {
        display: block;
    }
}

.abm-page .content .block hr {
    color: rgba(0, 0, 0, 0.08);
    margin: 48px 0 32px;
}

@media (max-width: 769px) {
    .abm-page .content .block hr {
        display: none;
    }
}

.abm-page .content .block__profile-info {
    width: 100%;
    max-width: 350px;
    position: relative;
    margin-left: 49px;
}

@media (max-width: 1025px) {
    .abm-page .content .block__profile-info {
        /* width: 260px; */
        max-width: 260px;
    }
}

@media (max-width: 769px) {
    .abm-page .content .block__profile-info {
        display: flex;
        flex-direction: column;
        max-width: 100%;
        margin: 0;
    }
}

.abm-page .content .block__profile-info .profile-card {
    border: solid 1px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

@media (max-width: 769px) {
    .abm-page .content .block__profile-info .profile-card {
        border: none;
    }
}

.abm-page .content .block__profile-info .profile-card__avatar {
    text-align: center;
    padding: 8px 0;
}
.abm-page .content .block__profile-info .profile-card__avatar i{
    font-size: 114px;
    color: #B5B5B5;
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: 50%;
}

@media (max-width: 769px) {
    .abm-page .content .block__profile-info .profile-card__avatar {
        padding-bottom: 0;
    }
}

.abm-page .content .block__profile-info .profile-card__avatar img {
    width: 116px;
    height: 116px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
    /* background: url("https://musicscore.ms/uploads/musicscore/avatars/takeonedoor.jpg") center no-repeat; */
    border:1px solid rgba(0, 0, 0, .08);
}
.abm-page .content .block__profile-info .profile-card__avatar i {
    font-size: 116px;
    color: #B5B5B5;
    border-radius: 50%;
    border:1px solid rgba(0, 0, 0, .08);
}

.abm-page .content .block__profile-info .profile-card__avatar .title {
    margin-bottom: 32px;
    margin-top: 24px;
    display: none;
}

@media (max-width: 769px) {
    .abm-page .content .block__profile-info .profile-card__avatar .title {
        display: block;
    }
}

.abm-page .content .block__profile-info .profile-card__avatar .title h6 {
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 1px;
    color: rgba(0, 0, 0, 0.87);
    margin: 0;
}

.abm-page .content .block__profile-info .profile-card__avatar .title h2 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.13;
    letter-spacing: 1.2px;
    color: rgba(0, 0, 0, 0.87);
    margin: 0;
}

.abm-page .content .block__profile-info .profile-card hr {
    color: rgba(0, 0, 0, 0.08);
    margin: 0 24px;
}

@media (max-width: 769px) {
    .abm-page .content .block__profile-info .profile-card hr {
        margin: 0;
    }
}

.abm-page .content .block__profile-info .profile-card__contact-info {
    padding: 24px 24px 8px;
    /* float: left; */
}

@media (max-width: 769px) {
    .abm-page .content .block__profile-info .profile-card__contact-info {
        padding: 24px 0 0;
    }
}

.abm-page .content .block__profile-info .profile-card__contact-info ul {
    list-style: none;
}

.abm-page .content .block__profile-info .profile-card__contact-info ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: rgba(0, 0, 0, 0.8);
    line-height: 24px;
    margin-bottom: 16px;
}

.profile-card__claim {
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.profile-card__claim--btn {
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
  color: #aaa;
  background-color: #EBEBEB;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
}

.profile-card__claim .am_artist {
    margin-right: 8px;
}

.profile-card__claim--btn:hover {
  color: #5D5EDE;
}

.profile-card__claim--btn:active {
  opacity: 0.75;
}

.abm-page .content .block__profile-info .profile-card__contact-info ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.abm-page .content .block__profile-info .profile-card__contact-info ul li .icon-24-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.abm-page .content .block__profile-info .profile-card__contact-info ul li .icon-24-wrap img {
    max-width: 20px;
    max-height: 20px;
    margin: auto;
}

.abm-page .content .block__profile-info .profile-card__contact-info ul li .icon-24-wrap i {
    font-size: 20px;
    color: #c5c5c5;
    margin: auto;
}

.profile-card__icon--discord {
    background-image: url(../icons/footer/discord_icon_light.svg);
  }
.profile-card__icon--bandsintown {
    background-image: url(../icons/footer/bandsintown_icon_light.svg);
  }
.profile-card__icon--applemusic {
    background-image: url(../icons/footer/applemusic_icon_light.svg);
  }
.profile-card__icon--youtube {
    background-image: url(../icons/footer/youtube_icon_light.svg);
  }
.profile-card__icon--spotify {
    background-image: url(../icons/footer/spotify_icon_light.svg);
  }
.profile-card__icon--twitter {
    background-image: url(../icons/footer/twitter_icon_light.svg);
  }
  
.profile-card__icon {
    width: 24px;
    height: 24px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.block__documents {
    display: flex;
    padding: 24px;
    flex-wrap: wrap;
    word-break: break-word;
}

.block__file {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    margin-bottom: 12px;
    transition: color .25s ease;
    -webkit-transition: color .25s ease;
    -moz-transition: color .25s ease;
    -ms-transition: color .25s ease;
    -o-transition: color .25s ease;
}

.block__file--pricelist {
    margin-right: 12px;
}

.block__file:hover {
    color: #5d5ede;
}

.block__file:active {
    color: #4141d8;
}

.block__file--icon {
    display: block;
    margin-right: 8px;
    width: 32px;
    height: 32px;
    fill: #c5c5c5;
    transition: fill .3s ease;
    -webkit-transition: fill .3s ease;
    -moz-transition: fill .3s ease;
    -ms-transition: fill .3s ease;
    -o-transition: fill .3s ease;
}

.block__file:hover .block__file--icon {
    fill: #5d5ede;
}

.block__file:active .block__file--icon {
    fill: #4141d8;
}

.abm-page .content .block__gallery {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0 48px 0 56px;
}

@media (max-width: 769px) {
    .abm-page .content .block__gallery {
        padding: 0;
    }
    .block__documents {
        padding: 12px 0;
    }
}

.abm-page .content .block__gallery .title {
    margin-bottom: 32px;
}

@media (max-width: 769px) {
    .abm-page .content .block__gallery .title {
        display: none;
    }
}

.abm-page .content .block__gallery .title h6 {
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 1px;
    color: rgba(0, 0, 0, 0.87);
    margin: 0;
}

.abm-page .content .block__gallery .title h2 {
    font-size: 46px;
    font-weight: bold;
    line-height: 1.13;
    letter-spacing: 1.2px;
    color: rgba(0, 0, 0, 0.87);
    margin: 0;
}

.abm-page .content .block__gallery .description {
    margin-right: 120px;
    font-size: 18px;
    line-height: 1.56;
    letter-spacing: normal;
    color: rgba(0, 0, 0, 0.64);
}

@media (max-width: 1025px) {
    .abm-page .content .block__gallery .description {
        margin-right: 30px;
    }
}

@media (max-width: 769px) {
    .abm-page .content .block__gallery .description {
        font-size: 14px;
        margin-right: 0;
        display: inline-block;
    }
}

.abm-page .content .block__works {
    padding: 20px 49px;
    width: 100%;
}

@media (max-width: 769px) {
    .abm-page .content .block__works {
        padding: 20px 0 0;
    }
}

.abm-page .content .block__works h3 {
    font-size: 24px;
    font-weight: 900;
    line-height: 1.25;
    letter-spacing: normal;
    margin-bottom: 16px;
    color: rgba(0, 0, 0, 0.87);
}

.abm-page .content .block__works .filters {
    width: 100%;
    font-size: 16px;
    line-height: 1.25;
    letter-spacing: 0.29px;
    color: rgba(0, 0, 0, 0.87);
    margin-bottom: 16px;
    padding: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    display: inline-block;
}

.abm-page .content .block__works .filters::-webkit-scrollbar {
    display: none;
}

.abm-page .content .block__works .filters .filters--inner {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.abm-page .content .block__works .filters div {
    line-height: 24px;
}

.abm-page .content .block__works .filters .selectize-control {
    display: contents;
}

.abm-page .content .block__works .filters .selectize-control.single .selectize-input.input-active {
    background: rgba(0, 0, 0, 0.08);
}

.abm-page .content .block__works .filters .selectize-control.single .selectize-input::after {
    right: 10px;
    margin-top: -1px;
}

.abm-page .content .block__works .filters .selectize-control.single .selectize-input,
.abm-page .content .block__works .filters .selectize-control.single .selectize-input .selectize-control.single .selectize-input input {
    width: auto;
    padding-right: 24px;
    background: rgba(0, 0, 0, 0.08);
    border: none;
    margin-bottom: 5px;
}

.abm-page .content .block__works .filters div.selectize-control:nth-child(3) {
    width: auto;
}

.abm-page .content .block__gallery .works .filters {
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.abm-page .content .block__gallery .works .filters span {
    margin: auto 0;
    line-height: 22px;
}

.content h4 {
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 16px;
    letter-spacing: .15px;
    color: #000;
    margin-bottom: 8px;
    margin-top: 0;
}

.content p {
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.23;
    letter-spacing: .15px;
    color: #000;
}

.abm-page .content .block__works .filters .selectize-control.single .selectize-input {
    width: 100%;
}

.select__wrapper {
    width: calc(100% / 8);
    float: left;
    padding-right: 8px;
}

@media (max-width: 1921px) {
    .select__wrapper {
        width: calc(100% / 7);
    }
}

@media (max-width: 1441px) {
    .select__wrapper {
        width: calc(100% / 6);
    }
}

@media (max-width: 1369px) {
    .select__wrapper {
        width: calc(100% / 5);
    }
}

@media (max-width: 1281px) {
    .select__wrapper {
        width: calc(100% / 4);
    }
}

@media (max-width: 1025px) {
    .select__wrapper {
        width: calc(100% / 3);
    }
}

@media (max-width: 769px) {
    .select__wrapper {
        width: calc(100% / 2);
    }
    .bottom-card {
        left: 15px;
    }
}

.abm-page .content .block__works .filters .selectize-control.single .selectize-input {
    width: 100%;
    padding: 7px 10px;
}

.abm-page .content .block__works .filters div {
    line-height: 22px;
    font-size: 14px;
}

.hidden-select {
    display: none;
}

.desktop-sec.artists {
    margin-bottom: 2px;
}
.artist-container{
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}
.artist-wrap {
    padding: 7px 20px 18px 52px;
    position: relative;
}

.artist-wrap figure {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
}

.artist-wrap figure img {
    object-fit: cover;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    border:1px solid rgba(0, 0, 0, .08);
}

.artist-wrap figure i {
    font-size: 40px;
    color: #B5B5B5;
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: 50%;
}

.artist-cont p {
    color: rgba(0, 0, 0, 0.8);
    font-size: 18px;
    margin: 0;
    font-weight: 400;
}

.artist-cont p small {
    color: rgba(0, 0, 0, 0.48);
    font-size: 14px;
    margin-left: 4px;
    font-weight: 500;
}

.avatar-wrap {
    height: 100px;
    display: flex;
    align-items: center;
    position: relative;
    margin-right: 20px;
    margin-bottom: 20px;
}
.avatar-block{
    display: block;
    width: 100px;
}
.avatar-wrap figure {
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    height: 100px;
}

.avatar-wrap figure img {
    object-fit: cover;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    border:1px solid rgba(0, 0, 0, .08);
}

.avatar-wrap figure i {
    font-size: 100px;
    color: #B5B5B5;
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: 50%;
}

.avatar-cont{
    color: rgba(0, 0, 0, 0.8);
    font-size: 18px;
    margin: 0;
    font-weight: 400;
    padding-left: 20px;
}

.artist-cont p small {
    color: rgba(0, 0, 0, 0.48);
    font-size: 14px;
    margin-left: 4px;
    font-weight: 500;
}

.profile-card__locations{
    font-size:14px;
    margin-bottom:5px;
}

.shedule{
    font-size: 14px;
    margin-bottom: 15px;
}
.shedule img{
    margin-top: -2px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    cursor: pointer;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
}

input:checked + .slider {
    background-color: #5D5EDE;
}

input:focus + .slider {
    box-shadow: 0px 2px 6px rgba(93, 94, 222, 0.56);
}

input:checked + .slider:before {
    transform: translateX(26px);
    -webkit-transform: translateX(26px);
    -moz-transform: translateX(26px);
    -ms-transform: translateX(26px);
    -o-transform: translateX(26px);
}

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}
.get_art_filters.loading{
    position:relative;
    min-height:46px;
}
.get_art_filters.loading:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.5) url(/images/spinner.gif) no-repeat center;
    z-index: 2;
    background-size: 40px;
}

.box2__card-img {
    min-height: 200px;
    object-fit: contain;
}


.detail-list h4 {
    color: rgba(0, 0, 0, 0.87);
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 20px;
    letter-spacing: 0.4px;
    margin-left: 1px;
}

.detail-list li span {
    color: rgba(0, 0, 0, 0.56);
    font-size: 18px;
    line-height: 1.56;
}



.detail-list.statistics h4 {
    margin-bottom: 20px;
}

.detail-list li span strong {
    font-weight: 700;
    font-size: 18px;
}
.detail-list a.no-text-decoration-art-detail:hover {
    text-decoration: none;
    color: rgba(0, 0, 0, 0.56);
}