.load::before {
    position: fixed;
    top: 0;
    left: 0;
    content: "";
    background-color: rgba(255, 255, 255, 0.8);
    width: 100%;
    height: 100vh;
    display: block;
    z-index: 99999 !important;
}

.loader {
    position: fixed;
    top: 35%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 9999999;
    display: none;
    text-align: center;
}

.loader img {
    width: 300px;
    height: 120px;
    box-shadow: 0 0 10px 10px 1px #fff;
    -webkit-animation: super-rainbow 2s infinite alternate linear;
    -moz-animation: super-rainbow 2s infinite alternate linear;
}

body.load .loader,
body.load-home .loader-ranking {
    display: block;
}

input.error,
input.error:focus,
textarea.error,
textarea.error:focus,
select.error,
.select2.error.select2-container--default .select2-selection--single,
select.error:focus {
    border: 2px solid #CC0000 !important;
}

input.error:focus,
textarea.error:focus,
select.error:focus {
    box-shadow: 0 0 0 0.2rem #CC0000 !important;
}

input.ok {
    border: 2px solid #37861b !important;
}

.status {
    color: #cc0000;
    align-items: center;
    height: 0px;
    transition: all 0.5s;
    /* background-color: #fff; */
}

.status.error {
    margin-top: 5px;
    width: 100%;
    height: 30px;
    font-family: Montserrat, sans-serif;
    font-size: 0.8em;
    margin-left: 0;
    margin-right: 0;
}

.status.error i {
    padding: 5px;
}

.status::after {
    content: url('../images/block.svg');
    vertical-align: middle;
    align-items: center;
    width: 0%;
    height: 0%;
    top: 0;
    left: 0;
    z-index: 9;
    opacity: 0;
}

.status.checking::after {
    width: 100%;
    height: 100%;
    opacity: 1;
}

.status.ok {
    height: 30px;
    color: #37861b;
}

.is-invalid {
    /* border: 1px solid #dc3545 !important; */
}

.partners-description {
    height: 370px;
    max-height: 370px;
}

.partners-description *{
    font-family: "Open Sans",sans-serif !important;
    font-size: 1rem !important;
    line-height: 23px !important;
    color: #353535 !important;
}

.page-partners .partners-list .partners-item .partners-logo img {
    max-height: 73px;
    width: auto;
}