/*!
Theme Name: Blokk
 */

 @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');


 html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */


body {
	margin: 0;
    background: #fff;
    font-family: 'Roboto', sans-serif;
    
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}



h1 {
    font-size: 42px;

}

h2 {
    font-size: 42px;
    padding-top: 20px;
    padding-bottom: 40px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;

}

p {
    font-size: 14px;
    line-height: 22px;
}

a {
    color: #000000; /* Цвет ссылки */
    text-decoration: underline; /* Включение подчеркивания */
    text-decoration-thickness: 3px; /* Толщина линии */
    text-underline-offset: 6px; /* Отступ линии от текста (опционально) */
    text-decoration-color: #00B2FF; /* Цвет самой линии */
    font-weight: bold; /* Жирный шрифт */
    transition: all 0.2s ease; /* Плавный переход для эффектов */
}

a:hover {
    color: #00B2FF;
}



li {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 5px;
} 


.hero {
    background: linear-gradient(to bottom, rgb(0, 0, 0, 0.6), rgba(0, 0, 0, 0)), url('bg.jpg'), rgb(58, 58, 58);
    width: 100%;
    display: flex;                /* Включаем Flexbox */
    flex-direction: column;       /* Располагаем контент вертикально */
    justify-content: flex-end;    /* Прижимаем контент к нижнему краю */
    height: 90vh;                /* Высота равна 100% высоты экрана */
  }

.hero_content {
    width: 1600px;
    display: block;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 120px;

}

.hero_content h1 {
    font-size: 47px;
    color: #fff;
    line-height: 64px;
    text-transform: uppercase;
    
}

.hero_content p {
    font-size: 27px;
    line-height: 37px;
    color: #fff;
}

.hero_content button {
    background-color: #00B2FF;
    border-radius: 15px;
    border: 0px;
    color: #fff;
    width: 320px;
    height: 55px;
    font-size: 18px;
    font-weight: bold;
    transition: all 0.3s ease; /* Плавное изменение всех свойств */
}

.hero_content button:hover {
    background-color: #006C9A;
   
}

.services {
    width: 1600px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 60px;
    padding-bottom: 60px;
}

.services_mein {
    display: grid; /* Включает режим сетки */
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr; /* 5 равных столбцов (1fr = 1 доля) */
    grid-template-rows: auto auto; /* Две строки, подстраивающиеся под контент */
    gap: 20px; /* Расстояние между элементами */
}

.services_card1 {
    color: #fff;
    width: auto;
    height: 340px;
    background: linear-gradient(to top, rgb(0, 0, 0, 0.5), rgba(0, 0, 0, 0)), url('card1.png'), gray;
    border-radius: 35px;
    display: flex;                /* Включаем Flexbox */
    flex-direction: column;       /* Располагаем контент вертикально */
    justify-content: flex-end;    /* Прижимаем контент к нижнему краю */
    padding: 35px;
    transition: all 0.3s ease-in-out;
}


.services_card2 {
    color: #fff;
    width: auto;
    height: 340px;
    background: linear-gradient(to top, rgb(0, 0, 0, 0.5), rgba(0, 0, 0, 0)), url('card2.png'), gray;
    border-radius: 35px;
    display: flex;                /* Включаем Flexbox */
    flex-direction: column;       /* Располагаем контент вертикально */
    justify-content: flex-end;    /* Прижимаем контент к нижнему краю */
    padding: 35px;
    transition: all 0.3s ease-in-out;
}


.services_card3 {
    color: #fff;
    width: auto;
    height: 340px;
    background: linear-gradient(to top, rgb(0, 0, 0, 0.5), rgba(0, 0, 0, 0)), url('card3.png'), gray;
    border-radius: 35px;
    display: flex;                /* Включаем Flexbox */
    flex-direction: column;       /* Располагаем контент вертикально */
    justify-content: flex-end;    /* Прижимаем контент к нижнему краю */
    padding: 35px;
    transition: all 0.3s ease-in-out;
}


.services_card4 {
    color: #fff;
    width: auto;
    height: 340px;
    background: linear-gradient(to top, rgb(0, 0, 0, 0.5), rgba(0, 0, 0, 0)), url('card4.png'), gray;
    border-radius: 35px;
    display: flex;                /* Включаем Flexbox */
    flex-direction: column;       /* Располагаем контент вертикально */
    justify-content: flex-end;    /* Прижимаем контент к нижнему краю */
    padding: 35px;
    transition: all 0.3s ease-in-out;
}



