
.container2 {
    max-width: 1400px;
    margin: 0 auto;
    padding:0 15px;
}

.margin-top {
    margin-top: 100px;
}

.margin-bottom {
    margin-bottom: 100px;
}

.grid_2_column {
    grid-column: 2/ span 10;
    display: grid;
    grid-template-columns: 7fr 4fr;
    grid-gap: 60px;
    width: 100%;
}
.flexible {
    width: 100%;
    display: flex;
    justify-content: center;
}
.grid-item {
    display: flex;
}
.grid-item img {
    width: 100%;
    object-fit: contain;
    border-radius: 4px;
}

.grid_2_column__description {
    max-width: 660px;
}

.grid_1_column_full {
    grid-column: 1/span 12;
}

.grid_1_column_text {
    grid-column: 2/span 7;
    max-width: 760px;
}

.grid_1_column_text-full {
    grid-column: 2/span 7;
}

.main-case,
.excerpt {
    min-width: 100%;
    margin-bottom: 40px;
}

.technology-description {
    justify-self: flex-end;
    position: relative;
    margin-top: -100px;
}

.technology img {
    max-height: 50px;
    max-width: 130px;
    /* padding: 2px;
    margin-right: 3px;
    margin-bottom: 5px; */
}

.technology {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 15px;
}

.main-case2 {
    max-width: 100%;
    -webkit-filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.15));
            filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.15));
    border-radius: 4px;
}

.muvetop {
    position: relative;
    top: -40px;
    max-width: 100%;
}

.numbers {
    max-width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 50px;
}
.numbers .numbers__int {
    font-family: Inter;
    font-style: normal;
    font-weight: 800;
    font-size: 110px;
    line-height: 133px;
    text-align: center;
    color: #9C60C4;
}
.numbers .numbers__ps {
    font-family: Inter;
    font-style: italic;
    font-weight: normal;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    color: #292A2B;
}
.main-cases-wrap .main-case1 {
    position: absolute;
    padding-left: 0;
    top: -40px;
    /* left: 50%; */
    right: 250px;
}

.main-cases-wrap .main-case1 .span1 {
    right: -180px;
    top: 5px;
}

.main-cases-wrap .main-case1 .span2 {
    left: -160px;
    width: 130px;
    bottom: 70px;
}

.main-cases-wrap .main-case1 .span3 {
    left: -160px;
    bottom: 35px;
}

.main-cases-wrap .main-case2 {
    position: absolute;
    left: 0;
    z-index: 1;
    top: 40px;
}

.big-height {
    min-height: 800px;
    position: relative;
}

.img500 {
    max-height: 500px;
}

.inner-line {
    position: absolute;
    z-index: 4;
    left: 222px;
    margin-top: 277px;
    max-width: 100%;
}

.block-hover {
    position: relative;
}

.block-hover-title {
    padding-left: 40px;
    font-family: Inter;
    font-style: italic;
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    text-align: center;
    color: #000000;
    margin: 0 0 85px 0;
}

.block-hover-image {
    position: absolute;
    top: -55px;
    left: 0;
    min-width: 840px;
    max-width: 100%;
}

.main-cases-wrap {
    position: relative;
    display: grid;
    grid-template-rows: minmax(300px, 1fr);
}

.main-case1 {

    grid-row: 1/1;
}

.main-case2 {

    grid-row: 1/1;
}

.services-technologies-slider {
    display: none;
}
.bizcen-page #first_img .logo-text {
    top:58%;
    -webkit-transform: translateY(-58%);
            transform: translateY(-58%);

}
.bizcen-page .head__left_bottom {
    top: 75%;
    -webkit-transform: translateY(-75%);
            transform: translateY(-75%);
}
.lashoestring .head {
    position: relative;
    top: 0;
}
@media(min-width: 2000px) {
    .bizcen-page #first_img .logo-text {
        top: 58%;
        -webkit-transform: translateY(-58%);
                transform: translateY(-58%)

    }
    .bizcen-page .head__left_bottom {
        top: 75%;
        -webkit-transform: translateY(-75%);
                transform: translateY(-75%);
    }
    .lashoestring .head {
        position: relative;
        top: 0;
    }
}
/* @media(max-width: 1980px) {
.bizcen-page #first_img .logo-text {
    top:43%;
    transform: translateY(-43%);

}
.bizcen-page .head__left_bottom {
    top: 65%;
    transform: translateY(-65%);
}
.lashoestring .head {
    position: relative;
    top: 0;
}
} */

