

/* Start:/bitrix/templates/ceres/components/bitrix/news.list/main_hero/style.css?17691474723224*/
.hero-section {
    position: relative;
    min-height: 660px;
    height: 100vh;
    max-height: 100vh;
    background: linear-gradient(110deg, rgba(43, 53, 65, 1) 20%, rgba(241, 80, 37, 1) 98%);
    overflow: hidden;
    z-index: 1;
}

.hero-container {
    position: relative;
    min-height: 660px;
    height: 100vh;
    max-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    z-index: 2;
    padding-bottom: 30px;
    width: 1200px;
}

.hero-logo {
    position: relative;
    width: 567px;
    height: auto;
    margin-bottom: 30px;
    opacity: 0;
    animation: fadeInUpLogo 1s ease-out 0.5s forwards;
}

.hero-logo img {
    width: 100%;
    height: auto;
    display: block;
}

.hero-title {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}


.hero-subtitle {
    position: relative;
    max-width: 500px;
    height: auto;
    margin-bottom: 220px;
    opacity: 0;
    animation: fadeInUp 1s ease-out 1s forwards;
}

.hero-subtitle p {
    color: #ffffff;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 400;
    margin: 0;
}

.hero-scroll-button {
    position: relative;
    width: 200px;
    height: 100px;
    opacity: 0;
    animation: fadeInUp 1s ease-out 1.5s forwards;
}

.scroll-btn {
    position: relative;
    height: 40px;
    width: 180px;
    border-radius: 10px;
    font-size: 12pt;
    font-weight: bold;
    background-color: #fff;
    color: #000 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
    text-decoration: none;
    box-shadow: none;
    outline: none;
    margin-bottom: 20px;
}

.scroll-btn:hover {
    background-color: #fff;
    color: #000 !important;
    box-shadow: none;
    outline: none;
}

.scroll-arrow {
    position: absolute;
    bottom: 20px;
    left: calc(50% - 10px);
    width: 20px;
    height: 20px;
    border-left: 5px solid white;
    border-bottom: 5px solid white;
    transform: rotate(314deg);
    transform-origin: bottom center;
    animation: arrowMovement 2s infinite alternate cubic-bezier(0.46,-1.51,1,-1.28);
    text-decoration: none;
}

