.bread-crumbs {
    padding: 100px 0 60px;
}

.bread-crumbs__wrapper{
    display: flex;
    gap: 12px;
    align-items: center;
    flex-wrap: wrap;
}

.bread-crumbs__wrapper > * {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    line-height: 32px;
    color: #808080;
}

.bread-crumbs__link {
    transition: all .4s ease;
    padding: 4px 0;
}

.bread-crumbs__link.active {
    border-radius: 8px;
    background: #ECECEC;
    padding: 4px 8px;
}

/* Блок что в итоге вы получите */

.result{
    padding: 150px 0;
}

.result__title-wrapper{
    margin-bottom: 96px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.result__title{
    width: 800px;
}

.result__nav{
    display: flex;
    align-items: center;
    gap: 60px;
}

.result__card{
    padding: 44px 40px 80px 40px;
    border-radius: 40px;
    background: #F6F6F6;
    display: flex;
    flex-direction: column;
    gap: 45px;
    height: auto;
}

.result__card-image-wrapper{
    display: flex;
    justify-content: flex-end;
}

.result__card-content{
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.result__card-title{
    color: #0A0A0A;
    font-size: 32px;
    font-weight: 400;
    line-height: 100%;
    min-height: 4rem;
}

.result__card-description{
    color: #6C6C6C;
    margin-bottom: 0;
}

.result__card-image{
    width: 120px;
    height: 104px;
}

.result__nav .arrow{
    position: static;
    margin: 0;
    width: 60px;
    height: 30px;
}

.result .wrap-case-bottom p{
    width: 70%;
}

.result .wrap-case-bottom{
    margin-top: 85px;
}


.result__slider-actions{
    display: flex;
    flex-direction: column;
    gap: 50px;
    align-items: center;
}

.result__slider-actions.mob{
    display: none;
}


.website-development{
    padding: 150px 0;
}

.website-development__wrapper{
    display: flex;
    gap: 10px;
    position: relative;
}

.website-development__info{
    position: relative;
    width: 33.3337%;
}

.website-development__title-wrapper{
    position: sticky;
    top: 90px;
    left: 0;
}

.website-development__title{
    margin-bottom: 150px;
}

.website-development__list{
    width: 66.6667%;
}

.website-development__items{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.website-development__item{
    display: flex;
    height: 600px;
    padding: 64px 56px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 52px;
    width: calc(50% - 15px);
    border-radius: 40px;
    overflow: hidden;
    position: relative;
}

.website-development__item-image-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.website-development__item-image{
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 90%;
    object-fit: contain;
    object-position: center;
    transition: transform 0.3s;
    will-change: transform;
    position: absolute;
    top: 20%;
}

.website-development__item-title{
    color: #FFF;
    font-size: 48px;
    font-weight: 400;
    line-height: 40px;
}



.basics {
    padding: 150px 0;
}

.basics__title{
    margin-bottom: 96px;
}

.basics__grid-cards {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 30px;
}

.basics__card:nth-child(-n + 2) {
    grid-column: span 3;
}

.basics__card:nth-child(n + 3) {
    grid-column: span 2;
}

.basics__card{
    width: 100%;
    border-radius: 40px;
    background: #F6F6F6;
    height: 560px;
    padding: 45px 44px 48px 44px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}

.basics__card-title{
    font-size: 56px;
    font-weight: 400;
    line-height: 64px;
    color: #0A0A0A;
}

.basics__card-description{
    font-size: 32px;
    font-weight: 400;
    line-height: 56px;
    color: rgba(10, 10, 10, 0.64);
    margin-bottom: 0;

    span{
        font-family: "Open Sans";
        font-weight: 500;
        color: #0A0A0A;
    }
}

.cases-new {
    padding: 150px 0;
}

.cases-new__title{
    margin-bottom: 96px;
}

.cases-new__grid-cards{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 80px;
}

.cases-new__card{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    position: relative;
    margin-bottom: 0;
}

.cases-new__logo{
    position: absolute;
    left: 25px;
    top: 30px;
    z-index: 8;
}

.cases-new__card .cases-new__link{
    order: unset;
    width: 100%;
    height: auto;
    /*height: 800px;*/
    border-radius: 40px;
    overflow: hidden;
    margin-bottom: 16px;
    aspect-ratio: 1 / 1;
}

.cases-new__nav {
    display: none;
}

.cases-new__image-wrapper{
    width: fit-content;
    height: 100%;
    /*height: 800px;*/
    border-radius: 40px;
    background: radial-gradient(65.46% 61.98% at 54.96% 53%, #2E6698 0%, #1F4E78 100%);
    overflow: hidden;
    margin-bottom: 16px;
}

.cases-new__link .cases-new__image{
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    border-radius: 40px;
}

.cases-new__link video {
    height: 100%;
    /*height: 800px;*/
    object-fit: cover;
}

.cases-new__card-title{
    color: #0A0A0A;
    font-size: 60px;
    font-style: normal;
    font-weight: 450;
    line-height: 48px;
    flex-grow: 1;
}

.cases-new__card-subtitle{
    font-size: 20px;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 0;
    color: #6C6C6C;
}

.cases-new__slider{
    display: none;
}


.cases-new .main-case-item:nth-child(odd) .case-main-img{
    order: unset;
}



@media (max-width: 1919px) {
    .bread-crumbs {
        padding: 74px 0 64px;
    }

    .bread-crumbs__wrapper > * {
        font-size: 16px;
        font-weight: 400;
        line-height: 26px;
    }

    .result{
        padding: 100px 0;
    }

    .result__slider-actions{
        gap: 50px;
    }

    .result__title-wrapper {
        margin-bottom: 54px;
    }

    .result__card{
        padding: 32px 20px 56px 20px;
        gap: 30px;
    }

    .result__card-image {
        width: 100px;
        height: 100px;
    }

    .result__card-title{
        font-size: 26px;
        line-height: 100%;
        min-height: 3rem;
    }

    .result__card-description{
        font-size: 18px;
        line-height: 140%;
    }

    .result__card-content{
        gap: 20px;
    }

    .result .wrap-case-bottom {
        margin-top: 63px;
    }

    .result .wrap-case-bottom p{
        width: 100%;
    }

    .result .wrap-case-bottom .block-btn {
        flex-shrink: 0;
    }

    .website-development{
        padding: 100px 0;
    }

    .website-development__item{
        padding: 48px 32px;
        gap: 47px;
        height: 467px;
        border-radius: 30px;
    }

    .website-development__item-title{
        font-size: 36px;
        font-weight: 400;
        line-height: 30px;
    }

    .basics{
        padding: 100px 0;
    }

    .basics__title {
        margin-bottom: 56px;
    }

    .basics__card {
        padding: 48px 32px;
        border-radius: 30px;
        height: 430px;
    }

    .basics__card-title{
        font-size: 40px;
        font-weight: 400;
        line-height: 48px;
    }

    .basics__card-description{
        font-size: 24px;
        font-weight: 400;
        line-height: 40px;
    }

    .cases-new {
        padding: 100px 0;
    }

    .cases-new__title {
        margin-bottom: 60px;
    }

    .cases-new__image-wrapper{
        border-radius: 30px;
        height: auto;
    }

    .cases-new__card-title{
        font-size: 48px;
        font-weight: 400;
        line-height: 40px;
    }

    .cases-new__card-subtitle{
        font-size: 18px;
        font-weight: 400;
        line-height: 120%;
    }

    .cases-new__image{
        border-radius: 30px;
    }

}

@media (max-width: 1365px) {
    .bread-crumbs {
        padding: 64px 0 55px;
    }

    .result{
        padding: 70px 0;
        display: none;
    }

    .result__title{
        width: 100%;
    }

    .result__slider-actions.desc{
        display: none;
    }

    .result__slider-actions.mob{
        display: flex;
        margin-top: 50px;
    }

    .result__nav{
        width: 100%;
    }

    .result .wrap-case-bottom p{
        line-height: normal;
        width: 65%;
    }

    .website-development{
        padding: 70px 0;
    }

    .website-development__wrapper{
        flex-direction: column;
    }

    .website-development__info{
        width: 100%;
    }

    .website-development__title-wrapper{
        position: relative;
        top: 0;
        left: 0;
        display: flex;
        justify-content: space-between;
        align-items: self-end;
        margin-bottom: 50px;
    }

    .website-development__title{
        margin: 0;
    }

    .website-development__list{
        width: 100%;
    }

    .website-development__item-title {
        font-size: 26px;
        line-height: 32px;
    }

    .website-development__item{
        border-radius: 20px;
        gap: 29px;
        height: 387px;
    }

    .website-development__item-image{
        max-height: 100%;
        top: 5%;
    }

    .website-development .block-btn{
        font-size: 24px;
        line-height: 26px;
        padding-right: 66px;
    }

    .website-development .block-btn img{
        right: -14px;
        top: -41px;
        width: 100px;
        height: 66px;
    }

    .basics{
        padding: 70px 0;
    }

    .basics__title{
        margin-bottom: 36px;
    }

    .basics__grid-cards{
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .basics__card{
        padding: 45px 30px;
        border-radius: 20px;
        height: 400px;
    }

    .basics__card-description{
        line-height: 140%;
        width: 546px;
    }

    .cases-new {
        padding: 70px 0;
    }

    .cases-new__title {
        margin-bottom: 50px;
    }

    .cases-new__slider{
        display: flex;
    }

    .cases-new__grid-cards{
        display: none;
    }

    .cases-new__image-wrapper{
        border-radius: 33px;
        width: 100%;
    }

    .cases-new__card-title{
        font-size: 40px;
        line-height: 36px;
    }

    .cases-new__image-wrapper{
        /*height: 668px;*/
        height: auto;
        aspect-ratio: 4 / 3.8;
    }

    .cases-new__nav{
        margin-top: 50px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .cases-new__nav .arrow{
        position: static;
        margin-top: 0;
    }

    .cases-new__image{
        width: 100%;
        height: 100%;
        object-fit: cover;
        overflow: hidden;
    }

    .cases-new__card{
        /*border-radius: 30px;*/
        overflow: hidden;
    }

    .cases-new__logo {
        width: 155px;
        height: auto;
    }

    /*.cases-new__nav .arrow {*/
    /*    width: 90px;*/
    /*}*/
}


@media (max-width: 767px) {
    .bread-crumbs {
        padding: 79px 0 45px;
    }

    .result{
        padding: 75px 0;
    }

    .result__title-wrapper{
        margin-bottom: 40px;
    }

    .website-development{
        padding: 75px 0;
    }

    .website-development__wrapper{
        gap: 40px;
    }

    .website-development__title-wrapper{
        flex-direction: column;
        align-items: flex-end;
        gap: 52px;
        margin-bottom: 0;
    }

    .website-development__title{
        width: 100%;
    }

    .block-title{
        font-size: 40px;
        line-height: 100%;
    }

    .website-development .block-btn {
        padding-right: 41px;
    }

    .website-development .block-btn img {
        right: -11px;
        top: -23px;
        width: 62px;
        height: 47px;
    }

    .website-development__items{
        display: flex;
        flex-direction: column;
    }

    .website-development__item{
        width: 100%;
    }

    .basics{
        padding: 75px 0;
    }

    .basics__title {
        margin-bottom: 40px;
    }

    .basics__card{
        padding: 30px 20px;
        height: max-content;
        gap: 40px;
    }

    .basics__card:not(:first-child):not(:nth-child(2)) {
        min-height: 340px;
    }

    .basics__card-title{
        font-size: 32px;
        line-height: 44px;
    }

    .basics__card-description{
        width: 100%;
        line-height: 36px;
    }


    .cases-new{
        padding: 75px 0;
    }

    .cases-new__title {
        margin-bottom: 40px;
    }

    .cases-new__image-wrapper{
        border-radius: 20px;
        /*height: 320px;*/
        margin-bottom: 2px;
    }

    .cases-new__card-title{
        font-size: 30px;
        line-height: 24px;
    }

    .cases-new__card-subtitle{
        font-size: 20px;
        line-height: 20px;
    }

    .cases-new__nav{
        margin-top: 30px;
        padding: 0 20px;
    }

    .cases-new__image{
        border-radius: 16px;
    }

    .cases-new__logo {
        width: 80px;
    }

    /*.cases-new__nav .arrow {*/
    /*    width: 30px;*/
    /*}*/

}