/* Сброс отступов и границ */
*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Убираем списки */
ul,
ol {
    list-style: none;
}
.partners .slider{
    display: flex;
}
/* Убираем подчёркивание у ссылок */
a {
    text-decoration: none;
    color: inherit;
}

/* Убираем рамку у изображений */
img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Наследуем шрифты */
body,
button,
input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
}

/* Убираем обводку у фокуса (но добавляем свою) */
button:focus,
input:focus,
textarea:focus {
    outline: none;
}

/* Кнопки без стилей по умолчанию */
button {
    background: none;
    border: none;
    cursor: pointer;
}

/* Таблицы */
table {
    border-collapse: collapse;
    width: 100%;
}



@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Inter */
@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

body {
    color: #FFFFFF;
    font-family: 'Inter';
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;

    background: #22242B;
}

h1 {

    font-family: 'Raleway';
    font-weight: 600;
    font-size: 50px;
    line-height: 110%;
}

h2 {

    font-family: 'Raleway';
    font-weight: 700;
    font-size: 45px;
    line-height: 120%;
}

h3 {
    font-family: 'Inter';
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
}

.container {
    max-width: 1190px;
    margin: 0px auto;
    width: 100%;
    padding: 0 20px;
}

section {
    margin: 154px 0;
}

section.page {
    margin: 80px 0 100px 0;
}

.title {
    text-align: center;
    margin-bottom: 60px;
}

.top-title {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.top-title .title {
    text-align: left;
}


.btn {

    padding: 15px 30px;

    border: 1px solid #A1ABCD;
    border-radius: 5px;

    color: #A1ABCD;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
}

.white-btn {
    padding: 12px 30px;

    background: #FFFFFF;
    border-radius: 5px;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;

    color: #000;
}

.purple-btn {
    padding: 15px 30px;

    background: #3C3F4A;
    border-radius: 5px;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;

}

.svg-btn {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    gap: 10px;
    text-transform: uppercase;
}

.gray-btn {
    padding: 12px 25px;

    background: #484C5B;
    border-radius: 5px;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
}

.tab {

    padding: 7px 15px;

    border: 1px solid #D3D3E3;
    border-radius: 5px;


    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 120%;

    color: #D3D3E3;

}


.tab.active {
    background: #D3D3E3;
    color: #292D3A;
}

.icon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;

    background: #FFFFFF;
    border-radius: 5px;

    padding: 5px;
}

.divide-line {
    display: block;
    width: 100%;
    height: 1px;
    background: #FFFFFF;
    opacity: 0.4;
    margin: 30px 0;
}

.divide-line.gray {
    border: 1px solid #54555D;
}


.custom-checkbox {

    display: flex;
    align-items: center;
    gap: 10px;
    text-transform: none;
    cursor: pointer;
    font-size: 16px;
    line-height: 140%;
}

.custom-checkbox input {
    display: none;
}

.custom-checkbox .checkmark {
    width: 16px;
    height: 16px;
    border: 1px solid #ffffff;
    border-radius: 4px;
    position: relative;
    transition: 0.2s;
    flex-shrink: 0;
}

.custom-checkbox input:checked+.checkmark {
    background-color: #ffffff;
    border-color: #ffffff;
}

.custom-checkbox input:checked+.checkmark::after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' ?%3e%3csvg id='Layer_1' style='enable-background:new 0 0 512 512;' version='1.1' viewBox='0 0 512 512' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3cstyle type='text/css'%3e .st0%7bfill:%23231F20;%7d %3c/style%3e%3cg%3e%3cpath class='st0' d='M235.1,386.3c-5.7,0-11.1-2.4-14.9-6.6l-104.1-116c-7.4-8.2-6.7-20.9,1.5-28.2c8.2-7.4,20.9-6.7,28.2,1.5 l86.8,96.8l131.6-199.1c6.1-9.2,18.5-11.7,27.7-5.7c9.2,6.1,11.7,18.5,5.7,27.7L251.8,377.4c-3.4,5.2-9,8.5-15.2,8.9 C236.1,386.3,235.6,386.3,235.1,386.3z'/%3e%3c/g%3e%3c/svg%3e");

    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    color: #2E3039;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
}

