:root {
    /*GREY*/
    --grey-100: #F9FAFB;
    --grey-200: #F4F6F8;
    --grey-300: #DFE3E8;
    --grey-400: #C4CDD5;
    --grey-500: #919EAB;
    --grey-600: #6B7883;
    --grey-700: #464E58;
    --grey-800: #282B2D;
    --grey-850: #1E2023;
    --grey-900: #191B1E;
    /*TRANSPARENT*/
    --transparent-grey-8: #919EAB14;
    --transparent-grey-16: #919EAB29;
    --transparent-secondary-24: #39445C3D;
    --transparent-secondary-32: #39445C52;
    --transparent-grey-48: #39445C7A;
    --transparent-primary-48: #049DBF7A;
    /*PRIMARY*/
    --primary-lighter: #A8EAF9;
    --primary-light: #41C0DC;
    --primary-main: #049DBF;
    --primary-dark: #0F6679;
    --primary-darker: #0A4E5C;
    /*SECONDARY*/
    --secondary-lighter: #A6B6DA;
    --secondary-light: #7485AB;
    --secondary-main: #39445C;
    --secondary-dark: #283041;
    --secondary-darker: #121314;
    /*INFO*/
    --info-lighter: #D1E4FF;
    --info-light: #9BC3FF;
    --info-main: #3983F1;
    --info-dark: #185ABD;
    --info-darker: #0B3575;
    /*SUCCESS*/
    --success-lighter: #BEF9D5;
    --success-light: #7CEFAA;
    --success-main: #1DD968;
    --success-dark: #1D7841;
    --success-darker: #0D562A;
    /*ERROR*/
    --error-lighter: #FDC6C4;
    --error-light: #FC817E;
    --error-main: #F52620;
    --error-dark: #A11511;
    --error-darker: #7A0916;
    /*TRANSPARENT ERROR*/
    --transparent-error-8: #F5262014;
    --transparent-error-12: #F526201F;
    --transparent-error-16: #F5262029;
    --transparent-error-24: #F526203D;
    --transparent-error-32: #F5262052;
    --transparent-error-48: #F526207A;




}
:root {
    /*base desktop*/
    --base-h1: 80px;
    --base-h2: 48px;
    --base-h3: 32px;
    --base-h4: 24px;
    --base-h5: 20px;
    --base-h6: 15px;
    --base-subtitle1: 16px;
    --base-subtitle2: 14px;
    --base-body1: 14px;
    --base-body2: 14px;
    --base-caption: 12px;
    --base-overline: 12px;
    /*base desktop*/
    --base-b-h1: calc(var(--base-h1)*0.74);
    --base-b-h2: calc(var(--base-h2)*0.74);
    --base-b-h3: calc(var(--base-h3)*0.74);
    --base-b-h4: calc(var(--base-h4)*0.74);
    --base-b-h5: calc(var(--base-h5)*0.74);
    --base-b-h6: calc(var(--base-h6)*0.74);
    --base-b-subtitle1: calc(var(--base-subtitle1)*0.74);
    --base-b-subtitle2: calc(var(--base-subtitle2)*0.74);
    --base-b-body1: calc(var(--base-body1)*0.74);
    --base-b-body2: calc(var(--base-body2)*0.74);
    --base-b-caption: calc(var(--base-caption)*0.74);
    --base-b-overline: calc(var(--base-overline)*0.74);
    /*base mobile*/
    --mobile-h1: 26px;
    --mobile-h2: 22px;
    --mobile-h3: 18px;
    --mobile-h4: 17px;
    --mobile-h5: 15px;
    --mobile-h6: 14px;
    --mobile-subtitle1: 13px;
    --mobile-subtitle2: 13px;
    --mobile-body1: 12px;
    --mobile-body2: 12px;
    --mobile-caption: 12px;
    --mobile-overline: 12px;
    /*small mobile*/
    --mobile-s-h1: calc(var(--mobile-h1)*0.54);
    --mobile-s-h2: calc(var(--mobile-h2)*0.54);
    --mobile-s-h3: calc(var(--mobile-h3)*0.54);
    --mobile-s-h4: calc(var(--mobile-h4)*0.54);
    --mobile-s-h5: calc(var(--mobile-h5)*0.54);
    --mobile-s-h6: calc(var(--mobile-h6)*0.54);
    --mobile-s-subtitle1: calc(var(--mobile-subtitle1)*0.54);
    --mobile-s-subtitle2: calc(var(--mobile-subtitle2)*0.54);
    --mobile-s-body1: calc(var(--mobile-body1)*0.54);
    --mobile-s-body2: calc(var(--mobile-body2)*0.54);
    --mobile-s-caption: calc(var(--mobile-caption)*0.54);
    --mobile-s-overline: calc(var(--mobile-overline)*0.54);
    /*base tablet*/
    --tablet-h1: calc(var(--base-h1)*0.74);
    --tablet-h2: calc(var(--base-h2)*0.74);
    --tablet-h3: calc(var(--base-h3)*0.74);
    --tablet-h4: calc(var(--base-h4)*0.74);
    --tablet-h5: calc(var(--base-h5)*0.74);
    --tablet-h6: calc(var(--base-h6)*0.74);
    --tablet-subtitle1: calc(var(--base-subtitle1)*0.74);
    --tablet-subtitle2: calc(var(--base-subtitle2)*0.74);
    --tablet-body1: calc(var(--base-body1)*0.74);
    --tablet-body2: calc(var(--base-body2)*0.74);
    --tablet-caption: calc(var(--base-caption)*0.74);
    --tablet-overline: calc(var(--base-overline)*0.74);
    /*coefficients*/
}



h1 {
    font-family: 'Fira Sans';
    font-weight: 800;
    font-size: calc(var(--base-h1) + 0.390625vw);
    line-height: calc(var(--base-h1) + 0.390625vw +1.5rem);
    margin: calc(4px++ 0.390625vw) 0;
    margin-block-start: unset;
    margin-block-end: unset;
    -webkit-text-size-adjust: 100%;
}
h2 {
    font-family: 'Fira Sans';
    font-weight: 800;
    font-size: calc(var(--base-h2) + 0.390625vw);
    line-height: calc(var(--base-h2) + 0.390625vw+1.5rem);
    color: var(--grey-100);
    margin: calc(4px++ 0.390625vw) 0;
    -webkit-text-size-adjust: 100%;
}
.solutions-item-block h2 {
    font-family: 'Fira Sans';
    font-weight: 700 !important;
    font-size: calc(var(--base-h3) + 0.390625vw) 700 !important;
    line-height: calc(var(--base-h3) + 0.390625vw+1.5rem) 700 !important;
    color: var(--grey-100) 700 !important;
    margin: calc(4px++ 0.390625vw) 0 700 !important;
    margin-block-end: unset;
    margin-block-start: unset;
    -webkit-text-size-adjust: 100%;
}
.solutions-item-block-reversed h2 {
    font-family: 'Fira Sans';
    font-weight: 700 !important;
    font-size: calc(var(--base-h3) + 0.390625vw) 700 !important;
    line-height: calc(var(--base-h3) + 0.390625vw+1.5rem) 700 !important;
    color: var(--grey-100) 700 !important;
    margin: calc(4px++ 0.390625vw) 0 700 !important;
    margin-block-end: unset;
    margin-block-start: unset;
    -webkit-text-size-adjust: 100%;
}

.footer-h2 {
    font-family: 'Fira Sans';
    font-weight: 800;
    font-size: calc(var(--base-h2) + 0.390625vw);
    line-height: calc(var(--base-h2) + 0.390625vw+1.5rem);
    color: var(--grey-100);
    margin: calc(4px++ 0.390625vw) 0;
    -webkit-text-size-adjust: 100%;
}
h3 {
    font-family: 'Fira Sans';
    font-weight: 700;
    font-size: calc(var(--base-h3) + 0.390625vw);
    line-height: calc(var(--base-h3) + 0.390625vw+1.5rem);
    color: var(--grey-100);
    margin: calc(4px++ 0.390625vw) 0;
    margin-block-end: unset;
    margin-block-start: unset;
    -webkit-text-size-adjust: 100%;
}
h4 {
    font-family: 'Fira Sans';
    font-weight: 700;
    font-size: calc(var(--base-h4) + 0.390625vw);
    line-height: calc(var(--base-h4) + 0.390625vw+1.5rem);
    margin: calc(4px++ 0.390625vw) 0;
    margin-block-end: unset;
    margin-block-start: unset;
    -webkit-text-size-adjust: 100%;
}

.solutions-headers span {
    font-family: 'Fira Sans';
    font-weight: 700;
    font-size: calc(var(--base-h4) + 0.390625vw);
    line-height: calc(var(--base-h4) + 0.390625vw+1.5rem);
    margin: calc(4px++ 0.390625vw) 0;
    margin-block-end: unset;
    margin-block-start: unset;
    -webkit-text-size-adjust: 100%;
}

.industry-slider-col .text-container span {
    font-family: 'Fira Sans';
    font-weight: 700;
    font-size: calc(var(--base-h4) + 0.390625vw);
    line-height: calc(var(--base-h4) + 0.390625vw+1.5rem);
    margin: calc(4px++ 0.390625vw) 0;
    margin-block-end: unset;
    margin-block-start: unset;
    -webkit-text-size-adjust: 100%;
}
#services span {
    font-family: 'Fira Sans';
    font-weight: 700;
    font-size: calc(var(--base-h4) + 0.390625vw);
    line-height: calc(var(--base-h4) + 0.390625vw+1.5rem);
    margin: calc(4px++ 0.390625vw) 0;
    margin-block-end: unset;
    margin-block-start: unset;
    -webkit-text-size-adjust: 100%;
}

h5 {
    font-family: 'Fira Sans';
    font-weight: 700;
    font-size: calc(var(--base-h5) + 0.390625vw);
    line-height: calc(var(--base-h5) + 0.390625vw+1.5rem);
    margin: calc(4px++ 0.390625vw) 0;
    margin-block-end: unset;
    margin-block-start: unset;
    -webkit-text-size-adjust: 100%;
}

.grid-item-img-partners span {
    font-family: 'Fira Sans';
    font-weight: 700;
    font-size: calc(var(--base-h5) + 0.390625vw);
    line-height: calc(var(--base-h5) + 0.390625vw+1.5rem);
    margin: calc(4px++ 0.390625vw) 0;
    margin-block-end: unset;
    margin-block-start: unset;
    -webkit-text-size-adjust: 100%;
}

.drop-item-1 span {
    font-family: 'Fira Sans';
    font-weight: 600 !important;
    font-size: calc(var(--base-h6) + 0.390625vw);
    line-height: calc(var(--base-h6) + 0.390625vw+1.5rem);
    margin: calc(4px++ 0.390625vw) 0;
    -webkit-text-size-adjust: 100%;
}
.slider-container span {
    font-weight: 100;
    font-size: calc(var(--base-body1) + 0.390625vw);
    line-height: calc(var(--base-body1) + 0.390625vw+1.5rem);
    margin: calc(4px++ 0.390625vw) 0;
    font-family: 'Fira Sans Regular';
    color: #929292;
    -webkit-text-size-adjust: 100%;
}
h6 {
    font-family: 'Fira Sans';
    font-weight: 600;
    font-size: calc(var(--base-h6) + 0.390625vw);
    line-height: calc(var(--base-h6) + 0.390625vw+1.5rem);
    margin: calc(4px++ 0.390625vw) 0;
    -webkit-text-size-adjust: 100%;
}
#news span {
    font-family: 'Fira Sans';
    font-weight: 600;
    font-size: calc(var(--base-h6) + 0.390625vw);
    line-height: calc(var(--base-h6) + 0.390625vw+1.5rem);
    margin: calc(4px++ 0.390625vw) 0;
    -webkit-text-size-adjust: 100%;
}

.subtitle1 {
    font-weight: 600;
    font-size: calc(var(--base-subtitle1) + 0.390625vw);
    line-height: calc(var(--base-subtitle1) + 0.390625vw+1.5rem);
    margin: calc(4px++ 0.390625vw) 0;
    height: inherit;
    width: max-content;
    -webkit-text-size-adjust: 100%;
}
.header .subtitle1 {
    font-size: calc(var(--base-subtitle1)*0.58 + 0.390625vw);
    line-height: calc(var(--base-subtitle1)*0.58 + 0.390625vw+1.5rem);
    margin: calc(4px++ 0.390625vw) 0;
    -webkit-text-size-adjust: 100%;
}
.footer .subtitle1 {
    font-size: calc(var(--base-subtitle1)*0.55 + 0.390625vw);
    line-height: calc(var(--base-subtitle1)*0.55 + 0.390625vw+1.5rem);
    margin: calc(4px++ 0.390625vw) 0;
    -webkit-text-size-adjust: 100%;
}

.footer span5 {
    font-family: 'Fira Sans';
    font-weight: 700;
    font-size: calc(var(--base-h5) + 0.390625vw);
    line-height: calc(var(--base-h5) + 0.390625vw+1.5rem);
    margin: calc(4px++ 0.390625vw) 0;
    margin-block-end: unset;
    margin-block-start: unset;
    -webkit-text-size-adjust: 100%;
}

.bold-reg {
    font-weight: 400;
    font-size: calc(var(--base-body1) + 0.390625vw);
    line-height: calc(var(--base-body1) + 0.390625vw+1.5rem);
    margin: calc(4px++ 0.390625vw) 0;
    font-family: 'Fira Sans';
    -webkit-text-size-adjust: 100%;
}
.body1 {
    font-weight: 100;
    font-size: calc(var(--base-body1) + 0.390625vw);
    line-height: calc(var(--base-body1) + 0.390625vw+1.5rem);
    margin: calc(4px++ 0.390625vw) 0;
    font-family: 'Fira Sans Regular';
    color: #DFE3E8;
    -webkit-text-size-adjust: 100%;
}
.body2 {
    font-weight: 400;
    font-size: calc(var(--base-body2) + 0.390625vw);
    line-height: calc(var(--base-body2) + 0.390625vw);
    font-family: 'Fira Sans';
    -webkit-text-size-adjust: 100%;
}
.buttons {
    font-weight: 500;
    font-size: calc(var(--base-caption) + 0.390625vw);
    line-height: calc(var(--base-caption) + 0.390625vw+1.5rem);
    cursor: pointer;
    -webkit-text-size-adjust: 100%;
}
.footer a {
    color: var(--grey-100);
    text-decoration: none;
    -webkit-text-size-adjust: 100%;
}
.text-secondary {
    font-weight: 800;
    font-size: calc(var(--base-h2) + 0.390625vw);
    line-height: calc(var(--base-h2) + 0.390625vw+1.5rem);
    color: var(--grey-500);
    max-width: 40%;
    -webkit-text-size-adjust: 100%;
}
.label-cont {
    font-weight: 500;
    font-size: calc(var(--base-caption) + 0.390625vw);
    line-height: calc(var(--base-caption) + 0.390625vw+1.5rem);
    color: var(--grey-500);
    -webkit-text-size-adjust: 100%;
}
/*colors*/
.text-disabled {
    color: var(--grey-600)
}
.text-primary {
    color: var(--grey-100);
    max-width: 40%;
}

