
/* START COMMON STYLES */
*{
    color: #F7F8F8;
    box-sizing: border-box;
    font-family: 'Inter';

    /* border: 1px solid red; */
}
html{
    min-height: 100%;
    margin: 0px;
}
body {
    background: linear-gradient(0deg, #000012 77.18%, #0E0048 122.27%);
    background-repeat: no-repeat;
    min-height: 100%;
    min-height: 100%;
    margin: 0px;

    
}

@font-face {
    font-family: Inter;
    font-display: swap;
    src: url('../fonts/Inter/Inter.ttf');
}
  
/* END COMMON STYLES */






/* START GRID STYLES */


/* широкий контейнер */
.container-fluid {
    display: block;
    width: 100%;
    max-width: 1920px;
    padding: 0 32px;
    margin: 0 auto;

}

/* центральный контейнер */
.container {
    /* max-width: 1600px; */
    /* max-width: 1288px; */
    max-width: 1280px;
    margin: 0 auto;
    padding: 0;

}

.row {
    padding: 0;
    margin: 0;
    display: flex;
    text-align: left;
    flex-wrap: wrap;

}

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


.left {
    float: left;
}
.right {
    float: right;
}
.both {
    clear: both;
}

.break {
    flex-basis: 100%;
    height: 5px;
}
.center {
    margin: 0 auto;
    display: block;
}
.nowrap {
    white-space: nowrap;
    flex-wrap: nowrap;

}
/* END GRID STYLES */




/* START TYPOGRAPHY STYLES */
.head-1 {
    font-style: normal;
    font-weight: 700;
    font-size: 72px;
    line-height: 80px;
    /* or 111% */
    letter-spacing: -1px;
}

.head-1-1 {
    font-style: normal;
    font-weight: 400;
    font-size: 72px;
    line-height: 80px;
}

.head-1-2 {
    font-style: normal;
    font-weight: 400;
    font-size: 72px;
    line-height: 80px;
}


.head-2 {
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
}

.head-3 {
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
    /* or 117% */
    letter-spacing: -0.6px;
}
.head-4 {
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 38px;
}

.head-5 {
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 40px;
}

.head-6 {
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 40px;
}

.head-7 {
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 34px;
}


.font-15{
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 21px;
}

.font-16{
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
}
.text-center {
    text-align: center;
}

.w-full {
    width: 100%;
}

.w-50 {
    width: 50%;
}
/* END TYPOGRAPHY STYLES */




/* START BURRONS STYLES */


.btn {
    display: inline-block;
    
    text-align: center;

    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;

    padding: 13px 24px;


    border-radius: 12px;

    text-decoration: none;
}

.btn:not(.btn-none):focus {
    box-shadow: 0px 0px 0px 4px rgba(0, 41, 255, 0.33);
}

.btn-primary {
    background: #0029FF;
}

a:hover {
    text-decoration: underline;
}


/* .btn-primary:hover {
    background: #0020c2;
} */

.btn-none:hover {
    text-decoration: underline;

}

.btn-default {
    background: none;
    color: #3F3B3B;
    border: 2px solid #3F3B3B;
}
.btn-default:hover {
    background: #C4C4C4;
}

.btn-white {
    background: #F7F8F8;
    
    color: #3F3B3B;
    border: 2px solid #F7F8F8;
}

.btn-white:hover {
    /* background: #C4C4C4; */
}

.btn-bordered {
    background: none;
    color: #F7F8F8;
    border: 2px solid #F7F8F8;
}

.btn-bordered:hover {
    background: #C4C4C4;

}
/* END BURRONS STYLES */


/* START MISC STYLES */
.border {
    border: 1px solid red;
}
/* END MISC STYLES */






/* START HEADER AND NAVBAR */


header {
    margin-top: 48px;
    height: 84px;
}

.logo {
    height: 26px;
}

.logodiv {
    padding: 26px 0;
}
.header-line {
    justify-content: space-between;
}
.hamburger {
    display: none;
}

header .nav {
    display: flex;
    height: 86px;
    align-items: center;

}
header .nav a{
    margin-left: 48px;

    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #F7F8F8;
    text-decoration: none;
}

header .nav a.active {
    font-weight: 700;
}


.haburger-head {
    display: none;
}

.right-btns {
    display: flex;
    height: 86px;
    align-items: center;
}


/* END HEADER AND NAVBAR */



/* START FIRST SLIDE/BLOCK */
.first-slide-left {
    width: 50%;padding-top: 80px;
}
.first-slide-right {
    padding-top: 80px;
    padding-left: 95px;
    width:50%;
}
.first-slide-right img {
    max-width: 100%;
}
/* START END SLIDE/BLOCK */




/* START WHO WE ARE BLOCK */
.whoweare {
    background-image: url(../images/luna-bg-1-min.png);
    height: 372px;
    width: 100%;background-position: right; 
    background-repeat: no-repeat;
}
.whoweare-left {
    width: 35%;
    margin-top:-20px;
}


.whoweare .tag {
    border:1px solid #F7F8F8;
    border-radius: 100px;
    padding: 6px 16px;
}

.whoweare-link {
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
}
.after-whoweare {
    display: none;
}

/* END WHO WE ARE BLOCK */




/* START L8 DOCS (WITH SCREENS) BLOCK */
.l8docs-screen-big {
    width: 66%;
    background: linear-gradient(180deg, rgba(0, 41, 255, 0.1) 0%, rgba(0, 41, 255, 0) 100%);
    border-radius: 48px;
    height: 480px;
    padding-top: 29px;
    text-align: center;
}

.l8docs-screen-big img, 
.l8docs-screen-small img {
    border-radius: 16px;
}


.l8docs-screen-small {
    width: 32%;
    background: linear-gradient(180deg, rgba(0, 41, 255, 0.1) 0%, rgba(0, 41, 255, 0) 100%);
    border-radius: 48px;
    height: 480px;
    padding-top: 29px;
    text-align: center;
}
.l8docs .head-7 {
    text-align: center;width:88%;margin:0 auto;
}

.l8docs .sceenshots {
    margin-top: 65px;
}

.l8docs .sceenshots2 {
    margin-top: 24px;
}

.l8docs .sceenshots .scr1 img {
    width: 50%;
    height:auto;
}
.l8docs .sceenshots .scr1 .font-15 {
    width: 55%;
    margin:-15px auto 0 auto;
}


.l8docs .sceenshots .scr2 img {
    width: 70%;
    height:auto;
}
.l8docs .sceenshots .scr2 .font-15 {
    width:85%;
    margin:-10px auto 0 auto;
}



.l8docs .sceenshots2 .scr3 img {
    width: 70%;
    height:auto;
}
.l8docs .sceenshots2 .scr3 .font-16 {
    width:85%;
    margin:0 auto;
}



.l8docs .sceenshots2 .scr4 img {
    width: 65%;height:auto;
    margin-top:16px;
}
.l8docs .sceenshots2 .scr4 .font-16 {
    width: 45%;
    margin:-20px auto 0 auto;
}


.l8docs .epilogue {
    text-align: center; 
    width:80%;
    margin:80px auto 0 auto;
}

.mob-sceenshots-block {
    margin-top: 50px;
    display: none;
}

.mob-scr {
    padding: 30px;
    background: linear-gradient(180deg, rgba(0, 41, 255, 0.1) 0%, rgba(0, 41, 255, 0) 100%);


    border: 1px solid #3E3E59;
    border-radius: 48px;
    min-height: 540px;
}

.mob-scr img {
    border-radius: 16px;
    width: 100%;
    height: auto;
    max-height: 224px;
}


.mob-scr .head-6 {
    text-align: center;
    padding: 5px 10px;
}

.mob-scr .font-15 {
    text-align: center;
    padding: 5px 10px;
}
/* END L8 DOCS (WITH SCREENS) BLOCK */





/* START PRICING BLOCK */
.pricing-block {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    
}

.percent-head {
    display: flex;
    align-items:center;
}

.pricing-card1 {


    width: 31.6%;
    /* height: 734px; */

    background: #E6F0FF;


    border: 1px solid #F7F8F8;

    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.08);
    border-radius: 24px;

    flex: none;
    order: 0;
    flex-grow: 0;

    padding: 10px 40px;
}
.percent {
    font-size: 72px;
    font-weight: 700;
    letter-spacing: -1px;
}
.percent-right {
    color: #05285B;
    padding-left:5px;
}
.pricing-card1 .percent {

    color: #05285B;
}

