.white #footer{
    background: #000;
}
.none-768{
    display: block;

}
.dbv-arrow-sick-vasterra{
    border: 1px solid #FFC936;
}
.footer__wrapper .left {
    color: #fff;
}
.footer__wrapper {
    border-top: 2px solid #FFC936;

}
.yellow {
    color: #FFC936;
}
.grid_2_column__description.grid-align-between h3 {
    padding-bottom: 0;
}

.single h3 {
    color: #fff;
    padding-bottom: 30px;
}

.bizcen-page {
    background: #000;
}

a img.f,
a img.in,
a img.insta,
a img.tw {
    -webkit-filter: brightness(0) invert(1);;
    filter: brightness(0) invert(1);;
}

section.bizcen-page {
    max-width: 100vw;
    overflow: hidden;
}

@-webkit-keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

img#image-info-desktop2 {
    margin-top: -6px;
}

.container2 {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 15px;
}

.lot-phones {
    max-height: 374px;
}

.single p {
    line-height: 135%;
    color: #fff;
}

.margin-top {
    margin-top: 50px;
}

/*.grayStripe {*/
/*    position: relative;*/
/*    height: 449px;*/
/*    background: #F3F4F6;*/
/*    margin-top:400px;*/
/*    position: relative;*/
/*    width: 100vw;*/

/*}*/
.grayStripe-top {
    display: grid;
    position: relative;
    height: auto;
    background: #F1F2F6;
    position: relative;
    width: 100vw;
    min-height: 403px;
}

.big-gif {
    max-width: 100%;
    justify-self: center;
}

.big-gif2 {
    max-width: 100%;
    justify-self: end;
}

.grayStripeBig {
    height: auto;
    background: #F3F4F6;
    margin-top: 50px;
    position: relative;
}

.footer-phones {
    max-width: 100%;
    grid-column: 2/11;
    justify-self: center;
}

.block2-phone-left, .block2-phone-right {
    width: 420px;
    /*filter: drop-shadow(40px 60px 80px rgba(62, 68, 128, 0.25));*/
    /*filter: drop-shadow(27px 46px 27px rgba(62, 68, 128, 0.25));*/
}

img.block2-phone-left {
    grid-column: 6/ span 3;
    margin-top: -305px;
    /*position: absolute;*/
    /*top: -76%;*/
    /*right: 60%;*/

}

img.block2-phone-right {
    grid-column: 9/ span 4;
    margin-top: -112px;
    /*position: absolute;*/
    /*left: 60%;*/
    /*bottom: -63px;*/

}

.margin-bottom {
    margin-bottom: 100px;
}

.block5-phone {
    max-width: 400px;
}

.grid_2_column-reverse {
    /*margin-top: 170px;*/
    grid-column: 2/ span 10;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 60px;
    width: 100%;
}

.phone-video-block.firstPhone > .phone-video > .video-phone {
    margin-left: -80px;
    min-width: 124%;
}

.phone-video-block.second-phone > .phone-video > .video-phone {
    margin-left: -68px;
    min-width: 124%;
}

.phone-video-block {
    max-width: 445px;
    /*overflow: hidden;*/
}

.video-phone {
    width: 530px;
    max-width: 100%;
}

.grid-align-center {
    -ms-flex-item-align: center;
        align-self: center;
}

.grid-align-between {
    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: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.userFlow-desktop {
    grid-column: 1/12;
    max-width: 100%;
}

.userFlow-mobile {
    display: none;
}

.grid_2_column {
    grid-column: 2/ span 10;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 60px;
    width: 100%;
}
.grid_2_5_column {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 60px;
    width: 100%;
}
.grid_3_column {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 60px;
    width: 100%;
}
.grid_4_column {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 60px;
    width: 100%;
}
.grid-column-start-6 {
    grid-column-start: 6;
}

.grid_2_column__description {
    max-width: 100%;
}

.grid_1_column_full {
    grid-column: 1/span 12;
}

.grid_1_column_text {
    grid-column: 2/span 7;
    max-width: 760px;
}
.grid_2_column_text {
    grid-column: 2/span 9;
}

.grid_1_column_text-full {
    grid-column: 2/span 9;
}

.main-case,
.excerpt {
    min-width: 100%;
    margin-bottom: 40px;
}

.technology-description {
    justify-self: flex-end;
    position: relative;
    margin-top: -25px;
}

.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: 1px;
}

.numbers .numbers__int {
    font-family: Inter;
    font-style: normal;
    font-weight: 800;
    font-size: 70px;
    line-height: 130%;
    text-align: center;
    color: rgba(21, 94, 233, 1);
}

.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;
}

.top-img-3 {
    width: 1100px;
    max-width: 620px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1 !important;
}

.flexible {
    width: 100%;
    display: flex;
    justify-content: center;
}

.flexible .flexible-images {
    display: flex;
    grid-gap: 60px;
}

/*.bizcen-page #first_img img {*/
/*    max-height: 100vh;*/
/*}*/

.yabl-mobile {
    align-items: center;
}

