@-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: 1524px;
    margin: 0 auto;
    padding: 0 15px;
}

.lot-phones2 {
    max-height: 374px;
    margin: 0 10px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.lot-phones2:nth-child(odd) {
    position: relative;
    top: -50px;

}

div#blockPhones {
    grid-column: 3/span 30;
    width: 833%;
    display: block;
}

.margin-top {
    margin-top: 60px;
}

/*.grayStripe {*/
/*    position: relative;*/
/*    height: 449px;*/
/*    background: #F3F4F6;*/
/*    margin-top:400px;*/
/*    position: relative;*/
/*    width: 100vw;*/

/*}*/


.grayStripe {
    display: grid;
    position: relative;
    /* height: 449px; */
    background: linear-gradient(284.72deg, #534EFF 0%, #D57EFF 100%);
    margin-top: 325px;
    margin-bottom: 280px;
    position: relative;
    width: 100vw;
    max-height: 440px;
    min-height: 140px;
}

.grayStripeBig {
    height: auto;
    background: linear-gradient(284.72deg, #534EFF 0%, #D57EFF 100%);
    /*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/ 12;
    width: 996px;
    max-width: 100%;
    margin-top: -363px;
    /* position: absolute; */
    /* top: -76%; */
    /* right: 60%; */
    /* margin-bottom: 200px; */
}

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: 485px;
}

.grid_2_column-reverse {
    /*margin-top:170px;*/
    grid-column: 2/ span 10;
    display: grid;
    grid-template-columns: 5fr 7fr;
    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;
}

.userFlow-desktop {
    grid-column: 2/12;
    max-width: 100%;
}

.userFlow-mobile {
    display: none;
}

.grid_2_column {
    z-index: 9;
    grid-column: 2/ span 10;
    display: grid;
    grid-template-columns: 7fr 5fr;
    grid-gap: 60px;
    width: 100%;
}

.grid_2_column-white-block {
    min-width: 100vw;
    z-index: 9;
    grid-column: 1/12;
    display: grid;
    grid-template-columns: 2fr 5fr;
    grid-gap: 30px;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.left-side {
    max-width: 94vw;
    z-index: 2;
}

.top-grid {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
}

.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: -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(78, 69, 255, 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;
}


.bizcen-page #first_img img {
    max-height: 100%;
}

@media (min-width: 2000px) {
    #menu .menu.contus {
        grid-column: 12 / -1 !important;
        text-align: right;
    }

    .top-img-3 {
        max-width: 50vw;
    }

    .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;
    }
}


.container {
    max-width: 1280px;
    margin: 0 auto;
}


single p .technology-description-text {
    padding-bottom: 0;
}

/*   new  */
#first_img {
    max-height: 98vh;
    min-height: 98vh;
}


.header-block-title {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    color: #fff;
}

.bizcen-page .head__h2 {
    max-width: 521px;
    color: #fff;
}

.header-block-title a {
    color: #fff;
}

.in_top a {
    color: #fff;
}

#menu a.btn-large {
    text-align: center;
    color: #fff;
}

.menu_list .scroll:hover {
    border-color: #000;
}

#first_img .small_slogan .ico_link {
    color: #fff;

}

img#logo {

}

.logo-text2 {
    font-family: Inter;
    font-style: normal;
    font-weight: 900;
    font-size: 100px;
    line-height: 105%;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    max-width: 62%;
}

.head {
    height: 98vh;
}

.head__h1 {
    margin-top: 30px;
    max-width: 690px;
}


.lashoestring {
    background: none;
}

/*html {*/
/*    overflow-x: hidden;*/
/*}*/
/*body {*/
/*    overflow-x: hidden*/
/*}*/

/*#app {*/
/*    overflow-x: hidden !important;*/
/*}*/

.grid_2_column {
    grid-column: 1/ 13;
    display: grid;
    grid-template-columns: 7fr 5fr;
    grid-gap: 60px;
    width: 100%;
}

#first_img {
    max-height: 98vh;
    min-height: 98vh;

}

.container {
    max-width: 1400px;
    margin: 0 auto;
}

.container2 {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 15px;
}

.imagebackground {
    height: 98vh;
    width: 100vw;
    background-image: url("../images/automotive/header-banner@2x.png");
    background-size: cover;
    background-position: center;
    /*mix-blend-mode: screen;*/

}

@-webkit-keyframes Animationbg {
    0% {
        background-position: 0% 0%
    }
    50% {
        background-position: 100% 100%
    }
    100% {
        background-position: 0% 0%
    }
}

@keyframes Animationbg {
    0% {
        background-position: 0% 0%
    }
    50% {
        background-position: 100% 100%
    }
    100% {
        background-position: 0% 0%
    }
}

.imagebackground2 {
    height: 98vh;
    width: 100vw;

    background: radial-gradient(117.01% 153.76% at 14.61% 32.33%, rgba(239, 32, 19, 0.7) 0%, rgba(135, 25, 244, 0.7) 100%);
    /*background-size: cover;*/
    /*background-position: center;*/
    /*mix-blend-mode: screen;*/
    background-size: 200% 200%;
    -webkit-animation: Animationbg 20s ease infinite;
    animation: Animationbg 20s ease infinite;


}

