

/* Start:/local/templates/GM/components/bitrix/news.list/artistsPage/style.css?17217444403277*/
.artists
{
    margin-bottom: 8rem;
}
.artists__wrapper
{
    width: 100%;
    max-width: 100vw;
    padding-left: calc(50vw - 60rem);
    overflow-x: hidden;
    position: relative;
}
#artistsSwiper .swiper-wrapper
{
    padding: 8rem 0;
}
.artists__grid {
    width: 100%;
    max-width: 120rem;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 8rem 0;
    gap: 3rem;
}
.artists__grid .artists__item {
    max-width: calc(33% - 1.6rem);
}
@media (max-width: 768px) {
    .artists__grid .artists__item {
        max-width: calc(50% - 1.6rem);
    }
}
@media (max-width: 480px) {
    .artists__grid .artists__item {
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
}
.artist
{
    max-width: 46rem;
    padding: 2rem 1rem 2rem 2.5rem;
    width: 30vw;
    border-radius: 10px;
    background-color: #262626;
    box-shadow: 0 0 5px 3px #545454;
}
@media (max-width: 768px) {
    .artist {
        width: 48vw;
        max-width: 66rem;
    }
}
.artist__title
{
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 3.9rem;
    margin-bottom: 2rem;
    text-align: center;
    /*text-transform: uppercase;*/
    color: #d8fc77;
}
.artist__top
{
    display: -webkit-box;
    display: -webkit-flex;
    display:         flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    gap: .6rem;
}
.artist__image
{
    overflow: hidden;
    width: calc(100% - 11.4rem);
    height: calc(100% - 11.4rem);
    border-radius: 2rem;
    aspect-ratio: 1;
}
.artist__image img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.artist__socials {
    padding: 0;
    width: 11.4rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    min-height: 26rem;
}
.artist__socials li
{
    margin-bottom: .6rem;
    display: flex;
    gap: .6rem;
}
.artist__socials li a img {
    width: 5.8rem;
    aspect-ratio: 1;
}
@media (max-width: 768px) {
    .artist__socials li a img {
        width: 9rem;
        aspect-ratio: 1;
    }
}
.artist__streamings
{
    display: -webkit-box;
    display: -webkit-flex;
    display:         flex;
    margin-top: 4rem;
    padding-top: 4rem;
    margin-right: 2rem;
    border-radius: 15px;
    background-color: #2f2e30;
    box-shadow: 2px 2px 0 0 #d6f479;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}
.artist__streamings li
{
    display: -webkit-box;
    display: -webkit-flex;
    display:         flex;
    width: 30%;
    margin-bottom: 3rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.artist__streamings li img {
    width: 9.6rem;
    height: 9.6rem;
}
@media (max-width: 768px) {
    .artist__streamings li img {
        width: 13.6rem;
        aspect-ratio: 1;
    }
}
.artist__streamings li:first-child
{
    -webkit-transform: translateY(-4rem);
    transform: translateY(-4rem);
}
.artist__streamings li:first-child img {
    height: 9.6rem;
}
@media (max-width: 768px) {
    .artist__streamings li:first-child img {
        height: 12.6rem;
    }
}

/* End */
/* /local/templates/GM/components/bitrix/news.list/artistsPage/style.css?17217444403277 */