@media only screen and (min-device-width:1681px) and (max-device-width:2380px) {
    h1 {
        font-size: calc(var(--base-b-h1) + 0.390625vw) !important;
        line-height: calc(var(--base-b-h1) + 0.390625vw+1.5rem) !important;
    }

    h2 {
        font-size: calc(var(--base-b-h2) + 0.390625vw) !important;
        line-height: calc(var(--base-b-h2) + 0.390625vw+1.5rem) !important;
    }
    .solutions-item-block-reversed h2 {
        font-family: 'Fira Sans';
        font-weight: 700 !important;
        font-size: calc(var(--base-b-h3) + 0.390625vw) !important;
        line-height: calc(var(--base-b-h3) + 0.390625vw+1.5rem) !important;
        color: var(--grey-100) 700 !important;
        margin: calc(4px++ 0.390625vw) 0 700 !important;
        margin-block-end: unset;
        margin-block-start: unset;
        -webkit-text-size-adjust: 100%;
    }
    .solutions-item-block h2 {
        font-family: 'Fira Sans';
        font-weight: 700 !important;
        font-size: calc(var(--base-b-h3) + 0.390625vw) !important;
        line-height: calc(var(--base-b-h3) + 0.390625vw+1.5rem) !important;
        color: var(--grey-100) 700 !important;
        margin: calc(4px++ 0.390625vw) 0 700 !important;
        margin-block-end: unset;
        margin-block-start: unset;
        -webkit-text-size-adjust: 100%;
    }
    .main-col-left div.span {
        font-size: calc(var(--base-b-h2) + 0.390625vw) !important;
        line-height: calc(var(--base-b-h2) + 0.390625vw+1.5rem) !important;
    }

    .footer-h2 {
        font-family: 'Fira Sans';
        font-weight: 800;
        font-size: calc(var(--base-b-h2) + 0.390625vw) !important;
        line-height: calc(var(--base-b-h2) + 0.390625vw+1.5rem) !important;
        color: var(--grey-100);
        margin: calc(4px++ 0.390625vw) 0;
        -webkit-text-size-adjust: 100%;
    }
    h3 {
        font-size: calc(var(--base-b-h3) + 0.390625vw) !important;
        line-height: calc(var(--base-b-h3) + 0.390625vw+1.5rem) !important;
    }

    h4 {
        font-size: calc(var(--base-b-h4) + 0.390625vw) !important;
        line-height: calc(var(--base-b-h4) + 0.390625vw+1.5rem) !important;
    }
    .solutions-headers span {
        font-size: calc(var(--base-b-h4) + 0.390625vw) !important;
        line-height: calc(var(--base-b-h4) + 0.390625vw+1.5rem) !important;
    }
    .industry-slider-col .text-container span {
        font-size: calc(var(--base-b-h4) + 0.390625vw) !important;
        line-height: calc(var(--base-b-h4) + 0.390625vw+1.5rem) !important;
    }

    #services span {
        font-size: calc(var(--base-b-h4) + 0.390625vw) !important;
        line-height: calc(var(--base-b-h4) + 0.390625vw+1.5rem) !important;
    }

    h5 {
        font-size: calc(var(--base-b-h5) + 0.390625vw) !important;
        line-height: calc(var(--base-b-h5) + 0.390625vw+1.5rem) !important;
    }

    .grid-item-img-partners span {
        font-family: 'Fira Sans';
        font-weight: 700;
        margin: calc(4px++ 0.390625vw) 0;
        margin-block-end: unset;
        margin-block-start: unset;
        -webkit-text-size-adjust: 100%;
        font-size: calc(var(--base-b-h5) + 0.390625vw) !important;
        line-height: calc(var(--base-b-h5) + 0.390625vw+1.5rem) !important;
    }

    .drop-item-1 span {
        font-family: 'Fira Sans';
        font-weight: 600 !important;
        margin: calc(4px++ 0.390625vw) 0;
        -webkit-text-size-adjust: 100%;

        font-size: calc(var(--base-b-h6) + 0.390625vw) !important;
        line-height: calc(var(--base-b-h6) + 0.390625vw+1.5rem) !important;
    }
    .footer span5 {
        font-size: calc(var(--base-b-h5) + 0.390625vw) !important;
        line-height: calc(var(--base-b-h5) + 0.390625vw+1.5rem) !important;
    }

    h6 {
        font-size: calc(var(--base-b-h6) + 0.390625vw) !important;
        line-height: calc(var(--base-b-h6) + 0.390625vw+1.5rem) !important;
    }
    #news span {
        font-size: calc(var(--base-b-h6) + 0.390625vw) !important;
        line-height: calc(var(--base-b-h6) + 0.390625vw+1.5rem) !important;
    }
    .bold-reg {
        font-size: calc(var(--base-b-body1) + 0.390625vw) !important;
        line-height: calc(var(--base-b-body1) + 0.390625vw+1.5rem) !important;
    }

    .body1 {
        font-size: calc(var(--base-b-body1) + 0.390625vw) !important;
        line-height: calc(var(--base-b-body1) + 0.390625vw+1.5rem) !important;
    }



    .body2 {
        font-size: calc(var(--base-b-body2) + 0.390625vw) !important;
        line-height: calc(var(--base-b-body2) + 0.390625vw) !important;
    }

    .buttons {
        font-size: calc(var(--base-b-caption) + 0.390625vw) !important;
        line-height: calc(var(--base-b-caption) + 0.390625vw+1.5rem) !important;
    }

    .subtitle1 {
        font-weight: 600;
        font-size: calc(var(--base-b-subtitle1) + 0.390625vw);
        line-height: calc(var(--base-b-subtitle1) + 0.390625vw+1.5rem);
        margin: calc(4px++ 0.390625vw) 0;
        height: inherit;
        width: max-content;
    }

    .text-secondary {
        font-weight: 800;
        font-size: calc(var(--base-b-h2) + 0.390625vw);
        line-height: calc(var(--base-b-h2) + 0.390625vw+1.5rem);
    }

    .label-cont {
        font-weight: 500;
        font-size: calc(var(--base-b-caption) + 0.390625vw);
        line-height: calc(var(--base-b-caption) + 0.390625vw+1.5rem);
        color: var(--grey-500);
    }
}
/*tablet*/
@media only screen and (min-device-width:901px) and (max-device-width:1680px) {
    h1 {
        font-size: calc(var(--tablet-h1) + 0.390625vw) !important;
        line-height: calc(var(--tablet-h1) + 0.390625vw+1.5rem) !important;
    }

    h2 {
        font-size: calc(var(--tablet-h2) + 0.390625vw) !important;
        line-height: calc(var(--tablet-h2) + 0.390625vw+1.5rem) !important;
    }
    .solutions-item-block-reversed h2 {
        font-family: 'Fira Sans';
        font-weight: 700 !important;
        font-size: calc(var(--tablet-h3) + 0.390625vw) !important;
        line-height: calc(var(--tablet-h3) + 0.390625vw+1.5rem) !important;
        color: var(--grey-100) 700 !important;
        margin: calc(4px++ 0.390625vw) 0 700 !important;
        margin-block-end: unset;
        margin-block-start: unset;
        -webkit-text-size-adjust: 100%;
    }
    .solutions-item-block h2 {
        font-family: 'Fira Sans';
        font-weight: 700 !important;
        font-size: calc(var(--tablet-h3) + 0.390625vw) !important;
        line-height: calc(var(--tablet-h3) + 0.390625vw+1.5rem) !important;
        color: var(--grey-100) 700 !important;
        margin: calc(4px++ 0.390625vw) 0 700 !important;
        margin-block-end: unset;
        margin-block-start: unset;
        -webkit-text-size-adjust: 100%;
    }
    .main-col-left div.span {
        font-size: calc(var(--tablet-h2) + 0.390625vw) !important;
        line-height: calc(var(--tablet-h2) + 0.390625vw+1.5rem) !important;
    }

    .footer-h2 {
        font-family: 'Fira Sans';
        font-weight: 800;
        font-size: calc(var(--tablet-h2) + 0.390625vw) !important;
        line-height: calc(var(--tablet-h2) + 0.390625vw+1.5rem) !important;
        color: var(--grey-100);
        margin: calc(4px++ 0.390625vw) 0;
        -webkit-text-size-adjust: 100%;
    }

    h3 {
        font-size: calc(var(--tablet-h3) + 0.390625vw) !important;
        line-height: calc(var(--tablet-h3) + 0.390625vw+1.5rem) !important;
    }

    h4 {
        font-size: calc(var(--tablet-h4) + 0.390625vw) !important;
        line-height: calc(var(--tablet-h4) + 0.390625vw+1.5rem) !important;
    }
    .solutions-headers span {
        font-size: calc(var(--tablet-h4) + 0.390625vw) !important;
        line-height: calc(var(--tablet-h4) + 0.390625vw+1.5rem) !important;
    }
    .industry-slider-col .text-container span {
        font-size: calc(var(--tablet-h4) + 0.390625vw) !important;
        line-height: calc(var(--tablet-h4) + 0.390625vw+1.5rem) !important;
    }

    #services span {
        font-size: calc(var(--tablet-h4) + 0.390625vw) !important;
        line-height: calc(var(--tablet-h4) + 0.390625vw+1.5rem) !important;
    }

    h5 {
        font-size: calc(var(--tablet-h5) + 0.390625vw) !important;
        line-height: calc(var(--tablet-h5) + 0.390625vw+1.5rem) !important;
    }
    .grid-item-img-partners span {
        font-family: 'Fira Sans';
        font-weight: 700;
        margin: calc(4px++ 0.390625vw) 0;
        margin-block-end: unset;
        margin-block-start: unset;
        -webkit-text-size-adjust: 100%;
        font-size: calc(var(--tablet-h5) + 0.390625vw) !important;
        line-height: calc(var(--tablet-h5) + 0.390625vw+1.5rem) !important;
    }
    .drop-item-1 span {
        font-family: 'Fira Sans';
        font-weight: 600 !important;
        margin: calc(4px++ 0.390625vw) 0;
        -webkit-text-size-adjust: 100%;
        font-size: calc(var(--tablet-h6) + 0.390625vw) !important;
        line-height: calc(var(--tablet-h6) + 0.390625vw+1.5rem) !important;
    }
    .footer span5 {
        font-size: calc(var(--tablet-h5) + 0.390625vw) !important;
        line-height: calc(var(--tablet-h5) + 0.390625vw+1.5rem) !important;
    }
    h6 {
        font-size: calc(var(--tablet-h6) + 0.390625vw) !important;
        line-height: calc(var(--tablet-h6) + 0.390625vw+1.5rem) !important;
    }
    #news span {
        font-size: calc(var(--tablet-h6) + 0.390625vw) !important;
        line-height: calc(var(--tablet-h6) + 0.390625vw+1.5rem) !important;
    }
    .bold-reg {
        font-size: calc(var(--tablet-body1) + 0.390625vw) !important;
        line-height: calc(var(--tablet-body1) + 0.390625vw+1.5rem) !important;
    }

    .body1 {
        font-size: calc(var(--tablet-body1) + 0.390625vw) !important;
        line-height: calc(var(--tablet-body1) + 0.390625vw+1.5rem) !important;
    }



    .body2 {
        font-size: calc(var(--tablet-body2) + 0.390625vw) !important;
        line-height: calc(var(--tablet-body2) + 0.390625vw) !important;
    }

    .buttons {
        font-size: calc(var(--tablet-caption) + 0.390625vw) !important;
        line-height: calc(var(--tablet-caption) + 0.390625vw+1.5rem) !important;
    }

    .subtitle1 {
        font-weight: 600;
        font-size: calc(var(--tablet-subtitle1) + 0.390625vw);
        line-height: calc(var(--tablet-subtitle1) + 0.390625vw+1.5rem);
        margin: calc(4px++ 0.390625vw) 0;
        height: inherit;
        width: max-content;
    }

    .label-cont {
        font-weight: 500;
        font-size: calc(var(--tablet-caption) + 0.390625vw);
        line-height: calc(var(--tablet-caption) + 0.390625vw+1.5rem);
        color: var(--grey-500);
    }
}
@media only screen and (min-device-width:601px) and (max-device-width:900px) {
    h1 {
        font-size: calc(var(--mobile-h1) + 0.390625vw) !important;
        line-height: calc(var(--mobile-h1) + 0.390625vw) !important;
        margin: calc(4px++ 0.390625vw) 0;
    }

    h2 {
        font-size: calc(var(--mobile-h2) + 0.390625vw) !important;
        line-height: calc(var(--mobile-h2) + 0.390625vw) !important;
        margin: calc(4px++ 0.390625vw) 0;
    }
    .solutions-item-block-reversed h2 {
        font-family: 'Fira Sans';
        font-weight: 700 !important;
        font-size: calc(var(--mobile-h3) + 0.390625vw) !important;
        line-height: calc(var(--mobile-h3) + 0.390625vw+1.5rem) !important;
        margin: calc(4px++ 0.390625vw) 0;
        color: var(--grey-100) 700 !important;
        margin: calc(4px++ 0.390625vw) 0 700 !important;
        margin-block-end: unset;
        margin-block-start: unset;
        -webkit-text-size-adjust: 100%;
    }
    .solutions-item-block h2 {
        font-family: 'Fira Sans';
        font-weight: 700 !important;
        font-size: calc(var(--mobile-h3) + 0.390625vw) !important;
        line-height: calc(var(--mobile-h3) + 0.390625vw+1.5rem) !important;
        margin: calc(4px++ 0.390625vw) 0;
        color: var(--grey-100) 700 !important;
        margin: calc(4px++ 0.390625vw) 0 700 !important;
        margin-block-end: unset;
        margin-block-start: unset;
        -webkit-text-size-adjust: 100%;
    }
    .main-col-left div.span {
        font-size: calc(var(--mobile-h2) + 0.390625vw) !important;
        line-height: calc(var(--mobile-h2) + 0.390625vw) !important;
        margin: calc(4px++ 0.390625vw) 0;
    }
    h3 {
        font-size: calc(var(--mobile-h3) + 0.390625vw) !important;
        line-height: calc(var(--mobile-h3) + 0.390625vw+1.5rem) !important;
        margin: calc(4px++ 0.390625vw) 0;
    }

    h4 {
        font-size: calc(var(--mobile-h4) + 0.390625vw) !important;
        line-height: calc(var(--mobile-h4) + 0.390625vw+1.5rem) !important;
        margin: calc(4px++ 0.390625vw) 0;
    }
    .solutions-headers span {
        font-size: calc(var(--mobile-h4) + 0.390625vw) !important;
        line-height: calc(var(--mobile-h4) + 0.390625vw+1.5rem) !important;
        margin: calc(4px++ 0.390625vw) 0;
    }
    .industry-slider-col .text-container span {
        font-size: calc(var(--mobile-h4) + 0.390625vw) !important;
        line-height: calc(var(--mobile-h4) + 0.390625vw+1.5rem) !important;
        margin: calc(4px++ 0.390625vw) 0;
    }

    #services span {
        font-size: calc(var(--mobile-h4) + 0.390625vw) !important;
        line-height: calc(var(--mobile-h4) + 0.390625vw+1.5rem) !important;
        margin: calc(4px++ 0.390625vw) 0;
    }
    h5 {
        font-size: calc(var(--mobile-h5) + 0.390625vw) !important;
        line-height: calc(var(--mobile-h5) + 0.390625vw+1.5rem) !important;
        margin: calc(4px++ 0.390625vw) 0;
    }

    .grid-item-img-partners span {
        font-family: 'Fira Sans';
        font-weight: 700;
        margin: calc(4px++ 0.390625vw) 0;
        margin-block-end: unset;
        margin-block-start: unset;
        -webkit-text-size-adjust: 100%;
        font-size: calc(var(--mobile-h5) + 0.390625vw) !important;
        line-height: calc(var(--mobile-h5) + 0.390625vw+1.5rem) !important;
        margin: calc(4px++ 0.390625vw) 0;
    }
    .drop-item-1 span {
        font-family: 'Fira Sans';
        font-weight: 600 !important;
        margin: calc(4px++ 0.390625vw) 0;
        -webkit-text-size-adjust: 100%;
        font-size: calc(var(--mobile-h6) + 0.390625vw) !important;
        line-height: calc(var(--mobile-h6) + 0.390625vw+1.5rem) !important;
        margin: calc(4px++ 0.390625vw) 0;
    }
    .footer span5 {
        font-size: calc(var(--mobile-h5) + 0.390625vw) !important;
        line-height: calc(var(--mobile-h5) + 0.390625vw+1.5rem) !important;
        margin: calc(4px++ 0.390625vw) 0;
    }
    h6 {
        font-size: calc(var(--mobile-h6) + 0.390625vw) !important;
        line-height: calc(var(--mobile-h6) + 0.390625vw+1.5rem) !important;
        margin: calc(4px++ 0.390625vw) 0;
    }
    #news span {
        font-size: calc(var(--mobile-h6) + 0.390625vw) !important;
        line-height: calc(var(--mobile-h6) + 0.390625vw+1.5rem) !important;
        margin: calc(4px++ 0.390625vw) 0;
    }
    .bold-reg {
        font-weight: 400;
        font-size: calc(var(--mobile-body1) + 0.390625vw) !important;
        line-height: calc(var(--mobile-body1) + 0.390625vw+1.5rem) !important;
        margin: calc(4px++ 0.390625vw) 0;
    }

    .body1 {
        font-weight: 400;
        font-size: calc(var(--mobile-body1) + 0.390625vw) !important;
        line-height: calc(var(--mobile-body1) + 0.390625vw+1.5rem) !important;
        margin: calc(4px++ 0.390625vw) 0;
    }



    .body2 {
        font-weight: 400;
        font-size: calc(var(--mobile-body2) + 0.390625vw) !important;
        line-height: calc(var(--mobile-body2) + 0.390625vw) !important;
    }

    .buttons {
        font-weight: 500;
        font-size: calc(var(--mobile-caption) + 0.390625vw) !important;
        line-height: calc(var(--mobile-caption) + 0.390625vw+1.5rem) !important;
    }

    .text-secondary {
        font-size: calc(var(--mobile-h2) + 0.390625vw) !important;
        line-height: calc(var(--mobile-h2) + 0.390625vw+1.5rem) !important;
    }

    .subtitle1 {
        font-weight: 600;
        font-size: calc(var(--mobile-subtitle1) + 0.390625vw);
        line-height: calc(var(--mobile-subtitle1) + 0.390625vw+1.5rem);
        margin: calc(4px++ 0.390625vw) 0;
        height: inherit;
        width: max-content;
    }

    .label-cont {
        font-weight: 500;
        font-size: calc(var(--mobile-caption) + 0.390625vw);
        line-height: calc(var(--mobile-caption) + 0.390625vw+1.5rem);
        color: var(--grey-500);
    }
}



/*mobile*/
@media only screen and (min-device-width:360px) and (max-device-width:600px) and (orientation: portrait) {
    h1 {
        font-size: calc(var(--mobile-h1) + 0.390625vw) !important;
        line-height: calc(var(--mobile-h1) + 0.390625vw) !important;
        margin: calc(4px++ 0.390625vw) 0;
    }

    h2 {
        font-size: calc(var(--mobile-h2) + 0.390625vw) !important;
        line-height: calc(var(--mobile-h2) + 0.390625vw) !important;
        margin: calc(4px++ 0.390625vw) 0;
    }
    .solutions-item-block-reversed h2 {
        font-family: 'Fira Sans';
        font-weight: 700 !important;
        font-size: calc(var(--mobile-h3) + 0.390625vw) !important;
        line-height: calc(var(--mobile-h3) + 0.390625vw+1.5rem) !important;
        margin: calc(4px++ 0.390625vw) 0;
        color: var(--grey-100) 700 !important;
        margin: calc(4px++ 0.390625vw) 0 700 !important;
        margin-block-end: unset;
        margin-block-start: unset;
        -webkit-text-size-adjust: 100%;
    }
    .solutions-item-block h2 {
        font-family: 'Fira Sans';
        font-weight: 700 !important;
        font-size: calc(var(--mobile-h3) + 0.390625vw) !important;
        line-height: calc(var(--mobile-h3) + 0.390625vw+1.5rem) !important;
        margin: calc(4px++ 0.390625vw) 0;
        color: var(--grey-100) 700 !important;
        margin: calc(4px++ 0.390625vw) 0 700 !important;
        margin-block-end: unset;
        margin-block-start: unset;
        -webkit-text-size-adjust: 100%;
    }
    .main-col-left div.span {
        font-size: calc(var(--mobile-h2) + 0.390625vw) !important;
        line-height: calc(var(--mobile-h2) + 0.390625vw) !important;
        margin: calc(4px++ 0.390625vw) 0;
    }
    .footer-h2 {
        font-family: 'Fira Sans';
        font-weight: 800;
        font-size: calc(var(--mobile-h2) + 0.390625vw) !important;
        line-height: calc(var(--mobile-h2) + 0.390625vw) !important;
        color: var(--grey-100);
        margin: calc(4px++ 0.390625vw) 0;
        -webkit-text-size-adjust: 100%;
    }
    h3 {
        font-size: calc(var(--mobile-h3) + 0.390625vw) !important;
        line-height: calc(var(--mobile-h3) + 0.390625vw+1.5rem) !important;
        margin: calc(4px++ 0.390625vw) 0;
    }

    h4 {
        font-size: calc(var(--mobile-h4) + 0.390625vw) !important;
        line-height: calc(var(--mobile-h4) + 0.390625vw+1.5rem) !important;
        margin: calc(4px++ 0.390625vw) 0;
    }
    .solutions-headers span {
        font-size: calc(var(--mobile-h4) + 0.390625vw) !important;
        line-height: calc(var(--mobile-h4) + 0.390625vw+1.5rem) !important;
        margin: calc(4px++ 0.390625vw) 0;
    }
    .industry-slider-col .text-container span {
        font-size: calc(var(--mobile-h4) + 0.390625vw) !important;
        line-height: calc(var(--mobile-h4) + 0.390625vw+1.5rem) !important;
        margin: calc(4px++ 0.390625vw) 0;
    }

    #services span {
        font-size: calc(var(--mobile-h4) + 0.390625vw) !important;
        line-height: calc(var(--mobile-h4) + 0.390625vw+1.5rem) !important;
        margin: calc(4px++ 0.390625vw) 0;
    }

    h5 {
        font-size: calc(var(--mobile-h5) + 0.390625vw) !important;
        line-height: calc(var(--mobile-h5) + 0.390625vw+1.5rem) !important;
        margin: calc(4px++ 0.390625vw) 0;
    }
    .grid-item-img-partners span {
        font-family: 'Fira Sans';
        font-weight: 700;
        margin: calc(4px++ 0.390625vw) 0;
        margin-block-end: unset;
        margin-block-start: unset;
        -webkit-text-size-adjust: 100%;
        font-size: calc(var(--mobile-h5) + 0.390625vw) !important;
        line-height: calc(var(--mobile-h5) + 0.390625vw+1.5rem) !important;
        margin: calc(4px++ 0.390625vw) 0;
    }
    .drop-item-1 span {
        font-family: 'Fira Sans';
        font-weight: 600 !important;
        margin: calc(4px++ 0.390625vw) 0;
        -webkit-text-size-adjust: 100%;
        font-size: calc(var(--mobile-h6) + 0.390625vw) !important;
        line-height: calc(var(--mobile-h6) + 0.390625vw+1.5rem) !important;
        margin: calc(4px++ 0.390625vw) 0;
    }
    .footer span5 {
        font-size: calc(var(--mobile-h5) + 0.390625vw) !important;
        line-height: calc(var(--mobile-h5) + 0.390625vw+1.5rem) !important;
        margin: calc(4px++ 0.390625vw) 0;
    }
    h6 {
        font-size: calc(var(--mobile-h6) + 0.390625vw) !important;
        line-height: calc(var(--mobile-h6) + 0.390625vw+1.5rem) !important;
        margin: calc(4px++ 0.390625vw) 0;
    }
    #news span {
        font-size: calc(var(--mobile-h6) + 0.390625vw) !important;
        line-height: calc(var(--mobile-h6) + 0.390625vw+1.5rem) !important;
        margin: calc(4px++ 0.390625vw) 0;
    }
    .bold-reg {
        font-weight: 400;
        font-size: calc(var(--mobile-body1) + 0.390625vw) !important;
        line-height: calc(var(--mobile-body1) + 0.390625vw+1.5rem) !important;
        margin: calc(4px++ 0.390625vw) 0;
    }

    .body1 {
        font-weight: 400;
        font-size: calc(var(--mobile-body1) + 0.390625vw) !important;
        line-height: calc(var(--mobile-body1) + 0.390625vw+1.5rem) !important;
        margin: calc(4px++ 0.390625vw) 0;
    }



    .body2 {
        font-weight: 400;
        font-size: calc(var(--mobile-body2) + 0.390625vw) !important;
        line-height: calc(var(--mobile-body2) + 0.390625vw) !important;
    }

    .buttons {
        font-weight: 500;
        font-size: calc(var(--mobile-caption) + 0.390625vw) !important;
        line-height: calc(var(--mobile-caption) + 0.390625vw+1.5rem) !important;
    }

    .text-secondary {
        font-size: calc(var(--mobile-h2) + 0.390625vw) !important;
        line-height: calc(var(--mobile-h2) + 0.390625vw+1.5rem) !important;
    }

    .subtitle1 {
        font-weight: 600;
        font-size: calc(var(--mobile-subtitle1) + 0.390625vw);
        line-height: calc(var(--mobile-subtitle1) + 0.390625vw+1.5rem);
        margin: calc(4px++ 0.390625vw) 0;
        height: inherit;
        width: max-content;
    }

    .label-cont {
        font-weight: 500;
        font-size: calc(var(--mobile-caption) + 0.390625vw);
        line-height: calc(var(--mobile-caption) + 0.390625vw+1.5rem);
        color: var(--grey-500);
    }
}
@media only screen and (min-device-width:360px) and (max-device-width:600px) and (orientation: landscape) {
    h1 {
        font-size: calc(var(--mobile-h1) + 0.390625vw) !important;
        line-height: calc(var(--mobile-h1) + 0.390625vw) !important;
        margin: calc(4px++ 0.390625vw) 0;
    }

    h2 {
        font-size: calc(var(--mobile-h2) + 0.390625vw) !important;
        line-height: calc(var(--mobile-h2) + 0.390625vw) !important;
        margin: calc(4px++ 0.390625vw) 0;
    }
    .solutions-item-block-reversed h2 {
        font-family: 'Fira Sans';
        font-weight: 700 !important;
        font-size: calc(var(--mobile-h3) + 0.390625vw) !important;
        line-height: calc(var(--mobile-h3) + 0.390625vw+1.5rem) !important;
        margin: calc(4px++ 0.390625vw) 0;
        color: var(--grey-100) 700 !important;
        margin: calc(4px++ 0.390625vw) 0 700 !important;
        margin-block-end: unset;
        margin-block-start: unset;
        -webkit-text-size-adjust: 100%;
    }
    .solutions-item-block h2 {
        font-family: 'Fira Sans';
        font-weight: 700 !important;
        font-size: calc(var(--mobile-h3) + 0.390625vw) !important;
        line-height: calc(var(--mobile-h3) + 0.390625vw+1.5rem) !important;
        margin: calc(4px++ 0.390625vw) 0;
        color: var(--grey-100) 700 !important;
        margin: calc(4px++ 0.390625vw) 0 700 !important;
        margin-block-end: unset;
        margin-block-start: unset;
        -webkit-text-size-adjust: 100%;
    }
    .main-col-left div.span {
        font-size: calc(var(--mobile-h2) + 0.390625vw) !important;
        line-height: calc(var(--mobile-h2) + 0.390625vw) !important;
        margin: calc(4px++ 0.390625vw) 0;
    }
    .footer-h2 {
        font-family: 'Fira Sans';
        font-weight: 800;
        font-size: calc(var(--mobile-h2) + 0.390625vw) !important;
        line-height: calc(var(--mobile-h2) + 0.390625vw) !important;
        color: var(--grey-100);
        margin: calc(4px++ 0.390625vw) 0;
        -webkit-text-size-adjust: 100%;
    }
    h3 {
        font-size: calc(var(--mobile-h3) + 0.390625vw) !important;
        line-height: calc(var(--mobile-h3) + 0.390625vw+1.5rem) !important;
        margin: calc(4px++ 0.390625vw) 0;
    }

    h4 {
        font-size: calc(var(--mobile-h4) + 0.390625vw) !important;
        line-height: calc(var(--mobile-h4) + 0.390625vw+1.5rem) !important;
        margin: calc(4px++ 0.390625vw) 0;
    }
    .solutions-headers span {
        font-size: calc(var(--mobile-h4) + 0.390625vw) !important;
        line-height: calc(var(--mobile-h4) + 0.390625vw+1.5rem) !important;
        margin: calc(4px++ 0.390625vw) 0;
    }
    .industry-slider-col .text-container span {
        font-size: calc(var(--mobile-h4) + 0.390625vw) !important;
        line-height: calc(var(--mobile-h4) + 0.390625vw+1.5rem) !important;
        margin: calc(4px++ 0.390625vw) 0;
    }

    #services span {
        font-size: calc(var(--mobile-h4) + 0.390625vw) !important;
        line-height: calc(var(--mobile-h4) + 0.390625vw+1.5rem) !important;
        margin: calc(4px++ 0.390625vw) 0;
    }
    h5 {
        font-size: calc(var(--mobile-h5) + 0.390625vw) !important;
        line-height: calc(var(--mobile-h5) + 0.390625vw+1.5rem) !important;
        margin: calc(4px++ 0.390625vw) 0;
    }
    .grid-item-img-partners span {
        font-family: 'Fira Sans';
        font-weight: 700;
        margin: calc(4px++ 0.390625vw) 0;
        margin-block-end: unset;
        margin-block-start: unset;
        -webkit-text-size-adjust: 100%;
        font-size: calc(var(--mobile-h5) + 0.390625vw) !important;
        line-height: calc(var(--mobile-h5) + 0.390625vw+1.5rem) !important;
        margin: calc(4px++ 0.390625vw) 0;
    }
    .drop-item-1 span {
        font-family: 'Fira Sans';
        font-weight: 600 !important;
        margin: calc(4px++ 0.390625vw) 0;
        -webkit-text-size-adjust: 100%;
        font-size: calc(var(--mobile-h6) + 0.390625vw) !important;
        line-height: calc(var(--mobile-h6) + 0.390625vw+1.5rem) !important;
        margin: calc(4px++ 0.390625vw) 0;
    }
    .footer span5 {
        font-size: calc(var(--mobile-h5) + 0.390625vw) !important;
        line-height: calc(var(--mobile-h5) + 0.390625vw+1.5rem) !important;
        margin: calc(4px++ 0.390625vw) 0;
    }
    h6 {
        font-size: calc(var(--mobile-h6) + 0.390625vw) !important;
        line-height: calc(var(--mobile-h6) + 0.390625vw+1.5rem) !important;
        margin: calc(4px++ 0.390625vw) 0;
    }
    #news span {
        font-size: calc(var(--mobile-h6) + 0.390625vw) !important;
        line-height: calc(var(--mobile-h6) + 0.390625vw+1.5rem) !important;
        margin: calc(4px++ 0.390625vw) 0;
    }
    .bold-reg {
        font-weight: 400;
        font-size: calc(var(--mobile-body1) + 0.390625vw) !important;
        line-height: calc(var(--mobile-body1) + 0.390625vw+1.5rem) !important;
        margin: calc(4px++ 0.390625vw) 0;
    }

    .body1 {
        font-weight: 400;
        font-size: calc(var(--mobile-body1) + 0.390625vw) !important;
        line-height: calc(var(--mobile-body1) + 0.390625vw+1.5rem) !important;
        margin: calc(4px++ 0.390625vw) 0;
    }



    .body2 {
        font-weight: 400;
        font-size: calc(var(--mobile-body2) + 0.390625vw) !important;
        line-height: calc(var(--mobile-body2) + 0.390625vw) !important;
    }

    .buttons {
        font-weight: 500;
        font-size: calc(var(--mobile-caption) + 0.390625vw) !important;
        line-height: calc(var(--mobile-caption) + 0.390625vw+1.5rem) !important;
    }

    .text-secondary {
        font-size: calc(var(--mobile-h2) + 0.390625vw) !important;
        line-height: calc(var(--mobile-h2) + 0.390625vw+1.5rem) !important;
    }

    .subtitle1 {
        font-weight: 600;
        font-size: calc(var(--mobile-subtitle1) + 0.390625vw);
        line-height: calc(var(--mobile-subtitle1) + 0.390625vw+1.5rem);
        margin: calc(4px++ 0.390625vw) 0;
        height: inherit;
        width: max-content;
    }

    .label-cont {
        font-weight: 500;
        font-size: calc(var(--mobile-caption) + 0.390625vw);
        line-height: calc(var(--mobile-caption) + 0.390625vw+1.5rem);
        color: var(--grey-500);
    }
}
/*mobile*/
@media only screen and (max-device-width:359px) {
    h1 {
        font-size: calc(var(--mobile-s-h1) + 0.390625vw) !important;
        line-height: calc(var(--mobile-s-h1) + 0.390625vw) !important;
        margin: calc(4px++ 0.390625vw) 0;
    }

    h2 {
        font-size: calc(var(--mobile-s-h2) + 0.390625vw) !important;
        line-height: calc(var(--mobile-s-h2) + 0.390625vw) !important;
        margin: calc(4px++ 0.390625vw) 0;
    }
    .solutions-item-block-reversed h2 {
        font-family: 'Fira Sans';
        font-weight: 700 !important;
        font-size: calc(var(--mobile-s-h3) + 0.390625vw) !important;
        line-height: calc(var(--mobile-s-h3) + 0.390625vw+1.5rem) !important;
        margin: calc(4px++ 0.390625vw) 0;
        color: var(--grey-100) 700 !important;
        margin: calc(4px++ 0.390625vw) 0 700 !important;
        margin-block-end: unset;
        margin-block-start: unset;
        -webkit-text-size-adjust: 100%;
    }
    .solutions-item-block h2 {
        font-family: 'Fira Sans';
        font-weight: 700 !important;
        font-size: calc(var(--mobile-s-h3) + 0.390625vw) !important;
        line-height: calc(var(--mobile-s-h3) + 0.390625vw+1.5rem) !important;
        margin: calc(4px++ 0.390625vw) 0;
        color: var(--grey-100) 700 !important;
        margin: calc(4px++ 0.390625vw) 0 700 !important;
        margin-block-end: unset;
        margin-block-start: unset;
        -webkit-text-size-adjust: 100%;
    }
    .main-col-left div.span {
        font-size: calc(var(--mobile-s-h2) + 0.390625vw) !important;
        line-height: calc(var(--mobile-s-h2) + 0.390625vw) !important;
        margin: calc(4px++ 0.390625vw) 0;
    }
    .footer-h2 {
        font-family: 'Fira Sans';
        font-weight: 800;
        font-size: calc(var(--mobile-s-h2) + 0.390625vw) !important;
        line-height: calc(var(--mobile-s-h2) + 0.390625vw) !important;
        color: var(--grey-100);
        margin: calc(4px++ 0.390625vw) 0;
        -webkit-text-size-adjust: 100%;
    }
    h3 {
        font-size: calc(var(--mobile-s-h3) + 0.390625vw) !important;
        line-height: calc(var(--mobile-s-h3) + 0.390625vw+1.5rem) !important;
        margin: calc(4px++ 0.390625vw) 0;
    }

    h4 {
        font-size: calc(var(--mobile-s-h4) + 0.390625vw) !important;
        line-height: calc(var(--mobile-s-h4) + 0.390625vw+1.5rem) !important;
        margin: calc(4px++ 0.390625vw) 0;
    }
    .solutions-headers span {
        font-size: calc(var(--mobile-s-h4) + 0.390625vw) !important;
        line-height: calc(var(--mobile-s-h4) + 0.390625vw+1.5rem) !important;
        margin: calc(4px++ 0.390625vw) 0;
    }
    .industry-slider-col .text-container span {
        font-size: calc(var(--mobile-s-h4) + 0.390625vw) !important;
        line-height: calc(var(--mobile-s-h4) + 0.390625vw+1.5rem) !important;
        margin: calc(4px++ 0.390625vw) 0;
    }

    #services span {
        font-size: calc(var(--mobile-s-h4) + 0.390625vw) !important;
        line-height: calc(var(--mobile-s-h4) + 0.390625vw+1.5rem) !important;
        margin: calc(4px++ 0.390625vw) 0;
    }
    h5 {
        font-size: calc(var(--mobile-s-h5) + 0.390625vw) !important;
        line-height: calc(var(--mobile-s-h5) + 0.390625vw+1.5rem) !important;
        margin: calc(4px++ 0.390625vw) 0;
    }
    .grid-item-img-partners span {
        font-family: 'Fira Sans';
        font-weight: 700;
        margin: calc(4px++ 0.390625vw) 0;
        margin-block-end: unset;
        margin-block-start: unset;
        -webkit-text-size-adjust: 100%;
        font-size: calc(var(--mobile-s-h5) + 0.390625vw) !important;
        line-height: calc(var(--mobile-s-h5) + 0.390625vw+1.5rem) !important;
        margin: calc(4px++ 0.390625vw) 0;
    }
    .drop-item-1 span {
        font-family: 'Fira Sans';
        font-weight: 600 !important;
        margin: calc(4px++ 0.390625vw) 0;
        -webkit-text-size-adjust: 100%;
        font-size: calc(var(--mobile-s-h5) + 0.390625vw) !important;
        line-height: calc(var(--mobile-s-h5) + 0.390625vw+1.5rem) !important;
        margin: calc(4px++ 0.390625vw) 0;
    }
    .footer span5 {
        font-size: calc(var(--mobile-s-h5) + 0.390625vw) !important;
        line-height: calc(var(--mobile-s-h5) + 0.390625vw+1.5rem) !important;
        margin: calc(4px++ 0.390625vw) 0;
    }
    h6 {
        font-size: calc(var(--mobile-s-h5) + 0.390625vw) !important;
        line-height: calc(var(--mobile-s-h5) + 0.390625vw+1.5rem) !important;
        margin: calc(4px++ 0.390625vw) 0;
    }
    #news span {
        font-size: calc(var(--mobile-s-h5) + 0.390625vw) !important;
        line-height: calc(var(--mobile-s-h5) + 0.390625vw+1.5rem) !important;
        margin: calc(4px++ 0.390625vw) 0;
    }
    .bold-reg {
        font-weight: 400;
        font-size: calc(var(--mobile-s-body1) + 0.390625vw) !important;
        line-height: calc(var(--mobile-s-body1) + 0.390625vw+1.5rem) !important;
        margin: calc(4px++ 0.390625vw) 0;
    }

    .body1 {
        font-weight: 400;
        font-size: calc(var(--mobile-s-body1) + 0.390625vw) !important;
        line-height: calc(var(--mobile-s-body1) + 0.390625vw+1.5rem) !important;
        margin: calc(4px++ 0.390625vw) 0;
    }



    .body2 {
        font-size: calc(var(--mobile-s-body2) + 0.390625vw) !important;
        line-height: calc(var(--mobile-s-body2) + 0.390625vw) !important;
    }

    .buttons {
        font-weight: 500;
        font-size: calc(var(--mobile-s-caption) + 0.390625vw) !important;
        line-height: calc(var(--mobile-s-caption) + 0.390625vw+1.5rem) !important;
    }

    .text-secondary {
        font-size: calc(var(--mobile-s-h2) + 0.390625vw) !important;
        line-height: calc(var(--mobile-s-h2) + 0.390625vw+1.5rem) !important;
    }

    .subtitle1 {
        font-weight: 600;
        font-size: calc(var(--mobile-s-subtitle1) + 0.390625vw);
        line-height: calc(var(--mobile-s-subtitle1) + 0.390625vw+1.5rem);
        margin: calc(4px++ 0.390625vw) 0;
        height: inherit;
        width: max-content;
    }

    .label-cont {
        font-weight: 500;
        font-size: calc(var(--mobile-s-caption) + 0.390625vw);
        line-height: calc(var(--mobile-s-caption) + 0.390625vw+1.5rem);
        color: var(--grey-500);
    }
}



