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

:root {
    --red: #D70000;
    --black: #181818;
    --gray_dark: #D6D6D6;
    --gray_dark1: #7D8387;
    --black2: #242424;
}

.container {
    border: none !important;
}

main {
    background: var(--black);
}

.project {
    max-width: 1143px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 200px 0;
}

.section-heading {
    display: flex;
}

.section-heading h3 {
    color: var(--black2);
    font-size: 44px;
    font-weight: 400;
    padding-bottom: 20px;
    border-bottom: 4px solid var(--red);
    text-transform: uppercase;
    width: max-content;
    line-height: 52.8px;
}

.section-heading p::before {
    content: '';
    background: var(--black2);
    width: 16px;
    height: 16px;
    border-radius: 50%;
    flex-shrink: 0;
}

.section-heading p {
    display: flex;
    gap: 10px;
    color: black;
}

.project-name {
    text-transform: uppercase;
    font-size: 55px;
    color: var(--gray_dark);
    font-weight: 400;
}

.project-link {
    color: var(--red);
    text-decoration: underline;
    text-decoration-thickness: 3px;
}


.project-info {
    color: var(--gray_dark1);
    font-size: 20px;
    line-height: 24px;
}

.project-preview {
    background-image: url('img/bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.laptop-wrapper {
    margin: 0 auto;
    position: relative;
}

.laptop-wrapper img {
    max-width: 100%;
    margin: 0 auto;
}

.laptop-project {
    position: absolute;
    bottom: 270px;
    max-width: 100% !important;
    left: 58%;
    transform: translateX(-50%);
    width: 80%;
    height: auto;
    object-fit: cover;
}



.project-data,
.goals,
.project-team,
.project-moments,
.project-plans,
.project-technologies {
    background: white;
    border: none !important;
}

.project-data-wrapper,
.project-goals-wrapper {
    padding: 100px 0;
    display: flex;
}

.project-data-wrapper p,
.project-goals-wrapper p {
    display: flex;
    gap: 8px;
    color: black;
}

.project-data-wrapper .col_1::before,
.project-goals-wrapper .col_1::before,
.col-item::before {
    content: '';
    background: var(--black2);
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: flex;
    gap: 10px;
    flex-shrink: 0;
}

.col-item::before {
    width: 10px;
    height: 10px;
    margin-top: 5px;
}

.project-data-wrapper .col_3 {
    margin-left: auto;
}

.project-data-wrapper h3,
.project-goals-wrapper h3 {
    color: var(--black2);
    font-size: 44px;
    font-weight: 400;
    padding-bottom: 20px;
    border-bottom: 4px solid var(--red);
    text-transform: uppercase;
    width: max-content;
    line-height: 52.8px;
}

.col_2 {
    display: flex;
    flex-direction: column;
    gap: 30px;
    max-width: 744px;
    margin-left: 46px;
    font-size: 22px;
}

.col_2 p {
    font-size: 22px;
}

.col-item {
    font-size: 16px;
    padding: 20px;
    border-bottom: 1px solid var(--black2);
}

.col-item:last-child {
    border-bottom: none;
}

.col_3 {
    display: flex;
    flex-direction: column;
    gap: 10px;
    border: 1px solid var(--black2);
    border-radius: 20px;
    padding: 40px;
    max-width: 512px;
    height: max-content;
}

.goals .col_3 {
    border: none;
}

.project-screen img {
    margin: 0 auto;
    max-width: 100%;
}

.screen-wrapper {
    margin: 100px auto;
}

.screen-wrapper img {
    border-radius: 40px;
    padding: 50px;
    background: #FFFFFF33;
}

img.project-logo {
    margin-bottom: 40px;
}

.team-bg {
    background: url('img/bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
}

.card1-wrapper,
.card2-wrapper {
    display: flex;
}

.teamicon_1 {
    position: absolute;
    right: 0;
    width: 40vw;
    top: 20%;}

.teamicon_2 {
    position: absolute;
    left: 0;
    width: 40vw;
    bottom: 20%;
}

.card1,
.card2 {
    width: max-content;
    position: relative;
    z-index: 1;
}


.card2 {
    margin-left: auto;
    margin-top: -100px;
    position: relative;
    z-index: 5;
}

.card1 img,
.card2 img {
    max-width: 100%;
    border: 50px solid #D7000033;
    border-radius: 40px;
}

.project-team-wrapper {
    display: flex;
    gap: 34px;
    flex-wrap: wrap;
    padding-bottom: 200px;
}

.project-team-item {
    width: calc(100% / 6 - 29px);
}

.project-team-item img {
    max-width: 100%;
}

.project-banner img {
    width: 100%;
}

.project-moments {
    padding-top: 200px;
    padding-bottom: 100px;
}

.project-plans {
    padding-top: 100px;
    padding-bottom: 100px;
}

.moment {
    display: flex;
    gap: 72px;
    position: relative;
}

.moments-wrapper {
    display: flex;
    gap: 36px;
    flex-direction: column;
    max-width: 1121px;
    margin: 0 auto;
}

.moment-number {
    color: #D70000 !important;
    font-size: 97.5px;
    flex-shrink: 0;
    flex-basis: 121px;
}

.moment-info {
    margin-top: 20px;
}

.moment-title {
    color: #D70000 !important;
    font-size: 26px;
    margin-bottom: 10px;
}

.moment-description {
    font-size: 22px;
    color: #000000 !important;
}

.section-heading_col3 h3 {
    height: max-content;
    max-width: 744px;
}

.section-heading_col3 img {
    align-self: flex-end;
}

.centred {
    max-width: 1121px;
    flex-grow: 1;
    margin-left: 46px;
}

.project-technologies-wrapper {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    flex-direction: row;
    margin-top: 30px;
}

.technology {
    display: flex;
    justify-content: space-between;
    width: calc(33% - 10px);
    align-items: center;
    background: #F5F5F5;
    border-radius: 8px;
    font-size: 14px;
    padding: 9px 12px;
    flex-grow: 1;
}

.project-roadmap {
    padding: 100px 0;
    background-color: #000000;
}

.roadmap-item {
    border: 1px solid #FFFFFF;
    height: max-content;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
    width: 282px;
    height: 282px;
    position: relative;
    background-color: transparent;
}

.roadmap-count {
    color: #D70000 !important; /* Красный цвет */
    font-size: 64px;
    font-weight: bold;
}

.roadmap-description {
    font-size: 14px;
    color: #FFFFFF !important;
    line-height: 1.4;
}

.roadmap-text, .roadmap-text_touch {
    color: #FFFFFF !important;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 32px;
}

.w236 {
    width: 236px;
    flex-shrink: 0;
    margin-top: 5px;
}

.project-azatteam {
    margin-left: auto;
}

.header-wrapper_projects {
    padding-right: 0;
    padding-left: 0;
}

.col_flex {
    display: flex;
    justify-content: space-between;
}

.azatbg {
    background: url('img/bg.png');
    background-repeat: no-repeat;
    background-position: top right;
    background-size: contain;
}

.project-technologies {
    padding-top: 100px;
    padding-bottom: 100px;
}

.pt100 {
    padding-top: 100px;
}

.solution-steps {
    display: flex;
    flex-direction: column;
    margin-left: 282px;
    padding-top: 100px;
    gap: 60px;
    max-width: 1121px;
}

.solution-step {
    display: flex;
    gap: 32px;
    align-items: center;
    font-size: 26px;
}

.step-number {
    font-size: 40px;
    background: var(--black2);
    border-radius: 50%;
    width: 110px;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    flex-shrink: 0;
}

.project-preview_full {
    background: url('img/bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
}

.moment-description {
    font-size: 22px;
}

.laptop_full {
    margin: 0 auto;
    max-width: 100%;
    position: relative;
}

.project-preview_full {
    position: relative;
}

.laptop-project_full {
    position: absolute;
    z-index: 5;
    top: 131px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 81% !important;
}

.btn_center {
    margin: 0 auto;
}

.cases-wrapper {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    margin-top: 60px;
}

.case-card {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: calc(25% - 30px);
    flex-shrink: 1;
}

.case-card img {
    max-width: 100%;
}

.case-card .project-info {
    align-self: flex-start;
}

.all-projects {
    padding-top: 100px;
    padding-bottom: 100px;
    background: #000000;
}

.project-team .section-heading {
    padding: 100px 0;
}

.team-bg_out {
    padding-top: 0;
    padding-bottom: 0;
}

.team-bg_out .card2 {
    margin: 0;
    transform: translateY(-10px);
    margin-top: -50px;

}

.team-bg_out .card1 {
    margin-left: auto;

    transform: translateY(10px);
    margin-bottom: -50px;
}

.team-bg_out .card2 img,
.team-bg_out .card1 img {
    /* max-width: 871px; */
}

.team-bg_out .teamicon_1 {
    left: unset;
    left: 0;
    top: 13%;
}

.team-bg_out .teamicon_2 {
    left: unset;
    right: 0;
    bottom: 13%;
}

.cols-wrapper {
    display: flex;
}

.right-col {
    margin-left: auto;
}

.mr10 {
    margin-right: 10px;
}

.project-preview {
    padding-top: 40px;
}

.project-moments h3 {
    margin-bottom: 100px;
}

.roadmap-text_touch {
    display: none;
    color: #ffffff;
    font-size: 32px;
    margin-bottom: 30px;
}

.project-roadmap-bottom-wrapper {
    display: flex;
}

.roadmap-text {
    color: #ffffff;
    width: 282px;
    height: 282px;
    font-size: 32px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
}

.step-number::after {
    content: "";
    background: var(--black2);
    width: 9px;
    height: 100px;
    position: absolute;
    transform: translateY(80px);
}

.step-number_last::after {
    display: none;
}

.project-roadmap_mobile {
    display: none;
}

@media(max-width:1680px) {
    .header-wrapper_projects {
        padding-left: 20px;
        padding-right: 20px;
    }

    .teamicon_1,
    .teamicon_2 {
        width: 30vw;
    }
}

@media(max-width:1440px) {
    .laptop-project {
        max-width: 96% !important;
        bottom: 3%;
    }

    p.w236 {
        display: none;
    }

    .col_flex {
        max-width: 100%;
    }

    .col_2,
    .centred,
    .solution-steps {
        margin-left: 0;
    }

    .col_3 {
        padding: 20px;
    }

    .left-col {
        margin-right: 20px;
    }

    .project-goals-wrapper {
        justify-content: space-between;
    }

    .project-team-item {
        width: calc(100% / 4 - 26px);
    }

    .project-team-item img {
        width: 100%;
    }

    .project-data .col_2 {
        margin-right: 20px;
    }


    .card1 img,
    .card2 img {
        max-width: 55vw;
    }

    .teamicon_1,
    .teamicon_2 {
        width: 37vw;
    }
}

@media(max-width:1024px) {

    .right-col {
        display: none;
    }


    .left-col {
        margin-right: 0;
    }

    .project-data-wrapper {
        flex-wrap: wrap;
    }

    .project-data-wrapper .col_2 {
        max-width: 100%;
        margin-right: 0;
    }

    .project-data-wrapper .col_3 {
        margin-left: 0;
        margin-top: 40px;
    }

    .case-card {
        width: calc(50% - 20px);
    }

    .roadmap-text_touch {
        display: flex;
    }

    div.roadmap-text {
        display: none;
    }

    .project-roadmap_bottom {
        width: 100%;
        gap: 5px;
    }

    .project-roadmap_top {
        gap: 5px;
    }

    .roadmap-item {
        width: calc(33%);
    }
}

@media(max-width:768px) {
    .project-goals-wrapper {
        flex-direction: column;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .project-goals-wrapper .col_3 {
        padding: 0;
        margin: 0 auto;
        max-width: 100%;
    }

    .technology {
        width: calc(50% - 5px);
    }

    .project-roadmap-bottom-wrapper {
        margin-top: 5px;
    }

    .section-heading h3,
    .project-data-wrapper h3,
    .project-goals-wrapper h3 {
        font-size: 32px;
    }

    .project-moments h3 {
        margin-bottom: 50px;
    }

    .moment-number {
        font-size: 48px;
        flex-basis: 75px;
    }

    .moment-info {
        margin-top: 0;
    }

    .moment {
        gap: 30px;
    }

    .moment-description {
        font-size: 18px;
    }

    .project-moments {
        padding-top: 120px;
        padding-bottom: 50px;
    }

    .card1 img,
    .card2 img {
        border-width: 20px;
        border-radius: 20px;
    }

    .project-team .section-heading,
    .project-technologies,
    .team-bg,
    .project-roadmap,
    .project-data-wrapper,
    .all-projects,
    .project-plans {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .pt100,
    .solution-steps {
        padding-top: 50px;
    }

    .project-team-wrapper {
        padding-bottom: 140px;
    }


    .project {
        padding-bottom: 75px;
        padding-top: 125px;
    }
}

@media(max-width:500px) {

    .laptop-project_full {
        max-width: 76% !important;
        top: 108px;
    }

    .project-name {
        font-size: 32px;
        line-height: 42px;
    }

    .project-team-wrapper {
        gap: 12px;
    }

    .project-team-item {
        width: calc(50% - 6px);
    }

    .card2 {
        margin-top: -37px;
    }

    .case-card {
        width: 100%;
    }

    .col_flex {
        flex-direction: column;
    }

    .section-heading_col3 img {
        align-self: flex-start;
        margin-top: 30px;
    }

    .screen-wrapper img {
        padding: 20px;
        border-radius: 20px;
    }

    .section-heading h3,
    .project-data-wrapper h3,
    .project-goals-wrapper h3 {
        font-size: 20px;
        line-height: normal;
    }

    .technology {
        width: 100%;
    }

    .step-description {
        font-size: 18px;
    }

    .solution-steps {
        gap: 30px
    }

    .step-number {
        width: 80px;
        height: 80px;
        font-size: 30px;
    }

    .step-number::after {
        height: 60px;
        transform: translateY(60px);
    }

    .screen-wrapper {
        margin: 50px auto;
    }

    .col-item::before {
        margin-top: 3px;
    }

    .col_2 p {
        font-size: 18px;
    }

    .cases-wrapper {
        margin-top: 50px;
    }

    img.project-logo {
        max-width: 50%;
    }

    .project-preview {
        padding-top: 20px;
    }

    .roadmap-text_touch {
        font-size: 20px;
    }

    .project-roadmap_top,
    .project-roadmap-bottom-wrapper {
        display: none;
    }

    .project-roadmap_mobile {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .roadmap-item {
        width: 100%;
        height: auto;
        border-width: 1px;
    }

    .moment-title {
        font-size: 22px;
    }
}

@media(max-width:375px) {

    .step-number::after {
        height: 70px;
        transform: translateY(70px);
    }

    .laptop-project_full {
        max-width: 75% !important;
        top: 105px;
    }
}

div.hero-wrapper > h1 {
    display: none !important;
}

/* Конфлик стилей с base.css */
.project-data-wrapper div,
.project-data-wrapper p,
.project-data-wrapper h3,
.project-goals-wrapper div,
.project-goals-wrapper p,
.project-goals-wrapper h3,
.col_2 div, 
.col_2 p,
.col_2 h3,
.col_3 p,
.col_1,
.moment-info div,
.moment-title,
.moment-description,
.step-description,
.technology-name,
.col-info,
.centred div,
.section-heading p {
    color: #000000 !important;
}

.project-data p,
.goals p,
.project-team p,
.project-moments p,
.project-plans p,
.project-technologies p,
.section h3,
.section .col_2 * {
    color: #000000 !important;
}

.roadmap-description,
.roadmap-text,
.roadmap-text_touch,
.project-name,
.project-info,
.roadmap-item p {
    color: #ffffff !important;
}

.project-data .col_2 p,
.project-data .col_2 div,
.project-data .col_3 p,
.project-data h3,
.project-data-wrapper h3 {
    color: #000000 !important;
}

div.hero-wrapper > h1,
.hero-wrapper h1 {
    display: none !important;
}

.laptop-project {
    position: absolute !important;
    bottom: 9% !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 80% !important;
    max-width: 90% !important;
    height: auto !important;
    border-radius: 10px !important;
}

.laptop-project_full {
    position: absolute !important;
    z-index: 5 !important;
    top: 131px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    max-width: 81% !important;
    border-radius: 10px !important;
}

.step-number {
    color: #ffffff !important;
}

.col_2, .centred, .col_flex {
    color: #000000 !important;
}

.empty-photo {
    display: block;
    background-color: transparent;
}

.dev-stages-section {
    background-color: #000000;
    padding: 60px 0;
}

.dev-stages-container {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

.dev-stages-title {
    color: #FFFFFF;
    font-size: 24px;
    line-height: 1.3;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 10px;
    flex-shrink: 0;
    width: 150px;
}

.dev-stages-grid {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.dev-stages-top {
    display: flex;
    gap: 30px;
    width: 100%;
}

.dev-stages-bottom {
    display: flex;
    gap: 30px;
    width: 100%;
}

.dev-stages-top .stage-box {
    flex: 1;
    border: 1px solid #FFFFFF;
    padding: 20px;
    min-height: 120px;
    position: relative;
}

.dev-stages-bottom .stage-box {
    flex: 1;
    border: 1px solid #FFFFFF;
    padding: 20px;
    min-height: 120px;
    position: relative;
}

.stage-number {
    color: #D70000;
    font-size: 60px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 20px;
}

.stage-caption {
    color: #FFFFFF;
    font-size: 14px;
    position: absolute;
    bottom: 20px;
    left: 20px;
}

@media (max-width: 768px) {
    .dev-stages-container {
        flex-direction: column;
    }
    
    .dev-stages-title {
        width: 100%;
        margin-bottom: 20px;
    }
    
    .dev-stages-top, .dev-stages-bottom {
        flex-direction: column;
        gap: 15px;
    }
    
    .stage-box {
        min-height: auto;
        padding-bottom: 50px;
    }
}