

/* Start:/assets/css/repertoire.css?17605984109002*/
.repertoire_wrapper{
    font-family: Open Sans;
    font-style: normal;
    width: calc(100% + 10px);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.repertoire_list{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    height: 185px;
    overflow: hidden;
    justify-content: space-between;
    margin-bottom: 8px;
}

.repertoire_list._half_width{
    width: 48%;
}

.repertoire_list._half_width:odd{
    margin-right: 4%;
}

.repertoire_list._half_width .repertoire_item{
    margin-right: 10px;
}

.repertoire_item{
    width: 138px;
    height: 136px;
    margin-right: 10px;
    margin-bottom: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.repertoire_item_link, .repertoire_item_count{
    line-height: 14px;
    font-size: 12px;
}

.repertoire_item_img{
    width: 100%;
    line-height: 0px;
    overflow: hidden;
    position: relative;
}
.repertoire_item_img::before {
    content: "";
    display: block;
    padding-top: 66%;
}

.repertoire_item_img img{
    max-width: 100%;
}

.repertoire_item_img img{
    width: 100%;
    position: absolute;
    object-fit: cover;
    object-position: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
}

.repertoire_item_link{
    color: #984D5A;
    margin-top: 5px;
    text-align: center;
}

.repertoire_item_count{
    margin: 0px;
    color: #5C5C5C;;
}

.repertoire_title{
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 11px;
}

.repertoire_title h2{
    font-weight: bold;
    line-height: 38px;
    font-size: 22px;
    margin: 0px;
    color: #5C5C5C;
}

.repertoire_title_link{
    border-bottom: 1px solid #984D5A;
    margin-left: 8px;
    margin-top: 8px;
    line-height: 18px;
}

.repertoire_title_link a{
    font-weight: bold;
    font-size: 14px;
    color: #984D5A;
    text-decoration: none;
}


@media only screen and (min-device-width: 768px) and (max-device-width: 1000px), only screen and (min-width: 768px) and (max-width: 1000px) {
    .repertoire_list._half_width{
        width: 100%;
    }

    .repertoire_list._half_width:odd{
        margin-right: 0%;
    }

    body .container{
        padding: 0 10px;
    }
}

@media only screen and (min-device-width: 0px) and (max-device-width: 767px), only screen and (min-width: 0px) and (max-width: 767px) {
    .repertoire_list{
        display: block;
    }

    .repertoire_title_link{
        white-space: nowrap;
    }

    .repertoire_list{
        height: initial;
        overflow: initial;
    }

    .repertoire_list._half_width{
        width: 100%;
    }

    .repertoire_list._half_width:odd{
        margin-right: 0%;
    }

    .repertoire_item{
        width: calc(50% - 10px);
        float: left;
        margin-bottom: 15px;
        height: initial;
    }

    .repertoire_item:nth-child(n+6){
        display: none;
    }

    body .container{
        padding: 0 10px;
    }
}


.repertoire_wrapper{
    font-family: "open_sans_regular", Arial, Helvetica, sans-serif;
    font-style: normal;
    width: calc(100% + 10px);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.repertoire_list {
    width: 100%;
    height: auto;
    overflow: initial;
    display: none;
    flex-wrap: wrap;
    justify-content: initial;
    margin-bottom: 8px;
}

.repertoire_list._active{
    display: flex;
}

.repertoire_item {
    width: 295px;
    height: 295px;
    margin-right: 20px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.repertoire_item:nth-child(n+9):nth-child(-n+16){
    height: 190px;
}

.repertoire_item:nth-child(n+17){
    height: 190px;
    width: 190px;
}

.repertoire_item:nth-child(4n):nth-child(-n+16){
    margin-right: 0px;
}

.repertoire_item:nth-child(6n+4):nth-child(n+17){
    margin-right: 0px;
}

#repertoire_authors .repertoire_item:nth-child(n+9):nth-child(-n+16),
#repertoire_performers .repertoire_item:nth-child(n+9):nth-child(-n+16){
    height: 190px;
    width: 190px;
}

#repertoire_authors .repertoire_item:nth-child(4n):nth-child(n+9):nth-child(-n+16),
#repertoire_performers .repertoire_item:nth-child(4n):nth-child(n+9):nth-child(-n+16){
    margin-right: 20px;
}

#repertoire_authors .repertoire_item:nth-child(6n+4):nth-child(n+17),
#repertoire_performers .repertoire_item:nth-child(6n+4):nth-child(n+17){
    margin-right: 20px;
}

#repertoire_authors .repertoire_item:nth-child(6n+2):nth-child(n+9),
#repertoire_performers .repertoire_item:nth-child(6n+2):nth-child(n+9){
    margin-right: 0px !important;
}

