@font-face {
    font-family: 'PTSerif';
    src: url('../fonts/PTSerif-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PTSerif';
    src: url('../fonts/PTSerif-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'PTSerif';
    src: url('../fonts/PTSerif-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PTSerif';
    src: url('../fonts/PTSerif-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}


@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Italic-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: italic;
    font-display: swap;
}

:root {
    --primary: #2d764b;
    --secondary: #dc2828;
    --background: #fcfcfc;
    --foreground: #1c221f;
    --accent: #e3f2e9;
    --muted: #eef1ef;
    --topbar-bg: #276842;


    --primary-dark: #36a162;
    --secondary-dark: #df3a3a;
    --background-dark: #0d110f;
    --foreground-dark: #f2f2f2;
}

body {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.uk-container {
    max-width: 1300px;
}

.font-medium {
    font-weight: 500;
}

.font-semibold {
    font-weight: 600;
}

.font-bold {
    font-weight: 700;
}

.colors-separator {
    width: 100%;
}

.colors-separator > * {
    display: inline-block;
    height: 4px;
    width: 100%;
}

.bg-primary {
    background-color: var(--primary);
}

.bg-secondary {
    background-color: var(--secondary);
}

.bg-white {
    background-color: var(--background);
}


.main-footer .footer-top {
    padding: 112px 0;
}

.main-footer {
    background-color: var(--foreground);
    font-weight: 500;
}

.main-footer,
.main-footer a {
    color: rgba(252, 252, 252, 0.45);
}


.main-footer .footer-bottom {
    border-top: 1px solid rgba(252, 252, 252, 0.1);
    padding: 20px 0;
}

.main-footer .footer-bottom a,
.main-footer .contact-item:not(.contact-item__working_time):hover,
.main-footer .contact-item:hover a {
    color: var(--secondary);
    text-decoration: none;
}

.footer-bottom__block {
    gap: 10px;
    color: rgba(252, 252, 252, 0.25);
    font-size: 12px;
    font-weight: 500;
}

.footer-socialnetwork {
    display: flex;
    gap: 10px;
}

.footer-socialnetwork .social-network__item {
    background-color: rgba(252, 252, 252, 0.05);
    border-radius: 12px;
    height: 40px;
    width: 40px;
    flex: 0 0 auto;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-socialnetwork .social-network__item svg,
.footer-contacts .contact-item svg {
    height: 16px;
    width: 16px;
}

.main-footer .footer-column__title {
    color: #fff;
    font-family: 'PTSerif', sans-serif;
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 20px;
}

.footer-contacts .contact-item:not(:last-child),
.footer-menu > .menu-item:not(:last-child) {
    margin-bottom: 16px;
}

.footer-contacts .contact-item {
    font-size: 14px;
    gap: 12px;
}


.footer-menu {
    list-style-type: none;
    padding-left: 0;
}

.section-default {
    margin: 112px 0;

}

.section-default .section-subtitle {
    color: var(--primary);
    font-size: 12px;
    letter-spacing: .2em;
}

.section-default .section-title {
    font-size: 48px;
    line-height: 1.4;
    color: var(--foreground);
    font-family: 'PTSerif', sans-serif;
    font-weight: 400;
    margin-bottom: 16px;
}

.section-default .section-title span {
    color: var(--secondary);
}

.section-default .section-description {
    color: #6d7873;
    font-size: 18px;
    max-width: 672px;
    margin: 0 auto;
    font-family: "Montserrat", sans-serif;
}

.contacts-block .contact__item {
    background-color: #f7f7f7;
    border-radius: 16px;
    gap: 1rem;
    padding: 20px;
    display: flex;
}

.contacts-block .contact__item:not(:last-child) {
    margin-bottom: 16px;
}


.contacts-block .contact__item .icon {
    background-color: #2d764b1a;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #2d764b;
}

.contacts-block .contact__item .icon svg {
    width: 20px;
    height: 20px;
}

.contacts-block .contact__item .label {
    letter-spacing: .15em;
    font-weight: 500;
    color: #6d7873;
    font-size: 10px;
    margin-bottom: 4px;
}

.contacts-block .contact__item .value {
    color: #1c221f;
}

.section-contacts .contacts-wrapper {
    margin-top: 60px;
}

.section-contacts .wpcf7-form,
.default-page__contact .wpcf7-form {
    border: 1px solid #e3e8e5;
    border-radius: 24px;
    padding: 36px;
}

.section-contacts .wpcf7-form label,
.default-page__contact .wpcf7-form label {
    font-weight: 700;
    margin-bottom: 10px;
    color: #201e1d;
    display: inline-block;
}

.wpcf7-form .required {
    color: #dc3232;
}

.section-contacts .wpcf7-submit:before,
.default-page__contact .wpcf7-submit:before {
    content: "";
    height: 16px;
    width: 16px;
    display: inline-block;
    background: url("../images/icon-white.svg") no-repeat center center;
    background-size: 16px;
    margin-right: 10px;
}

.section-contacts .wpcf7-submit,
.default-page__contact .wpcf7-submit {
    margin-top: 25px;
    padding: 15px 25px;
    background: var(--primary);
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    border-radius: 12px;
    text-decoration: none;
    box-shadow: none;
    outline: none;
    border: none;
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    transition: .3s ease-in-out;
}

.section-contacts .wpcf7-spinner,
.default-page__contact .wpcf7-spinner {
    width: 15px;
    height: 15px;
    margin: 0;
}

.section-contacts .wpcf7-submit .wpcf7-spinner,
.default-page__contact .wpcf7-submit .wpcf7-spinner {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
}

.section-contacts .wpcf7-form .wpcf7-text,
.section-contacts .wpcf7-form .wpcf7-textarea,
.default-page__contact .wpcf7-form .wpcf7-text,
.default-page__contact .wpcf7-form .wpcf7-textarea {
    border-radius: 10px;
}

.wpcf7-not-valid-tip {
    font-size: 13px;
    margin-top: 5px;
}

.wpcf7-spinner::before {
    content: '';
    transform-origin: 5px 5px;
}

.section-default-design .section-subtitle {
    border: 1px solid #2d764b26;
    border-radius: 12px;
    text-transform: uppercase;
    display: inline-block;
    padding: 4px 12px;
}

.section-default-design .section-subtitle svg {
    height: 14px;
    width: 14px;
    margin-right: 5px;
}

.section-default-design .section-description {
    margin: 0;
}

.section-default-design .section-header > .uk-grid > div:first-child > *:last-child {
    margin-bottom: 0;
}

.section-default-design .btn-archive-link {
    color: rgb(255, 255, 255);
    font-size: 14px;
    box-shadow: none;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    padding: 8px 25px;
    background: var(--primary);
    border-radius: 20px;
    text-decoration: none;
    outline: none;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    transition: 0.3s ease-in-out;
    gap: 8px;
}

.section-default-design .btn-archive-link svg {
    height: 16px;
    width: 16px;
    transition: 0.3s ease-in-out;
}

.section-default-design .btn-archive-link:hover svg {
    transform: translateX(30%);
}

.section-last-news {
    padding: 112px 0;
    margin: 0;
    overflow: hidden;
}

.section-last-news .abs-design-figure-1 {
    background: rgba(220, 40, 40, 0.03);
    height: 350px;
    width: 350px;
    left: -64px;
    top: -64px;
    position: absolute;
    border-radius: 9999px;
    z-index: 0;
}

.section-last-news .abs-design-figure-2 {
    border: 1px solid rgba(220, 40, 40, 0.1);
    height: 450px;
    width: 450px;
    left: -96px;
    top: -96px;
    border-radius: 9999px;
    position: absolute;
    z-index: 0;
}


.section-last-news .abs-design-figure-3 {
    background-color: rgba(45, 118, 75, 0.04);
    border-top-left-radius: 40% 45%;
    border-top-right-radius: 60% 50%;
    border-bottom-right-radius: 65% 55%;
    border-bottom-left-radius: 35% 55%;
    height: 300px;
    width: 300px;
    right: -64px;
    bottom: 74.3906px;
    position: absolute;
    z-index: 0;
}


.section-last-news .abs-design-figure-4 {
    position: absolute;
    top: 148.8px;
    right: 136.2px;
    width: 56px;
    height: 56px;
    border-radius: 12px;
    background-color: rgba(220, 40, 40, 0.06);
    pointer-events: none;
    animation: float-y 2.5s ease-in-out infinite;
}

@keyframes float-y {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-8px);
    }
}


.section-last-news .section-header,
.section-last-news .last-news__list {
    z-index: 1;
    position: relative;
}

.section-last-news .last-news__list {
    margin-top: 50px;
}

.section-last-news .last-news__item--big-card {
    border: 1px solid #e3e8e5;
    border-radius: 24px;
    overflow: hidden;
}


.section-last-news .last-news__item--small-card {
    border: 1px solid #e3e8e5;
    border-radius: 24px;
    padding: 15px;
    gap: 15px;
    transition: .3s ease-in-out;
}

.section-last-news .last-news__item--small-card:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
}


.section-last-news .last-news__item--small-card:not(:last-child) {
    margin-bottom: 20px;
}

.section-last-news .last-news__item--small-card .post-image {
    border-radius: 15px;
    overflow: hidden;
}

.section-last-news .last-news__item--small-card .post-image img {
    aspect-ratio: 1/1;
    height: 112px;
    width: 112px;
    object-fit: cover;
}

.section-last-news .last-news__item--small-card .post-date {
    font-size: 11px;
    color: #6d7873;
    gap: 6px;
}

.section-last-news .last-news__item--small-card .post-date svg {
    height: 15px;
    width: 15px;
}

.section-last-news .last-news__item--small-card .post-title {
    color: var(--foreground);
    font-family: 'PTSerif', sans-serif;
    font-size: 16px;
    margin-bottom: 8px;
}

.section-last-news .last-news__item--small-card:hover .post-title {
    color: var(--primary);
    text-decoration: none;
}


.section-last-news .last-news__item--small-card .post-category,
.section-last-news .last-news__item--big-card .post-category {
    gap: 5px;
    margin-bottom: 8px;
}

.section-last-news .last-news__item--small-card .post-category span {
    color: var(--secondary);
    padding: 2px 8px;
    font-size: 11px;
    border-radius: 10px;
    border: 1px solid #dc28284d;
}

.section-last-news .last-news__item--big-card:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to top, hsl(150 10% 12% / .7), hsl(150 10% 12% / .2), transparent);
}

.section-last-news .last-news__item--big-card .post-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: .6s ease-in-out;
    max-height: 310px;
}

