﻿.top{
    padding: 60px 0 20px 0;
    position: relative;
}
.top:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
}
.top .container{
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr 255px;
    align-items: flex-start;
}

.top_img{
    position: absolute;
    bottom: 0;
    left: 350px;
    object-fit: contain;
    max-height: 100%;
}

.top_content{
    backdrop-filter: blur(20px);
    box-shadow: 0 4px 4px #00000040;
    border: 1px solid #656565;
    padding: 24px;
    width: fit-content;
    max-width: 350px;
    z-index: 2;
}
.top_extra-title{
    grid-area: 1/1/1/3;
    margin: 0 auto 35px auto;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    z-index: 2;
    max-width: 735px;
    line-height: 1em;
}
.top_title{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1em;
}
.top_title:after{
    content: '';
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    background:
        radial-gradient(circle at 50%, var(--red) 2px, var(--black) 3px, var(--black) 4px, transparent 4px),
        linear-gradient(to right, transparent 9px, transparent 16px),
        linear-gradient(to right, transparent 15px, #fff 16px, transparent 16px),
        linear-gradient(to bottom, transparent 15px, #fff 16px, transparent 16px);
}
.top_txt{
    margin: 16px 0 0 0;
    font-size: 20px;
    color: #5F5F5F;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.2em;
    max-width: 300px;
}
.top_cta-btn{
    margin: 30px 0 0 0;
    width: 100%;
}

.top_advantage-list{
    display: grid;
    grid-template-columns: 100%;
    gap: 10px;
    z-index: 2;
    position: relative;
}
.top-advantage{
    border: 1px solid #656565;
    backdrop-filter: blur(30px);
    box-shadow: 0 4px 4px #00000040;
    padding: 16px;
}
.top-advantage_title{
    font-weight: 500;
    color: #C5C5C5;
    font-size: 14px;
}
.top-advantage_txt{
    margin: 15px 0 0 0;
    font-size: 26px;
    font-weight: 800;
}

.top_advantage-slider,
.top_advantage-slider-mobile{
    display: none !important;
}
.top-advantage .top-advantage_title strong,
.top-advantage .top-advantage_title b{
    color: #fff;
    font-weight: 800;
}
@media (min-width: 1024px){
    .top_advantage-list{
        grid-template-columns: repeat(2, 1fr);
    }

    .top .container{
        grid-template-columns: 1fr 530px;
    }
}
.vacancies{
    margin: 80px 0 30px 0;
}
.vacancies_title{
    margin: 0 0 60px 0;
}
.vacancies_grid{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 30px;
}
.vacancies_more{
    margin: 30px auto 0 auto;
    display: flex;
    width: fit-content;
}

.terms-requirements_title{
    color: var(--gray);
}
.terms-requirements_list{
    margin: 45px 0 0 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 30px;
}
.terms-requirements-card{
    padding: 40px;
    border: 1px solid var(--gray);
}
.terms-requirements-card_marker{
    background: var(--green);
    color: white;
    text-transform: uppercase;
    font-weight: 700;
    padding: .5em 1.25em;
    width: fit-content;
    line-height: 1em;
}
.terms-requirements-card_list{
    margin: 25px 0 0 0;
    display: grid;
    grid-template-columns: 100%;
    gap: 20px;
}
.terms-requirements-card_item{
    color: #B4B4B4;
    font-size: 18px;
    display: flex;
    align-items: flex-start;
    gap: 14px;
    &:before{
        content: '';
        margin: calc(.6em - 4px) 0 0 0;
        width: 8px;
        aspect-ratio: 1/1;
        flex-shrink: 0;
        border-radius: 50%;
        background: var(--green);
        line-height: 1.1em;
    }
}


.join-to{
    border-bottom: 1px solid #4F4F4F;
    padding: 80px 0 70px 0;
    overflow: hidden;
    position: relative;
    &:before{
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 330px;
        height: 250px;
        background: url("../images/flag-img.png") left center/contain;
    }
    .container{
        display: grid;
        grid-template-columns: 1fr auto;
        grid-template-areas: 'title title' 'txt btn';
        align-items: center;
        justify-items: flex-end;
        row-gap: 20px;
        column-gap: 70px;
    }
}
.join-to_title{
    grid-area: title;
    font-size: clamp(30px, calc(10px + 6vw), 98px);
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1em;
}
.join-to_txt{
    grid-area: txt;
    font-size: 26px;
    color: var(--gray);
    font-weight: 700;
    text-transform: uppercase;
}
.join-to_btn{
    grid-area: btn;
}
.volunteers-description{
    margin: 90px 0 80px 0;
    .container{
        display: grid;
        grid-template-columns: 100%;
        row-gap: 70px;
    }
}
.volunteers-description-item{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    align-items: center;
    grid-template-areas: 'txt img';
}
.volunteers-description-item:nth-child(2n){
    grid-template-areas: 'img txt';
}
.volunteers-description-item_txt{
    grid-area: txt;
    font-size: 18px;
    line-height: 1.5em;
}
.volunteers-description-item_img{
    grid-area: img;
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.advantages_subtitle{
    margin: 20px 0 0 0;
    font-size: 26px;
    color: var(--gray);
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2em;
}
.advantages_list{
    margin: 60px 0 0 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(245px, 1fr));
    gap: 30px;
}
.advantage-card{
    padding: 16px;
    border: 1px solid #656565;
    display: flex;
    flex-direction: column;
    min-height: 200px;
	background: linear-gradient(135deg, #363E2E 0%, #1F1F1F 50%);
    &:before{
        content: '';
        width: 26px;
        height: 26px;
        background: radial-gradient(circle at 50%, var(--red) 1px, var(--black) 2px, var(--black) 4px, transparent 4px),
        linear-gradient(to right, transparent 9px, transparent 16px),
        linear-gradient(to right, transparent 12px, white 13px, transparent 14px),
        linear-gradient(to bottom, transparent 12px, white 13px, transparent 14px);
    }
}
.advantage-card_title{
    margin: auto 0 0 0;
    font-weight: 500;
    color: #C5C5C5;
    line-height: 1.3em;
}
.advantage-card_txt{
    margin: 12px 0 0 0;
    font-size: 26px;
    font-weight: 800;
}
.advantage-card_highlighted{
    color: white;
    font-weight: 800;
}
.conclusion_step-list{
    margin: 60px 0 0 0;
    display: grid;
    grid-template-columns: 100%;
    gap: 60px;
    counter-set: step-index;
}
.conclusion_btn{
    flex-shrink: 0;
}
.conclusion-step{
    border-bottom: 1px solid #656565;
    padding: 16px;
    display: flex;
    align-items: flex-start;
    gap: 35px;
    counter-increment: step-index;
}
.conclusion-step_title{
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2em;
    width: 400px;
    flex-shrink: 0;
    &:before{
        content: counter(step-index)'. ';
    }
}
.conclusion-step_txt{
    font-weight: 500;
    color: #C5C5C5;
    flex-shrink: 1;
}

.sources{
    margin: 30px 0 0 0;
    .container{
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 30px;
    }
}
.source-card{
    background: var(--dark-gray);
    padding: 30px;
    color: white;
    min-height: 190px;
    display: flex;
    flex-direction: column;
}
.source-card_title{
    font-weight: 700;
    text-transform: uppercase;
}
.source-card_more{
    margin: auto 0 0 0;
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 14px;
}
.source-card_more-marker{
    flex-shrink: 0;
    width: 35px;
    aspect-ratio: 1/1;
    background: var(--red);
    display: flex;
    align-items: center;
    justify-content: center;
    &:after{
        content: '';
        width: 10px;
        aspect-ratio: 1/1;
        border-right: 1px solid white;
        border-bottom: 1px solid white;
        translate: -17% 0;
        rotate: -45deg;
    }
}
.prepare_title{
    margin: 0 0 -40px 0;
    line-height: 1.5em;
}
.prepare-group-list{
    display: grid;
    grid-template-columns: 100%;
}
.prepare-group{
    display: grid;
    grid-template-columns: 100%;
}
.prepare-group_title{
    margin: 0 0 0 auto;
    max-width: 730px;
    border-bottom: 1px solid var(--light-gray);
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 25px 0;
    justify-self: flex-end;
    background: var(--black);
}
[open] .prepare-group_title{
    border-bottom: none;
    .prepare-group_marker{
        --angle: 45deg;
    }
}
.prepare-group:nth-child(1) .prepare-group_title{
    border-top: 1px solid var(--light-gray);
}
.prepare-group_marker{
    background: var(--green);
    --color: white;
    --width: 16px;
    --angle: 0deg;
    width: 35px;
    aspect-ratio: 1/1;
    flex-shrink: 0;
}
.prepare-group_step-list{
    background: var(--green);
    padding: 40px 20px;
    counter-set: sterp-index;
    display: grid;
    grid-template-columns: 100%;
    gap: 30px;
    justify-items: flex-end;
}
.prepare-group_step{
    counter-increment: step-index;
    line-height: 1.625em;
    display: flex;
    align-items: flex-start;
    gap: 24px;
    max-width: 760px;
    width: 100%;
    &:before{
        content: counter(step-index)'-';
        color: var(--white);
    }
}
.prepare-group_step:nth-child(n - 9):before{
    content: '0'counter(step-index)'-';
}
.prepare-step-gallery-wrapper{
    --btn-width: 70px;
    max-width: 760px;
    display: grid;
    grid-template-columns: var(--btn-width) calc(100% - var(--btn-width) - 30px);
    column-gap: 30px;
    align-items: flex-start;
    width: 100%;
}
.prepare-step-gallery_nav{
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.prepare-step-gallery_nav-btn{
    width: var(--btn-width);
    aspect-ratio: 1/1;
    border: 1px solid white;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    padding: 0;
    &:before{
        content: '';
        width: 17px;
        aspect-ratio: 1/1;
        border-right: 1px solid white;
        border-bottom: 1px solid white;
        translate: -17% 0;
        rotate: -45deg;
    }
}
.prepare-step-gallery_nav-btn.prev{
    scale: -1 1;
}
.prepare-step-gallery_nav-btn:hover{
    background: white;
    &:before{
        border-color: var(--green);
    }
}
.prepare-step-gallery_item{
    width: 100%;
    height: 280px;
    object-fit: cover;
}
.faq_list{
    margin: 50px 0 0 0;
    display: grid;
    grid-template-columns: 100%;
    gap: 20px;
}

@media (max-width: 1024px) {
    .top{
        padding: 14px 0 10px 0;
        &:before{
            top: auto;
            bottom: 0;
            height: 750px;
            background: url("../images/soldiers.webp") center top/cover no-repeat, url("../images/dust.webp") 0 bottom/cover;
        }
    .top_content{
        min-width: 0;
        width: auto;
        margin-bottom: 16px;
        max-width: none;
    }
        .container{
            grid-template-columns: 100%;
        }
    }
    .top_extra-title {
        grid-area: auto;
        font-size: 24px;
    }
    .top_title{
        font-size: 24px;
    }
    .top_txt{
        font-size: 16px;
    }
    }
    .top_advantage-slider-mobile{
        display: block;
    }

    .volunteers-description-item_txt{
        font-size: 14px;
        line-height: 2em;
    }


    }
    .join-to_txt{
        margin: 6px 0 0 0;
        font-size: 16px;
    }
    .join-to_btn{
        margin: 15px 0 0 0;
    }

    }
    .source-card{
        min-height: 155px;
        padding: 20px;
    }
    .prepare_title{
        margin: 0 0 30px 0;
    }



}
@media (max-width: 720px){
    .top .container{
        grid-template-columns: 1fr;
    }
    .top_content{
        margin: 0 auto 16px;
        max-width: 380px;
    }
    .top_advantage-list{
        max-width: 380px;
        margin: 0 auto;
        gap: 10px;
    }
    .top-advantage{
        width: 100%;
    }
    
}
@media (max-width: 720px) {
    .top_content {
        margin: 0 auto 16px;
        max-width: 380px;
    }
}
@media(max-width: 480px) {
    .vacancies_title{
        margin: 0 0 40px 0;
    }
    .vacancies_grid{
        gap: 10px;
    }
}
@media (max-width: 1024px) {
    .terms-requirements_list {
        grid-template-columns: 100%;
    }
    .terms-requirements-card {
        padding: 20px;
    }
    .join-to {
        border-bottom: none;
        padding: 40px 0;
    }
        .join-to {
        &:before {
            content: '';
            position: absolute;
            left: -60px;
            bottom: 0;
            width: 95px;
            height: 72px;
            rotate: 30deg;
            background: url(../images/flag-img.png) left center / contain;
        }
    }
    .volunteers-description-item:nth-child(n) {
        grid-template-columns: 100%;
        grid-template-areas:
        'img'
        'txt';
    }
        .advantages_subtitle {
        font-size: 18px;
    }
        .conclusion-step_title {
        font-size: 20px;
        width: auto;
    }
        .conclusion-step {
        flex-direction: column;
        gap: 24px;
    }
    .sources {
        .container {
            grid-template-columns: 100%;
            gap: 20px;
        }
    }
        .prepare-group {
        background: var(--dark-gray);
        border-bottom: 1px solid var(--light-gray);
    }
        .prepare-group_step-list {
        background: transparent;
        padding: 30px var(--mobile-gap);
        gap: 18px;
    }
        .prepare-step-gallery-wrapper {
        grid-template-columns: 100%;
        justify-items: center;
        --btn-width: 40px;
        row-gap: 20px;
    }
        .prepare-step-gallery {
        grid-area: 1 / 1;
    }
        .join-to {
        border-bottom: none;
        padding: 40px 0;
    }
        .source-card_more-marker {
        width: 25px;
    }
        .join-to {
        .container {
            display: grid
;
            grid-template-columns: 100%;
            grid-template-areas:
        'title'
        'txt'
        'btn';
            row-gap: 0;
            justify-items: center;
        }
    }
        .join-to_txt {
        margin: 6px 0 0 0;
        font-size: 16px;
    }
        .prepare-group_title {
        padding: 14px var(--mobile-gap);
        font-size: 18px;
        border-bottom: none;
        background: transparent;
    }
}
.vacancies-group-list{
    margin: 60px 0 30px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.vacancies-group{
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: white;
    border: 1px solid #656565;
    padding: .75em;
    background: var(--dark-gray);
    line-height: 1em;
}
.vacancies-group.active{
    background: var(--red);
}
.vacancies-group-content {
    display: none;
}

.vacancies-group-content.active {
    display: block;
}
.monetary-tabs {
    gap: 15px;
    display: flex;
    flex-wrap: wrap;
}
.monetary-tab{
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: white;
    border: 1px solid #656565;
    padding: .75em;
    background: var(--dark-gray);
    line-height: 1em;
}
.monetary-tab.active{
    background: var(--red);
}
.monetary-pane {
    display: none;
}
.monetary-content {
    border: 1px solid #656565;
    padding: .35em;
    margin-top: 30px;
}
.monetary-pane.active {
    display: block;
}
.monetary-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px 40px;
}
.quiz-main-title {
    font-size: 30px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 24px;
}



.quiz-card {
    background: #1f1f1f;
    padding: 24px;
}

.quiz-progress {
    height: 4px;
    background: #333;
    margin-bottom: 16px;
}

.quiz-progress span {
    display: block;
    height: 100%;
    background: #DB3030;
}

.quiz-card-title {
    font-size: 26px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 8px;
}

.quiz-sum {
    font-size: 26px;
    font-weight: 700;
    color: #DB3030;
    margin-bottom: 12px;
}

.quiz-subtitle {
    font-size: 18px;
    color: #F8F8F8;
    margin-bottom: 20px;
}

.quiz-form-row {
    display: flex;
    gap: 12px;
    align-items: stretch;
}

.quiz-form-row .form-group {
    flex: 1;
}

.quiz-btn {
    padding: 15px;
    border: none;
    color: #ffffff;
    cursor: pointer;
}

.quiz-btn--next {
    background: #DB3030;
}

.quiz-btn--back {
    background: #000000;
}

.quiz-bottom-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 16px;
}

