    .firstBlock {
        background: url("https://lev-remont.ru/wp-content/uploads/2025/09/станица-услуг-1.png") center / cover no-repeat;
        width: 100%;
        padding: 50px 0px;
    }

    @supports (background: url("https://lev-remont.ru/wp-content/uploads/2025/09/станица-услуг-1.webp")) {
        .firstBlock {
            background: url("https://lev-remont.ru/wp-content/uploads/2025/09/станица-услуг-1.webp") center / cover no-repeat;
        }
    }

    .firstBlockInner {
        display: flex;
        align-items: end;
        justify-content: space-between;

        margin-bottom: 60px;
    }

    .firstBlockInnerText {}
    
    .firstBlock_img_spec{
        width: 100px;
        position: absolute;
        bottom: 0;
        left: -15px;
    }
    
    .firstBlock_img_spec_block{
        display: none;
    }
    
    .firstBlockInnerTextDiscr {
        font-size: 20px;
        color: #ffffff;
        font-weight: 700;
        border-radius: 8px;
        background-color: #E8B125;
        padding: 5px 15px;

        margin-bottom: 20px;
        width: 75%;
        text-align: center;
    }

    .firstBlockInnerTextTitle {
        font-size: 40px;
        color: #414042;
    }

    .firstBlockInnerShape {
        width: 460px;
        padding: 15px 0px;
        background-color: #ffffff;
        border: #E8B125 1px solid;
        border-radius: 10px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        position: relative;

        display: flex;
        align-items: center;
    }

    .firstBlockInnerShapeImg {
    display: none;
        width: 120px;
        height: 120px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        border-radius: 50%;

        position: relative;
        margin-left: -65px;
    }

    .firstBlockInnerShapeText {
        margin-left: 90px;
    }

    .firstBlockInnerShapeTextOne {
        font-size: 12px;
        font-weight: 600;
        color: #E8B125;
        margin-bottom: 20px;
        width: 90%;
    }

    .firstBlockInnerShapeTextTwo {
        font-size: 16px;
        color: #414042;
    }

    .firstBlockForm {
        width: 100%;
        padding: 30px 0px;
        border-radius: 8px;
        background-color: #ffffff;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);

        display: flex;
        justify-content: space-between;
        position: relative;
        overflow: hidden;
    }

    .firstBlockFormContent {
        margin-left: 30px;
        z-index: 5;
    }

    .firstBlockFormContentTitle {
        font-size: 30px;
        color: #111111;
        font-weight: 500;
        margin-bottom: 20px;
    }

    .firstBlockFormContentText {
        font-size: 16px;
        color: #414042;
        width: 70%;
        margin-bottom: 30px;
    }

    #form {
        display: flex;
    }

    #name,
    #phone {
        width: 200px;
        height: 55px;
        font-size: 14px;
        color: #000000;
        background-color: #F9F9F9;
        border-radius: 8px;
        border: none;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);

        margin-right: 20px;
        padding-left: 20px;
    }

    #name::placeholder {
        font-size: 14px;
        color: #939598;
    }

    #phone::placeholder {
        font-size: 14px;
        color: #939598;
    }

    #formBtn {
        width: 215px;
        height: 55px;
        background-color: #414042;
        border: none;
        border-radius: 8px;

        font-size: 16px;
        color: #ffffff;

        transition: all 0.5s ease;
    }

    #formBtn:hover {
        background-color: #E8B125;
    }

    .firstBlockFormImg {
        position: absolute;
        height: 100%;
        right: 0;
        top: 0;
        z-index: 1;
    }

    @media (max-width: 1199px) {

        .firstBlock {
            padding: 35px 0px;
        }

        .firstBlockInner {
            margin-bottom: 80px;
        }

        .firstBlockInnerTextDiscr {
            font-size: 16px;
            padding: 5px 10px;

            width: 80%;
        }

        .firstBlockInnerTextTitle {
            font-size: 30px;
        }

        .firstBlockInnerShape {
            width: 240px;
            padding: 10px 0px;
            position: relative;
        }

        .firstBlockInnerShapeImg {
            width: 60px;
            height: 60px;

            position: absolute;
            margin-left: 0px;
            top: -25px;
            left: -25px;
        }

        .firstBlockInnerShapeText {
            margin-left: 20px;
        }

        .firstBlockInnerShapeTextOne {
            font-size: 10px;
            margin-bottom: 10px;
            width: 90%;
        }

        .firstBlockInnerShapeTextTwo {
            font-size: 12px;
            width: 95%;
        }



        .firstBlockForm {
            width: 100%;
            padding: 25px 0px;
        }

        .firstBlockFormContentTitle {
            font-size: 20px;
        }

        .firstBlockFormContentText {
            font-size: 14px;
            width: 55%;
            margin-bottom: 20px;
        }

        #name,
        #phone {
            width: 170px;
            height: 50px;

            margin-right: 15px;
            padding-left: 15px;
        }

        #formBtn {
            width: 170px;
            height: 50px;
        }



        .firstBlockFormImg {
            position: absolute;
            height: 100%;
            right: 0;
            top: 0;
        }
        
    .firstBlock_img_spec{
            display: none;
        }
    }
    



    @media (max-width: 619px) {
        .firstBlock {
            padding: 40px 0px;
        }

        .firstBlockInner {
            flex-direction: column;
            align-items: center;
            margin-bottom: 20px;
        }
        
        .firstBlock_img_spec{
            display: none;
        }
        
        .firstBlock_img_spec_block{
        display: block;
        width: 150px;
    }
        
        

        .firstBlockInnerText {
            margin-bottom: 40px;
        }

        .firstBlockInnerTextDiscr {
            font-size: 16px;
            width: 85%;
        }

        .firstBlockInnerTextTitle {
            font-size: 28px;
            color: #414042;
        }

        .firstBlockInnerShape {
            width: 320px;
            padding: 10px 0px;
        }

        .firstBlockInnerShapeImg {
            width: 55px;
            height: 55px;
            position: absolute;

            top: -20px;
            left: 0px;
        }

        .firstBlockInnerShapeText {
            margin-left: 20px;
        }

        .firstBlockInnerShapeTextOne {
            font-size: 10px;
            margin-bottom: 10px;

            width: 80%;
        }

        .firstBlockInnerShapeTextTwo {
            font-size: 12px;
        }

        .firstBlockForm {
            padding: 25px 0px 115px;

            flex-direction: column;
        }

        .firstBlockFormContent {
            margin-left: 20px;
        }

        .firstBlockFormContentTitle {
            font-size: 18px;
            margin-bottom: 20px;
        }

        .firstBlockFormContentText {
            font-size: 14px;
            width: 90%;
            margin-bottom: 20px;
        }

        #form {
            flex-direction: column;
        }

        #name,
        #phone {
            width: 280px;
            height: 55px;
            font-size: 14px;

            margin-right: 0px;
            margin-bottom: 20px;
            padding-left: 20px;
        }

        #formBtn {
            width: 280px;
            height: 55px;

            font-size: 16px;
            color: #ffffff;
        }

        .firstBlockFormImg {
            position: absolute;
            width: 375px;
            height: auto;
            right: 0;
            top: 275px;
            bottom: 0;
            z-index: 1;
        }
    }
    
        .aboutUs {
        padding: 40px 0px;
        background-color: #414042;
    }

    .aboutUsInner {
        display: flex;
        justify-content: space-between;
        align-items: start;
    }

    .aboutUsInnerContent {
        width: 30%;
    }

    .aboutUsInnerContentTextMain {
        width: 50%;
        font-size: 30px;
        font-weight: 500;
        color: #E8B125;
        margin-bottom: 20px;
    }

    .aboutUsInnerContentText {
        font-size: 16px;
        color: #ffffff;
        width: 90%;
    }

    @media (max-width: 1199px) {
        .aboutUs {
            padding: 30px 0px;
        }

        .aboutUsInnerContent {
            width: 30%;
        }

        .aboutUsInnerContentTextMain {
            width: 50%;
            font-size: 25px;
            margin-bottom: 15px;
        }

        .aboutUsInnerContentText {
            font-size: 14px;
            width: 100%;
        }
    }

    @media (max-width: 619px) {
        .aboutUs {
            padding: 30px 0px;
        }

        .aboutUsInner {
            flex-direction: column;
        }

        .aboutUsInnerContent {
            width: 100%;
        }

        .aboutUsInnerContent:nth-child(-n+2) {
            margin-bottom: 20px;
        }

        .aboutUsInnerContentTextMain {
            width: 100%;
            font-size: 20px;
            margin-bottom: 10px;
        }

        .aboutUsInnerContentText {
            font-size: 14px;
            width: 90%;
        }
    }
    
        .tabBlock {
        padding: 40px 0px;
    }

    .tabBlockTitle {
        font-size: 35px;
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }

    .tabBlockControl {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-bottom: 50px;
    }

    .tabBtnActive {
        width: 220px;
        height: 60px;
        background-color: #E8B125;
        border: #E8B125 1px solid;
        border-radius: 8px;
        color: #ffffff;
        font-size: 20px;
        font-weight: 500;
        cursor: pointer;
    }

    .tabBtn {
        width: 220px;
        height: 60px;
        background-color: #ffffff;
        border: #414042 1px solid;
        border-radius: 8px;
        color: #414042;
        font-size: 20px;
        font-weight: 500;
        cursor: pointer;
        transition: all 0.3s ease;
    }

    .tabBtn:hover {
        background-color: #f5f5f5;
    }

    .tabContent {
        display: none;
    }

    .tabContent.active {
        display: flex;
        justify-content: space-between;
        align-items: end;
        flex-wrap: wrap;
    }

    .tabBlockConteinerOne {
        width: 460px;
    }

    .tabBlockConteinerOneContentNav {
        display: flex;
        justify-content: space-between;
        align-items: end;
        margin-bottom: 30px;
    }

    .tabBlockConteinerOneContentNavTitle {
        font-size: 25px;
        font-weight: 500;
        color: #414042;
    }

    .tabBlockConteinerOneContentNavBtn {
        font-size: 16px;
        font-weight: 500;
        color: #ffffff;
        padding: 15px 30px;
        background-color: #414042;
        border-radius: 8px;
        transition: all 0.5s ease;
        text-decoration: none;
        display: inline-block;
    }

    .tabBlockConteinerOneContentNavBtn:hover {
        background-color: #E8B125;
    }

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

    .tabBlockConteinerOneContentImgOne {
        width: 225px;
        height: 225px;
        border-radius: 8px;
        object-fit: cover;
    }

    .tabBlockConteinerOneContentImgTwo {
        width: 460px;
        height: 260px;
        border-radius: 8px;
        margin-top: 10px;
        object-fit: cover;
    }

    .tabBlockConteinerTwo {
        width: 55%;
    }

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

    .tabBlockConteinerTwoContentOne {
        width: 45%;
    }

    .tabBlockConteinerTwoContentOneTextMain {
        font-size: 20px;
        font-weight: 500;
        color: #111111;
        margin-bottom: 10px;
    }

    .tabBlockConteinerTwoContentOneText {
        font-size: 16px;
        margin-bottom: 20px;
        color: #414042;
    }

    .tabBlockConteinerTwoContentOneTextMainOne {
        font-size: 25px;
        font-weight: 500;
        color: #111111;
        margin-bottom: 10px;
    }

    .tabBlockConteinerTwoContentOneTextOne {
        font-size: 16px;
        color: #414042;
        margin-bottom: 20px;
    }

    .tabBlockConteinerTwoContentTwo {
        width: 50%;
    }

    .tabBlockConteinerTwoContentTwoTextMain {
        font-size: 20px;
        font-weight: 500;
        color: #111111;
        margin-bottom: 10px;
    }

    .tabBlockConteinerTwoContentTwoText {
        font-size: 16px;
        color: #414042;
        margin-bottom: 20px;
    }

    .tabBlockConteinerTwoDiscr {
        font-size: 12px;
        font-weight: 300;
        color: #111111;
        margin-top: 20px;
    }

    @media (max-width: 1199px) {
        .tabBlock {
            padding: 35px 0px;
        }

        .tabBlockTitle {
            font-size: 25px;
        }

        .tabBtnActive {
            width: 200px;
            height: 45px;
            font-size: 18px;
        }

        .tabBtn {
            width: 200px;
            height: 45px;
            font-size: 18px;
        }

        .tabContent.active {
            flex-direction: column;
            align-items: start;
        }

        .tabBlockConteinerOne {
            width: 100%;
        }

        .tabBlockConteinerOneContentNavTitle {
            font-size: 20px;
        }

        .tabBlockConteinerOneContentImgOne {
            width: 305px;
            height: 305px;
        }

        .tabBlockConteinerOneContentImgTwo {
            width: 620px;
            height: 305px;
        }

        .tabBlockConteinerTwo {
            width: 100%;
            margin-top: 40px;
        }

        .tabBlockConteinerTwoContentTwo {
            width: 50%;
        }

        .tabBlockConteinerTwoDiscr {
            margin-top: 0px;
        }
    }

    @media (max-width: 619px) {
        .tabBlock {
            padding: 30px 0px;
        }

        .tabBlockTitle {
            margin-bottom: 20px;
        }

        .tabBlockControl {
            margin-bottom: 30px;
        }

        .tabBtnActive {
            width: 95px;
            height: 40px;
            font-size: 10px;
        }

        .tabBtn {
            width: 95px;
            height: 40px;
            font-size: 10px;
        }

        .tabContent.active {
            flex-direction: column;
        }

        .tabBlockConteinerOne {
            width: 100%;
        }

        .tabBlockConteinerOneContentNav {
            flex-direction: column;
            align-items: start;
            margin-bottom: 30px;
        }

        .tabBlockConteinerOneContentNavTitle {
            font-size: 20px;
            margin-bottom: 20px;
        }

        .tabBlockConteinerOneContentNavBtn {
            width: 100%;
            text-align: center;
        }

        .tabBlockConteinerOneContentImgOne {
            width: 155px;
            height: 155px;
        }

        .tabBlockConteinerOneContentImgTwo {
            width: 320px;
            height: 155px;
            margin-top: 10px;
        }

        .tabBlockConteinerTwo {
            width: 100%;
        }

        .tabBlockConteinerTwoContent {
            flex-direction: column;
            align-items: start;
        }

        .tabBlockConteinerTwoContentOne {
            width: 100%;
        }

        .tabBlockConteinerTwoContentOneText {
            font-size: 14px;
        }

        .tabBlockConteinerTwoContentOneTextMainOne {
            font-size: 20px;
        }

        .tabBlockConteinerTwoContentOneTextOne {
            font-size: 14px;
        }

        .tabBlockConteinerTwoContentTwo {
            width: 100%;
        }

        .tabBlockConteinerTwoContentTwoText {
            font-size: 14px;
        }

        .tabBlockConteinerTwoDiscr {
            font-size: 10px;
        }
    }
    
        .advantages {
        padding: 40px 0px;
    }

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

    .advantagesInnerTitle {
        font-size: 35px;
        color: #111111;
        width: 40%;
    }

    .advantagesInnerContainer {
        display: flex;
        justify-content: space-between;
        align-items: start;
        flex-wrap: wrap;
        width: 55%;
        margin-top: 50px;
    }

    .advantagesInnerContainerContent {
        width: 50%;
        position: relative;
    }

    .advantagesInnerContainerContent:nth-child(3) {
        width: 80%;
    }

    .advantagesInnerContainerContentImg {
        position: absolute;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        width: 75px;
        height: 75px;
        border-radius: 50%;
        z-index: 1;

        top: -50px;
        left: -50px;
    }

    .advantagesInnerContainerContentTextMain {
        font-size: 20px;
        margin-bottom: 10px;
        color: #111111;
        position: relative;
        z-index: 5;
    }

    .advantagesInnerContainerContentText {
        font-size: 16px;
        color: #414042;
        position: relative;
        z-index: 5;

    }


    @media (max-width: 1199px) {
        .advantages {
            padding: 35px 0px;
        }

        .advantagesInner {
            display: flex;
            justify-content: space-between;
            flex-direction: column;
        }

        .advantagesInnerTitle {
            font-size: 25px;
            width: 70%;
        }

        .advantagesInnerContainer {
            width: 100%;
            margin-top: 80px;
        }

        .advantagesInnerContainerContent {
            width: 50%;
            position: relative;
        }

        .advantagesInnerContainerContent:nth-child(3) {
            width: 80%;
        }

        .advantagesInnerContainerContentImg {
            width: 55px;
            height: 55px;

            top: -40px;
            left: -40px;
        }
    }

    @media (max-width: 619px) {
        .advantages {
            padding: 30px 0px;
        }

        .advantagesInnerTitle {
            width: 100%;
        }

        .advantagesInnerContainer {
            width: 100%;
        }

        .advantagesInnerContainerContent {
            width: 90%;
        }

        .advantagesInnerContainerContent:nth-child(2) {
            width: 80%;
        }

        .advantagesInnerContainerContent:nth-child(3) {
            width: 90%;
        }

        .advantagesInnerContainerContentImg {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            z-index: 1;

            top: -60px;
            left: 0px;
        }

        .advantagesInnerContainerContentTextMain {
            font-size: 18px;
        }

        .advantagesInnerContainerContentText {
            font-size: 14px;

        }
    }
    
        .blockForm {
        background: url("https://lev-remont.ru/wp-content/uploads/2025/09/Group-3493-1.png") center / cover no-repeat;
        padding: 40px 0px;
        width: 100%;
        background-color: #414042;
    }


    @supports (background: url("https://lev-remont.ru/wp-content/uploads/2025/09/Group-3493.webp")) {
        .blockForm {
            background: url("https://lev-remont.ru/wp-content/uploads/2025/09/Group-3493.webp") center / cover no-repeat;
        }
    }


    @media (max-width: 1199px) {
        .blockForm {
            padding: 35px 0px;
        }
    }

    @media (max-width: 619px) {
        .blockForm {
            padding: 30px 0px;
        }
    }
    