.yabl-mobile div:nth-child(1) {
    grid-column: 2/6;
}
.yabl-mobile div:nth-child(2) {
    grid-column: 7/12;
}

.yabl-mobile div:nth-child(2) video {
    width: 100%;
}

@media (min-width: 2000px) {
    .top-img-3 {
        max-width: 31vw;
    }

    .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: 1500px) {
    .top-img-3 {
        max-width: 550px;
        bottom:0;
        right:0;
    }
}

@media (max-width: 1300px) {
    #menu .menu_list {
        grid-column: 3 / 10;
        text-align: right;
    }

    #menu .menu.contus {
        grid-column: 10 / 12 !important;
        text-align: right;
    }

    /*.bizcen-page #first_img img {*/
    /*    max-height: unset;*/
    /*    max-width: 74%;*/
    /*}*/
    .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: 1280px) {*/

/*    .top-img-3 {*/
/*        right: -12%;*/
/*    }*/

/*}*/

@media (max-width: 1200px) {
    .block-hover-image {
        min-width: 110%;
        max-width: 100%;
    }

    .top-img-3 {
        right: 0;
        max-width: 50vw;
    }

}

@media (max-width: 1156px) {
    /*.top-img-3 {*/
    /*    right: -8%;*/
    /*    max-width: 700px;*/
    /*}*/

    .flexible-images {
        grid-gap: 30px !important;
    }

    .yabl-mobile div:nth-child(1) {
        grid-column: 1/12;
    }
    .yabl-mobile div:nth-child(2) {
        grid-column: 1/12;
    }
}

@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: 930px) {
    .header-block-title {
        top: 30%;
    }
    .top-img-3 {
        right: 0;
        max-width: 50vw;
        bottom:0;
    }
}

@media (max-width: 900px) {
    .grid_1_column_text-full {
        grid-column: 1/span 12;
        padding-right: 12px;
    }

    .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: 1fr 1fr;
        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%;
    }

    #menu .menu_list ul li {

        margin-left: 15px;
    }
}

@media (max-width: 768px) {
    /*.userFlow-desktop {*/
    /*    display: none;*/
    /*}*/
    /*.userFlow-mobile {*/
    /*    display: block;*/
    /*    max-width: 90vw;*/
    /*}*/

    .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: calc(100vw / 4);
        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: 0;
        /* 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%;
        color: #000;
    }

    .numbers {
        grid-template-columns: 1fr;
        grid-gap: 10px;
    }

    .margin-top {
        margin-top: 30px;
    }

    .margin-bottom {
        margin-bottom: 45px;
    }

    .grid_2_column {
        grid-column: 1/ span 12;
        grid-template-columns: 1fr;
        grid-gap: 20px;
    }

    .flexible-images {
        width: 100%;
        flex-direction: column;
    }

    .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;
        padding-right: 10px;
    }

    .grid_1_column_text {
        grid-column: 1/span 12;
        max-width: 100%;
    }

    .grid_2_column__description {
        max-width: 100%;
        padding-right: 12px;
    }

    .muvetop {
        position: relative;
        top: 0;
        max-width: 100%;
    }

    .main-case {
        margin-left: 0;
    }

    .single p {
        font-size: 16px;
        padding-bottom: 10px;
        line-height: 135%;
    }

    .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: 50px;
    }

    .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: rgba(21, 94, 233, 1);
    }

    .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;
    }
    .top-img-3 {
        right: 0;
        bottom: 0;

    }

}

@media (max-width: 686px) {
    .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) {
    .grid-images {
        grid-column: 1/ span 12;
        grid-template-columns: 1fr;
        grid-gap: 20px;
    }

    .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: 0;
        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: #fff;
    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: 0;*/
/*    bottom: 0;*/
/*    z-index: 1;*/
/*}*/

.header-block-title {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    color: #000;
}

.bizcen-page .head__h2 {
    max-width: 521px;
}

.header-block-title a {
    color: #000;
}

.in_top a {
    color: #000;
}

#menu a.btn-large {
    text-align: center;
    color: #fff;
}

.menu_list .scroll:hover {
    border-color: #000;
}

#first_img .small_slogan .ico_link {
    color: #000;
    -webkit-filter: invert(0);
            filter: invert(0);
}

img#logo {
    -webkit-filter: invert(0) !important;
            filter: invert(0) !important;
}

.logo-text2 {
    font-family: Helvetica;
    font-style: normal;
    font-weight: 900;
    font-size: 72px;
    line-height: 82px;
    color: #212121;
    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;*/
    /*}*/
    .phone-video-block.firstPhone > .phone-video > .video-phone {
        margin-left: 0px;
        min-width: 100%;
    }

    .phone-video-block.second-phone > .phone-video > .video-phone {
        margin-left: 0;
        min-width: 100%;
    }

    .head__h1, .head__h2 {
        max-width: 100%;
    }

    .header-block-title {
        max-width: 49%;
    }

    .grid_2_column-reverse, .grid_2_column {
        grid-gap: 15px;
        grid-column: 1/ span 12;
    }

    .phone-video-block.second-phone > .phone-video {
        left: 0;
    }

    .phone-video {
        position: relative;
        left: -22px;
    }

}

