* {
    font-family: "Gilroy-Medium", sans-serif;
    position: relative;
    font-size: 14px;
    box-shadow: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.2;
    color: #031e80;
}
h1.w-auto,
h2.w-auto,
h3.w-auto,
h4.w-auto,
h5.w-auto,
h6.w-auto {
    display: inline-block;
    padding-bottom: 10px;
    width: auto !important;
}

h1 {
    font-size: 64px;
}
h1.underline {
    border-bottom: solid 2px #cdd2e6;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h5 {
    font-size: 16px;
}

p {
    color: #000;
}

.text-pale-white {
    color: rgba(255, 255, 255, 0.7) !important;
}

.text-blue {
    color: #031e80 !important;
}

.text-opacity-blue {
    color: rgba(3, 30, 128, 0.6);
}

.text-grey {
    color: rgba(0, 0, 0, 0.6) !important;
}

.badge.payment-status {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
}

.text-bg-pending {
    background-color: #7ca2c5;
}

.text-bg-failed {
    background-color: #bf4949;
}

.text-bg-stuck {
    background-color: #769879;
}

.text-bg-refunded {
    background-color: #249788;
}

.text-bg-refunding {
    background-color: #31b5b7;
}

.text-bg-obtained {
    background-color: #f1c80b;
}

.border-radius-none {
    border-radius: 0 !important;
}

.bg-blue {
    background-color: #031e80 !important;
}

.bg-blue-light {
    background: #f5f7fe !important;
}

.bg-grey {
    background: #cdd2e6 !important;
}

.bg-grey-light {
    background: #e5e8f2 !important;
}

.bg-grey-dark {
    background: #dee2ef !important;
}

.bg-green {
    background: #c7e8e8 !important;
}

.bg-white {
    background: #fff !important;
}

.no-shadow {
    box-shadow: none !important;
}

.shadow {
    box-shadow: 0 4px 5px rgba(165, 52, 54, 0.05) !important;
}

.shadow-0 {
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5) !important;
}

.shadow-1 {
    box-shadow: 0 15px 40px rgba(3, 30, 128, 0.08) !important;
}

.fs-12 {
    font-size: 12px !important;
}

.fs-14 {
    font-size: 14px !important;
}

.fs-16 {
    font-size: 16px !important;
}

.fs-18 {
    font-size: 18px !important;
}

.fs-20 {
    font-size: 20px !important;
}

.fs-24 {
    font-size: 24px !important;
}

.fs-25 {
    font-size: 25px !important;
}

.fs-30 {
    font-size: 30px !important;
}

.fs-32 {
    font-size: 32px !important;
}

.fs-36 {
    font-size: 36px !important;
}

.fs-40 {
    font-size: 40px !important;
}

.fs-42 {
    font-size: 42px !important;
}

.fs-48 {
    font-size: 48px !important;
}

.fs-64 {
    font-size: 64px !important;
}

.fs-78 {
    font-size: 78px !important;
}

.lh-1 {
    line-height: 1 !important;
}

.lh-1-2 {
    line-height: 1.2 !important;
}

.lh-14 {
    line-height: 14px !important;
}

.lh-15 {
    line-height: 15px !important;
}

.lh-16 {
    line-height: 16px !important;
}

.lh-17 {
    line-height: 17px !important;
}

.lh-19 {
    line-height: 19px !important;
}

.lh-24 {
    line-height: 24px !important;
}

.lh-29 {
    line-height: 29px !important;
}

.lh-36 {
    line-height: 36px !important;
}

.lh-40 {
    line-height: 40px !important;
}

.lh-48 {
    line-height: 48px !important;
}

.lh-50 {
    line-height: 50px !important;
}

.lh-52 {
    line-height: 52px !important;
}

.lh-59 {
    line-height: 59px !important;
}

.lh-109 {
    line-height: 109.3% !important;
}

.fw-400 {
    font-family: "Gilroy-Regular", sans-serif !important;
}

.fw-500 {
    font-family: "Gilroy-Medium", sans-serif !important;
}

.fw-600 {
    font-family: "Gilroy-SemiBold", sans-serif !important;
}

.fw-700,
.fw-bold {
    font-family: "Gilroy-Bold", sans-serif !important;
}

.offcanvas {
    z-index: 1200;
}

.offcanvas-backdrop {
    z-index: 1100;
}

.offcanvas-size-1 {
    width: 400px !important;
}
@media only screen and (max-width: 1280px) {
    .offcanvas-size-1 {
        width: 400px;
    }
}
@media only screen and (max-width: 860px) {
    .offcanvas-size-1 {
        width: 70%;
    }
}
@media only screen and (max-width: 600px) {
    .offcanvas-size-1 {
        width: 80%;
    }
}
@media only screen and (max-width: 425px) {
    .offcanvas-size-1 {
        width: 100%;
    }
}

.offcanvas-size-2 {
    width: 500px !important;
}
@media only screen and (max-width: 1280px) {
    .offcanvas-size-2 {
        width: 500px;
    }
}
@media only screen and (max-width: 860px) {
    .offcanvas-size-2 {
        width: 70%;
    }
}
@media only screen and (max-width: 600px) {
    .offcanvas-size-2 {
        width: 80%;
    }
}
@media only screen and (max-width: 425px) {
    .offcanvas-size-2 {
        width: 100%;
    }
}

.offcanvas-size-3 {
    width: 600px !important;
}
@media only screen and (max-width: 1280px) {
    .offcanvas-size-3 {
        width: 600px;
    }
}
@media only screen and (max-width: 860px) {
    .offcanvas-size-3 {
        width: 70%;
    }
}
@media only screen and (max-width: 600px) {
    .offcanvas-size-3 {
        width: 80%;
    }
}
@media only screen and (max-width: 425px) {
    .offcanvas-size-3 {
        width: 100%;
    }
}

.offcanvas-size-4 {
    width: 700px !important;
}
@media only screen and (max-width: 1440px) {
    .offcanvas-size-4 {
        width: 700px;
    }
}
@media only screen and (max-width: 1280px) {
    .offcanvas-size-4 {
        width: 600px;
    }
}
@media only screen and (max-width: 860px) {
    .offcanvas-size-4 {
        width: 70%;
    }
}
@media only screen and (max-width: 600px) {
    .offcanvas-size-4 {
        width: 80%;
    }
}
@media only screen and (max-width: 425px) {
    .offcanvas-size-4 {
        width: 100%;
    }
}

.offcanvas-size-5 {
    width: 800px !important;
}
@media only screen and (max-width: 1440px) {
    .offcanvas-size-5 {
        width: 800px;
    }
}
@media only screen and (max-width: 1280px) {
    .offcanvas-size-5 {
        width: 600px;
    }
}
@media only screen and (max-width: 860px) {
    .offcanvas-size-5 {
        width: 70%;
    }
}
@media only screen and (max-width: 600px) {
    .offcanvas-size-5 {
        width: 80%;
    }
}
@media only screen and (max-width: 425px) {
    .offcanvas-size-5 {
        width: 100%;
    }
}

.offcanvas-size-6 {
    width: 900px !important;
}
@media only screen and (max-width: 1440px) {
    .offcanvas-size-6 {
        width: 900px;
    }
}
@media only screen and (max-width: 1280px) {
    .offcanvas-size-6 {
        width: 600px;
    }
}
@media only screen and (max-width: 860px) {
    .offcanvas-size-6 {
        width: 70%;
    }
}
@media only screen and (max-width: 600px) {
    .offcanvas-size-6 {
        width: 80%;
    }
}
@media only screen and (max-width: 425px) {
    .offcanvas-size-6 {
        width: 100%;
    }
}

.offcanvas-size-7 {
    width: 1000px !important;
}
@media only screen and (max-width: 1440px) {
    .offcanvas-size-7 {
        width: 1000px;
    }
}
@media only screen and (max-width: 1280px) {
    .offcanvas-size-7 {
        width: 600px;
    }
}
@media only screen and (max-width: 860px) {
    .offcanvas-size-7 {
        width: 70%;
    }
}
@media only screen and (max-width: 600px) {
    .offcanvas-size-7 {
        width: 80%;
    }
}
@media only screen and (max-width: 425px) {
    .offcanvas-size-7 {
        width: 100%;
    }
}

.offcanvas-size-8 {
    width: 1200px !important;
}
@media only screen and (max-width: 1440px) {
    .offcanvas-size-8 {
        width: 1200px;
    }
}
@media only screen and (max-width: 1280px) {
    .offcanvas-size-8 {
        width: 1000px;
    }
}
@media only screen and (max-width: 860px) {
    .offcanvas-size-8 {
        width: 70%;
    }
}
@media only screen and (max-width: 600px) {
    .offcanvas-size-8 {
        width: 80%;
    }
}
@media only screen and (max-width: 425px) {
    .offcanvas-size-8 {
        width: 100%;
    }
}

.nowrap {
    white-space: nowrap;
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.br-5 {
    border-radius: 5px !important;
}

.br-10 {
    border-radius: 10px !important;
}

.br-15 {
    border-radius: 15px !important;
}

.br-30 {
    border-radius: 30px !important;
}

.br-40 {
    border-radius: 40px !important;
}

.btlr-10 {
    border-top-left-radius: 10px !important;
}

.btrr-10 {
    border-top-right-radius: 10px !important;
}

.bblr-10 {
    border-bottom-left-radius: 10px !important;
}

.bbrr-10 {
    border-bottom-right-radius: 10px !important;
}

.br-none {
    border: none !important;
}

.br-primary {
    border: 1px solid #cdd2e6 !important;
}

.br-secondary {
    border: 2px solid #cdd2e6 !important;
}

.br-grey-light {
    border: 2px solid #e5e8f2 !important;
}

.brb-2-light {
    border-bottom: 2px solid #e5e8f2 !important;
}

.w-60 {
    width: 60% !important;
}

.h-150 {
    height: 150px !important;
}

.height-40 {
    height: 40px !important;
}

.height-190 {
    height: 190px !important;
}

.height-290 {
    height: 290px !important;
}

.height-412 {
    height: 412px !important;
}

.py-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}

.text-white {
    color: #fff !important;
}

.list-style-none {
    list-style: none !important;
}

.unvisible {
    visibility: hidden !important;
}

.cursor-pointer {
    cursor: pointer !important;
}

.text-transform-none {
    text-transform: none !important;
}

.top-64px {
    top: -64px;
}

.object-fit {
    -o-object-fit: cover;
    object-fit: cover;
}

.lst-none {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}

.substrate {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
}

.shadow-hover:hover {
    box-shadow: 0 15px 40px rgba(3, 30, 128, 0.08) !important;
}

.modal.fullsize .modal-dialog {
    position: absolute;
    width: 98%;
    max-width: 100%;
    height: calc(100vh - 3.5rem);
    top: 1%;
    left: 1%;
    bottom: 1%;
    right: 1%;
    margin: 1rem 0;
}
.modal.fullsize .modal-dialog .modal-content {
    height: 100%;
}

.block.white-block {
    padding: 15px;
    border-radius: 10px;
    background-color: #fff;
}
.block.with-border {
    border: 1.375px solid #cdd2e6;
}

.pt-6 {
    padding-top: 5rem;
}

.pb-6 {
    padding-bottom: 5rem;
}

.mt-minus-1 {
    margin-top: -5px;
}

form .form-control {
    padding: 0.5rem 1rem;
    font-weight: 500;
    line-height: 1.6;
    color: rgba(0, 0, 0, 0.5);
    border: 2px solid #cdd2e6;
    border-radius: 0.75rem;
    transition: all 0.35s;
}
form .form-control:focus {
    border-color: #cdd2e6;
    background-color: #fff !important;
}
form .form-select {
    border: 2px solid #cdd2e6;
    border-radius: 0.75rem;
}

.div-check-mark {
    padding: 7.5px 20px;
    border-radius: 10px;
}
.div-check-mark label {
    margin-right: 15px;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    color: rgba(0, 0, 0, 0.8);
}
.div-check-mark input.form-check-input {
    margin: 0;
    width: 25px;
    height: 25px;
}
.div-check-mark input.form-check-input:checked {
    background-color: #031e80;
    border-color: #031e80;
}
.div-check-mark input.form-check-input:checked[type="checkbox"]::before {
    background-image: url(/images/check-little.svg?a8a66bcefadc0d1c8bbe32f4502833d6);
    background-size: 65%;
}
.div-check-mark input.form-check-input:checked[type="radio"] {
    background-image: url(/images/check-little.svg?a8a66bcefadc0d1c8bbe32f4502833d6);
    background-size: 65%;
}

.input-group.dates input {
    border-right: none;
}
.input-group.dates .input-group-text {
    border-top: 2px solid #cdd2e6;
    border-bottom: 2px solid #cdd2e6;
    border-left: none;
    background-color: transparent !important;
}
.input-group.dates .input-group-text:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-right: 2px solid #cdd2e6;
}

.radio-btn-group {
    font-family: "Gilroy-Medium", sans-serif;
}
.radio-btn-group .btn-grey-light {
    color: #000;
    background: #e5e8f2;
}
.radio-btn-group .btn-grey-light:hover,
.radio-btn-group .btn-grey-light:active,
.radio-btn-group .btn-grey-light.active {
    background-color: #cdd2e6;
}
.radio-btn-group .btn-check:active + .btn-grey-light,
.radio-btn-group .btn-check:checked + .btn-grey-light,
.radio-btn-group .show > .btn-grey-light.dropdown-toggle {
    color: #000000;
    background-color: #cdd2e6;
    border-color: #cdd2e6;
}

.btn-group.radio-group .btn-check:active + .btn-outline-grey,
.btn-group.radio-group .btn-check:checked + .btn-outline-grey {
    background: #cdd2e6;
}
.btn-group.radio-group .btn-check:focus + .btn,
.btn-group.radio-group .btn:focus {
    outline: 0;
    box-shadow: none !important;
}