.services_card5 {
    color: #fff;
    width: auto;
    height: 340px;
    background: linear-gradient(to top, rgb(0, 0, 0, 0.5), rgba(0, 0, 0, 0)), url('card5.png'), gray;
    border-radius: 35px;
    display: flex;                /* Включаем Flexbox */
    flex-direction: column;       /* Располагаем контент вертикально */
    justify-content: flex-end;    /* Прижимаем контент к нижнему краю */
    padding: 35px;
    transition: all 0.3s ease-in-out;
}









.services_card1:hover {
    background: linear-gradient(to top, rgb(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3)), url('card1.png'), gray;
    
}

.services_card2:hover {
    background: linear-gradient(to top, rgb(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3)), url('card2.png'), gray;
    
}

.services_card3:hover {
    background: linear-gradient(to top, rgb(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3)), url('card3.png'), gray;
    
}

.services_card4:hover {
    background: linear-gradient(to top, rgb(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3)), url('card4.png'), gray;
    
}

.services_card5:hover {
    background: linear-gradient(to top, rgb(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3)), url('card5.png'), gray;
    
}




.preim_mein {
    width: 1600px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 60px;
    padding-bottom: 60px;
}


.preim {
    display: grid; /* Включает режим сетки */
    grid-template-columns: 1fr 2fr; /* 3 равных столбца (1fr = 1 доля) */
    grid-template-rows: auto auto; /* Две строки, подстраивающиеся под контент */
    gap: 50px; /* Расстояние между элементами */
}

.rectangle {
    width: 75px; /* Ширина */
    height: 75px; /* Высота */
    background-color: #00B2FF; /* Цвет фона */
    border-radius: 25px;
    margin-left: 15px;
}

.perfect {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    row-gap: 10px;
    column-gap: 20px;
    margin-right: 100px;
}

.perfect_about {
    display: flex;
    justify-content: center;                               
    gap: 60px;
    padding-bottom: 60px;
}

.perfect_1{
    display: block;
}

.perfect_2{
    display: flex;
    align-items: center; /* Вертикальное выравнивание */
    justify-content: center; /* Горизонтальное выравнивание, если нужно */
    height: auto; /* Задайте высоту, если нужно центрировать по всей высоте экрана */
}

.perfect_2 img{
    width: 82px;
    height: 82px;
    padding: 20px;
    margin: 0;
}

.perfect_2_item {
    display: flex;
    flex-direction: column; 
    gap: 10px;
    margin: 0;
}

.perfect_2_item h5 {
    font-size: 24px;
    margin: 0px;
}

.perfect_2_item p {
    font-size: 14px;
    margin: 0px;
}

.about_us {
    width: 1600px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 60px;
    padding-bottom: 60px;
}

.about_mein {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    gap: 40px;

}

.decorleft {
    position: absolute;
    left: -5%;
    width: 210px;
    height: 310px;
    border-top-right-radius: 35px;
    border-bottom-right-radius: 35px;
    background-color: #1E2B3B;
}

.about_mein_img {
    width: auto;
    height: 460px;
    background: #1E2B3B;
    border-radius: 35px;
}

.about_mein_img img {
  	width: 100%;
 	height: 100%;
  	object-fit: cover; /* или contain */
	border-radius: 35px;
}


.about_mein_text {
    background: #E9E9E9;
    border-radius: 35px;
    width: auto;
    height: auto;
    margin-top: auto;
}

.about_mein_text_text {
    margin: auto;
    padding: 50px;
    margin-right: 50px;
}

.about_mein_text_text p {
    font-size: 14px;
    line-height: 24px;
}

.about_mein_text_text li {
    font-size: 14px;
    line-height: 24px;
}

.trust {
    width: 1600px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 60px;
    padding-bottom: 60px;
}

.trust h2 {
    font-size: 42px;
    text-align: center;

}

.trust-content {
    display: flex;
    gap: 60px;
    justify-content: center;
}

.trust-logo1 {
    width: 240px;
    height: auto;
    border-radius: 5px;
    padding: 25px;
    background: url('ema-logo.png') no-repeat, white;
}

.trust-logo2 {
    width: 240px;
    height: auto;
    border-radius: 5px;
    padding: 25px;
    background: url('iskra-logo.png') no-repeat, white;
}