@media(max-width: 1300px) {
    .main-cases-wrap .main-case1 {
        top: -140px;
    }

    .main-cases-wrap .main-case2 {
        top: 210px;
    }

    .main-cases-wrap .main-case1 .span1 {
        max-width: 120px;
    }

    .inner-line {
        position: absolute;
        z-index: 4;
        left: 137px;
        margin-top: 300px;
        max-width: 100%;
        -webkit-transform: rotate(-37deg);
                transform: rotate(-37deg);
        /* width: 60%; */
    }
}

@media(max-width: 1200px) {
    .block-hover-image {
        min-width: 110%;
        max-width: 100%;
    }

}
@media(max-width: 1060px) {
    .head h1 {
        font-size: 34px;
        font-weight: bold;
        text-transform: uppercase;
    }
    .bizcen-page .head__left_bottom{
        max-width: 400px;
    }
    .bizcen-page #first_img .logo-text {
        top: 23%;
        -webkit-transform: translateY(-23%);
                transform: translateY(-23%);

    }
    .bizcen-page .head__left_bottom {
        top: 53%;
        -webkit-transform: translateY(-53%);
                transform: translateY(-53%);
    }


}
@media(max-width: 990px) {
    .main-cases-wrap .main-case1 {
        left: 40%;
    }

    .main-case__span {
        font-size: 15px;
        line-height: 1.3;
    }

    .main-cases-wrap .main-case1 .span1 {
        width: 120px;
        left: 434px;
    }

    .main-cases-wrap .main-case1 .span2 {
        left: -140px;
        width: 120px;
        bottom: 100px;
    }

    .main-cases-wrap .main-case1 .span3 {
        left: -140px;
        bottom: 45px;
    }

    .main-cases-wrap .main-case1 .span1::before {
        left: -30px;
        width: 25px;
        top: 10px;
    }

    .main-cases-wrap .main-case1 .span2::before {
        width: 40px;
        right: 0;
        left: 100px;
        top: 10px;
    }

    .main-cases-wrap .main-case1 .span3::before {
        width: 50px;
        right: -90px;
        top: 11px;
    }
}

@media(max-width:900px) {
    .grid_1_column_text-full {
        grid-column: 1/span 12;
    }

    .grid_1_column_text {
        grid-column: 1/span 12;
        max-width: 100%;
    }


    .grid_2_column {
        grid-column: 1/ span 12;
        display: grid;
        grid-template-columns: 7fr 4fr;
        grid-gap: 40px;
        width: 100%;
    }

    .muvetop {
        top: 0;
    }

    .block-hover-image {
        min-width: 100%;
        max-width: 100%;
    }

    .block-hover-title {
        padding-left: 0px;
        font-size: 18px;
        max-width: 80%;
        margin: 30px auto;
    }

    .block-hover-image {
        top: -35px;
        padding-bottom: 30px;

    }


}

@media (max-width: 850px) {
    .main-cases-wrap .main-case1 {
        left: 30%;
    }
}

