.container-narrow{
    max-width: 65.5rem;
}

.service-content .path{
    margin-bottom: 4rem;
}

.service-content {
    color: #051150;
}

.service-content .research-process .text{
    margin-top: 0;
    padding-top: 0;
}

.service-content h1{
    font-size: 3rem;
    line-height: 4rem;
    margin-bottom: 1rem;
    padding: 0;
}

.service-content h2{
    font-size: 2rem;
    line-height: 2.5rem;
    margin-bottom: 1.5rem;
    padding: 0;
}

.service-content h3{
    font-size: 2rem;
    line-height: 1.5rem;
    margin-bottom: 2.5rem;
    margin-top: 3.75rem;
    font-weight: normal;
    padding: 0;
}

.service-content p{
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 1.5rem;
    padding: 0;
}

.service-content p:last-child{
    margin-bottom: 0;
}

.service-intro{
    position: relative;
    padding-top: 5rem;
    padding-bottom: 5rem;
}


.service-intro figure{
    height: calc(100% + 5.95rem);
    top: -2.875rem;
    right: 6.75rem;
    width: 100%;
    margin: 0;
    position: absolute;

}

.service-intro img{
    height: 100%;
    width: auto;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
}

.service-case.service-case--background{
    padding: 5rem 6.25rem 5rem 6.25rem;
    border-radius: .25rem;
    border-bottom: none !important;
}

.service-case{
    padding: 4rem 0;
}

.service-case:not(:last-of-type){
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.service-case--background > *{
    color: white;
}

.service-case--background p a{
    color: white !important;
}
.service-case--background p a:hover{
    color: #FF8A00 !important;
}

.service-case--background p{
    opacity: .8;
}

.service-case--background .service-case_logo{
    margin-bottom: 3.125rem;
}

.service-case_logo {
    margin-bottom: 2.5rem;
    max-height: 4.45rem;
    max-width: 100%;
}

.service-case_logo img{
    max-width: 100%;
    height: auto;
    display: block;
}

.service-case--background .btn-blue:not(:hover){
    background-color: white !important;
    color: black !important;
}

.service-case--background .btn-border-blue:not(:hover) {
    color: white !important;
    box-shadow: inset 0 0 0 1px #ffffff;
}

.service-case_content{
    display: flex;
    flex-direction: column;
}
.service-case_info{
    flex-grow: 1;
}
.service-case_buttons{
    margin-top: 3rem;
}

.service-case_buttons .btn:not(:last-of-type){
    margin-right: 1.5rem;
}

.service-case--background.service-case_wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 2.5rem;
}

.service-case_wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1rem;
}



.service-case_wrapper.right .service-case_image{
    order: 2;
}

.service-case_wrapper.right .service-case_content{
    grid-column: 1;
}

.service-case_image{
    position: relative;
    min-height: 28.5rem;
}

.service-case_image img{
    position: absolute;
    top: 0;
    left: 0;
    height: auto;
    width: 100%;
    max-height: 33rem;
    object-fit: contain;
}




.service-advantages{
    margin-top: 1rem; 
}

.service-advantages .btn{
    margin-left: 6rem;
}

.service-advantages_item{
    display: flex;
    margin-bottom: 4rem;
}

