/* -----------------MAIN-INFO----------------- */
.main-home {
    padding-bottom: 128px;
}
.main-info {
    padding-top: 100px;
}
.main-info > img {
    position: absolute;
    width: 100%;
    z-index: -2;
}
.main-background::before {
	position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    background: linear-gradient(to bottom, rgba(30,30,30,0) 0%, rgba(30,30,30,1) 100%);
}
@media (max-width: 785px){
    .main-info > img,
    .common-bg > img,
    .main-background {
        display: none;
    }
}
.main-info__img {
    width: 792px;
    height: 128px;
    margin-bottom: 48px;
}
.main-info__subtitle {
    margin-bottom: 48px;
}   
.main-info__link {
    background-color: var( --add-text-bg-color);
    color: var(--main-text-color);
    border-color: transparent;
}
.main-info__link:hover,
.main-info__link:focus {
    color: var( --add-text-bg-color);
    background-color: var(--main-text-color);
}

/* -----------------SERVICES----------------- */
.our-services__block {
    display: grid;
    grid-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr;
}
.our-services__block-item {
    transition: all .5s ease;
}
.our-services__block-item-img {
    opacity: 1;
    transition: opacity .5s ease;
}
.our-services__block-item-img--hover {
    transition: opacity .5s ease;
    position: absolute;
    opacity: 0;
    top: 48px;
    left: 48px;
}
@media (max-width: 1250px) {
    .our-services__block-item {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .our-services__btn {
        background-color: rgba(255, 255, 255, 0.1);
        border: 2px solid rgba(255, 255, 255, 0.2);
        color: var(--main-text-color);  
        margin-top: 24px;
    }
    .our-services__btn:hover, 
    .our-services__btn:focus {
        background-color: var(--secondary-text-color);
        color:  var(--main-text-color);
    }
}

@media (min-width: 1250px) {
    .our-services__block-item {
        position: relative;
    }
    .our-services__btn {
        background-color: rgba(0, 0, 0, 0.1);
        color: var(--secondary-text-color);  
        position: absolute;
        opacity: 0;
        bottom: 48px;
        left: 48px;
    }
    .our-services__btn:hover, 
    .our-services__btn:focus {
        background-color: var(--secondary-text-color);
        color: var(--main-text-color);
    }
    .our-services__block-item:hover,
    .our-services__block-item:focus {
        background-color: var(--main-text-color);
    }
    .our-services__block-item:hover .our-services__subtitle,
    .our-services__block-item:focus .our-services__subtitle,
    .our-services__block-item:hover .our-services__subtitle a,
    .our-services__block-item:focus .our-services__subtitle a {
        color: var(--secondary-text-color);
    }
    .our-services__block-item:hover .our-services__block-item-img,
    .our-services__block-item:focus .our-services__block-item-img {
        opacity: 0;
    }
    .our-services__block-item:hover .our-services__block-item-img--hover,
    .our-services__block-item:focus .our-services__block-item-img--hover {
        opacity: 1;
    }
    .our-services__block-item:hover .our-services__text,
    .our-services__block-item:focus .our-services__text {
        opacity: 0;
    }
    .our-services__block-item:hover .our-services__btn,
    .our-services__block-item:focus .our-services__btn {
        opacity: 1;
    }
}

/* -----------------SLIDER----------------- */
.slider {
    position: relative;
}
.case-slider__wrapper {
    background: rgba(0, 0, 0, 0) url(../images/rd-our-works-bg.webp) center/cover no-repeat;
    padding-top: 48px;
    padding-bottom: 48px;
}
.case-slider__item {
    max-width: 1200px;
    width: 100%;
    display: flex;
    position: relative;
    padding: 28px 40px 32px 70px;
    margin: 0 auto;
}
.case-slider__item-img {
    position: relative;
    margin-right: 76px;
    max-width: 265px;
    max-height: 510px;
    width: 100%;
    height: 100%;
    flex-shrink: 0;
}
.case-slider__item-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
} 
.case-slider__item-img.case-slider__item-img--field {
    max-width: 265px;
    max-height: 510px;
    margin-right: 76px;
}
.case-slider__item-img.case-slider__item-img--oil {
    max-width: 464px;
    max-height: 515px;
    margin-right: 40px;
    margin-top: 25px;
}
.case-slider__item-img.case-slider__item-img--smart {
    max-width: 469px;
    max-height: 471px;
    margin-right: 40px;
    margin-top: 20px;
    margin-left: 10px;
}
.case-slider__item-info {
    width: 100%;
    margin-top: -7px;
}
.case-slider__item-text {
    margin-bottom: 32px;
}
.case-slider__item-description {
    display: flex;
    margin-bottom: 31px;
}
.case-slider__item-country {
    margin-right: 60px;
}
.case-slider__item-tech {
    margin-right: 57px;
}
.case-slider__item.case-slider__item--oil .case-slider__item-tech ,
.case-slider__item.case-slider__item--smart .case-slider__item-tech {
    margin-right: 0;
}
.case-slider__item-images {
    height: 53px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
}
.case-slider__item-image {
    display: flex;
    align-items: center;
}
.case-slider__item-images img {
    height: 100%;
    object-fit: contain;    
}
.case-slider__item-images.case-slider__item-images--country img {
    width: 80px;
    height: 49px;
    border-radius: 4px;
}
.case-slider__item.case-slider__item--field .case-slider__item-images.case-slider__item-images--country img {
    height: 43px;
}
.case-slider__item-image--java, 
.case-slider__item-image--flutter, 
.case-slider__item-image--apple {
    margin-right: 12px;
}
.case-slider__item-image--c {
    width: 57px;
    height: 60px;
    margin-right: 12px;
}
.case-slider__item-image--winform {
    width: 100px;
    height: 40px;
    margin-right: 12px;
}
.case-slider__item-image--wpf {
    width: 118px;
    height: 49px;
}
.case-slider__item-image--wpf img {
    object-fit: cover;
}
.case-slider__item-image--dot {
    width: 46px;
    height: 46px;
}
.case-slider__item-image--azure {
    width: 60px;
    height: 46px;
    margin-right: 12px;
}
.case-slider__item-image--asp {
    width: 87px;
    height: 40px;
    margin-right: 12px;
}
.case-slider__item-image--swift {
    width: 52px;
    height: 52px;
    margin-right: 12px;
}
.case-slider__item-image--kotlin,
.case-slider__item-image--flutter,
.case-slider__item-image--cloud {
    width: 51px;
    height: 51px;
}
.case-slider__item-subtitle {
    font-size: 24px;
    line-height: 31px;
    font-family: PTSans-Bold;
    font-weight: 700;
    margin-bottom: 18px;
}
.case-slider__item-list {
    margin-bottom: 30px;
}
.case-slider__item-list-item {
    font-size: 16px;
    line-height: 24px;
}
.slider .case-slider-prev,
.slider .case-slider-next {
    width: 60px;
    height: 60px!important;
    outline: none;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    padding: 10px;
    border: 1px solid transparent; 
    border-radius: 8px;
    transition: border .5s!important;
    z-index: 3;
}
.slider .case-slider-next {
    background-image: url(../images/home-slider-next-big.svg);
}
.slider .case-slider-prev {
    background-image: url(../images/home-slider-prev-big.svg);
    left: 0;
}
.slider .case-slider-next:hover,
.slider .case-slider-next:focus,
.slider .case-slider-prev:hover,
.slider .case-slider-prev:focus {
    border-color: #da3832;
}


