/* LANDING PAGE STYLES */
html {
    scroll-behavior: smooth;
}

section {
    scroll-margin-top: 6rem;
}

.flex-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.flex-row--sb {
    justify-content: space-between;
}

.flex-row--center {
    justify-content: center;
}

.align-center {
    align-items: center;
}

.align-start {
    align-items: flex-start;
}

.text-center {
    text-align: center;
}

.text-xs {
    font-size: 0.75rem;
    line-height: 1.25;
}

.text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem
}

.text-lg {
    font-size: 1.125rem;
    line-height: 1.4;
}

.text-xl {
    font-size: 1.25rem;
    line-height: 1.4;
}

.text-5xl {
    font-size: 3rem;
    line-height: 1
}

.text-6xl {
    font-size: 3.75rem;
    line-height: 1
}

.font-bold {
    font-weight: 700;
}

.text-white {
    color: #ffffff;
}

.block-grid {
    display: grid !important;
    column-gap: 24px;
    row-gap: 24px;
}

.block-grid-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.block-grid-3 {
    column-gap: 24px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.block-col {
    display: block !important;
}

.bg-blue {
    background-color: #0070c0;
}

.bg-blue-5 {
    background-color: rgba(0, 112, 192, 0.05);
}

.bg-white {
    background-color: #ffffff;
}

.bg-dark {
    background-color: #1e293b;
}

.dark-gradient-bg-block {
    background: linear-gradient(to bottom right, #1e293b, #0f172a);
}

.shadow-sm {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.shadow-md {
    box-shadow: 0 0px 12px 0px rgba(0, 0, 0, 0.07), 0 4px 8px -2px rgba(0, 0, 0, 0.07);
}

.shadow-md-hover:hover {
    box-shadow: 0 0px 12px 0px rgba(0, 0, 0, 0.07), 0 4px 8px -2px rgba(0, 0, 0, 0.07);
}

.shadow-lg {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1)
}

.shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.05);
}

.border-radius-16 {
    border-radius: 16px;
}

.font-icon {
    font-size: 1.5rem;
    line-height: 1.4;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    .hidden-tablet {
        display: none !important;
    }
}

@media screen and (max-width: 767px) {
    .hidden-phone {
        display: none !important;
    }
}

.btn-1 {
    border: 1px solid #0082cb;
    box-sizing: border-box;
}

.btn-1:hover {
    border-color: #1495dd;
}

.btn-md {
    height: 38px;
    padding-left: 18px;
    padding-right: 18px;
}

.btn-lg {
    height: 60px;
    padding-right: 32px;
    padding-left: 32px;
    font-size: 20px;
}

.chart-container {
    position: relative;
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    height: 350px;
    max-height: 400px;
}

@media (min-width: 768px) {
    .chart-container {
        height: 400px;
    }
}

.accordion-content {
    display: none;
    overflow: hidden;
}