.lashoestring .head h2 {
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 140%;
    color: #FFFFFF;
}

.bizcen-page .head__h2 {
    max-width: 72%;

}

.buttontarget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 12px;
    font-family: Inter;
    font-style: normal;
    font-weight: bold;
    font-size: 16px !important;
    line-height: 27px;
    text-align: center;
    color: #fff !important;
    background: #0f2348;
    border-radius: 40px;
    text-decoration: none !important;
    white-space: nowrap;
    max-width: 300px;
    cursor: pointer;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    z-index: 99 !important;
    opacity: 1 !important;
}

#menu {
    width: 100vw;
}

.buttontarget:hover {
    background: #4B95FF;
}

.image-card:hover .image-card-title {
    color: #B63FFD !important;
}

.image-card:hover .major-title-big {
    color: #B63FFD !important;
}

.image-card-inner:hover .major-title-big {
    color: #B63FFD !important;
}

.black_h3 {
    font-family: Inter;
    font-style: normal;
    font-weight: 900 !important;
    font-size: 48px !important;
    line-height: 50px !important;
    color: #FFFFFF !important;
}

.black_h2 {
    font-family: Inter;
    font-style: normal;
    font-weight: 900 !important;;
    font-size: 60px !important;;
    line-height: 105.02% !important;
    color: #FFFFFF !important;
    padding-bottom: 60px;
}

.black_p {
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 24px !important;
    line-height: 140%;
    color: #A0A0A0 !important;
    z-index: 9;
}

.white_h3 {
    font-family: Inter;
    font-style: normal;
    font-weight: 900 !important;
    font-size: 40px !important;
    line-height: 48px !important;
    color: #292A2B !important;
}

.white_p {
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 20px !important;
    line-height: 26px !important;
    color: #292A2B !important;
}

.white_h2 {
    font-family: Inter;
    font-style: normal;
    font-weight: 900 !important;;
    font-size: 60px !important;;
    line-height: 105.02% !important;
    color: #292A2B !important;
    padding-bottom: 60px;
}

.numbers {
    max-width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 10px;
}

