.examples-of-work-style_2 {
    margin-bottom: 120px;
}

.examples-of-work-style_2 .title-h3-style2 {
    margin-bottom: 72px;
}



.examples-of-work.examples-of-work-style_2 .slider-wrapper {
    padding: 0 144px;
}

.examples-of-work.examples-of-work-style_2 .slider-wrapper .slider__action {
    position: relative;
    display: flex;
    width: 100%;
    justify-content: space-between;
    top: -414px;
}

.slider__action_mobile {
    display: none;
}

.examples-of-work.examples-of-work-style_2 .slider-wrapper .slider__action .slider-prev {
    position: relative;
    left: -152px;
}
.examples-of-work.examples-of-work-style_2 .slider-wrapper .slider__action .slider-next {
    position: relative;
    right: -152px;
}


.slider-single {
    max-width: 100%;
    height: auto;
}

.slider-single .example-slide {
    position: relative;
}

.slider-single .example-slide::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 8px;
    background: linear-gradient(186deg, rgba(122, 128, 134, 0) 9.97%, #7a8086 100%);
}

.example-slide__text-content {
    position: absolute;
    max-width: 792px;
    bottom: 40px;
    left: 40px;
    right: 40px;
}

.example-slide__text-content p {
    color: #fff;
    font-weight: 400;
}

.example-slide__text-content p:first-child {
    font-size: 34px;
    line-height: 124%;
    margin-bottom: 24px;
}

.example-slide__text-content p:last-child {
    font-size: 16px;
    line-height: 150%;
}

.slider-single .example-slide img {
    width: 100%;
    height: 690px;
    object-fit: cover;
    border-radius: 8px;
}


.thumbnail-slider-nav {
    display: flex;
    gap: 32px;
    padding: 0 140px;
    margin-top: 32px;
}

.thumbnail-slider-nav .thumbnail-slide img {
    width: 200px;
    height: 98px;
    border-radius: 8px;
}

.thumbnail-slider-nav .slick-slide.slick-current.slick-active {
    filter: brightness(60%);
}

@media(max-width: 1440px) {
    .examples-of-work.examples-of-work-style_2 .slider-wrapper .slider__action .slider-prev {
        position: relative;
        left: 0
    }
    .examples-of-work.examples-of-work-style_2 .slider-wrapper .slider__action .slider-next {
        position: relative;
        right: 0
    }

    .examples-of-work.examples-of-work-style_2 .slider-wrapper .slider__action {
        top: -414px;
    }
}

@media (max-width: 1024px) {
    .examples-of-work.examples-of-work-style_2 .slider-wrapper {
        padding: 0 50px;
    }

    .examples-of-work.examples-of-work-style_2 .slider-wrapper .slider__action {
        top: -290px;
    }

    .slider-single .example-slide img {
        height: 500px;
    }

    .thumbnail-slider-nav {
        padding: 0 50px;
    }

    .thumbnail-slider-nav .thumbnail-slide img {
        width: 150px;
        height: 75px;
    }
}

@media (max-width: 768px) {
    .examples-of-work.examples-of-work-style_2 .slider-wrapper {
        padding: 0 20px;
    }

    .examples-of-work.examples-of-work-style_2 .slider-wrapper .slider__action {
        display: none;
    }

    .examples-of-work.examples-of-work-style_2 .section-top {
        display: flex;
        justify-content: space-between;
        align-items: baseline;
    }

    .slider__action_mobile {
        display: flex;
        gap: 15px;
    }

    .examples-of-work.examples-of-work-style_2 .slider-wrapper .slider__action .slider-prev {
        position: relative;
        left: 0;
    }
    .examples-of-work.examples-of-work-style_2 .slider-wrapper .slider__action .slider-next {
        position: absolute;
        right: 0;
    }

    .slider-single .example-slide img {
        height: 300px;
    }

    .thumbnail-slider-nav {
        padding: 0 20px;
    }

    .thumbnail-slider-nav .thumbnail-slide img {
        width: 95px;
        height: 60px;
    }
    .example-slide__text-content p:first-child {
        font-size: 24px;
    }

    .examples-of-work-style_2 .title-h3-style2 {
        font-size: 32px;
        margin-bottom: 50px;
    }
}

@media (max-width: 550px) {

    .slider-single .example-slide::before {
        display: none;
    }
    .example-slide__text-content {
        position: unset;
    }
    .example-slide__text-content p {
        color: #28313D;
    }

    .examples-of-work-style_2 .title-h3-style2 {
        font-size: 32px;
        margin-bottom: 50px;
    }

    .thumbnail-slider-nav {
        margin-top: 0;
        margin-bottom: 24px;
    }

    .examples-of-work-style_2 {
        margin-bottom: 56px;
    }
}

@media (max-width: 425px) {
    .examples-of-work-style_2 .slider__action_mobile {
        display: block !important;
    }

    .slider-wrapper {
        display: flex;
        flex-direction: column;
        padding: 0;
    }

    .thumbnail-slider-nav {
        order: 1;
    }

    .slider-single {
        order: 2;
        margin-bottom: 24px;
    }

    .examples-of-work-style_2 .slider__action {
        display: none;
        order: 3;
    }

    .examples-of-work-style_2 .slider__action button  {
        width: 32px;
        height: 32px;
        padding: 0;
    }

    .examples-of-work-style_2 .slider__action button img  {
        width: 5px;
        height: 10px;
    }

    .slider-single .example-slide img {
        height: 153px;
        margin-bottom: 16px;
    }

    .thumbnail-slider-nav {
        padding: 0;
        overflow: hidden;
    }

    .thumbnail-slider-nav .thumbnail-slide img {
        width: 50px;
        height: 30px;
    }

    .example-slide__text-content p:first-child {
        font-size: 16px;
    }
    
    .example-slide__text-content p:last-child {
        font-size: 10px;
    }

    .examples-of-work-style_2 .title-h3-style2 {
        font-size: 24px;
        margin-bottom: 24px;
    }
}
