@font-face {
  font-family: 'MyRoboto';
  src: url('Nagel_Regular.woff2') format('woff2'),
       url('Nagel_Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}



html, body {
  overflow-x: hidden; /* Только для html и body */
  width: 100%;
  position: relative;
}

body {
    /*background: linear-gradient(180deg, #1a528d -80%, #ffffff 50%, #205d9f 100%);*/
    min-height: 100vh;
}
body, body > * {
    font-family: "MyRoboto", "Arial", sans-serif;
}


/*Шрифты*/
.t-s {
    color: #a2a3a3;
}
.t-s-2 {
    color: #616161;
}
.t-s-3 {
    color: #2c3e50;
}
.t-s-wow {
    border: 2.5px dashed #03bfe9;
    padding: 0.1px 10px;
    background: #adf7ffb0;
    border-radius: 50px;
}
.t-s-wow1 {
    color: #3381d5;
}

.t-pc-0 {
    font-size: 45px;
    font-weight: lighter;
}
.t-pc-1 {
    font-size: 32px;
    font-weight: lighter;
}
.t-pc-1-3 {
    font-size: 32px;
    font-weight: lighter;
}
.t-pc-2 {
    font-size: 25px;
    font-weight: lighter;
}
.t-pc-3 {
    font-size: 18px;
    font-weight: lighter;
}
.t-pc-4 {
    font-size: 18px;
    font-weight: lighter;
}
.t-pc-5 {
    font-size: 19px;
    font-weight: lighter;
}
.t-pc-6 {
    font-size: 15px;
    font-weight: lighter;
}
@media (max-width: 600px) {
    .t-pc-0 {
        font-size: 47px;
    }
    .t-pc-1 {
        font-size: 36px;
    }
    .t-pc-1-3 {
        font-size: 20px;
        font-weight: lighter;
    }
    .t-pc-2 {
        font-size: 23px;
    }
    .t-pc-3 {
        font-size: 18px;
    }
    .t-pc-4 {
        font-size: 16px;
    }
    .t-pc-5 {
        font-size: 16px;
        font-weight: lighter;
    }
    .t-pc-6 {
        font-size: 14px;
        font-weight: lighter;
    }
}


/* Размытые пятна на фоне */
.background-spot {
    position: absolute;
    border-radius: 50%;
    opacity: 0.50; /* прозрачность для едва видимых пятен */
    filter: blur(40px); /* Сильное размытие */
    z-index: -1;
}

.spot-1 {
    width: 120vw;
    left: -10%;
    height: 60vh;
    background: rgb(55, 120, 237);
    top: -20vh;
    border-radius: 160px;
}
.spot-2 {
    width: 60vw;
    height: 35vh;
    background: #bff9ffc4;
    left: 20%;
    top: 12vh;
    border-radius: 5px;
}
.spot-9 {
    width: 120vw;
    height: 25vh;
    background: #daf5ff;
    left: -20%;
    top: 25vh;
    border-radius: 0px;
}

.spot-3 {
    width: 80vw;
    height: 400px;
    background: #a5d7ef;
    top: 160vh;
    border-radius: 80%;
    left: 25%;
}
.spot-4 {
    width: 25vw;
    height: 280px;
    background: #8f9cff9c;
    top: 155vh;
    left: 10px;
}
.spot-5 {
    width: 18vw;
    height: 18vh;
    background: #d2b7df;
    top: 190vh;
    left: 10vw;
}

.spot-6 {
    width: 180vw;
    height: 45vh;
    background: #b7cedf;
    top: 270vh;
    left: 10vw;
}
.spot-7 {
    width: 75vw;
    height: 38vh;
    background: #d2b7df;
    top: 290vh;
    left: -30vw;
}
.spot-8 {
    width: 38vw;
    height: 38vh;
    background: #b3f4ff;
    top: 260vh;
    left: 50vw;
}

.spot-10 {
    width: 70vw;
    height: 50vh;
    background: #accaef;
    left: 20vw;
    bottom: 0vh;
}
.spot-11 {
    width: 200vw;
    height: 20vh;
    background: #95c8fffa;
    left: -50vw;
    bottom: 0vh;
}
.spot-12 {
    width: 70vw;
    height: 60vh;
    background: #bccdf5;
    left: -30vw;
    bottom: 0vh;
}
.spot-14 {
    width: 150vw;
    height: 30vh;
    background: #ffffff;
    left: 0vw;
    bottom: 30vh;
    z-index: 10;
}

@media (max-width: 1000px) {
    .spot-2 {
        width: 90vw;
    }
    .spot-9 {
        width: 190vw;
    }
    .spot-3 {
        top: 220vh;
        height: 550px;
    }
    .spot-4 {
        top: 240vh;
        left: 0;
        background: rgba(143, 156, 255, 0.84);
    }
    .spot-5 {
        top: 260vh;
    }
    .spot-6 {
        top: 360vh;
    }
    .spot-7 {
        top: 340vh;
    }
    .spot-8 {
        top: 360vh;
    }
    .spot-10 {
        bottom: 0vh;
    }
    .spot-11 {
        bottom: 0vh;
    }
    .spot-12 {
        bottom: 0vh;
    }
    .spot-14 {
        bottom: 40vh;
    }
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /*font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;*/
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}


/*Меню*/
.menu {
    border-bottom: 1px solid black;
    padding: 5px;
}

.menu.scrolled {
    border: none;
}

/* Header и навигация */
header {
    top: 0;
    width: 100%;
    backdrop-filter: blur(10px); /* Размытие фона */
    -webkit-backdrop-filter: blur(10px); /* Для Safari */
    box-shadow: 0 2px 20px rgba(0,0,0,0.15);
    z-index: 1000;
    transition: all 1s ease;
    position: relative;
}

/* Эффект при скролле */
header.scrolled {
    background: rgb(55 95 213 / 34%);
    box-shadow: 0 4px 30px rgba(0,0,0,0.2);
    position: fixed;
}

.menu-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*padding: 1rem 0;*/
}

.menu-logo {
    color: white;
    font-size: 1.5rem;
    font-weight: bold;
    text-decoration: none;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-shadow: 0 1px 3px rgba(0,0,0,0.3);
}
.menu-logo > img {
    width: 30px;
}

.nav-links {
    display: flex;
    list-style: none;
    gap: 2rem;
}

.nav-links a {
    color: white;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    padding: 0.5rem 0;
    position: relative;
    font-size: 1.1rem;
    text-shadow: 0 1px 2px rgba(0,0,0,0.2);
}

.nav-links a:hover {
    color: #ffffff;
    transform: translateY(-2px);
}

.nav-links a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #ffffff;
    transition: width 0.3s ease;
}