.section-last-news .last-news__item--big-card:hover .post-image img {
    transform: scale(1.1);
}


.section-last-news .last-news__item--big-card .post-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 28px;
    z-index: 1;
}

.section-last-news .last-news__item--big-card .post-category span {
    font-size: 13px;
}

.section-last-news .last-news__item--big-card .post-title {
    color: #fff;
    font-family: 'PTSerif', sans-serif;
    font-size: 28px;
    margin-bottom: 10px;
}

.section-last-news .last-news__item--big-card .post-description {
    font-size: 14px;
    color: #ffffffc4;
    margin-bottom: 15px;
}


.section-last-news .last-news__item--big-card .post-category span {
    background: var(--secondary);
    color: #fff;
    padding: 2px 8px;
    font-size: 11px;
    border-radius: 10px;
    border: 1px solid #dc28284d;
}

.section-last-news .last-news__item--big-card .post-date svg {
    height: 15px;
    width: 15px;
    margin-right: 8px;
}

.section-last-news .last-news__item--big-card .post-date,
.section-last-news .last-news__item--big-card .post-link-read {
    font-size: 13px;

}

.section-last-news .last-news__item--big-card .post-date {
    color: #fff9;
}

.section-last-news .last-news__item--big-card .post-link-read {
    color: #fff;
    visibility: hidden;
    transition: 0.3s ease-in-out;
}