.bootstrap-select button.btn-light {
    padding: 0.5rem 1rem !important;
    font-size: 14px;
    font-weight: 500 !important;
    line-height: 1.6;
    color: #9c9c9c;
    border: 2px #cdd2e6 solid;
    border-radius: 10px;
    background-color: #fff;
}
.bootstrap-select button.btn-light:focus {
    outline: none !important;
}
.bootstrap-select .dropdown-menu {
    margin-top: 7px !important;
    min-width: 100%;
    box-sizing: border-box;
    border-radius: 0 0 1rem 1rem;
    padding: 1rem 0;
    box-shadow: 0 15px 40px rgba(3, 30, 128, 0.05) !important;
    border: solid 1px #cdd2e6;
}
.bootstrap-select .dropdown-menu .dropdown-item.selected {
    color: #031e80;
    background-color: #e5e8f2;
}
.bootstrap-select .dropdown-menu .dropdown-item:hover {
    background-color: #e5e8f2;
}
.bootstrap-select .dropdown-menu .dropdown-item:active {
    background-color: #031e80;
}
.bootstrap-select .dropdown-toggle::after {
    display: inline-block;
    content: "";
    border-top: 0 solid transparent;
    border-right: 2px solid #cdd2e6;
    border-bottom: 2px solid #cdd2e6;
    border-left: 0 solid transparent;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.select2-search--dropdown,
.select2-results {
    padding: 1rem 0.3rem 0 0.3rem !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #031e80ff !important;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 2px #cdd2e6 solid !important;
    border-radius: 0.5rem !important;
    padding: 0.5rem 1rem !important;
}
.select2-container--default .select2-selection--single {
    border: 2px solid #cdd2e6 !important;
    border-radius: 0.5rem !important;
    padding: 0.3rem 1rem !important;
    height: auto !important;
    font-weight: 500 !important;
}

.select2-dropdown {
    border: 2px solid #cdd2e6 !important;
    border-radius: 1rem !important;
    margin-top: -0.5rem !important;
    border-top-width: 0 !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    z-index: 1049 !important;
}

.select2-results__option {
    padding: 0.5rem 1rem !important;
    border-radius: 0.25rem !important;
    font-weight: 400 !important;
    font-size: 13px;
}

.select2-results__options {
    margin-bottom: 1rem !important;
}

.select2-container--default.select2-container--open
    .select2-selection--single
    .select2-selection__arrow
    b {
    border: solid #cdd2e6 !important;
    border-width: 0 2px 2px 0 !important;
    display: inline-block !important;
    padding: 3px !important;
    transform: rotate(-135deg) !important;
    -webkit-transform: rotate(-135deg) !important;
    margin-top: 0 !important;
    margin-left: -15px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: solid #cdd2e6 !important;
    border-width: 0 2px 2px 0 !important;
    display: inline-block !important;
    padding: 3px !important;
    transform: rotate(45deg) !important;
    -webkit-transform: rotate(45deg) !important;
    margin-top: -3px !important;
    margin-left: -15px !important;
}

.footer-pale-white {
    color: rgba(255, 255, 255, 0.7);
}

.btn-hover:hover {
    background-color: #fff !important;
}

a {
    color: #031e80;
}
a:link,
a:visited,
a:hover {
    text-decoration: none;
}
a:active {
    text-decoration: underline;
}
a.link-white {
    color: #fff;
}

a.list-sidebar {
    color: #000000;
    text-decoration: none;
}

a.list-active {
    color: #031e80;
    text-decoration: none;
}

a.list-no-active {
    color: rgba(0, 0, 0, 0.55);
    text-decoration: none;
}

.btn {
    font-weight: 500;
    line-height: 1.6;
    border: 1px solid transparent;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    border-radius: 0.75rem;
}
.btn.btn-blue {
    color: #fff;
    background-color: #031e80;
}
.btn.btn-blue:hover,
.btn.btn-blue:focus {
    color: #fff;
    background-color: #02218f;
    border-color: #02218f;
}
.btn.btn-grey {
    color: #000;
    background-color: #e5e8f2;
}
.btn.btn-grey:hover {
    background-color: #cdd2e6;
    color: #000;
}
.btn.btn-grey-dark {
    color: #000;
    background-color: #dee2ef;
}
.btn.btn-grey-dark:hover {
    background-color: #cdd2e6;
    color: #000;
}
.btn.btn-grey-light {
    color: #000;
    background-color: #e5e8f2;
}
.btn.btn-grey-light:hover {
    color: #000;
}
.btn.btn-outline-grey {
    color: #000;
    border-color: #cdd2e6;
    background-color: #fff;
}
.btn.btn-outline-grey:hover {
    color: #000;
    background-color: #e5e8f2;
}
.btn.btn-grey-dark-dark {
    color: rgba(0, 0, 0, 0.5);
    background-color: #cdd2e6;
}
.btn.btn-grey-dark-dark:hover {
    background-color: #e5e8f2;
    color: rgba(0, 0, 0, 0.5);
}

.breadcrumb-item a {
    color: rgba(0, 0, 0, 0.6);
}

.line-height-36 {
    line-height: 36px;
}

.border-top {
    border-top: 1px solid #cdd2e6 !important;
}

.border-bottom {
    border-bottom: 1px solid #cdd2e6 !important;
}

.profile-line {
    position: absolute;
    display: block;
    top: 155px;
    right: 0;
    width: 100%;
    height: 3px;
    background: #d9d9d9;
}

.divider {
    display: block;
    width: 100%;
    background-color: #cdd2e6;
}
.divider.w-75 {
    width: 75% !important;
}
.divider.thick-1 {
    height: 1px !important;
}
.divider.thick-2 {
    height: 2px !important;
}
.divider.thick-3 {
    height: 3px !important;
}
.divider.thick-4 {
    height: 4px !important;
}
.divider.thick-5 {
    height: 5px !important;
}

header nav {
    background-color: #031e80;
    /* background-color: #fff; */
}
header nav a.dropdown-item {
    text-decoration: none;
}
header nav a.dropdown-item:active {
    background-color: #031e80;
}
header nav:active,
header nav:focus {
    border-color: #031e80;
}

main {
    position: relative;
    margin-top: 65px;
}
main > .page-wrapper {
    padding: 65px 0;
}
main .search input {
    text-indent: 14%;
    background: #cdd2e6 url(/images/search_1.svg?d033f4ea0d092766505ced38e9741800) 10px 9px
        no-repeat;
    height: 40px;
}
main .search input:focus {
    border: 2px solid #031e80;
    text-indent: 0;
}
main ::-webkit-calendar-picker-indicator {
    display: none;
}
main .date-left {
    height: 40px;
    border: 2px solid #cdd2e6;
    border-radius: 10px 0 0 10px;
}
main .date-right {
    height: 40px;
    border: 2px solid #cdd2e6;
    border-radius: 0 10px 10px 0;
}
main input[type="date"]:focus {
    outline: none;
}
main input[type="date"] {
    outline: none;
    border: none;
    width: 80px;
}
main .btn-close {
    border: none;
    background: url(/images/close.svg?8b892399b0babffd84a5c68d4c9ac177) 5px 5px no-repeat;
    opacity: 1 !important;
}
main select {
    padding-left: 5px;
    -webkit-appearance: none;
    border: 2px solid #cdd2e6;
    border-radius: 10px;
    background: url(/images/chevron-down.svg?6d49348bffd540bea2a6ad61fa53e78c) 0 15px no-repeat;
    background-position-x: 100px;
    width: 120px;
    height: 40px;
}
main .select-item {
    box-shadow: none !important;
    border: 2px solid #cdd2e6;
    border-radius: 10px;
    background-position-x: 90% !important;
}
main .select-item:hover {
    background-color: transparent;
}
main .select-item select:active,
main select:focus {
    background-position-x: 90% !important;
}
main select:hover {
    background-color: rgba(224, 229, 231, 0.5);
}
main select:active,
main select:focus {
    background: url(/images/chevron-up.svg?69a38b29793bfa22d4ee4a301b8d5a19) 0 15px no-repeat;
    background-position-x: 100px;
    outline: none !important;
    border: 2px solid #031e80 !important;
}
main .content {
    background: #fff;
}
main .content-block {
    padding: 40px 60px;
    border-radius: 10px;
    background-color: #fff;
}
main .content-block-1 {
    padding: 40px 60px;
}
main .container {
    border-radius: 10px;
}
main .btn-list[aria-expanded="true"]::before {
    content: url(/images/chevron-up.svg?69a38b29793bfa22d4ee4a301b8d5a19);
}
main .btn-list::before {
    width: 1.25em;
    line-height: 0;
    content: url(/images/chevron-down.svg?6d49348bffd540bea2a6ad61fa53e78c);
    transition: transform 0.35s ease;
    transform-origin: 0.5em 50%;
}
main .edit-container {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
}
main .edit-container .btn-edit {
    background: url(/images/edit.svg?42cf0115c9c2187ee7d961bb27ba4b4e) 0 0 no-repeat;
    height: 40px;
    width: 40px;
    border: none;
}
main .search-university {
    border: none;
}
main .search-main::-moz-placeholder {
    padding-left: 3rem;
}
main .search-main::placeholder {
    padding-left: 3rem;
}
main .search-main:focus::-moz-placeholder {
    padding-left: 0;
}
main .search-main:focus::placeholder {
    padding-left: 0;
}
main .input-group input::-moz-placeholder {
    color: rgba(3, 30, 128, 0.4);
}
main .input-group input::placeholder {
    color: rgba(3, 30, 128, 0.4);
}
main .btn-white {
    background-color: #fff;
    border: none;
}
main .btn-blue {
    color: #fff;
    background: #031e80;
}
main .btn-request {
    padding-top: 15px;
    width: 314px;
    height: 78px;
}
main .btn-datalib {
    box-shadow: none !important;
    text-decoration: none;
    border-radius: 10px;
    color: #ffffff;
    border: none;
}
main .btn-datalib:hover {
    color: #fff;
}
main .btn-arrivals:hover {
    color: rgba(0, 0, 0, 0.5);
}
main .btn-arrivals {
    height: 40px;
    width: 224px;
    border: 2px solid #cdd2e6;
    border-radius: 10px;
    text-decoration: none;
    color: rgba(0, 0, 0, 0.6);
}
main .btn-active {
    background: #cdd2e6;
}
main .page-section {
    padding: 60px 0;
}
main .page-section .section-title {
    margin-bottom: 25px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
main .page-section .section-title h2 {
    margin: 0;
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    color: #031e80;
}
main .page-section .section-title .more {
    margin-left: 30px;
}
main .page-section .section-title .more a {
    display: inline-flex;
    padding: 3px 10px;
    gap: 15px;
    font-size: 12px;
    line-height: 14px;
    color: #031e80;
    text-decoration: none;
    white-space: nowrap;
    border-radius: 28px;
    background-color: #cdd2e6;
}
main .subscribe-img {
    margin: 0 auto;
    width: 670px;
    height: 248px;
    background-image: url(/images/subscribe.svg?fb981395e1adad5ec32ea966185d6150);
    background-size: cover;
}
main .card-lecturer .photo {
    margin-right: 10px;
    min-width: 80px;
    width: 80px;
    height: 87px;
    background-size: cover;
    background-position: center;
}
main .lectures-card a {
    text-decoration: none;
}
main .date-left {
    height: 40px;
    border: 2px solid #cdd2e6;
    border-radius: 10px 0 0 10px;
}
main .date-right {
    height: 40px;
    border: 2px solid #cdd2e6;
    border-radius: 0 10px 10px 0;
}
main .date-left input[type="text"]:focus,
main .date-right input[type="text"]:focus {
    outline: none;
}
main .date-left input[type="text"],
main .date-right input[type="text"] {
    outline: none;
    border: none;
    width: 90%;
}
main .list_line_event {
    width: auto;
    height: 1px;
    background: #cdd2e6;
}
main .underline-p-1::after,
main .underline-p-2::after,
main .underline-p-3::after,
main .underline-p-4::after {
    content: "";
    position: absolute;
    top: 35px;
    left: 0;
    display: block;
    height: 3px;
    width: 50px;
    background: #031e80;
    z-index: 1;
}
main .underline-p-2::after {
    left: 90px;
    width: 105px;
}
main .underline-p-3::after {
    left: 5px;
    width: 60px;
}
main .underline-p-4::after {
    right: 0;
    width: 140px;
}
main .list_line {
    width: auto;
    height: 3px;
    background: #cdd2e6;
}
main .bi-x-lg {
    -webkit-text-stroke: 1px;
}

.listUniversities .simplePagination .page-link,
.listLecturers .simplePagination .page-link {
    color: rgba(0, 0, 0, 0.3);
}
.listUniversities .page-link,
.listLecturers .page-link {
    background-color: transparent;
}
.listUniversities .page-link:hover,
.listLecturers .page-link:hover {
    background-color: rgba(255, 255, 255, 0.7);
}

#mainpage #mainheader {
    padding: 60px 0 100px;
}
#mainpage #mainNavigation .main-search .form-control {
    height: 50px;
    border: none;
}
#mainpage #mainNavigation .nav-cards a:hover {
    text-decoration: none;
}
#mainpage #mainNavigation .card h5 {
    margin: 0 auto;
    width: 70%;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
}
@media only screen and (max-width: 425px) {
    #mainpage #mainNavigation .card h5 {
        width: 100%;
    }
}
#mainpage #mainNavigation .card p {
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    color: rgba(3, 30, 128, 0.6);
}
#mainpage .category-card:hover,
#mainpage .category-card.active {
    background: #fff !important;
    box-shadow: 0 15px 40px rgba(3, 30, 128, 0.08) !important;
}
#mainpage #catalog-categories {
    position: relative;
}
#mainpage #catalog-categories::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    border-radius: 95px 95px 0 0;
    background: #dee2ef;
}
#mainpage #catalog-categories h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
}
#mainpage #catalog-categories ul.nav,
#mainpage #catalog-categories ul.nav button {
    font-size: 25px;
    font-weight: 700;
    color: #031e80;
}
#mainpage #catalog-categories ul.nav button {
    padding-left: 20px;
    padding-right: 20px;
    border: none;
    border-radius: 65px;
    background: #ebeef5;
}
#mainpage #catalog-categories ul.nav button.active {
    border: 1.5px solid #cdd2e6;
}
#mainpage #special-sections .card .card-body {
    padding: 45px 40px;
}

#lectoriy .lectoriy-header {
    padding-bottom: 65px;
    background-color: #fff;
}
#lectoriy .lectoriy-header h1 {
    margin: auto auto 30px;
    text-align: center;
}
#lectoriy .lectoriy-header .header-image {
    position: relative;
    display: block;
    margin: 30px auto 0;
    width: 773px;
    height: 290px;
    background-image: url(/images/lectoriy-header.jpg?4ab8d7f8639c17610fd82094ab41f9ea);
    background-size: cover;
}
#lectoriy .lectoriy-header p {
    margin: 20px auto 0;
    width: 600px;
    font-size: 24px;
    font-weight: 600;
    color: #031e80;
    line-height: 115%;
}
#lectoriy .post {
    color: #031e80;
}
#lectoriy .post.fs-12 p,
#lectoriy .post.fs-12 p span {
    font-size: 12px;
    color: #031e80;
}

#catalog .list-categories {
    padding-right: 25px;
}
#catalog .cover-shadow {
    filter: drop-shadow(0px 15px 40px rgba(3, 30, 128, 0.08));
}

#book .book-info p {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
}

