

/* Start:/bitrix/templates/ceres/include/header/style.css?177132214313765*/
.header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: transparent;
}

.header.scrolled .main-menu {
    background-color: rgba(43,53,65,1);
}

.header-container {
    position: relative;
}

.mobile-menu {
    background-color: #2b3541;
    display: none;
    width: 100%;
    top: 0;
    z-index: 990;
}

.mobile-menu-container {
    min-height: 64px;
    padding: 20px;
    position: relative;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mobile-menu-burgerlogo {
    display: inline-block;
    font-size: 24px;
    font-weight: 400;
    white-space: nowrap;
    vertical-align: middle;
}

.mobile-menu-logo {
    height: auto;
    display: block;
    max-width: 267px;
    width: 267px;
    box-sizing: border-box;
    padding: 0;
    margin: 0 auto;
}

.menu-burger {
    display: none;
    position: relative;
    flex-shrink: 0;
    width: 25px;
    height: 25px;
    padding: 0;
    border: none;
    background-color: transparent;
    outline: none;
    cursor: pointer;
    z-index: 999;
    cursor: pointer;
}

.menu-burger span {
    display: block;
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #ffffff;
    left: 0;
    transition: .25s ease-in-out;
}

.menu-burger span:nth-child(1) {
    top: 2px;
}

.menu-burger span:nth-child(2) {
    top: 11px;
}

.menu-burger span:nth-child(3) {
    top: 20px;
}

.menu-burger.opened span:nth-child(1) {
    top: 11px;
    transform: rotate(45deg);
}

.menu-burger.opened span:nth-child(2) {
    opacity: 0;
    width: 0;
}

.menu-burger.opened span:nth-child(3) {
    top: 11px;
    transform: rotate(-45deg);
}

.main-menu {
    position: relative;
    background-color: rgba(43, 53, 65, 0.2);
    height: 70px;
    transition: background-color 0.3s ease;
}

.main-menu.scrolled {
    background-color: rgba(43,53,65,1);
}

.main-menu-container {
    height: 70px;
    display: flex;
    align-items: center;
    margin: 0 auto;
    padding-left: 80px;
    padding-right: 40px;
}

.menu-left {
    flex: 0 0 auto;
}

.menu-left-container {
    display: flex;
    align-items: center;
}

.menu-logo-wrapper {
    display: block;
}

.menu-logo {
    width: auto;
    height: 25px;
    display: block;
    padding-right: 120px ;
}

.menu-center {
    flex: 1;
    display: flex;
    justify-content: flex-start;
}

.menu-center-container {
    display: flex;
    align-items: center;
}

.menu-list {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    align-items: center;
}

.menu-item {
    display: flex;
    align-items: center;
}

.menu-item:first-child {
    padding: 0 30px 0 0;
}

.menu-item:nth-child(2),
.menu-item:nth-child(3) {
    padding: 0 30px;
}

.menu-item:last-child {
    padding: 0 0 0 30px;
}

.menu-link {
    color: #ffffff;
    font-weight: 700;
    text-decoration: none;
    transition: color 0.3s ease-in-out, opacity 0.3s ease-in-out;
    position: relative;
    font-size: 16px;
}

.menu-link:not(.active):not(.tooltipstered)::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 20%;
    opacity: 0;
    width: 100%;
    height: 100%;
    border-bottom: 2px solid #f15025;
    box-shadow: inset 0px -1px 0px 0px #f15025;
    transition: all 0.3s ease;
    pointer-events: none;
}

.menu-link.active {
    color: #ffffff !important;
    opacity: 1 !important;
}

.menu-link:not(.active):not(.tooltipstered):hover {
    color: #ffffff !important;
    opacity: 1 !important;
}

.menu-link:not(.active):not(.tooltipstered):hover::after {
    opacity: 1;
    bottom: -2px;
}

.menu-link.active:hover {
    color: #ffffff !important;
    opacity: 1 !important;
}

.menu-link.active:hover::after {
    opacity: 0;
}

.menu-right {
    flex: 0 0 auto;
}

.menu-right-container {
    display: flex;
    align-items: center;
    gap: 10px;
}

.menu-right-buttons {
    display: flex;
    align-items: center;
}

.menu-right-buttons-wrap {
    display: flex;
    gap: 10px;
}

.menu-right-buttons-but {
    display: flex;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    border-radius: 10px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    transition-duration: 0.2s;
    transition-property: background-color, color, border-color, box-shadow, opacity, transform;
    transition-timing-function: ease-in-out;
    border: none;
    cursor: pointer;
    box-shadow: none !important;
}

.btn-primary {
    color: #ffffff;
    background-color: #f15025;
    border-style: none !important;
}

.btn-secondary {
    color: #000000;
    background-color: #ffffff;
    border-style: none !important;
    border-radius: 10px;
    box-shadow: none !important;
}

.btn-text {
    display: block;
}

.btn-sm {
    padding: 10px 30px;
    font-size: 13px;
    height: auto;
    min-width: auto;
}

.dropdown {
    position: relative;
}

.dropdown-menu {
    position: absolute;
    top: 110%;
    left: -48px;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 1000;
    min-width: 280px;
    padding: 8px 0;
}

.dropdown-menu-corner {
    position: absolute;
    top: -6px;
    left: 37%;
    width: 12px;
    height: 12px;
    background-color: #ffffff;
    transform: rotate(45deg);
    border-radius: 2px;
}

.dropdown-content {
    position: relative;
    z-index: 1;
}

.dropdown-menu-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.dropdown-menu-item {
    margin: 0;
}

.dropdown-menu-link {
    display: block;
    padding: 12px 16px;
    text-decoration: none;
    color: #333333;
    transition: background-color 0.2s ease;
}

.dropdown-menu-link:hover {
    background-color: #f8f9fa;
    color: #333333;
}

.dropdown-menu-item-content {
    display: flex;
    align-items: center;
    gap: 12px;
}

.dropdown-menu-item-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.dropdown-menu-item-icon-bg {
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.dropdown-menu-item-text {
    flex: 1;
}

.dropdown-menu-item-title {
    font-size: 14px;
    font-weight: 700;
    color: #333333;
    margin: 0;
    line-height: 1.2;
}

.dropdown-menu-item-desc {
    font-size: 12px;
    color: #666666;
    margin: 0;
    line-height: 1.2;
}

.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.plugins-modal {
    position: fixed;
    top: 70px;
    left: 352.5px;
    right: 0;
    bottom: 0;
    z-index: 997;
    display: none;
    pointer-events: none;
    height: 390px;
    width: 1040px;
    margin: 0;
    border-radius: 15px;
    background-color: #ffffff;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    box-shadow: 0px 10px 20px 5px rgba(0,0,0,0.2);
}

.plugins-modal.open {
    display: block;
    pointer-events: all;
}

.plugins-modal-title {
    position: absolute;
    top: 30px;
    left: 20px;
    width: 560px;
    height: auto;
    color: #000000;
    font-size: 25px;
    line-height: 1.55;
    font-weight: 700;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    z-index: 2;
}

.plugins-modal-line {
    position: absolute;
    top: 89px;
    left: 20px;
    width: 1000px;
    height: 3px;
    border-radius: 2px;
    background-color: #f2f2f2;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    z-index: 2;
}

.plugin-card {
    position: absolute;
    z-index: 3;
}

.plugin-card-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-width: 0px;
    border-radius: 10px;
    opacity: 0;
    background-color: #ffffff;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    z-index: 1;
}

.plugin-card-icon {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 50px;
    height: 50px;
    z-index: 2;
}

.plugin-card-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.plugin-card-subtitle {
    position: absolute;
    top: 10px;
    left: 65px;
    width: 225px;
    height: auto;
    font-size: 15px;
    color: #666666;
    line-height: 23px;
    z-index: 2;
}

.plugin-card-title {
    position: absolute;
    top: 33px;
    left: 65px;
    width: 325px;
    height: auto;
    font-size: 18px;
    font-weight: 700;
    color: #000000;
    line-height: 28px;
    z-index: 2;
}

.plugin-card-button {
    position: absolute;
    top: 70px;
    left: 65px;
    width: 325px;
    height: 30px;
    z-index: 2;
}