.quiz-status {
    color: #ffffff;
    font-size: 14px;
}

@media (max-width: 768px) {
    .quiz-main-title {
        font-size: 20px;
    }

    .quiz-card-title,
    .quiz-sum {
        font-size: 16px;
    }

    .quiz-subtitle {
        font-size: 14px;
    }

    .quiz-form-row {
        flex-direction: column;
        align-items: stretch;
    }

    .quiz-btn {
        width: 100%;
    }
}
.form-label {
    display: block;
    margin-bottom: 6px;
}
.form-group input {
    border: none;
    border-bottom: 1px solid #B4B4B4;
    padding: 10px 0;
    max-width: 100%;
    width: 100%;
    background: transparent;
    outline: none;
    color: #FFFFFF;
}
.quiz-bottom-row button{
    margin-bottom: 15px;
    width:120px;
}
.form-agree button{
    width: 100%;
    margin-bottom: 15px;
}
.quiz-card {
    display: none; /* Скрываем все карточки */
}

.quiz-card.is-active {
    display: block; /* Показываем только активную */
}
.quiz-range-container {
    position: relative;
    padding: 40px 0;
    width: 100%;
}

.quiz-range-input {
    -webkit-appearance: none;
    width: 100%;
    background: transparent;
    cursor: pointer;
}