#events .list-events .calendar {
    position: relative;
    display: flex;
    background: #f5f7fe;
    padding: 1px 10px 0;
    margin-bottom: 30px;
}
#events .list-events .calendar:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    left: 0;
    bottom: 0;
    background: #cdd2e6;
    z-index: 1000;
}
#events .list-events .calendar button {
    position: absolute;
    width: 40px;
    top: 0;
    background-color: #f5f7fe;
    border: none;
    right: 0;
    height: 100%;
    z-index: 100;
}
#events .list-events .calendar button i {
    font-size: 30px;
    color: #031e80;
}
#events .list-events .calendar .nav-tabs {
    border-bottom: none;
}
#events .list-events .calendar .nav-tabs .form_radio_btn label {
    margin-bottom: 0;
    padding: 0 20px 4px;
    font-weight: bold;
    color: #031e80;
    text-align: center;
}
#events .list-events .calendar .nav-tabs .form_radio_btn:hover label {
    color: #031e80;
    cursor: pointer;
}
#events .list-events .calendar .nav-tabs .form_radio_btn input[type="radio"] {
    display: none;
}
#events .list-events .calendar .nav-tabs .form_radio_btn input[type="radio"]:checked + label {
    position: relative;
    color: #031e80;
    /*border-bottom: solid 4px red;*/
}
#events .list-events .calendar .nav-tabs .form_radio_btn input[type="radio"]:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    bottom: 0;
    background: #031e80;
    z-index: 9999;
}
#events .list-events .calendar .nav-tabs .form_radio_btn input[type="radio"]:disabled + label {
    font-size: 14px;
    font-weight: 600;
    color: #4b65c2;
}
#events .list-events .calendar .nav-tabs.today {
    border-right: solid 1px #cdd2e6;
}
#events .list-events .calendar .nav-tabs.next-days {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
    scrollbar-width: none;
}
#events .list-events .calendar .nav-tabs.next-days::-webkit-scrollbar {
    /* width: 2px; */
    height: 0;
    background-color: #000;
}
#events .list-events .calendar .nav-tabs.next-days::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: transparent;
}
#events .list-events .calendar .nav-tabs.next-days a:last-child {
    margin-right: 40px;
}
#events .list-events .calendar .nav-tabs a {
    padding: 0 20px;
    text-decoration: none;
    color: #fff;
}
#events .list-events .calendar .nav-tabs a:hover {
    color: #ef0043;
}
#events .list-events .calendar .nav-tabs a.active {
    color: #62f6ff;
}
#events .list-events .calendar .nav-tabs a span {
    display: block;
    text-align: center;
    font-weight: 500;
}
#events .list-events ::-webkit-scrollbar-button:single-button {
    background-color: #bbbbbb;
    display: block;
    border-style: solid;
    height: 13px;
    width: 16px;
}
#events .list-events ::-webkit-scrollbar-button:single-button:vertical:decrement {
    border-width: 0 8px 8px 8px;
    border-color: transparent transparent #555555 transparent;
}
#events .list-events ::-webkit-scrollbar-button:single-button:vertical:decrement:hover {
    border-color: transparent transparent #777777 transparent;
}
#events .list-events ::-webkit-scrollbar-button:single-button:vertical:increment {
    border-width: 8px 8px 0 8px;
    border-color: #555555 transparent transparent transparent;
}
#events .list-events ::-webkit-scrollbar-button:vertical:single-button:increment:hover {
    border-color: #777777 transparent transparent transparent;
}
#events .list-events .bg-blue-2 {
    background: linear-gradient(to bottom, #f5f7fe 0%, #f5f7fe 35%, #fff 35%, #fff 100%);
}
#events .list-events .event-description img {
    max-width: 100%;
    width: auto;
}

#university:before,
#programs_show:before,
#programs:before {
    background-color: transparent !important;
}
#university .border-grey,
#programs_show .border-grey,
#programs .border-grey {
    border: 2px solid #e6e6e6;
}
#university .border-grey-top,
#programs_show .border-grey-top,
#programs .border-grey-top {
    border-top: 2px solid #e6e6e6;
}
#university .border-grey-bottom,
#programs_show .border-grey-bottom,
#programs .border-grey-bottom {
    border-bottom: 2px solid #e6e6e6;
}
#university .last-elem.border-grey-bottom:last-child,
#programs_show .last-elem.border-grey-bottom:last-child,
#programs .last-elem.border-grey-bottom:last-child {
    border-bottom: 0;
}
#university .border-grey-right,
#programs_show .border-grey-right,
#programs .border-grey-right {
    border-right: 2px solid #e6e6e6;
}
#university .border-grey-left,
#programs_show .border-grey-left,
#programs .border-grey-left {
    border-left: 2px solid #e6e6e6;
}
#university .text-grey,
#programs_show .text-grey,
#programs .text-grey {
    color: rgba(0, 0, 0, 0.7);
}
#university .text-grey-light,
#programs_show .text-grey-light,
#programs .text-grey-light {
    color: rgba(0, 0, 0, 0.5);
}
#university p,
#university h5,
#programs_show p,
#programs_show h5,
#programs p,
#programs h5 {
    color: rgba(0, 0, 0, 0.85);
}
#university .text-black-a,
#programs_show .text-black-a,
#programs .text-black-a {
    color: rgba(0, 0, 0, 0.85);
}
#university .text-grey-blue,
#programs_show .text-grey-blue,
#programs .text-grey-blue {
    color: #f5f7fe;
}
#university .text-blue-light,
#programs_show .text-blue-light,
#programs .text-blue-light {
    color: #2c51d9;
}
#university .morecontent span,
#programs_show .morecontent span,
#programs .morecontent span {
    display: none;
}
#university .morelink,
#programs_show .morelink,
#programs .morelink {
    display: block;
    width: 100%;
}
#university .show-text p,
#programs_show .show-text p,
#programs .show-text p {
    font-size: 20px;
    color: rgba(0, 0, 0, 0.7);
}
#university .dd-link:hover .text-blue-light,
#programs_show .dd-link:hover .text-blue-light,
#programs .dd-link:hover .text-blue-light {
    color: #fff !important;
}
#university .blue-hover:hover,
#programs_show .blue-hover:hover,
#programs .blue-hover:hover {
    background-color: #2c51d9 !important;
    transition: 0.2s;
}
#university .blue-hover:hover p,
#programs_show .blue-hover:hover p,
#programs .blue-hover:hover p {
    color: #fff !important;
    transition: 0.2s;
}
#university .blue-hover:hover > p,
#programs_show .blue-hover:hover > p,
#programs .blue-hover:hover > p {
    color: #fff !important;
    transition: 0.2s;
}
#university .blue-hover:hover > a p,
#programs_show .blue-hover:hover > a p,
#programs .blue-hover:hover > a p {
    color: #fff !important;
    transition: 0.2s;
}
#university .blue-hover:hover > p a,
#programs_show .blue-hover:hover > p a,
#programs .blue-hover:hover > p a {
    color: #fff !important;
    transition: 0.2s;
}
#university .blue-hover:hover > a i,
#programs_show .blue-hover:hover > a i,
#programs .blue-hover:hover > a i {
    color: #fff !important;
    transition: 0.2s;
}
#university .blue-hover:hover > i,
#programs_show .blue-hover:hover > i,
#programs .blue-hover:hover > i {
    color: #fff !important;
    transition: 0.2s;
}
#university .blue-hover:hover > a .card,
#programs_show .blue-hover:hover > a .card,
#programs .blue-hover:hover > a .card {
    background-color: #2c51d9;
    transition: 0.2s;
}
#university .blue-hover:hover > a .card p,
#programs_show .blue-hover:hover > a .card p,
#programs .blue-hover:hover > a .card p {
    color: #fff !important;
    transition: 0.2s;
}
#university .blue-hover:hover > .card-body .content,
#programs_show .blue-hover:hover > .card-body .content,
#programs .blue-hover:hover > .card-body .content {
    background-color: #2c51d9;
    transition: 0.2s;
}
#university .blue-hover:hover > .card-body .content p,
#programs_show .blue-hover:hover > .card-body .content p,
#programs .blue-hover:hover > .card-body .content p {
    color: #fff !important;
    transition: 0.2s;
}
#university .blue-hover:hover > .col p,
#programs_show .blue-hover:hover > .col p,
#programs .blue-hover:hover > .col p {
    color: #fff;
}
#university .blue-hover:hover > .col p a,
#programs_show .blue-hover:hover > .col p a,
#programs .blue-hover:hover > .col p a {
    color: #fff !important;
}
#university .blue-hover:hover > .col-xxl-4 p,
#programs_show .blue-hover:hover > .col-xxl-4 p,
#programs .blue-hover:hover > .col-xxl-4 p {
    color: #fff;
}
#university .blue-hover:hover > .col-xxl-5 p,
#programs_show .blue-hover:hover > .col-xxl-5 p,
#programs .blue-hover:hover > .col-xxl-5 p {
    color: #fff;
}
#university .blue-hover:hover > .card-body p,
#programs_show .blue-hover:hover > .card-body p,
#programs .blue-hover:hover > .card-body p {
    color: #fff;
}
#university .blue-hover:hover > .card-body h5,
#programs_show .blue-hover:hover > .card-body h5,
#programs .blue-hover:hover > .card-body h5 {
    color: #fff;
}
#university .blue-hover-badge-arr:hover,
#programs_show .blue-hover-badge-arr:hover,
#programs .blue-hover-badge-arr:hover {
    background-color: #2c51d9;
    color: #fff;
    border: 1px solid #fff;
}
#university .blue-hover-badge-arr:hover > .img-long-arr,
#programs_show .blue-hover-badge-arr:hover > .img-long-arr,
#programs .blue-hover-badge-arr:hover > .img-long-arr {
    background-image: url("/assets/site/datalib/img/arr-long-white.svg");
}
#university .grey-hover:hover,
#programs_show .grey-hover:hover,
#programs .grey-hover:hover {
    background-color: #e6e6e6;
    transition: 0.2s;
}
#university .grey-hover:hover > a i,
#programs_show .grey-hover:hover > a i,
#programs .grey-hover:hover > a i {
    color: #fff;
    transition: 0.2s;
}
#university .grey-hover:hover > i,
#programs_show .grey-hover:hover > i,
#programs .grey-hover:hover > i {
    color: #fff;
    transition: 0.2s;
}
#university .img-box-round,
#programs_show .img-box-round,
#programs .img-box-round {
    background-position: center center;
    background-size: cover;
    width: 240px;
    height: 240px;
    border-radius: 100%;
    border: 5px solid #fff;
}
#university .teachers > :not([hidden]) ~ :not([hidden]),
#programs_show .teachers > :not([hidden]) ~ :not([hidden]),
#programs .teachers > :not([hidden]) ~ :not([hidden]) {
    margin-left: -40px;
}
#university .img-box-round-text,
#programs_show .img-box-round-text,
#programs .img-box-round-text {
    background-color: #2c51d9;
}
#university .img-box-round-text:hover,
#programs_show .img-box-round-text:hover,
#programs .img-box-round-text:hover {
    background-color: #fff;
    border: 5px solid #2c51d9;
    transition: 0.2s;
}
#university .img-box-round-text:hover > p,
#programs_show .img-box-round-text:hover > p,
#programs .img-box-round-text:hover > p {
    color: #2c51d9 !important;
}
#university .card-course .image,
#programs_show .card-course .image,
#programs .card-course .image {
    width: 100%;
    height: 150px;
}
#university .card-course .image img,
#programs_show .card-course .image img,
#programs .card-course .image img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 150px;
}
#university .fs-55,
#programs_show .fs-55,
#programs .fs-55 {
    font-size: 55px;
}
#university .lh-38,
#programs_show .lh-38,
#programs .lh-38 {
    line-height: 38px;
}
#university .br-grey-blue-badge,
#programs_show .br-grey-blue-badge,
#programs .br-grey-blue-badge {
    border: 1px solid #cdd2e6;
}
#university .owl-dots,
#programs_show .owl-dots,
#programs .owl-dots {
    display: none;
}
#university .br-blue,
#programs_show .br-blue,
#programs .br-blue {
    border: 1px solid #031e80;
}
#university .text-grey-uni,
#programs_show .text-grey-uni,
#programs .text-grey-uni {
    color: rgba(0, 0, 0, 0.5);
}
#university .video-wrap iframe,
#programs_show .video-wrap iframe,
#programs .video-wrap iframe {
    border-radius: 20px;
}
#university .morelink,
#programs_show .morelink,
#programs .morelink {
    color: rgba(0, 0, 0, 0.5);
    text-decoration: none;
}
#university .morelink:hover,
#programs_show .morelink:hover,
#programs .morelink:hover {
    color: rgba(0, 0, 0, 0.9);
}
#university .morelink.test,
#programs_show .morelink.test,
#programs .morelink.test {
    color: white;
}
#university .morelink.test:hover,
#programs_show .morelink.test:hover,
#programs .morelink.test:hover {
    color: rgba(255, 255, 255, 0.7);
}
#university .show-text p a,
#university .show-text p strong,
#programs_show .show-text p a,
#programs_show .show-text p strong,
#programs .show-text p a,
#programs .show-text p strong {
    font-size: 20px;
}
#university .breadcrumb-item.text-blue:hover,
#programs_show .breadcrumb-item.text-blue:hover,
#programs .breadcrumb-item.text-blue:hover {
    color: #2c51d9 !important;
}
#university .fs-240,
#programs_show .fs-240,
#programs .fs-240 {
    font-size: 240px;
}
#university .owl-item,
#programs_show .owl-item,
#programs .owl-item {
    margin: 0 !important;
}
#university .card-course,
#programs_show .card-course,
#programs .card-course {
    padding-right: 15px;
    padding-left: 15px;
}
#university .owl-stage-outer,
#programs_show .owl-stage-outer,
#programs .owl-stage-outer {
    padding-left: 120px;
}
#university .owl-nav,
#programs_show .owl-nav,
#programs .owl-nav {
    display: block !important;
    width: 100%;
    top: 50%;
    position: absolute;
}
#university .owl-prev,
#programs_show .owl-prev,
#programs .owl-prev {
    left: -3%;
}
#university .owl-next,
#programs_show .owl-next,
#programs .owl-next {
    right: -3%;
    position: absolute;
}
#university .img-long-arr,
#programs_show .img-long-arr,
#programs .img-long-arr {
    background-image: url("/assets/site/datalib/img/arr-long-blue.svg");
    background-repeat: no-repeat;
    width: 24px;
    height: 8px;
}
#university .br-0,
#programs_show .br-0,
#programs .br-0 {
    border-radius: 0 !important;
}
#university .show-text[data-readmore],
#programs_show .show-text[data-readmore],
#programs .show-text[data-readmore] {
    transition: height 75ms;
    overflow: hidden;
}
#university .show-text + [data-readmore-toggle],
#university .show-text[data-readmore],
#programs_show .show-text + [data-readmore-toggle],
#programs_show .show-text[data-readmore],
#programs .show-text + [data-readmore-toggle],
#programs .show-text[data-readmore] {
    display: block;
    width: 100%;
}
#university .owl-carousel-course .card-wrapper,
#programs_show .owl-carousel-course .card-wrapper,
#programs .owl-carousel-course .card-wrapper {
    padding: 30px;
}
#university .owl-carousel-course .card-wrapper:hover,
#programs_show .owl-carousel-course .card-wrapper:hover,
#programs .owl-carousel-course .card-wrapper:hover {
    background-color: #2c51d9;
}
#university .owl-carousel-course .card-wrapper:hover .card .card-body .card-title,
#university .owl-carousel-course .card-wrapper:hover .card .card-body .text-grey-light,
#programs_show .owl-carousel-course .card-wrapper:hover .card .card-body .card-title,
#programs_show .owl-carousel-course .card-wrapper:hover .card .card-body .text-grey-light,
#programs .owl-carousel-course .card-wrapper:hover .card .card-body .card-title,
#programs .owl-carousel-course .card-wrapper:hover .card .card-body .text-grey-light {
    color: #fff !important;
}
#university .owl-carousel-course .card,
#programs_show .owl-carousel-course .card,
#programs .owl-carousel-course .card {
    border: none;
    background-color: transparent;
}
#university .owl-carousel-course .card img,
#programs_show .owl-carousel-course .card img,
#programs .owl-carousel-course .card img {
    width: 100%;
    height: 150px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