.trust-logo3 {
    width: 240px;
    height: auto;
    border-radius: 5px;
    padding: 25px;
    background: url('kret-logo.png') no-repeat, white;
}

.trust-logo img {
    width: 95%;
    height: 95%;
    object-fit: cover;
}




.carousel {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    width: 100%;
    padding: 50px;
  }
  
  .slide {
    width: auto;
    height: auto;
  }
  
  .slide img { 
      width: 100%; 

}


.project {
    width: 1600px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 60px;
    padding-bottom: 60px;
}

.carousel_project {
    margin: auto;

}

.slide_project {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    gap: 40px;

}

.slide_project_img {
    width: auto;
    height: 460px;
    background: url('about.jpg'), #1E2B3B;
    border-radius: 35px;
}

.slide_project_img img{
	width: 100%;
	height: 100%;
	object-fit: cover; /* или contain */
	border-radius: 35px;
}



.slide_project_text {
    background: #E9E9E9;
    border-radius: 35px;
    width: auto;
    height: auto;
    margin-top: auto;
}

.slide_project_text_text {
    margin: auto;
    padding: 50px;
    margin-right: 50px;
}

.slide_project_text_text p {
    font-size: 14px;
    line-height: 24px;
}


.blog {
    width: 1600px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 60px;
    padding-bottom: 60px;
}

.blog h2 {
    font-size: 42px;
    text-align: center;
}

.blog_grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: auto;
    gap: 40px;

}

.blog_item {
    width: auto;
    height: auto;
    border-radius: 35px;
    background-color: #F0F0F0;
}


.blog_item_img {
    width: auto;
    height: 260px;
    background: url('about.jpg'), #1E2B3B;
    border-radius: 35px;
}

.blog_item_text {
    width: auto;
    min-height: 70px;
    padding: 25px;
    margin-bottom: 0;
}




.contacts {
    width: 1600px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 60px;
    padding-bottom: 60px;
}

.contacts a {
    color: #00B2FF;
}

.contacts_1 {
    display: grid;
    grid-template-columns: 1fr 3fr;
    grid-template-rows: auto;
    gap: 40px;
    padding: 0px 40px 0px 40px;

}

.contacts_left {
    width: auto;
    height: auto;
    margin: auto;
}

.contacts_right {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
    gap: 40px;
    height: 140px;
    width: auto;
    background-color: #1E2B3B;
    border-radius: 35px;
    border-left: 15px solid #00B2FF;
    margin: 35px;
    padding-left: 30px;
    padding-right: 30px;
    color: #fff;
}

.tel {
    display: block;
    margin: auto;

}

.email {
    display: flex;
    margin: auto;
}

.social {
    display: flex;
    gap: 10px;
    margin: auto;
}

.social img {
    width: 32px;
    height: 32px;
}


  /* Основные стили для header */
  .header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    padding: 20px 0;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

/* Прозрачный фон по умолчанию */
.header.transparent {
    background: transparent;
    backdrop-filter: blur(0px);
}

/* Темный фон при скролле */
.header.scrolled {
    background: rgba(1, 0, 47, 0.75);
    backdrop-filter: blur(20px);
    padding: 15px 5%;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1600px;
    margin: 0 auto;
}

/* Логотип */
.logo {
    display: flex;
    align-items: center;
    z-index: 1002;
}

.logo a {
    color: white;
    font-size: 1.8rem;
    font-weight: 700;
    text-decoration: none;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
}

.logo-icon {
    margin-right: 10px;
    font-size: 2rem;
    color: #00B2FF;
}

.logo img {
    width: 300px;
    height: auto;
}


/* Навигационное меню */
.nav-menu {
    display: flex;
    list-style: none;
    gap: 40px;
}

.nav-link {
    color: white;
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: 500;
    padding: 8px 0;
    position: relative;
    transition: color 0.3s ease;
}

.nav-link:hover {
    color: #00B2FF;
}

.nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #00B2FF;
    transition: width 0.3s ease;
}

.nav-link:hover::after {
    width: 100%;
}

/* Социальные иконки - видим только на десктопе */
.social-icons {
    display: flex;
    gap: 5px;
}

.social-link {
    color: white;
    font-size: 1.3rem;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: relative;
}

.social-link:hover {
    color: #00B2FF;
}