input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    appearance: none;
    height: 20px;
    width: 20px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'><path d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'/></svg>");
    background-size: contain;
    cursor: pointer;
}

.filter-btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

    width: 50px;
    height: 50px;

    background: #2E3039;
    border-radius: 10px;
}


/* === Кнопка фильтра === */
.filter-btn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background: #2E3039;
    border-radius: 10px;
    border: 2px solid transparent;
    transition: border-color 0.2s ease;
    cursor: pointer;
}


.filter-btn.active {
    border-color: #A1ABCD;
}

/* === Бейдж со счетчиком === */
.filter-count {
    position: absolute;
    top: -4px;
    right: -4px;

    min-width: 18px;
    height: 18px;
    padding: 0 5px;

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

    background: #A1ABCD;
    color: #2E3039;
    font-size: 12px;
    font-weight: 600;
    border-radius: 5px;


    opacity: 0;
    visibility: hidden;
    transform: scale(0.8);
    transition: opacity 0.2s, transform 0.2s, visibility 0.2s;

    pointer-events: none;
    z-index: 2;
}

.filter-btn.active .filter-count {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.filter-count[data-count]:not([data-count="0"]):not([data-count="1"]):not([data-count="2"]):not([data-count="3"]):not([data-count="4"]):not([data-count="5"]):not([data-count="6"]):not([data-count="7"]):not([data-count="8"]):not([data-count="9"]) {
    min-width: 24px;
    padding: 0 6px;
    font-size: 9px;
}







.bradcrumbs {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    font-size: 16px;

    color: #C0C0C3;
    margin-bottom: 20px;
}

/* модальное окно */

.fancybox-close-small {
    display: none !important;
}

.modal-menu,
.modal-filter {
    padding: 0 !important;
    margin: 0;
    width: 100%;
    height: auto;
    position: absolute !important;
    left: 0;
    top: 0;
    background: #3C3F4A !important;
}

.modal-menu-block-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 32px 18px 0px;
    margin-bottom: 72px;
}

.modal-menu .modal-menu-block-bottom {
    padding: 0px 18px 50px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;

    gap: 60px;
}

.modal-menu .modal-menu-block-bottom ul {
    display: flex;
    flex-direction: column;
    align-items: flex-end;

    gap: 30px;
}

.modal-menu ul li {
    font-size: 20px;
    line-height: 100%;

}

.modal-menu .phone-num {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;

}

.modal-bg {
    position: absolute;
    left: 0;
    bottom: 0;
}

/* фильтры */

.modal-filter .modal-menu-block-top {
    margin-bottom: 50px;
}

.modal-filter .filter-container h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;

    margin-bottom: 20px;
}

.modal-filter .filters {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.modal-filter .modal-menu-block-bottom {
    padding: 0px 18px 50px;
    display: flex;
    flex-direction: column;
}




/* header */

.main-header-container {

    position: relative;
    min-height: 650px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.main-header-container .header-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.main-header-container .header-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


.main-header-container::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(15, 15, 25, 0.5);
    z-index: 1;
}

.main-header-container>* {
    position: relative;
    z-index: 2;
}

.header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;

    padding: 22px 0;

}

.header .logo {
    width: 100%;
    max-width: 130px;
}

.header .nav {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;

    gap: 80px;
}

.header .nav ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;

    gap: 30px;
}

.header .nav .phone-num {
    font-family: 'Inter';
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
}

.main-header-container .bottom-container {
    margin-bottom: 100px;
}

.main-header-container .bottom-container .divide-line {
    margin: 30px 0;
}

.main-header-container .bottom-container .subtitle {
    max-width: 353px;
    width: 100%;

    font-size: 16px;
    line-height: 140%;
}

/* footer */

footer {
    background: #292B34;
    margin-top: auto;
    padding: 60px 0;
}

footer .top-section {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 80px;
    align-items: stretch;
}