#university #smart_course,
#programs_show #smart_course,
#programs #smart_course {
    padding-top: 55px;
    margin-top: -55px;
    -webkit-background-clip: content-box;
    background-clip: content-box;
}
#university #lecture .card,
#programs_show #lecture .card,
#programs #lecture .card {
    padding: 20px !important;
}
#university .mw-300,
#programs_show .mw-300,
#programs .mw-300 {
    max-width: 300px;
}
#university .mw-297,
#programs_show .mw-297,
#programs .mw-297 {
    max-width: 297px;
}
#university .bg-transparent,
#programs_show .bg-transparent,
#programs .bg-transparent {
    background-color: transparent;
}
#university .info-badge-teacher,
#programs_show .info-badge-teacher,
#programs .info-badge-teacher {
    bottom: 6%;
    left: 5%;
}
#university .delimiter,
#programs_show .delimiter,
#programs .delimiter {
    height: 180px;
    width: 100%;
    background-color: #f5f7fe;
}

#universityDD .last-elem.border-grey-bottom:last-child {
    border-bottom: 0;
}
#universityDD .text-black-a {
    color: rgba(0, 0, 0, 0.85);
}
#universityDD .blue-hover:hover > .col p a {
    color: #fff !important;
}
#universityDD .blue-hover:hover > .col p {
    color: #fff !important;
}
#universityDD .img-long-arr {
    background-image: url("/assets/site/datalib/img/arr-long-blue.svg") !important;
}
#universityDD .mw-297 {
    max-width: 297px;
}
#universityDD .owl-carousel-course .card-wrapper:hover .card .card-body .card-title,
#universityDD .owl-carousel-course .card-wrapper:hover .card .card-body .text-grey-light,
#universityDD
    .owl-carousel-course
    .card-wrapper:hover
    .card
    .card-body
    .course-info
    .text-grey-light {
    color: #fff !important;
}
#universityDD .delimiter {
    height: 180px;
    width: 100%;
    background-color: #f5f7fe;
}
#universityDD #about_uni_text {
    color: rgba(0, 0, 0, 0.85);
}
#universityDD .time-line .main-stick {
    border-right: 3px solid #cdd2e6;
}
#universityDD .time-line .stick {
    width: 80px;
    height: 3px;
    background-color: #cdd2e6;
    margin-bottom: 5px;
}
#universityDD .time-line .circle {
    width: 15px;
    height: 15px;
    background-color: #cdd2e6;
    border-radius: 100px;
}
#universityDD .time-line .block-data {
    max-width: 350px;
}

#programs_show .owl-prev,
#programs_show .owl-next {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}

#coursePassing .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
#coursePassing .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
#coursePassing .simplePagination {
    width: 100%;
}
#coursePassing .simplePagination > ul {
    width: 100%;
}
#coursePassing .timer__items {
    display: flex;
    font-size: 48px;
}
#coursePassing .timer__items .timer__item {
    position: relative;
    min-width: 60px;
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 15px;
    font-size: 48px;
    text-align: center;
}
#coursePassing .timer__items .timer__item::before {
    content: attr(data-title);
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    font-size: 14px;
}
#coursePassing .timer__items .timer__item:not(:last-child)::after {
    content: ":";
    position: absolute;
    right: -15px;
}

.block {
    padding: 30px 40px;
    align-items: center;
    border: 1.375px solid #cdd2e6;
    box-shadow: 0 13.75px 36.6667px rgba(3, 30, 128, 0.08) !important;
}

footer {
    background: #031e80;
}
footer a:link,
footer a:visited {
    color: #fff;
    text-decoration: none;
}
footer a:active,
footer a:hover {
    color: #fff;
    text-decoration: underline;
}

header nav.navbar {
    z-index: 1050 !important;
}
header nav.navbar .nav-icon {
    color: #fff;
    box-shadow: none;
}
header nav.navbar .nav-icon .navbar-toggler {
    font-size: 1.25rem;
}
header .search {
    width: 220px;
}
header .search input::-moz-placeholder {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
}
header .search input::placeholder {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
}
header .search input[type="search"] {
    text-indent: 14%;
    background: rgba(255, 255, 255, 0.2) url(/images/search.svg?9a6152e3430cc569ccff0c151017ee58)
        10px 9px no-repeat;
    border: none;
    border-radius: 10px;
}
header .search input[type="search"]:focus {
    text-indent: 0;
}
header nav .navbar-collapse {
    padding-top: 5px;
    padding-bottom: 5px;
}
header nav a.nav-link {
    font-size: 14px;
}
header nav a.nav-link:link,
header nav a.nav-link:visited {
    color: #ffffff;
    text-decoration: none;
}
header nav a.nav-link:hover,
header nav a.nav-link:active {
    color: #fff;
}
header nav ul.navbar-nav {
    align-items: center;
}
header nav .dropdown-menu.show {
    top: 130%;
    border: none;
    border-radius: 10px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
header nav .dropdown-menu.show:before {
    position: absolute;
    left: 20px;
    top: -22px;
    bottom: 95%;
    content: "";
    background-image: url(/images/white_navbar_catalog.svg?93b7fd77e3c429f41cc37db13fc95eb0);
    background-size: 30px 30px;
    height: 30px;
    width: 30px;
}
header nav .dropdown-menu-end.show:before {
    position: absolute;
    right: 40px;
    left: auto;
    top: -22px;
    bottom: 95%;
    content: "";
    background-image: url(/images/white_navbar_catalog.svg?93b7fd77e3c429f41cc37db13fc95eb0);
    background-size: 30px 30px;
    height: 30px;
    width: 30px;
}
header #notifications .notifications {
    position: relative;
}
header #notifications .notifications i {
    margin-left: 10px;
    color: #fff;
    font-size: 18px;
}
header #notifications ul.dropdown-menu {
    width: 350px;
    top: 150% !important;
    right: -30px !important;
}
header #notifications ul.dropdown-menu li {
    display: flex;
    margin: 0 15px;
    padding: 15px 5px;
    font-size: 14px;
    font-weight: 500;
}
header #notifications ul.dropdown-menu li:not(:last-child) {
    border-bottom: solid 2px #ccc;
}
header #notifications ul.dropdown-menu li h5 {
    font-size: 16px;
    font-weight: 500;
}

.table small {
    font-size: 14px !important;
    font-weight: 500;
    font-family: "Gilroy-Medium", sans-serif;
}
.table a {
    color: #000;
}
.table a,
.table p {
    font-weight: 500;
    font-family: "Gilroy-Medium", sans-serif;
}
.table th {
    color: #031e80;
    padding-left: 0;
    padding-right: 0;
}
.table th span {
    padding-bottom: 10px;
    border-bottom: 3px solid #031e80;
}
.table tr {
    border-bottom: 3px solid #cdd2e6 !important;
}
.table td {
    padding: 1rem 0;
}
.table .text-end p {
    padding-top: 10px;
}

.profile-content .sw-view.active i {
    color: #031e80;
}
.profile-content .sw-view i {
    color: #cdd2e6;
}

footer p {
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    color: #fff;
}

.start button {
    background-image: url(/images/arrow-white.svg?4dda4ae7329deb017f4406c22b0072f7);
    background-position: 95% 50%;
    background-color: #031e80;
    background-repeat: no-repeat;
    width: 100%;
    background-size: 10px;
}

.text-grey-light {
    color: rgba(0, 0, 0, 0.5) !important;
}

#accordionCourseContent .border-blue-bottom {
    border-bottom: 2px solid #031e80 !important;
    border-radius: 0;
}
#accordionCourseContent .border-blue-bottom:first-child {
    border-top: 2px solid #031e80 !important;
}
#accordionCourseContent .border-grey-bottom {
    border-bottom: 2px solid #cdd2e6;
}
#accordionCourseContent .border-grey-bottom:last-child {
    border-bottom: 0;
}
#accordionCourseContent .accordion-button::after {
    background-size: contain;
    background-position: center;
    width: 3rem;
    height: 3rem;
}

.menu-profile-button {
    position: fixed;
    top: 65px;
    left: 45px;
    z-index: 100;
}

.search.profile {
    margin-left: 80px;
}

.main-wrapper .add-lesson-material-btn {
    border: 3px solid #ffffff;
}

@media (min-width: 1400px) {
    .registration button {
        background: #031e80 url(/images/arrow-read.svg?984356e3fb5d88cfb3d128fd22ac2db4) 290px
            no-repeat !important;
    }
}
@media (max-width: 1400px) {
    .btn-download {
        height: 44px;
        width: 284px;
    }

    main {
        margin-top: 125px;
    }

    .img-curse {
        width: 328px;
        height: auto;
    }

    .select-item-sc {
        width: 150px !important;
        background-position-x: 120px !important;
    }

    .label-select {
        padding-right: 100px !important;
    }

    .lesson-no-active-line {
        width: 300px !important;
    }

    .registration button {
        width: 451px !important;
        background: #031e80 url(/images/arrow-read.svg?984356e3fb5d88cfb3d128fd22ac2db4) 310px
            no-repeat !important;
    }

    .girl-container {
        padding-top: 5%;
    }

    .padding-content-1 {
        padding-top: 5%;
    }
}
@media (max-width: 1199px) {
    main {
        margin-top: 55px;
    }

    .dropdown-menu-end.show:before {
        display: none !important;
    }

    header nav ul.navbar-nav {
        padding-left: 20px;
        align-items: flex-start !important;
    }
    header nav .dropdown-menu.show:before {
        display: contents;
    }
    header nav .search {
        width: 100%;
        padding: 10px 20px;
    }
    header nav .nav-menu {
        border-bottom: solid 1px #fff;
    }
    header nav ul.auth-nav {
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        padding: 10px 0;
    }
    header nav ul.navbar-nav li a,
    header nav ul.navbar-nav li button,
    header .navbar-collapse button {
        font-size: 16px !important;
    }

    .border-start {
        border: none !important;
    }

    #forUniversity .grant-program > div,
    #forPublishers .invite div,
    #forAuthors .grant-program div {
        width: 100% !important;
    }

    .profile-content {
        padding: 40px 0 !important;
    }

    .search.profile {
        margin-left: 0 !important;
    }
}
@media (max-width: 767px) {
    #profile .profile-wrapper .main-wrapper {
        padding: 50px 30px !important;
    }

    .profile-content .profile-page-title {
        display: block !important;
    }
    .profile-content .profile-page-title h2 {
        padding-bottom: 1.5rem;
    }

    .table th span {
        border-bottom: none !important;
    }

    .simplePagination ul {
        padding-left: 0;
    }

    #lectoriy .lectoriy-header p {
        width: 100%;
    }

    #forUniversity .form-request-test-access {
        padding: 50px 30px !important;
    }

    h1,
    h2 {
        font-size: 2rem !important;
        line-height: 1;
    }

    .fs-30,
    .fs-64,
    .fs-48,
    .fs-42,
    .fs-36,
    .fs-40 {
        font-size: 27px !important;
        line-height: 1.1 !important;
    }

    #course .course-page-box {
        padding-top: 1em !important;
        padding-bottom: 1em !important;
    }

    #course .flex-block {
        display: block !important;
    }

    #profile .profile-wrapper .navigation .first-menu .nav-link {
        margin-bottom: 10px !important;
    }

    #profile .profile-wrapper .navigation .first-menu {
        width: 190px !important;
        padding: 15px 0 0 !important;
    }

    #profile .profile-wrapper .navigation .second-menu {
        width: 185px !important;
        padding: 20px 0 0 !important;
    }

    #profile .profile-wrapper .navigation .second-menu .nav-link {
        padding: 15px !important;
        line-height: 1.1 !important;
    }

    #profile .profile-wrapper .navigation .first-menu .nav-link span {
        line-height: 1.1 !important;
    }
}
@media (max-width: 425px) {
    header nav .dropdown-menu.show:before {
        top: 27px;
    }
    header nav .nav-menu.border-end {
        border-right: none !important;
    }
    header nav .dropdown-menu .dropdown-item {
        white-space: normal;
    }
    header nav .dropdown-menu-end.show:before {
        left: 20px;
        right: auto;
    }
    header nav ul.navbar-nav .btn-nav {
        padding: 0.5rem 0;
    }

    #mainpage h1.fs-42 {
        font-size: 30px !important;
        line-height: 35px !important;
    }
    #mainpage #mainheader {
        padding: 50px 0 50px;
    }
    #mainpage h2 {
        font-size: 24px !important;
        line-height: 26px !important;
    }

    main .content-block {
        padding: 40px 20px;
    }

    .disciplines .w-50 {
        width: 100% !important;
    }
    .disciplines .nowrap {
        white-space: break-spaces;
    }

    #course-requests label {
        font-size: 0.8rem;
        line-height: normal;
    }
}
html {
    scroll-behavior: smooth;
}

.theme_alfa-on-color {
    background: blue !important;
    border: none !important;
    color: #fff !important;
}

.alfa-payment__button_size_xl {
    min-height: 30px !important;
    padding: 0 30px !important;
    font-size: 18px !important;
    line-height: 1.2px !important;
}
* {
    font-family: "Gilroy-Medium", sans-serif;
    position: relative;
    font-size: 14px;
    box-shadow: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.2;
    color: #031e80;
}
h1.w-auto,
h2.w-auto,
h3.w-auto,
h4.w-auto,
h5.w-auto,
h6.w-auto {
    display: inline-block;
    padding-bottom: 10px;
    width: auto !important;
}

h1 {
    font-size: 64px;
}
h1.underline {
    border-bottom: solid 2px #cdd2e6;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h5 {
    font-size: 16px;
}

p {
    color: #000;
}

.text-pale-white {
    color: rgba(255, 255, 255, 0.7) !important;
}

.text-blue {
    color: #031e80 !important;
}

.text-opacity-blue {
    color: rgba(3, 30, 128, 0.6);
}

.text-grey {
    color: rgba(0, 0, 0, 0.6) !important;
}

.badge.payment-status {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
}

.text-bg-pending {
    background-color: #7ca2c5;
}

.text-bg-failed {
    background-color: #bf4949;
}

.text-bg-stuck {
    background-color: #769879;
}

.text-bg-refunded {
    background-color: #249788;
}

.text-bg-refunding {
    background-color: #31b5b7;
}

.text-bg-obtained {
    background-color: #f1c80b;
}

.border-radius-none {
    border-radius: 0 !important;
}

.bg-blue {
    background-color: #031e80 !important;
}

.bg-blue-light {
    background: #f5f7fe !important;
}

.bg-grey {
    background: #cdd2e6 !important;
}

.bg-grey-light {
    background: #e5e8f2 !important;
}

.bg-grey-dark {
    background: #dee2ef !important;
}

.bg-green {
    background: #c7e8e8 !important;
}

.bg-white {
    background: #fff !important;
}

.no-shadow {
    box-shadow: none !important;
}

.shadow {
    box-shadow: 0 4px 5px rgba(165, 52, 54, 0.05) !important;
}

.shadow-0 {
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5) !important;
}

.shadow-1 {
    box-shadow: 0 15px 40px rgba(3, 30, 128, 0.08) !important;
}

.fs-12 {
    font-size: 12px !important;
}

.fs-14 {
    font-size: 14px !important;
}

.fs-16 {
    font-size: 16px !important;
}

.fs-18 {
    font-size: 18px !important;
}

.fs-20 {
    font-size: 20px !important;
}

.fs-24 {
    font-size: 24px !important;
}

.fs-25 {
    font-size: 25px !important;
}

.fs-30 {
    font-size: 30px !important;
}

.fs-32 {
    font-size: 32px !important;
}

.fs-36 {
    font-size: 36px !important;
}

.fs-40 {
    font-size: 40px !important;
}