/* Полоса */
.quiz-range-input::-webkit-slider-runnable-track {
    width: 100%;
    height: 2px;
    background: #5F5F5F;
}

.quiz-range-input::-moz-range-track {
    width: 100%;
    height: 2px;
    background: #5F5F5F;
}

/* Круг (Thumb) */
.quiz-range-input::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 24px;
    width: 24px;
    border-radius: 50%;
    background: #DB3030;
    margin-top: -11px; /* Центрирование относительно полосы */
}

.quiz-range-input::-moz-range-thumb {
    height: 24px;
    width: 24px;
    border-radius: 50%;
    background: #DB3030;
    border: none;
}

/* Тултип с числом */
.quiz-range-value {
    position: absolute;
    background: #333;
    color: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 14px;
    transform: translateX(-50%);
    top: 70px;
}
.quiz-range-container {
    position: relative;
    padding: 40px 0;
    width: 100%;
}

.quiz-range-input {
    -webkit-appearance: none;
    width: 100%;
    height: 2px;
    background: #5F5F5F;
    outline: none;
}

.quiz-range-input::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 24px;
    height: 24px;
    background: #DB3030;
    border-radius: 50%;
    cursor: pointer;
}

.quiz-range-value {
    position: absolute;
    top: 75px;
    left: 0;
    transform: translateX(-50%);
    color: #fff;
    font-size: 16px;
    white-space: nowrap;
}
/* Контейнер для сетки в 2 колонки */
.quiz-options-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 40px;
    margin: 30px 0;
}