.service-advantages_item .icon{
    width: 6rem;
    min-width: 6rem;
    max-width: 6rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.service-advantages_item .icon img{
    height: 3rem;
    max-width: 3rem;
    width: auto;
}

.service-advantages_item:not(:last-of-type){
    margin-bottom: 1.5rem;
}

.service-reviews{
    color: black;
}

.service-reviews p{
    color: black;
    margin-bottom: 1rem;
}

.service-reviews_title{
    display: flex;
    align-items: flex-end;
    margin-bottom: 2.25rem;
    font-size: 1.25rem;
    line-height: 2rem;
    font-weight: 500;
    color: #051150;
}

.service-reviews_icon{
    margin-right: 1.5rem;
    max-height: 2rem;
}

.service-reviews_item:not(:last-of-type){
    margin-bottom: 2rem;
}

.service-reviews_item .name{
    margin-bottom: 0;
    font-weight: 500;
    display: block;
}

.service-reviews_item .position{
    font-style: italic;
}

.wp-block-media-text__content{
    padding-left: 0 !important;
    padding-right: 1.5rem !important;
}

.wp-block-media-text__content p{
    font-size: 1.25rem;
    line-height: 2rem;
    margin-bottom: 1rem;
    color: black;
}

.service-metrics {
    margin-top: 7.5rem;
}

.service-metrics_title{
    opacity: .8;
    font-size: 2rem;
    line-height: 1.5rem;
    margin-bottom: 3rem;
}

.service-metrics_wrapper{
    display: grid;
    grid-template-columns: 50% auto;
    grid-gap: 7.185rem;
}

.service-metrics_list{
    padding: 2.625rem 2.25rem 3.125rem;
    background: rgba(255, 255, 255, 0.1);
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 3rem 1.35rem;
    border-radius: .25rem;
}

.metrics_item-title{
    font-size: 2.5rem;
    line-height: 3rem;
    margin-bottom: .5rem;
    font-weight: 500;
    white-space: nowrap;
}

.metrics_item-desc{
    font-size: 1rem;
    line-height: 1.5rem;
}

.service-metrics_mau{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.service-metrics_mau .count{
    font-size: 6.25rem;
    line-height: 6.5rem;
    margin-bottom: 1rem;
    display: block;
}

.service-metrics_mau .desc{
    font-size: 4.25rem;
    line-height: 4.5rem;
    display: block;
    text-transform: uppercase;
}

.service-section .btn-place {
	margin: 2.5rem 0 0 0;
}
.service-section .btn-place .btn {
	padding-left: 4rem;
	padding-right: 1.5rem;
	position: relative;
}
.service-section .btn-place .btn:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 1.5rem;
	background: url(../img/email-white.svg) no-repeat 50% 50%;
	width: 1.5rem;
	height: 1.5rem;
	background-size: contain;
	margin: -0.75rem 0;
}

@media only screen and  (max-width: 1260px){
    .container-narrow{
        max-width: 100%;
    }
    
    .service-content .path{
        margin-bottom: 2rem;
        display: block !important;
        text-align: center;
    }

    .service-content .path > *{
        display: inline !important;
    }
    
    .service-content {
        color: #051150;
    }
    
    /* .service-content .research-process .text{
        margin-top: 0;
        padding-top: 0;
    } */
    
    .service-content h1{
        font-size: 1.5rem;
        line-height: 2rem;
        margin-bottom: 1rem;
        padding: 0;
    }
    
    .service-content h2{
        font-size: 1.5rem;
        line-height: 2rem;
        margin-bottom: 1.5rem;
        padding: 0;
    }
    
    .service-content h3{
        font-size: 1.5rem;
        line-height: 1.5rem;
        margin-bottom: 1.5rem;
        margin-top: 2rem;
        font-weight: normal;
        padding: 0;
    }
    
    .service-content p{
        font-size: .875rem;
        line-height: 1.25rem;
        margin-bottom: 1.25rem;
        padding: 0;
    }
    
    .service-intro{
        padding-top: 2rem !important;
        padding-bottom: 3.125rem !important;
    }
    
    
    .service-intro figure{
        position: relative;
        height: auto;
        max-height: 19.5rem;
        width: 100%;
        margin: 0;
        top: unset;
        right: unset;
        margin-top: 2rem;
    }
    
    .service-intro img{
        min-height: 19rem;
        max-height: 19.5rem;
        width: auto;
        display: block;
        position: static;
        top: 0;
        right: 0;
    }


    .service-case.service-case--background{
        padding: 2.5rem 1.375rem;
    }
    
    .service-case{
        padding: 2.5rem 0;
    }

    .service-case .btn{
        width: 100%;
    }
    
    
    .service-case--background .service-case_logo{
        margin-bottom: 2rem;
    }
    
    .service-case_logo {
        margin-bottom: 2rem;
        max-height: 2.875rem;
        max-width: 100%;
    }
    
    .service-case_logo img{
        max-width: 100%;
        height: auto;
        display: block;
    }
    
    .service-case--background .btn-blue:not(:hover){
        background-color: white !important;
        color: black !important;
        width: max-content;
    }
    
    .service-case--background .btn-border-blue:not(:hover) {
        color: white !important;
        box-shadow: inset 0 0 0 1px #ffffff;
        width: max-content;
    }
    
    .service-case_content{
        display: flex;
        flex-direction: column;
    }
    .service-case_info{
        flex-grow: 1;
    }
    .service-case_buttons{
        margin-top: 1.5rem;
    }
    
    .service-case_buttons .btn:not(:last-of-type){
        margin-bottom: 1rem;
    }

    
    .service-case_wrapper {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 0rem;
    }
    
    
    .service-case_wrapper.right .service-case_image{
        order: 0;
    }
    
    .service-case_wrapper.right .service-case_content{
        grid-column: 1;
    }
    
    .service-case_image{
        position: relative;
        min-height: 18.875rem;
        max-height: auto;
    }
    
    .service-case_image img{
        position: static;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        object-position: top;
        object-fit: cover;
    }


    .service-metrics {
        margin-top: 2.5rem;
    }
    
    .service-metrics_title{
        font-size: 1.25rem;
        line-height: 1.5rem;
        margin-bottom: 2rem;
    }
    
    .service-metrics_wrapper{
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 1.5rem;
    }
    
    .service-metrics_list{
        padding: 1.25rem;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 1.5rem .5rem;
    }
    
    .metrics_item-title{
        font-size: 1.5rem;
        line-height: 1.5rem;
        margin-bottom: .5rem;
        font-weight: 500;
        white-space: nowrap;
    }
    
    .metrics_item-desc{
        font-size: .75rem;
        line-height: 1rem;
        padding-right: 1.35rem;
    }
    
    .service-metrics_mau{
        order: -1;
        display: flex;
        flex-direction: row;
        justify-content: center;
    }
    
    .service-metrics_mau .count{
        font-size: 3rem;
        line-height: 4rem;
        margin-bottom: 0;
        display: block;
        padding-right: 1rem;
    }
    
    .service-metrics_mau .desc{
        font-size: 3rem;
        line-height: 4rem;
        margin-bottom: 0;
        display: block;
        text-transform: uppercase;
    }
    
    .service-advantages_item{
        flex-direction: column;
        margin-bottom: 2.625rem;
    }

    .service-advantages_item:not(:last-of-type){
        margin-bottom: 2.625rem;
    }

    .service-advantages_item .icon{
        margin-bottom: 1.75rem;
    }

    .service-advantages .btn{
        width: 100%;
        margin-left: 0;
    }

    .service-reviews_title{
        align-items: flex-start;
        line-height: 2.16rem; 
        margin-bottom: 2rem;
    }

    .wp-block-media-text__content{
        padding-right: 0 !important;
        margin-top: 2rem;
    }

    .wp-block-media-text__content .btn-place{
        text-align: center;
        margin-top: 2rem;
    }

    .wp-block-media-text.is-image-fill .wp-block-media-text__media{
        min-height: 350px;
        border-radius: .25rem;
    }
}