footer .column {
    height: 100%;
    display: flex;
    flex-direction: column;
}

footer .info {
    display: flex;
    flex-direction: column;
    gap: 20px;

    margin-top: auto;
}

footer .info p {
    opacity: 0.5;
    font-size: 14px;
    line-height: 148%;

}

footer .nav-first {
    display: grid;
    gap: 30px;
}

footer .nav-second li {
    display: flex;
    flex-direction: column;
    gap: 5px;
    font-size: 30px;
    line-height: 148%;
}

footer .nav-second li:last-child {
    font-weight: 400;
    font-size: 14px;
    line-height: 148%;
}

footer .nav-second li .label {
    opacity: 0.5;
    font-size: 12px;
    line-height: 148%;
}

footer .divide-line {
    margin: 60px 0;
}

footer .bottom-section {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-auto-flow: column;
    gap: 80px;
    font-weight: 400;
    font-size: 12px;
    line-height: 148%;
    opacity: 0.5;
}

footer .nav-links a {
    text-decoration: underline;
}

/* main */

.partners .partners-swiper .img-container {
    max-width: 195px;
    max-height: 90px;
    width: 100%;
    height: 100%;
}

.partners .partners-swiper .img-container img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider-container {
    position: relative;
    overflow: hidden;
}

.slider-container .slide{
    margin-right: 80px;
}

.slider-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 67.42px;
    height: 100%;
    background: linear-gradient(270deg, rgba(34, 36, 43, 0) 0%, #22242B 80%);
    z-index: 10;
    pointer-events: none;
}

.slider-container::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 67.42px;
    height: 100%;
    background: linear-gradient(270deg, rgba(34, 36, 43, 0) 0%, #22242B 80%);
    transform: matrix(-1, 0, 0, 1, 0, 0);
    z-index: 10;
    pointer-events: none;
}

.partners-swiper {
    overflow: visible !important;
}

.swiper-wrapper {
    transition-timing-function: linear !important;
}



.partnes-cards .cards-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.partnes-cards .cards-wrapper .card {

    border: 1px solid #484C5B;
    border-radius: 10px;
    padding: 30px;

    width: 100%;
}

.partnes-cards .cards-wrapper .card h3 {
    margin-bottom: 68px;
    font-size: 40px;
    line-height: 120%;
}

.partnes-cards .cards-wrapper .card h3 span {
    font-size: 25px;
}

.partnes-cards .cards-wrapper .card .subtitle {
    font-size: 16px;
    line-height: 140%;
    color: #C0C0C3;


    max-width: 211px;
    width: 100%;
}

.projects-swiper .swiper-wrapper {
    align-items: stretch;
}

.projects-swiper .swiper-slide {
    height: auto !important;
    display: flex;
}

.projects .project-card {
    display: flex;
    flex-direction: column;
    max-height: 520px;
}

.projects .project-card .img-wraper {
    position: relative;
    width: 100%;
    aspect-ratio: 16/9;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
    flex-shrink: 0;
}

.projects .project-card .img-wraper::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(45, 46, 52, 0.3);
    z-index: 1;
}

.projects .project-card .img-wraper>* {
    z-index: 2;
}

.projects .project-card .img-wraper .tab {
    position: absolute;
    top: 10px;
    left: 10px;

    background: #D3D3E3;
    border-radius: 5px;

    padding: 7px 15px;

    font-family: 'Inter';
    font-weight: 500;
    font-size: 12px;
    line-height: 120%;
    color: #292D3A;
    z-index: 2;


}

.projects .project-card .img-wraper img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.projects .project-card .bottom-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    min-height: 0;
}

.projects .project-card .name {

    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;

    margin-bottom: 20px;

    /* display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; */
}

.projects .project-card .bottom-info .info {

    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    text-decoration-line: underline;

    color: #A1ABCD;

    margin-top: auto;

}

.benefits .title {
    text-align: left;
}

.benefits .cards-wrapper {
    display: flex;
    flex-direction: row;
    gap: 20px;

    align-items: stretch;
}

