/* Стили для секции Principle */
.principle {
    padding: 50px 40px;
    background: #ffffff;
    position: relative;
    overflow: hidden;
}

.principle::before {
    display: none; /* Убираем градиентный элемент */
}

.principle::after {
    display: none; /* Убираем градиентный элемент */
}

.principle__container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 2;
    padding: 0 20px;
}

.principle__title {
    font-size: 32px;
    color: #000;
    text-align: left;
    margin: 0;
    line-height: 1.4;
    max-width: 800px;
    display: flex;
    flex-direction: column;
}

.principle__title .line1 {
    display: block;
    margin-bottom: 5px;
}

.principle__title .line2 {
    display: block;
}

.principle__title span {
    display: inline;
    color: #333333;
}

.principle__title span.accent {
    display: inline-block;
    position: relative;
    color: #FF6B00;
    margin: 0 8px;
}

.principle__title span.accent::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #FF6B00, #FF8534);
    border-radius: 2px;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.principle__title:hover span.accent::after {
    transform: scaleX(1);
}

.principle--second {
    padding-top: 60px;
    padding-bottom: 0;
}

.principle__button {
    margin: 0; /* Убираем отступ сверху */
    padding: 0 36px;
    height: 48px;
    background: #000000;
    color: #ffffff;
    text-decoration: none;
    border-radius: 26px;
    font-size: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    overflow: hidden;
    flex-shrink: 0; /* Предотвращаем сжатие кнопки */
}

.principle__button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FF6B00;
    opacity: 0;
    border-radius: 26px;
    transition: opacity 0.3s ease;
    z-index: -1;
}

.principle__button:hover {
    transform: scale(1.05);
    background: #FF6B00;
    box-shadow: 0 6px 12px rgba(255, 107, 0, 0.2);
}

.principle__button:hover::before {
    opacity: 0;
}

.principle__button span {
    position: relative;
    z-index: 1;
    color: #ffffff; /* Всегда белый текст */
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Стили для секции Cases */
.cases {
    padding: 60px 0 40px;
    background: #ffffff;
}

.cases__button {
    font-size: 18px;
    color: #000000;
    text-decoration: none;
    position: relative;
    display: inline-block;
    padding-bottom: 5px;
    width: max-content;
    background: none;
    border: none;
    padding: 0;
    transition: all 0.3s ease;
    min-width: 100px;
    text-align: center;
}

.cases__button::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #000000;
    transition: all 0.3s ease;
}

.cases__button:hover::after {
    background-color: #FF6B00;
    width: 100%;
}

.cases__button-container {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.cases__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.cases__title {
    display: block;
    font-size: 36px;
    text-align: left;
    margin-bottom: 60px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #000000;
    line-height: 1.2;
}

.cases__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    grid-auto-flow: dense;
}

.case-card:nth-child(4) { /* Перемещаем Lusio на одну строку выше */
    margin-top: -60px;
}

.case-card:nth-child(5) { /* Поднимаем Gulliver еще выше */
    margin-top: -220px;
}

.case-card:nth-child(6) { /* Компенсируем отступ для карточки после Gulliver */
    margin-top: 60px;
}

.case-card:nth-child(8) { /* Поднимаем Мосигру для выравнивания по нижнему краю */
    margin-top: -100px;
}

.case-card:nth-child(9) { /* Компенсируем отступ для Ники */
    margin-top: -20px;
}

.case-card {
    position: relative;
    border-radius: 0; /* Убрали скругление */
    overflow: visible;
    width: 100%;
}

.case-card__image-container {
    position: relative;
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
    background-color: #f5f5f5;
    margin-bottom: 20px;
}

.case-card:nth-child(1) .case-card__image-container { /* Lassie - горизонтальное изображение */
    padding-bottom: 114%; /* (338.58 / 297) * 100% */
}

.case-card:nth-child(2) .case-card__image-container { /* Street Beat - горизонтальное изображение */
    padding-bottom: 66.56%; /* (205 / 308) * 100% */
}

.case-card:nth-child(3) .case-card__image-container { /* Idol - вертикальное изображение */
    padding-bottom: 132.69%; /* (410 / 309) * 100% */
}

.case-card:nth-child(4) .case-card__image-container { /* Lusio - вертикальное изображение */
    padding-bottom: 115%; /* (410 / 307.5) * 100% */
}

.case-card:nth-child(5) .case-card__image-container { /* Gulliver - горизонтальное изображение */
    padding-bottom: 122%; /* (205 / 309) * 100% */
}

.case-card:nth-child(6) .case-card__image-container { /* Вольный странник - горизонтальное изображение */
    padding-bottom: 77.04%; /* (234 / 303.73) * 100% */
}

.case-card:nth-child(7) .case-card__image-container { /* Пан чемодан - горизонтальное изображение */
    padding-bottom: 77.35%; /* (239 / 309) * 100% */
}

.case-card:nth-child(8) .case-card__image-container { /* Мосигра - вертикальное изображение */
    padding-bottom: 132.69%; /* (410 / 309) * 100% */
}

.case-card:nth-child(9) .case-card__image-container { /* Ника - горизонтальное изображение */
    padding-bottom: 77.35%; /* (239 / 309) * 100% */
}

.case-card:hover {
    transform: none;
}

.case-card__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.case-card__content {
    padding: 0;
    color: #000;
}

.case-card__title {
    font-size: 24px;
    margin: 0 0 4px;
    color: #000;
}

.case-card__description {
    font-size: 15px;
    color: #666;
    margin: 0 0 15px;
    line-height: 1.4;
}

.case-card__buttons {
    display: flex;
    gap: 10px;
}

.case-card__button {
    padding: 10px 20px;
    border-radius: 20px;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.25s ease; /* Ускоряем анимацию кнопок */
}

.case-card__button--ios {
    background: #000;
    color: #fff;
}

.case-card__button--android {
    background: #f5f5f5;
    color: #000;
    border: 1px solid #e0e0e0;
}

.case-card__button:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.cases__button:hover::after {
    width: 0;
}

.case-card__button--ios:hover {
    background: #333;
    color: #fff;
    border-color: #333;
}

.case-card__button--android:hover {
    background: #eaeaea;
    color: #000;
    border: 1px solid #ccc;
}

/* Стили для видео секции */
.video-section {
    position: relative;
    width: 100%;
    height: 80vh;
    overflow: hidden;
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.video-section video {
    width: 80%;
    height: 100%;
    object-fit: cover;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.4) 100%);
}

/* Стили для секции Workflow */
.workflow {
    padding: 80px 40px;
    background: #ffffff;
}

.workflow__container {
    max-width: 1200px;
    margin: 0 auto;
}

.workflow__title {
    font-size: 42px;
    color: #000;
    margin-bottom: 60px;
    text-transform: uppercase;
}

.workflow__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    position: relative;
}

.workflow-card {
    position: relative;
    padding: 40px;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 16px;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.workflow-card:first-child {
    background: #000;
    border-color: #000;
}

.workflow-card:nth-child(5) {
    background: #FF6B00;
    border-color: #FF6B00;
}

.workflow-card__number {
    font-size: 32px;
    color: #000;
    margin-bottom: 20px;
    line-height: 1;
}

.workflow-card__title {
    font-size: 24px;
    color: #000;
    margin-bottom: 15px;
    line-height: 1.2;
}

.workflow-card__description {
    font-size: 16px;
    line-height: 1.5;
    color: #666;
    margin: 0;
}

.workflow-card:first-child .workflow-card__number,
.workflow-card:first-child .workflow-card__title,
.workflow-card:first-child .workflow-card__description {
    color: #ffffff;
}

.workflow-card:nth-child(5) .workflow-card__number,
.workflow-card:nth-child(5) .workflow-card__title,
.workflow-card:nth-child(5) .workflow-card__description {
    color: #ffffff;
}

.workflow-card:first-child .workflow-card__description,
.workflow-card:nth-child(5) .workflow-card__description {
    color: rgba(255, 255, 255, 0.8);
}

.workflow .principle { /* Стили для блока principle внутри workflow */
    padding: 60px 0 0;
}

.workflow .principle__container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0;
}

.workflow .principle__title {
    font-size: 32px;
    color: #000;
    margin: 0;
    line-height: 1.4;
    max-width: 800px;
    padding: 0;
    display: flex;
    flex-direction: column;
    text-align: left;
}

.workflow .principle__title .line1 {
    display: block;
    margin-bottom: 5px;
}

.workflow .principle__title .line2 {
    display: block;
}

.workflow .principle__button {
    margin: 0;
    padding: 0 36px;
    height: 52px;
    background: #000000;
    color: #ffffff;
    text-decoration: none;
    border-radius: 26px;
    font-size: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    white-space: nowrap;
    flex-shrink: 0;
}

/*Стили для блока отзывов*/
.testimonials {
    padding: 100px 40px;
    background: #ffffff;
    overflow: visible;
    position: relative;
}

.testimonials__container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    overflow: visible;
}

.testimonials__title {
    font-size: 42px;
    color: #000;
    margin-bottom: 60px;
    text-transform: uppercase;
    text-align: left;
}

.testimonial-card {
    flex: 0 0 calc(33.333% - 20px);
    min-width: 300px;
    background: #ffffff;
    padding: 40px;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    gap: 25px;
    transition: all 0.3s ease;
    height: auto;
    min-height: 220px;
    box-sizing: border-box;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.testimonial-card:hover {
    transform: none;
    border-color: #FF6B00;
}

.testimonial-card__header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 80px;
    min-height: 60px;
    justify-content: center;
}

.testimonial-card__avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    left: 40px;
    top: 40px;
}

.testimonial-card__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial-card__info {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.testimonial-card__name {
    font-size: 18px;
    color: #000;
    margin: 0;
}

.testimonial-card__position {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.6);
    margin: 0;
}

.testimonial-card__text {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    position: relative;
    padding-left: 25px;
}

.testimonial-card__text:before {
    content: '"';
    position: absolute;
    left: 0;
    top: 0;
    font-size: 40px;
    line-height: 1;
    color: #FF6B00;
    opacity: 0.5;
}

.testimonials__nav {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    gap: 30px;
}

.testimonials__nav-button {
    background: none;
    border: none;
    cursor: pointer;
    width: 44px;
    height: 44px;
    transition: all 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
}

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

.testimonials__nav-button:hover::before {
    transform: scale(1);
}

.testimonials__nav-button:hover {
    background: none;
    border-color: transparent;
    transform: translateY(-2px);
}

.testimonials__nav-button:hover svg {
    fill: #FF6B00;
}

.testimonials__nav-button:disabled {
    cursor: default;
    opacity: 0.5;
    transform: none;
}

.testimonials__nav-button svg {
    width: 24px;
    height: 24px;
    fill: #333;
    transition: fill 0.3s ease, stroke 0.3s ease;
    position: relative;
    z-index: 1;
    color: #333;
}

.testimonials__nav-button:hover svg {
    fill: #FF6B00;
    color: #FF6B00;
}

.testimonials__dots {
    display: flex;
    gap: 12px;
    justify-content: center;
    align-items: center;
}

.testimonials__dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: all 0.3s ease;
}

.testimonials__dot:hover {
    background-color: rgba(255, 107, 0, 0.5);
}

.testimonials__dot.active {
    width: 20px;
    border-radius: 10px;
    background: linear-gradient(90deg, #FF6B00, #FF8534);
}

.testimonials__slider {
    position: relative;
    display: flex;
    gap: 20px;
    overflow: visible;
    scroll-snap-type: x mandatory;
    scrollbar-width: none; /* современная замена для IE */
    -ms-overflow-style: none; /* fallback для старых IE */
    padding: 20px 0;
    margin: -20px 0;
    transition: transform 0.5s ease;
    flex-wrap: nowrap;
    width: 100%;
    box-sizing: border-box;
}

.testimonial-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1500;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.testimonial-modal.active {
    opacity: 1;
    visibility: visible;
}

.testimonial-modal__content {
    position: relative;
    width: 90%;
    max-width: 900px;
    background-color: transparent;
    border-radius: 8px;
    margin: 20px;
    aspect-ratio: 16/9;
}

.testimonial-modal__close {
    position: absolute;
    top: -40px;
    right: -10px;
    width: 40px;
    height: 40px;
    background: transparent;
    border: none;
    font-size: 36px;
    color: white;
    cursor: pointer;
    z-index: 1501;
}

.testimonial-modal__video {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 8px;
}

/* Стили для модального окна отзывов */
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(26, 26, 26, 0.9);
    z-index: 9999;
    opacity: 0;
    transition: opacity 0.3s ease;
    overflow-y: auto;
    overflow-behavior: smooth; /* современная замена для webkit-overflow-scrolling: touch */
    -webkit-overflow-scrolling: touch; /* fallback для старых iOS Safari */
    padding: 20px;
    box-sizing: border-box;
}

.modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1000;
    overflow-y: auto;
    padding: 20px;
    box-sizing: border-box;
}

.modal-content {
    position: relative;
    background-color: #fff;
    max-width: 800px;
    margin: 40px auto;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(20px);
    opacity: 0;
    transition: all 0.3s ease;
    width: calc(100% - 40px);
}

.modal-overlay.active .modal-content {
    transform: translateY(0);
    opacity: 1;
}

.modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    border: none;
    background: none;
    font-size: 32px;
    line-height: 1;
    cursor: pointer;
    color: #1a1a1a;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease;
    z-index: 1;
}

.modal-close::before,
.modal-close::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 2px;
    background-color: #333;
    transform-origin: center;
}

.modal-close::before {
    transform: rotate(45deg);
}

.modal-close::after {
    transform: rotate(-45deg);
}

.modal-close:hover {
    transform: rotate(90deg);
}

.modal-header {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
}

.modal-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
}

.modal-avatar-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.modal-info {
    flex: 1;
}

.modal-name {
    font-size: 24px;
    margin: 0 0 5px;
    color: #1a1a1a;
}

.modal-position {
    font-size: 16px;
    color: #666;
    margin: 0;
}

.modal-body {
    font-size: 18px;
    line-height: 1.6;
    color: #333;
}

.modal-text {
    margin: 0;
    white-space: pre-line;
}

.modal.active {
    display: block;
    opacity: 1;
}

/* Стили для секции "Мы в СМИ" */
.social-media {
    padding: 60px 40px 30px;
    background: #000000;
    color: #ffffff;
    position: relative;
    z-index: 2;
}

.social-media__container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.social-media__title {
    font-size: 44px;
    color: #ffffff;
    margin-bottom: 20px;
    text-transform: uppercase;
    text-align: left;
}

.social-media__content {
    display: flex;
    justify-content: space-between;
    margin-bottom: 35px;
}

.social-media__text-left,
.social-media__text-right {
    max-width: 48%;
}

.social-media__text-left p,
.social-media__text-right p {
    font-size: 22px;
    line-height: 1.4;
    color: #ffffff;
    margin: 0;
}

.social-media__cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 40px;
}

.social-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 25px 30px 30px;
    width: 393px;
    height: 242px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    z-index: 3;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-decoration: none;
    border: none;
    outline: none;
}

.social-card:hover {
    transform: none;
    box-shadow: none;
}

.social-card__title {
    font-size: 44px;
    color: #000000;
    margin: 0;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
}

.social-card__icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.social-card__icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1;
    transition: opacity 0.3s ease;
    margin-top: 3px;
    margin-left: 2px;
    border-radius: 0;
}

.social-card:hover .social-card__icon img {
    opacity: 1;
}

.social-card__content {
    position: relative;
    z-index: 1;
    max-width: 60%;
}

.social-card__description {
    font-size: 16px;
    line-height: 1.5;
    color: #666;
    margin: 0;
}

/* Стили для секции "Блог компании" */
.blog {
    padding: 30px 40px 120px 40px;
    background: #000000;
    color: #000000;
    position: relative;
    margin-top: 0;
    margin-bottom: 0; /* Убираем отрицательный отступ */
}
        
.blog__container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.blog__title {
    font-size: 44px;
    color: #ffffff;
    margin-bottom: 40px;
    text-transform: uppercase;
    text-align: left;
}

.blog__content {
    display: flex;
    gap: 40px;
    align-items: flex-start;
    margin-bottom: 0; /* Полностью убираем отступ снизу */
}
        
.blog__image {
    flex: 0 0 auto;
    margin-right: 0;
}

.blog__image img {
    width: 422px;
    height: 242px;
    object-fit: cover;
    border-radius: 20px;
    vertical-align: middle;
}

.blog__text {
    flex: 1;
    max-width: 58%;
    display: flex;
    flex-direction: column;
    margin-left: 0;
    padding-left: 40px;
}

.blog__heading {
    font-size: 24px;
    color: #ffffff;
    margin: 0 0 15px;
    line-height: 1.2;
}

.blog__description {
    font-size: 18px;
    line-height: 1.5;
    color: #ffffff;
    margin: 0 0 30px;
}

.blog__description br {
    display: inline-block;
}

.blog__date {
    font-size: 16px;
    font-style: italic;
    color: #cccccc;
    margin: 0 0 15px;
}

.blog__empty,
.blog__error {
    font-size: 18px;
    line-height: 1.4;
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    margin: 30px 0;
}

.blog__error {
    color: #ff6666;
}

.blog__more-button {
    font-size: 18px;
    color: #ffffff;
    text-decoration: none;
    position: relative;
    display: inline-block;
    margin-top: 40px;
    padding: 12px 30px;
    background: linear-gradient(45deg, #0070f3, #00c1ff);
    border-radius: 30px;
    transition: all 0.3s ease;
}

.blog__more-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 15px rgba(0, 112, 243, 0.3);
}

.blog__link {
    font-size: 18px;
    color: #ffffff;
    text-decoration: none;
    position: relative;
    display: inline-block;
    padding-bottom: 5px;
    width: max-content;
}

.blog__link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #ffffff;
    transition: width 0.3s ease;
}

.blog__link:hover::after {
    width: 0;
}

/*Стили для блока Новости компании*/
.company-news {
    padding: 80px 40px;
    background: #000000;
    color: #000000;
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
}

.company-news__container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.company-news__title {
    font-size: 44px;
    color: #ffffff;
    margin-bottom: 60px;
    text-transform: uppercase;
    text-align: left;
}

.company-news__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin-bottom: 50px;
}

.news-card {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(255, 255, 255, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: none;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    min-height: 280px;
}

.news-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(255, 255, 255, 0.15);
}

.news-card__content {
    padding: 30px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.news-card__meta {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.news-card__date {
    font-size: 14px;
    color: #666666;
}

.news-card__category {
    font-size: 12px;
    color: #FF6B00;
    background-color: #FFF0E8;
    padding: 4px 12px;
    border-radius: 12px;
    letter-spacing: 0.5px;
}

.news-card__title {
    font-size: 20px;
    color: #000000;
    margin-bottom: 15px;
    line-height: 1.3;
}

.news-card__description {
    font-size: 16px;
    line-height: 1.5;
    color: #666666;
    margin-bottom: 20px;
    flex-grow: 1;
}

.news-card__link {
    font-size: 16px;
    color: #000000;
    text-decoration: none;
    position: relative;
    display: inline-block;
    padding-bottom: 5px;
    transition: color 0.3s ease;
    margin-top: auto;
    width: max-content;
}

.news-card__link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #000000;
    transition: width 0.3s ease, background-color 0.3s ease;
}

.news-card__link:hover {
    color: #FF6B00;
}

.news-card__link:hover::after {
    background-color: #FF6B00;
    width: 0;
}

.company-news__more {
    display: flex;
    justify-content: center;
}

.company-news__more-button {
    font-size: 18px;
    color: #ffffff;
    text-decoration: none;
    position: relative;
    display: inline-block;
    padding: 15px 40px;
    border: 2px solid #ffffff;
    border-radius: 30px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.company-news__more-button:hover {
    background-color: #ffffff;
    color: #000000;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 255, 255, 0.2);
}

/*Стили для блока FAQ*/
/* Стили для секции FAQ */
.faq {
    padding: 80px 0px 40px 0;
    background: #ffffff;
    position: relative;
    margin-top: 0;
    overflow: hidden;
    padding-bottom: 30px;
}

.faq__container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding-bottom: 80px; /* Добавляем внутренний отступ снизу */
}

.faq__container:before,
.faq__container:after {
    display: none;
}

.faq__title {
    font-size: 46px;
    color: #000;
    margin-bottom: 30px;
    margin-top: 0;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    letter-spacing: 0.02em;
}

.faq__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    width: 100%;
    position: relative;
    z-index: 1;
}



.faq__more-button-container {
    grid-column: 1 / -1;
    display: flex;
    justify-content: center;
    margin-top: 60px;
}

