header {
    background-color: white;
    font-weight: 500;
    font-size: 1rem;

    .container .row {
        min-height: 100px;
    }

    .icon svg {
        width: 30px;
        height: 30px;
    }

    .register-button {
        margin-right: 20px;
        padding: 5px 30px;
        border-radius: 40px;
    }

    .icon {
        margin-left: 5px;
    }
}

html {
    overflow: -moz-scrollbars-none; /* Для старых Firefox */
    -ms-overflow-style: none; /* IE и Edge */
    scrollbar-width: none; /* Новый Firefox */
}

html::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
}

body.modal-open {
    overflow: hidden;
    padding-right: 0 !important;
}

.modal-open {
    padding-right: 0 !important;
    overflow: hidden;
}

.blue {
    color: #004EA0 !important;
}

.white {
    color: white !important;
}

.white-background {
    background-color: white;
}

.font-weight-bolder {
    font-weight: 600 !important;
}

.blue-background {
    background-color: #004EA0 !important;
}

.light-blue-background {
    background-color: #E1EFFB !important;
}

.section-title {
    margin-top: 70px;

    .h1 {
        font-size: 2rem;
        font-weight: 700;
        color: black;
    }

    .title-footer {
        margin-top: 20px;
    }
}

a, a:hover, a:visited, a:active {
    text-decoration: none;
}

.btn-primary.disabled, .btn-primary:disabled {
    background-color: #a1a1a1 !important;
    color: white !important;
}

.white-title h1,
.black-title h1,
.blue-title h1 {
    font-weight: 600;
}

.blue-title h1 {
    color: #004EA0;
}

.white-title h1 {
    color: white;
}

.black-title h1 {
    color: black;
}

.section-advantages {
    .pads svg {
        display: block;
        max-width: 100%;
        height: 100%;
    }
    .advantages-footer {
        border-radius: 40px;
        border: rgba(255, 255, 255, 0.5) solid 1px;
    }
}

footer.en {
    background-color: #006DD3;
    color: white;
    font-size: 1rem;
    padding: 1em;
}

.news .text-center {
    padding: 0 10px;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 110%;
}

.rounded-pill {
    border-radius: 30px !important;
}

.register-button {
    background-color: #2499EC;
    color: white;
    font-weight: 600;
    padding: 7px 36px;
}

.h-fit {
    height: fit-content !important;
}

.register-button:hover {
    cursor: pointer;
}

.course-background:nth-child(odd) {
    background-color: #FAFAFA;
}

.course-background li {
    list-style-type: disc;
    margin-left: 1rem;
}

.shadow-inner,
input.shadow-inner {
    box-shadow: inset 0 1px 4px rgba(17, 17, 17, 0.1) !important;
}

.role-button:hover {
    cursor: pointer;
}

.form-check .text {
    font-size: 0.75rem
}

[data-form="ask-question"] [type="submit"],
[data-form="register-order"] [type="submit"] {
    border: none;
    border-radius: 40px;
    background-color: #CCE9F3;
}

[data-form="ask-question"] [type="submit"]:hover,
[data-form="register-order"] [type="submit"]:hover {
    background-color: #c2dfe9;
}

[data-form="ask-question"] [type="submit"]:active,
[data-form="register-order"] [type="submit"]:active {
    background-color: #b8d5df !important;
}

#registerOrderModal {
    .modal-dialog {
        height: auto !important;
        display: flex !important;
        align-items: center !important;
        min-height: calc(100% - 1rem) !important;
        margin: 0 40px;
    }

    .modal-dialog .modal-content {
        background-image: url("assets/register-order-background.png");
        background-size: 40%;
        background-repeat: no-repeat;
        background-position-y: bottom;
        background-position-x: 8%;
    }
    .close {
        position: absolute;
        width: 30px;
        height: 30px;
        right: 1rem;
        top: 1rem;
        scale: 1.5;
    }

    .thanks {
        position: absolute;
        left: 50%;
        top: 0;
        padding-top: 1rem;
        width: 50%;
    }
}