/*mobile adjustment*/
/*@media only screen
and (min-device-width: 240px)
and (max-device-width: 743px) and (orientation: portrait){
    h1 {
        font-size: 2rem;
        line-height: 3rem;
    }
    .subtitle1 {
        font-size: 1rem;
    }

    .to-drop-item h5 {
        font-size: 1.25rem;
    }

    .bread-crumbs-container ul {
        padding-left: 0px;
    }  
    .bread-crumbs-container li {
        padding: 0 4px !important;
    }

    product page
    .product-page h1 {
        font-size: 2.25rem;
        line-height: 2.25rem;
    }


    
    h2 {
        font-size: 2.5rem;
        line-height: 2.75rem;

    }

    h3 {
        font-size: 1rem;
        line-height: 1rem;
    }

    h4 {
        font-size: 1.25rem;
        line-height: 1.5rem;
    }

    h5 {

        font-size: 1rem;
        line-height: 2rem;

    }

    h6 {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .subtitle1 {

        font-size: 0.75rem;

    }

    .body1 {
        font-size: 0.75rem;
    }

    .body2 {
        font-size: 0.75rem;
    }

    .buttons {
        font-size: 0.75rem;
    }



}

@media only screen and (min-device-width: 744px) and (max-device-width: 1240px){
    .solutions-headers h4 {
        font-size: 1.25rem;
        line-height: 1.5rem;
    }
    .solutions-headers h1 {
        font-size: 2.5rem;
        line-height: 3rem;
    }

    h5{
        font-size:1.1rem;
    }
    a{
        font-size:0.9rem;
    }

    .footer .footer-companys .footer-item h5 {
        min-height: 3rem;
        text-wrap: balance;
    }

    .footer .footer-companys .footer-item a {
        font-size: 0.9rem;
        text-wrap: balance;
    }
    .footer .footer-companys .footer-item .bold-reg  {
        margin-top: unset;
        width:100%;
    }
    .footer .footer-companys .footer-item .bold-reg span{

    }

}

@media only screen and (max-width: 1440px){
    .main-col-left div h1 {
        font-size: 3rem;
    }

    .main-col-left div h2 {
        font-size: 2.25rem;
    }
    .footer a {
        font-size: 1rem;
    }
}


@media only screen and (min-device-width: 3020px) {
    h1 {
        font-size: 6rem;
        line-height: 6.5rem;
    }
    .footer .subtitle1 {
        line-height: 46px;
    }
    .footer h5 {
        font-size: 2rem;
        line-height:2rem;
    }

    .top-text-el p{
        font-size: 2.7rem;
        line-height: 3.2rem;
    }

    .bold-reg a {
        font-size: 1rem;
        line-height: 2rem;
    }

    .bread-crumbs-container ul {
        padding-left: 0px;
    }

    .bread-crumbs-container li {
        padding: 0 4px !important;
    }

    product page
    .product-page h1 {
        font-size: 2.2rem;
        line-height: 3rem;
    }


    
    h2 {
        font-size: 3.5rem;
        line-height: 4.2rem;
    }

    h3 {
        font-size: 3.5rem;
        line-height: 4.5rem;
    }

    h4 {
        font-size: 3.25rem;
        line-height: 4.25rem;
    }

    h5 {
        font-size: 4rem;
        line-height: 4.5rem;
    }

    h6 {
        font-size: 1.5rem;
        line-height: 4.5rem;
    }

    .subtitle1 {
        font-size: 2.3rem;
        line-height: 3rem;
    }

    .body1 {
        font-size: 1.5rem;
        line-height: 2.2rem;
    }

    .body2 {
        font-size: 2.5rem;
        line-height: 3rem;
    }

    .buttons {
        font-size: 1.5rem;
    }

    .solutions-headers h1 {
        font-size: 8rem;
        line-height: 9rem;
    }
    .solutions-headers h4 {
        font-size: 4rem;
        line-height: 5rem;
    } 
}*/
@font-face {
    font-family: "Fira Sans";
    /*src: url("/css/styles/fonts/FiraSans-Regular.woff");*/
    src: url("/css/styles/fonts/FiraSans-Bold.woff2") format('woff2');
    font-display: swap;
}
@font-face {
    font-family: "Fira Sans Regular";
    /*    src: url("/css/styles/fonts/FiraSans-ExtraLight.woff") format('woff');
*/ src: url("/css/styles/fonts/FiraSans-Regular.woff2") format('woff2');
    font-display: swap;
}
:root {
    --width: 100vw;
    --height: 100vh;
    --scale-mg-coef: 1;
    --mi-pos-x: calc(8vw+var(--scale-mg-coef)*18.571vw);
    --mi-pos-y: calc(8vw+var(--scale-mg-coef)*18.571vw);
    --widht-50: 50px;
    --height-50: 50px;

    --des-el-h: 50vh;
}  
.col {
    display: flex;
    flex-direction: column;
}
.row {
    display: flex;
    flex-direction: row;
    position: relative;
    padding-top: 20px;
    overflow: visible;
}
     .splide__arrow {
    border-radius: 4px !important;
    border: 1px solid var(--primary-main);
    background: var(--primary-darker)!important;
    color: var(--primary-main) !important;

     }
      .splide__arrow:hover {
    background: var(--primary-dark)!important;
      }
.industr-sl-half-cont {
    width: 50%
}

#left_btn {
    left: unset;
    right: 5rem;
}
#right_btn {
    right: 0.5rem;
}
/*support*/
.link-arow-img:hover {
    filter: invert(42%) sepia(92%) saturate(572%) hue-rotate(151deg) brightness(101%);
}


.title-head{
    display:none;
}
/*Cookies*/
.pagehover {
    position: fixed;
    /* bottom: 0px; */
    height: 100vh;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 20;
    padding: 0 8vw 0 8vw;
    background-color: #000000ab;
}
.cookie .cookie-content {
    position: fixed;
    bottom: 1vh;
    /* width: 90vw; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: var(--primary-darker);
    border-radius: 1.125rem;
    left: 2%;
    right: 2%;
    padding: 1rem 2.5rem;
    border-radius: 0.85rem;
    background: var(--primary-darker, #0A4E5C);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.60);
    z-index: 21;
}
    .cookie .cookie-content .culture-block {
        display: flex;
        padding: 0.5rem 1rem;
        align-items: center;
        gap: .2rem;
        /* align-self: stretch; */
        border-radius: 0.5rem;
        background: var(--primary-dark, #0F6679);
        margin: 0.5rem 0rem;
        /* width: initial; */
        justify-content: center;
        max-height: 40px;
    }
        .cookie .cookie-content .culture-block .active {
            display: flex;
            padding: 0.25rem 0.75rem;
            align-items: center;
            border-radius: 0.25rem;
            border: 1px solid var(--primary-dark, #0F6679);
            background: var(--primary-darker, #0A4E5C);
        }
    .cookie .cookie-content .btn-primary-default {
        height: unset;
    }
    .cookie .cookie-content .left-cookies-container {
        display: flex;
        align-items: center;
        gap: 1rem;
        flex-shrink: 0;
        align-self: stretch;
        /* max-width: 80%; */
        flex-direction: row;
        width: 100%;
    }
    .cookie .cookie-content .row-container{
        max-width:100%;
        width:100%;
    }
        .cookie .cookie-content .row-container .coockieform {
            display: flex;
            justify-content: space-evenly;
            flex-direction:row;
        }

.pagehover .show {
    display: block;
    width: 40px;
    height: fit-content;
    padding: 12px;
    right: 30px;
    top: 75px;
}

   

    /**/
.header .arrow {
    padding: .2vw;
    border-width: 0 0.2vw 0.2vw 0;
}

    .arrow {
        border: solid var(--primary-main);
        border-width: 0 0.2em 0.2em 0;
        display: inline-block;
        padding: .3em;
    }

.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
/*Scroll*/
.scroll-down1 {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: 2px solid #00b4ff;
    font-size: 30px;
    overflow: hidden;
    cursor: pointer;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

    .scroll-down1 i {
        color: #00b4ff;
        animation: scrollDown1 1.5s ease infinite;
    }
/*toogle*/
.toggle {
    cursor: pointer;
    display: inline-block;
    padding: 0.5625rem 0.5625rem;
}

.toggle-switch {
    display: inline-block;
    background: var(--transparent-grey-48);
    border-radius: 3.125rem;
    width: 0.88rem;
    height: 0.88rem;
    padding: 0.1875rem 0.1875rem 0.1875rem 1rem;
    position: relative;
    vertical-align: middle;
    transition: background 0.25s;
}

    .toggle-switch:before, .toggle-switch:after {
        content: "";
    }

    .toggle-switch:before {
        display: block;
        background: var(--grey-100);
        border-radius: 50%;
        width: 0.875rem;
        height: 0.875rem;
        position: absolute;
        top: 0.19rem;
        left: 0.19rem;
        transition: left 0.25s;
    }

.toggle:hover .toggle-switch:before {
    background: linear-gradient(to bottom, #fff 0%, #fff 100%);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
}

.toggle-checkbox:checked + .toggle-switch {
    background: var(--primary-main);
}

    .toggle-checkbox:checked + .toggle-switch:before {
        left: 1rem;
    }

.toggle-checkbox {
    position: absolute;
    visibility: hidden;
}

.toggle-label {
    margin-left: 5px;
    position: relative;
    top: 2px;
    padding-bottom: 0.5rem;
}
/* Radio but*/
.radio-buttons {
    display: flex;
    flex-direction: column;
    color: white;
}

.radio-button {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    cursor: pointer;
}

    .radio-button input[type="radio"] {
        display: none;
    }

.radio-circle {
    width: 0.88rem;
    height: 0.88rem;
    border-radius: 50%;
    border: 2px solid var(--transparent-grey-48);
    position: relative;
    margin-right: 0.5rem;
}

    .radio-circle::before {
        content: "";
        display: block;
        width: 0.875rem;
        height: 0.875rem;
        border-radius: 50%;
        background-color: #ddd;
        position: absolute;
        top: 0.19rem;
        left: 0.19rem;
        transform: translate(-50%, -50%) scale(0);
        transition: all 0.1s ease-in-out;
       
    }

.radio-button input[type="radio"]:checked + .radio-circle::before {
    transform: translate(-0.19rem, -0.19rem) scale(0.8);
}

.radio-button input[type="radio"]:checked + .radio-circle::before {
    background-color: var(--primary-main);
}



.radio-label {
    font-size: 16px;
    font-weight: bold;
}

.radio-button:hover .radio-circle {
    border-color: var(--transparent-primary-48);
}

.radio-button:hover input[type="radio"]:checked + .radio-circle::before {
    background-color: var(--primary-main);
}






/**/

/* 3d selectors*/

.options label .col {
    display: flex;
    width: fit-content;
    height: fit-content;
    flex-direction: column-reverse;
}
.options .exchange-cont {
    display: flex;
    flex-direction: column;
    padding: 0.5625rem 0.5625rem;
}

.options .options-selector {
    display: flex;
    flex-direction: row;
}

.solution-page .options {
    display: flex;
    
}

.options-exchanger{
    display:flex;
}
/*preloader*/
.pre-loader {
    background: linear-gradient(to right, #1E2023, #282B2D, #1E2023);
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    width: 120vw;
    margin-left: -20%;
    position: fixed;
    top: 0px;
}
.d-loader {
    
    width:100%;
    height:100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    position: absolute;
    z-index:5;
}
    .d-loader .pre-logo {
        position:relative;
    }
    .fade-out {
        display:none;
        
    }

.d-loader #text-loading {
    text-align: center;
    font-size: 10px;
}

.d-loader #text-loading2 {
    text-align: center;
    font-size: 10px;
}

.grid-product .point-anotation {
    position: absolute;
    top: 0;
    left: 0;
  
}
.grid-product .annotation .box {
    
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    margin-left: 0px;
    margin-top: 0px;
    padding: 1em;
    padding-left: 15px;
    padding-top: 15px;
    width: 300px;
    color: #fff;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 0.5em;
    font-size: 12px;
    line-height: 1.2;
    transition: opacity 0.2s;
   
}






.three-container .webGl-anotation {
    width: 300px !important;
    height: 200px !important;
    overflow: unset !important;
    border: 1px solid black;

}




.solution-page .webGl {
    top: 0px;
    width: 100% ;
    height: 70vh ;
    position: relative;
}

/*scrooll container*/
     .webGl .scroll-container {
        position: absolute;
        width: 20px;
        height: 100%;
        top: 0;
        right: 0px;
        z-index: 4;
    }

#mouse-scroll {
    display: block;
   
}

#mouse-scroll {
    position: relative;
    margin: auto;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%);
    z-index: 5;
}

    #mouse-scroll span {
        display: block;
        width: 5px;
        height: 5px;
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        margin: 0 0 3px 5px;
    }

    #mouse-scroll .mouse {
        height: 21px;
        width: 14px;
        border-radius: 10px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        border: 2px solid #ffffff;
        top: 170px;
    }

    #mouse-scroll .down-arrow {
        margin-top: 6px;
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        transform: rotate(45deg);
    }

    #mouse-scroll .up-arrow {
        margin-bottom: 6px;
        -ms-transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg);
        transform: rotate(-135deg);
    }

    #mouse-scroll .n1, #mouse-scroll .n2, #mouse-scroll .n3 {
        -webkit-animation: mouse-scroll 1s infinite;
        -moz-animation: mouse-scroll 1s infinite;
    }

#mouse-croll .n1 {
    -webkit-animation-delay: .1s;
    -moz-animation-delay: .1s;
    -webkit-animation-direction: alternate;
}