/* Общий стиль элемента выбора */
.quiz-option {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 16px;
    color: #fff;
    user-select: none;
}

/* Прячем стандартное радио */
.quiz-option input {
    display: none;
}

/* Базовый стиль кружка (не выбран) */
.radio-custom {
    position: relative;
    width: 20px;
    height: 20px;
    border: 1px solid #666; /* Серая рамка */
    border-radius: 50%;
    background: #000; /* Черный внутри */
    margin-right: 12px;
    flex-shrink: 0;
    transition: all 0.2s ease;
}

/* Стиль кружка при выборе */
.quiz-option input:checked + .radio-custom {
    border-color: #fff; /* Белая рамка */
}

/* Точка внутри (белый круг) */
.radio-custom::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8px; /* Размер внутренней точки */
    height: 8px;
    background: #fff;
    border-radius: 50%;
    opacity: 0; /* Скрыта по умолчанию */
    transition: opacity 0.2s ease;
}

/* Показываем точку при выборе */
.quiz-option input:checked + .radio-custom::after {
    opacity: 1;
}

/* Текст рядом с кружком */
.radio-text {
    line-height: 1.2;
}

/* Адаптив для мобилок (в одну колонку) */
@media (max-width: 600px) {
    .quiz-options-grid {
        grid-template-columns: 1fr;
    }
}
.quiz-grid-step-4 {
    display: grid;
    grid-template-columns: auto auto 1fr; 
    grid-auto-flow: column;
    grid-template-rows: repeat(3, auto);
    gap: 15px 40px;
    align-items: start;
    margin: 25px 0;
}