.plugin-card-1 .plugin-card-button span, .plugin-card-1 .plugin-card-button a{width: calc( 100% - 114px);}
.plugin-card-2 .plugin-card-button span, .plugin-card-2 .plugin-card-button a{width: calc( 100% - 90px);}
.plugin-card-3 .plugin-card-button span, .plugin-card-3 .plugin-card-button a{width: calc( 100% - 44px);}
.plugin-card-4 .plugin-card-button span, .plugin-card-4 .plugin-card-button a{width: calc( 100% - 100px);}
.plugin-card-5 .plugin-card-button span, .plugin-card-5 .plugin-card-button a{width: calc( 100% - 94px);}
.plugin-card-6 .plugin-card-button span, .plugin-card-6 .plugin-card-button a{width: calc( 100% - 24px);}

.btn-buy {
    display: inline-block;
    padding: 3px 12px;
    color: #ffffff;
    font-size: 13px;
    line-height: 1.55;
    font-weight: 900;
    border-radius: 10px;
    background-color: #f15025;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
}

.btn-buy:hover {
    background-color: #e03e1a;
    color: #ffffff;
}

.btn-soon {
    display: inline-block;
    padding: 3px 12px;
    background-color: #f5f5f5;
    color: #f15025;
    text-decoration: none;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 900;
    text-align: center;
    line-height: 1.55;
    border: 1px solid #e0e0e0;
    cursor: not-allowed;
}

.plugin-card-1 {
    top: 110px;
    left: 10px;
    width: 310px;
    height: 110px;
}

.plugin-card-2 {
    top: 110px;
    left: 320px;
    width: 325px;
    height: 110px;
}

.plugin-card-3 {
    top: 110px;
    left: 645px;
    width: 385px;
    height: 110px;
}

.plugin-card-4 {
    top: 240px;
    left: 10px;
    width: 310px;
    height: 110px;
}

.plugin-card-5 {
    top: 240px;
    left: 320px;
    width: 325px;
    height: 110px;
}

.plugin-card-6 {
    top: 240px;
    left: 645px;
    width: 385px;
    height: 110px;
}

.mobile-menu-modal {
    position: fixed;
    top: 70px;
    left: 0;
    width: 100%;
    height: calc(100% - 70px);
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10000;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-10px);
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
}

.mobile-menu-modal.active {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transform: translateY(0);
}

.mobile-menu-modal-content {
    background-color: #ffffff;
    width: 100%;
    min-height: 100%;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.mobile-menu-modal-column {
    position: relative;
}

.mobile-menu-modal-section {
    position: relative;
}

.mobile-menu-modal-title {
    font-size: 27px;
    line-height: 42px;
    color: #000000;
    margin: 0 0 8px 0;
}

.mobile-menu-modal-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mobile-menu-modal-list li {
    margin-bottom: 10px;
}

.mobile-menu-modal-item {
    font-size: 21px;
    line-height: 33px;
    color: #a6a2a2;
}

.mobile-menu-modal-link {
    color: #000000;
    text-decoration: none;
    display: block;
    padding: 8px 0;
    font-size: 18px;
    line-height: 1.4;
    transition: color 0.2s ease;
}

.mobile-menu-modal-link:hover {
    color: #f15025;
}

.mobile-menu-modal-link.disabled {
    color: #999;
    cursor: not-allowed;
}

.mobile-menu-modal-toggle {
    background: none;
    border: none;
    padding: 0;
    text-align: left;
    width: 100%;
    font-size: 18px;
    line-height: 1.4;
    color: #000;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.toggle-icon {
    font-size: 24px;
    font-weight: bold;
    min-width: 24px;
    text-align: center;
}

.mobile-menu-modal-sublist {
    list-style: none;
    margin: 10px 0 0 20px;
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.mobile-menu-modal-sublist.active {
    max-height: 500px;
}

.mobile-menu-modal-subitem {
    margin-bottom: 8px;
}

.mobile-menu-modal-button-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: auto;
    padding-top: 30px;
}

.mobile-menu-modal-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 1365px) {
    .main-menu-container {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .menu-list,
    .menu-item,
    .menu-right-buttons {
        display: none;
    }
    
    .menu-burger {
        display: block;
    }
    
    .mobile-menu {
        display: block;
    }
}
/* End */


/* Start:/bitrix/templates/ceres/components/bitrix/news.list/plugins_modal_list/style.css?1770953085150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/bitrix/templates/ceres/styles.css?1768969694664*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    margin: 0;
    padding: 0;
    line-height: 1.55;
}

ul, ol {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
}

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

button {
    border: none;
    background: none;
    cursor: pointer;
    font-family: inherit;
}

input, textarea, select {
    font-family: inherit;
    font-size: inherit;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: inherit;
    font-size: inherit;
    margin: 0;
}

p {
    margin: 0;
}

button, a {
    outline: none;
}

button:focus, a:focus {
    outline: none;
}

/* End */


/* Start:/bitrix/templates/ceres/template_styles.css?177129254896831*/
:root {
    --primary-color: #f15025;
    --secondary-color: #2b3541;
    --text-color: #000000;
    --text-light: #929292;
    --background-color: #ffffff;
    --border-color: #f2f2f2;
    --shadow: 0px 10px 20px 5px rgba(0,0,0,0.2);
    --border-radius: 10px;
    --transition: all 0.2s ease-in-out;
}
html {
    scroll-behavior: smooth;
    scroll-padding-top: 100px;
    overflow-x: hidden;
    max-width: 100vw;
    width: 100%;
}

body {
    font-family: 'Manrope', Arial, sans-serif;
    font-weight: 400;
    line-height: 1.55;
    color: var(--text-color);
/*    background-color: var(--background-color);    */
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
    box-sizing: border-box;
}

.ceres-wrapper {
    position: relative;
    height: 100%;
    width: 100vw;
}

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

section [class*="-container"] {
    max-width: 1320px;
    margin: 0 auto;
}

.text-block {
    width: 1120px;
    margin: 0 auto;
}

.text-block-title {
    margin: 0 0 30px 0;
    opacity: 0;
    transform: translateX(-30px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
    font-size: 40px;
    font-weight: 900;
    max-width: 100%;
    box-sizing: border-box;
}

.text-block-title.animate {
    opacity: 1;
    transform: translateX(0);
}

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

.text-block-text.animate {
    opacity: 1;
    transform: translateX(0);
}

@media (max-width: 1365px) {
    .text-block {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }
    
    .text-block-title {
        max-width: 100% !important;
        width: 100% !important;
        word-wrap: break-word;
        overflow-wrap: break-word;
        box-sizing: border-box;
        font-size: 20px;
    }
    
    .text-block-text {
        word-wrap: break-word;
        word-break: break-word;
        width: 100%;
    }
}

@media (max-width: 500px) {
    section h2 + p:not([class*="panel"]):not([class*="card"]):not([class*="form"]),
    section h2 ~ p:first-of-type:not([class*="panel"]):not([class*="card"]):not([class*="form"]) {
        font-size: 14px;
    }
    
    .text-block-title {
        max-width: 100% !important;
        width: 100% !important;
        word-wrap: break-word;
        overflow-wrap: break-word;
        box-sizing: border-box;
        font-size: 30px;
        line-height: 46.5px;
    }
    
    .text-block-text {
        font-size: 14px;
    }
}

.hero-container {
    position: relative;
    z-index: 2;
    display: flex;
}

.hero-container-secondary {
    justify-content: flex-end;
    height: auto !important;
}

.hero__price{font-size: 30px;}

.hero-section-secondary {
    position: relative;
    max-height: 750px;
    background: linear-gradient(110deg, rgba(43, 53, 65, 1) 20%, rgba(241, 80, 37, 1) 98%);
    overflow: hidden;
}

.hero-content {
    margin: 0 auto;
}

.hero-image {
    width: 100%;
    height: auto;
}

.section-padding {
    padding: 90px 0;
    position: relative;
}

.section-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.animate-fade-in-left {
    opacity: 0;
    transform: translateX(-30px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.animate-fade-in-left.animate {
    opacity: 1;
    transform: translateX(0);
}

.animate-fade-in-right {
    opacity: 0;
    transform: translateX(100px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.animate-fade-in-right.animate {
    opacity: 1;
    transform: translateX(0);
}

.panel {
    position: absolute;
    background-color: #f5f5f5;
    border-radius: 10px;
    box-shadow: 0px 0px 20px 10px rgba(0,0,0,0.2);
}

.panel-title {
    position: relative;
    margin: 20px 35px 20px 35px;
    white-space: nowrap;
    font-size: 24px;
    font-weight: 900;
    z-index: 1;
}

.panel-text {
    position: relative;
    margin: 0 35px 30px 35px;
    font-size: 14px;
    z-index: 1;
}

.decorative-element {
    position: absolute;
    z-index: 3;
}

.decorative-element img {
    width: 100%;
    height: auto;
    display: block;
}

[class*="-video-section"] {
    position: relative;
    padding: 90px 0;
}

[class*="-video-container"] {
    position: relative;
    width: 100%;
    height: 650px;
    border-radius: 30px;
    overflow: hidden;
}

[class*="-video-embed"] {
    position: relative;
    width: 100%;
    height: 650px;
    aspect-ratio: 16 / 9;
}


.video-embed{ height: 650px;}

[class*="-video-embed"] iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

@media (max-width: 1365px) {
    [class*="-video-section"] {
        padding: 0 !important;
        box-sizing: border-box;
    }
    
    [class*="-video-container"] {
        width: 100%;
        height: auto;
        aspect-ratio: 16 / 9;
        min-height: 0;
        border-radius: 0 !important;
    }
    
    [class*="-video-embed"] {
        width: 100%;
        height: auto;
        aspect-ratio: 16 / 9;
        min-height: 0;
    }
}

@media (max-width: 1365px) {
    * {
        border-radius: 0 !important;
    }
    
    button,
    .button,
    .btn,
    .scroll-btn,
    .submit-button,
    input[type="submit"],
    input[type="button"],
    a.scroll-btn,
    a.button,
    a.btn,
    [class*="button"]:not([class*="container"]):not([class*="section"]),
    [class*="-btn"] {
        border-radius: 10px !important;
    }
    
    .hero__heading,
    .hero__description {
        border-radius: 15px !important;
    }
}

.main-content {
    position: relative;
    z-index: 1;
    margin-top: 0;
}



.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 30px;
    border-radius: var(--border-radius);
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    transition: var(--transition);
    border: none;
    cursor: pointer;
    white-space: nowrap;
}

.btn--primary {
    background-color: var(--primary-color);
    color: #ffffff;
}

.btn--primary:hover {
    background-color: #d43e1a;
    transform: translateY(-1px);
}

.btn--secondary {
    background-color: #ffffff;
    color: #000000;
}

.btn--secondary:hover {
    background-color: #f5f5f5;
    transform: translateY(-1px);
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-toggle {
    position: relative;
}

.dropdown-toggle::after {
    content: '▼';
    margin-left: 8px;
    font-size: 10px;
    transition: transform 0.3s ease;
}

.dropdown:hover .dropdown-toggle::after {
    transform: rotate(180deg);
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    padding: 10px 0;
    min-width: 250px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 1000;
}

.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dropdown-item {
    display: flex;
    align-items: center;
    padding: 12px 20px;
    color: var(--text-color-dark);
    text-decoration: none;
    transition: background-color 0.2s ease;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
}

.dropdown-item:hover {
    background-color: #f8f9fa;
    color: var(--primary-color);
}

.dropdown-icon {
    width: 20px;
    height: 20px;
    margin-right: 12px;
    flex-shrink: 0;
}

.dropdown-item span {
    font-weight: 600;
    font-size: 14px;
}

.mobile-menu {
    display: none;
    background-color: #2b3541;
    padding: 20px;
}

.mobile-menu__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mobile-menu__logo img {
    max-width: 267px;
    height: auto;
}

.mobile-burger {
    position: relative;
    width: 28px;
    height: 20px;
    background: none;
    border: none;
    cursor: pointer;
}

.mobile-burger span {
    display: block;
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #ffffff;
    transition: var(--transition);
}

.mobile-burger span:nth-child(1) { top: 0; }
.mobile-burger span:nth-child(2), 
.mobile-burger span:nth-child(3) { top: 8px; }
.mobile-burger span:nth-child(4) { top: 16px; }

.mobile-burger.opened span:nth-child(1) {
    top: 8px;
    width: 0%;
    left: 50%;
}

.mobile-burger.opened span:nth-child(2) {
    transform: rotate(45deg);
}

.mobile-burger.opened span:nth-child(3) {
    transform: rotate(-45deg);
}

.mobile-burger.opened span:nth-child(4) {
    top: 8px;
    width: 0%;
    left: 50%;
}

.main-content {
    display: flex;
    flex-direction: column;
}
#rec609766159 .t396__artboard {
    min-height: 660px;
    height: 100vh;
    background-color: #ffffff;
    position: relative;
}

#rec609766159 .t396__filter {
    min-height: 660px;
    height: 100vh;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), to(rgba(0,0,0,0)));
    background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0));
    background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0));
    will-change: transform;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

