.cta-form.projects-cta-form {
    background-image: linear-gradient(0deg, rgba(19, 47, 59, 0.52) 0%, rgba(19, 47, 59, 0.52) 100%), url(../img/cta/bg-projects.png);
}
.cta-form.projects-cta-form .cta-form__right {
    background: none;
    backdrop-filter: unset;
    -webkit-backdrop-filter: unset;
}
.cta-form.projects-cta-form .cta-form__submit {
    width: 100%;
    height: 56px;
    max-width: 100%;
}
.cta-form.project-cta-form {
    background-image: linear-gradient(0deg, rgba(19, 47, 59, 0.52) 0%, rgba(19, 47, 59, 0.52) 100%), url(../img/cta/bg-project.png);
    flex-direction: column;
    gap: 20px;
}
.cta-form.project-cta-form .cta-form__left {
    flex: unset;
}
.cta-form.project-cta-form .cta-form__right {
    flex: unset;
    background: none;
    padding: 0;
    padding-bottom: 30px;
    backdrop-filter: unset;
    -webkit-backdrop-filter: unset;
    width: 100%;
}
.cta-form.project-cta-form .cta-form__fields {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
}
.cta-form.project-cta-form .cta-form__fields input,
.cta-form.project-cta-form .cta-form__fields .wpcf7-form-control-wrap {
    flex: 1 1 270px;
}
@media screen and (max-width: 991.98px) {
    .cta-form.project-cta-form .cta-form__fields input,
    .cta-form.project-cta-form .cta-form__fields .wpcf7-form-control-wrap {
        flex: 0 0 100%;
    }
}
.cta-form.project-cta-form .cta-form__submit {
    margin-top: 0;
    height: 52px;
    min-width: 310px;
    flex-grow: 1;
}

.projects {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    row-gap: 50px;
}
.projects > * {
    flex: 0 0 calc(25% - 15px);
}
@media screen and (max-width: 991.98px) {
    .projects {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        row-gap: 40px;
    }
    .projects > * {
        flex: 0 0 calc(33.3333333333% - 13.3333333333px);
    }
}
@media screen and (max-width: 767.98px) {
    .projects {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        row-gap: 40px;
    }
    .projects > * {
        flex: 0 0 calc(50% - 10px);
    }
}
@media screen and (max-width: 575.98px) {
    .projects {
        display: flex;
        flex-wrap: wrap;
        gap: 40px;
    }
    .projects > * {
        flex: 0 0 calc(100% - 0px);
    }
}

.project-card {
    color: #132F3B;
}
.project-card__img {
    width: 100%;
    height: 217px;
    border-radius: 12px;
    overflow: hidden;
}
.project-card__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.project-card__loc, .project-section__loc {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 20px;
    color: #132F3B;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.7;
    text-transform: uppercase;
}
.project-card__loc::before, .project-section__loc::before {
    content: "";
    display: block;
    width: 10px;
    height: 14px;
    background: url(../img/projects/loc.svg) center/contain no-repeat;
}
.project-card__title {
    margin-top: 10px;
    font-family: "Oswald";
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
}
.project-card__desc {
    margin-top: 16px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.project-card__price {
    margin-top: 20px;
    border-top: 1px solid #E8E8E8;
    padding-top: 16px;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
    text-transform: uppercase;
}

.project-section {
    padding-top: 30px;
}
.project-section .section__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}
.project-section__loc {
    font-size: 16px;
    margin-top: 0;
}

