<style>
    body {
        margin: 0;
        font-family: 'Golos Text', sans-serif;
        background: linear-gradient(to bottom, white, #ffffff);
    }

    .containera {
        width: 90%;
        max-width: 1920px;
        margin: 0 auto;
    }

    .headera {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 0;
        background-color: rgba(255, 255, 255, 0.8);
        color: #3a3a3a;
        border-bottom: 1px solid #ccc;
    }

    .logo img {
        height: 120px;
        cursor: pointer;
    }

    .nav, .secondary-nav {
        display: flex;
        list-style: none;
        margin: 0;
        padding: 0;
        justify-content: center;
    }

    .nav li, .secondary-nav li {
        position: relative;
        margin-left: 20px;
        text-align: center;
    }

    .nav a, .secondary-nav a {
        color: #3a3a3a;
        text-decoration: none;
        font-size: 17px;
        text-transform: uppercase;
        text-align: center;
        display: inline-block;
        white-space: nowrap;
    }

    .nav a {
        font-weight: 600;
    }

    .secondary-nav a {
        font-weight: normal;
        font-size: 14px;
    }

    .nav a:hover, .secondary-nav a:hover {
        color: #306ee2;
    }

    .submenu, .secondary-submenu {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        background-color: rgba(48, 110, 226, 1);
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
        z-index: 1;
        padding: 0;
        margin: 0;
        width: 400px;
    }

    .submenu li, .secondary-submenu li {
        position: relative;
        list-style: none;
    }

    .submenu a, .secondary-submenu a {
        color: white;
        text-decoration: none;
        font-size: 16px;
        text-transform: none;
        display: block;
        max-width: 100%;
        font-weight: normal;
        padding: 10px 15px;
        margin: 0;
        word-wrap: break-word;
        white-space: normal;
        overflow-wrap: break-word;
        text-align: left;
    }

    .submenu li:hover::after, .secondary-submenu li:hover::after {
        content: "";
        position: absolute;
        left: -20px;
        top: 0;
        height: 100%;
        width: 4px;
        background-color: white;
        border-radius: 2px;
    }

    .submenu a:hover, .secondary-submenu a:hover {
        color: #ffffff;
    }

    .nav li:hover .submenu, .secondary-nav li:hover .secondary-submenu {
        display: block;
    }

    .contact {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }

    .contact a {
        color: #3a3a3a;
        text-decoration: none;
        font-size: 16px;
        white-space: nowrap;
    }

    .contact a:hover {
        color: #306ee2;
    }

    .menu-toggle {
        display: none;
        flex-direction: column;
        cursor: pointer;
    }

    .menu-toggle span {
        background-color: #3a3a3a;
        height: 3px;
        width: 25px;
        margin: 5px 0;
    }

    .calendar-icon {
        margin-left: 20px;
        align-self: center;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background-color: #ffffff;
        border: 1px solid #ccc;
        transition: background-color 0.3s;
        position: relative;
        cursor: pointer;
    }

    .calendar-icon:hover {
        background-color: #306ee2;
    }

    .calendar-icon img {
        height: 34px;
        width: 34px;
    }

    .calendar-icon img.hover-icon {
        display: none;
    }

    .calendar-icon:hover img.default-icon {
        display: none;
    }

    .calendar-icon:hover img.hover-icon {
        display: block;
    }

    .header-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .header-content > * {
        margin: 10px 0;
    }

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

   .slider {
    position: relative;
    width: 100%;
    height: 400px; 
margin: 20px auto 0 auto;
    overflow: hidden;
}

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

.slider-content {
    position: absolute;
    top: 30%; 
    left: 450px;
    color: black;
    background: none;
    padding: 0;
    width: 70%;
    word-wrap: break-word;
}

.slider-content h2 {
    margin: 0 0 10px;
    font-size: 50px; 
    color: black;
}

.slider-content p {
    margin: 0 0 10px;
    font-size: 30px; 
}

.slider-content button {
    background-color: transparent;
    border: 1px solid #f1f1f1;
    color: white;
    padding: 15px 25px;
    cursor: pointer;
    border-radius: 5px;
    font-size: 16px;
    margin-top: 15px;
    margin-left: 0; /* Убрали отступ слева */
    display: inline-block; /* Выровняли кнопку по тексту */
}

.slider-content button:hover {
    background-color: #306ee2;
}

.slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 12px;
    cursor: pointer;
    line-height: 0.6;
    border-radius: 50%;
    z-index: 1;
}

