    
em {
    color: rgba(255, 255, 255, 0.6) !important;
    font-size: 12px;
    font-style: normal !important;
}

@media screen and (min-width: 1200px){
    .t396__group.tn-group.detailed-card {
        right: 0px !important;
        left: auto !important;
        height: 100% !important;
    }
    
    .t-popup__block-close {
        left: calc(100% - 758px - 60px);
    }
}

@media screen and (max-width: 1199px) {
    .t396__group.tn-group.detailed-card {
        right: auto !important;
        left: auto !important;
        /*top: 130px !important;*/
        width: 100vw !important;
    }
    
    .t-popup__block-close {
        right: calc(50% - 30px) !important;
        top: 25px !important;
    }
}

@media screen and (max-width: 958px) {
    .card-boat,
    .card-jury {
        width: calc(100% - 40px) !important;
        left: 20px !important;
    }
    
    .cards-nominations,
    .card-nomination {
        width: 100% !important;
        left: 0px !important;
    }
}

.t-form__inputsbox {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

@media screen and (max-width: 639px) {
    .img-slider-boat {
        right: 0 !important;
        left: auto !important;
    }
}
    
