.video-block {
    position: relative;
    max-width: 1000px;
    margin: auto;
    cursor: pointer;
}

.video-preview {
    position: relative;
}

.video-preview img {
    width: 100%;
    display: block;
    border-radius: 10px;
}
.text-bloc-l {
    max-width: 570px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.turn-proj-name {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    font-size: 24px;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}
.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}
.swiper-slide > div {
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
}
.video-end {
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
}

.video-end img {
    width: 100%;
    max-width: 1000px;
    border-radius: 10px;
}

.vid-bef-blocs .small {
    font-family: Montserrat, sans-serif;
    font-size: 22px;
    line-height: 28px;
    color: white;
}

.vid-bef-blocs .big {
    font-size: 110px;
    line-height: 80px;
    margin-bottom: 32px;
    font-family: bebas-neue, sans-serif;
    color: white;
}

.vid-bef-blocs {
    flex: 1;
    border-bottom: 1px solid white;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: left;
}

.vid-bef-blocs:nth-child(4) {
    align-items: end;
    flex: 0.92;
}

.vid-bef-blocs:nth-child(1) {
    align-items: start;
    flex: 0.7;
}

.vid-bef-blocs:nth-child(2) {
    border-left: 1px solid white;
    border-right: 1px solid white;
}

.vid-bef-blocs:nth-child(3) {
    border-left: 1px solid white;
    border-right: 1px solid white;
}

.anim-big {
    font-size: 32px;
    color: white;
    font-family: Bebas-neue, sans-serif;
    margin: 0;
}

.anim-small {
    margin: 0;
    text-transform: uppercase;
    font-size: 24px;
    color: white;
    font-family: Montserrat, sans-serif;
}

.steps-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 100px;
}

.steps-images {
    position: sticky;
    top: 120px;
    width: 300px;
    height: 400px;
    flex-shrink: 0;
}

.steps-images img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.steps-images img.active {
    opacity: 1;
}

.steps-content {
    width: 670px;
}

.steps-wrapper {
    align-items: flex-start;
}

.steps-images {
    position: sticky;
    top: 120px;
    width: 300px;
    height: 400px;
    flex-shrink: 0;
}

.steps-images img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.steps-images img.active {
    opacity: 1;
}

.step-item .text-bloc {
    font-size: 16px;
    line-height: 22px;
    color: white;
    font-family: Montserrat, sans-serif;
}
.step-item img {
    display: none;
}
.step-item .info-bloc {
    display: flex;
    justify-content: space-between;
    margin-bottom: 32px;
}

.step-item {
    min-height: 60px;
    overflow: hidden;
    max-width: 670px;
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid white;
}

.construct-bloc .image-bloc img {
    flex: 1 1 0;
    min-width: 0;
    width: 100%;
    max-width: 298px;
    height: auto;
}

.construct-bloc .text-bloc {
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    line-height: 22px;
    display: flex;
    flex-direction: column;
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
    gap: 20px;
    color: white;
}

.construct-bloc .image-bloc {
    display: flex;
    gap: 20px;
    margin-bottom: 56px;
    width: 100%;
}

.construct-bloc .title {
    color: white;
    font-family: bebas-neue, sans-serif;
    font-size: 52px;
    line-height: 58px;
    margin-bottom: 48px;
    text-align: center;
}

.construct-bloc {
    margin-bottom: 100px;
}

.turkey-swiper .swiper-slide img {
    object-fit: cover;
    height: 100%;
}

.turkey-swiper {
    max-width: 1510px;
}

.turkey-swiper .swiper-slide {
    padding: 0;
    flex-direction: column;
    background-color: transparent;
    align-items: start !important;
    position: relative;
    text-decoration: none;
}

.turkey-swiper .swiper-slide div {
    max-width: 488px;
    width: 100%;
    height: 488px;
    padding: 0;
    overflow: hidden;
    margin-bottom: 30px;
}

.swiper-button-next::after {
    content: '>';
    font-size: 30px;
    color: white;
}

.turkey-swiper-main .swiper-button-next {
    position: absolute !important;
    right: -80px;
    top: 55%;
    background-color: transparent;
}

.turkey-swiper-main .swiper-button-prev img {
    transform: rotate(180deg);
}

.turkey-swiper-main .swiper-button-prev {
    position: absolute !important;
    left: -80px;
    top: 55%;
    background-color: transparent;
}

.turkey-swiper-main .title {
    text-transform: uppercase;
    font-size: 52px;
    line-height: 58px;
    font-family: bebas-neue, sans-serif;
    margin: 0;
    color: white;
    text-align: center;
}