#mouse-scroll .n2 {
    -webkit-animation-delay: .2s;
    -moz-animation-delay: .2s;
    -webkit-animation-direction: alternate;
}

#mouse-scroll .n3 {
    -webkit-animation-delay: .3s;
    -moz-animation-delay: .3s;
    -webkit-animation-direction: alternate;
}

#mouse-scroll .mouse-in {
    height: 5px;
    width: 2px;
    display: block;
    margin: 5px auto;
    background: #ffffff;
    position: relative;
}

#mouse-scroll .mouse-in {
    -webkit-animation: animated-mouse 1.2s ease infinite;
    -moz-animation: mouse-animated 1.2s ease infinite;
}

@-webkit-keyframes animated-mouse {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(6px);
        -ms-transform: translateY(6px);
        transform: translateY(6px);
    }
}

@-webkit-keyframes mouse-scroll {
    0% {
        opacity: 1;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 1;
    }
}

@keyframes mouse-scroll {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}



/**/

.pre-logo {
   
    width: 340px;
    height: 350px;
    justify-content: center;
    align-items: center;
    display: flex;
    color: white;
}

    .pre-logo svg {
        top: -100px;
        position: relative;
    }


.cls-1 {
    stroke-dasharray: 950;
    stroke-dashoffset: 10;
    animation-delay: -0.56s;
    animation: dash 2.5s infinite alternate ease;
    filter: blur(0.11rem);
    background: #049DBF;
    box-shadow: 0 0 20px salmon;
}

.cls-2 {
    stroke-dasharray: 1000;
    stroke-dashoffset: 10;
    animation: dash 3s infinite alternate linear;
}

@keyframes dash {
    from {
        stroke-dashoffset: 0;
    }

    to {
        stroke-dashoffset: 990;
    }
}

@keyframes over {
    100% {
        fill-opacity: 0;
    }

    0% {
        fill-opacity: 0.05;
    }
}

.wrapper-loader {
    position: absolute;
    width: 200px;
    height: 2px;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}

.loader {
    height: 100%;
    display: flex;
    transform: translateZ(0);
}

    .loader div {
        flex: 1;
        background: #049DBF;
        animation: go 0.8s infinite alternate ease;
        box-shadow: 0 0 20px salmon;
    }

        .loader div:nth-child(1) {
            animation-delay: -0.72s;
        }

        .loader div:nth-child(2) {
            animation-delay: -0.64s;
        }

        .loader div:nth-child(3) {
            animation-delay: -0.56s;
        }

        .loader div:nth-child(4) {
            animation-delay: -0.48s;
        }

        .loader div:nth-child(5) {
            animation-delay: -0.4s;
        }

        .loader div:nth-child(6) {
            animation-delay: -0.32s;
        }

        .loader div:nth-child(7) {
            animation-delay: -0.24s;
        }

        .loader div:nth-child(8) {
            animation-delay: -0.16s;
        }

        .loader div:nth-child(9) {
            animation-delay: -0.08s;
        }

        .loader div:nth-child(10) {
            animation-delay: 0s;
        }

@keyframes go {
    100% {
        background: transparent;
        flex: 10;
        box-shadow: 0 0 0 transparent;
    }
}
/* news cards for slider*/
.container-cards {
    --background-color: #282B2D;
    --text-color: #a1a1aa;
    --card-background-color: rgba(255, 255, 255, .015);
    --card-border-color: rgba(255, 255, 255, 0.1);
    --card-box-shadow-1: rgba(0, 0, 0, 0.05);
    --card-box-shadow-1-y: 3px;
    --card-box-shadow-1-blur: 6px;
    --card-box-shadow-2: rgba(0, 0, 0, 0.1);
    --card-box-shadow-2-y: 8px;
    --card-box-shadow-2-blur: 15px;
    --card-label-color: #fff;
    --card-icon-color: #A8EAF9;
    --card-icon-background-color: rgba(255, 255, 255, 0.08);
    --card-icon-border-color: rgba(255, 255, 255, 0.12);
    --card-shine-opacity: 0.1;
    --card-shine-gradient: conic-gradient(from 205deg at 50% 50%, rgba(168, 234, 249, 0) 0deg, #A8EAF9 25deg, rgba(52, 211, 153, 0.18) 295deg, rgba(16, 185, 129, 0) 360deg);
    --card-line-color: var(--transparent-grey-8);
    --card-tile-color: rgba(10, 78, 92, 0.4);
    --card-hover-border-color: rgba(255, 255, 255, 0.2);
    --card-hover-box-shadow-1: rgba(0, 0, 0, 0.04);
    --card-hover-box-shadow-1-y: 5px;
    --card-hover-box-shadow-1-blur: 10px;
    --card-hover-box-shadow-2: rgba(0, 0, 0, 0.3);
    --card-hover-box-shadow-2-y: 15px;
    --card-hover-box-shadow-2-blur: 25px;
    --card-hover-icon-color: #049DBF;
    --card-hover-icon-background-color: rgba(52, 211, 153, 0.1);
    --card-hover-icon-border-color: rgba(52, 211, 153, 0.2);
    --blur-opacity: 0.01;
}


.grid {
    display: grid;
    grid-template-columns: repeat(2, 240px);
    grid-gap: 23%;
    position: relative;
    z-index: 1;
}

.card {
    box-shadow: 0px var(--card-box-shadow-1-y) var(--card-box-shadow-1-blur) var(--card-box-shadow-1), 0px var(--card-box-shadow-2-y) var(--card-box-shadow-2-blur) var(--card-box-shadow-2), 0 0 0 1px var(--card-border-color);
    padding: 56px 16px 16px 16px;
    border-radius: 1px;
    cursor: pointer;
    transition: box-shadow 0.25s;
    height: 240px;
}

    .card h6 {
        margin-block: unset;
        margin-block-start:unset;
    }

    .card::before {
        content: '';
        position: absolute;
        inset: 0;
        border-radius: 1px;
        background-color: var(--card-background-color);
        
    }

    .card .icon {
        z-index: 2;
        position: relative;
        display: table;
        padding: 8px;
    }

        .card .icon::after {
            content: '';
            position: absolute;
            backdrop-filter: blur(2px);
            transition: background-color 0.25s, border-color 0.25s;
        }

        .card .icon svg {
            position: relative;
            z-index: 1;
            display: block;
            width: 60px;
            height: 100px;
            transform: translateZ(0);
            color: var(--card-icon-color);
            transition: color 0.25s;
        }

    .card h4 {
        z-index: 2;
        position: relative;
        margin: 12px 0 4px 0;
        font-family: inherit;
        font-weight: 600;
        font-size: 14px;
        line-height: 2;
        color: var(--card-label-color);
    }

    .card p {
        z-index: 2;
        position: relative;
        margin: 0;
        font-size: 14px;
        line-height: 1.7;
        color: var(--text-color);
    }

    .card .shine {
        border-radius: inherit;
        position: absolute;
        inset: 0;
        z-index: 1;
        overflow: hidden;
        opacity: 0;
        transition: opacity 0.5s;
    }

        .card .shine:before {
            content: '';
            width: 150%;
            padding-bottom: 150%;
            border-radius: 50%;
            position: absolute;
            left: 50%;
            bottom: 55%;
            filter: blur(35px);
            opacity: var(--card-shine-opacity);
            transform: translateX(-50%);
            background-image: var(--card-shine-gradient);
        }

    .card .background {
        border-radius: inherit;
        position: absolute;
        inset: 0;
        overflow: hidden;
        -webkit-mask-image: radial-gradient(circle at 60% 5%, black 0%, black 15%, transparent 60%);
        mask-image: radial-gradient(circle at 60% 5%, black 0%, black 15%, transparent 60%);
    }

        .card .background .tiles {
            opacity: 0;
            transition: opacity 0.25s;
        }

            .card .background .tiles .tile {
                position: absolute;
                background-color: var(--card-tile-color);
                animation-duration: 8s;
                animation-iteration-count: infinite;
                opacity: 0;
            }

                .card .background .tiles .tile.tile-4, .card .background .tiles .tile.tile-6, .card .background .tiles .tile.tile-10 {
                    animation-delay: -2s;
                }

                .card .background .tiles .tile.tile-3, .card .background .tiles .tile.tile-5, .card .background .tiles .tile.tile-8 {
                    animation-delay: -4s;
                }

                .card .background .tiles .tile.tile-2, .card .background .tiles .tile.tile-9 {
                    animation-delay: -6s;
                }

                .card .background .tiles .tile.tile-1 {
                    top: 0;
                    left: 0;
                    height: 10%;
                    width: 22.5%;
                }

                .card .background .tiles .tile.tile-2 {
                    top: 0;
                    left: 22.5%;
                    height: 10%;
                    width: 27.5%;
                }

                .card .background .tiles .tile.tile-3 {
                    top: 0;
                    left: 50%;
                    height: 10%;
                    width: 27.5%;
                }

                .card .background .tiles .tile.tile-4 {
                    top: 0;
                    left: 77.5%;
                    height: 10%;
                    width: 22.5%;
                }

                .card .background .tiles .tile.tile-5 {
                    top: 10%;
                    left: 0;
                    height: 22.5%;
                    width: 22.5%;
                }

                .card .background .tiles .tile.tile-6 {
                    top: 10%;
                    left: 22.5%;
                    height: 22.5%;
                    width: 27.5%;
                }

                .card .background .tiles .tile.tile-7 {
                    top: 10%;
                    left: 50%;
                    height: 22.5%;
                    width: 27.5%;
                }

                .card .background .tiles .tile.tile-8 {
                    top: 10%;
                    left: 77.5%;
                    height: 22.5%;
                    width: 22.5%;
                }

                .card .background .tiles .tile.tile-9 {
                    top: 32.5%;
                    left: 50%;
                    height: 22.5%;
                    width: 27.5%;
                }

                .card .background .tiles .tile.tile-10 {
                    top: 32.5%;
                    left: 77.5%;
                    height: 22.5%;
                    width: 22.5%;
                }

@keyframes tile {
    0%, 12.5%, 100% {
        opacity: 1;
    }

    25%, 82.5% {
        opacity: 0;
    }
}

.card .background .line {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 0.35s;
}

    .card .background .line:before, .card .background .line:after {
        content: '';
        position: absolute;
        background-color: var(--card-line-color);
        transition: transform 0.35s;
    }

    .card .background .line:before {
        left: 0;
        right: 0;
        height: 1px;
        transform-origin: 0 50%;
        transform: scaleX(0);
    }

    .card .background .line:after {
        top: 0;
        bottom: 0;
        width: 1px;
        transform-origin: 50% 0;
        transform: scaleY(0);
    }

    .card .background .line.line-1:before {
        top: 10%;
    }

    .card .background .line.line-1:after {
        left: 22.5%;
    }

    .card .background .line.line-1:before, .card .background .line.line-1:after {
        transition-delay: 0.3s;
    }

    .card .background .line.line-2:before {
        top: 32.5%;
    }

    .card .background .line.line-2:after {
        left: 50%;
    }

    .card .background .line.line-2:before, .card .background .line.line-2:after {
        transition-delay: 0.15s;
    }

    .card .background .line.line-3:before {
        top: 55%;
    }

    .card .background .line.line-3:after {
        right: 22.5%;
    }

.card:hover {
    box-shadow: 0px 3px 6px var(--card-hover-box-shadow-1), 0px var(--card-hover-box-shadow-2-y) var(--card-hover-box-shadow-2-blur) var(--card-hover-box-shadow-2), 0 0 0 1px var(--card-hover-border-color);
}

    .card:hover .icon::after {
        background-color: var(--card-hover-icon-background-color);
        border-color: var(--card-hover-icon-border-color);
    }

    .card:hover .icon svg {
        color: var(--card-hover-icon-color);
    }

    .card:hover .shine {
        opacity: 1;
        transition-duration: 0.5s;
        transition-delay: 0s;
    }

    .card:hover .background .tiles {
        opacity: 1;
        transition-delay: 0.25s;
    }

        .card:hover .background .tiles .tile {
            animation-name: tile;
        }

    .card:hover .background .line {
        opacity: 1;
        transition-duration: 0.15s;
    }

        .card:hover .background .line:before {
            transform: scaleX(1);
        }

        .card:hover .background .line:after {
            transform: scaleY(1);
        }

        .card:hover .background .line.line-1:before, .card:hover .background .line.line-1:after {
            transition-delay: 0s;
        }

        .card:hover .background .line.line-2:before, .card:hover .background .line.line-2:after {
            transition-delay: 0.15s;
        }

        .card:hover .background .line.line-3:before, .card:hover .background .line.line-3:after {
            transition-delay: 0.3s;
        }

.container-cards {
    min-height: 400px;

}

    .container-cards:before {
        content: '';
        position: absolute;
        inset: 0 -60% 65% -60%;
        background-image: radial-gradient(ellipse at top, #10b981 0%, var(--background-color) 50%);
        opacity: var(--blur-opacity);
    }

.card-cont {
    position: relative;
    width: 100%;
}

.addition {
    background-color: var(--background-color);
    z-index: 7;
    opacity: 1;
    height: inherit;
    width: initial;
    border-radius: 1px;
    cursor: pointer;
    position: absolute;
    transition: box-shadow 0.25s;
    
}

    .addition p {
        z-index: 2;
        position: relative;
        margin: 0;
        font-size: 14px;
        line-height: 1.7;
        color: var(--grey-100);
    }

.fade-out {
    display: none;
}

.but-cont {
    margin-bottom: 5%;
    position: relative;
    text-align: right;
}

.close {
    position: relative;
    right: 32px;
    top: 2px;
    width: 32px;
    height: 32px;
    opacity: 0.3;
}

    .close:hover {
        opacity: 1;
    }

    .close:before, .close:after {
        position: absolute;
        left: 15px;
        content: ' ';
        height: 33px;
        width: 2px;
        background-color: #A8EAF9;
    }

    .close:before {
        transform: rotate(45deg);
    }

    .close:after {
        transform: rotate(-45deg);
    }

.descr-cont {
    padding: 3vw 1vh 3vh 1vw;
    max-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-content: center;
    align-items: stretch;
    margin-left: 30px;
    margin-right: 30px;
}

/**/

body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    padding: 0 8vw 0 8vw;
    height: 100%;
    margin: 0 -8px;
    min-height: fit-content;
    flex-wrap: nowrap;
    background: var(--grey-800);
    font-family: 'Fira Sans', sans-serif;
    background: linear-gradient(to right, #1E2023, #282B2D, #1E2023);
    color: var(--grey-100);
    overflow-x: hidden;
}
/*general designe elements*/
.st1 {
    padding-top: calc(75px + 0.390625vw);
    position: relative;
}
    .st1 .main-col-left .text-secondary{
        max-width: 80% ;
    }
    .st1 .main-col-left .text-primary {
        max-width: 80%;
    }

    .st2 {
        height: 40vh;
        padding-bottom: 15vh;
    }
.general-el-img {

    display: flex;
    flex-wrap: wrap;
    align-content: stretch;
    justify-content: flex-end;
    align-items: flex-start;
    height: auto;
    width: 100vw;
    margin-left: -8vw;

}
    .general-el-img img {
        overflow: initial;
        max-width: 60vw;
        width: var(--widht-50);
        height: calc(var(--widht-50)/1.1621)
    }
    /*general designe img center*/
    .general-el-img-center {
        margin: auto;
        max-width: 60vw;
        min-width: 280px;
    }
/*header*/
.header {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    height: calc(75px + 0.390625vw);
    width: 100%;
    background: var(--secondary-darker);
    color: var(--grey-100);
    z-index: 10;
}
.main-menu .right-items div .drop-btn .subtitle1 {
    margin-block-start: unset;
    margin-block-end:unset;
}



.top-el-wrap {
    display: flex;
    height: 100%;
    flex-wrap: nowrap;
}
.main-menu {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height:inherit;
}

.main-menu-items {
    display: flex;
    flex-direction: row;
    align-items: end;
    align-items: center;
    justify-content: space-between;
}
.header-menu-item a {
    padding: 4px 0;
/*    margin: auto 24px;
*/}



/* new header drop down*/
.header-menu-item ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-block: unset unset unset unset;

    margin-block-start: unset;
    margin-block-end:unset;
    padding-inline-start:unset;
    margin-inline-start:unset;
    margin-inline-end:unset;
}
.header-menu-item ul {
    content: "";
    display: table;
    clear: both;
}
    .header-menu-item ul a {
        text-decoration: none;
        display: block;
        transition: .3s linear
    }
.topmenu > li {
    float: left;
    position: relative;
    border-left: 1px solid black;
    display: block;
    
}

    .topmenu > li:first-child {
        border-left: 0;
    }

    .topmenu > li > a {
        padding: 10px 30px;
        font-size: 12px;
        letter-spacing: 2px;
    }

   .topmenu > li > a.active,
        .submenu a:hover {
            color: #ddbe86;
        }

.submenu a:hover {
    color: #ddbe86;
}

.topmenu .fa,
.submenu .fa {
    margin-left: 5px;
    color: inherit;
}

.submenu {
    position: absolute;
    z-index: 5;
    min-width: 380px;
    opacity: 90%;
    background: var(--secondary-darker);
    visibility: hidden;
    opacity: 0;
    transform-origin: 0% 0%;
    transform: rotateX(-90deg);
    transition: .3s linear;
}

    .submenu li {
        position: relative;
    }

        .submenu li a {
            padding: 10px 20px;
            font-size: var(--base-subtitle2) !important;
        }

    .submenu .submenu {
        position: absolute;
        left: 100%;
        top: -1px;
        transition: .3s linear;
    }

.topmenu li:hover > .submenu {
    transform: rotateX(0deg);
    visibility: visible;
    opacity: 1;
 
}
.addHeader {
    min-height: 100px;
    width: fit-content;
}
.hhover {
    display: flex;
    position: absolute !important;
    visibility: hidden;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-right: 5px;
    margin-left: 5px;
    margin-top: 10%;
}
    .hhover span {
        font-size: var(--base-caption) !important;
        color: var(--grey-500) !important;
    }
/**/
.subtitle1 a {
    text-decoration: none;
    color: var(--grey-500);
    padding: 4px 12px 4px 12px;
}
.subtitle1 a:hover {
    color: var(--primary-main)
}
    .subtitle1 a:active {
        padding: 0.25rem 0.75rem;
        background: var(--primary-darker);
        border: 1px solid var(--primary-dark);
        border-radius: 0.25rem;
    }

.logo {
    /*    height: 2.75rem;*/
    /*    width: calc(50px + 0.390625vw);*/
    width: 9.25rem;
    object-fit: cover;
    min-width: 106px;
    margin: auto auto auto 0;
}
 .logo img {
     object-fit: contain;
     height: 100%;
     width: 100%;
 }


    .login-lang-btn {
        margin: 16px 20px auto auto
    }

.humb-btn { display: none }

.navbar {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 75px;
    background: var(--secondary-darker);
    z-index: 1;
}

.left-items {
    /* padding-left: 20%;*/
    width: 100%;
    justify-content: center;
}

.right-items {
    margin-top: 0.75em;
    width: 200px;
    /*   padding: 3.0rem;*/
    flex-direction: row-reverse;
    /*    height: 32px;*/
}


.nav-wrap {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    align-items: center;
    padding: 0 16px;
    max-width: 100vw;
}
.popup { display: none }

.nav-wrap drop-down-menu { display: flex }

.nav-wrap drop-down-menu > span {
    display: flex;
    align-items: stretch;
}
.nav-wrap drop-down-menu > span > a {
    display: flex;
    align-items: center;
    padding: 0 20px;
    text-decoration: none;
    color: var(--grey-100)
}
.drop-btn {
    border: none;
    cursor: pointer;
}
.nav-wrap drop-down-menu > span > a:hover { }

.logo-mobile-menu { display: none }

.main-col-left {
    max-width: 50vw;
    height: 100%;
    /*min-width: 320px;*/
    /*padding: 11vmax 0 0 0;*/
    position: absolute;
}

#about {
    position: relative;
    display: flex;
    max-width: 100%;
}

.btn-full-screen {

}
.main-col-left div {
  /*  margin: 32px auto 0 0;*/
}
.row-start-end a {
    margin-left: 0px;
}

.main-col-left div h1 {
    padding-top: calc(75px + 0.390625vw + 7vh) ;
}
.main-col-right {
    width: 50%;
    min-width: 320px;
}

.row-in-main-col {
    width: 70%;
    height: fit-content;
    min-width: 320px;
    margin-top: -5vw;
}

.general-big-el-right {
    align-self: end;
    height: 100%;
    margin: 8vmax 10% auto auto;
}
/*about part*/
.row div#about {
    margin-top: 5vh;
}
.row div.general-big-el-right {
    margin-top: -1vh;
    overflow:visible;
}
    .row div.general-big-el-right img {
        overflow: visible;
        height: 100%;
    }


/*slider our partners*/
.slider-container { 
    position: relative; 
    padding-top:10vh;

}
.des-el-map {
    position: absolute;
    z-index:-1;
    left: 0;
    right: 0;
 /*   bottom: -14em;*/
    bottom: 0em;
}
.slider-partners-wrapper {
    display: flex;
    width: 100%;
    margin: auto !important;
    justify-content: center;
}
.slider-partners-wrapper .slider-btn {
    margin: auto;
    cursor: pointer;
}

#partners {
    width: 100%;
    margin-bottom: 2vh;
    height: 400px;
}

.slider-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    min-width: 146px;
    width: 10vw;
    margin: 32px 3vw;
    column-gap: 16px;
}
    .slider-item img:hover {
        cursor: pointer;
        transform: scale(1.02);
        filter: drop-shadow(1px 4px 6px var(--transparent-primary-48));
    }
/*slider paginator*/
.splide__pagination {gap:16px;}
.splide__pagination li {
    width: 12px;
    height: 12px;
}
.splide__pagination__page {
    background: var(--primary-darker)!important;
}
    .splide__pagination__page.is-active {
        background: var(--primary-main) !important;
        width: 1em;
        height: 1em;
        transform:scale(1)!important;
    }
.news-wrap {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    margin-top: 18vh;
}

.news-cards-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    height: fit-content;
    list-style: none;
    padding-inline-start: 0px;
    gap: 2%;
}
.news-cards-item {
    display: flex;
    flex-direction: column;
    min-height: 170px;
    box-sizing: border-box;
    padding: 0 0 40px 0;
    max-width:30%;
}
.splide__list li {
/*    min-width: 280px!important;*/
}

.card-to-open {
    width: 100%;
}
   
.card-to-open:hover {
        cursor: pointer;
        transform: scale(1.02);
        filter: drop-shadow(1px 4px 6px var(--transparent-primary-48))
    }


.news-cards-item a{
    height: fit-content;
  /*  min-width: 260px;*/
}
.news-cards-item h5 {
    margin-top: 4px;
}
.news-cards-item div{
    text-wrap: normal;
}
/*idustries slider*/
.slider-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width:100%;
}
#slider-wrap {
    width: 100%;
}
.slide-container {
    display: flex;
    justify-content:center;
}