#rec609766159 .t396__carrier-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

#rec609766159 .t396__carrier {
    min-height: 660px;
    height: 100vh;
    background-position: center center;
    background-attachment: fixed;
    transform: translate3d(0,0,0);
    -moz-transform: unset;
    background-size: cover;
    background-repeat: no-repeat;
}


#rec609766159 .t396__elem {
    position: absolute;
}

#rec609766159 .tn-elem[data-elem-id="1470210011265"] .tn-atom {
    color: #ffffff;
    font-size: 26px;
    font-weight: 700;
}

#rec609766159 .tn-elem[data-elem-id="1688543374803"] .tn-atom {
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
}

#scrollButton {
    position: absolute;
    left: calc(50% - 90px);
    height: 40px;
    bottom: 60px;
    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;
}

.arrow-animation {
    position: absolute;
    bottom: 20px;
    left: calc(50% - 0px);
    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);
}

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


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

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-100px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

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



h2.section-title,
h2.projects-section-title,
h2.solutions__title,
h2.products-design-plugins-title,
h2.products-design-text-title,
h2.services-help-title,
h2.partners-title,
h2.about-us-history-title {
    font-size: 42px;
    font-weight: bold;
    color: #000000;
    text-align: left;
    margin: 0;
    position: relative;
}

h2.services-help-title:not(.animate),
h2.partners-title:not(.animate),
h2.about-us-history-title:not(.animate),
h2.products-design-text-title:not(.animate),
h2.section-title:not(.animate),
h2.projects-section-title:not(.animate),
h2.solutions__title:not(.animate) {
    opacity: 0 !important;
    transform: translateX(-30px) !important;
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

h2.services-help-title.animate,
h2.partners-title.animate,
h2.about-us-history-title.animate,
h2.products-design-text-title.animate,
h2.section-title.animate,
h2.projects-section-title.animate,
h2.solutions__title.animate {
    opacity: 1;
    transform: translateX(0);
}

.section-title {
    margin-bottom: 105px;
}

.solutions__title {
    font-size: 40px;
    font-weight: 800;
    line-height: 62px;
}

.products-design-plugins-title {
    font-weight: 700;
    line-height: 1.23;
}

.products-design-text-title {
    font-weight: 700;
    line-height: 1.23;
    margin-bottom: 20px;
}

.hero__container {
    position: relative;
    height: 630px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.hero__content {
    position: relative;
    width: 1170px;
    max-width: 1170px;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    gap: 30px;
    z-index: 2;
    padding: 0;
    box-sizing: content-box;
}

.hero__text {
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex: 0 0 auto;
    max-width: 520px;
    padding-bottom: 100px;
}

.hero__heading {
    background-color: #f15025;
    border-radius: 15px;
    padding: 15px 20px;
    display: flex;
    align-items: center;
}

.hero__heading h1 {
    color: #ffffff;
    font-size: 36px;
    line-height: 1.2;
    font-weight: 700;
    margin: 0;
}

.hero__description {
    background-color: #ffffff;
    border-radius: 15px;
    padding: 15px 20px;
    display: flex;
    align-items: center;
}

.hero__description p {
    color: #000000;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    margin: 0;
}

.hero__picture {
    position: relative;
    width: 600px;
    height: 600px;
    flex: 0 0 600px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    overflow: hidden;
}

.hero__picture-image-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.hero__picture img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

@media (max-width: 1365px) {
    .hero-section-secondary {
        height: auto;
        min-height: auto;
        padding: 70px 0 40px 0;
    }
    
    .hero-container-secondary {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }
    
    .hero__content {
        width: 100%;
        max-width: 100%;
        flex-direction: column-reverse;
        align-items: flex-start;
        gap: 30px;
        padding: 0;
        box-sizing: border-box;
    }
    
    .hero__text {
        width: 100%;
        max-width: 100%;
        padding-bottom: 0;
        gap: 15px;
    }
    
    .hero__heading {
        width: 100%;
        box-sizing: border-box;
    }
    
    .hero__heading h1 {
        font-size: 24px;
    }
    
    .hero__description {
        width: 100%;
        box-sizing: border-box;
    }
    
    .hero__description p {
        font-size: 14px;
    }
    
    .hero__picture {
        width: 100%;
        height: auto;
        flex: 1 1 auto;
        min-height: 300px;
        max-height: 400px;
        align-items: center;
        justify-content: center;
    }
    
    .hero__picture-image-wrapper {
        width: 100%;
        height: 100%;
        align-items: center;
        justify-content: center;
    }
    
    .hero__picture img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }
}

/* Баннер страницы "О нас" - специфичные стили */
/* Секция hero для страницы about_us */
.about-us-hero-section {
}

/* Основное изображение hero about_us - ограничение ширины */
.about-us-hero-main-image {
    max-width: 408px;
    /* width и height применены через класс .hero-image */
    animation: about-us-decorative-float 10s ease-in-out infinite;
}

/* Анимация декоративного элемента */
@keyframes about-us-decorative-float {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }
    50% {
        transform: translate(0, -70px) rotate(-15deg);
    }
    100% {
        transform: translate(0, 0) rotate(0deg);
    }
}