.section-last-news .last-news__item--big-card:hover .post-link-read {
    visibility: visible;
    text-decoration: none !important;
}

.section-last-news .last-news__item--big-card .post-link-read svg {
    height: 15px;
    width: 15px;
    margin-left: 4px;
}


.section-application-course {
    background: var(--foreground);
    padding: 128px 0;
}

.section-application-course .section-subtitle {
    background-color: #ffffff0d;
}

.section-application-course .section-title {
    color: #fff;
}

.section-our-activities {
    padding: 128px 0;
    background-color: #f7f7f7;
    margin: 0;
}

.section-our-activities .abs-design-figure-1 {
    background: rgba(220, 40, 40, 0.06);
    filter: blur(64px);
    height: 288px;
    width: 288px;
    left: 40px;
    top: 80px;
    position: absolute;
    z-index: 0;
}

.section-our-activities .abs-design-figure-2 {
    background-color: hsl(145deg 45% 32% / 10%);
    filter: blur(64px);
    height: 288px;
    width: 288px;
    right: 40px;
    bottom: 40px;
    position: absolute;
    z-index: 0;
}

.section-our-activities .section-header,
.section-our-activities .courses-list {
    z-index: 1;
}

.section-our-activities .section-subtitle {
    color: var(--secondary);
}

