* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
.container {
    margin: auto;
    width: 1200px;
    max-width: 100%;
}
header,footer {
    width: 100%;
}
html,
body {
    min-height: 100%;
    height: 100%;
    font-family: Merriweather, sans-serif;
    color: #000000;
}
.panel-container {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}
.content {
    flex: 1 0 auto;
}
.footer {
    flex: 0 0 auto;
}
section {
    background-color: rgb(143,167,179);
}
a {
    color: inherit;
    text-decoration: none;
}
svg {
    width: 30px;
    height: 30px;
}
@media only screen and (max-width: 1200px)  {
    .container {
        width: 100%;
        padding: 0 20px;
    }
}
@media only screen and (max-width: 800px)  {
    .container {
        padding: 0 12px;
    }
}.contact_panel {
    padding-top: 100px;
    padding-bottom: 100px;
    background: linear-gradient(135deg, rgb(86,113,120), rgb(37,44,50));
    font-family: Merriweather, sans-serif;
    position: relative;
    overflow: hidden;
    color: #ffffff;
}

.contact_panel h3 {
    font-size: 47px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}

.contact_panel .form {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 19px;
    padding: 40px;
    position: relative;
    z-index: 1;
    backdrop-filter: blur(15px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.contact_panel .holder {
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact_panel .form form {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}
.contact_panel .name_holder {
    width: 100%;
}
.contact_panel form input {
    color: #000000;
    border-radius: 10px;
    background: #ffffff;
    border: 1px solid rgb(86,113,120,0.5);
    padding: 15px;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
    font-size: 15px;
}

.contact_panel form input:focus {
    border-color: rgb(37,44,50);
    box-shadow: 0 0 10px rgb(37,44,50);
}


.contact_panel .agree {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    color: #ffffff;
}

.contact_panel .agree label {
    display: flex;
    align-items: center;
    font-size: 15px;
    color: #ffffff;
}

.contact_panel .agree a {
    margin-left: 5px;
    color: rgb(86,113,120);
    text-decoration: underline;
}

.contact_panel .agree input[type=checkbox] {
    width: auto;
    margin: 0;
    margin-right: 10px;
}

.contact_panel .form_text {
    margin-bottom: 20px;
    text-align: center;
    font-size: 15px;
    color: #ffffff;
}

.contact_panel form .button {
    background: rgb(86,113,120);
    color: #ffffff;
    border: none;
    padding: 15px 30px;
    border-radius: 19px;
    font-size: 17px;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.3s ease;
    width: 100%;
    max-width: 300px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.contact_panel form .button:hover {
    background: rgb(37,44,50);
    transform: translateY(-5px);
}

@media only screen and (max-width: 600px) {
    .contact_panel {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .contact_panel h3 {
        font-size: 36px;
    }
    .contact_panel .holder {
        flex-direction: column;
    }
}.prospective_students {
    padding-bottom: 80px;
    padding-top: 80px;
}

.prospective_students .holder {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.prospective_students ul {
    list-style: none;
}

.prospective_students ul li {
    padding-left: 30px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    position: relative;
}

.prospective_students ul svg, .prospective_students ul svg path {
    fill: rgb(86,113,120);
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    flex-shrink: 0;
}

.prospective_students h2 {
    text-align: center;
    margin-bottom: 20px;
}

@media only screen and (max-width: 800px) {
    .prospective_students {
        padding-bottom: 30px;
        padding-top: 30px;
    }
}

.panel-container .prospective_students {
    background: rgb(37,44,50);
    padding: 60px 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    transition: background 0.3s ease, transform 0.3s ease;
}

.panel-container .prospective_students:hover {
    transform: translateY(-10px);
}

.panel-container .prospective_students .holder {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.panel-container .prospective_students h2 {
    color: rgb(86,113,120);
    font-size: 33px;
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
    display: inline-block;
}

.panel-container .prospective_students h2::after {
    content: "";
    width: 50px;
    height: 4px;
    background: rgb(86,113,120);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
    border-radius: 10px;
}

.panel-container .prospective_students .holder ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.panel-container .prospective_students ul li {
    width: 30%;
    background: #ffffff;
    color: #000000;
    font-size: 12px;
    font-weight: 600;
    padding: 20px;
    border-radius: 25px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    align-items: center;
    position: relative;
    text-align: left;
}

.panel-container .prospective_students ul li:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}

.panel-container .prospective_students ul svg, .panel-container .prospective_students ul svg path {
    margin-right: 10px;
    width: 24px;
    height: 24px;
    fill: rgb(86,113,120);
    position: static;
}

.panel-container .prospective_students ul li::before {
    content: "";
    width: 4px;
    height: 80%;
    background: rgb(86,113,120);
    position: absolute;
    left: 10px;
    top: 10%;
    border-radius: 10px;
}

@media only screen and (max-width: 800px) {
    .panel-container .prospective_students ul li {
        width: 100%;
        margin-bottom: 20px;
    }

    .panel-container .prospective_students h2 {
        font-size: 18px;
    }
}.privacy_bastion {
    padding: 60px;
    width: 100%;
    height: auto;
    background: linear-gradient(135deg, rgb(37,44,50) 25%, rgb(86,113,120) 75%);

    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 30px;
    color: var(--white-color_opacity);
}

.privacy_bastion h1 {
    grid-column: span 2;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 38px;
    font-family: Merriweather, sans-serif;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 3px;
    background: rgb(86,113,120);
    padding: 10px;
    border-radius: 10px;
}

.privacy_bastion h2 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 32px;
    font-family: Merriweather, sans-serif;
    font-weight: 600;
    color: #ffffff;
    text-align: left;
    border-bottom: 2px solid #ffffff;
    padding-bottom: 5px;
    background: rgb(37,44,50);
    padding: 10px;
    border-radius: 10px;
}

.privacy_bastion h3, .privacy_bastion h4, .privacy_bastion h5, .privacy_bastion h6 {
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 24px;
    font-family: Merriweather, sans-serif;
    font-weight: 400;
    color: #ffffff;
    padding: 10px;
    border-radius: 10px;
    text-align: left;
    border-left: 4px solid rgb(86,113,120);
}

.privacy_bastion ul, .privacy_bastion ol {
    list-style-position: inside;
    padding-left: 20px;
    margin: 15px 0;
    font-family: Merriweather, sans-serif;
    font-size: 14px;
    line-height: 1.8;
    color: #ffffff;
    padding: 10px;
    border-radius: 10px;
    list-style: none;
}

.privacy_bastion li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
    line-height: 1.6;
}

.privacy_bastion li::before {
    content: "";
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background-color: rgb(37,44,50);
    border-radius: 50%;
    box-shadow: 0 0 0 2px #ffffff;
}

.privacy_bastion section {
    background: rgb(143,167,179);
    padding: 20px;
    border-radius: 10px;

    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    color: #000000;
}

@media only screen and (max-width: 800px) {
    .privacy_bastion {
        padding: 30px;
        grid-template-columns: 1fr;
    }

    .privacy_bastion h1 {
        font-size: calc(24px - 8px);
    }

    .privacy_bastion h2 {
        font-size: calc(24px - 6px);
    }

    .privacy_bastion h3, .privacy_bastion h4, .privacy_bastion h5, .privacy_bastion h6 {
        font-size: calc(24px - 4px);
    }

    .privacy_bastion ul, .privacy_bastion ol {
        padding-left: 15px;
        font-size: calc(14px - 2px);
    }

    .privacy_bastion section {
        grid-template-columns: 1fr;
    }
}header .main_header {
    min-height: 100px;
    background: rgb(37,44,50);
    color: #ffffff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    position: relative;
    top: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px;
    border-bottom: 2px solid rgb(86,113,120);
}
header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.main_header .header_holder {
    display: flex;
    align-items: center;
}
.main_header .header_holder .logo_holder {
    margin-right: 30px;
    border-right: 2px solid rgb(86,113,120);
    padding-right: 30px;
}
.main_header .header_holder .logo_holder svg, 
.main_header .header_holder .logo_holder img {
    height: 50px;
    width: auto;
    fill: #ffffff;
}
.main_header .header_logo svg text {
    fill: #ffffff;
}
.main_header .header_description {
    font-size: 16px;
    font-weight: 600;
    margin-right: auto;
    position: relative;
}
.main_header .header_menu {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}
.main_header .header_menu a {
    color: #ffffff;
    font-size: 17px;
    font-weight: 400;
    text-decoration: none;
    padding: 15px 20px;
    transition: background-color 0.3s ease, color 0.3s ease;
    position: relative;
}

@media only screen and (max-width: 1200px) {
    header .main_header {
        flex-direction: column;
        align-items: flex-start;
        min-height: 80px;
        padding: 20px;
    }
    .main_header .header_holder {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
    }
    .main_header .header_holder .logo_holder {
        margin-right: 0;
        border-right: none;
        padding-right: 0;
        margin-bottom: 10px;
    }
    .main_header .header_holder .logo_holder svg, 
    .main_header .header_holder .logo_holder img {
        height: 40px;
    }
    .main_header .header_description {
        margin-bottom: 10px;
        font-size: 17px;
    }
    .main_header .header_description::before {
        width: 8px;
        height: 8px;
    }
    .main_header .header_menu {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
    }
    .main_header .header_menu a {
        width: 100%;
        text-align: left;
        border-bottom: 1px solid rgb(86,113,120);
        padding: 10px 15px;
    }
    .main_header .header_menu a:last-child {
        border-bottom: none;
    }
}.our_info {
    color: #000000;
    background: rgb(37,44,50);
    padding: 80px 0;
    font-family: Merriweather, sans-serif;
    position: relative;
    overflow: hidden;
}
.our_info .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 2px solid rgb(86,113,120);
    border-radius: 29px;
    overflow: hidden;
    max-width: 90vw;
    min-width: 300px;
    margin: 0 auto;
    background: #ffffff;
    position: relative;
    box-shadow: 0 4px 15px rgba(0, 255, 255, 0.3);
    transition: box-shadow 0.3s ease, border 0.3s ease;
}
.our_info .holder .info_holder div.opening_schedule {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.our_info .holder .info_holder > div h5 {
    margin: 5px 0;
    font-size: 18px;
}
.our_info .holder .info_holder > div > div {
    margin: 5px 0;
}
.our_info .contact_holder {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 2vw;
    position: relative;
    z-index: 1;
}
.our_info .contact_holder h2 {
    font-size: calc(28px + 2vw);
    color: rgb(86,113,120);
    text-shadow: 0 0 5px rgb(86,113,120);
    margin: 0;
    text-align: center;
    letter-spacing: 1px;
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.5), rgb(37,44,50,0.5));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.our_info .contact_holder .contact_description {
    font-size: calc(12px + 0.5vw);
    line-height: 1.5;
    color: #000000;
    text-align: center;
    margin: 2vw 0;
    padding: 1.5vw;
    border: 1px solid rgb(86,113,120,0.5);
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.2);
    max-width: 80vw;
    min-width: 250px;
}
.our_info .holder .info_holder>div span {
    margin-left: 8px;
}
.our_info .contact_holder .photo {
    width: 100%;
    max-height: 50vh;
    height: 300px;
    border-radius: 29px;
    position: relative;
    margin-bottom: 2vw;
    box-shadow: 0 0 20px rgba(0, 255, 255, 0.5);
    transition: transform 0.5s ease, box-shadow 0.3s ease;
}
.our_info .info_holder {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding: 1.5vw;
}
.our_info .info_holder > div {
    display: flex;
    align-items: center;
    margin-bottom: 1.5vw;
    font-size: calc(12px + 0.2vw);
    color: #000000;
    position: relative;
}
.our_info .info_holder svg {
    width: 4vw;
    height: 4vw;
    fill: rgb(86,113,120,0.5);
    margin-right: 1.5vw;
    transition: fill 0.3s ease, transform 0.3s ease;
}
.our_info .info_holder svg:hover {
    fill: rgb(86,113,120);
    transform: scale(1.2);
}
.our_info .info_holder a {
    color: rgb(86,113,120);
    text-decoration: none;
    transition: color 0.3s ease, text-shadow 0.3s ease;
    position: relative;
}
.our_info .info_holder a::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background: rgb(86,113,120);
    transform: scaleX(0);
    transform-origin: bottom right;
    transition: transform 0.3s ease;
}
.our_info .info_holder a:hover {
    color: rgb(37,44,50);
    text-shadow: 0 0 10px rgb(37,44,50);
}
.our_info .info_holder a:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}
.our_info .contact_politics {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 2vw;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 29px;
    border: 2px solid rgb(86,113,120);
    box-shadow: 0 4px 15px rgba(0, 255, 255, 0.3);
    position: relative;
}
.our_info .contact_politics::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, rgb(86,113,120), rgb(37,44,50));
    border-radius: 0 0 29px 29px;
    z-index: -1;
}
.our_info .contact_politics > div {
    margin-bottom: 2vw;
}
.our_info .contact_politics > div h4 {
    font-weight: 700;
    font-size: calc(19px + 0.5vw);
    color: rgb(86,113,120);
    text-shadow: 0 0 5px rgb(86,113,120);
    margin-bottom: 1vw;
}
.our_info .contact_politics > div p {
    font-size: calc(12px + 0.2vw);
    line-height: 1.6;
    color: #ffffff;
}
@media only screen and (max-width: 768px) {
    .our_info .container {
        flex-direction: column;
        box-shadow: none;
        border: none;
    }
    .our_info .contact_holder {
        padding: 3vw;
    }
    .our_info .contact_holder .photo {
        max-height: 40vh;
    }
    .our_info .contact_description {
        max-width: 95vw;
    }
    .our_info .contact_politics {
        padding: 3vw;
    }
}
footer {
    background: linear-gradient(135deg, rgb(37,44,50) 30%, rgb(86,113,120));
    color: #ffffff;
    font-family: Merriweather, sans-serif;
    padding: 40px 0;
    border-top: 2px solid rgb(86,113,120);
    border-bottom: 2px solid rgb(86,113,120);
    position: relative;
}
footer .footer {
    padding: 50px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
footer .footer_info {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    max-width: 1200px;
    padding: 0 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    margin-bottom: 20px;
}
footer .logo_holder {
    flex: 1;
    text-align: center;
    padding: 20px;
    max-width: 33%;
}
footer .logo_holder svg, footer .logo_holder img {
    width: 70px;
    height: 70px;
    fill: rgb(86,113,120);
}
footer .menu {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    max-width: 33%;
    border-right: 1px solid rgba(0, 0, 0, 0.5);
}
footer .menu h5 {
    font-size: 21px;
    color: rgb(86,113,120);
    margin-bottom: 15px;
}
footer .menu_holder {
    display: flex;
    flex-direction: column;
    align-items: center;
}
footer .menu a {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    padding: 5px 0;
    transition: color 0.3s;
}
footer .menu a:hover {
    color: rgb(86,113,120);
}
footer .contact_info {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    max-width: 33%;
}
footer .contact_info h5 {
    font-size: 21px;
    color: rgb(86,113,120);
    margin-bottom: 15px;
}
footer .contact_info div {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    padding: 5px 0;
    width: max-content;
    transition: color 0.3s;
}
footer .contact_info div svg, footer .contact_info div img {
    width: 24px;
    height: 24px;
    fill: rgb(86,113,120);
    transition: transform 0.3s;
}
footer .contact_info div:hover {
    color: rgb(86,113,120);
}
footer .contact_info div:hover svg, footer .contact_info div:hover img {
    transform: scale(1.1);
}
footer .footer_agreement {
    color: rgba(0, 0, 0, 0.5);
    text-align: center;
    padding: 20px;
    font-size: 14px;
    border-top: 1px solid rgba(0, 0, 0, 0.5);
}
footer .copyright {
    background: rgb(37,44,50);
    padding: 20px 0;
    text-align: center;
    font-size: 12px;
    border-top: 1px solid rgb(86,113,120);
}
footer .copyright_info {
    color: #ffffff;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}
footer .copyright_info a {
    color: #ffffff;
    text-decoration: underline;
}
@media only screen and (max-width: 1200px) {
    footer .menu, footer .contact_info {
        max-width: unset;
    }
    footer .footer_info {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    footer .footer_info > * {
        margin-bottom: 20px;
    }
    footer .logo_holder, footer .menu, footer .contact_info {
        align-items: center;
        text-align: center;
    }
    footer .footer_agreement {
        text-align: center;
    }
}
@media only screen and (max-width: 800px) {
    footer .footer_info {
        padding: 0 20px;
    }
    footer .menu_holder, footer .contact_info div {
        align-items: center;
        justify-content: center;
    }
    footer .menu a, footer .contact_info div {
        border: none;
    }
    footer .menu a:hover, footer .contact_info div:hover {
        color: rgb(86,113,120);
    }
}
@media only screen and (max-width: 400px) {
    footer .logo_holder svg, footer .logo_holder img {
        max-width: 80px;
    }
    footer h5 {
        font-size: 17px;
    }
    footer .menu a, footer .contact_info div {
        font-size: 14px;
    }
}
.education_experience {
    padding: 60px 0;
    background: rgb(37,44,50,0.5);
    color: #000000;
    font-family: Merriweather, sans-serif;
}

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

.education_experience .holder {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.education_experience .review {
    background: #ffffff;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    position: relative;
    border: 2px solid rgb(86,113,120,0.5);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.education_experience .photo {
    width: 400px;
    height: 300px;
    background-size: cover;
    background-position: center;
    border-bottom: 2px solid rgb(86,113,120,0.5);
}

.education_experience .worker_description {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    text-align: center;
}

.education_experience .review .name {
    font-size: 20px;
    font-weight: 700;
    color: rgb(86,113,120);
    margin-bottom: 5px;
    position: relative;
}


.education_experience .review span {
    font-size: 16px;
    font-weight: 400;
    color: rgb(37,44,50);
    margin-bottom: 15px;
}

.education_experience .review .quote {
    font-size: 16px;
    font-weight: 300;
    color: #000000;
    font-style: italic;
    line-height: 1.6;
    position: relative;
    padding-left: 20px;
    margin-bottom: 20px;
}

@media (max-width: 1200px) {
    .education_experience {
        padding: 40px 0;
    }

    .education_experience .review {
        max-width: 45%;
    }
}

@media (max-width: 768px) {
    .education_experience {
        padding: 30px 0;
    }

    .education_experience .holder {
        flex-direction: column;
        align-items: center;
    }

    .education_experience .review {
        max-width: 100%;
        width: 100%;
        padding-top: 0;
    }

    .education_experience .photo {
        height: 200px;
    }

    .education_experience .worker_description {
        padding: 15px;
    }
}
.course_description {
    padding-top: 100px;
    padding-bottom: 100px;
    background: rgb(37,44,50);
    color: #ffffff;
    font-family: Merriweather, sans-serif;
    position: relative;
    overflow: hidden;
}

.course_description::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgb(86,113,120,0.5), transparent);
    animation: rotateBg 20s linear infinite;
    z-index: 0;
}

@keyframes rotateBg {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.course_description h2 {
    color: rgb(86,113,120);
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
    z-index: 1;
    position: relative;
}

.course_description .holder {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    z-index: 1;
    position: relative;
}

.course_description .items {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    z-index: 1;
    position: relative;
}

.course_description .course {
    padding: 20px;
    border-radius: 19px;
    background: #ffffff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    max-width: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    z-index: 1;
    position: relative;
}

.course_description .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
}

.course_description .photo {
    height: 300px;
    width: 300px;
    border-radius: 20px;
    overflow: hidden;
    border: 5px solid rgb(86,113,120,0.5);
    background-size: cover;
    background-position: center;
    transition: transform 0.3s ease, border 0.3s ease;
}


.course_description .text_holder {
    padding: 20px;
}

.course_description h3 {
    font-size: 32px;
    font-weight: 600;
    color: rgb(86,113,120);
    margin-bottom: 16px;
}

.course_description p {
    font-size: 15px;
    font-weight: 300;
    color: #000000;
    line-height: 1.6;
}

.course_description .button {
    background: rgb(86,113,120);
    color: #ffffff;
    padding: 12px 24px;
    border-radius: 10px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
    transition: background 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    z-index: 1;
}

@media only screen and (max-width: 800px) {
    .course_description {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .course_description .photo {
        height: 200px;
        width: 200px;
    }

    .course_description h3 {
        font-size: 22px;
    }

    .course_description p {
        font-size: 15px;
    }

    .course_description .button {
        padding: 10px 20px;
    }
}

.panel-container .course_description {
    background: rgb(143,167,179);
    padding: 80px 0;
}

.panel-container .course_description .items {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.panel-container .course_description .photo {
    width: 250px;
    height: 250px;
    border-radius: 19px;
    overflow: hidden;
    border: 5px solid rgb(86,113,120,0.5);
}

.panel-container .course_description .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 0;
    box-shadow: none;
    width: 100%;
}

.panel-container .course_description .text_holder {
    text-align: center;
    padding: 20px;
}

.panel-container .course_description h3 {
    font-size: 43px;
    font-weight: 700;
    margin-top: 20px;
    color: rgb(86,113,120);
}

.panel-container .course_description p {
    margin-top: 20px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.8;
}

.panel-container .course_description .button {
    display: inline-block;
    margin-top: 30px;
    padding: 15px 40px;
    background: none;
    border: 2px solid rgb(86,113,120);
    border-radius: 50px;
    color: rgb(86,113,120);
    transition: background 0.3s ease, color 0.3s ease;
}

.panel-container .course_description .button:hover {
    background: rgb(86,113,120);
    color: #ffffff;
}

@media only screen and (max-width: 800px) {
    .panel-container .course_description .photo {
        width: 200px;
        height: 200px;
    }
    .panel-container .course_description .text_holder {
        padding: 0;
    }
    .panel-container .course_description h3 {
        font-size: 22px;
    }

    .panel-container .course_description p {
        font-size: 16px;
    }

    .panel-container .course_description .button {
        padding: 10px 30px;
    }
}
.our_team .holder {
    background-size: cover;
}

.our_team .style_element {
    background: #ffffff;
}

.our_team {
    padding-bottom: 80px;
    padding-top: 80px;
}

.our_team h2 {
    color: rgb(37,44,50);
}

.our_team span {
    color: rgb(86,113,120);
}

.our_team p {
    color: #000000;
}

.our_team .holder {
    display: flex;
    justify-content: flex-end;
    padding: 40px;
    height: auto;
}

.our_team .style_element {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 50%;
    min-width: 400px;
    padding: 20px;
}

.our_team .caption_holder {
    display: flex;
    justify-content: flex-end;
}

.our_team h2 {
    margin-bottom: 8px;
    font-size: 34px;
    font-weight: 600;
}

.our_team span {
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: 600;
}

.our_team p {
    font-size: 14px;
    font-weight: 300;
}

@media only screen and (max-width: 600px) {
    .our_team .holder {
        padding: 0px;
    }

    .our_team .style_element {
        width: 100%;
        min-width: unset;
    }

    .our_team {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .our_team h2 {
        font-size: 30px;
    }
}

.panel-container .our_team .holder {
    height: auto;

}

.our_team {
    padding: 70px 0;
}

.panel-container .our_team .holder .photo {
    display: block;
    width: 640px;
    height: 640px;
    border-radius: 50%;
    position: absolute;
    z-index: 0;
    left: 10%;
    top: 20px;
    z-index: 2;

}

.panel-container .our_team .caption_holder {
    min-height: 700px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    background: url("data:image/svg+xml,%3Csvg class='u-svg-content' viewBox='0 0 160 160' x='0px' y='0px' id='svg-d8b7'%3E%3Cpath d='M157.4 45.5c11.3-39.1-16.3-50.2-43.8-43.8c-25.2 5.8-35.5 17.2-61 16.5C21.7 17.4 0 39.8 0 71.3c0 49.1 58.2 47.8 76.2 68.5c38.8 44.7 92.8 8.2 79.3-40.3C148.1 73.2 155.9 50.6 157.4 45.5z'%3E%3C/path%3E%3C/svg%3E");
    background-size: cover;
    padding-top: 20px;
    padding-bottom: 20px;
}

.panel-container .our_team .caption_holder::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(143,167,179);
    top: 0;
    left: 0;
    clip-path: ellipse(27% 47% at 33% 47%);
    z-index: 1;
}

.panel-container .our_team .caption_holder::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(86,113,120);
    top: 0;
    left: 0;
    clip-path: ellipse(40% 45% at 45% 55%);
    z-index: 0;
}

.panel-container .our_team .style_element {
    background: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.2) 5px 5px 20px 0px;
    position: relative;
    z-index: 3;
    border-radius: 20px;
    width: 56%;
    padding: 30px;
}

.panel-container .our_team h2 {
    color: #000000;
    font-size: 30px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 36px;
}

.panel-container .our_team p {
    color: #000000;
    margin-top: 20px;
    font-size: 16px;
    line-height: 32px;
}

@media only screen and (max-width: 1200px) {
    .panel-container .our_team .holder .photo {
        width: 400px;
        height: 400px;
        top: 20%;
    }
}

@media only screen and (max-width: 800px) {
    .panel-container .our_team .style_element {
        width: 100%;
        padding: 30px;
    }

    .panel-container .our_team .holder .photo {
        width: 320px;
        height: 320px;
        position: relative;
        left: unset;
        top: unset;
        top: 100px;
        margin-top: -100px;
    }

    .panel-container .our_team .caption_holder {
        flex-direction: column;
        min-height: unset;
        align-items: center;
    }
}.stay_updated {
    padding-bottom: 80px;
    padding-top: 80px;
    position: relative;
}

.stay_updated .holder {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.stay_updated input {
    padding: 12px;
    background: #ffffff;
    outline: none;
    border: 1px solid rgb(37,44,50,0.5);
    margin-right: 10px;
    min-width: 200px;
}

.stay_updated h2 {
    margin-bottom: 20px;
    text-align: center;
}

.stay_updated .button {
    background: rgb(37,44,50);
    color: #ffffff;
    padding: 12px;
    text-align: center;
    text-decoration: none;
    flex-shrink: 0;
}

.stay_updated .input_holder {
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 800px) {
    .stay_updated .holder {
        flex-direction: column;
    }

    .stay_updated {
        padding: 30px 20px;
    }

    .stay_updated input {
        min-width: unset;
    }

    .stay_updated .button {
        flex-shrink: unset;
    }

    .stay_updated .input_holder {
        flex-direction: column;
        width: 100%;
    }

    .stay_updated input {
        margin: 0;
        margin-bottom: 10px;
        width: 100%;
    }

    .panel-container .stay_updated .holder h2 {
        font-size: 20px;
    }
}

.panel-container .stay_updated {
    padding: 100px 20px;
    background: rgb(143,167,179);
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    transition: background 0.3s ease;
}

.panel-container .stay_updated::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgb(86,113,120) 0%, rgb(37,44,50) 100%);
    opacity: 0.1;
    z-index: 0;
    transition: opacity 0.3s ease;
}

.panel-container .stay_updated:hover::before {
    opacity: 0.3;
}

.panel-container .stay_updated .container {
    position: relative;
    z-index: 1;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    padding: 40px;
    background: #ffffff;
    border-radius: 23px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease;
}

.panel-container .stay_updated:hover .container {
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.2);
}