@media (max-width: 930px) {
    .header-block-title {
        top: 30%;
    }
}

@media (max-width: 890px) {
    img.block2-phone-right {
        left: 57%;
    }

    img.block2-phone-left {
        right: 57%;
    }
}

@media (max-width: 768px) {
    .none-768{
        display: none;

    }
    /*#show-menu #menu-m {*/
    /*    display: inline-block;*/
    /*    filter: invert(1);*/
    /*}*/
    .grid_cont {
        grid-column-gap: 10px;
    }

    .bizcen-page .head__h1, .bizcen-page .head__h2 {
        max-width: 97%;
    }

    .header-block-title {
        top: -7%;
        max-width: 95%;
    }

    .logo-text2 {
        font-size: 45px;
    }

    .lashoestring .head h2 {
        /*display: none;*/
        font-size: 20px;
    }

    #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: 0;
        bottom: 0;
        z-index: 1;
        max-height: 330px;
    }

    .grid_2_column-reverse {
        margin-top: 48px;
        grid-column: 1/ span 12;
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 0px;
    }

    .phone-video-block {
        max-width: 100%;
        overflow: hidden;
    }

    .phone-video {
        position: relative;
        left: 0;
        text-align: center;
        width: 96vw;
    }

    .firstPhone {
        grid-row: 2/2;
        margin-top: 0;
    }

    .second-phone {
        margin-top: 0;
    }

    section.writeMessage.block_padding {
        padding: 20px;
    }

    .block2-phone-left, .block2-phone-right {
        width: 200px;
    }

    .grayStripe {

        margin-top: 240px;
        max-height: 240px;
        min-height: 240px;
        margin-bottom: 8%;
    }

    .video-phone {
        width: 100vw;
        max-width: 100%;
    }

    .phone-video-block.firstPhone > .phone-video > .video-phone {
        margin-left: 0;
        min-width: 100%;
    }

    .phone-video-block.second-phone > .phone-video > .video-phone {
        margin-left: 0;
        min-width: 100%;
    }

    img.block2-phone-left {
        margin-top: -144px;
    }

    img.block2-phone-right {
        margin-top: -36px;
    }

    .grayStripe-top {
        min-height: auto;
        margin-top: 40px;
    }

    .footer__grid_item > .left {
        text-align: center;
    }
    .single h3{
        padding-bottom: 20px;
    }

}

@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;
    }


    .bizcen-page #first_img img {
        max-height: 330px;
        max-width: 96vw;
    }
}

@media (max-width: 500px) {
    .head a {
        margin-top: 0;
    }

    .lashoestring .head {
        top: 13%;
        padding-left: 15px;
    }

    .header-block-title {
        top: 14%;
        max-width: 100%;
    }

    .grayStripe {
        margin-top: 140px;
        max-height: 140px;
        min-height: 140px;
        margin-bottom: 8%;
    }

    .block2-phone-left, .block2-phone-right {
        width: 140px;
    }

    img.block2-phone-right {
        margin-top: -40px;
        grid-column: 6/ span 3;
    }

    img.block2-phone-left {
        grid-column: 2/ span 3;
        margin-top: -90px;
    }

    /*.top-img-3 {*/
    /*    right: -16%;*/
    /*}*/

    /*.top-img-1,.top-img-2,.top-img-3{*/
    /*max-width: 300px;*/
    /*}*/
}

@media (max-width: 400px) {
    .block2-phone-left, .block2-phone-right {
        width: 110px;
    }

    img.block2-phone-right {
        margin-top: -12px;
    }

    img.block2-phone-left {
        margin-top: -64px;
    }

    .head a {
        font-size: 16px;
    }

    .logo-text2 {
        font-size: 35px;
    }

    .top-img-1 {
        right: 88px;
        bottom: 10%;
        z-index: 3;
    }

    /*.top-img-3 {*/
    /*    right: -12%;*/
    /*    bottom: 0;*/
    /*    z-index: 1;*/
    /*    max-width: 111% !important;*/
    /*}*/

    .top-img-2 {
        right: -90px;
        bottom: 43%;
        z-index: 2;
    }

    .header-block-title {
        top: 16%;
        max-width: 100%;
    }

    .head__h1 {

        margin-top: 15px;
    }

    /*.top-img-1,.top-img-2,.top-img-3{*/
    /*max-width: 250px;*/
    /*}*/
    #first_img {
        max-height: 600px;
        min-height: 600px;
    }

    .lashoestring .head {
        max-height: 600px;
        min-height: 600px;
    }

    .numbers .numbers__int {
        font-size: 55px;
        line-height: 130%;
    }
}


.container,.container2{
    max-width:1536px
}
@media(max-width:1536px){
    .container,.container2{
        max-width:1280px
    }
}
@media(max-width:1280px){
    .container,.container2{
        max-width:1024px
    }
}
@media(max-width:1024px){
    .container,.container2{
        max-width:960px
    }
}
@media(max-width:960px){
    .container,.container2{
        max-width:100%
    }
}