.industry-slider-col {
   width:50%;
}
.image-container {
    width: 100%;
    min-width: 280px;
    min-height: 200px;
    padding-bottom:10px;
}
.splide__arrows {
    
    min-width: 280px;
}
.splide__arrows ul {
    padding-left:0;
}
.slide-text-box {
/*    margin-left: 3vw;*/

}
.splide__pagination {
    padding: 0 0 !important;
}

.slider-text {
    margin-top: 8px;
    color: var(--grey-100);
}
.read-more-industry {
    color: var(--primary-main);
    margin-top: 14px;
}

.slider-paginator {
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin-top: 16px;
    cursor: pointer;
}
.paginator-dots {
    display: flex;
}
.paginator-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--primary-darker);
    margin: auto 8px;
}
.industry-slider-btn {
    background: var(--primary-darker) !important;
    border: 1px solid var(--primary-main);
    border-radius: 6px !important;
    width: 40px;
    height: 40px;
    text-decoration: none;
}

.general-des-el-glued-right {
    position: absolute;
    right: -8vw;
    top: 187px;
    overflow: visible;
    height: 30vh;
}
    .general-des-el-glued-right img {
        overflow: visible;
        height:100%;
    }
    /*class from library*/
    .splide__arrow {
        background: var(--primary-darker) !important;
        border: 1px solid var(--primary-main);
        border-radius: 6px !important;
        width: 40px;
        height: 40px;
        text-decoration: none;
    }
.industry-slider-btn-right {
    background: var(--primary-darker)!important;
}

/*services slider*/
/*slider services part*/
.slider-wrap div#services {
    margin-top: 56px;
}
.slide-container {
    gap: 20px;
}
.services-slider-col {
    display: flex;
    flex-direction: column;
    width: fit-content;
}
.servisces-text-box div.slider-text.body1 {
/*    height: 7em;
    overflow: hidden;*/
}
.servisces-text-box {
   /* margin-top: 2em;*/
    text-align: left;
}
.services-slider-btn-left {
    visibility:hidden;
}

.services-slider-btn-right {
    visibility: hidden;
}
#services .servisces-text-box {
    width: 100%;
}

#services .services-slider-col {
    width: 50%;
    
}

div#services-track div.splide__arrows {
    position: relative;
    display: flex;
    margin-bottom: 8%;
  /*  margin-top: -10%!important;*/
    margin-left: 42% !important;
    width: 59%;
}
div#services-track div.splide__arrows ul.splide__pagination {
    justify-content: right;
    position: absolute;
    width: 80%;
    left: 15%;
    padding: 0;
}

div#services-track div.splide__arrows button.splide__arrow--prev  {
    position: absolute;
    left:0;
}
div#services-track div.splide__arrows button.splide__arrow--next  {
    position: absolute;
    left: 2.5em;
}

.services-img-container {
    /*    display: flex;
    justify-content:space-evenly;
    height: fit-content;
    min-height: 335px;*/
    display: contents;
}
.image-container-1 {
    width: fit-content;
    height: fit-content;
    margin-top: 8px;
    object-fit: contain;
}
.image-container-2 {
    width: fit-content;
    height: fit-content;
    margin: 8px;
}

/*industry slider part*/
/*.image-container:first-child {*/
/*    min-width: 260px;*/
/*}*/

    /*info-block*/
.info-block-wrap {
    max-width: 100%;
    margin: 96px auto 0 auto;
/*    min-width: 300px;*/
    display: flex;
    flex-direction: column;
}
.block-img-left {
    display: flex;
    flex-direction: row;
    max-width: 100%;
   /* min-width: 300px;*/
    column-gap: 5vmin;
    flex-wrap: wrap;
    padding-top: 10px;
}
.block-img-right {
    display: flex;
    flex-direction: row-reverse;
    max-width: 100%;
/*    min-width: 300px;*/
    column-gap: 5vmin;
    flex-wrap: wrap;
    padding-top: 10px;
}
.block-img-right div img {
    transform: scale(-1, 1);
}

.img_wrap {
    display: flex;
    max-width: 50%;
    align-items: center;
}

.designe-element-on-img {
    /*    width: fit-content;
    margin-right: -10vmin;
    z-index: 1;*/

    width: fit-content;
    margin-right: -10vmin;
    z-index: 1;
    position: absolute;
    /* height: 80%; */
    height: inherit;
    margin-left: -6.5%;
    width: calc(100%/10);
}
/*.fill-box {*/
/*    object-fit: fill;*/
/*}*/

.info-text-block {
    flex-direction: column;
    width: 40%;
    margin-top:1vh;
    /*min-width: 280px;*/
}
/*for read more button*/
.content_block {
    display: block;
    position: relative;
}
.hide {
    display: none;
}

/*map section*/
.map-wrap-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    /* min-width: 320px;*/
    flex-wrap: wrap;
    padding-top: 10vh;
    width: 100%;
}

.map-text-part {
    width: 45%;
 /*   min-width: 280px;*/
}
.map-place-title img {
    width: 14px;
    padding: 0 4px;
}
.map-place-row {
    display: flex;
    min-width: 320px;
    justify-content: space-between;
}
.map-place-row span {
    display: flex;
    margin: 2vmin;
    width: 100%;
}
.map-part {
    width: 49%;
    align-self: center;
 /*   min-width: 280px;*/
}
.map-text-part {
    width: 40%;
}
/*top section solutions*/
.page-top-container {
    height: 45%;
    margin-bottom: 50px;
}
.main-des-elements {
    position: relative;
    width: 100vw;
    min-width: 280px;
    height: var(--des-el-h);
    min-height: 200px;
    display: flex;
    flex-direction: row;
    margin: auto -8vw 34px auto;
}

.solutions-headers {
    z-index: 2;
    position: absolute;
    height:43.5vh;
    width:100vw;
    
}

.des-el-blue-white {
    z-index: 1;
    height: var(--des-el-h);
    margin-left: 2vw;
/*    position: absolute;*/
/*    width: fit-content;*/
}
.back-des-el {
    width: 8vmax;
    /*min-width: 150px;*/
    background: #282B2D;
    margin-left: 1.5vw;
}
.des-main-img {
    position: absolute;
    /*    top: calc(75px + 47px + 0.390625vw);*/
    width: 100%;
    height: calc(var(--des-el-h) - 15.5vh);
    margin-left: -5vw;
    /* clip-path: polygon(10vw 0px, 100% 0, 100% 100%, 12vw 100%, 10% 35%);*/
    /* clip-path: polygon(17vw 0vw, 100vw 0vw, 100vw 100vw, 11vw 5vw, 11vw 11vh);*/
    clip-path: polygon( var(--width) 0vw, 167vw 240vw, calc(var(--width)*0.17) 12vh, calc(var(--width)*0.24) 0 );
    object-position: calc(var(--width)*-0.1);
    --mask-image: linear-gradient(to left, rgba(0,0,0,1), rgba(0,0,0,0)), linear-gradient(to right, rgba(0,0,0,1), rgba(0,0,0,0));
    /* border-left: 100px #282B2D;*/
    object-fit: cover;
    object-position: 84% 0;
    /*clip-path: polygon(28% 35%,40% 0,99% 0%,100% 100%,52% 100%);*/
}



div.solution-top-container div div.top-text-el {
     width: 55%; 
    /*    min-height: 100px;*/
    position: relative;
    /*    left: calc(var(--width)/9);*/
    z-index: 5;
    top: 35vh;
    max-height: calc(var(--des-el-h) - 33.5vh);
    padding-right:8vw;
    /*margin-left:-8vw;*/
}
    div.solution-top-container div div.top-text-el p {
        margin-block-end: unset;
        margin-block-start: unset;
        width:100%;
    }

    div.news-wrap#card-container {
        margin-top: 0 !important;
    }
.top-text-el {
    width: 60%;
/*    min-width: 280px;
    margin: 4vh auto auto 20%;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;*/
}
.top-sol-content {
    width: 80%;
    margin: 30% auto auto 16vw;

}

/*solutions page*/
/*grid-product-view*/
.product-page {
    display: flex;
    flex-direction: column;
}

.row-side-menu-and-content {
    display: flex;
    flex-direction: row;
    height: 100%;
    margin: 0 -8vw auto -8vw;
    background-color: var(--grey-850);
}
.side-menu-wrapper {
    width: 25%;
    background: var(--grey-900);
    flex-direction: column;
    height: auto;
    min-height: 50vmax;
    padding-right: 1vw;
    margin-block-end: 0;
    margin-block-start: 0;
    margin: 0;
    min-width: 25%;
    padding-top: 1em;
    display: flex;
    flex-wrap: wrap;
    gap: 0.3em;
}

.side-humb-btn {
    display: none;
}

ul.side-menu-wrapper li.to-drop-item:hover {
    color: var(--grey-100);
   /* border-bottom: 1px solid var(--grey-100);*/
}
ul.side-menu-wrapper li.to-drop-item:visited {
    color: var(--grey-100);
    border-bottom: 1px solid var(--grey-100);
}

.page-content-wrap {
    display: flex;
    flex-direction: row;
    margin: 100px -8vw 0 -8vw ;
    background: var(--grey-850);
    min-height:20%;
}
.page-content-wrap ul {
    min-width: 280px;
    width: 18%;
    background: var(--grey-900);
    margin: 0 0 -24px 0;
}
.to-drop-item {
    margin: 5px auto 8px 5vw;
    /* border-bottom: 1px solid var(--grey-500);*/
    color: var(--grey-500);
    /*background: var(--grey-900);*/
    list-style-type: none;
    cursor: pointer;
}
.side-menu-wrapper .to-drop-item {
    margin: unset;
    color: var(--grey-500);
}





.to-drop-item li {
    margin: 16px auto 8px 10px;
    color: var(--grey-500);
}
/*
    .to-drop-item h5 {
        cursor: pointer;
        padding: 8px;
        display: flex;
        gap: 8px;
        justify-content: space-between;
        max-height: 40px;
    }
*/
.to-drop-item ul {
    list-style: none;
    padding-left: 20px;
    display: none;
}
.to-drop-item li {
    color: var(--grey-500);
    margin: 8px auto;
   /* border-bottom: 1px solid var(--grey-500);*/
    cursor: pointer;
}
.to-drop-item a {
    color: var(--grey-500);
    text-decoration: none;
    margin: 8px auto;
    justify-content: space-between;

}

    .to-drop-item li:hover {
        color: var(--grey-100);
        border-bottom: 1px solid var(--grey-100);
    }

    .to-drop-item .drop-down-menu {
        font-size: 18px;
        cursor: pointer;
    }
.to-drop-item .drop-down-menu::before {
    content: '▶ ';
    font-size: 80%;
}
.to-drop-item.open .drop-down-menu::before {
    content: '▼ ';
}

.to-drop-item.open ul {
    display: block;
}

.grid-product {
    width: 60%;
/*    min-width: 280px;*/
    margin: 32px auto auto 64px;
}
.product-img-bg {
    object-fit: fill;
    overflow: hidden;
    width: 60%;
    height: 30%;
}
.solutions-item-block {
    display: flex;
    min-width: 320px;
    flex-direction: row;
    margin-top: 40px;
    gap: 40px;
    margin-block-end: 20px;
    max-width: 100%;
}
.solutions-item-block img div {
    min-width: 320px;
}
.solutions-item-block-reversed {
    display: flex;
    flex-direction: row-reverse;
    margin-top: 40px;
    gap: 40px;
    max-width: 100%;
    justify-content: space-around;
    padding-bottom: 40px;
}

    .solutions-item-block-reversed img {
        max-width: 45%;
        object-fit: contain;
    }
    .solutions-item-block-reversed  .text-block {
        width: 100%;
    }
.solutions-item-block img {
    max-width: 45%;
    object-fit: contain;
}
.solutions-item-block .text-block {
    width: 100%;
}

.preview-choice {
    width: 100%;
    position: absolute;
    height: 100%;
    z-index: 6;
}

.webGl .preview-choice .cont {
    position: absolute;
    height: 100%;
    width: 100%;
    text-align: center;
    
}
    .webGl .preview-choice .cont img {
        height: inherit;
        width: auto;
    }
.webGl .preview-choice .row-content {
    max-width: 100%;
    position: absolute;
    top: 75%;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;
    width: 100%;
    position: absolute;
    top: 50%;
}
.webGl .row-content .row-item {
    max-width: 100%;
}




    /*production page*/
    div.news-wrap div.news-cards-row div.cards-row div.news-cards-item .card-to-open {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

div.news-wrap div.news-cards-row div.cards-row div.news-cards-item div.row-start-end a {
    min-width: auto;
}
/*about us page*/

.about-product-img-bg {
    width: 100%;
}
.about-item-block {
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin-top: 32px;
}
/*breadcrumbs*/
.bread-crumbs-container {
    height: 62px;
    margin-top: 64px;
    position: relative;
}

    .bread-crumbs-container ul {
        color: var(--grey-500);
        height: 100%;
        z-index: 10;
        padding-top: 26px;
        /*margin-left: -60px;*/
        margin-block-end:unset;
        margin-block-start:unset;
        left:0px;
        padding-left:unset;
    }
.bread-crumbs-container li:last-child a {
    color: var(--grey-500);
}
.bread-crumbs-container ul li {
 
    display: inline;
}
.bread-crumbs-container a {
    color: var(--grey-100);
    text-decoration: none;
}
.bread-crumbs-container a:hover {
    color: var(--grey-500)
}
/*development page*/
.cards-row {
    display: flex;
    align-items: stretch;
    margin-top: 32px;
    gap: 5%;
    width: 100%;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
}
/*our partners page*/
/*.partners-wrap {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    width: 100%;*/
/*    height: auto;*/
/*    margin-top: 4vmax;*/
/*}*/

.production-page .news-wrap-partners {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    
}
.news-wrap-partners .news-cards-row-partners {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    height: fit-content;
    list-style: none;
    padding-inline-start: 0px;
    gap: 2%;
    margin-left: 5%;
    
}

.cards-row-partners {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 32px;
    gap: 5%;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    height: fit-content;
}

.news-cards-item-partners {
    display: flex;
    flex-direction: column;
    min-height: 170px;
    box-sizing: border-box;
    padding: 0 0 40px 0;
    max-width: 335px;
    width: inherit;

}
    .news-cards-item-partners a img{
        width:100%;
        height:auto;
    }

    .row-start-end-partners {
        display: flex;
        justify-content: space-between;
        align-items: start;
        align-items: center;
    }

.card-to-open-partners {
    height: 150px;
}

.card-to-open-partners:hover {
    cursor: pointer;
    transform: scale(1.02);
    filter: drop-shadow(1px 4px 6px var(--transparent-primary-48))
}
.partners-product-row .grid-item-img-partners {
    width: 44%;
    min-width: 280px;
    text-wrap: normal;
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 25%;
}

.grid-item-partners {
    gap: 2em;
    padding-bottom: 2em;
    padding-top: 2em;
}
.grid-item-img-partners {
    width: 45%;
    min-width: 280px;
    /*text-align: center;*/
}

.grid-item-img-partners img{
    width: 100%;

}
.grid-item-text-partners {
    width: 44%;
    min-width: 280px;
    text-wrap: normal;
    display: flex;
    flex-direction: column;
    gap: 16px;

}



.production-page .news-cards-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    height: fit-content;
    list-style: none;
    padding-inline-start: 0px;
    gap: 2%;
    margin-left: 5%;
}
.row-start-end {
    display: flex;
    justify-content: space-between;
    align-items: start;
  /*  text-align: center;*/
}
.row-cards-in-col {
    display: flex;
    flex-direction: row;
    min-width: 460px;
    flex-wrap: wrap;
}
.type-cards-item {
    width: fit-content;
    display: flex;
    justify-content: center;
}
.col-2{
    display: flex;
    justify-content:space-between;
    align-content:space-between;
    flex-direction:row;
    flex-wrap:wrap;
}
.btn-right {
    align-self: end;
    margin: 16px 0 auto auto;
}
.mail-message {
    display: flex;
    flex-direction: column;
    width: 30vw;
    min-width: 280px    ;
    align-items: end;
}

.mail-message h5 {
    align-self: start;
}
/*our partners item */
.grid-block-wrapper {
    width: 50%;
    gap: 32px;
    margin: 32px auto auto 32px;
}
.grid-item {
    gap: 2em;
    padding-bottom: 2em;
    padding-top: 2em;
}
.grid-item-img {
    width: 44%;
    min-width: 280px;
    text-wrap: normal;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.grid-item-img img {
    cursor: pointer;
}

.grid-item-text {
    width: 45%;
    min-width: 280px;
}

.production-page .label-cont {
    width: 100%;
    text-align: end;
}

    .label-cont p {
        color: var(--grey-700);
    }
    .label-cont .line {
        height: 1px;
        background-color: var(--grey-700);
        width: 100%;
    }
    /*our partners standart future*/
    .partners-future-wrap {
        display: flex;
        flex-direction: column;
        margin: 5vmax auto 0 auto;
        /*justify-content: center;*/
        /*text-align: center;*/
        width: fit-content;
    }
.partners-future-wrap h3 {
    align-self: start;
}
.topic-block {
    margin: 4vmax 0 4vmax 0;
    width: 100%;
    gap: 16px;
}
.topic-img {
    width: 100%;
    object-fit: fill;
    margin-bottom: 2vmax;
}
.col-gap-4 {
    margin-bottom: 4vmax;
}

/*log-in page*/
.log-in-wrapper {
    display: flex;
    flex-direction: row;
    height: fit-content;
    margin-right: -8vw
}
.col-text {
    display: flex;
    flex-direction: column;
    width: 30%;
}
.to-home-page {
    position: relative;
    height: 20%;
    margin-top: 100px;
}
.login-hello-text {
    height: 80%;
    margin: 40% auto auto 0;
}
.log-in-main-des-el {
    object-fit: fill;
}
.col-log-in {
    display: flex;
    flex-direction: column;
    background: var(--grey-900);
    justify-content: center;
    width: 50%;
    padding-left: 50px;
}
.row-field-btn {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    width: 60%;
    margin-top: 16px;
}
.row-field-btn button {
    height: 56px;
}
/*error 404*/
.error-wrap {
    display: flex;
    flex-direction: row;
    }
.col-err-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.text-404 {
    font-weight: 800;
    font-size: 152px;
}
.col-err-text h4 {
    margin-bottom: 50px;
}
.btn-404-page {

}
.error-404-main-des-el {
    width: 70%;
    object-fit: fill;
    height: min-content;
    margin-left: 12vw;
    margin-right: -10vw;
    gap: 100px;
    background:  #191B1E;
    box-sizing: border-box;
}
.error-404-main-des-el img {
    margin-bottom: -6px;
}

/*footer*/


.footer {
    margin: auto 0 0 -8vw;
    padding: 56px 8vw 52px 8vw;
    display: flex;
    flex-direction: column;
    width: 100%;
    min-width: 320px;
    align-content: center;
    background: #121314;
    color: var(--grey-100);
}
.footer-wrap {
    padding: 0 9vw;
}
.footer-row {
    display: flex;
    flex-direction: row;
    gap: 58px;
  /*  justify-content: space-between;*/
 /*   flex-wrap: wrap;*/
}
.link-cont {
    display: flex;
    flex-direction: row;
    max-width: 100%;
    flex-wrap: wrap;
    align-items: center;
    align-content: space-around;
    width: 100%;
}
.footer-companys {
    display: flex;
    width: 100%;
    gap: 2em;
    flex-wrap: wrap;
  /*  justify-content: space-evenly;*/
    align-items: flex-start;
}
.sitemap-block {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 2.5vh;
}
.social {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    padding-bottom: 2vh;
    padding-top: 2vh;
    flex-wrap: wrap;
    gap: 1rem;
}
    .social a {
        text-decoration: none;
        color: var(--grey-500);
        
    }
        .social a img:hover {
            color: var(--primary-main);
        }

.social a svg {
 /*   width: 5rem;*/
/*    height: 24px;*/
    vertical-align: bottom;
}

    .social a svg:hover {
        filter: invert(37%) sepia(25%) saturate(5794%) hue-rotate(166deg) brightness(102%) contrast(97%);
    }


.footer-item {
    display: flex;
    flex-direction: column;
    justify-content: start;
    height: fit-content;
    /* min-width: 200px;*/
    /*  flex-grow: 1.2;*/
    padding-bottom: 20px;
    min-width: 200px;
    width: calc(var(--width)*0.17);
    max-width: 300px;
    gap: 2.5vh;
}

    .footer-item form {
        display: flex;
        flex-direction: column;
    }

    .footer-item .btn-secondary-default {
        position: relative;
        align-self: end;
    }
    .footer-item div.bold-reg span {
        display: flex;
        word-break: break-word;
        /*  height: 2rem;*/
    /*    max-width: 250px;*/
       /* align-items: center;*/
    }
        .footer-item div.bold-reg span img {
            float: left;
            margin-right: 4px;
        }
    .footer-item .bold-reg {
        display: flex;
        margin-top: 16px;
        flex-wrap: nowrap;
    }
.sitemap-block {
    flex-direction: column;
    justify-content: start;
}
/*.sitemap-block .sitemap-menu {*/
/*    text-align: left;*/
/*}*/

.footer-item-message {
    display: flex;
    flex-direction: column;
    flex-basis: 320px;
    width: 15%;
    align-items: end;
    padding-left: 20px;
}
.footer-item-message h5 {
    align-self: start;
}


.text-col {
    width: 70%;
    min-width: 400px;
    font-weight: normal;
    padding-bottom: 32px;
}

.col-s td {
    border: 1pt solid var(--grey-700);
}

.col-s img{
    width:100%;
}
/*for languages dropdown */
.drop-content {
    display: none;
    position: absolute;
    background: var(--grey-700);
    min-width: 160px;
    height: 80px;
    overflow: auto;
    border-radius: 0.5rem;
    z-index: 1;
    text-align: center;
    cursor: pointer;
}
.drop-content span a{
    text-decoration: none;
    color: var(--grey-100)
}
.show {
    display: block;
    width: fit-content;
    height: fit-content;
    padding: 1.5rem;
    right: 30px;
    top: 75px;
}
/* single product page*/
.product-page {
    display: flex;
}



    .product-page .grid-3d {
        width: 100%;
        height: 100vh;
        /*  padding-top:5rem;*/
       /* padding-bottom: 5rem;*/
        
    }
        .product-page .grid-3d .three-container {
            width: 100%;
           /* min-height: 80vh;*/
            height: 100%;
        }
    .product-page .two-collumn-container {
        display: flex;
        flex-direction: row;
        align-content: space-around;
        align-items: stretch;
        flex-wrap: wrap;
        gap: 3%;
        padding: 3% 0px;
        justify-content: space-evenly;
    }

    .product-page .solutions-item-block-reversed .text-block{
        max-width:50%;
    }
    .product-page .solutions-item-block-reversed img{
        width:50%;
    }

    .solution-page .row-side-menu-and-content .two-collumn-container {
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-content: space-around;
        align-items: stretch;
        flex-wrap: wrap;
        gap: 3%;
        padding: 3% 0px;
    }
.col-s{
    max-width: 45%;
}
.col-2 ul {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 10px;
    gap: 10px;
}

.product-page .preview-choice {
   /* background: linear-gradient(to right, #1E2023, #282B2D, #1E2023)*/
}
.product-page .d-loader {
   /* background: linear-gradient(to right, #1E2023, #282B2D, #1E2023)*/
}

/*development three*/

/* partners */
/*home page slider*/
/* new catalog download*/
.product-page .catalogdwn {
    display: flex;

    flex-wrap: wrap;
    align-content: flex-start;
    
}
.product-page .catalogdwn .line {
    height: 1px;
    background-color: var(--grey-700);
    width: 100%;
}
.cntimg {

    max-width: 35%;
}
.cntg {
    display: flex;
    flex-direction: column;
    width: 50%;
    padding-top: 15px;
    margin-top: 15px;
}
.cnt {
   
    width: 100%;
}
.cntimg img {
    width: 100%;
}
    .ctlgdwn-left {
        flex-direction: row;
    }
.ctlgdwn-right {
    flex-direction: row-reverse;
}
.catalogdwn .cnt{
    min-width: 100px;
}
.conicong {
    display: flex;
    width: 100%;
    justify-content: flex-start;
}
.cnticon {
    max-width: 100px;
}
.catalogdwn .cnticon a {
    border-radius: 2px;
    display: inline-block;
    height: 100px;
    line-height: 100px;
    margin: 5px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 100px;
}

.cnticon > a span {
    background: #0F6679;
    border-radius: 4px;
    color: #ffffff;
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    line-height: normal;
    padding: 5px 10px;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
}

    .cnticon > a span:last-child {
        margin-left: -20px;
    }

.cnticon > a:before,
.cnticon > a:after {
    background: #30353B;
    border: solid 3px #049DBF;
    border-radius: 4px;
    content: '';
    display: block;
    height: 35px;
    left: 50%;
    margin: -17px 0 0 -12px;
    position: absolute;
    top: 50%;
    /*transform:translate(-50%,-50%);*/

    width: 25px;
}

.cnticon > a:hover:before,
.cnticon > a:hover:after {
    background: #e2e8f0;
}
/*a:before{transform:translate(-30%,-60%);}*/

.cnticon > a:before {
    margin: -23px 0 0 -5px;
}

.cnticon > a:hover {
    background: #e2e8f0;
    border-color: #049DBF;
}

.cnticon > a:active {
    background: #dae0e8;
    box-shadow: inset 0 2px 2px rgba(0, 0, 0, .25);
}

.cnticon > a span:first-child {
    display: none;
}

.cnticon > a:hover span:first-child {
    display: inline-block;
}

.cnticon > a:hover span:last-child {
    display: none;
}
 



#partners .slider-item{
    margin:0px;
    width:100%;
}
    #partners .slider-item span{
        max-width:70%;
    }
    #partners .slider-item img {
        margin-top: 10px;
        margin-bottom: 10px;
        padding: 8px;
    }
    /*page*/
    .partners-page .partners-grid {
        display: flex;
        flex-flow: wrap;
        place-content: space-around;
        gap: 1%;
        width: 100%;
        justify-content: space-evenly;
        align-content: stretch;
        flex-direction: row;
        padding-top: 60px;
    }