.faq__more-button {
    display: inline-flex;
    align-items: center;
    padding: 16px 32px;
    background: linear-gradient(135deg, #FF6B00 0%, #FF8533 100%);
    color: #ffffff;
    text-decoration: none;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(255, 107, 0, 0.3);
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.faq__more-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 35px rgba(255, 107, 0, 0.4);
    background: linear-gradient(135deg, #FF8533 0%, #FF6B00 100%);
}

.faq__item {
    background: transparent;
    border-radius: 0;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: none;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    padding-bottom: 10px;
}

.faq__item:before {
    content: none;
}

.faq__item:hover:before {
    opacity: 0;
}

.faq__item:hover {
    box-shadow: none;
    transform: none;
}

.faq__item.active {
    background: transparent;
    border-left: none;
    box-shadow: none;
    border-bottom-color: #FF6B00;
}

.faq__question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 0;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}

.faq__question span {
    font-size: 20px;
    color: #000;
    padding-right: 40px;
    transition: color 0.3s ease;
    padding-left: 0;
    letter-spacing: 0.01em;
}

.faq__icon {
    position: absolute;
    right: 0;
    width: 24px;
    height: 24px;
    background: transparent;
    border-radius: 50%;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: none;
}

.faq__icon::before,
.faq__icon::after {
    content: '';
    position: absolute;
    background: #000;
    transition: all 0.3s ease;
}

.faq__icon::before {
    width: 14px;
    height: 1.5px;
}

.faq__icon::after {
    width: 1.5px;
    height: 14px;
    transform: rotate(0deg);
}

.faq__item.active .faq__icon {
    background: transparent;
    transform: rotate(0);
}

.faq__item.active .faq__question span {
    color: #FF6B00;
}

.faq__item.active .faq__icon::before,
.faq__item.active .faq__icon::after {
    background-color: #FF6B00;
}

.faq__item.active .faq__icon::after {
    transform: rotate(90deg);
    opacity: 0;
}

.faq__answer {
    max-height: 0;
    overflow: hidden;
    transition: all 0.5s ease;
    padding: 0;
    opacity: 0;
    visibility: hidden;
}

.faq__item.active .faq__answer {
    max-height: 1000px;
    padding: 0 0 24px;
    opacity: 1;
    visibility: visible;
}

.faq__answer p {
    font-size: 16px;
    line-height: 1.6;
    color: #666;
    margin: 0;
    padding-right: 20px;
    position: relative;
    padding-left: 0;
}

.faq__item.active .faq__answer p::before {
    content: none;
}

/* Мобильные стили для FAQ */
@media (max-width: 768px) {
    .faq {
        padding: 60px 20px 40px;
    }
    
    .faq__title {
        font-size: 32px;
        margin-top: 0;
        margin-bottom: 40px;
    }
    
    .faq__list {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .faq__question {
        padding: 16px 0;
    }
    
    .faq__question span {
        font-size: 16px;
        padding-right: 30px;
    }
    
    .faq__icon {
        right: 0;
        width: 20px;
        height: 20px;
    }
    
    .faq__answer p {
        font-size: 16px;
        padding-right: 0;
    }
    
    .faq__item.active .faq__answer {
        padding: 0 0 20px;
    }
    

    
    .faq__more-button-container {
        margin-top: 40px;
    }
    
    .faq__more-button {
        padding: 14px 28px;
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .faq {
        padding: 40px 15px 30px;
    }
    
    .faq__title {
        font-size: 28px;
        margin-top: 0;
        margin-bottom: 30px;
    }
    
    .faq__list {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .faq__question {
        padding: 14px 0;
    }
    
    .faq__question span {
        font-size: 16px;
        padding-right: 25px;
        line-height: 1.4;
    }
    
    .faq__icon {
        width: 18px;
        height: 18px;
    }
    
    .faq__icon::before {
        width: 10px;
    }
    
    .faq__icon::after {
        height: 10px;
    }
    
    .faq__answer p {
        font-size: 16px;
        line-height: 1.5;
    }
    
    .faq__item.active .faq__answer {
        padding: 0 0 16px;
    }
    

    
    .faq__more-button-container {
        margin-top: 30px;
    }
    
    .faq__more-button {
        padding: 13px 24px;
        font-size: 16px;
    }
}

/*Стили для формы обратной связи*/
/* Стили для формы обратной связи */
.contact-form {
    padding: 80px 60px;
    background-color: #000000;
    color: #ffffff;
    position: relative;
    overflow: visible;
    z-index: 10;
    margin-top: 0 !important;
    margin-bottom: 0;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.contact-form__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.contact-form__content {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 40px;
}

.contact-form__left {
    flex: 1;
    min-width: 0;
    background-color: #ffffff;
    border-radius: 30px;
    padding: 40px;
    color: #000000;
    display: flex;
    flex-direction: column;
}

.contact-form__right {
    flex: 1;
    min-width: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.phone-image-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.phone-image {
    width: 100%;
    height: auto;
    max-height: 600px;
    object-fit: contain;
}

.contact-form__title {
    font-size: 44px;
    line-height: 1.2;
    margin: 0 0 40px;
    color: #000000;
}

.contact-form__form {
    width: 100%;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.form-group {
    margin-bottom: 30px;
    position: relative;
}

.form-input {
    width: 100%;
    height: 50px;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    background-color: transparent;
    font-size: 18px;
    padding: 10px 0;
    color: #000000;
    outline: none;
    transition: border-color 0.3s ease;
}

.form-input:focus {
    border-bottom-color: #000000;
}

.form-input::placeholder {
    color: #666666;
    font-size: 18px;
}

.checkbox-group {
    margin-top: auto;
    margin-bottom: 20px;
}

.checkbox-container {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    cursor: pointer;
}

.checkbox-text {
    font-size: 16px;
    line-height: 1.4;
    color: rgba(0, 0, 0, 0.6);
}

.submit-button {
    width: 100%;
    max-width: 320px;
    height: 60px;
    background-color: #000000;
    color: #ffffff;
    border: none;
    border-radius: 30px;
    font-size: 18px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.submit-button:hover {
    background-color: #333333;
}

/* Мобильные стили для формы обратной связи */
@media (max-width: 768px) {
    .contact-form.contact-form {
        padding: 40px 0 !important;
    }

    .contact-form .contact-form__container {
        padding: 0 20px !important;
    }

    .contact-form .contact-form__content {
        flex-direction: column !important;
        gap: 0 !important;
    }

    .contact-form .contact-form__left {
        padding: 30px 25px !important;
        width: 100% !important;
        max-width: 100% !important;
        flex: none !important;
        border-radius: 16px !important;
    }

    .contact-form .contact-form__right {
        display: none !important;
    }

    .contact-form .contact-form__title {
        font-size: 28px !important;
        margin-bottom: 20px !important;
        text-align: center !important;
    }

    .contact-form .submit-button {
        max-width: 100% !important;
        height: 48px !important;
    }
}

@media (max-width: 480px) {
    .contact-form.contact-form {
        padding: 30px 0 !important;
    }

    .contact-form .contact-form__container {
        padding: 0 15px !important;
    }

    .contact-form .contact-form__left {
        padding: 25px 20px !important;
        border-radius: 16px !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    .contact-form .contact-form__title {
        font-size: 24px !important;
        margin-bottom: 15px !important;
    }

    .contact-form .form-group {
        margin-bottom: 20px !important;
    }

    .contact-form .form-input {
        font-size: 16px !important;
        height: 40px !important;
    }

    .contact-form .checkbox-text {
        font-size: 14px !important;
    }
}

/*Стили для футера главной страницы*/
.footer {
    background-color: #000;
    color: #fff;
    padding: 60px 0 40px;
    position: relative;
    z-index: 10;
    width: 100%;
}

.footer .container {
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}

.footer__top {
    margin-bottom: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 40px;
}

.footer__landing {
    margin-bottom: 40px;
    border-bottom: 5px solid rgba(9, 9, 9, 0.69);
    padding-bottom: 40px;
}

.footer__middle {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.footer__info p {
    margin: 0 0 10px;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
    max-width: 400px;
}

.footer__right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
}

.footer__workspace {
    color: #fff;
    text-decoration: underline;
    font-size: 16px;
    transition: color 0.3s;
    margin-bottom: 15px;
    display: block;
}

.footer__workspace:hover {
    color: #FF6B00;
}

.footer__phone {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    transition: color 0.3s;
}

.footer__phone:hover {
    color: #FF6B00;
}

.footer__documents {
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: right;
}

.footer__documents a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 16px;
    transition: color 0.3s;
    text-align: right;
}

.footer__documents a:hover {
    color: #FF6B00;
}

/* Мобильные стили для подвала */
@media (max-width: 768px) {
    .footer__middle {
        flex-direction: column;
        gap: 30px;
    }
    
    .footer__right {
        align-items: flex-start;
        gap: 20px;
    }
    
    .footer__workspace {
        font-size: 16px;
        margin-bottom: 10px;
    }
    
    .footer__phone {
        font-size: 16px;
    }
    
    .footer__documents {
        text-align: left;
    }
    
    .footer__documents a {
        text-align: left;
    }
}

@media (max-width: 480px) {
    .footer__workspace {
        font-size: 16px;
        margin-bottom: 8px;
    }
    
    .footer__phone {
        font-size: 16px;
    }
    
    .footer__documents a {
        font-size: 16px;
    }
}

@media (max-width: 360px) {
    .footer__workspace {
        font-size: 16px;
        margin-bottom: 6px;
    }
    
    .footer__phone {
        font-size: 16px;
    }
    
    .footer__documents a {
        font-size: 16px;
    }
}

/* Стили для cookie-popup */
.cookie-popup {
    position: fixed;
    bottom: -100%;
    left: 0;
    right: 0;
    z-index: 10000;
    background: rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    visibility: hidden;
}

.cookie-popup.active {
    bottom: 0;
    opacity: 1;
    visibility: visible;
}

.cookie-popup__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.cookie-popup__content {
    background: #ffffff;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    gap: 20px;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.cookie-popup__text {
    flex: 1;
    min-width: 0;
}

.cookie-popup__title {
    font-size: 20px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0 0 8px 0;
    font-family: 'Gilroy', sans-serif;
}

.cookie-popup__description {
    font-size: 14px;
    line-height: 1.5;
    color: #666;
    margin: 0;
    font-family: 'Gilroy', sans-serif;
}

.cookie-popup__details {
    margin-top: 12px;
}

.cookie-popup__details-btn {
    background: none;
    border: none;
    color: #FF6B00;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 0;
    font-family: 'Gilroy', sans-serif;
    transition: color 0.2s ease;
}

.cookie-popup__details-btn:hover {
    color: #5a67d8;
}

.cookie-popup__arrow {
    transition: transform 0.2s ease;
}

.cookie-popup__details-content {
    display: none;
    margin-top: 16px;
    padding: 16px;
    background: #f8f9fa;
    border-radius: 8px;
    border: 1px solid #e9ecef;
}

.cookie-types {
    display: grid;
    gap: 16px;
}

.cookie-type h4 {
    font-size: 14px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0 0 6px 0;
    font-family: 'Gilroy', sans-serif;
}

.cookie-type p {
    font-size: 13px;
    color: #666;
    margin: 0 0 8px 0;
    font-family: 'Gilroy', sans-serif;
}

.cookie-type ul {
    margin: 0;
    padding-left: 16px;
    font-size: 13px;
    color: #666;
}

.cookie-type li {
    margin-bottom: 4px;
    font-family: 'Gilroy', sans-serif;
}

.cookie-popup__actions {
    flex-shrink: 0;
    display: flex;
    gap: 8px;
}

.cookie-popup__button {
    padding: 12px 24px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    border: none;
    font-family: 'Gilroy', sans-serif;
    text-align: center;
    white-space: nowrap;
}

.cookie-popup__button--accept {
    background-color: #FF6B00;
    color: white;
}

.cookie-popup__button--accept:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(255, 107, 0, 0.3);
    background-color: #e55a00;
}

.cookie-popup__button--settings {
    background: #f8f9fa;
    color: #495057;
    border: 1px solid #dee2e6;
}

.cookie-popup__button--settings:hover {
    background: #e9ecef;
    border-color: #adb5bd;
}

.cookie-popup__button--decline {
    background: transparent;
    color: #6c757d;
    border: 1px solid #dee2e6;
}

.cookie-popup__button--decline:hover {
    background: #f8f9fa;
    color: #495057;
}

.cookie-settings-modal { /* Cookie Settings Modal */
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10001;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.cookie-settings-modal.active {
    opacity: 1;
    visibility: visible;
}

.cookie-settings-modal__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
}

.cookie-settings-modal__content {
    position: relative;
    background: white;
    border-radius: 16px;
    max-width: 600px;
    width: 90%;
    max-height: 80vh;
    overflow-y: auto;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.cookie-settings-modal__header {
    padding: 24px 24px 0 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e9ecef;
    padding-bottom: 16px;
    margin-bottom: 24px;
}

.cookie-settings-modal__header h2 {
    font-size: 20px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0;
    font-family: 'Gilroy', sans-serif;
}

.cookie-settings-modal__close {
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    border-radius: 8px;
    color: #6c757d;
    transition: all 0.2s ease;
}

.cookie-settings-modal__close:hover {
    background: #f8f9fa;
    color: #495057;
}

.cookie-settings-modal__body {
    padding: 0 24px;
}

.cookie-settings-modal__description {
    font-size: 14px;
    color: #666;
    margin: 0 0 24px 0;
    font-family: 'Gilroy', sans-serif;
}

.cookie-setting {
    margin-bottom: 24px;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 12px;
    border: 1px solid #e9ecef;
}

.cookie-setting__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
}

.cookie-setting h3 {
    font-size: 16px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0;
    font-family: 'Gilroy', sans-serif;
}

.cookie-setting p {
    font-size: 14px;
    color: #666;
    margin: 0 0 8px 0;
    font-family: 'Gilroy', sans-serif;
}

.cookie-setting__services {
    font-size: 12px;
    color: #6c757d;
    font-style: italic;
}

/* Cookie Toggle Switch */
.cookie-toggle {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 24px;
}

.cookie-toggle input {
    opacity: 0;
    width: 0;
    height: 0;
}

.cookie-toggle__slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: 0.3s;
    border-radius: 24px;
}

.cookie-toggle__slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: 0.3s;
    border-radius: 50%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.cookie-toggle input:checked + .cookie-toggle__slider {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.cookie-toggle input:checked + .cookie-toggle__slider:before {
    transform: translateX(24px);
}

.cookie-toggle--disabled {
    opacity: 0.6;
    pointer-events: none;
}

.cookie-toggle--disabled .cookie-toggle__slider {
    background-color: #28a745;
}

.cookie-settings-modal__footer {
    padding: 24px;
    border-top: 1px solid #e9ecef;
    text-align: center;
}

/* Стили для модального окна */
.modal-feedback {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1000;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.modal-feedback.active {
    display: flex;
    opacity: 1;
}

.modal-feedback__content {
    position: relative;
    background: #fff;
    border-radius: 20px;
    padding: 40px;
    width: 90%;
    max-width: 500px;
    margin: auto;
    transform: translateY(-20px);
    transition: transform 0.3s ease;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.modal-feedback.active .modal-feedback__content {
    transform: translateY(0);
}

.modal-feedback__close {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: none;
    border: none;
    padding: 0;
}

.modal-feedback__close::before,
.modal-feedback__close::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 2px;
    background: #333;
    top: 50%;
    left: 50%;
}

.modal-feedback__close::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.modal-feedback__close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.modal-feedback__title {
    font-size: 24px;
    color: #000;
    margin-bottom: 15px;
    text-align: center;
}

.modal-feedback__description {
    text-align: center;
    color: #666;
    font-size: 16px;
    margin-bottom: 30px;
    line-height: 1.4;
}

.modal-feedback__form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.modal-feedback__input {
    background: #f5f5f5;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 15px;
    color: #333;
    font-size: 16px;
    transition: all 0.3s ease;
}

.modal-feedback__input:focus {
    border-color: #FF6B00;
    background: #fff;
    outline: none;
    box-shadow: 0 0 0 3px rgba(255, 146, 44, 0.2);
}

.modal-feedback__submit {
    background: #FF6B00;
    border: none;
    border-radius: 10px;
    padding: 15px;
    color: #FFFFFF;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.modal-feedback__submit:hover {
    background: #E05F00;
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.modal-feedback__privacy {
    font-size: 16px;
    color: #888;
    text-align: center;
}

.modal-feedback__privacy a {
    color: #666;
    text-decoration: none;
    border-bottom: 1px solid rgba(102, 102, 102, 0.3);
    transition: all 0.3s ease;
}

.modal-feedback__privacy a:hover {
    color: #333;
    border-bottom-color: #333;
}

/* Мобильные стили для модального окна обратной связи */
@media (max-width: 768px) {
    .modal-feedback__content {
        width: 95%;
        max-width: 450px;
        padding: 30px 25px;
        border-radius: 16px;
    }

    .modal-feedback__close {
        right: 15px;
        top: 15px;
        width: 28px;
        height: 28px;
    }

    .modal-feedback__close::before,
    .modal-feedback__close::after {
        width: 18px;
    }

    .modal-feedback__title {
        font-size: 22px;
        margin-bottom: 12px;
    }

    .modal-feedback__description {
        font-size: 16px;
        margin-bottom: 25px;
    }

    .modal-feedback__form {
        gap: 18px;
    }

    .modal-feedback__input {
        padding: 14px;
        font-size: 16px;
        border-radius: 8px;
    }

    .modal-feedback__submit {
        padding: 14px;
        font-size: 16px;
        border-radius: 8px;
    }

    .modal-feedback__privacy {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .modal-feedback__content {
        width: 90%;
        max-width: 350px;
        padding: 25px 20px;
        border-radius: 12px;
        margin: auto;
    }

    .modal-feedback__close {
        right: 12px;
        top: 12px;
        width: 24px;
        height: 24px;
    }

    .modal-feedback__close::before,
    .modal-feedback__close::after {
        width: 16px;
        height: 1.5px;
    }

    .modal-feedback__title {
        font-size: 20px;
        margin-bottom: 10px;
        line-height: 1.2;
    }

    .modal-feedback__description {
        font-size: 16px;
        margin-bottom: 20px;
        line-height: 1.3;
    }

    .modal-feedback__form {
        gap: 15px;
    }

    .modal-feedback__input {
        padding: 12px;
        font-size: 14px;
        border-radius: 6px;
    }

    .modal-feedback__submit {
        padding: 12px;
        font-size: 16px;
        border-radius: 6px;
    }

    .modal-feedback__privacy {
        font-size: 14px;
        line-height: 1.3;
    }
}

@media (max-width: 360px) {
    .modal-feedback__content {
        width: 88%;
        padding: 20px 15px;
        margin: auto;
    }

    .modal-feedback__title {
        font-size: 18px;
        margin-bottom: 8px;
    }

    .modal-feedback__description {
        font-size: 16px;
        margin-bottom: 18px;
    }

    .modal-feedback__input {
        padding: 10px;
        font-size: 16px;
    }

    .modal-feedback__submit {
        padding: 10px;
        font-size: 16px;
    }
}

/* Медиа запросы*/

@media (min-width: 1390px) {
    .achievements-banner__title {
        font-size: 77px; /* Базовый размер для экранов 1390px и выше */
        line-height: 1.0;
    }
}

@media (max-width: 1370px) {
    .achievements-banner__title {
        font-size: 68px;
    }
}

@media (max-width: 1350px) {
    .achievements-banner__title {
        font-size: 67px;
    }
}

@media (max-width: 1330px) {
    .achievements-banner__title {
        font-size: 66px;
    }
}

@media (max-width: 1310px) {
    .achievements-banner__title {
        font-size: 65px;
    }
}

@media (max-width: 1300px) {
    .achievements-banner__title {
        font-size: 64px;
    }
}

@media (max-width: 1250px) {
    .achievements-banner__title {
        font-size: 62px;
    }
}

@media (max-width: 1213px) {
    .achievements-banner__title {
        font-size: 55px;
    }
}

@media (max-width: 1200px) {
    .achievements-banner__title {
        font-size: 54px;
    }

    .achievements-banner__content {
        max-width: none;
    }

    /*Настройки для блока отзывов*/
    .testimonials {
        padding: 60px 30px 60px;
    }

    .testimonials__title {
        font-size: 36px;
        margin-bottom: 50px;
    }

    .testimonial-card {
        padding: 30px;
        min-height: 200px;
    }

    .testimonial-card__avatar {
        width: 60px;
        height: 60px;
        border-radius: 50%;
    }

    .testimonial-card__name {
        font-size: 20px;
    }

    /*Настройки для блока social-media*/
    .social-media {
        padding: 50px 30px;
    }
    
    .social-media__title {
        font-size: 38px;
        margin-bottom: 30px;
    }
    
    .social-media__text-left p,
    .social-media__text-right p {
        font-size: 20px;
    }
    
    .social-media__cards {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
        
    .social-card {
        width: 100%;
        height: 200px;
    }
    
    .social-card::after {
        width: 100px;
        height: 100px;
    }

    .social-card__title {
        font-size: 24px;
    }

    /*Настройки для блока Блог компании*/
    .blog {
        padding: 50px 30px 0;
    }
    
    .blog__title {
        font-size: 38px;
        margin-bottom: 30px;
    }
    
    .blog__heading {
        font-size: 28px;
    }
    
    .blog__description {
        font-size: 20px;
    }
    
    .blog__image {
        flex: 0 0 auto;
    }
    
    .blog__text {
        flex: 1;
        max-width: 55%;
        padding-left: 30px;
    }
    
    /*Настройки для блока Новости компании*/
    .company-news {
        padding: 60px 30px;
    }
    
    .company-news__title {
        font-size: 38px;
        margin-bottom: 40px;
    }
    
    .company-news__grid {
        gap: 30px;
        margin-bottom: 40px;
    }
    
    .news-card {
        min-height: 250px;
    }
    
    .news-card__content {
        padding: 25px;
    }
    
    .news-card__title {
        font-size: 18px;
    }
    
    .news-card__description {
        font-size: 15px;
    }

    /*Настройки для блока FAQ*/
    .faq {
        padding: 80px 30px 60px;
    }
    
    .faq__title {
        font-size: 38px;
        margin-bottom: 50px;
    }
    
    .faq__question span {
        font-size: 18px;
    }
    
    .faq__answer p {
        font-size: 16px;
    }

    /*Настройки для блока contact-form*/
    .contact-form {
        padding: 60px 40px;
    }

    .contact-form__title {
        font-size: 36px;
        margin-bottom: 30px;
    }

    .contact-form__left {
        padding: 30px;
    }
}

@media (min-width: 1145px) and (max-width: 1389px) {
    .achievements-banner__title {
        font-size: 50px; /* Установленный размер для 3 строк в диапазоне 1145-1389px */
        line-height: 1.0;
    }
}

@media (max-width: 1144px) {
    .achievements-banner__title {
        font-size: 48px; /* Уменьшаем размер для логичности */
    }
}

@media (max-width: 1100px) {
    .achievements-banner__content {
        max-width: 800px;
    }
    
    .achievements-banner__title {
        font-size: 46px; /* Логичное уменьшение */
    }
    
    .achievements-banner__visual {
        width: 400px;
        height: 400px;
    }
    
    .rr-logo-3d {
        width: 350px;
        height: 350px;
    }

    .product-card__description {
        font-size: 18px;
    }
}

@media (max-width: 1080px) {
    .achievements-banner__title {
        font-size: 44px; /* Логичное уменьшение */
    }
}

@media (max-width: 1060px) {
    .achievements-banner__title {
        font-size: 42px; /* Логичное уменьшение */
    }
}

@media (max-width: 1024px) {
    /* Настройки для блока "Наши продукты" */
    .our-products__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .our-products .product-card--wide {
        grid-column: span 2;
    }
    
    /* Адаптация фона для плашки Геймификация */
    .our-products__grid .product-card--wide.product-card--black[data-heading="ГЕЙМИФИКАЦИЯ"] {
        background-size: auto 100%;
        background-position: right center;
    }
}

@media (max-width: 992px) {
    .award-card {
        flex: 0 1 100%;
        max-width: 100%;
    }
    
    .award-card__image-container {
        width: 120px;
        height: 120px;
    }
    
    .award-card__image {
        width: 120px;
        height: auto;
        max-height: 120px;
        object-fit: contain;
    }

    /*Настройки для блока social-media*/
    .social-media__cards {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    
    .social-card {
        width: 100%;
        height: 200px;
    }

    /*Настройки для блока contact-form*/
    .contact-form {
        padding: 50px 30px;
    }

    .contact-form__content {
        gap: 30px;
    }

    .contact-form__title {
        font-size: 32px;
        margin-bottom: 25px;
    }

    .form-input {
        font-size: 18px;
    }

    .submit-button {
        height: 54px;
        font-size: 16px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .achievements-banner__title {
        font-size: 35px; /* Настроенный размер для 3 строк в диапазоне 768-1024px */
        line-height: 1.0;
        letter-spacing: -0.02em;
    }

    .workflow__container {
        padding: 0;
    }

    .workflow__grid {
        gap: 15px;
    }

    .workflow-card {
        padding: 20px;
    }

    .workflow-card__title {
        font-size: 20px;
    }

    .blog__content {
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .lines-image {
        width: 120%;
        height: auto;
        object-fit: contain;
        transform: translateX(-10%);
    }

    /* Настройки для блока достижений */
    .achievements-banner {
        padding: 20px 0; /* Уменьшаем отступы чтобы поднять выше */
    }
    
    .achievements-banner__container {
        gap: 0px;
        padding: 0px 0px 20px 20px; /* Убираем верхний отступ */
        justify-content: flex-start;
        max-width: 100%;
        width: 100%;
    }
    
    .achievements-banner__content {
        flex: 1;
        margin-right: 0px;
        min-width: 100%;
        padding-left: 0;
        padding-right: 20px; /* Небольшой отступ справа */
        width: 100%;
    }
    
    .achievements-banner__title {
        font-size: 56px; /* Увеличиваем размер, обычная толщина */
        text-align: left; /* Выравнивание по левой границе */
        line-height: 0.95; /* Плотная упаковка для 3 строк */
        max-width: 100%;
        width: 100%;
        margin: 0;
        letter-spacing: -0.02em; /* Оптимизируем интервалы */
    }
    
    .achievements-banner__visual {
        display: none; /* Скрываем изображение в мобильной версии */
    }
    
    .rr-logo-3d {
        display: none;
    }

    /* Настройки для блока наград */
    .awards {
        padding: 40px 0;
        margin-bottom: 0px;
    }
    
    .awards__header {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
        margin-bottom: 30px;
        padding: 0 20px;
    }
    
    .awards__subtitle {
        font-size: 18px;
        width: auto;
    }
    
    .awards__title {
        font-size: 28px;
        line-height: 1.2;
        max-width: none;
    }
    
    .awards__carousel-container {
        margin: 0;
        padding: 0 20px;
        overflow: visible;
    }
    
    .awards__carousel-track {
        gap: 20px;
        animation-duration: 60s;
    }
    
    .award-card {
        flex: 0 0 320px;
        min-width: 320px;
        max-width: 320px;
        height: 180px;
        padding: 15px;
        gap: 8px;
        display: flex;
        align-items: stretch; /* Растягиваем содержимое на всю высоту */
    }
    
    .award-card__image-container {
        width: 120px;
        height: 120px;
        flex-shrink: 0;
        display: flex;
        align-items: center; /* Выравниваем изображения по центру вертикально */
        justify-content: center; /* Выравниваем изображения по центру горизонтально */
    }
    
    .award-card__image {
        width: 120px;
        height: auto;
        max-height: 120px;
        object-fit: contain;
    }
    
    .award-card__content {
        display: flex;
        flex-direction: column;
        justify-content: space-between; /* Рейтинг Рунета вверху, основной контент внизу */
        flex: 1;
        min-height: 0;
    }
    
    .award-card__main-content {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }
    
    .award-card__year {
        font-size: 16px;
        line-height: 1.1;
    }
    
    .award-card__bottom {
        margin-top: 0 !important;
        margin-bottom: 8px !important;
        order: 1 !important; /* "Рейтинг Рунета" сверху в мобильной версии */
    }
    
    .award-card__main-content {
        order: 2 !important; /* Основной контент вторым */
    }
    
    .award-card__year--first-place { /* Единообразные стили для "1 место" */
        font-size: 16px !important;
        color: #000 !important;
        margin-bottom: 4px !important;
    }

    .award-card__bottom .award-card__year { /* Единообразные стили для "Рейтинг Рунета" */
        font-size: 12px !important;
        color: #999 !important;
        margin: 0 !important;
        text-transform: uppercase !important;
        letter-spacing: 0.5px !important;
    }

    /* Настройки для блока "Наши продукты" */
    .our-products {
        padding: 60px 0;
    }

    .our-products__title {
        font-size: 28px;
        margin-bottom: 40px;
    }

    .our-products .our-products__grid {
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: 1fr;
        gap: 18px;
        align-items: stretch;
    }

    .our-products .product-card--wide {
        grid-column: span 2;
    }

    .our-products .product-card {
        padding: 32px;
        min-height: 250px;
    }

    .product-card__title {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .product-card__description {
        font-size: 16px;
    }

    /*Настройки для блока principle*/
    .principle {
        padding: 40px 20px;
    }
    
    .principle__container {
        padding: 0;
        flex-direction: column;
        align-items: flex-start;
    }
    
    .principle__title {
        font-size: 24px;
        line-height: 1.3;
        margin-bottom: 30px;
    }
    
    .principle__title .line1,
    .principle__title .line2 {
        display: inline;
    }
    
    .principle__button {
        width: 100%;
    }

    /*Настройки для блока cases*/
    .cases {
        padding: 40px 0 30px;
    }
    .cases__title {
        font-size: 28px;
        margin-bottom: 40px;
    }
    .cases__button {
        font-size: 16px;
    }

    .cases__button-container {
        margin-top: 30px;
    }

    .cases__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px 20px;
    }

    .case-card:nth-child(n) { /* Сбрасываем все отрицательные отступы на планшетах */
        margin-top: 0;
    }

    .case-card__title {
        font-size: 20px;
        margin-bottom: 12px;
    }

    .case-card__buttons {
        flex-wrap: wrap;
    }

    .case-card__button {
        padding: 12px 16px;
        font-size: 16px;
    }

    /*Настройки для блока video-section*/
    .video-section {
        position: relative;
        width: 100%;
        height: 80vh;
        overflow: hidden;
        background: #000;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .video-section video {
        width: 80%;
        height: 100%;
        object-fit: cover;
    }

    /*Настройки для блока workflow*/
    .workflow {
        padding: 30px 20px;
    }

    .workflow__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        margin-bottom: 20px;
    }

    .workflow__title {
        font-size: 32px;
        margin-bottom: 30px;
    }

    .workflow-card {
        padding: 25px;
    }

    .workflow-card__title {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .workflow-card__number {
        font-size: 28px;
        margin-bottom: 15px;
    }

    .workflow-card__description {
        font-size: 16px;
    }

    .workflow .principle {
        padding: 40px 20px;
    }
    
    .workflow .principle__container {
        flex-direction: column;
        align-items: flex-start;
        padding: 0;
        gap: 30px;
    }
    
    .workflow .principle__title {
        font-size: 24px;
        text-align: left;
        padding: 0;
        margin: 0;
    }
    
    .workflow .principle__button {
        align-self: flex-start;
        width: auto;
        margin: 0;
    }

    /*Настройки для блока отзывов*/
    .testimonials {
        padding: 40px 20px 40px;
    }

    .testimonials__title {
        font-size: 32px;
        margin-bottom: 40px;
    }
    
    .testimonials__nav {
        margin-top: 30px;
        gap: 20px;
    }
    
    .testimonials__nav-button {
        width: 40px;
        height: 40px;
    }
    
    .testimonials__nav-button svg {
        width: 20px;
        height: 20px;
    }
    
    .testimonials__dots {
        gap: 10px;
    }

    .testimonial-card {
        padding: 30px;
        min-width: auto;
        width: 100%;
    }

    .testimonial-card__header {
        padding-left: 70px;
        min-height: 60px;
        margin-bottom: 15px;
    }

    .testimonial-card__avatar {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        overflow: hidden;
        position: absolute;
        left: 30px;
        top: 30px;
    }

    .testimonial-card__name {
        font-size: 16px;
        line-height: 1.2;
    }

    .testimonial-card__position {
        font-size: 13px;
        line-height: 1.2;
    }

    .testimonial-card__text {
        font-size: 14px;
        line-height: 1.5;
        padding-left: 20px;
    }

    .testimonial-card__text:before {
        font-size: 32px;
    }

    .testimonial-card[data-clone="true"], /* Обязательно скрываем все клоны и дубликаты */
    .testimonials__slider .testimonial-card:not([data-id]) {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
        position: absolute !important;
        z-index: -9999 !important;
        width: 0 !important;
        height: 0 !important;
        overflow: hidden !important;
        pointer-events: none !important;
    }

    /*Настройки для модального окна отзывов*/
    .modal {
        padding: 15px;
    }

    .modal-content {
        padding: 30px 20px;
        margin: 20px auto;
        width: calc(100% - 30px);
        border-radius: 15px;
    }
    
    .modal-header {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 15px;
    }
    
    .modal-avatar {
        width: 60px;
        height: 60px;
    }
    
    .modal-name {
        font-size: 18px;
        margin-bottom: 4px;
    }
    
    .modal-position {
        font-size: 14px;
    }

    .modal-text {
        font-size: 15px;
        line-height: 1.5;
    }
    
    .modal-body {
        font-size: 16px;
    }

    .modal-close {
        top: 10px;
        right: 10px;
        width: 25px;
        height: 25px;
    }

    /*Настройки для блока social-media*/
    .social-media {
        padding: 40px 20px;
    }

    .social-media__container {
        padding: 0;
    }

    .social-media__title {
        font-size: 32px;
        margin-bottom: 25px;
    }
    
    .social-media__content {
        flex-direction: column;
        gap: 30px;
        margin-bottom: 40px;
    }
    
    .social-media__text-left,
    .social-media__text-right {
        max-width: 100%;
    }
    
    .social-media__text-left p,
    .social-media__text-right p {
        font-size: 18px;
        line-height: 1.3;
    }
    
    .social-media__cards {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .social-card {
        width: 100%;
        height: 180px;
    }
    
    .social-card__title {
        font-size: 32px;
    }
    
    .social-card::after {
        width: 80px;
        height: 80px;
        bottom: 15px;
        right: 15px;
    }

    .social-card:hover {
        transform: none;
        box-shadow: none;
    }

    /*Настройки для блока Блог компании*/
    .blog {
        padding: 50px 20px 50px;
    }
    
    .blog__title {
        font-size: 32px;
        margin-bottom: 35px;
    }
    
    .blog__content {
        flex-direction: column;
        gap: 40px;
    }
    
    .blog__image,
    .blog__text {
        flex: 0 0 100%;
        max-width: 100%;
        margin-left: 0;
        padding-left: 0;
    }

    .blog__image {
        margin-bottom: 10px;
    }
    
    .blog__image img {

        width: 100%;
        max-width: 422px;
        height: auto;
        border-radius: 30px;
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    }
    
    .blog__heading {
        font-size: 20px;
        margin-bottom: 10px;
    }
    
    .blog__description {
        font-size: 16px;
        margin-bottom: 30px;
        line-height: 1.5;
    }
    
    .blog__description br {
        display: none;
    }
    
    .blog__link {
        display: inline-block;
        font-size: 18px;
        padding: 10px 20px;
        background-color: #FF6B00;
        color: #fff;
        border-radius: 50px;
        text-decoration: none;
        font-weight: 500;
        box-shadow: 0 4px 10px rgba(255, 107, 0, 0.3);
        transition: transform 0.2s, box-shadow 0.2s;
    }

    .blog__link::after {
        display: none;
    }

    /*Настройки для блока Новости компании*/
    .company-news {
        padding: 40px 20px;
    }
    
    .company-news__title {
        font-size: 32px;
        margin-bottom: 30px;
    }
    
    .company-news__grid {
        grid-template-columns: 1fr;
        gap: 25px;
        margin-bottom: 30px;
    }
    
    .news-card {
        min-height: 220px;
    }
    
    .news-card__content {
        padding: 20px;
    }
    
    .news-card__meta {
        gap: 10px;
        margin-bottom: 10px;
    }
    
    .news-card__date {
        font-size: 12px;
    }
    
    .news-card__category {
        font-size: 10px;
        padding: 3px 8px;
    }
    
    .news-card__title {
        font-size: 15px;
        margin-bottom: 10px;
        line-height: 1.4;
    }
    
    .news-card__description {
        font-size: 13px;
        margin-bottom: 12px;
    }
    
    .news-card__link {
        font-size: 13px;
    }
    
    .company-news__more-button {
        font-size: 14px;
        padding: 10px 25px;
        width: 100%;
        text-align: center;
    }

    /*Настройки для блока FAQ*/
    .faq {
        padding: 40px 15px 30px;
    }
    
    .faq__title {
        font-size: 28px;
        margin-top: 0;
        margin-bottom: 30px;
    }
    
    .faq__question {
        padding: 16px 0;
    }
    
    .faq__question span {
        font-size: 18px;
        padding-right: 25px;
        line-height: 1.4;
    }
    
    .faq__icon {
        width: 18px;
        height: 18px;
    }
    
    .faq__icon::before {
        width: 10px;
    }
    
    .faq__icon::after {
        height: 10px;
    }
    
    .faq__answer p {
        font-size: 16px;
        line-height: 1.5;
    }
    
    .faq__item.active .faq__answer {
        padding: 0 0 16px;
    }

    /*Настройки для блока contact-form*/
    .contact-form {
        padding: 30px 15px;
    }

    .contact-form__container {
        padding: 0;
    }

    .contact-form__left {
        padding: 20px;
        border-radius: 20px;
    }

    .contact-form__title {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .form-group {
        margin-bottom: 20px;
    }

    .form-input {
        font-size: 14px;
        height: 40px;
    }

    .checkbox-text {
        font-size: 14px;
    }

    /*Настройки для блока cookie-popup*/
    .cookie-popup__container {
        padding: 15px;
    }
    
    .cookie-popup__content {
        flex-direction: column;
        align-items: stretch;
        gap: 15px;
        padding: 20px;
        border-radius: 12px;
    }
    
    .cookie-popup__text {
        text-align: center;
    }
    
    .cookie-popup__title {
        font-size: 18px;
        margin-bottom: 10px;
    }
    
    .cookie-popup__description {
        font-size: 13px;
        line-height: 1.4;
    }
    
    .cookie-popup__actions {
        flex-direction: column;
        width: 100%;
        gap: 10px;
    }
    
    .cookie-popup__button {
        width: 100%;
        padding: 14px 20px;
        font-size: 16px;
        border-radius: 8px;
    }

   
}

/* Дополнительная мобильная оптимизация для cookie-popup на планшетах */
@media (max-width: 768px) and (min-width: 481px) {
    .cookie-popup__container {
        padding: 18px;
    }
    
    .cookie-popup__content {
        flex-direction: row;
        align-items: center;
        gap: 20px;
        padding: 24px;
        border-radius: 14px;
    }
    
    .cookie-popup__text {
        text-align: left;
        flex: 1;
    }
    
    .cookie-popup__title {
        font-size: 19px;
        margin-bottom: 8px;
    }
    
    .cookie-popup__description {
        font-size: 14px;
        line-height: 1.4;
    }
    
    .cookie-popup__actions {
        flex-direction: row;
        flex-shrink: 0;
        width: auto;
        gap: 8px;
    }
    
    .cookie-popup__button {
        width: auto;
        padding: 12px 20px;
        font-size: 16px;
        border-radius: 8px;
        white-space: nowrap;
    }
}

@media (max-width: 750px) {
    .achievements-banner__title {
        font-size: 52px; /* Увеличиваем размер */
        text-align: left;
        line-height: 0.95;
        letter-spacing: -0.02em;
    }
}

@media (max-width: 650px) {
    .achievements-banner__title {
        font-size: 48px; /* Увеличиваем размер */
        text-align: left;
        line-height: 0.95;
        letter-spacing: -0.02em;
    }
}

@media (max-width: 550px) {
    .achievements-banner__title {
        font-size: 44px; /* Увеличиваем размер */
        text-align: left;
        line-height: 0.95;
        letter-spacing: -0.02em;
    }
}

@media (max-width: 480px) {
    /* Настройки для блока наград */
    .awards {
        padding: 50px 0;
    }
    
    .awards__header {
        padding: 0 15px;
        margin-bottom: 25px;
    }
    
    .awards__subtitle {
        font-size: 16px;
    }
    
    .awards__title {
        font-size: 24px;
        line-height: 1.1;
    }
    
    .awards__carousel-container {
        margin: 0;
        padding: 0 15px;
        overflow: visible;
    }
    
    .awards__carousel-track {
        gap: 18px;
        animation-duration: 70s;
    }
    
    .award-card {
        flex: 0 0 300px;
        min-width: 300px;
        max-width: 300px;
        height: 160px;
        padding: 12px;
        gap: 8px;
        display: flex;
        align-items: stretch; /* Растягиваем содержимое на всю высоту */
    }
    
    .award-card__image-container {
        width: 110px;
        height: 110px;
        display: flex;
        align-items: center; /* Выравниваем изображения по центру */
        justify-content: center;
    }
    
    .award-card__image {
        width: 110px;
        height: auto;
        max-height: 110px;
        object-fit: contain;
    }
    
    .award-card__main-content {
        gap: 6px;
        display: flex;
        flex-direction: column;
    }
    
    .award-card__year {
        font-size: 14px;
    }
    
    .award-card__provider {
        font-size: 13px;
        line-height: 1.3;
        line-clamp: 3; /* современное свойство */
        -webkit-line-clamp: 3; /* fallback для старых WebKit браузеров */
    }
    
    .award-card__bottom .award-card__year {
        font-size: 11px;
        margin-top: -6px;
    }

    /* Настройки для блока "Наши продукты" */
    .our-products {
        padding: 0px 0;
    }

    .our-products__container {
        padding: 0 15px;
    }

    .our-products__title {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .our-products .our-products__grid {
        grid-template-columns: 1fr;
        gap: 16px;
        align-items: stretch;
    }

    .product-card__content {
        padding: 0;
    }

    .product-card {
        padding: 32px;
        min-height: 250px;
        height: 250px;
        box-sizing: border-box;
    }

    /* Жестко выравниваем высоту всех карточек в сетке */
    .our-products__grid .product-card { height: 250px !important; }
    .our-products__grid .product-card--wide { height: 250px !important; }

    .product-card__title {
        font-size: 24px;
        margin-bottom: 8px;
    }

    /* Переопределяем заголовки в длинных плашках (высокая специфичность десктопных правил) */
    .our-products__grid .product-card--wide.product-card--black[data-heading="ПРИЛОЖЕНИЕ И САЙТ НА FLUTTER"] .product-card__title,
    .our-products__grid .product-card--wide.product-card--black[data-heading="ОБРАБОТКА ОТЗЫВОВ НА МАРКЕТПЛЕЙСАХ"] .product-card__title {
        font-size: 18px !important;
       
    }

    .our-products .our-products__grid .product-card--wide {
        grid-column: span 1
    }

    /* Размер текста на кнопках в плашках на мобильных */
    .our-products__grid .product-card__cta {
        font-size: 16px !important;
        height: 48px !important;
    }

    /* Прижимаем фон ко дну и смещаем вправо на 20px в маленьких плашках */
    .our-products__grid .product-card:not(.product-card--wide) {
        background-position: calc(100% + 20px) bottom !important;
    }

    /* Точное смещение только для плашки AI-САЙТ на мобильных */
    .our-products__grid .product-card--orange[data-heading="AI-САЙТ"] {
        background-position: calc(100% + 30px) bottom !important;
        background-size: auto 100% !important;
    }

    /* Делаем длинные плашки на мобильных такими же, как маленькие */
    .our-products__grid .product-card--wide {
        padding: 24px 16px;
        min-height: 250px;
        height: 250px;
        background-position: right bottom !important;
        box-sizing: border-box;
    }
    .our-products__grid .product-card--wide .product-card__content {
        padding: 0;
    }
    .our-products__grid .product-card--wide .product-card__title {
        font-size: 24px;
        margin-bottom: 8px;
    }
    .our-products__grid .product-card--wide .product-card__description {
        font-size: 16px;
    }

    /* Опускаем фоновые изображения в плашках на 10px при ширине 400px и меньше */
}

@media (max-width: 400px) {
    .our-products__grid .product-card {
        background-position-y: calc(100% + 20px) !important;
    }
    .our-products__grid .product-card:not(.product-card--wide) {
        background-position-y: calc(100% + 23px) !important;
    }

    /* AI-САЙТ: картинка по высоте плашки и смещение влево на 20px */
    .our-products__grid .product-card--orange[data-heading="AI-САЙТ"] {
        background-size: auto 100% !important;
        background-position: calc(100% + 30px) bottom !important;
        /* ограничиваем ширину описания только у AI-САЙТ */
    }
    .our-products__grid .product-card--orange[data-heading="AI-САЙТ"] .product-card__description {
        max-width: 240px !important;
    }
    /* Приложение и сайт на Flutter: фон по высоте плашки и по нижней границе */
    .our-products__grid .product-card--black[data-heading="ПРИЛОЖЕНИЕ И САЙТ НА FLUTTER"] {
        background-size: auto 120% !important;
        background-position: right bottom !important;
    }

    /*Настройки для блока principle*/
    .principle {
        padding: 30px 20px;
    }

    .principle__container {
        padding: 0;
    }

    .principle__title {
        font-size: 22px;
        line-height: 1.4;
    }

    .principle__title .line1,
    .principle__title .line2 {
        display: inline;
    }

    /*Настройки для блока cases*/
    .cases {
        padding: 30px 0 25px;
    }
    .cases__title {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .cases__button-container {
        margin-top: 36px;
    }
    
    .cases__button {
        width: 45%;
        font-size: 16px;
    }

    .cases__grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .case-card:nth-child(n+7) { /* Скрываем последние 3 кейса на мобильной версии */
        display: none;
    }
    
    .case-card:nth-child(1) .case-card__image-container { /* Сохраняем оригинальные пропорции для каждой карточки */ /* Lassie - горизонтальное */
        padding-bottom: 114%;
    }

    .case-card:nth-child(2) .case-card__image-container { /* Street Beat - горизонтальное */
        padding-bottom: 66.56%;
    }

    .case-card:nth-child(3) .case-card__image-container { /* Idol - вертикальное */
        padding-bottom: 132.69%;
    }

    .case-card:nth-child(4) .case-card__image-container { /* Lusio - вертикальное */
        padding-bottom: 115%;
    }

    .case-card:nth-child(5) .case-card__image-container { /* Gulliver - горизонтальное */
        padding-bottom: 122%;
    }

    .case-card:nth-child(6) .case-card__image-container { /* Вольный странник - горизонтальное */
        padding-bottom: 77.04%;
    }

    .case-card__content {
        padding: 15px 0;
    }

    .case-card__title {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .case-card__buttons {
        gap: 8px;
    }

    .case-card__button {
        flex: 1;
        text-align: center;
        min-width: 80px;
    }

    /*Настройки для блока video-section*/
    .video-section {
        position: relative;
        width: 100%;
        height: 60vh;
        overflow: hidden;
        background: #000;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .video-section video {
        width: 90%;
        height: 100%;
        object-fit: cover;
    }

    /*Настройки для блока workflow*/
    .workflow {
        padding: 25px 15px;
    }

    .workflow__grid {
        grid-template-columns: 1fr;
        gap: 15px;
        margin-bottom: 20px;
    }

    .workflow__title {
        font-size: 28px;
        margin-bottom: 25px;
    }

    .workflow-card {
        padding: 20px;
    }

    .workflow-card__number {
        font-size: 24px;
    }

    .workflow-card__title {
        font-size: 18px;
    }

    .workflow-card__description {
        font-size: 16px;
    }

    /* Стили для блока principle внутри workflow */
    .workflow .principle {
        padding: 30px 0;
    }

    .workflow .principle__container {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 30px;
        padding: 0;
    }

    .workflow .principle__title {
        font-size: 22px;
        line-height: 1.3;
        text-align: left;
        margin: 0;
        max-width: 100%;
    }

    .workflow .principle__title span {
        display: inline;
        margin-right: 4px;
    }

    .workflow .principle__title .line1 {
        margin-bottom: 0;
    }

    .workflow .principle__button {
        width: 80%;
        max-width: 280px;
        height: 48px;
        font-size: 16px;
        padding: 0 24px;
        border-radius: 26px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #000000;
    }

    /*Настройки для блока testimonials*/
    .testimonials {
        padding: 15px 15px 40px;
    }

    .testimonials__title {
        font-size: 28px;
        margin-bottom: 30px;
    }
    
    .testimonial-card {
        padding: 15px;
    }

    .testimonial-card__header {
        padding-left: 75px;
        min-height: 45px;
    }

    .testimonial-card__avatar {
        width: 50px;
        height: 50px;
        min-width: 50px;
        border-radius: 50%;
        overflow: hidden;
        position: absolute;
        left: 25px;
        top: 15px;
    }

    .testimonial-card__name {
        font-size: 15px;
    }

    .testimonial-card__position {
        font-size: 14px;
    }

    .testimonial-card__text {
        font-size: 14px;
        padding-left: 18px;
    }

    .testimonial-card__text:before {
        font-size: 28px;
    }

    .testimonials__nav {
        margin-top: 25px;
        gap: 15px;
    }

    .testimonials__nav-button {
        width: 32px;
        height: 32px;
    }

    .testimonials__nav-button svg {
        width: 20px;
        height: 20px;
    }

    .testimonials__dots {
        gap: 8px;
    }
    
    .testimonials__dot {
        width: 6px;
        height: 6px;
    }
    
    .testimonials__dot.active {
        width: 16px;
    }

    /*Настройки для модального окна отзывов*/
    .modal {
        padding: 10px;
    }

    .modal-content {
        padding: 25px 15px;
        margin: 15px auto;
        width: calc(100% - 20px);
        border-radius: 12px;
    }

    .modal-avatar {
        width: 50px;
        height: 50px;
    }

    .modal-name {
        font-size: 16px;
    }

    .modal-position {
        font-size: 13px;
    }

    .modal-text {
        font-size: 14px;
        line-height: 1.4;
    }

    /*Настройки для блока social-media*/
    .social-media {
        padding: 30px 15px;
    }
    
    .social-media__title {
        font-size: 28px;
        margin-bottom: 20px;
    }
    
    .social-media__content {
        gap: 20px;
        margin-bottom: 30px;
    }
    
    .social-media__text-left p,
    .social-media__text-right p {
        font-size: 16px;
        line-height: 1.2;
    }
    
    .social-media__cards {
        flex-direction: column;
        gap: 12px;
        margin-top: 30px;
    }
    
    .social-card {
        width: 100%;
        padding: 15px 20px 20px;
        min-height: 150px;
        height: 160px;
    }
    
    .social-card__title {
        font-size: 28px;
        margin-bottom: 10px;
    }
    
    .social-card::after {
        width: 60px;
        height: 60px;
        bottom: 10px;
        right: 10px;
    }

    .social-card:hover {
        transform: none;
        box-shadow: none;
    }

    /*Настройки для блока Блог компании*/
    .blog {
        padding: 40px 15px 40px;
    }
    
    .blog__title {
        font-size: 28px;
        margin-bottom: 30px;
    }

    .blog__content {
        gap: 30px;
    }
    
    .blog__image img {
        height: auto;
        border-radius: 25px;
        width: 100%;
        max-height: 220px;
        object-fit: cover;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    }
    
    .blog__heading {
        font-size: 18px;
        margin-bottom: 15px;
        line-height: 1.2;
    }
    
    .blog__description {
        font-size: 16px;
        margin-bottom: 30px;
    }
    
    .blog__link {
        padding: 13px 16px;
        font-size: 16px;
    }

    .blog__description br {
        display: none;
    }

    /*Настройки для блока Новости компании*/
    .company-news {
        padding: 30px 15px;
    }
    
    .company-news__title {
        font-size: 28px;
        margin-bottom: 25px;
    }
    
    .company-news__grid {
        gap: 20px;
        margin-bottom: 25px;
    }
    
    .news-card {
        min-height: 200px;
    }
    
    .news-card__content {
        padding: 15px;
    }
    
    .news-card__meta {
        gap: 10px;
        margin-bottom: 10px;
    }
    
    .news-card__date {
        font-size: 12px;
    }
    
    .news-card__category {
        font-size: 10px;
        padding: 3px 8px;
    }
    
    .news-card__title {
        font-size: 15px;
        margin-bottom: 10px;
        line-height: 1.4;
    }
    
    .news-card__description {
        font-size: 13px;
        margin-bottom: 12px;
    }
    
    .news-card__link {
        font-size: 13px;
    }
    
    .company-news__more-button {
        font-size: 14px;
        padding: 10px 25px;
        width: 100%;
        text-align: center;
    }

    /*Настройки для блока FAQ*/
    .faq {
        padding: 0px 15px 30px;
    }
    
    .faq__title {
        font-size: 28px;
        margin-top: 0;
        margin-bottom: 30px;
    }
    
    .faq__question {
        padding: 14px 0;
    }
    
    .faq__question span {
        font-size: 16px;
        padding-right: 25px;
        line-height: 1.4;
    }
    
    .faq__icon {
        width: 18px;
        height: 18px;
    }
    
    .faq__icon::before {
        width: 10px;
    }
    
    .faq__icon::after {
        height: 10px;
    }
    
    .faq__answer p {
        font-size: 14px;
        line-height: 1.5;
    }
    
    .faq__item.active .faq__answer {
        padding: 0 0 16px;
    }

    /*Настройки для блока contact-form*/
    .contact-form {
        padding: 30px 15px;
    }

    .contact-form__container {
        padding: 0;
    }

    .contact-form__left {
        padding: 20px;
        border-radius: 20px;
    }

    .contact-form__title {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .form-group {
        margin-bottom: 20px;
    }

    .form-input {
        font-size: 14px;
        height: 40px;
    }

    .checkbox-text {
        font-size: 12px;
    }

    /*Настройки для блока cookie-popup*/
    .cookie-popup__container {
        padding: 12px;
    }
    
    .cookie-popup__content {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
        padding: 16px;
        border-radius: 10px;
    }
    
    .cookie-popup__text {
        text-align: center;
    }
    
    .cookie-popup__title {
        font-size: 16px;
        margin-bottom: 8px;
        line-height: 1.3;
    }
    
    .cookie-popup__description {
        font-size: 12px;
        line-height: 1.4;
    }
    
    .cookie-popup__actions {
        flex-direction: column;
        width: 100%;
        gap: 8px;
    }
    
    .cookie-popup__button {
        width: 100%;
        padding: 12px 16px;
        font-size: 16px;
        border-radius: 6px;
    }

   
}

/* Индивидуальные высоты плашек на узких экранах (≤430px) */
@media (max-width: 430px) {
    .our-products__grid .product-card[data-heading="ПРИЛОЖЕНИЕ И САЙТ НА FLUTTER"] { height: 260px !important; min-height: 260px !important; }
    .our-products__grid .product-card[data-heading="AI-РЕКРУТЕР"] { height: 240px !important; min-height: 240px !important; }
    .our-products__grid .product-card[data-heading="AI-САЙТ"] { height: 240px !important; min-height: 240px !important; }
    .our-products__grid .product-card[data-heading="AI-АССИСТЕНТ"] { height: 260px !important; min-height: 260px !important; }
    .our-products__grid .product-card[data-heading="ОБРАБОТКА ОТЗЫВОВ НА МАРКЕТПЛЕЙСАХ"] { height: 240px !important; min-height: 240px !important; }
}

/* Мобильно: меняем фон у плашки "Обработка отзывов" на 680banner */
@media (max-width: 430px) {
    .our-products__grid .product-card--wide.product-card--black[data-heading="ОБРАБОТКА ОТЗЫВОВ НА МАРКЕТПЛЕЙСАХ"] {
        background-image: url('../images/680banner.webp') !important;
        background-position: right bottom !important;
        background-repeat: no-repeat !important;
        background-size: contain !important;
    }
}

@media (max-width: 430px) {
    /* Приложение и сайт на Flutter: увеличить фон и прижать вниз */
    .our-products__grid .product-card--black[data-heading="ПРИЛОЖЕНИЕ И САЙТ НА FLUTTER"] {
        background-size: auto 120% !important;
        background-position: right bottom !important;
    }
}

/* Индивидуальная длина текста подзаголовка (≤430px) */
@media (max-width: 430px) {
    .our-products__grid .product-card--wide.product-card--black[data-heading="ПРИЛОЖЕНИЕ И САЙТ НА FLUTTER"] .product-card__description { max-width: 260px !important; }
    .our-products__grid .product-card[data-heading="AI-РЕКРУТЕР"] .product-card__description { max-width: 300px !important; }
    .our-products__grid .product-card[data-heading="AI-САЙТ"] .product-card__description { max-width: 240px !important; }
    .our-products__grid .product-card[data-heading="AI-АССИСТЕНТ"] .product-card__description { max-width: 260px !important; }
    .our-products__grid .product-card--wide.product-card--black[data-heading="ОБРАБОТКА ОТЗЫВОВ НА МАРКЕТПЛЕЙСАХ"] .product-card__description { max-width: 280px !important; }
}

/* Уменьшаем фон у плашки Flutter также для ≤430px */
@media (max-width: 430px) {
    .our-products__grid .product-card--black[data-heading="ПРИЛОЖЕНИЕ И САЙТ НА FLUTTER"] {
        background-size: auto 65% !important;
        background-position: calc(100% + 40px) bottom !important;
    }
}

/* Единая высота для всех маленьких плашек на узких экранах */
@media (max-width: 430px) {
    .our-products__grid .product-card:not(.product-card--wide) {
        height: 250px !important;
        min-height: 250px !important;
    }
}

/* От 1020px до 430px: заменить фон у плашки отзывов на 680banner и прижать вниз справа */
@media (max-width: 1080px) and (min-width: 431px) {
    .our-products__grid .product-card--wide.product-card--black[data-heading="ОБРАБОТКА ОТЗЫВОВ НА МАРКЕТПЛЕЙСАХ"] {
        background-image: url('../images/680banner.webp') !important;
        background-position: right bottom !important;
        background-repeat: no-repeat !important;
        background-size: contain !important;
    }
}

/* 1020px–860px: увеличить изображение на 50% относительно высоты контейнера */
@media (max-width: 1080px) and (min-width: 861px) {
    .our-products__grid .product-card--wide.product-card--black[data-heading="ОБРАБОТКА ОТЗЫВОВ НА МАРКЕТПЛЕЙСАХ"] {
        background-size: auto 150% !important;
        background-position: right bottom !important;
    }
}

/* 810px–431px: уменьшить фон у плашки Flutter на 50% и прижать вниз справа */
@media (max-width: 810px) and (min-width: 431px) {
    .our-products__grid .product-card--black[data-heading="ПРИЛОЖЕНИЕ И САЙТ НА FLUTTER"] {
        background-size: auto 80% !important;
        background-position: right bottom !important;
    }
}

/* ≤770px: ещё уменьшить фон до 60% и оставить снизу справа */
@media (max-width: 770px) and (min-width: 431px) {
    .our-products__grid .product-card--black[data-heading="ПРИЛОЖЕНИЕ И САЙТ НА FLUTTER"] {
        background-size: auto 60% !important;
        background-position: right bottom !important;
    }
}

/* ≤750px: длина текста подзаголовков маленьких плашек 320px */
@media (max-width: 750px) {
    .our-products__grid .product-card:not(.product-card--wide) .product-card__description {
        max-width: 320px !important;
    }
}

/* 579px–481px: выравниваем фон маленьких плашек по нижней границе */
@media (max-width: 579px) and (min-width: 481px) {
    .our-products__grid .product-card:not(.product-card--wide) {
        background-position: right bottom !important;
    }
}

/* ≤500px: длина подзаголовочного текста 280px во всех плашках */
@media (max-width: 500px) {
    .our-products__grid .product-card:not(.product-card--wide) .product-card__content {
        max-width: 280px !important;
    }
    .our-products__grid .product-card .product-card__description {
        max-width: 280px !important;
    }
}

/* ≤440px: для AI-ПОИСК сузить до 260px */
@media (max-width: 440px) {
    .our-products__grid .product-card[data-heading="AI-ПОИСК"] .product-card__content { max-width: 260px !important; }
    .our-products__grid .product-card[data-heading="AI-ПОИСК"] .product-card__description { max-width: 260px !important; }
}

/* ≤488px: для AI-ПОИСК уменьшить до 240px (перебивает ≤500/≤440) */
@media (max-width: 488px) {
    .our-products__grid .product-card[data-heading="AI-ПОИСК"] .product-card__content { max-width: 240px !important; }
    .our-products__grid .product-card[data-heading="AI-ПОИСК"] .product-card__description { max-width: 240px !important; }
}

/* ≤430px: сдвиг изображения у плашки AI-САЙТ на 30px вправо, прижатие к низу */
@media (max-width: 430px) {
    .our-products__grid .product-card--orange[data-heading="AI-САЙТ"] {
        background-position: calc(100% + 90px) bottom !important;
    }
}

/* ≤436px: сдвиг изображения у плашки AI-САЙТ на 30px вправо */
@media (max-width: 436px) {
    .our-products__grid .product-card--orange[data-heading="AI-САЙТ"] {
        background-position: calc(100% + 90px) bottom !important;
    }
}


/* Стили для ультра-малых экранов */
@media (max-width: 360px) {
    .cookie-popup__container {
        padding: 10px;
    }
    
    .cookie-popup__content {
        gap: 10px;
        padding: 14px;
        border-radius: 8px;
    }
    
    .cookie-popup__title {
        font-size: 15px;
        margin-bottom: 6px;
        line-height: 1.2;
    }
    
    .cookie-popup__description {
        font-size: 11px;
        line-height: 1.3;
    }
    
    .cookie-popup__actions {
        gap: 6px;
    }
    
    .cookie-popup__button {
        padding: 10px 14px;
        font-size: 16px;
        border-radius: 5px;
    }
}

@media (max-width: 479px) {
    .achievements-banner {
        padding: 10px 0; /* Минимальные отступы чтобы поднять к первому блоку */
    }
    
    .achievements-banner__container {
        padding: 0px 0px 0px 20px; /* Заполняем всю ширину */
        gap: 0px;
        justify-content: flex-start;
        max-width: 100%;
        width: 100%;
    }
    
    .achievements-banner__content {
        margin-right: 0px;
        min-width: 100%;
        padding-left: 0;
        padding-right: 20px;
        width: 100%;
    }
    
    .achievements-banner__title {
        text-align: left; /* Выравнивание по левой границе */
        line-height: 0.95; /* Плотная упаковка */
        font-size: 40px; /* Увеличиваем размер, обычная толщина */
        letter-spacing: -0.02em;
        width: 100%;
    }
    
    /* Скрываем изображение */
    .achievements-banner__visual {
        display: none;
    }
    
    .rr-logo-3d {
        display: none;
    }
}

@media (max-width: 460px) {
    .achievements-banner__title {
        font-size: 35px; /* Увеличиваем размер, убираем жирность */
        text-align: left;
        line-height: 0.95;
        letter-spacing: -0.02em;
    }
}

@media (max-width: 420px) {
    .achievements-banner__title {
        font-size: 31px; /* Увеличиваем размер, убираем жирность */
        text-align: left;
        line-height: 0.95;
        letter-spacing: -0.02em;
    }
}

@media (max-width: 380px) {
    .achievements-banner__title {
        font-size: 31px; /* Увеличиваем размер, убираем жирность */
        text-align: left;
        line-height: 0.95;
        letter-spacing: -0.02em;
    }
}

/* Медиа запросы для блока наград */
@media (max-width: 375px) {
    /* Основные правила для всех карточек */
    .award-card__content {
        display: flex !important;
        flex-direction: column !important;
    }
    
    /* Правила для всех карточек с контейнерами main-content и bottom */
    .award-card__main-content {
        display: flex !important;
        flex-direction: column !important;
        order: 2 !important; /* Основной контент во второй позиции */
    }
    
    .award-card__bottom {
        order: 1 !important; /* "Рейтинг Рунета" на первое место */
        margin-top: 0 !important;
        margin-bottom: 8px !important;
    }
    
    /* Внутри main-content: сначала место, потом описание */
    .award-card__main-content .award-card__year--first-place {
        order: 1 !important; /* "1 место" первым в основном блоке */
        font-size: 16px !important;
        color: #000 !important;
        margin-bottom: 4px !important;
    }
    
    .award-card__main-content .award-card__provider {
        order: 2 !important; /* Описание вторым в основном блоке */
        font-size: 14px !important;
        color: #333 !important;
        line-height: 1.3 !important;
    }
    
    /* Единообразное оформление текста "Рейтинг Рунета" */
    .award-card__bottom .award-card__year {
        font-size: 12px !important;
        color: #999 !important;
        margin: 0 !important;
        text-transform: uppercase !important;
        letter-spacing: 0.5px !important;
    }
}

@media (max-width: 360px) {
    .achievements-banner {
        padding: 10px 0; /* Минимальные отступы */
    }
    
    .achievements-banner__container {
        padding: 0px 0px 10px 20px; /* Убираем верхний отступ, минимальный нижний */
        gap: 0px;
        justify-content: flex-start;
        max-width: 100%;
        width: 100%;
    }
    
    .achievements-banner__content {
        margin-right: 0px;
        min-width: 100%;
        padding-left: 0;
        padding-right: 20px;
        width: 100%;
    }
    
    .achievements-banner__title {
        font-size: 29px; /* Равномерно увеличиваем размер */
        text-align: left;
        line-height: 0.95;
        letter-spacing: -0.02em;
        width: 100%;
    }
    
    .achievements-banner__visual {
        display: none; /* Скрываем изображение */
    }
    
    .rr-logo-3d {
        display: none;
    }

    /* Настройки для блока наград */
    .awards {
        padding: 25px 0;
    }
    
    .awards__header {
        padding: 0 10px;
        margin-bottom: 20px;
    }
    
    .awards__subtitle {
        font-size: 14px;
    }
    
    .awards__title {
        font-size: 22px;
    }
    
    .awards__carousel-container {
        margin: 0;
        padding: 0 10px;
        overflow: visible;
    }
    
    .awards__carousel-track {
        gap: 15px;
        animation-duration: 80s;
    }
    
    .award-card {
        flex: 0 0 280px;
        min-width: 280px;
        max-width: 280px;
        height: 140px;
        padding: 10px;
        gap: 6px;
        display: flex;
        align-items: stretch; /* Растягиваем содержимое на всю высоту */
    }
    
    .award-card__image-container {
        width: 100px;
        height: 100px;
        display: flex;
        align-items: center; /* Выравниваем изображения по центру */
        justify-content: center;
    }
    
    .award-card__image {
        width: 100px;
        height: auto;
        max-height: 100px;
        object-fit: contain;
    }
    
    .award-card__main-content {
        gap: 5px;
        display: flex;
        flex-direction: column;
    }
    
    .award-card__year {
        font-size: 12px;
    }
    
    .award-card__provider {
        font-size: 11px;
        line-height: 1.2;
        line-clamp: 3; /* современное свойство */
        -webkit-line-clamp: 3; /* fallback для старых WebKit браузеров */
    }
    
    .award-card__bottom .award-card__year {
        font-size: 10px;
        margin-top: -5px;
    }

    .cases__button {
        width: 55%;
    }

    /*Настройки для блока social-media*/
    .social-card {
        height: 140px;
        padding: 12px 15px 15px;
    }

    .social-card__title {
        font-size: 24px;
    }

    .social-media__text-left p,
    .social-media__text-right p {
        font-size: 16px;
    }

    .social-media__container {
        padding: 0;
    }

    .faq__container {
        padding: 0 12px;
    }

    .form-input::placeholder {
        font-size: 16px;
    }

    .checkbox-container {
        gap: 2px
    }
    
    /*Настройки для футера главной страницы*/
    .footer__documents a {
        font-size: 16px;
    }
}

@media (max-width: 340px) {
    .achievements-banner__title {
        font-size: 27px; /* Равномерно увеличиваем */
        text-align: left;
        line-height: 0.95;
        letter-spacing: -0.02em;
    }
}

@media (max-width: 320px) {
    .achievements-banner__title {
        font-size: 25px; /* Равномерно увеличиваем */
        text-align: left;
        line-height: 0.95;
        letter-spacing: -0.02em;
    }
}

@media (max-width: 300px) {
    .achievements-banner__title {
        font-size: 23px; /* Равномерно увеличиваем */
        text-align: left;
        line-height: 0.95;
        letter-spacing: -0.02em;
    }
}

@media (max-width: 280px) {
    .achievements-banner__title {
        font-size: 21px; /* Равномерно увеличиваем */
        text-align: left;
        line-height: 0.95;
        letter-spacing: -0.02em;
    }
}

/* ========================================
   СТИЛИ БЛОКА ДОСТИЖЕНИЙ 119
   Перенесено из main.html
   ======================================== */

/* Стили для первого нового блока */
.new-section {
    padding: 60px 0;
    background-color: #ffffff;
    margin: 0;
}

.new-section__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Стили для блока с достижениями 119 */
.achievements-119 {
    padding: 135px 0 0 0;
    background-color: #ffffff;
    margin: 0;
}

/* Стили для заглушки достижений */
.achievements-119__placeholder {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
    min-height: 400px;
}

.achievements-119__placeholder-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
    width: 100%;
}

.achievements-119__placeholder-left {
    flex: 0 0 auto;
    padding-left: 40px;
}

.achievements-119__placeholder-number {
    font-size: 240px;
    font-weight: 400;
    color: #e0e0e0;
    line-height: 0.8;
    margin-bottom: 40px;
    font-family: 'Gilroy', Arial, sans-serif;
    animation: pulse 2s infinite;
}

.achievements-119__placeholder-subtitle {
    font-size: 42px;
    font-weight: 500;
    color: #e0e0e0;
    line-height: 1.2;
    font-family: 'Gilroy', Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: -232px;
    margin-bottom: 320px;
    position: relative;
    z-index: 10;
    animation: pulse 2s infinite 0.2s;
}

.achievements-119__placeholder-description {
    font-size: 32px;
    font-weight: 400;
    color: #e0e0e0;
    line-height: 1.3;
    font-family: 'Gilroy', Arial, sans-serif;
    margin-top: 130px;
    animation: pulse 2s infinite 0.4s;
}

.achievements-119__placeholder-right {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.achievements-119__placeholder-diploma {
    width: 176px;
    height: 250px;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    border-radius: 8px;
    animation: shimmer 2s infinite;
}

/* Стили для заглушки бегущей строки наград */
.achievements-119__awards-placeholder {
    padding: 15px 0;
    background: transparent;
    overflow: hidden;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
}

.achievements-119__awards-placeholder-content {
    display: flex;
    gap: 20px;
    padding: 10px 0;
}

.award-placeholder {
    flex: 0 0 200px;
    height: 120px;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    border-radius: 12px;
    animation: shimmer 2s infinite;
}

.award-placeholder:nth-child(2) {
    animation-delay: 0.2s;
}

.award-placeholder:nth-child(3) {
    animation-delay: 0.4s;
}

.award-placeholder:nth-child(4) {
    animation-delay: 0.6s;
}

.award-placeholder:nth-child(5) {
    animation-delay: 0.8s;
}

/* Анимации для заглушек */
@keyframes pulse {
    0%, 100% {
        opacity: 0.7;
    }
    50% {
        opacity: 0.3;
    }
}

@keyframes shimmer {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}

.achievements-119__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

/* Стили для элемента верификации Workspace */
.workspace-verification {
    position: absolute;
    top: 0;
    right: 20px;
    z-index: 100;
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
}

.workspace-verification a {
    display: block;
    text-decoration: none;
    margin: 0;
    padding: 0;
    line-height: 0;
}

.workspace-verification img {
    max-width: 100px;
    height: auto;
    display: block;
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
}

/* Мобильная плашка workspace */
.workspace-verification-mobile {
    display: none;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 100;
}

.workspace-verification-mobile a {
    display: block;
    text-decoration: none;
    margin: 0;
    padding: 0;
    line-height: 0;
}

.workspace-verification-mobile img {
    height: auto;
    display: block;
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
}

.achievements-119__container--full-width {
    max-width: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.achievements-119__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
}

/* Левая часть с цифрой и текстом */
.achievements-119__left {
    flex: 0 0 auto;
    padding-left: 16px;
}

.achievements-119__number {
    font-size: 240px;
    font-weight: 400;
    color: #1A1A1A;
    line-height: 0.8;
    margin-bottom: 40px; /* Увеличенный гармоничный отступ */
    font-family: 'Gilroy', Arial, sans-serif;
}

.achievements-119__subtitle {
    font-size: 42px;
    font-weight: 500;
    color: #333333;
    line-height: 1.2;
    font-family: 'Gilroy', Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: -232px;
    margin-bottom: 320px;
    position: relative;
    z-index: 10;
}

.achievements-119__description {
    font-size: 32px;
    font-weight: 400;
    color: #333333;
    line-height: 1.3;
    font-family: 'Gilroy', Arial, sans-serif;
    margin-top: 130px;
}

.achievements-119__highlight {
    color: #FF6B00;
}

/* Стили для футера блока достижений 119 ПОД бегущей строкой */
.achievements-119__footer {
    padding: 80px 0 80px;
    background: transparent;
}

.achievements-119__footer-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.achievements-119__footer-text {
    font-size: 32px;
    font-weight: 400;
    color: #333333;
    line-height: 1.3;
    font-family: 'Gilroy', Arial, sans-serif;
}

.achievements-119__footer-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 36px;
    height: 52px;
    background: #000000;
    color: #ffffff;
    text-decoration: none;
    border-radius: 26px;
    font-size: 15px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    overflow: hidden;
    box-shadow: none;
    white-space: nowrap;
    min-width: 160px;
    margin: 0;
    font-family: 'Gilroy', Arial, sans-serif;
    font-weight: 500;
}

.achievements-119__footer-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FF6B00;
    opacity: 0;
    border-radius: 26px;
    transition: opacity 0.3s ease;
    z-index: -1;
}

.achievements-119__footer-button:hover {
    transform: scale(1.05);
    background: #FF6B00;
    box-shadow: 0 6px 12px rgba(255, 107, 0, 0.2);
}

/* Правая часть с дипломом и декоративными элементами */
.achievements-119__right {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.achievements-119__visual-group {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateX(-200px);
}

/* Контейнер для SVG и дипломов в мобильных адаптивах */
.achievements-119__awards-container-mobile {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

/* Десктопные стили - контейнер не влияет на расположение */
@media (min-width: 769px) {
    .achievements-119__awards-container-mobile {
        position: static;
        display: block;
        width: auto;
        height: auto;
        padding: 0;
    }
}

/* Стопка дипломов */
.diploma-stack {
    position: relative;
    width: 176px;
    height: auto;
    transform: translateY(-207px) translateX(-240px);
}

.achievements-119__diploma {
    width: 176px;
    height: 250px;
    max-width: 100%;
    object-fit: contain;
    box-shadow: none;
    position: absolute;
    top: 0;
    left: 0;
    backface-visibility: hidden;
}

/* Базовые стили для дипломов */
.diploma-card {
    opacity: 0.8;
    z-index: 1;
    transform-origin: center bottom;
    transition: opacity 0.4s ease, transform 0.4s ease, z-index 0.4s ease;
}

/* Позиции дипломов в стопке - одинаковые углы для плавных переходов */
.diploma-card:nth-child(1) { 
    transform: rotate(-3deg) translateX(-4px) translateY(4px); 
    z-index: 10; 
}
.diploma-card:nth-child(2) { 
    transform: rotate(2deg) translateX(3px) translateY(-2px); 
    z-index: 9; 
}
.diploma-card:nth-child(3) { 
    transform: rotate(2deg) translateX(3px) translateY(-2px); 
    z-index: 8; 
}
.diploma-card:nth-child(4) { 
    transform: rotate(2.5deg) translateX(4px) translateY(-3px); 
    z-index: 7; 
}
.diploma-card:nth-child(5) { 
    transform: rotate(-2deg) translateX(-3px) translateY(3px); 
    z-index: 6; 
}
.diploma-card:nth-child(6) { 
    transform: rotate(1.8deg) translateX(2px) translateY(-1px); 
    z-index: 5; 
}
.diploma-card:nth-child(7) { 
    transform: rotate(-1deg) translateX(-1px) translateY(1px); 
    z-index: 4; 
}
.diploma-card:nth-child(8) { 
    transform: rotate(1deg) translateX(1px) translateY(-1px); 
    z-index: 3; 
}
.diploma-card:nth-child(9) { 
    transform: rotate(-0.5deg) translateX(-0.5px) translateY(0.5px); 
    z-index: 2; 
}
.diploma-card:nth-child(10) { 
    transform: rotate(0.5deg) translateX(0.5px) translateY(-0.5px); 
    z-index: 1; 
}
.diploma-card:nth-child(11) { 
    transform: rotate(-0.3deg) translateX(-0.3px) translateY(0.3px); 
    z-index: 0; 
}

/* Активная карта */
.diploma-card.active {
    opacity: 1 !important;
    z-index: 20 !important;
    transform: rotate(0deg) translateX(0) translateY(-8px) scale(1.02) !important;
    box-shadow: none;
    transition: opacity 0.4s ease, transform 0.4s ease, z-index 0.4s ease;
}

/* Специальный стиль для первого диплома */
.achievements-119__diploma[data-diploma="0"] {
    width: 176px !important;
    height: 250px !important;
    object-fit: contain !important;
}

.achievements-119__dvavmeste {
    position: absolute;
    width: 461px;
    height: auto;
    left: calc(100% - 281px);
    bottom: -260px;
    z-index: 20;
    transform: scale(1.1) translateX(10px);
    margin: 0 !important;
}

/* Подзаголовок над бегущей строкой */
.achievements-119__awards-subtitle {
    font-family: 'Gilroy', Arial, sans-serif;
    text-align: left;
    margin-bottom: 20px;
    margin-top: -50px;
    padding-left: 16px;
    /* Выравнивание по левой стороне заголовка */
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    /* Плавное появление */
    transition: visibility 0.3s ease, opacity 0.3s ease;
    line-height: 1.2;
}

.achievements-119__awards-subtitle-number {
    font-size: 42px;
    color: #333333;
    font-weight: 400;
}

.achievements-119__awards-subtitle-word {
    font-size: 24px;
    color: #333333;
    font-weight: 500;
}

.achievements-119__awards-subtitle-text {
    font-size: 24px;
    color: #333333;
    font-weight: 500;
}

/* Блок с наградами под основным контентом - точная копия стилей основного блока */
.achievements-119__awards-section {
    padding: 15px 0 0px;
    background: transparent;
    margin-bottom: 0px;
    margin-top: -10px;
    position: relative;
    overflow: hidden;
    /* Оптимизация для плавной анимации */
    contain: layout style paint;
    transform: translateZ(0);
    /* Растягиваем на всю ширину экрана */
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    /* Изначально видна */
    visibility: visible;
    opacity: 1;
    /* Плавное появление */
    transition: visibility 0.3s ease, opacity 0.3s ease;
}

.achievements-119__awards-container {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1;
    overflow: visible;
}

.achievements-119__awards-grid {
    display: flex;
    gap: 20px;
    flex-wrap: nowrap;
    overflow: visible;
    width: 12000px;
    padding: 10px 0;
    /* Оптимизация для плавной анимации */
    will-change: transform;
    backface-visibility: hidden;
    transform: translateZ(0);
    /* Стабильная анимация */
    animation: scrollCards 60s linear infinite;
    opacity: 1;
    visibility: visible;
    animation-play-state: running;
}

/* Стабильная анимация прокрутки */
@keyframes scrollCards {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-66.67%);
    }
}

/* Дополнительная стабилизация для браузеров */
.achievements-119__awards-grid * {
    backface-visibility: hidden;
    transform: translateZ(0);
    gap: unset;
}

/* Адаптивные стили */
@media (max-width: 1200px) {
    .achievements-119__visual-group {
        transform: translateX(-120px);
    }
    
    .diploma-stack {
        transform: translateY(-195px) translateX(-160px);
    }
    
    .achievements-119__dvavmeste {
        width: 380px;
        left: calc(100% - 290px);
        bottom: -250px;
        margin: 0 !important;
    }
    
    .achievements-119__awards-subtitle {
        padding-left: 16px;
        font-size: 22px;
    }
    
    .achievements-119__awards-subtitle-number {
        font-size: 40px;
        font-weight: 400;
    }
    
    .achievements-119__awards-subtitle-word {
        font-size: 22px;
        font-weight: 500;
    }
    
    .achievements-119__awards-subtitle-text {
        font-size: 22px;
        font-weight: 500;
    }
}

@media (max-width: 1024px) {
    .workspace-verification {
        right: 15px;
        top: -60px;
        z-index: 100;
    }
    
    .workspace-verification img {
        max-width: 90px;
    }
    
    .achievements-119__content {
        gap: 30px;
    }
    
    .achievements-119__left {
        padding-left: 16px;
    }
    
    .achievements-119__number {
        font-size: 180px;
        margin-bottom: 25px;
    }
    
    .achievements-119__subtitle {
        font-size: 32px;
    }
    
    .achievements-119__description {
        font-size: 26px;
        margin-top: 100px;
    }

    .achievements-119__footer {
        padding: 50px 0 70px;
    }

    .achievements-119__footer-content {
        padding: 0 20px;
        gap: 30px;
    }

    .achievements-119__footer-text {
        font-size: 26px;
    }

    .achievements-119__footer-button {
        padding: 0 32px;
        height: 48px;
        font-size: 16px;
        min-width: 140px;
    }

    .achievements-119__visual-group {
        transform: translateX(-80px);
    }

    .diploma-stack {
        width: 140px;
        transform: translateY(-145px) translateX(-230px);
    }
    
    .achievements-119__diploma {
        width: 140px;
        height: 200px;
    }

    .achievements-119__diploma[data-diploma="0"] {
        width: 140px !important;
        height: 200px !important;
    }

    .achievements-119__dvavmeste {
        width: 320px;
        left: calc(100% - 280px);
        bottom: -115px;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    
    .achievements-119__awards-section {
        padding: 40px 0;
        margin-bottom: 0px;
        margin-top: 0px;
        width: 100vw;
        margin-left: calc(-50vw + 50%);
    }
    
    .achievements-119__awards-subtitle {
        padding-left: 16px;
        margin-top: -50px;
    }
    
    .achievements-119__awards-subtitle-number {
        font-size: 32px;
        font-weight: 400;
    }
    
    .achievements-119__awards-subtitle-word {
        font-size: 26px;
        font-weight: 400;
    }
    
    .achievements-119__awards-subtitle-text {
        font-size: 26px;
        font-weight: 400;
    }
    
    .achievements-119__awards-grid {
        gap: 20px;
        animation-duration: 65s;
    }
}

@media (max-width: 768px) {
    /* Стили для мобильного контейнера наград */
    .achievements-119__awards-container-mobile {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
        height: 200px;
        padding-left: 30px;
    }

    /* Адаптивные стили для заглушек */
    .achievements-119__placeholder {
        flex-direction: column;
        text-align: left;
        gap: 25px;
        padding: 0 20px;
        align-items: flex-start;
        min-height: 300px;
    }
    
    .achievements-119__placeholder-content {
        flex-direction: column;
        text-align: left;
        gap: 25px;
        align-items: flex-start;
    }
    
    .achievements-119__placeholder-left {
        padding-left: 0;
        order: 1;
        width: 100%;
    }
    
    .achievements-119__placeholder-right {
        order: 2;
        width: 100%;
        justify-content: flex-start;
        padding-left: 20px;
    }
    
    .achievements-119__placeholder-number {
        font-size: 120px;
        margin-bottom: 15px;
    }
    
    .achievements-119__placeholder-subtitle {
        font-size: 24px;
        margin-top: -8px;
    }
    
    .achievements-119__placeholder-description {
        font-size: 20px;
        margin-top: 25px;
    }
    
    .achievements-119__placeholder-diploma {
        width: 120px;
        height: 170px;
    }
    
    .achievements-119__awards-placeholder {
        padding: 0;
        width: 100vw;
        margin-left: calc(-50vw + 50%);
    }
    
    .award-placeholder {
        flex: 0 0 150px;
        height: 100px;
    }

    .workspace-verification {
        display: none;
    }

    .workspace-verification-mobile {
        display: block;
        right: 30px;
        bottom: 0;
    }

    .workspace-verification-mobile img {
        max-width: 80px;
        width: 80px;
    }

    
    .workspace-verification img {
        max-width: 80px;
        width: 80px;
        height: auto;
        margin: 0;
        padding: 0;
    }
    
    .achievements-119 {
        padding: 30px 0;
    }
    
    .achievements-119__content {
        flex-direction: column;
        text-align: left;
        gap: 30px;
        padding: 0 30px;
        align-items: flex-start;
    }
    
    .achievements-119__left {
        padding-left: 0;
        order: 1;
        width: 100%;
        position: relative;
    }
    
    .achievements-119__right {
        order: 2;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 10px;
    }
    
    .achievements-119__number {
        font-size: 140px;
        margin-bottom: 20px;
    }
    
    .achievements-119__subtitle {
        font-size: 28px;
        margin-top: -80px;
        margin-bottom: 60px;
    }
    
    .achievements-119__description {
        font-size: 22px;
        margin-top: 30px;
    }

    .achievements-119__footer {
        padding: 15px 0 50px;
    }

    .achievements-119__footer-content {
        flex-direction: column;
        text-align: left;
        gap: 20px;
        padding: 0 20px;
        align-items: flex-start;
    }

    .achievements-119__footer-text {
        font-size: 22px;
        text-align: left;
        width: 100%;
        line-height: 1.4;
        margin-bottom: 0;
        padding-top: 0;
    }

    .achievements-119__footer-button {
        padding: 0 28px;
        height: 48px;
        font-size: 16px;
        min-width: 120px;
        align-self: stretch;
        width: 100%;
        margin-top: 0;
    }

    .achievements-119__visual-group {
        transform: translateX(0);
        display: flex;
        justify-content: flex-start;
        align-items: center;
        position: relative;
        width: 100%;
        height: 200px;
        padding-left: 0;
    }

    .diploma-stack {
        width: 130px;
        transform: translateY(-170px) translateX(0px);
        position: relative;
    }
    
    .achievements-119__diploma {
        width: 130px;
        height: 185px;
    }

    .achievements-119__diploma[data-diploma="0"] {
        width: 130px !important;
        height: 185px !important;
    }

    .achievements-119__dvavmeste {
        width: 200px;
        position: absolute;
        left: 160px;
        top: -83px;
        transform: translateX(0px);
        padding-bottom: 0;
        margin: 0 !important;
    }
    
    .achievements-119__awards-section {
        padding: 0;
        width: 100vw;
        margin-left: calc(-50vw + 50%);
        margin-top: 0px;
    }
    
    .achievements-119__awards-grid {
        gap: 18px;
        animation-duration: 70s;
        padding: 0;
    }
    
    .achievements-119__awards-subtitle {
        padding-left: 30px;
        margin-bottom: 20px;
        margin-top: -50px;
    }
    
    .achievements-119__awards-subtitle-number {
        font-size: 28px;
        font-weight: 400;
    }
    
    .achievements-119__awards-subtitle-word {
        font-size: 22px;
        font-weight: 400;
    }
    
    .achievements-119__awards-subtitle-text {
        font-size: 22px;
        font-weight: 400;
        display: block;
    }
}

@media (max-width: 480px) {
    /* Стили для мобильного контейнера наград */
    .achievements-119__awards-container-mobile {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
        height: 160px;
        padding-left: 20px;
    }

    .workspace-verification {
        display: none;
    }

    .workspace-verification-mobile {
        display: block;
        right: 20px;
        bottom: 0;
    }

    .workspace-verification-mobile img {
        max-width: 70px;
        width: 70px;
    }

    
    .workspace-verification img {
        max-width: 70px;
        width: 70px;
        height: auto;
        margin: 0;
        padding: 0;
    }
    
    .achievements-119 {
        padding: 25px 0;
    }
    
    .achievements-119__content {
        padding: 0 20px;
        gap: 25px;
    }
    
    .achievements-119__left {
        padding-left: 0;
        position: relative;
    }
    
    .achievements-119__number {
        font-size: 110px;
        margin-bottom: 15px;
    }
    
    .achievements-119__subtitle {
        font-size: 22px;
        margin-top: -75px;
        margin-bottom: 60px;
    }
    
    .achievements-119__description {
        font-size: 19px;
        margin-top: 25px;
        line-height: 1.4;
    }

    .achievements-119__footer {
        padding: 10px 0 25px;
    }

    .achievements-119__footer-content {
        flex-direction: column;
        text-align: left;
        gap: 18px;
        padding: 0 15px;
        align-items: flex-start;
    }

    .achievements-119__footer-text {
        font-size: 22px;
        text-align: left;
        width: 100%;
        line-height: 1.4;
        margin-bottom: 0;
        padding-top: 0;
    }

    .achievements-119__footer-button {
        padding: 0 24px;
        height: 48px;
        font-size: 16px;
        min-width: 100px;
        width: 100%;
        margin-top: 0;
    }

    .achievements-119__visual-group {
        height: 160px;
        justify-content: flex-start;
        align-items: center;
        padding-left: 0;
    }

    .diploma-stack {
        width: 110px;
        transform: translateY(-165px) translateX(0px);
    }
    
    .achievements-119__diploma {
        width: 110px;
        height: 156px;
    }

    .achievements-119__diploma[data-diploma="0"] {
        width: 110px !important;
        height: 156px !important;
    }

    .achievements-119__dvavmeste {
        width: 150px;
        position: absolute;
        left: 130px;
        top: -78px;
        transform: translateX(0px);
        padding-bottom: 0;
        margin: 0 !important;
    }
    
    .achievements-119__awards-section {
        padding: 0;
        padding-bottom: 0 !important;
        width: 100vw;
        margin-left: calc(-50vw + 50%);
        margin-top: 0px;
    }
    
    .achievements-119__awards-grid {
        gap: 15px;
        animation-duration: 75s;
        padding-bottom: 0 !important;
        margin-bottom: 0;
    }
    
    .achievements-119__awards-subtitle {
        padding-left: 20px;
        padding-bottom: 0;
        margin-bottom: 15px;
        margin-top: -50px;
    }
    
    .achievements-119__awards-subtitle-number {
        font-size: 28px;
        font-weight: 400;
    }
    
    .achievements-119__awards-subtitle-word {
        font-size: 22px;
        font-weight: 400;
    }
    
    .achievements-119__awards-subtitle-text {
        font-size: 22px;
        font-weight: 400;
        display: block;
    }

    .our-products__title {
        margin-bottom: 10px;
    }
}

/* Дополнительная точка останова для очень маленьких экранов */
@media (max-width: 360px) {
    /* Стили для мобильного контейнера наград */
    .achievements-119__awards-container-mobile {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
        height: 140px;
        padding-left: 15px;
    }

    .workspace-verification {
        display: none;
    }

    .workspace-verification-mobile {
        display: block;
        right: 15px;
        bottom: 0;
    }

    .workspace-verification-mobile img {
        max-width: 60px;
        width: 60px;
    }

    
    .workspace-verification img {
        max-width: 60px;
        width: 60px;
        height: auto;
        margin: 0;
        padding: 0;
    }
    
    .achievements-119__content {
        padding: 0 15px;
        gap: 20px;
    }
    
    .achievements-119__left {
        position: relative;
    }

    .achievements-119__number {
        font-size: 90px;
        margin-bottom: 10px;
    }
    
    .achievements-119__subtitle {
        font-size: 19px;
        margin-top: -70px;
        margin-bottom: 60px;
    }
    
    .achievements-119__description {
        font-size: 17px;
        margin-top: 20px;
    }

    .achievements-119__footer {
        padding: 10px 0 40px;
    }

    .achievements-119__footer-content {
        padding: 0 10px;
        align-items: flex-start;
        gap: 16px;
    }

    .achievements-119__footer-text {
        font-size: 16px;
        text-align: left;
        width: 100%;
        line-height: 1.4;
        margin-bottom: 0;
        padding-top: 0;
    }

    .achievements-119__footer-button {
        height: 40px;
        font-size: 16px;
        margin-top: 0;
    }

    .achievements-119__awards-section {
        padding: 0;
        width: 100vw;
        margin-left: calc(-50vw + 50%);
        margin-top: 0px;
    }

    .achievements-119__visual-group {
        height: 140px;
        justify-content: flex-start;
        align-items: center;
        padding-left: 0;
    }

    .diploma-stack {
        width: 75px;
        transform: translateY(-160px) translateX(0px);
    }
    
    .achievements-119__diploma {
        width: 75px;
        height: 105px;
    }

    .achievements-119__diploma[data-diploma="0"] {
        width: 75px !important;
        height: 105px !important;
    }

    .achievements-119__dvavmeste {
        width: 130px;
        position: absolute;
        left: 110px;
        top: -73px;
        transform: translateX(0px);
        padding-bottom: 0;
        margin: 0 !important;
    }

    .achievements-119__awards-grid {
        padding: 0;
    }
    
    .achievements-119__awards-subtitle {
        padding-left: 15px;
        margin-bottom: 12px;
        margin-top: -50px;
    }
    
    .achievements-119__awards-subtitle-number {
        font-size: 22px;
        font-weight: 400;
    }
    
    .achievements-119__awards-subtitle-word {
        font-size: 18px;
        font-weight: 400;
    }
    
    .achievements-119__awards-subtitle-text {
        font-size: 18px;
        font-weight: 400;
        display: block;
    }
}

/* Дополнительные стили для исправления обрезания и стабильности верстки */
.achievements-119 {
    overflow: visible;
    position: relative;
}

.achievements-119__container {
    overflow: visible;
    position: relative;
}

.achievements-119__content {
    position: relative;
    z-index: 1;
}

.achievements-119__right {
    position: relative;
    z-index: 2;
}

.achievements-119__visual-group {
    position: relative;
    z-index: 3;
}

/* Обеспечиваем полноэкранную ширину для бегущей строки */
.content-wrapper {
    overflow: visible;
}

main {
    overflow: visible;
}

/* Исправление возможных проблем с flex на мобильных */
@media (max-width: 768px) {
    .achievements-119__content {
        min-height: auto;
        flex-shrink: 0;
    }
    
    .achievements-119__left,
    .achievements-119__right {
        flex-shrink: 0;
        min-width: 0;
    }
}

/* Направляющая линия для выравнивания (временная для разработки) */
.alignment-guides {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 9999;
}

.guide-line {
    position: absolute;
    width: 2px;
    height: 100%;
    background-color: rgba(255, 0, 0, 0.7);
    top: 0;
}

.guide-line--container-left {
    left: calc(50% - 600px + 150px); /* Позиция по розовой пунктирной линии */
}

@media (max-width: 1024px) {
    .guide-line--container-left {
        left: calc(50% - 500px + 150px);
    }
}

@media (max-width: 768px) {
    .guide-line--container-left {
        left: 150px;
    }
}

/* Горизонтальные направляющие */
.guide-line--horizontal {
    width: 100%;
    height: 2px;
    background-color: rgba(0, 255, 0, 0.5);
    left: 0;
}

.guide-line--hero-baseline {
    top: 70vh; /* Примерная позиция базовой линии херо блока */
}

/* Адаптивные стили для бегущей строки наград */
@media (max-width: 768px) {
    .achievements-119__awards-container {
        margin-top: -30px;
    }
    
    .achievements-119 {
        margin-bottom: 60px;
    }
    
    .achievements-119__awards-section {
        padding: 20px 0;
    }
    
    .achievements-119__awards-grid {
        padding: 15px 0;
    }
}

@media (max-width: 480px) {
    .achievements-119__awards-container {
        margin-top: -30px;
    }
    
    .achievements-119 {
        margin-bottom: 60px;
    }
    
    .achievements-119__awards-section {
        padding: 25px 0;
    }
    
    .achievements-119__awards-grid {
        padding: 20px 0;
    }
}

@media (max-width: 360px) {
    .achievements-119__awards-container {
        margin-top: -30px;
    }
    
    .achievements-119 {
        margin-bottom: 60px;
    }
    
    .achievements-119__awards-section {
        padding: 30px 0;
    }
    
    .achievements-119__awards-grid {
        padding: 25px 0;
    }
}

.guide-line--achievements-baseline {
    top: calc(100vh + 80px); /* Позиция блока достижений */
}

@media (max-width: 1024px) {
    .guide-line--hero-text {
        left: calc(50% - 500px + 20px);
    }
    
    .guide-line--achievements-text {
        left: calc(50% - 500px + 20px + 30px);
    }
}

@media (max-width: 768px) {
    .guide-line--hero-text {
        left: 20px;
    }
    
    .guide-line--achievements-text {
        left: 40px;
    }
}

/* Стили для попапа с достижениями */
.achievements-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    display: none;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.achievements-popup.show {
    display: flex;
    opacity: 1;
    visibility: visible;
}

.achievements-popup__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    cursor: pointer;
}

.achievements-popup__content {
    position: relative;
    background: #ffffff;
    border-radius: 16px;
    max-width: 800px;
    width: 90%;
    max-height: 85vh;
    display: flex;
    flex-direction: column;
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.2);
    transform: scale(0.9);
    transition: transform 0.3s ease;
}

.achievements-popup.show .achievements-popup__content {
    transform: scale(1);
}

.achievements-popup__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 32px 40px 24px;
    border-bottom: 1px solid #e5e5e5;
}

.achievements-popup__title {
    font-size: 28px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0;
    font-family: 'Gilroy', Arial, sans-serif;
}

.achievements-popup__close {
    background: none;
    border: none;
    font-size: 32px;
    color: #666;
    cursor: pointer;
    padding: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.2s ease;
}

.achievements-popup__close:hover {
    background: #f5f5f5;
    color: #1a1a1a;
}

.achievements-popup__body {
    padding: 24px 40px 40px;
    overflow-y: auto;
    flex: 1;
}

.achievements-popup__year-section {
    display: flex;
    gap: 48px;
    margin-bottom: 48px;
    align-items: flex-start;
}

.achievements-popup__year-section:last-child {
    margin-bottom: 0;
}

.achievements-popup__year {
    font-size: 36px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0;
    font-family: 'Gilroy', Arial, sans-serif;
    flex: 0 0 auto;
    min-width: 100px;
    text-align: center;
    padding: 0;
}

.achievements-popup__awards {
    display: flex;
    flex-direction: column;
    gap: 0;
    flex: 1;
}

.achievements-popup__award {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 20px 24px;
    border-bottom: 1px solid #f0f0f0;
    transition: background-color 0.2s ease;
}

.achievements-popup__award:hover {
    background-color: #f8f9fa;
}

.achievements-popup__award:last-child {
    border-bottom: none;
}

.achievements-popup__award-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 4px;
}

.achievements-popup__place {
    font-size: 18px;
    font-weight: 700;
    color: #2c3e50;
    font-family: 'Gilroy', Arial, sans-serif;
    white-space: nowrap;
}

.achievements-popup__source {
    font-size: 16px;
    font-weight: 500;
    color: #666;
    font-family: 'Gilroy', Arial, sans-serif;
    text-align: right;
    flex-shrink: 0;
}

.achievements-popup__category {
    font-size: 16px;
    font-weight: 500;
    color: #2c3e50;
    line-height: 1.5;
    font-family: 'Gilroy', Arial, sans-serif;
    margin-left: 0;
    padding-left: 0;
}

/* Адаптивные стили для попапа */
@media (max-width: 768px) {
    .achievements-popup__content {
        width: 95%;
        max-height: 90vh;
        border-radius: 12px;
    }

    .achievements-popup__header {
        padding: 24px 24px 20px;
    }

    .achievements-popup__title {
        font-size: 24px;
    }

    .achievements-popup__close {
        font-size: 28px;
        width: 36px;
        height: 36px;
    }

    .achievements-popup__body {
        padding: 20px 24px 32px;
    }

    .achievements-popup__year-section {
        flex-direction: column;
        gap: 24px;
        margin-bottom: 32px;
    }

    .achievements-popup__year {
        font-size: 28px;
        min-width: auto;
        text-align: left;
        padding: 0;
    }

    .achievements-popup__award {
        padding: 16px 20px;
    }

    .achievements-popup__award-top {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        margin-bottom: 8px;
    }

    .achievements-popup__source {
        text-align: left;
        font-size: 16px;
    }

    .achievements-popup__place {
        font-size: 18px;
    }

    .achievements-popup__category {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .achievements-popup__content {
        width: 98%;
        max-height: 95vh;
        border-radius: 8px;
    }

    .achievements-popup__header {
        padding: 20px 20px 16px;
    }

    .achievements-popup__title {
        font-size: 20px;
    }

    .achievements-popup__body {
        padding: 16px 20px 24px;
    }

    .achievements-popup__year-section {
        gap: 20px;
        margin-bottom: 28px;
    }

    .achievements-popup__year {
        font-size: 24px;
    }

    .achievements-popup__award {
        padding: 14px 16px;
    }

    .achievements-popup__place {
        font-size: 16px;
    }

    .achievements-popup__source {
        font-size: 14px;
    }

    .achievements-popup__category {
        font-size: 16px;
    }
}

/* Стили для модального окна дипломов */
.diploma-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.diploma-modal.show {
    opacity: 1;
    visibility: visible;
}

.diploma-modal__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    cursor: pointer;
}

.diploma-modal__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 90vw;
    max-height: 90vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.diploma-modal__close {
    position: absolute;
    top: -50px;
    right: -50px;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.9);
    border: none;
    border-radius: 50%;
    color: #333;
    font-size: 24px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 10001;
}

.diploma-modal__close:hover {
    background: white;
    transform: scale(1.1);
}

.diploma-modal__image-container {
    position: relative;
    max-width: 100%;
    max-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.diploma-modal__image {
    max-width: 70vw;
    max-height: 70vh;
    width: auto;
    height: auto;
    object-fit: contain;
    box-shadow: none;
}

.diploma-modal__navigation {
    position: absolute;
    top: 50%;
    left: -80px;
    right: -80px;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    padding: 0;
}

.diploma-modal__nav-button {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.9);
    border: none;
    border-radius: 50%;
    color: #333;
    font-size: 28px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    pointer-events: auto;
    font-weight: bold;
}

.diploma-modal__nav-button:hover {
    background: white;
    transform: scale(1.1);
}

.diploma-modal__nav-button:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.diploma-modal__nav-button:disabled:hover {
    transform: none;
}

/* Стили для кликабельных дипломов */
.diploma-clickable {
    cursor: pointer;
    transition: transform 0.2s ease;
}

.diploma-clickable:hover {
    /* Убираем зум эффект при hover */
    transform: none;
}

/* Адаптивные стили для модального окна дипломов */
@media (max-width: 768px) {
    .diploma-modal__content {
        max-width: 95vw;
        max-height: 85vh;
    }

    .diploma-modal__close {
        top: -40px;
        right: -20px;
        width: 36px;
        height: 36px;
        font-size: 20px;
    }

    .diploma-modal__image {
        max-width: 85vw;
        max-height: 65vh;
    }

    .diploma-modal__navigation {
        left: 10px;
        right: 10px;
        padding: 0;
    }

    .diploma-modal__nav-button {
        width: 44px;
        height: 44px;
        font-size: 24px;
    }
}

@media (max-width: 480px) {
    .diploma-modal__content {
        max-width: 98vw;
        max-height: 90vh;
    }

    .diploma-modal__close {
        top: -35px;
        right: -10px;
        width: 32px;
        height: 32px;
        font-size: 18px;
    }

    .diploma-modal__image {
        max-width: 90vw;
        max-height: 60vh;
    }

    .diploma-modal__navigation {
        left: 5px;
        right: 5px;
        padding: 0;
    }

    .diploma-modal__nav-button {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }
}

@media (max-width: 360px) {
    .diploma-modal__navigation {
        left: 2px;
        right: 2px;
        padding: 0;
    }

    .diploma-modal__nav-button {
        width: 36px;
        height: 36px;
        font-size: 18px;
    }
}

/* Новый блок баннера */
.new-block {
    padding: 80px 0;
    background: #ffffff;
    color: #000000;
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
    min-height: 200px;
}

.new-block__container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.new-block__title {
    font-size: 44px;
    color: #000000;
    margin-bottom: 60px;
    text-transform: uppercase;
    text-align: left;
}

.new-block__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.new-block__image {
    position: relative;
    max-width: 100%;
    height: auto;
}

.new-block__image img {
    max-width: 100%;
    height: auto;
    display: block;
    width: 100%;
}

.new-block__overlay-text {
    position: absolute;
    top: 60px;
    left: 60px;
    z-index: 10;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.new-block__main-heading {
    font-size: 42px !important;
    font-weight: 500 !important;
    line-height: 1.2 !important;
    margin-bottom: 0 !important;
    text-transform: uppercase !important;
    margin-top: 0 !important;
}

.new-block__sub-text {
    font-size: 22px !important;
    font-weight: 400 !important;
    line-height: 1.4 !important;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    opacity: 0.9 !important;
    color: #ffffff !important;
}

.new-block__cta-button {
    position: relative !important;
    background: #FF6B00 !important;
    color: #ffffff !important;
    border: none !important;
    padding: 0 30px !important;
    height: 48px !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    border-radius: 26px !important;
    cursor: pointer !important;
    transition: background-color 0.3s ease !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-decoration: none !important;
    width: 220px !important;
    z-index: 10 !important;
}

.new-block__cta-button:hover {
    background: #e55a00;
}

.new-block__partner-info {
    position: absolute;
    bottom: 30px;
    left: 60px;
    display: flex;
    align-items: center;
    gap: 15px;
    z-index: 10;
}

.new-block__partner-logo {
    width: 179.16px !important;
    height: 37.22px !important;
    filter: brightness(0) invert(1);
}

.new-block__partner-divider {
    width: 1px;
    height: 20px;
    background-color: #ffffff;
    opacity: 0.7;
}

.new-block__partner-text {
    color: #ffffff !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    opacity: 0.9 !important;
}

/* Медиа-запросы для адаптивности */
@media (max-width: 1200px) {
    .new-block__container {
        max-width: 100%;
        padding: 0 0px;
    }
    
    .new-block__overlay-text {
        top: 40px;
        left: 40px;
    }
    
    .new-block__partner-info {
        bottom: 20px;
        left: 40px;
    }
}

@media (max-width: 1085px) {
    .new-block__container {
        padding: 0 15px;
    }
    
    .new-block__main-heading {
        font-size: 26px !important;
    }
    
    .new-block__sub-text {
        font-size: 18px !important;
    }
    
    .new-block__overlay-text {
        top: 30px;
        left: 30px;
        gap: 15px;
    }
    
    .new-block__cta-button {
        width: 280px !important;
        height: 50px !important;
        font-size: 14px !important;
        padding: 0 25px !important;
    }
    
    .new-block__partner-info {
        bottom: 15px;
        left: 30px;
    }
    
    .new-block__partner-logo {
        width: 140px !important;
        height: 30px !important;
    }
    
    .new-block__partner-text {
        font-size: 16px !important;
    }
}

@media (max-width: 800px) {
    .new-block__cta-button {
        width: 180px !important;
        height: 36px !important;
        font-size: 12px !important;
    }
}

@media (max-width: 768px) {
    .new-block {
        padding: 40px 20px;
    }
    
    .new-block__main-heading {
        font-size: 22px !important;
    }
    
    .new-block__sub-text {
        font-size: 16px !important;
        margin-top: 0px !important;
    }
    
    .new-block__overlay-text {
        top: 30px;
        left: 30px;
        gap: 15px;
    }
    
    .new-block__cta-button {
        width: 180px !important;
        height: 36px !important;
        font-size: 12px !important;
    }
    
    .new-block__partner-info {
        bottom: 15px;
        left: 30px;
        gap: 10px;
    }
    
    .new-block__partner-logo {
        width: 120px !important;
        height: 25px !important;
    }
    
    .new-block__partner-text {
        font-size: 16px !important;
    }
}

@media (max-width: 480px) {
    .new-block {
        padding: 30px 15px 60px 15px;
    }
    
    .new-block__main-heading {
        font-size: 18px !important;
    }
    
    .new-block__sub-text {
        font-size: 14px !important;
        margin-top: 0px !important;
    }
    
    .new-block__overlay-text {
        top: 20px;
        left: 20px;
        gap: 12px;
    }
    
    .new-block__cta-button {
        width: 200px !important;
        height: 34px !important;
        font-size: 12px !important;
        padding: 0 20px !important;
        position: relative !important;
        top: auto !important;
        left: auto !important;
        z-index: 10 !important;
        white-space: nowrap !important;
        margin-top: 0 !important;
    }
    
    .new-block__partner-info {
        bottom: 10px;
        left: 20px;
        gap: 8px;
    }
    
    .new-block__partner-logo {
        width: 100px !important;
        height: 20px !important;
    }
    
    .new-block__partner-text {
        font-size: 14px !important;
    }
    
    .new-block__partner-divider {
        height: 16px;
    }
}

@media (max-width: 734px) {
    .new-block__main-heading {
        font-size: 22px !important;
    }
}

@media (max-width: 736px) {
    .new-block__main-heading {
        font-size: 20px !important;
    }
    
    .new-block__sub-text {
        font-size: 16px !important;
    }
    
    .new-block__cta-button {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        margin-top: 0 !important;
    }
}

@media (max-width: 680px) {
    .new-block__main-heading {
        font-size: 18px !important;
    }
    
    .new-block__sub-text {
        font-size: 14px !important;
    }
}

@media (max-width: 610px) {
    .new-block__main-heading {
        font-size: 24px !important;
    }
    
    .new-block__sub-text {
        font-size: 15px !important;
    }
    
    .new-block__cta-button {
        width: 240px !important;
        height: 40px !important;
        font-size: 14px !important;
    }
    
    .new-block__image img {
        border-radius: 20px !important;
    }
    
    .new-block__container {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@media (max-width: 440px) {
    .new-block__main-heading {
        font-size: 18px !important;
    }
    
    .new-block__sub-text {
        font-size: 14px !important;
    }
    
    .new-block__cta-button {
        width: 180px !important;
        height: 36px !important;
        font-size: 12px !important;
    }
}

@media (max-width: 374px) {
    .new-block__main-heading {
        font-size: 16px !important;
    }
    
    .new-block__sub-text {
        font-size: 14px !important;
    }
    
    .new-block__cta-button {
        width: 160px !important;
        height: 32px !important;
        font-size: 11px !important;
        padding: 0 15px !important;
    }
}

@media (max-width: 360px) {
    .new-block__cta-button {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        margin: 0 !important;
        width: 180px !important;
        height: 30px !important;
        font-size: 10px !important;
        padding: 0 14px!important;
        align-self: flex-start !important;
    }
}





@media (max-width: 360px) {
    .new-block {
        padding: 25px 10px 50px 10px;
    }
    
    .new-block__main-heading {
        font-size: 16px !important;
    }
    
    .new-block__sub-text {
        font-size: 11px !important;
        margin-top: 8px !important;
    }
    
    .new-block__overlay-text {
        top: 15px;
        left: 15px;
        gap: 8px;
    }
    
    .new-block__cta-button {
        width: 180px !important;
        height: 30px !important;
        font-size: 10px !important;
        padding: 0 12px !important;
        position: relative !important;
        top: auto !important;
        left: auto !important;
        margin: 0 !important;
        align-self: flex-start !important;
        white-space: nowrap !important;
    }
    
    .new-block__partner-info {
        bottom: 8px;
        left: 15px;
        gap: 6px;
    }
    
    .new-block__partner-logo {
        width: 100px !important;
        height: 20px !important;
    }
    
    .new-block__partner-text {
        font-size: 11px !important;
    }
    
    .new-block__partner-divider {
        height: 12px;
    }
}

@media (max-width: 320px) {
    .new-block {
        padding: 20px 8px 40px 8px;
    }
    
    .new-block__main-heading {
        font-size: 14px !important;
    }
    
    .new-block__sub-text {
        font-size: 10px !important;
        margin-top: 6px !important;
    }
    
    .new-block__overlay-text {
        top: 12px;
        left: 12px;
        gap: 6px;
    }
    
    .new-block__cta-button {
        width: 260px !important;
        height: 32px !important;
        font-size: 10px !important;
        padding: 0 12px !important;
        position: absolute !important;
        top: 140px !important;
        left: 12px !important;
        z-index: 10 !important;
        white-space: nowrap !important;
    }
    
    .new-block__partner-info {
        bottom: 6px;
        left: 12px;
        gap: 4px;
    }
    
    .new-block__partner-logo {
        width: 80px !important;
        height: 16px !important;
    }
    
    .new-block__partner-text {
        font-size: 10px !important;
    }
    
    .new-block__partner-divider {
        height: 10px;
    }
}
/* Фон для плашки AI‑сайт */
.our-products__grid .product-card--orange[data-heading="AI-САЙТ"] {
    background: #EDEDED url('../images/Frame 2131328055.webp') right bottom/auto 100% no-repeat;
    color: #000000;
}

/* Фон для плашки AI‑ассистент */
.our-products__grid .product-card--black[data-heading="AI-АССИСТЕНТ"] {
    background: #EDEDED url('../images/Frame 2131328055 (4).webp') right center/contain no-repeat;
    color: #000000;
}
.our-products__grid .product-card--black[data-heading="AI-АССИСТЕНТ"] .product-card__title { color: #000000; }
.our-products__grid .product-card--black[data-heading="AI-АССИСТЕНТ"] .product-card__description { color: #000000; }
/* Фон для плашки AI‑рекрутер */
.our-products__grid .product-card--gray[data-heading="AI-РЕКРУТЕР"] {
    background: #EDEDED url('../images/Frame 2131328056.webp') right center/contain no-repeat;
    color: #000000;
}
/* Фон для плашки КОНТЕНТЗАВОД */
.our-products__grid .product-card--gray[data-heading="КОНТЕНТЗАВОД"] {
    background: #EDEDED url('../images/Frame 2131328056 (3).webp') right center/contain no-repeat;
    color: #000000;
}
.our-products__grid .product-card--gray[data-heading="КОНТЕНТЗАВОД"] .product-card__title { color: #000000; }
.our-products__grid .product-card--gray[data-heading="КОНТЕНТЗАВОД"] .product-card__description { color: #000000; }

/* Фон для плашки AI‑поиск */
.our-products__grid .product-card--orange[data-heading="AI-ПОИСК"] {
    background: #EDEDED url('../images/Group 5 (1).webp') right center/contain no-repeat;
    color: #000000;
}
.our-products__grid .product-card--orange[data-heading="AI-ПОИСК"] .product-card__title { color: #000000; }
.our-products__grid .product-card--orange[data-heading="AI-ПОИСК"] .product-card__description { color: #000000; }

/* Фон для плашки AI‑обработка фото */
.our-products__grid .product-card--gray[data-heading="AI-ОБРАБОТКА ФОТО"] {
    background: #EDEDED url('../images/Frame 2131328056 (7).webp') right center/contain no-repeat;
    color: #000000;
}
.our-products__grid .product-card--gray[data-heading="AI-ОБРАБОТКА ФОТО"] .product-card__title { color: #000000; }
.our-products__grid .product-card--gray[data-heading="AI-ОБРАБОТКА ФОТО"] .product-card__description { color: #000000; }

/* Внутри плашек показываем только описание: заголовок скрываем, так как он вынесен над карточкой */
.our-products .product-card__title { display: none; }
.our-products__grid .product-card:not(.product-card--wide) .product-card__title { display: block; }
.our-products__grid .product-card:not(.product-card--wide) .product-card__title .ai-mark { color: #FF6B00; }
/* Тюнинг отступов и веса шрифта для маленьких плашек */
.our-products__grid .product-card:not(.product-card--wide) {
    padding: 32px 24px 32px 32px; /* увеличили левый отступ до 32px */
}
.our-products__grid .product-card:not(.product-card--wide) .product-card__content {
    padding: 0 0 56px 0; /* убираем горизонтальные паддинги, оставляем место под CTA */
    max-width: 320px; /* крупнее контейнер с контентом */
}
.our-products__grid .product-card:not(.product-card--wide) .product-card__title {
    font-weight: 600 ; /* чуть жирнее заголовок */
    margin-bottom: 12px; /* единый вертикальный ритм */
}
.our-products__grid .product-card:not(.product-card--wide) .product-card__description {
   
    max-width: 260px; /* ограничение длины подзаголовка */
}
.our-products__grid .product-card:not(.product-card--wide) .product-card__cta { margin-top: 0; left: 0; }
/* Единое выравнивание кнопок по нижней границе карточек */
.our-products__grid .product-card .product-card__cta { bottom: 0; margin: 0; }
/* Увеличение размера заголовков для маленьких плашек */
.our-products__grid .product-card:not(.product-card--wide) .product-card__title {
    font-size: 32px;
    line-height: 1.25;
}

/* Выравниваем размер заголовков длинных чёрных плашек под маленькие плашки */
.our-products__grid .product-card--wide.product-card--black .product-card__title {
    font-size: 32px !important;
    line-height: 1.25;
}

@media (max-width: 1024px) {
    .our-products__grid .product-card:not(.product-card--wide) .product-card__title {
        font-size: 26px;
    }
    .our-products__grid .product-card--wide.product-card--black .product-card__title {
        font-size: 26px !important;
    }
}

@media (max-width: 640px) {
    .our-products__grid .product-card:not(.product-card--wide) .product-card__title {
        font-size: 18px;
    }
    .our-products__grid .product-card--wide.product-card--black .product-card__title {
        font-size: 18px !important;
    }
    .our-products__grid .product-card:not(.product-card--wide) {
        padding: 24px 16px;
    }
    .our-products__grid .product-card:not(.product-card--wide) .product-card__content {
        padding: 0 0 56px 0; /* без боковых паддингов и на мобилке */
        max-width: 100%;
    }
    .our-products__grid .product-card:not(.product-card--wide) .product-card__title {
        margin-bottom: 10px;
    }
}

/* 640px–480px: выравниваем размер заголовков до 22px для всех плашек */
@media (max-width: 640px) and (min-width: 480px) {
    .our-products__grid .product-card:not(.product-card--wide) .product-card__title {
        font-size: 22px !important;
    }
    .our-products__grid .product-card--wide.product-card--black .product-card__title {
        font-size: 22px !important;
    }
}

/* Нормализуем левый padding у всех плашек (тёмных и светлых) */
@media (min-width: 641px) {
    .our-products__grid .product-card { padding-left: 32px !important; }
}
@media (max-width: 640px) {
    .our-products__grid .product-card { padding-left: 16px !important; }
}

/* 620px–520px: ограничиваем длину подзаголовка у плашки "Приложение и сайт на Flutter" */
@media (max-width: 620px) and (min-width: 520px) {
    .our-products__grid .product-card--wide.product-card--black[data-heading="ПРИЛОЖЕНИЕ И САЙТ НА FLUTTER"] .product-card__content,
    .our-products__grid .product-card--wide.product-card--black[data-heading="ПРИЛОЖЕНИЕ И САЙТ НА FLUTTER"] .product-card__description {
        max-width: 340px !important;
    }
}

/* ≤520px: ограничиваем длину подзаголовка у плашки "Приложение и сайт на Flutter" до 280px */
@media (max-width: 520px) {
    .our-products__grid .product-card--wide.product-card--black[data-heading="ПРИЛОЖЕНИЕ И САЙТ НА FLUTTER"] .product-card__content,
    .our-products__grid .product-card--wide.product-card--black[data-heading="ПРИЛОЖЕНИЕ И САЙТ НА FLUTTER"] .product-card__description {
        max-width: 280px !important;
    }
}

/* Сетка продуктов: по одной карточке в ряд на ≤970px */
@media (max-width: 970px) {
    .our-products__grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .our-products .product-card--wide {
        grid-column: span 1;
    }
}

@media (max-width: 768px) {
    /* Адаптация плашки Геймификация для мобильных */
    .our-products__grid .product-card--wide.product-card--black[data-heading="ГЕЙМИФИКАЦИЯ"] .product-card__description {
        max-width: 320px;
    }
    .our-products__grid .product-card--wide.product-card--black[data-heading="ГЕЙМИФИКАЦИЯ"] {
        background-position: right bottom !important;
        background-size: contain !important;
    }
}

/* Спец-настройка: заголовок "КОНТЕНТЗАВОД" в одну строку и ширина контента 400px */
.our-products__grid .product-card--gray[data-heading="КОНТЕНТЗАВОД"] .product-card__content {
    max-width: 400px;
}
.our-products__grid .product-card--gray[data-heading="КОНТЕНТЗАВОД"] .product-card__title {
    white-space: nowrap;
}

/* Спец-настройка: заголовок "AI-обработка фото" в одну строку и ширина контента 400px */
.our-products__grid .product-card--gray[data-heading="AI-ОБРАБОТКА ФОТО"] .product-card__content {
    max-width: 400px;
}
.our-products__grid .product-card--gray[data-heading="AI-ОБРАБОТКА ФОТО"] .product-card__title {
    white-space: nowrap;
}

@media (max-width: 640px) {
    .our-products__grid .product-card--gray[data-heading="КОНТЕНТЗАВОД"] .product-card__content {
        max-width: 100%;
    }
    .our-products__grid .product-card--gray[data-heading="КОНТЕНТЗАВОД"] .product-card__title {
        white-space: normal;
    }

    /* На мобильных возвращаем переносы заголовка для "AI-обработка фото" и убираем ограничение ширины */
    .our-products__grid .product-card--gray[data-heading="AI-ОБРАБОТКА ФОТО"] .product-card__content {
        max-width: 100%;
    }
    .our-products__grid .product-card--gray[data-heading="AI-ОБРАБОТКА ФОТО"] .product-card__title {
        white-space: normal;
    }
/* Стили для страницы FAQ */
.faq-hero {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    color: #333333;
    padding: 80px 0 60px;
    position: relative;
    border-bottom: 1px solid #e0e0e0;
}

.faq-hero__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

.faq-hero__content {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.faq-hero__breadcrumbs {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    margin-bottom: 30px;
    color: #666666;
}

.faq-hero__breadcrumbs a {
    color: #FF6B00;
    text-decoration: none;
    transition: color 0.3s ease;
    font-weight: 500;
}

.faq-hero__breadcrumbs a:hover {
    color: #FF8533;
}

.faq-hero__breadcrumbs span {
    color: #999999;
}

.faq-hero__title {
    font-size: 48px;
    font-weight: 700;
    margin: 0 0 20px;
    color: #1a1a1a;
    line-height: 1.2;
}

.faq-hero__subtitle {
    font-size: 18px;
    line-height: 1.6;
    margin: 0 0 40px;
    color: #666666;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.faq-hero__stats {
    display: flex;
    justify-content: center;
    gap: 60px;
    margin-top: 40px;
}

.faq-hero__stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.faq-hero__stat-number {
    font-size: 36px;
    font-weight: 700;
    color: #FF6B00;
    line-height: 1;
}

.faq-hero__stat-label {
    font-size: 14px;
    color: #666666;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 500;
}

/* Стили для полного FAQ */
.faq-full {
    padding: 80px 0;
    background: #ffffff;
}

.faq-full__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.faq-full__list {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.faq-full__section-title {
    font-size: 32px;
    font-weight: 700;
    color: #FF6B00;
    margin: 60px 0 30px 0;
    padding-bottom: 15px;
    border-bottom: 3px solid #FF6B00;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    text-align: center;
}

.faq-full__section-title:first-child {
    margin-top: 0;
}

.faq-full__item {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    margin-bottom: 20px;
    border: 1px solid #f0f0f0;
}

.faq-full__item:hover {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    transform: translateY(-2px);
}

.faq-full__item.active {
    border-color: #FF6B00;
    box-shadow: 0 8px 30px rgba(255, 107, 0, 0.15);
}

.faq-full__question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 32px;
    cursor: pointer;
    transition: all 0.3s ease;
    background: #fafafa;
}

.faq-full__question:hover {
    background: #f5f5f5;
}

.faq-full__item.active .faq-full__question {
    background: linear-gradient(135deg, #FF6B00 0%, #FF8533 100%);
    color: #ffffff;
}

.faq-full__question span {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    padding-right: 40px;
    transition: color 0.3s ease;
    line-height: 1.4;
}

.faq-full__item.active .faq-full__question span {
    color: #ffffff;
}

.faq-full__icon {
    position: relative;
    width: 24px;
    height: 24px;
    background: transparent;
    border-radius: 50%;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.faq-full__icon::before,
.faq-full__icon::after {
    content: '';
    position: absolute;
    background: #000000;
    transition: all 0.3s ease;
}

.faq-full__icon::before {
    width: 16px;
    height: 2px;
}

.faq-full__icon::after {
    width: 2px;
    height: 16px;
    transform: rotate(0deg);
}

.faq-full__item.active .faq-full__icon::before,
.faq-full__item.active .faq-full__icon::after {
    background: #ffffff;
}

.faq-full__item.active .faq-full__icon::after {
    transform: rotate(90deg);
}

.faq-full__answer {
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
    background: #ffffff;
}

.faq-full__item.active .faq-full__answer {
    max-height: 1000px;
    padding: 0 32px 32px;
    opacity: 1;
    visibility: visible;
}

.faq-full__answer p {
    font-size: 16px;
    line-height: 1.7;
    color: #555;
    margin: 0 0 20px 0;
    padding-right: 20px;
    position: relative;
    padding-left: 0;
}

.faq-full__answer p:last-child {
    margin-bottom: 0;
}

.faq-full__answer ul,
.faq-full__answer ol {
    margin: 20px 0;
    padding-left: 25px;
}

.faq-full__answer ul {
    list-style-type: disc;
}

.faq-full__answer ol {
    list-style-type: decimal;
}

.faq-full__answer li {
    font-size: 16px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 12px;
    position: relative;
}

.faq-full__answer li:last-child {
    margin-bottom: 0;
}

.faq-full__answer li strong {
    color: #333;
    font-weight: 600;
}

.faq-full__answer strong {
    color: #333;
    font-weight: 600;
}

.faq-full__answer ul ul,
.faq-full__answer ol ol {
    margin: 10px 0;
    padding-left: 20px;
}

/* CTA секция для FAQ */
.faq-cta {
    background: linear-gradient(135deg, #000000 0%, #1a1a1a 100%);
    color: #ffffff;
    padding: 80px 0;
    text-align: center;
}

.faq-cta__container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
}

.faq-cta__title {
    font-size: 48px;
    font-weight: 700;
    margin: 0 0 24px;
    background: linear-gradient(135deg, #FF6B00 0%, #FF8533 100%);
    background-clip: text; /* современное свойство */
    -webkit-background-clip: text; /* fallback для старых WebKit */
    color: transparent; /* современная замена для webkit-text-fill-color */
    -webkit-text-fill-color: transparent; /* fallback */
    background-clip: text;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.faq-cta__subtitle {
    font-size: 20px;
    line-height: 1.6;
    margin: 0 0 40px;
    color: #cccccc;
}

.faq-cta__buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.faq-cta__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 32px;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    min-width: 200px;
}

.faq-cta__button--primary {
    background: linear-gradient(135deg, #FF6B00 0%, #FF8533 100%);
    color: #ffffff;
    box-shadow: 0 8px 25px rgba(255, 107, 0, 0.3);
}

.faq-cta__button--primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 35px rgba(255, 107, 0, 0.4);
    background: linear-gradient(135deg, #FF8533 0%, #FF6B00 100%);
}

.faq-cta__button--secondary {
    background: transparent;
    color: #FF6B00;
    border: 2px solid #FF6B00;
}

.faq-cta__button--secondary:hover {
    background: #FF6B00;
    color: #ffffff;
    transform: translateY(-2px);
}

/* Адаптивные стили для FAQ страницы */
@media (max-width: 768px) {
    .faq-hero {
        padding: 60px 0 40px;
    }
    
    .faq-hero__title {
        font-size: 36px;
    }
    
    .faq-hero__subtitle {
        font-size: 16px;
    }
    
    .faq-hero__stats {
        gap: 40px;
        margin-top: 30px;
    }
    
    .faq-hero__stat-number {
        font-size: 28px;
    }
    
    .faq-hero__stat-label {
        font-size: 12px;
    }
    
    .faq-full {
        padding: 60px 0;
    }
    
    .faq-full__section-title {
        font-size: 24px;
        margin: 40px 0 20px 0;
        padding-bottom: 10px;
    }
    
    .faq-full__question {
        padding: 20px 24px;
    }
    
    .faq-full__question span {
        font-size: 16px;
        padding-right: 30px;
    }
    
    .faq-full__item.active .faq-full__answer {
        padding: 0 24px 24px;
    }
    
    .faq-full__answer p {
        font-size: 14px;
        padding-right: 0;
        margin-bottom: 12px;
    }
    
    .faq-full__answer ul,
    .faq-full__answer ol {
        margin: 12px 0;
        padding-left: 15px;
    }
    
    .faq-full__answer li {
        font-size: 14px;
        margin-bottom: 6px;
    }
    
    .faq-cta {
        padding: 60px 0;
    }
    
    .faq-cta__title {
        font-size: 36px;
    }
    
    .faq-cta__subtitle {
        font-size: 18px;
    }
    
    .faq-cta__buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .faq-cta__button {
        width: 100%;
        max-width: 300px;
        padding: 14px 24px;
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .faq-hero {
        padding: 60px 0 40px;
    }
    
    .faq-hero__title {
        font-size: 32px;
    }
    
    .faq-hero__subtitle {
        font-size: 16px;
    }
    
    .faq-full {
        padding: 40px 0;
    }
    
    .faq-full__section-title {
        font-size: 20px;
        margin: 30px 0 15px 0;
        padding-bottom: 8px;
    }
    
    .faq-full__question {
        padding: 16px 20px;
    }
    
    .faq-full__question span {
        font-size: 15px;
        padding-right: 25px;
        line-height: 1.4;
    }
    
    .faq-full__icon {
        width: 20px;
        height: 20px;
    }
    
    .faq-full__icon::before {
        width: 12px;
    }
    
    .faq-full__icon::after {
        height: 12px;
    }
    
    .faq-full__item.active .faq-full__answer {
        padding: 0 20px 20px;
    }
    
    .faq-full__answer p {
        font-size: 13px;
        line-height: 1.5;
    }
    
    .faq-cta {
        padding: 40px 0;
    }
    
    .faq-cta__title {
        font-size: 28px;
    }
    
    .faq-cta__subtitle {
        font-size: 16px;
    }
    
    .faq-cta__button {
        padding: 12px 20px;
        font-size: 14px;
    }
}

/* Новый дизайн FAQ страницы в стиле карточек */
.faq-cards {
    background: #ffffff;
    min-height: 100vh;
    padding: 0;
}

.faq-cards__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    width: 100%;
    position: relative;
}

/* Внутренний контейнер для контента */
.faq-cards__content-wrapper {
    max-width: 1000px;
    margin: 0 auto;
    padding: 40px;
    box-sizing: border-box;
    width: 100%;
    position: relative;
}

/* Заголовок страницы */
.faq-cards__header {
    text-align: left;
    margin-bottom: 0;
    padding: 50px 0 30px;
    background: #111111;
    border-bottom: none;
    position: relative;
    color: #ffffff;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
}

.faq-cards__header-content {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
}

.faq-cards__breadcrumbs {
    margin-bottom: 20px;
    font-size: 14px;
    color: #cccccc;
}

.faq-cards__breadcrumbs a {
    color: #FF6B00;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.faq-cards__breadcrumbs a:hover {
    color: #FF8533;
}

.faq-cards__breadcrumbs span {
    margin: 0 12px;
    color: #cccccc;
}

.faq-cards__title {
    font-size: 48px;
    font-weight: 800;
    color: #ffffff;
    margin: 0 0 20px 0;
    line-height: 1.1;
    letter-spacing: -0.03em;
}

.faq-cards__subtitle {
    font-size: 20px;
    color: #cccccc;
    line-height: 1.6;
    max-width: 600px;
    margin: 0;
}

/* Табы навигации для FAQ */
.faq-tabs {
    margin: 0;
    padding: 0px 0 20px;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    background: #111111;
}

.faq-tabs__container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
}

.faq-tabs__list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
    justify-content: space-between;
    width: 100%;
}

.faq-tabs__item {
    margin: 0;
    padding: 0;
    flex: 0 0 auto;
    max-width: calc(14.28% - 10px);
}

.faq-tabs__button {
    background: #ffffff;
    border: 2px solid #000000;
    border-radius: 12px;
    padding: 16px 24px;
    font-size: 16px;
    font-weight: 600 !important;
    font-family: inherit !important;
    color: #000000;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    white-space: nowrap;
    margin: 0;
    box-sizing: border-box;
    text-align: center;
    min-height: 60px;
}

.faq-tabs__button:hover {
    border-color: #FF6B00;
    color: #FF6B00;
    background: #ffffff;
    font-weight: 600 !important;
    font-family: inherit !important;
}

.faq-tabs__button.active {
    background: #FF6B00;
    border-color: #000000;
    color: #000000;
    font-weight: 600 !important;
    font-family: inherit !important;
}

/* Стили для второй строки (5 табов) */
.faq-tabs__item:nth-child(n+8) {
    flex: 1;
    min-width: 0;
    max-width: none;
}







/* Адаптивность для табов */
@media (max-width: 768px) {
    .faq-tabs__list {
        gap: 8px;
        justify-content: flex-start;
        overflow-x: auto;
        padding-bottom: 10px;
        flex-wrap: nowrap;
    }
    
    .faq-tabs__item {
        flex-shrink: 0;
        max-width: none;
    }
    
    .faq-tabs__item:nth-child(n+8) {
        flex-shrink: 0;
        max-width: none;
    }
    
    .faq-tabs__button {
        padding: 12px 16px;
        font-size: 14px;
        font-weight: 600 !important;
        font-family: inherit !important;
        color: #000000;
        flex-shrink: 0;
        width: auto;
        min-height: auto;
    }
}

@media (max-width: 480px) {
    .faq-tabs__list {
        gap: 6px;
    }
    
    .faq-tabs__button {
        padding: 8px 12px;
        font-size: 12px;
        font-weight: 600 !important;
        font-family: inherit !important;
        color: #000000;
    }
}



/* FAQ контент в виде карточек */
.faq-cards__content {
    max-width: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
    position: relative;
}

/* Убираем пустое пространство после контента FAQ */
.faq-cards__content:has(.faq-cards__section:only-child) {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.faq-cards__content:has(.faq-cards__section:last-child) {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

/* Принудительное отображение секций FAQ */
.faq-cards__section {
    display: block !important;
}

/* Убираем отступы у последней секции */
.faq-cards__section:last-child {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

/* Убираем отступы у единственной видимой секции */
.faq-cards__section:only-child {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.faq-cards__section {
    margin: 0 0 60px 0;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    display: block;
}



/* Темные секции */
.faq-cards__section--dark {
    background: #111111;
    color: #ffffff;
    padding: 60px 0;
    margin: 0;
    width: 100vw;
    height: max-content;
    margin-left: calc(-50vw + 50%);
    position: relative;
}





/* Светлые секции */
.faq-cards__section--light {
    background: #f8f9fa;
    color: #000000;
    padding: 60px 0;
    margin: 0;
    width: 100vw;
    height: fit-content;
    margin-left: calc(-50vw + 50%);
    position: relative;
}

/* Убираем нижний отступ у последней светлой секции */
.faq-cards__section--light:last-child {
    padding-bottom: 0;
}

/* Убираем пустое пространство после последней видимой секции */
.faq-cards__section:last-child:not([style*="display: none"]),
.faq-cards__section:last-child:not([style*="visibility: hidden"]) {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

/* Убираем отступы у единственной видимой секции */
.faq-cards__section[style*="display: block"]:only-child,
.faq-cards__section[style*="visibility: visible"]:only-child {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

/* Убираем отступы у последней видимой секции в группе */
.faq-cards__section[style*="display: block"]:last-of-type,
.faq-cards__section[style*="visibility: visible"]:last-of-type {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.faq-cards__section-title {
    font-size: 36px;
    font-weight: 700;
    color: #000000;
    margin: 0 0 40px 0;
    padding: 0 0 16px 0;
    text-align: left;
    position: relative;
    letter-spacing: -0.02em;
    border-bottom: 3px solid #FF6B00;
    width: 100%;
    box-sizing: border-box;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}



/* Заголовки в светлых секциях */
.faq-cards__section--light .faq-cards__section-title {
    color: #000000 !important;
    border-bottom-color: #FF6B00 !important;
}



/* Сетка карточек */
.faq-cards__grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 0 0 40px 0;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

/* Карточка вопроса */
.faq-cards__card {
    background: #ffffff;
    border: 2px solid #e0e0e0;
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
}

.faq-cards__card:hover {
    border-color: #FF6B00;
    background: #ffffff;
}

.faq-cards__card.active {
    border-color: #FF6B00;
    background: #ffffff;
    border-width: 3px;
}





.faq-cards__card-header {
    padding: 24px 28px;
    background: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    transition: all 0.3s ease;
    margin: 0;
    box-sizing: border-box;
    width: 100%;
    border-bottom: none;
}

.faq-cards__card.active .faq-cards__card-header {
    background: #ffffff;
    border-bottom: none;
}

.faq-cards__card-title {
    font-size: 18px;
    font-weight: 700;
    color: #000000;
    margin: 0;
    padding: 0;
    line-height: 1.4;
    flex: 1;
    box-sizing: border-box;
    width: 100%;
}



.faq-cards__card-icon {
    width: 32px;
    height: 32px;
    background: #FF6B00;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    transition: all 0.3s ease;
    flex-shrink: 0;
    position: relative;
}

.faq-cards__card-icon svg {
    transition: transform 0.3s ease;
    width: 18px;
    height: 18px;
    transform: rotate(0deg);
}

.faq-cards__card:hover .faq-cards__card-icon {
    background: #000000;
    color: #ffffff;
}

.faq-cards__card.active .faq-cards__card-icon {
    background: #000000;
    color: #ffffff;
}

.faq-cards__card.active .faq-cards__card-icon svg {
    transform: rotate(45deg);
}

.faq-cards__card-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.faq-cards__card.active .faq-cards__card-content {
    max-height: 1000px;
}

.faq-cards__card-content > div {
    padding: 0 28px 28px 28px;
    margin: 0;
    box-sizing: border-box;
    width: 100%;
}

/* Стили для контента ответов */
.faq-cards__card-content p {
    font-size: 16px;
    line-height: 1.7;
    color: #333333;
    margin: 0 0 20px 0;
}

.faq-cards__card-content p:last-child {
    margin-bottom: 0;
}

.faq-cards__card-content ul,
.faq-cards__card-content ol {
    margin: 20px 0;
    padding-left: 24px;
}

.faq-cards__card-content ul {
    list-style-type: disc;
}

.faq-cards__card-content ol {
    list-style-type: decimal;
}

.faq-cards__card-content li {
    font-size: 16px;
    line-height: 1.7;
    color: #333333;
    margin-bottom: 12px;
    position: relative;
}

.faq-cards__card-content li:last-child {
    margin-bottom: 0;
}

.faq-cards__card-content li strong {
    color: #FF6B00;
    font-weight: 700;
}

.faq-cards__card-content strong {
    color: #FF6B00;
    font-weight: 700;
}

.faq-cards__card-content ul ul,
.faq-cards__card-content ol ol {
    margin: 12px 0;
    padding-left: 24px;
}
}

/* Адаптивность */
@media (max-width: 1024px) {
    .faq-cards__grid {
        gap: 18px;
    }
}

@media (max-width: 768px) {
    .faq-cards__content-wrapper {
        padding: 30px 0 60px;
    }
    
    .faq-cards__header {
        padding: 40px 0;

        width: 100vw;
        margin-left: calc(-50vw + 50%);
    }
    
    .faq-cards__header-content {
        max-width: 900px;
        padding: 0;
    }
    
    .faq-cards__title {
        font-size: 36px;
    }
    
    .faq-cards__subtitle {
        font-size: 18px;
    }
    

    
    .faq-cards__section-title {
        font-size: 28px;
        margin-bottom: 30px;
    }
    
    /* Заголовки в светлых секциях на планшетах */
    .faq-cards__section--light .faq-cards__section-title {
        color: #000000 !important;
        border-bottom-color: #FF6B00 !important;
    }
    
    /* Заголовки в темных секциях на планшетах */
    .faq-cards__section--dark .faq-cards__section-title {
        color: #ffffff !important;
        border-bottom-color: #FF6B00 !important;
    }
    

    
    /* Темные и светлые секции на планшетах */
    .faq-cards__section--dark,
    .faq-cards__section--light {
        padding: 40px 0;
        width: 100vw;
        margin-left: calc(-50vw + 50%);
        position: relative;
    }
    
    .faq-cards__section-title,
    .faq-cards__grid {
        max-width: 900px;
    }
    
    .faq-cards__grid {
        gap: 16px;
    }
    
    .faq-cards__card-header {
        padding: 20px 24px;
    }
    
    .faq-cards__card-title {
        font-size: 16px;
    }
    
    .faq-cards__card-content > div {
        padding: 0 24px 24px 24px;
    }
    
    .faq-cards__card-content p {
        font-size: 15px;
    }
    
    .faq-cards__card-content li {
        font-size: 15px;
    }
    
    /* Темные и светлые секции на мобильных */
    .faq-cards__section--dark,
    .faq-cards__section--light {
        padding: 30px 0;
        width: 100vw;
        margin-left: calc(-50vw + 50%);
        position: relative;
    }
    
    .faq-cards__section-title,
    .faq-cards__grid {
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    
    .faq-cards__header-content {
        max-width: 100%;
        padding: 0;
    }
    
    .faq-cards__title {
        font-size: 28px;
    }
    
    .faq-cards__section-title {
        font-size: 24px;
    }
    
    /* Заголовки в светлых секциях на мобильных */
    .faq-cards__section--light .faq-cards__section-title {
        color: #000000 !important;
        border-bottom-color: #FF6B00 !important;
    }
    
    /* Заголовки в темных секциях на мобильных */
    .faq-cards__section--dark .faq-cards__section-title {
        color: #ffffff !important;
        border-bottom-color: #FF6B00 !important;
    }
    

}