.nav-links a:hover::after {
    width: 100%;
}

.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
    padding: 5px;
}

.hamburger span {
    width: 25px;
    height: 3px;
    background: white;
    margin: 3px 0;
    transition: 0.3s;
    border-radius: 2px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
}

/* Мобильное меню */
.mobile-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: rgb(53 59 109 / 84%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    flex-direction: column;
    padding: 1rem 0;
    box-shadow: 0 4px 20px rgba(0,0,0,0.2);
}

.mobile-menu.active {
    display: flex;
}

.mobile-menu a {
    color: white;
    text-decoration: none;
    padding: 1rem 2rem;
    font-weight: 500;
    transition: all 0.3s ease;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    text-shadow: 0 1px 2px rgba(0,0,0,0.2);
}

.mobile-menu a:last-child {
    border-bottom: none;
}

.mobile-menu a:hover {
    /*background: rgba(255,255,255,0.1);*/
    /*color: #ffffff;*/
    padding-left: 2.5rem;
}

/* Анимация гамбургера */
.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);
}

/* Адаптивность */
@media (max-width: 768px) {
    .hamburger {
        display: flex;
    }

    .nav-links {
        display: none;
    }
}




/* Бегущая строка */
.marquee-container {
    z-index: -1;
    background: none;
    padding: 10px 0;
    overflow: hidden;
    width: 100%;
    position: relative;
}