.fs-42 {
    font-size: 42px !important;
}

.fs-48 {
    font-size: 48px !important;
}

.fs-64 {
    font-size: 64px !important;
}

.fs-78 {
    font-size: 78px !important;
}

.lh-1 {
    line-height: 1 !important;
}

.lh-1-2 {
    line-height: 1.2 !important;
}

.lh-14 {
    line-height: 14px !important;
}

.lh-15 {
    line-height: 15px !important;
}

.lh-16 {
    line-height: 16px !important;
}

.lh-17 {
    line-height: 17px !important;
}

.lh-19 {
    line-height: 19px !important;
}

.lh-24 {
    line-height: 24px !important;
}

.lh-29 {
    line-height: 29px !important;
}

.lh-36 {
    line-height: 36px !important;
}

.lh-40 {
    line-height: 40px !important;
}

.lh-48 {
    line-height: 48px !important;
}

.lh-50 {
    line-height: 50px !important;
}

.lh-52 {
    line-height: 52px !important;
}

.lh-59 {
    line-height: 59px !important;
}

.lh-109 {
    line-height: 109.3% !important;
}

.fw-400 {
    font-family: "Gilroy-Regular", sans-serif !important;
}

.fw-500 {
    font-family: "Gilroy-Medium", sans-serif !important;
}

.fw-600 {
    font-family: "Gilroy-SemiBold", sans-serif !important;
}

.fw-700,
.fw-bold {
    font-family: "Gilroy-Bold", sans-serif !important;
}

.offcanvas {
    z-index: 1200;
}

.offcanvas-backdrop {
    z-index: 1100;
}

.offcanvas-size-1 {
    width: 400px !important;
}
@media only screen and (max-width: 1280px) {
    .offcanvas-size-1 {
        width: 400px;
    }
}
@media only screen and (max-width: 860px) {
    .offcanvas-size-1 {
        width: 70%;
    }
}
@media only screen and (max-width: 600px) {
    .offcanvas-size-1 {
        width: 80%;
    }
}
@media only screen and (max-width: 425px) {
    .offcanvas-size-1 {
        width: 100%;
    }
}

.offcanvas-size-2 {
    width: 500px !important;
}
@media only screen and (max-width: 1280px) {
    .offcanvas-size-2 {
        width: 500px;
    }
}
@media only screen and (max-width: 860px) {
    .offcanvas-size-2 {
        width: 70%;
    }
}
@media only screen and (max-width: 600px) {
    .offcanvas-size-2 {
        width: 80%;
    }
}
@media only screen and (max-width: 425px) {
    .offcanvas-size-2 {
        width: 100%;
    }
}

.offcanvas-size-3 {
    width: 600px !important;
}
@media only screen and (max-width: 1280px) {
    .offcanvas-size-3 {
        width: 600px;
    }
}
@media only screen and (max-width: 860px) {
    .offcanvas-size-3 {
        width: 70%;
    }
}
@media only screen and (max-width: 600px) {
    .offcanvas-size-3 {
        width: 80%;
    }
}
@media only screen and (max-width: 425px) {
    .offcanvas-size-3 {
        width: 100%;
    }
}

.offcanvas-size-4 {
    width: 700px !important;
}
@media only screen and (max-width: 1440px) {
    .offcanvas-size-4 {
        width: 700px;
    }
}
@media only screen and (max-width: 1280px) {
    .offcanvas-size-4 {
        width: 600px;
    }
}
@media only screen and (max-width: 860px) {
    .offcanvas-size-4 {
        width: 70%;
    }
}
@media only screen and (max-width: 600px) {
    .offcanvas-size-4 {
        width: 80%;
    }
}
@media only screen and (max-width: 425px) {
    .offcanvas-size-4 {
        width: 100%;
    }
}

.offcanvas-size-5 {
    width: 800px !important;
}
@media only screen and (max-width: 1440px) {
    .offcanvas-size-5 {
        width: 800px;
    }
}
@media only screen and (max-width: 1280px) {
    .offcanvas-size-5 {
        width: 600px;
    }
}
@media only screen and (max-width: 860px) {
    .offcanvas-size-5 {
        width: 70%;
    }
}
@media only screen and (max-width: 600px) {
    .offcanvas-size-5 {
        width: 80%;
    }
}
@media only screen and (max-width: 425px) {
    .offcanvas-size-5 {
        width: 100%;
    }
}

.offcanvas-size-6 {
    width: 900px !important;
}
@media only screen and (max-width: 1440px) {
    .offcanvas-size-6 {
        width: 900px;
    }
}
@media only screen and (max-width: 1280px) {
    .offcanvas-size-6 {
        width: 600px;
    }
}
@media only screen and (max-width: 860px) {
    .offcanvas-size-6 {
        width: 70%;
    }
}
@media only screen and (max-width: 600px) {
    .offcanvas-size-6 {
        width: 80%;
    }
}
@media only screen and (max-width: 425px) {
    .offcanvas-size-6 {
        width: 100%;
    }
}

.offcanvas-size-7 {
    width: 1000px !important;
}
@media only screen and (max-width: 1440px) {
    .offcanvas-size-7 {
        width: 1000px;
    }
}
@media only screen and (max-width: 1280px) {
    .offcanvas-size-7 {
        width: 600px;
    }
}
@media only screen and (max-width: 860px) {
    .offcanvas-size-7 {
        width: 70%;
    }
}
@media only screen and (max-width: 600px) {
    .offcanvas-size-7 {
        width: 80%;
    }
}
@media only screen and (max-width: 425px) {
    .offcanvas-size-7 {
        width: 100%;
    }
}

.offcanvas-size-8 {
    width: 1200px !important;
}
@media only screen and (max-width: 1440px) {
    .offcanvas-size-8 {
        width: 1200px;
    }
}
@media only screen and (max-width: 1280px) {
    .offcanvas-size-8 {
        width: 1000px;
    }
}
@media only screen and (max-width: 860px) {
    .offcanvas-size-8 {
        width: 70%;
    }
}
@media only screen and (max-width: 600px) {
    .offcanvas-size-8 {
        width: 80%;
    }
}
@media only screen and (max-width: 425px) {
    .offcanvas-size-8 {
        width: 100%;
    }
}

.nowrap {
    white-space: nowrap;
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.br-5 {
    border-radius: 5px !important;
}

.br-10 {
    border-radius: 10px !important;
}

.br-15 {
    border-radius: 15px !important;
}

.br-30 {
    border-radius: 30px !important;
}

.br-40 {
    border-radius: 40px !important;
}

.btlr-10 {
    border-top-left-radius: 10px !important;
}

.btrr-10 {
    border-top-right-radius: 10px !important;
}

.bblr-10 {
    border-bottom-left-radius: 10px !important;
}

.bbrr-10 {
    border-bottom-right-radius: 10px !important;
}

.br-none {
    border: none !important;
}

.br-primary {
    border: 1px solid #cdd2e6 !important;
}

.br-secondary {
    border: 2px solid #cdd2e6 !important;
}

.br-grey-light {
    border: 2px solid #e5e8f2 !important;
}

.brb-2-light {
    border-bottom: 2px solid #e5e8f2 !important;
}

.w-60 {
    width: 60% !important;
}

.h-150 {
    height: 150px !important;
}

.height-40 {
    height: 40px !important;
}

.height-190 {
    height: 190px !important;
}

.height-290 {
    height: 290px !important;
}

.height-412 {
    height: 412px !important;
}

.py-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}

.text-white {
    color: #fff !important;
}

.list-style-none {
    list-style: none !important;
}

.unvisible {
    visibility: hidden !important;
}

.cursor-pointer {
    cursor: pointer !important;
}

.text-transform-none {
    text-transform: none !important;
}

.top-64px {
    top: -64px;
}

.object-fit {
    -o-object-fit: cover;
    object-fit: cover;
}

.lst-none {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}

.substrate {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
}

.shadow-hover:hover {
    box-shadow: 0 15px 40px rgba(3, 30, 128, 0.08) !important;
}

.modal.fullsize .modal-dialog {
    position: absolute;
    width: 98%;
    max-width: 100%;
    height: calc(100vh - 3.5rem);
    top: 1%;
    left: 1%;
    bottom: 1%;
    right: 1%;
    margin: 1rem 0;
}
.modal.fullsize .modal-dialog .modal-content {
    height: 100%;
}

.block.white-block {
    padding: 15px;
    border-radius: 10px;
    background-color: #fff;
}
.block.with-border {
    border: 1.375px solid #cdd2e6;
}

.pt-6 {
    padding-top: 5rem;
}

.pb-6 {
    padding-bottom: 5rem;
}

.mt-minus-1 {
    margin-top: -5px;
}

form .form-control {
    padding: 0.5rem 1rem;
    font-weight: 500;
    line-height: 1.6;
    color: rgba(0, 0, 0, 0.5);
    border: 2px solid #cdd2e6;
    border-radius: 0.75rem;
    transition: all 0.35s;
}
form .form-control:focus {
    border-color: #cdd2e6;
    background-color: #fff !important;
}
form .form-select {
    border: 2px solid #cdd2e6;
    border-radius: 0.75rem;
}

.div-check-mark {
    padding: 7.5px 20px;
    border-radius: 10px;
}
.div-check-mark label {
    margin-right: 15px;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    color: rgba(0, 0, 0, 0.8);
}
.div-check-mark input.form-check-input {
    margin: 0;
    width: 25px;
    height: 25px;
}
.div-check-mark input.form-check-input:checked {
    background-color: #031e80;
    border-color: #031e80;
}
.div-check-mark input.form-check-input:checked[type="checkbox"]::before {
    background-image: url(/images/check-little.svg?a8a66bcefadc0d1c8bbe32f4502833d6);
    background-size: 65%;
}
.div-check-mark input.form-check-input:checked[type="radio"] {
    background-image: url(/images/check-little.svg?a8a66bcefadc0d1c8bbe32f4502833d6);
    background-size: 65%;
}

.input-group.dates input {
    border-right: none;
}
.input-group.dates .input-group-text {
    border-top: 2px solid #cdd2e6;
    border-bottom: 2px solid #cdd2e6;
    border-left: none;
    background-color: transparent !important;
}
.input-group.dates .input-group-text:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-right: 2px solid #cdd2e6;
}

.radio-btn-group {
    font-family: "Gilroy-Medium", sans-serif;
}
.radio-btn-group .btn-grey-light {
    color: #000;
    background: #e5e8f2;
}
.radio-btn-group .btn-grey-light:hover,
.radio-btn-group .btn-grey-light:active,
.radio-btn-group .btn-grey-light.active {
    background-color: #cdd2e6;
}
.radio-btn-group .btn-check:active + .btn-grey-light,
.radio-btn-group .btn-check:checked + .btn-grey-light,
.radio-btn-group .show > .btn-grey-light.dropdown-toggle {
    color: #000000;
    background-color: #cdd2e6;
    border-color: #cdd2e6;
}

.btn-group.radio-group .btn-check:active + .btn-outline-grey,
.btn-group.radio-group .btn-check:checked + .btn-outline-grey {
    background: #cdd2e6;
}
.btn-group.radio-group .btn-check:focus + .btn,
.btn-group.radio-group .btn:focus {
    outline: 0;
    box-shadow: none !important;
}

