.form_style .form-group.with-icon {
    display: flex;
    align-items: center;
    padding: 19px 25px;
    background: #fff;
    border: 1px solid #bdbdbd;
    border-radius: 8px;
    width: 100%;
}

.form_style .form-group.with-icon>img {
    flex-shrink: 0;
    width: 27px;
    height: 19px;
    margin-right: 7px;
}

.form_style .form-group.with-icon>input {
    padding: unset;
    border: unset;
    border-radius: unset;
}

.select_style_wrapper {
    display: flex;
    background: #fff;
    border: 1px solid #d4d7e5;
    border-radius: 8px;
}

.select_style_wrapper .select_style {
    border: unset;
    padding: 11px 40px 11px 25px;
    height: 60px;
    font-size: 16px;
}

.custom-select-wrapper {
    user-select: none;
    width: 100%;
}

.custom-select-wrapper>select {
    display: none;
}

.custom-select-wrapper .custom-select {
    position: relative;
    cursor: pointer;
    width: 100%;
    border: 1px solid #bdbdbd;
    border-radius: 6px;
    padding: 11px 16px;
    outline: none !important;
    padding-right: 40px;
    font-size: 14px;
    line-height: 160%;
    color: #565973;
    background: unset;
    height: 60px;
    display: flex;
    align-items: center;
    padding: unset;
}

.custom-select-wrapper .custom-select.opened .custom-select-trigger:after {
    transform: rotate(180deg);
}

.custom-select-wrapper .custom-select.opened .custom-options {
    opacity: 1;
    z-index: 20;
}

.custom-select-wrapper .custom-select-trigger {
    display: block;
    cursor: pointer;
    width: 100%;
    padding: 12px 12px 12px 25px;
}

.custom-select-wrapper .custom-select-trigger::after {
    content: "";
    position: absolute;
    width: 13px;
    height: 5px;
    top: 28px;
    right: 20px;
    transition: 0.3s;
    background: url("../images/arrow-down.svg") center/cover no-repeat;
}

.custom-select-wrapper .custom-options {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: 5px 0;
    transition: 0.2s;
    opacity: 0;
    padding: 10px 7px;
    background: #fff;
    border: 1px solid #bdbdbd;
    border-radius: 8px;
    z-index: -1;
}

.custom-select-wrapper .custom-option {
    display: block;
    padding: 11px 12px 11px 17px;
    cursor: pointer;
    transition: 0.2s;
    border-radius: 8px;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #000;
}

.custom-select-wrapper .custom-option:hover,
.custom-select-wrapper .custom-option.selection {
    background: #f7f7f7;
}

footer .footer-top a.logo {
    display: inline-block;
    margin-bottom: unset;
}

@media (max-width: 1800px) {
    footer .footer-top a.logo {
        margin-bottom: unset;
    }
}

@media (max-width: 1250px) {
    footer .footer-top a.logo {
        margin-bottom: unset;
    }
}

@media (max-width: 1200px) {
    footer .footer-top a.logo {
        align-items: flex-start;
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    footer .footer-top a.logo {
        gap: unset;
    }
}

footer .footer-top .left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
}

@media (max-width: 1200px) {
    footer .footer-top .left {
        flex-direction: row;
    }
}

@media (max-width: 768px) {
    footer .footer-top .left {
        flex-direction: column;
    }
}

footer .footer-top .license-img-btn {
    display: block;
    margin-bottom: 32px;
    background: unset;
    border: unset;
    padding: unset;
}

footer .footer-top .license-img {
    max-height: 100px;
}

.license-modal .modal-dialog {
    max-width: unset;
    justify-content: center;
}

.license-modal .modal-content {
    margin: unset;
    width: 80%;
    height: 80%;
}

@media (max-width: 576px) {
    .license-modal .modal-content {
        width: calc(100% - 36px);
        height: calc(100% - 36px);
    }
}

.license-modal .modal-body {
    padding: unset;
}

.license-modal .modal-body-img {
    width: 100%;
    cursor: pointer;
}

.welcome-modal {
    z-index: 1000;
}

.welcome-modal.active {
    z-index: 9999;
}

.welcome-modal .modal-dialog {
    max-width: unset;
    justify-content: center;
}

.welcome-modal .modal-content {
    margin: unset;
    min-width: 810px;
    width: 100%;
    height: 80%;
    border-radius: 8px;
    box-shadow: 4px 4px 13px 0 rgba(0, 0, 0, 0.1);
    border: 1px solid #8b94ab;
}