.pricing-card2 .percent, .pricing-card3 .percent {
    color: #F7F8F8;
}

.pricing-card2 .percent-right, .pricing-card3 .percent-right {
    color: #F7F8F8;
}
.pricing-card1 .head-6{
    color: #05285B;
}


.pricing-card1 ul li {
    list-style-image: url(../images/checkmark.png);
    
    margin-top: 12px;
    
}
.pricing-card1 ul li span {
    display: inline-table;
    vertical-align: middle;
    color: #3F3B3B;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    padding-left: 5px;
}

.pricing-card2 {
    width: 31.6%;
    background: #0029FF;
    border: 1px solid #F7F8F8;
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.08);
    border-radius: 24px;
    flex: none;
    order: 1;
    flex-grow: 0;
    padding: 10px 40px;
}

.pricing-card1 .head-6, 
.pricing-card2 .head-6, 
.pricing-card3 .head-6 {
    line-height: 25px;
}


.pricing-card2 ul li, .pricing-card3 ul li {
    list-style-image: url(../images/checkmark.png);
    margin-top: 12px;
    
}
.pricing-card2 ul li span, .pricing-card3 ul li span {
    display: inline-table;
    vertical-align: middle;
    color: #F7F8F8;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    padding-left: 5px;
}


.pricing-card3 {
    width: 31.6%;
    background: linear-gradient(0deg, #000012 77.18%, #0E0048 122.27%);
    border: 1px solid #F7F8F8;
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.08);
    border-radius: 24px;
    flex: none;
    order: 2;
    flex-grow: 0;
    padding: 10px 40px;
}