.section-our-activities .section-header {
    margin-bottom: 50px;
}

.section-our-activities .course-item {
    transition: .3s ease-in-out;
}

.section-our-activities .course-item__post-title {
    font-family: 'PTSerif', sans-serif;
    color: var(--foreground);
    margin-bottom: 15px;
    font-size: 18px;
    transition: .3s ease-in-out;
    display: inline-block;
}


.section-our-activities .course-item__big-card .course-item__post-title {
    font-size: 30px;
}

.section-our-activities .course-item__big-card {
    display: flex;
    border-radius: 24px;
    overflow: hidden;
}

.section-our-activities .course-item__big-card .course-item__post-image,
.section-our-activities .course-item__big-card .course-item__post-content {
    width: 50%;
}

.section-our-activities .course-item .course-item__post-image {
    overflow: hidden;
}

.section-our-activities .course-item .course-item__post-image img {
    object-fit: cover;
    transition: .3s ease-in-out;
}

.section-our-activities .course-item__big-card .course-item__post-image img {
    height: 20rem;
}

.section-our-activities .course-item__big-card .course-item__post-content {
    padding: 40px;
    background: #fff;
    border: 1px solid #e3e8e5;
    border-radius: 0 24px 24px 0;
    border-left: none;
}

.section-our-activities .course-item__post-description {
    color: #6d7873;
    font-size: 18px;
    max-width: 672px;
    margin-bottom: 15px;
}

.section-our-activities .course-item__post-btn-read-more {
    display: inline-block;
    font-size: 14px;
    color: var(--primary);
}

.section-our-activities .course-item__post-btn-read-more svg {
    height: 16px;
    width: 16px;
    margin-left: 8px;
    transition: .3s ease-in-out;
}

.section-our-activities .course-item__small-card .course-item__post-content {
    padding: 20px;
    background: #fff;
    border: 1px solid #e3e8e5;
    border-radius: 0 0 16px 16px;
    border-top: none;
}

.section-our-activities .course-item__small-card .course-item__post-description {
    font-size: 14px;
    max-width: 100%;
}

.section-our-activities .course-item__small-card {
    border-radius: 16px;
    overflow: hidden;
}

.section-our-activities .course-item__small-card .course-item__post-image {
    border-radius: 16px 16px 0 0;
}

.section-our-activities .course-item__small-card .course-item__post-image img {
    max-height: 200px;
    width: 100%;
    object-fit: cover;
}

.section-our-activities .course-item:hover {
    text-decoration: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
}

.section-our-activities .course-item:hover .course-item__post-title {
    color: var(--primary);
}

.section-our-activities .course-item:hover .course-item__post-btn-read-more svg {
    transform: translateX(20%);
}

.section-our-activities .course-item:hover .course-item__post-image img {
    transform: scale(1.05);
}

.default-article .article-body {
    margin: 112px 0 !important;
}

.default-article .section-article__title {
    font-weight: 700;
    color: var(--foreground);
    font-family: 'PTSerif', sans-serif;
    font-size: 30px;
    margin-bottom: 24px;
}

.archive-page-header,
.default-page .page-header {
    padding: 112px 0;
    background: linear-gradient(160deg, hsl(145 20% 95%), hsl(140 12% 92%));
}

.archive-default .archive-page-header .page-header__title,
.default-page .page-header__title {
    font-family: 'PTSerif', sans-serif;
    font-size: 60px;
    color: var(--foreground);
    margin: 0 0 20px 0;
    z-index: 1;
}

.archive-default .archive-page-header .page-header__description,
.default-page .page-header__description {
    max-width: 670px;
    margin: auto;
    font-size: 20px;
    color: #6d7873;
}

.archive-default .archive-page-body,
.default-page .page-body {
    padding: 112px 0;
}

.archive-default .custom-pagination {
    gap: 8px;
}