/* -----------------CLIENTS----------------- */
.clients__block {
    display: grid;
    grid-gap: 12px;
    grid-template-columns: repeat(4, 1fr);
}
.clients__block-item {
    align-items: center;
    justify-content: center;
    max-width: 291px;
    width: 100%;
    height: 150px;
}
.clients__all {
    max-width: 350px;
    display: none;
} 
.clients__all-arrow {
    margin-left: 12px;
}
.clients__all:hover,
.clients__all:focus {
    background-color: rgba(255,255,255,.1);
    color: #fff;
}
.clients__all.visible-btn {
    display: flex;
    margin: 12px auto 0;
}

/* ----------Sliders--------------- */

.slider {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;  
    user-select: none; 
}
.slider2 {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none; 
}
.slider-items-container {
    display: flex;
    height: auto;
    transition: transform 0.35s ease-in-out;
}
.slider-item {
    width: 100%;
}
.controls {
    width: 100%;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 35px ;
    position: relative;
    z-index:2;
}
.span > span {
    color: #717171;
    text-decoration: none;
    transition: 0.15s ease-in-out;
    width: 20px;
    height: 20px;
}
.controls > span:hover {
    color: #888;
}
.dots {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    padding: 20px;
    position: relative;
    z-index:2;
}
.dot {
    width: 15px;
    height: 15px;
    background: #717171;
    transition: 0.15s ease-in-out;
    border-radius: 50%;
    cursor: pointer;
    margin: 0 12px;
}
.dot.active {
    background: #ed1c24;
}