.bottom-btn {
    text-align: center;margin-top:30px;margin-bottom:20px;
}

/* END PRICING BLOCK */



/* START MODEL BLOCK  */
.model-block {
    display: flex;
    flex-direction: row;
    /* justify-content: center; */
    align-items: flex-start;
    
    flex-wrap: wrap;
    max-width: 990px;
    margin: 0 auto;
    /* gap: 20px; */

}

.model-card {
    /* padding: 30px 16px 0 30px;
    width:18%; */
    /* border: 1px solid red; */
    

}

.model-card1 {
    /* width: 17.1%; */
    width: 22.22%;
}

.model-card2 {
    /* width: 16.3%; */
    width: 21.21%;
    margin-left: 32px;
}

.model-card3 {
    /* width: 17.85%; */
    width: 23.23%;
    margin-left: 10px;
    background: #1D1E2F;
    border-radius: 8px 8px 0px 0px;
    padding: 0 16px 0 30px;

}
.model-card3.model-bottom {
    /* width: 17.85%; */
    width: 23.23%;
    margin-left: 10px;
    background: #1D1E2F;
    border-radius: 0px 0px 8px 8px;
    padding: 0 16px 0 30px;

}


.model-card4 {
    /* width: 21.58%; */
    width: 28.08%;
    margin-left: 10px;
}

.model-card-header {
    height: 105px;   
}
.model-card-header p {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 29px;
    letter-spacing: -0.014px;
    color: #F7F8F8;
}
.model-card-header .btn {
    padding: 8px 35px;
    font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 24px;

}

.model-card-header .btn.btn-bordered {
    border: 1px solid #F7F8F8;

}
.model-card-subheader {
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 23px;
    height: 32px;
    margin-top: 20px;

}
.model-card .model-card-body ul {
    padding: 0;
    list-style: none;
    margin: 1px;
}


