/* Общие стили */
/* Reset and base styles  */
* {
	padding: 0px;
	margin: 0px;
	border: none;  
}


.inter-<uniquifier> {
  font-family: "Inter", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

:focus,
:active {
	/*outline: none;*/
}

a:focus,
a:active {
	/* outline: none;*/
}

input:focus {
        outline: none;
       /*  border: solid 2px #E2E8F0;*/
 }
textarea:focus {
        outline: none;
       /*  border: solid 2px #E2E8F0;*/
 }
 

/* Links */

a {
    /* color: inherit; */
    text-decoration: none;
    /* display: inline-block; */
    color:#8E92BC;
}

a:link, a:visited  {
    /* color: inherit; */
    text-decoration: none;
    /* display: inline-block; */
    color:#726BEA;
}

a:hover  {
    /* color: inherit; */
    text-decoration: none;
     /* color:#726BEA; */
}

/* Common */

 

h1, h2, h3, h4, h5, h6, p {
    font-size: inherit;
	font-weight: inherit;
}

ul, ul li {
	list-style: none;
}


body {
font-family: "Inter";
color: #303C52;
height: 100%;
width:100%:
line-height: 1.2;
background-color: #ffffff;
    
}

.main2 {
    width:100%;  
    margin: 0 auto;
}

.wrapper {
    width:1280px; 
    margin: 0 auto;
}

.container {
    height: 75px;
    /* border-bottom:1px solid #E6E6E6; */
}

.header {
    width:100%;
    margin-top:25px;
    }

.header_logo {
    float:left;
    margin-left:50px;
    width:200px;
    height:50px;
    background-image: url(/img/modul-ai-logo.svg);
    background-size: contain;
    background-repeat:no-repeat; 
     margin-top:5px;
}

.nav {
    width: calc (100% - 400px);
    height: 40px;
    border:1px solid #C0C0C0;
    border-radius: 25px;
    margin-left:50px;
    margin-right:50px;
    display: block;
    align-items: center;
    justify-content: center;
}

.header_nav {
    float:left;
    margin: 0 auto;
    margin-top:10px;
    margin-left:0px;
    
}

.header_nav a {
    float:left;
    margin-left:25px;
    color:#333333;
    font-weight:500;
    transition: color 0.3s;
}

.header_nav a:hover {
    float:left;
    margin-left:25px;
    color:#A600FF;
}

.header_btn {
    float:right; 
    margin-right:50px;
    background-color: #A600FF;
    color:#ffffff;
    border-radius:25px;
    width:200px;
    height:40px;
    font-weight: 500;
    text-align:center;
    cursor: pointer;
    margin-top:0px;
}

.header_btn_22 {
    float:right; 
    margin-right:0px;
    background-color: #A600FF;
    color:#ffffff;
    border-radius:25px;
    width:200px;
    height:38px;
    font-weight: 500;
    text-align:center;
    cursor: pointer;
    margin-top:0px;
}

.first_screen {
    height: calc(100vh - 160px);
    display: flex;
    flex-direction: column; /* Элементы располагаются сверху вниз */
    gap: 25px; /* Расстояние между элементами (опционально) */
    align-items: center;
    justify-content: center;
}

.first_screen_logo {
    width:90vw;
    height:25vh;
    min-height: 100px;
    background-image: url(/img/modul-ai-logo.svg);
    background-size: contain;
    background-repeat:no-repeat; 
    background-position: center top 30%;
    margin: 0 auto;
}

.first_screen_text {
    width:90vw;
    min-height: 100px;
    font-weight: 500;
    font-size: 26pt;
    text-align:center;
    margin: 0 auto;
     place-items: top;
}

.cursor {
            display: inline-block;
            width: 2px;
            height: 2rem;
            background-color: #333;
            animation: blink 1s infinite;
            margin-left: 0px;
            vertical-align: middle;
        }
        
        @keyframes blink {
            0%, 100% { opacity: 1; }
            50% { opacity: 0; }
        }

.header_btn_2 {
    margin-right:0px;
    background-color: #ffffff;
    border:1px solid #000000;
    color:#000000;
    border-radius:25px;
    width:200px;
    height:50px;
    font-weight: 500;
    text-align:center;
    cursor: pointer;
}

.header_btn_2:hover {
    background-color: #A600FF;
    color:#ffffff;
    border:0px solid #000000;
}


.second_screen {
    /* height: 100vh; */
    padding-top:5vh;
    display: block;
    align-items: center;
    justify-content: center;
    background-color: #F4F3EB; 
}

.second_screen_title {
    font-weight: 500;
    font-size: 26pt;
    text-align:center;
    margin: 0 auto; 
}

.second_screen_text {
    width:80vw; 
    font-weight: 400;
    font-size: 18pt;
    text-align:center;
    margin: 0 auto;
    place-items: top;
}

.what_is_modul {
   margin: 0 auto;
   width:80vw;
     
   display: flex;
   justify-content: center; /* Горизонтальное выравнивание */
   align-items: center; 
}

.devider_25 {
    clear: both; height:25px;
}

.devider_15 {
    clear: both; height:15px;
}


.what_is_modul_1, .what_is_modul_2, .what_is_modul_3 {
   width:385px;
   float:left;
    
}

.what_is_modul_2 {
   margin-left:15px;
   margin-right:15px;
}


.second_screen_grid_1,
.second_screen_grid_2,
.second_screen_grid_3,
.second_screen_grid_4,
.second_screen_grid_5,
.second_screen_grid_6,
.second_screen_grid_7 {
    width: 385px;
    border-radius: 20px;
    float: left;
    background-color: #ffffff;
    padding: 20px;
    background-repeat: no-repeat;
}

.second_screen_grid_1,
.second_screen_grid_2,
.second_screen_grid_5,
.second_screen_grid_6 {
    background-size: contain;
    background-position: right bottom 0;
}

.second_screen_grid_3,
.second_screen_grid_4,
.second_screen_grid_7 {
    background-size: auto 50%;
}

.second_screen_grid_1 { 
    min-height: 425px;
    background-image: url(/img/bpm-crm.svg); 
    background-size: auto 50%;
    background-position: right 30px bottom 30px;
}

.second_screen_grid_2 {
    height: 170px;
    background-image: url(/img/executors.svg);
    background-size: auto 90%;
    background-position: right -50px bottom -25px;
}

.second_screen_grid_3 {
    height: 170px;
    background-image: url(/img/analytics.svg);
    background-size: auto 100%;
    background-position: right -50px bottom -50px;
}

.second_screen_grid_4 {
    height: 425px;
    background-image: url(/img/clients.svg); 
    background-size: auto 50%;
    background-position: center bottom 10px;
}

.second_screen_grid_5 {
    height: 240px;
    background-image: url(/img/reports.svg);
    background-size: auto 75%;
    background-position: right -50px bottom -50px;
}

.second_screen_grid_6 {
    height: 170px;
    background-image: url(/img/ai-auto.svg);
    background-size: auto 100%;
    background-position: right -50px bottom -50px;
}

.second_screen_grid_7 {
    height: 170px;
    background-image: url(/img/openapi.svg);
    background-size: auto 75%;
    background-position: right -20px bottom -20px;
}

.second_screen_grid_1 .title,
.second_screen_grid_2 .title, 
.second_screen_grid_3 .title, 
.second_screen_grid_4 .title, 
.second_screen_grid_5 .title, 
.second_screen_grid_6 .title, 
.second_screen_grid_7 .title {
    font-weight: 600;
    font-size: 22pt;
    color:#181818;
}

.second_screen_grid_1 .desc,
.second_screen_grid_2 .desc, 
.second_screen_grid_3 .desc, 
.second_screen_grid_4 .desc, 
.second_screen_grid_5 .desc, 
.second_screen_grid_6 .desc, 
.second_screen_grid_7 .desc {
    width:70%; 
    font-weight: 400;
    font-size: 12pt;
    line-height: 1.5;
    color:#727272;
    margin-top:10px;
}



.profit_modul {
   margin: 0 auto;
   width:80vw;
}

.title-section-m {
           display: none;
        }  


.third_screen { 
    /* height: 120vh; */
    padding-top:5vh;
    display: block;
    flex-direction: column; /* Элементы располагаются сверху вниз */
    gap: 25px; /* Расстояние между элементами (опционально) */
    align-items: center;
    justify-content: center; 
}


.third_screen_title {
    font-weight: 500;
    font-size: 26pt;
    text-align:right;
    margin: 0 auto;
     place-items: top;
}

.third_screen_text {
    width:80vw; 
    font-weight: 400;
    font-size: 18pt;
    text-align:center;
    margin: 0 auto;
    place-items: top;
}

.header_btn_3 {
    float:right; 
    margin-right:0px;
    background-color: #A600FF;
    color:#ffffff;
    border-radius:25px;
    width:200px;
    height:50px;
    font-weight: 500;
    text-align:center;
    cursor: pointer;
}

.third_screen_logo_slide {
    width:70%;
    float:right;
    min-height: 100px;
    background-image: url(/img/modul-ai-logo.svg);
    background-size: contain;
    background-repeat:no-repeat; 
    background-position: right top 50%;
    margin: 0 auto;
}

.third_screen_grid_1,
.third_screen_grid_2,
.third_screen_grid_3,
.third_screen_grid_4,
.third_screen_grid_5 {
    width:500px;
    min-height: 200px;
    border-radius:20px;
    border:1px solid #EAEEF4;
    float:left;
    background-color: #ffffff;
    padding:20px;
    background-size: contain;
    background-repeat:no-repeat; 
    
}

.third_screen_grid_1 {
    background-image: url(/img/economy.svg);
    background-size:auto 100%;
    background-position: right -40px bottom 0;
}

.third_screen_grid_2 {
    background-image: url(/img/technology.svg);
    background-size:auto 100%;
    background-position: right -40px bottom 0;
}

.third_screen_grid_3 {
    background-image: url(/img/scale.svg);
    background-size:auto 75%;
    background-position: right -40px bottom 20px;
}

.third_screen_grid_4 {
    background-image: url(/img/effective.svg);
    background-size:auto 100%;
    background-position: right -40px bottom 0px;
}

.third_screen_grid_5 {
    background-image: url(/img/speed.svg);
    background-size:auto 100%;
    background-position: right -40px bottom 0;
}

.third_screen_grid_6 {
    background-image: url(/img/speed.svg);
}

.third_screen_grid_1 .title,
.third_screen_grid_2 .title, 
.third_screen_grid_3 .title, 
.third_screen_grid_4 .title, 
.third_screen_grid_5 .title,
.third_screen_grid_6 .title{
    font-weight: 600;
    font-size: 22pt;
    color:#181818;
}

.third_screen_grid_1 .desc, 
.third_screen_grid_2 .desc, 
.third_screen_grid_3 .desc, 
.third_screen_grid_4 .desc,
.third_screen_grid_5 .desc,
.third_screen_grid_6 .desc{
    width:70%; 
    font-weight: 400;
    font-size: 12pt;
    line-height: 1.5;
    color:#727272;
    margin-top:10px;
}



.profit_bus_modul {
   margin: 0 auto;
   width:80vw;
    display: flex;  
    overflow-x: auto; /* Включаем прокрутку */
    overflow-y: none; /* Включаем прокрутку */
    white-space: nowrap;
    scrollbar-width: none; /* Скрываем скролл в Firefox */
    -ms-overflow-style: none; /* Скрываем скролл в IE и Edge */ 
    
    /* Градиентная маска (прозрачность по краям) */
  mask-image: linear-gradient(
    to right,
    transparent 0%,
    black 5%,
    black 90%,
    transparent 100%
  );
}

.forth_screen {
    /* height: 100vh; */
    padding-top:5vh;
    display: block;
    align-items: center;
    justify-content: center;
    background-color: #EAEEF4; /* FFDF8D */
}

.forth_screen_title {
    font-weight: 500;
    font-size: 26pt;
    text-align:center;
    margin: 0 auto; 
}

.forth_screen_text {
    width:80vw; 
    font-weight: 400;
    font-size: 18pt;
    text-align:center;
    margin: 0 auto;
    place-items: top;
}


.forth_screen_grid_1,
.forth_screen_grid_2,
.forth_screen_grid_3,
.forth_screen_grid_4,
.forth_screen_grid_5,
.forth_screen_grid_6 {
    min-width:300px;
    min-height: 350px;
    border-radius:20px;
    float:left;
    background-color: #ffffff;
    padding:20px;
    background-size: cover;
    background-repeat:no-repeat; 
    background-position: center top; 
    margin-right: 15px;
    white-space: wrap;
}

.forth_screen_grid_1 {
    background-image: url(/img/modul-property.jpg);
}

.forth_screen_grid_2 {
    background-image: url(/img/modul-auto.jpg);
}

.forth_screen_grid_3 {
    background-image: url(/img/modul-ecom.jpg);
}


.forth_screen_grid_4 {
    background-image: url(/img/modul-delivery.jpg);
}

.forth_screen_grid_5 {
    background-image: url(/img/modul-beauty.jpg);

}

.forth_screen_grid_6 {
    background-image: url(/img/modul-callcentr.jpg);
}

.forth_screen_grid_1 .title,
.forth_screen_grid_2 .title,
.forth_screen_grid_3 .title,
.forth_screen_grid_4 .title,
.forth_screen_grid_5 .title,
.forth_screen_grid_6 .title{
    font-weight: 600;
    font-size: 22pt;
    color:#ffffff;
}


.forth_screen_grid_1 .desc,
.forth_screen_grid_2 .desc,
.forth_screen_grid_3 .desc,
.forth_screen_grid_4 .desc,
.forth_screen_grid_5 .desc,
.forth_screen_grid_6 .desc{
    width:100%; 
    font-weight: 400;
    font-size: 12pt;
    line-height: 1.5;
    color:#727272;
    margin-top:10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end; /* Выравнивание элементов внизу */
    min-height: 350px;
    bottom: 0px;
}

.forth_screen_grid_1 .desc .item,
.forth_screen_grid_2 .desc .item,
.forth_screen_grid_3 .desc .item,
.forth_screen_grid_4 .desc .item,
.forth_screen_grid_5 .desc .item,
.forth_screen_grid_6 .desc .item {
    height:50px;
    background-color: #ffffff;
    border-radius: 15px;
    padding:12.5px;
    margin-bottom: 5px;
}

.forth_dev {
    min-width:100px; float: left;
}
 



.container_slide {
            display: flex;
            min-height: 50vh; 
        }


.title-section {
            width: 50vw;
            display: block;
            justify-content: center;
            align-items: center;
            position: sticky;
            top: 0;
            height: 32vh;
            z-index: 10;
        }

.cards-section {
            width: 50vw;
            position: relative;
            overflow: hidden;
        }

.cards-container {
            display: block;
            flex-direction: column;
            min-height: 50vh;
        }
        
.card {
            width: 500px;
            height: 285px;
            margin-left: 50px;
            display: block;
            justify-content: center;
            align-items: center;
            font-size: 2rem;
            transform: translateY(100%);
            opacity: 0;
            transition: transform 0.8s ease-out, opacity 0.8s ease;
             
            z-index: 1;
        }
        
.card.active {
            transform: translateY(0);
            opacity: 1;
        }


.card_why {
            width: 535px;
            height: 285px;
            margin: 0 auto;
            display: block;
            justify-content: center;
            align-items: center;
            font-size: 2rem;
            transform: translateY(100%);
            opacity: 0;
            transition: transform 0.8s ease-out, opacity 0.8s ease;
             
            z-index: 1;
        }
        
        .card_why.active {
            transform: translateY(0);
            opacity: 1;
        }
        
        .scroll-spacer {
            height: calc(100vh * 6); /* Пространство для скролла 6 карточек */
        }
        
        .content-after {
            height: 100vh;
            background-color: #f0f0f0;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 2rem;
        }


/* тарифы */


.fifth_screen {
    padding-top:5vh;
    display: block;
    align-items: center;
    justify-content: center;
    background-color: #ffffff; 
}

.fifth_screen_title {
    font-weight: 500;
    font-size: 26pt;
    text-align:center;
    margin: 0 auto; 
}

.fifth_screen_text {
    width:80vw; 
    font-weight: 400;
    font-size: 18pt;
    text-align:center;
    margin: 0 auto;
    place-items: top;
}

.pricing-container {
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
            justify-content: center;
            align-items: stretch; /* Важно: растягиваем карточки по высоте */
            max-width: 1200px;
            margin: 0 auto; 
        }
        
        .pricing-card {
            background: white;
            border-radius: 20px;
            padding-bottom: 15px;
            padding: 30px;
            flex: 1 1 auto;
            min-width: 300px;
            max-width: 350px; 
            transition: transform 0.3s ease;
            height: auto; /* Добавлено для одинаковой высоты */
            border:1px solid #EAEEF4;
        }
        
        .card-content {
            flex: 1; /* Растягиваем контент на доступное пространство */
            display: flex;
            flex-direction: column;
        }

        .pricing-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        }
        
        .price {
            font-size: 24px;
            font-weight: bold;
            color: #333;
            margin-bottom: 15px;
        }
        
        .plan-name {
            font-size: 22px;
            font-weight: bold;
            color: #2c3e50;
            margin-bottom: 15px;
        }
        
        .plan-description {
            flex: 1;
            color: #7f8c8d;
            margin-bottom: 20px;
            font-size: 16px;
        }
        
        .features {
            list-style-type: none;
            margin-bottom: 25px;
            flex: 1; 
        }
        
        .features li {
            padding: 8px 0;
            position: relative;
            padding-left: 25px;
        }
        
        .features li:before {
            content: "•";
            color: #3498db;
            font-size: 20px;
            position: absolute;
            left: 0;
        }

        .btn-container {
            margin-top: auto; /* Прижимаем кнопку к низу */ 
        }
        
        .btn_tariff {
            display: block;
            padding: 12px 25px;
            background-color: #A600FF;
            color:#ffffff;
            color: white;
            text-decoration: none;
            border-radius: 5px;
            font-weight: bold;
            text-align: center;
            transition: background-color 0.3s;
            width: 100%;
            border: none;
            cursor: pointer;
            font-size: 16px;
        }

        .btn-container a  {
            color:#ffffff;
        }