@media(max-width: 768px) {
    .flexible {
        flex-wrap: wrap;
    }
    .lashoestring .head {
        position: relative;
        top: 200px;
    }
    .top-img-1,.top-img-2,.top-img-3{
        display: inline;
    }
    .inner-line {
        position: absolute;
        z-index: 4;
        left: 0%;
        margin-top: 437px;
        max-width: 100%;
        -webkit-transform: rotate(-70deg);
                transform: rotate(-70deg);
        /* width: 60%; */
    }

    .services-technologies-slider {
        margin-top: 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        min-width: 100%;
        padding: 0;
    }

    .services-technologies {
        display: none;
        /* margin-left: 0;
        order: -1;
        max-width: 100%;
        width: 100%;
        grid-template-columns: repeat(7, 1fr);
        align-items: flex-end; */
    }

    .services-images {
        max-height: 50px;
        width: 100px;
        margin: 0 10px;
    }

    .top-img-1 {
        right: 0;
        left: -20px;
        bottom: 30px;
        z-index: 3;
    }


    .top-img-2 {
        right: -120px;
        bottom: 370px;
    }

    .top-img-3 {
        right: 0;
        bottom: 180px;
        /* min-width: 400px; */
    }

    .bizcen-page #first_img .logo-text {
        top: 10px;
        font-size: 36px;
        margin-left: 15px;
    }

    .head h1 {
        font-size: 25px;
    }

    .lashoestring .head__left_bottom h2 {
        display: none;
    }

    .bizcen-page .head__h1,
    .bizcen-page .head__h2 {
        max-width: 65%;
    }

    .numbers {
        grid-template-columns: 1fr;
        grid-gap: 10px;
    }

    .margin-top {
        margin-top: 25px;
    }

    .margin-bottom {
        margin-bottom: 45px;
    }

    .grid_2_column {
        grid-column: 1/ span 12;
        grid-template-columns: 1fr;
        grid-gap: 20px;
    }

    .bizcen-page .technology {
        max-width: 100%;
    }

    .technology-description {
        justify-self: flex-start;
        grid-row: 1;
        display: none;
    }

    .grid_1_column_text-full {
        grid-column: 1/span 12;
    }

    .grid_1_column_text {
        grid-column: 1/span 12;
        max-width: 100%;
    }

    .grid_2_column__description {
        max-width: 100%;
    }

    .muvetop {
        position: relative;
        top: 0;
        max-width: 100%;
    }

    .main-case {
        margin-left: 0;
    }

    .single p {
        font-size: 16px;
        /* padding-bottom: 10px; */
    }

    .single h3 {
        font-size: 26px;
    }

    .block-hover-title {
        font-size: 18px !important;
    }

    .block-hover-description {
        margin-top: 30px;
    }

    .block-hover-image {
        top: -5%;
        height: 80%;
    }

    .block_padding {
        padding: 0;
    }

    .main-cases-wrap .main-case2 img {
        display: block;
        max-width: 70%;
        margin-top: 200px;
    }

    .main-cases-wrap .main-case1 {
        position: absolute;
        padding-left: 0;
        top: -60px;
        left: 20%;
        right: 0;
        max-width: 100%;
    }

    .main-cases-wrap .main-case1 img {
        max-width: 90%;
    }

    .main-case__span {
        font-size: 11px;
        max-width: 40%;
    }

    /* .main-cases-wrap .main-case1 {
        left: 40%;
    } */

    /* .main-case__span {
        font-size: 15px;
        line-height: 1.3;
    } */

    .main-cases-wrap .main-case1 .span1 {
        width: 120px;
        left: 434px;
    }

    .main-cases-wrap .main-case1 .span2 {
        left: -140px;
        width: 120px;
        bottom: 100px;
    }

    .main-cases-wrap .main-case1 .span3 {
        left: -140px;
        bottom: 45px;
    }

    .main-cases-wrap .main-case1 .span1::before {
        left: -30px;
        width: 25px;
        top: 10px;
    }

    .main-cases-wrap .main-case1 .span2::before {
        width: 40px;
        right: 0;
        left: 100px;
        top: 10px;
    }

    .main-cases-wrap .main-case1 .span3::before {
        width: 50px;
        right: -90px;
        top: 11px;
    }

    /* .big-height {
        height: 930px;
        min-height: 100%;
        position: relative;
    } */
    .margin-big-top {
        margin-top: 40%;
    }
    .numbers .numbers__int {
        font-family: Inter;
        font-style: normal;
        font-weight: 800;
        font-size: 80px;
        line-height: 97px;
        /* identical to box height */
        text-align: center;
        color: #9C60C4;
    }
    .numbers .numbers__ps {
        font-family: Inter;
        font-style: italic;
        font-weight: normal;
        font-size: 16px;
        line-height: 30px;
        /* identical to box height, or 187% */
        text-align: center;
        color: #292A2B;
    }

}

