* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;


}

:root {
    --padding: 5%;
    --secondary-text-size: 22px;
}

body {
    background: black;
    font-family: "Roboto Flex", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-variation-settings: "slnt" 0,
    "wdth" 100,
    "GRAD" 0,
    "XOPQ" 96,
    "XTRA" 468,
    "YOPQ" 79,
    "YTAS" 750,
    "YTDE" -203,
    "YTFI" 738,
    "YTLC" 514,
    "YTUC" 712;
    margin: 0;
    color: white;

    a {
        color: white !important;
    }
}

h1 {
    font-weight: 600;
    font-size: 64px;
    line-height: 1.2;
    margin: 0;
    text-align: center;
}

@media (max-width: 660px) {
    h1 {
        font-size: 48px;
    }
}

h2 {
    font-weight: 600;
    font-size: 48px;
    line-height: 1.2;
    margin: 0;
    text-align: center;
}

span {
    font-weight: 300;
    font-size: 18px;
    line-height: 1.5;
    margin: 0;
    opacity: 0.8;
    text-align: center;
}

.centered-container {
    display: flex;
    justify-content: center;
    width: 100%;
}

.height-50 {
    height: 70vh;
}

.min-height-background {
    min-height: 55vh;
}

.center-flexbox {
    display: flex;
    flex-direction: column;
    gap: 25px;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    min-height: 85vh;
    padding: 20px;
    /*overflow: hidden;*/
}

.center-flexbox-top {
    display: flex;
    flex-direction: column;
    gap: 25px;
    align-items: center;
    width: 100%;
    min-height: 80vh;
    padding: 20px;
    overflow: hidden;
    /*max-width: 1200px;*/
    /*background-image: linear-gradient(black, #171b25, black)*/
}

@media (max-width: 660px) {
    .center-flexbox-top {
        height: auto;
        min-height: 80vh;
        padding: 0;
    }
}

.inner-flexbox {
    display: flex;
    flex-direction: column;
    gap: 25px;
    align-items: center;
    width: 80%;
    height: auto;
    padding: 30px;
    overflow: hidden;
    background: rgb(32, 42, 56);
    border-radius: 30px;
}

.horizontal-flex {
    /*max-width: 1200px;*/
    display: flex;
    gap: 24px;
    justify-content: center;
    width: 100%;
    padding-top: 24px;
    padding-bottom: 24px;
    margin-inline: var(--padding);
}

@media (max-width: 660px) {
    .horizontal-flex {
        display: flex;
        flex-direction: column;
        padding: 0;
        align-items: center;
        justify-content: flex-start;
    }
}