/* Блок "История нашей команды" */

.about-us-history-section {
    padding: 75px 0;
    background-color: #f1f2f2;
}

.about-us-history-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
}

.about-us-history-text {
    font-size: 16px;
    line-height: 1.6;
    color: #000000;
    opacity: 0;
    transform: translateX(100px);
    transition: opacity 0.6s ease-out 0.3s, transform 0.6s ease-out 0.3s;
}

.about-us-history-text.animate {
    opacity: 1;
    transform: translateX(0);
}

.about-us-history-text p {
    margin: 0 0 20px 0;
}

.about-us-history-text p:last-child {
    margin-bottom: 0;
}

/* Адаптивность */

}
    
    .about-us-history-container {
        padding: 0 20px;
    }
    
    .about-us-history-title {
        font-size: 32px;
    }
    
    .about-us-history-text {
        font-size: 15px;
    }
}
    
    .about-us-history-container {
        padding: 0 15px;
    }
    
    .about-us-history-title {
        font-size: 28px;
    }
    
    .about-us-history-text {
        font-size: 14px;
    }
}

/* Блок мотивирующей цитаты страницы "О нас" */
.about-us-quote-section {
    position: relative;
    overflow: hidden;
    background-color: #ffffff;
}

.about-us-quote-container {
    position: relative;
    max-width: 1320px;
    margin: 0 auto;
    height: 580px;
}

/* Общие стили для карточек */
.about-us-quote-card {
    position: absolute;
    box-sizing: border-box;
    background: linear-gradient(0.25turn, rgba(241,242,242,1) 0%, rgba(255,255,255,1) 100%);
    opacity: 0;
}

.about-us-quote-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 25px;
    box-sizing: border-box;
    display: block;
}

/* Карточка 1 (повернута на 5deg, выше и правее) */
.about-us-quote-card--right {
    z-index: 5;
    top: 60px;
    left: calc(50% + 109px);
    transform: translateX(-50%) rotate(5deg);
    width: 1019px;
    height: 652px;
    animation: about-us-quote-fadein-right 0.5s ease-out 0.3s forwards;
}

/* Карточка 2 (повернута на -5deg, ниже и левее) */
.about-us-quote-card--left {
    z-index: 3;
    top: 70px;
    left: calc(50% - 129px);
    transform: translateX(-50%) rotate(-5deg);
    width: 986px;
    height: 630px;
    animation: about-us-quote-fadein-left 0.5s ease-out 0s forwards;
}

/* Контейнер текста цитаты и автора */
.about-us-quote-content {
    position: absolute;
    z-index: 6;
    bottom: 70px;
    right: 50px;
    text-align: right;
}

/* Текст цитаты */
.about-us-quote-text {
    color: #000000;
    width: 294px;
    height: auto;
    font-size: 20px;
    font-family: 'Manrope', Arial, sans-serif;
    line-height: 2;
    font-weight: 700;
    margin-bottom: -8px;
    opacity: 0;
    transform: translateX(-100px);
    animation: about-us-quote-text-fadein 0.6s ease-out 0.8s forwards;
}

.about-us-quote-highlight {
    background-color: #f15025;
    color: #ffffff;
    padding: 5px 10px;
}

/* Автор */
.about-us-quote-author {
    color: #000000;
    width: 144px;
    height: auto;
    margin-right: auto;
    font-size: 14px;
    font-family: 'Manrope', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 400;
    text-align: left;
    opacity: 0;
    transform: translateX(100px);
    animation: about-us-quote-author-fadein 0.6s ease-out 1s forwards;
}

.about-us-quote-author em {
    color: #000000;
    background-color: #ffffff;
    font-style: italic;
}

/* Анимации появления */
@keyframes about-us-quote-fadein-left {
    0% {
        opacity: 0;
        transform: translateX(-50%) rotate(-5deg) translateX(100px);
    }
    100% {
        opacity: 1;
        transform: translateX(-50%) rotate(-5deg) translateX(0);
    }
}

@keyframes about-us-quote-fadein-right {
    0% {
        opacity: 0;
        transform: translateX(-50%) rotate(5deg) translateX(100px);
    }
    100% {
        opacity: 1;
        transform: translateX(-50%) rotate(5deg) translateX(0);
    }
}