.panel-container .stay_updated h2 {
    font-size: 39px;
    margin-bottom: 30px;
    color: #000000;
    font-family: Merriweather, sans-serif;
    font-weight: 700;
    border-bottom: 2px solid rgb(86,113,120);
    padding-bottom: 10px;
    display: inline-block;
    text-transform: uppercase;
    transition: color 0.3s ease, border-bottom-color 0.3s ease;
}

.panel-container .stay_updated:hover h2 {
    color: rgb(37,44,50);
    border-bottom-color: rgb(37,44,50);
}

.panel-container .stay_updated .input_holder {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    flex-wrap: nowrap;
    margin-top: 20px;
}

.panel-container .stay_updated input[type="email"] {
    padding: 15px 20px;
    height: auto;
    border-radius: 10px;
    background: #ffffff;
    border: 1px solid #000000;
    font-weight: 400;
    font-size: 16px;
    width: calc(100% - 140px);
    box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.05);
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.panel-container .stay_updated input[type="email"]:focus {
    border-color: rgb(86,113,120);
    box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.1);
}

.panel-container .stay_updated .button {
    padding: 15px 30px;
    border-radius: 10px;
    background: #000000;
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.panel-container .stay_updated .button:hover {
    background: rgb(86,113,120);
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 800px) {
    .panel-container .stay_updated {
        padding: 60px 20px;
    }

    .panel-container .stay_updated h2 {
        font-size: 33px;
    }

    .panel-container .stay_updated .input_holder {
        flex-direction: column;
        gap: 15px;
    }

    .panel-container .stay_updated input[type="email"] {
        width: 100%;
    }

    .panel-container .stay_updated .button {
        width: 100%;
    }
}@keyframes neonPulse {
    0%, 100% { box-shadow: 0 0 5px rgb(86,113,120), 0 0 10px rgb(86,113,120); }
    50% { box-shadow: 0 0 20px rgb(86,113,120), 0 0 30px rgb(86,113,120); }
}

@keyframes floatAnimation {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

.benefits {
    padding: 10vh 0;
    background: linear-gradient(135deg, rgb(37,44,50), #000);
    position: relative;
    overflow: hidden;
    min-height: 100vh;
}

.benefits::before,
.benefits::after {
    content: '';
    position: absolute;
    width: 50vw;
    height: 50vw;
    border-radius: 50%;
    filter: blur(100px);
}

.benefits::before {
    top: -25vw;
    left: -25vw;
    background: radial-gradient(circle, rgb(86,113,120,0.5) 0%, transparent 70%);
    animation: floatAnimation 15s infinite ease-in-out;
}

.benefits::after {
    bottom: -25vw;
    right: -25vw;
    background: radial-gradient(circle, rgb(37,44,50,0.5) 0%, transparent 70%);
    animation: floatAnimation 20s infinite ease-in-out reverse;
}

.benefits .advantages_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 90vw;
    width: 100%;
    margin: 0 auto;
    padding: 0 5vw;
    position: relative;
    z-index: 1;
}

.benefits .advantages_content h2 {
    font-size: clamp(2rem, 5vw, 34px);
    color: #ffffff;
    text-align: center;
    margin-bottom: 5vh;
    text-transform: uppercase;
    letter-spacing: 3px;
    position: relative;
    padding: 2vh 3vw;
    border: 2px solid transparent;
    border-image: linear-gradient(45deg, rgb(86,113,120), rgb(37,44,50));
    border-image-slice: 1;
    animation: neonPulse 2s infinite;
}

.benefits .advantages_photo_holder {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 5vw;
    margin-top: 5vh;
    width: 100%;
    min-height: 40vh;
}

.benefits .advantages_photo_holder .photo {
    flex: 0 0 40%;
    height: 40vh;
    min-height: 250px;
    max-height: 400px;
    border-radius: 13px;
    position: relative;
    overflow: hidden;
    border: 3px solid rgb(86,113,120);
    transition: all 0.5s ease;
}

.benefits .advantages_photo_holder .photo:hover {
    transform: scale(1.05);
    border-color: rgb(37,44,50);
}

.benefits .advantages_photo_holder .photo::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgb(86,113,120,0.5), rgb(37,44,50,0.5));
    opacity: 0;
    transition: opacity 0.5s ease;
}