.bootstrap-select button.btn-light {
    padding: 0.5rem 1rem !important;
    font-size: 14px;
    font-weight: 500 !important;
    line-height: 1.6;
    color: #9c9c9c;
    border: 2px #cdd2e6 solid;
    border-radius: 10px;
    background-color: #fff;
}
.bootstrap-select button.btn-light:focus {
    outline: none !important;
}
.bootstrap-select .dropdown-menu {
    margin-top: 7px !important;
    min-width: 100%;
    box-sizing: border-box;
    border-radius: 0 0 1rem 1rem;
    padding: 1rem 0;
    box-shadow: 0 15px 40px rgba(3, 30, 128, 0.05) !important;
    border: solid 1px #cdd2e6;
}
.bootstrap-select .dropdown-menu .dropdown-item.selected {
    color: #031e80;
    background-color: #e5e8f2;
}
.bootstrap-select .dropdown-menu .dropdown-item:hover {
    background-color: #e5e8f2;
}
.bootstrap-select .dropdown-menu .dropdown-item:active {
    background-color: #031e80;
}
.bootstrap-select .dropdown-toggle::after {
    display: inline-block;
    content: "";
    border-top: 0 solid transparent;
    border-right: 2px solid #cdd2e6;
    border-bottom: 2px solid #cdd2e6;
    border-left: 0 solid transparent;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.select2-search--dropdown,
.select2-results {
    padding: 1rem 0.3rem 0 0.3rem !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #031e80ff !important;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 2px #cdd2e6 solid !important;
    border-radius: 0.5rem !important;
    padding: 0.5rem 1rem !important;
}
.select2-container--default .select2-selection--single {
    border: 2px solid #cdd2e6 !important;
    border-radius: 0.5rem !important;
    padding: 0.3rem 1rem !important;
    height: auto !important;
    font-weight: 500 !important;
}

.select2-dropdown {
    border: 2px solid #cdd2e6 !important;
    border-radius: 1rem !important;
    margin-top: -0.5rem !important;
    border-top-width: 0 !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    z-index: 1049 !important;
}

.select2-results__option {
    padding: 0.5rem 1rem !important;
    border-radius: 0.25rem !important;
    font-weight: 400 !important;
    font-size: 13px;
}

.select2-results__options {
    margin-bottom: 1rem !important;
}

.select2-container--default.select2-container--open
    .select2-selection--single
    .select2-selection__arrow
    b {
    border: solid #cdd2e6 !important;
    border-width: 0 2px 2px 0 !important;
    display: inline-block !important;
    padding: 3px !important;
    transform: rotate(-135deg) !important;
    -webkit-transform: rotate(-135deg) !important;
    margin-top: 0 !important;
    margin-left: -15px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: solid #cdd2e6 !important;
    border-width: 0 2px 2px 0 !important;
    display: inline-block !important;
    padding: 3px !important;
    transform: rotate(45deg) !important;
    -webkit-transform: rotate(45deg) !important;
    margin-top: -3px !important;
    margin-left: -15px !important;
}

.footer-pale-white {
    color: rgba(255, 255, 255, 0.7);
}

.btn-hover:hover {
    background-color: #fff !important;
}

a {
    color: #031e80;
}
a:link,
a:visited,
a:hover {
    text-decoration: none;
}
a:active {
    text-decoration: underline;
}
a.link-white {
    color: #fff;
}

a.list-sidebar {
    color: #000000;
    text-decoration: none;
}

a.list-active {
    color: #031e80;
    text-decoration: none;
}

a.list-no-active {
    color: rgba(0, 0, 0, 0.55);
    text-decoration: none;
}

.btn {
    font-weight: 500;
    line-height: 1.6;
    border: 1px solid transparent;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    border-radius: 0.75rem;
}
.btn.btn-blue {
    color: #fff;
    background-color: #031e80;
}
.btn.btn-blue:hover,
.btn.btn-blue:focus {
    color: #fff;
    background-color: #02218f;
    border-color: #02218f;
}
.btn.btn-grey {
    color: #000;
    background-color: #e5e8f2;
}
.btn.btn-grey:hover {
    background-color: #cdd2e6;
    color: #000;
}
.btn.btn-grey-dark {
    color: #000;
    background-color: #dee2ef;
}
.btn.btn-grey-dark:hover {
    background-color: #cdd2e6;
    color: #000;
}
.btn.btn-grey-light {
    color: #000;
    background-color: #e5e8f2;
}
.btn.btn-grey-light:hover {
    color: #000;
}
.btn.btn-outline-grey {
    color: #000;
    border-color: #cdd2e6;
    background-color: #fff;
}
.btn.btn-outline-grey:hover {
    color: #000;
    background-color: #e5e8f2;
}
.btn.btn-grey-dark-dark {
    color: rgba(0, 0, 0, 0.5);
    background-color: #cdd2e6;
}
.btn.btn-grey-dark-dark:hover {
    background-color: #e5e8f2;
    color: rgba(0, 0, 0, 0.5);
}

.breadcrumb-item a {
    color: rgba(0, 0, 0, 0.6);
}

.line-height-36 {
    line-height: 36px;
}

.border-top {
    border-top: 1px solid #cdd2e6 !important;
}

.border-bottom {
    border-bottom: 1px solid #cdd2e6 !important;
}

.profile-line {
    position: absolute;
    display: block;
    top: 155px;
    right: 0;
    width: 100%;
    height: 3px;
    background: #d9d9d9;
}

.divider {
    display: block;
    width: 100%;
    background-color: #cdd2e6;
}
.divider.w-75 {
    width: 75% !important;
}
.divider.thick-1 {
    height: 1px !important;
}
.divider.thick-2 {
    height: 2px !important;
}
.divider.thick-3 {
    height: 3px !important;
}
.divider.thick-4 {
    height: 4px !important;
}
.divider.thick-5 {
    height: 5px !important;
}

header nav {
    background-color: #031e80;
    /* background-color: #fff; */
}

header nav a.dropdown-item {
    text-decoration: none;
}
header nav a.dropdown-item:active {
    background-color: #031e80;
}
header nav:active,
header nav:focus {
    border-color: #031e80;
}

main {
    position: relative;
    margin-top: 65px;
}
main > .page-wrapper {
    padding: 65px 0;
}
main .search input {
    text-indent: 14%;
    background: #cdd2e6 url(/images/search_1.svg?d033f4ea0d092766505ced38e9741800) 10px 9px
        no-repeat;
    height: 40px;
}
main .search input:focus {
    border: 2px solid #031e80;
    text-indent: 0;
}
main ::-webkit-calendar-picker-indicator {
    display: none;
}
main .date-left {
    height: 40px;
    border: 2px solid #cdd2e6;
    border-radius: 10px 0 0 10px;
}
main .date-right {
    height: 40px;
    border: 2px solid #cdd2e6;
    border-radius: 0 10px 10px 0;
}
main input[type="date"]:focus {
    outline: none;
}
main input[type="date"] {
    outline: none;
    border: none;
    width: 80px;
}
main .btn-close {
    border: none;
    background: url(/images/close.svg?8b892399b0babffd84a5c68d4c9ac177) 5px 5px no-repeat;
    opacity: 1 !important;
}
main select {
    padding-left: 5px;
    -webkit-appearance: none;
    border: 2px solid #cdd2e6;
    border-radius: 10px;
    background: url(/images/chevron-down.svg?6d49348bffd540bea2a6ad61fa53e78c) 0 15px no-repeat;
    background-position-x: 100px;
    width: 120px;
    height: 40px;
}
main .select-item {
    box-shadow: none !important;
    border: 2px solid #cdd2e6;
    border-radius: 10px;
    background-position-x: 90% !important;
}
main .select-item:hover {
    background-color: transparent;
}
main .select-item select:active,
main select:focus {
    background-position-x: 90% !important;
}
main select:hover {
    background-color: rgba(224, 229, 231, 0.5);
}
main select:active,
main select:focus {
    background: url(/images/chevron-up.svg?69a38b29793bfa22d4ee4a301b8d5a19) 0 15px no-repeat;
    background-position-x: 100px;
    outline: none !important;
    border: 2px solid #031e80 !important;
}
main .content {
    background: #fff;
}
main .content-block {
    padding: 40px 60px;
    border-radius: 10px;
    background-color: #fff;
}
main .content-block-1 {
    padding: 40px 60px;
}
main .container {
    border-radius: 10px;
}
main .btn-list[aria-expanded="true"]::before {
    content: url(/images/chevron-up.svg?69a38b29793bfa22d4ee4a301b8d5a19);
}
main .btn-list::before {
    width: 1.25em;
    line-height: 0;
    content: url(/images/chevron-down.svg?6d49348bffd540bea2a6ad61fa53e78c);
    transition: transform 0.35s ease;
    transform-origin: 0.5em 50%;
}
main .edit-container {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
}
main .edit-container .btn-edit {
    background: url(/images/edit.svg?42cf0115c9c2187ee7d961bb27ba4b4e) 0 0 no-repeat;
    height: 40px;
    width: 40px;
    border: none;
}
main .search-university {
    border: none;
}
main .search-main::-moz-placeholder {
    padding-left: 3rem;
}
main .search-main::placeholder {
    padding-left: 3rem;
}
main .search-main:focus::-moz-placeholder {
    padding-left: 0;
}
main .search-main:focus::placeholder {
    padding-left: 0;
}
main .input-group input::-moz-placeholder {
    color: rgba(3, 30, 128, 0.4);
}
main .input-group input::placeholder {
    color: rgba(3, 30, 128, 0.4);
}
main .btn-white {
    background-color: #fff;
    border: none;
}
main .btn-blue {
    color: #fff;
    background: #031e80;
}
main .btn-request {
    padding-top: 15px;
    width: 314px;
    height: 78px;
}
main .btn-datalib {
    box-shadow: none !important;
    text-decoration: none;
    border-radius: 10px;
    color: #ffffff;
    border: none;
}
main .btn-datalib:hover {
    color: #fff;
}
main .btn-arrivals:hover {
    color: rgba(0, 0, 0, 0.5);
}
main .btn-arrivals {
    height: 40px;
    width: 224px;
    border: 2px solid #cdd2e6;
    border-radius: 10px;
    text-decoration: none;
    color: rgba(0, 0, 0, 0.6);
}
main .btn-active {
    background: #cdd2e6;
}
main .page-section {
    padding: 60px 0;
}
main .page-section .section-title {
    margin-bottom: 25px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
main .page-section .section-title h2 {
    margin: 0;
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    color: #031e80;
}
main .page-section .section-title .more {
    margin-left: 30px;
}
main .page-section .section-title .more a {
    display: inline-flex;
    padding: 3px 10px;
    gap: 15px;
    font-size: 12px;
    line-height: 14px;
    color: #031e80;
    text-decoration: none;
    white-space: nowrap;
    border-radius: 28px;
    background-color: #cdd2e6;
}
main .subscribe-img {
    margin: 0 auto;
    width: 670px;
    height: 248px;
    background-image: url(/images/subscribe.svg?fb981395e1adad5ec32ea966185d6150);
    background-size: cover;
}
main .card-lecturer .photo {
    margin-right: 10px;
    min-width: 80px;
    width: 80px;
    height: 87px;
    background-size: cover;
    background-position: center;
}
main .lectures-card a {
    text-decoration: none;
}
main .date-left {
    height: 40px;
    border: 2px solid #cdd2e6;
    border-radius: 10px 0 0 10px;
}
main .date-right {
    height: 40px;
    border: 2px solid #cdd2e6;
    border-radius: 0 10px 10px 0;
}
main .date-left input[type="text"]:focus,
main .date-right input[type="text"]:focus {
    outline: none;
}
main .date-left input[type="text"],
main .date-right input[type="text"] {
    outline: none;
    border: none;
    width: 90%;
}
main .list_line_event {
    width: auto;
    height: 1px;
    background: #cdd2e6;
}
main .underline-p-1::after,
main .underline-p-2::after,
main .underline-p-3::after,
main .underline-p-4::after {
    content: "";
    position: absolute;
    top: 35px;
    left: 0;
    display: block;
    height: 3px;
    width: 50px;
    background: #031e80;
    z-index: 1;
}
main .underline-p-2::after {
    left: 90px;
    width: 105px;
}
main .underline-p-3::after {
    left: 5px;
    width: 60px;
}
main .underline-p-4::after {
    right: 0;
    width: 140px;
}
main .list_line {
    width: auto;
    height: 3px;
    background: #cdd2e6;
}
main .bi-x-lg {
    -webkit-text-stroke: 1px;
}

.listUniversities .simplePagination .page-link,
.listLecturers .simplePagination .page-link {
    color: rgba(0, 0, 0, 0.3);
}
.listUniversities .page-link,
.listLecturers .page-link {
    background-color: transparent;
}
.listUniversities .page-link:hover,
.listLecturers .page-link:hover {
    background-color: rgba(255, 255, 255, 0.7);
}

#mainpage #mainheader {
    padding: 60px 0 100px;
}
#mainpage #mainNavigation .main-search .form-control {
    height: 50px;
    border: none;
}
#mainpage #mainNavigation .nav-cards a:hover {
    text-decoration: none;
}
#mainpage #mainNavigation .card h5 {
    margin: 0 auto;
    width: 70%;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
}
@media only screen and (max-width: 425px) {
    #mainpage #mainNavigation .card h5 {
        width: 100%;
    }
}
#mainpage #mainNavigation .card p {
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    color: rgba(3, 30, 128, 0.6);
}
#mainpage .category-card:hover,
#mainpage .category-card.active {
    background: #fff !important;
    box-shadow: 0 15px 40px rgba(3, 30, 128, 0.08) !important;
}
#mainpage #catalog-categories {
    position: relative;
}
#mainpage #catalog-categories::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    border-radius: 95px 95px 0 0;
    background: #dee2ef;
}
#mainpage #catalog-categories h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
}
#mainpage #catalog-categories ul.nav,
#mainpage #catalog-categories ul.nav button {
    font-size: 25px;
    font-weight: 700;
    color: #031e80;
}
#mainpage #catalog-categories ul.nav button {
    padding-left: 20px;
    padding-right: 20px;
    border: none;
    border-radius: 65px;
    background: #ebeef5;
}
#mainpage #catalog-categories ul.nav button.active {
    border: 1.5px solid #cdd2e6;
}
#mainpage #special-sections .card .card-body {
    padding: 45px 40px;
}

#lectoriy .lectoriy-header {
    padding-bottom: 65px;
    background-color: #fff;
}
#lectoriy .lectoriy-header h1 {
    margin: auto auto 30px;
    text-align: center;
}
#lectoriy .lectoriy-header .header-image {
    position: relative;
    display: block;
    margin: 30px auto 0;
    width: 773px;
    height: 290px;
    background-image: url(/images/lectoriy-header.jpg?4ab8d7f8639c17610fd82094ab41f9ea);
    background-size: cover;
}
#lectoriy .lectoriy-header p {
    margin: 20px auto 0;
    width: 600px;
    font-size: 24px;
    font-weight: 600;
    color: #031e80;
    line-height: 115%;
}
#lectoriy .post {
    color: #031e80;
}
#lectoriy .post.fs-12 p,
#lectoriy .post.fs-12 p span {
    font-size: 12px;
    color: #031e80;
}

#catalog .list-categories {
    padding-right: 25px;
}
#catalog .cover-shadow {
    filter: drop-shadow(0px 15px 40px rgba(3, 30, 128, 0.08));
}

#book .book-info p {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
}

#events .list-events .calendar {
    position: relative;
    display: flex;
    background: #f5f7fe;
    padding: 1px 10px 0;
    margin-bottom: 30px;
}
#events .list-events .calendar:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    left: 0;
    bottom: 0;
    background: #cdd2e6;
    z-index: 1000;
}
#events .list-events .calendar button {
    position: absolute;
    width: 40px;
    top: 0;
    background-color: #f5f7fe;
    border: none;
    right: 0;
    height: 100%;
    z-index: 100;
}
#events .list-events .calendar button i {
    font-size: 30px;
    color: #031e80;
}
#events .list-events .calendar .nav-tabs {
    border-bottom: none;
}
#events .list-events .calendar .nav-tabs .form_radio_btn label {
    margin-bottom: 0;
    padding: 0 20px 4px;
    font-weight: bold;
    color: #031e80;
    text-align: center;
}
#events .list-events .calendar .nav-tabs .form_radio_btn:hover label {
    color: #031e80;
    cursor: pointer;
}
#events .list-events .calendar .nav-tabs .form_radio_btn input[type="radio"] {
    display: none;
}
#events .list-events .calendar .nav-tabs .form_radio_btn input[type="radio"]:checked + label {
    position: relative;
    color: #031e80;
    /*border-bottom: solid 4px red;*/
}
#events .list-events .calendar .nav-tabs .form_radio_btn input[type="radio"]:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    bottom: 0;
    background: #031e80;
    z-index: 9999;
}
#events .list-events .calendar .nav-tabs .form_radio_btn input[type="radio"]:disabled + label {
    font-size: 14px;
    font-weight: 600;
    color: #4b65c2;
}
#events .list-events .calendar .nav-tabs.today {
    border-right: solid 1px #cdd2e6;
}
#events .list-events .calendar .nav-tabs.next-days {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
    scrollbar-width: none;
}
#events .list-events .calendar .nav-tabs.next-days::-webkit-scrollbar {
    /* width: 2px; */
    height: 0;
    background-color: #000;
}
#events .list-events .calendar .nav-tabs.next-days::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: transparent;
}
#events .list-events .calendar .nav-tabs.next-days a:last-child {
    margin-right: 40px;
}
#events .list-events .calendar .nav-tabs a {
    padding: 0 20px;
    text-decoration: none;
    color: #fff;
}
#events .list-events .calendar .nav-tabs a:hover {
    color: #ef0043;
}
#events .list-events .calendar .nav-tabs a.active {
    color: #62f6ff;
}
#events .list-events .calendar .nav-tabs a span {
    display: block;
    text-align: center;
    font-weight: 500;
}
#events .list-events ::-webkit-scrollbar-button:single-button {
    background-color: #bbbbbb;
    display: block;
    border-style: solid;
    height: 13px;
    width: 16px;
}
#events .list-events ::-webkit-scrollbar-button:single-button:vertical:decrement {
    border-width: 0 8px 8px 8px;
    border-color: transparent transparent #555555 transparent;
}
#events .list-events ::-webkit-scrollbar-button:single-button:vertical:decrement:hover {
    border-color: transparent transparent #777777 transparent;
}
#events .list-events ::-webkit-scrollbar-button:single-button:vertical:increment {
    border-width: 8px 8px 0 8px;
    border-color: #555555 transparent transparent transparent;
}
#events .list-events ::-webkit-scrollbar-button:vertical:single-button:increment:hover {
    border-color: #777777 transparent transparent transparent;
}
#events .list-events .bg-blue-2 {
    background: linear-gradient(to bottom, #f5f7fe 0%, #f5f7fe 35%, #fff 35%, #fff 100%);
}
#events .list-events .event-description img {
    max-width: 100%;
    width: auto;
}