.partners-page .partner-grid-content-cont {
    max-width: 75%;
    margin: 20px 20px;
}
.partners-page .partners-product-row {

    width: 100%
}

/*.partners-page .partner-grid-content-cont .grid-item-img img {
    max-width: 400px;
}*/

.partners-page .solution-top-container {
    padding-bottom: 10px
}
.partners-page .row-side-menu-and-content{
    margin-top: 0px;
}
.partners-page .two-collumn-container{
    display:flex;
    gap:10px;
}
.partners-page .cards-row {
    width: 100%;
    flex-direction: row;
    display: flex;
    flex-wrap: wrap;
    margin: 25px;
    gap: 25px;
}


/*Privacy*/
.privacy-page .two-collumn-container {
    display: flex;
    gap: 10px;
    padding-left: 20px;
    padding-top: 20px;
}

.partners-page .cards-row {
    width: 100%;
    flex-direction: row;
    display: flex;
    flex-wrap: wrap;
    margin: 25px;
    gap: 25px;
}

/*About*/
.about-page .two-collumn-container {
    display: flex;
    gap: 10px;
    justify-content: space-between;

}
.about-page .grid-item-partners {
    justify-content: space-between;

}

.about-page .map-wrap-row {
    flex-direction: column;
}
.about-page .map-wrap-row .map-part {
   
    width:100%;
}
    .about-page .map-wrap-row .map-text-part {
        width:100%;
    }
    .about-page .map-wrap-row .mapcontainer mapael {
        width: 100%;
    }
.map-place-title {
    justify-content: center;
}

.about-page .grid-item-img-partners video {
    max-width: 100%;
    width: 100%;
    max-height:390px;
}


.production-page .two-collumn-container {
    display: flex;
    flex-direction: row;
    align-content: space-around;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 3%;
    padding: 3% 0px;
    justify-content: space-around;
}
/*.production-page .row-start-end {
    justify-content: space-around;
}*/

.production-page .content-text-block .body1 {
    margin: 3%;
}
.production-page .content-text-block {
    padding-top: 5%;
}

.production-page .grid-item-img-partners {
    max-width: 50%;
    padding-left: 3%;
}
    .production-page .grid-item-img-partners video {
        max-width: 100%;
        width: 100%;
        max-height: 390px;
    }

    /*maintenance*/
.maint-particles {
    width: 100%;
    height: 94vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.maint-container {
    position: absolute;
    display: flex;
    flex-direction: row;
    align-content: space-between;
    justify-content: center;
}
.maint-not {
    padding-top: 15%;
    max-width: 20%;
}
.icon-24{
    width:1em;
/*    height:24px;*/
}


@media (max-width: 1279px) {
    .nav-wrap .drop-down-menu .main-menu-items {
        display: none;
    }

    .nav-wrap .main-menu-items {
        display: none;
    }


    .row-side-menu-and-content {
        background: var(--grey-850);
    }

    .header .popup {
        position: fixed;
        top: -200vw;
        right: 20px;
        width: 342px;
        height: 715px;
        opacity: 90%;
        z-index: 0;
        display: flex;
        transition: 0.2s;
    }


    .humb-btn {
        display: block;
        position: fixed;
        right: 12px;
        width: 24px;
      
    }

        .humb-btn.humb-icon-humb {
            display: block
        }

        .humb-btn .humb-icon-close {
            display: none
        }

        .humb-btn.active .humb-icon-humb {
            display: none
        }

        .humb-btn.active .humb-icon-close {
            display: block
        }

    languages
    .drop-btn {
        display: none
    }

    .drop-content {
        display: flex;
         margin: auto; 
        width: 100%;
        background: none;
        top: auto;
        flex-direction: row;
        align-items: center;
        left: 0px;
        justify-content: center;
    }

        .drop-content span {
            margin: 0 16px
        }

            .drop-content span a {
                text-decoration: none;
                color: var(--grey-100)
            }

    .services_arrows {
/*        position: relative;*/
        margin-bottom: 20px;
        margin-top: 20px;
        margin-left: 50%
    }

    .side-humb-btn.active .side-icon-humb {
        display: none;
    }

    .side-humb-btn .side-icon-close {
        display: none;
    }

    .side-humb-btn.active .side-icon-close {
        display: block;
    }
 
}
/*@media only screen and (min-device-width: 2200px) 
{
    .header {
        height: 105px;
    }
    .general-el-img img {
        transform: scale(1.9);
        object-position: -130px 150px;
        max-height: 800px;
        overflow: initial;
    }
    .st2 {
        padding-top: 30%;
    }
}

@media only screen and (min-device-width: 3020px) {
    body {
        display: flex;
        align-items: center;
        margin: unset;
    }

    .home-page {
        display: flex;
        flex-direction: column;
    }

    .general-el-img img {
        transform: scale(2.9);
        object-position: -230px 250px;
        max-height: 800px;
        overflow: initial;
    }

    .st2 {
        padding-top: 50%;
    }

    .info-block-wrap .block-img-left .img_wrap {
        width: 49%;
    }

    .info-block-wrap .block-img-right .img_wrap {
        width: 49%;
    }

    .info-text-block {
        width: 49%;
    }

    .designe-element-on-img {
        display: none;
    }

    .top-text-el {
        width: 60%;
        min-width: 280px;
        margin: 4vh auto 5% 20%;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
    }

    div.solution-top-container div div.top-text-el {
        width: auto;
        min-height: 100px;
    }

    .row .general-des-el-glued-right img {
        transform: scale(1.9);
        object-position: -100px 180px;
        max-height: 800px;
        overflow: initial;
    }

    .map-wrap-row {
        padding-top: 5%;
        padding-bottom: 5%;
    }

    .slider-partners-wrapper {
        padding-bottom: 10%;
    }

    #partners {
        padding-top: 5%;
    }

    .news-wrap {
        margin-top: 5%;
    }

    .header {
        height: 135px;
    }

    .footer {
        width: 80%;
        padding: 56px 18vw 52px 18vw;
        margin: unset;
    }

    .bread-crumbs-container {
        height: 100px;
        margin-top: 169px;
        position: relative;
    }

        .bread-crumbs-container ul {
            color: var(--grey-500);
            height: 100%;
            z-index: 10;
            padding-top: 26px;
            margin-left: 0px;
        }

    .product-page .bread-crumbs-container {
        height: 100px;
        margin-top: 169px;
        position: relative;
    }

        .product-page .bread-crumbs-container ul {
            color: var(--grey-500);
            height: 100%;
            z-index: 10;
            padding-top: 0px;
            margin-left: 0px;
        }

    .bread-crumbs-container ul li {
        padding: 0 16px;
        display: inline;
    }

    .tablet {
        padding-right: 5%;
    }

    .grid-product {
        width: 100%;
    }

    .des-main-img {
        clip-path: polygon(14% 0px, 100% 0, 100% 100%, 17% 100%, 10% 35%);
    }

    .to-drop-item {
        margin: 5px auto 8px 8vw;
    }

    .main-menu {
        justify-content: space-around;
    }

    .main-des-elements {
        margin: unset;
    }

    .news-cards-item-partners {
        max-width: 20%
    }

        .news-cards-item-partners div a img {
            min-height: 48px;
        }

        .news-cards-item-partners a img {
            width: 100%;
            min-height: 406px;
        }

    .partners-page .side-menu-wrapper {
        padding-top: 20px;
    }

    .privacy-page .side-menu-wrapper {
        padding-top: 20px;
    }

    .privacy-page .partner-grid-content-cont {
        padding-left: 50px;
        padding-top: 50px;
    }

    .logo img {
        padding-left: 70%;
    }

    .pre-loader {
        margin-left: unset;
    }
    .error-wrap {
        padding-top: 135px;
    }
}*/
/*global elemetns*/
:root {
    --des-el-m-h: 32vh;
    --des-el-sm-h: 22vh;
    --des-el-t-h: 42vh;
}


@media only screen and (max-device-width: 1025px) {

    .map-part {
        width: 100%;
    }

    .map-text-part {
        width: 100%;
    }

    .row-start-end {
        flex-direction: column;
    }

    .img_wrap {
        max-width: 100%;
    }

    .info-text-block {
        width: 100%;
    }

    .designe-element-on-img {
        display: none;
    }

    .slide-container {
        flex-direction: column;
    }

    .industry-slider-col {
        width: 100%;
    }

    .main-col-left {
        max-width: 100%;
    }

        .main-col-left .text-col {
            max-width: 100%;
            width: 100%;
            min-width: unset;
            padding-top:15%;
        }

            .main-col-left .text-col p {
                width: 100%;
            }

    #about {
        max-width: 100%;
    }

    .row {
        flex-direction: column;
    }

    .industry-sl-col-container div {
        width: 100% !important;
    }
    .cookie .cookie-content .row-container .coockieform {
        display: flex;
        justify-content: space-evenly;
        flex-direction:column;
    }
}

@media only screen and (max-device-width:505px){
    .main-col-left div span.text-secondary {
        padding-top: unset;
    }
}

@media only screen and (max-device-width:980px)  {

    .row-side-menu-and-content {
        flex-direction: column;
    }
    .side-humb-btn {
        display: block;
        padding: 12px initial 12px 24px;
        width: 120vw;
        margin-bottom: 0;
        margin-left: -20vw;
        background: var(--grey-900);
        height: 28px;
        padding-left: 100px;
        padding-top: 8px;
        position:relative;
        z-index:7;
        
    }
    .webGl .preview-choice .cont img {
        height: auto;
        width: inherit;
    }
    .solutions-item-block img{
        max-width:100%;
    }
    .solutions-item-block-reversed img {
        max-width: 100%;
    }    
    .side-menu-wrapper {
        display: none
    }

        .side-menu-wrapper.active {
            display: flex;
            min-height: fit-content
        }

    .side-menu-wrapper {
        width: 100%
    }

    .to-drop-item {
        width: 100%;
        background: none
    }

    .side-humb-btn.side-icon-humb {
        display: block
    }

    .side-humb-btn .side-icon-close {
        display: none
    }

    .side-humb-btn.active .side-icon-humb {
        display: none
    }

    .side-humb-btn.active .side-icon-close {
        display: block
    }

    .solutions-item-block-reversed {
        flex-direction: column;
        gap: 8px;
        align-items: center
    }

    .solutions-item-block {
        flex-direction: column;
        gap: 8px;
        align-items: center
    }

    .grid-product {
        margin: auto;
        width: 80%
    }

    .production-page .cards-row {
        flex-direction: column;
        align-items: center;
    }

        .production-page .cards-row .news-cards-item {
            max-width: 100%;
            min-height:unset;
        }


    /*3d image*/
    .tablet .tabl-act .grid-product .grid-3d .three-container .webGl {
        height: 50vh !important;
    }

    div.two-collumn-container {
        flex-direction: column !important;
    }

        div.two-collumn-container .col-s {
            width: 100%;
            max-width: 100%;
        }

    .grid-item-text-partners {
        width: 100%;
    }

    .grid-item-img-partners {
        width: 100%;
        max-width: 100% !important;
    }

    .partners-page .partner-grid-content-cont{
        max-width:100%;
    }

    .product-page .solutions-item-block-reversed img{
        width:100%;
    }
    .product-page .solutions-item-block-reversed .text-block{
        max-width:100%;
    }
    .product-page .solutions-item-block img {
        width: 100%;
    }

    .product-page .solutions-item-block .text-block {
        max-width: 100%;
    }
}
/*just clip*/
/*portrait*/
@media only screen and (max-device-width: 310px) {
    .des-main-img {
        clip-path: polygon( var(--width) 0vw, 167vw 240vw, calc(var(--width)*0.26) 5.5vh, calc(var(--width)*0.35) 0 );
    }
    .main-des-elements {
        height: var(--des-el-sm-h);
    }

    .des-el-blue-white {
        height: var(--des-el-sm-h);
    }

    .des-main-img {
        height: calc(var(--des-el-sm-h) - 6.95vh);
    }
    /*    .footer-item {
        width: calc(100% - 8vw);
    }*/


}
@media only screen and (min-device-width:311px) and (max-device-width:435px) and (orientation: portrait) {
    .des-main-img {
        clip-path: polygon( var(--width) 0vw, 167vw 240vw, calc(var(--width)*0.23) 10vh, calc(var(--width)*0.33) 0 );
    }

    .des-main-img {
        height: calc(var(--des-el-m-h) - 10.0vh);
    }

    .main-des-elements {
        height: var(--des-el-m-h);
    }

    .des-el-blue-white {
        height: var(--des-el-m-h);
    }

    .top-text-el {
        top: 12vh;
    }
}
@media only screen and (min-device-width:436px) and (max-device-width:600px) and (orientation: portrait) {
    .des-main-img {
        /*  height: calc(var(--des-el-m-h) - 13.3vh);*/
        clip-path: polygon( calc(var(--width)*0.4) 0px, 120vw 0vw, 120vw 140vw, calc(var(--width)*0.26) calc(var(--width)*0.20), calc(var(--width)*0.35) calc(var(--width)*0.065) );
    }

    .des-main-img {
        height: calc(var(--des-el-t-h) - 13.35vh);
    }

    .main-des-elements {
        height: var(--des-el-t-h);
    }

    .des-el-blue-white {
        height: var(--des-el-t-h);
    }

    .top-text-el {
        top: 12vh;
    }
}
@media only screen and (min-device-width:601px) and (max-device-width:850px) and (orientation: portrait) {
    .des-main-img {
        clip-path: polygon( var(--width) 0vw, 167vw 240vw, calc(var(--width)*0.23) 10vh, calc(var(--width)*0.32) 0 );
    }

    .des-main-img {
        height: calc(var(--des-el-t-h) - 13.35vh);
    }

    .main-des-elements {
        height: var(--des-el-t-h);
    }

    .des-el-blue-white {
        height: var(--des-el-t-h);
    }

    .top-text-el {
        top: 12vh;
    }
}
@media only screen and (min-device-width:851px) and (max-device-width:1160px) and (orientation: portrait) {
    .des-main-img {
        clip-path: polygon( var(--width) 0vw, 167vw 240vw, calc(var(--width)*0.225) 10vh, calc(var(--width)*0.29) 0 );
    }

    .des-main-img {
        height: calc(var(--des-el-t-h) - 13.35vh);
    }

    .main-des-elements {
        height: var(--des-el-t-h);
    }

    .des-el-blue-white {
        height: var(--des-el-t-h);
    }

    .top-text-el {
        top: 12vh;
    }
}

/*landscape*/

@media only screen and (min-device-width:601px) and (max-device-width:850px) and (orientation: landscape) {
    .des-main-img {
        clip-path: polygon( var(--width) 0vw, 167vw 240vw, calc(var(--width)*0.125) 10vh, calc(var(--width)*0.19) 0 );
    }

    .des-main-img {
        height: calc(var(--des-el-t-h) - 13.35vh);
    }

    .main-des-elements {
        height: var(--des-el-t-h);
    }

    .des-el-blue-white {
        height: var(--des-el-t-h);
    }

    .top-text-el {
        top: 12vh;
    }
}
@media only screen and (min-device-width:311px) and (max-device-width:435px) and (orientation: landscape) {
    .des-main-img {
        clip-path: polygon( var(--width) 0vw, 167vw 240vw, calc(var(--width)*0.13) 10vh, calc(var(--width)*0.17) 0 );
    }


}
@media only screen and (min-device-width: 780px) and (max-device-width:980px) and (orientation: landscape) {
    .webGl .preview-choice .cont img {
        height: auto;
        width: inherit;
    }

    .solutions-item-block img {
        max-width: 40%;
    }

    .solutions-item-block-reversed img {
        max-width: 40%;
    }
}
/*screens*/
@media only screen and (min-device-width:1161px) and (max-device-width:1680px) {
    .des-main-img {
        clip-path: polygon( var(--width) 0vw, 167vw 240vw, calc(var(--width)*0.144) 12vh, calc(var(--width)*0.19) 0 );
    }
}

@media only screen and (min-device-width:1681px) and (max-device-width:2000px) {
    .des-main-img {
        clip-path: polygon( var(--width) 0vw, 167vw 240vw, calc(var(--width)*0.135) 12vh, calc(var(--width)*0.17) 0 );
    }
}

@media only screen and (min-device-width:2001px) and (max-device-width:3840px) {
    .des-main-img {
        clip-path: polygon( var(--width) 0vw, 167vw 240vw, calc(var(--width)*0.135) 12vh, calc(var(--width)*0.17) 0 );
    }
}
/*finish cliping*/
@media only screen and (min-device-width:680px) and (max-device-width:980px) {
    .webGl .preview-choice .cont img {
        height: inherit;
        width: auto;
    }
}
@media only screen and (min-device-width:981px) and (max-device-width:1420px) {
    .webGl .preview-choice .cont img {
        height: auto;
        width: inherit;
    }
}
@media only screen and (max-device-width: 1680px) {
    .sitemap-block {
        flex-direction: unset;
    }

        .sitemap-block h5 {
            width: 100%;
        }

    .footer-row {
        flex-wrap: wrap;
    }

}
@media only screen and (min-device-width:1681px){
    .footer-companys {
        justify-content: space-evenly;
    }
}
@media only screen and (max-device-width:600px) and (orientation: portrait) {
    .cookie .cookie-content .left-cookies-container {
        flex-direction: column;
    }

    #feedbackform {
        min-width: 100%;
    }

    .top-text-el {
        display: none;
    }
}





@media only screen and (max-device-width: 1280px) and (orientation: portrait) {
/*    .footer-item{
        width:100%;
        
    }*/
}
@media only screen and (max-device-width: 1280px) and (orientation: portrait) {
    /*header*/
    /*pop up*/
    .title-head {
        display: block;
    }

    .header .popup.open {
        top: 75px;
        right: 20px;
        background: var(--secondary-darker)
    }
    .st1 .main-col-left .text-secondary {
        max-width: 60% !important;
    }

    .st1 .main-col-left .text-primary {
        max-width: 40%;
    }
    .arrow {
        display: none
    }

    .popup drop-down-menu {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: start;
        padding: 8px 0;
        overflow: auto
    }

    .popup span .logo-mobile-menu {
        display: block;
        height: 105px;
        width: 120px;
        margin: auto auto 35px
    }

    .popup drop-down-menu > span {
        width: 100%;
        margin: 16px auto
    }

    .popup .rect-line {
        display: block;
        width: 81px;
        height: 1px;
        background: var(--grey-100)
    }

    .popup drop-down-menu > span > a {
        display: flex;
        justify-content: center;
        text-decoration: none;
        color: var(--grey-100)
    }

    .popup drop-down-menu > li > a:hover {
    }

    /*---------------------*/
    .header .nav-wrap .main-menu {
        display: none !important;
        width: 100px
    }

    .popup .main-menu {
        flex-direction: column;
        width: 100%;
        justify-content: flex-start
    }

    .main-menu-items {
        flex-direction: column;
        height: auto;
        align-items: center
    }

    .left-items {
        padding-left: unset
    }

    .drop-btn {
        display: block
    }


    .header-menu-item {
        margin: 6px auto
    }
    /*drop down*/
    .topmenu li:hover > .submenu {
        position:relative;
    }
    .topmenu > li{
        text-align:center;
    }
    .addHeader{
        display:none !important;
    }
    .submenu {
        flex-direction: column;
    }
        .submenu ul {
            max-width: 100%!important;
        }

    .cntimg {
        max-width: 100%;
    }
    .cntg {
        max-width:100%;
        width:100%;
        }
    .conicong {
        display: flex;
        width: 100%;
        justify-content: center;
    }
    .st2 {
        padding-bottom: 0vh;
    }

 }