.archive-default .custom-pagination .page-item,
.archive-default .custom-pagination .navigation__separator {
    height: 30px;
    width: 30px;
    border-radius: 4px;
    background: var(--primary);
    display: flex;
    justify-content: center;
    align-items: center;
}

.archive-default .custom-pagination .page-item a,
.archive-default .custom-pagination .navigation__separator {
    color: #fff;
}

.archive-default .custom-pagination .navigation__separator {
    align-items: end;
    justify-content: center;
    display: flex;
    background: transparent;
    color: var(--foreground);
}

.archive-default .custom-pagination .page-item.uk-active,
.archive-default .custom-pagination .page-item:hover {
    background: var(--secondary);
    cursor: pointer;
}

.archive-default .custom-pagination .page-link {
    padding: 0;
    line-height: 1;
}

.section-advantages {
    margin: 0;
    padding: 128px 0;
    overflow: hidden;
}

.section-advantages .section-subtitle:before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    background: var(--primary);
    border-radius: 50px;
}

.section-advantages + .section-default {
    margin-top: 0;
}

.section-advantages .advantages__wrapper {
    margin-top: 45px;
}

.section-advantages .section-additional-description {
    font-size: 18px;
    color: #6d7873;
    max-width: 450px;
    text-align: right;
}

.section-advantages .advantage-item {
    border: 1px solid #e3e8e5;
    border-radius: 24px;
    padding: 28px;
    gap: 15px;
    transition: .3s ease-in-out;
    background: #fff;
}


.section-advantages .advantage-item .advantage-item__icon {
    border-radius: 12px;
    height: 48px;
    width: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #2d764b1a;
    margin-bottom: 20px;
    border: none;
}

.section-advantages .advantage-item .advantage-item__icon svg {
    color: var(--primary);
    height: 20px;
    width: 20px;
}

.section-advantages .advantages__wrapper > .uk-grid > div:nth-of-type(even) .advantage-item {
    border-color: #dc282833;
}

.section-advantages .advantages__wrapper > .uk-grid > div:nth-of-type(even) .advantage-item__icon {
    background-color: #dc28281a;
}

.section-advantages .advantages__wrapper > .uk-grid > div:nth-of-type(even) .advantage-item svg {
    color: var(--secondary);
}

.section-advantages .advantage-item:hover {
    border: 1px solid transparent !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
}


.section-advantages .advantage-item__title {
    font-size: 18px;
    color: var(--foreground);
    font-family: 'PTSerif', sans-serif;
    margin-bottom: 10px;
}

.section-advantages .advantage-item__description {
    color: #6d7873;
    font-size: 14px;
}

.section-advantages .count {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 10px;
    letter-spacing: .1em;
    color: #6d78734d;
}

.section-advantages .abs-design-figure-1 {
    background-color: #dc282808;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 400px;
    height: 400px;
    filter: blur(64px);
    transform: translate(-33.333333%, 50%) rotate(0) skew(0) skewY(0) scaleX(1) scaleY(1);
    z-index: -1;
}

.section-advantages .abs-design-figure-2 {
    background-color: #2d764b12;
    position: absolute;
    right: 0;
    top: 0;
    width: 400px;
    height: 400px;
    filter: blur(64px);
    transform: matrix(1, 0, 0, 1, 166.667, -250);
    z-index: -1;
}

/**
START
SECTION HERO
 */

.section-hero {
    margin: 0 !important;
    padding: 160px 0 0 0;
    overflow: hidden;
    background: var(--background);
}

.section-hero > .uk-container {
    position: relative;
    z-index: 1;
}

.section-hero .uk-grid {
    row-gap: 40px;
}


/*
 * LEFT — tag
 */

.section-hero .section-tag {
    gap: 12px;
    margin-bottom: 32px;
}

.section-hero .section-tag__dots {
    gap: 4px;
}

.section-hero .section-tag__dots .dot {
    width: 8px;
    height: 8px;
    border-radius: 9999px;
}

.section-hero .section-tag__dots .dot-1 {
    background-color: var(--primary);
}

.section-hero .section-tag__dots .dot-2 {
    background-color: var(--secondary);
}

.section-hero .section-tag__dots .dot-3 {
    background-color: rgba(45, 118, 75, 0.4);
}

.section-hero .section-tag__label {
    font-size: 11px;
    letter-spacing: .2em;
    color: #6d7873;
}