.benefits .cards-wrapper .card {
    flex: 1 1 0%;
    width: 100%;

    padding: 30px;

    background: #2E3039;
    border-radius: 10px;

}

.benefits .cards-wrapper .card .icon {
    margin-bottom: 85px;
}

.benefits .cards-wrapper .card .card-title {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;

    margin-bottom: 21px;
}

.benefits .cards-wrapper .card .card-description {

    font-size: 16px;
    line-height: 140%;

    color: #C0C0C3;
}

.collaboration .title {
    margin-bottom: 30px;
}

.collaboration .subtitle {
    display: flex;
    text-align: center;
    justify-content: center;

    margin-bottom: 60px;
}

.collaboration .subtitle p {
    max-width: 423px;
    width: 100%;
    font-size: 16px;
    line-height: 140%;

    color: #C0C0C3;
}

.collaboration .cards-wrapper {
    display: flex;
    flex-direction: row;
    gap: 20px;

    align-items: stretch;
}

.collaboration .cards-wrapper .card {
    flex: 1 1 0%;
    width: 100%;

    min-height: 320px;

    padding: 30px;

    background: #2E3039;
    border-radius: 10px;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;

    position: relative;

    overflow: hidden;
}

.collaboration .cards-wrapper .card .img-wrapper {
    position: absolute;
    top: 0;
    right: 0;

    max-width: 190px;
    width: 100%;
}

.collaboration .cards-wrapper .card .img-wrapper img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.collaboration .cards-wrapper .card .card-title {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
}

.collaboration .cards-wrapper .card .card-description {
    font-size: 16px;
    line-height: 140%;

    color: #C0C0C3;

    margin-top: auto;
}

.news .toogle-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;

    margin-bottom: 40px;

    flex-wrap: wrap;
}


.news-swiper .swiper-wrapper {
    align-items: stretch;
}

.news-swiper .swiper-slide {
    height: auto !important;
    display: flex;
}

.news-swiper .news-card {
    display: flex;
    flex-direction: column;
    min-height: 450px;
    overflow: hidden;

    position: relative;
    border-radius: 10px;
    cursor: pointer;
}

.news-swiper .info {
    z-index: 3;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    flex: 1;
    padding: 30px;
}

.news-swiper .date {

    font-family: 'Inter';
    font-weight: 500;
    font-size: 12px;
    line-height: 120%;

}

.news-swiper .info-bottom {
    margin-top: auto;
}

.news-swiper .info-bottom .name {
    font-family: 'Inter';
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    margin-bottom: 20px;
}

.news-swiper .info-bottom .description {
    margin-bottom: 20px;

    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-swiper .info-bottom .link {
    font-size: 16px;
    line-height: 120%;
    text-decoration-line: underline;

    color: #A1ABCD;

}

.news-swiper .news-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(45, 46, 52, 0.9) 0%, rgba(18, 19, 24, 0.4) 100%);
    z-index: 2;
}

.news-swiper .img-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.news-swiper .img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vacancy .title {
    text-align: left;
    margin-bottom: 15px;
}

.vacancy .subtitle {
    text-align: left;
    font-size: 12px;
    line-height: 120%;

    color: #A1ABCD;
    margin-bottom: 40px;
}

.vacancy .cards-wrapper {
    display: flex;
    gap: 20px;
    align-items: stretch;
    flex-direction: column;

    margin-bottom: 40px;
}

.vacancy .cards-wrapper .card {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 40px;
    gap: 30px;

    background: #2E3039;
    border-radius: 10px;

    flex: 1;
}