@keyframes arrowMovement {
    0% { bottom: 20px; }
    100% { bottom: 10px; }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInUpLogo {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 1365px) {
    .hero-section {
        padding: 0 20px;
    }
    
    .hero-container {
        width: 100% !important;
        max-width: 1200px;
        margin: 0 auto;
        box-sizing: border-box;
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .hero-logo {
        width: 100% !important;
        max-width: 567px;
    }
    
    .hero-logo img {
        width: 100% !important;
        height: auto;
        display: block;
    }
}

/* End */


/* Start:/bitrix/templates/ceres/components/bitrix/news.list/main_solutions/style.css?17691510096612*/
.solutions-container {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.solutions-description {
    margin: 0;
    opacity: 0;
    transform: translateX(-30px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
    transition-delay: 0.2s;
}

.solutions-description.animate {
    opacity: 1;
    transform: translateX(0);
}

.solutions-slider {
    position: relative;
    width: 100%;
    height: 523px;
}

.solutions-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 523px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 30px;
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 0;
}

.solutions-bg.active {
    opacity: 1;
}

.solutions-icons {
    position: absolute;
    bottom: -27px;
    right: -51%;
    transform: translateX(-50%);
    display: flex;
    gap: 20px;
    justify-content: center;
    z-index: 2;
}

.solutions-icon {
    width: 100px;
    height: 100px;
    display: block;
    cursor: pointer;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    transform: translateX(-100px);
    transition: opacity 1s ease, transform 1s ease, transform 0.3s ease;
}

.solutions-icon:hover {
    transform: translateX(0) scale(1.1);
}

.solutions-icon.animate {
    opacity: 1;
    transform: translateX(0);
}

.solutions-panel {
    width: 727px;
    min-height: 309px;
    left: 35%;
    bottom: -35%;
    transform: translate(-50%, -50%);
    z-index: 1;
    background-image: url('/bitrix/templates/ceres/components/bitrix/news.list/main_solutions/../../images/logo-revit.png');
    background-repeat: no-repeat;
    background-position: right 35px top 25px;
    background-size: 88px auto;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: max-content max-content;
}

.solutions-panel-title {
    grid-column: 1;
    grid-row: 1;
}

.solutions-panel-text {
    grid-column: 1;
    grid-row: 2;
}

.solutions-panel-title:not(.solutions-panel-title--default),
.solutions-panel-text:not(.solutions-panel-text--default) {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
}

.solutions-panel-title--default,
.solutions-panel-text--default {
    visibility: visible;
    opacity: 1;
}

.solutions-arrow {
    display: none;
}

.solutions .text-block-title {
    position: relative;
    margin: 20px 0;
    z-index: 1;
}

@media (max-width: 1365px) {
    .solutions {
        margin-bottom: 80px !important;
    }
    
    .solutions-container {
        padding: 0;
        box-sizing: border-box;
    }
    
    .solutions-slider {
        width: 100%;
        height: auto;
        min-height: 523px;
        display: flex;
        flex-direction: column;
    }
    
    .solutions-bg {
        width: 100%;
        height: 523px;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }
    
    .solutions-panel {
        width: 100% !important;
        max-width: 100%;
        height: max-content !important;
        min-height: 290px !important;
        left: 0 !important;
        bottom: -29% !important;
        transform: none !important;
        position: absolute;
        z-index: 2;
        margin-top: 0;
        padding-top: 20px;
        box-sizing: border-box;
        background-size: 80px auto;
        background-position: right 35px top 45px;
        display: grid !important;
        grid-template-columns: 1fr !important;
        grid-template-rows: max-content max-content !important;
    }
    
    .solutions-panel-title {
        grid-column: 1 !important;
        grid-row: 1 !important;
        font-size: 20px;
    }
    
    .solutions-panel-text {
        grid-column: 1 !important;
        grid-row: 2 !important;
    }
    
    .solutions-panel-title:not(.solutions-panel-title--default),
    .solutions-panel-text:not(.solutions-panel-text--default) {
        visibility: hidden;
        opacity: 0;
        pointer-events: none;
    }
    
    .solutions-panel-title--default,
    .solutions-panel-text--default {
        visibility: visible;
        opacity: 1;
    }
    
    .solutions-panel-title {
        width: 55% !important;
        max-width: 55% !important;
        white-space: normal !important;
        word-wrap: break-word;
        word-break: break-word;
        line-height: 1;
    }

    .solutions-panel-text {
        padding: 0;
        line-height: 1.25;
    }
    
    .solutions-icons {
        display: flex !important;
        position: absolute;
        left: 50%;
        width: 100%;
        padding: 5px 10px;
        box-sizing: border-box;
        justify-content: flex-start;
        align-items: center;
        z-index: 3;
        gap: 10px;
        max-height: 70px;
        overflow: visible;
        top: -50px;
    }
    
    .solutions-icon {
        flex: 1;
        width: auto;
        height: 60px;
        min-width: 0;
        max-width: none;
        opacity: 1 !important;
        transform: none !important;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        transition: filter 0.3s ease, transform 0.3s ease;
    }
    
    .solutions-icon.animate {
        opacity: 1 !important;
        transform: none !important;
    }
    
    .solutions-icon.active {
        filter: drop-shadow(0 0 8px rgba(255, 255, 255, 1)) drop-shadow(0 0 16px rgba(255, 255, 255, 0.8)) drop-shadow(0 0 24px rgba(255, 255, 255, 0.6));
        transform: scale(1.08);
    }
    
    .solutions-arrow {
        position: absolute;
        top: 37%;
        transform: translateY(-50%);
        width: 20px;
        height: 20px;
        border: none;
        background: none;
        cursor: pointer;
        z-index: 10;
        padding: 0;
        margin: 0;
        display: block;
    }
    
    .solutions-arrow--prev {
        left: 20px;
    }
    
    .solutions-arrow--next {
        right: 20px;
    }
    
    .solutions-arrow-icon {
        position: absolute;
        top: 0;
        left: 0;
        width: 20px;
        height: 20px;
        border-left: 5px solid white;
        border-bottom: 5px solid white;
        transform-origin: center;
    }
    
    .solutions-arrow--prev .solutions-arrow-icon {
        transform: rotate(45deg);
    }
    
    .solutions-arrow--next .solutions-arrow-icon {
        transform: rotate(-135deg);
    }
    
    .solutions .text-block-title {
        font-size: 20px;
    }
}

@media (max-width: 500px) {
    .solutions .text-block-title {
        font-size: 30px;
        line-height: 46.5px;
    }
}


/* End */


/* Start:/bitrix/templates/ceres/include/main_courses/style.css?17688731325112*/
/* Блок курсов */
.courses-section {
    /* position и padding применены через класс .section-padding */
}

.courses-container {
    position: relative;
}

/* Фоновый блок с картинкой, тенями и анимацией */
.courses-bg {
    position: relative;
    width: 100%;
    height: 615px;
    background-color: #ebebeb;
    border-radius: 30px;
    overflow: hidden;
}

.courses-main-image {
    width: 991px;
    height: auto;
    position: absolute;
    top: 23px;
    left: calc(50% - 495px);
    z-index: 2;
}

/* Плавающее изображение (анимированный элемент) */
.courses-floating-wrapper {
    position: absolute;
    top: 168px;
    left: calc(50% - 177px);
    z-index: 3;
    animation: float 3s ease-in-out infinite;
}

.courses-floating-image {
    width: 226px;
    height: auto;
    display: block;
}

@keyframes float {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-20px); }
}

/* Декоративные элементы (тени) */
.courses-shadows {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}

.shadow {
    position: absolute;
    opacity: 0.6;
    filter: blur(2px);
}

.shadow svg {
    width: 100%;
    height: 100%;
    display: block;
}

.shadow-1 {
    top: 297px;
    left: calc(50% - 600px + 964px);
    width: 92px;
    height: auto;
}

.shadow-2 {
    top: 198px;
    left: calc(50% - 600px + 683px);
    width: 156px;
    height: auto;
    transform: rotate(1deg);
}

.shadow-3 {
    top: 383px;
    left: calc(50% - 600px + 201px);
    width: 198px;
    height: auto;
}

.shadow-4 {
    top: 220px;
    left: calc(50% - 600px + 839px);
    width: 190px;
    height: auto;
}

.shadow-5 {
    top: 106px;
    left: calc(50% - 600px + 555px);
    width: 156px;
    height: auto;
    transform: rotate(1deg);
}

.shadow-6 {
    top: 204px;
    left: calc(50% - 600px + 87px);
    width: 349px;
    height: auto;
    filter: blur(4px);
}

.shadow-7 {
    top: 418px;
    left: calc(50% - 600px + 159px);
    width: 182px;
    height: auto;
    transform: rotate(1deg);
}

.shadow-8 {
    top: 288px;
    left: calc(50% - 600px + 422px);
    width: 197px;
    height: auto;
}

.shadow-9 {
    top: 127px;
    left: calc(50% - 600px + 846px);
    width: 73px;
    height: auto;
    filter: blur(3px);
}

/* Блок описания */
.courses-panel {
    /* position, background-color, border-radius, box-shadow применены через класс .panel */
    width: 682px;
    height: 236px;
    left: 70%;
    bottom: -26%;
    z-index: 2;
    opacity: 0;
    transform: translate(-50%, -50%) translateX(100px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

/* Мобильные картинки скрыты в ПК-версии */
.courses-mobile-images {
    display: none;
}

.courses-panel.animate {
    opacity: 1;
    transform: translate(-50%, -50%) translateX(0);
}

/* Заголовки и тексты */
.courses-panel-title {
    /* position, margin, white-space, font-size, font-weight, z-index применены через класс .panel-title */
}

.courses-panel-text {
    /* position, margin, font-size, z-index применены через класс .panel-text */
}

/* Адаптивные стили */
@media (max-width: 1365px) {
    .courses-container {
        padding: 0;
        box-sizing: border-box;
    }
    
    /* Скрываем блок с картинками в мобильной версии */
    .courses-bg {
        display: none;
    }
    
    /* Блок описания */
    .courses-panel {
        width: 100% !important;
        max-width: 100%;
        height: auto;
        min-height: 236px;
        left: 0 !important;
        bottom: 0 !important;
        transform: none !important;
        position: relative;
        margin-top: 20px;
        box-sizing: border-box;
        padding: 1px;
    }
    
    .courses-panel.animate {
        transform: none;
    }
    
    /* Мобильные картинки поверх блока описания */
    .courses-mobile-images {
        display: block;
        position: absolute;
        top: -45px;
        right: 20px;
        width: 150px;
        height: auto;
        z-index: 10;
        pointer-events: none;
    }
    
    .courses-mobile-main {
        width: 100%;
        height: auto;
        display: block;
    }
    
    .courses-mobile-floating-wrapper {
        position: absolute;
        top: -62px;
        right: 7px;
        width: 100%;
        height: auto;
        z-index: 11;
        animation: float 3s ease-in-out infinite;
    }
    
    .courses-mobile-floating-image {
        width: 100%;
        height: auto;
        display: block;
    }
}

/* End */


/* Start:/bitrix/templates/ceres/components/bitrix/news.list/videos/style.css?17692229416612*/
.solutions-container {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.solutions-description {
    margin: 0;
    opacity: 0;
    transform: translateX(-30px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
    transition-delay: 0.2s;
}

.solutions-description.animate {
    opacity: 1;
    transform: translateX(0);
}

.solutions-slider {
    position: relative;
    width: 100%;
    height: 523px;
}

.solutions-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 523px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 30px;
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 0;
}

.solutions-bg.active {
    opacity: 1;
}

.solutions-icons {
    position: absolute;
    bottom: -27px;
    right: -51%;
    transform: translateX(-50%);
    display: flex;
    gap: 20px;
    justify-content: center;
    z-index: 2;
}

.solutions-icon {
    width: 100px;
    height: 100px;
    display: block;
    cursor: pointer;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    transform: translateX(-100px);
    transition: opacity 1s ease, transform 1s ease, transform 0.3s ease;
}

.solutions-icon:hover {
    transform: translateX(0) scale(1.1);
}

.solutions-icon.animate {
    opacity: 1;
    transform: translateX(0);
}

.solutions-panel {
    width: 727px;
    min-height: 309px;
    left: 35%;
    bottom: -35%;
    transform: translate(-50%, -50%);
    z-index: 1;
    background-image: url('/bitrix/templates/ceres/components/bitrix/news.list/videos/../../images/logo-revit.png');
    background-repeat: no-repeat;
    background-position: right 35px top 25px;
    background-size: 88px auto;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: max-content max-content;
}

.solutions-panel-title {
    grid-column: 1;
    grid-row: 1;
}

.solutions-panel-text {
    grid-column: 1;
    grid-row: 2;
}

.solutions-panel-title:not(.solutions-panel-title--default),
.solutions-panel-text:not(.solutions-panel-text--default) {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
}

.solutions-panel-title--default,
.solutions-panel-text--default {
    visibility: visible;
    opacity: 1;
}

.solutions-arrow {
    display: none;
}

.solutions .text-block-title {
    position: relative;
    margin: 20px 0;
    z-index: 1;
}

@media (max-width: 1365px) {
    .solutions {
        margin-bottom: 80px !important;
    }
    
    .solutions-container {
        padding: 0;
        box-sizing: border-box;
    }
    
    .solutions-slider {
        width: 100%;
        height: auto;
        min-height: 523px;
        display: flex;
        flex-direction: column;
    }
    
    .solutions-bg {
        width: 100%;
        height: 523px;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }
    
    .solutions-panel {
        width: 100% !important;
        max-width: 100%;
        height: max-content !important;
        min-height: 290px !important;
        left: 0 !important;
        bottom: -29% !important;
        transform: none !important;
        position: absolute;
        z-index: 2;
        margin-top: 0;
        padding-top: 20px;
        box-sizing: border-box;
        background-size: 80px auto;
        background-position: right 35px top 45px;
        display: grid !important;
        grid-template-columns: 1fr !important;
        grid-template-rows: max-content max-content !important;
    }
    
    .solutions-panel-title {
        grid-column: 1 !important;
        grid-row: 1 !important;
        font-size: 20px;
    }
    
    .solutions-panel-text {
        grid-column: 1 !important;
        grid-row: 2 !important;
    }
    
    .solutions-panel-title:not(.solutions-panel-title--default),
    .solutions-panel-text:not(.solutions-panel-text--default) {
        visibility: hidden;
        opacity: 0;
        pointer-events: none;
    }
    
    .solutions-panel-title--default,
    .solutions-panel-text--default {
        visibility: visible;
        opacity: 1;
    }
    
    .solutions-panel-title {
        width: 55% !important;
        max-width: 55% !important;
        white-space: normal !important;
        word-wrap: break-word;
        word-break: break-word;
        line-height: 1;
    }

    .solutions-panel-text {
        padding: 0;
        line-height: 1.25;
    }
    
    .solutions-icons {
        display: flex !important;
        position: absolute;
        left: 50%;
        width: 100%;
        padding: 5px 10px;
        box-sizing: border-box;
        justify-content: flex-start;
        align-items: center;
        z-index: 3;
        gap: 10px;
        max-height: 70px;
        overflow: visible;
        top: -50px;
    }
    
    .solutions-icon {
        flex: 1;
        width: auto;
        height: 60px;
        min-width: 0;
        max-width: none;
        opacity: 1 !important;
        transform: none !important;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        transition: filter 0.3s ease, transform 0.3s ease;
    }
    
    .solutions-icon.animate {
        opacity: 1 !important;
        transform: none !important;
    }
    
    .solutions-icon.active {
        filter: drop-shadow(0 0 8px rgba(255, 255, 255, 1)) drop-shadow(0 0 16px rgba(255, 255, 255, 0.8)) drop-shadow(0 0 24px rgba(255, 255, 255, 0.6));
        transform: scale(1.08);
    }
    
    .solutions-arrow {
        position: absolute;
        top: 37%;
        transform: translateY(-50%);
        width: 20px;
        height: 20px;
        border: none;
        background: none;
        cursor: pointer;
        z-index: 10;
        padding: 0;
        margin: 0;
        display: block;
    }
    
    .solutions-arrow--prev {
        left: 20px;
    }
    
    .solutions-arrow--next {
        right: 20px;
    }
    
    .solutions-arrow-icon {
        position: absolute;
        top: 0;
        left: 0;
        width: 20px;
        height: 20px;
        border-left: 5px solid white;
        border-bottom: 5px solid white;
        transform-origin: center;
    }
    
    .solutions-arrow--prev .solutions-arrow-icon {
        transform: rotate(45deg);
    }
    
    .solutions-arrow--next .solutions-arrow-icon {
        transform: rotate(-135deg);
    }
    
    .solutions .text-block-title {
        font-size: 20px;
    }
}

@media (max-width: 500px) {
    .solutions .text-block-title {
        font-size: 30px;
        line-height: 46.5px;
    }
}


/* End */


/* Start:/bitrix/templates/ceres/components/bitrix/news.list/projects/style.css?17693158956058*/
.projects-section {
    position: relative;
    padding: 90px 0;
}

.projects-container {
    display: flex;
    flex-direction: column;
}

.projects-grid-wrapper {
    position: relative;
}

.projects-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin: 0;
    padding: 0;
    width: 1300px;
    margin: 40px auto;
}

.project-item {
    position: relative;
    overflow: hidden;
    height: 350px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease, opacity 0.6s ease-out, transform 0.6s ease-out;
    opacity: 0;
    transform: translateX(-30px);
    box-sizing: border-box;
}

/* Первая строка: 2 элемента по 50% каждый */
.project-item.wide-item,
.project-item:nth-child(1),
.project-item:nth-child(2) {
    width: calc(50% - 15px);
}

/* Вторая и последующие строки: 3 элемента по 33.333% каждый */
.project-item:not(.wide-item):nth-child(n+3) {
    width: calc(33.333% - 20px);
}

.project-item.animate {
    opacity: 1;
    transform: translateX(0);
}

.project-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.project-image {
    width: 100%;
    height: 100%;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.project-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 8px;
    line-height: 1.3;
    color: #fff;
    position: absolute;
    bottom: 35px;
    left: 30px;
    line-height: 37px;
}

.project-location {
    font-size: 16px;
    color: #fff;
    position: absolute;
    bottom: 15px;
    left: 30px;
    line-height: 24px;
    font-weight: 400;
}

/* Задержки для анимации элементов проектов */
.project-item:nth-child(1).animate,
.project-item:nth-child(4).animate,
.project-item:nth-child(7).animate {
    transition-delay: 0.1s;
}

.project-item:nth-child(2).animate,
.project-item:nth-child(5).animate {
    transition-delay: 0.2s;
}

.project-item:nth-child(3).animate,
.project-item:nth-child(6).animate {
    transition-delay: 0.3s;
}

/* Стрелки управления слайдером (скрыты в десктопной версии) */
.projects-arrow {
    display: none;
}

/* Адаптивные стили для projects-grid (слайдер в мобильной версии) */
@media (max-width: 767px) {
    .projects-grid-wrapper {
        position: relative;
    }

    .projects-grid {
        position: relative;
        display: block !important;
        gap: 0 !important;
        width: 100% !important;
        margin: 0 !important;
        grid-template-columns: none !important;
    }

    /* Отключаем анимацию в мобильной версии */
    .projects-grid .project-item {
        width: 100vw !important;
        height: 100vw !important;
        margin: 0 !important;
        border-radius: 0 !important;
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
        flex: none !important;
    }

    .projects-grid .project-item.animate {
        opacity: 1 !important;
        transform: none !important;
    }

    .projects-grid .project-image {
        width: 100%;
        height: 100%;
    }

    /* Стрелки управления слайдером (как в solutions) */
    .projects-arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 20px;
        height: 20px;
        border: none;
        background: none;
        cursor: pointer;
        z-index: 10;
        padding: 0;
        margin: 0;
        display: block;
    }

    .projects-arrow--prev {
        left: 20px;
    }

    .projects-arrow--next {
        right: 20px;
    }

    .projects-arrow-icon {
        position: absolute;
        top: 0;
        left: 0;
        width: 20px;
        height: 20px;
        border-left: 5px solid white;
        border-bottom: 5px solid white;
        transform-origin: center;
    }

    .projects-arrow--prev .projects-arrow-icon {
        transform: rotate(45deg);
    }

    .projects-arrow--next .projects-arrow-icon {
        transform: rotate(-135deg);
    }

    /* Стили для Slick Slider */
    .projects-grid.slick-slider {
        position: relative;
        display: block;
        box-sizing: border-box;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-touch-callout: none;
        -khtml-user-select: none;
        -ms-touch-action: pan-y;
        touch-action: pan-y;
        -webkit-tap-highlight-color: transparent;
    }

    .projects-grid .slick-list {
        position: relative;
        display: block;
        overflow: hidden;
        margin: 0;
        padding: 0;
    }

    .projects-grid .slick-track {
        position: relative;
        top: 0;
        left: 0;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .projects-grid .slick-slide {
        display: none;
        float: left;
        height: 100%;
        min-height: 1px;
    }

    .projects-grid .slick-slide.slick-active {
        display: block;
    }

    .projects-grid .slick-slide .project-item {
        display: block !important;
        width: 100% !important;
    }

    .projects-grid .slick-arrow {
        display: none !important;
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.fade-in-right {
    animation: fadeInRight 1s ease forwards;
}

.projects-section-title {
    margin-bottom: 0;
    line-height: 1.55;
    opacity: 0;
    transform: translateX(-30px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.projects-section-title.animate {
    opacity: 1;
    transform: translateX(0);
}
/* End */


/* Start:/bitrix/templates/ceres/components/bitrix/news.list/partners/style.css?17693299076058*/
.projects-section {
    position: relative;
    padding: 90px 0;
}

.projects-container {
    display: flex;
    flex-direction: column;
}

.projects-grid-wrapper {
    position: relative;
}

.projects-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin: 0;
    padding: 0;
    width: 1300px;
    margin: 40px auto;
}

.project-item {
    position: relative;
    overflow: hidden;
    height: 350px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease, opacity 0.6s ease-out, transform 0.6s ease-out;
    opacity: 0;
    transform: translateX(-30px);
    box-sizing: border-box;
}

/* Первая строка: 2 элемента по 50% каждый */
.project-item.wide-item,
.project-item:nth-child(1),
.project-item:nth-child(2) {
    width: calc(50% - 15px);
}

/* Вторая и последующие строки: 3 элемента по 33.333% каждый */
.project-item:not(.wide-item):nth-child(n+3) {
    width: calc(33.333% - 20px);
}

.project-item.animate {
    opacity: 1;
    transform: translateX(0);
}

.project-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.project-image {
    width: 100%;
    height: 100%;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.project-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 8px;
    line-height: 1.3;
    color: #fff;
    position: absolute;
    bottom: 35px;
    left: 30px;
    line-height: 37px;
}

.project-location {
    font-size: 16px;
    color: #fff;
    position: absolute;
    bottom: 15px;
    left: 30px;
    line-height: 24px;
    font-weight: 400;
}

/* Задержки для анимации элементов проектов */
.project-item:nth-child(1).animate,
.project-item:nth-child(4).animate,
.project-item:nth-child(7).animate {
    transition-delay: 0.1s;
}

.project-item:nth-child(2).animate,
.project-item:nth-child(5).animate {
    transition-delay: 0.2s;
}

.project-item:nth-child(3).animate,
.project-item:nth-child(6).animate {
    transition-delay: 0.3s;
}

/* Стрелки управления слайдером (скрыты в десктопной версии) */
.projects-arrow {
    display: none;
}

/* Адаптивные стили для projects-grid (слайдер в мобильной версии) */
@media (max-width: 767px) {
    .projects-grid-wrapper {
        position: relative;
    }

    .projects-grid {
        position: relative;
        display: block !important;
        gap: 0 !important;
        width: 100% !important;
        margin: 0 !important;
        grid-template-columns: none !important;
    }

    /* Отключаем анимацию в мобильной версии */
    .projects-grid .project-item {
        width: 100vw !important;
        height: 100vw !important;
        margin: 0 !important;
        border-radius: 0 !important;
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
        flex: none !important;
    }

    .projects-grid .project-item.animate {
        opacity: 1 !important;
        transform: none !important;
    }

    .projects-grid .project-image {
        width: 100%;
        height: 100%;
    }

    /* Стрелки управления слайдером (как в solutions) */
    .projects-arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 20px;
        height: 20px;
        border: none;
        background: none;
        cursor: pointer;
        z-index: 10;
        padding: 0;
        margin: 0;
        display: block;
    }

    .projects-arrow--prev {
        left: 20px;
    }

    .projects-arrow--next {
        right: 20px;
    }

    .projects-arrow-icon {
        position: absolute;
        top: 0;
        left: 0;
        width: 20px;
        height: 20px;
        border-left: 5px solid white;
        border-bottom: 5px solid white;
        transform-origin: center;
    }

    .projects-arrow--prev .projects-arrow-icon {
        transform: rotate(45deg);
    }

    .projects-arrow--next .projects-arrow-icon {
        transform: rotate(-135deg);
    }

    /* Стили для Slick Slider */
    .projects-grid.slick-slider {
        position: relative;
        display: block;
        box-sizing: border-box;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-touch-callout: none;
        -khtml-user-select: none;
        -ms-touch-action: pan-y;
        touch-action: pan-y;
        -webkit-tap-highlight-color: transparent;
    }

    .projects-grid .slick-list {
        position: relative;
        display: block;
        overflow: hidden;
        margin: 0;
        padding: 0;
    }

    .projects-grid .slick-track {
        position: relative;
        top: 0;
        left: 0;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .projects-grid .slick-slide {
        display: none;
        float: left;
        height: 100%;
        min-height: 1px;
    }

    .projects-grid .slick-slide.slick-active {
        display: block;
    }

    .projects-grid .slick-slide .project-item {
        display: block !important;
        width: 100% !important;
    }

    .projects-grid .slick-arrow {
        display: none !important;
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.fade-in-right {
    animation: fadeInRight 1s ease forwards;
}

.projects-section-title {
    margin-bottom: 0;
    line-height: 1.55;
    opacity: 0;
    transform: translateX(-30px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.projects-section-title.animate {
    opacity: 1;
    transform: translateX(0);
}
/* End */


/* Start:/bitrix/templates/ceres/include/form/style.css?177123138910403*/
.contact-form {
    width: 100%;
    min-height: 675px;
    position: relative;
    padding: 0;
    scroll-margin-top: 100px;
}

.contact-form-container {
    position: relative;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    min-height: 810px;
    padding: 0;
}

.contact-form__artboard {
    position: relative;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    min-height: 810px;
    padding: 0;
}

.contact-form__carrier,
.contact-form__filter {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Фоновое изображение */
.contact-form__background {
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    width: 1200px;
    max-width: 100%;
    height: 675px;
    z-index: 0;
    box-shadow: 0px 0px 20px 10px rgba(49, 49, 49, 0.3);
    border-radius: 30px;
    overflow: hidden;
    background: linear-gradient(110deg, rgba(241, 80, 37, 1) 20%, rgba(43, 53, 65, 1) 98%);
}

.contact-form__image-wrapper {
    width: 100%;
    height: 100%;
}

.contact-form__image {
    width: 100%;
    height: auto;
    display: none;
    object-fit: contain;
    border-radius: 30px;
}


/* Заголовок */
.contact-form__title-wrapper {
    position: absolute;
    top: 63px;
    left: calc(50% - 600px + 50px);
    width: 560px;
    z-index: 3;
    opacity: 0;
    transform: translateX(100px);
    transition: opacity 0.4s ease-out 0.4s, transform 0.4s ease-out 0.4s;
}

.contact-form__title-wrapper.animate {
    opacity: 1;
    transform: translateX(0);
}

.contact-form__title {
    font-size: 50px;
    font-weight: 400;
    line-height: 78px;
    color: #ffffff;
    margin: 0;
}

.contact-form__title strong {
    font-weight: 700;
}


/* Подзаголовок */
.contact-form__subtitle-wrapper {
    position: absolute;
    top: 141px;
    left: calc(50% - 600px + 50px);
    width: 560px;
    z-index: 3;
    opacity: 0;
    transform: translateX(100px);
    transition: opacity 1s ease-out 0.5s, transform 1s ease-out 0.5s;
}

.contact-form__subtitle-wrapper.animate {
    opacity: 1;
    transform: translateX(0);
}

.contact-form__subtitle {
    font-size: 20px;
    font-weight: 400;
    line-height: 31px;
    color: #ffffff;
    margin: 0;
}


/* Форма */
.contact-form__form-wrapper {
    position: absolute;
    top: 53px;
    left: calc(50% + 600px - 19px - 480px);
    width: 480px;
    min-height: 714px;
    z-index: 5;
    padding: 30px;
    background: white;
    border-radius: 15px;
    display: block;
    border: 3px solid #2b3541;
    box-shadow: 0px 0px 20px 10px rgba(49, 49, 49, 0.2);
    opacity: 0;
    transform: translateX(-100px);
    transition: opacity 1s ease-out, transform 1s ease-out;
}

.contact-form__form-wrapper.animate {
    opacity: 1;
    transform: translateX(0);
}

.form {
    width: 100%;
}

.form__group {
    margin-bottom: 20px;
}

.form__group:last-of-type {
    margin-bottom: 0;
}

.form__input-wrapper {
    position: relative;
    width: 100%;
}

.form__label {
    display: block;
    color: #000000;
    padding-bottom: 5px;
    font-size: 16px;
    font-weight: 900;
    margin-bottom: 5px;
    opacity: 0.7;
    line-height: 1.55;
}

.form__input,
.form__select,
.form__textarea {
    width: 100%;
    height: 35px;
    padding: 0 15px;
    font-size: 14px;
    font-weight: 600;
    color: #000000;
    background-color: #ffffff;
    border: 2px solid #000000;
    border-radius: 10px;
    outline: none;
    transition: border-color 0.2s ease;
    -webkit-appearance: none;
    appearance: none;
}

.form__input::placeholder,
.form__textarea::placeholder {
    color: #000000;
    opacity: 0.5;
}

.form__input::-webkit-input-placeholder,
.form__textarea::-webkit-input-placeholder {
    color: #000000;
    opacity: 0.5;
}

.form__input::-moz-placeholder,
.form__textarea::-moz-placeholder {
    color: #000000;
    opacity: 0.5;
}

.form__input:-moz-placeholder,
.form__textarea:-moz-placeholder {
    color: #000000;
    opacity: 0.5;
}

.form__input:-ms-input-placeholder,
.form__textarea:-ms-input-placeholder {
    color: #000000;
    opacity: 0.5;
}

.form__input:focus,
.form__select:focus,
.form__textarea:focus {
    border-color: #000000;
    outline: none;
}

.form__select-wrapper {
    position: relative;
}

.form__select-wrapper::after {
    content: '';
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #000000;
    pointer-events: none;
}

.form__select {
    cursor: pointer;
    padding-right: 40px;
}

.form__select option {
    color: #000000;
    background-color: #ffffff;
}

.form__textarea {
    height: 160px;
    padding: 15px;
    resize: vertical;
    line-height: 1.5;
}

.form__radio-wrapper {
    width: 100%;
}

.form__radio-fieldset {
    padding: 0;
    margin: 0;
    border: none;
}

.form__radio-label {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px;
}

.form__radio-label:last-child {
    margin-bottom: 0;
}

.form__radio {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    width: 0;
    height: 0;
}

.form__radio-indicator {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border: 2px solid #000000;
    border-radius: 50%;
    background-color: #ffffff;
    transition: all 0.2s ease;
}

.form__radio:checked ~ .form__radio-indicator {
    background-color: #000000;
}

.form__radio:checked ~ .form__radio-indicator::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #ffffff;
}

.form__radio-text {
    display: inline-block;
    line-height: 1.5;
}

.form__submit-wrapper {
    text-align: center;
    margin-top: 20px;
}

.form__submit {
    padding: 0 15px;
    display: block;
    width: 200px;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    background-color: #f15025;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: background-color 0.2s ease;
    text-transform: uppercase;
    letter-spacing: 0;
}

.form__submit:hover {
    background-color: #d43f1a;
}

.form__submit:active {
    background-color: #b83515;
}

.form__submit:disabled {
    background-color: #cccccc;
    cursor: not-allowed;
}

@media (max-width: 1365px) {
    .contact-form-container {
        padding: 20px;
        box-sizing: border-box;
        background: linear-gradient(110deg, rgba(241, 80, 37, 1) 20%, rgba(43, 53, 65, 1) 98%);
    }
    
    .contact-form__background {
        display: none;
    }
    
    /* Заголовок сверху, стилизован как стандартный h2 */
    .contact-form__title-wrapper {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        margin-bottom: 30px;
        opacity: 1;
        transform: none;
        z-index: 1;
    }
    
    .contact-form__title {
        color: #ffffff;
        font-size: 40px;
        line-height: 62px;
        font-weight: 900;
        margin: 0 0 30px 0;
    }
    
    .contact-form__title strong {
        font-weight: 900;
    }
    
    /* Подзаголовок как стандартный текст */
    .contact-form__subtitle-wrapper {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        margin-bottom: 30px;
        opacity: 1;
        transform: none;
        z-index: 1;
    }
    
    .contact-form__subtitle {
        color: #ffffff;
        font-size: 20px;
        line-height: 1.55;
        font-weight: 400;
        margin: 0;
    }
    
    .contact-form__form-wrapper {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        transform: none;
        opacity: 1;
        border-radius: 0 !important;
        box-sizing: border-box;
    }
}

/* ===== АНИМАЦИЯ ОШИБОК ===== */
@keyframes blinkError {
    0%, 100% { border-color: #ff3333; box-shadow: 0 0 0 2px rgba(255, 51, 51, 0.3); }
    50% { border-color: #000; box-shadow: none; }
}

.form__input.error,
.form__select.error,
.form__textarea.error {
    border-color: #ff3333 !important;
    animation: blinkError 0.4s linear 3;
}

.form__radio-wrapper.error {
    position: relative;
}
.form__radio-wrapper.error::after {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    border: 2px solid #ff3333;
    border-radius: 8px;
    animation: blinkError 0.4s linear 3;
    pointer-events: none;
    z-index: 10;
}

/* Для выпадающего списка (стрелка остаётся чёрной) */
.form__select-wrapper.error::after {
    border-top-color: #000 !important;
}

/* ===== МОДАЛЬНОЕ ОКНО ===== */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 10000;
    backdrop-filter: blur(5px);
}

.modal {
    background: white;
    border-radius: 15px;
    padding: 40px;
    text-align: center;
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.3);
    max-width: 500px;
    width: 90%;
    position: relative;
    z-index: 10001;
}

.modal-content p {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 25px;
    color: #333;
}

.modal-close {
    padding: 0 15px;
    width: 200px;
    height: 50px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    background: #f15025;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 0;
    transition: background 0.2s;
}

.modal-close:hover { background: #d43f1a; }
.modal-close:active { background: #b83515; }

/* Размытие фона при модалке */
body.modal-open { overflow: hidden; }
body.modal-open .contact-form-container { filter: blur(4px); }
/* End */
/* /bitrix/templates/ceres/components/bitrix/news.list/main_hero/style.css?17691474723224 */
/* /bitrix/templates/ceres/components/bitrix/news.list/main_solutions/style.css?17691510096612 */
/* /bitrix/templates/ceres/include/main_courses/style.css?17688731325112 */
/* /bitrix/templates/ceres/components/bitrix/news.list/videos/style.css?17692229416612 */
/* /bitrix/templates/ceres/components/bitrix/news.list/projects/style.css?17693158956058 */
/* /bitrix/templates/ceres/components/bitrix/news.list/partners/style.css?17693299076058 */
/* /bitrix/templates/ceres/include/form/style.css?177123138910403 */