/* ----------CUSTOMERS--------------- */
.customers__reviews-comment {
    display: flex!important;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 48px;
    padding-right: 100px;
    font-size: 20px;
    line-height: 1.5;
    font-family: Roboto-Regular-Italic;    
    font-weight: 400;
    font-style: italic;
    position: relative;
    margin-bottom: 48px;
}
.customers__reviews-comment::after {
    position: absolute;
    content: '';
    background-image: url(../images/rd-cases-triangle.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    width: 32px;
    height: 16px;
    bottom: -16px;
    left: 50%;
    transform: translateX(-50%);
}
.customers__reviews-before,
.customers__reviews-after {
    width: 210px;
    height: 35px;
    background-image: url(../images/rd-quotes.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top left;
    margin-right: 24px;
}
.customers__reviews-after { 
    transform: rotate(-180deg);
    margin-right: 0;
    margin-left: 24px;
    position: absolute;
    bottom: 48px;
    right: 48px;
}
#customers__reviews-image-info {
    width: 365px;
    margin: auto;
}
.customers__reviews-image img {
    width: 120px;
    height: 120px;
}
.rewiew-controls {
    top: -167px;
    width: 464px;
    margin: 0 auto;
}
.prev-btn-left {
    transform: rotate(180deg);
}
.next-btn, .prev-btn {
    display: flex;
    cursor: pointer;
}
.customers__reviews-description {
    display: flex!important;
    flex-direction: column;
    align-items: center;
}
.customers__reviews-image,
.customers__reviews-image img {
    border-radius: 50%;
}
#customers__reviews-image-info .customers__reviews-image {
    width: 100px;
    height: 100px;
    margin-bottom: 24px;
}
.customers__reviews-info {
    opacity: 0;
    width: 380px;
}
.customers__reviews-name {
    font-size: 24px;
    line-height: 1.2;
    font-family: PTSans-Bold;
    font-weight: 700;
    margin-bottom: 8px;
    text-align: center;
}
.customers__reviews-position {
    font-size: 18px;
    line-height: 1.5;
    color: #777777;
    text-align: center;
}
#customers__reviews-image-info .slick-slide.slick-current.slick-center .customers__reviews-info {
    opacity: 1;
    transition: opacity .4s ease-in;
} 
/* slide when active (when play last to first) */ 
#customers__reviews-image-info .slick-slide[aria-hidden="true"]:not([tabindex="-1"]) + .slick-cloned[aria-hidden="true"],
#customers__reviews-image-info .slick-slide {
    filter: brightness(0.3);
    transform: scale(0.75) translateY(-18px);
    transition: all .4s ease-in;
}
#customers__reviews-image-info .slick-center {
    transform: scale(1)  translateY(0);
    filter: brightness(1);
    transition: all .4s ease-in;
}