/*
 * LEFT — title
 */

.section-hero .section-title {
    font-family: 'PTSerif', serif;
    font-size: 72px;
    line-height: 1.08;
    color: var(--foreground);
    margin: 0 0 28px 0;
}

.section-hero .section-title span {
    display: block;
}

.hero-content__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 64px;
}

.section-hero .section-title__accent {
    position: relative;
    display: inline-block;
    background-image: linear-gradient(135deg, hsl(0deg 72% 51%), hsl(0deg 65% 42%));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.section-hero .section-title__underline {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -6px;
    height: 3px;
    border-radius: 9999px;
    background-color: hsl(0deg 72% 51% / 25%);
    transform-origin: left;
    animation: hero-underline-in .6s ease-out .4s both;
}

@keyframes hero-underline-in {
    from {
        transform: scaleX(0);
    }
    to {
        transform: scaleX(1);
    }
}


/*
 * LEFT — description + buttons + location
 */

.section-hero .section-description {
    font-size: 17px;
    line-height: 1.7;
    color: #6d7873;
    max-width: 440px;
    margin: 0 0 40px 0;
}

.section-hero .btn-actions {
    gap: 16px;
    margin-bottom: 48px;
}

.section-hero .btn-action {
    border-radius: 9999px;
    padding: 0 28px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    letter-spacing: .08em;
    text-decoration: none;
    transition: .3s ease-in-out;
}

.section-hero .btn-action--primary {
    background-color: var(--primary);
    color: #fff;
    box-shadow: 0 10px 25px -8px hsl(145deg 45% 32% / 25%);
}

.section-hero .btn-action--primary:hover {
    background-color: hsl(145deg 45% 28%);
    box-shadow: 0 15px 35px -8px hsl(145deg 45% 32% / 40%);
    transform: translateY(-2px);
    color: #fff;
}

.section-hero .btn-action--primary svg {
    height: 16px;
    width: 16px;
    transition: .3s ease-in-out;
}

.section-hero .btn-action--primary:hover svg {
    transform: translateX(4px);
}

.section-hero .btn-action--outline {
    border: 1px solid #e3e8e5;
    color: var(--foreground);
    background: transparent;
    padding: 0 24px;
    height: 52px;
    font-size: 13px;
}

.section-hero .btn-action--outline:hover {
    border-color: var(--foreground);
    color: var(--foreground);
    text-decoration: none;
}


/*
 * RIGHT — main image composition
 */

.section-hero .hero-right,
.section-hero .hero-left {
    max-width: 576px;
}

.section-hero .hero-big-image {
    aspect-ratio: 3 / 4;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 64px;
    border-bottom-right-radius: 0;
    overflow: hidden;
    box-shadow: 0 25px 60px -20px hsl(150deg 10% 12% / 18%);
}

.section-hero .hero-big-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.section-hero .hero-big-image__overlay {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(to top, hsl(150deg 10% 12% / .22), transparent 50%);
    pointer-events: none;
}

.section-hero .hero-right__bg-shape {
    position: absolute;
    top: -32px;
    right: -32px;
    width: 100%;
    height: 100%;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 64px;
    border-bottom-right-radius: 0;
    border: 1px solid rgba(45, 118, 75, 0.1);
    pointer-events: none;
    z-index: -1;
}

.section-hero .hero-small-image {
    position: absolute;
    left: -32px;
    bottom: 18%;
    width: 160px;
    aspect-ratio: 1 / 1;
    border-radius: 16px;
    overflow: hidden;
    border: 4px solid var(--background);
    box-shadow: 0 15px 35px -8px hsl(150deg 10% 12% / 18%);
    z-index: 2;
}

.section-hero .hero-small-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.section-hero .hero-stat-chip {
    position: absolute;
    left: -16px;
    top: 12%;
    background: #fff;
    border: 1px solid #e3e8e5;
    border-radius: 12px;
    padding: 12px 16px;
    box-shadow: 0 10px 30px -8px hsl(150deg 10% 12% / 15%);
    display: flex;
    flex-direction: column;
    z-index: 2;
}

.section-hero .hero-stat-chip__value {
    font-family: 'PTSerif', serif;
    font-size: 20px;
    color: var(--primary);
    line-height: 1;
}

.section-hero .hero-stat-chip__label {
    font-size: 10px;
    letter-spacing: .1em;
    color: #6d7873;
    margin-top: 4px;
}


/*
 * STATS BAR (bottom)
 */

.section-hero .hero-stats-bar {
    position: relative;
    z-index: 1;
    border-top: 1px solid #e3e8e5;
    margin-top: 64px;
}

.section-hero .hero-stats-bar__grid > div + div .hero-stat-item {
    border-left: 1px solid #e3e8e5;
}

.section-hero .hero-stat-item {
    padding: 20px 24px;
    cursor: default;
    transition: .3s ease-in-out;
}

.section-hero .hero-stat-item__value {
    font-family: 'PTSerif', serif;
    font-size: 22px;
    color: var(--foreground);
    line-height: 1;
    transition: .3s ease-in-out;
}

.section-hero .hero-stat-item:hover .hero-stat-item__value {
    color: var(--primary);
}

.section-hero .hero-stat-item__label {
    font-size: 10px;
    letter-spacing: .15em;
    color: #6d7873;
    margin-top: 6px;
}


/*
 * ABSTRACT DESIGN FIGURES
 */

.section-hero .abs-design-figure-1 {
    position: absolute;
    top: -128px;
    right: -128px;
    width: 600px;
    height: 600px;
    border: 1px solid rgba(45, 118, 75, 0.1);
    border-radius: 9999px;
    pointer-events: none;
    z-index: 0;
}

.section-hero .abs-design-figure-2 {
    position: absolute;
    top: -80px;
    right: -80px;
    width: 500px;
    height: 500px;
    background-color: rgba(45, 118, 75, 0.04);
    border-radius: 9999px;
    pointer-events: none;
    z-index: 0;
}

.section-hero .abs-design-figure-3 {
    position: absolute;
    bottom: 5%;
    left: -80px;
    width: 350px;
    height: 350px;
    background-color: rgba(220, 40, 40, 0.06);
    border-top-left-radius: 40% 40%;
    border-top-right-radius: 60% 50%;
    border-bottom-right-radius: 70% 60%;
    border-bottom-left-radius: 30% 50%;
    pointer-events: none;
    z-index: 0;
}

.section-hero .abs-design-figure-4 {
    position: absolute;
    top: 25%;
    left: 8%;
    width: 64px;
    height: 64px;
    border-radius: 16px;
    background-color: rgba(45, 118, 75, 0.07);
    pointer-events: none;
    animation: float-y-soft 5s ease-in-out infinite;
    z-index: 0;
}

.section-hero .abs-design-figure-5 {
    position: absolute;
    top: 15%;
    right: 30%;
    width: 40px;
    height: 40px;
    border-radius: 9999px;
    background-color: rgba(220, 40, 40, 0.08);
    pointer-events: none;
    animation: float-y-soft 4s ease-in-out infinite 1s;
    z-index: 0;
}

.section-hero .abs-design-figure-6 {
    position: absolute;
    bottom: 30%;
    right: 12%;
    width: 32px;
    height: 32px;
    border: 2px solid rgba(45, 118, 75, 0.1);
    border-radius: 8px;
    pointer-events: none;
    animation: float-rotate 7s ease-in-out infinite;
    z-index: 0;
}

.section-hero .abs-design-figure-7 {
    position: absolute;
    top: 60%;
    left: 15%;
    width: 20px;
    height: 20px;
    border-radius: 9999px;
    background-color: rgba(220, 40, 40, 0.1);
    pointer-events: none;
    animation: float-y-soft 6s ease-in-out infinite 2s;
    z-index: 0;
}

.section-hero .abs-design-figure-8 {
    position: absolute;
    top: 20%;
    right: 5%;
    width: 128px;
    height: 128px;
    opacity: .15;
    background-image: radial-gradient(circle, hsl(145deg 45% 32%) 1px, transparent 1px);
    background-size: 12px 12px;
    pointer-events: none;
    z-index: 0;
}

.section-hero .abs-design-figure-9 {
    position: absolute;
    top: 0;
    left: 60%;
    width: 1px;
    height: 300px;
    background: linear-gradient(to bottom, transparent, rgba(227, 232, 229, 1), transparent);
    transform: rotate(20deg);
    transform-origin: top;
    pointer-events: none;
    z-index: 0;
}

.section-hero .abs-design-figure-10 {
    position: absolute;
    top: 10%;
    left: 65%;
    width: 1px;
    height: 200px;
    background: linear-gradient(to bottom, transparent, rgba(45, 118, 75, 0.1), transparent);
    transform: rotate(20deg);
    transform-origin: top;
    pointer-events: none;
    z-index: 0;
}


/**
START
ABSTRACT DESIGN FIGURES — EXTENDED
 */

.section-advantages,
.section-our-activities,
.section-last-news,
.section-application-course {
    overflow: hidden;
}

@keyframes float-y-slow {
    0%, 100% {
        transform: translateY(0) rotate(12deg);
    }
    50% {
        transform: translateY(-12px) rotate(12deg);
    }
}

@keyframes float-y-soft {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(10px);
    }
}

