:root {
    --bs-body-color: #00086a;
}

.text-green {
    color: #25C047
}

.form-wrap__input-wrap.form-group select {
    -moz-padding-start: calc(.75rem - 3px);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg xmlns= 'http://www.w3.org/2000/svg' viewBox= '0 0 16 16' %3E%3Cpath fill= 'none' stroke= '%23000' stroke-linecap= 'round' stroke-linejoin= 'round' stroke-width= '2' d= 'm2 5 6 6 6-6' /%3E%3C/svg%3E);
    background-position: right 0.75rem center;
    background-repeat: no-repeat;
    background-size: 16px 12px;
    border: 1px solid #238ece;
    border-radius: 4px;
    color: #238ece;
    display: block;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
    padding: 0.4375rem 2.25rem 0.4375rem 0.75rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: 100%;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.alert-danger ul {
    padding-left: 10px;
}

.breadcrumb-item.active {
    color: #7b7b7b;
}

.current .page-link {
    color: #fff;
}

.paginate_button:hover .page-link {
    color: #fff;
}

@media (min-width: 1400px) {
    .headerBlock__title {
        font-size: 2rem;
    }
}

.readonly {
    background-color: #ECF8FF;
}

.text-black {
    color: #000000 !important;
}

.mt-3r {
    margin-top: 3rem !important;
}

.paginate_button {
    padding: 0;
}

.page-link {
        width: 100%;
    height: 100%;
    display: block;
    text-align: center;
}

@media (min-width: 992px) {
    .sPromo__img {
        margin-right: 0;
        margin-top: 0;
        background: url("/upload/medialibrary/0d8/hddyos3tahk3adbn17qq0irynxhkxdgi/sPromo.png");
        background-size: cover;
        width: 100%;
        height: 100%;
    }
    .sPromo__img img {
        display: none;
    }
}

.sPromo__img img {
    width: 100%;
}

.sMap .section-title h2 {
    color: #00086a;
}

.sBecome {
    background-color: #ecf8ff!important;
}

.sStat {
    padding-top: 4.5rem!important;
}