.benefits .advantages_photo_holder .photo:hover::before {
    opacity: 0.6;
}

.benefits .advantages_holder {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 3vh;
    min-width: 50%;
    max-width: 100%;
}

.benefits .advantages_holder .advantage_item {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 3vh 2vw;
    background: linear-gradient(135deg, rgba(255,255,255,0.05), rgba(255,255,255,0.01));
    border-radius: 10px;
    transition: all 0.5s ease;
    position: relative;
    overflow: hidden;
    border: 1px solid rgb(86,113,120,0.5);
    min-height: 10vh;
}

.benefits .advantages_holder .advantage_item:hover {
    border-color: rgb(37,44,50);
    transform: translateX(10px);
}

.benefits .advantages_holder .advantage_item::before {
    content: '';
    position: absolute;
    top: -100%;
    left: -100%;
    width: 300%;
    height: 300%;
    background: radial-gradient(circle, rgb(86,113,120,0.5) 0%, transparent 70%);
    transition: all 0.5s ease;
}

.benefits .advantages_holder .advantage_item:hover::before {
    top: -50%;
    left: -50%;
}

.benefits .advantages_holder .advantage_item .advantage_image {
    margin-right: 3vw;
    position: relative;
    z-index: 1;
}

.benefits .advantages_holder .advantage_item svg,
.benefits .advantages_holder .advantage_item svg path {
    width: clamp(30px, 5vw, 50px);
    height: clamp(30px, 5vw, 50px);
    fill: #ffffff;
    filter: drop-shadow(0 0 5px rgb(86,113,120));
    transition: all 0.5s ease;
}