@keyframes about-us-quote-text-fadein {
    0% {
        opacity: 0;
        transform: translateX(-100px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes about-us-quote-author-fadein {
    0% {
        opacity: 0;
        transform: translateX(100px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@media (max-width: 1365px) {
    .about-us-quote-container {
        height: auto;
        min-height: 400px;
        padding: 40px 20px;
        box-sizing: border-box;
    }
    
    .about-us-quote-card img {
        padding: 10px;
    }
    
    .about-us-quote-card--right {
        width: 340px;
        height: 218px;
        top: 40px;
        left: calc(50% + 37px);
    }
    
    .about-us-quote-card--left {
        width: 329px;
        height: 210px;
        top: 47px;
        left: calc(50% - 43px);
    }
    
    .about-us-quote-content {
        bottom: 47px;
        right: 33px;
    }
}

.advantages-section {
    padding: 90px 0 150px;
    background-color: #f6f6f6;
}

.section-title {
    font-size: 42px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 105px;
    position: relative;
}

.section-title.animate {
    animation: fadeInRight 1s ease forwards;
}

.advantages-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    list-style: none;
    justify-content: center;
}

.advantage-item {
    width: 360px;
    min-width: 0;
    border-radius: 8px;
    padding: 30px;
    opacity: 0;
    transform: translateX(-30px);
    transition: opacity 1s ease, transform 1s ease;
    box-sizing: border-box;
}

.advantage-item:hover {
    transform: translateY(-5px);
}

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

.advantage-item.animate:hover {
    transform: translateY(-5px) translateX(0);
}

.advantage-icon {
    width: 55px;
    height: 55px;
}

.advantage-title {
    margin-top: 23px;
    font-size: 18px;
    line-height: 1.35;
    font-weight: 700;
    color: #2c3e50;
}

.advantage-description {
    width: 100%;
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.55;
    color: #000;
}

.advantage-item:nth-child(1).animate {
    transition-delay: 0.1s;
}

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

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

.advantage-item:nth-child(4).animate {
    transition-delay: 0.4s;
}

.advantage-item:nth-child(5).animate {
    transition-delay: 0.5s;
}

.advantage-item:nth-child(6).animate {
    transition-delay: 0.6s;
}

@media (max-width: 1365px) {
    .advantage-item {
        width: calc(50% - 15px);
        min-width: 280px;
    }
}

@media (max-width: 767px) {
    .advantage-item {
        width: 100%;
        min-width: 0;
    }
    
    .section-title {
        margin-bottom: 60px;
    }
}

@media (max-width: 576px) {
    .section-title {
        margin-bottom: 45px;
        text-align: center;
    }
    
    .advantages-section {
        padding: 60px 0 100px;
    }
}

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

/* Футер */

.footer {
    min-height: auto;
    padding: 0;
    background-color: #000000;
}

.footer__artboard {
    position: relative;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    min-height: 264px;
    padding: 0;
    background-color: #000000;
}

.footer__container {
    position: relative;
    width: 1200px;
    max-width: 100%;
    z-index: 1;
    margin: 0 auto;
    padding-left: 30px;
}

.footer__content {
    position: relative;
    width: 100%;
    min-height: 264px;
    z-index: 1;
    display: flex;
    align-items: flex-start;
    gap: 90px;
    padding: 30px 0;
    flex-wrap: wrap;
}

/* Колонки футера */
.footer__column {
    position: relative;
    z-index: 1;
}

.footer__column--left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: flex-end;
    width: 240px;
}

.footer__column--center {
    width: max-content;
    align-self: flex-start;
}

.footer__column--right {
    width: max-content;
    align-self: flex-start;
}


/* Секции футера */
.footer__section {
    position: relative;
    z-index: 1;
}

.footer__section--sitemap {
    width: 100%;
}

.footer__title {
    font-size: 18px;
    line-height: 28px;
    color: #ffffff;
    margin: 0 0 8px 0;
}

.footer__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer__list li {
    margin-bottom: 0;
}

.footer__item {
    font-size: 14px;
    line-height: 22px;
    color: #a6a2a2;
}

.footer__link {
    color: #ffffff;
    text-decoration: none;
}

.footer__link:hover {
    text-decoration: underline;
}

/* Социальные сети */
.footer__social {
    position: relative;
    z-index: 1;
    height: 35px;
    flex-shrink: 0;
    width: 80px;
}

.footer__social-shape {
    position: absolute;
    width: 35px;
    height: 35px;
    z-index: 1;
}

.footer__social-shape--youtube {
    left: 0;
    top: 0;
}

.footer__social-shape--instagram {
    left: 45px;
    top: 0;
}

.footer__social-link {
    position: absolute;
    display: block;
    z-index: 2;
    background-color: #ffffff;
    border-radius: 10px;
}

.footer__social-link--youtube {
    width: 35px;
    left: 0;
    top: 0;
}

.footer__social-link--instagram {
    width: 35px;
    left: 45px;
    top: 0;
}

.footer__social-image {
    width: 100%;
    height: auto;
    display: block;
}

/* Логотип и социальные сети в одной строке */
.footer__logo-social-wrapper {
    display: flex;
    align-items: center;
    gap: 30px;
    width: 100%;
    margin-bottom: 0;
}

/* Первая строка: лого + соцсети */
.footer__column--left .footer__logo-social-wrapper {
    margin-bottom: 0;
}

/* Логотип */
.footer__logo {
    position: relative;
    width: 45px;
    z-index: 1;
    flex-shrink: 0;
}

.footer__logo-image {
    width: 100%;
    height: auto;
    display: block;
}

/* Копирайт */
.footer__copyright {
    position: relative;
    width: auto;
    z-index: 1;
    top: auto;
    left: auto;
}

.footer__copyright-text {
    font-size: 14px;
    line-height: 28px;
    color: #525252;
    margin-top: 30px;
}

/* Дисклеймер - вторая строка с отступом 30px сверху */
.footer__disclaimer {
    position: relative;
    width: auto;
    z-index: 1;
    top: auto;
    left: auto;
}

.footer__disclaimer-text {
    font-size: 10px;
    line-height: 20px;
    color: #525252;
    margin: 0;
}

/* Мобильная версия - gap 20px при ширине меньше 768px */
@media (max-width: 767px) {
    .footer__content {
        gap: 20px;
    }
}

/* ============================================
   CONTACT FORM BLOCK
   ============================================ */

.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;
    }
}

/* Стили для главного меню */
.header {
    width: 100%;
    position: fixed;
/*    top: 0;*/
    left: 0;
    z-index: 1000;
    background-color: transparent;
}

.header.scrolled .main-menu {
    background-color: rgba(43,53,65,1);
}

.header-container {
    position: relative;
}

/* Мобильное меню */
.mobile-menu {
    background-color: #2b3541;
    display: none;
    width: 100%;
    top: 0;
    z-index: 990;
}

.mobile-menu-container {
    min-height: 64px;
    padding: 20px;
    position: relative;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mobile-menu-burgerlogo {
    display: inline-block;
    font-size: 24px;
    font-weight: 400;
    white-space: nowrap;
    vertical-align: middle;
}

.mobile-menu-logo {
    height: auto;
    display: block;
    max-width: 267px;
    width: 267px;
    box-sizing: border-box;
    padding: 0;
    margin: 0 auto;
}

.menu-burger {
    display: none;
    position: relative;
    flex-shrink: 0;
    width: 25px;
    height: 25px;
    padding: 0;
    border: none;
    background-color: transparent;
    outline: none;
    cursor: pointer;
    z-index: 999;
    cursor: pointer;
}

.menu-burger span {
    display: block;
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #ffffff;
    left: 0;
    transition: .25s ease-in-out;
}

.menu-burger span:nth-child(1) {
    top: 2px;
}

.menu-burger span:nth-child(2) {
    top: 11px;
}

.menu-burger span:nth-child(3) {
    top: 20px;
}

.menu-burger.opened span:nth-child(1) {
    top: 11px;
    transform: rotate(45deg);
}

.menu-burger.opened span:nth-child(2) {
    opacity: 0;
    width: 0;
}

.menu-burger.opened span:nth-child(3) {
    top: 11px;
    transform: rotate(-45deg);
}

/* Основное меню */
.main-menu {
    position: relative;
    background-color: rgba(43, 53, 65, 0.2);
    height: 70px;
    transition: background-color 0.3s ease;
}

.main-menu.scrolled {
    background-color: rgba(43,53,65,1);
}

.main-menu-container {
    height: 70px;
    display: flex;
    align-items: center;
    margin: 0 auto;
    padding-left: 80px;
    padding-right: 40px;
}


.menu-left {
    flex: 0 0 auto;
}

.menu-left-container {
    display: flex;
    align-items: center;
}

.menu-logo-wrapper {
    display: block;
}

.menu-logo {
    width: auto;
    height: 25px;
    display: block;
    padding-right: 120px ;
}

.menu-center {
    flex: 1;
    display: flex;
    justify-content: flex-start;
}

.menu-center-container {
    display: flex;
    align-items: center;
}

.menu-list {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    align-items: center;
}

.menu-item {
    display: flex;
    align-items: center;
}

.menu-item:first-child {
    padding: 0 30px 0 0;
}

.menu-item:nth-child(2),
.menu-item:nth-child(3) {
    padding: 0 30px;
}

.menu-item:last-child {
    padding: 0 0 0 30px;
}

.menu-link {
    color: #ffffff;
    font-weight: 700;
    text-decoration: none;
    transition: color 0.3s ease-in-out, opacity 0.3s ease-in-out;
    position: relative;
    font-size: 16px;
}

.menu-link:not(.active):not(.tooltipstered)::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 20%;
    opacity: 0;
    width: 100%;
    height: 100%;
    border-bottom: 2px solid #f15025;
    box-shadow: inset 0px -1px 0px 0px #f15025;
    transition: all 0.3s ease;
    pointer-events: none;
}

.menu-link.active {
    color: #ffffff !important;
    opacity: 1 !important;
}

.menu-link:not(.active):not(.tooltipstered):hover {
    color: #ffffff !important;
    opacity: 1 !important;
}

.menu-link:not(.active):not(.tooltipstered):hover::after {
    opacity: 1;
    bottom: -2px;
}

/* Убираем реакцию для активного пункта */
.menu-link.active:hover {
    color: #ffffff !important;
    opacity: 1 !important;
}

.menu-link.active:hover::after {
    opacity: 0;
}

.menu-right {
    flex: 0 0 auto;
}

.menu-right-container {
    display: flex;
    align-items: center;
    gap: 10px;
}

.menu-right-buttons {
    display: flex;
    align-items: center;
}

.menu-right-buttons-wrap {
    display: flex;
    gap: 10px;
}

.menu-right-buttons-but {
    display: flex;
}


/* Кнопки - точные стили из оригинального меню */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    border-radius: 10px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    transition-duration: 0.2s;
    transition-property: background-color, color, border-color, box-shadow, opacity, transform;
    transition-timing-function: ease-in-out;
    border: none;
    cursor: pointer;
    box-shadow: none !important;
}

.btn-primary {
    color: #ffffff;
    background-color: #f15025;
    border-style: none !important;
}

.btn-secondary {
    color: #000000;
    background-color: #ffffff;
    border-style: none !important;
    border-radius: 10px;
    box-shadow: none !important;
}

.btn-text {
    display: block;
}

/* Маленький размер кнопок (t-btnflex_sm) */
.btn-sm {
    padding: 10px 30px;
    font-size: 13px;
    height: auto;
    min-width: auto;
}


/* Всплывающее меню */
.dropdown {
    position: relative;
}

.dropdown-menu {
    position: absolute;
    top: 110%;
    left: -48px;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 1000;
    min-width: 280px;
    padding: 8px 0;
}

.dropdown-menu-corner {
    position: absolute;
    top: -6px;
    left: 37%;
    width: 12px;
    height: 12px;
    background-color: #ffffff;
    transform: rotate(45deg);
    border-radius: 2px;
}

.dropdown-content {
    position: relative;
    z-index: 1;
}

.dropdown-menu-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.dropdown-menu-item {
    margin: 0;
}

.dropdown-menu-link {
    display: block;
    padding: 12px 16px;
    text-decoration: none;
    color: #333333;
    transition: background-color 0.2s ease;
}

.dropdown-menu-link:hover {
    background-color: #f8f9fa;
    color: #333333;
}

.dropdown-menu-item-content {
    display: flex;
    align-items: center;
    gap: 12px;
}

.dropdown-menu-item-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.dropdown-menu-item-icon-bg {
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.dropdown-menu-item-text {
    flex: 1;
}

.dropdown-menu-item-title {
    font-size: 14px;
    font-weight: 700;
    color: #333333;
    margin: 0;
    line-height: 1.2;
}

.dropdown-menu-item-desc {
    font-size: 12px;
    color: #666666;
    margin: 0;
    line-height: 1.2;
}

/* Показ меню при наведении */
.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Модальное окно "Плагины" */
.plugins-modal {
    position: fixed;
    top: 70px;
    left: 352.5px;
    right: 0;
    bottom: 0;
    z-index: 997;
    display: none;
    pointer-events: none;
    height: 390px;
    width: 1040px;
    margin: 0;
    border-radius: 15px;
    background-color: #ffffff;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    box-shadow: 0px 10px 20px 5px rgba(0,0,0,0.2);
}

.plugins-modal.open {
    display: block;
    pointer-events: all;
}

/* Заголовок */
.plugins-modal-title {
    position: absolute;
    top: 30px;
    left: 20px;
    width: 560px;
    height: auto;
    color: #000000;
    font-size: 25px;
    line-height: 1.55;
    font-weight: 700;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    z-index: 2;
}

/* Линия под заголовком */
.plugins-modal-line {
    position: absolute;
    top: 89px;
    left: 20px;
    width: 1000px;
    height: 3px;
    border-radius: 2px;
    background-color: #f2f2f2;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    z-index: 2;
}

/* Карточки плагинов */
.plugin-card {
    position: absolute;
    z-index: 3;
}

/* Фон карточки */
.plugin-card-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-width: 0px;
    border-radius: 10px;
    opacity: 0;
    background-color: #ffffff;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    z-index: 1;
}

/* Иконка карточки */
.plugin-card-icon {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 50px;
    height: 50px;
    z-index: 2;
}

.plugin-card-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Подзаголовок */
.plugin-card-subtitle {
    position: absolute;
    top: 10px;
    left: 65px;
    width: 225px;
    height: auto;
    font-size: 15px;
    color: #666666;
    line-height: 23px;
    z-index: 2;
}

/* Заголовок карточки */
.plugin-card-title {
    position: absolute;
    top: 33px;
    left: 65px;
    width: 325px;
    height: auto;
    font-size: 18px;
    font-weight: 700;
    color: #000000;
    line-height: 28px;
    z-index: 2;
}

/* Кнопка карточки */
.plugin-card-button {
    position: absolute;
    top: 70px;
    left: 65px;
    width: 325px;
    height: 30px;
    z-index: 2;
}

/* Кнопка "Купить" */
.plugin-card-1 .plugin-card-button span, .plugin-card-1 .plugin-card-button a{width: calc( 100% - 114px);}
.plugin-card-2 .plugin-card-button span, .plugin-card-2 .plugin-card-button a{width: calc( 100% - 90px);}
.plugin-card-3 .plugin-card-button span, .plugin-card-3 .plugin-card-button a{width: calc( 100% - 44px);}
.plugin-card-4 .plugin-card-button span, .plugin-card-4 .plugin-card-button a{width: calc( 100% - 100px);}
.plugin-card-5 .plugin-card-button span, .plugin-card-5 .plugin-card-button a{width: calc( 100% - 94px);}
.plugin-card-6 .plugin-card-button span, .plugin-card-6 .plugin-card-button a{width: calc( 100% - 24px);}

.btn-buy {
    display: inline-block;
    padding: 3px 12px;
    color: #ffffff;
    font-size: 13px;
    line-height: 1.55;
    font-weight: 900;
    border-radius: 10px;
    background-color: #f15025;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
	
}

.btn-buy:hover {
    background-color: #e03e1a;
    color: #ffffff;
}

/* Кнопка "Скоро" */
.btn-soon {
    display: inline-block;
    padding: 3px 12px;
    background-color: #f5f5f5;
    color: #f15025;
    text-decoration: none;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 900;
    text-align: center;
    line-height: 1.55;
    border: 1px solid #e0e0e0;
    cursor: not-allowed;
	
}


/* Позиционирование карточек */
.plugin-card-1 {
    top: 110px;
    left: 10px;
    width: 310px;
    height: 110px;
}

.plugin-card-2 {
    top: 110px;
    left: 320px;
    width: 325px;
    height: 110px;
}

.plugin-card-3 {
    top: 110px;
    left: 645px;
    width: 385px;
    height: 110px;
}

.plugin-card-4 {
    top: 240px;
    left: 10px;
    width: 310px;
    height: 110px;
}

.plugin-card-5 {
    top: 240px;
    left: 320px;
    width: 325px;
    height: 110px;
}

.plugin-card-6 {
    top: 240px;
    left: 645px;
    width: 385px;
    height: 110px;
}

.mobile-menu-modal {
    position: fixed;
    top: 70px;
    left: 0;
    width: 100%;
    height: calc(100% - 70px);
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10000;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-10px);
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
}

