@import url(https://fonts.cl_027.cl_012/css?family=Open+Sans:regular,500,600,700,800&display=swap);
*,
*::before,
*::after {
    font-family: "Times New Roman", Times, Arial, serif sans-serif;
    font-size: 16px;
    box-sizing: border-box;
    color: #ffffff;
    
}

body {
    width: 100%;
    background-color: #180b29;
    background-repeat: no-repeat repeat-y;
    background-position: center;
    background-size: cover;
    text-rendering: optimizeSpeed;
    min-height: 100vh;
    scroll-behavior: smooth;
}
body.cl_033 {
    overflow-y: hidden;
}
body,
html {
    padding: 0;
    height: 100%;
    margin: 0;
    font-family: "Open Sans", sans-serif;
}
header {
    background-color: #200f39;
    display: flex;
    margin: 0 auto;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    padding: 2px 0;
}
header a {
    text-decoration: none;
    font-size: 18px;
}
header img {
    border: none;
}
header .cl_013 {
    max-width: 90vw;
    padding: 0 16px;
    margin: 0 auto;
    height: 100%;
}
header .cl_034 {
    flex: 0 0 100px;
}
header .cl_013 .cl_026 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header .cl_026 .cl_029,
.cl_010 {
    display: flex;
    align-items: center;
}
header .cl_026 .cl_029 .cl_032 ul {
    display: flex;
    align-items: center;
    list-style: none;
    gap: 50px;
    margin: 0;
    padding: 0;
}
header .cl_026 .cl_029 .cl_032 ul li {
    font-weight: 600;
    font-size: 20px;
    position: relative;
}
header .cl_026 .cl_029 .cl_032 ul li a:hover {
    color: #6891dc;
}
header .cl_026 .cl_029 .cl_032 ul li::after {
    content: "";
    position: absolute;
    top: 100%;
    left: calc(50% - 53px);
    width: 106px;
    height: 2px;
    background: #729ded;
    transform: scaleX(0);
}
header .cl_026 .cl_029 .cl_032 ul li:hover::after {
    transform: scaleX(1);
    transition-duration: 0.cl_001;
}
header .cl_026 .cl_029:nth-child(2) {
    gap: 50px;
}
header .cl_026 .cl_029,
.cl_010 {
    gap: 20px;
}
header .cl_011 {
    display: none;
}
header .cl_023 {
    position: relative;
    cursor: pointer;
}
header .cl_023 span::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.cl_004;
    vertical-align: middle;
    content: "";
    border-top: 0.cl_002 solid;
    border-right: 0.cl_002 solid transparent;
    border-left: 0.cl_002 solid transparent;
}
header .cl_026 .cl_029 .cl_032 .cl_023-menu {
    position: absolute;
    top: 30px;
    left: 0;
    width: 200px;
    padding: 20px;
    background-color: #722f76;
}
header .cl_026 .cl_029 .cl_032 .cl_023 ul {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}
header .cl_026 .cl_029 .cl_032 .cl_023 ul li a {
    font-size: 14px;
}
header .cl_026 .cl_029 .cl_032 .cl_023 li::after {
    width: auto;
}
footer {
    background-color: #180b29;
    min-height: 70px;
    text-align: center;
    font-size: 4rem;
    font-weight: bold;
    vertical-align: middle;
    padding-top: 20px;
    display: flex;
    height: auto;
}

img {
    border-style: none;
    max-width: 100%;
    -ms-interpolation-mode: bicubic;
    display: flex;
    position: relative;
    border: #180b29 5px solid;
    margin: 0 auto;
    border-radius: 20px;
}

h1 {
    font-size: 2rem;
    font-weight: bold;
    padding-top: 79px;
    color: #f8f8f7;
}
h2 {
    font-size: 1.cl_005;
    font-weight: bold;
    color: #f7f8f5;
}
h3,
h4,
h5,
h6 {
    font-weight: bold;
    margin: 0;
    padding: 0;
}
p {
    text-align: justify;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

a {
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}
.cl_035 {
    text-align: center;
}
ul,
ol,
li {
    text-align: left;
}

ul[class],
ol[class] {
    padding: 0;
    list-style: none;
}
.cl_014 {
    max-width: 1200px;
    padding-top: 5px;
    background-color: #180b29;
    display: block;
    align-content: center;
    margin: 0 auto;
    text-align: center;
    margin-top: 0px;
}
.cl_021 {
    border: 5px solid #e1ecfb;
    background-color: #803183;
    border-radius: 15px;
    padding: 5px;
    display: inline-flex;
    max-width: 1000px;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    color: #0e0f19;
}
.cl_021 tr td {
    border: 5px solid #e1ecfb;
    background-color: #fafafa;
    border-radius: 15px;
    padding: 5px;
    color: #0e0f19;
}
.cl_021 a {
    color: #0e0f19;
}
.cl_015 {
    border: 0px;
    border-radius: 25px; /* Радіус для овальної форми */
    height: 50px; /* Висота зберігається */
    min-width: 100px; /* Мінімальна ширина для збереження пропорцій овалу */
    width: auto;
    background-color: #2b154e;
    text-align: center;
    float: right;
    cursor: pointer;
    touch-action: manipulation;
    padding-left: 20px; /* Додано для гарного вигляду тексту */
    padding-right: 20px;
}
.cl_016 {
    border: 0px;
    border-radius: 25px; /* Радіус для овальної форми */
    height: 50px; /* Висота зберігається */
    min-width: 100px; /* Мінімальна ширина для пропорцій овалу */
    width: auto;
    background-color: #8641ff;
    text-align: center;
    float: right;
    cursor: pointer;
    touch-action: manipulation;
    padding-left: 20px; /* Додано для зручного вигляду тексту */
    padding-right: 20px;
}
.cl_007 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    height: 100%;
    font-size: medium;
    color: #ebe6e6;
    font-weight: bold;
}