#customers__reviews-image-info .slick-list.draggable {
    padding: 0!important;
}
#customers__reviews-image-info button.slick-arrow {
    background-image: url(../images/rd-cast-arrow.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 64px;
    height: 64px;
}
.customers-slider-next,
.customers-slider-prev {
    position: absolute;
    cursor: pointer;
    top: 20px;
    left: 25px;
    transform: rotate(180deg);
    z-index: 5;
}
.customers-slider-next {
    cursor: pointer;
    left: 275px;
    z-index: 5;
    transform: rotate(0deg);
}
#customers__reviews-image-info button.slick-arrow, 
#customers__reviews-image-info button.slick-arrow {
    border: unset;
}
#customers__reviews-image-info button.slick-arrow:hover, 
#customers__reviews-image-info button.slick-arrow:focus {
    background: transparent;
    background-image: url(../images/rd-cast-arrow.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}


/* ----------AWARDS----------- */
.main-home .awards {
	margin-bottom: var(--main-margin-bottom);
}
.main-home .awards__inner-clutch, 
.main-home .awards__inner-goodfirms {
    align-items: center;
    justify-content: center;
    max-width: 588px;
    width: 100%;
    min-height: 238px;
}
.main-home .awards__inner-clutch a, 
.main-home .awards__inner-goodfirms a {
    margin-top: 5px;
}
.main-home .awards__inner-clutch {
    margin-right: 24px;
}