.benefits .advantages_holder .advantage_item h4 {
    font-size: clamp(1rem, 2vw, 21px);
    color: #ffffff;
    margin: 0;
    position: relative;
    z-index: 1;
    transition: all 0.5s ease;
}

@media only screen and (max-width: 992px) {
    .benefits .advantages_photo_holder {
        flex-direction: column;
    }

    .benefits .advantages_photo_holder .photo {
        width: 100%;
        flex: none;
        max-height: 300px;
    }

    .benefits .advantages_holder {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .benefits .advantages_holder .advantage_item {
        flex: 0 0 calc(50% - 2vw);
        min-height: 15vh;
    }
}

@media only screen and (max-width: 768px) {
    .benefits {
        padding: 8vh 0;
    }

    .benefits .advantages_content h2 {
        font-size: clamp(1.5rem, 4vw, 22px);
    }

    .benefits .advantages_holder .advantage_item {
        flex: 0 0 100%;
    }
}

@media only screen and (max-width: 480px) {
    .benefits .advantages_holder .advantage_item {
        flex-direction: column;
        text-align: center;
        padding: 4vh 3vw;
    }

    .benefits .advantages_holder .advantage_item .advantage_image {
        margin-right: 0;
        margin-bottom: 2vh;
    }
}.title_portal {
    font-family: Merriweather, sans-serif;
    background-color: #ffffff;
    color: #000000;
    padding: 4rem 0;
    position: relative;
}

.title_portal::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, rgb(86,113,120), rgb(37,44,50));
}