.marquee-wrapper {
    display: flex;
    width: max-content;
    animation: marquee 80s linear infinite;
}

.marquee-item {
    white-space: nowrap;
    color: #2c3e50;
    padding: 0 20px;
}

/* Бесшовная анимация */
@keyframes marquee {
    0% {
        transform: translateX(-10%);
    }
    100% {
        transform: translateX(-90%);
    }
}


/* Адаптивность */
@media (max-width: 600px) {
    .marquee-item {
        padding: 0 15px;
    }
}


/* Карточка */
.card {
    background: white;
    border-radius: 30px;
    padding: 30px;

    -webkit-box-shadow: 2px -16px 40px 8px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 2px -16px 40px 8px rgba(34, 60, 80, 0.2);
    box-shadow: 2px -16px 40px 8px rgba(34, 60, 80, 0.2);

    width: 420px;
    height: 360px;
    margin: 20px auto;
    text-align: center;
    margin-top: -18px!important;
}

.card-logo {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.card-title {
    color: #2c3e50;
    line-height: 1.4;
    margin-bottom: 10px;
}

.card-subtitle {
    color: #7f8c8d;
    line-height: 1.5;
}

/* Адаптивность */
@media (max-width: 600px) {
    .card {
        padding: 20px;
        margin: 15px auto;
        width: 93%;
        -webkit-box-shadow: -2px -20px 35px -2px rgba(34, 60, 80, 0.2);
        -moz-box-shadow: -2px -20px 35px -2px rgba(34, 60, 80, 0.2);
        box-shadow: -2px -20px 35px -2px rgba(34, 60, 80, 0.2);
    }
}


.services-container {
    max-width: 800px;
    margin: 10px auto;
    padding: 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.service-card {
    /*padding: 25px;*/
    /*border-bottom: 1px solid black;*/
    transition: all 0.3s ease;
    border-bottom: 1px solid black;
}

.service-card:hover {
    transform: translateY(-5px);
}

.service-title {
    margin-bottom: 10px;
    position: relative;
}

.service-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 40px;
    height: 3px;
}

.service-description {
    line-height: 1.5;
    margin-top: 10px;
}


/* Адаптивность */
@media (max-width: 1010px) {
    .services-container {
        padding: 0;
        grid-template-columns: 1fr;
        gap: 20px;
        max-width: 90%!important;
    }

    .services-container > :nth-child(2),
    .services-container > :nth-child(4) {
        border-left: none;
        /*padding-left: 25px;*/
    }
}


.slogan-container {
    max-width: 600px;
    margin: 40px auto;
    margin-bottom: 0px;
    padding: 30px;
    text-align: center;
    /*background-color: #f8f9fa;*/
    /*border-radius: 12px;*/
    /*box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);*/
}

.slogan-text {
    line-height: 1.4;
    color: #7f8c8d;
}

.slogan-highlight {
    display: block;
    color: #2c3e50;
    margin: 10px 0;
}

/* Адаптивность */
@media (max-width: 600px) {
    .slogan-container {
        margin: 20px;
        margin-bottom: -20px;
        padding: 20px;
    }
}


.carousel-container {
    max-width: 1200px;
    margin: 10px auto;
    padding: 20px;
}

.carousel-header {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.carousel-nav {
    display: flex;
    background-color: #f8f9fa;
    border-radius: 20px;
    padding: 5px;
}

.nav-button {
    background: transparent;
    border: none;
    padding: 8px 15px;
    cursor: pointer;
    color: #2c3e50;
    transition: all 0.3s ease;
}

.nav-button:hover {
    background-color: #e3f2fd;
    border-radius: 15px;
}

.page-indicator {
    color: #7f8c8d;
}

.carousel-content {
    position: relative;
    overflow: hidden;
    /*height: 800px;*/
}

.carousel-slides {
    display: flex;
    /*height: 100%;*/
    transition: transform 0.5s ease;
}

.carousel-slide {
    min-width: 100%;
    padding: 10px;
    display: flex;
    gap: 30px;
    align-items: center;
    border: 1px solid black;
}

.slide-content {
    flex: 1;
    padding: 0px;
}

.slide-title {
    color: #2c3e50;
    margin-bottom: 15px;
}

.slide-section {
    margin-bottom: 20px;
}

.section-title {
    color: #2c3e50;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.section-title::before {
    content: '';
    width: 8px;
    height: 8px;
    background-color: #3498db;
    border-radius: 50%;
}

.section-text {
    color: #7f8c8d;
    line-height: 1.5;
}

.slide-image {
    flex: 1;
    height: 100%;
    overflow: hidden;
    /*border-radius: 12px;*/
    /*box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);*/
}

.slide-image img {
    width: 100%;
    height: 100%;
    /*object-fit: cover;*/
    object-fit: contain;
}

/* Адаптивность */
@media (max-width: 1000px) {
    .carousel-slide {
        /*flex-direction: column;*/
        display: block;
    }

    .slide-content {
        order: 2;
    }

    .carousel-content {
        height: 950px;
    }

    .slide-image > img {
        height: auto!important;
    }
}

@media (max-width: 600px) {
    .carousel-container {
        padding: 10px;
        margin-bottom: -35%;
    }

    .carousel-header {
        flex-direction: column;
        gap: 10px;
    }
}


.about-container {
    max-width: 800px;
    margin: 10px auto;
    margin-top: 100px;
    padding: 30px;
    /*background: linear-gradient(135deg, #f5f7fa 0%, #c3e0ff 100%);*/
    /*border-radius: 20px;*/
    /*box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);*/
    position: relative;
    overflow: hidden;
}

.section-title {
    color: #7f8c8d;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.section-title::before {
    content: '';
    width: 30px;
    height: 2px;
    background-color: #7f8c8d;
}

.logo-container {
    text-align: center;
    margin-bottom: 20px;
}

.company-description {
    color: #2c3e50;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 30px;
}

.mission-text {
    color: #7f8c8d;
    text-align: center;
    line-height: 1.6;
}

.mission-highlight {
    display: block;
    color: #2c3e50;
    margin: 10px 0;
}

/* Адаптивность */
@media (max-width: 768px) {
    .about-container {
        margin: 20px;
        padding: 20px;
    }

    .cube-image {
        width: 120px;
        height: 120px;
    }
}


.counters-container {
    max-width: 600px;
    margin: 40px auto;
    padding: 20px;
    display: flex;
    /*flex-direction: column;*/
    gap: 20px;
}

@media (max-width: 768px) {
    .counters-container {
        flex-direction: column;
    }
}

.counter-card {
    background-color: #ffffff7a;
    border-radius: 12px;
    padding: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: all 0.3s ease;
}

.counter-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.counter-number {
    color: #2c3e50;
    margin-bottom: 10px;
    line-height: 1;
}

.counter-label {
    color: #7f8c8d;
}

/* Адаптивность */
@media (max-width: 600px) {
    .counters-container {
        margin: 20px;
        padding: 10px;
    }

    .counter-card {
        padding: 20px;
    }
}


.card2 {
    background: white;
    border-radius: 15px;
    padding: 15px;
    -webkit-box-shadow: -2px -20px 35px -2px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: -2px -20px 35px -2px rgba(34, 60, 80, 0.2);
    box-shadow: -2px -20px 35px -2px rgba(34, 60, 80, 0.2);
    margin: 10px auto;
    margin-bottom: -10px;
    text-align: center;
    width: -webkit-fill-available;
}


.component-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0px;
    position: relative;
    max-width: 1000px;
}

/* Для экранов шире 1000px - элементы в одну линию */
@media (min-width: 1010px) {
    .component-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 0px;
    }
}