@media only screen and (max-device-width:1280px) and (orientation: landscape) {
    .title-head {
        display: block;
    }
    /*header*/
    .header .popup.open {
        top: 75px;
        right: 20px;
        background: var(--secondary-darker)
    }
    .st1 .main-col-left .text-secondary {
        max-width: 40% !important;
    }

    .st1 .main-col-left .text-primary {
        max-width: 40%;
    }
    .st2 {
        padding-bottom: 15vw;
    }
    .header .popup {
        /*height: 295px*/
        height: 100%;
    }

        .header .popup .main-menu {
            flex-direction: column;
            width: 100%;
            justify-content: flex-start
        }

    .main-menu {
        width: 100%
    }

    .popup .left-items {
        width: 45%;
        position: absolute;
        padding-top: 0;
        left: 10px;
        padding-left: 0
    }

    .popup .right-items {
        width: 45%;
        position: absolute;
        padding-top: 0;
        left: 50%;
        align-items: center
    }

    .drop-btn {
        display: flex
    }

    .main-menu-items {
        flex-direction: column;
        height: auto;
        align-items: start;
        gap: 1.2vh;
        padding-left: 1vw;
    }

    .right-items .subtitle1 i {
        display: none
    }

    .drop-content span {
        margin: unset
    }

    .dropdown a {
        margin: unset
    }

    .drop-content {
        height: max-content;
        justify-content: unset;
        flex-direction: column;
        flex-direction: column
    }

    /*drop down*/
    .topmenu li:hover > .submenu {
        position: relative;
    }

    .topmenu > li {
        text-align: left;
    }


}





/* MOBILE */
/* portrait */
/*and (min-device-width: 240px)*/
/*@media only screen and (min-device-width: 340px) and (max-device-width: 435px) and (orientation: portrait) {

    .bread-crumbs-container ul {
        margin-left: 0px;
    }*/
    /*preloader*/
    /*.pre-loader {*/
        /*margin-left: -15%*/
    /*}
    .arrow {
        display: none
    }*/

    /*cookies*/
    /*.cookie .cookie-content {
        flex-direction: column;
        top: 25%
    }

        .cookie .cookie-content .left-cookies-container {
            flex-direction: column
        }

        .cookie .cookie-content .left-cookies-container {
            max-width: 100%
        }*/

    /*------------Home page*/
    /*.general-el-img {
        position: absolute;
        top: -145px;
        scale: .6;
        overflow-x: visible;
        overflow-y: visible;*/
        /**/
        /*width: 300px
    }

        .general-el-img img {
            object-fit: contain;
            transform: scale(0.9);
            object-position: 150px -70px;*/
            /*        object-position: right bottom;
        max-height: 800px*/
            /*overflow: inherit;
        }

    .home-page .text-col {
        justify-content: center;
        width: 80vw;
        min-width: 280px;
        padding-top:*/ /* margin: 0 20px;*/
        /*36px
    }

    .btn-full-screen {
        min-width: 280px;
        position: absolute;
        text-align: center;
        vert-align: middle;
        font-size: 16px;
        padding: 0
    }

    .text-col {
        justify-content: center;
        width: 80vw;
        min-width: 280px;
        padding-top: 36px;
        margin: 0 20px
    }

    .main-col-left div {
        margin: 0
    }

    .row .main-col-left .h2 {
        padding-top: 24vmax
    }

    .row .main-col-left div h1 {
        font-weight: 800;
        font-size: 40px;
        line-height: 50px
    }

    .general-el-img {
        position: absolute;
        top: -145px;
        scale: .6;
        overflow-x: visible;
        overflow-y: visible;*/
        /**/
        /*width: 300px
    }

    .row-in-main-col {
        margin-top: 90px
    }

    .general-big-el-right {
        margin: 3em -12vw auto auto !important
    }

    .footer-item {
        max-width:100%;
    }*/
    /*about part */
    /*.row div#about {
        margin-top: 80px
    }

    #about.main-col-left div.body1.text-col {
        padding: 0;
        margin-top: 8px
    }*/

    /*copied*/
    /*news part*/
    /*.home-page .news-cards-item {
        min-width: 260px;
        width: 100%;
        margin-right: 10% !important;
        margin-left: 10% !important
    }

    .production-page .news-cards-item {
        min-width: 260px;
        width: 100%;*/
        /*        margin-right: 10% !important;
        margin-left: 10% !important;*/
        /*max-width: 100%
    }*/

    /*services slider part*/
    /*#services-track ul.splide__list li.splide__slide div.slide-container {
        flex-direction: column-reverse
    }

        #services-track ul.splide__list li.splide__slide div.slide-container div.servisces-text-box {
        }

    div#services-track ul.splide__list li {
        height: fit-content
    }

    div.servisces-text-box div.slider-text.body1 {
        text-align: left;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -moz-box;
        -moz-box-orient: vertical;
        display: -webkit-box;
        -webkit-line-clamp: 8;
        -webkit-box-orient: inherit
    }*/

    /*industry slider part*/
    /*#industry-track ul.splide__list li.splide__slide div.slide-container {
        display: flex;
        flex-direction: column
    }

    .industry-slider-col {
        width: 100%
    }

    .industr-sl-half-cont {
        width: 100%
    }

    #industry-track ul.splide__list li.splide__slide div.slide-container div.industry-slider-col div.industry-slider-col div.image-container {
        max-width: 94vw
    }

    #industry-track ul.splide__list li.splide__slide div.slide-container div.industry-slider-col div.industry-slider-col div.image-container {
        object-fit: contain;
        width: 100%;
        height: 100%
    }

    #industry-track ul.splide__list li.splide__slide div.slide-container div.slide-text-box {
        max-width: 94vw;
        margin: 0
    }

    #industry div.splide__track div.splide__arrows {
        position: relative;
        margin-bottom: 75px;
        margin-top: 20px;
        margin-right: 60%;
        width: 86vw;
        min-width: 280px
    }

        #industry div.splide__track div.splide__arrows button.splide__arrow--prev {
            left: 80% !important
        }

        #industry div.splide__track div.splide__arrows button.splide__arrow--next {
            left: 95% !important
        }

    .services-img-container {
        min-height: initial
    }

    .services-slider-btn-left {
        left: -11rem !important
    }

    .services-slider-btn-right {
        left: -7rem !important
    }

    .splide__pagination {
    }

    div#services-track div.splide__arrows {
        margin: -9em auto 9em !important
    }

        div#services-track div.splide__arrows button {
            display: none
        }

        div#services-track div.splide__arrows ul.splide__pagination {
            justify-content: center;
            position: relative
        }

    div.row div.general-des-el-glued-right img {
        display: none
    }

    div.servisces-text-box div.text-container h3 {
        line-height: 30px;
        font-weight: 700;
        font-size: 20px
    }*/

    /*our partners part*/
    /*.slider-container {
        margin: auto 0 4vh
    }

    .des-el-map {
        bottom: -14vh
    }

    #partners div.splide__track ul.splide__list li {
        max-width: 100%;
        margin: 0
    }

    #partners div.splide__arrows button.splide__arrow--prev {
        left: 8px;
        background: none !important
    }

    #partners div.splide__arrows button.splide__arrow--next {
        left: 80vw;
        background: none !important
    }

    #partners-list li.splide__slide.is-active div.slider-item {*/
        /* margin: 32px auto;*/
    /*}*/

    /*map part */
    /*.map-wrap-row {
        padding-top: 80px
    }

    .map-part {
        margin: 0 auto
    }

    .map-text-part {
        width: 100% !important
    }

        .map-text-part div {
            width: 100%
        }

    div.map-text-part h2 {
        margin-top: 24px;
        font-weight: 700;
        font-size: 24px;
        line-height: 36px
    }

    .footer-row {
        gap: 32px
    }

    .sitemap-block {
        flex-direction: row;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 16px
    }

        .sitemap-block h5 {
            width: 100%
        }

    .footer-item-message {
        align-items: normal;
        flex-basis: 100%;
        padding-left: 0
    }

    .footer-companys {
        width: 100% !important;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 20%
    }

    .footer-item-message button.btn-secondary-default {
        width: 20%
    }

    .link-cont {
        width: 100%
    }*/

    /*info block part*/
    /*div.info-block-wrap div.block-img-left {
        flex-direction: column
    }

    div.img_wrap div.designe-element-on-img {
        display: none
    }

    .home-page .info-block-wrap .info-text-block {
        width: 100%
    }

    .img_wrap {
        max-width: 100%;
    }

    div.info-block-wrap div div.img_wrap div img {
        width: 100%;
        object-fit: contain;
        height: 100%
    }*/

    /*solutions page*/
    /*.row-side-menu-and-content {
        flex-direction: column;
        margin: 0 -8vw auto !important
    }

        .row-side-menu-and-content ul.side-menu {
            display: none !important
        }

    .side-humb-btn {
        display: block;
        padding: 12px 0 12px 24px;
        width: 100vh;
        margin-bottom: 0;
        margin-left: -40px;
        background: var(--grey-900);
        height: 28px
    }

    .side-menu-wrapper {
        display: none
    }

        .side-menu-wrapper.active {
            display: flex;
            min-height: fit-content
        }

    .side-menu-wrapper {
        width: 100%;
        border-radius: unset
    }

    .to-drop-item {
        width: 100%;
        background: none
    }

    .side-humb-btn.side-icon-humb {
        display: block
    }

    .side-humb-btn .side-icon-close {
        display: none
    }

    .side-humb-btn.active .side-icon-humb {
        display: none
    }

    .side-humb-btn.active .side-icon-close {
        display: block
    }

    .solutions-item-block-reversed {
        flex-direction: column;
        gap: 8px
    }

    .solutions-item-block {
        flex-direction: column;
        gap: 8px
    }

        .solutions-item-block div {
            width: 100%
        }

    .solutions-item-block-reversed div {
        width: 100%
    }

    .solutions-item-block-reversed img {
        max-width: 100%
    }

    .solutions-item-block img {
        max-width: 100%
    }

    .grid-product {
        margin: unset;
        width: 100%;
        padding: 0 8vw;
        max-width: 84%
    }

    .solution-page .webGl {
        height: 100vh !important
    }

        .solution-page .webGl canvas {
            height: 100vh !important;
            width: 100% !important
        }*/

    /*production page*/
    /*div#card-container.news-wrap {
        margin-top: 0
    }*/

    /*changes 8/16*/
    /*top element*/
    /*.solutions-headers {*/
        /*margin-left: 20%;*/
    /*}

    .webGl .preview-choice .cont img {
        width: 100%;
        height: auto
    }

    .webGl .preview-choice .btn-primary-default btn-full-screen {
        height: 100px
    }

    .back-des-el {
        min-width: 0
    }

    .des-main-img {
        object-fit: cover;
        object-position: 81% 0;
        clip-path: polygon(28% 35%,40% 0,99% 0%,100% 100%,52% 100%)
    }

    .des-el-blue-white {
        height: 146.5%
    }

    .top-text-el {
        font-size: 13px;
        margin: 0 5px 2em 55%;*/
        /* text-align: left; */
        /*min-width: 44%
    }

        .top-text-el p {
            max-width: 45%
        }

    .main-des-elements {
        margin: auto -8vw 0 auto
    }*/

    /*production grid*/
    /*.cards-row {
        flex-direction: column;
        align-items: center
    }

    .row-start-end {
        max-width: 80%;
        width: 80%;
        margin-block-start: 0;
        margin-block-end: 0
    }

        .row-start-end a {
            min-width: 0
        }

    .image-container-1 {
        width: 100%
    }

    .image-container-2 {
        width: 100%
    }

    .image-container-1 img {
        width: 100%
    }

    .image-container-2 img {
        width: 100%
    }

    .services-img-container {
        flex-wrap: nowrap;
        gap: 2%
    }

    .block-img-left {
        max-width: 100%;
        width: 100%
    }

    .block-img-right {
        max-width: 100%;
        width: 100%
    }

    .news-wrap {
        margin-top: -10vh
    }

    .slider-partners-wrapper {
        padding-bottom: 5%
    }

    .general-el-img img {
        object-fit: contain;
        transform: scale(0.9);
        object-position: -150px -40px;
        object-position: right bottom;
        max-height: 800px
    }

    .general-big-el-right img {
        object-fit: cover;
        transform: scale(0.3);
        object-position: -550px 0;
        overflow: unset
    }

    .map-part {
        width: 100%
    }

    div.solution-top-container div div.top-text-el {
        margin-left: 53% !important;
        min-width: 100%
    }

    .options .options-selector {
        flex-direction: column
    }*/

    /* single product page*/
    /*.product-page .solutions-item-block-reversed {
        flex-direction: column-reverse;
        padding-top: 22px
    }

    .product-page .solutions-item-block {
        flex-direction: column-reverse;
        padding-top: 22px
    }

    .product-page .two-collumn-container {
        flex-direction: column-reverse;
        width: 100%
    }

    .product-page .col-s {
        max-width: 100%
    }*/

    /*our partners*/
    /*.partners-page .partner-grid-content-cont {
        max-width: 100%
    }

    .partners-page .two-collumn-container {
        flex-direction: column;
        margin: 0 5%;
        max-width: 95%
    }

    .privacy-page .two-collumn-container {
        flex-direction: column;
        margin: 0 5%;
        max-width: 95%
    }

    .partners-page .grid-item-img {
        width: 88%
    }

    .news-wrap-partners .news-cards-row-partners {
        margin-left: unset
    }

    .grid-item-partners {
        flex-direction: column;
        align-items: center
    }

    .grid-item-text-partners {
        width: 100%
    }

    .partners-product-row .col-s {
        max-width: 100%
    }

    .partners-page .cards-row {
        flex-direction: column
    }

    .product-page .solutions-item-block-reversed .text-block {
        max-width: 100%
    }

    .product-page .solutions-item-block-reversed img {
        width: 100%
    }

    .solution-page .row-side-menu-and-content .two-collumn-container {
        flex-direction: column
    }

        .solution-page .row-side-menu-and-content .two-collumn-container .col-s {
            max-width: 100%
        }*/

    /**/
    /*.about-page .grid-item-partners {
        flex-direction: column-reverse;
        align-items: center
    }

    .about-page .two-collumn-container {
        flex-direction: column
    }

        .about-page .two-collumn-container .col-s {
            max-width: 100%
        }

    .production-page .row .grid-item-img-partners {
        padding-left: unset;
        width: 100%;
        max-width: 100%
    }

    .production-page .two-collumn-container {
        flex-direction: column
    }

        .production-page .two-collumn-container .col-s {
            max-width: 100%
        }*/


    /*maintenance*/
    /*.maint-particles {
        width: 100%;
        height: 90vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        overflow: hidden;
    }

    .maint-container {
        position: absolute;
        display: flex;
        flex-direction: column;
        align-content: space-between;
        justify-content: center;
        align-items: center;
    }

    .maint-not {
        padding-top: unset;
        max-width: 50%;
    }
}*/