.title_portal .holder {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.title_portal .photo {
    height: 300px;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    width: 40%;
    margin-right: 20px;
}


.title_portal .photo::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.3));
    opacity: 0;
    transition: opacity 0.3s ease;
}

.title_portal .text_holder {
    flex: 0 0 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.title_portal .text_info {
    margin-bottom: 2rem;
}

.title_portal .text_info svg {
    width: 60px;
    height: 60px;
    fill: rgb(86,113,120);
    margin-bottom: 1.5rem;
    transition: transform 0.3s ease;
}

.title_portal .text_info h2 {
    font-size: 30px;
    color: #000000;
    margin-bottom: 1rem;
    position: relative;
    padding-bottom: 0.5rem;
}

.title_portal .text_info h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 3px;
    background-color: rgb(86,113,120);
    transition: width 0.3s ease;
}

.title_portal .text_info span {
    font-size: 13px;
    color: #000000;
    line-height: 1.6;
    display: block;
}

.title_portal .button {
    display: inline-block;
    padding: 12px 24px;
    background-color: rgb(86,113,120);
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    font-size: 20px;
    border-radius: 10px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.title_portal .button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}

.title_portal .button:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgb(86,113,120,0.5);
}

@media (max-width: 992px) {
    .title_portal .holder {
        flex-direction: column;
    }

    .title_portal .photo {
        flex: unset;
        width: 100%;
        margin-right: 0;
    }
    .title_portal .text_holder {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .title_portal .photo {
        margin-bottom: 2rem;
    }
}

@media (max-width: 768px) {
    .title_portal {
        padding: 3rem 0;
    }

    .title_portal .text_info h2 {
        font-size: 24px;
    }

    .title_portal .text_info span {
        font-size: 16px;
    }

    .title_portal .button {
        padding: 10px 20px;
        font-size: 16px;
    }
}.ty_modal {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(86,113,120,0.5);
    padding: 60px 20px;
    position: relative;
    height: 100vh;
}
.ty_modal .container {
    max-width: 1000px;
    width: 100%;
    background-color: rgb(143,167,179);
    padding: 50px;
    border-radius: 28px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    position: relative;
    overflow: hidden;
    border: 2px solid rgb(86,113,120);
}
.ty_modal .container::before,
.ty_modal .container::after {
    content: '';
    position: absolute;
    border-radius: 28px;
    border: 2px solid rgb(86,113,120,0.5);
    box-shadow: 0 0 15px rgb(86,113,120,0.5);
}
.ty_modal .container::before {
    top: -15px;
    left: -15px;
    right: -15px;
    bottom: -15px;
}
.ty_modal .container::after {
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border: 2px solid rgb(37,44,50,0.5);
    box-shadow: 0 0 10px rgb(37,44,50,0.5);
}
.ty_modal .container h2 {
    font-size: 34px;
    color: rgb(86,113,120);
    font-family: Merriweather, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: 3px solid rgb(37,44,50);
    letter-spacing: 1.5px;
    background: rgb(86,113,120,0.5);
    padding: 10px 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgb(86,113,120,0.5);
}
.ty_modal .container p {
    font-size: 14px;
    color: #000000;
    font-family: Merriweather, sans-serif;
    font-weight: 400;
    line-height: 1.8;
    margin-bottom: 20px;
    position: relative;
    background: rgb(86,113,120,0.5);
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgb(37,44,50,0.5);
    color: #ffffff;
}
@media only screen and (max-width: 800px) {
    .ty_modal {
        padding: 30px 10px;
    }
    .ty_modal .container {
        padding: 30px;
    }
    .ty_modal h2 {
        font-size: 42px;
    }
}