.model-card1 .model-card-body ul li,
.model-card2 .model-card-body ul li,
.model-card4 .model-card-body ul li {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    border-bottom: 1px solid #313035;
    padding: 13px 0;
    
    color: #8A8F98;
}
.model-card1 .model-card-body ul li span,
.model-card2 .model-card-body ul li span {
    color: #8A8F98;
    padding-left: 8px;
}

.model-card3 .model-card-body ul li {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    border-bottom: 1px solid #313035;
    padding: 13px 0;
    
    color: #F7F8F8;
}
.model-card3 .model-card-body ul li span,
.model-card4 .model-card-body ul li span {
    color: #F7F8F8;
    padding-left: 8px;
}

.model-card4 .model-card-header {
    padding-left: 25px;

}

.model-card4 .model-card-body ul li img {
    
    padding-left: 25px;
}
.model-card-body ul li {
    white-space: nowrap;
}
.model-card-body ul li span {
    white-space: nowrap;
}


.model-subhead {
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 23px;
    margin:24px 0 24xp 0;
}

.model-card-header-mobile {
    display: none;
}

#modelid {
    width:130px;
    height: 32px; 
    background:transparent;
    border: 1px solid #313035;
    border-radius: 4px;
}

/* END MODEL BLOCK  */







/* START FEATURES BLOCK  */


.features {
    justify-content: space-around;
    margin-top: 50px;
}

.features .feature {
    width: 33%;
    padding: 20px 95px;

    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
}
.features .feature::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    margin-right: 5px;
    background-color: #0029FF;
}

/* END FEATURES BLOCK  */





/* START FOOTER BLOCK  */
.footer {
    margin-bottom: 150px;
}
.footer-feedback {
    width: 57.5%;
}

.footer-contacts {
    width: 30%;
    padding: 10px 0 0 140px;
    position:relative;
    
}
.footer-feedback form p {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
}
.footer-feedback .form div {
    padding-right:32px;
}
.footer-input {
    background: transparent;    
    border: 1px solid #FAFAFB;
    border-radius: 6px;
    padding: 13px 20px;
    width: 100%;
}

.footer-contacts span {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #EAEAEA;
}
.footer-contacts .contacts-head {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    color: #EAEAEA;
}

.footer-contacts .socials {
    margin-top: 25px;
    display: flex;
    gap:22px;
}
.mobile-footer {
    display: none;
}

/* END FOOTER BLOCK  */







/* START SWIPE */
.swipe {
    overflow: hidden;
    visibility: hidden;
    position: relative;
}
.swipe-wrap {
    overflow: hidden;
    position: relative;
}
.swipe-wrap > div {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
}
/* END SWIPE */




.spinner {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.95);
    align-items: center;
    justify-content: center;
}




.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.95);
    align-items: center;
    justify-content: center;
}

.modal-body {
    background-color: #fefefe;
    margin: 0 auto; /* 15% from the top and centered */
    padding: 10px 20px;
    background: linear-gradient(180deg, #0029FF 0%, rgba(0, 41, 255, 0) 118%);
    box-shadow: 0px 20px 24px -4px rgba(16, 24, 40, 0.1), 0px 8px 8px -4px rgba(16, 24, 40, 0.04);
    border-radius: 12px;
    width: 600px;
    

}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}














.team-card {
    border: 1px solid #737373;
    background: linear-gradient(180deg, rgba(0, 41, 255, 0.1) 0%, rgba(0, 41, 255, 0) 100%);
    border-radius: 33px;
    padding: 25px 33px;
    width: 48%;
    flex-wrap: nowrap;
    min-height: 210px;

    margin: 10px;
}
.team-card .photodiv img {
    border-radius: 50%;
}


.team-card .infodiv {
    padding-left: 25px;
}

.team-card .infodiv .position {
    font-weight: 600;
    font-size: 14px;
    line-height: 4px;
    

    color: #FAFAFB;

    opacity: 0.5;
}

.team-card .infodiv .fullname {
    font-weight: 500;
    font-size: 30px;
    line-height: 15px;

    
    color: #FAFAFB;
}
.team-card .infodiv .description {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;

    color: #C4C4C4;

    opacity: 0.5;
}