.slider-arrow.left {
    left: 10px;
}

.slider-arrow.left:hover {
    background-color: rgba(87, 87, 87, 0.5);
}

.slider-arrow.right {
    right: 10px;
}

.slider-arrow.right:hover {
    background-color: rgba(87, 87, 87, 0.5);
}

.slider-circle {
    position: absolute;
    top: 100px; /* Переместили подложку немного ниже */
    right: 100px; /* Переместили подложку немного левее */
    background-color: white; /* Белая подложка */
    color: white;
    border-radius: 50%;
    width: 200px; /* Уменьшил размер подложки */
    height: 200px; /* Уменьшил размер подложки */
    font-size: 30px;
    text-align: center;
    line-height: 1.0;
    cursor: pointer;
    border: 7px solid #f4f4f4;
    transition: background-color 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
    word-wrap: break-word;
    overflow-wrap: break-word;
    padding: 10px;
    overflow: hidden; /* Убедимся, что логотип не обрезается */
}

.slider-circle:hover {
    background-color: rgba(255, 255, 255, 0.8); /* Бледно-белый цвет при наведении */
}

#logo {
    max-width: 100%; /* Убедимся, что логотип не выходит за пределы подложки */
    max-height: 100%; /* Убедимся, что логотип не выходит за пределы подложки */
    width: 180px; /* Увеличил размер логотипа */
    height: 180px; /* Увеличил размер логотипа */
    object-fit: contain; /* Убедимся, что логотип сохраняет пропорции и не обрезается */
}

    .flying-numbers {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        pointer-events: none;
    }

    .flying-number {
        position: absolute;
        color: white;
        font-size: 18px;
        animation: flyOut 2s ease-out forwards;
    }

    @keyframes flyOut {
        0% {
            transform: translate(0, 0);
            opacity: 1;
        }
        100% {
            transform: translate(var(--x), var(--y));
            opacity: 0;
        }
    }

    .filters {
        justify-content: space-between;
        margin-bottom: 10px;
    }

    .filters select, .filters input {
        padding: 10px;
        border: 1px solid #ededed;
        border-radius: 5px;
        font-size: 16px;
        margin-right: 10px;
        margin-bottom: 10px;
        flex: 1;
        min-width: 100px;
        box-sizing: border-box;
    }

    .filters .filter-icon {
        width: 20px;
        height: 20px;
        filter: grayscale(100%);
        transition: transform 0.3s;
    }

    .filter-content {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .filter-content {
        display: none;
        flex-direction: column;
        gap: 10px;
    }

    .filter-content.active {
        display: flex;
    }

    .filter-icon.active {
        transform: rotate(180deg);
    }

    .filter-toggle {
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        margin-bottom: 10px;
    }

    .search-icons {
        margin-left: 20px;
        align-self: center;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background-color: #ffffff;
        border: 1px solid #ccc;
        transition: background-color 0.3s;
        position: relative;
        cursor: pointer;
        flex-shrink: 0;
    }

    .search-icons:hover {
        background-color: #306ee2;
    }

    .search-icons img {
        height: 34px;
        width: 34px;
    }

    .search-icons img.hover-icon {
        display: none;
    }

    .search-icons:hover img.default-icon {
        display: none;
    }

    .search-icons:hover img.hover-icon {
        display: block;
    }

    .search-bar {
        display: none;
        width: calc(100% - 40px);
        padding: 10px;
        border: 1px solid #ccc;
        border-radius: 5px;
        background-color: #ffffff;
        position: relative;
        margin-left: 20px;
    }

    .search-bar input {
        width: calc(100% - 40px);
        padding: 10px;
        border: none;
        border-radius: 5px;
        font-size: 16px;
    }

    .search-bar .close-icon {
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        cursor: pointer;
        font-size: 20px;
        font-weight: bold;
    }

    .search-bar .close-icon:hover {
        color: #306ee2;
    }

    @media (max-width: 1442px) {
        .headera {
            flex-direction: row;
            align-items: center;
        }

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

        .search-icons {
            margin-left: 20px;
            width: 40px;
            height: 40px;
        }

        .menu-toggle {
            display: flex;
            margin-left: auto;
            margin-right: 20px;
            order: 2;
        }

        .nav, .secondary-nav {
            display: none;
            flex-direction: column;
            width: 100%;
            background-color: rgba(255, 255, 255, 0.8);
        }

        .nav li, .secondary-nav li {
            margin: 10px 0;
            text-align: center;
        }

        .contact {
            display: none;
        }

        .slider {
            display: none;
        }

        .slider-content {
            left: 20px;
            width: 80%;
        }

        .slider-content h2 {
            font-size: 20px;
        }

        .slider-content p {
            font-size: 16px;
        }

        .slider-content button {
            font-size: 14px;
        }

        .slider-circle {
            padding: 30px;
            font-size: 16px;
        }

        .content-container {
            flex-direction: row;
        }

        .menu-wrapper, .news-container {
            width: 100%;
        }

        .menu-container {
            background-color: rgba(251, 251, 251, 0.8);
            padding: 20px;
            border-radius: 10px;
            min-height: 100px;
            height: auto;
            max-height: 100%;
            overflow-y: auto;
            margin-bottom: 20px;
            margin-right: -20px;
            box-sizing: border-box;
        }

        .menu-container ul li {
            margin-bottom: 15px;
            font-size: 18px;
        }

        .menu-container ul li a {
            color: #3a3a3a;
            text-decoration: none;
            font-size: 18px;
            font-weight: 700;
        }

        .menu-container ul li a:hover {
            color: #306ee2;
        }

        .search-container input {
            width: 100%;
            padding: 10px;
            border: 1px solid #f1f1f1;
            border-radius: 5px;
        }

        .news-container {
            width: 100%;
            padding: 20px;
            box-sizing: border-box;
        }

        .news-container img {
            height: 200px;
        }

        .news-container h3 {
            font-size: 18px;
        }

        .news-container p {
            font-size: 14px;
        }

        .submenu, .secondary-submenu {
            display: none;
            position: static;
            background-color: rgba(255, 255, 255, 0.8);
            box-shadow: none;
            padding: 10px 0;
            width: 100%;
        }

        .submenu li, .secondary-submenu li {
            margin: 10px 0;
            text-align: left;
        }

        .submenu a, .secondary-submenu a {
            color: #3a3a3a;
            font-size: 16px;
            text-transform: none;
            font-weight: normal;
            padding: 10px 15px;
        }

        .submenu a:hover, .secondary-submenu a:hover {
            color: #306ee2;
        }

        .nav li:hover .submenu, .secondary-nav li:hover .secondary-submenu {
            display: none;
        }

        .submenu-toggle {
            display: inline-block;
            margin-left: 10px;
            cursor: pointer;
            font-size: 16px;
            font-weight: bold;
        }

        .submenu-toggle::after {
            content: '+';
        }

        .submenu-toggle.active::after {
            content: '-';
        }

        .filters {
            flex-direction: column;
            align-items: flex-start;
        }

        .filters select, .filters input {
            width: 100%;
            margin-bottom: 10px;
        }

        .filter-toggle {
            display: flex;
            align-items: center;
            cursor: pointer;
            margin-bottom: 10px;
        }

        .filter-content.active {
            display: flex;
        }

        .calendar-icon {
            display: none;
        }
    }

    @media (max-width: 900px) {
        .menu-container ul li a {
            font-size: 16px;
        }
    }

    @media (max-width: 768px) {
        .headera {
            flex-direction: row;
            align-items: center;
            justify-content: space-between;
            flex-wrap: nowrap;
        }

        .header-left {
            display: flex;
            align-items: center;
            flex-shrink: 0;
        }

        .header-right {
            display: flex;
            align-items: center;
            flex-shrink: 0;
        }

        .search-icons {
            margin-left: 20px;
            width: 40px;
            height: 40px;
            flex-shrink: 0;
            order: 1;
        }

        .menu-toggle {
            display: flex;
            margin-left: 20px;
            flex-shrink: 0;
            order: 2;
        }

        .logo img {
            height: 80px;
            flex-shrink: 0;
        }

        .menu-container {
            background-color: transparent;
            padding: 0;
            border-radius: 0;
            min-height: auto;
            height: auto;
            max-height: none;
            overflow-y: visible;
            margin-bottom: 0;
            margin-right: 0;
            box-sizing: border-box;
        }

        .nav, .secondary-nav {
            display: none;
            flex-direction: column;
            width: 100%;
            background-color: rgba(255, 255, 255, 0.8);
        }

        .nav li, .secondary-nav li {
            margin: 10px 0;
            text-align: center;
        }

        .contact {
            display: none;
        }

        .slider {
            display: none;
        }

        .slider-content {
            left: 20px;
            width: 80%;
        }

        .slider-content h2 {
            font-size: 20px;
        }

        .slider-content p {
            font-size: 16px;
        }

        .slider-content button {
            font-size: 14px;
        }

        .slider-circle {
            padding: 30px;
            font-size: 16px;
        }

        .content-container {
            flex-direction: column;
        }

        .menu-wrapper, .news-container {
            width: 100%;
        }

        .menu-container {
            background-color: rgba(251, 251, 251, 0.8);
            padding: 20px;
            border-radius: 10px;
            min-height: 100px;
            height: auto;
            max-height: 100%;
            overflow-y: auto;
            margin-bottom: 20px;
            box-sizing: border-box;
        }

        .menu-container ul li {
            margin-bottom: 15px;
            font-size: 18px;
        }

        .menu-container ul li a {
            color: #3a3a3a;
            text-decoration: none;
            font-size: 18px;
            font-weight: 700;
        }

        .menu-container ul li a:hover {
            color: #306ee2;
        }

        .search-container input {
            width: 100%;
            padding: 10px;
            border: 1px solid #f1f1f1;
            border-radius: 5px;
        }

        .news-container {
            width: 100%;
            padding: 20px;
            box-sizing: border-box;
        }

        .news-container img {
            height: 200px;
        }

        .news-container h3 {
            font-size: 18px;
        }

        .news-container p {
            font-size: 14px;
        }

        .submenu, .secondary-submenu {
            display: none;
            position: static;
            background-color: rgba(255, 255, 255, 0.8);
            box-shadow: none;
            padding: 10px 0;
            width: 100%;
        }

        .submenu li, .secondary-submenu li {
            margin: 10px 0;
            text-align: left;
        }

        .submenu a, .secondary-submenu a {
            color: #3a3a3a;
            font-size: 16px;
            text-transform: none;
            font-weight: normal;
            padding: 10px 15px;
        }

        .submenu a:hover, .secondary-submenu a:hover {
            color: #306ee2;
        }

        .nav li:hover .submenu, .secondary-nav li:hover .secondary-submenu {
            display: none;
        }

        .submenu-toggle {
            display: inline-block;
            margin-left: 10px;
            cursor: pointer;
            font-size: 16px;
            font-weight: bold;
        }

        .submenu-toggle::after {
            content: '+';
        }

        .submenu-toggle.active::after {
            content: '-';
        }

        .filters {
            flex-direction: column;
            align-items: flex-start;
        }

        .filters select, .filters input {
            width: 100%;
            margin-bottom: 10px;
        }

        .filter-toggle {
            display: flex;
            align-items: center;
            cursor: pointer;
            margin-bottom: 10px;
        }

        .filter-content.active {
            display: flex;
        }

        .calendar-icon {
            display: none;
        }
    }

    @media (max-width: 480px) {
        .logo img {
            height: 80px;
        }

        .nav a, .secondary-nav a, .submenu a, .secondary-submenu a {
            font-size: 14px;
        }

        .contact a {
            font-size: 14px;
        }

        .slider-content h2 {
            font-size: 18px;
        }

        .slider-content p {
            font-size: 14px;
        }

        .slider-content button {
            font-size: 12px;
            padding: 10px 20px;
        }

        .slider-circle {
            padding: 20px;
            font-size: 14px;
        }

        .menu-container ul li a {
            font-size: 16px;
        }

        .search-container input {
            padding: 8px;
        }

        .news-container {
            width: 100%;
            padding: 20px;
            box-sizing: border-box;
        }

        .news-container h3 {
            font-size: 16px;
        }

        .news-container p {
            font-size: 14px;
        }

        .content-container {
            flex-direction: column;
        }

        .menu-wrapper, .news-container, .search-container {
            width: 100%;
            margin-bottom: 20px;
        }

        .menu-container, .news-container, .search-container input {
            width: 100%;
        }

        .news-item {
            flex-direction: column;
            align-items: flex-start;
        }

        .news-item img {
            width: 100%;
            height: auto;
            margin-right: 0;
            margin-bottom: 10px;
        }

        .news-item .text-content {
            margin-right: 0;
        }

        .filters {
            flex-direction: column;
            align-items: flex-start;
        }

        .filters select, .filters input {
            width: 100%;
            margin-bottom: 10px;
        }

        .header-left {
            display: none;
        }

        .menu-toggle {
            display: flex;
            margin-left: 20px;
            margin-right: 20px;
        }

        .menu-toggle span {
            width: 25px;
            height: 3px;
        }

        .calendar-icon {
            display: none;
        }
    }
</style>