.social-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    transform: scale(0);
    transition: transform 0.3s ease;
}

.social-link:hover::before {
    transform: scale(1);
}

/* Социальные иконки в мобильном меню */
.mobile-social-icons {
    display: none;
    justify-content: center;
    gap: 25px;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-social-link {
    color: white;
    font-size: 1.5rem;
    transition: all 0.3s ease;
}

.mobile-social-link:hover {
    color: #00B2FF;
    transform: translateY(-3px);
}

/* Мобильное меню */
.menu-toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px;
    flex-direction: column;
    gap: 5px;
    z-index: 1002;
}

.menu-toggle span {
    width: 30px;
    height: 3px;
    background: white;
    border-radius: 2px;
    transition: 0.3s;
}

 /* Основные стили для header прочих страниц */
 .header-white {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    padding: 5px 0;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    background-color: white;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}


.navbar-white {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1600px;
    margin: 0 auto;
}

/* Логотип */
.logo-white {
    display: flex;
    align-items: center;
    z-index: 1002;
}

.logo-white a {
    color: white;
    font-size: 1.8rem;
    font-weight: 700;
    text-decoration: none;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
}

.logo-icon-white {
    margin-right: 10px;
    font-size: 2rem;
    color: #00B2FF;
}

.logo-white img {
    width: 120px;
    height: auto;
}


/* Навигационное меню */
.nav-menu-white {
    display: flex;
    list-style: none;
    gap: 40px;
}

.nav-link-white {
    color: #121212;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    padding: 8px 0;
    position: relative;
    transition: color 0.3s ease;
}

.nav-link-white:hover {
    color: #00B2FF;
}

.nav-link-white::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #00B2FF;
    transition: width 0.3s ease;
}

.nav-link-white:hover::after {
    width: 100%;
}

/* Социальные иконки - видим только на десктопе */
.social-icons-white {
    display: flex;
    gap: 5px;
}

.social-link-white {
    color: white;
    font-size: 1.3rem;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    position: relative;
}

.social-link-white:hover {
    color: #00B2FF;
}

.social-link-white::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    transform: scale(0);
    transition: transform 0.3s ease;
}

.social-link-white:hover::before {
    transform: scale(1);
}