.grid-item {
    text-align: center;
    background: none;
    padding: 30px;
    /*border-radius: 12px;*/
    /*box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);*/
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    border-right: 1px solid black;
    padding-top: 0;
    padding-bottom: 0;
}
.grid-item:last-child {
    border-right: none;
}

.grid-item:hover {
    transform: translateY(-5px);
    /*box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);*/
}

.grid-item > .t-pc-6 {
    margin-bottom: 15px;
    position: relative;
}

.grid-item > .t-pc-6 {
    flex-grow: 1;
}

.vertical-divider {
    width: 2px;
    height: 100%;
    top: 0;
    right: 0;
}

.horizontal-divider {
    height: 2px;
    width: 100%;
    bottom: 0;
    left: 0;
}

.component-grid > .grid-item {
    opacity: 0;
    transition: transform 1s ease, opacity 0.6s ease;
    transform: translateY(20px);
}
.component-grid.animate > .grid-item {
    opacity: 1;
    transform: translateY(0px);
}

/* Адаптивность для мобильных устройств */
@media (max-width: 1010px) {
    .grid-item {
        padding: 20px;
        margin: -0.5px;
        border: none;
    }

    .grid-item:nth-child(1) {
        border-bottom: 1px solid black;
        margin-right: 25px;
    }
    .grid-item:nth-child(4) {
        border-top: 1px solid black;
        margin-left: 25px;
        padding-top: 25px;
        margin-bottom: 20px;
    }
    .grid-item:nth-child(3) {
        border-right: 1px solid black;
        margin-top: 25px;
        padding-top: 0;
    }
    .grid-item:nth-child(2) {
        border-left: 1px solid black;
        margin-bottom: 25px;
    }

    .vertical-divider {
        display: none;
    }
    .horizontal-divider {
        display: none;
    }
}


