body {
    margin: 0;
    padding: 0;
    font-family: 'Golos Text', sans-serif;
    background-color: #F9F9F9;

}
header{
    background-image: url(src/background04.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: 0;
    /* padding: 0 250px; */
    height: 793px;
}


*{
    font-family: "Roboto", sans-serif;
}

.header_logo img{
    width: 180px;
    height: 40px;
} 

.header_contacts img{
    width: 25px;
    height: 25px;
    margin-right: 10px;
}

.header_logos{
    display: flex;
    justify-content: space-between;
    padding-top: 52px;

}
.header_contacts{
    display: flex;
    align-items: center;
    
}
.header_contacts_first_text{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.header_contacts_first_text a{
    color: white;
    font-size: 14px;
    text-decoration: none;
}
.header_contacts_first_text h6{
    margin: 5px;
    color: #92afc7;
    font-weight: 400;
}
.nav{
    display: flex;
    justify-content: space-between;
    border-top: solid 1px rgba(255, 255, 255, 0.4);
    margin-top: 30px;
}
.nav_companents h5{
    color: white;
    margin: 0;
    font-weight: 500;
    font-size: 14px;
    width:90px;
}

.nav_companents h6{
    color: #92afc7;
    margin: 0;
    font-weight: 400;
    font-size: 13px;
}

.nav_companents{
    margin-top: 20px;
    height: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.nav_companentsL{
    margin-top: 20px;
    height: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}

.nav_companentsL h5{
    color: white;
    margin: 0;
    font-weight: 500;
    font-size: 14px;
    width:90px;
    text-align: end;
    
}

.nav_companentsL h6{
    color: #92afc7;
    margin: 0;
    font-weight: 400;
    font-size: 13px;
}

.header_text{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 160px;
}
.header_text h5{
    color: white;
    font-weight: 400;
    font-size: 26px;
    margin: 0;
    text-align: center;
    
}

.header_text h6{
    color: white;
    font-weight: 700;
    font-size: 32px;
    margin: 0;
    margin-top: 35px;
    text-align: center;
}

.header_text button{
    width: 174px;
    height: 55px;
    background-color: #FFFFFF;
    border: none;
    border-radius: 27.5px; /* Половина высоты кнопки для полного скругления */
    color: #2683FF;
    cursor: pointer;
    font-weight: 500;
    font-size: 14px;
    margin-top: 35px;
}

.header_boxs_items img{
    height: 50px;
}

.header_boxs_itemsL img{
    height: 50px;
}



.header_boxs {
    display: flex; /* Элементы внутри будут в одной строке */
    align-items: center; /* Выравнивание элементов по центру по вертикали */
    background-color: white;
    border-radius: 6px;
    padding: 20px 15px;
    box-shadow: 0px 4px 20px -10px rgba(0, 0, 0, 0.75);
    margin-top: 80px;
    overflow-x: auto; /* Включаем горизонтальную прокрутку */
    -webkit-overflow-scrolling: touch; /* Плавная прокрутка на iOS устройствах */
    scrollbar-width: none; /* Скрываем полосу прокрутки в Firefox */
}

.header_boxs::-webkit-scrollbar {
    display: none; /* Скрываем полосу прокрутки в Chrome, Safari и Opera */
}

.header_boxs_items h5{
    margin: 0;
    margin-top: 20px;
    color: #0046A7;
    font-weight: 700;
    font-size: 13px;
}

.header_boxs_items h6{
    margin: 0;
    margin-top: 7px;
    color: #587E8D;
    font-weight: 500;
    font-size: 13px;
    text-align: center;
    width: 90px;
}

.header_boxs_items{
    display: inline-flex; /* Изменено на inline-flex, чтобы элементы выстраивались в строку */
    flex-direction: column;
    align-items: center;
    padding: 0px 20px;
    width: 133px;
    flex: 0 0 auto; /* Удерживает элементы от изменения размера */
    margin-right: 20px;  /* Убедитесь, что ширина элементов фиксирована */
}


.border{
    height: 60px;
    border-right:solid 1px #ACBEC5;
}
.border2{
    margin-top: 20px;
    height: 30px;
    border-right:solid 1px #ACBEC5;
}
.choose_us{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 110px;
    /* padding: 0 200px; */
}

.choose_content{
    width: 100%;
    display: flex;
    margin-top: 80px;
    flex-direction: column;
    justify-content: space-between;
}


.choose_us h5{
    color: #0046A7;
    font-weight: 700;
    font-size: 32px;
    margin: 0;
}
.choose_items{
    margin-top: 43px;
}
.choose_items label{
    color: #0078FF;
    font-weight: 700;
    font-size: 14px;
    margin: 0;
}

.choose_content_texts h5{
    color: #546E7A;
    font-weight: 300;
    font-size: 16px;
    margin: 0;
    width: 300px;
    height: 150px;
    text-align: justify;
}

.choose_content_texts h4{
    color: #546E7A;
    font-weight: 300;
    font-size: 18px;
    margin: 0;
    /* margin-top: 35px; */
    width: 300px;
    height: 120px;
    text-align: justify;
}

.choose_content_texts{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.innovation{
    display: flex;
    flex-direction: column;
    /* margin-top: 150px; */
    padding: 5%;
    background-color: #F3F5F8;
    justify-content: space-around;
}
.innovation_items img{
    width: 100%;
    border-radius: 5px;
}
.innovation_itemf h1{
    color: #0046A7;
    font-weight: 700;
    font-size: 32px;
    margin: 0;
}
.innovation_itemf h2{
    color: #546E7A;
    font-weight: 300;
    font-size: 14px;
    margin: 0;
    margin-top: 30px;
    letter-spacing: 0.8px;
    line-height: 1.5;
}
.innovation_itemf h4{
    color: #546E7A;
    font-weight: 300;
    font-size: 16px;
    margin-top: 2%;
    text-align: center;
}

.innovation_itemf h3{
    color: #0046A7;
    font-weight: 700;
    font-size: 18px;
    margin: 0;
    margin-top: 40px;
    text-align: center;
}
.innovation_items h1{
    color: #0046A7;
    font-weight: 700;
    font-size: 18px;
    margin: 0;
    margin-top: 20px;
}

.innovation_items h2{
    color: #546E7A;
    font-weight: 300;
    font-size: 16px;
    margin: 0;
    margin-top: 20px;
    letter-spacing: 0.8px;
    line-height: 1.5;

}
.innovation_items{
    margin-top: 10%;
}
.innovation_items button{
    display: none   ;
    margin: 0;
    margin-top: 25px;
    border: none;
    height: 41px;
    width: 41px;
    background-color: #0078FF;
    color: white;
    border-radius: 20px;
    font-weight: bold;
    font-size: 15px;
}

.services{
    width: 100%;
    /* height: 750px; */
    margin-top: 5%;
    background-color: #07254F;

}
.servicess{
    display: flex;
    padding: 5%;
    padding-top: 60px;
    flex-wrap: wrap;
    justify-content: center;
}
.services_item{
    height: 222px; 
    width: 100%;
    /* margin-top: 50px; */
    display: flex;
    text-align: center;
    flex-direction: column;
}
.services_items {
    height: 180px;
    width: 280px;
    border: solid 6px #25508C;
    padding: 15px;
    display: flex;
    flex-direction: column; 
    justify-content: space-evenly;
    position: relative;
    margin-top: 50px;
}
.services_items h1{
    color: #ffffff;
    font-weight: 700;
    font-size: 18px;
    margin: 0;
}
.services_items img {
    width: 50px;
    height: 50px;
    position: absolute; /* Добавляем позиционирование */
    top: -25px; /* Отрицательный отступ сверху, чтобы изображение было на верхней границе */
    left: 20%; /* Центрируем изображение горизонтально */
    transform: translateX(-50%); /* Центрируем изображение горизонтально */
    padding: 0 25px;
    background-color: #07254F;
}
.services_item h1{
    color: #ffffff;
    font-weight: 700;
    font-size: 32px;
    width: 80px;
    margin: 0;
}

.services_items h2{
    color: #536786;
    font-weight: 500;
    font-size: 15px;
    margin: 0;
    width: 270px;
}
.services_items:hover {
    border-color: #ffffff; /* Изменяем цвет границы при наведении */
    transform: scale(1.05); /* Увеличиваем масштаб контейнера при наведении */
    transition: border-color 0.3s ease, background-color 0.3s ease, transform 0.3s ease; /* Добавляем плавный переход */
}
.services_items:hover h1,
.services_items:hover h2,
.services_items:hover img {
    color: #ffffff; /* Изменяем цвет текста при наведении */
    transition: color 0.3s ease; /* Добавляем плавный переход */
}

.services_button {
    display: flex;
    align-items: center;
    margin-right: 25px;
    width: 43px;
    height: 43px;
    border-radius: 21px;
    background-color: #ffffff;
    justify-content: center;
}
.services_button h1{
    display: flex;
    margin: 0;
    font-weight: 500;
    font-size: 22px;
    color: #0078FF;
    justify-content: center;
    align-items: center;
}
.sss{
    display: flex;
    flex-direction: row-reverse;
}
.covered{
    height: 400px;
    display: flex;
    background-color: #FFFFFF;
    justify-content: space-evenly;
    padding: 5%;
    align-items: center;
}
.covered_text{
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-evenly;
}
.covered_item h1{
    color: #0046A7;
    font-weight: 300;
    font-size: 36px;
    margin: 0;
}
.covered_item h2{
    color: #546E7A;
    font-weight: 500;
    font-size: 12px;
    margin: 0;
    width: 70px;
    letter-spacing: 0.8px;
    line-height: 1.5;
}
.covered_item{
    display: flex;
    align-items: center;
    width: 200px;
    flex-direction: row;
    justify-content: space-around;
}
footer {
    background-color: #041329;  /* темно-синий фон, хорошо контрастирует с белым текстом */
    color: #ffffff;
    padding: 5% 3%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 200px;  /* минимальная высота для улучшения видимости */
    width: 100%;        /* ширина футера, чтобы он растягивался на всю ширину экрана */
    z-index: 1000;      /* убедитесь, что футер находится поверх других элементов */
    position: relative; /* если есть прокрутка, футер будет всегда внизу */
    box-sizing: border-box; 
}

.footer_content {
    display: flex;
    justify-content:space-between;
}

.footer_item{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 200px;
}

.footer_item h3 {
    margin-bottom: 15px;
}

.footer_item ul {
    list-style: none;
    padding: 0;
}

.footer_item ul li {
    margin-bottom: 10px;
    text-align: center;
}

.footer_item ul li a {
    color: #ffffff;
    text-decoration: none;
}

.footer_item ul li a:hover {
    text-decoration: underline;
}

.footer_bottom {
    text-align: center;
    margin-top: 10px;
}

.catalog_menu{
    display: flex;
    flex-wrap: nowrap;       /* Запрещаем перенос элементов на новую строку */
    overflow-x: auto;        /* Включаем горизонтальную прокрутку */
    overflow-y: hidden;      /* Отключаем вертикальную прокрутку */
    justify-content: flex-start; /* Выравнивание элементов с начала */
    padding: 20px;
    scrollbar-width: none;   /* Скрывает скроллбар в Firefox */
    -ms-overflow-style: none; 
}

.catalog_menu::-webkit-scrollbar {
    display: none; /* Скрывает скроллбар в Chrome и Safari */
}

.catalog_items {
    display: flex;
    flex-direction: column;
    margin-right: 20px;      /* Отступ справа для каждого элемента */
    width: 250px;
    height: 375px;
    color: #171717;
    padding: 14px 22px;
    border: 1px solid #EFEFEF;
    background: #fff;
    border-radius: 6px;
    cursor: pointer;
    box-shadow: 0px 0px 10px -6px rgba(115, 127, 137, 0.25);
    transition: all 0.3s ease;
    flex: 0 0 auto;          /* Элементы не будут сжиматься или растягиваться */
}
.catalog_items:hover{
    transform: scale(1.1);
    /* Увеличиваем размер блока на 10% при наведении */
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.26);
    /* Добавляем тень при наведении */
    color: #0B63F6;
}
.catalog h1{
    padding-top: 50px;
    display: flex;
    justify-content: center;
}
.catalog img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}
.catalog_items h4{
    font-weight: 300;
}
.catalog_items h3{
    font-weight: 500;
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

.modal-content {
    position: absolute;
    top: 40%;
    left: 50%;
    max-width: 300px;
    width: 100%;
    max-height: 620px;
    padding: 30px 20px;
    border-radius: 24px;
    background-color: #ffffff;
}
/* 
SE
.modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 300px;
    width: 100%;
    max-height: 620px;
    padding: 30px 20px;
    border-radius: 24px;
    background-color: #ffffff;
} */

.modal-content.show {
    transform: translate(-50%, -50%) scale(1);
    /* Добавлено значение scale(1) при отображении */
}



.modal-content_main_tab {
    cursor: pointer;
    padding: 10px;
    border: 1px solid #ccc;
    display: inline-block;
    margin-right: 10px;
}


.modal-content_header {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.modal-content_header img {
    height: 180px;
    width: 180px;
}

.modal-content_header_cont {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.modal-content_header_cont h2 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    margin-top: 5%;
    text-align: center;
}

.modal-content_header_cont h3 {
    font-size: 13px;
    font-weight: 400;
    padding: 1%;
    text-align: justify;
}

.modal-content_main_tabs {
    display: flex;
    justify-content: space-around;
}

.modal-content_main_tab {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 18px;
    font-weight: 500;
    color: #171717;
}

.modal-content_main_tab.active {
    color: #0B63F6;
    border-bottom: 3px solid #0B63F6;
    transition: 0.000001s;
}

.modal-content_main_tab_contents p {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 400;
}

.modal-content_main_tab_contents2 p {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 400;
}

.button_whatsap{
    padding: 10px;
    width: 250px;
    height: 22px;
    text-decoration: none;
    background-color: #4CAF50;
    color: white;
    border-radius: 5px;
    font-size: 17px;
    font-weight: 500;
    text-align: center;
}
.button2_email-button{
    margin-top: 10px;
    width: 200px;
    height: 22px;
    background-color: #2196F3;
    padding: 10px;
    text-decoration: none;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 17px;
    font-weight: 500;
    text-align: center;
}

.choose_content_imgs{
    position: relative;
    height: 250px;

}

.choose_content_imgs img{

    border-radius: 5px;
    box-shadow: 0px 9px 54px -16px rgb(27 19 223 / 75%);
    position: absolute;
}
.img1 {

    left: 11%;
    height: 160px;
    width: 250px;
}

.img2 {
    top: -9%;
    left: 17%;
    height: 170px;
    width: 240px;
}

.img3 {
    left: 23%;
    width: 250px;
    height: 170px;
}

.choose_items h1{
    color: #0078FF;
    font-weight: 700;
    font-size: 16px;
    margin: 0;
}







.header_header{
    padding: 0 5%;
}
.nav {
    display: none;
}





.covered_image{
    display: none;
}


@media (max-width: 375px) {

    .modal-content {
        position: absolute;
        top: 50%;
        left: 50%;
        max-width: 300px;
        width: 100%;
        max-height: 620px;
        padding: 30px 20px;
        border-radius: 24px;
        background-color: #ffffff;
    } 
}