.nth{
    /* height: 100%; */
    background-color: #F8F8F8;
    border-radius: 3px;
    border: 1px solid #f3f3f3;
}
.nth:hover{
    border-color: #2F0743;
}
.nth_img_hold img{
    max-width: 100%;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.nth_title_hold{
    background-image: url("../img/nth_title_bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    padding: 13px 0 17px;
}
.nth_title_text{
    display: inline-block;
    margin: auto;
    border-bottom: 2px solid #fff;
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    letter-spacing: 0.03em;
    text-transform: uppercase;

    color: #FFFFFF;
}

.nth_info_hold{
    padding: 30px 40px;
    text-align: center;
}

.nth_price_hold{
    margin: 25px auto 0;
    color: #9F9F9F;
    font-size: 35px;
    text-align: center;
}
.nth_price_val{
    color: #9BC32C;
    font-size: 60px;
}
.nth_btn_hold{
    display: inline-block;
    text-transform: uppercase;
    border-radius: 3px;

    background-image: url("../img/nth_btn.svg");
    background-size: cover;
    background-repeat: no-repeat;

    color: #fff;
    padding: 8px 90px;
    margin-top: 20px;
}

.nth_cinema_info{
    color: #1cabc4;
    text-transform: uppercase;
    text-align: left;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
}
.nth_more{
    display: inline-block;
    margin-top: 9px;
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    color: #9F9F9F;
    border-bottom: 2px solid #9F9F9F;
}
.nth_more a:hover{
    cursor: pointer;
}

.nth_channel_info{
    text-align: left;
    color: #1cabc4;
    font-weight: 500;
    font-size: 66px;
    line-height: 62px;
}
.nth_channels_txt{
    font-size: 25px;
    font-weight: 500;
    color: #1cabc4;
}