.mobile-menu-modal.active {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transform: translateY(0);
}

.mobile-menu-modal-content {
    background-color: #ffffff;
    width: 100%;
    min-height: 100%;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.mobile-menu-modal-column {
    position: relative;
}

.mobile-menu-modal-section {
    position: relative;
}

.mobile-menu-modal-title {
    font-size: 27px;
    line-height: 42px;
    color: #000000;
    margin: 0 0 8px 0;
}

.mobile-menu-modal-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mobile-menu-modal-list li {
    margin-bottom: 0;
}

.mobile-menu-modal-item {
    font-size: 21px;
    line-height: 33px;
    color: #a6a2a2;
}

.mobile-menu-modal-link {
    color: #000000;
    text-decoration: none;
}

.mobile-menu-modal-link:hover {
    text-decoration: underline;
}

.mobile-menu-modal-logo-social {
    display: flex;
    align-items: center;
    gap: 30px;
    width: 100%;
    margin-bottom: 0;
}

.mobile-menu-modal-logo {
    position: relative;
    width: 45px;
    flex-shrink: 0;
}

.mobile-menu-modal-logo-image {
    width: 100%;
    height: auto;
    display: block;
}

.mobile-menu-modal-social {
    position: relative;
    height: 35px;
    flex-shrink: 0;
    width: 80px;
}

.mobile-menu-modal-social-shape {
    position: absolute;
    width: 35px;
    height: 35px;
    z-index: 1;
}

.mobile-menu-modal-social-shape--youtube {
    left: 0;
    top: 0;
}

.mobile-menu-modal-social-shape--instagram {
    left: 45px;
    top: 0;
}

.mobile-menu-modal-social-link {
    position: absolute;
    display: block;
    z-index: 2;
    background-color: #ffffff;
    border-radius: 10px;
}

.mobile-menu-modal-social-link--youtube {
    width: 35px;
    left: 0;
    top: 0;
}

.mobile-menu-modal-social-link--instagram {
    width: 35px;
    left: 45px;
    top: 0;
}

.mobile-menu-modal-social-image {
    width: 100%;
    height: auto;
    display: block;
}

.mobile-menu-modal-button-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: auto;
    padding-top: 30px;
}

