html, body {
    overflow-x: hidden !important;
    width: 100% !important;
}
input[type="text"]::placeholder {
    color: #5570B9;
    opacity: 1;
}
/* @font-face {
    font-family: 'Involve-regular';
    src: url('../fonts/Involve/Involve-Regular.ttf');
    font-display: swap;
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Involve-semibold';
    src: url('../fonts/Involve/Involve-SemiBold.ttf');
    font-display: swap;
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Involve-medium';
    src: url('../fonts/Involve/Involve-Medium.ttf');
    font-display: swap;
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Involve-bold';
    src: url('../fonts/Involve/Involve-Bold.ttf');
    font-display: swap;
    font-weight: 700;
    font-style: normal;
} */

.bold,
.semibold,
.bold.white,
.bold.upper,
.bold-text,
.semibold-text {
    font-family: Arial, Tahoma, sans-serif !important;
    font-weight: 600 !important;
}

.bold,
.bold.white,
.bold.upper,
.bold-text {
    font-weight: 700 !important;
}

.upper,
.font16,
.font17,
.font20,
.font24,
.font26,
.font28,
.font32,
.regular,
.medium,
.normal-text,
body,
p,
span:not(.bold):not(.semibold),
a:not(.bold):not(.semibold) {
    font-family: Tahoma, Arial, sans-serif !important;
    font-weight: normal !important;
}

input,
button,
textarea,
select {
    font-family: Tahoma, Arial, sans-serif !important;
}
.pc-block{
    display: block;
}
.casebg{
    width:286px;
    height: 213px;
    margin-left:12px;
    margin-top: 10px;
}
.casebg-reverse{
    width:286px;
    height: 213px;
    margin-left:12px;
    margin-top: 10px;
    transform: scale(-1, 1);
}
.tecnology-block-margin{
    margin-left: 100px;
}
.maxwidth680px{
    max-width: 680px;
}
/* .mob-button{
        border-radius: 20px;
        
    } */
.rowmargin{
    margin-left: 58px;
}
.marging0{
    margin-left: -95px;
}
.marginleft-title{
    margin-left: 315px;
}
@media(max-width: 992px){
    .rowmargin{
        margin-left: 15px;
    }
    .marging0{
        margin-left: 0px;
    }
}

@media (max-width:768px){
    .tecnology-block-margin{
        margin-left: 0px;
    }
    .rowmargin{
        margin-left: 15px;
    }
    .marging0{
        margin-left: 0px;
    }
    
}

.reviews-carousel {
            /* position: relative; */
            overflow: hidden;
            margin: 20px 0;
            width: 100%;
        }
        .reviews-track {
            touch-action: pan-y; 
            -webkit-overflow-scrolling: touch;
            display: flex;
            transition: transform 0.5s ease;
            width: 100%;
        }
        .review-item {
            min-width: 50%;
            padding: 0 -50px;
            box-sizing: border-box;
        }
        .reviev-bg {
            /* background: linear-gradient(35deg, #021f4e 10%, #5482B3 100%); */
            background: linear-gradient(to bottom, #5482B3 10%, #021F4E 100%);
            padding: 30px;
            border-radius: 20px;
            height: 100%;
            position: relative;
        }
        @media (max-width: 992px) {
            .reviews-carousel {
                overflow: hidden;
                width: calc(100% + 30px);
                margin: 0px;
                
            }
            .review-item {
                min-width: 100%;
                padding: 0 15px;
                box-sizing: border-box;
                
            }
            .reviews-track {
                display: flex;
                transition: transform 0.3s ease-in-out;
            }
            .tecnology-block .reviews-carousel {
                margin-left: 0;
                margin-right: 0;
            }
        }
        .reviews-indicators {
            display: flex;
            justify-content: center;
            gap: 10px;
            margin-top: 30px;
        }
        .indicator {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: #ccc;
            cursor: pointer;
            transition: background 0.3s;
        }
        .indicator.active {
            background: #021F4E;
        }
        .reviews-nav {
            display: flex;
            justify-content: center;
            gap: 20px;
            margin-top: 20px;
        }
        .reviews-nav img {
            width: 40px;
            height: 40px;
            cursor: pointer;
            transition: transform 0.3s ease;
        }
        .reviews-nav img:hover {
            transform: scale(1.1);
        }
        .rotate180 {
            transform: rotate(180deg);
        }
        @media (min-width: 993px) {
            .reviews-track {
                display: flex;
                width: 100%;
                flex-wrap: nowrap;
            }
            .review-item {
                flex: 0 0 50%;
                box-sizing: border-box;
            }
            .reviews-carousel {
                overflow: hidden;
            }
        }
        @media (max-width: 992px) {
            .reviews-track {
                width: 100%;
            }
            .review-item {
                min-width: 100%;
            }
        }

/* Menu style */
.mobile-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1000;
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.mobile-menu-overlay.active {
    display: block;
    opacity: 1;
}
.mobile-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 80%;
    height: 100vh;
    background: #112C57;
    z-index: 1001;
    transition: right 0.3s ease;
    /* padding: 20px; */
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.3);
}
.mobile-menu.active {
    right: 0;
}
.mobile-menu-close {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 28px;
    color: white;
    cursor: pointer;
    z-index: 1002;
}
.mobile-menu-content {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-start;
    gap: 30px;
    margin-top: 60px;
    margin-left:20px;
    margin-right:20px;
}
.mobile-menu-item {
    font-size: 20px;
    font-weight: 500;
    color: white;
    text-decoration: none;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu-item:hover {
    color: #5482B3;
}
.mobile-contact {
    margin-top: 40px;
    padding: 15px;
    background: #112C57;
    border-radius: 10px;
    text-align: center;
}
.mobile-start-btn {
    background: #021F4E;
    padding: 15px;
    border-radius: 10px;
    text-align: center;
    cursor: pointer;
    margin-top: 20px;
    transition: background 0.3s ease;
}
.mobile-start-btn:hover {
    background: #5482B3;
}
.burger-menu {
    cursor: pointer;
    margin-top: 35px;
    height: 65px;
    display: flex;
    align-items: center;
}
@media (min-width: 768px) {
    .mobile-menu-overlay,
    .mobile-menu {
        display: none !important;
    }
    .burger-menu {
        display: none !important;
    }
}
/* .reviews-carousel {
    position: relative;
    overflow: hidden;
    margin: 20px 0;
}

.reviews-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.review-item {
    flex: 0 0 50%;
    padding: 0 30px;
    box-sizing: border-box;
}

.reviev-bg {
    background: linear-gradient(35deg, #021f4e 10%, #5482B3 100%);
    padding: 30px;
    border-radius: 20px;
    height: 100%;
    position: relative;
}

@media (max-width: 992px) {
     .reviews-carousel {
        overflow: hidden;
        width: calc(100% + 30px);
        margin: 0px;
    }
    
    .review-item {
        flex: 0 0 100%;
        padding: 0 15px;
        box-sizing: border-box;
    }
    
    .reviews-track {
        display: flex;
        transition: transform 0.3s ease-in-out;
    }
    .tecnology-block .reviews-carousel {
        margin-left: 0;
        margin-right: 0;
    }
}

.reviews-indicators {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 30px;
}

.indicator {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ccc;
    cursor: pointer;
    transition: background 0.3s;
}

.indicator.active {
    background: #021F4E;
}
 */

/* .bold {
    font-family: 'Involve-bold';
} */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial;
    max-width: 100%;
    

}

