@import url('https://fonts.cdnfonts.com/css/noto-sans');


.slots-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 35px;
}

.slots-title {
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
}

.slots-title h2 {
    margin-bottom: 0;
}

.slots-more__link {
    padding: 10px 25px;
    border-radius: 16px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}

.slots-more__link:hover {
    background: #fff;
    color: #fff;
}

.slots-items .col {
    padding: 8px;
}

.slot-item {
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    border-radius: 24px;
}

.slot-item__permalink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #fff;
    text-decoration: none;
}

.slot-item__content {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    padding: 10px;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 15px;
    border: 2px solid #fff;
    text-align: center;
}

.slot-item:hover .slot-item__permalink {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    color: #fff;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    z-index: 999;
    border-radius: 4px;
}

.slot-item:hover .slot-item__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 24px;
}

.slot-item__title {
    margin-top: 12px;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
}

.slot-item__play {
    width: 44px;
    height: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #000;
    border-radius: 40px;
    font-size: 12px;
}

.slot-item__soft {
    font-weight: 300;
    font-size: 12px;
    line-height: 15px;
    color: #fff;
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.slot-item__img {
    width: 100%;
    height: 100%;
    height: 161px;
    border-radius: 24px;
    -o-object-fit: cover;
    object-fit: cover;
}
