.elementor-5844 .elementor-element.elementor-element-5e6e9ee{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-5844 .elementor-element.elementor-element-900b47c{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-5844 .elementor-element.elementor-element-a4aec81{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-5844 .elementor-element.elementor-element-e8d1f7f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(min-width:768px){.elementor-5844 .elementor-element.elementor-element-a4aec81{--width:50%;}.elementor-5844 .elementor-element.elementor-element-e8d1f7f{--width:50%;}}/* Start custom CSS for html, class: .elementor-element-0bac91b *//* ==========================================
   УТМ — ПОРЯДОК ВІЛЬНОГО ВИБОРУ ДИСЦИПЛІН
========================================== */

.uft-elective-page {

    --uft-blue: #123F73;
    --uft-blue-2: #1E67B7;
    --uft-gold: #FFD15C;
    --uft-text: #596575;
    --uft-light: #F7F9FC;
    --uft-border: #E2E8F0;

    max-width: 1250px;

    margin: 0 auto;

    padding: 30px 20px 80px;

    font-family:
        Montserrat,
        Arial,
        sans-serif;

    color: var(--uft-text);
}


/* ==========================================
   ЗАГОЛОВОК
========================================== */

.uft-elective-header {

    text-align: center;

    margin-bottom: 55px;
}


.uft-elective-header h1 {

    margin: 0;

    color: var(--uft-blue);

    font-size: 34px;

    line-height: 1.25;

    font-weight: 800;

    letter-spacing: -0.5px;
}


.uft-elective-header p {

    max-width: 750px;

    margin: 14px auto 0;

    color: #7B8795;

    font-size: 15px;

    line-height: 1.7;
}


.uft-elective-line {

    display: block;

    width: 65px;

    height: 4px;

    margin: 0 auto 18px;

    background: var(--uft-gold);

    border-radius: 10px;
}


/* ==========================================
   КОНТЕНТ
========================================== */

.uft-elective-content {

    display: flex;

    flex-direction: column;

    gap: 18px;
}


/* ==========================================
   СЕКЦІЯ
========================================== */

.uft-elective-section {

    position: relative;

    display: flex;

    gap: 25px;

    padding: 30px 34px;

    background: #fff;

    border: 1px solid var(--uft-border);

    border-radius: 16px;

    box-shadow:
        0 7px 25px rgba(18, 63, 115, .055);

    overflow: hidden;

    transition:
        transform .3s ease,
        box-shadow .3s ease,
        border-color .3s ease;
}


/* Золота вертикальна лінія */

.uft-elective-section::before {

    content: "";

    position: absolute;

    left: 0;

    top: 0;

    bottom: 0;

    width: 4px;

    background: var(--uft-gold);

    transition: width .3s ease;
}


.uft-elective-section:hover {

    transform: translateY(-3px);

    border-color: #D5DEE9;

    box-shadow:
        0 14px 35px rgba(18, 63, 115, .11);
}


.uft-elective-section:hover::before {

    width: 7px;
}


/* ==========================================
   НОМЕР
========================================== */

.uft-section-number {

    flex: 0 0 54px;

    width: 54px;

    height: 54px;

    display: flex;

    align-items: center;

    justify-content: center;

    margin-top: 2px;

    border-radius: 50%;

    background:
        linear-gradient(
            135deg,
            var(--uft-blue),
            var(--uft-blue-2)
        );

    color: var(--uft-gold);

    font-size: 15px;

    font-weight: 800;

    box-shadow:
        0 7px 18px rgba(18, 63, 115, .18);
}


/* ==========================================
   ТЕКСТ
========================================== */

.uft-section-body {

    flex: 1;

    min-width: 0;
}


.uft-section-body h2 {

    margin: 0 0 13px;

    color: var(--uft-blue);

    font-size: 21px;

    line-height: 1.4;

    font-weight: 750;
}


.uft-section-body p {

    margin: 0 0 14px;

    color: var(--uft-text);

    font-size: 15px;

    line-height: 1.85;
}


.uft-section-body p:last-child {

    margin-bottom: 0;
}


/* ==========================================
   СПИСОК
========================================== */

.uft-elective-list {

    margin: 17px 0 18px;

    padding: 0;

    list-style: none;

    counter-reset: elective-counter;
}


.uft-elective-list li {

    position: relative;

    counter-increment: elective-counter;

    margin-bottom: 14px;

    padding-left: 40px;

    color: var(--uft-text);

    font-size: 15px;

    line-height: 1.75;
}


.uft-elective-list li::before {

    content: counter(elective-counter);

    position: absolute;

    left: 0;

    top: 1px;

    width: 27px;

    height: 27px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 7px;

    background: #FFF3CF;

    color: var(--uft-blue);

    font-size: 12px;

    font-weight: 800;
}


/* ==========================================
   ПРИМІТКА
========================================== */

.uft-elective-note {

    background:
        linear-gradient(
            135deg,
            #F8FAFD,
            #FFFFFF
        );

    border-color: #D9E2ED;
}


.uft-elective-note .uft-section-number {

    background:
        linear-gradient(
            135deg,
            #DFAF32,
            #FFD15C
        );

    color: var(--uft-blue);
}


/* ==========================================
   МОБІЛЬНА ВЕРСІЯ
========================================== */

@media (max-width: 767px) {

    .uft-elective-page {

        padding: 20px 12px 50px;
    }


    .uft-elective-header {

        margin-bottom: 30px;
    }


    .uft-elective-header h1 {

        font-size: 25px;

        line-height: 1.3;
    }


    .uft-elective-header p {

        font-size: 13px;
    }


    .uft-elective-section {

        gap: 16px;

        padding: 22px 18px;

        border-radius: 13px;
    }


    .uft-section-number {

        flex: 0 0 42px;

        width: 42px;

        height: 42px;

        font-size: 12px;
    }


    .uft-section-body h2 {

        font-size: 18px;

        line-height: 1.4;
    }


    .uft-section-body p,
    .uft-elective-list li {

        font-size: 14px;

        line-height: 1.7;
    }


    .uft-elective-list li {

        padding-left: 35px;
    }


    .uft-elective-list li::before {

        width: 25px;

        height: 25px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4ab01f3 *//* ==========================================
   УТМ — СИЛАБУСИ / ВИБІРКОВІ ДИСЦИПЛІНИ
========================================== */

.uft-syllabus-section {

    --uft-blue: #123F73;
    --uft-blue-light: #1F68B8;
    --uft-gold: #FFD15C;
    --uft-text: #596575;
    --uft-border: #E2E8F0;

    max-width: 1250px;

    margin: 0 auto;

    padding: 35px 20px 70px;

    font-family:
        Montserrat,
        Arial,
        sans-serif;
}


/* ==========================================
   ЗАГОЛОВОК
========================================== */

.uft-syllabus-header {

    text-align: center;

    margin-bottom: 35px;
}


.uft-gold-line {

    display: block;

    width: 60px;

    height: 4px;

    margin: 0 auto 17px;

    background: var(--uft-gold);

    border-radius: 20px;
}


.uft-syllabus-header h2 {

    margin: 0;

    color: var(--uft-blue);

    font-size: 30px;

    font-weight: 800;

    line-height: 1.3;
}


.uft-syllabus-header p {

    margin: 12px 0 0;

    color: #7B8795;

    font-size: 14px;
}


/* ==========================================
   АКОРДЕОН
========================================== */

.uft-syllabus-accordion {

    border-radius: 16px;

    overflow: hidden;

    background: #fff;

    border: 1px solid var(--uft-border);

    box-shadow:
        0 10px 35px rgba(18, 63, 115, .08);
}


/* Забираємо стандартний трикутник */

.uft-syllabus-accordion summary {

    list-style: none;
}


.uft-syllabus-accordion summary::-webkit-details-marker {

    display: none;
}


/* ==========================================
   ЗАГОЛОВОК АКОРДЕОНА
========================================== */

.uft-syllabus-accordion summary {

    position: relative;

    display: flex;

    align-items: center;

    min-height: 72px;

    padding: 0 28px 0 0;

    cursor: pointer;

    background:
        linear-gradient(
            90deg,
            #123F73,
            #1F68B8
        );

    color: #fff;

    font-size: 16px;

    font-weight: 700;

    transition: .3s ease;
}


/* Золота смуга */

.uft-syllabus-accordion summary::before {

    content: "";

    width: 6px;

    height: 100%;

    background: var(--uft-gold);

    flex-shrink: 0;
}


/* Іконка */

.uft-summary-icon {

    width: 54px;

    height: 72px;

    display: flex;

    align-items: center;

    justify-content: center;

    margin-right: 18px;

    background: var(--uft-gold);

    color: var(--uft-blue);

    font-size: 23px;

    font-weight: 900;

    transition: transform .3s ease;
}


/* Стрілка при відкритті */

.uft-syllabus-accordion details[open] .uft-summary-icon {

    transform: rotate(180deg);
}


/* ==========================================
   СПИСОК
========================================== */

.uft-syllabus-list {

    padding: 18px 30px 10px;

    background: #fff;

    display: grid;

    grid-template-columns: 1fr 1fr;

    column-gap: 45px;
}


/* Посилання */

.uft-syllabus-list a {

    position: relative;

    display: block;

    padding: 11px 10px 11px 0;

    color: var(--uft-text);

    text-decoration: none;

    font-size: 14px;

    line-height: 1.5;

    border-bottom: 1px solid #EDF1F5;

    transition:
        color .25s ease,
        padding-left .25s ease;
}


.uft-syllabus-list a span {

    color: var(--uft-blue);

    font-weight: 800;

    margin-right: 5px;
}


/* Hover */

.uft-syllabus-list a:hover {

    color: var(--uft-blue-light);

    padding-left: 8px;
}


.uft-syllabus-list a:hover span {

    color: var(--uft-gold);
}


/* маленький маркер */

.uft-syllabus-list a::after {

    content: "↗";

    position: absolute;

    right: 3px;

    top: 50%;

    transform: translateY(-50%);

    color: var(--uft-blue);

    opacity: 0;

    transition: .25s ease;
}


.uft-syllabus-list a:hover::after {

    opacity: 1;

    right: 0;
}


/* ==========================================
   КНОПКА
========================================== */

.uft-syllabus-button-wrap {

    padding: 22px 30px 30px;

    background: #fff;

    text-align: center;
}


.uft-syllabus-button {

    display: inline-flex;

    align-items: center;

    gap: 14px;

    padding: 14px 25px;

    border-radius: 50px;

    background:
        linear-gradient(
            135deg,
            var(--uft-blue),
            var(--uft-blue-light)
        );

    color: #fff !important;

    text-decoration: none !important;

    font-size: 14px;

    font-weight: 800;

    box-shadow:
        0 8px 20px rgba(18, 63, 115, .22);

    transition:
        transform .25s ease,
        box-shadow .25s ease;
}


.uft-syllabus-button span {

    color: var(--uft-gold);

    font-size: 19px;

    transition: transform .25s ease;
}


.uft-syllabus-button:hover {

    transform: translateY(-2px);

    box-shadow:
        0 12px 28px rgba(18, 63, 115, .30);
}


.uft-syllabus-button:hover span {

    transform: translateX(4px);
}


/* ==========================================
   МОБІЛЬНА ВЕРСІЯ
========================================== */

@media (max-width: 767px) {

    .uft-syllabus-section {

        padding: 20px 10px 45px;
    }


    .uft-syllabus-header h2 {

        font-size: 23px;
    }


    .uft-syllabus-header p {

        font-size: 13px;

        line-height: 1.6;
    }


    .uft-syllabus-accordion summary {

        min-height: 62px;

        font-size: 13px;

        line-height: 1.4;
    }


    .uft-summary-icon {

        width: 46px;

        height: 62px;

        margin-right: 12px;

        font-size: 20px;
    }


    .uft-syllabus-list {

        display: block;

        padding: 12px 18px;
    }


    .uft-syllabus-list a {

        padding: 10px 22px 10px 0;

        font-size: 13px;
    }


    .uft-syllabus-button-wrap {

        padding: 18px;
    }


    .uft-syllabus-button {

        width: 100%;

        justify-content: center;

        box-sizing: border-box;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-61fcd3b *//* ==========================================
   УТМ — СИЛАБУСИ / ВИБІРКОВІ ДИСЦИПЛІНИ
========================================== */

.uft-syllabus-section {

    --uft-blue: #123F73;
    --uft-blue-light: #1F68B8;
    --uft-gold: #FFD15C;
    --uft-text: #596575;
    --uft-border: #E2E8F0;

    max-width: 1250px;

    margin: 0 auto;

    padding: 35px 20px 70px;

    font-family:
        Montserrat,
        Arial,
        sans-serif;
}


/* ==========================================
   ЗАГОЛОВОК
========================================== */

.uft-syllabus-header {

    text-align: center;

    margin-bottom: 35px;
}


.uft-gold-line {

    display: block;

    width: 60px;

    height: 4px;

    margin: 0 auto 17px;

    background: var(--uft-gold);

    border-radius: 20px;
}


.uft-syllabus-header h2 {

    margin: 0;

    color: var(--uft-blue);

    font-size: 30px;

    font-weight: 800;

    line-height: 1.3;
}


.uft-syllabus-header p {

    margin: 12px 0 0;

    color: #7B8795;

    font-size: 14px;
}


/* ==========================================
   АКОРДЕОН
========================================== */

.uft-syllabus-accordion {

    border-radius: 16px;

    overflow: hidden;

    background: #fff;

    border: 1px solid var(--uft-border);

    box-shadow:
        0 10px 35px rgba(18, 63, 115, .08);
}


/* Забираємо стандартний трикутник */

.uft-syllabus-accordion summary {

    list-style: none;
}


.uft-syllabus-accordion summary::-webkit-details-marker {

    display: none;
}


/* ==========================================
   ЗАГОЛОВОК АКОРДЕОНА
========================================== */

.uft-syllabus-accordion summary {

    position: relative;

    display: flex;

    align-items: center;

    min-height: 72px;

    padding: 0 28px 0 0;

    cursor: pointer;

    background:
        linear-gradient(
            90deg,
            #123F73,
            #1F68B8
        );

    color: #fff;

    font-size: 16px;

    font-weight: 700;

    transition: .3s ease;
}


/* Золота смуга */

.uft-syllabus-accordion summary::before {

    content: "";

    width: 6px;

    height: 100%;

    background: var(--uft-gold);

    flex-shrink: 0;
}


/* Іконка */

.uft-summary-icon {

    width: 54px;

    height: 72px;

    display: flex;

    align-items: center;

    justify-content: center;

    margin-right: 18px;

    background: var(--uft-gold);

    color: var(--uft-blue);

    font-size: 23px;

    font-weight: 900;

    transition: transform .3s ease;
}


/* Стрілка при відкритті */

.uft-syllabus-accordion details[open] .uft-summary-icon {

    transform: rotate(180deg);
}


/* ==========================================
   СПИСОК
========================================== */

.uft-syllabus-list {

    padding: 18px 30px 10px;

    background: #fff;

    display: grid;

    grid-template-columns: 1fr 1fr;

    column-gap: 45px;
}


/* Посилання */

.uft-syllabus-list a {

    position: relative;

    display: block;

    padding: 11px 10px 11px 0;

    color: var(--uft-text);

    text-decoration: none;

    font-size: 14px;

    line-height: 1.5;

    border-bottom: 1px solid #EDF1F5;

    transition:
        color .25s ease,
        padding-left .25s ease;
}


.uft-syllabus-list a span {

    color: var(--uft-blue);

    font-weight: 800;

    margin-right: 5px;
}


/* Hover */

.uft-syllabus-list a:hover {

    color: var(--uft-blue-light);

    padding-left: 8px;
}


.uft-syllabus-list a:hover span {

    color: var(--uft-gold);
}


/* маленький маркер */

.uft-syllabus-list a::after {

    content: "↗";

    position: absolute;

    right: 3px;

    top: 50%;

    transform: translateY(-50%);

    color: var(--uft-blue);

    opacity: 0;

    transition: .25s ease;
}


.uft-syllabus-list a:hover::after {

    opacity: 1;

    right: 0;
}


/* ==========================================
   КНОПКА
========================================== */

.uft-syllabus-button-wrap {

    padding: 22px 30px 30px;

    background: #fff;

    text-align: center;
}


.uft-syllabus-button {

    display: inline-flex;

    align-items: center;

    gap: 14px;

    padding: 14px 25px;

    border-radius: 50px;

    background:
        linear-gradient(
            135deg,
            var(--uft-blue),
            var(--uft-blue-light)
        );

    color: #fff !important;

    text-decoration: none !important;

    font-size: 14px;

    font-weight: 800;

    box-shadow:
        0 8px 20px rgba(18, 63, 115, .22);

    transition:
        transform .25s ease,
        box-shadow .25s ease;
}


.uft-syllabus-button span {

    color: var(--uft-gold);

    font-size: 19px;

    transition: transform .25s ease;
}


.uft-syllabus-button:hover {

    transform: translateY(-2px);

    box-shadow:
        0 12px 28px rgba(18, 63, 115, .30);
}


.uft-syllabus-button:hover span {

    transform: translateX(4px);
}


/* ==========================================
   МОБІЛЬНА ВЕРСІЯ
========================================== */

@media (max-width: 767px) {

    .uft-syllabus-section {

        padding: 20px 10px 45px;
    }


    .uft-syllabus-header h2 {

        font-size: 23px;
    }


    .uft-syllabus-header p {

        font-size: 13px;

        line-height: 1.6;
    }


    .uft-syllabus-accordion summary {

        min-height: 62px;

        font-size: 13px;

        line-height: 1.4;
    }


    .uft-summary-icon {

        width: 46px;

        height: 62px;

        margin-right: 12px;

        font-size: 20px;
    }


    .uft-syllabus-list {

        display: block;

        padding: 12px 18px;
    }


    .uft-syllabus-list a {

        padding: 10px 22px 10px 0;

        font-size: 13px;
    }


    .uft-syllabus-button-wrap {

        padding: 18px;
    }


    .uft-syllabus-button {

        width: 100%;

        justify-content: center;

        box-sizing: border-box;
    }

}/* End custom CSS */