.project-info {
    border-radius: 12px;
    background: #FFFFFF;
    padding: clamp(20px, 5vw, 50px);
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px;
}
@media screen and (max-width: 991.98px) {
    .project-info {
        flex-direction: column-reverse;
        background: none;
        padding: 0;
    }
}
.project-info__data {
    flex: 0 1 445px;
}
@media screen and (max-width: 991.98px) {
    .project-info__data {
        flex: unset;
        width: 100%;
    }
}
.project-info__title {
    color: #132F3B;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2;
}
.project-info__table {
    margin-top: 12px;
}
.project-info__tr {
    border-top: 1px solid #E5E8E9;
    padding: 15px 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 8px;
}
.project-info__value {
    color: #132F3B;
    font-size: 36px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.33;
    text-transform: uppercase;
    white-space: nowrap;
    display: flex;
    align-items: flex-start;
}
.project-info__value ._star {
    font-size: 14px;
    margin-left: 0.5em;
    margin-top: 0.5em;
}
.project-info__label {
    color: #132F3B;
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
}
.project-info__gallery {
    flex: 0 1 680px;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    grid-template-rows: 112px 112px 112px;
    gap: 12px;
}
@media screen and (max-width: 991.98px) {
    .project-info__gallery {
        flex: unset;
        display: flex;
        overflow-x: auto;
        width: 100%;
        width: 100vw;
        margin-left: calc(-1 * (100vw - 100%) / 2);
        margin-right: calc(-1 * (100vw - 100%) / 2);
        padding: 0 16px;
    }
    .project-info__gallery > a {
        flex: 0 0 min(310px, 90%);
    }
}
.project-info__gallery > a {
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}
.project-info__gallery > a:first-child {
    border-radius: 8px;
    grid-column: 2 span;
    grid-row: 3 span;
}
@media screen and (min-width: 991.98px) {
    .project-info__gallery > a:nth-child(n+5) {
        display: none;
    }
}
.project-info__gallery > a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.project-info__gallery > a ._hover {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;
    color: #FFFFFF;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
    border-radius: 7.628px;
    background: rgba(0, 0, 0, 0.64);
    pointer-events: none;
}
@media screen and (max-width: 991.98px) {
    .project-info__gallery > a ._hover {
        display: none;
    }
}
.project-info__gallery > a ._hover img {
    width: 20px;
    height: auto;
}

.project-footer {
    border-radius: 12px;
    background: #FFFFFF;
    padding: 24px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}
@media screen and (max-width: 991.98px) {
    .project-footer {
        display: flex;
        flex-direction: column;
    }
}
.project-footer__price {
    color: #132F3B;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.33; /* 133.333% */
}
.project-footer__price span {
    color: #09817B;
}
@media screen and (max-width: 991.98px) {
    .project-footer__btn {
        max-width: 100%;
        width: 100%;
    }
}

.project-about {
    display: flex;
    gap: clamp(30px, 5vw, 50px);
}
@media screen and (max-width: 991.98px) {
    .project-about {
        flex-direction: column;
    }
}
.project-about__video {
    flex: 1 1 600px;
    border-radius: 12px;
    overflow: hidden;
    gap: 560px;
    position: relative;
}
.embed-responsive-button {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 50%;
    left: 50%;
    z-index: 1;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 72px;
    min-width: 72px;
    height: 72px;
    cursor: pointer;
    padding: 0;
}
.project-about__video img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.youtube-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}
.youtube-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    padding-top: 56.25%;
    overflow: hidden;
    border-radius: 12px;
}
.embed-responsive::before {
    display: block;
    content: "";
}
.embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.embed-responsive-preview.removed {
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}
@media screen and (max-width: 991.98px) {
    .project-about__video {
        flex: unset;
        width: 100%;
        min-height: 206px;
        aspect-ratio: 2/1;
    }
}
.project-about__info {
    flex: 0 1 722px;
}
.project-about__title {
    color: #132F3B;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 0.9;
    text-transform: uppercase;
}
.project-about__data {
    margin-top: 20px;
    max-width: 500px;
}
.project-about__tr {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 8px;
    border-bottom: 1px solid #E8E8E8;
    padding: 8px 0;
}
.project-about__label {
    display: flex;
    align-items: center;
    color: #132F3B;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 173.333% */
}
.project-about__label-icon {
    flex: 0 0 40px;
}
.project-about__label img {
    width: auto;
    height: 20px;
    display: block;
}
.project-about__value {
    color: #132F3B;
    text-align: right;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.7;
}
.project-about__text {
    margin-top: 30px;
    color: #132F3B;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5; /* 150% */
}