p {
    margin: 0;
}
.container1 {
    max-width: 1065px;
    margin: 0 auto;
    padding: 0;
}
.container {
    max-width: 1150px;
    margin: 0 auto;
    padding: 0;
}
.container-index {
    max-width: 1150px;
    margin: 0 auto;
    padding: 0;
}

.call-back {
    width: 191px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
}
.call-back-mob {
    width: 256px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
}

.font12 {
    font-size: 12px;
}

.font14 {
    font-size: 14px;

}

.bg-deep-blue {
    background: #021F4E;
}
.bg-deep-white {
    background: white;
}

a {
    text-decoration: none;
    color: inherit;
}

/* .semibold {
    font-family: arial;
}

.medium {
    font-family: arial;

} */

.absolute {
    position: absolute;
}

.font22 {
    font-size: 22px;
}

.font16 {
    font-size: 16px;

}
.font17 {
    font-size: 17px;

}
.white {
    color: #F4F4F4;
}

.bg-white20 {
    background: rgba(244, 244, 244, 0.2);
}

.relative {
    position: relative;
}

.tel {
    border-bottom-left-radius: 13px;
    border-bottom-right-radius: 13px;
    border-top-right-radius: 13px;
    /* width: 149px; */
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.d-flex {
    display: flex;
}
.gap40 {
    gap: 40px;

}

.gap38 {
    gap: 38px;

}

.gap95 {
    gap: 38px;
}

.align-center {
    align-items: center;
}

.background {
    position: absolute;
    left: 60px;
    top: 10px;
    right: 0;
    bottom: 0;
    z-index: -1;
    background: linear-gradient(to bottom right, #5482B3, #021F4E);
    border-radius: 20px;

        img {
        /* width: 100%; */
        height: 100%;
        object-fit: cover;
    }
}

.object {
    position: absolute;
    top: 0;
    left: -16px;
    right: 78px;

    img {
        width: 100%;
    }
}

.pirple {
    color: #CCD7F7;
}

.font48 {
    font-size: 48px;
}

.font18 {
    font-size: 18px;

}

.main-text {
    padding-top: 110px;
    p {
        
        text-transform: uppercase;
        line-height: 110%;
    }
}

.items {
    max-width: 500px;
    padding-top: 21px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding-bottom: 41px;

}
.item {
    padding: 6px 15px;
    border-radius: 20px;
    border: 1px solid rgba(248, 248, 248, 0.5);
}
@media (max-width: 768px) {
    .items {
        padding-top: 21px;
        gap: 4px 9px;
        padding-bottom: 41px;
        margin-left:5px;
    }
    .item {
        padding: 4px 8px;
        border-radius: 20px;
        border: 1px solid rgba(248, 248, 248, 0.5);
        /* font-weight: normal; */
        font-size: 14px;
    }

}





.item:hover  {
    background-color: #021F4E;
}

.line140 {
    line-height: 140%;
}

.descr-text {
    max-width: 672px;
    padding-top: 1px;

}

/* .header {
    padding-right: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
    /* background: linear-gradient(to bottom right, #5482B3, #021F4E); 
} */

@media (max-width: 992px) {
    .logo {
        background-color: transparent !important;
        border-bottom-right-radius: 0 !important;
        color: white;
    }

    .header-logo .logo {
        background: transparent !important;
    }
    .logo img {
        background: transparent !important;
        border-radius: 0 !important;
        color: white;
    }
}

@media (max-width: 768px) {
    .logo {
        background: transparent !important;
        border-radius: 0 !important;
        color: white;
    }
    
    .logo img {
        background: transparent !important;
        border-radius: 0 !important;
        color: white;
    }
}

.logo {
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 10px;
    background: white;
    border-bottom-right-radius: 20px;
    color: #5570B9;
}
.logo1 {
    display: flex;
    /* gap: 10px; */
    align-items: start;
    text-align: start;
    padding: 10px;
    margin-left: -50px;
    /* background: white;
    border-bottom-right-radius: 20px; */
    color: white;
}
.main-block {
    padding-left: 100px;
    padding-top: 0px;
    padding-bottom: 100px;
}
.main-block1 {
    padding-left: 43px;
    padding-top: 0px;
    padding-bottom: 100px;
}
.mob-block {
    display: none;
    position: relative; 
    z-index: 1000; 
    margin-top: 15px;
}
.grid{
    display: grid;
    grid-template-columns: 1fr 12fr; 
    margin-top: 0.8rem;
    gap:5px;
}

.grid-post{
    display: grid;
    grid-template-columns: 4fr 6fr; 
    margin-top: 0.8rem;
    gap:5px;
}
.mob-block-footer {
    display: none;
    position: relative; 
    z-index: 1000; 
    margin-top: 15px;
    position: absolute;
}
@media (max-width: 992px) {
    .mob-block .button {
        width: calc(100% - 10px);
        margin-left: 5px;
        margin-right: 5px;
        /* height: 110px; */
    }
    .grid{
        display: grid;
        grid-template-columns: 1fr 4fr; 
        margin-top: 0.8rem;
        gap:5px;
    }
}
.button-main {
    bottom: 0;
    right: 0;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background-color: white;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 13px;
}

.button {
    width: 360px;
    height: 104px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    p {
        margin-top: -3px;
    }
}

.font20 {
    font-size: 20px;
}
.font19 {
    font-size: 19px;
}

.info-block {
    margin-top: 105px;
}

.pirple-circle {
    min-width: 30px;
    max-width: 30px;
    min-height: 30px;
    max-height: 30px;
    border-radius: 50%;
    background-color: #5570B9;
    margin-top: 4px;
}

.line {
    top: 39px;
    left: 29px;
    background-color: #5570B9;
    /* height: 100%; */
    margin-top: -400px;
    
    height: calc(100% - 510px); 
    width: 2px;
}

.pirple-circle-small {
    min-width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #5570B9;
    margin-top: 4px;
}

.upper {
    text-transform: uppercase;
}

.marker-info {
    left: -113px;
    top: 35px;
    rotate: -90deg;
    background-color: white;
}

.gap10 {
    gap: 10px;
}
.gap10mob0 {
    gap: 10px;
}
@media (max-width:992px){
    .gap10mob0 {
        gap: 0px;
    }
}
.mb40px {
    margin-bottom: 40px;
}

.object1 {

    left: -100px;
    top: 330px;
    right: 0;
    z-index: -1;

    img {
        width: 100%;
    }
}

.gap20 {
    gap: 20px;
}

.maxwidth380px {
    padding-right: 108px;
}

.column {
    flex-direction: column;
}

.nowrap {
        white-space: nowrap;
}

.font24 {
    font-size: 24px;
}
.fontlogo{
    font-size: 26px;
}
.blue-button {
    width: 315px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.blue-button-mob{
    width: 315px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.deep-blue {
    color: #021F4E;
}

.pirple-dark {
    color: #5570B9;
}

.gap20column {
    gap: 20px;
    flex-direction: column;

}
.angle0 {
    bottom: -5px;
    right:7.9px; 
    rotate: 270deg;
}
.angle1 {
    top: -2px;
    right: -16px;
}

.angle2 {
    top: 48px;
    right: 126px;
}

.angle3 {
    bottom: -2.5px;
    right:574px;
    rotate: 180deg;
}

.angle4 {
    bottom: -2px;
    right: 384px;
    rotate: 180deg;
}

.object2 {
    top: -200px;
    z-index: -1;
    left: 0;
}

.object3 {
    top: -30px;
    z-index: -1;
    right: 0;
}

.shop-block {
    margin-top: 80px;
}

.wrap {
    flex-wrap: wrap;
}

.gap60 {
    gap: 60px;
}

.shop-text {
    padding-bottom: 18px;
}

@media(max-width:768){
    .shop-text {
    padding-bottom: 18px;
    margin-bottom: 50px;
}

}

@media(max-width:992px){
    .shop-bg {
        background: #021F4E;
        height: 400px;
        border-radius: 20px;
        width: 100%;
        text-align: center;
        margin-left: 0px;
    }

    .shop-bg-reverse {
        background: #021F4E;
        height: 400px;
        border-radius: 20px;
        width: 100%;
        margin-left: 0px;
    }
}


@media (min-width: 993px){
.shop-bg {
    background: linear-gradient(to bottom right, #1F467A, #072650);
    height: 345px;
    border-radius: 20px;
    width: 545px;
    text-align: center;
    margin-left: -45px;
}
.shop-bg-reverse {
    background: linear-gradient(to bottom right, #1F467A, #072650);
    height: 345px;
    border-radius: 20px;
    width: 567px;
    margin-left: -67px;
}

}


@media(max-width:992px){
    .shop-bg2 {
        background: linear-gradient(to bottom right, #5482B3, #021F4E);
        height: 270px;
        border-radius: 20px;
        width: 100%;
        text-align: center;
        margin-left: 0px;
    }

    .shop-bg-reverse2 {
        background:  linear-gradient(45deg, #5482B3 0%, #021f4e 100%);
        height: 270px;
        border-radius: 20px;
        width: 100%;
        margin-left: 0px;
    }
}


@media (min-width: 993px){
.shop-bg2 {
    background: linear-gradient(to bottom right, #5482B3, #021F4E);
    height: 345px;
    border-radius: 20px;
    width: 521px;
    text-align: center;
    margin-left: -35px;
}
.shop-bg-reverse2 {
    background:  linear-gradient(45deg, #5482B3 0%, #021f4e 100%);
    height: 345px;
    border-radius: 20px;
    width: 521px;
    margin-left: -45px;
}

}



.columns2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.font32 {
    font-size: 32px;
}

.shop-img {
    top: -25px;
    left: -50px;
    right: -30px;

    img {
        width: 100%;
    }
}

.case-img{
    left: -45px;
    top: -75px;
    min-width: 580px;
    max-width: 580px;
    max-height: 600px;
    min-height: 600px;
}
.cases-webp{
    transform: rotate(0deg); 
    border-radius:5px; 
    border: 7px, solid, #011023;
    left: -60px;
    /* top: -190px; */
    max-width: 475px;
    min-width: 475px;
    min-height: 307px;
    max-height: 307px;
    margin-top: -22px;
}
.cases-webp2{
    transform: rotate(0deg); 
    border-radius:5px; 
    border: 7px, solid, #011023;
    left: -60px;
    /* top: -190px; */
    max-width: 475px;
    min-width: 475px;
    min-height: 310px;
    max-height: 310px;
    margin-top: -22px;
    margin-left: 15px;
}
.case0{
    transform: rotate(4.31deg);
}
.case1{
    transform: rotate(-5deg);
}

@media(max-width:992px){
    .case-img {
        top: 0px;
        left: 25px;
        
        min-width: 270px;
        max-width: 270px;
        max-height: 189px;
        min-height: 189px;
    }

    .case0{
        transform: none !important;
    }
    .case1{
        transform:none !important;
    }


    .cases-webp{
        transform: rotate(7.2deg); 
        border-radius:5px; 
        border: 7px, solid, #011023;
        left: -60px;
        /* top: -190px; */
        max-width: 270px;
        min-width: 270px;
        min-height: 202px;
        max-height: 202px;
        margin-top: 5px;
        margin-left: -4px;
    }
.cases-webp2{
        transform: rotate(-4.5deg); 
        border-radius:5px; 
        border: 7px, solid, #011023;
        left: -60px;
        max-width: 270px;
        min-width: 270px;
        min-height: 202px;
        max-height: 202px;
        margin-top: 5px;
        margin-left: 37px;
    }
}
@media(max-width: 768px){
    /* .case-img {
        top: -10px;
        left: -15px;
        
        min-width: 300px;
        max-width: 300px;
        max-height: auto;
        min-height: auto;
    } */

    .case0{
        transform: none !important;
    }
    .case1{
        transform:none !important;
    }


    .cases-webp{
        transform: rotate(7.2deg); 
        border-radius:5px; 
        border: 7px, solid, #011023;
        left: -60px;
        /* top: -190px; */
        max-width: 270px;
        min-width: 270px;
        min-height: 202px;
        max-height: 202px;
        margin-top: 5px;
        margin-left: -4px;
    }
.cases-webp2{
        transform: rotate(-4.5deg); 
        border-radius:5px; 
        border: 7px, solid, #011023;
        left: -60px;
        max-width: 270px;
        min-width: 270px;
        min-height: 202px;
        max-height: 202px;
        margin-top: 5px;
        margin-left: 37px;
    }
}


.blue-button-shop {
    width: 200px;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;


}
.blue-button-shop-case{
    width: 200px;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
}
.blue-button-shop-case-reverse{
    width: 200px;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
}
.angle5 {
    top: -33px;
    left: 0;
    rotate: -90deg;
}

.angle6 {
    bottom: -4px;
    right: -32px;
    rotate: -90deg;
}

.angle7 {
    top: -35px;
    right: 0;
    rotate: 180deg;
}

.angle8 {
    bottom: -2px;
    left: -31px;
    rotate: 180deg;
}

.marker-info-shop {
    left: -133px;
    top: 50px;
    rotate: -90deg;
    background-color: white;
}
.back-button{
    /* transform: translateY(-130%); 
    margin-left: -68px;   */
    /* height:66px;  */
    /* width: 63px;  */
    opacity:0;
    transition: opacity 0.3s ease;
}

.back-button:hover{
    
    opacity:1;
}
.big-button3 {
    height: 106px;
    width: 300%;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}
.big-button {
    height: 106px;
    width: 300%;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}
.big-button-mob{
    height: 74px;
    width: 275px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -5px;
    margin-left:15px;
}
.big-button-mob2{
    height: 74px;
    width: 286px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left:15px;
    margin-top: -5px;
}


.big-button-mob3{
    height: 74px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0px;
}


.white-border {
    padding-top: 10px;
    padding-right: 15px;
    padding-left: 15px;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    margin-left:130px;
    bottom: 0;
    left: 0;
    background-color: white;
}

.white-border-start {

    padding-right: 15px;
    padding-left: 15px;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    /* margin-left:130px; */
    bottom: 0;
    left: 0;
    background-color: white;
}

@media(max-width: 992px){
    .white-border {
        padding-top: 15px;
        padding-right: 15px;
        border-top-right-radius: 20px;
        bottom: 0;
        left: 0;
        background-color: white;
        margin-left:0px;
    }
    

.white-border-reverse {
    padding-top: 15px;
    /* padding-left: 15px; */
    border-top-left-radius: 20px;
    margin-left: 600px;
    /* margin-left: -50px; */
    bottom: 0;
    right: -60;
    background-color: white;
    }
}
@media(max-width: 768px){
    .white-border {
        padding-top: 15px;
        padding-right: 15px;
        border-top-right-radius: 20px;
        bottom: 0;
        left: 0;
        background-color: white;
        margin-left:0px;
    }
    

.white-border-reverse {
    padding-top: 15px;
    /* padding-left: 15px; */
    border-top-left-radius: 20px;

    margin-left: 0px;
    bottom: 0;
    right: 0;
    background-color: white;
    }
}


.white-border-reverse {
    padding-top: 10px;
    padding-right: 15px;
    padding-left: 15px;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    margin-left:140px;
    bottom: 0;
    left: 0;
    background-color: white;
        /* padding-top: 15px;
    padding-left: 15px;
    border-top-left-radius: 20px;

    
    bottom: 0;
    right: 0;
    background-color: white; */
}

.angle-mob-9, .angle-mob-10, .angle-mob-11, .angle-mob-12 {
    display: none;
}

.tecnology-block {
    margin-top: 120px;

}

.gap40 {
    gap: 40px;
}

.font40 {
    font-size: 40px;
}

.marker-info-tec {
    left: -133px;
    top: 64px;
    rotate: -90deg;
    background-color: white;
}

.gap70 {
    gap: 70px;
}

.margin0 {
    margin-top: 0;
}

.pay-items {
    display: grid;
    grid-template-rows: 1fr 1fr 1fr;
    gap: 12px;
}
.pay-items-mob {
    display: grid;
    grid-template-rows: 1fr 1fr 1fr;
    gap: 12px;
}

.dark {
    color: #011023;
}

.black {
    color: black;
}

.pay-item {
    padding: 20px;
    background-color: #5570B91A;
    border-radius: 20px;
}
.pay-item-mob{
    height: 70px;
    width: 286px;
    padding: 13px 0px;
    background-color: #5570B91A;
    border-radius: 20px;
    margin-left:15px;
}
.gap5 {
    gap: 5px;
}

.advan-block {
    margin-top: 100px;
}

.marker-info-pay {
    align-items: center;

        left: -116px;
                top: 51px;

        rotate: -90deg;
        background-color: white;
    }

    .marker-info-our {
    align-items: center;

        left: -111px;
        top: 31px;
        rotate: -90deg;
        background-color: white;
    }

    .marker-info-advan {
    align-items: center;

    left: -149px;
    top: 73px;
    rotate: -90deg;
    background-color: white;
}

.marker-info-reviews {
    align-items: center;

    left: -117px;
    top: 50px;
    rotate: -90deg;
    background-color: white;
}

.marker-info-faq {
    align-items: center;
    left: -106px;
    top: 35px;
    rotate: -90deg;
    background-color: white;
}

.marker-info-blog {
    align-items: center;
    left: -106px;
    top: 35px;
    rotate: -90deg;
    background-color: white;
}

form .first-item {
    width: 20.4%;
}


form .second-item {
    width: 28.5%;
}

form .third-item {
    text-align: bottom;
    /* width: 56.9%; */

}

input[type="text"] {
    padding: 12px 20px;
    border-radius:20px;

    background-color: #FDFDFD;

    color: #021F4E;
    font-size: 14px;
    border: none;
}

.align-end {
    align-items: end;
}

.line110 {
line-height: 110%;
}

input[type="checkbox"] {
    border: 1px solid #021F4E;
}

.select {
    padding: 10px;
    border-radius: 20px;
    background-color: #FDFDFD;
    color: #021F4E;
    font-size: 14px;
    border: 1px solid white;
    border-radius:20px;
    text-align: center;
}

.marker-info-form {
    align-items: center;
    left: -110px;
    top: 37px;
    rotate: -90deg;
    background-color: white;
}

form {
    padding: 40px;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;

    background: rgba(85, 112, 185, 0.1);
}

.maxwidth493 {
    max-width: 493px;
}

.maxwidth360 {
    max-width: 360px;
}

.gap40mob20 {
    gap: 40px;
}

    .gap50 {
        gap: 50px;
    }

    .p-right-32px {
        padding-right: 14px;
    }

    .pirple-circle-small {
        /* margin: 0; */
    }

    .pirple-circle-medium {
        max-width: 20px;
        min-width: 20px;
        max-height: 20px;
        min-height: 20px;
        border-radius: 50%;
        background-color: #5570B9;
    }
    .advan-item {
        background-color: #E3E6ED;
        padding: 25px 30px;
        border-radius: 20px;

    }

    .rowgap40 {
        row-gap: 40px!important;
    }

    .gap15 {
        gap: 15px;
    }

    .font40fix {
        font-size: 40px;
    }

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

    .font24mob22 {
        font-size: 24px;
    }

    .rotate180 {
        rotate: 180deg;
    }

    .justify-content-between {
        justify-content: space-between;
    }

    .shifts {
        img {
            width: 50px;
            height: 50px;
        }
    }

    .reviev-bg {
        background:  linear-gradient(35deg, #021f4e 10%, #5482B3 100%);

    }
    .review-item {
        padding: 30px;
        border-radius: 20px;
    }

    .float-right {
        width: 100%;
        text-align: right;
    }

    .decsr-review {
        padding-right: 30px;
    }

    .white-cut {
        height: 60px;
        top: 0;
        left: 0;
        right: 138px;
        background-color: white;
        border-bottom-right-radius: 20px;
    }

    .angle13 {
    top: -2px;
    right: 121px;
}

.angle14 {
    top: 58px;
    left: -0.8px;
    
}

.font24mob16 {
    font-size: 24px;
}

.faq-item {
    padding: 15px 20px;
    background-color: #5570B91A;
    border-radius: 20px;

}


.shift-down {
    min-width: 30px;
    max-width: 30px;
    min-height: 30px;
    max-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    rotate: -90deg;

    img {
        max-height: 7px;
    }

}
.shift-down2 {
    min-width: 30px;
    max-width: 30px;
    min-height: 30px;
    max-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    rotate: -90deg;

    img {
        max-height: 7px;
    }

}

.fit-width {
    height: fit-content;

}



.rowgap20 {
    row-gap: 20px!important;
}

.d-none {
    display: none;
}


.shift-expanded {
    background: #5570B9;
    rotate: 0deg;

}

.gap20mob10 {
    gap: 20px;
}

.blog-img {
    top: -8px;
    left: -14px;
    right: -22px;

    img {
        width: 100%;
    }
}

.blog-text {
        padding-bottom: 18px;
        margin-bottom: 0px;
        /* position: relative; */

        padding-bottom: 15px;
        background: white;
        width: fit-content;
    }

.font16mob14 {
    font-size: 16px;
}

.footer {
    padding-top: 85px;
    padding-bottom: 73px;
    padding-inline: 45px;
    
    background-color: #011023;
    /* z-index: -2; */

}

.font32mob22 {
    font-size: 32px;
}

.grey-light {
    color: #F4F4F4;
}

.angle20 {
    top: -1px;
    right: -46px;
}

.nav-block {
    padding-right: 130px;
}

.angle21 {
    bottom: -43px;
    left: -6px;
}

.contacts {
    padding-top: 82px;

}



.white-cut-logo {
    height: 70px;
    background-color: white;
    top: 0;
    left: 0;
    padding-right: 30px;
    padding-left: 5px;
    border-bottom-right-radius: 20px;
    z-index: -1;

    img {
        max-width: 50px;
    }
}

/* .bg-desktop {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: 1400px;

    height: 100%;
    width: 100%;
    z-index: -50;
    overflow: hidden;
    display: flex;
    align-items: center;

    img {
        height: 100%;
        max-width: 1400px;
        min-width: 1400px;
        object-fit: cover;
    }
} */

form::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: white;
    z-index: -1;
}

.bg-mob {
    display: none;
}


@media (min-width: 993px) {
.last-line {
    height: calc(100% + 120px);
}



}


@media (max-width: 1200px) {
    .button {
    width: 300px;
    }

    .angle4 {
    bottom: -1px;
    right: 324px;
    rotate: 180deg;
}
}


.footer .line {
    display: none;
}


@media (max-width: 992px) {

    .marker-info-faq {
    align-items: center;
    left: -42px;
    top: 26px;
    rotate: -90deg;
    background-color: white;

    
}

.tecnology-block {
    margin-top: 105px;
}

.info-block {
    margin-top: 90px;

}

.shop-block {
    margin-top: 65px;
}

.footer {
    padding-top: 92px;
    padding-left: 31px;
    padding-right: 72px;
    padding-bottom: 68px;

    .justify-content-between {
        flex-direction: column-reverse;
        gap: 40px;
    }

    .contacts, .nav-block {
        padding: 0;
    }

    .font14 {
        font-size: 12px;
    }
}

.white-cut-logo {
    padding-left: 30px;
    height: 41px;

    .pirple-dark {
        color: #011023;
    }
}

.angle20 {
    top: 1px;
    right: -46px;
}

.angle21 {
    bottom: -28px;
    left: -31px;
}

.font32mob22 {
    font-size: 22px;
}

.font16mob14 {
    font-size: 14px;
}
.font16mob16{
    font-size: 16px;
}
.marker-info-form {
        align-items: center;
        left: -47px;
        top: 26px;
        rotate: -90deg;
        background-color: white;
    }

.blog-img {
    top: -8px;
    left: -14px;
    right: -22px;

    img {
        width: 87%;
        max-height: 246px;
    }
}

    

.marker-info-blog {
    align-items: center;
    left: -42px;
    top: 26px;
    rotate: -90deg;
    background-color: white;
}





.rowgap20 {
row-gap: 10px!important;
}


.gap20mob10 {
    gap: 10px;
}

.gap40mob20 {
    gap: 20px;
}
    .font24mob22 {
        font-size: 22px;
    }
    .pc-block {
        display: none;
    }

    .background {
    left: 0px;
    
}

/* .review-header {
    top: -5px;
    left: 0;
    z-index: 1;
} */

.shifts {
    float: right;

    img {
        width: 40px;
        height: 40px;
    }

    &.gap20 {
        gap: 10px!important;
    }
}

.white-cut {
        height: 60px;
        top: 0;
        left: 0;
        right: 108px;
        background-color: white;
        border-bottom-right-radius: 20px;
    }

    .angle13 {
    top: -2px;
    right: 93px;
}

.font24mob16 {
    font-size: 16px;
}

.slider {
    overflow: scroll;
    width: 100%;


}

.reviews {
    display: flex!important;
    gap: 20px;
    width: calc(200% + 20px);

    div.review-item {
    width: 100%;
        
    }
}

.rowgap40 {
    row-gap: 20px!important;
}



    .marker-info-advan {
        left: -76px;
        top: 58px;
        rotate: -90deg;
        background-color: white;
    }

        .marker-info-reviews {
        left: -51px;
        top: 31px;
        rotate: -90deg;
        background-color: white;
    }

.gap50 {
    gap: 42px;
}

.our-item {
    margin-bottom: 20px;
}

.pirple-circle-medium {
    width: 15px;
    height: 15px;
}

.info-item {
    flex-direction: column;
    gap: 5px!important;
}

        .marker-info-pay {
        left: -51px;
        top: 35px;
        rotate: -90deg;
        background-color: white;
    }

        .marker-info-our {
        left: -47px;
        top: 31px;
        rotate: -90deg;
        background-color: white;
    }

.tecnology-block .gap60 {
    gap: 20px;
}

.mb-mob-20px {
    margin-bottom: 20px;
}

    .marker-info-tec {
        left: -64px;
        top: 49px;
        rotate: -90deg;
        background-color: white;
    }

.font40 {
    font-size: 28px;
}

.font24 {
    font-size: 20px;
}

.tecnology-block.gap40 {
    gap: 20px;
}

.tecnology-block .gap20 {
    gap: 30px;
}
.angle-mob-9 {
        display: block;
        top: 0;
        right: -16px;
    }

    .angle-mob-10 {
        display: block;
        bottom: -20px;
        left: 0;
    }

        .angle-mob-11 {
        display: block;
        left: -17px;
        top: -3px;
        rotate: 90deg;
    }

    .angle-mob-12 {
        display: block;
        bottom: -18px;
        right: 1px;
        rotate: 90deg;
    }


.blue-button-shop {
    width: 160px;
    height: 35px;
    
}
.blue-button-shop-case {
    width: 161px;
    height: 44px;
    margin-top: -45px;
    margin-left: 12px;
}
.blue-button-shop-case-reverse {
    width: 161px;
    height: 44px;
    margin-top: -45px;
    margin-left: 138px;
}
.shop-text.second-item {
    float: right;
    padding-left: 15px;
    border-bottom-left-radius: 20px;
}

.container {
        padding-inline: 20px;
    }
    .container1 {
        padding-inline: 20px;
        max-width: 95%;
    }
.container-index {
        padding-inline: 20px;
    }
.shop-text {
    padding-bottom: 18px;
    margin-bottom: -59px;
    position: relative;
    z-index: 1;
    padding-bottom: 15px;
    background: white;
    width: fit-content;
}

.shop-img {
    top: 37px;
    left: 40px;
    right: 20px;
    z-index: 2;
}

.shop-text.first-item {
    padding-right: 15px;
    border-bottom-right-radius: 20px;
}

.shop-bg, .shop-bg-reverse {
    
    height: 280px;

}

.font32 {
    font-size: 20px;
}

.marker-info-shop {
    left: -64px;
    top: 50px;
    rotate: -90deg;
    background-color: white;
}

.blue-button {
    width: 191px;
    height: 35px;
}
.blue-button-mob{
    width: 216px;
    height: 37px;
}
.angle4, .angle3 {
    display: none;
}

.pirple-circle {
    min-width: 20px;
    max-width: 20px;
    min-height: 20px;
    max-height: 20px;
}

.angle2 {
    top: 49px;
    right: 44px;
}

.line {
        top: 30px;
        left: 6px;
        background-color: #5570B9;
        /* height: 100%; */
        height: calc(100%); 
        width: 3px;
    }

    .maxwidth380px {
    padding-right: 20px;
}

.padding-0 {
    padding-inline: 0!important;
    
}


.mob-block {
    display: block;
}

.font48 {
    font-size: 26px;
}

.marker-info {
        left: -50px;
        top: 35px;
        rotate: -90deg;
        background-color: white;
    }



/* .header {
    padding-right: 10px;
} */


.header-full-width {
    width: 100%;
    background: linear-gradient(to bottom right, #041A3D, #0B2A5B);
    overflow: hidden;
}
.footer-full-width {
    width: 100%;
    background: linear-gradient(to bottom right, #041A3D, #01030E);
}
.header-full-width .header,
.footer-full-width .footer {
    margin: 0;
    padding: 0 20px;
}

.main-block {
    padding-inline: 20px;
}

.object {
        position: absolute;
        top: 0;
        left: 0px;
        right: 0px;
        bottom: 0;
    }

        img {
        width: 100%;
        height: 100%;
    }

.main-text {
    padding-top: 30px;
}

.info-item {
    align-items: start!important;
}


.font18 {
    font-size: 14px;
}
.font16 {
    font-size: 12px;
}

.button {
    margin-top: 15px;
    display: flex;
    width: 100%;
    
    align-items: center;
    justify-content: center;
}

.last-line {
    height: 90%!important;
}




}


@media (max-width: 768px) {
    .container {
    margin-inline: 20px;
    .container1 {
    margin-inline: 20px;
    }
    
}
.container-index {
    margin-inline: 13px;
}
.last-line {
    height: 90.5%!important;
}

/* .form-header {
    flex-direction: column!important;
    gap: 20px!important;
    width: 100%;
    align-items: start!important;
} */

.maxwidth360 {
    max-width: none!important;

}

form {
    padding: 20px 15px;
}

.fields.gap20 {
    gap: 10px!important;
    flex-direction: column;
}

form .first-item, form .second-item, .third-item {
    width: 100%!important;
}

.form-content.gap20 {
    gap: 20px!important;
}

form .gap50 {
    gap: 30px;
}

.big-button.font20 {
    font-size: 18px;
}



.shop-img {
        top: 37px;
        left: 40px;
        right: 20px;
        bottom: 50px;
        z-index: 2;

        img {
            width: unset;
            height: 100%;
        }
    }

    .columns2 {
    display: grid
;
    grid-template-columns: 1fr;
}

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

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



@media (max-width: 450px) {
.last-line {
    height: 91%!important;
}

.bg-desktop {
    display: none;
}


.bg-mob {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: 1400px;

    height: 100%;
    width: 100%;
    z-index: -50;
    overflow: hidden;
    display: flex;
    align-items: center;

    img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
}

}

/* mod */
/* .modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.modal-overlay.active {
    opacity: 1;
    visibility: visible;
}

.modal-content {
    background-color: white;
    border-radius: 20px;
    padding: 40px;
    max-width: 600px;
    width: 90%;
    position: relative;
    transform: translateY(20px);
    transition: transform 0.3s ease;
}

.modal-overlay.active .modal-content {
    transform: translateY(0);
}

.modal-close {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
    color: #021F4E;
    transition: color 0.3s ease;
}

.modal-close:hover {
    color: #5570B9;
}

.modal-header {
    margin-bottom: 30px;
}

.modal-form .big-button {
    height: 50px;
    width: 100%;
    border-radius: 20px;
    margin-top: 0;
}

.modal-form .fields {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.modal-form .first-item, 
.modal-form .second-item {
    flex: 1;
}

.modal-form input[type="text"],
.modal-form select {
    width: 100%;
    padding: 16px 24px;
    border: 1px solid #ddd;
    background-color: #FDFDFD;
    color: #021F4E;
    font-size: 16px;
    height: 56px;
}

.modal-form select {
    appearance: none;
    background-image: url("image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23021F4E' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 16px;
}

.modal-form label {
    display: block;
    margin-bottom: 8px;
    font-size: 16px;
    color: #333;
}

.modal-form .d-flex.gap5.column {
    margin-bottom: 15px;
}

.modal-form .d-flex.gap10 {
    margin-bottom: 20px;
    align-items: center;
}

.modal-form input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

@media (max-width: 769px) {
    .modal-content {
        padding: 25px 20px;
        margin: 15px;
    }
    
    .modal-form .fields {
        flex-direction: column;
        gap: 15px;
    }
    
    .modal-header h2 {
        font-size: 24px;
    }
    
    .modal-header p {
        font-size: 16px;
    }
    
    .modal-form input[type="text"],
    .modal-form select {
        padding: 14px 20px;
        font-size: 15px;
        height: 52px;
    }
}

.margin100{
    margin-left:100px
}
@media(max-width: 768px){
   .margin100{
        margin-left:0px
    } 
}

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.modal-overlay.active {
    opacity: 1;
    visibility: visible;
}

.modal-content {
    background-color: white;
    border-radius: 20px;
    padding: 40px;
    max-width: 600px;
    width: 90%;
    position: relative;
    transform: translateY(20px);
    transition: transform 0.3s ease;
}

.modal-overlay.active .modal-content {
    transform: translateY(0);
}

.modal-close {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
    color: #021F4E;
    transition: color 0.3s ease;
}

.modal-close:hover {
    color: #5570B9;
}

.modal-header {
    margin-bottom: 30px;
}

.modal-form .big-button {
    height: 50px;
    width: 100%;
    border-radius: 20px;
    margin-top: 0;
}

.modal-form input[type="text"],
.modal-form select {
    width: 100%;
    padding: 16px 24px;
    border-radius: 20px;
    border: 1px solid #ddd;
    background-color: #FDFDFD;
    color: #021F4E;
    font-size: 16px;
    height: 56px;
    box-sizing: border-box;
}

.modal-form select {
    appearance: none;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23021F4E' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 16px;
}

.modal-form label {
    display: block;
    margin-bottom: 8px;
    font-size: 16px;
    color: #333;
}

.modal-form .d-flex.gap5.column {
    margin-bottom: 15px;
}

.modal-form .d-flex.gap10 {
    margin-bottom: 20px;
    align-items: center;
}

.modal-form input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

@media (max-width: 768px) {
    .modal-content {
        padding: 25px 20px;
        margin: 15px;
    }
    
    .modal-form .fields {
        flex-direction: column;
        gap: 15px;
    }
    
    .modal-header h2 {
        font-size: 24px;
    }
    
    .modal-header p {
        font-size: 16px;
    }
    
    .modal-form input[type="text"],
    .modal-form select {
        padding: 14px 20px;
        font-size: 15px;
        height: 52px;
        line-height: normal;
    }
}
 */