﻿
.brd_0 {
    border-top: 0px solid #e5e5e5;
    padding-top: 0px;
}

.wecookies_txtsty {
    text-align: left;
    padding-top: 12px;
    color: #4c4c4c !important
}

.fontwnor {
    font-weight: normal;
}

.text_centr_stt {
    text-align: center;
}

/*.modal {
    text-align: center;
    padding: 0 !important;
}


    .modal:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -4px;
    }

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

*/

.btn_aggree {
    color: rgb(0, 0, 0);
    background-color: rgb(255, 102, 0);
    border-radius: 0px;
    border-color: rgba(255, 102, 0, 0.3);
    border-width: 1px;
    display: block !important;
    color: white !important;
    font-weight: 500 !important;
    min-width: 200px;
    line-height: 140%;
    height: auto;
    min-height: 40px;
    margin-right: 10px;
    border-radius: 44px !important;
    height: 44px !important;
    width: fit-content !important;
    padding: 0 24px !important;
    transition: all .2s ease !important;
    margin: 0 auto !important;
    outline: none !important;
}


    .btn_aggree:hover {
        background-color: rgb(251 141 67);
        border-color: rgb(255, 102, 0);
    }



.btn_aggree_not {
    background-color: rgb(255, 255, 255);
    border-radius: 0px;
    border-color: rgba(255, 255, 255, 1);
    border-width: 1px;
    display: block !important;
    color: #4c4c4c !important;
    font-weight: normal !important;
    min-width: 200px;
    line-height: 140%;
    height: auto;
    min-height: 40px;
    margin-right: 10px;
    border-radius: 44px !important;
    height: 44px !important;
    width: fit-content !important;
    padding: 0 24px !important;
    transition: all .2s ease !important;
    margin: 0 auto !important;
    outline: none !important;
}

    .btn_aggree_not:hover {
        background-color: rgb(255 223 202);
        border-color: rgb(255, 102, 0);
    }


@media only screen and (max-width: 466px) {
    .btn_aggree {
        min-width: 150px;
    }

    .btn_aggree_not {
        min-width: 150px;
    }
}


/*.modal-open[style] {
    padding-right: 0px !important;
}*/