.mobile-menu-modal-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 1365px) {
    .main-menu-container {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .menu-list,
    .menu-item,
    .menu-right-buttons {
        display: none;
    }
    
    .menu-burger {
        display: block;
    }
}

/* Главный баннер */
.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;
}

/* Скрытый заголовок для SEO */
.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;
    }
}

/* Блок курсов */
.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;
    }
}

/* Блок курсов */
.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:nth-child(1),
.project-item:nth-child(2) {
    width: calc(50% - 15px);
}

/* Вторая и последующие строки: 3 элемента по 33.333% каждый */
.project-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-content {
    padding: 20px;
}

.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);
}

/* Блок решений */
.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/../../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;
    }
}

/* форма 2 */
/*
{
    background-color: rgba(43, 53, 65, 1);
    min-height: 100vh;
}
*/

.contact-form {
    width: 100%;
    min-height: 675px;
    position: relative;
    padding: 70px 0 0 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__label--theme {
    display: block;
    color: #000000;
    padding-bottom: 5px;
    opacity: 0.7;
}

.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 {
        padding-top: 70px;
    }
    
    .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;
    }
    
    .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;
    }
}

/* Блок "Наши партнёры" */
.partners-section {
    padding: 60px 0;
    /* position: relative применен через класс .section-padding */
}

.partners-section__background {
    /* position, top, left, width, height, z-index применены через класс .section-background */
    background-color: #ffffff;
}

.partners-container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Обертка слайдера партнеров на всю ширину экрана */
.partners-slider-wrapper {
    width: 100vw;
    padding-top: 50px;
    overflow: hidden;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

/* Слайдер партнеров */
.partners-slider {
    width: 100%;
}

.partner-slide {
    padding: 0 10px;
    box-sizing: border-box;
}

.partner-slide img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

/* Баннер страницы "Прайс-лист" */

.price-list-hero-section .hero__picture {
    overflow: visible;
}

.price-list-hero-main-image {
    max-width: 537px;
}

.price-list-hero-decorative-container {
    position: absolute;
    top: 25px;
    right: 150px;
    width: 64px;
    height: 60px;
    animation: price-list-decorative-float 4s ease-in-out infinite;
}

.price-list-hero-decorative-1 {
    width: 64px;
    height: auto;
    -webkit-filter: blur(3px);
    filter: blur(3px);
    opacity: 0.65;
    display: block;
    position: absolute;
}

.price-list-hero-decorative-2 {
    position: relative;
    width: 60px;
    height: auto;
    display: block;
    z-index: 1;
}

@keyframes price-list-decorative-float {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(0, -20px);
    }
    100% {
        transform: translate(0, 0);
    }
}

/* Блок информации о плагинах для страницы "Прайс-лист" */
.price-list-info-section {
    padding-top: 45px;
    padding-bottom: 0;
}

.price-list-info-container {
    max-width: 1200px !important;
    padding: 0 30px;
}

.price-list-info-content {
    text-align: left;
}

.price-list-info-description {
    font-size: 16px;
    line-height: 1.55;
    color: #000000;
    opacity: 0;
    transform: translateX(100px);
    transition: opacity 0.6s ease-out 0.3s, transform 0.6s ease-out 0.3s;
}

.price-list-info-description.animate {
    opacity: 1;
    transform: translateX(0);
}

.price-list-info-description p {
    margin: 0 0 20px 0;
}

.price-list-info-description p:last-child {
    margin-bottom: 0;
}

.price-list-info-description ul {
    margin: 20px 0;
    padding-left: 20px;
}

.price-list-info-description li {
    margin: 0 0 15px 0;
}

.price-list-info-description li:last-child {
    margin-bottom: 0;
}

.price-list-info-description strong {
    font-weight: 700;
}

/* Блок таблицы раздела прайс-лист */
.price-list-table-section {
    padding-top: 120px;
    padding-bottom: 30px;
}

.price-list-table-container {
    max-width: 1200px !important;
    padding: 0;
}

.price-list-table-row {
    display: flex;
    justify-content: space-around;
    margin-bottom: 60px;
    opacity: 0;
    transform: translateX(100px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.price-list-table-row.animate {
    opacity: 1;
    transform: translateX(0);
}

.price-list-table-row:last-child {
    margin-bottom: 0;
}

.price-list-table-col-title {
    width: 33.333%;
    flex: 0 0 33.333%;
    padding-right: 20px;
    box-sizing: border-box;
}

.price-list-table-col-content {
    width: 58.333%;
    flex: 0 0 58.333%;
    box-sizing: border-box;
}

.price-list-table-title {
    font-size: 26px;
    line-height: 1.17;
    font-weight: 700;
    color: #000000;
    text-transform: uppercase;
}

.price-list-table-title-highlight {
    color: #f15025;
}

.price-list-table-wrapper {
    display: flex;
    width: 100%;
    align-items: flex-start;
}

.price-list-table-text {
    flex: 1;
}

.price-list-table-price {
    flex: 0 0 auto;
    padding-left: 20px;
    text-align: right;
    }

.price-list-table-description {
    font-size: 16px;
    line-height: 1.55;
}

.price-list-table-description ul {
    margin: 0;
    padding-left: 20px;
    list-style-type: disc;
}

.price-list-table-description li:last-child {
    margin-bottom: 0;
}

.price-list-table-description strong {
    font-weight: 700;
}

.price-list-table-price-value {
    font-size: 26px;
    line-height: 1.35;
    font-weight: 700;
}

@media (max-width: 1365px) {
    .price-list-table-row {
        flex-direction: column;
        padding-left: 20px;
        padding-right: 20px;
        box-sizing: border-box;
    }
    
    .price-list-table-col-title {
        width: 100%;
        flex: 1 1 100%;
        padding-right: 0;
        margin-bottom: 20px;
    }
    
    .price-list-table-col-content {
        width: 100%;
        flex: 1 1 100%;
    }
    
    .price-list-table-wrapper {
        flex-direction: column;
        align-items: flex-end;
    }
    
    .price-list-table-price {
        padding-left: 0;
        padding-top: 20px;
        text-align: right;
    }
}
/* Баннер страницы "Интерьерные решения" */
.products-design-hero-main-image {
    max-width: 416px;
    /* width и height применены через класс .hero-image */
}

/* Блок "Подробнее о плагинах" для страницы "Интерьерные решения" */
.products-design-plugins-section {
    padding-top: 90px;
    padding-bottom: 30px;
    background-color: #ffffff;
}

.products-design-plugins-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.products-design-plugins-list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 30px;
    justify-content: center;
}

.products-design-plugins-item {
    flex: 1 1 calc(33.333% - 20px);
    max-width: 360px;
    min-width: 0;
    box-sizing: border-box;
    opacity: 0;
    transform: scale(0.8);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.products-design-plugins-content {
    height: 100%;
}

.products-design-plugins-wrapper {
    display: table;
}

.products-design-plugins-img {
    margin-right: 16px;
    width: 35px;
    height: auto;
    display: table-cell;
    vertical-align: middle;
}

.products-design-plugins-item-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.35;
    color: #000000;
    margin: 0;
    margin-top: 23px;
    display: table-cell;
    vertical-align: middle;
}

.products-design-plugins-description {
    font-size: 14px;
    line-height: 1.55;
    color: #000000;
    margin: 0;
    margin-top: 12px;
}

.products-design-plugins-item.animate {
    opacity: 1;
    transform: scale(1);
}

.products-design-plugins-item:nth-child(1).animate,
.products-design-plugins-item:nth-child(4).animate,
.products-design-plugins-item:nth-child(7).animate,
.products-design-plugins-item:nth-child(10).animate,
.products-design-plugins-item:nth-child(13).animate,
.products-design-plugins-item:nth-child(16).animate {
    transition-delay: 0s;
}

.products-design-plugins-item:nth-child(2).animate,
.products-design-plugins-item:nth-child(5).animate,
.products-design-plugins-item:nth-child(8).animate,
.products-design-plugins-item:nth-child(11).animate,
.products-design-plugins-item:nth-child(14).animate,
.products-design-plugins-item:nth-child(17).animate {
    transition-delay: 0.16s;
}

.products-design-plugins-item:nth-child(3).animate,
.products-design-plugins-item:nth-child(6).animate,
.products-design-plugins-item:nth-child(9).animate,
.products-design-plugins-item:nth-child(12).animate,
.products-design-plugins-item:nth-child(15).animate,
.products-design-plugins-item:nth-child(18).animate {
    transition-delay: 0.32s;
}

@media (max-width: 1365px) {
    .products-design-plugins-item {
        flex: 1 1 calc(50% - 15px);
    }
}

@media (max-width: 500px) {
    .products-design-plugins-item {
        flex: 1 1 100%;
    }
}

/* Блок карточек тарифов для страницы "Интерьерные решения" */
.products-design-pricing-section {
    padding-top: 75px;
    padding-bottom: 75px;
    background-color: #ffffff;
}

.products-design-pricing-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-around;
}