.cl_022 {
    display: block; /* Відображається за замовчуванням */
    animation: zoomInOut 5s infinite; /* Анімація тільки для десктопу */
}

/* Стилі для мобільного зображення */
.cl_036 {
    display: none; /* Прихована за замовчуванням */
    animation: none; /* Без анімації */
}

/* Анімація збільшення та віддалення */
@keyframes zoomInOut {
    0% {
        transform: scale(1); /* Початковий розмір */
    }
    50% {
        transform: scale(1.cl_000); /* Збільшення на 5% */
    }
    100% {
        transform: scale(1); /* Повернення до початкового розміру */
    }
}

/* Медійні стилі для мобільних пристроїв */
@media (max-width: 768px) {
    .cl_022 {
        display: none; /* Приховуємо десктопне зображення */
        animation: none !important; /* Примусово вимикаємо анімацію */
    }

    .cl_036 {
        display: block; /* Відображаємо мобільне зображення */
        animation: none !important; /* Без анімації для мобільного */
        transform: scale(1) !important; /* Скидаємо будь-яке масштабування */
    }
}

.cl_008 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    height: 100%;
    font-size: medium;
    color: #ebe6e6;
    font-weight: bold;
}
.cl_009 {
    padding: 5px;
    display: block;
    height: 100%;
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
    background-color: #7809a8;
    border: #e1ecfb solid 5px;
    border-radius: 15px;
    max-width: 500px;
    margin: 15px auto;
}
.cl_031 {
    text-decoration: none;
}

.cl_025 {
    display: block;
    max-width: 40px;
    float: right;
    margin-right: 10px;
    margin-top: 20px;
}
.cl_025 img {
    border-radius: 5px;
    border: #e1ecfb solid 5px;
}

.cl_020 img {
    border-radius: 15px;
    width: 100%;
    border: none;
}
.cl_019 {
    margin-left: 30px;
}
.cl_018 {
    margin: 0 30px 0 30px;
    word-wrap: break-word;
}

.cl_017 {
    margin: 0 auto;
}
.cl_017 img {
    border-radius: 10px;
    width: 1201px; /* Ширина картинки */
    height: 506px; /* Автоматичне масштабування по висоті для збереження пропорцій */
}
.cl_030 {
    margin: 0 auto;
}

@media (max-width: 1199px) {
    .cl_028 .cl_011 {
        display: block;
        position: relative;
        width: 30px;
        height: 20px;
        z-index: 3;
    }
    .cl_028 .cl_011::after,
    .cl_028 .cl_011::before {
        content: "";
    }
    .cl_028 .cl_011::after,
    .cl_028 .cl_011::before,
    .cl_028 .cl_011 span {
        position: absolute;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #3129c6;
        border-radius: 10px;
        transition: all 0.cl_003 ease 0s;
    }
    .cl_028 .cl_011::before {
        top: 0;
    }
    .cl_028 .cl_011::after {
        bottom: 0;
    }
    .cl_028 .cl_011 span {
        top: 9px;
    }
    .cl_028 .cl_011.cl_006::before {
        transform: rotate(45deg);
        top: 9px;
    }
    .cl_028 .cl_011.cl_006::after {
        transform: rotate(-45deg);
        bottom: 9px;
    }
    .cl_028 .cl_011.cl_006 span {
        transform: scale(0);
    }
    .cl_028 .cl_032 {
        display: none;
    }
    .cl_028 .cl_010 {
        gap: 10px;
        position: relative;
        z-index: 3;
        flex-direction: column;
    }
    header .cl_026 .cl_029 .cl_032 .cl_023 span {
        font-size: 24px;
    }
    header .cl_026 .cl_029 .cl_032 .cl_023 ul li a {
        font-size: 16px;
    }
    header .cl_026 .cl_029,
    .cl_010 {
        justify-content: center;
    }
    .cl_007,
    .cl_008 {
        font-size: 16px;
    }
    .cl_028 .cl_032.cl_006 {
        display: flex;
        position: fixed;
        top: 0;
        left: 0;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        background-color: #0e1012;

        ul {
            flex-direction: column;
        }
    }
    .cl_028 .cl_034 {
        position: relative;
        z-index: 3;
    }
    header .cl_026 .cl_029 .cl_032 ul li a {
        font-size: 24px;
    }
    header .cl_013 {
        max-width: 100%;
    }
}
.cl_037 { overflow-x: auto; -webkit-overflow-scrolling: touch; } .cl_037 table { width: 100%; border-collapse: collapse; }