.plat-forms-box {
    padding: 0 36px;
}

.artists_box,
.categories_box {
    padding: 0 0px;
}

.artists_box .artistsClub,
.artists_box .meetArtist{
    padding-left: 39px;
    padding-right: 39px;
}

.mySwiper .swiper-button-prev {
    left: 0px;
}

.artists_box .swiper-button-prev {
    left: -2px;
}

.mySwiper .swiper-button-next {
    right: 0px;
}

.artists_box .swiper-button-next {
    right: -2px;
}

.swiper-button-prev,
.swiper-button-next {
    border: 1px solid #535353;
}

.category-title {
    font-size: 30px;
    text-align: center;
    line-height: 30px;
    font-family: 'MontserratSemiBold';
    margin-bottom: 20px;
}

.category-box ul {
    list-style: none;
    display: flex;
    justify-content: center;
}

.category-box ul li:first-child {
    margin-left: 0px;
}

.category-box ul li {
    margin-left: 15px;
    cursor: pointer;
    border: 1px solid #000;
    padding: 6px 25px;
    background-color: transparent;
    border-radius: 24px;
    color: #000000;
}


.category-box ul li:hover,
.category-box ul li.active {
    background-color: #000000;
    border: 1px solid #000000;
    color: white;
}
.category-box ul li:hover a,
.category-box ul li a:hover{
    color: white;
}
.category-box {
    margin: 20px 0;
}

.meetArtist .card__body {
    text-align: center;
    margin-top: 12px;
}

.meetArtist .card__body a.card__link {
    text-decoration: underline;
}
.meetArtist h4.card__title {
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    font-family: 'MontserratRregular';
    line-height: normal;
    color: #000;
    opacity: 1;
}
.artist_box_section h4.card__title {
    text-align: center;
    font-size: 15px;
    font-weight: normal;
    font-family: 'MontserratRregular';
    line-height: normal;
    color: #000;
    opacity: 1;
    margin-top: 15px;
}
.artist_box_section .art-list .card .card__body a {
    text-decoration: underline;
}
.area-box .area-name {
    color: #777777;
}
.artists_box .button-box {
    text-align: center;
    height: 35px;
    line-height: 35px;
    margin-top: 25px;
    margin-bottom: 40px;
}
.plat-forms-button:hover,
.plat-forms-button {
    cursor: pointer;
    padding: 10px 20px;
    border-radius: 24px;
    background-color: #000000;
    border: 1px solid #000000;
    color: white;
}
.artists_box .swiper-button-prev:hover, 
.artists_box .swiper-button-next:hover {
    transform: scale(0.85);
    background: #ffffff;
}

.artist_box_section .artists_box {
    background-color: #F3F9FE;
    padding: 30px 80px;
}
.artist_box_section .card.swiper-slide img {
    box-shadow: 0 4.66px 4.66px rgba(0, 0, 0, .05);
}
.meetArtist .artists-club-arrow:hover, 
.meetArtist .artists-club-arrow {
    opacity: 1;
    border-radius: 0;
    height: 100%;
    top: 0;
    background-color: #ffffff;
    border: 0;
    transform: scale(1);
    margin-top: -15px;
}
.meetArtist .artists-club-arrow::after {
    display: none;
}
.mrb55 {
    margin-bottom: 55px;
}
.plat-forms-box {
    padding: 45px 36px;
    background-color: rgba(242, 235, 219, .6);
}
.plat-form-text {
    max-width: 830px;
    margin: 0 auto;
    text-align: center;
}
.plat-form-text p {
    font-size: 15px;
    font-family: 'MontserratRregular';
}
.plat-form-text p.padding-20px {
    margin-bottom: 20px;
}
.plat-form-logo {
    margin-bottom: 20px;
}
.plat-form-logo img{
    max-width: 170px;
}
.art-list {
    display: flex;
    flex-wrap: wrap;
}
.plat-forms-gallery-section .product-item__price {
    font-size: 16px;
    font-family: 'MontserratSemiBold';
    font-weight: 600;
    margin-top: 10px;
}
.plat-forms-gallery-section .card__body .card__title {
    font-size: 14px;
    font-family: 'MontserratSemiBold';
}
.artist-link {
    color: #777777;
    font-size: 14px;
}
.artists_box_section .artists_box{
    padding: 0 50px;
}
@media screen and (min-width: 991px){
    .mySwiper .card,
    .art-list .card {
        width: calc(20% - 16px);
        text-align: center;
        margin-bottom: 20px;
    }
    .mySwiper .card{
        width: calc(20% - 16px);
        text-align: left;
        margin-bottom: 20px;
    }
    .mySwiper .card:nth-child(5n + 1),
    .art-list .card:nth-child(5n + 1) {
        margin-right: 10px;
    }
    .mySwiper .card:nth-child(5n + 2),
    .art-list .card:nth-child(5n + 2) {
        margin: 0 10px;
    }
    .mySwiper .card:nth-child(5n + 3),
    .art-list .card:nth-child(5n + 3) {
        margin: 0 10px;
    }
    .mySwiper .card:nth-child(5n + 4),
    .art-list .card:nth-child(5n + 4) {
        margin: 0 10px;
    }
    .mySwiper .card:nth-child(5n + 5),
    .art-list .card:nth-child(5n + 5) {
        margin-left: 10px;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px){
    .mySwiper .card{
        width: calc(50% - 10px);
        text-align: left;
        margin-bottom: 20px;
    }
    .mySwiper .card:nth-child(2n + 1) {
        margin-right: 10px;
    }
    .mySwiper .card:nth-child(2n + 2){
        margin-left: 10px;
    }
}
@media screen and (max-width: 991px){
    .category-box ul li {
        cursor: pointer;
        padding: 6px 15px;
        border-radius: 24px;
        display: inline-block;
        border: 1px solid #000000;
        margin: 7px;
    }
    .category-box ul li:first-child {
        margin: 7px;
    }
    .category-box ul {
        display: block;
        text-align: center;
        width: 100%;
    }
    section.artist_box_section {
        margin-top: 140px;
    }
    .art-list .card {
        width: calc(50% - 10px);
        text-align: left;
        margin-bottom: 20px;
    }
    .art-list .card:nth-child(2n + 1) {
        margin-right: 10px;
    }
    .art-list .card:nth-child(2n + 2) {
        margin-left: 10px;
    }
    .artist_box_section .artists_box {
        background-color: #F3F9FE;
        padding: 20px 20px;
    }
    .mrb55 {
        margin-bottom: 15px;
    }
    .artists_box_section .artists_box {
        padding: 0;
    }
    .meetArtist .artists-club-arrow:hover, .meetArtist .artists-club-arrow{
        display: inline-flex;
    }
    section.plat-forms-gallery-section {
        margin-top: 45px;
    }
}
@media screen and (max-width: 768px){
    .mySwiper .swiper-wrapper{
        display: block;
    }
    .mySwiper .card{
        width: 100%;
        margin-bottom: 20px;
    }
}