header#masthead:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 40px;
    top: -40px;
    background: #2F3539;
    z-index: -1;
}

header#masthead {
    background-color: black;
}

div#page {
    margin-top: 72px;
}

.inside-article {
    padding-bottom: 0!important;
}

.block-container {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 20px;
}

.block-hero1 .block-container {
    width: 100%;
}

.block-hero1__wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.block-hero1__title {
    display: flex;
    margin-bottom: 34px;
    align-items: center;
}

img.block-hero1__title--img {
    width: 46px;
    height: 46px;
    margin-right: 24px;
}

.block-h1 {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 38px;
    line-height: 130%;
    letter-spacing: -0.1px;
    color: #272727;
    margin: 0;
    text-align: left!important;
}

.block--white {
    color: #fff;
}

.block-hero1 {
    background: linear-gradient(90deg, #1A1A1F 0.69%, #25262B 100%);
    min-height: 420px;
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
    padding-top: 100px;
}

img.block-hero1__right--img {
    max-width: 580px;
}

a.block-link {
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    line-height: 120%;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #FFFFFF!important;
    background: #00A3FF;
    border-radius: 4px;
    padding: 16px 60px;
    display: inline-flex;
}

a.block-link:hover {
    background: #32b5ff;
}

.block-hero1__left {
    margin-top: 32px;
}

.block-hero1__right {
    position: absolute;
    left: 50%
}

nav.block-breadcrumbs {
    position: absolute;
    top: 60px;
}

nav.block-breadcrumbs a {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -0.1px;
    color: #FFFFFF;
    margin-right: 12px;
}

nav.block-breadcrumbs span.breadcrumb_last {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -0.1px;
    color: #778DA1;
    margin-left: 12px;
}

nav.block-breadcrumbs span {
    font-family: Poppins;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -0.1px;
    color: #FFFFFF;
}

@media(max-width: 1199px){
    img.block-hero1__right--img {
        max-width: 540px;
    }
}


@media(max-width: 767px){
    nav.block-breadcrumbs {
        top: 25px;
    }
    nav.block-breadcrumbs a {
        font-size: 14px;
        margin-right: 8px;
    }

    nav.block-breadcrumbs span.breadcrumb_last {
        font-size: 14px;
        margin-left: 8px;
    }

    nav.block-breadcrumbs span {
        font-size: 14px;
    }
    .block-hero1__wrap {
        flex-direction: column;
    }

    .block-hero1__right {
        bottom: 104px;
        left: 20px;
    }

    .block-hero1__left {
        margin-bottom: 60px;
        margin-top: 116px;
        width: 100%;
    }
    img.block-hero1__title--img{
        width: 35px;
        height: 35px;
        margin-right: 16px;
    }
    .block-h1{
        font-size: 34px;
    }
    .block-hero1 {
        padding-bottom: 276px;
        align-items: flex-start;
    }

}

@media(max-width: 575px){
    a.block-link {
        width: 100%;
        box-sizing: border-box;
        justify-content: center;
        padding: 16px;
    }

    a.cn-hero__btn {
        width: 100%;
        box-sizing: border-box;
        padding: 16px;
    }
}

/*Content*/
.block-h2 {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 38px;
    line-height: 130%;
    letter-spacing: -0.1px;
    color: #272727;
}

.block-p18 {
    font-family: Poppins;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: -0.1px;
    color: #272727;
}

.block-content1 .block-h2{
    margin-bottom: 16px;
}

.block-content1 .block-p18{
    margin-bottom: 40px;
}

.block-content1 {
    padding-top: 100px;
    padding-bottom: 110px;
}

img.block-content1__img {
    filter: drop-shadow(-5px -5px 25px rgba(178, 184, 190, 0.3)) drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.1));
    width: 100%;
}

.block-content1__bottom {
    margin-top: 80px;
}

@media(max-width: 767px){
    .block-h2{
        font-size: 28px;
    }
    .block-p18{
        font-size: 15px;
    }
    .block-content1 .block-h2{
        margin-bottom: 25px;
    }

    .block-content1 .block-p18{
        margin-bottom: 30px;
    }
    .block-content1 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .block-content1__bottom {
        margin-top: 50px;
    }

}

@media(max-width: 575px){
    .block-content1__bottom {
        width: 100vw;
        margin-left: calc(-50vw + 50%);
    }
}

/*Content*/
.block-content2 {
    padding: 100px 0;
    background: #FAFAFA;
}

.block-content2__items {
    justify-content: space-between;
    margin-top: 60px;
    display: inline-flex;
    flex-wrap: wrap;
    width: 100%;	
}

a.block-content2__item {
    display: inline-flex;
    flex-direction: column;
    width: 32.1%;
    background: #FFFFFF;
    /*     border: 1px solid rgba(49, 65, 73, 0.0001); */
    box-sizing: border-box;
    border-radius: 4px;
    max-width: 372px;
    margin-bottom: 2%;
    transition: all 0.4s;
    padding: 30px 40px;
    position: relative;
    z-index: 2;
}


img.block-content2__item--img {
    width: 72px;
    height: 72px;
    margin-bottom: 24px;
}

.block-content2__item--title {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 0.25px;
    color: #272722;
    margin-bottom: 12px;
    transition: all 0.3s;
}

.block-p16 {
    font-family: Poppins;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: -0.1px;
    color: #272727;
}

a.block-content2__item:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: #FFFFFF;
    border: 1px solid rgba(49, 65, 73, 0.0001);
    box-sizing: border-box;
    box-shadow: -1px 1px 18px rgba(0, 0, 0, 0.07);
    border-radius: 4px;
    transition: all 0.3s;
}

a.block-content2__item:hover:after {
    width: 104%;
    height: 104%;
    position: absolute;
    top: -2%;
    left: -2%;
    box-shadow: -1px 1px 18px rgba(0, 0, 0, 0.2);
    opacity:1;
    transition: all 0.3s;
}

a.block-content2__item:hover .block-content2__item--title{
    text-decoration-line: underline;
    color: #00A3FF;
    transition: all 0.5s;
}

@media(max-width: 767px){
    a.block-content2__item {
        width: 100%;
        max-width: 100%;
        margin-bottom: 10px;
        border: 1px solid rgba(49, 65, 73, 0.0001);
        box-sizing: border-box;
        box-shadow: -1px 1px 18px rgba(0, 0, 0, 0.07);
        padding: 25px;
    }

    a.block-content2__item:after{
        display:none;
    }

    .block-content2__item--title {
        font-size: 16px;
        color: #00A3FF;
        text-decoration: none!important;
        margin-bottom: 10px;
    }

    .block-p16 {
        font-size: 15px;
    }

    img.block-content2__item--img {
        width: 50px;
        height: 50px;
        margin-bottom: 20px;
    }

    .block-content2 {
        padding: 50px 0;
    }

    .block-content2__items {
        margin-top: 25px;
    }
}