.card-footer {
    padding-top: 12px;
    border-top: 1px solid #eee;
    text-align: right;
    font-style: italic;
  }




.fotter_screen {
    
    padding-top:25px;
    display: flex;
    flex-direction: column; /* Элементы располагаются сверху вниз */
    gap: 25px; /* Расстояние между элементами (опционально) */
    align-items: center;
    justify-content: center;
    background-color: #7A4BDA;
    color:#ffffff;
}

.fotter_screen_logo {
    width:90vw;
    height:35vh;
    min-height: 100px;
    background-image: url(/img/modul-ai-logo-fotter.svg);
    background-size: contain;
    background-repeat:no-repeat; 
    background-position: center top 50%;
    margin: 0 auto;
}

.fotter_screen_text {
    
    min-height: 100px;
    font-weight: 500;
    font-size: 26pt;  
}

.protected-email a {
    color:#ffffff;
}


/* попап запрос демо */

.modal {
            display: none;
            position: fixed;
            z-index: 999;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            overflow: auto;
            background-color: rgba(0,0,0,0.4);
        }
        .modal-content {
            background-color: #fefefe;
            margin: auto;
            padding: 30px;
            border: 1px solid #888;
            width: 80%;
            max-width: 500px;
            border-radius: 8px;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            box-shadow: 0 4px 8px rgba(0,0,0,0.1);
        }
        .close {
            color: #aaa;
            float: right;
            font-size: 28px;
            font-weight: bold;
            cursor: pointer;
        }
        .form-group {
            position: relative;
            margin-bottom: 25px;
        }
        .form-input {
            width: 100%;
            padding: 12px 10px 6px 10px;
            border: none;
            border: 1px solid #ccc;
            border-radius:5px;
            height:45px;
            font-size: 16px;
            background-color: transparent;
            transition: border-color 0.3s;
        }
        .form-input:focus {
            outline: none;
            border-bottom: 2px solid #4CAF50;
        }
        .form-label {
            position: absolute;
            left: 10px;
            top: 12px;
            color: #999;
            font-size: 16px;
            pointer-events: none;
            transition: all 0.3s ease;
        }
        .form-input:focus + .form-label,
        .form-input:not(:placeholder-shown) + .form-label {
            top: -10px;
            left: 5px;
            font-size: 12px;
            color: #4CAF50;
            background-color: #fefefe;
            padding: 0 5px;
        }
        textarea.form-input {
            min-height: 80px;
            resize: vertical;
        }
        .submit-btn {
            background-color: #4CAF50;
            color: white;
            padding: 12px 20px;
            border: none;
            border-radius: 4px;
            cursor: pointer;
            font-size: 16px;
            transition: background-color 0.3s;
        }
        .submit-btn:hover {
            background-color: #45a049;
        }