.swipe_dots {
    margin-top:20px;display:flex;justify-content: center; 
    gap:22px;
}
.swipe_dots .dot {
    background: #EAEAEA;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    cursor: pointer;
    
}
.swipe_dots .dot.active {
    background: #0029FF;
    
}





/* ADPTIVITY START */


@media all and (min-width: 1280px) and (max-width: 1329px) {
    
}



@media all and (min-width: 1024px) and (max-width: 1279px) {
    /* центральный контейнер */
    .container {
        max-width: 1024px;
        
    }
    
}
 
@media all and (min-width: 768px) and (max-width: 1023px) { }
 
@media all and (min-width: 480px) and (max-width: 768px) { }
 
@media all and (max-width: 480px) { }




@media all and (max-width: 1279px) {
    .container-fluid {
        padding: 0;
   
    }

    .container {
        padding: 0 32px;
    }
    
    .percent {
        font-size: 55px;
    }

    .model-card4 {
        margin-left: 0;
    }

    .features .feature {
        padding: 20px 40px;
    }

    .footer-contacts {
        width: 40%;
        padding: 10px 0 0 140px;
        position:relative;
    }


    header {
        padding: 0 10px;
    }
    .right-btns {
        display: none;
    }
    .header-line {
        justify-content: space-around;
    }
    .head-1  {
        font-size: 60px;
        line-height: 70px;
    }

}