@media(max-width: 686px) {
    .flexible {
        flex-wrap: nowrap;
        flex-direction: column;
    }

    .main-cases-wrap .main-case1 .span1 {
        width: 50px;
        left: 434px;
    }

    .main-cases-wrap .main-case1 .span2 {
        left: -87px;
        width: 70px;
        bottom: 100px;
    }

    .main-cases-wrap .main-case1 .span3 {
        left: -90px;
        bottom: 45px;
    }

    .main-cases-wrap .main-case1 .span1::before {
        left: -30px;
        width: 25px;
        top: 10px;
    }

    .main-cases-wrap .main-case1 .span2::before {
        width: 40px;
        right: 0;
        left: 50px;
        top: 20px;
    }

    .main-cases-wrap .main-case1 .span3::before {
        width: 20px;
        right: -65px;
        top: 9px;
    }
}

@media(max-width: 624px) {

    .main-cases-wrap .main-case1 .span1 {
        width: 50px;
        left: 414px;
    }
}

@media (max-width: 600px) {

    .margin-big-top {
        margin-top: 30%;
    }

    .main-cases-wrap .main-case1 {
        max-width: 70%;
    }

    .main-cases-wrap .main-case1 .span1 {
        left: 95%;
    }
}

@media (max-width: 500px) {

    .margin-big-top {
        margin-top: 15%;
    }

    .lashoestring .head {
        top: 50px;
        padding-left:0;
    }

    .bizcen-page .head__h1,
    .bizcen-page .head__h2 {
        max-width: 60%;
    }

    #first_img {
        overflow: hidden;
        height: 470px;
    }

    .block-hover-image {
        top: 5%;
        height: 50%;
    }

    .block-hover-title {
        font-size: 15px !important;
    }

    .bizcen-page #first_img .logo-text {
        top: 30px;
        font-size: 26px;
        margin-left: 0;
    }

    .head h1 {
        font-size: 20px;
    }

    .lashoestring .head__left_bottom h2 {
        display: none;
    }

    .top-img-1 {
        right: 0;
        left: -50px;
        bottom: 240px;
        z-index: 3;
        max-width: 250px;
    }


    .top-img-2 {
        right: -60px;
        bottom: 470px;
        max-width: 217px;
    }

    .top-img-3 {
        right: 0;
        bottom: 280px;
        max-width: 320px;
    }

    .main-cases-wrap .main-case2 img {
        margin-top: 40px;
        margin-left: 30px;
    }

    .main-cases-wrap .main-case1 {
        left: 25%;
    }

    .main-cases-wrap .main-case1 .span1 {
        max-width: 80px;
        left: -90px;
        /* width: 90px; */
    }

    .main-cases-wrap .main-case1 .span2 {
        left: -90px;
        width: 80px;
        bottom: 70px;
    }

    .main-cases-wrap .main-case1 .span3 {
        left: -90px;
        bottom: 25px;
    }

    .main-cases-wrap .main-case1 .span1::before {
        left: 50px;
        width: 25px;
        top: 10px;
    }

    .main-cases-wrap .main-case1 .span2::before {
        width: 40px;
        right: 0;
        left: 50px;
        top: 20px;
    }

    .main-cases-wrap .main-case1 .span3::before {
        width: 20px;
        right: -70px;
        top: 9px;
    }

    .big-height {
        min-height: 650px;
    }

    .inner-line {
        position: absolute;
        z-index: 4;
        left: 0.5%;
        margin-top: 224px;
        max-width: 100%;
        -webkit-transform: rotate(
                -70deg
        );
                transform: rotate(
                -70deg
        );
        /* width: 60%; */
    }
}

@media(max-width: 400px) {

    .big-height {
        min-height: 570px;
    }

    .main-cases-wrap .main-case1 {
        left: 38%;
    }
    .main-cases-wrap .main-case1 .span1 {
        max-width: 80px;
        left: -90px;
        /* width: 90px; */
    }

    .main-cases-wrap .main-case1 .span2 {
        left: -90px;
        width: 80px;
        bottom: 40px;
    }

    .main-cases-wrap .main-case1 .span3 {
        left: -90px;
        bottom: 5px;
    }

    .main-cases-wrap .main-case1 .span1::before {
        left: 50px;
        width: 25px;
        top: 10px;
    }

    .main-cases-wrap .main-case1 .span2::before {
        width: 40px;
        right: 0;
        left: 50px;
        top: 20px;
    }

    .main-cases-wrap .main-case1 .span3::before {
        width: 20px;
        right: -70px;
        top: 9px;
    }
}
#first_img {
    max-height: 98vh;
    min-height: 98vh;
}
@media(max-width:768px){
    #first_img {
        max-height: 70vh;
        min-height: 58vh;
    }
}
.container {
    max-width: 1280px;
    margin: 0 auto;
}
.tech-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 10px;
    width: 80px;
}