@keyframes float-rotate {
    0%, 100% {
        transform: translateY(0) rotate(45deg);
    }
    50% {
        transform: translateY(-8px) rotate(135deg);
    }
}


/**
section-last-news
 */


.section-last-news .abs-design-figure-6 {
    position: absolute;
    bottom: 25%;
    left: 5%;
    height: 32px;
    width: 32px;
    border-radius: 9999px;
    background-color: rgba(45, 118, 75, 0.07);
    pointer-events: none;
    animation: float-y-soft 4.5s ease-in-out infinite 1.5s;
    z-index: 0;
}

.section-last-news .abs-design-figure-7 {
    position: absolute;
    bottom: 15%;
    left: 3%;
    height: 112px;
    width: 112px;
    opacity: .12;
    background-image: radial-gradient(circle, hsl(0deg 72% 51%) 1px, transparent 1px);
    background-size: 10px 10px;
    pointer-events: none;
    z-index: 0;
}

.section-last-news .abs-design-figure-8 {
    position: absolute;
    top: 5%;
    right: 25%;
    width: 1px;
    height: 200px;
    background: linear-gradient(to bottom, transparent, rgba(28, 34, 31, 0.12), transparent);
    transform: rotate(25deg);
    transform-origin: top;
    pointer-events: none;
    z-index: 0;
}