.demo {
    margin: 10px auto;
    padding: 50px;
}
.demo-image {
    width: 60%;
    margin: auto;
}
@media (max-width: 1300px) {
    .demo {
        padding: 0px;
    }
    .demo-image {
        width: 90%;
    }
}


.process-container-f {
    width: 100vw;
    background: rgb(255 255 255 / 14%);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    margin-top: 50px;
    z-index: 60;
    position: relative;
}

.process-container {
    display: flex;
    width: 100%;
    overflow: hidden;
    margin: 10px auto;
    margin-top: 30px;
    max-width: 900px;
    padding: 20px;
}

.process-steps {
    flex: 0 0 75%;
    padding: 40px 30px;
    position: relative;
}

.process-content {
    flex: 1;
    padding: 40px 50px;
    display: flex;
    align-items: center;
}

.process-step-list {
    list-style: none;
}

.process-step-item {
    position: relative;
    padding: 20px 0;
    cursor: pointer;
}

.process-step-item:hover {
    color: #333;
}

.process-step-item.active {
    opacity: 1;
    transform: translateX(0);
    color: #333;
}

.process-step-number {
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    color: #9ca3af;
}

.process-step-title {
    color: #333;
    margin-bottom: 5px;
}

.process-step-description {
    color: #6b7280;
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
}

.process-content-text {
    margin: auto;
    font-size: 150px;
    color: #3766bf9c;
}


.process-content-text.fade-in {
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}
.process-content-text.fade-out {
  opacity: 0;
}


/* Вертикальная линия */
.process-vertical-line {
    position: absolute;
    right: 0;
    top: 5%;
    bottom: 5%;
    width: 2px;
    background: rgb(227, 227, 227);
}

/* Анимация появления элементов */
@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.process-step-item:nth-child(1) { animation: fadeInLeft 0.6s ease-out forwards; }
.process-step-item:nth-child(2) { animation: fadeInLeft 0.6s ease-out 0.1s forwards; }
.process-step-item:nth-child(3) { animation: fadeInLeft 0.6s ease-out 0.2s forwards; }
.process-step-item:nth-child(4) { animation: fadeInLeft 0.6s ease-out 0.3s forwards; }
.process-step-item:nth-child(5) { animation: fadeInLeft 0.6s ease-out 0.4s forwards; }