.vacancy .cards-wrapper .card .column {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.vacancy .cards-wrapper .card .column:first-child {
    flex: 0 0 400px;
    gap: 20px;
}

.vacancy .cards-wrapper .card .card-title {
    font-family: 'Inter';
    font-weight: 600;
    font-size: 25px;
    line-height: 120%;
}

.vacancy .cards-wrapper .card .card-subtitle {
    font-size: 20px;
    line-height: 120%;

}

.vacancy .cards-wrapper .card .column .tag-wrapper {
    display: flex;
    gap: 20px;

    flex-wrap: wrap;
}

.vacancy .cards-wrapper .card .column .card-description {
    font-size: 16px;
    line-height: 140%;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.vacancy .cards-wrapper .card .column .bottom-wrapper {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
}

.vacancy .cards-wrapper .card .column .bottom-wrapper span {
    font-size: 12px;
    line-height: 120%;

    color: #A1ABCD;

}


/* projects-page */

.projects-page .title {
    text-align: left;
}

.projects-page .main-wrapper {
    display: flex;
    gap: 55px;
    align-items: flex-start;
}

.projects-page .main-wrapper .aside-wrapper {
    flex-shrink: 0;
    width: 340px;
    position: sticky;
    top: 20px;
    align-self: flex-start;

    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 30px;

    background: #2E3039;
    border-radius: 10px;
}

.projects-page .search {
    width: 100%;
}

.projects-page .search input {
    padding: 15px;

    border: 1px solid #484C5B;
    border-radius: 10px;
    background: transparent;
    width: 100%;
}

.projects-page .search input::placeholder {
    font-size: 16px;
    line-height: 140%;

    opacity: 0.4;
}

.projects-page .main-wrapper .content-wrapper {
    flex: 1;
    min-width: 0;
}

.projects-page .main-wrapper .content-wrapper .row:not(:last-child) {
    margin-bottom: 100px;
}

.projects-page .main-wrapper .content-wrapper .item-title {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;

    margin-bottom: 40px;
}

.projects-page .main-wrapper .content-wrapper .item-title h3 {
    font-size: 25px;
}

.projects-page .main-wrapper .content-wrapper .cards-wrapper {
    display: flex;
    flex-direction: row;
    column-gap: 20px;
    row-gap: 40px;
    flex-wrap: wrap;
}

.projects-page .main-wrapper .content-wrapper .cards-wrapper .project-card {
    width: calc(50% - 20px);
}

.projects-page .main-wrapper .content-wrapper .cards-wrapper .project-card .name {
    font-size: 18px;
}

.projects-page .filter-container h3 {
    margin-bottom: 20px;
}

.projects-page .filters {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

/* single-project-page */

.single-project-page .main-wrapper {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

.single-project-page .main-wrapper .aside-wrapper {
    flex-shrink: 0;
    width: 360px;
    position: sticky;
    top: 20px;
    align-self: flex-start;

    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 30px;

    background: #2E3039;
    border-radius: 10px;
}

.single-project-page .features-container {
    width: 100%;
    margin: 43.5px 0;
}

.single-project-page .features-container .info {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.single-project-page .features-container .info .label {
    color: #C0C0C3;

}

.single-project-page .features-container .info .status {
    padding: 7px 15px;

    background: #ABECC4;
    border-radius: 5px;
    font-weight: 500;
    font-size: 12px;
    line-height: 120%;

    color: #292D3A;
}

.single-project-page .features-container .divide-line {
    margin: 15px 0;
}

.single-project-page .features-container .gray-btn {
    width: 100%;
}

.single-project-page .features-wrapper-mob .features-container {
    margin: 40px 0 0 0;
}

.single-project-page .main-wrapper .content-wrapper {
    flex: 1;
    min-width: 0;

    display: flex;
    flex-direction: column;
    gap: 40px;
}

.single-project-page h1 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 120%;

}

.single-project-page .img-wrapper {
    aspect-ratio: 16 / 9;
    height: 100%;
    width: 100%;

    border-radius: 10px;
    overflow: hidden;
}

.single-project-page .img-wrapper img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.single-project-page .content {
    display: flex;
    flex-direction: column;
    gap: 40px;

    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
}

.single-project-page .content h3 {
    margin-bottom: 20px;
}

.single-project-page .content ul {
    list-style-type: disc;
    list-style-position: inside;
}

.single-project-page .cards-wrapper {
    display: flex;
    gap: 20px;

    align-items: stretch;
}

.single-project-page .cards-wrapper .card {
    flex: 1 1 0%;

    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
    gap: 20px;


    background: #2E3039;
    border-radius: 10px;
}

/* vacancy-page */

.vacancy-page h1 {
    margin-bottom: 40px;
}

.vacancy-page .subtitle {
    margin-bottom: 60px;

    max-width: 500px;
    width: 100%;

    font-size: 16px;
    line-height: 140%;
}

/* contact-page */

.contact-page h1 {
    margin-bottom: 40px;
}

.contact-page .subtitle {
    margin-bottom: 80px;

    max-width: 400px;
    width: 100%;

    font-size: 16px;
    line-height: 140%;
}

.contact-page .main-section {
    display: flex;
    justify-content: space-between;

    margin-bottom: 60px;
}

.contact-page .main-section .grid-section {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0px 50px;
    align-items: start;
}

.contact-page .main-section .item-wrapper {
    display: contents;

}

.contact-page .main-section .item-wrapper .label {
    font-size: 16px;
    line-height: 120%;

    opacity: 0.5;

    grid-column: 1;
}

.contact-page .main-section .item-wrapper .item ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.contact-page .main-section .item-wrapper .item li {
    font-size: 22px;
    line-height: 148%;
    max-width: 350px;
    width: 100%;

    display: flex;
    flex-direction: column;
}

.contact-page .main-section .item-wrapper .item li span {
    font-size: 14px;
    line-height: 148%;

    opacity: 0.5;

}

.contact-page .main-section .item-wrapper .item .social {
    flex-direction: row;
}

.contact-page .main-section .item-wrapper .item .social li {
    max-width: fit-content;
}

.contact-page .main-section .item-wrapper .item .social li a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
    gap: 10px;

    width: 50px;
    height: 50px;

    background: #A1ABCD;
    border-radius: 5px;
    cursor: pointer;
}
.form-wrapper,
.contact-page .form-wrapper {
    padding: 30px;

    background: #2E3039;
    border-radius: 10px;
    max-width: 540px;
    width: 100%;
}
.form-wrapper h3,
.contact-page .form-wrapper h3 {
    margin-bottom: 30px;
} 
.modal-vacancy form,
.form-wrapper form,
.contact-page .form-wrapper form {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* форма */

form input,
form textarea {
    resize: none;
}

form .item {
    position: relative;
}

.input-field {
    width: 100%;
    padding: 16px 12px 8px;
    background: #2E3039;
    border: 1px solid #9A9A9A;
    border-radius: 8px;
    transition: border-color 0.2s, box-shadow 0.2s;
    box-sizing: border-box;
    min-height: 50px;
}


.input-field:focus {
    outline: none;
    border-color: #ffffff;
}


.input-label {
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
    pointer-events: none;
    transition: all 0.2s ease-in-out;
    font-size: 16px;
    line-height: 140%;
    color: #9A9A9A;

    background: #2E3039;
    padding: 0px 5px;

}

.textarea .input-label {
    top: 16px;
    transform: translateY(0);
}

.input-field:focus+.input-label,
.input-field:not(:placeholder-shown)+.input-label {
    top: 0;
    transform: translateY(-50%) scale(0.85);
    color: #ffffff;
    font-size: 14px;
}

.input-field:invalid:not(:placeholder-shown) {
    border-color: #EF6F6F;
}

.input-field:invalid:not(:placeholder-shown)+.input-label {
    color: #EF6F6F;
}

/*  */
.form-wrapper form p ,
.contact-page .form-wrapper form p {
    font-size: 16px;
    line-height: 120%;
    opacity: 0.5;
}
.form-wrapper form p a ,
.contact-page .form-wrapper form p a {
    text-decoration: underline;
}

.contact-page .bottom-section {
    margin-top: 100px;
}

.contact-page .bottom-section .title {
    font-size: 30px;
    text-align: left;

}

.contact-page .bottom-section .grid-section {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 40px;
}

.contact-page .bottom-section .grid-section ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
}

.contact-page .bottom-section .grid-section ul li {
    font-size: 16px;
    line-height: 148%;

    max-width: 390px;
    width: 100%;
}

.contact-page .bottom-section .grid-section ul .label {
    line-height: 148%;
    opacity: 0.5;
}



/* collaboration-page */

.collaboration-page h1 {
    margin-bottom: 40px;
}

.collaboration-page .subtitle {
    margin-bottom: 80px;

    max-width: 500px;
    width: 100%;

    font-size: 16px;
    line-height: 140%;
}
.collaboration .cards-wrapper .card,
.collaboration-page .collaboration .cards-wrapper .card {
    align-items: stretch;
    gap: 121px;
    min-height: 400px;
}
.collaboration .bottom-info,
.collaboration-page .bottom-info {
    flex: 1 1 0%;
    display: flex;
    flex-direction: column;
}
.collaboration .collaboration .card .card-description,
.collaboration-page .collaboration .card .card-description {
    margin-top: unset;
}
.collaboration .bottom-info .gray-btn ,
.collaboration-page .bottom-info .gray-btn {
    margin-top: auto;
}
.collaboration .card .gray-btn,
.collaboration-page .card .gray-btn {
    width: 100%;
}
.single-project-page h3{
    font-size: 25px;
}
/* news-page */

.news-page h1 {
    margin-bottom: 60px;
}

.news-page .top-filter {
    display: flex;
    justify-content: space-between;
    align-items: center;

    font-size: 16px;
}

.news-page .dropdown-container {
    position: relative;
    display: inline-block;
}

.news-page .dropdown-filter {
    transition: all 0.3s;
}

.news-page .dropdown-filter svg {
    transition: transform 0.3s;
}

.news-page .dropdown-filter.active svg {
    transform: rotate(90deg);
}

.news-page .dropdown-menu {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    min-width: 250px;
    background: #22242B;
    border: 1px solid #A1ABCD;
    border-radius: 10px;
    overflow: hidden;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
}

.news-page .dropdown-menu.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.news-page .dropdown-item.active {
    background: #D3D3E3;
    color: #222;
}

.news-page .dropdown-item {
    padding: 12px 16px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    transition: all 0.2s;
}

.news-page .swiper-slide {
    width: auto !important;
}

.news-page .tabs-slider {
    overflow: hidden;
    width: 100%;
}

.news-page .swiper-wrapper {
    display: flex;
    gap: 10px;
    align-items: center;
}

.news-page .swiper-slide {
    width: auto !important;
    flex-shrink: 0;
    margin: 0 !important;
}


.news-page .dropdown-filter {
    display: flex;
    gap: 10px;
    align-items: center;
    white-space: nowrap;
}

.news-page .dropdown-filter svg {
    transform: rotate(-90deg);
}

.news-page .divide-line {
    margin: 40px 0;
}

.news-page .main-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.news-page .btn-wrapper {
    margin-top: 40px;
    text-align: center;
    width: 100%;
}

/* about-page */

.about-page section {
    margin: 150px 0;
}

.about-page .map-section .container {
    position: relative;
    padding-bottom: 94px;
}

.about-page .header-bg {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;
    max-width: 810px;
    width: 100%;
}

.about-page .header-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


.about-page .title {
    font-weight: 600;
    font-size: 30px;
    line-height: 120%;

    text-align: left;

    width: 71%;
    position: relative;
    z-index: 1;
}

.about-page .map-section .cards-wrapper {
    position: relative;
    display: flex;
    flex-direction: row;
    gap: 10px;

    width: 70%;
    z-index: 1;
}

.about-page .map-section .cards-wrapper .card {

    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 30px;
    gap: 40px;

    width: 262.33px;
    height: 346px;

    background: rgba(0, 0, 0, 0.2);
    border: 1px solid #484C5B;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 10px;

}

.about-page .map-section .cards-wrapper .card .name {
    font-weight: 600;
    font-size: 40px;
    line-height: 120%;

    color: #A1ABCD;
}

.about-page .map-section .cards-wrapper .card .description {
    font-size: 16px;
    line-height: 140%;
    color: #C0C0C3;
}

.about-page .mission .top-title {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.about-page .mission .item-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;

    padding: 25px 0;
    border-bottom: 1px solid #484C5B;
}

.about-page .mission .item-wrapper .item {
    width: 70%;

    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.about-page .mission .item-wrapper .item .label {
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;

    width: 30%;
}

.about-page .mission .item-wrapper .item .description {
    font-size: 16px;
    line-height: 140%;

    color: #C0C0C3;

    flex: 1 1 0%;
}

.about-page .specialists .title-container {
    margin-bottom: 60px;
    text-align: left;
    max-width: 597px;
    width: 100%;
}

.about-page .title-container h2 {
    margin-bottom: 30px;
}

.about-page .title-container .subtitle {
    font-size: 16px;
    line-height: 140%;
    color: #C0C0C3;
}

.about-page .specialists .card-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.about-page .specialists .card-wrapper .card {
    display: flex;
    flex-direction: column;
    padding: 20px;

    background: linear-gradient(180deg, rgba(34, 36, 43, 0) 0%, #484C5B 100%);
    border-radius: 0px 0px 10px 10px;

    position: relative;

    overflow: hidden;

    min-height: 390px;
    height: auto;

    /* width: 25%; */

    align-items: flex-start;
}

.about-page .specialists .card-wrapper .card .info-container {
    position: relative;
    z-index: 1;

    margin-top: auto;

    display: flex;
    flex-direction: column;
    gap: 15px;

    flex: 1;
    justify-content: flex-end
}

.about-page .specialists .card-wrapper .card .img-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: -40px;
    right: -10px;
    z-index: -1;
    /* 
    right: 50%;
    transform: translateX(-50%); */
}

.about-page .specialists .card-wrapper .card .img-bg img {
    height: 100%;
    object-fit: cover;
    display: block;
}

.about-page .specialists .card-wrapper .card .tab {
    width: fit-content;
}

.about-page .specialists .card-wrapper .card .name {
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
}

.about-page .specialists .card-wrapper .card .description {
    color: #C0C0C3;
}

.about-page .licens .title-container .subtitle {
    width: 40%;
}

.about-page .licens .title-container h2 {
    margin-bottom: 60px;
}

.about-page .licens .item-wrapper {
    display: flex;
    flex-direction: column;
}

.about-page .licens .item {
    padding: 30px 0;

    border-bottom: 1px solid #484C5B;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: end;
}


.about-page .licens .item .info {
    width: 50%;
}

.about-page .licens .item .label {
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;

    margin-bottom: 20px;
}

.about-page .licens .item .description {
    font-size: 16px;
    line-height: 140%;
    color: #C0C0C3;

}

.about-page .licens .item a {
    cursor: pointer;
}

.about-page .partners .title,
.about-page .awards .title {
    text-align: center;
    width: 100%;
}

.about-page .awards .cards-wrapper {
    display: flex;
    flex-direction: row;
    gap: 100px;
}

.about-page .awards .card {
    width: 32%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.about-page .awards .top-row {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.about-page .awards .top-row ul {
    text-align: center;
    width: 210px;

    font-size: 16px;
    line-height: 120%;
}

.about-page .awards .top-row ul .label {
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
}

.about-page .awards .bottom-info {
    text-align: center;
    line-height: 140%;
    ;
    color: #C0C0C3;
}
/* Базовые стили Swiper, которые фиксируют горизонтальный ряд */
.swiper {
    width: 100%;
    overflow: hidden; /* Прячет остальные слайды за пределами экрана */
}

.swiper-wrapper {
    display: flex !important; /* Принудительно выстраивает слайды в линию */
    flex-direction: row !important;
}

.swiper-slide {
    flex-shrink: 0; /* Не дает слайдам сжиматься */
    width: 100%;    /* Один слайд занимает всю ширину экрана */
}

/* Стили для ваших картинок */
.img-wrapper {
    width: 100%;
}

.img-wrapper img {
    width: 100%;
    height: auto;
    display: block;
}
.vacancy .card .purple-btn{
        padding: 12px 30px;
        margin-right: 10px;
}
.header .nav-full li.active{
    font-weight: 700;

}