#university:before,
#programs_show:before,
#programs:before {
    background-color: transparent !important;
}
#university .border-grey,
#programs_show .border-grey,
#programs .border-grey {
    border: 2px solid #e6e6e6;
}
#university .border-grey-top,
#programs_show .border-grey-top,
#programs .border-grey-top {
    border-top: 2px solid #e6e6e6;
}
#university .border-grey-bottom,
#programs_show .border-grey-bottom,
#programs .border-grey-bottom {
    border-bottom: 2px solid #e6e6e6;
}
#university .last-elem.border-grey-bottom:last-child,
#programs_show .last-elem.border-grey-bottom:last-child,
#programs .last-elem.border-grey-bottom:last-child {
    border-bottom: 0;
}
#university .border-grey-right,
#programs_show .border-grey-right,
#programs .border-grey-right {
    border-right: 2px solid #e6e6e6;
}
#university .border-grey-left,
#programs_show .border-grey-left,
#programs .border-grey-left {
    border-left: 2px solid #e6e6e6;
}
#university .text-grey,
#programs_show .text-grey,
#programs .text-grey {
    color: rgba(0, 0, 0, 0.7);
}
#university .text-grey-light,
#programs_show .text-grey-light,
#programs .text-grey-light {
    color: rgba(0, 0, 0, 0.5);
}
#university p,
#university h5,
#programs_show p,
#programs_show h5,
#programs p,
#programs h5 {
    color: rgba(0, 0, 0, 0.85);
}
#university .text-black-a,
#programs_show .text-black-a,
#programs .text-black-a {
    color: rgba(0, 0, 0, 0.85);
}
#university .text-grey-blue,
#programs_show .text-grey-blue,
#programs .text-grey-blue {
    color: #f5f7fe;
}
#university .text-blue-light,
#programs_show .text-blue-light,
#programs .text-blue-light {
    color: #2c51d9;
}
#university .morecontent span,
#programs_show .morecontent span,
#programs .morecontent span {
    display: none;
}
#university .morelink,
#programs_show .morelink,
#programs .morelink {
    display: block;
    width: 100%;
}
#university .show-text p,
#programs_show .show-text p,
#programs .show-text p {
    font-size: 20px;
    color: rgba(0, 0, 0, 0.7);
}
#university .dd-link:hover .text-blue-light,
#programs_show .dd-link:hover .text-blue-light,
#programs .dd-link:hover .text-blue-light {
    color: #fff !important;
}
#university .blue-hover:hover,
#programs_show .blue-hover:hover,
#programs .blue-hover:hover {
    background-color: #2c51d9 !important;
    transition: 0.2s;
}
#university .blue-hover:hover p,
#programs_show .blue-hover:hover p,
#programs .blue-hover:hover p {
    color: #fff !important;
    transition: 0.2s;
}
#university .blue-hover:hover > p,
#programs_show .blue-hover:hover > p,
#programs .blue-hover:hover > p {
    color: #fff !important;
    transition: 0.2s;
}
#university .blue-hover:hover > a p,
#programs_show .blue-hover:hover > a p,
#programs .blue-hover:hover > a p {
    color: #fff !important;
    transition: 0.2s;
}
#university .blue-hover:hover > p a,
#programs_show .blue-hover:hover > p a,
#programs .blue-hover:hover > p a {
    color: #fff !important;
    transition: 0.2s;
}
#university .blue-hover:hover > a i,
#programs_show .blue-hover:hover > a i,
#programs .blue-hover:hover > a i {
    color: #fff !important;
    transition: 0.2s;
}
#university .blue-hover:hover > i,
#programs_show .blue-hover:hover > i,
#programs .blue-hover:hover > i {
    color: #fff !important;
    transition: 0.2s;
}
#university .blue-hover:hover > a .card,
#programs_show .blue-hover:hover > a .card,
#programs .blue-hover:hover > a .card {
    background-color: #2c51d9;
    transition: 0.2s;
}
#university .blue-hover:hover > a .card p,
#programs_show .blue-hover:hover > a .card p,
#programs .blue-hover:hover > a .card p {
    color: #fff !important;
    transition: 0.2s;
}
#university .blue-hover:hover > .card-body .content,
#programs_show .blue-hover:hover > .card-body .content,
#programs .blue-hover:hover > .card-body .content {
    background-color: #2c51d9;
    transition: 0.2s;
}
#university .blue-hover:hover > .card-body .content p,
#programs_show .blue-hover:hover > .card-body .content p,
#programs .blue-hover:hover > .card-body .content p {
    color: #fff !important;
    transition: 0.2s;
}
#university .blue-hover:hover > .col p,
#programs_show .blue-hover:hover > .col p,
#programs .blue-hover:hover > .col p {
    color: #fff;
}
#university .blue-hover:hover > .col p a,
#programs_show .blue-hover:hover > .col p a,
#programs .blue-hover:hover > .col p a {
    color: #fff !important;
}
#university .blue-hover:hover > .col-xxl-4 p,
#programs_show .blue-hover:hover > .col-xxl-4 p,
#programs .blue-hover:hover > .col-xxl-4 p {
    color: #fff;
}
#university .blue-hover:hover > .col-xxl-5 p,
#programs_show .blue-hover:hover > .col-xxl-5 p,
#programs .blue-hover:hover > .col-xxl-5 p {
    color: #fff;
}
#university .blue-hover:hover > .card-body p,
#programs_show .blue-hover:hover > .card-body p,
#programs .blue-hover:hover > .card-body p {
    color: #fff;
}
#university .blue-hover:hover > .card-body h5,
#programs_show .blue-hover:hover > .card-body h5,
#programs .blue-hover:hover > .card-body h5 {
    color: #fff;
}
#university .blue-hover-badge-arr:hover,
#programs_show .blue-hover-badge-arr:hover,
#programs .blue-hover-badge-arr:hover {
    background-color: #2c51d9;
    color: #fff;
    border: 1px solid #fff;
}
#university .blue-hover-badge-arr:hover > .img-long-arr,
#programs_show .blue-hover-badge-arr:hover > .img-long-arr,
#programs .blue-hover-badge-arr:hover > .img-long-arr {
    background-image: url("/assets/site/datalib/img/arr-long-white.svg");
}
#university .grey-hover:hover,
#programs_show .grey-hover:hover,
#programs .grey-hover:hover {
    background-color: #e6e6e6;
    transition: 0.2s;
}
#university .grey-hover:hover > a i,
#programs_show .grey-hover:hover > a i,
#programs .grey-hover:hover > a i {
    color: #fff;
    transition: 0.2s;
}
#university .grey-hover:hover > i,
#programs_show .grey-hover:hover > i,
#programs .grey-hover:hover > i {
    color: #fff;
    transition: 0.2s;
}
#university .img-box-round,
#programs_show .img-box-round,
#programs .img-box-round {
    background-position: center center;
    background-size: cover;
    width: 240px;
    height: 240px;
    border-radius: 100%;
    border: 5px solid #fff;
}
#university .teachers > :not([hidden]) ~ :not([hidden]),
#programs_show .teachers > :not([hidden]) ~ :not([hidden]),
#programs .teachers > :not([hidden]) ~ :not([hidden]) {
    margin-left: -40px;
}
#university .img-box-round-text,
#programs_show .img-box-round-text,
#programs .img-box-round-text {
    background-color: #2c51d9;
}
#university .img-box-round-text:hover,
#programs_show .img-box-round-text:hover,
#programs .img-box-round-text:hover {
    background-color: #fff;
    border: 5px solid #2c51d9;
    transition: 0.2s;
}
#university .img-box-round-text:hover > p,
#programs_show .img-box-round-text:hover > p,
#programs .img-box-round-text:hover > p {
    color: #2c51d9 !important;
}
#university .card-course .image,
#programs_show .card-course .image,
#programs .card-course .image {
    width: 100%;
    height: 150px;
}
#university .card-course .image img,
#programs_show .card-course .image img,
#programs .card-course .image img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 150px;
}
#university .fs-55,
#programs_show .fs-55,
#programs .fs-55 {
    font-size: 55px;
}
#university .lh-38,
#programs_show .lh-38,
#programs .lh-38 {
    line-height: 38px;
}
#university .br-grey-blue-badge,
#programs_show .br-grey-blue-badge,
#programs .br-grey-blue-badge {
    border: 1px solid #cdd2e6;
}
#university .owl-dots,
#programs_show .owl-dots,
#programs .owl-dots {
    display: none;
}
#university .br-blue,
#programs_show .br-blue,
#programs .br-blue {
    border: 1px solid #031e80;
}
#university .text-grey-uni,
#programs_show .text-grey-uni,
#programs .text-grey-uni {
    color: rgba(0, 0, 0, 0.5);
}
#university .video-wrap iframe,
#programs_show .video-wrap iframe,
#programs .video-wrap iframe {
    border-radius: 20px;
}
#university .morelink,
#programs_show .morelink,
#programs .morelink {
    color: rgba(0, 0, 0, 0.5);
    text-decoration: none;
}
#university .morelink:hover,
#programs_show .morelink:hover,
#programs .morelink:hover {
    color: rgba(0, 0, 0, 0.9);
}
#university .morelink.test,
#programs_show .morelink.test,
#programs .morelink.test {
    color: white;
}
#university .morelink.test:hover,
#programs_show .morelink.test:hover,
#programs .morelink.test:hover {
    color: rgba(255, 255, 255, 0.7);
}
#university .show-text p a,
#university .show-text p strong,
#programs_show .show-text p a,
#programs_show .show-text p strong,
#programs .show-text p a,
#programs .show-text p strong {
    font-size: 20px;
}
#university .breadcrumb-item.text-blue:hover,
#programs_show .breadcrumb-item.text-blue:hover,
#programs .breadcrumb-item.text-blue:hover {
    color: #2c51d9 !important;
}
#university .fs-240,
#programs_show .fs-240,
#programs .fs-240 {
    font-size: 240px;
}
#university .owl-item,
#programs_show .owl-item,
#programs .owl-item {
    margin: 0 !important;
}
#university .card-course,
#programs_show .card-course,
#programs .card-course {
    padding-right: 15px;
    padding-left: 15px;
}
#university .owl-stage-outer,
#programs_show .owl-stage-outer,
#programs .owl-stage-outer {
    padding-left: 120px;
}
#university .owl-nav,
#programs_show .owl-nav,
#programs .owl-nav {
    display: block !important;
    width: 100%;
    top: 50%;
    position: absolute;
}
#university .owl-prev,
#programs_show .owl-prev,
#programs .owl-prev {
    left: -3%;
}
#university .owl-next,
#programs_show .owl-next,
#programs .owl-next {
    right: -3%;
    position: absolute;
}
#university .img-long-arr,
#programs_show .img-long-arr,
#programs .img-long-arr {
    background-image: url("/assets/site/datalib/img/arr-long-blue.svg");
    background-repeat: no-repeat;
    width: 24px;
    height: 8px;
}
#university .br-0,
#programs_show .br-0,
#programs .br-0 {
    border-radius: 0 !important;
}
#university .show-text[data-readmore],
#programs_show .show-text[data-readmore],
#programs .show-text[data-readmore] {
    transition: height 75ms;
    overflow: hidden;
}
#university .show-text + [data-readmore-toggle],
#university .show-text[data-readmore],
#programs_show .show-text + [data-readmore-toggle],
#programs_show .show-text[data-readmore],
#programs .show-text + [data-readmore-toggle],
#programs .show-text[data-readmore] {
    display: block;
    width: 100%;
}
#university .owl-carousel-course .card-wrapper,
#programs_show .owl-carousel-course .card-wrapper,
#programs .owl-carousel-course .card-wrapper {
    padding: 30px;
}
#university .owl-carousel-course .card-wrapper:hover,
#programs_show .owl-carousel-course .card-wrapper:hover,
#programs .owl-carousel-course .card-wrapper:hover {
    background-color: #2c51d9;
}
#university .owl-carousel-course .card-wrapper:hover .card .card-body .card-title,
#university .owl-carousel-course .card-wrapper:hover .card .card-body .text-grey-light,
#programs_show .owl-carousel-course .card-wrapper:hover .card .card-body .card-title,
#programs_show .owl-carousel-course .card-wrapper:hover .card .card-body .text-grey-light,
#programs .owl-carousel-course .card-wrapper:hover .card .card-body .card-title,
#programs .owl-carousel-course .card-wrapper:hover .card .card-body .text-grey-light {
    color: #fff !important;
}
#university .owl-carousel-course .card,
#programs_show .owl-carousel-course .card,
#programs .owl-carousel-course .card {
    border: none;
    background-color: transparent;
}
#university .owl-carousel-course .card img,
#programs_show .owl-carousel-course .card img,
#programs .owl-carousel-course .card img {
    width: 100%;
    height: 150px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
#university #smart_course,
#programs_show #smart_course,
#programs #smart_course {
    padding-top: 55px;
    margin-top: -55px;
    -webkit-background-clip: content-box;
    background-clip: content-box;
}
#university #lecture .card,
#programs_show #lecture .card,
#programs #lecture .card {
    padding: 20px !important;
}
#university .mw-300,
#programs_show .mw-300,
#programs .mw-300 {
    max-width: 300px;
}
#university .mw-297,
#programs_show .mw-297,
#programs .mw-297 {
    max-width: 297px;
}
#university .bg-transparent,
#programs_show .bg-transparent,
#programs .bg-transparent {
    background-color: transparent;
}
#university .info-badge-teacher,
#programs_show .info-badge-teacher,
#programs .info-badge-teacher {
    bottom: 6%;
    left: 5%;
}
#university .delimiter,
#programs_show .delimiter,
#programs .delimiter {
    height: 180px;
    width: 100%;
    background-color: #f5f7fe;
}

#universityDD .last-elem.border-grey-bottom:last-child {
    border-bottom: 0;
}
#universityDD .text-black-a {
    color: rgba(0, 0, 0, 0.85);
}
#universityDD .blue-hover:hover > .col p a {
    color: #fff !important;
}
#universityDD .blue-hover:hover > .col p {
    color: #fff !important;
}
#universityDD .img-long-arr {
    background-image: url("/assets/site/datalib/img/arr-long-blue.svg") !important;
}
#universityDD .mw-297 {
    max-width: 297px;
}
#universityDD .owl-carousel-course .card-wrapper:hover .card .card-body .card-title,
#universityDD .owl-carousel-course .card-wrapper:hover .card .card-body .text-grey-light,
#universityDD
    .owl-carousel-course
    .card-wrapper:hover
    .card
    .card-body
    .course-info
    .text-grey-light {
    color: #fff !important;
}
#universityDD .delimiter {
    height: 180px;
    width: 100%;
    background-color: #f5f7fe;
}
#universityDD #about_uni_text {
    color: rgba(0, 0, 0, 0.85);
}
#universityDD .time-line .main-stick {
    border-right: 3px solid #cdd2e6;
}
#universityDD .time-line .stick {
    width: 80px;
    height: 3px;
    background-color: #cdd2e6;
    margin-bottom: 5px;
}
#universityDD .time-line .circle {
    width: 15px;
    height: 15px;
    background-color: #cdd2e6;
    border-radius: 100px;
}
#universityDD .time-line .block-data {
    max-width: 350px;
}

#programs_show .owl-prev,
#programs_show .owl-next {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}

#coursePassing .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
#coursePassing .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
#coursePassing .simplePagination {
    width: 100%;
}
#coursePassing .simplePagination > ul {
    width: 100%;
}
#coursePassing .timer__items {
    display: flex;
    font-size: 48px;
}
#coursePassing .timer__items .timer__item {
    position: relative;
    min-width: 60px;
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 15px;
    font-size: 48px;
    text-align: center;
}
#coursePassing .timer__items .timer__item::before {
    content: attr(data-title);
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    font-size: 14px;
}
#coursePassing .timer__items .timer__item:not(:last-child)::after {
    content: ":";
    position: absolute;
    right: -15px;
}