@media (max-width: 992px) {
    .welcome-modal .modal-content {
        min-width: 600px;
    }
}

@media (max-width: 768px) {
    .welcome-modal .modal-content {
        min-width: 500px;
    }
}

@media (max-width: 576px) {
    .welcome-modal .modal-content {
        min-width: unset;
        width: 100%;
        height: calc(100% - 25px);
    }
}

.welcome-modal .modal-body {
    padding: unset;
}

.welcome-modal .content {
    padding: 65px 70px;
    display: flex;
    flex-direction: column;
}

@media (max-width: 992px) {
    .welcome-modal .content {
        padding: 40px;
    }
}

@media (max-width: 576px) {
    .welcome-modal .content {
        padding: 40px 20px;
    }
}

.welcome-modal .content-heading {
    display: flex;
    flex-direction: column;
    margin-bottom: 54px;
    text-align: center;
    align-items: center;
}

@media (max-width: 576px) {
    .welcome-modal .content-heading {
        margin-bottom: 20px;
    }
}

.welcome-modal .content-heading-title {
    color: #283891;
    font-weight: 700;
    font-size: 62px;
    margin-bottom: 10px;
}

@media (max-width: 992px) {
    .welcome-modal .content-heading-title {
        font-size: 45px;
    }
}

@media (max-width: 576px) {
    .welcome-modal .content-heading-title {
        font-size: 32px;
    }
}

.welcome-modal .content-heading-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 143%;
    color: #8b94ab;
    margin-bottom: unset;
    max-width: 320px;
}

.welcome-modal .form_style .btn-gold {
    width: 100%;
    line-height: 160%;
    padding: 15px 45px;
    transition: 0.3s;
    box-shadow: 0 20px 35px 0 rgba(241, 165, 1, 0.15);
}

.checked-list-container {
    width: 80%;
}

@media (max-width: 992px) {
    .checked-list-container {
        width: 100%;
    }
}

.checked-list-container .checked-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

@media (max-width: 480px) {
    .checked-list-container .checked-list {
        grid-template-columns: 1fr;
    }
}

.checked-list-container .checked-list-item {
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: #333;
    padding-left: 22px;
    position: relative;
}

.checked-list-container .checked-list-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 14px;
    height: 11px;
    background: url("../images/check.svg") center/cover no-repeat;
}

@media (max-width: 992px) {

    .values-section .about-image-container,
    .mission-section .about-image-container {
        order: -1;
        margin-bottom: 25px;
    }
}

.about-image-container .about-image-container-img {
    width: 100%;
}

.faculties {
    gap: 30px;
    padding: 0 15px;
}

@media (max-width: 576px) {
    .faculties {
        gap: 7px;
    }
}

.faculties .faculties-item {
    display: flex;
    gap: 12px;
    align-items: flex-end;
    padding: 15px 40px 20px 0;
    border-bottom: 1px solid #8b94ab;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    max-width: 22%;
    flex: 0 0 22%;
}

@media (max-width: 992px) {
    .faculties .faculties-item {
        max-width: 30%;
        flex: 0 0 30%;
    }
}

@media (max-width: 768px) {
    .faculties .faculties-item {
        max-width: 47%;
        flex: 0 0 47%;
    }
}

@media (max-width: 576px) {
    .faculties .faculties-item {
        max-width: unset;
        flex: unset;
        padding: 15px 40px 17px 0;
    }
}

.faculties .faculties-item:hover {
    border-bottom: 1px solid #fc502b;
}

.faculties .faculties-item:hover::after {
    transform: translateY(0);
}

.faculties .faculties-item:hover>svg>g>path {
    fill: #fc502b;
}

.faculties .faculties-item:hover>svg>g>rect {
    fill: #fc502b;
}

.faculties .faculties-item:hover>svg>path {
    fill: #fc502b;
}

.faculties .faculties-item::after {
    content: "";
    position: absolute;
    right: 0;
    width: 34px;
    height: 34px;
    background: url("../images/arrow-right.svg") center/cover no-repeat;
    transition: 0.3s;
    transform: translateY(90px);
}

.faculties .faculties-item>svg {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    margin-bottom: 4px;
}

.faculties .faculties-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    text-transform: uppercase;
    color: #333;
    margin-bottom: unset;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
}