.casess {
    padding: 40px 0px;
    width: 100%;
    background-color: #F7F3F0;
    position: relative;
    overflow: hidden;
}

.casessInner {
}

.casessInnerTitle {
    width: 100%;
    text-align: center;
    font-size: 35px;
    color: #111111;
    margin-bottom: 40px;
    position: relative;
}

.casessInnerTitlePointer {
    display: none;
}

/* Враппер на всю ширину */
.casess-wrapper {
    width: 100%;
    position: relative;
}

/* Контейнер для drag-scroll */
.casess-scroll-container {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.casessInnerContent {
    display: flex;
    gap: 30px;
    padding: 10px 0;
    transition: transform 0.3s ease-out;
    will-change: transform;
}

.casessInnerContentShape {
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 360px;
    padding: 15px 15px 30px;
    flex-shrink: 0;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.casessInnerContentShapeImg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 330px;
    height: 230px;
    border-radius: 8px;
    padding: 10px 0px 0px 10px;
    margin-bottom: 20px;
}

.casessInnerContentShapeImgDetails {
    font-size: 16px;
    color: #ffffff;
    padding: 10px 0px;
    width: 135px;
    text-align: center;
    background-color: #E8B125;
    border-radius: 8px;
}

.casessInnerContentShapeName {
    font-size: 20px;
    font-weight: 600;
    color: #111111;
    margin-bottom: 20px;
}

.casessInnerContentShapeDate {
    font-size: 16px;
    color: #414042;
    margin-bottom: 35px;
}

.casessInnerContentShapeBtn {
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
    background-color: #414042;
    padding: 15px 20px;
    border-radius: 8px;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.5s ease;
}

.casessInnerContentShapeBtn:hover {
    background-color: #E8B125;
}

/* Стрелки навигации */
.casess-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    cursor: pointer;
    z-index: 10;
    opacity: 0.8;
    transition: opacity 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.casess-arrow:hover {
    opacity: 1;
}

.casess-arrow-left {
    left: 20px;
}

.casess-arrow-right {
    right: 20px;
}

.casess-arrow img {
    width: 100%;
    height: auto;
}

/* Десктоп */
@media (min-width: 1200px) {
    .casess-scroll-container {
        max-width: 1160px;
        margin: 0 auto;
    }

    .casessInnerContent {
        justify-content: flex-start;
    }
}

/* Планшеты */
@media (max-width: 1199px) and (min-width: 620px) {
    .casess {
        padding: 35px 0px;
    }

    .casessInnerTitle {
        font-size: 25px;
        margin-bottom: 35px;
    }

    .casess-scroll-container {
        max-width: 755px;
        margin: 0 auto;
    }

    .casessInnerContent {
        gap: 20px;
    }

    .casessInnerContentShape {
        width: 370px;
    }

    .casessInnerContentShapeImg {
        width: 340px;
    }

    .casess-arrow {
        width: 20px;
        height: 20px;
    }

    .casess-arrow-left {
        left: 10px;
    }

    .casess-arrow-right {
        right: 10px;
    }
}

/* Мобильные */
@media (max-width: 619px) {
    .casess {
        padding: 30px 0px;
    }

    .casessInnerTitle {
        font-size: 25px;
        margin-bottom: 30px;
    }

    .casessInnerTitlePointer {
        display: flex;
        justify-content: center;
        width: 100%;
        margin-top: 15px;
    }

    .casessInnerTitlePointerImg {
        width: 30px;
        height: 30px;
        animation: casessPointerAnimation 2s ease-in-out infinite;
    }

    @keyframes casessPointerAnimation {
        0% {
            transform: translateX(0) rotate(0deg);
        }
        25% {
            transform: translateX(-8px) rotate(-8deg);
        }
        50% {
            transform: translateX(0) rotate(0deg);
        }
        75% {
            transform: translateX(8px) rotate(8deg);
        }
        100% {
            transform: translateX(0) rotate(0deg);
        }
    }

    .casess-wrapper {
        width: 100%;
    }

    .casess-scroll-container {
        overflow-x: auto;
        overflow-y: hidden;
        scrollbar-width: none;
        -ms-overflow-style: none;
        cursor: grab;
    }

    .casess-scroll-container::-webkit-scrollbar {
        display: none;
    }

    .casess-scroll-container.dragging {
        cursor: grabbing;
    }

    .casessInnerContent {
        padding: 10px 15px 25px;
        gap: 15px;
        width: max-content;
    }

    .casessInnerContentShape {
        width: 290px;
        padding: 10px 10px 25px;
    }

    .casessInnerContentShapeImg {
        width: 270px;
        height: 235px;
    }

    .casessInnerContentShapeName {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .casessInnerContentShapeDate {
        font-size: 14px;
        margin-bottom: 35px;
    }

    .casess-arrow {
        display: none;
    }
}

/* Очень маленькие экраны */
@media (max-width: 374px) {
    .casessInnerContent {
        padding: 10px 10px 20px;
        gap: 12px;
    }

    .casessInnerContentShape {
        width: 260px;
    }

    .casessInnerContentShapeImg {
        width: 240px;
        height: 220px;
    }
}
    
        .blockVideo {
        padding: 40px 0px;
    }

    .blockVideoInner {}

    .blockVideoInnerTitle {
        font-size: 35px;
        color: #111111;
        width: 100%;
        text-align: center;
        margin-bottom: 50px;
    }

    .blockVideoInnerContent {}

    .blockVideoInnerContentVideo {
        display: flex;
        justify-content: space-between;
        margin-bottom: 40px;
    }

    .video-container {
        position: relative;
        width: 370px;
        height: 500px;
        border-radius: 8px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        overflow: hidden;
    }

    .blockVideoInnerContentVideoObj {
        width: 100%;
        height: 100%;
        object-fit: cover;
        cursor: pointer;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }

    .play-button {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 60px;
        height: 60px;
        background: white;
        border-radius: 50%;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.3s ease;
        z-index: 10;
    }

    .play-button:hover {
        transform: translate(-50%, -50%) scale(1.1);
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
    }

    .play-button::before {
        content: '';
        width: 0;
        height: 0;
        border-top: 12px solid transparent;
        border-left: 20px solid #E8B125;
        border-bottom: 12px solid transparent;
        margin-left: 4px;
    }

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

    .blockVideoInnerContentImgObj {
        width: 560px;
        height: 330px;
        border-radius: 8px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        display: flex;
        align-items: end;
        padding: 0px 0px 30px 30px;
    }


    .blockVideoInnerContentImgObjDiscr {
        font-size: 25px;
        color: #111111;
        font-weight: 500;
    }

    @media (max-width: 1199px) {
        .blockVideo {
            padding: 35px 0px;
        }

        .blockVideoInnerTitle {
            font-size: 25px;
            margin-bottom: 40px;
        }

        .blockVideoInnerContentVideo {
            margin-bottom: 20px;
        }

        .video-container {
            width: 193px;
            height: 300px;
        }

        .play-button {
            width: 40px;
            height: 40px;
        }

        .play-button::before {
            border-top: 8px solid transparent;
            border-left: 14px solid #E8B125;
            border-bottom: 8px solid transparent;
            margin-left: 3px;
        }

        .blockVideoInnerContentImgObj {
            width: 305px;
            height: 180px;
            padding: 0px 0px 15px 15px;
        }

        .blockVideoInnerContentImgObjDiscr {
            font-size: 18px;
        }
    }

    @media (max-width: 619px) {
        .blockVideo {
            padding: 30px 0px;
        }

        .blockVideoInnerTitle {
            font-size: 25px;
            margin-bottom: 30px;
        }

        .blockVideoInnerContentVideo {
            margin-bottom: 20px;
        }

        .video-container {
            width: 320px;
            height: 500px;
        }

        .video-container:nth-child(2),
        .video-container:nth-child(3) {
            display: none;
        }

        .blockVideoInnerContentImg {
            flex-direction: column;
        }

        .blockVideoInnerContentImgObj {
            width: 320px;
            height: 200px;
            padding: 0px 0px 15px 15px;
        }

        .blockVideoInnerContentImgObj:nth-child(1) {
            margin-bottom: 20px;
        }

        .blockVideoInnerContentImgObjDiscr {
            font-size: 16px;
        }
    }
    
.reviews {
    padding: 40px 0px;
    background-color: #414042;
    position: relative;
    overflow: hidden;
}

.reviewsTitle {
    width: 100%;
    text-align: center;
    font-size: 35px;
    color: #ffffff;
    margin-bottom: 50px;
    position: relative;
}

.reviewsTitlePointer {
    display: none;
}

/* Враппер на всю ширину */
.reviews-wrapper {
    width: 100%;
    position: relative;
}

/* Контейнер для drag-scroll */
.reviews-scroll-container {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.reviewsInner {
    display: flex;
    gap: 15px;
    transition: transform 0.3s ease-out;
    will-change: transform;
}

.reviewsInnerContent {
    width: 370px;
    height: 700px;
    border-radius: 8px;
    flex-shrink: 0;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

/* Стрелки навигации - абсолютное позиционирование относительно .reviews */
.reviews-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    cursor: pointer;
    z-index: 10;
    opacity: 0.8;
    transition: opacity 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.reviews-arrow:hover {
    opacity: 1;
}

.reviews-arrow-left {
    left: 20px;
}

.reviews-arrow-right {
    right: 20px;
}

.reviews-arrow img {
    width: 100%;
    height: auto;
}

/* Стили для десктопа */
@media (min-width: 1200px) {
    .reviews-scroll-container {
        max-width: 1160px;
        margin: 0 auto;
    }
    
    .reviewsInner {
        justify-content: flex-start;
    }
}

/* Планшеты */
@media (max-width: 1199px) and (min-width: 620px) {
    .reviews {
        padding: 35px 0px;
    }

    .reviewsTitle {
        font-size: 25px;
        margin-bottom: 40px;
    }
    
    .reviews-scroll-container {
        max-width: 755px;
        margin: 0 auto;
    }
    
    .reviews-arrow {
        width: 20px;
        height: 20px;
    }
    
    .reviews-arrow-left {
        left: 10px;
    }
    
    .reviews-arrow-right {
        right: 10px;
    }
    
    .reviewsInnerContent {
        width: 370px;
        height: 700px;
    }
}

/* Мобильные */
@media (max-width: 619px) {
    .reviews {
        padding: 30px 0px;
    }

    .reviewsTitle {
        font-size: 25px;
        margin-bottom: 30px;
    }

    .reviewsTitlePointer {
        display: flex;
        justify-content: center;
        width: 100%;
        margin-top: 15px;
    }

    .reviewsTitlePointerImg {
        width: 30px;
        height: 30px;
        animation: pointerAnimation 2s ease-in-out infinite;
    }

    @keyframes pointerAnimation {
        0% {
            transform: translateX(0) rotate(0deg);
        }
        25% {
            transform: translateX(-8px) rotate(-8deg);
        }
        50% {
            transform: translateX(0) rotate(0deg);
        }
        75% {
            transform: translateX(8px) rotate(8deg);
        }
        100% {
            transform: translateX(0) rotate(0deg);
        }
    }

    .reviews-wrapper {
        width: 100%;
    }

    .reviews-scroll-container {
        overflow-x: auto;
        overflow-y: hidden;
        scrollbar-width: none;
        -ms-overflow-style: none;
        cursor: grab;
    }

    .reviews-scroll-container::-webkit-scrollbar {
        display: none;
    }

    .reviews-scroll-container.dragging {
        cursor: grabbing;
    }

    .reviewsInner {
        padding: 10px 15px 25px;
        gap: 15px;
        width: max-content;
    }

    .reviewsInnerContent {
        width: 300px;
        height: 600px;
    }
    
    .reviews-arrow {
        display: none;
    }
}
    
        .team {
        padding: 40px 0px;
    }

    .teamInner {
        display: flex;
        justify-content: space-between;
        align-items: end;
        margin-bottom: 50px;
    }

    .teamInnerLeft {
        width: 48%;
    }

    .teamInnerLeftTitle {
        font-size: 35px;
        color: #111111;
        margin-bottom: 30px;
    }

    .teamInnerLeftDiscr {
        font-size: 16px;
        color: #111111;
    }

    .teamInnerRightImg {
        width: 560px;
        height: 245px;
        border-radius: 8px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }

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

    .teamContentShapeImg {
        width: 200px;
        height: 200px;
        border-radius: 8px;

        margin-bottom: 20px;
    }

    .teamContentShapeName {
        font-size: 20px;
        font-weight: 500;
        color: #111111;

        margin-bottom: 10px;
    }

    .teamContentShapePosition {
        font-size: 16px;
        color: #111111;
    }

    @media (max-width: 1199px) {
        .team {
            padding: 35px 0px;
        }

        .teamInner {
            display: flex;
            justify-content: space-between;
            align-items: start;
            flex-direction: column;
            margin-bottom: 40px;
        }

        .teamInnerLeft {
            width: 100%;
        }

        .teamInnerLeftTitle {
            font-size: 25px;
            margin-bottom: 20px;
        }

        .teamInnerRight {
            order: -1;
            margin-bottom: 40px;
        }

        .teamInnerRightImg {
            width: 620px;
            height: 280px;
        }

        .teamContentShape {
            width: 150px;
        }



        .teamContentShapeImg {
            width: 150px;
            height: 150px;
        }

        .teamContentShapeName {
            font-size: 18px;
        }

        .teamContentShapePosition {
            font-size: 16px;
        }
    }



    @media (max-width: 619px) {
        .team {
            padding: 30px 0px;
        }

        .teamInner {
            margin-bottom: 30px;
        }

        .teamInnerLeft {
            width: 100%;
        }

        .teamInnerRight {
            margin-bottom: 30px;
        }

        .teamInnerLeftTitle {
            margin-bottom: 20px;
        }

        .teamInnerLeftDiscr {
            font-size: 14px;
        }

        .teamInnerRightImg {
            width: 320px;
            height: 130px;
        }

        .teamContentShape {
            width: 155px;
        }

        .teamContentShape:nth-child(1){
            margin-bottom: 10px;
        }

        .teamContentShape:nth-child(2){
            margin-bottom: 10px;
        }


        .teamContentShapeImg {
            width: 155px;
            height: 155px;
        }

        .teamContentShapeName {
            font-size: 16px;
        }

        .teamContentShapePosition {
            font-size: 14px;
        }
    }
    
/* Попап галереи кейсов */
.casess-popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1000;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.casess-popup-overlay.active {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 40px 20px;
}

.casess-popup {
    border-radius: 12px;
    width: 100%;
    max-width: 900px;
    position: relative;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    animation: popupFadeIn 0.3s ease-out;
}

@keyframes popupFadeIn {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.casess-popup-close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.9);
    transition: background-color 0.3s ease;
    z-index: 10;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.casess-popup-close:hover {
    background-color: #ffffff;
}

.casess-popup-gallery {
    padding: 20px;
    position: relative;
    overflow: hidden;
}

.casess-popup-gallery img {
    border-radius: 8px;
    display: block;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    object-fit: cover;
    transition: opacity 0.3s ease;
}

/* Планшеты */
@media (max-width: 1199px) and (min-width: 620px) {
    .casess-popup-overlay.active {
        padding: 30px 15px;
    }
    
    .casess-popup {
        max-width: 700px;
    }
    
    .casess-popup-close {
        top: 12px;
        right: 12px;
        width: 36px;
        height: 36px;
    }
    
    .casess-popup-gallery {
        padding: 15px;
    }
}

/* Мобильные */
@media (max-width: 619px) {
    .casess-popup-overlay.active {
        padding: 0;
        align-items: stretch;
    }
    
    .casess-popup {
        border-radius: 0;
        max-width: 100%;
        min-height: 100vh;
        height: auto;
        display: block;
    }
    
    .casess-popup-close {
        position: fixed;
        top: 10px;
        right: 10px;
        width: 36px;
        height: 36px;
    }
    
    .casess-popup-gallery {
        padding: 60px 20px 30px;
        overflow: visible;
    }
    
    .casess-popup-gallery img {
        width: 100% !important;
        margin-bottom: 15px;
        border-radius: 6px;
    }
}

/* Очень маленькие мобильные */
@media (max-width: 374px) {
    .casess-popup-gallery {
        padding: 55px 15px 25px;
    }
    
    .casess-popup-gallery img {
        margin-bottom: 12px;
    }
}

.casess_video1, .casess_video2{
    cursor: pointer;
    background-position: right;
}

.popup-overlay {
    position: fixed;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.popup-content {
    position: relative;
    width: 90%;
    max-width: 400px;
    aspect-ratio: 3/5; /* Чтобы видео было в формате 16:9 */
}

#popup-iframe {
    width: 100%;
    height: 100%;
}

.close-popup {
    position: absolute;
    top: -30px; right: 0;
    color: white;
    font-size: 30px;
    cursor: pointer;
    line-height: 30px;
}