/*Content*/
.block-content1__title {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

img.block-content1__title--img {
    width: 46px;
    height: 46px;
    margin-right: 24px;
}

.block-content3 {
    padding-top: 164px;
    padding-bottom: 100px;
    position: relative;
}

.block-content3 nav.block-breadcrumbs a {
    color: #485056;
}

.block-content3 nav.block-breadcrumbs span {
    color: #485056;
}

.block-content3 nav.block-breadcrumbs span.breadcrumb_last{
    color: #778DA1;
}

.block-content1__bottom--text {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 120%;
    display: flex;
    letter-spacing: 1.25px;
    text-transform: uppercase;
    color: #778DA1;
    margin-bottom: 12px;
}

.block-content1__bottom--link {
    display: flex;
    align-items: center;
}

.block-content1__bottom--link img {
    width: 28px;
    height: 28px;
    margin-right: 12px;
}

.block-content1__bottom--link a {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -0.1px;
    color: #00A3FF;
}

.block-content1__bottom__wrap{
    margin-top:60px;
}

.block-p18 ul {
    margin-left: 20px;
}

.block-p18 ul li {
    margin-bottom: 16px;
    list-style: none;
    position: relative;
    padding-left: 10px;
}

.block-p18 ul li:before {content: '';width: 8px;height: 8px;display: inline-block;background: #00A3FF;border-radius: 50%;position: absolute;left: -20px;top: 10px;box-sizing: border-box;}

@media(max-width: 767px){
    img.block-content1__title--img {
        width: 35px;
        height: 35px;
        margin-right: 16px;
        position: relative;
        top: 7px;
    }

    .block-content1__title {
        margin-bottom: 25px;
        align-items: flex-start;
    }

    .block-content3 {
        padding-top: 117px;
        padding-bottom: 50px;
    }

    .block-p18 {
        font-size: 17px;
    }

    .block-content1__bottom__wrap {
        margin-top: 30px;
    }

    .block-content1__bottom--text {
        font-size: 14px;
    }

    .block-content1__bottom--link a {
        font-size: 15px;
    }

    .block-content1__bottom--link img {
        width: 25px;
        height: 25px;
        margin-right: 10px;
    }

    img.block-hero1__title--img {
        position: relative;
        top: 7px;
    }

    .block-hero1__title {
        align-items: baseline;
    }
}

@media(max-width: 575px){
    .block-content1__bottom__wrap {
        margin-left: 20px;
    }
}

@media(min-width:768px){
  .block-content2__items:after {
        content: '';
        width: 32.1%;
        box-sizing: border-box;
        max-width: 372px;
        margin-bottom: 2%;
        transition: all 0.4s;
        padding: 30px 40px;
        position: relative;
        z-index: 2;
    }  
}


@media(max-width:767px){
    .block-hero1__left {
        text-align: center;
        margin-bottom: 130px;
    }
}
@media(min-width:768px) {
    .block-hero1__title {
        max-width: 550px;
        align-items: flex-start;
    }
}


@media(min-width:768px) and (max-width:1279px){
    .block-hero1__wrap {
        flex-direction: column;
    }

    .block-hero1__title {
        max-width: 100%;
    }

    .block-hero1__right {
        position: unset;
	margin-bottom: 40px;
    }

    .block-hero1__left {
        text-align: center;
        margin-top: 120px;
	margin-bottom: 40px;
    }
}

.block-hero2__wrap {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    max-width: 1440px;
    margin: 0 auto;
}

.block-hero2__banner {
    position: relative;
    z-index: 2;
    padding: 60px 100px;
    background: #000;
    display: inline-block;
    box-sizing: border-box;
    max-width: 610px;
    height: fit-content;
}

.block-hero2__bg {
    position: absolute;
    top: 0;
    left: calc(-50vw + 50%);
    z-index: 1;
    width: 100vw;
    height: 100%;
}

img.block-hero2__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.block-hero2 {
    height: calc(100vh - 200px);
    height: 100vh;
    max-height: 600px;
}

.block-hero2__title {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 38px;
    line-height: 130%;
    letter-spacing: -0.1px;
    color: #FFFFFF;
    margin-bottom: 12px;
}

.block-hero2__description {
    font-family: Poppins;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: -0.25px;
    color: #FFFFFF;
    margin-bottom: 40px;
}

.block-hero2__banner:before {
    content: '';
    width: 100vw;
    height: 100%;
    position: absolute;
    background: #000;
    left: -99vw;
    top: 0;
}


.block-logos .cn-data__bottom--logo {
    position: relative;
}

.block-logos .cn-data__bottom--logo {
    margin-right: 82px;
}

.block-logos .cn-data__bottom {
    display: flex;
}

@media(max-width:1023px){
    .block-logos .cn-data__bottom {
        flex-wrap: wrap;
        margin-top: 0;
    }

    .block-logos .cn-data__bottom--logo {
        width: 25%;
        margin: 10px 4%;
        text-align: center;
        display: flex;
        align-items: center;
    }
}

.block-logos .cn-data__wrap {
    padding: 40px 0;
}

@media(min-width:1024px){
    .block-logos .cn-data__bottom--logo:last-child {
         margin-right: 0;
     } 
 }

 .block-features {
    background: #fff;
    padding: 100px 0;
    box-sizing: border-box;
}

.block-features__wrap {
    display: flex;
    align-items: center;
}

.block-features__content {
    max-width: 540px;
    margin-right: 80px;
}

img.block-features__img {
    width: 100%;
    max-width: calc(50vw - 40px);
}

.block-features--grey {
    background: #FAFAFA;
}

.block-features__title {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 38px;
    line-height: 130%;
    letter-spacing: -0.1px;
    color: #272727;
    margin-bottom: 16px;
}

.block-features__text {
    font-family: Poppins;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: -0.1px;
    color: #272727;
    margin-bottom: 40px;
}

@media(max-width:1023px){
   .block-features__wrap {
        flex-direction: column;
    }

    .block-features__content {
        max-width: 720px;
        text-align: center;
        margin-right: 0;
        margin-bottom: 60px;
    }

    img.block-features__img {
        max-width: 540px;
    } 
}


.block-features__wrap.block-features--left {
    flex-direction: row-reverse;
}

.block-features__wrap.block-features--left .block-features__content {
    margin-left: 80px;
    margin-right: 0;
}


@media(max-width:1023px){
    .block-features__wrap.block-features--left .block-features__content {
        margin-left: 0;
    }

    .block-features__wrap.block-features--left {
        flex-direction: column;
    }
}


@media all{
    .cn-slider__wrap{max-width:1300px;margin:0 auto;}
    .cn-slider{background:#242424;padding-top:120px;padding-bottom:225px;}
    img.cn-slider__laptop{position:absolute;width:100%;left:-2px;}
    .cn-slider__wrap{position:relative;display:flex;justify-content:center;}
    .cn-slider__items{max-width:calc(100% - 280px);margin-top:55px;}
    button.slick-prev.slick-arrow,button.slick-next.slick-arrow{all:unset;font-size:0;cursor:pointer;position:relative;height:14px;width:24px;top:-6px;}
    .slick-dots li a{font-style:normal;font-weight:600;font-size:14px;line-height:120%;letter-spacing:1.25px;text-transform:uppercase;color:#FFFFFF;}
    .slick-dots li.slick-active a{color:#00A3FF;}
    .slick-dots li{pointer-events:none;display:inline-flex;}
    .slick-prev:before,.slick-next:before{all:unset;content:'';display:inline-block;width:16px;height:2px;background:#fff;position:absolute;top:6px;transition:all 0.3s;}
    .slick-prev:after,.slick-next:after{content:'1';display:inline-block;width:6px;height:6px;border:2px solid #fff;border-top:none;border-left:none;position:absolute;transition:all 0.3s;}
    .slick-prev:after{left:7px;top:3px;transform:rotate(130deg);}
    .slick-next:after{right:7px;top:3px;transform:rotate(315deg);}
    button.slick-prev.slick-arrow{margin-right:10px;}
    button.slick-next.slick-arrow{margin-left:10px;}
    .slick-prev:before{right:0;}
    .slick-next:before{left:0;}
    button.slick-next.slick-arrow:hover:before,button.slick-prev.slick-arrow:hover:before{width:24px;transition:all 0.3s;}
    button.slick-next.slick-arrow:hover:after{right:0;transition:all 0.3s;}
    button.slick-prev.slick-arrow:hover:after{left:0;transition:all 0.3s;}
    ul.slick-dots{bottom:-140px;}
    }

    .slick-prev:before, .slick-next:before {
        font-size: 0!important;
    }

    @media (max-width:1023px){
    img.cn-slider__laptop{display:none;}
    .cn-slider__items{max-width:100%;}
    .cn-slider{padding-top:60px;padding-bottom:120px;}
    ul.slick-dots{bottom:-70px;}
    }

    .cn-slider__header {
        max-width: 1000px;
        width: 100%;
        margin: 0 auto;
        text-align: center;
        margin-bottom: 60px;
        padding: 0 20px;
        box-sizing: border-box;
    }
    
    .cn-slider__title {
        font-family: Poppins;
        font-style: normal;
        font-weight: 500;
        font-size: 38px;
        line-height: 130%;
        text-align: center;
        letter-spacing: -0.1px;
        color: #FFFFFF;
        margin-bottom: 16px;
    }
    
    .cn-slider__desc {
        font-family: Poppins;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 150%;
        letter-spacing: -0.1px;
        color: #FFFFFF;
    }

    .block-features2__content {
        text-align: center;
    }
    
    img.block-features2__img {
        margin-bottom: 80px;
        margin-top: 20px;
    }

    @media(max-width:767px){
        .block-hero2 {
             max-height: none;
         }
     
         .block-hero2__banner {
             background: 0;
             text-align: center;
             padding: 20px;
             width: 100%;
         }
     
         .block-hero2__banner:before {
             display: none;
         }
     
         .block-hero2__bg:before {
             background-color: black;
             content: '';
             width: 100%;
             height: 100%;
             display: block;
             position: absolute;
             left: 0;
             top: 0;
             opacity: 0.5;
         } 
     }


.block-features__menu-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

a.block-features__menu-item {
    width: 50%;
}

img.block-features__menu-img {
    width: 46px;
    height: 46px;
    margin-right: 16px;
}

a.block-features__menu-item {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 250px;
    box-sizing: border-box;
    padding: 14px 24px 14px 24px;
    transition: all 0.2s;
}

.block-features__menu-text {
    font-weight: 600;
    font-size: 13px;
    line-height: 140%;
    display: flex;
    align-items: center;
    letter-spacing: 1.25px;
    text-transform: uppercase;
    color: #8D9CA2;
    transition: all 0.2s;
}

a.block-features__menu-item:hover {
    transition: all 0.2s;
    background: #FFFFFF;
    box-sizing: border-box;
    box-shadow: -1px 1px 18px rgba(0, 0, 0, 0.07);
    border-radius: 8px;
}

a.block-features__menu-item:hover .block-features__menu-text{
    color: #00A3FF;
    text-decoration:underline;
    transition: all 0.2s;
}

a.block-features__menu-item:nth-child(2n) {
    margin-left: 60px;
}

@media(min-width:1024px) and (max-width:1220px) {
   a.block-features__menu-item:nth-child(2n) {
        margin-left: 0;
    }
    
    a.block-features__menu-item {
        max-width: 200px;
    } 
}

@media(min-width:768px) and (max-width:1023px) {
   a.block-features__menu-item:nth-child(2n) {
        margin-left: 0;
    }
    
    a.block-features__menu-item {
        max-width: 250px;
    } 
}

@media(max-width:767px) {
   a.block-features__menu-item:nth-child(2n) {
        margin-left: 0;
    }
    
    a.block-features__menu-item {
        max-width: 100%;
    } 
}

@media(min-width:1024px){
   .block-features__menu {
        max-width: 51%;
    } 
}

.block-hero2__btns {
    display: flex;
}
.block-hero2__banner {
    max-width: 680px!important;
}

.block-hero2__btns a {
    padding: 16px 36px!important;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    text-align: center;
}

.block-hero2__btns a.orange {
    background: #ff9409;
    margin-left: 10px;
}
.block-hero2__btns a.orange:hover {
    background: #eda240;
}


/* *************************************************** */
.block-hero3 .block-container {
    width: 100%;
}

.block-hero3 {
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 260px;
    display: flex;
    align-items: center;
}

.block-list1__item--title {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 130%;
    display: flex;
    align-items: center;
    letter-spacing: -0.1px;
    color: #272727;
    margin-bottom: 12px;
    transition: all 0.3s;
}

a.block-list1__item:hover .block-list1__item--title {
    color: #00A3FF;
    transition: all 0.3s;
}

.block-list1__item--text * {
    margin-bottom: 12px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -0.1px;
    color: #272727;
}

.block-list1__item--btn {
    margin-top: 18px;
    background: #00A3FF;
    border-radius: 4px;
    padding: 16px 30px;
    display: inline-block;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 120%;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.block-list1__item {
    margin-bottom: 60px;
    display: flex;
    position: relative;
    z-index: 2;
    transition: all 0.3s;
}

img.block-list1__item--img {
    object-fit: scale-down;
    object-position: top;
    margin-right: 60px;
}

.block-list1, .block-list2 {
    margin: 80px 0!important;
}

a.block-list1__item:before {
    content: '';
    width: calc(100% + 60px);
    height: calc(100% + 60px);
    background: #FFFFFF;
    border: 1px solid rgba(49, 65, 73, 0.0001);
    box-shadow: -1px 1px 18px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    position: absolute;
    left: -30px;
    top: -30px;
    z-index: -1;
    opacity: 0;
    transition: all 0.3s;
}

a.block-list1__item:hover:before {
    opacity: 1;
    transition: all 0.3s; 
}

.block-list1__item--text ul, .block-list1__item--text ol {
    margin: 0 0 0 20px;
}

.block-list1__item--text li::marker {
    color: #00A3FF;
}

.block-list1__item--text li {
    padding-left: 5px;
}

.block-list1__item--text em {
    font-style: italic;
}

.block-list1__item--name, .block-list1__item--pos {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 150%;
    letter-spacing: -0.1px;
    color: #272727;
}

.block-list1__item--pos {
    font-weight: 400;
}

.block-list1__item--pos+a {
    margin-top: 30px;  
}

.block-list1__item--name {
    margin-top: 20px;
}

a.block-list1__item--btn {
    color: #FFFFFF;
    position: relative;
    display: inline-flex;
    align-items: center;
    padding: 16px 64px 16px 30px;
}

a.block-list1__item--btn:after {
    content: '';
    width: 24px;
    height: 1px;
    display: inline-block;
    background: #fff;
    margin-left: 10px;
    position: absolute;
    right: 30px;
    top: 23px;
}

a.block-list1__item--btn:before {
    content: '';
    width: 8px;
    height: 8px;
    display: inline-block;
    transform: rotate(45deg);
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    position: absolute;
    right: 31px;
    top: calc(50% - 5px);
}

.block-list2 img.block-list1__item--img {
    width: 100%;
    max-width: 180px;
}

.block-list1__item:last-child {
    margin-bottom: 0;
}

.block-list_logos-filter {
    display: flex;
    align-items: center;
    position: relative;
    width: fit-content;
}

.block-list_indystry-names {
    position: absolute;
    right: 0;
    top: 41px;
    z-index: 10;
    width: 315px;
    background: #FFFFFF;
    border: 1px solid rgba(49, 65, 73, 0.0001);
    box-shadow: -1px 1px 18px rgba(0, 0, 0, 0.14756);
    border-radius: 4px;
    padding: 20px 0;
    display: none;
}

.block-list_logos-select {
    width: 315px;
    background: #FFFFFF;
    border: 1px solid #DFE0EB!important;
    border-radius: 4px;
    padding: 9px 16px;
    box-sizing: border-box;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #272727;
    position: relative;
    cursor: pointer;
}

.block-list_indystry-name {
    padding: 8px 20px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #272727;
    cursor: pointer;
}

.block-list_indystry-name:hover {
    background: #E5F6FF;
    color: #00A3FF;
}

.block-list_logos-filter-name {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 120%;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    color: #00A3FF;
    margin-right: 16px;
    display: flex;
    align-items: center;
}

.block-list_logos-select:after {
    content: '';
    width: 5px;
    height: 5px;
    border-bottom: 2px solid #BFC5D2;
    border-left: 2px solid #BFC5D2;
    display: inline-block;
    position: absolute;
    right: 16px;
    top: 14px;
    transform: rotate(315deg);
}

.block-list_logos-select.filter-active+.block-list_indystry-names {
    display: block;
}

.block-list_logos {
    margin: 80px 0!important;
}

.block-list_logos-filter {
    margin-top: -50px;
    margin-bottom: 30px;
}

.block-list_logo-item {
    width: calc(20% - 20px);
    height: 192px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border: 1px solid rgba(49, 65, 73, 0.0001);
    box-shadow: -1px 1px 18px rgba(0, 0, 0, 0.07);
    border-radius: 4px;
    margin: 10px;
    position: relative;
    z-index: 1;
    transition: all 0.1s;
    cursor: pointer;
}

.block-list_logos-items {
    display: flex;
    margin: -10px;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.block-list_logo-item:hover:after {
    opacity: 1;
    transition: all 0.1s;
}

.block-list_logo-item:after {
    content: '';
    background: #FFFFFF;
    border: 1px solid rgba(49, 65, 73, 0.0001);
    box-shadow: -1px 1px 18px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    display: inline-block;
    position: absolute;
    z-index: -1;
    top: -5px;
    left: -5px;
    opacity: 0;
    transition: all 0.1s;
}

.block-list_logos-filter-name:before {
    content: '';
    width: 12px;
    height: 12px;
    background-image: url(../png/filter-icon-2.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    margin-right: 6px;
}

.block-list_slider-logos {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.block-list_slider-logo {
    width: 168px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    box-sizing: border-box;
    cursor: pointer;
}

.block-list_slider-logo:hover, .block-list_slider-logo.active {
    background: #FFFFFF;
    border: 0.25px solid #BFC5D2;
    box-shadow: 2px 2px 30px rgba(0, 10, 18, 0.05);
    border-radius: 4px;
}

.block-list_slider-logos:before, 
.block-list_slider-logos:after {
    content: '';
    width: 100vw;
    height: 1px;
    position: absolute;
    left: calc(-50vw + 50%);
    background: #FAFAFA;
}
.block-list_slider-logos:before {
    top: 0;
}
.block-list_slider-logos:after {
    bottom:0;
}

.block-list_slider-items {
    padding: 80px 0;
}

.block-list_slider-item {
    display: flex;
    align-items: center;
}

.block-list_slider-item--left {
    width: 100%;
    max-width: 460px;
}

.block-list_slider-text {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: -0.1px;
    color: #272727;
}

.block-list_slider-title {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 38px;
    line-height: 130%;
    letter-spacing: -0.1px;
    color: #272727;
    margin-bottom: 40px;
}

.block-list_slider-subtitle {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 140%;
    letter-spacing: 1.25px;
    text-transform: uppercase;
    color: #8D9CA2;
    margin-bottom: 8px;
}

.block-list_slider-name {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 0.25px;
    color: #272727;
    margin-top: 24px;
}

.block-list_slider-pos {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: -0.1px;
    color: #8D9CA2;
    margin-top: 2px;
}

.block-list_slider-item--right {
    margin-left: auto;
    max-width: 590px;
    width: 100%;
}

.block-list_slider .block-container {
    position: relative;
}

.block-list_slider-navs {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
}

.block-list_slider-nav {
    width: 40px;
    height: 40px;
    background: rgba(196, 210, 221, 0.5);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.block-list_slider-nav.block-list_slider-nav--left {
    position: absolute;
    left: -60px;
    cursor: pointer;
}

.block-list_slider-nav.block-list_slider-nav--right {
    position: absolute;
    right: -60px;
    cursor: pointer;
}

.block-list_slider-nav.noactive {
    opacity: 0.5;
    pointer-events: none;
}

.block-list_slider-nav:after {
    content: '';
    width: 8px;
    height: 8px;
    display: inline-block;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
}

.block-list_slider-nav.block-list_slider-nav--right:after {
    transform: rotate(-135deg);
    margin-right: 3px;
}

.block-list_slider-nav.block-list_slider-nav--left:after {
    transform: rotate(45deg);
    margin-left: 3px;
}

.title-h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 120%;
    letter-spacing: -0.1px;
    color: #0f172a;
    margin-bottom: 24px;
}

.work_done-items {
    margin-top: 80px;
}

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

.work_done-item-top {
    padding: 70px 50px 140px;
    display: flex;
    align-items: center;
}

.work_done-item-top img {
    margin-right: 40px;
    width: 100%;
    max-width: 120px;
}

.work_done-item-top-title {
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: 0.25px;
}

.work_done-item:nth-child(1) .work_done-item-top-title {
    color: #485056;
}

.work_done-item:nth-child(1) .work_done-item-top {
    background: #E4E5E6;
}

.work_done-item:nth-child(2) .work_done-item-top-title {
    color: #00A3FF;
}

.work_done-item:nth-child(2) .work_done-item-top {
    background: #D9F1FF;
}

.work_done-item:nth-child(3) .work_done-item-top-title {
    color: #643C93;
}

.work_done-item:nth-child(3) .work_done-item-top {
    background: #E8E2EF;
}

.work_done-item:nth-child(4) .work_done-item-top-title {
    color: #EC374A;
}

.work_done-item:nth-child(4) .work_done-item-top {
    background: #F9C1C7;
}

.work_done-item:nth-child(5) .work_done-item-top-title {
    color: #27AE60;
}

.work_done-item:nth-child(5) .work_done-item-top {
    background: #DFF3E7;
}

.work_done-item:nth-child(6) .work_done-item-top-title {
    color: #1174FF;
}

.work_done-item:nth-child(6) .work_done-item-top {
    background: #DBEAFF;
}



.work_done-left {
    max-width: 540px;
    margin-right: 40px;
}

.work_done-right {
    max-width: 540px;
}

.work_done-item-bottom {
    width: calc(100% - 50px);
    background: #fff;
    margin-top: -82px;
    padding: 40px;
    box-sizing: border-box;
}

.item-title {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 0.25px;
    color: #272722;
    margin-bottom: 8px;
}

.item-text {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: -0.1px;
    color: #272727;
    margin-bottom: 30px;
}

.block-link2 {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 120%;
    text-align: center;
    letter-spacing: 0.25px;
    color: #00A3FF;
    position: relative;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s;
    padding-right: 30px;
}

.block-link2:hover {
    color: #00A3FF;
}

.block-link2:hover:after {
    content:'';
    width: 20px;
    height: 2px;
    background: #00A3FF;
    display: inline-block;
    margin-left: 10px;
    transition: all 0.3s;
    position: absolute;
    right: 0;
}

.block-link2:hover:before {
    content: '';
    width: 6px;
    height: 6px;
    border-top: 2px solid;
    border-right: 2px solid;
    transform: rotate(45deg);
    position: absolute;
    right: 0;
    transition: all 0.3s;
}

.work_done-left .work_done-item:nth-child(2n) {
    display: none;
}

.work_done-right .work_done-item:nth-child(2n+1) {
    display: none;
}

.work_done-item-top img.img-w-title {
    margin: 0 40px 0 0;
}

.work_done-item-top img {
    margin: 0 auto;
}


.work_solutions-item-img {
    width: 72px;
    height: 72px;
    margin-bottom: 16px;
}

.work_solutions-item .item-text {
    margin-bottom: 24px;
}

.work_solutions-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(25% - 0px);
    padding: 30px;
    box-sizing: border-box;
}

.work_solutions-wrap {
    text-align: center;
}

.work_solutions-wrap .block-p18 {
    max-width: 960px;
    margin: 0 auto;
}

.work_solutions-items {
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    margin:  60px -30px 0 -30px;
}

.block-work_solutions {
    background: #FAFAFA;
    padding: 120px 0 80px;
}

.block-btn1 {
    padding: 14px 60px;
    border: 1px solid #00A3FF;
    border-radius: 4px;
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 120%;
    text-align: center;
    letter-spacing: 0.75px;
    text-transform: uppercase;
    color: #00A3FF;
}

.block-btn1:hover {
    background: #00A3FF;
}

.work_solutions-btns {
    display: block;
    margin-top: 60px;
}

.work_solutions-item:hover {
    background: #FFFFFF;
    box-shadow: 2px 2px 30px rgba(69, 90, 100, 0.15);
    border-radius: 16px;
}

.work_solutions-item:hover .block-link2:after {
    content: '';
    width: 20px;
    height: 2px;
    background: #00A3FF;
    display: inline-block;
    margin-left: 10px;
    transition: all 0.3s;
    position: absolute;
    right: 0;
}

.work_solutions-item:hover .block-link2:before {
    content: '';
    width: 6px;
    height: 6px;
    border-top: 2px solid;
    border-right: 2px solid;
    transform: rotate(45deg);
    position: absolute;
    right: 0;
    transition: all 0.3s;
}

.block-work_about {
    padding: 120px 0;
}

.work_about-items {
    display: flex;
    margin: 0 -10px;
    flex-wrap: wrap;
}

.work_about-item {
    width: calc(50% - 20px);
    margin: 10px;
    display: flex;
    background: #FFFFFF;
    box-shadow: -1px 1px 18px rgba(0, 0, 0, 0.07);
    border-radius: 16px;
    transition: all 0.1s;
    position: relative;
}

.block-work_about .title-h2 {
    margin-bottom: 60px;
    text-align: center;
}

.work_about-item-img {
    width: 52px;
    height: 52px;
    position: absolute;
    left: 45px;
}

.work_about-img-wrap {
    border-radius: 16px;
    position: relative;
    padding: 12px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

.item-wrapper {
    padding: 40px 30px 60px;
}

img.work_about-item-img-bg {min-width: 116px;min-height: 116px;}

a.work_about-item:hover:after {
    content: '';
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    display: inline-block;
    position: absolute;
    left: -10px;
    top: -10px;
    border: 1px solid rgba(49, 65, 73, 0.0001);
    box-shadow: 2px 2px 30px rgba(69, 90, 100, 0.15);
    border-radius: 16px;
}

a.work_about-item:hover .block-link2:after {
    content: '';
    width: 20px;
    height: 2px;
    background: #00A3FF;
    display: inline-block;
    margin-left: 10px;
    transition: all 0.3s;
    position: absolute;
    right: 0;
}

a.work_about-item:hover .block-link2:before {
    content: '';
    width: 6px;
    height: 6px;
    border-top: 2px solid;
    border-right: 2px solid;
    transform: rotate(45deg);
    position: absolute;
    right: 0;
    transition: all 0.3s;
}

a.work_about-item:hover {
    box-shadow: none;
}

a.work_about-item:nth-child(1) .work_about-img-wrap{
    background: rgba(100, 60, 147, 0.1);
}

a.work_about-item:nth-child(2) .work_about-img-wrap{
    background: rgba(0, 163, 255, 0.1);
}

a.work_about-item:nth-child(3) .work_about-img-wrap{
    background: rgba(17, 116, 255, 0.1);
}

a.work_about-item:nth-child(4) .work_about-img-wrap{
    background: rgba(18, 192, 140, 0.1);
}

a.work_about-item:nth-child(5) .work_about-img-wrap{
    background: rgba(100, 60, 147, 0.1);
}

a.work_about-item:nth-child(6) .work_about-img-wrap{
    background: rgba(0, 163, 255, 0.1);
}


.work_testimonials .block-list_slider-title-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 32px;
}

.work_testimonials .block-list_slider-title-wrap img {
    width: 83px;
    object-fit: contain;
    margin-right: 8px;
}

.work_testimonials .block-list_slider-title {
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 130%;
    letter-spacing: -0.1px;
    color: #272727;
    margin: 0;
}

.work_testimonials .block-list_slider-text {
    font-style: italic;
    font-weight: 300;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: -0.1px;
    color: #272727;
}

.work_testimonials .block-list_slider-logos {
    display: none;
}

.work_testimonials {
    padding: 120px 0 80px;
    background: #FAFAFA;
}

.work_testimonials .block-list_slider-items {
    padding: 50px;
    background: #FFFFFF;
    border: 1px solid rgba(49, 65, 73, 0.0001);
    box-shadow: -1px 1px 18px rgba(0, 0, 0, 0.07);
    border-radius: 16px;
}

.work_testimonials .block-list_slider-nav:hover {
    background: #00A3FF;
}

.work_testimonials .title-h2 {
    text-align: center;
    margin-bottom: 40px;
}

.work_testimonials .work_testimonials-btns {
    text-align: center;
    margin-top: 50px;
}

.work_testimonials a.block-link2 {
    margin-top: 24px;
}

.work_hero {
    min-height: 720px;
    background: linear-gradient(0deg, #FAFAFA, #FAFAFA), linear-gradient(0.15deg, #DAEFFA 0.04%, #FFFFFF 90.03%), linear-gradient(0.2deg, #F2F0F1 27.95%, #FFFFFF 46.01%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.work_hero-wrap {
    text-align: center;
}

.work_hero-wrap img {
    max-height: 50px;
    margin-bottom: 24px;
}

.work_hero-title {
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 130%;
    text-align: center;
    letter-spacing: -0.1px;
    color: #272727;
    margin-bottom: 8px;
}

.work_hero-description {
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 130%;
    text-align: center;
    letter-spacing: -0.25px;
    color: #272727;
    margin-bottom: 24px;
}

a.block-link-4 {
    padding: 15px 40px;
    display: inline-flex;
    align-items: center;
    border: 1px solid;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 120%;
    text-align: center;
    letter-spacing: 0.75px;
    text-transform: uppercase;
    color: #00A3FF;
    border-radius: 4px;
    border-color: transparent;
}

a.block-link-4:hover {
    border-color: #00A3FF;
}

a.block-link-4:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../svg/book.svg);
    margin-right: 8px;
}

.block-work_done {
    padding: 120px 0;
}

.work_logos button.slick-next.slick-arrow {
    position: absolute;
    left: -60px;
    cursor: pointer;
    font-size:0;
    top: 0;
}

.work_logos button.slick-prev.slick-arrow {
    position: absolute;
    right: -60px;
    cursor: pointer;
    top: 0;
    font-size: 0;
}

.work_logos button.slick-arrow:after {
    all:unset;
    content: '';
    width: 8px;
    height: 8px;
    display: inline-block;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    position: relative;
}

.work_logos button.slick-arrow {
    all:unset;
    width: 40px;
    height: 40px;
    background: rgba(196, 210, 221, 0.5);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.work_logos-items.slick-initialized.slick-slider {
    position: relative;
}

.work_logos .slick-prev:before, .work_logos .slick-next:before {
    all: unset;
}

.work_logos button.slick-prev.slick-arrow:after {
    transform: rotate(225deg);
}

.work_logos button.slick-next.slick-arrow:after {
    transform: rotate(45deg);
}

.work_logos {
    padding: 40px 0;
    border-bottom: 1px solid #E7EDF1!important;
}

.work_logos .slick-next:after {
    left: 2px!important;
}

.work_logos .slick-prev:after {
    left: -2px!important;
}

.work_logos button.slick-arrow:hover {
    background: #00A3FF;
}


.project_block .block-btn1 {
    border-color: #ED174F;
    color: #ED174F;
}

.project_block .block-btn1:hover {
    background: #ED174F;
    color: #fff;
}

.project_block.work_testimonials .block-list_slider-nav:hover {
    background: linear-gradient(0deg, rgba(237, 23, 79, 0.2), rgba(237, 23, 79, 0.2)), #FFFFFF;
}

.project_block .block-list_slider-nav:hover:after {
    border-color: #ED174F;
}

.project_block .block-link2 {color: #ED174F!important;}

.project_block .block-link2:hover:after {
    background: #ED174F;
}

.project_block .work_logos button.slick-arrow:hover {
    
}

.project_block button.slick-arrow:hover {
    background: linear-gradient(0deg, rgba(237, 23, 79, 0.2), rgba(237, 23, 79, 0.2)), #FFFFFF;
}

.project_block button.slick-arrow:hover:after {
    border-color: #ED174F;
}

.project_block a.block-link-4 {
    color: #ED174F;
}

.project_block a.block-link-4:hover {
    border-color: #ED174F;
}

.project_block a.block-link-4:before {
    background-image: url(../svg/book2.svg);
}

.project_block.project_strategy .work_solutions-item {
    width: calc(33.3% - 30px);
    background: #FFFFFF;
    border: 1px solid rgba(49, 65, 73, 0.0001);
    box-shadow: -1px 1px 18px rgba(0, 0, 0, 0.07);
    border-radius: 16px;
    margin: 40px 15px;
}

.project_block.project_strategy .work_solutions-item-img {
    width: 100px;
    height: 100px;
    margin-top: -80px;
    margin-bottom: 24px;
}

.project_block.project_strategy .item-title {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    text-align: center;
    letter-spacing: 0.25px;
    color: #272727;
    margin-bottom: 24px;
}

.project_block .block-link2:hover {
    color: #ED174F!important;
}

.project_block .work_solutions-item:hover .block-link2:after {
     background: #ED174F;
}

.project_block .work_solutions-item {
    width: 33.3%;
}

.project_block img.work_solutions-item-img {
    margin-bottom: 24px;
}

.project_block .item-title {
    margin-bottom: 20px;
}

.project_block .item-text {
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: rgba(39, 39, 39, 0.8);
}

.project_block .block-link2 {
    color: #ED174F!important;
}

.project_block a.work_about-item:hover .block-link2:after {
    background: #ED174F;
}

.block-work_solutions.project_block.project_strategy .item-text {
    font-weight: 300;
    font-size: 16px;
    line-height: 160%;
    text-align: center;
    letter-spacing: -0.1px;
    color: #272727;
}

.project-list-item {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -0.1px;
    color: #272727;
    text-align: left;
    margin-bottom: 12px;
    display: flex;
}

.project-list-item:last-child {
    margin-bottom: 24px;
}

.project-list-item:before {
    content: '';
    min-width: 6px;
    height: 6px;
    background: #8D9CA2;
    display: inline-block;
    border-radius: 50%;
    position: relative;
    top: 6px;
    margin-right: 25px;
}

.block-project_solutions.project_block .block-link2 {
    position: absolute;
    bottom: 30px;
}

.block-project_solutions.project_block a.work_solutions-item {
    position: relative;
    padding-bottom: 50px;
}

.block-work_solutions.project_block.project_strategy {
    background: #fff;
}

.project_numbers.project_block {
    padding: 80px 0;
    background: linear-gradient(94.62deg, #2F3539 39.11%, #25262B 98.4%, #25262B 98.4%), #FFFFFF;
    color: #fff;
}

.project_numbers-title {
    font-style: normal;
    font-weight: 500;
    font-size: 42px;
    line-height: 120%;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: -0.1px;
}

.project_numbers-items {
    margin-top: 60px;
}

.project_numbers-items {
    display: flex;
}

.project_numbers-item-num {
    font-style: normal;
    font-weight: 700;
    font-size: 60px;
    line-height: 120%;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: -0.1px;
    position: relative;
    z-index: 1;
}

.project_numbers-item-num span {
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 120%;
    letter-spacing: -0.1px;
}

.project_numbers-item {
    width: 33.3%;
}

.project_numbers-item-label {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0.25px;
}

.project_numbers-item-num:after {
    content: '';
    display: inline-block;
    background: #ED174F;
    width: 170px;
    height: 42px;
    position: absolute;
    z-index: -1;
    top: 30px;
    left: -14px;
}

.block-work_about.project_block .work_about-img-wrap {
    background: #FAFAFA!important;
}

.project_block .item-subtitle {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    letter-spacing: -0.1px;
    color: #272727;
    margin-bottom: 8px;
}

.home_hero-new-title {
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 130%;
    text-align: center;
    letter-spacing: -0.1px;
    color: #FFFFFF;
    margin-bottom: 12px;
}

.home_hero-new-description {
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 130%;
    text-align: center;
    letter-spacing: -0.25px;
    color: #FFFFFF;
    margin-bottom: 30px;
}

a.home_hero-btn-1 {
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 120%;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #00A3FF;
    display: inline-flex;
    align-items: center;
}

a.home_hero-btn-2 {
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 120%;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #FD8F40;
    display: inline-flex;
}

.home_hero-new-btns {
    text-align: center;
}

.home_hero-new {
    min-height: 652px;
}

.home_hero-new-header {
    padding-top: 166px;
}

.home_hero-new-footer {
    margin-top: 130px;
}

.home_hero-new-trusted {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0.25px;
    text-transform: uppercase;
    color: #BFC5D2;
    margin-bottom: 16px;
}

.home_hero-new-logos {
    display: flex;
    justify-content: space-between;
}

a.home_hero-btn-1:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../svg/home-1.svg);
    margin-right: 8px;
    background-size: contain;
    background-repeat: no-repeat;
}

a.home_hero-btn-2:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../svg/home-2.svg);
    margin-right: 8px;
    background-size: contain;
    background-repeat: no-repeat;
}

.home_hero-new-btns a:last-child {
    margin-left: 40px;
}

.home_block-2 {
    padding: 120px 0;
}

.home_block-2-items {
    margin-top: 40px;
}

.home_block-2-item {
    background: linear-gradient(0deg, rgba(0, 163, 255, 0.1), rgba(0, 163, 255, 0.1)), #FFFFFF;
    border-radius: 20px;
    padding: 40px 60px;
    display: flex;
    margin-bottom: 20px;
}

.home_block-2-item-left img {
    margin-bottom: 24px;
}

.home_block-2-item-title {
    margin-bottom: 16px;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 130%;
    letter-spacing: -0.1px;
    color: #272727;
}

.home_block-2-item-descr {
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: -0.1px;
    color: #272727;
    margin-bottom: 40px;
}


a.home_block-item-btn {
    padding: 16px 45px;
    background: linear-gradient(0deg, #00A3FF, #00A3FF), #FD8F40;
    border-radius: 4px;
    display: inline-block;
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 120%;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #FFFFFF;
    min-width: 233px;
    box-sizing: border-box;
}

.home_block-2-item-right {
    min-width: 555px;
    max-width: 555px;
    margin-left: 60px;
}

.home_block-2-item:last-child {
    margin: 0;
}

.home_block-2-item.home_block-2-item-col2 {
    background: linear-gradient(0deg, rgba(237, 23, 79, 0.1), rgba(237, 23, 79, 0.1)), #FFFFFF;
}

.home_block-2-item.home_block-2-item-col2 a {
    background: linear-gradient(0deg, #ED174F, #ED174F), #FD8F40;
}

.home_block-3-items-right-items {
    display: none;
}

.home_block-3-items-right-items.active {
    display: flex;
}

.home_block-3-items {
    display: flex;
    margin-top: 40px;
}

.home_block-3-items-left {
    margin-right: 48px;
}

.home_block-3-items-left-item {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 120%;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.25px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 10px 17px;
    margin-bottom: 16px;
    color: #485056;
    cursor: pointer;
}

.home_block-3-items-left-item:nth-child(1).active {
    background: #1174FF;
}

.home_block-3-items-left-item:nth-child(2).active {
    background: #12C08C;
}

.home_block-3-items-left-item:nth-child(3).active {
    background: #FF9409;
}

.home_block-3-items-left-item:nth-child(4).active {
    background: #F02359;
}

.home_block-3-items-left-item:nth-child(5).active {
    background: #9E00FF;
}

.home_block-3-items-left-item:nth-child(6).active {
    background: #272727;
}

.home_block-3-items-left-item:nth-child(7).active {
    background: #12C08C;
}

.home_block-3-items-left-item:nth-child(8).active {
    background: #FF9409;
}

.home_block-3-items-left-item:nth-child(9).active {
    background: #F02359;
}

.home_block-3-items-right {
    background: #FFFFFF;
    box-shadow: 2px 2px 30px rgba(0, 10, 18, 0.05);
    border-radius: 20px;
    padding: 25px 60px;
}

.home_block-3-items-right-items {
    display: none;
    flex-wrap: wrap;
}

.home_block-3-items-right-item:nth-child(2n+1) {
    margin-right: 60px;
}

.home_block-3-items-right-item {
    width: calc(50% - 30px);
    margin: 15px 0;
}

.home_block-3-items-right-item-top {
    display: flex;
    position: relative;
    align-items: center;
}

img.home_block-3-items-right-item-bg+img {
    position: absolute;
    width: 36px;
    height: 36px;
    top: 28px;
    left: 12px;
}

.home_block-3-items-right-item-title {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 0.25px;
    color: #272727;
    max-width: 198px;
}

.home_block-3-items-right-item-text {
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 160%;
    display: flex;
    align-items: center;
    letter-spacing: -0.1px;
    color: #272727;
}

.home_block-3 {
    padding: 120px 0;
    background: #FAFAFA;
}

.home_block-3-items-left-item.active {
    color: #FFFFFF;
}

img.home_block-3-items-right-item-bg {
    position: relative;
    left: -20px;
}

.home_block-3-items-left {
    min-height: 568px;
    padding-top: 40px;
}

.home_block-4 {
    padding: 80px 0 124px;
    background: linear-gradient(103.17deg, #00BCF2 0%, #00A3FF 77.99%), linear-gradient(94.62deg, #2F3539 39.11%, #25262B 98.4%, #25262B 98.4%), #FFFFFF;
    text-align: center;
}

.home_block-4 .work_hero-title {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 140%;
    letter-spacing: 0.25px;
    text-transform: uppercase;
    color: #DFE6EB;
    margin-bottom: 30px;
    display: block;
}

.home_block-4 .work_hero-description {
    margin: 0;
    font-style: normal;
    font-weight: 500;
    font-size: 42px;
    line-height: 120%;
    letter-spacing: -0.1px;
    color: #FFFFFF;
}

.home_block-5 .title-h2 {
    margin-bottom: 8px;
}

.home_block-5 .work_about-items {
    margin-top: 60px;
}

.home_block-7 .title-h2 {
    margin-bottom: 8px;
}

.home_block-7 .block-list_slider-items {
    margin-top: 40px;
}

.home_block-6 {
    padding: 100px 0 104px;
    background: url(../jpg/bg-home2-2.jpg);
}

.home_block-6 .work_hero-title {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 140%;
    letter-spacing: 0.25px;
    text-transform: uppercase;
    color: #00A3FF;
    text-align: left;
    margin-bottom: 30px;
}

.home_block-6 .work_hero-description {
    font-style: normal;
    font-weight: 500;
    font-size: 42px;
    line-height: 120%;
    letter-spacing: -0.1px;
    color: #9e9e9e;
    text-align: left;
    display: flex;
    height: 100%;
    position: relative;
    padding-left: 56px;
}

.home_block-6 .work_hero-description:before {
    content: '';
    width: 6px;
    height: 100%;
    display: inline-block;
    background: #00A3FF;
    position: absolute;
    left: 0;
}


.book_demo {
    padding: 160px 0 100px;
    background: linear-gradient(0deg, #FAFAFA, #FAFAFA), linear-gradient(0.15deg, #DAEFFA 0.04%, #FFFFFF 90.03%), linear-gradient(0.2deg, #F2F0F1 27.95%, #FFFFFF 46.01%);
}

.book_demo-title {
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 130%;
    text-align: center;
    letter-spacing: -0.1px;
    color: #272727;
    margin-bottom: 12px;
}

.book_demo-description {
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 130%;
    text-align: center;
    letter-spacing: -0.25px;
    color: #272727;
}

.book_demo-wrap {
    max-width: 918px;
    margin: 0 auto;
}

.book_demo-items {
    display: flex;
    justify-content: space-between;
    margin-top: 100px;
}

.book_demo-item {
    width: calc(50% - 10px);
    background: #FFFFFF;
    border: 1px solid rgba(49, 65, 73, 0.0001);
    box-shadow: 2px 2px 30px rgba(39, 39, 39, 0.1);
    border-radius: 20px;
    overflow: hidden;
}

.book_demo-item-title {
    background: #EBEEF0;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.25px;
    color: #272727;
    padding: 18px;
}

.book_demo-item-wrap {
    text-align: center;
    padding: 24px 50px;
}

img.book_demo-item-icon {
    margin-bottom: 24px;
}

.book_demo-item-link {
    display: inline-block;
    margin-top: 40px;
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 120%;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #FFFFFF!important;
    width: calc(100% - 32px);
    padding: 16px;
    border-radius: 4px;
}

.book_demo-item-link-blue {
    background: linear-gradient(0deg, #00A3FF, #00A3FF), #FD8F40;
}

.book_demo-item-link-red {
    background: linear-gradient(0deg, #ED174F, #ED174F), #FD8F40;
}











.block_pricing-wrap {
    background: url(../jpg/pricing-bg-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 600px;
    padding-top: 170px;
    box-sizing: border-box;
}

.block_pricing-title {
    font-weight: 500;
    font-size: 38px;
    line-height: 130%;
    letter-spacing: -0.1px;
    color: #FFFFFF;
    margin-bottom: 16px;
}

.block_pricing-description {
    font-weight: 300;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: -0.25px;
    color: #FFFFFF;
}

.block_pricing-cards {
    display: flex;
    margin-top: -240px;
}

.block_pricing-card {
    width: 33%;
    margin-right: 16px;
    background: #FFFFFF;
    border: 0.25px solid #BFC5D2;
    box-shadow: 2px 2px 30px rgba(0, 10, 18, 0.05);
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.block_pricing-card:last-child {
    margin-right: 0;
}

.block_pricing-card-header {
    background: rgba(115, 140, 153, 0.05);
    text-align: center;
    padding: 40px 0 0 0;
    min-height: 240px;
    box-sizing: border-box;
}

.block_pricing-card-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #272727;
    margin-bottom: 8px;
}

.block_pricing-card-descr {
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -0.1px;
    color: #272727;
    margin-bottom: 16px;
}

.block_pricing-card-info {
    display: flex;
    justify-content: center;
    margin-bottom: 12px;
}

.block_pricing-card-info-before {
    font-weight: 500;
    font-size: 40px;
    line-height: 30px;
    letter-spacing: -0.1px;
    color: #00A3FF;
}

.block_pricing-card-info-price {
    font-weight: 600;
    font-size: 80px;
    line-height: 100%;
    letter-spacing: -0.1px;
    color: #00A3FF;
    margin-top: -8px;
}

.block_pricing-card-info-after {
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #272727;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    margin-left: 4px;
}

.block_pricing-card-info-after span:first-child {
    color: #00A3FF;
}

.block_pricing-card-btn {
    display: block;
}

.block_pricing-card-items {
    padding: 24px 40px 100px;
}

a.block_pricing-card-btn {
    font-weight: 700;
    font-size: 13px;
    line-height: 120%;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 16px;
    position: absolute;
    bottom: 24px;
    width: calc(100% - 80px);
    border-radius: 4px;
    box-sizing: border-box;
}

.block_pricing-card-btn1 {
    background: #00A3FF;
}

.block_pricing-billing-btns {
    display: flex;
    justify-content: center;
    margin-bottom: 18px;
}

.block_pricing-mon-btn, .block_pricing-ann-btn {
    background: #FFFFFF;
    border: 1px solid #DFE0EB!important;
    border-radius: 4px;
    padding: 8px 40px;
    box-sizing: border-box;
    font-weight: 500;
    font-size: 11px;
    line-height: 14px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: -0.1px;
    color: #9FA2B4;
    cursor: pointer;
}

.block_pricing-mon-btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0!important;
}

.block_pricing-ann-btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 0!important;
}

.block_pricing-mon-btn.active, .block_pricing-ann-btn.active {
    background: linear-gradient(0deg, rgba(0, 163, 255, 0.1), rgba(0, 163, 255, 0.1)), #FFFFFF;
    border: 1px solid #00A3FF!important;
    color: #00A3FF;
}

.block_pricing-card-info-wrap .block_pricing-card-info.active {
    display: flex;
}

.block_pricing-card-info-wrap .block_pricing-card-info {
    display: none;
}

.block_pricing-card-info-contact {
    font-weight: 600;
    font-size: 44px;
    line-height: 100%;
    letter-spacing: -0.1px;
    color: #00A3FF;
    margin-top: 20px;
}

.block_pricing-card-item {
    font-weight: 300;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: -0.1px;
    text-align: center;
    color: #272727;
    border-top: 1px solid #e3e5e6!important;
    padding: 13px 0;
}

.block_pricing-card-item:first-child {
    border: 0!important;
}

.block_pricing-card-btn2 {
    background: #FF9409;
}

.block_pricing-faq h1, .block_pricing-faq h2, .block_pricing-faq h3 {
    font-weight: 500;
    font-size: 38px;
    line-height: 130%;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: -0.1px;
    color: #272727;
    margin-bottom: 40px;
}

.block_pricing-cards {
    margin-bottom: 100px;
}

.block_pricing-faq {
    margin-bottom: 90px;
    font-weight: 300;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: -0.1px;
    color: #272727;
}

.block_pricing-faq h4, .block_pricing-faq h5, .block_pricing-faq h6 {
    font-weight: 500;
    font-size: 22px;
    line-height: 120%;
    display: flex;
    align-items: center;
    color: #272727;
    margin-bottom: 16px;
    margin-top: 40px;
}

.block_pricing-faq * {
    margin-bottom: 16px;
}

.block_pricing-faq ul {
    margin-left: 0;
    list-style: none;
}

.block_pricing-faq ul li:before {
    content: '●';
    font-size: 18px;
    color: #00A3FF;
    position: absolute;
    left: 0;
    top: -1px;
}

.block_pricing-faq ul li {
    padding-left: 26px;
    position: relative;
}

.block_pricing-faq a {
    color: #00A3FF;
}

.block_pricing-card-info {
    margin-top: 16px;
}

.project_pricing .block_pricing-card-title {
    margin-bottom: 24px;
}

.project_pricing .block_pricing-card-info-before {
    color: rgba(237, 23, 79, 0.7);
}

.project_pricing .block_pricing-card-info-price {
    color: #ED174F;
}

.project_pricing .block_pricing-card-info-after span:first-child {
    color: rgba(237, 23, 79, 0.7);
}

.project_pricing .block_pricing-card-info-contact {
    color: #8D9CA2;
}

.project_pricing .block_pricing-card-btn3 {
    background: #ED174F;
}

.project_pricing a.block_pricing-card-btn {
    bottom: 40px;
}

.project_pricing .pricing-card-bottom-text {
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    text-align: center;
    letter-spacing: -0.1px;
    color: #778DA1;
    position: absolute;
    width: calc(100% - 80px);
    bottom: 16px;
}

.project_pricing .block_pricing-card-header {
    min-height: 200px;
}

.project_pricing .block_pricing-cards {
    margin-top: -200px;
}

.project_pricing .block_pricing-wrap {
    padding-top: 200px;
}


.project_pricing .block_pricing-faq a {
    color: #ED174F;
}

.project_pricing .block_pricing-faq ul li::before {
    color: #8D9CA2;
}

.block_zoho {
    padding-top: 100px;
}

.work_logos-item.slick-slide {
    display: flex;
    justify-content: center;
}




@media(max-width: 1023px) {
	/*body {*/
	/*	zoom: 80%;*/
	/*}*/
	
	.home_hero-new {
	    padding-bottom: 60px;
	}
	
	.home_hero-new-logos {
	    flex-wrap: wrap;
	}
	
	.home_hero-new-logos img {
	    margin: 0 10px 20px 10px;
	}
	
	.home_block-2-item {
	    flex-direction: column-reverse;
	    align-items: center;
	    text-align: center;
	}
	
	.home_block-2-item-right {
	    margin: 0 0 30px 0;
	    min-width: auto;
	}
	
	.home_block-3-items {
	    flex-direction: column;
	}
	
	.home_block-3-items-left {
	    display: flex;
	    flex-wrap: wrap;
	    min-height: auto;
	    margin-right: 0;
	    justify-content: center;
	}
	
	.home_block-3-items-right-item {
	    width: 100%;
	}
	
	.work_about-item {
	    width: 100%;
	}
	
	.block-list_slider-item {
	    flex-direction: column-reverse;
	}
	
	.block-list_slider-item--right {
	    margin-right: auto;
	    margin-bottom: 30px;
	}

    .work_done-wrap {
        flex-direction: column;
    }
    
    .work_done-left {
        margin: 0 auto;
    }
    
    .work_done-right {
        margin: 0 auto;
    }
    
    .work_done-right .work_done-items {
        margin-top: 0;
    }
    
    .work_solutions-item {
        width: 50%;
    }
    
    .work_solutions-item:hover {
        box-shadow: none;
        background: 0;
    }

    a.work_about-item:hover:after {
        z-index: -1;
    }
    
    a.work_about-item:hover {
        box-shadow: -1px 1px 18px rgb(0 0 0 / 7%);
    }

    .project_block.project_strategy .work_solutions-item {
        width: 100%;
    }
    
    .work_solutions-items {
        margin-left: -15px;
        margin-right: -15px;
    }
    
    .project_numbers-items {
        flex-direction: column;
        align-items: center;
    }
    
    .project_numbers-item {
        text-align: center;
        width: 100%;
    }
    
    .project_numbers-item-num {
        justify-content: center;
    }
    
    .project_numbers-item-num:after {
        left: 50%;
        width: 100%;
        transform: translateX(-50%);
    }
    
    .project_block .work_solutions-item {
        width: 100%;
    }
}

@media(max-width: 1199px) {
    .work_done-item-top {
          flex-direction: column;
      }
      
      .work_done-item-top img.img-w-title {
          margin: 0;
      } 
      
      .work_done-item-top-title {
        text-align: center;
    }
  }
  

@media (max-width: 767px) {
    .work_solutions-item {
        width: 100%;
    }
}


.work-logo a{
	width: 107px;
    height: 30px;
}

.project-logo a{
	width: 120px;
    height: 30px;
}
.work-logo, .project-logo {
    position: absolute;
    left: 20px;
    bottom: -50px;
}


.block_pricing-cards {
    justify-content: center;
}

.block-list_logos-select.filter-active+.block-list_indystry-names {
    display: flex;
    flex-direction: column;
}

.block-list_indystry-name.block-list_indystry-name--all {
    order: 1;
}

.block-list_indystry-name {
    order: 2;
}


.block-work_about.home_block-5 a.work_about-item:nth-child(1) .work_about-img-wrap {
    background: rgba(17, 116, 255, 0.1);
}

.block-work_about.home_block-5 a.work_about-item:nth-child(2) .work_about-img-wrap {
    background: rgba(18, 192, 140, 0.1);
}

.block-work_about.home_block-5 a.work_about-item:nth-child(3) .work_about-img-wrap {
    background: linear-gradient(0deg, rgba(199, 47, 210, 0.1), rgba(199, 47, 210, 0.1)), #FFFFFF;
}

.block-work_about.home_block-5 a.work_about-item:nth-child(4) .work_about-img-wrap {
    background: rgba(255, 135, 48, 0.1);
}

@media(max-width: 1023px) {
    .block-list_logo-item {width: calc(33.3% - 20px);}
}

@media(max-width: 767px) {
    .block-list_logo-item {width: calc(50% - 20px);}
}

@media(max-width: 479px) {
    .block-list_logo-item {width: calc(100% - 20px);}
    .block-list_logos-filter {
        flex-direction: column;
        margin-left: auto;
        margin-right: auto;
    }

    
    .block-list_logos-filter-name {
        margin-bottom: 16px;
    }
    
    .block-list_indystry-names {
        top: 73px;
    }
}


@media(max-width: 767px) {
    .home_hero-new-title {
         font-size: 34px;
     }
     
     .home_hero-new-description {
         font-size: 20px;
     }
     
     .work_hero-title {
         font-size: 34px;
     }
     
     .home_hero-new-footer {
         zoom: 78%;
     }
     
     .home_block-5 .title-h2 {
         font-size: 34px;
     }
     
     .home_block-4 .work_hero-description {
         font-size: 34px;
     }
     
     .home_block-3-items-right-item:nth-child(2n+1) {
         margin-right: 0;
     }
     
     
     .home_block-6 .work_hero-description {
         font-size: 34px;
     }
     
     .home_block-7 .title-h2 {
         font-size: 34px;
     }
     
     .title-h2 {
        font-size: 34px;
    }

    .project_numbers-title {
        font-size: 34px;
    }

    .block_pricing-title {
        width: 100%;
        text-align: center;
    }
    
    .block_pricing-description {
        text-align: center;
    }
    
    .block_pricing-cards {
        flex-direction: column;
        align-items: center;
        margin-top: 40px!important;
    }
    
    .block_pricing-card {
        width: 100%;
        margin: 0 0 40px;
    }

    .block-list1__item {
        flex-direction: column;
    }
    
    img.block-list1__item--img {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .book_demo-title {
        font-size: 34px;
    }
    
    .book_demo-items {
        flex-direction: column;
    }
    
    .book_demo-item {
        width: 100%;
        margin-bottom: 40px;
    }
 }
 
 .project_block.project_strategy .work_solutions-item:hover:after {
    content: '';
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    display: inline-block!important;
    position: absolute;
    left: -10px;
    top: -10px;
    border: 1px solid rgba(49, 65, 73, 0.0001);
    box-shadow: 2px 2px 30px rgb(69 90 100 / 15%);
    border-radius: 16px;
}

.project_block.project_strategy .work_solutions-item {
    position: relative;
    z-index: 2;
}

.project_block.project_strategy .work_solutions-item:hover {
    box-shadow: none;
}

.book_demo-item-wrap-cont {
    display: flex;
}

.book_demo-item-wrap-left {
    min-width: 46%;
    margin-right: 30px;
}

@media(max-width: 1023px) {
   .book_demo-item-wrap-cont {
        flex-direction: column;
    }
    
    .book_demo-item-wrap-left {
        min-width: 100%;
        margin-right: 0;
        margin-bottom: 32px;
    } 
}


/* ///////////// */
.home_p-subtitle {
    font-weight: 500;
    font-size: 26px;
    line-height: 120%;
    color: #272727;
    text-align: center;
    margin-top: 60px;
}

.home_p-items {
    display: flex;
    margin-top: 30px;
}

.home_p-item:first-child .home_p-item-wrap {
    background: linear-gradient(0deg, rgba(0, 163, 255, 0.1), rgba(0, 163, 255, 0.1)), #FFFFFF;
}

.home_p-item:last-child .home_p-item-wrap {
    background: linear-gradient(0deg, rgba(237, 23, 79, 0.1), rgba(237, 23, 79, 0.1)), #FFFFFF;
}

.home_p-item .home_p-item-wrap{
    border-radius: 20px;
    padding: 40px 60px 30px 60px;
    box-sizing: border-box;
    margin: 0 10px;
}

.home_p-item-wrap {
    text-align: center;
}

.home_p-item-wrap>img {
    margin-bottom: 24px;
    height: 40px;
}

.home_p-title {
    font-weight: 600;
    font-size: 22px;
    line-height: 130%;
    letter-spacing: -0.1px;
    min-height: 58px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home_p-item:first-child .home_p-item-wrap .home_p-title {
    color: #00A3FF;
}

.home_p-item:last-child .home_p-item-wrap .home_p-title {
    color: #ED174F;
}

.home_p-top_text {
    max-width: 460px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 30px;
}

.home_p-ben {
    margin-bottom: 36px;
    margin-top: 13px;
}


.home-p-btn {
    margin-top: 36px;
}

.home_p-ben-item {
    display: flex;
    margin-bottom: 18px;
    position: relative;
}

.home_p-descr {
    font-size: 18px;
    line-height: 150%;
    color: #272727;
}

.home_p-ben-text:before {
    content:'';
    background: #FFFFFF;
    border: 1px solid rgba(49, 65, 73, 0.0001);
    box-shadow: -1px 1px 18px rgba(0, 0, 0, 0.07);
    border-radius: 12px;
    width: 50px;
    height: 50px;
    display: inline-block;
    margin-right: 18px;
    min-width: 50px;
}

.home_p-ben-text {
    position: relative;
    display: flex;
    align-items: center;
    z-index: 1;
    text-align: left;
    font-weight: 300;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -0.1px;
    color: #272727;
}

.home_p-ben-item img {
    position: absolute;
    z-index: 2;
    top: 11px;
    left: 11px;
}

.home_products {
    padding: 120px 0;
}

.home-p-btn a {
    width: 100%;
}

.home_p-item:last-child .home-p-btn a {
    background: linear-gradient(0deg, #ED174F, #ED174F), #FD8F40;
}

@media(max-width:1199px) {
    .home_p-items {
        flex-direction: column;
    }
    
    .home_p-item {
        margin-bottom: 64px;
    }
    
    .home_p-item:last-child {
        margin-bottom: 0;
    }
    
    .home_p-item .home_p-item-wrap {
        margin: 0 auto;
        padding-left: 30px;
        padding-right: 30px;
        max-width: 800px;
    }
}

.home_p-ben-item img {
    top: 50%;
    transform: translateY(-50%);
}

.home_p-ben-item {
    max-height: 52px;
}

@media(max-width:1199px) {
    .home_p-top_text {
        height: auto!important;
    }
	
	.home_p-descr {
		height: auto!important;
	}
    
    .home_p-ben-item {
        max-height: none;
    }  
}

body.body-work .project_gantt_7-item:hover .project_gantt_7-item-title {
    color: #00A3FF;
}

body.body-work .project_gantt_7-item-title.active {
    color: #00A3FF;
}

body.body-work .project_gantt_7-item-title:hover:before {
    background: linear-gradient(0deg, rgba(0, 163, 255, 0.10) 0%, rgba(0, 163, 255, 0.10) 100%), #FFF;
}

body.body-work .project_gantt_7-item-title:hover:after {
    background-image: url(../svg/arr-b.svg);
}

body.body-work .project_gantt_6 {
    background-image: url("../png/cta-b-2.png");
}

/*Hosting*/
@media(max-width:1023px) {
   .hosting_hero-cards {
        flex-direction: column;
        margin-left: auto;
        margin-right: auto;
    }
    
    .cards-item {
        width: 100%;
        margin: 0 0 40px 0;
        overflow: hidden;
    }
    
    .hosting_feature-wrap {
        flex-direction: column-reverse!important;
    }
    
    .hosting_feature-img {
        margin-left: auto!important;
        margin-right: auto!important;
        margin-bottom: 40px;
    }
    
    .hosting_feature-content {
        text-align: center;
    }
    
    .cards-item:last-child {
        margin-bottom: 0;
    } 
}