.technology-description-text {
    text-align: center;
    font-family: Helvetica Neue;
    font-style: normal;
    font-weight: normal;
    font-size: 12px !important;
    line-height: 19px;
    color: #000000;
    mix-blend-mode: normal;
    opacity: 0.4;
    margin-top:0;
    padding-bottom:0;
}
single p .technology-description-text{
    padding-bottom:0;
}

/*   new  */
#first_img {
    max-height: 98vh;
    min-height: 98vh;
}
.top-img-1,.top-img-2,.top-img-3{
    max-width: 500px;
}
.top-img-1 {
    right: 88px;
    bottom: 50px;
    z-index: 3;
}
.top-img-2 {
    right: -90px;
    bottom: 147px;
    z-index: 2;
}
.top-img-3 {
    right: -27%;
    bottom: -16%;
    z-index: 1;
}
.header-block-title {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.logo-text2{
    font-family: Helvetica;
    font-style: normal;
    font-weight: 900;
    font-size: 72px;
    line-height: 82px;
    color: #FFFFFF;
    z-index: 1;
}
.head{
    height: 98vh;
}
.head__h1{
    margin-top: 30px;
    max-width: 690px;
}
.head__h2{
    margin-top: 30px;
    max-width: 690px;
}
@media(max-width:1090px){
    .top-img-1,.top-img-2,.top-img-3{
        max-width: 400px;
    }
    .head__h1,.head__h2{
        max-width: 100%;
    }
    .header-block-title {
        max-width: 49%;
    }
}
@media(max-width:768px){
    .bizcen-page .head__h1, .bizcen-page .head__h2 {
        max-width: 100%;
    }
    .header-block-title {
        top: 0%;
        max-width: 66%;
    }
    .logo-text2{
        font-size: 45px;
    }
    .head__h2{
        display: none;
    }
    #first_img {
        max-height: 600px;
        min-height: 600px;
    }
    .lashoestring .head  {
        max-height: 600px;
        min-height: 600px;
    }
    .top-img-2 {
        right: -90px;
        bottom: 44%;
        z-index: 2;
    }
    .top-img-3 {
        right: -3%;
        bottom: 16%;
        z-index: 1;
    }
}
@media(max-width: 600px){
    .top-img-1,.top-img-2,.top-img-3{
        max-width: 400px;
    }
    #first_img {
        max-height: 600px;
        min-height: 600px;
    }
    .lashoestring .head  {
        max-height: 600px;
        min-height: 600px;
    }
}
@media (max-width: 500px){
    .head a{
        margin-top:0;
    }
    .lashoestring .head {
        top: 13%;
        padding-left: 15px;
    }
    .header-block-title {
        top: 10%;
        max-width: 50%;
    }

    .top-img-1,.top-img-2,.top-img-3{
        max-width: 300px;
    }
}
@media (max-width: 400px){
    .head a {
        font-size: 16px;
    }
    .logo-text2 {
        font-size: 35px;
    }
    .top-img-1 {
        right: 88px;
        bottom: 10%;
        z-index: 3;
    }

    .top-img-3 {
        right: -3%;
        bottom: 20%;
        z-index: 1;
    }
    .top-img-2 {
        right: -90px;
        bottom: 43%;
        z-index: 2;
    }
    .header-block-title {
        top: 13%;
        max-width: 55%;
    }
    .head__h1{

        margin-top: 15px;
    }
    .top-img-1,.top-img-2,.top-img-3{
        max-width: 250px;
    }
    #first_img {
        max-height: 500px;
        min-height: 500px;
    }
    .lashoestring .head  {
        max-height: 500px;
        min-height: 500px;
    }
}