.repertoire_item_img {
    width: 100%;
    height: 100%;
    line-height: 0px;
    overflow: hidden;
    position: relative;
}

.repertoire_item_img img {
    min-width: 100%;
    width: 100%;
    position: relative;
    object-fit: cover;
    height: auto;
    min-height: 100%;
    top: 0px;
    left: 0px;
    right: initial;
    bottom: initial;
}

.repertoire_item_img::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
    top: 0px;
    left: 0px;
    padding-top: 0px;
    background: linear-gradient(180deg, rgba(196, 196, 196, 0) 59.47%, rgba(0, 0, 0, 0.8) 100%);
    z-index: 1;
}

.repertoire_item_link {
    line-height: 17px;
    font-size: 14px;
    color: #FFFFFF;
    margin-top: 5px;
    text-align: left;
    position: absolute;
    bottom: 0px;
    left: 0px;
    text-decoration: none;
    z-index: 2;
    width: calc(100% - 20px);
    margin: 0px 10px 8px;
}

.repertoire_item:hover .repertoire_item_link{
    color: #FFCE5F;
}

.repertoire_changer{
    display: flex;
    flex-wrap: wrap;
    margin: 0px 0px 10px;
}

.repertoire_changer_item{
    padding: 0px 27px;
    font-weight: 600;
    line-height: 36px;
    font-size: 15px;
    text-align: center;
    color: #5C5C5C;
    background: #E9E9E9;
    border-radius: 36px;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}

.repertoire_changer_item._active,
.repertoire_changer_item._active:hover{
    cursor: initial;
    background: #FFCE5F;
}

.repertoire_changer_item:hover{
    background: rgba(255, 206, 95, 0.7);
}

@media screen and (max-width: 1280px) and (min-width: 768px) {
    .repertoire_list,
    .repertoire_title{
        width: 100%;
    }

    .repertoire_wrapper{
        width: 100%;
    }

    .repertoire_item:nth-child(4n):nth-child(-n+16){
        margin-right: 12px;
    }

    .repertoire_item:nth-child(6n+4):nth-child(n+17){
        margin-right: 12px;
    }

    .repertoire_item {
        width: calc((100% / 3) - 8px);
        height: calc(((100vw - 20px) / 3) - 8px);
        margin-right: 12px;
        margin-bottom: 12px;
    }

    .repertoire_item:nth-child(n+7):nth-child(-n+12){
        height: calc(((100vw - 20px) / 4) - 9px);
    }

    .repertoire_item:nth-child(n+13){
        height: calc(((100vw - 20px) / 4) - 9px) !important;
        width: calc((100% / 4) - 9px) !important;
    }

    .repertoire_item:nth-child(3n):nth-child(-n+12){
        margin-right: 0px;
    }

    .repertoire_item:nth-child(4n+4):nth-child(n+13){
        margin-right: 0px;
    }

    #repertoire_authors .repertoire_item:nth-child(n+7),
    #repertoire_performers .repertoire_item:nth-child(n+7){
        height: calc(((100vw - 20px) / 4) - 9px) !important;
        width: calc((100% / 4) - 9px) !important;
    }

    #repertoire_authors .repertoire_item:nth-child(3n):nth-child(n+7):nth-child(-n+12),
    #repertoire_performers .repertoire_item:nth-child(3n):nth-child(n+7):nth-child(-n+12){
        margin-right: 12px !important;
    }

    #repertoire_authors .repertoire_item:nth-child(4n+4):nth-child(n+7),
    #repertoire_performers .repertoire_item:nth-child(4n+4):nth-child(n+7){
        margin-right: 12px !important;
    }

    #repertoire_authors .repertoire_item:nth-child(4n+2):nth-child(n+7),
    #repertoire_performers .repertoire_item:nth-child(4n+2):nth-child(n+7){
        margin-right: 0px !important;
    }
}

@media screen and (max-width: 767px) {
    .repertoire_list,
    .repertoire_title{
        width: 100%;
    }

    .repertoire_wrapper{
        width: 100%;
    }

    .repertoire_item:nth-child(n+6){
        display: block;
    }

    .repertoire_item {
        width: calc((100% / 2) - 6px) !important;
        height: calc(((100vw - 20px) / 2) - 6px) !important;
        margin-right: 12px !important;
        margin-bottom: 12px !important;
    }

    .repertoire_item:nth-child(2n){
        margin-right: 0px !important;
    }
}
/* End */
/* /assets/css/repertoire.css?17605984109002 */
