@font-face {
    font-family: Merriweather Sans;
    src: url(/fonts/MerriweatherSans.ttf)
}

@font-face {
    font-family: Merriweather Sans Bold;
    src: url(/fonts/MerriweatherSans-Bold.ttf)
}

@font-face {
    font-family: Roboto;
    src: url(/fonts/Roboto-Regular.ttf)
}

.gallery-card_text-overflow__jEl5T {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.gallery-card_text-gradient__lTp0J {
    background-image: -webkit-gradient(linear, 37.219838% 34.532506%, 36.425669% 93.178216%, from(#29cdff), to(#0a60ff), color-stop(.37, #148eff));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.gallery-card_background-hover__BVn9n {
    transition: all .3s ease-out
}

.gallery-card_background-hover__BVn9n:hover {
    background-color: #00a1f1
}

.gallery-card_gallery-card__Udaii {
    box-shadow: 0 4px 16px rgba(0, 0, 0, .05);
    position: relative;
    transition: all .5s ease-in-out;
    cursor: pointer;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    height: 200px;
    margin-bottom: 30px;
    background-image: url(/no-image.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    display: flex;
    justify-content: center;
    align-items: center
}

.gallery-card_gallery-card__Udaii .play-ico .anticon {
    font-size: 24px;
    color: #00a1f1
}

.gallery-card_gallery-card__Udaii .gallery-stats {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 2px;
    color: #d6d6d6;
    font-size: 11px;
    position: absolute;
    bottom: 0;
    background-image: linear-gradient(180deg, #9a9a9a00 0, #292929)
}

.gallery-card_gallery-card__Udaii .gallery-stats a {
    margin-right: 5px;
    color: #fff
}

.gallery-card_gallery-card__Udaii .gallery-info {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    font-family: Merriweather Sans;
    background-color: #00a1f1;
    color: #fff;
    padding: 5px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    font-weight: 600;
    text-align: center;
    text-transform: capitalize;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.gallery-card_gallery-card__Udaii .gallery-info a {
    color: #fff
}

.gallery-card_gallery-card__Udaii .gellery-price {
    position: absolute;
    left: 0;
    top: 5px;
    display: flex;
    flex-direction: column
}

.gallery-card_gallery-card__Udaii .gellery-price .label-price {
    color: #fff;
    background-color: #e8c400;
    width: auto;
    padding: 3px 13px;
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 90% 50%, 100% 0);
    clip-path: polygon(0 0, 0 100%, 100% 100%, 90% 50%, 100% 0);
    font-size: 10px;
    font-weight: 600;
    margin-bottom: 5px
}

.gallery-card_gallery-card__Udaii .gellery-price .label-price.custom {
    background-color: #00a1f1
}

.gallery-card_gallery-card__Udaii:hover {
    opacity: .9
}

.gallery-card_gallery-card__Udaii:hover .gallery-card_play-ico__auB8s .anticon {
    color: #0272a9
}

.gallery-card_gallery-card__Udaii:hover .gallery-info {
    background-color: #0272a9
}

@media screen and (max-width:450px) {
    .gallery-card_gallery-card__Udaii {
        box-shadow: 0 4px 16px rgba(0, 0, 0, .05);
        position: relative;
        transition: all .5s ease-in-out;
        cursor: pointer;
        border-top-left-radius: 2px;
        border-top-right-radius: 2px;
        height: 200px;
        margin-bottom: 30px;
        background-image: url(/no-image.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 50%;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .gallery-card_gallery-card__Udaii .gallery-card_play-ico__auB8s .gallery-card_anticon__poFuj {
        font-size: 24px;
        color: #00a1f1
    }

    .gallery-card_gallery-card__Udaii .gallery-card_gallery-stats__R9Bay {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 5px 2px;
        color: #d6d6d6;
        font-size: 11px;
        position: absolute;
        bottom: 0;
        background-image: linear-gradient(180deg, #9a9a9a00 0, #292929)
    }

    .gallery-card_gallery-card__Udaii .gallery-card_gallery-stats__R9Bay a {
        margin-right: 5px;
        color: #fff
    }

    .gallery-card_gallery-card__Udaii .gallery-card_gallery-info__W6vqg {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        font-family: Merriweather Sans;
        background-color: #00a1f1;
        color: #fff;
        padding: 5px;
        border-bottom-left-radius: 2px;
        border-bottom-right-radius: 2px;
        font-weight: 600;
        text-align: center;
        text-transform: capitalize;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden
    }

    .gallery-card_gallery-card__Udaii .gallery-card_gallery-info__W6vqg a {
        color: #fff
    }

    .gallery-card_gallery-card__Udaii .gellery-price {
        position: absolute;
        left: 0;
        top: 5px;
        display: flex;
        flex-direction: column
    }

    .gallery-card_gallery-card__Udaii .gallery-card_label-price__hJkt1 {
        color: #fff;
        background-color: #e8c400;
        width: auto;
        padding: 3px 13px;
        -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 90% 50%, 100% 0);
        clip-path: polygon(0 0, 0 100%, 100% 100%, 90% 50%, 100% 0);
        font-size: 10px;
        font-weight: 600;
        margin-bottom: 5px
    }

    .gallery-card_gallery-card__Udaii .gallery-card_label-price__hJkt1.gallery-card_custom___1wYK {
        background-color: #00a1f1
    }

    .gallery-card_gallery-card__Udaii:hover {
        opacity: .9
    }

    .gallery-card_gallery-card__Udaii:hover .gallery-card_play-ico__auB8s .anticon {
        color: #0272a9
    }

    .gallery-card_gallery-card__Udaii:hover .gallery-info {
        background-color: #0272a9
    }

    height:140px;
    margin-bottom:27px;

    .gallery-card_gallery-card__Udaii .gallery-card_gallery-info__W6vqg {
        font-size: 11px
    }

    .gallery-card_gallery-card__Udaii .gallery-card_gallery-stats__R9Bay {
        font-size: 10px
    }
}