/* lanscape */
/*@media only screen and (min-device-width: 340px) and (max-device-width: 1024px) and (orientation: landscape) {*/
/*@media only screen and (min-device-width: 340px) and (max-device-width: 950px) and (orientation: landscape) {

    .bread-crumbs-container ul {
        margin-left: -12px;
    }*/
    /*cookies*/
    /*.cookie .cookie-content {
        flex-direction: column;
        top:10%
    }


        .cookie .cookie-content .left-cookies-container {
            flex-direction: column
        }

        .cookie .cookie-content .left-cookies-container {
            max-width: 100%;
            gap: .2rem
        }

        .cookie .cookie-content .culture-block {
            width: fit-content
        }*/

    /*preloader*/
    /*.pre-loader .pre-logo {
        top: 20%
    }

    .pre-loader .wrapper-loader {
        top: 35%
    }

    .pre-logo svg {
        top: -80px
    }*/

    /*cookies*/
    /*.pagehover .cookie-content {
        flex-direction: column;
        top: 20%
    }

        .pagehover .cookie-content .left-cookies-container {
            flex-direction: column;
            gap: unset
        }

            .pagehover .cookie-content .left-cookies-container .culture-block {
                width: fit-content
            }*/

  
    /*copied*/
    /*.page-top-container {
        margin-left: -10%
    }

    .main-col-left {
        display: flex;
        flex-direction: column;
        padding: 15vmax 0 0;
        width: fit-content;
        z-index: 1;
        overflow: visible
    }

    .row.main-col-left div .body1 .text-col {
        padding-bottom: 0
    }

    .btn-full-screen {
        min-width: 280px;
        position: absolute;
        text-align: center;
        vert-align: middle;
        font-size: 16px;
        padding: 0
    }

    .text-col {
        justify-content: center;
        width: 80vw;
        min-width: 280px;
        padding-top: 36px;
        margin: 0 20px
    }

    .popup .rect-line {
        display: none !important
    }

    .main-col-left div {
        margin: 0;
        max-width: 50%
    }

        .main-col-left div .text-secondary {
            padding-top: 0 !important;
            margin-top: -50px
        }

        .main-col-left div .text-primary {
        }

    .row .main-col-left .h2 {
        padding-top: 24vmax
    }

    .main-col-left .text-col {
        margin-top: -45px;
        max-width: 70%
    }

    .row .main-col-left div h1 {
        font-weight: 800;
        font-size: 40px;
        line-height: 50px
    }

    .general-el-img {
        position: absolute;
        top: -110px;
        scale: .6;
        overflow-x: visible;
        overflow-y: visible;
        width: 1700px
    }

    .row-in-main-col {
        margin-top: 90px
    }

    .general-big-el-right {*/
        /*position: absolute;*/
        /*width: 48px !important;*/
        /*width: 300px;
        margin: 3em -12vw auto auto !important;
        overflow: unset;
        overflow-x: unset;
        overflow-y: unset
    }*/

    /*about part */
    /*.row div#about {
        margin-top: 80px
    }

    #about.main-col-left div.body1.text-col {
        padding: 0;
        margin-top: 8px
    }*/

    /*news part*/
    /*.news-cards-item {
        min-width: 260px;
        width: 100%
    }

    .splide__list li {*/
        /*        min-width: 280px;
        width: 100vh !important;*/
    /*}

    #news_lst {
        gap: 0
    }*/

    /*services slider part*/
    /*#services-track ul.splide__list li.splide__slide div.slide-container {
        flex-direction: column-reverse
    }

        #services-track ul.splide__list li.splide__slide div.slide-container div.servisces-text-box {
        }

    div#services-track ul.splide__list li {
        height: fit-content
    }

    div.servisces-text-box div.slider-text.body1 {
        text-align: left;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -moz-box;
        -moz-box-orient: vertical;
        display: -webkit-box;
        -webkit-line-clamp: 8;
        -webkit-box-orient: inherit
    }*/

    /*industry slider part*/
    /*#industry-track ul.splide__list li.splide__slide div.slide-container {
        display: flex;
        flex-direction: row
    }

        #industry-track ul.splide__list li.splide__slide div.slide-container div.industry-slider-col div.industry-slider-col div.image-container {
            max-width: 94vw
        }

        #industry-track ul.splide__list li.splide__slide div.slide-container div.industry-slider-col div.industry-slider-col div.image-container {
            object-fit: contain;
            width: 100%;
            height: 100%
        }

        #industry-track ul.splide__list li.splide__slide div.slide-container div.slide-text-box {
            max-width: 94vw;
            margin: 0
        }

    #industry div.splide__track div.splide__arrows {
        position: relative;
        margin-bottom: 75px;
        margin-top: 20px;
        margin-right: 60%;
        width: 86vw;
        min-width: 280px
    }

        #industry div.splide__track div.splide__arrows button.splide__arrow--prev {
            left: 95% !important
        }

        #industry div.splide__track div.splide__arrows button.splide__arrow--next {
            left: 105% !important
        }

    .services_arrows {
        margin-left: 0
    }

    .services-img-container {
        min-height: initial
    }

    .services-slider-btn-left {
        left: -11rem !important
    }

    .services-slider-btn-right {
        left: -7rem !important
    }

    .splide__pagination {
    }

    div#services-track div.splide__arrows {
        margin: -9em auto 9em !important
    }

        div#services-track div.splide__arrows button {
            display: none
        }

        div#services-track div.splide__arrows ul.splide__pagination {
            justify-content: center;
            position: relative
        }

    div.row div.general-des-el-glued-right img {
        display: none
    }

    div.servisces-text-box div.text-container h3 {
        line-height: 30px;
        font-weight: 700;
        font-size: 20px
    }*/

    /*our partners part*/
    /*.slider-container {
        margin: auto 0 4vh
    }

    .des-el-map {
        bottom: -14vh
    }

    #partners div.splide__track ul.splide__list li {
        max-width: 100%;
        margin: 0
    }

    #partners div.splide__arrows button.splide__arrow--prev {
        left: 8px;
        background: none !important
    }

    #partners div.splide__arrows button.splide__arrow--next {
        left: 80vw;
        background: none !important
    }

    #partners-list li.splide__slide.is-active div.slider-item {*/
        /*margin: 32px auto;*/
        /*margin: unset
    }*/

    /*map part */
    /*.map-wrap-row {
        padding-top: 80px
    }

    .map-part {
        margin: 0 auto;
        width: 100%;
        text-align: center
    }

    .map-text-part {
        width: 100% !important
    }

        .map-text-part div {
            width: 100%
        }

    div.map-text-part h2 {
        margin-top: 24px;
        font-weight: 700;
        font-size: 24px;
        line-height: 36px
    }

    .footer-row {
        gap: 32px
    }

    .sitemap-block {
        flex-direction: row;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 16px
    }

        .sitemap-block h5 {
            width: 100%
        }

    .footer-item-message {
        align-items: center;
        max-width:*/ /*flex-basis: 100%;*/
        /*35vw
    }

    .footer-companys {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 20%
    }

    .footer-item-message button.btn-secondary-default {
        width: 20%
    }

    .link-cont {
        width: 100%
    }*/

    /*info block part*/
    /*div.info-block-wrap div.block-img-left {
        flex-direction: column
    }

    div.img_wrap div.designe-element-on-img {*/
        /*  display: none;*/
    /*}

    .info-text-block {
        width: 100%
    }
    .img_wrap {
        max-width: 100%;
    }
    div.info-block-wrap div div.img_wrap div img {
        width: 100%;
        object-fit: contain;
        height: 100%
    }*/

    /*solutions page*/
    /*.row-side-menu-and-content {
        flex-direction: column;
        margin: 0 -8vw auto !important
    }

        .row-side-menu-and-content ul.side-menu {
            display: none !important
        }

    .side-humb-btn {
        display: block;
        padding: 12px initial 12px 24px;
        width: 100vw;
        margin-bottom: 0;
        margin-left: -80px;
        background: var(--grey-900);
        height: 28px;
        padding-left: 100px;
        padding-top: 8px
    }

    .side-menu-wrapper {
        display: none
    }

        .side-menu-wrapper.active {
            display: flex;
            min-height: fit-content
        }

    .side-menu-wrapper {
        width: 100%
    }

    .to-drop-item {
        width: 100%;
        background: none
    }

    .side-humb-btn.side-icon-humb {
        display: block
    }

    .side-humb-btn .side-icon-close {
        display: none
    }

    .side-humb-btn.active .side-icon-humb {
        display: none
    }

    .side-humb-btn.active .side-icon-close {
        display: block
    }

    .solutions-item-block-reversed {
        flex-direction: column;
        gap: 8px;
        align-items: center
    }

    .solutions-item-block {
        flex-direction: column;
        gap: 8px;
        align-items: center
    }

    .grid-product {
        margin: auto;
        width: 80%
    }

    .solution-page .webGl {
        height: 100vh !important
    }

        .solution-page .webGl canvas {
            height: 100vh !important;
            width: 100% !important
        }*/

    /*production page*/
    /*div#card-container.news-wrap {
        margin-top: 0
    }

    div.solution-top-container div div.top-text-el {
        padding-bottom: 24px;
        padding-left: 30px
    }

    div#card-container div.news-cards-row div.cards-row div.news-cards-item {
        padding: 0
    }*/

    /*changes 8/16*/
    /*top element*/
    /*.solutions-headers {*/
        /*margin-left: 20%;*/
    /*}

    .back-des-el {
        min-width: 0
    }

    .des-main-img {
        object-fit: cover;
        object-position: 90% 0;
        clip-path: polygon(16% 0%,100% 0%,100% 100%,19% 100%,11% 33%);
        height: unset
    }

    .des-el-blue-white {
        height: 146.5%;
        margin-left: 0
    }

    .solutions-headers {
        margin-left: 0
    }

    .top-text-el {
        font-size: 13px;
        display: block !important
    }

    .main-des-elements {
        margin: auto -8vw 0 auto
    }*/

    /*production grid*/
    /*.cards-row {*/
        /*      flex-direction: column;
        align-items: center;*/
    /*}

    .row-start-end {
        max-width: 80%;
        width: 80%;
        margin-block-start: 0;
        margin-block-end: 0
    }

        .row-start-end a {
            min-width: 0
        }

    .image-container-1 img {
        width: 100%
    }

    .image-container-2 img {
        width: 100%
    }

    .services-img-container {
        flex-wrap: nowrap;
        gap: 2%
    }

    .block-img-left {
        max-width: 100%;
        width: 100%
    }

    .block-img-right {
        max-width: 100%;
        width: 100%
    }

    .news-wrap {
        margin-top: -10vh
    }

    .slider-partners-wrapper {
        padding-bottom: 5%
    }

    .general-el-img img {
        object-fit: contain;
        transform: scale(0.9);
        object-position: -150px -40px;
        object-position: right bottom;
        max-height: 800px
    }

    .general-big-el-right img {
        object-fit: cover;
        transform: scale(0.5);
        object-position: -150px 120px;
        overflow: unset
    }

    .div.solution-top-container div div.top-text-el {
        margin-left: 33% !important;
        min-width: 140%
    }

    .bread-crumbs-container ul {
        padding-left: 0 !important
    }*/

    /* single product page*/
    /*.product-page .solutions-item-block-reversed {
        flex-direction: column-reverse;
        padding-top: 50px
    }

    .product-page .solutions-item-block {
        flex-direction: column-reverse
    }

    .product-page .two-collumn-container {
        flex-direction: column-reverse;
        width: 100%
    }

    .product-page .col-s {
        max-width: 100%
    }*/

    /*our partners*/

    /*.partners-page .two-collumn-container .col-s{
        max-width:45%;
    }


    .partners-page .partner-grid-content-cont {
        max-width: 100%;
        flex-direction: row;
        margin-left: 40px
    }

    .partners-page .cards-row {
        width: 100%;
        flex-direction: row;
        display: flex;
        flex-wrap: wrap;
        margin: 25px;
        gap: 25px
    }

    .news-wrap-partners .news-cards-row-partners {
        margin-left: unset
    }

    .cards-row-partners {
        justify-content: flex-start
    }*/

    /**/
    /*.about-page .two-collumn-container {
        flex-direction: column
    }

        .about-page .two-collumn-container .col-s {
            max-width: 100%
        }

    .about-page .grid-item-partners {
        flex-direction: column;
        width: 100%
    }

    .grid-item-img-partners {
        width: 100%
    }

    .grid-item-text-partners {
        width: 100%
    }

    .production-page .grid-item-partners {
        flex-direction: column
    }

        .production-page .grid-item-partners .grid-item-img-partners {
            max-width: 100%;
            padding-left: unset
        }

    .production-page .two-collumn-container {
        flex-direction: column
    }

    .col-s {
        max-width: 100%
    }

    .product-page .solutions-item-block-reversed .text-block {
        max-width: 100%
    }*/

    /*maintenance*/
    /*.maint-particles {
        width: 100%;
        height: 90vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        overflow: hidden;
    }

    .maint-container {
        position: absolute;
        display: flex;
        flex-direction: column;
        align-content: space-between;
        justify-content: center;
        align-items: center;
    }
    .maint-not {
        padding-top: unset;
        max-width: 50%;
    }
}

@media only screen and (max-device-width: 340px){
    html{
        padding-left:40px;
    }
    
    .footer-companys{
        flex-direction:column;
    }
}*/
/* TABLET*/
/*small*/
/* portrait */
/*@media only screen and (min-device-width: 437px) and (max-device-width: 1023px) and (orientation: portrait) {
    .pre-loader {
        width: 125vw;
    }

    .bread-crumbs-container ul {
        margin-left: -50px;
    }*/
    /*home*/
    /*.general-el-img img {
        transform: scale(0.9);
        object-position: right bottom;
        max-height: 800px;
    }


    .home-page .row-start-end {
        flex-direction: column;
    }

    .img_wrap {
        max-width: 100%;
    }

    .info-text-block {
        width: 100%;
    }

    .map-wrap-row {
        flex-direction: column;
    }

    .map-part {
        width: 100%;
    }

    .map-text-part {
        width: 100%;
    }

    .sitemap-block {
        flex-direction: row;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 16px;
    }

    .footer-row {
        gap: 50px;
    }

    .link-cont {
        width: 100%;
    }

    .footer-companys {
        justify-content: space-around;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .footer-item {
        max-width: 50%;
    }

    .splide__arrow {
        background-color: unset !important;
    }*/

    /*solutions*/
    /*.des-main-img {
        object-fit: cover;
        object-position: 90% 0;
        clip-path: polygon(16% 0%,100% 0%,100% 100%,21% 100%,11% 33%);
        height: unset;
    }

    .top-text-el {
        font-size: 13px;
        display: block !important;
        margin-left: 23%;
        margin-top: -30px;
    }

    .side-humb-btn {
        display: block;
        padding: 12px initial 12px 24px;
        width: 100vw;
        margin-bottom: 0;
        margin-left: -80px;
        background: var(--grey-900);
        height: 28px;
        padding-left: 36px;
        padding-top: 8px;
    }

    .side-menu-wrapper {
        display: none;
    }

        .side-menu-wrapper.active {
            display: flex;
            min-height: fit-content;
        }

    .row-side-menu-and-content {
        margin: 0px -8vw auto -8vw
    }

    .to-drop-item {
        margin: unset;
    }

    .grid-product {
        width: 95%;
        min-width: 280px;
        margin: 24px auto auto 24px;
        padding-right: 24px;
    }

    .tabl-act .grid-product {
        width: 90%;
    }

        .tabl-act .grid-product .webGl .preview-choice .cont img {
            max-width: 100%;
        }


        .tabl-act .grid-product .solutions-item-block {
            flex-direction: column;
        }

            .tabl-act .grid-product .solutions-item-block img {
                width: 100%;
                max-width: 100%
            }

        .tabl-act .grid-product .solutions-item-block-reversed {
            flex-direction: column;
        }

            .tabl-act .grid-product .solutions-item-block-reversed img {
                width: 100%;
                max-width: 100%
            }

        .tabl-act .grid-product div .two-collumn-container {
            flex-direction: column;
        }

            .tabl-act .grid-product div .two-collumn-container .col-s {
                max-width: 100%;
                width: 100%;
            }*/

    /*production*/
    /*.production-page .cards-row .news-cards-item {
        align-items: center;
        padding: unset;
    }

    .production-page .news-wrap .cards-row .news-cards-item .row-start-end {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
        align-items: center;
    }

    .production-page .cards-row .news-cards-item .row-start-end a {
        text-align: center;
    }

    .production-page div .two-collumn-container {
        flex-direction: column;
    }

        .production-page div .two-collumn-container .col-s {
            max-width: 100%;
            width: 100%;
        }

    .production-page div .grid-item-partners {
        flex-direction: column;
    }

        .production-page div .grid-item-partners .grid-item-img-partners {
            width: 100%;
            max-width: 100%;
        }

        .production-page div .grid-item-partners .grid-item-text-partners {
            width: 100%;
        }*/
    /*at partners*/
    /*.production-page .news-cards-row-partners .cards-row-partners .news-cards-item-partners {
        max-width: 30%;
    }

        .production-page .news-cards-row-partners .cards-row-partners .news-cards-item-partners a img {
            width: 100%;
        }*/
    /*single product*/
    /*.product-page .webGl .preview-choice .cont {
        display: flex;
        justify-content: center;
    }

    .product-page .solutions-item-block {
        flex-direction: column-reverse;
    }

        .product-page .solutions-item-block img {
            width: 100%;
            max-width: 100%
        }

        .product-page .solutions-item-block .text-block {
            max-width: 100%
        }

    .product-page .solutions-item-block-reversed {
        flex-direction: column-reverse;
    }

        .product-page .solutions-item-block-reversed .text-block {
            max-width: 100%
        }

        .product-page .solutions-item-block-reversed img {
            width: 100%;
            max-width: 100%
        }

    .product-page div .two-collumn-container {
        flex-direction: column;
    }

        .product-page div .two-collumn-container .col-s {
            max-width: 100%;
            width: 100%;
        }*/

    /* about*/
    /*.about-page div .grid-item-partners {
        flex-direction: column-reverse;
    }

        .about-page div .grid-item-partners .grid-item-img-partners {
            width: 100%;
            max-width: 100%;
        }

        .about-page div .grid-item-partners .grid-item-text-partners {
            width: 100%;
        }

    .about-page div .two-collumn-container {
        flex-direction: column;
    }

        .about-page div .two-collumn-container .col-s {
            max-width: 100%;
            width: 100%;
        }*/

    /*partners page grid*/
    /*.partners-page div .row-side-menu-and-content .partner-grid-content-cont {
        max-width: 100%;
    }

        .partners-page div .row-side-menu-and-content .partner-grid-content-cont .partners-product-row .grid-item-img-partners {
            max-width: unset;
            width: 45%;
            justify-content: space-between;
        }

            .partners-page div .row-side-menu-and-content .partner-grid-content-cont .partners-product-row .grid-item-img-partners div .row-start-end .grid-item-text {
                width: 100%;
            }*/

    /*privacy*/
    /*.privacy-page .partners-product-row {
        padding-left: 6%
    }
}*/ 
/*landscape*/
/*@media only screen and (min-device-width: 834px) and (max-device-width: 1250px) and (orientation: landscape) {

    .general-el-img img {
         transform: scale(0.9); 
         object-position: right bottom; 
        max-height: 800px;
    }

    .bread-crumbs-container ul {
        margin-left: -50px;
    }*/
    /*home*/
    /*.info-block-wrap {
        width: 100%;
    }

        .info-block-wrap .row-start-end {
        }

            .info-block-wrap .row-start-end .info-text-block {
                width: 100%;
            }

            .info-block-wrap .row-start-end .img_wrap {
                width: 100%;
                max-width: unset;
            }

                .info-block-wrap .row-start-end .img_wrap div img {
                    width: 100%;
                    max-width: unset;
                }


    .des-main-img {
        object-fit: cover;
        object-position: 90% 0;
        clip-path: polygon(16% 0%,100% 0%,100% 100%,21% 100%,11% 33%);
        height: unset;
    }

    .grid-product {
        width: 85%;
    }

    .production-page .grid-item-partners .grid-item-img-partners {
        padding-left: unset;
        width: 50%;
    }

        .production-page .grid-item-partners .grid-item-img-partners img {
            width: 100%;
        }

    .production-page .grid-item-partners .grid-item-text-partners {
        padding-left: unset;
        width: 50%;
    }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1250px) and (orientation: portrait) {

    .general-el-img img {
        transform: scale(0.9);
        object-position: right bottom;
        max-height: 800px;
    }
    
    
    .pre-loader{
       width:130vw;
   }
    
    .services_arrows{
        margin-left:unset;
    }
    .map-wrap-row{
        flex-direction: column;
    }
    .map-part{
        width:100%;
    }
    .map-text-part{
        width:100%;
    }
    .footer-companys {
        justify-content: space-around;
        flex-direction: row;
        flex-wrap: wrap;
    }
    #feedbackform{
        width:100% !important;
        max-width:100%;
    }
    #feedbackform form{
        width:100%;
    }
        #feedbackform .textfieled-default{
            min-width:97%;
        }
    .sitemap-block {
        flex-direction: row;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 16px;
    }

    .footer-row {
        gap: 50px;
    }

    .link-cont {
        width: 100%;
    }

    .footer-companys {
        justify-content: space-around;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .footer-item {
        max-width: 50%;
    }

    .des-main-img {
        object-fit: cover;
        object-position: 90% 0;
        clip-path: polygon(14% 0px, 100% 0, 100% 100%, 19% 100%, 10% 35%);
        height: unset;
    }
    .grid-product {
        width: 85%;
    }
    .grid-product .webGl .preview-choice .cont img{
        width:100%;
    }
    .product-page .webGl .preview-choice .cont {
        display: flex;
        justify-content: center;
    }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1450px) and (orientation: landscape) {
    .general-el-img img {
        transform: scale(0.9);
        object-position: right bottom;
        max-height: 800px;
        
    }
    
    .des-main-img {
        object-fit: cover;
        object-position: 90% 0;
        clip-path: polygon(14% 0px, 100% 0, 100% 100%, 19% 100%, 10% 35%);
        height: unset;
    }

    .grid-product {
        width: 85%;
    }
    .cards-row-partners{
        gap:2%;
    }
}*/
button {cursor: pointer}
a {cursor: pointer;
    color: var(--primary-main);

    }
a:hover {
    color: var(--primary-dark)
}

.btn-primary-default {
    width: fit-content;
    height: fit-content;
    border-radius: 6px;
    padding: 0.5rem 1.5rem;
    /*   margin: 0.5rem;*/
    background-color: var(--primary-main);
    color: var(--grey-100) !important;
    font-weight: 500;
    /*    font-size: calc(14px + 0.390625vw);
    line-height: calc(16px + 0.390625vw);*/
    border: none;
    outline: none;
    text-decoration: none;
    line-height: normal;
    letter-spacing: 0.01rem;
    -webkit-appearance:none;
}
    .btn-primary-default:hover {
        border-radius: 6px;
        padding: 8px 24px 8px 24px;
        background-color: var(--primary-light);
        color: var(--grey-100);
        font-weight: 500;
     /*   font-size: calc(14px + 0.390625vw);
        line-height: calc(16px + 0.390625vw);*/
        border: none;
        outline: none;
        cursor: pointer;
    }
    .btn-primary-default:disabled {
        border-radius: 6px;
        padding: 8px 24px 8px 24px;
        margin: 8px;
        background-color: var(--grey-700);
        color: var(--grey-100);
        font-weight: 500;
      /*  font-size: calc(14px + 0.390625vw);
        line-height: calc(16px + 0.390625vw);*/
        border: none;
        outline: none;
        cursor: pointer;
    }
/*button secondary*/
.btn-secondary-default {
    min-width: 108px;
    width: fit-content;
    /*height: 40px;*/
    background: var(--primary-darker);
    padding: 0.5rem 1.5rem;
    border-radius: 0.375rem;
    border: 1px solid var(--primary-main);
    color: var(--primary-main) !important;
    font-weight: 500;
    /*    font-size: calc(13px + 0.390625vw);*/
    margin-top: 1rem;
    align-items: center;
    text-decoration: none;
    -webkit-appearance: none;
}
.btn-secondary-default:hover {
    background: var(--primary-dark);
    color: var(--primary-main);
}
.btn-secondary-default:disabled {
    background: var(--grey-700);
    color: var(--grey-600);
    border: 1px solid var(--grey-600);
}



/*@media only screen and (max-device-width: 1239px) and (orientation: portrait) {
    .btn-primary-default {

        margin-top: 16px;
        margin: 0px;
    }
}

@media only screen and (max-device-width:1239px) and (orientation: landscape){
    .btn-primary-default {*/
        /*min-width: 280px;*/
        /*width: 95%;
        margin-top: 16px;

    }
}*/
.splide__container{box-sizing:border-box;position:relative}.splide__list{backface-visibility:hidden;display:-ms-flexbox;display:flex;height:100%;margin:0!important;padding:0!important}.splide.is-initialized:not(.is-active) .splide__list{display:block}.splide__pagination{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;margin:0;pointer-events:none}.splide__pagination li{display:inline-block;line-height:1;list-style-type:none;margin:0;pointer-events:auto}.splide:not(.is-overflow) .splide__pagination{display:none}.splide__progress__bar{width:0}.splide{position:relative;visibility:hidden}.splide.is-initialized,.splide.is-rendered{visibility:visible}.splide__slide{backface-visibility:hidden;box-sizing:border-box;-ms-flex-negative:0;flex-shrink:0;list-style-type:none!important;margin:0;position:relative}.splide__slide img{vertical-align:bottom}.splide__spinner{animation:splide-loading 1s linear infinite;border:2px solid #999;border-left-color:transparent;border-radius:50%;bottom:0;contain:strict;display:inline-block;height:20px;left:0;margin:auto;position:absolute;right:0;top:0;width:20px}.splide__sr{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause{display:none}.splide__toggle.is-active .splide__toggle__pause{display:inline}.splide__track{overflow:hidden;position:relative;z-index:0}@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.splide__track--draggable{-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.splide__track--fade>.splide__list>.splide__slide{margin:0!important;opacity:0;z-index:0}.splide__track--fade>.splide__list>.splide__slide.is-active{opacity:1;z-index:1}.splide--rtl{direction:rtl}.splide__track--ttb>.splide__list{display:block}.splide__arrow{-ms-flex-align:center;align-items:center;background:#ccc;border:0;border-radius:50%;cursor:pointer;display:-ms-flexbox;display:flex;height:2em;-ms-flex-pack:center;justify-content:center;opacity:.7;padding:0;position:absolute;top:50%;transform:translateY(-50%);width:2em;z-index:1}.splide__arrow svg{fill:#000;height:1.2em;width:1.2em}.splide__arrow:hover:not(:disabled){opacity:.9}.splide__arrow:disabled{opacity:.3}.splide__arrow:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide__arrow--prev{left:1em}.splide__arrow--prev svg{transform:scaleX(-1)}.splide__arrow--next{right:1em}.splide.is-focus-in .splide__arrow:focus{outline:3px solid #0bf;outline-offset:3px}.splide__pagination{bottom:.5em;left:0;padding:0 1em;position:absolute;right:0;z-index:1}.splide__pagination__page{background:#ccc;border:0;border-radius:50%;display:inline-block;height:8px;margin:3px;opacity:.7;padding:0;position:relative;transition:transform .2s linear;width:8px}.splide__pagination__page.is-active{background:#fff;transform:scale(1.4);z-index:1}.splide__pagination__page:hover{cursor:pointer;opacity:.9}.splide__pagination__page:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide.is-focus-in .splide__pagination__page:focus{outline:3px solid #0bf;outline-offset:3px}.splide__progress__bar{background:#ccc;height:3px}.splide__slide{-webkit-tap-highlight-color:rgba(0,0,0,0)}.splide__slide:focus{outline:0}@supports(outline-offset:-3px){.splide__slide:focus-visible{outline:3px solid #0bf;outline-offset:-3px}}@media screen and (-ms-high-contrast:none){.splide__slide:focus-visible{border:3px solid #0bf}}@supports(outline-offset:-3px){.splide.is-focus-in .splide__slide:focus{outline:3px solid #0bf;outline-offset:-3px}}@media screen and (-ms-high-contrast:none){.splide.is-focus-in .splide__slide:focus{border:3px solid #0bf}.splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus{border-color:#0bf}}.splide__toggle{cursor:pointer}.splide__toggle:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide.is-focus-in .splide__toggle:focus{outline:3px solid #0bf;outline-offset:3px}.splide__track--nav>.splide__list>.splide__slide{border:3px solid transparent;cursor:pointer}.splide__track--nav>.splide__list>.splide__slide.is-active{border:3px solid #000}.splide__arrows--rtl .splide__arrow--prev{left:auto;right:1em}.splide__arrows--rtl .splide__arrow--prev svg{transform:scaleX(1)}.splide__arrows--rtl .splide__arrow--next{left:1em;right:auto}.splide__arrows--rtl .splide__arrow--next svg{transform:scaleX(-1)}.splide__arrows--ttb .splide__arrow{left:50%;transform:translate(-50%)}.splide__arrows--ttb .splide__arrow--prev{top:1em}.splide__arrows--ttb .splide__arrow--prev svg{transform:rotate(-90deg)}.splide__arrows--ttb .splide__arrow--next{bottom:1em;top:auto}.splide__arrows--ttb .splide__arrow--next svg{transform:rotate(90deg)}.splide__pagination--ttb{bottom:0;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;left:auto;padding:1em 0;right:.5em;top:0}
.textfieled-default {
    background: var(--transparent-grey-8);
    padding: 16px 12px;
    color: var(--grey-100);
    height: 7.5em;
    border-radius: 0.5rem;
    /*margin-top: 16px;*/
    border: none;
    outline: none;
    font-family: Fira Sans;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    text-indent: 1.4rem;
    /*min-width: 93%;*/
    width: calc(100% - 22px);
}
    .textfieled-default:hover {
        padding: 16px 12px 16px 12px;
        background: var(--transparent-grey-16);
        color: var(--grey-100);
        box-shadow: 0px 0px 10px var(--transparent-primary-48);
    }
.error .textfieled-default:hover {
    box-shadow: 0px 0px 10px var(--transparent-error-48);
}


.email-field {
    height: 1rem;
    color: var(--grey-100);
   
}
.form-field {
    margin-bottom: 0.5rem;
}

.form-field svg {
    position: absolute;
    padding: 0.75rem 0.5rem;
}
.error svg {
    filter: brightness(0) saturate(100%) invert(10%) sepia(29%) saturate(7344%) hue-rotate(337deg) brightness(96%) contrast(108%);
}

.form-field small {
     font-size: 0.7rem;
    padding-left:2.1rem;
}
.error .textfieled-default {
    border: solid 1px var(--error-darker);
    color: var(--error-main);
}
.error small {
    color: var(--error-darker);
}
.error .textfieled-default::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: var(--error-darker);
    opacity: 1; /* Firefox */
}
/*
@media only screen and (min-device-width: 320px) and (max-device-width: 743px) and (orientation: portrait) {
    .textfieled-default {
        width: 93%;
    }

}
@media only screen and (min-device-width: 744px) and (max-device-width: 1024px) {
}
@media only screen and (min-device-width: 3020px){
    .textfieled-default{
        min-width:96%;
    }
   
}*/
