select.select-css {
    font-size: 18px!important;
    text-align: center;
    border: 1px solid #333333!important;
    margin: 8px!important;
    border-radius: 14px!important;
    width: 240px!important;
    background: #f5f5f5!important;
    color: #8c8c8c!important;
    height: 38px;
}

.select-css option:checked, .select-css option:hover
 {
    background-color: lime;
}



.select-css::-ms-expand { display: none; }
.select-css:hover { border-color: #888; }
.select-css:focus { border-color: #aaa;
    box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7)!important;
    box-shadow: 0 0 0 3px -moz-mac-focusring!important;
    color: #333333!important;
    outline: none!important;
    background: whitesmoke!important;
}
.select-css option { font-weight:normal; }
*[dir="rtl"] .select-css, :root:lang(ar) .select-css, :root:lang(iw) .select-css {
    background-position: left .7em top 50%, 0 0!important;
    padding: .6em .8em .5em 1.4em!important;
}

.cert-mail-form-request {
    padding: 120px 20px 20px 20px;
    background-image: url(/images/mail.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}

.cert-block-wraper {
    padding: 0 0 0 220px;
}

.cert-block-wraper h1 {
    text-align: center;
    line-height: 30px;
    font-size: 28px;
}

@media (max-width: 800px) {
    .cert-block-wraper {
      padding: 240px 2px 2px 2px;
    }
}


.cert-mail-description {
    text-align: center;
    padding: 10px 5px 20px 5px;
    line-height: 16px;
    max-width: 400px;
    display: inline-block;
}

.cert-block-wraper input[type='text'] {
    padding: 10px 20px!important;
    font-size: 18px!important;
    text-align: center;
    border: 1px solid #333333;
    margin: 8px;
    border-radius: 14px!important;
    width: 240px;
    background: whitesmoke!important;
    height: 38px;
}

.cert-block-wraper input[type='button'] {
    padding: 10px 20px!important;
    font-size: 18px!important;
    text-align: center;
    border: 1px solid #333333;
    margin: 8px;
    border-radius: 14px;
    width: 240px!important;
    background:-moz-linear-gradient(0deg,#740006 0,#e50840 100%);
    background:-webkit-linear-gradient(0deg,#740006 0,#e50840 100%);
    background:-o-linear-gradient(0deg,#740006 0,#e50840 100%);
    background:-ms-linear-gradient(0deg,#740006 0,#e50840 100%);
    background:linear-gradient(0deg,#740006 0,#e50840 100%);
    cursor: pointer;
    color: #ebebeb;
    height: 38px;
}

.cert-error-message {
    color: #a1031d;
    font-size: 16px;
    font-weight: 600;
    padding: 20px;
}

.cert-mail-bottom {
    font-size: 18px;
    padding: 10px;
}

.cert-mail-personal {
    font-size: 12px;
    line-height: 12px;
}