

/* Start:/local/components/9310802/complex.content/templates/tizer5_flex_images/style.css?17845610225047*/
.our-project {
    padding: 100px 0;
}

.our-project-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 30px;
    position: relative;
    margin-bottom: 50px;
}

.our-project-title-wrapper,
.our-project-desc-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
}

.our-project-title-wrapper {
    max-width: 620px;
    width: 100%;
    padding-left: 40px;
    position: relative;
	padding-left: 40px;
}
.our-project-title-wrapper .title {
    position: relative;
}

.our-project-title-wrapper .title {
	position: relative;
}

.our-project-title-wrapper .title::before {
    content: "";
    position: absolute;
    height: calc(100% + 94px);
    width: 2px;
    background: var(--eb0e54);
    top: -100px;
    left: -40px;
}

.our-project-desc-wrapper {
    max-width: 720px;
    width: 100%;
}

.our-project-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px; /* Отступы между карточками */
}

.our-project-item {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    padding: 30px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: start;
    min-height: 250px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.our-project-item--width-1 {
    width: calc(40% - 12px);
}

.our-project-item--width-2 {
    width: calc(30% - 14px);
}

.our-project-item--width-3 {
    width: calc(20% - 16px);
}

.our-project-item--width-3 .our-project-content {
    display: none;
}

.our-project-item--width-3 .our-project-image-wrapper {
    position: relative;
    right: auto;
    top: auto;
    transform: none;
    margin: 0 auto;
    width: 100%;
    max-width: 200px;
    height: auto;
    aspect-ratio: 1/1;
}

.our-project-content {
    max-width: 260px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 8px;
    text-align: left;
}

.our-project-description {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0%;
}

.our-project-title {
    font-weight: 500;
    font-size: 22px;
    line-height: 120%;
    letter-spacing: 0%;
    color: var(--eb0e54);
    margin-bottom: 5px;
    min-height: 80px;
}

.our-project-full-description-2,
.our-project-full-description {
    font-weight: 400;
    letter-spacing: 0%;
    color: #121212;
}

.our-project-full-description-2 {
    font-size: 14px;
    line-height: 140%;
}

.our-project-full-description {
    font-size: 16px;
    line-height: 160%;
}

.grey {
    color: #818590;
}

.our-project-image-wrapper {
    position: absolute;
    right: -150px;
    top: 50%;
    transform: translateY(-50%);
    width: 300px;
    height: 300px;
    pointer-events: none;
}

.our-project-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


@media screen and (max-width: 1100px) {
    .our-project-header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px;
    }

    .our-project-desc-wrapper {
        padding-left: 40px;
        max-width: 717px;
    }

    .our-project-item--width-1,
    .our-project-item--width-2,
    .our-project-item--width-3 {
        width: calc(50% - 10px);
    }

    .our-project-item--width-3 .our-project-content {
        display: none;
    }
}

@media screen and (max-width: 900px) {
    .our-project {
        padding: 50px 0;
    }

    .our-project-title-wrapper {
        max-width: 500px;
    }

    .our-project-title-wrapper .title::before {
        top: -50px;
        height: calc(100% + 44px);
    }
}

@media screen and (max-width: 600px) {
    .our-project {
        padding: 34px 0;
    }

    .our-project-header {
        margin-bottom: 34px;
    }

    .our-project-header .description,
    .our-project-desc-wrapper .description {
        font-size: 16px;
    }

    .our-project-desc-wrapper {
        padding-left: 20px;
    }

    .our-project-title-wrapper {
        padding-left: 20px;
    }

    .our-project-title-wrapper .title::before {
        left: -20px;
        top: -34px;
        height: calc(100% + 30px);
    }

	.our-project-title {
		min-height: 0px;
	}

    .our-project-header .description {
        max-width: 100%;
    }
    .our-project-item {
        width: 100% !important;
        min-height: auto;
        padding: 20px;
        flex-direction: column;
    }
    .our-project-image-wrapper {
        position: relative;
        right: auto;
        top: auto;
        transform: none;
        width: 180px;
        height: 180px;
        margin-left: 15px;
        align-self: center;
    }
}
/* End */
/* /local/components/9310802/complex.content/templates/tizer5_flex_images/style.css?17845610225047 */