.modal_btn {
    
    background-color: #A600FF;
    color:#ffffff;
    border-radius:25px;
    width:200px;
    height:40px;
    font-weight: 500;
    text-align:center;
    cursor: pointer;
    margin-top:0px;
}



/* Стили для мобильного меню */
        .hamburger {
            display: none;
            cursor: pointer;
            padding: 10px;
            z-index: 100;
            
        }
        
        .hamburger span {
            display: block;
            width: 25px;
            height: 3px;
            background-color: #333;
            margin: 5px 0;
            transition: all 0.3s ease;
        }
        
/* Медиазапрос для мобильных устройств */
@media (max-width: 768px) {
            
            
            
.wrapper {
    width:80%; 
    margin: 0 auto;
}
            
            
.what_is_modul {
   margin: 0 auto;
   width:100vw;  
   display: block;
}

.what_is_modul_1, .what_is_modul_2, .what_is_modul_3 {
   width:100%;
   float:left;
    clear: both;
    margin: 0 auto;
    margin-top:15px;
    display: flex;
    flex-direction: column; /* Элементы располагаются сверху вниз */
    gap: 0px; /* Расстояние между элементами (опционально) */
    align-items: center;
    justify-content: center; 
}
  
.hamburger {
  display: block;
  position: fixed;
  right:25px;
  top:15px;    
}
    
.header_logo {
    float:left;
    margin-left:0px;
    width:125px;
    height:50px;
    background-image: url(/img/modul-ai-logo.svg);
    background-size: contain;
    background-repeat:no-repeat; 
     margin-top:5px;
}    

.header_btn {
    float:right; 
    margin-right:35px;
    background-color: #7A4BDA;
    color:#ffffff;
    border-radius:25px;
    width:125px;
    height:30px;
    font-weight: 500;
    text-align:center;
    cursor: pointer;
    margin-top:0px;
}    
            
            
.nav {
    width: 50px;
    height: 40px;
    border:none;
    border-radius: 0px;
}
            
.header_nav {
                position: fixed;
                top: 0;
                right: -100%;
                width: 95vw;
                
                height: 100vh;
                background-color: #fff;
                flex-direction: column;
                align-items: center;
                justify-content: center;
                gap: 30px;
                box-shadow: -5px 0 150px rgba(0, 0, 0, 0.1); 
                transition: right 0.3s ease;
                z-index: 99;
                margin-top:0;
            }
            
.header_nav.active {
                right: 0;
            }

.hamburger.active span:nth-child(1) {
                transform: rotate(45deg) translate(5px, 6px);
            }
            
            .hamburger.active span:nth-child(2) {
                opacity: 0;
            }
            
            .hamburger.active span:nth-child(3) {
                transform: rotate(-45deg) translate(5px, -6px);
            }
    
    
    
.first_screen {
    height: calc(100vh - 160px);
    display: flex;
    flex-direction: column; /* Элементы располагаются сверху вниз */
    gap: 25px; /* Расстояние между элементами (опционально) */
    align-items: center;
    justify-content: center;
}

.first_screen_logo {
    width:90vw;
    height:15vh;
    min-height: 100px;
    background-image: url(/img/modul-ai-logo.svg);
    background-size: contain;
    background-repeat:no-repeat; 
    background-position: center top 50%;
    margin: 0 auto;
}    
    
    
.profit_modul {
   margin: 0 auto;
   width:95vw;
}


.third_screen { 
    /* height: 120vh; */
    padding-top:5vh;
    display: block;
    flex-direction: column; /* Элементы располагаются сверху вниз */
    gap: 25px; /* Расстояние между элементами (опционально) */
    align-items: center;
    justify-content: center; 
}

.third_screen_title {
    font-weight: 500;
    font-size: 26pt;
    text-align:right;
    margin: 0 auto;
    place-items: top;
}

.third_screen_text {
    width:70vw; 
    font-weight: 400;
    font-size: 18pt;
    text-align:center;
    margin: 0 auto;
    place-items: top;
}

.header_btn_3 {
    float:right; 
    margin-right:0px;
    background-color: #7A4BDA;
    color:#ffffff;
    border-radius:25px;
    width:200px;
    height:50px;
    font-weight: 500;
    text-align:center;
    cursor: pointer;
}

.third_screen_logo_slide {
    width:70%;
    float:left;
    min-height: 100px;
    background-image: url(/img/modul-ai-logo.svg);
    background-size: contain;
    background-repeat:no-repeat; 
    background-position: right top 50%;
    margin: 0 auto;
}

    

.third_screen_grid_1,
.third_screen_grid_2,
.third_screen_grid_3,
.third_screen_grid_4,
.third_screen_grid_5,
.third_screen_grid_6,
.third_screen_grid_7 {
    width:100%;
    min-height: 200px;
    border-radius:20px;
    border:1px solid #EAEEF4;
    float:left;
    background-color: #ffffff;
    padding:20px;
    background-size: contain;
    background-repeat:no-repeat; 

}  
    

.third_screen_grid_1 {
    background-image: url(/img/economy.svg);
    background-size:auto 75%;
    background-position: right -40px bottom 20px;
}

.third_screen_grid_2 {
    background-image: url(/img/technology.svg);
    background-size:auto 75%;
    background-position: right -40px bottom 20px;
}

.third_screen_grid_3 {
    background-image: url(/img/scale.svg);
    background-size:auto 75%;
    background-position: right -40px bottom 20px;
}

.third_screen_grid_4 {
    background-image: url(/img/effective.svg);
    background-size:auto 75%;
    background-position: right -40px bottom 20px;
}

.third_screen_grid_5 {
    background-image: url(/img/speed.svg);
    background-size:auto 75%;
    background-position: right -40px bottom 20px;
}

.third_screen_grid_6 {
    background-image: url(/img/speed.svg);
}    
    
 
   

.title-section {
            display:none;
        }
    
.title-section-m {
            width: 100vw;
            display:block;
            text-align: center;
        }  
    
.third_screen_title_m {
    font-weight: 500;
    font-size: 26pt;
    text-align:center;
    margin: 0 auto;
    place-items: top;
}

.third_screen_text {
    width:70vw; 
    font-weight: 400;
    font-size: 18pt;
    text-align:center;
    margin: 0 auto;
    place-items: top;
}

.header_btn_3_m {
    float:none; 
    margin-right:0px;
    background-color: #7A4BDA;
    color:#ffffff;
    border-radius:25px;
    width:200px;
    height:50px;
    font-weight: 500;
    text-align:center;
    cursor: pointer;
}

.third_screen_logo_slide_m {
    width:100%;
    float:left;
    min-height: 100px;
    background-image: url(/img/modul-ai-logo.svg);
    background-size: 80%;
    background-repeat:no-repeat; 
    background-position: center top 25%;
    margin: 0 auto;
}    
    

.cards-section {
            width: 100vw;
            position: relative;
            overflow: hidden;
    display: block;
        }
        
        .cards-container {
            display: block;
            flex-direction: column;
            min-height: 50vh; 
        }
        
        .card {
            width: 100%;
            height: 285px;
            margin-left: 0px;
            display: block;
            justify-content: center;
            align-items: center;
            font-size: 2rem;
            transform: translateY(100%);
            opacity: 0;
            transition: transform 0.8s ease-out, opacity 0.8s ease;
            z-index: 1;
        }
  
.first_screen_text,
.second_screen_text,
.forth_screen_text,
.fifth_screen_text
    {
        font-size: 18px;
    }  
    
        
      
.forth_dev {
    min-width:15px; float: left;
}    
    
 .modul_prices {
   margin: 0 auto;
   width:95vw;     
   display: block;
}
   

.modul_prices_2,.modul_prices_3 {
   margin-top:15px;
   margin-left:0px;
   margin-right:0px; 
}

    
    
.fotter_screen {
    
    padding-top:25px;
    display: flex;
    flex-direction: column; /* Элементы располагаются сверху вниз */
    gap: 25px; /* Расстояние между элементами (опционально) */
    align-items: center;
    justify-content: center;
    background-color: #7A4BDA;
    color:#ffffff;
}

.fotter_screen_logo {
    width:90vw;
    height:10vh;
    min-height: 100px;
    background-image: url(/img/modul-ai-logo-fotter.svg);
    background-size: contain;
    background-repeat:no-repeat; 
    background-position: center top 50%;
    margin: 0 auto;
}    
    
    
        }