.turkey-swiper-main .title-bloc {
    align-items: center;
    justify-content: center;
    display: flex;
    margin-bottom: 60px;
    gap: 15px;
}

.turkey-swiper-main {
    position: relative;
    margin-bottom: 120px;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    display: none !important;
}

.search-bloc-t #addProjectBtn {
    color: #1d1d1d;
    background-color: white;
    border-radius: 4px;
    cursor: pointer;
    border: none;
    padding: 5px 10px;
}

.search-bloc-t {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 5px;
    position: relative;
}

.search-bloc-t .project-results {
    position: absolute;
    z-index: 55;
    top: 81px;
    width: 100%;
}

.search-bloc-t .searching-result {
    max-height: 400px;
    width: 100%;
    overflow-y: auto;
    padding: 0;
    margin: 0;
    background-color: white;
    border-radius: 5px;
}

.searching-item-t {
    height: 50px;
    width: 100%;
    background-color: #e9e9e9;
    list-style: none;
    color: black;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.turkey-swiper-main .delete-post {
    position: absolute;
    right: 5px;
    top: 5px;
    background-color: white;
    border: none;
    padding: 5px 10px;
    color: #1d1d1d;
    font-family: Montserrat, sans-serif;
    border-radius: 4px;
}

.contact-sec {
    background-color: #1d1d1d !important;
    margin: 0 auto;
    width: 100%;
    color: white;
}

.turnkey-fr img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.turnkey-main {
    margin: 0 auto;
    background-color: #1D1D1D;
}

.turnkey-fr {
    position: relative;
    margin-bottom: 120px;
}

.turnkey-fr .big-t {
    color: white;
    font-family: bebas-neue, sans-serif;
    font-size: 58px;
    line-height: 66px;
    text-align: center;
    margin-bottom: 32px;
}

.turnkey-fr .small-t {
    color: white;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 20px;
}

.turnkey-fr a {
    padding: 9px 43px;
    border: 1px solid white;
    color: white;
    border-radius: 4px;
    width: fit-content;
    display: block;
    margin: 0 auto;
    cursor: pointer;
    text-decoration: none;
    font-size: 18px;
    font-family: Montserrat, sans-serif;
}

.turnkey-fr div {
    position: absolute;
    bottom: 28%;
    max-width: 870px;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.proj-thurn {
    margin-bottom: 120px;
}

.thurn-info p {
    color: white;
    font-size: 16px;
    line-height: 22px;
    font-family: Montserrat, sans-serif;
    text-align: center;
}

.thurn-info h2 {
    font-size: 52px;
    font-family: bebas-neue, sans-serif;
    text-align: center;
    color: white;
    margin-bottom: 32px;
}

.thurn-info {
    max-width: 925px;
    margin: 0 auto 48px auto;
}

.f-thurnk {
    max-width: 1520px;
    margin: 0 auto;
}

.f-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 120px;
}

.stop-title {
    padding-bottom: 20px;
    font-family: bebas-neue, sans-serif;
    font-size: 52px;
    line-height: 60px;
    text-transform: uppercase;
    color: white;
    border-bottom: 1px solid white;
}

.step-image {
    width: 300px;
}

.turnkey-main .lats-sec .text {
    margin: 0;
    font-size: 16px;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
}

.turnkey-main .lats-sec img {
    max-width: 630px;
}

.turnkey-main .lats-sec .about {
    font-size: 24px;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    margin-bottom: 30px;
}

.turnkey-main .lats-sec .title {
    font-size: 52px;
    line-height: 54px;
    font-family: bebas-neue, sans-serif;
    margin-bottom: 10px;
}

.turnkey-main .lats-sec {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
    padding-bottom: 100px;
}

.conteiner {
    max-width: unset;
}
@media only screen and (max-width: 1600px) {
    .turnkey-fr .big-t {
        font-size: 48px;
        line-height: 56px;
        margin-bottom: 10px;
    }
    .turnkey-fr .small-t {
        font-size: 20px;
        line-height: 26px;
    }
    .turnkey-fr a {
        font-size: 16px;
    }
    .thurn-info h2 {
        font-size: 48px;
        margin-bottom: 24px;
    }
    .f-thurnk {
        max-width: 85%;
    }
    .vid-bef-blocs .big {
        font-size: 84px;
    }
    .step-item {
        margin-bottom: 15px;
        padding-bottom: 15px;
        min-height: 48px;
    }
    .stop-title {
        font-size: 30px;
        line-height: 34px;
    }
    .stop-title {
        padding-bottom: 15px;
        margin-bottom: 25px;
    }
    .step-item .info-bloc {
        margin-bottom: 15px;
    }
    .construct-bloc .title {
        font-size: 48px;
        line-height: 50px;
        margin-bottom: 44px;
    }
    .video-block {
        max-width: 800px;
    }

    .vid-bef-blocs .big {
        font-size: 60px;
        line-height: 62px;
    }
    .vid-bef-blocs .small {
        font-size: 16px;
        line-height: 20px;
    }
    .turkey-swiper .swiper-slide {
        max-width: 400px;
    }
    .turkey-swiper {
        max-width: unset;
    }
    .turkey-swiper .swiper {
        padding: unset !important;
    }
    .turkey-swiper .swiper-slide {
        max-width: unset;
    }
    .turkey-swiper .swiper-slide div {
        max-width: unset;
    }

}
@media only screen and (max-width: 769px) {
    .turkey-swiper-main .swiper {
        padding: unset !important;
        max-width: 450px;
    }
    .turkey-swiper .swiper-slide div {
        height: unset;
        max-height: unset;
    }
    .turnkey-fr .big-t {
        font-size: 32px;
        line-height: 36px;
        max-width: 320px;
        margin: 0 auto 24px auto;
    }
    .turnkey-fr {
        height: 85vh;
        margin-bottom: 80px;
    }
    .thurn-info h2 {
        font-size: 36px;
        line-height: 38px;
        margin-bottom: 16px;
    }
    .proj-thurn {
        margin-bottom: 80px;
        padding: 0 15px;
    }
    .thurn-info p {
        font-size: 12px;
        line-height: 16px;
    }
    .turnkey-fr .small-t {
        font-size: 16px;
        line-height: 18px;
        margin-bottom: 16px;
    }
    .turnkey-fr a {
        font-size: 14px;
    }
    .f-thurnk .f-main {
        flex-direction: column;
        gap: 50px;
    }
    .vid-bef-blocs {
        border: none !important;
        align-items: center !important;
        width: 100%;
    }
    .vid-bef-blocs div {
        display: flex;
        flex-direction: column;
        align-items: center;
        border-bottom: 1px solid white;
        width: 80%;
        padding-bottom: 30px;
    }
    .step-item .info-bloc {
        flex-direction: column;
    }
    .anim-big {
        font-size: 24px;
    }
    .anim-small {
        font-size: 16px;
        font-weight: 400;
    }
    .stop-title {
        text-align: center;
        border-bottom: unset;
        font-size: 32px;
    }
    .step-item .text-bloc {
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 20px;
    }
    .construct-bloc .title {
        font-size: 32px;
        margin-bottom: 30px;
    }
    .construct-bloc .image-bloc img:nth-child(4) {
        display: none;
    }
    .construct-bloc .image-bloc img:nth-child(5) {
        display: none;
    }
    .construct-bloc .image-bloc {
        gap: 10px;
        margin-bottom: 35px;
    }
    .construct-bloc .text-bloc p {
        line-height: 16px;
    }
    .construct-bloc .text-bloc {
        font-size: 12px;
        line-height: 16px;
        gap: 10px;
    }
    .construct-bloc {
        margin-bottom: 80px ;
    }
    .turkey-swiper-main .title {
        font-size: 32px;
    }
    .turkey-swiper-main .title-bloc {
        margin-bottom: 32px;
    }
    .swiper-slide > div {
        width: 100%;
        aspect-ratio: 1 / 1;
        overflow: hidden;
    }
    .turkey-swiper-main .swiper-button-next {
        right: 4%;
        top: 52%;
    }
    .turkey-swiper-main .swiper-button-prev {
        left: 4%;
        top: 52%;
    }
    .f-thurnk {
        max-width: 92%;
    }
    .turkey-swiper-main {
        margin-bottom: 50px;
    }
    .turnkey-main .lats-sec .title {
        font-size: 32px;
        text-align: center;
        margin-bottom: 0;
    }
    .turnkey-main .lats-sec .about {
        font-size: 18px;
        margin-bottom: 20px;
        text-align: center;
    }
    .turnkey-main .lats-sec .text {
        font-size: 12px;
        text-align: center;
        line-height: 16px;
    }
    .text-bloc-l {
        margin-bottom: 48px;
    }
    .turnkey-main .lats-sec {
        padding-bottom: 50px;
    }
    .contact-sec .text h1 {
        font-size: 32px !important;
    }
    .turn-proj-name {
        font-size: 18px;
    }
}
@media only screen and (max-width: 1400px) {
    .turkey-swiper-main .swiper {
        padding: unset !important;
    }
}

@media only screen and (max-width: 1200px) {
    .steps-images {
        display: none;
    }
    .step-item img {
        display: block;
        margin: 0 auto;
    }
    .turnkey-main .lats-sec {
        flex-direction: column;
    }
}

