/* Classic elements */
.btn-middle-normal {
    width: 212px;
    height: 43px;
    background: #EF7F1A;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    color: #393185;
    opacity: 0.9;
}

.btn-middle-normal:hover {
    background-color: #EFAC00;
}

.btn-middle-normal:active {
    background-color: #E15506;
}

.btn-middle-normal:focus {
    background-color: #FF5C00;
    box-shadow: 0px 0px 10px #393185;
}

.btn-middle-normal:disabled {
    background-color: #C4C4C4;
}

.btn-large-normal {
    width: 100%;
    height: 31px;
    background-color: white;
    border-radius: 4px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #393185;
    border: 1px solid rgba(192, 192, 211, .2);
    border-radius: 4px;
}

.btn-large-normal:hover {
    background-color: #EF7F1A;
    border: none;
}

.btn-large-normal:active {
    background-color: #E15506;
    border: none;
}

.btn-large-normal:focus {
    background-color: #FF5C00;
    box-shadow: 0px 0px 10px #393185;
}

.btn-large-normal:disabled {
    background: #C4C4C4;
}

.a-middle-normal {
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 11px;
    padding-bottom: 11px;
    background-color: #EF7F1A;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    color: #393185;
    opacity: 0.9;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.a-middle-normal:visited {
    background-color: #EF7F1A;
}

.a-middle-normal:hover {
    background-color: #EFAC00;
}

.a-middle-normal:focus {
    background-color: #FF5C00;
    box-shadow: 0px 0px 10px #393185;
}

.a-middle-normal:active {
    background-color: #E15506;
}

.a-large-normal {
    display: inline-block;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 31px;
    background-color: white;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #393185;
    border: 1px solid rgba(192, 192, 211, .2);
    border-radius: 4px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.a-large-normal:hover {
    background-color: #EF7F1A;
    border: none;
}

.a-large-normal:active {
    background-color: #E15506;
    border: none;
}

.a-large-normal:focus {
    background-color: #FF5C00;
    box-shadow: 0px 0px 10px #393185;
}

.a-large-normal:disabled {
    background: #C4C4C4;
}

.right-pos-button {
    margin-left: 50%;
}

.w-max-400 {
    max-width: 400px;
}

.w-max-500 {
    max-width: 500px;
}

.w-max-750 {
    max-width: 750px;
}

.w-max-1000 {
    max-width: 1000px;
}

.w100pr {
    width: 100%;
}

.txt-underline {
    text-decoration: underline;
}

.color-orange {
    color: #EF7F1A;
}

.color-d-blue {
    color: #3B356E;
}

.color-black:link,
.color-black:visited,
.color-black:hover,
.color-black:active {
    color: black;
}

.color-m-blue {
    color: #393185;
}

.back-right-arrow {
    background-image: url("/icons/arrows/arrow-r.svg");
    background-position: right 10% bottom 50%;
    background-size: 21px 21px;
    background-repeat: no-repeat;
}


/* Classic elements finish*/

.mob-display-block {
    display: none;
}

.display-none {
    display: none;
}

.display-flex {
    display: flex;
}

.display-flex-center {
    justify-content: center;
    display: flex;
    align-items: center;
}

.display-block {
    display: block;
}

.overflowYhidden {
    overflow-y: hidden;
}

.overflowXhidden {
    overflow-x: hidden;
}

.disable-link {
    pointer-events: none;
}

section {
    margin-bottom: 120px;
}

.mb-8 {
    margin-bottom: 8px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-16 {
    margin-bottom: 16px;
}

.mb-24 {
    margin-bottom: 24px;
}

.mb-32 {
    margin-bottom: 32px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-48 {
    margin-bottom: 48px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mt-80 {
    margin-top: 80px;
}

.lh-160px {
    line-height: 160px;
}

.lh-120px {
    line-height: 120px;
}

.height100vh {
    height: 100vh;
}

.height80vh {
    height: 80vh;
}

.align-self-end {
    align-self: flex-end;
}

.flex-direction-column {
    flex-direction: column;
}

.width-fit-content {
    width: fit-content;
}

.bg-color-gray {
    background-color: #F3F2F8;
}

/* Main */

.md-box {
    margin-left: 140px;
    margin-right: 40px;
}

.sm-box {
    display: none;
}

header {
    width: 100%;
    position: relative;
    left: 0;
    top: -75px;
    overflow-x: hidden;
}

.blur-100vh-header {
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    position: absolute;
    z-index: -1;
}

.carousel-box {
    position: relative;
    z-index: 19;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    overflow-x: hidden;
}

.carousel-item {
    flex-direction: column;
    justify-content: space-between;
    height: 100vh;
    width: 100%;
    /* transition-duration: 1s;
    transition-property: left; */
}

.bg-img-top-box {
    display: flex;
    position: absolute;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    z-index: -1;
}

.height80vw {
    height: 80vh;
}

.bg-img-top-box img {
    width: 100%;
    object-fit: cover;
}

/* .carousel-bg1 {
    position: absolute;
    z-index: 20;
}

.carousel-bg2 {
    position: absolute;
    z-index: 21;
}

.carousel-bg3 {
    position: absolute;
    z-index: 22;
} */

/* .left0 {
    left: 0;
}

.left100 {
    left: 100vw;
}

.left200 {
    left: 200vw;
} */

.zIn25 {
    z-index: 25;
}

.gap32 {
    gap: 32px;
}

.pt-11 {
    padding-top: 11px;
}

.w-60 {
    width: 60%;
}

.mr-16 {
    margin-right: 16px;
}

.t-60 {
    top: 60px;
}

.t-m60 {
    top: -60px;
}

.r-0 {
    right: 0;
}

.l-m65 {
    left: -65px;
}

.carousel-top-container {
    margin-top: 225px;
    padding-left: 185px;
}

.main-header {
    line-height: 30px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: white;
}

.header-description {
    line-height: 60px;
    color: white;
}

.nav-slider {
    align-self: flex-end;
    width: 40%;
    max-width: 40%;
    flex-direction: column;
    align-items: end;
    opacity: 0.95;
}

.nav-slider-tagline {
    align-items: center;
    width: 100%;
    padding-left: 15%;
}

.nav-slider-tagline-txt {
    text-transform: uppercase;
    color: white;
}

.nav-slider-tagline-line {
    margin-right: 5%;
    margin-left: 5%;
    border-bottom: 1px solid rgba(192, 192, 211, .2);
    flex-grow: 1;
}

.nav-slider-container {
    flex-wrap: wrap;
    justify-content: space-evenly;
    height: 160px;
    border-radius: 5px 5px 0px 0px;
    width: 100%;
}

.nav-slider-container-blur {
    height: 160px;
    background-color: rgba(76, 79, 90, 0.95);
    border-radius: 5px 5px 0px 0px;
    width: 40%;
    position: absolute;
}

.nav-slider-subcont {
    flex-wrap: nowrap;
    padding-left: 4px;
    padding-right: 4px;
    position: relative;
    z-index: 100;
}

.nav-slider-header {
    color: #FFFFFF;
    flex-grow: 1;
    align-self: flex-end;
}

.nav-slider-annotation {
    color: #EF7F1A;
    text-transform: uppercase;
    flex-grow: 1;
    margin-top: 16px;
}

.nav-slider-right {
    width: 80px;
    height: 80px;
    border-right: 1px solid rgba(192, 192, 211, .2);
    border-bottom: 1px solid rgba(192, 192, 211, .2);
    margin-right: 24px;
    cursor: pointer;
}

.nav-slider-right img {
    width: 24px;
    height: 24px;
}

.nav-slider-target-link {
    width: 80px;
    height: 80px;
}

.nav-slider-target-link img {
    width: 24px;
    height: 24px;
}

.nav-slider-left {
    width: 80px;
    height: 80px;
    border-right: 1px solid rgba(192, 192, 211, .2);
    margin-right: 24px;
    cursor: pointer;
}

.nav-slider-left img {
    width: 24px;
    height: 24px;
}

.company-info {
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 48px;
}

.company-txt-box {
    flex-direction: column;
    justify-content: flex-start;
    gap: 24px;
    max-width: 45%;
}

.company-info-header {
    line-height: 60px;
    color: #3B356E;
}

.company-info-txt {
    line-height: 140%;
    color: #37354F;
}

.company-info-txt div:not(:last-child) {
    margin-bottom: 30px;
}

.company-info-image {
    max-width: 50%;
}

.company-info-image img {
    border-radius: 8px;
}

.section-header-box {
    justify-content: space-evenly;
    align-items: center;
    gap: 32px;
    width: 100%;
}

.section-header {
    flex-shrink: 0;
    color: #302F2F;
    text-transform: uppercase;
    line-height: 28px;
}

.section-header-line {
    border-bottom: 1px solid rgba(192, 192, 211, .2);
    width: 100%;
    height: 0;
}

.link-box {
    display: flex;
    width: 112px;
    height: 112px;
    border: 1px solid rgba(192, 192, 211, .2);
    border-radius: 50%;
    justify-content: center;
    flex-direction: column;
    line-height: 24px;
    color: #302F2F;
    text-transform: uppercase;
    margin-left: -70px;
    margin-right: 4px;
}

.link-box span {
    visibility: hidden;
}

.services-items {
    border: 1px solid rgba(192, 192, 211, .2);
    border-radius: 8px;
}

.services-items-v2 {
    flex-wrap: wrap;
    gap: 24px;
}

.services-items-v2-mob {
    display: none;
}

.services-info {
    width: 25%;
    background-color: white;
    transition-duration: 0.6s;
    border: 1px solid transparent;
    cursor: pointer;
}

.services-info-v2 {
    position: relative;
    width: 48%;
    transition-duration: 0.6s;
    border: 1px solid rgba(192, 192, 211, .2);
    border-radius: 8px;
    cursor: pointer;
}

.services-info-v2 img {
    border-radius: 10px;
    height: 300px;
    width: 100%;
}

.services-info-v2 div.blur-100 {
    background-color: rgba(255, 255, 255, 1);
    z-index: 4;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    border-color: transparent;
    transition-duration: 0.6s;
}

.services-info-v2:hover div.blur-100 {
    background-color: rgba(0, 0, 0, 0.5);
}

.services-info a {
    width: 100%;
    height: 100%;
    padding: 24px;
    display: block;
}

.services-info-v2 a {
    position: absolute;
    padding: 24px;
    display: flex;
    flex-direction: column;
    z-index: 5;
    top: 0;
    height: 100%;
}

.services-info-v2:hover .services-title-v2 {
    color: white;
}

.services-info-v2:hover .services-description {
    color: white;
}

.services-info:nth-child(-n+3) {
    border-right: 1px solid rgba(192, 192, 211, .2);
}

.services-info:hover {
    transform: scale(1.1);
    box-shadow: 0px 0px 15px lightgray;
}

.services-info-v2:hover {
    transform: scale(1.05);
    border: 1px solid lightgray;
    border-radius: 8px;
    box-shadow: 0px 0px 15px lightgray;
}

.services-icon {
    width: 96px;
    height: 96px;
}

.services-title {
    color: #302F2F;
}

.services-title-v2 {
    color: #3B356E;
    min-height: 80px;
}

.services-description {
    line-height: 150%;
    color: #302F2F;
    letter-spacing: 0.195em;
}

.services-info-v2:hover .services-description-v2 {
    color: white;
}

.services-description-v2 {
    gap: 24px;
    line-height: 150%;
    color: #302F2F;
    letter-spacing: 0.195em;
    max-height: 70%;
}


.sd-icon {
    flex-shrink: 0;
    align-self: center;
}

.services-description-v2 img {
    width: 42px;
    height: 42px;
}

.services-description ul,
.services-description ul li {
    list-style: disc;
    list-style-position: inside;
}

.product-card-box {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
}

.product-card-box.product-card-box-no-button {
    gap: 12px;
}

.product-card {
    flex-direction: column;
    align-items: center;
    gap: 16px;
    width: 30%;
    background-color: white;
    border: 1px solid rgba(192, 192, 211, .2);
    box-shadow: 0px 12px 36px -8px rgba(53, 64, 117, 0.2);
    border-radius: 8px;
    padding: 16px;
    transition-duration: 0.6s;
}

.product-card.product-card-no-button {
    width: 24%;
}

.product-card:hover {
    transform: scale(1.1);
    box-shadow: 0px 0px 15px lightgray;
}

.product-card-img img {
    border-radius: 8px;
}

.product-card-header {
    align-self: flex-start;
    line-height: 130%;
    color: #302F2F;
}

.product-card-descript {
    align-self: flex-start;
    line-height: 140%;
    color: #302F2F;
    margin-bottom: auto;
    letter-spacing: 1px;
}

.product-card-descript.mb-16 {
    margin-bottom: 16px;
}

.product-card-line {
    width: 100%;
    height: 0;
    border-bottom: 1px solid rgba(192, 192, 211, .2);

}

.product-card-box li {
    list-style-type: disc;
    margin-left: 32px;
}

.pos-abs-right-10 {
    position: absolute;
    right: 40px;
}

.pos-relative {
    position: relative;
}

.pos-absolute {
    position: absolute;    
}

.fast-order-img-box img {
    width: 100%;
}

.fast-order-box {
    flex-direction: column;
    position: absolute;
    gap: 40px;
    top: 0;
    width: 100%;
    height: 100%;
}

.fast-order-txt {
    color: white;
    text-transform: uppercase;
}

.fast-order-header {
    line-height: 60px;
    text-align: center;
    color: #FFFFFF;
    max-width: 80%;
}

.nav-down-arrow {
    width: 16px;
    height: 16px;
    position: absolute;
    right: 45px;
    top: 70px;
}

.process-step-box {
    display: none;
}


/* start pr step box */

.p-step {
    position: relative;
    margin-left: 45%;
}

.mps-title-left {
    margin-left: 0;
}

/* .p-step:not(:last-child)::before {
    content: '';
    position: absolute;
    height: 100%;
    border-left: 0.5px solid rgba(192, 192, 211, .2);
    margin-left: 22px;
    z-index: -2;
} */

.p-step:not(:last-child)::before {
    content: '';
    position: absolute;
    height: 100%;
    border-left: 0.5px solid rgba(192, 192, 211, .2);
    margin-left: 50px;
    z-index: -2;
}

.p-step:last-child::before {
    content: '';
    position: absolute;
    height: 80%;
    border-left: 0.5px solid rgba(192, 192, 211, .2);
    margin-left: 50px;
    z-index: -2;
}

.p-step.p-step-before-v2:last-child::before {
    height: 30%;
}

.process-step-box div.p-step:nth-child(2n) .msp-box {
    margin-left: -90%;
    padding-right: 80px;
    text-align: right;
}

/* .targ-img {
    width: 45px;
    height: 45px;
    flex-shrink: 0;
    margin-right: 20px;
} */

.targ-img {
    width: 100px;
    flex-shrink: 0;
    margin-right: 4%;
}

/* .targ-eye-img {
    width: 45px;
    height: 45px;
    flex-shrink: 0;
    margin-right: 20px;
    position: relative;
} */

.targ-eye-img {
    width: 85px;
    flex-shrink: 0;
    margin-right: 35px;
    position: relative;
    margin-top: 100px;
}

/* .targ-eye-img img {
    width: 116px;
    height: 76px;
    position: absolute;
    top: -14px;
    transform: scale(2.5);
    left: 24px;
    z-index: -1;
} */

.targ-eye-img img {
    width: 116px;
    height: 76px;
    position: absolute;
    top: -14px;
    transform: scale(2.5);
    left: 24px;
    z-index: -1;
}

.msp-box {
    width: 80%;
}

.mps-title {
    color: #3B356E;
}

/* .mps-descr {
    line-height: 18px;
} */

.mps-descr {
    line-height: 24px;
}

/* end pr step box */

.processing-box {
    line-height: 140%;
    text-align: center;
    color: #37354F;
}

.processing-step-box {
    background-image: url(/images/index/step-back.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 229px;
    padding: 24px;
    justify-content: space-evenly;
    gap: 16px;
    border-radius: 8px;
}

.step-box {
    width: calc(25% - 48px);
}

.step-arrow {
    width: 45px;
    height: 51px;
    flex-shrink: 0;
    margin-right: 16px;
}

.step-descr {
    line-height: 22px;
    letter-spacing: 1px;
    color: #252525;
}

.projects {
    margin-left: 75px;
}

.portfolio-box {
    margin-right: 40px;
    position: relative;
    align-items: center;
    justify-content: center;
}

.section-upper {
    color: #302F2F;
    text-align: center;
    text-transform: uppercase;
}

.t24-pos-rel {
    top: 24px;
    position: relative;
}

.portfolio-header {
    color: #302F2F;
    text-align: center;
    background-color: white;
    padding: 0 24px;
    z-index: 2;
}

.portf-nav-line {
    position: absolute;
    right: 64px;
    top: 32px;
    border-bottom: 1px solid rgba(192, 192, 211, .2);
    width: 26%;
}

.portf-link-box {
    position: absolute;
    top: -22px;
    right: 16px;
    width: 112px;
    height: 112px;
    border: 1px solid rgba(192, 192, 211, .2);
    border-radius: 50%;
    justify-content: center;
    flex-direction: column;
    line-height: 24px;
    color: #302F2F;
    margin-left: -70px;
    text-transform: uppercase;
    padding-left: 8px;
    padding-right: 8px;
    margin-right: 4px;
}

.portf-link-box:hover {
    background: #F3F2F8;
}

.portf-link-box span:nth-child(1) {
    align-self: flex-end;
}

.portf-r-arrow {
    position: absolute;
    top: 25px;
    right: 0;
}

.portf-r-arrow img {
    width: 15px;
    height: 15px;
    cursor: pointer;
}

.portfolio-carousel-box {
    width: 100%;
    overflow: hidden;
}

.portf-img-box {
    justify-content: center;
    overflow: unset;
}

.single-portf-imgbox,
.single-portf-imgbox-center {
    width: 750px;
    height: 450px;
    position: relative;
    justify-content: center;
    flex-shrink: 0;
}

.single-portf-imgbox {
    transform: scale(0.9);
}

.single-portf-imgbox-center {
    transform: scale(1.1, 1);
    transition: 1s;
}

.portf-img img {
    border-radius: 8px;
}

.portf-title {
    position: absolute;
    bottom: 145px;
    z-index: 210;
    line-height: 30px;
    color: #FFFFFF;
}

.portf-header {
    position: absolute;
    bottom: 80px;
    z-index: 210;
    line-height: 130%;
    color: #FFFFFF;
}

.shadow-gradient-box {
    position: absolute;
    z-index: 205;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 210px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 21.33%);
    mix-blend-mode: darken;
    opacity: 0.7;
    border-radius: 0px 0px 8px 8px;
}

.portf-nav {
    justify-content: center;
    gap: 16px;
    position: relative;
    z-index: 500;
    bottom: 49px;
}

.portf-nav img {
    width: 96px;
    height: 96px;
    cursor: pointer;
    transition-duration: 0.4s;
}

.portf-nav img:hover {
    transform: scale(1.04);
}

.portf-nav img:active {
    transform: scale(0.98);
}

.solutions-items {
    flex-wrap: wrap;
    gap: 24px;
    justify-content: space-between;
}

.solutions-info {
    position: relative;
    width: 31%;
    border: 1px solid rgba(192, 192, 211, .2);
    transition-duration: 0.6s;
    cursor: pointer;
    border-radius: 8px;
    box-shadow: 3px 3px 8px lightgray;
}

.solutions-info-bg-img {
    border-radius: 10px;
    width: 100%;
    min-height: 400px;
}

.solutions-info a {
    position: absolute;
    padding: 24px;
    display: flex;
    flex-direction: column;
    z-index: 5;
    top: 0;
}

.solutions-info:hover {
    transform: scale(1.05);
    border: 1px solid lightgray;
    border-radius: 8px;
    box-shadow: 0px 0px 15px lightgray;
}

.solutions-info div.solutions-blur-100 {
    background-color: rgba(255, 255, 255, 1);
    z-index: 4;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    border-color: transparent;
    transition-duration: 0.6s;
}

.solutions-info.light-blur div.solutions-blur-100 {
    background-color: rgba(0, 0, 0, 0.5);
}

.solutions-info.light-blur div.services-title {
    color: white;
}

.solutions-info.light-blur div.services-description {
    color: white;
}

.solutions-info:hover div.solutions-blur-100 {
    background-color: rgba(0, 0, 0, 0.5);
}

.solutions-info:hover .services-title {
    color: white;
}

.solutions-info:hover .services-description {
    color: white;
}

.solution-link-arrow {
    position: absolute;
    right: 40px;
    top: 40px;
    width: 0px;
    height: 16px;
    transition: width .15s ease-in-out;
}

.solutions-info:hover .solution-link-arrow {
    width: 16px;
}

.vb-section {
    justify-content: center;
    flex-wrap: wrap;
    gap: 24px;
}

.val-item-box {
    width: 920px;
    align-items: center;
}

.val-item-box>div {
    width: 33%;
}

.values-header {
    color: #302F2F;
    text-align: center;
}

.values-header.color-d-blue {
    color: #3B356E;
}

.val-center-box {
    text-align: center;
}

.val-center-box img {
    width: 159px;
    height: 113px;
}

.vlb-header {
    line-height: 130%;
    color: #3B356E;
}

.vlb-txt {
    line-height: 140%;
    align-items: center;
    color: #37354F;
}

.val-right-box {
    line-height: 130%;
    color: #3B356E;
}

.three-section-box {
    justify-content: center;
    gap: 50px;
    max-width: 1400px;
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
}

.three-section-box:nth-child(1) {
    flex-shrink: 0;
}

.three-section-box .first-section-box {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    max-width: min-content;
}

.three-section-box .first-section-box div:nth-of-type(1) {
    color: orange;
    line-height: 210px;
}

.three-section-box .first-section-box div:nth-of-type(2) {
    text-transform: uppercase;
    color: #3B356E;
    position: absolute;
    top: 40%;
}

.three-section-box .first-section-box div.t33 {
    top: 33%;
}

.three-section-box .first-section-box div:nth-of-type(3) {
    text-transform: uppercase;
    color: #3B356E;
    text-align: center;
}

.three-section-box .second-section-box,
.three-section-box .third-section-box {
    width: 32%;
}

.three-section-box .second-section-box ul li,
.three-section-box .third-section-box ul li {
    display: flex;
    justify-content: flex-start;
    gap: 24px;
    min-height: 140px;
}

.three-section-box .second-section-box ul li div:nth-of-type(1),
.three-section-box .third-section-box ul li div:nth-of-type(1) {
    color: #828097;
}

.three-section-box .second-section-box ul li div:nth-of-type(2),
.three-section-box .third-section-box ul li div:nth-of-type(2) {
    margin-top: 16px;
    line-height: 140%;
}

.descr-list-box ul li {
    list-style-type: disc;
    list-style-position: inside;
    color: #393185;
}

.descr-list-box ul li:not(:last-of-type) {
    margin-bottom: 14px;
}

.descr-list-box ul li span {
    color: black;
}

a.hover-scale-05 img {
    transition-duration: 0.6s;
}

a.hover-scale-05:hover img {
    transform: scale(1.05);
}

.first-screen-box {
    position: relative;
    z-index: 19;
    left: 0;
    top: 0;
    width: 100vw;
    flex-direction: column;
    align-items: center;
    overflow-y: hidden;
}

.carousel-bgsize {
    background-size: 100% 80%;
    background-position-y: top;
}

.sticky-img-top-box {
    display: flex;
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}

.sticky-img-top-box img {
    width: 100%;
    object-fit: cover;
}

.sticky-img-top-box.img-cover-box img {
    object-fit: cover;
}

img.right-pos-img {
    position: absolute;
    left: 65%;
    top: -400px;
    z-index: 500;
    width: 430px;
    height: auto;
}

.min-height-xl600px-sm50vh {
    min-height: 600px;
}

.blur-box-50 {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 35;
}

.content-portf-header-box {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 40;
    width: 100vw;
    flex-direction: column;
    align-items: center;
}

.breadcrumbs {
    margin-top: 115px;
    margin-left: 115px;
    margin-bottom: 72px;
    gap: 8px;
    align-self: flex-start;
}

.home-link img {
    min-width: 18px;
    height: 16px;
    margin-right: 8px;
    cursor: pointer;
}

.breadcrumbs-link a {
    color: white;
    cursor: pointer;
}

.breadcrumbs-link:last-child a {
    color: orange;
}

.slash {
    color: white;
}

.header-title-a {
    line-height: 30px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: white;
    margin-bottom: 16px;
}

.header-title-b {
    text-align: center;
    color: white;
    margin-bottom: 105px;
}

.header-description-box {
    max-width: 1125px;
    padding: 32px;
    border-radius: 8px;
    background-color: white;
    gap: 4%;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.25);
}

.header-info-box {
    max-width: 1125px;
    padding: 32px;
    border-radius: 8px;
    background-color: white;
    gap: 4%;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.25);
    margin-top: -300px;
    position: relative;
    z-index: 20;
    margin-left: auto;
    margin-right: auto;
}

.contact-full-box {
    flex-direction: column;
    align-items: center;
    max-width: 1150px;
    padding: 32px;
    border-radius: 8px;
    background-color: white;
    position: relative;
    z-index: 20;
    margin-left: auto;
    margin-right: auto;
    margin-top: -150px;
    padding-top: 80px;
    box-shadow: 0 12px 36px -8px rgba(53, 64, 117, 0.2);
}

.overflowx-clip {
    overflow-x: clip;
}

.contact-info-title {
    margin-bottom: 48px;
    text-align: center;
}

.contact-info-txt {
    text-align: center;
    max-width: 700px;
    margin-bottom: 64px;
}

.contact-info {
    flex-direction: column;
    gap: 8px;
}

.contact-work-time-context,
.contact-phone,
.contact-email,
.contact-adress,
.message-box {
    position: relative;
}

.clock-img,
.phone-img,
.email-img {
    position: absolute;
    width: 24px;
    height: 24px;
    margin-left: -50px;
    top: 25%;
}

.adress-img {
    position: absolute;
    width: 18px;
    height: 22px;
    margin-left: -47px;
    top: 0;
}

.message-map-box {
    background-color: #F3F2F8;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 32px;
    padding-left: 32px;
    padding-right: 32px;
    padding-bottom: 32px;
    justify-content: space-around;
    width: 100%;
}

.message-box,
.map-box {
    width: 48%;
}

.contact-message-map-sticker-box {
    flex-direction: column;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    gap: 24px;
}

.portf-header-description {
    flex-direction: column;
    max-width: 48%;
}

.header-descr-title-a {
    color: orange;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.header-descr-title-b {
    color: #393185;
    margin-bottom: 24px;
}

.header-descr-text {
    color: #37354F;
    line-height: 140%;
}

.header-description-img {
    max-width: 50%;
    align-self: center;
}

.header-description-img img {
    border-radius: 8px;
}

.right-txt-annotation {
    margin-right: 126px;
    text-align: right;
    margin-bottom: 60px;
    color: gray;
}

.portf-photo-box {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 80px;
}

.portf-photo {
    max-width: 1125px;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 33px;
}

.portf-photo.max-width-none {
    max-width: 100%;
}

.portf-photo img {
    max-width: 30%;
    border-radius: 8px;
}

.connection-box {
    max-width: 1125px;
    justify-content: flex-end;
    flex-grow: 1;
    gap: 32px;
}

.connection-box.max-width-100 {
    max-width: 100%;
}

.connection-txt-box.gap-36 {
    gap: 36px;
}

.order-icon-v1 {
    position: absolute;
    top: 0;
    right: 16px;
    z-index: -1;
}

.products-connection-box {
    justify-content: space-between;
    flex-grow: 1;
    gap: 16px;
}

.connection-icon {
    width: 172px;
    height: 151px;
}

.connection-txt-box {
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-around;
}

.connection-txt {
    text-align: right;
    line-height: 30px;
    color: gray;
}

.connection-txt-sub {
    display: flex;
    gap: 24px;
    align-items: center;
}

.txt-annotation {
    color: gray;
    text-align: right;
}

.txt-annotation-right {
    color: gray;
    text-align: right;
}

.fd-column {
    flex-direction: column;
}

.dropdown-box {
    flex-direction: column;
    align-self: center;
}

.dropdown-item-box {
    flex-direction: column;
    max-width: 1000px;
    padding-left: 32px;
    padding-right: 32px;
    border-bottom: 1px solid rgba(192, 192, 211, .2);
    margin-bottom: 32px;
    padding-bottom: 16px;
}

.dropdown-item-first-line {
    gap: 24px;
    align-items: center;
    cursor: pointer;
}

.dropdown-arrow {
    width: 25px;
    height: 14px;
    flex-shrink: 0;
}

.dropdown-arrow-open {
    font-weight: 600;
}

.dropdown-arrow-open img {
    transform: scale(-100%);
}

.dropdown-up-txt {
    color: #37354F;
}

.dropdown-item-second-line {
    padding-left: 85px;
    max-width: 800px;
}

.section-header-full-arrow-box {
    justify-content: space-evenly;
    align-items: center;
    gap: 32px;
    position: relative;
    margin-bottom: 80px;
}

.section-header-full-arrow-line {
    border-bottom: 1px solid rgba(192, 192, 211, .2);
    width: 100%;
    height: 0;
    margin-right: 80px;
}

.section-header-full-arrow-circle {
    position: absolute;
    top: -25px;
    right: 15px;
    width: 112px;
    height: 112px;
    border: 1px solid rgba(192, 192, 211, .2);
    border-radius: 50%;
    justify-content: center;
    flex-direction: column;
    line-height: 24px;
    color: #302F2F;
    margin-left: -70px;
    text-transform: uppercase;
    padding-left: 8px;
    padding-right: 8px;
    margin-right: 4px;
}

.section-header-full-arrow-circle-v2 {
    position: absolute;
    top: -40px;
    right: 15px;
    width: 112px;
    height: 112px;
    border: 1px solid rgba(192, 192, 211, .2);
    border-radius: 50%;
    justify-content: center;
    flex-direction: column;
    line-height: 24px;
    color: #302F2F;
    margin-left: -70px;
    text-transform: uppercase;
    padding-left: 8px;
    padding-right: 8px;
    margin-right: 4px;
}

div.section-header-full-arrow-circle.hover-bg-light-gray:hover,
div.section-header-full-arrow-circle-v2.hover-bg-light-gray:hover {
    background-color: #F3F2F8;
}

.section-header-full-arrow-circle span:nth-child(1),
.section-header-full-arrow-circle-v2 span:nth-child(1) {
    align-self: flex-end;
}


.section-header-full-r-arrow {
    position: absolute;
    top: 25px;
    right: 0;
}

.section-header-full-r-arrow-v2 {
    position: absolute;
    top: 6px;
    right: 0;
}

.section-header-full-r-arrow img,
.section-header-full-r-arrow-v2 img {
    width: 15px;
    height: 15px;
    cursor: pointer;
}

.p-question-box {
    width: 100%;
    height: 100%;
    background-color: #F3F2F8;
    background-size: cover;
    flex-direction: column;
    gap: 32px;
    padding-top: 45px;
    padding-bottom: 65px;
    padding-left: 160px;
    padding-right: 80px;
}

.p-question-txt {
    color: #37354F;
    max-width: 600px;
}

.link-box-v1 {
    text-align: center;
    justify-content: space-between;
    gap: 20px;
}

.link-box-v1 div {
    padding-bottom: 20px;
    /* flex: 0; */
}

.link-box-v1 a,
.link-box-v1 a:link,
.link-box-v1 a:visited {
    color: #393185;
}

.link-box-v1 a:hover,
.link-box-v1 a:active {
    color: orange;
}

.link-box-v1-active {
    border-bottom: 1px solid rgb(238, 154, 0);
}

.link-box-v1-active a,
.link-box-v1-active a:link,
.link-box-v1-active a:visited,
.link-box-v1-active a:hover,
.link-box-v1-active a:active {
    color: rgb(238, 154, 0);
    pointer-events: none;
}

.info-box-v1 {
    gap: 24px;
    flex-wrap: wrap;
}

.info-box-v1-item {
    gap: 24px;
    max-width: 31%;
}

.ibv1-icon {
    flex-shrink: 0;
    min-width: 70px;
}

.ibv1-item-header {
    color: #797979;
    margin-left: 24px;
    margin-bottom: 24px;
}

.chant-box {
    flex-direction: column;
    font-size: 70px;
    line-height: 125%;
    align-items: center;
    text-align: center;
}

.chant-box.cb900 {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.chant-box img {
    width: 62px;
    margin-top: 24px;
    margin-bottom: 24px;
}

.chant-box .f-bold {
    font-weight: bold;
    display: contents;
}

.header-404 {
    margin-top: 125px;
    margin-left: 280px;
    align-items: end;
    gap: 16px;
    color: #37354F;
}

.chant-box-404 {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.cb-second-line {
    line-height: 16px;
    margin-bottom: 70px;
}

.chant-box-button-404 {
    position: absolute;
    line-height: initial;
    right: 0;
    bottom: 12%
}


.chant-a-middle-normal {
    vertical-align: middle;
    line-height: normal;
}

.chant-a-middle-normal img {
    width: auto;
    margin-top: auto;
    margin-bottom: auto;
}

.r-box-blue {
    text-align: right;
    line-height: 125%;
    color: #828097;
}

.round-yellow-box {
    gap: 30px;
    flex-wrap: wrap;
    align-items: flex-start;
}

.round-yellow-box-element {
    justify-content: center;
    gap: 16px;
    flex-direction: column;
    align-items: center;
    width: 22%;
}

.round-yellow-box-element-icon {
    position: relative;
    width: fit-content;
}

.rybei-txt {
    width: 100%;
    height: 100%;
    position: absolute;
    justify-content: center;
    align-items: center;
}

.round-yellow-box-element-icon div {
    color: white;
    text-align: center;
}

.round-yellow-box-content {
    line-height: 130%;
    text-align: center;
    max-width: 190px;
}

.chant-box-ryb {
    width: 50%;
    line-height: 125%;
}

.mixed-box-section {
    position: relative;
    padding-top: 80px;
}

.mixed-box-v1-top-left-img {
    width: 35%;
    position: absolute;
    top: 0;
}

.mixed-box-v1 {
    background-color: #3B356E;
    padding-top: 60px;
    padding-bottom: 60px;
    margin-left: 40px;
}

.mixed-box-v1-bottom-right-img {
    position: absolute;
    bottom: 0px;
    right: 60px;
    padding-bottom: 24px;
}

.mixed-text-box-v1 {
    position: relative;
    padding-right: 60px;
    margin-left: 35%;
    padding-left: 60px;
}

.mixed-text-box-v1-header-container {
    gap: 36px;
    align-items: center;
    margin-bottom: 40px;
}

.mixed-text-box-v1-header {
    color: white;
}

.mixed-text-box-v1-description {
    color: white;
    margin-bottom: 60px;
    line-height: 24px;
}

.mixed-text-box-v1-description div:not(:last-child) {
    margin-bottom: 16px;
}

.four-work-step-container {
    gap: 16px;
}

.four-work-step-item {
    width: 24%;
}

.four-work-step-item-block {
    gap: 24px;
}

.four-work-step-item-number {
    color: #828097;
    line-height: 0.9em;
}

.four-work-step-item-content {
    gap: 16px;
    flex-direction: column;
}

.four-work-step-item-header {
    color: #3B356E;
    line-height: 140%;
    min-height: 90px;
}

.four-work-step-item-description {
    margin-bottom: auto;
}

.four-work-step-background {
    position: absolute;
    z-index: -1;
    right: 0;
    bottom: 50px;
    width: 50%;
}

.annotation-button-box {
    text-align: right;
    margin-right: 0;
    margin-left: auto;
    line-height: 75%;
    margin-top: -80px;
}

.chant-box-txt-v2 {
    width: 100%;
}

.chant-box-txt-v2-content {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    line-height: 150%;
}

.chant-box-txt-v2-img {
    position: absolute;
    bottom: 0;
    right: 0%;
    z-index: -1;
    width: 500px;
}

.chant-box-txt-v2-img img {
    width: 100%;
}

.two-block-container {
    gap: 40px;
    margin-bottom: 80px;
}

.two-block-container-item {
    width: 50%;
    gap: 32px;
    font-size: 24px;
    letter-spacing: 0.14em;
}

.two-block-container-item img {
    height: fit-content;
}

.two-block-container-item-description span.f-rob-600 {
    color: #393185;
}

.two-block-container-list li {
    list-style: disc;
    margin-left: 8px;
}

.two-on-two-container {
    justify-content: center;
    flex-direction: column;
    align-items: center;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
}

.two-on-two-container .chant-box.fs-50 {
    font-size: 50px;
}

.two-on-two-container-block {
    align-items: center;
    gap: 32px;
}

.two-on-two-container-img-block {
    position: relative;
    flex-shrink: 0;
    max-width: 600px;
}

.two-on-two-container-info {
    position: absolute;
    bottom: 16px;
    right: 16px;
    z-index: 10;
    justify-content: flex-end;
    align-items: center;
    gap: 16px;
}

.two-on-two-container-header {
    color: white;
    width: min-content;
}

.two-on-two-container-link-icon {
    width: 112px;
}

.txt-block-v1 {
    font-size: 16px;
    line-height: 140%;
}

.txt-block-v1-list li {
    list-style: decimal;
    margin-left: 24px;
}

.txt-block-v1-list li:not(:last-child) {
    margin-bottom: 16px;
}


.txt-block-v1-list-v2 li {
    margin-left: 24px;
}

.txt-block-v1-list-v2 li:not(:last-child) {
    margin-bottom: 16px;
}

.txt-block-v1-list-v2 li::before {
    content: "•";
    color: #6F68B6;
}

.fast-call-container {
    position: fixed;
    right: 16px;
    bottom: 30%;
    width: 50px;
    z-index: 500;
}

.fast-call img {
    margin-bottom: 8px;
    width: 50px;
    transition-duration: 0.3s;
}

.fast-call img:hover {
    transform: scale(1.2) rotate(8deg);    
}

@media screen and (min-width: 1301px) and (max-width: 1600px) {
    .info-box-v1-item {
        max-width: 48%;
    }
}

@media screen and (min-width: 761px) and (max-width: 1300px) {
    .m-flex-direction-column {
        flex-direction: column;
    }

    .btn-large-normal {
        background-color: #EF7F1A;
    }

    .sm-box {
        display: block;
    }

    .md-box {
        margin-left: 0;
        margin-right: 0;
    }

    .aside-one {
        display: none;
    }

    .bg-img-top-box img {
        object-fit: fill;
    }

    .company-info, .products-connection-box {
        margin-left: 3%;
        margin-right: 3%;
    }

    .company-info-image {
        max-width: 100%;
        width: 100%;
    }

    .company-info-image img {
        width: 100%;
    }

    .company-txt-box {
        max-width: 100%;
    }

    .services-box {
        margin-left: 3%;
        margin-right: 3%;
    }

    .nav-lg {
        margin-right: 24px;
    }

    .carousel-top-container {
        margin-top: 125px;
        padding-left: 80px;
        width: 70%;
    }

    .header-description {
        line-height: 48px;
    }

    .nav-slider {
        width: 100vw;
        max-width: 100%;
    }

    .nav-slider-tagline {
        display: none;
    }

    .nav-slider-container-blur {
        width: 100%;
    }

    .services-items {
        flex-wrap: wrap;
    }

    .services-info {
        width: 50%;
    }

    .services-info:nth-child(-n+2) {
        border-bottom: 1px solid rgba(192, 192, 211, .2);
    }

    .services-info-v2 img {
        height: 350px;
    }

    .services-description-v2 {
        line-height: 140%;
        font-size: 16px;
        letter-spacing: 0.12em;
    }

    .product-card-box {
        gap: 12px;
        justify-content: center;
    }

    .product-card {
        gap: 16px;
        width: 49%;
    }

    .product-card.product-card-no-button {
        width: 48%;
    }

    .fast-order-box {
        gap: 20px;
    }

    .fast-order-header {
        line-height: 50px;
        max-width: 90%;
    }

    .m-fast-order-header {
        font-size: 30px;
        line-height: 42px;
    }

    .projects {
        margin-left: 0px;
    }

    .solutions-info {
        width: 47%;
    }

    .process-step-box {
        display: none;
    }

    .mob-display-block {
        display: none;
    }

    .processing-step-box {
        flex-direction: column;
    }

    .step-box {
        width: auto;
    }

    .three-section-box {
        flex-wrap: wrap;
    }

    .three-section-box .first-section-box {
        width: 100%;
        max-width: 100%;
    }

    .three-section-box .second-section-box,
    .three-section-box .third-section-box {
        width: 45%;
    }

    .three-section-box .second-section-box ul li,
    .three-section-box .third-section-box ul li {
        min-height: 180px;
    }

    .carousel-bgsize {
        background-size: 100% 60%;
    }

    .breadcrumbs {
        margin-left: 80px;
    }

    .connection-txt-sub {
        justify-content: flex-end;
    }

    .right-txt-annotation {
        margin-right: 40px;
    }

    .txt-annotation {
        width: 55%;
    }

    .txt-annotation.chant-txt-annotation {
        width: 100%;
    }

    .portf-photo-box {
        margin-left: 3%;
        margin-right: 3%;
    }

    .portf-photo-box.ml-0.mr-0 {
        margin-left: 0;
        margin-right: 0;
    }

    .contact-full-box {
        max-width: 90%;
    }

    .spacer {
        flex: 1 !important;
    }

    .info-box-v1-item {
        max-width: 48%;
    }

    .chant-box {
        font-size: 48px;
    }

    .chant-box.cb900 {
        line-height: 200%;
    }

    .header-404 {
        margin-left: 140px;
    }

    .m-lh-80px {
        line-height: 80px;
    }

    .cb-second-line {
        line-height: initial;
    }

    div.p-step.display-flex::before {
        margin-left: 40px;
    }

    .targ-img {
        width: 80px;
        margin-right: 5%;
    }

    .round-yellow-box-element {
        width: 30%;
    }

    .chant-box-ryb {
        width: 80%;
    }

    .mixed-box-v1 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .mixed-text-box-v1 {
        padding-right: 40px;
    }

    .mixed-text-box-v1-header-container {
        gap: 16px;
        margin-bottom: 24px;
    }

    .mixed-box-v1-top-left-img {
        width: 38%;
    }

    .mixed-box-v1-bottom-right-img img {
        max-width: 400px;
    }

    .mixed-text-box-v1-header {
        font-size: 30px;
    }

    .mixed-text-box-v1-description {
        font-size: 16px;
        margin-bottom: 40px;
    }

    .four-work-step-container {
        flex-direction: column;
        gap: 40px;
    }

    .four-work-step-item {
        width: 80%;
    }

    .four-work-step-item-header {
        line-height: 140%;
        min-height: initial;
    }

    .four-work-step-background {
        bottom: 50px;
        width: 80%;
    }

    .chant-box-txt-v2-img {
        width: 400px;
    }

    .annotation-button-box {
        margin-top: 0;
    }

    .company-info-image.sm-display-none {
        display: none;
    }

    .two-on-two-container-block {
        flex-direction: column;
    }

    .two-on-two-container .chant-box.fs-50 {
        font-size: 46px;
    }

    .two-on-two-container-header.fs-38 {
        font-size: 36px;
    }

    .two-on-two-container-link-icon {
        width: 90px;
    }

    .middle-display-none {
        display: none;
    }

    .middle-mt-40 {
        margin-top: 40px;
    }

    .fast-call-container {
        bottom: 25%;
    }
}

@media screen and (max-width: 760px) {
    .s-flex-direction-column {
        flex-direction: column;
    }

    .process-step-box.sm-display-block {
        display: block;
    }

    .btn-large-normal {
        background-color: #EF7F1A;
    }

    .right-pos-button {
        margin-left: 0;
    }

    .mb-small-10 {
        margin-bottom: 10px;
    }

    .mb-small-16 {
        margin-bottom: 16px;
    }

    .mb-small-32 {
        margin-bottom: 32px;
    }

    .mb-small-40 {
        margin-bottom: 40px;
    }

    .mb-small-60 {
        margin-bottom: 60px;
    }

    .sm-box {
        display: block;
    }

    .md-box {
        margin-left: 0;
        margin-right: 0;
    }

    .aside-one {
        display: none;
    }

    .bg-img-top-box {
        height: 50vh;
    }

    .bg-img-top-box img {
        object-fit: fill;
    }

    .company-info, .products-connection-box {
        margin-left: 3%;
        margin-right: 3%;
    }

    .company-info-image {
        max-width: 100%;
    }

    .company-txt-box {
        max-width: 100%;
    }

    section {
        margin-bottom: 80px;
    }

    .services-box {
        margin-left: 3%;
        margin-right: 3%;
    }

    .services-items {
        flex-wrap: wrap;
        border: none;
    }

    .services-info {
        width: 100%;
        border: 1px solid rgba(192, 192, 211, .2);
        border-radius: 8px;
    }

    .services-info:hover {
        transform: none;
        box-shadow: none;
    }

    .services-info-v2 {
        width: 100%;
    }

    .services-info:nth-child(-n+3) {
        margin-bottom: 8px;
    }

    .services-title-v2 {
        min-height: auto;
    }

    .fast-order-img-box img {
        width: 100%;
        height: 300px;
        object-fit: cover;
    }

    .fast-order-box {
        gap: 24px;
        padding-left: 4%;
        padding-right: 4%;
    }

    .fast-order-txt.fs-18 {
        font-size: 14px;
    }

    .fast-order-header {
        line-height: 32px;
        max-width: 100%;
        font-size: 24px;
    }

    .sm-fast-order-header {
        line-height: 24px;
        font-size: 20px;
    }

    .fast-order-box a {
        font-size: 16px;
    }

    .carousel-top-container {
        margin-top: 100px;
        text-align: center;
        width: 100%;
        padding-left: 5%;
        padding-right: 5%;
    }

    .carousel-item {
        max-height: 50vh;
    }

    .carousel-box {
        height: 50vh;
    }

    .carousel-box-content {
        display: flex;
        justify-content: center;
    }

    .main-header {
        line-height: 20px;
    }

    .header-description {
        line-height: normal;
    }

    .company-info {
        gap: 12px;
    }

    .company-info-header {
        line-height: 40px;
    }

    .product-card {
        width: 100%;
    }

    .product-card.product-card-no-button {
        width: 100%;
    }

    .product-card:hover {
        transform: none;
    }

    .product-card-box {
        gap: 20px;
    }

    .product-card-descript {
        min-height: 70px;
    }

    .link-box span {
        visibility: visible;
        margin-top: -24px;
        text-align: center;
    }

    .processing-step-box {
        display: none;
    }

    /* start pr step box */

    .process-step-box div.p-step:nth-child(2n) .msp-box {
        margin-left: 0;
        padding-right: 0;
        text-align: left;
    }

    .p-step {
        position: relative;
        margin-left: 0;
    }

    .p-step:not(:last-child)::before {
        content: '';
        position: absolute;
        height: 100%;
        border-left: 0.5px solid rgba(192, 192, 211, .2);
        margin-left: 22px;
        z-index: -2;
    }

    .p-step:last-child::before {
        height: 60%;
        margin-left: 22px;
    }

    .p-step.p-step-before-v2:last-child::before {
        height: 20%;
    }

    .p-step.h25pr:last-child::before {
        height: 25%;
    }

    .targ-img {
        width: 45px;
        flex-shrink: 0;
        margin-right: 20px;
    }

    .targ-eye-img {
        width: 45px;
        height: 45px;
        flex-shrink: 0;
        margin-right: 20px;
        position: relative;
        margin-top: 30px;
    }

    .targ-eye-img.mt-0 {
        margin-top: 0;
    }

    .targ-eye-img img {
        width: 116px;
        height: 76px;
        position: absolute;
        top: -14px;
        transform: scale(2.5);
        left: 24px;
        z-index: -1;
    }

    .msp-box.mt-80 {
        margin-top: 30px;
    }

    .mps-title {
        color: #3B356E;
    }

    .mps-descr {
        line-height: 18px;
    }

    /* end pr step box */

    .step-box {
        width: 100%;
    }

    .projects {
        margin-left: 0;
    }

    .portfolio-box {
        margin-left: 3%;
        margin-right: 3%;
        justify-content: space-between;
    }

    .g16 {
        gap: 16px;
    }

    .w150 {
        width: 150px;
    }

    .r0 {
        right: 0;
    }

    .r50 {
        right: 50px;
    }

    .portf-nav {
        bottom: 40px;
    }

    .portf-nav img {
        width: 80px;
        height: 80px;
    }

    .portf-nav-line {
        width: calc(100% - 220px);
    }

    .portf-title {
        bottom: 110px;
    }

    .portf-header {
        bottom: 60px;
    }

    .single-portf-imgbox, .single-portf-imgbox-center {
        width: 120%;
        height: auto;
    }

    .pf2.single-portf-imgbox {
        opacity: 0.1;
    }

    .pf2.single-portf-imgbox-center {
        opacity: 1;
    }

    .solutions-info {
        width: 100%;
    }

    .solutions-info:hover {
        transform: none;
    }

    .solutions-info div.solutions-blur-100 {
        background-color: rgba(0, 0, 0, 0.5);
    }

    .solutions-info div.solutions-blur-100.disable-blur {
        background-color: rgba(0, 0, 0, 0.5);
    }

    .solutions-info .services-title {
        color: white;
    }

    .solutions-info .services-description {
        color: white;
    }

    .solutions-info .solution-link-arrow {
        width: 16px;
    }

    .services-items-v2.display-flex {
        display: none;
    }

    .services-items-v2-mob {
        display: flex;
        gap: 16px;
        flex-direction: column;
    }

    .serv-mob-item {
        position: relative;
        width: 100%;
    }

    .serv-mob-item-fone {
        width: 100%;
        height: 300px;
    }

    .serv-mob-item-fone img {
        height: 100%;
        border-radius: 8px;
        width: 100%;
        object-fit: cover;
    }

    .blur-serv-mob-50 {
        background-color: rgba(0, 0, 0, 0.5);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 5;
        border-radius: 8px;
    }

    .serv-mob-item a {
        position: absolute;
        top: 0;
        color: white;
        padding: 24px;
        z-index: 6;
        width: 100%;
        height: 100%;
    }

    .serv-mob-item-icon {
        margin-bottom: 24px;
        height: 46px;
        align-items: flex-end;
    }

    .serv-mob-item-icon img {
        height: fit-content;
    }

    .serv-mob-item-link-arrow {
        position: absolute;
        right: 16px;
    }

    .serv-mob-item-header {
        margin-bottom: 10px;
    }

    .serv-mob-item-description {
        line-height: 150%;
        letter-spacing: 0.195em;
    }

    .serv-mob-item-description ul li {
        list-style-type: disc;
        list-style-position: inside;
    }

    .vb-section {
        text-align: center;
    }

    .val-item-box {
        flex-direction: column;
    }

    .val-item-box>div {
        width: 100%;
        margin-bottom: 18px;
    }

    .three-section-box {
        flex-direction: column;
        gap: 0;
    }

    .three-section-box .first-section-box {
        margin-bottom: 40px;
        max-width: 100%;
    }

    .three-section-box .second-section-box,
    .three-section-box .third-section-box {
        width: 100%;
    }

    .three-section-box .second-section-box ul li,
    .three-section-box .third-section-box ul li {
        min-height: 110px;
    }

    .mb-80 {
        margin-bottom: 48px;
    }

    .carousel-bgsize {
        background-size: 100% 30%;
    }

    .min-height-xl600px-sm50vh {
        min-height: 400px;
    }

    .min-height-xl600px-sm50vh.sm-min-height-560px {
        min-height: 560px;
    }

    .content-portf-header-box {
        padding-left: 4%;
        padding-right: 4%;
    }

    .breadcrumbs {
        display: none;
    }

    .header-info-box {
        flex-direction: column;
    }

    .header-title-a {
        margin-top: 160px;
    }

    .contact-full-box {
        max-width: 100%;
        padding-left: 4%;
        padding-right: 4%;
    }

    .portf-header-description {
        max-width: 100%;
    }

    .header-description-box {
        padding: 4%;
        flex-direction: column;
    }

    .header-descr-text {
        margin-bottom: 16px;
    }

    .header-description-img {
        max-width: 100%;
    }

    .right-txt-annotation {
        margin-right: 0;
        margin-left: 10%;
    }

    .portf-photo {
        justify-content: center;
        gap: 16px;
    }

    .portf-photo img {
        max-width: 550px;
        width: 100%;
    }

    .connection-box {
        gap: 16px;
        max-width: 98%;
    }

    .connection-txt-box {
        gap: 16px;
    }

    .connection-txt-sub {
        flex-direction: column;
        align-items: flex-end;
    }

    .connection-txt.sm-display-none {
        display: none;
    }

    .txt-annotation {
        text-align: right;
    }

    .txt-annotation-right.sm-display-none {
        display: none;
    }

    .dropdown-item-box {
        padding-left: 2%;
        padding-right: 2%;
        padding-bottom: 16px;
    }

    .dropdown-item-first-line.mb-24 {
        margin-bottom: 0;
    }

    .p-question-box {
        padding-left: 8%;
        padding-right: 8%;
    }

    .contact-info {
        margin-left: 50px;
    }

    img.right-pos-img {
        top: -126px;
        width: 200px;
    }

    .contact-message-map-sticker-box {
        flex-direction: row;
        margin-bottom: 0;
    }

    .message-map-box {
        flex-direction: column;
        padding-left: 4%;
        padding-right: 4%;
        width: 100vw;
    }

    .message-box {
        max-width: 100vw;
        margin-bottom: 48px;
        width: 100%;
    }

    .map-box {
        width: 100%;
    }

    .round-snipet-self-positioning {
        display: none;
    }

    .services-box.sm-display-none {
        display: none;
    }

    .info-box-v1-item {
        max-width: 100%;
    }

    .chant-box {
        font-size: 24px;
    }

    .chant-box img {
        width: 32px;
    }

    .chant-box.cb900 {
        line-height: 150%;
    }

    .txt-annotation.chant-txt-annotation {
        line-height: 150%;
    }

    .a-middle-normal.chant-a-middle-normal {
        margin: 24px auto;
    }

    .header-404 {
        margin-top: 100px;
        margin-left: 40px;
    }

    .sm-lh-80px {
        line-height: 80px;
    }

    .sm-lh-40px {
        line-height: 40px;
    }

    .sm-h160px {
        height: 160px;
    }

    .chant-box-txt-v1 {
        line-height: 125%;
        font-size: 24px;
    }

    span.fs-150 {
        font-size: 80px;
    }

    .cb-second-line {
        line-height: initial;
        margin-bottom: 60px;
    }

    .chant-box-button-404 {
        bottom: 17%;
        right: 2%;
    }

    .round-yellow-box-element {
        width: 45%;
    }

    .chant-box-ryb {
        width: 100%;
    }

    .mixed-box-v1-top-left-img {
        width: 100%;
        position: inherit;
    }

    .mixed-box-v1 {
        padding-top: 20px;
        padding-bottom: 20px;
        margin-left: 0;
    }

    .mixed-box-v1-bottom-right-img {
        max-width: 250px;
    }

    .mixed-text-box-v1 {
        padding-right: 28px;
        margin-left: 0;
        padding-left: 28px;
    }

    .mixed-text-box-v1-header-container {
        margin-bottom: 16px;
    }

    .mixed-text-box-v1-header-container img {
        width: 34px;
    }

    .mixed-text-box-v1-header.fs-40 {
        font-size: 22px;
    }

    .mixed-text-box-v1-description {
        margin-bottom: 16px;
    }

    .mixed-text-box-v1-description.fs-18 {
        font-size: 14px;
    }

    .a-middle-normal.sm-fs-14 {
        font-size: 14px;
    }

    .four-work-step-container {
        flex-direction: column;
        gap: 40px;
    }

    .four-work-step-item {
        width: 100%;
    }

    .four-work-step-item-header {
        line-height: 140%;
        min-height: initial;
    }

    .four-work-step-background {
        bottom: 150px;
        width: 100%;
        left: 10%;
    }

    .chant-box-txt-v2 {
        line-height: 125%;
        font-size: 24px;
    }

    .chant-box-txt-v2-img {
        width: 300px;
    }

    .chant-box-txt-v2-img img {
        width: 100%;
    }

    .annotation-button-box {
        margin-top: 0;
    }

    .two-block-container {
        flex-direction: column;
    }

    .two-block-container-item {
        width: 100%;
        font-size: 20px;
        letter-spacing: 0.04em;
    }

    .company-info-image.middle-display-none {
        display: none;
    }

    .two-on-two-container-block {
        flex-direction: column;
    }

    .two-on-two-container .chant-box.fs-50 {
        font-size: 28px;
    }

    .two-on-two-container-header.fs-38 {
        font-size: 26px;
    }

    .two-on-two-container-link-icon {
        width: 60px;
    }

    .small-display-none {
        display: none;
    }

    .fast-call-container {
        right: 8px;
        bottom: 5%;
    }
}

@media screen and (max-height: 500px) {
    .nav-slider {
        display: none;
    }

    .carousel-top-container {
        margin-top: 100px;
    }
}

@media screen and (max-height: 670px) {
    .carousel-top-container {
        margin-top: 100px;
    }

    /* .breadcrumbs {
        display: none;
    } */
}

@media screen and (max-width: 900px) {
    .sm900-display-none {
        display: none;
    }
}