@media all and (max-width: 1024px) { 
    

    .right-btns {
        display: none;
    }


    header {
        margin-top: 0;
        height: 46px;
        background: linear-gradient(0deg, #000012 77.18%, #0E0048 122.27%);
        
    }
    
    .logo {
        height: 26px;
        
    }
    
    .logodiv {
        padding: 10px 0 0 0;
        width: 100%;
        text-align: center;
    }
    .hamburger {
        display: block;
        padding: 10px;
    }
    .header-line {
        justify-content: start;
    }
    
    header .nav {
        display: block;
        text-align: left;
        position: absolute;
        padding: 24px 24px 24px 32px;
        background: linear-gradient(180deg, #0029FF 0%, rgba(0, 41, 255, 0) 114.27%), #000000;
        height: 100%;
        display: none;
        height: 100vh;
        width: 100vw;
    
    }
    header .nav a{
        
        display: block;
        margin: 8px;
        text-align: left;
        padding: 8px 12px;
        background: rgba(78, 70, 180, 0.12);
        border-radius: 8px;
    }

    .haburger-head {
        display: flex;
    }
}







@media all and (max-width: 1023px) { 


    


    .no-tab{
        display: none;
    }
    .first-slide-left {
        width: 100%;
        text-align: center;
    }
    .first-slide-right {
        width: 100%;
        padding-left: 0;
        text-align: center;
    }
    .head-1 {
        font-weight: 600;
        font-size: 42px;
        line-height: 50px;

    }




    .head-1-1 {
        font-style: normal;
        font-weight: 500;
        font-size: 42px;
        line-height: 50px;
        /* or 111% */
        letter-spacing: -1px;
    }
    
    .head-1-2 {
        font-style: normal;
        font-weight: 400;
        font-size: 32px;
        line-height: 50px;
    }

    .head-2 {
        font-style: normal;
        font-weight: 600;
        font-size: 34px;
        line-height: 46px;
        letter-spacing: -1px;
    }

    .head-3 {
        font-style: normal;
        font-weight: 600;
        font-size: 34px;
        line-height: 46px;
        letter-spacing: -0.6px;
    }



    .head-4 {
        font-style: normal;
        font-weight: 500;
        font-size: 23px;
        line-height: 32px;
    }
    
    .head-5 {
        font-style: normal;
        font-weight: 700;
        font-size: 22px;
        line-height: 31px;
    }
    
    .head-6 {
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        line-height: 30px;
    }
    
    .head-7 {
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 25px;
    }




    .whoweare {
        background-image: none;
        height: auto;

    }
    .whoweare-left {
        width: 100%;
        margin-top:-20px;
    }

    .after-whoweare {
        display: block;
    }
    .after-whoweare img { 
        width:100%;margin-top:20px;
    }

    .l8docs .text-center {
        text-align: left;
    }

    .l8docs .head-7 {
        text-align: left;
        width:100%;
    }


    .screenshot-div{
        background: linear-gradient(180deg, rgba(0, 41, 255, 0.1) 0%, rgba(0, 41, 255, 0) 100%);
        width: 100%;
        border: 1px solid #3E3E59;
        border-radius: 48px;
        padding: 20px;
        height: 438px;
        margin-top: 20px;
    }
    
    .l8docs .sceenshots2 {
        margin-top: 0;
    }


    .pricing-block {
        display: block;
        
    }

    .pricing-card1, .pricing-card2, .pricing-card3 {
        width: 100%;
        margin-top: 20px;
    }
    .model-card1, .model-card2, .model-card3, .model-card4, .model-card3.model-bottom  {
        width: 45%;
        
    }
    .model-card2, .model-card3, .model-card4, .model-card3.model-bottom  {
        
        margin-left: 25px;
        padding:0;
    }
    .model-card3, .model-card4 {
        display: none;
    }


    .model-card3 {
        
        background: transparent;
        
    
    }
    .model-card3.model-bottom {
        background: transparent;

    
    }




    .model-card3 .model-card-body ul li, 
    .model-card2 .model-card-body ul li, 
    .model-card4 .model-card-body ul li 
    {
        font-style: normal;
        font-weight: 400;
        font-size: 13px;
        line-height: 16px;
        border-bottom: 1px solid #313035;
        padding: 13px 0;
        
        color: #F7F8F8;
    }
    .model-card3 .model-card-body ul li span,
    .model-card2 .model-card-body ul li span,
    .model-card4 .model-card-body ul li span {
        color: #F7F8F8;
        padding-left: 8px;
    }

    
    .model-card4 .model-card-body ul li img {
        
        padding-left: 0;
    }




    .model-card-header-mobile {
        display: block;
        width: 100%;
        margin-bottom: 20px;
    }
    .model-card-header-mobile p {
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 29px;
    }

    .model-card-header-mobile .btn {
        width: 100%;
    }

    .model-card-header {
        display: none;
    }

    .features .feature {
        padding: 0;
        font-weight: 400;
        font-size: 11px;
        line-height: 22px;
        margin: 10px 0;
    }

    .features .feature::before {
        content: '';
        display: inline-block;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        margin-right: 5px;
        background-color: #0029FF;
    
    }



    .footer-feedback {
        width: 100%;
    }
    
    .footer-contacts {
        display: none;
        
    }

    .mobile-footer {
        display: block;
        margin: 0 0 40px 0;
    }


    .mobile-footer p {
        
        margin-top: 20px;
        width: 50%;
        margin: 40px auto;

        font-weight: 400;
        font-size: 12px;
        line-height: 20px;
        
        /* or 167% */
        
        /* Black/400 */
        color: #C4C4C4;

    }

    header {
        position: -webkit-sticky; /* Safari */
        position: sticky;
        top: 0;
        z-index: 998;
    }



    .modal-body {

        width: 90%;
        
    
    }


    .team-card {
        
        padding: 10px 10px;
        width: 100%;
        flex-wrap: nowrap;
    
        margin: 10px 0;
    }

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

    .team-card .photodiv img{
        width: 100px;
        height: 100px;
    }





    .team-card .infodiv {
        padding-left: 5px;
    }
    
    .team-card .infodiv .position {
        font-weight: 600;
        font-size: 11px;
        line-height: 14px;
        
    
        color: #FAFAFB;
    
        opacity: 0.5;
    }
    
    .team-card .infodiv .fullname {
        font-weight: 500;
        font-size: 16px;
        line-height: 14px;
    
        
        color: #FAFAFB;
    }
    .team-card .infodiv .description {
        font-weight: 400;
        font-size: 10px;
        line-height: 20px;
    
        color: #C4C4C4;
    
        opacity: 0.5;
    }
    










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


    .mob-w-full {
        width: 100%;
    }

    .no-mob {
        display: none;
    }

}





/* ADPTIVITY END */