.products-design-pricing-content {
    overflow: hidden;
}

.products-design-pricing-header {
    padding: 0 20px 10px;
    background-color: #2b3541;
    min-height: 256px;
    height: 256px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
}

.products-design-pricing-title {
    border-bottom: 1px solid #fff;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.35;
    color: #ffffff;
    margin: 0;
}

.products-design-pricing-price-wrapper {
    margin: 30px 0;
    margin-top: auto;
}

.products-design-pricing-price {
    margin-top: 83px;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.23;
    color: #ffffff;
    box-sizing: border-box;
}

.products-design-pricing-subtitle {
    margin-top: 5px;
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 1.55;
    color: #ffffff;
    flex-shrink: 0;
}

.products-design-pricing-footer {
    padding: 1px 20px 0;
    background-color: #ffffff;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.products-design-pricing-description {
    margin-top: 34px;
    margin-bottom: 3px;
    font-size: 14px;
    line-height: 1.55;
    color: #000000;
    height: 305px;
    padding-bottom: 30px;
    flex: 1;
}

.products-design-pricing-description ul {
    margin: 0 !important;
    padding-left: 0 !important;
    list-style-type: none !important;
}

.products-design-pricing-description li {
    margin-bottom: 9px;
}

.products-design-pricing-description li:last-child {
    margin-bottom: 0;
}

.products-design-pricing-description strong {
    font-weight: 700;
    color: #f15025;
}

.products-design-pricing-button-wrapper {
    padding: 33px 0 40px;
    margin-top: auto;
}

.products-design-pricing-row {
    display: -webkit-flex;
    display: flex;
}

.products-design-pricing-col {
    float: none;
    display: inline-block;
    max-width: 360px;
    margin-left: 20px;
    margin-right: 20px;
    vertical-align: top;
    box-sizing: border-box;
    opacity: 0;
    transform: translateX(100px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.products-design-pricing-col.animate {
    opacity: 1;
    transform: translateX(0);
}

.products-design-pricing-col:nth-child(1).animate {
    transition-delay: 0s;
}

.products-design-pricing-col:nth-child(2).animate {
    transition-delay: 0.16s;
}

.products-design-pricing-col:nth-child(3).animate {
    transition-delay: 0.32s;
}

.products-design-pricing-wrapper {
    height: 100%;
}

.products-design-pricing-content {
    overflow: hidden;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
    display: flex;
    flex-direction: column;
    width: 360px;
    height: 757px;
}

.products-design-pricing-col--featured .products-design-pricing-content {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
}

.products-design-pricing-col--featured .products-design-pricing-header {
    background-color: #f15025 !important;
}

.products-design-pricing-subtitle strong {
    font-weight: 700;
}

.products-design-pricing-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5ch;
    max-width: 100%;
    height: 45px;
    padding: 0;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 10px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    color: #ffffff;
    background-color: #2b3541;
    border: none;
    box-shadow: none;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
    cursor: pointer;
    box-sizing: border-box;
    white-space: nowrap;
}

.products-design-pricing-button:hover {
    background-color: #1a2129;
    color: #ffffff;
}

.products-design-pricing-button--featured {
    background-color: #f15025;
}

.products-design-pricing-button--featured:hover {
    background-color: #d43f1a;
    color: #ffffff;
}

.products-design-pricing-button-text {
    display: inline-block;
}

@media (max-width: 1365px) {
    .products-design-pricing-row {
        flex-direction: column;
        gap: 20px;
    }
    
    .products-design-pricing-col {
        margin-left: 0;
        margin-right: 0;
        max-width: 100%;
    }
    
    .products-design-pricing-content {
        width: 100%;
        height: auto;
    }
    
    .products-design-pricing-description {
        height: auto;
    }
}

/* Блок текстового контента для страницы "Интерьерные решения" */
.products-design-text-section {
    padding-top: 75px;
    padding-bottom: 14px;
    background-color: #ffffff;
}

.products-design-text-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.products-design-text-container .text-block {
    width: 1200px;
}

.products-design-text-description {
    font-size: 16px;
    line-height: 1.5;
    color: #000000;
    font-family: 'Manrope', Arial, sans-serif;
    font-weight: 400;
}

.products-design-text-description strong {
    font-weight: 700;
}

@media (max-width: 1365px) {
    .products-design-text-container .text-block {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box;
    }
}

/* Блок help в услугах */
.services-help-section {
    padding: 90px 0 60px;
    background-color: #ffffff;
}

.services-help-container {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

@media (max-width: 1365px) {
    .services-help-container {
        width: 100% !important;
        max-width: 100% !important;
    }
}

.services-help-description {
    font-size: 18px;
    line-height: 1.6;
    color: #2b2b2b;
    margin: 0;
    margin-bottom: 90px;
}

.services-help-list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.services-help-item {
    flex: 1 1 calc(33.333% - 20px);
    min-width: 0;
    background-color: #ffffff;
    border-radius: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 30px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    opacity: 0;
    transform: translateX(100px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

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

.services-help-item-image {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 24px;
}

.services-help-item-image img {
    width: 90px;
    height: auto;
}

.services-help-item-title {
    font-size: 22px;
    line-height: 1.4;
    font-weight: 700;
    color: #000000;
    margin: 0 0 15px;
}

.services-help-item-text {
    font-size: 16px;
    line-height: 1.6;
    color: #333333;
    margin: 0;
}

@media (max-width: 1365px) {
    .services-help-item {
        flex: 1 1 calc(50% - 15px);
    }
}

@media (max-width: 500px) {
    .services-help-item {
        flex: 1 1 100%;
        padding: 24px;
    }
}

/* Баннер страницы услуг */

.services-hero-section .hero__picture {
    overflow: visible;
}

.services-hero-main-image {
    max-width: 470px;
}

.services-hero-decorative-1 {
    top: 58px;
    right: 110px;
    width: 96px;
}

.services-hero-decorative-2 {
    top: 100px;
    right: 240px;
    width: 102px;
}

/* End */
/* /bitrix/templates/ceres/include/header/style.css?177132214313765 */
/* /bitrix/templates/ceres/components/bitrix/news.list/plugins_modal_list/style.css?1770953085150 */
/* /bitrix/templates/ceres/styles.css?1768969694664 */
/* /bitrix/templates/ceres/template_styles.css?177129254896831 */