.numbers__int {
    background-image: radial-gradient(117.01% 153.76% at 14.61% 32.33%, #EF2013 0%, #8719F4 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    justify-items: flex-start;
    text-align: left;
}

.circles-integer {
    background-image: radial-gradient(117.01% 153.76% at 14.61% 32.33%, #EF2013 0%, #8719F4 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;

}

#menu {
    z-index: 999999 !important;
}

.numbers__item {
    margin-bottom: 35px;
}

.numbers .numbers__ps {
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 140%;
    color: #FFFFFF !important;
    opacity: 0.6;
    max-width: 84%;
    text-align: left;
}

.numbers .numbers__int {
    text-align: left;
}

.newfull {
    grid-column: 1/13;
}

.grid_3_column {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;

}

.major-block {
    background: rgba(255, 255, 255, 0.1);
    opacity: 0.9;
    -webkit-backdrop-filter: blur(60px);
            backdrop-filter: blur(60px);
    border-radius: 32px;
    padding: 38px;
    /*max-width: 452px;*/
    max-width: 100%;
    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: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    z-index: 1;
}

.major-image {
    border-radius: 30px;
    width: 100%;
    height: auto;
}

.major-title {
    font-family: Inter;
    font-style: normal;
    font-weight: 900;
    font-size: 30px !important;
    line-height: 36px;
    color: #FFFFFF;
    padding: 20px 0 !important;
}

.major-title-white {
    font-family: Inter;
    font-style: normal;
    font-weight: 900;
    font-size: 30px !important;
    line-height: 36px;
    color: #292A2B;
    padding: 20px 0 !important;
}

.major-title-big {
    font-family: Inter;
    font-style: normal;
    font-weight: 900;
    font-size: 32px !important;
    line-height: 39px;
    color: #FFFFFF;
    padding: 20px 0 !important;
}

.major-title-big-white {
    font-family: Inter;
    font-style: normal;
    font-weight: 900;
    font-size: 32px !important;
    line-height: 39px;
    color: #292A2B;
    padding: 20px 0 !important;
}

.major-title-big2 {
    font-family: Inter;
    font-style: normal;
    font-weight: 900;
    font-size: 38px !important;
    line-height: 45px;
    color: #FFFFFF;
    padding: 20px 0 !important;
}

.major-title-big2-white {
    font-family: Inter;
    font-style: normal;
    font-weight: 900;
    font-size: 38px !important;
    line-height: 45px;
    color: #292A2B;
    padding: 20px 0 !important;
}

.major-title-small {
    font-family: Inter;
    font-style: normal;
    font-weight: 900;
    font-size: 24px !important;
    line-height: 140%;
    color: #FFFFFF;
    padding: 0 0 20px 0 !important;
}

.major-title-small-white {
    font-family: Inter;
    font-style: normal;
    font-weight: 900;
    font-size: 24px !important;
    line-height: 140%;
    color: #292A2B;
    padding: 0 0 20px 0 !important;
}

.major-description-big {
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 20px !important;
    line-height: 140%;
    color: #FFFFFF;
    opacity: 0.6;
    max-width: 100%;
    padding-bottom: 13px !important;
}

.major-description-big-white {
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 24px !important;
    line-height: 140%;
    color: #292A2B;
    opacity: 0.6;
    max-width: 75%;
    padding-bottom: 13px !important;
}

.major-description {
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 16px !important;
    line-height: 140%;
    color: #FFFFFF;
    opacity: 0.7;
    padding-bottom: 13px !important;
}

.major-description-white {
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 16px !important;
    line-height: 140%;
    color: #292A2B;
    opacity: 0.7;
    padding-bottom: 13px !important;
}

.majorrelative {
    position: relative;
}

/*.majorpurple {*/
/*    width: 2300px;*/
/*    height: 1616.5px;*/
/*    position: absolute;*/
/*    right: 40vw;*/
/*    top: 0;*/

/*    background: radial-gradient(35.12% 44.62% at 44.28% 49.36%, #ED2019 0%, rgba(18, 18, 18, 0) 100%);*/
/*    transform: rotate(56.28deg);*/
/*    z-index: 0;*/
/*}*/
.majorpurple {
    width: 100vw;
    height: 80vw;
    position: absolute;
    right: 40vw;
    top: 0;
    background: radial-gradient(35.12% 44.62% at 44.28% 49.36%, #ED2019 0%, rgba(18, 18, 18, 0) 100%);
    -webkit-transform: rotate(
            56.28deg);
            transform: rotate(
            56.28deg);
    z-index: 0;
}

/*.majorred {*/
/*    width: 2300px;*/
/*    height: 1616.5px;*/
/*    position: absolute;*/
/*    left: 40vw;*/
/*    bottom: 0;*/
/*    background: radial-gradient(35.12% 44.62% at 44.28% 49.36%, #8719F4 0%, rgba(18, 18, 18, 0) 100%);*/
/*    transform: rotate(*/
/*            56.28deg);*/
/*    z-index: 0;*/
/*}*/

.majorred {
    width: 100vw;
    height: 95vw;
    position: absolute;
    left: 40vw;
    bottom: 0;
    background: radial-gradient(35.12% 44.62% at 44.28% 49.36%, #8719F4 0%, rgba(18, 18, 18, 0) 100%);
    -webkit-transform: rotate(
            56.28deg);
            transform: rotate(
            56.28deg);
    z-index: 0;
}


.crisisred {
    width: 2300px;
    height: 1616.5px;
    position: absolute;
    left: 40vw;
    bottom: -20vw;
    background: radial-gradient(35.12% 44.62% at 44.28% 49.36%, #ED2019 0%, rgba(18, 18, 18, 0) 100%);
    -webkit-transform: rotate(
            56.28deg);
            transform: rotate(
            56.28deg);
    z-index: 0;
}

.text-background {
    color: transparent;
}

.padding-top {
    padding-top: 8vw !important;
}

.current_grid {
    grid-column: 1/13;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.current_grid__inner_left {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    background: rgba(255, 255, 255, 0.1);
    opacity: 0.9;
    -webkit-backdrop-filter: blur(60px);
            backdrop-filter: blur(60px);
    border-radius: 32px;
    padding: 28px;

    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: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    z-index: 1;

}

.current_grid__inner_left p {
    cursor: pointer;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    font-family: Inter;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 140%;
    text-align: left;
    color: #FFFFFF;
    padding-bottom: 0;
    margin: 12px 0;
    -webkit-transition: .2s linear;
    transition: .2s linear;
}

.current_grid__inner_left p:hover {
    color: #B63FFD;
}

.current_grid__inner_left p:hover svg path {
    -webkit-transition: .2s linear;
    transition: .2s linear;
    fill: #B63FFD !important;

}

.current_grid__inner_left p img {
    margin-right: 10px;
}

.current_grid__inner_left p.active-trend {
    width: 100%;
    position: relative;
    font-family: Inter;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 140%;
    color: #B63FFD;
}

.current_grid__inner_left p.active-trend svg path {
    fill: #B63FFD !important;
}

.current_grid__inner_left p.active-trend::after {
    position: absolute;
    content: url("../images/automotive/arrow-right-trends.svg");
    right: 0;
    color: #B63FFD;
}


.current_grid__inner_right {
    -ms-flex-preferred-size: 73%;
        flex-basis: 73%;
    background: rgba(255, 255, 255, 0.1);
    opacity: 0.9;
    -webkit-backdrop-filter: blur(60px);
            backdrop-filter: blur(60px);
    border-radius: 32px;
    padding: 28px;

    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: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    z-index: 1;
    -ms-flex-item-align: start;
        align-self: flex-start;
}

.trend-hidden {
    display: none;
}

.flexrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.flexcol {
    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: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.grid-crisis {
    grid-column: 1/13;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 90px;
}

.grid-crisis__inner-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: relative;
}

.numberabsolute::before {
    font-family: Inter;
    font-style: normal;
    font-weight: 900;
    font-size: 96px;
    line-height: 105.02%;
    background-image: radial-gradient(117.01% 153.76% at 14.61% 32.33%, #FF2315 0%, #B63FFD 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    position: absolute;
    left: -70px;
    top: 0px;
    content: attr(data-text);
}

.footer__wrapper .footer__grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-column-gap: 1.5rem;
}

.footer__wrapper .left {
    text-align: center;
}

.relative {
    position: relative;
}

.numbers-title {
    font-family: Inter;
    font-style: normal;
    font-weight: 900;
    font-size: 32px;
    line-height: 140%;
    color: #FFFFFF;
}

.small-size {
    max-width: 70%;
}

.small-size2 {
    max-width: 50%;
}

/*.technology-purple {*/
/*    width: 2000px;*/
/*    height: 2000px;*/
/*    position: absolute;*/
/*    left: -60vw;*/
/*    bottom: -70vw;*/
/*    background: radial-gradient(35.12% 44.62% at 44.28% 49.36%, #8719F4 0%, rgba(18, 18, 18, 0) 100%);*/
/*    transform: rotate(*/
/*            56.28deg);*/
/*    z-index: 0;*/
/*}*/
.technology-purple {
    width: 100vw;
    height: 100vw;
    position: absolute;
    left: -60vw;
    bottom: -70vw;
    background: radial-gradient(35.12% 44.62% at 44.28% 49.36%, #8719F4 0%, rgba(18, 18, 18, 0) 100%);
    -webkit-transform: rotate(
            56.28deg);
            transform: rotate(
            56.28deg);
    z-index: 0;
}

.flexcards {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    min-width: 100vw;
    overflow-x: hidden;

}

.image-card {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-item-align: stretch;
        align-self: stretch;
    position: relative;
    margin-right: 20px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 760px;
    cursor: pointer;

}

.image-card-inner {
    overflow: hidden !important;
    max-height: 785px;
    /*height: 100%;*/
    width: 0px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 0 16px 16px 0;
    /*padding: 4rem;*/
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;

}

.image-card-inner > .flexcol {
    padding: 2rem;
}

.image-card img {
    height: 100%;
    width: 471px;
    max-width: 100%;
    border-radius: 16px;
}

.image-card-title {
    text-shadow: 0 0 2px #000;
    position: absolute;
    top: 83%;
    left: 7%;
    font-family: Inter;
    font-style: normal;
    font-weight: 900;
    font-size: 32px;
    line-height: 140%;
    color: #FFFFFF;
    max-width: 70%;
}

.image-card-none {
    display: none;
}

.h1-white-block {
    font-family: Inter;
    font-style: normal;
    font-weight: 900;
    font-size: 100px !important;
    line-height: 140%;
    color: #292A2B;
}

.h3-white-block {
    font-family: Inter;
    font-style: normal;
    font-weight: 900;
    font-size: 40px !important;
    line-height: 120%;
    color: #292A2B;
    margin-bottom: 25px;
}

.h4-white-block {
    font-family: Inter;
    font-style: normal;
    font-weight: 900;
    font-size: 24px !important;
    line-height: 120%;
    color: #292A2B;
    margin-bottom: 12px;
    margin-top: 30px;
}

.simple-text-white-block {
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 16px !important;;
    line-height: 22px;
    color: #292A2B;
    padding-bottom: 24px !important;
}

.left-side ul li::marker {
    content: '\2014   ';
}

.left-side ul li {
    margin: 10px 0;
}

.big-text-white-block {
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 20px !important;;
    line-height: 26px;
    color: #292A2B;
    max-width: 32vw;
}

.circle-grid {
    width: 100%;
    grid-column: 1/12;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 50px;
    /*justify-items: self-start;*/
    justify-items: center;
}

.circle-grid-numbers {
    font-family: Inter;
    font-style: normal;
    font-weight: 900;
    font-size: 47.2056px !important;
    line-height: 140%;
    color: #F02A48;
}

.circle-text {
    font-family: Inter;
    font-style: normal;
    font-weight: 900;
    font-size: 24px;
    line-height: 140%;
    color: #FFFFFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 9;
}

.show-circle-description {
    cursor: pointer;
}

.circle-numbers-center {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.circle {
    display: inline-block;
    margin: 1em;
}

.circles-decimals {
    font-size: .4em;
}

.flexcol-center {
    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: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    /*z-index:2;*/
}

.show-circle-description {
    z-index: 999 !important;
}

.circle-description-block {
    width: 400px;
    position: absolute;
    z-index: 99999;
    bottom: 37px;
    background: #FFFFFF;
    border-radius: 16px;
    padding: 18px;
    right: 0;
    overflow-y: auto;

}

.circle-description-block p {
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 16px !important;
    line-height: 140%;
    color: #121212;
}

.video-position {
    position: absolute;
    margin-top: -9vw;
    min-width: 100vw;
    right: 0px;
}

.micro-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    /*grid-gap: 20px;*/
    /*grid-template-columns: 1fr 1fr;*/
    /*justify-items: flex-start;*/
}

.micro-grid img {
    max-width: 160px;
    margin-right: 15px;

}

.management-systems {
    background: url("../images/automotive/yellow.svg");
    background-position: center;
}

.yellow-gradient {
    position: absolute;
    width: 2382.8px;
    height: 1616.5px;
    right: 0;
    background: radial-gradient(35.12% 44.62% at 44.28% 49.36%, #F4C51E 0%, rgba(255, 255, 255, 0) 100%);
    -webkit-transform: rotate(56.28deg);
            transform: rotate(56.28deg);
}

.purple-gradient {
    right: 0;
    position: absolute;
    width: 2382.8px;
    height: 1616.5px;
    background: radial-gradient(35.12% 44.62% at 44.28% 49.36%, #8F1CE2 0%, rgba(255, 255, 255, 0) 100%);
    -webkit-transform: rotate(160.12deg);
            transform: rotate(160.12deg);
}

.blue-gradient {
    right: 0;
    position: absolute;
    width: 2382.8px;
    height: 1616.5px;
    background: radial-gradient(35.12% 44.62% at 44.28% 49.36%, #1E8DF4 0%, rgba(255, 255, 255, 0) 100%);
    -webkit-transform: rotate(56.28deg);
            transform: rotate(56.28deg);
}

/*.red-gradient {*/
/*    position: absolute;*/
/*    width: 2720.17px;*/
/*    height: 1845.38px;*/
/*    left: 0;*/
/*    bottom: 0;*/
/*    background: radial-gradient(35.12% 44.62% at 44.28% 49.36%, #EF2013 0%, rgba(18, 18, 18, 0) 100%);*/
/*    transform: rotate(17.85deg);*/
/*}*/
.red-gradient {
    position: absolute;
    width: 100vw;
    height: 80vw;
    left: 55vw;
    top: 0;
    background: radial-gradient(35.12% 44.62% at 44.28% 49.36%, #EF2013 0%, rgba(18, 18, 18, 0) 100%);
    -webkit-transform: rotate(
            17.85deg);
            transform: rotate(
            17.85deg);
}

.image-grid-2-column {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
}

.right-side {
    justify-self: center;
}

.image-grid-3-column {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.single-img {
    max-width: 100% !important;
}

/*html {*/
/*    overflow-x: hidden !important;*/
/*}*/

.digital-1 {
    max-width: 763px;
}

.digital-2 {
    max-width: 563px;
    margin-left: -44%;
    margin-top: 37%;
}

.mobile-1 {

}

.mobile-2 {
    margin-left: -100px;
    margin-top: -275px;
    z-index: 1;
}

.mobile-3 {
    margin-left: -200px;
    margin-top: 300px;
    z-index: 0;
}

.grid-little-width {
    min-width: 95vw;
}

.footer-title {
    font-family: Inter;
    font-style: normal;
    font-weight: 900;
    font-size: 62px;
    line-height: 120%;
    color: #FFFFFF;
    margin-bottom: 32px;
}

.footer-block {
    grid-column: 1/13;
    margin-top: 5vw;
    z-index: 9;
}

.footer_grid-2-column {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: start;
    grid-gap: 20px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.footer-right-side {
    margin-top: 30px;
}

.footer-left-text {
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 20px !important;
    line-height: 130%;
    color: #FFFFFF;
    opacity: 0.6;
    padding-bottom: 0px !important;
}

.footer-left {
    max-width: 560px;
}

.footer-input input, .footer-input textarea {
    width: 100%;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(41, 42, 43, 0.3);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 8px;
    outline: none;
    margin: 12px 0 0 0;
}

.footer-input textarea {
    border-radius: 8px 8px 0 0;
}

#form {
    margin-top: 24px;
}

.footer-input-text {
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 130%;
    color: #FFFFFF;
    /*opacity: 0.3;*/
    padding: 14px 20px;
}

.footer-vasterra {
    margin-top: 50px;
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 16px !important;
    line-height: 120%;
    text-align: center;
    color: #FFFFFF;
}

p.footer-right {
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 16px !important;
    line-height: 130%;
    color: #FFFFFF;
    padding-bottom: 0 !important;
    opacity: 0.6;
    max-width: 320px;
}

.footer_grid-2-column p.footer-phone {
    font-family: Inter;
    font-style: normal;
    font-weight: bold;
    font-size: 26px !important;
    line-height: 140%;
    color: #FFFFFF;
    opacity: 1 !important;
    padding-bottom: 0 !important;
}

.footer-col {
    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: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.footer-margin {
    margin-top: 60px;
}

form [type="checkbox"]:not(:checked) + label, form [type="checkbox"]:checked + label {
    position: relative;
    padding-left: 1.95em;
    cursor: pointer;
    color: #fff;
    opacity: .6;
    margin: 8px 0;
}

form [type="checkbox"]:not(:checked) + label:before, form [type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: -5px;
    width: 1.25em;
    height: 1.25em;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: #000;
    border-radius: 6px;
    -webkit-box-shadow: inset 0 1px 3px rgb(0 0 0 / 10%);
    box-shadow: inset 0 1px 3px rgb(0 0 0 / 10%);
    color: #fff;
}

form [type="checkbox"]:not(:checked) + label:after, form [type="checkbox"]:checked + label:after {
    content: '\2713   ';
    position: absolute;
    top: -1px;
    left: 0.22em;
    font-size: 1.3em;
    line-height: 0.8;
    color: #fff;
    -webkit-transition: all .2s;
    transition: all .2s;
    font-family: 'Lucida Sans Unicode', 'Arial Unicode MS', Arial;
}

input.footer-send-button {
    width: 130px;
    padding: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #0f2348;
    border-radius: 100px;
    font-family: Inter;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 130%;
    text-align: center;
    color: #FFFFFF;
    border: 1px solid #0f2348;
    outline: none;
    margin-top: 20px;
    cursor: pointer;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

input.footer-send-button:hover {
    background: #3774CC;
}

input[type="file"] {
    display: none;
}

.custom-input {
    width: 100%;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(41, 42, 43, 0.3);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 0 0 8px 8px;
    outline: none;
    margin: -4px 0 12px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 12px;
    cursor: pointer;
    border-top: 1px dashed rgba(255, 255, 255, .3);
}

.label-error {
    position: absolute;
    top: -10px;
    left: 30px;
    width: 300px;
    padding: 7px;
    color: red;
    font-size: 15px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    opacity: 1;
}

.check-hidden {
    display: none;
}

.close-cards {
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 20px;
}

.margin-top-big {
    margin-top: 200px !important;
}

#topvideo {
    position: absolute;
    right: 0;
    min-width: 100vw;
    padding: 0;
    margin: 0;
    z-index: 0;
    /*height:610px;*/
}

.trend-hidden-block {
    display: none;
}

.show-only-768 {
    display: none;
}

.footer-additional-class {
    background-color: #000;
    margin: 0;
    padding: 30px;
    z-index: 9;
}

@media (min-width: 2000px) {

    .management-image {
        max-width: 56% !important;
        margin-left: 7vw;
    }

    .digital-1 {
        max-width: 60% !important;
        margin-left: 6vw;
    }

    .digital-2 {
        max-width: 60% !important;
        margin-left: -104%;
        margin-top: 14%;
    }

    .white-zone > .padding-top {
        padding-top: 1vw;
    }

    .margin-top-big {
        margin-top: 100px !important;
    }

    .mobile-2 {
        max-width: 300px !important;
        margin-left: -29px;
        margin-top: -54px;
        z-index: 1;
    }


    .container, .container2 {
        max-width: 1800px;
    }

    .grid_cont {
        max-width: 100%;
    }
}

@media (max-width: 1500px) {
    .container, .container2 {
        max-width: 1280px;
    }

    .buttontarget {
        max-width: 30vw;
        font-size: 18px !important;
    }

    .logo-text2 {
        font-size: 70px;
    }

    .lashoestring .head h2 {
        font-size: 30px;
    }

    .majorpurple {
        right: 20vw;
    }

    .majorred {
        left: 20vw;
    }

    .crisisred {
        left: 20vw;
    }
}

@media (max-width: 1490px) {
    .video-position {
        position: absolute;
        margin-top: -9vw;
        min-width: 100vw;
        right: -150px;
    }
}

@media (max-width: 1280px) {
    .micro-grid {
        width: 100%;
    }

    .left-side ul {
        margin-left: 20px;
    }

    .current_grid__inner_left {
        padding: 14px;
    }

    .grid_2_column-white-block {

        grid-template-columns: 3fr 5fr;
    }

    .mobile-2 {
        margin-left: -100px;
        margin-top: -102px;
        z-index: 1;
    }

    .mobile-3 {
        margin-left: -200px;
        margin-top: 40px;
        z-index: 0;
    }

    .small-size, .small-size2 {
        max-width: 100%;
    }

    .logo-text2 {
        font-size: 40px;
        width: 90vw !important;
        max-width: unset;
    }

    .bizcen-page .head__h2 {
        max-width: unset;
        width: 89vw;
    }

    .buttontarget {
        max-width: 50vw;
        font-size: 18px !important;
    }

    #menu .menu_list {
        grid-column: 2 / 10;
        text-align: right;
    }

    #menu .menu.contus {
        grid-column: 10 / 13 !important;
        text-align: right;
    }

    .grid-crisis {
        margin-left: 60px;
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 1100px) {
    .big-text-white-block {
        max-width: unset;
    }

    .grid_3_column {
        grid-template-columns: 1fr;
    }

    .major-block {
        max-width: 100%;
    }

    .current_grid__inner_left {
        -ms-flex-preferred-size: 28%;
            flex-basis: 28%;
    }

    .current_grid__inner_right {
        -ms-flex-preferred-size: 68%;
            flex-basis: 68%;
    }

    .grid_2_column {
        grid-template-columns: 1fr;
    }

}

@media (max-width: 900px) {
    .padding-top {
        padding-top: 12vw !important;
    }

    .h3-white-block {
        font-size: 24px !important;
    }

    .grid_2_column-white-block {
        grid-template-columns: 1fr;
    }

    .current_grid {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

    .current_grid__inner_left, .current_grid__inner_right {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    }

    .black_h2 {
        font-size: 43px !important;
        padding-bottom: 10px;
    }
}

/*---------------------------------------------*/

.blue-gradient-mobile {
    width: 87vw;
    right: -151%;
    top: -98%;
    position: absolute;
    z-index: -1;
}

.purple-gradient-digital {
    right: -100%;
    top: -52%;
    position: absolute;
    z-index: -1;
    width: 100vw;
}

.yellow-gradient-management {
    right: -35%;
    top: -64%;
    position: absolute;
    z-index: -1;
    width: 100vw;
}

.footer-text-block {
    max-width: 560px;
}

@media (min-width: 2000px) {

    .blue-gradient-mobile {
        width: 50vw;
        right: -101%;
        top: -79%;
        position: absolute;
        z-index: -1;
    }

    .purple-gradient-digital {
        right: -64%;
        top: -3%;
        position: absolute;
        z-index: -1;
        width: 50vw;
    }

    .yellow-gradient-management {
        right: 0%;
        top: -28%;
        position: absolute;
        z-index: -1;
        width: 55vw;
    }
}

@media (min-width: 1451px) {
    .mobile-2 {
        max-width: 300px !important;
        margin-left: -29px;
        margin-top: -114px;
        z-index: 1;
    }

    .mobile-1 {
        max-width: 300px !important;
        margin-left: 125px;
        margin-top: -11px;
        z-index: 1;
    }

    .mobile-3 {
        max-width: 300px !important;
        margin-left: -187px;
        margin-top: 113px;
        z-index: 1;
    }
}

@media (max-width: 1450px) {
    .image-card img {
        width: 380px;
    }

    .image-card {
        max-height: 620px;
    }

    .h1-white-block {
        font-size: 80px !important;
    }

    .yellow-gradient-management {
        width: 77vw;
        right: 0%;
        top: -25%;
    }

    .purple-gradient-digital {
        width: 77vw;
        right: -99%;
        top: -25%;
        z-index: -1;
    }

    .blue-gradient-mobile {
        width: 60vw;
        right: -112%;
        top: -53%;
        z-index: -1;
    }

    .mobile-2 {
        max-width: 200px !important;
        margin-left: -29px;
        margin-top: -114px;
        z-index: 1;
    }

    .mobile-1 {
        max-width: 200px !important;
        margin-left: 125px;
        margin-top: -11px;
        z-index: 1;
    }

    .mobile-3 {
        max-width: 200px !important;
        margin-left: -187px;
        margin-top: 113px;
        z-index: 1;
    }

}

@media (max-width: 1280px) {
    .margin-top-big {
        margin-top: 102px !important;
    }

    .mobile-3 {
        max-width: 200px !important;
        margin-left: -83px;
        margin-top: 113px;
        z-index: 1;
    }

    .left-side {
        max-width: 94vw;
        min-width: 40vw;
        z-index: 2;
    }
}

@media (max-width: 768px) {
    .micro-grid {
        width: 100%;
    }

    .micro-grid img {
        max-width: 160px;
    }

    .management-parallax-mobile {
        margin-right: -4vw;
        justify-items: end;
    }

    .Mobile-parallax-mobile {
        padding-top: 113px;
        margin-left: -9vw;
    }

    .margin-top-big {
        margin-top: 20px !important;
    }

    .footer-text-block {
        max-width: 100%;
    }
}

.trend-tabs:hover .major-title-big {
    color: #B63FFD !important;
}

/*.trend-tabs:hover  .major-title-small{*/
/*    color: #B63FFD !important;*/
/*  }*/
.micro-grid img {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.micro-grid img:hover {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
}

.hover-white:hover path {
    stroke: #fff;
    opacity: 1;
}

.hover-white:hover g {
    opacity: 1;
}

/*-------------------------------------*/
@media (max-width: 768px) {
    #show-menu #menu-m {
        width: 32px !important;
        height: 53px !important;
        margin-top: -7px !important;
        -webkit-filter: invert(0) !important;
                filter: invert(0) !important;
    }

    .micro-grid img {
        max-width: 160px;

    }

    .footer-additional-class {
        padding: 0;
    }

    .show-only-768 {
        display: grid;
    }

    .hide-768 {
        display: none;
    }

    .trend-hidden-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .current_grid__inner_left {
        margin-bottom: 10px;
    }

    p.trend-inner-link {
        display: none;
    }

    p.active-trend.trend-inner-link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    #topvideo {
        position: absolute;
        top: 74px;
        right: -68px;
        max-width: 2000px;
        min-width: unset;
        height: 400px;
        /* margin-bottom: 100px; */
    }

    .footer-left {
        max-width: 100%;
    }

    .footer-title {
        font-size: 30px;
    }

    /*p.footer-right {*/
    /*    max-width: 70vw;*/
    /*}*/
    .footer_grid-2-column {
        grid-template-columns: 1fr;
    }

    .grid-little-width {
        min-width: 100vw;
    }

    .single-img {
        max-height: 450px;
        max-width: unset !important;
    }

    .margin-top-big {
        margin-top: 10px !important;
    }

    .none-768 {
        display: none;
    }

    .digital-2 {
        margin-left: -105%;
    }

    .circle-grid-numbers {
        font-size: 25px !important;
    }

    .circle-text {
        font-size: 16px;
    }

    .circle-grid {

        grid-template-columns: 1fr 1fr;
        grid-gap: 50px;
    }

    .h1-white-block {
        font-size: 32px !important;
    }

    .big-text-white-block {
        font-size: 16px !important;
    }

    .image-card img {
        height: 100%;
        /*width: 40vw;*/
        max-width: 100%;
        border-radius: 16px;
    }

    .image-card-title {
        font-size: 24px;
        max-width: 100%;
    }


    .black_p {
        font-size: 16px !important;
    }

    .black_h3 {
        font-size: 26px !important;
        line-height: 120% !important;
    }

    .numbers-title {
        font-size: 20px;
    }

    .numbers .numbers__int {
        font-size: 60px;
    }

    .numbers .numbers__ps {
        font-size: 12px;
    }

    .lashoestring .head h2 {
        font-size: 20px;
    }

    .flexrow {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

    .numbers {
        grid-template-columns: 1fr;
    }

    .numbers__item.top768 {
        grid-row: 2;
    }

    .numbers__item.row3 {
        grid-row: 3;
    }


    .buttontarget {
        max-width: 280px;
        font-size: 15px !important;
    }

    .grid-crisis {
        margin-left: 60px;
        grid-template-columns: 1fr;
        grid-gap: 0px;
    }

    .black_h2, .white_h2 {
        font-size: 26px !important;
        padding-bottom: 10px;
    }

    .major-title-big, .major-title-big-white {
        font-size: 20px !important;
        line-height: 120%;
    }

    .major-title-small, .major-title-small-white {
        font-size: 16px !important;
    }

    .major-description, .major-description-white {
        font-size: 14px !important;
    }

    .major-description-big, .major-description-big-white {
        font-size: 16px !important;
        max-width: 100%;
    }

    .numberabsolute::before {
        font-size: 36px;
        left: -40px;
        top: 18px;
    }

    .major-title-big2, .major-title-big2-white {
        font-size: 24px !important;
        line-height: 140%;
    }

    .digital-2, .digital-1 {
        /*max-width: 100%;*/
    }

    .image-card {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .image-card-inner {
        position: absolute;
        bottom: 0;
        border-radius: 0 0 0 0px;
        background: #000;
        height: 75%;
    }

    .new-card {
        padding: 1rem !important;
        position: absolute;
        bottom: 0;
        z-index: 17;
        background: rgba(255, 255, 255, .1);
        overflow-y: auto;
        height: 100%;
    }

    .image-grid-3-column {
        margin-top: 20px;
    }

    .mobile-1, .mobile-2, .mobile-3 {
        width: 30vw;
    }

    .mobile-2 {
        margin-left: -40px;
        margin-top: -30px;
        z-index: 1;
    }

    .mobile-3 {
        margin-left: -72px;
        margin-top: 0;
        z-index: 0;
    }

    .header-block-title {
        top: 50%;
    }

    .close-cards svg {
        max-width: 20px;
    }
}

@media (max-width: 600px) {
    .single-img {
        max-height: 67vw;
    }

    #topvideo {
        position: absolute;
        top: 50px;
        right: 16px;
        max-width: 1129px;
        min-width: unset;
    }
}

@media (max-width: 500px) {
    .micro-grid img {
        max-width: 130px;

    }

    .micro-grid {
        width: 100%;
    }

    #topvideo {
        position: absolute;
        top: 50px;
        right: 0px;
        max-width: 1129px;
        min-width: unset;
    }

    .image-card img {
        height: 100%;
        width: 70vw !important;
        max-width: 100%;
        border-radius: 16px;
    }

    .grid-crisis {
        margin-left: 30px;
    }

    .grid-crisis__inner-block {
        border-bottom: 1px solid rgba(255, 255, 255, .3);
    }

    .numberabsolute::before {
        font-size: 36px;
        left: -40px;
        top: 18px;
    }

    .major-title-big2, .major-title-big2-white {
        font-size: 24px !important;
        line-height: 140%;
    }

    .numbers__item.row-4 {
        grid-row: 4;
    }

    .major-block {
        border-radius: 20px;
        padding: 8px;
    }

    .major-image {
        border-radius: 20px;
    }

    .major-title-big, .major-title-big-white {
        font-size: 20px !important;
        line-height: 120%;
    }

    .major-title-small, .major-title-small-white {
        font-size: 16px !important;
    }

    .major-description, .major-description-white {
        font-size: 14px !important;
    }

    .major-description-big, .major-description-big-white {
        font-size: 16px !important;
        max-width: 100%;
    }

    .current_grid__inner_right, .current_grid__inner_left {
        border-radius: 20px;
        padding: 8px;
    }

    p.big-text-white-block {
        padding-bottom: 0;
    }

    .Mobile-parallax-mobile {
        padding-top: 37px;
        margin-left: -25vw;
    }

}


.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%
    }
}