/* Адаптивность */
@media (max-width: 992px) {
    .process-container {
        flex-direction: column;
    }

    .process-steps {
        flex: auto;
        padding: 30px 20px;
    }

    .process-content, .process-vertical-line {
        display: none;
        /*padding: 30px 20px;*/
        /*justify-content: flex-start;*/
    }

    .process-step-title {

    }

    .process-step-description {

    }

    .process-content-text {

    }
}


.contact-form-container {
    padding: 30px;
    margin-top: 50px;
    position: relative;
    z-index: 100;
}

.contact-form {
    z-index: 60;
    max-width: 500px;
    margin: auto;
    padding: 30px;
    border-radius: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    background: white;
    position: relative;
}

.contact-form-title {
    text-align: center;
    margin-bottom: 20px;
}

.contact-form-group {
    margin-bottom: 20px;
}

.contact-label {
    display: block;
    margin-bottom: 8px;
    color: #333;
    font-weight: 500;
}

.contact-input {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    font-size: 16px;
    transition: all 0.3s ease;
    background: #e7e8e88c;
}

.contact-input:focus {
    outline: none;
    border-color: #667eea;
    box-shadow: 0 0 0 3px rgba(102, 110, 234, 0.1);
}

.contact-submit-btn {
    width: 100%;
    padding: 12px;
    background: #667eea;
    color: white;
    border: none;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.contact-submit-btn:hover {
    background: #1f6ac5;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(102, 110, 234, 0.3);
}

.contact-consent {
    margin-top: 15px;
    font-size: 12px;
    color: #6b7280;
    text-align: center;
}

/* Адаптивность */
@media (max-width: 600px) {
    .contact-form-container {
        padding: 20px;
    }

    .contact-form-title {
        font-size: 20px;
    }

    .contact-input {
        font-size: 14px;
    }

    .contact-submit-btn {
        font-size: 14px;
    }
}


.footer {
    padding: 40px 20px;
    border-top: 1px solid black;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.footer-column {
    flex: 1;
    min-width: 250px;
}

.footer-title {
    margin-bottom: 20px;
}

.footer-contact {
    margin-bottom: 20px;
}

.footer-contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.footer-contact-icon {
    margin-right: 10px;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #4ade80;
}

.footer-contact-text {
    color: #494949;
}

.footer-links {
    list-style: none;
}

.footer-link {
    display: block;
    padding: 8px 0;
    color: #414141;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-link:hover {
    color: #3475b2;
}

.footer-bottom {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    color: #2c2c2c;
}

.footer-copyright {
    flex: 1;
    text-align: center;
}

/* Адаптивность */
@media (max-width: 768px) {
    .footer-container {
        flex-direction: column;
        gap: 30px;
    }

    .footer-column {
        min-width: 100%;
    }

    .footer-bottom {
        flex-direction: column;
        text-align: center;
    }
}


.demo-btn {
    width: fit-content;
}

.start-btn {
    width: fit-content;
    text-decoration: none;
    color: black;
    font-weight: 600;
    display: inline-block;
    font-size: 18px;
    font-weight: lighter;border: 1px solid #595959;
    border-radius: 18px;
    padding: 7px 20px;
    margin: 15px;
    overflow: hidden;
    background-image: linear-gradient(to right, #667eea, #bff9ffc4);
    background-repeat: no-repeat;
    background-size: 0% 100%;
    background-position: 0 0;
    transition: background-size 0.3s ease;
}

.start-btn:hover {
    color: #fff;
    background-size: 100% 100%;
    border-color: #3b5ba2;
    color: black;
}


/*Анимация общая*/
.pre-animate {
    opacity: 0;
    transition: transform 1s ease, opacity 0.6s ease;
    transform: translateY(20px) scale(0.9);
}
.pre-animate.animate {
    opacity: 1;
    transform: translateY(0px) scale(1);
}