.block {
    padding: 30px 40px;
    align-items: center;
    border: 1.375px solid #cdd2e6;
    box-shadow: 0 13.75px 36.6667px rgba(3, 30, 128, 0.08) !important;
}

footer {
    background: #031e80;
}
footer a:link,
footer a:visited {
    color: #fff;
    text-decoration: none;
}
footer a:active,
footer a:hover {
    color: #fff;
    text-decoration: underline;
}

header nav.navbar {
    z-index: 1050 !important;
}
header nav.navbar .nav-icon {
    color: #fff;
    box-shadow: none;
}
header nav.navbar .nav-icon .navbar-toggler {
    font-size: 1.25rem;
}
header .search {
    width: 220px;
}
header .search input::-moz-placeholder {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
}
header .search input::placeholder {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
}
header .search input[type="search"] {
    text-indent: 14%;
    background: rgba(255, 255, 255, 0.2) url(/images/search.svg?9a6152e3430cc569ccff0c151017ee58)
        10px 9px no-repeat;
    border: none;
    border-radius: 10px;
}
header .search input[type="search"]:focus {
    text-indent: 0;
}
header nav .navbar-collapse {
    padding-top: 5px;
    padding-bottom: 5px;
}
header nav a.nav-link {
    font-size: 14px;
}
header nav a.nav-link:link,
header nav a.nav-link:visited {
    color: #ffffff;
    text-decoration: none;
}
header nav a.nav-link:hover,
header nav a.nav-link:active {
    color: #fff;
}
header nav ul.navbar-nav {
    align-items: center;
}
header nav .dropdown-menu.show {
    top: 130%;
    border: none;
    border-radius: 10px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
header nav .dropdown-menu.show:before {
    position: absolute;
    left: 20px;
    top: -22px;
    bottom: 95%;
    content: "";
    background-image: url(/images/white_navbar_catalog.svg?93b7fd77e3c429f41cc37db13fc95eb0);
    background-size: 30px 30px;
    height: 30px;
    width: 30px;
}
header nav .dropdown-menu-end.show:before {
    position: absolute;
    right: 40px;
    left: auto;
    top: -22px;
    bottom: 95%;
    content: "";
    background-image: url(/images/white_navbar_catalog.svg?93b7fd77e3c429f41cc37db13fc95eb0);
    background-size: 30px 30px;
    height: 30px;
    width: 30px;
}
header #notifications .notifications {
    position: relative;
}
header #notifications .notifications i {
    margin-left: 10px;
    color: #fff;
    font-size: 18px;
}
header #notifications ul.dropdown-menu {
    width: 350px;
    top: 150% !important;
    right: -30px !important;
}
header #notifications ul.dropdown-menu li {
    display: flex;
    margin: 0 15px;
    padding: 15px 5px;
    font-size: 14px;
    font-weight: 500;
}
header #notifications ul.dropdown-menu li:not(:last-child) {
    border-bottom: solid 2px #ccc;
}
header #notifications ul.dropdown-menu li h5 {
    font-size: 16px;
    font-weight: 500;
}

.table small {
    font-size: 14px !important;
    font-weight: 500;
    font-family: "Gilroy-Medium", sans-serif;
}
.table a {
    color: #000;
}
.table a,
.table p {
    font-weight: 500;
    font-family: "Gilroy-Medium", sans-serif;
}
.table th {
    color: #031e80;
    padding-left: 0;
    padding-right: 0;
}
.table th span {
    padding-bottom: 10px;
    border-bottom: 3px solid #031e80;
}
.table tr {
    border-bottom: 3px solid #cdd2e6 !important;
}
.table td {
    padding: 1rem 0;
}
.table .text-end p {
    padding-top: 10px;
}

.profile-content .sw-view.active i {
    color: #031e80;
}
.profile-content .sw-view i {
    color: #cdd2e6;
}

footer p {
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    color: #fff;
}

.start button {
    background-image: url(/images/arrow-white.svg?4dda4ae7329deb017f4406c22b0072f7);
    background-position: 95% 50%;
    background-color: #031e80;
    background-repeat: no-repeat;
    width: 100%;
    background-size: 10px;
}

.text-grey-light {
    color: rgba(0, 0, 0, 0.5) !important;
}

#accordionCourseContent .border-blue-bottom {
    border-bottom: 2px solid #031e80 !important;
    border-radius: 0;
}
#accordionCourseContent .border-blue-bottom:first-child {
    border-top: 2px solid #031e80 !important;
}
#accordionCourseContent .border-grey-bottom {
    border-bottom: 2px solid #cdd2e6;
}
#accordionCourseContent .border-grey-bottom:last-child {
    border-bottom: 0;
}
#accordionCourseContent .accordion-button::after {
    background-size: contain;
    background-position: center;
    width: 3rem;
    height: 3rem;
}

.menu-profile-button {
    position: fixed;
    top: 65px;
    left: 45px;
    z-index: 100;
}

.search.profile {
    margin-left: 80px;
}

.main-wrapper .add-lesson-material-btn {
    border: 3px solid #ffffff;
}

@media (min-width: 1400px) {
    .registration button {
        background: #031e80 url(/images/arrow-read.svg?984356e3fb5d88cfb3d128fd22ac2db4) 290px
            no-repeat !important;
    }
}
@media (max-width: 1400px) {
    .btn-download {
        height: 44px;
        width: 284px;
    }

    main {
        margin-top: 125px;
    }

    .img-curse {
        width: 328px;
        height: auto;
    }

    .select-item-sc {
        width: 150px !important;
        background-position-x: 120px !important;
    }

    .label-select {
        padding-right: 100px !important;
    }

    .lesson-no-active-line {
        width: 300px !important;
    }

    .registration button {
        width: 451px !important;
        background: #031e80 url(/images/arrow-read.svg?984356e3fb5d88cfb3d128fd22ac2db4) 310px
            no-repeat !important;
    }

    .girl-container {
        padding-top: 5%;
    }

    .padding-content-1 {
        padding-top: 5%;
    }
}
@media (max-width: 1199px) {
    main {
        margin-top: 55px;
    }

    .dropdown-menu-end.show:before {
        display: none !important;
    }

    header nav ul.navbar-nav {
        padding-left: 20px;
        align-items: flex-start !important;
    }
    header nav .dropdown-menu.show:before {
        display: contents;
    }
    header nav .search {
        width: 100%;
        padding: 10px 20px;
    }
    header nav .nav-menu {
        border-bottom: solid 1px #fff;
    }
    header nav ul.auth-nav {
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        padding: 10px 0;
    }
    header nav ul.navbar-nav li a,
    header nav ul.navbar-nav li button,
    header .navbar-collapse button {
        font-size: 16px !important;
    }

    .border-start {
        border: none !important;
    }

    #forUniversity .grant-program > div,
    #forPublishers .invite div,
    #forAuthors .grant-program div {
        width: 100% !important;
    }

    .profile-content {
        padding: 40px 0 !important;
    }

    .search.profile {
        margin-left: 0 !important;
    }
}
@media (max-width: 767px) {
    #profile .profile-wrapper .main-wrapper {
        padding: 50px 30px !important;
    }

    .profile-content .profile-page-title {
        display: block !important;
    }
    .profile-content .profile-page-title h2 {
        padding-bottom: 1.5rem;
    }

    .table th span {
        border-bottom: none !important;
    }

    .simplePagination ul {
        padding-left: 0;
    }

    #lectoriy .lectoriy-header p {
        width: 100%;
    }

    #forUniversity .form-request-test-access {
        padding: 50px 30px !important;
    }

    h1,
    h2 {
        font-size: 2rem !important;
        line-height: 1;
    }

    .fs-30,
    .fs-64,
    .fs-48,
    .fs-42,
    .fs-36,
    .fs-40 {
        font-size: 27px !important;
        line-height: 1.1 !important;
    }

    #course .course-page-box {
        padding-top: 1em !important;
        padding-bottom: 1em !important;
    }

    #course .flex-block {
        display: block !important;
    }

    #profile .profile-wrapper .navigation .first-menu .nav-link {
        margin-bottom: 10px !important;
    }

    #profile .profile-wrapper .navigation .first-menu {
        width: 190px !important;
        padding: 15px 0 0 !important;
    }

    #profile .profile-wrapper .navigation .second-menu {
        width: 185px !important;
        padding: 20px 0 0 !important;
    }

    #profile .profile-wrapper .navigation .second-menu .nav-link {
        padding: 15px !important;
        line-height: 1.1 !important;
    }

    #profile .profile-wrapper .navigation .first-menu .nav-link span {
        line-height: 1.1 !important;
    }
}
@media (max-width: 425px) {
    header nav .dropdown-menu.show:before {
        top: 27px;
    }
    header nav .nav-menu.border-end {
        border-right: none !important;
    }
    header nav .dropdown-menu .dropdown-item {
        white-space: normal;
    }
    header nav .dropdown-menu-end.show:before {
        left: 20px;
        right: auto;
    }
    header nav ul.navbar-nav .btn-nav {
        padding: 0.5rem 0;
    }

    #mainpage h1.fs-42 {
        font-size: 30px !important;
        line-height: 35px !important;
    }
    #mainpage #mainheader {
        padding: 50px 0 50px;
    }
    #mainpage h2 {
        font-size: 24px !important;
        line-height: 26px !important;
    }

    main .content-block {
        padding: 40px 20px;
    }

    .disciplines .w-50 {
        width: 100% !important;
    }
    .disciplines .nowrap {
        white-space: break-spaces;
    }

    #course-requests label {
        font-size: 0.8rem;
        line-height: normal;
    }
}
html {
    scroll-behavior: smooth;
}

.theme_alfa-on-color {
    background: blue !important;
    border: none !important;
    color: #fff !important;
}

.alfa-payment__button_size_xl {
    min-height: 30px !important;
    padding: 0 30px !important;
    font-size: 18px !important;
    line-height: 1.2px !important;
}

#profile #offcanvasSelectDigitalDepartment .dd-item {
    margin-bottom: 15px;
    padding: 20px;
    border-radius: 10px;
    background: #e5e8f2;
    transition: all 0.5s;
}
#profile #offcanvasSelectDigitalDepartment .dd-item:hover {
    cursor: pointer;
    background: #cdd2e6;
}
#profile #offcanvasSelectDigitalDepartment .dd-item h3 {
    margin: 0;
    font-size: 18px;
}
#profile .profile-wrapper .navigation .first-menu {
    width: 285px;
    padding: 50px 1rem 1rem;
    border-right: 2px solid #cdd2e6;
    background-color: #f5f7fe;
}
#profile .profile-wrapper .navigation .first-menu .nav-link {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    font-size: 20px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.4);
}
#profile .profile-wrapper .navigation .first-menu .nav-link.active {
    background: #fff;
}
#profile .profile-wrapper .navigation .first-menu .nav-link.active i,
#profile .profile-wrapper .navigation .first-menu .nav-link.active span {
    color: #031e80;
}
#profile .profile-wrapper .navigation .first-menu .nav-link:hover {
    cursor: pointer;
}
#profile .profile-wrapper .navigation .first-menu .nav-link i,
#profile .profile-wrapper .navigation .first-menu .nav-link span {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6);
}
#profile .profile-wrapper .navigation .first-menu .nav-link i {
    margin-right: 8px;
    font-size: 26px;
}
#profile .profile-wrapper .navigation .second-menu {
    width: 215px;
    padding: 50px 0 1rem;
    border-right: 2px solid #cdd2e6;
    background-color: #fafbff;
}
#profile .profile-wrapper .navigation .second-menu .nav-link {
    padding: 20px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    color: rgba(0, 0, 0, 0.4);
    border-radius: 0;
}
#profile .profile-wrapper .navigation .second-menu .nav-link.active {
    color: #031e80;
    border-right: solid 2px #2c51d9;
    background: #f5f7fe;
}
#profile .profile-wrapper .main-wrapper {
    padding: 50px;
}
#profile
    .profile-wrapper
    .main-wrapper
    #digitalDepartmentStatistics
    .stat-navigation
    ul
    li:not(:last-child) {
    margin-right: 15px;
}
#profile
    .profile-wrapper
    .main-wrapper
    #digitalDepartmentStatistics
    .stat-navigation
    ul
    li
    .nav-link {
    font-size: 16px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.4);
    border-radius: 0;
}
#profile
    .profile-wrapper
    .main-wrapper
    #digitalDepartmentStatistics
    .stat-navigation
    ul
    li
    .nav-link.active {
    color: #031e80;
    border-bottom: solid 2px #031e80;
    background: transparent;
}
#profile
    .profile-wrapper
    .main-wrapper
    #digitalDepartmentStatistics
    .stat-navigation
    ul
    li
    .nav-link:hover {
    border-bottom: solid 2px rgba(0, 0, 0, 0.4);
}
#profile .profile-wrapper .main-wrapper #digitalDepartmentStatistics .tab-content {
    margin-top: 30px;
}
#profile .profile-wrapper .main-wrapper #digitalDepartmentStatistics #statAll h5 {
    display: flex;
    font-size: 16px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.6);
    white-space: nowrap;
}
#profile .profile-wrapper .main-wrapper #digitalDepartmentStatistics #statAll h5:after {
    content: "";
    width: 100%;
    margin-left: 10px;
    border-bottom: 2px solid #cdd2e6;
}
#profile .profile-wrapper .main-wrapper #digitalDepartmentStatistics #statAll .stat-cards {
    margin-top: 25px;
    gap: 20px;
}
#profile
    .profile-wrapper
    .main-wrapper
    #digitalDepartmentStatistics
    #statAll
    .stat-cards
    .stat-card {
    width: 175px;
    padding: 40px 15px;
    border: 2px solid #cdd2e6;
    border-radius: 15px;
}
#profile
    .profile-wrapper
    .main-wrapper
    #digitalDepartmentStatistics
    #statAll
    .stat-cards
    .stat-card
    .stat-card-title
    p {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}
#profile
    .profile-wrapper
    .main-wrapper
    #digitalDepartmentStatistics
    #statAll
    .stat-cards
    .stat-card
    .stat-card-value
    p {
    font-size: 32px;
    font-weight: 700;
    color: #031e80;
    text-align: center;
}
#profile
    .profile-wrapper
    .main-wrapper
    #digitalDepartmentStatistics
    .visits-period
    input[type="radio"]:checked
    ~ label {
    color: #031e80;
    border-color: #031e80;
}
#profile .profile-wrapper .main-wrapper #digitalDepartmentStatistics .visits-period label {
    padding: 0 1.25rem;
    font-size: 16px;
    font-weight: 500;
    border: solid 1px #ccc;
    border-radius: 40px;
}
#profile .profile-wrapper .main-wrapper #digitalDepartmentStatistics .visits-period label:hover {
    cursor: pointer;
}
.popup-profile-window {
    display: none;
    position: absolute;
    padding: 1.5rem;
    border-radius: 10px;
    right: 0;
    width: 280px;
    box-shadow: 0 -1px 14px 3px rgba(0, 0, 0, 0.25) !important;
    background-color: #fff;
    top: 60px;
}
.navbar.desktop button {
    color: #fff;
}

/*redesign*/

/* nav {
    background-color: #fff !important;
} */