/* --------------BLOGPOSTS-------------- */
.blogposts__all-btn {
    max-width: unset;
    width: 100%;
    padding: 18px;
    border-color: transparent;
    text-align: center;
    position: relative;
    transition: none;
}
.blogposts__all-btn::before {
    position: absolute;
    content: '';
    background-image: url(../images/rd-arrow-all-white.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 19px;
    height: 8px;
    top: 50%;
    transform: translateY(-50%);
    right: calc(50% - 90px);
}
.blogposts__all-btn:hover::before,
.blogposts__all-btn:focus::before  {
    background-image: url(../images/rd-arrow-all-black.svg);
}

/* -----------------------------MEDIA STYLES-------------------------------------- */

@media (max-width: 1250px) {
    .main-home {
        padding-bottom: 100px;
    }
    .clients__block {
        grid-template-columns: repeat(3, 1fr);
    }
    .clients__block-item {
        max-width: unset;
    }
}
@media (max-width: 1220px) {
    .case-slider__item {
        padding-left: 10px;
        padding-right: 10px;
    }
    .case-slider__item--oil .case-slider__item-country {
        margin-right: 30px;
    }
}

@media (max-width: 1050px) {
    .our-services__block {
        grid-template-columns: repeat(2,1fr);
    }
    .case-slider__item-info {
        margin-top: unset;
    }
    .customers__reviews-comment {   
        padding: 24px;
        padding-right: 75px;
    }
    .case-slider__item {
        padding-top: 0;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .case-slider__item-img {
        margin-right: unset;
        margin-top: unset;
        margin-bottom: 30px;
        align-self: center;
        max-height: 471px;
        height: 471px;
    }
    .case-slider__item-img.case-slider__item-img--oil,
    .case-slider__item-img.case-slider__item-img--smart,
    .case-slider__item-img.case-slider__item-img--field {
        margin-right: unset;
        margin-top: unset;
        margin-left: unset;
        max-height: 471px;
        height: 471px;
    }
    .case-slider__item-info {
        text-align: center;
    }
    .case-slider__item-description {
        justify-content: center;
    }
    .case-slider__item-list {
        text-align: left;
        max-width: 600px;
        margin: 0 auto 30px;
    }
    .case-slider__item-link {
        margin: 0 auto;
    }
    .customers__reviews-after {
        bottom: 24px;
        right: 24px;
    }
    .customers__reviews-before, 
    .customers__reviews-after {
        width: 50px;
        flex-shrink: 0;
    }
    .customers__reviews-after {
        margin-left: unset;
    }
    .clients__block-item {
        padding: 24px;
    }
}

@media (max-width: 880px) {
    .case-slider__item {
        flex-direction: column;
    }
    .case-slider__item-img {
        margin-right: unset;
        margin-bottom: 40px;
        align-self: center;
    }
    /*.case-slider__item-subtitle {
        font-family: PTSans-Regular;
        font-weight: 400;
    }*/
    .clients__block {
        grid-template-columns: repeat(2,1fr);
    }    
    .main-info__img {
        max-width: 600px;
        max-height: 110px;
        width: unset;
        height: unset;
    }
    .main-info__img img,
    .main-info__img svg {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
}

@media (max-width: 785px) {
    .main-home {
        padding-bottom: 64px;
    }
    .slider .case-slider-prev,
    .slider .case-slider-next {
        top: 350px;
        transform: unset;
    }
    .main-home .awards__inner {
        flex-direction: column;
    }
    .main-home .awards__inner-clutch {
        margin-right: unset;
        margin-bottom: 24px;
        max-width: 290px;        
    }
    .main-home .awards__inner-goodfirms {    
        max-width: 336px;
    }
    .main-home .awards__inner-clutch, 
    .main-home .awards__inner-goodfirms {
        max-width: unset;
        min-height: unset;
        padding: 48px;
    }
    .main-home .awards__inner-clutch img, 
    .main-home .awards__inner-goodfirms img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
}

@media (max-width: 640px) {
	.main-info {
    	padding-top: 64px;
	}
    .our-services__block {
        grid-template-columns: repeat(1,1fr);
    }
    .main-info__img {
        display: none;
    }
    .case-slider__item-title {
        margin-bottom: 24px;
    }
    .case-slider__item-country {
        margin-right: 28px;
    }
    .case-slider__item-tech {
        margin-right: 23px;
    } 
    .case-slider__item-images {
        margin-bottom: 7px;
    }
    .case-slider__item-images.case-slider__item-images--country img {
        width: 75px;
    }
    .case-slider__item-image--swift {
        margin-right: 12px;
    }
    .case-slider__item-subtitle {
        margin-bottom: 18px;
    }
    .case-slider__item-list {
        margin-bottom: 30px;
    } 
    .case-slider__item.case-slider__item--oil .case-slider__item-country {
        margin-right: 15px;
    }
    .customers__reviews-comment {
        padding-right: 24px;
        flex-direction: column;
    }
    .rewiew-controls {
        top: -221px;
        width: 100%;
        margin: 0 auto;
    }
    .customers__reviews-before, 
    .customers__reviews-after {
        position: static;
    }
    .customers__reviews-before {
        margin-bottom: 24px;
    }
    .customers__reviews-after {
        margin-top: 24px;
        align-self: flex-end;
    }
    .case-slider__item-img,
    .case-slider__item-img.case-slider__item-img--oil,
    .case-slider__item-img.case-slider__item-img--smart,
    .case-slider__item-img.case-slider__item-img--field {
        max-height: 375px;
        height: 375px;
    }
}

@media (max-width: 590px) {
    .clients__block {
        grid-template-columns: repeat(1,1fr);
    }
    .case-slider__item-images--tech {
        align-items: center;
    }
    .case-slider__item-images img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    .case-slider__item-image--azure {
        width: 50px;
        height: 40px;
    }
    .case-slider__item-image--java {
        width: 35px;
    }
    .case-slider__item-image--asp {
        width: 60px;
        height: 35px;
    }
    .case-slider__item-image--c {
        width: 35px;
        height: 37px;
    }
    .case-slider__item-image--dot {
        width: 36px;
        height: 36px;
    }
    .clients__block-item {
        height: 120px;
    }
    .case-slider__item-image--winform {
        width: 84px;
    }
    .case-slider__item-image--wpf {
        width: 65px;
    }
}

@media (max-width: 480px) {
    .case-slider__item-images.case-slider__item-images--country img {
        width: 50px;
        height: 25px;
    }
    .case-slider__item-image--swift,
    .case-slider__item-image--kotlin {
        width: 26px;
        height: 26px;
    }
    .case-slider__item-image--apple,
    .case-slider__item-image--android {
        width: 26px;
        height: 30px;
    }
    .case-slider__item-country,
    .case-slider__item-tech {
        margin-right: 25px;
    }    
    .case-slider__item-images {
        height: 30px;
    }
    .case-slider__item-images img {
        width: 100%;
    }
    .case-slider__item-inform {
        font-size: 15px;
        text-align: left;
    }
    .case-slider__item-description {
        justify-content: flex-start;
    }
    .case-slider__item-country {
        margin-right: 16px;
    }
   /* .case-slider__item-tech {
        margin-right: 12px;
    }*/
    .case-slider__item-image--winform {
        width: 80px;
        height: 30px;
    }
    .case-slider__item-image--cloud {
        width: 42px;
        height: 42px;
    }
    .case-slider__item-image--flutter {
        width: 36px;
        height: 36px;
    }
    .case-slider__item-images {
        height: 46px;
    }
    .slider .case-slider-prev,
    .slider .case-slider-next {
        padding: 5px;
        width: 25px;
        height: 20px;
    }
    .slider .case-slider-next {
        background-image: url(../images/home-slider-next.svg);
    }
    .slider .case-slider-prev {
        background-image: url(../images/home-slider-prev.svg);
    }
    .case-slider__item.case-slider__item--oil .case-slider__item-info {
        margin-top: 10px;
    }
    .case-slider__item.case-slider__item--smart .case-slider__item-subtitle {
        margin-bottom: 25px;
    }
    .case-slider__item.case-slider__item--smart .case-slider__item-list-item {
        line-height: 29px;
    }
    .customers__reviews-comment {
        font-size: 16px;
    }
    .case-slider__item {
        padding-left: 0;
        padding-right: 0;
    }
    .clients__all {
        max-width: unset;
        width: 100%;
    }
}

@media (max-width: 420px) {
    .case-slider__item-img,
    .case-slider__item-img.case-slider__item-img--oil, 
    .case-slider__item-img.case-slider__item-img--smart, 
    .case-slider__item-img.case-slider__item-img--field {
        max-height: 250px;
        height: 250px;
    }
    .slider .case-slider-prev, 
    .slider .case-slider-next {
        top: 250px;
    }
    .main-home .awards__inner-clutch,
    .main-home .awards__inner-goodfirms {
        max-height: 184px;
    }
    #customers__reviews-image-info,
    .customers__reviews-description .slick-slide,
    .customers__reviews-description {
        max-width: 290px;
        width: 290px;
        margin: auto;
    }
    #customers__reviews-image-info .customers__reviews-image,
    #customers__reviews-image-info .customers__reviews-image img {
        width: 80px;
        height: 80px;
    }
    #customers__reviews-image-info button.slick-arrow {
        width: 56px;
        height: 56px;
    }
    .customers-slider-next, 
    .customers-slider-prev {
        top: 13px;
        left: 19px;
    }
    .customers-slider-next {
        left: 220px;
    }
    .customers__reviews-name {
        font-size: 20px;
        line-height: 1;
    }
    .rewiew-controls {
    	top: -190px;
    }  
}

@media (max-width: 370px) {
    .case-slider__item.case-slider__item--oil .case-slider__item-inform {
        font-size: 14px;
    }
    .case-slider__item-image--dot {
        width: 28px;
        height: 28px;
    }
    .case-slider__item-image--c {
        width: 30px;
        height: 30px;
    }
    .case-slider__item-image--asp {
        width: 50px;
        height: 35px;
    }
    .case-slider__item-image--java {
        width: 32px;
    }
    .case-slider__item-image--azure {
        width: 40px;
        height: 40px;
    }
}

@media (max-height: 800px) and (orientation: landscape) {
    .main-info {
        padding-top: 48px;
    }
    .main-home {
        padding-bottom: 64px;
    }
    .main-info__img {
        width: 600px;
        height: 110px;
    }
    .main-info__img img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    .our-services__block-item-img--hover {
        top: 24px;
        left: 24px;
    }
    .our-services__btn {
        bottom: 24px;
        left: 24px;
    }
    .customers {
        margin-bottom: 64px;
    }
}