.quiz-option-consult {
    grid-column: 3;
    grid-row: 1;
}

@media (max-width: 992px) {
    .quiz-grid-step-4 {
        grid-template-columns: 1fr 1fr;
        grid-auto-flow: row;
        grid-template-rows: auto;
    }
    .quiz-option-consult {
        grid-column: span 2;
    }
    .vacancies_more {
    width: 100%;
    justify-content: center;
    }
}

@media (max-width: 600px) {
    .quiz-grid-step-4 {
        grid-template-columns: 1fr;
    }
    .quiz-option-consult {
        grid-column: auto;
    }
}

.quiz-btn-group {
    display: flex;
    gap: 10px;
}
/* Общие стили */
.news-section {
    background-color: #000; /* Как на скрине */
    padding: 50px 0;
    color: #fff;
}

.section-title {
    font-size: 44px;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.news-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

/* Карточка новости (Desktop) */
.news-item {
    display: flex;
    background: #1a1a1a; /* Фоновый цвет карточки */

}

.news-item__image {
    flex: 0 0 240px;

}

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

.news-item__info {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.news-item__header {
    padding: 20px;
    flex: 0 0 auto;
}

.news-item__date {
    display: block;
    color: #fff;
    font-size: 12px;
    margin-bottom: 10px;
    background-color: #4B573F;
    width: min-content;
    padding: 10px;
}

.news-item__title {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
}

.news-item__body {
    padding: 20px;
    flex: 1;
    display: flex;
    align-items: flex-end; /* Текст заполняется снизу вверх */
}

.news-item__text {
    color: #B4B4B4;
    font-size: 16px;
    margin: 0;
}

.news-nav { display: none; } /* Скрыты на десктопе */

/* Мобильная версия */
@media (max-width: 768px) {
    .section-title {
        font-size: 20px;
        
    }

    .news-grid {
        grid-template-columns: 1fr;
        display: flex; /* Для скролла */
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        gap: 20px;
    }

    .news-item {
        flex: 0 0 100%;
        flex-direction: column;
        height: auto;
        scroll-snap-align: start;
    }

    .news-item__image {
        flex: 0 0 320px; /* Изображение сверху */
        width: 100%;
    }

    .news-item__body {
        align-items: flex-start; /* Текст сверху вниз на мобилке */
    }

    .news-nav {
        display: flex;
        justify-content: center;
        gap: 20px;
        margin-top: 20px;
    }
    
    /* Стилизация стрелок (пример) */
    .news-prev, .news-next {
        width: 40px;
        height: 40px;
        background: #4B573F;
        border: none;
        cursor: pointer;
    }
}
/* Убираем полосу прокрутки для всех браузеров */
.news-grid {
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;     /* Firefox */
}
.news-grid::-webkit-scrollbar { 
    display: none;             /* Safari and Chrome */
}

/* Стили навигации как на скриншоте */
.news-nav {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 30px;
}

.news-prev, .news-next {
    width: 60px;
    height: 60px;
    background: transparent;
    border: 2px solid #555; /* Цвет рамки */
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: border-color 0.3s ease;
}

.news-prev:hover, .news-next:hover {
    border-color: #fff;
}

.news-prev svg, .news-next svg {
    display: block;
}
/* 1. По умолчанию (для ПК) скрываем навигацию */
.news-nav {
    display: none;
}

/* 2. На мобильных устройствах — показываем */
@media (max-width: 768px) {
    .news-nav {
        display: flex;
        justify-content: center;
        gap: 15px;
        margin-top: 30px;
    }

    /* Дополнительно: скрываем полосу прокрутки, чтобы было красиво */
    .news-grid {
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    .news-grid::-webkit-scrollbar {
        display: none;
    }
}
/* Контейнер сетки */
.social-rov {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 4 колонки в ряд */
    gap: 32px;
    margin-top: 40px;
}

/* Базовый стиль карточки */
.social-block {
    background: transparent;
    border: 1px solid #333; /* Тонкая рамка как на макете */
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 200px;
    box-sizing: border-box;
}

/* Градиент для первого ряда (класс .grad) */
.social-block.grad {
    background: linear-gradient(135deg, #363E2E 0%, #1F1F1F 50%);
}

/* Иконки */
.social-icon {
    width: 44px;
    height: 44px;
    background-color: #1F1F1F;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-icon svg {
    width: 20px;
    height: 20px;
}

/* Типографика */
.social-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.social-note {
    font-size: 10px;
    color: #B4B4B4;
    line-height: 1.2;
}

.social-main {
    font-size: 14px;
    color: #FFFFFF;
    font-weight: 500;
    line-height: 1.4;
}

.social-extra {
    font-size: 12px;
    color: #B4B4B4;
    line-height: 1.4;
}

/* Адаптивность для мобильных устройств */
@media (max-width: 1024px) {
    .social-rov {
        grid-template-columns: repeat(2, 1fr); /* 2 в ряд на планшетах */
    }
}

@media (max-width: 768px) {
    .social-rov {
        grid-template-columns: 1fr; /* В один столбец */
        gap: 16px;
    }

    .social-icon {
        width: 32px;
        height: 32px;
    }
    .social-icon svg {
    width: 16px;
    height: 16px;
    }

    .social-note {
        font-size: 10px;
    }

    .social-main {
        font-size: 14px;
    }

    .social-extra {
        font-size: 12px;
    }
    
    .social-block {
        min-height: auto;
        padding: 20px;
    }
}
/* Контейнер и Сетка */
.equipment-section { padding: 50px 0; }
.equipment-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px 30px;
}

@media (max-width: 992px) {
    .equipment-grid { grid-template-columns: 1fr; }
}

/* Заголовок секции */
.equipment_title-wrapper { margin-bottom: 30px; }
.equipment_title-wrapper .section_title { color: #fff; text-transform: uppercase; display: inline-block; margin-right: 10px; font-weight: bold; }
.equipment_title-wrapper .gray { color: #444; text-transform: uppercase; font-weight: bold; }

/* Основной блок элемента */
.equipment-accardion-item {
    background: #1a1a1a;
    border-radius: 2px;
    margin-bottom: 5px;
    display: block;
}

/* Шапка (Summary) */
.accardion-header {
    height: 80px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    list-style: none;
    outline: none;
    user-select: none;
    transition: background 0.3s;
}

.accardion-header:hover { background: #252525; }
.accardion-header::-webkit-details-marker { display: none; }

/* Левая часть: Иконка + Текст */
.acc-left { display: flex; align-items: center; gap: 20px; }
.acc-left img { width: 80px; height: 80px; object-fit: contain; flex-shrink: 0; }
.acc-title { color: #fff; font-weight: 700; font-size: 14px; letter-spacing: 0.05em; }

/* Оливковый квадрат (фон стрелки) - ОН НЕ ВРАЩАЕТСЯ */
.acc-arrow {
    width: 44px;
    height: 44px;
    background: #3d4435;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* Сама стрелка (SVG) - ВРАЩАЕТСЯ ТОЛЬКО ОНА */
.acc-arrow svg {
    transition: transform 0.3s ease;
}

/* Состояние при открытии: вращаем только SVG */
.equipment-accardion-item[open] .acc-arrow svg {
    transform: rotate(180deg);
}

/* Контентная часть */
.acc-inner {
    padding: 20px;
    color: #aaa;
    font-size: 14px;
    line-height: 1.5;
    background: #141414;
    border-top: 1px solid #222;
}
.about-section {
    background-color: #1F1F1F;
    padding: 60px 0;
    font-family: sans-serif; 
  }



  .about-wrapper {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }

  .about-title {
    color: #FFFFFF;
    font-size: 32px;
    margin-bottom: 24px;
    text-transform: uppercase;
  }

  .about-text-large {
    color: #F8F8F8;
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 20px;
  }

  .about-text-small {
    color: #F8F8F8;
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 30px;
  }

  .about-subtitle {
    color: #5F5F5F;
    font-size: 20px;
    text-transform: uppercase;
    margin-top: 10px;
  }

  .about-stats {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .stat-number {
    display: block;
    color: #FFFFFF;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 8px;
  }

  .stat-desc {
    color: #8B8B8B;
    font-size: 16px;
    line-height: 1.2;
  }

  @media (min-width: 992px) {
    .about-wrapper {
      flex-direction: row;
      justify-content: space-between;
      align-items: flex-start;
    }

    .about-content {
      flex: 0 0 55%;
    }

    .about-stats {
      flex: 0 0 35%;
      grid-template-columns: 1fr 1fr;
      gap: 40px 20px;
      margin-top: 20px;
    }

    .about-title {
      font-size: 44px;
    }

    .about-subtitle {
      font-size: 25px;
      margin-top: 40px;
    }

    .stat-number {
      font-size: 48px;
    }
  }
  .conclusion-template {

    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 40px;
}

.conclusion-template_title {
    font-size: 26px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    flex: 1; /* Занимает место слева */
    margin-bottom: 0; /* Убираем отступ на ПК */
}

.conclusion-template_txt {
    font-size: 16px;
    color: #C5C5C5;
    text-align: center;
    flex: 1; /* Занимает место в центре */
}

.conclusion-template_btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 250px;
    height: 60px;
    background: #000000;
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    border: none;
    flex-shrink: 0;
}

.conclusion-template_btn:hover {
    color: #DB3030 !important;
}

.conclusion-template_btn::before,
.conclusion-template_btn::after {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    background: #ffffff;
}

.conclusion-template_btn::before {
    top: 0;
    left: 0;
    box-shadow: 244px 0 0 #ffffff; /* 250px ширина - 6px квадрат */
}

.conclusion-template_btn::after {
    bottom: 0;
    left: 0;
    box-shadow: 244px 0 0 #ffffff;
}

@media (max-width: 768px) {
    .conclusion-template {
        flex-direction: column;

        padding: 20px;
        gap: 24px;
    }

    .conclusion-template_title {
        font-size: 20px;
    }

    .conclusion-template_txt {
        font-size: 16px;
    }

    .conclusion-template_btn {
        width: 256px;
        height: 50px;
        font-size: 14px;
    }

    .conclusion-template_btn::before,
    .conclusion-template_btn::after {
        box-shadow: 250px 0 0 #ffffff;
    }
}

.conclusion-template {
    background: #1F1F1F;
    border: 1px solid #C5C5C5;
    padding: 30px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
    gap: 20px;
}
.no-investment {
    margin-bottom: 84px;
    padding: 40px 0;
    font-family: sans-serif;
}

.no-investment__title {
    color: #FFFFFF;
    font-size: 44px;
    font-weight: 700;
    margin: 0 0 16px 0;
    text-transform: uppercase;
}

.no-investment__subtitle {
    color: #5F5F5F;
    font-size: 26px;
    line-height: 1.2;
    margin-bottom: 40px;
    max-width: 800px;
    text-transform: uppercase;
}

.no-investment__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 20px;
}

.no-investment__card {
    border: 1px solid #333;
    padding: 24px;
    display: flex;
    flex-direction: column;
    min-height: 250px;
	background: linear-gradient(135deg, #363E2E 0%, #1F1F1F 50%);
}

.top_title {
    margin-bottom: auto;
}



.card-title {
    color: #EEEEEE;
    font-size: 16px;
    font-weight: 700;
    margin: 20px 0 10px 0;
    line-height: 1.2;
}

.card-title.white-title {
    color: #FFFFFF;
}

.card-text {
    color: #C5C5C5;
    font-size: 16px;
    line-height: 1.4;
    margin: 0;
}

.card-price {
    margin-top: 15px;
    display: flex;
    align-items: baseline;
    gap: 8px;
    flex-wrap: wrap;
}

.price-value {
    color: #EEEEEE;
    font-size: 26px;
    font-weight: 700;
}

.price-label {
    color: #EEEEEE;
    font-size: 16px;
}

/* Нижний блок */
.no-investment__footer {
    border: 1px solid #333;
    padding: 24px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
	background: linear-gradient(135deg, #363E2E 0%, #1F1F1F 50%);
}

.footer-icon-wrapper {
    background-color: #2C3029;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.footer-title {
    color: #FFFFFF;
    font-size: 16px;
    margin: 0 0 8px 0;
    font-weight: 700;
}

.footer-text {
    color: #C5C5C5;
    font-size: 16px;
    margin: 0;
    line-height: 1.4;
}

/* Адаптивность для мобильных */
@media (max-width: 1024px) {
    .no-investment__grid {
        grid-template-columns: 1fr;
    }
    
    .no-investment__title {
        font-size: 30px;
    }

    .no-investment__subtitle {
        font-size: 18px;
    }

    .no-investment__footer {
        flex-direction: column;
    }

    .footer-title, .footer-text {
        font-size: 14px;
    }
}