.section-last-news .abs-design-figure-9 {
    position: absolute;
    top: 10%;
    right: 28%;
    width: 1px;
    height: 140px;
    background: linear-gradient(to bottom, transparent, rgba(220, 40, 40, 0.12), transparent);
    transform: rotate(25deg);
    transform-origin: top;
    pointer-events: none;
    z-index: 0;
}


/**
section-application-course (dark background)
 */

.section-application-course .uk-container {
    position: relative;
    z-index: 1;
}

.section-application-course .abs-design-figure-1 {
    position: absolute;
    top: -128px;
    right: -128px;
    height: 550px;
    width: 550px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 9999px;
    pointer-events: none;
    z-index: 0;
}

.section-application-course .abs-design-figure-2 {
    position: absolute;
    top: -80px;
    right: -80px;
    height: 450px;
    width: 450px;
    background-color: rgba(45, 118, 75, 0.1);
    border-radius: 9999px;
    pointer-events: none;
    z-index: 0;
}

.section-application-course .abs-design-figure-3 {
    position: absolute;
    bottom: 5%;
    left: -64px;
    height: 350px;
    width: 350px;
    background-color: rgba(220, 40, 40, 0.08);
    border-bottom-left-radius: 30% 50%;
    border-bottom-right-radius: 70% 60%;
    border-top-left-radius: 40%;
    border-top-right-radius: 60% 50%;
    pointer-events: none;
    z-index: 0;
}

.section-application-course .abs-design-figure-4 {
    position: absolute;
    top: 20%;
    left: 10%;
    height: 64px;
    width: 64px;
    border-radius: 16px;
    background-color: rgba(45, 118, 75, 0.12);
    pointer-events: none;
    animation: float-y-slow 5s ease-in-out infinite;
    z-index: 0;
}

.section-application-course .abs-design-figure-5 {
    position: absolute;
    bottom: 20%;
    right: 8%;
    height: 40px;
    width: 40px;
    border-radius: 9999px;
    background-color: rgba(220, 40, 40, 0.12);
    pointer-events: none;
    animation: float-y-soft 4s ease-in-out infinite 1s;
    z-index: 0;
}


/**
FINISH
ABSTRACT DESIGN FIGURES — EXTENDED
 */

.section-counter {
    margin: 0!important;
    background: var(--primary);
}