.accordion-content.open {
    display: block;
    animation: slideDown 0.3s ease-out;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.header__wrap {
    transition: transform 0.3s;
}

@media screen and (min-width: 768px) {
    .header.fixed .header__wrap {
        transform: translateY(calc(-100% - 61px));
    }

    .header.fixed + .nav.bread .nav__wrap {
        top: 0;
        transform: translateY(-100%);
    }

    body:has(#bx-panel) .header.fixed .header__wrap {
        transform: translateY(calc(-100% - 242px));
    }
}

.l-hikrobot__header {
    position: sticky;
    top: 0;
    backdrop-filter: blur(4px);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    background-color: rgba(255, 255, 255, 0.95);
    border: 1px solid #e2e8f0;
    z-index: 100;
    padding: 10px 0;
}

.l-hikrobot__header-ttl {
    margin-bottom: 8px;
    font-weight: 700;
    font-size: 1.25rem;
    color: #0082cb;
    line-height: 1;
}

.l-hikrobot__header-subttl {
    line-height: 1;
    font-size: 0.875rem;
}

.l-hikrobot__nav-item {
    padding: 0 4px;
    color: inherit;
}

.l-hikrobot__nav-item:hover {
    color: #0082cb;
}

.l-hikrobot__section {
    padding-bottom: 70px;
}

.l-hikrobot__header + .l-hikrobot__section {
    padding-top: 50px;
}

.l-hikrobot .content__wrap {
    padding-bottom: 0;
}

.bottom-border-section .content__wrap {
    padding-bottom: 80px;
    border-bottom: 1px solid #e7e7e7;
}

.l-hikrobot__section-head {
    margin-bottom: 3rem;
    max-width: 48rem;
}

.l-hikrobot__section-head.text-center {
    margin-left: auto;
    margin-right: auto;
}

.l-hikrobot__section-head h1 {
    line-height: 1.1;
    font-size: 2.5rem;
}

.l-hikrobot__section-head:not(.text-center) h2 {
    text-align: left;
}

.l-hikrobot__section-head-text {
    margin-top: 1.5rem;
}

.l-hikrobot__brief-wrapper {
    padding: 1.5rem;
    border-left: 4px solid #0070c0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.l-hikrobot__brief-wrapper + .l-hikrobot__sign-for-course {
    width: 100%;
    margin-top: 1.5rem;
}

.l-hikrobot__brief-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.l-hikrobot__brief-item {
    flex-wrap: nowrap;
    align-items: flex-start;
    line-height: 1.4;
}

.l-hikrobot__brief-item .font-icon {
    flex: 0 0 30px;
}

.l-hikrobot__chart-block {
    padding: 24px 12px;
    margin-left: 20px;
}

.l-hikrobot__chart-block .chart-container {
    margin-top: 8px;
}

.audience-card {
    padding: 2rem 1.5rem;
    border: 1px solid #e7e7e7;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}

.audience-card__icon {
    width: fit-content;
    margin-bottom: 1.5rem;
}

.audience-card__icon--center {
    margin-left: auto;
    margin-right: auto;
}

.audience-card__ttl {
    margin-bottom: 1rem;
}

.equip-card {
    position: relative;
    overflow: hidden;
    padding: 2.5rem 2.5rem 1.5rem;
    border: 1px solid #e7e7e7;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}

.equip-card__icon {
    width: fit-content;
    margin-bottom: 1.5rem;
}

.equip-card__icon--center {
    margin-left: auto;
    margin-right: auto;
}

.equip-card__ttl {
    margin-bottom: 1rem;
}

.corner-label {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px 22px 4px 20px;
    background-color: #0082cb;
    color: #ffffff;
    top: 20px;
    width: 94px;
    white-space: nowrap;
}

.corner-label--right {
    right: -30px;
    transform: rotate(38deg);
}

.corner-label--left {
    transform: rotate(-38deg);
    left: -30px;
}

.l-hikrobot__note {
    margin: 2rem 0;
    padding: 1.5rem 2rem;
    color: #797473;
    border: 1px solid #dbeafe;
}

.l-hikrobot__note:first-child {
    margin-top: 0;
}

.l-hikrobot__note:last-child {
    margin-bottom: 0;
}

.accordion__item {
    border: 1px solid #e7e7e7;
    background-color: #ffffff;
}

.l-hikrobot .accordion__item:not(:last-child) {
    margin-bottom: 16px;
}

.accordion__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 1.25rem 1.5rem;
    cursor: pointer;
    border-radius: 16px;
    transition: background-color 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.accordion__header:not(.active):hover {
    box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.07);
}

.accordion__header.active {
    background-color: #f9f9f9;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.accordion__header .icon {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    object-fit: contain;
    transition: transform 0.3s;
}

.accordion__header.active .icon {
    transform: rotate(90deg);
}

.accordion__inner-content {
    padding: 1.25rem 1.5rem;
    line-height: 1.4;
}

.accordion__inner-content p {
    line-height: 1.4;
}

.accordion__inner-content ol {
    padding-left: 17px;
}

.accordion__inner-content ul {
    list-style: none;
}

.accordion__inner-content ul li {
    position: relative;
    padding-left: 17px;
}

.accordion__inner-content ol li:not(:last-child),
.accordion__inner-content ul li:not(:last-child) {
    margin-bottom: 8px;
}

.accordion__inner-content ul li::before {
    content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    left: 0;
    top: 4px;
    border-radius: 50%;
    background-color: rgba(0, 130, 203, 0.4);
}

.l-hikrobot__program {
    max-width: 894px;
}

.task-card {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    padding: 1.5rem;
    border: 1px solid #e7e7e7;
}

.task-card__icon {
    width: 45px;
    height: 45px;
    flex: 0 0 45px;
    object-fit: contain;
    font-size: 36px;
}

.task-card__descr {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.marking-block {
    position: relative;
    overflow: hidden;
    padding: 3rem;
    border-radius: 24px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.marking-block .glow-decor-item {
    position: absolute;
    top: -2.5vw;
    right: -2.5vw;
    max-width: 256px;
    max-height: 256px;
    min-width: 160px;
    min-height: 160px;
    width: 16vw;
    height: 16vw;
    opacity: 0.2;
    background-color: #0082cb;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(64px);
}

.marking-block__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
}

.marking-block__inner-col {
    width: 50%;
    max-width: 660px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.marking-block__label {
    display: flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    padding: 0.375rem 1rem;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.025em;
    font-size: 0.875rem;
    line-height: 1.38;
    color: #93c5fd;
    border: 1px solid rgba(96, 165, 250, 0.3);
    border-radius: 30px;
    background-color: rgba(59, 130, 246, 0.2);
}

.marking-block__ttl {
    text-align: left;
}

.marking-block__text {
    color: #e2e8f0;
}

.marking-block__list-item {
    align-items: flex-start;
    flex-wrap: nowrap;
    line-height: 1.4;
}

.marking-block__list-item:not(:last-child) {
    margin-bottom: 16px;
}

.marking-block__list-icon {
    width: 15px;
    flex: 0 0 15px;
    position: relative;
    top: -4px;
    color: #93c5fd;
}

.marking-block__sign {
    max-width: 320px;
    height: fit-content;
    padding: 2rem;
    backdrop-filter: blur(32px);
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-sizing: border-box;
    margin-top: 32px;
}

.marking-block__sign-icon {
    width: 60px;
    height: 60px;
    object-fit: contain;
    margin: 0 auto 16px;
}

.marking-block__sign-ttl {
    margin-bottom: 12px;
}

.marking-block__sign-text {
    line-height: 1.5;
    color: #e2e8f0;
    margin-bottom: 24px;
    margin-left: 16px;
    margin-right: 16px;
}

.marking-block__sign-btn {
    font-size: 18px;
    padding: 0 20px;
    height: 48px;
    width: 100%;
    margin: 0 auto;
}

.expertise-block {
    padding: 3rem;
}

.expertise-block__ttl {
    margin-bottom: 24px;
    text-align: left;
}

.expertise-block__text p {
    line-height: 1.5;
}

.l-hikrobot__faq {
    max-width: 48rem;
}

.faq-block {
    width: 50%;
    flex-grow: 1;
    max-width: 48rem;
}

.contacts-block {
    max-width: 320px;
    height: fit-content;
    position: sticky;
    top: 76px;
    box-sizing: border-box;
    padding: 2rem;
}

.contacts-block__ttl {
    margin-bottom: 16px;
    font-size: 24px;
    text-align: left;
}

.contacts-block__text {
    color: #e2e8f0;
}

.contacts-block__list {
    margin-top: 32px;
    margin-bottom: 32px;
}

.contacts-block__list:last-child {
    margin-bottom: 0;
}

.contacts-block__item {
    flex-wrap: nowrap;
    margin-bottom: 16px;
}

.contacts-block__item:last-child {
    margin-bottom: 0;
}

.contacts-block__item-icon {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    object-fit: contain;
    font-size: 20px;
}

.contacts-block__item-text {
    display: flex;
    flex-direction: column;
    gap: 8px;
    color: #ffffff;
}

.contacts-block__item-text a {
    color: #ffffff;
}

.contacts-block__item-ttl {
    color: #e2e8f0;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    font-size: 14px;
}

.contacts-block__btn {
    font-size: 18px;
    padding: 0 20px;
    height: 48px;
    width: 100%;
    margin: 0 auto;
}

.l-hikrobot__back-control {
    width: fit-content;
    margin: 32px 0 40px;
    gap: 12px;
}

.l-hikrobot__back-control .icon {
    height: 14px;
    width: auto;
    object-fit: contain;
}

.l-hikrobot__back-control .icon.icon-rotate {
    transform: rotate(180deg);
}

@media screen and (max-width: 991px) {
    .block-grid-2 {
        grid-template-columns: 100%;
    }

    .block-grid-3 {
        grid-template-columns: 100%;
    }

    .l-hikrobot__chart-block {
        margin-left: 0;
    }

    .l-hikrobot__note br {
        display: none;
    }

    .marking-block {
        padding: 2rem;
    }

    .marking-block__inner {
        gap: 24px;
    }

    .marking-block__inner-col {
        width: 45%;
    }

    .marking-block__sign {
        max-width: 290px;
        padding: 1.5rem;
    }

    .contacts-block {
        max-width: 290px;
        padding: 1.5rem;
        margin-left: 12px;
    }
}

@media screen and (max-width: 767px) {
    .l-hikrobot__header {
        display: none;
    }

    .l-hikrobot__section {
        padding-bottom: 50px;
    }

    .bottom-border-section .content__wrap {
        padding-bottom: 60px;
    }

    .l-hikrobot__section-head {
        margin-bottom: 2rem;
    }

    .l-hikrobot__section-head h1 {
        font-size: 1.875rem;
    }

    .text-xl {
        font-size: 1rem;
    }

    .l-hikrobot__note {
        padding: 1rem 1.25rem;
    }

    .marking-block {
        padding: 1.5rem;
    }

    .marking-block__sign {
        max-width: 100%;
        width: 100%;
        margin-top: 12px;
        padding: 1.5rem 1rem;
    }

    .marking-block__sign-text {
        margin-left: 0;
        margin-right: 0;
    }

    .expertise-block {
        padding: 2rem 1.25rem;
    }

    .contacts-block {
        max-width: 100%;
        margin-top: 12px;
        margin-left: 0;
        width: 100%;
    }
}

#sign-for-course-popup {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    top: 0;
    left: 0;
    box-sizing: border-box;
}

#sign-for-course-popup .popup-inner-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    margin: 20px 0;
}

#sign-for-course-popup .popup {
    max-width: 480px;
    width: calc(100% - 32px);
}

@media screen and (max-width: 575px) {
    #sign-for-course-popup .popup {
        padding: 10px 20px;
    }
}