

.th-video-reviews-slider {
    margin-bottom: 60px !important;   
}


.th-cookie-modal {
    box-sizing: border-box;
    position: fixed;

    box-shadow: 0 10px 30px rgba(0, 0, 0, .35);


    width: 100%;
    max-width: 420px;

    padding: 16px 19px 20px;

    bottom: 20px;
    left: 50%;

    border-radius: 8px;

    transform: translate(-50%, 110vh);
 
    z-index: 9999;

    transition: all 0.6s;
}

.th-cookie-modal_active {
    transform: translate(-50%, 0);
}

.th-cookie-modal_light {
    background-color: #fff; 
    color: #000;
}

.th-cookie-modal_dark {
    background-color: #000; 
    color: #fff;
}

.th-cookie-modal__txt {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 15px;
}

.th-cookie-modal__btns {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.th-cookie-modal__btns button {
    box-sizing: border-box;
    border: 1px solid transparent;
    cursor: pointer;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 6px 20px;
    font-size: 14px;

    background-color: #00a658;
    color: #fff !important;
}

.th-cookie-modal__btns a {
    color: #35005e;
    font-size: 14px;
}