.grid-background {
    overflow: hidden;
    width: 100%;
    height: 100%;
    /*background: #0f172a; !* Основной темный фон *!*/
    background-image: linear-gradient(#1d2531 1px, transparent 1px), /* Горизонтальные линии */ linear-gradient(90deg, #1d2531 1px, transparent 1px); /* Вертикальные линии */
    background-size: 60px 60px; /* Размер ячейки */
    border-radius: 200px;
    box-shadow: inset 0 0 20vw 10vw black; /* Внутренний тень для затемнения */
}

@media (max-width: 660px) {
    .grid-background {
        height: auto;
        padding: 20px;
        border-radius: 0;
    }
}

.polka-background {
    opacity: 0.7;
    background-image: radial-gradient(#444cf7 0.5px, transparent 0.5px), radial-gradient(#444cf7 0.5px, #000000 0.5px);
    background-size: 60px 60px;
    background-position: 0 0, 0px 0px;
}

.blue-button {
    color: #ffffff;
    font-size: 18px;
    line-height: 1.55;
    font-weight: 500;
    border-width: 0px;
    border-radius: 16px;
    background-color: #007aff;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    box-shadow: 0px 0px 80px 0px rgba(93, 168, 255, 0.4);
    padding: 16px 60px;
    margin-top: 10px;
    cursor: pointer;
    text-decoration: none;
}

.secondary-button {
    color: #ffffff;
    font-size: 18px;
    line-height: 1.55;
    font-weight: 500;
    border-width: 0px;
    border-radius: 16px;
    background-color: black;
    background-position: center center;
    border: 1px solid rgba(255, 255, 255, 0.1); /* Легкая рамка для контраста */
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    /*box-shadow: 0px 0px 80px 0px rgba(93, 168, 255, 0.4);*/
    padding: 16px 60px;
    margin-top: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*.secondary-button:hover {*/
/*    background-color: rgba(255, 255, 255, 0.1);*/
/*}*/

.marketplace-placeholder {
    color: #ffffff;
    font-size: 24px;
    line-height: 1.55;
    font-weight: 400;
    border-width: 0px;
    border-radius: 16px;
    background-color: black;
    background-position: center center;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    /*box-shadow: 0px 0px 80px 0px rgba(93, 168, 255, 0.4);*/
    padding: 16px 60px;
    cursor: pointer;
}

.black-background {
    background: black;
}


.line {
    height: auto;
    background: white;
    width: 1px;
}

.users-counter {
    display: flex;
    border-radius: 60px;
    height: 48px;
    border: 1px solid rgba(255, 255, 255, 0.1); /* Легкая рамка для контраста */
    align-items: center;
    /*box-shadow: 0px 0px 80px 0px rgba(255, 255, 255, 0.1);*/
    gap: 12px;
    padding-right: 20px;
    background-color: rgba(0, 0, 0, 0.1); /* Прозрачный фон для видимости эффекта */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08);
    backdrop-filter: blur(5px); /* Применяет размытие фона */
    margin-bottom: 20px;


    span {
        color: #ffffff;
        font-size: 14px;
        line-height: 1.55;
        font-weight: 300;
        opacity: 1;
    }
}

.three-icons {
    display: flex;
    padding-left: 20px;
}

.avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    margin-left: -20px;
    border: 2px solid black;
    overflow: hidden;

    img {
        width: 100%;
        height: 100%;
        object-fit: cover; /* Масштабирует изображение, сохраняя пропорции */
    }
}

.square-block {
    flex: 1;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1); /* Легкая рамка для контраста */
    overflow: hidden;
    /*max-width: 25vw;*/
    min-width: 200px;
    background: black;
    backdrop-filter: blur(25px); /* Применяет размытие фона */

    &:hover {
        --border-angle: 0turn;
        --main-bg: conic-gradient(from var(--border-angle),
        #213,
        #112 5%,
        #112 60%,
        #213 95%);

        border: solid 1px transparent;
        border-radius: 16px;
        background: black;
        --gradient-border: conic-gradient(from var(--border-angle), transparent 25%, #08f, #f03 99%, transparent);
        background: var(--main-bg) padding-box,
        var(--gradient-border) border-box,
        var(--main-bg) border-box;

        background-position: center center;
        animation: bg-spin 2s ease infinite;
        animation-play-state: running;
    }

    /*&:hover {*/
    /*    transform: scale(1.01);*/
    /*    transition: 0.3s ease-in-out;*/
    /*}*/
}

@media (max-width: 660px) {
    .square-block {
        max-width: 100%;
    }
}

.square-image-block {
    /*width: 25vw;*/
    /*height: 25vw;*/
    overflow: hidden;
    aspect-ratio: 1/1;
    min-width: 200px;

    img {
        width: 100%;
        height: 100%;
        object-fit: cover; /* Масштабирует изображение, сохраняя пропорции */
        /*box-shadow: inset 0 0 100px 50px rgba(0, 0, 0, 1); !* Внутренний тень для затемнения *!*/
    }
}

@media (max-width: 660px) {
    .square-image-block {
        width: 100%;
        height: auto;
    }
}

.text-block {
    padding: 20px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 5px;

    background: black;

    span {
        text-align: left;
    }

    h3 {
        color: white;
        font-weight: 500;
        font-size: 22px;
        margin: 0;
        line-height: 1.5;
    }
}

.vertical-dataset {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 10vw;
    min-width: 80px;
    align-items: center;
}

.dataset-flex {
    display: flex;
    align-items: flex-end;
    gap: 20px;
}

.dataset-bottom {
    align-items: flex-start;
}

.dataset-name {
    display: flex;
    width: 10vw;
    min-width: 80px;
    justify-content: center;
    align-items: flex-start;
}

.dataset-level {
    width: 60px;
    background: linear-gradient(#347032 0%, #000000 100%);
    box-shadow: 0px -40px 80px 0px rgba(128, 255, 93, 0.2);
    border-radius: 16px 16px 0 0;
    transition: 0.3s ease-in-out;
    animation: width 1s linear infinite;
}

@media (max-width: 660px) {
    .dataset-flex {
        gap: 10px;
    }

    .vertical-dataset {
        min-width: 60px;
    }

    .dataset-name {
        min-width: 60px;
        width: 60px;

        span {
            font-size: 12px;
        }
    }

    .dataset-level {
        width: 40px;
    }
}

.level-40 {
    height: 40px;
}

.level-75 {
    height: 60px;
}

.level-140 {
    height: 100px;
}

.level-275 {
    height: 160px;
}

.level-400 {
    height: 200px;
}

.flex-item {
    flex: 1;
    max-width: 50%; /* Ограничиваем ширину каждого блока */
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 40px;
    justify-content: center;

    span {
        text-align: left;
        line-height: 2;
    }

    ul {
        list-style: none; /* Убираем точки */

        li:nth-child(even) {
            background: linear-gradient(to right, #000000 0%, #181f28 50%, #000000 100%);
        }
    }
}

@media (max-width: 660px) {
    .flex-item {
        max-width: 100%;
        flex: auto;
    }
}

.header-2 {
    text-align: left;
    line-height: 1;
}

.steps-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1); /* Легкая рамка для контраста */
}

.tag {
    align-self: flex-start; /* Элемент будет оставаться сверху */
    border-radius: 12px;
    font-size: 14px;
    font-weight: 400;
    padding: 6px 12px;
    background-color: #007aff;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    box-shadow: 0px 0px 30px 0px rgba(93, 168, 255, 0.4);

    margin-bottom: -20px;
}

.bottom-20 {
    margin-bottom: 40px !important;
}

.wide-block {
    position: relative;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    padding-inline: 5%;
    padding-top: 36px;
    /*padding-bottom: 24px;*/
    box-sizing: border-box;
    /*overflow: hidden;*/
    /*display: flex;*/
    /*flex-direction: column;*/
    /*gap: 10px;*/
}

.easy-border {
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.highlight-element {
    flex: 1;
    border-radius: 24px;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-inline: var(--padding);
    background-color: rgba(255, 255, 255, 0.1);
    margin-top: 10px;
    span {
        font-size: var(--secondary-text-size);
    font-weight: 300;
    }

}

.divider {
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.1);
    margin-top: 40px;
    margin-bottom: 20px;
}

.background-black {
    background: black;
}

.features-list {
    list-style: none; /* убираем маркеры */
    padding: 0; /* убираем отступы слева */
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
    font-size: var(--secondary-text-size);
    line-height: 1.3;
    color: white;
    font-weight: 300;
    padding-left: 0px !important;

    li {
        display: flex;
        align-items: center;
        gap: 10px;
        svg {
            flex-shrink: 0;
        }
    }

    li:nth-child(even) {
        padding-left: 38px;
        opacity: 0.6;
        font-size: 20px;
        line-height: 1.2;
        margin-bottom: 12px;
    }
}

.employer-badge {
    position: absolute;
    top: -25px;
    left: calc(var(--padding) / 2);
    background: #7D32FF;
    color: white;
    padding: 12px 16px;
    transform: rotate(-6deg);
    font-weight: bold;
    z-index: 10;
    border-radius: 12px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}


.applicant-badge {
    position: absolute;
    top: -20px;
    left: 60%;
    background: darkorange;
    color: white;
    padding: 12px 16px;
    transform: rotate(4deg);
    font-weight: bold;
    z-index: 10;
    border-radius: 12px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

@media (max-width: 660px) {
    .applicant-badge {
        top: -25px;
        left: 50%;
    }
}

.flex-inner {
    display: flex;
    gap: 10px;
    flex: 1 1;
}

@media (max-width: 660px) {
    .flex-inner {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
        width: 100%;
    }

    .flex-1-image {
        width: 100%;
        flex: none !important;
        height: 60vh !important;
        background-size: contain;
        background-position: center center;
    }
}

.header-alone {
    margin-top: 60px;
    margin-bottom: 60px;
}

.applicant-header {
    position: relative;
}

.flex-2 {
    flex: 2;
    /*background-color: #e0e0e0;*/
    /*border-radius: 16px;*/
    /*padding: 16px;*/
    padding-bottom: 36px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: flex-start;
}


.flex-1-image {
    background-image: url("https://i.ibb.co/CK7dLZ4d/create-vacancy-pvz.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    flex: 1;
    /*background-color: #d0d0d0;*/
    border-radius: 16px;
    margin-inline: 16px;
    min-width: 370px;
    flex-shrink: 0;
    /*overflow-x: visible;*/
}

.flex-1-image-app {
    background-image: url("https://i.ibb.co/jkS3HDDp/pvz-hunter-map.png");
}

.flex-1-image-channel {
    background-image: url("https://i.ibb.co/dN3Tkhm/pvz-channel-phone.png");
}

.applicant-card {
    background: rgba(255, 255, 255, 0.1);
    padding-top: 36px;
    border-radius: 16px;
    display: flex;
    gap: 10px;
    overflow: hidden;
    text-align: left;
    min-width: 330px;
    padding-inline: 2.5%;


}

@media (max-width: 660px) {
    .applicant-card {
        flex-direction: column;
        align-items: center;
        padding-inline: 5%;
    }
}

.padding-flex {
    flex: 1;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
    padding-bottom: 36px;
}

.wrapper {
    flex: 1;
    overflow: hidden;
    width: 100%;
}
.image-flex {
    flex: 2;
    padding: 0 var(--padding) 0 0;
    margin: 0 0 -10px;
    overflow: hidden;

    img {
        width: 100%;
        align-self: center;
    }
}

@media (max-width: 660px) {
    .image-flex {
        padding: 0 var(--padding);
    }
}



.applicant-card span {
    font-size: var(--secondary-text-size);
    line-height: 1.5;
    color: white;
    font-weight: 300;
    text-align: left;

}

.applicant-card h2 {
    text-align: left;
}

.footer {
    width: 100%;
    padding-inline: var(--padding);
    padding-bottom: 24px;
    display: flex;
    gap: 20px;
    span {
        font-weight: 300;
        color: white;
        /*font-size: 18px;*/
    }
}

.animated {
    margin-top: 10px;

    a {
        text-decoration: none;
        display: flex;
        width: 100%;
        height: 100%;
        background: black;
        border: none;
        padding: 16px 60px;
        color: #ffffff;
        font-size: 18px;
        line-height: 1.55;
        font-weight: 500;
        justify-content: center;
        cursor: pointer;
        border: 1px solid rgba(255, 255, 255, 0.1); /* Легкая рамка для контраста */
        border-radius: 16px;
    }

    border: solid 1px transparent;
    overflow: hidden;
    animation-play-state: paused;

    display: flex;
    justify-content: center;
    align-items: center;
    color: white;


    &:hover {
        --border-angle: 0turn;
        --main-bg: conic-gradient(from var(--border-angle),
        #213,
        #112 5%,
        #112 60%,
        #213 95%);

        border: solid 1px transparent;
        border-radius: 16px;
        background: black;
        --gradient-border: conic-gradient(from var(--border-angle), transparent 25%, #08f, #f03 99%, transparent);
        background: var(--main-bg) padding-box,
        var(--gradient-border) border-box,
        var(--main-bg) border-box;

        background-position: center center;
        animation: bg-spin 2s ease infinite;
        animation-play-state: running;
    }
}

@keyframes bg-spin {
    to {
        --border-angle: 1turn;
    }
}

@property --border-angle {
    syntax: "";
    inherits: true;
    initial-value: 1turn;
}

.mobile-reverse {
    display: flex;
}

@media (max-width: 660px) {
    .mobile-reverse {
        flex-direction: column-reverse;
    }
}