/* Социальные иконки в мобильном меню */
.mobile-social-icons-white {
    display: none;
    justify-content: center;
    gap: 25px;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-social-link-white {
    color: white;
    font-size: 1.5rem;
    transition: all 0.3s ease;
}

.mobile-social-link-white:hover {
    color: #00B2FF;
    transform: translateY(-3px);
}

/* Мобильное меню */
.menu-toggle-white {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px;
    flex-direction: column;
    gap: 5px;
    z-index: 1002;
}

.menu-toggle-white span {
    width: 30px;
    height: 3px;
    background: white;
    border-radius: 2px;
    transition: 0.3s;
}


footer {
    background-color: #171717;
    color: #868686;
    width: 100%;
    height: 140PX;
}

footer a{
    color: #868686;
    text-decoration: none;
}

.footer_grid {
    width: 1600px;
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 1fr 1fr 1fr; /* 4 равных столбцов (1fr = 1 доля) */
    grid-template-rows: auto auto; /* Две строки, подстраивающиеся под контент */
    gap: 40px; /* Расстояние между элементами */
    padding-top: 40px;
    margin: auto;
    }



.head-services {
        width: 1600px;
        display: block;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
        padding-top: 160px;
    }

    .head-services-h {
        display: flex;
        justify-content: center;
        
    }

    .head-services-h img { 
        margin-right: -35px;
    }
    
    .description {
        display: block;
        margin: auto;
        width: 660px;
        height: auto;
        text-align: center;
        padding-bottom: 30px;
    }
    
    .content-services {
        width: 1600px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
        gap: 40px;
        margin: auto;
        padding-top: 20px;
        padding-bottom: 40px;
    }
    

    .content-aboutus {
        width: 1600px;
        display: grid;
        grid-template-columns: 2fr 1fr 1fr;
        grid-template-rows: auto;
        gap: 40px;
        margin: auto;
        padding-top: 20px;
        padding-bottom: 40px;
    }


    .img-services {
        width: auto;
        height: auto;
        background-color: #ffffff;
        border-radius: 35px;
        object-fit: cover;
    }
    
    .img-services img {
        width: 100%;
        height: 100%;
        object-fit: cover; /* Или contain для полного отображения */
        border-radius: 35px;
    }
    
    .text-content-services {
        background: #ffffff;
        border-radius: 35px;
        width: auto;
        height: auto;
        margin-top: auto;
    }
    
    .text-content-services-in {
        margin: auto;
        padding: 50px;
        margin-right: 50px;
    }
    
    
    
    .we-to-call {
        width: 1440px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
        gap: 40px;
        margin: auto;
        padding-top: 60px;
        padding-bottom: 60px;
    
    }
    
    .we-to-call_img {
        width: auto;
        height: 460px;
        background: url('tocall.jpg'), #1E2B3B;
        background-size: cover;
        border-radius: 35px;
    }
    
    .we-to-call_form {
        background: #E9E9E9;
        border-radius: 35px;
        width: auto;
        height: auto;
        margin-top: auto;
    }
    
    .we-to-call_form_form {
        margin: auto;
        padding: 50px;

    }
    

    .blog-content {
        width: 1160px;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows: 3fr;
        gap: 40px;
        margin: auto;
        padding-top: 60px;
        padding-bottom: 60px;
    }



    .post_perf {
        width: auto;
        height: 360px;
        border-radius: 35px;
        background-color: #F0F0F0;
    }

    .post_perf img {
        width: auto;
        height: 240px;
        object-fit: cover;
        border-top-left-radius: 35px;
        border-top-right-radius: 35px;
    }

    .post_perf p {
        font-size: 16px;
        font-weight: bold;
        padding: 20px 30px 40px 30px;
    }


    .contacts-wtc {
        width: 1600px;
        display: grid;
        grid-template-columns: 3fr 2fr;
        grid-template-rows: auto;
        gap: 40px;
        margin: auto;
        padding-top: 60px;
        padding-bottom: 60px;
    
    }
    
    .contacts-wtc_map {
        width: auto;
        height: 520px;
        border-radius: 35px;
        overflow: hidden; 
    }
    
    .contacts-wtc_form {
        background: #E9E9E9;
        border-radius: 35px;
        width: auto;
        height: auto;
        margin-top: auto;
    }
    
    .contacts-wtc_form_form {
        margin: auto;
        padding: 50px;
        margin-right: 50px;
    }
    

    
    .project_mein {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
        gap: 40px;
    
    }
        
    .project_mein img {
        width: auto;
        height: auto;
        border-radius: 35px;
    }
    
    .project_text {
        background: #E9E9E9;
        border-radius: 35px;
        width: auto;
        height: auto;
        margin-top: auto;
    }
    
    .project_text_text {
        margin: auto;
        padding: 50px;
        margin-right: 50px;
    }
    
    .project_text_text p {
        font-size: 14px;
        line-height: 24px;
    }

    .projects {
        width: 1600px;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows: 1fr;
        gap: 40px;
        margin: auto;
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .projects_post {
        width: auto;
        height: 360px;
        border-radius: 35px;
        background-color: #F0F0F0;
    }

    .projects_post img {
        width: 100%;
        height: 240px;
        object-fit: cover;
        border-top-left-radius: 35px;
        border-top-right-radius: 35px;
    }

    .projects_post p {
        font-size: 16px;
        padding: 20px 30px 40px 30px;
    }

    .head-post {
        width: 640px;
        display: block;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 60px;
        padding-top: 160px;
        text-align: center;
        justify-content: center;
    }

    .head-post h1 {
        margin-bottom: 0;
    }

    .head-post h4 {
        margin-top: 10px;
    }

    .post-content {
        width: 640px;
        display: block;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 160px;
    }


    .post-content img {
        width: auto;
        height: auto;
        object-fit: cover;
        border-top-left-radius: 35px;
        border-top-right-radius: 35px;
    }

    .service {
        width: 1600px;
        margin-left: auto;
        margin-right: auto;
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .service_mein {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
        gap: 40px;
    
    }
        
    .service_mein img {
        width: auto;
        height: auto;
        border-radius: 35px;
    }
    
    .service_text {
        background: #ffffff;
        border-radius: 35px;
        width: auto;
        height: auto;
        margin-top: auto;
    }
    
    .service_text_text {
        margin: auto;
        padding: 50px;
        margin-right: 50px;
    }
    
    .service_text_text p {
        font-size: 14px;
        line-height: 24px;
    }



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

.head-h h2{
	margin-left: -30px;
	padding-top: 30px;
}

.head-h img{
	margin-left: 0px;
}

.head-h h1{
	margin-left: -30px;
	padding-top: 30px;
}



/* Основной контейнер слайдера */
    .simple-slider {
      width: 100%;
      max-width: 1600px;
      margin: 0 auto;
      position: relative;
    }

    /* Viewport */
    .slider-viewport {
      width: 100%;
      overflow: hidden;
    }

    /* Трек со слайдами */
    .slides-track {
      display: flex;
      transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      will-change: transform;
      height: auto;
    }

    .slides-track.no-transition {
      transition: none;
    }

    /* Отдельный слайд */
    .slide {
      flex: 0 0 100%;
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      min-height: 320px;
    }

    .slide:last-child {
      border-right: none;
    }

    /* Содержимое слайда — можно стилизовать как угодно */
    .slide-icon {
      font-size: 3.5rem;
      margin-bottom: 1.2rem;
      display: block;
    }

    .slide-title {
      font-size: 1.6rem;
      font-weight: 600;
      color: #1e293b;
      margin-bottom: 0.7rem;
      letter-spacing: -0.3px;
    }

    .slide-description {
      font-size: 1rem;
      color: #64748b;
      line-height: 1.6;
      max-width: 500px;
      margin-bottom: 1.5rem;
    }

    .slide-tag {
      display: inline-block;
      background: #eef2ff;
      color: #4f46e5;
      padding: 0.4rem 1rem;
      border-radius: 30px;
      font-size: 0.85rem;
      font-weight: 500;
      letter-spacing: 0.2px;
    }





    /* Карусель логотипов */
    .carousel-wrapper {
      width: 100%;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 0;
    }

    /* Кнопки навигации */
    .nav-area {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 48px;
      height: 48px;
      z-index: 20;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      background: #E9E9E9;
      backdrop-filter: blur(12px);
      border-radius: 35px;
      transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
      user-select: none;
      -webkit-tap-highlight-color: transparent;
      color: #2c3e50;
    }

    .nav-area.left {
      left: -50px;
    }

    .nav-area.right {
      right: -50px;
    }

    .nav-area:hover {
      background: rgba(255, 255, 255, 0.95);
      box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
      transform: translateY(-50%) scale(1.05);
    }

    .nav-area:active {
      transform: translateY(-50%) scale(0.95);
    }

    .nav-icon {
      font-size: 1.5rem;
      font-weight: 300;
      line-height: 1;
      pointer-events: none;
    }

    /* Viewport с обрезанием */
    .carousel-viewport {
      width: 100%;
      overflow: hidden;
      border-radius: 35px;
      background: rgba(255, 255, 255, 0.7);
      backdrop-filter: blur(20px);
      padding: 1.2rem 0;
      margin: 0 16px;
    }

    /* Трек с логотипами */
    .logos-track {
      display: flex;
      align-items: center;
      transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      will-change: transform;
      gap: 1.2rem;
      padding: 0 1.2rem;
    }

    .logos-track.no-transition {
      transition: none;
    }

    /* Карточка логотипа */
    .logo-card {
      flex-shrink: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      background: #ffffff;
      border-radius: 18px;
      padding: 1rem 0.8rem;
      transition: all 0.3s ease;
      border: 1px solid #eef2f8;
      box-shadow: 0 4px 12px rgba(0,0,0,0.03);
      aspect-ratio: 1 / 0.85;
      cursor: default;
      position: relative;
      overflow: hidden;
    }

    .logo-card::before {
      content: '';
      position: absolute;
      inset: 0;
      background: linear-gradient(135deg, transparent 0%, rgba(0,0,0,0.02) 100%);
      opacity: 0;
      transition: opacity 0.3s;
    }

    .logo-card:hover {
      transform: translateY(-3px);
      box-shadow: 0 16px 32px rgba(0,0,0,0.08);
      border-color: #dde3ed;
    }

    .logo-card:hover::before {
      opacity: 1;
    }

    .logo-card svg {
      width: 65%;
      height: 65%;
      max-width: 90px;
      max-height: 70px;
      object-fit: contain;
      display: block;
      transition: transform 0.3s ease;
      position: relative;
      z-index: 1;
    }

    .logo-card:hover svg {
      transform: scale(1.05);
    }

    /* Индикатор точек */
    .dots-container {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 0.6rem;
      margin-top: 1.5rem;
      flex-wrap: wrap;
      padding: 0 1rem;
    }

    .dot {
      width: 8px;
      height: 8px;
      background: #D9D9D9;
      border-radius: 20px;
      transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
      cursor: pointer;
      border: none;
      padding: 0;
      outline: none;
      -webkit-tap-highlight-color: transparent;
      box-shadow: 0 1px 3px rgba(0,0,0,0.05);
    }

    .dot.active {
      background: #3B3B3B;
      width: 28px;
      border-radius: 20px;
      box-shadow: 0 2px 8px rgba(44, 62, 80, 0.3);
    }

    .dot:hover:not(.active) {
      background: #3B3B3B;
      transform: scale(1.2);
    }
    
    
            /* Контейнер формы строго 470px */
        .form-container {
            max-width: 100%;
            width: 100%;
        }

        .contacts-wtc_form_form p{
			line-height: 10px;
        }

        /* Внутренние отступы — для воздуха */
        .feedback-form {
            display: flex;
            flex-direction: column;
            gap: 22px;
        }

        /* Заголовок (необязательный, но делает форму завершённой) */
        .form-title {
            font-size: 26px;
            font-weight: 700;
            color: #1a2c3e;
            letter-spacing: -0.3px;
            margin-bottom: 4px;
            border-left: 5px solid #00B2FF;
            padding-left: 16px;
            line-height: 1.2;
        }

        /* Стили полей ввода */
        .input-group {
            display: flex;
            flex-direction: column;
            gap: 6px;
			padding-top: 10px;

        }

        .input-group label {
            font-size: 14px;
            font-weight: 600;
            color: #2c3e4e;
            letter-spacing: 0.3px;
            display: flex;
            align-items: center;
            gap: 5px;
        }

        .input-group label span {
            color: #00B2FF;
            font-size: 16px;
        }

        input, textarea {
            box-sizing: border-box;
            width: 100%;
            padding: 14px 16px;
            font-size: 15px;
            font-family: inherit;
            border: 1.5px solid #e2e8f0;
            border-radius: 5px;
            background-color: #fefefe;
            transition: all 0.2s ease;
            outline: none;
            color: #1e2f3d;
            font-weight: 500;
            resize: none;
        }

        /* текстовая область — 3 строки по высоте (примерно 80-90px) */
        textarea {
            min-height: 92px;
            line-height: 1.45;
            resize: vertical;
        }

        input:focus, textarea:focus {
            border-color: #00B2FF;
            background-color: #ffffff;
        }

        /* чекбокс — кастомный вид, но сохраняем нативную функциональность */
        .checkbox-group {
            display: flex;
            align-items: flex-start;
            gap: 12px;
            margin: 6px 0 4px 0;
        }

        .checkbox-group input[type="checkbox"] {
            width: 20px;
            height: 20px;
            margin-top: 2px;
            accent-color: #00B2FF;
            flex-shrink: 0;
            cursor: pointer;
        }

        .checkbox-group label {
            font-size: 13.5px;
            line-height: 1.4;
            color: #2d3e4f;
            font-weight: 500;
            cursor: pointer;
            user-select: none;
        }

        .checkbox-group label a {
            color: #00B2FF;
            text-decoration: none;
            font-weight: 600;
            border-bottom: 1px dashed #00B2FF;
            transition: 0.2s;
        }

        .checkbox-group label a:hover {
            color: #0088cc;
            border-bottom-color: #0088cc;
        }

        /* Кнопка отправки */
        .submit-btn {
            background-color: #00B2FF;
            border: none;
            padding: 14px 18px;
            border-radius: 5px;
            font-size: 18px;
            font-weight: 700;
            color: white;
            cursor: pointer;
            transition: 0.2s ease;
            margin-top: 8px;
            letter-spacing: 0.8px;
            box-shadow: 0 5px 12px rgba(0, 178, 255, 0.3);
            font-family: inherit;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
        }

        .submit-btn:hover {
            background-color: #0095db;
            transform: translateY(-2px);
            box-shadow: 0 12px 20px -8px rgba(0, 178, 255, 0.4);
        }

        .submit-btn:active {
            transform: translateY(1px);
            background-color: #007bb3;
        }

