* {
    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: Ubuntu, sans-serif;
    color: #000000;
}
.wrapper-bundle_nN {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}
.content {
    flex: 1 0 auto;
}
.footer {
    flex: 0 0 auto;
}
section {
    background-color: rgb(250,245,248);
}
a {
    color: inherit;
    text-decoration: none;
}
@media only screen and (max-width: 1200px)  {
    .container {
        width: 100%;
        padding: 0 20px;
    }
}
@media only screen and (max-width: 800px)  {
    .container {
        padding: 0 12px;
    }
}.title_opener_zf {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.title_opener_zf .title_page_holder {
    width: 100%;
    min-height: 680px;
    height: auto;
    position: relative;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.5);
}
.title_opener_zf .style_element {
    position: relative;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    padding: 60px;
    border-radius: 16px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    max-width: 80%;
    text-align: left;
    z-index: 2;
}
.title_opener_zf .style_element h1 {
    font-family: Ubuntu, sans-serif;
    font-size: calc(45px * 1.2);
    font-weight: 700;
    color: rgb(173,173,173);
    margin-bottom: 16px;
}
.title_opener_zf .style_element h3 {
    font-family: Ubuntu, sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: rgb(113,113,113);
    margin-bottom: 12px;
}
.title_opener_zf .style_element p {
    font-family: Ubuntu, sans-serif;
    font-size: 15px;
    font-weight: 300;
    color: #000000;
    line-height: 1.6;
    margin-bottom: 24px;
}
.title_opener_zf .style_element:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}
.title_opener_zf .style_element h1::after {
    content: '';
    display: block;
    width: 50px;
    height: 3px;
    background: rgb(173,173,173);
    margin-top: 8px;
    transition: width 0.3s ease;
}
.title_opener_zf .style_element:hover h1::after {
    width: 100px;
}
.wrapper-bundle_nN .title_opener_zf {
    position: relative;
}
.wrapper-bundle_nN .title_opener_zf::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.3));
    z-index: 0;
}
.wrapper-bundle_nN .title_opener_zf .title_page_holder {
    display: flex;
    align-items: center;
    justify-content: center;
}
.wrapper-bundle_nN .title_opener_zf .style_element {
    width: 90%;
    max-width: 1200px;
    text-align: left;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 16px;
    padding: 40px 60px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    transition: background 0.3s ease, padding 0.3s ease;
}
.wrapper-bundle_nN .title_opener_zf .style_element h1 {
    font-size: 48px;
    color: #000000;
}
.wrapper-bundle_nN .title_opener_zf .style_element h3 {
    font-size: 24px;
    color: rgb(113,113,113);
    margin-bottom: 20px;
}
.wrapper-bundle_nN .title_opener_zf .style_element p {
    font-size: 18px;
    color: #000000;
}
@media only screen and (max-width: 1200px) {
    .wrapper-bundle_nN .title_opener_zf .style_element {
        padding: 30px 40px;
    }
}
@media only screen and (max-width: 800px) {
    .title_opener_zf .title_page_holder {
        min-height: 320px;
    }
    .title_opener_zf .style_element {
        width: 95%;
        padding: 20px 30px;
        text-align: center;
    }
    .title_opener_zf .style_element h1 {
        font-size: 28px;
    }
    .title_opener_zf .style_element h3 {
        font-size: 18px;
    }
    .title_opener_zf .style_element p {
        font-size: 16px;
    }
}
.advantages_outline_oN .advantages_content h2 {
    color: rgb(113,113,113);
}

.advantages_outline_oN .advantage_item svg, .advantages_outline_oN .advantage_item svg path {
    fill: rgb(173,173,173);
}

.advantages_outline_oN .advantage_item p {
    color: #000000;
}

.advantages_outline_oN .advantage_item b {
    color: rgb(173,173,173);
}

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

.advantages_outline_oN .advantages_holder {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.advantages_outline_oN .advantages_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.advantages_outline_oN .advantages_content h2 {
    text-align: center;
    margin-bottom: 48px;
    font-size: 37px;
    font-weight: 600;
}

.advantages_outline_oN .advantages_content h4 {
    text-align: center;
    font-size: 20px;
    margin-top: 20px;
}

.advantages_outline_oN .advantages_description {
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
    padding: 20px;
}

.advantages_outline_oN .advantage_item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    min-height: 200px;
    width: 25%;
    padding: 10px;
}

.advantages_outline_oN .advantage_item svg, .advantages_outline_oN .advantage_item img {
    width: 128px;
    height: 128px;
}

@media only screen and (max-width: 1200px) {
    .wrapper-bundle_nN .advantages_outline_oN .advantages_holder .advantage_item {
        width: calc(50% - 20px);
        margin: 10px;
    }
}

@media only screen and (max-width: 800px) {
    .advantages_outline_oN .advantages_content h2 {
        font-size: 30px;
    }

    .advantages_outline_oN .advantages_holder {
        flex-direction: column;
    }

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

    .wrapper-bundle_nN .advantages_outline_oN .advantages_holder .advantage_item {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
}

.wrapper-bundle_nN .advantages_outline_oN {
    background: rgb(113,113,113);
    padding: 60px 20px;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
}

.wrapper-bundle_nN .advantages_outline_oN .advantages_content h2 {
    font-size: 37px;
    font-weight: 700;
    color: rgb(173,173,173);
    text-align: left;
    margin-bottom: 40px;
    border-left: 5px solid rgb(173,173,173);
    padding-left: 15px;
}

.wrapper-bundle_nN .advantages_outline_oN .advantages_description {
    color: #ffffff;
    text-align: justify;
    font-size: 17px;
    margin-bottom: 30px;
    padding: 10px 20px;
    background: rgb(173,173,173,0.5);
    border-radius: 10px;
}

.wrapper-bundle_nN .advantages_outline_oN .advantages_holder {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.wrapper-bundle_nN .advantages_outline_oN .advantage_item {
    background: #ffffff;
    padding: 20px;
    flex: 1 1 calc(33.333% - 20px);
    border-radius: 10px;
    border: 1px solid rgb(173,173,173,0.5);
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.wrapper-bundle_nN .advantages_outline_oN .advantage_image img,
.wrapper-bundle_nN .advantages_outline_oN .advantage_image svg {
    width: 80px;
    height: 80px;
    display: block;
    margin-bottom: 20px;
}

.wrapper-bundle_nN .advantages_outline_oN .advantages_content h4 {
    text-align: center;
    font-size: 23px;
    font-weight: 600;
    color: rgb(173,173,173);
    margin-top: 10px;
}

.wrapper-bundle_nN .advantages_outline_oN .advantage_item p {
    font-size: 17px;
    line-height: 1.6;
    color: #000000;
    margin-top: 10px;
    text-align: center;
}

.wrapper-bundle_nN .advantages_outline_oN .advantage_item p b {
    color: rgb(173,173,173);
}

@media only screen and (max-width: 1200px) {
    .wrapper-bundle_nN .advantages_outline_oN .advantages_holder .advantage_item {
        flex: 1 1 calc(50% - 20px);
    }
}

@media only screen and (max-width: 800px) {
    .wrapper-bundle_nN .advantages_outline_oN .advantage_item {
        flex: 1 1 100%;
        margin-bottom: 20px;
    }

    .wrapper-bundle_nN .advantages_outline_oN .advantages_content h2 {
        font-size: 16px;
    }

    .wrapper-bundle_nN .advantages_outline_oN {
        padding: 40px 20px;
    }
}.thxBlock_0m {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(135deg, rgb(173,173,173,0.5) 0%, rgb(113,113,113,0.5) 100%);
    color: #ffffff;
    font-family: Ubuntu, sans-serif;
    padding: 50px;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
}
.thxBlock_0m .container {
    max-width: 800px;
    text-align: center;
    background-color: rgb(250,245,248);
    border-radius: 24px;
    padding: 40px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.thxBlock_0m .container:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.5);
}
.thxBlock_0m h2 {
    margin-bottom: 20px;
    font-size: 46px;
    font-weight: 700;
    color: rgb(173,173,173);
    text-shadow: 2px 2px rgba(0, 0, 0, 0.5);
    animation: fadeInDown 1s ease-in-out;
}
.thxBlock_0m p {
    font-size: 15px;
    font-weight: 400;
    color: #000000;
    line-height: 1.6;
    animation: fadeInUp 1s ease-in-out;
}
@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@media only screen and (max-width: 800px) {
    .thxBlock_0m {
        padding: 20px;
    }
    .thxBlock_0m .container {
        padding: 30px;
    }
    .thxBlock_0m h2 {
        font-size: 38px;
    }
    .thxBlock_0m p {
        font-size: 21px;
    }
}.instructor_profile_lD {
    padding: 50px 0;
    background: linear-gradient(135deg, rgb(173,173,173), rgb(113,113,113));
    font-family: Ubuntu, sans-serif;
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

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

.instructor_profile_lD .holder {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    justify-content: center;
    align-items: start;
    position: relative;
}

.instructor_profile_lD .review {
    background: #000000;
    border-radius: 10px;
    padding: 20px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.instructor_profile_lD .review::before, .instructor_profile_lD .review::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.05);
    clip-path: polygon(0 0, 100% 0, 0 100%);
}

.instructor_profile_lD .review::after {
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
}

.instructor_profile_lD .photo {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-position: center;
    background-size: cover;
    border: 5px solid #ffffff;
    position: relative;
    z-index: 1;
}

.instructor_profile_lD .worker_description {
    padding: 10px;
    z-index: 1;
    position: relative;
}

.instructor_profile_lD .worker_description .name {
    font-size: 19px;
    color: rgb(113,113,113);
    margin-bottom: 5px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.instructor_profile_lD .worker_description span {
    font-size: 14px;
    color: rgb(173,173,173,0.5);
    font-weight: 300;
    display: block;
    margin-bottom: 10px;
}

.instructor_profile_lD .worker_description .quote {
    font-size: 14px;
    color: #ffffff;
    font-style: italic;
    border-left: 4px solid rgb(173,173,173);
    padding-left: 15px;
    margin-top: 10px;
    position: relative;
}

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

    .instructor_profile_lD .photo {
        width: 100px;
        height: 100px;
    }

    .instructor_profile_lD .review {
        padding: 15px;
    }

    .instructor_profile_lD .worker_description .name {
        font-size: 18px;
    }

    .instructor_profile_lD .worker_description span {
        font-size: 14px;
    }

    .instructor_profile_lD .worker_description .quote {
        font-size: 14px;
        padding-left: 10px;
    }
}

.wrapper-bundle_nN .instructor_profile_lD .review {
    display: flex;
    flex-direction: row;
    align-items: center;
    max-width: 100%;
    padding: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    overflow: hidden;
}

.wrapper-bundle_nN .instructor_profile_lD .photo {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-position: center;
    background-size: cover;
    margin-right: 20px;
    border: 3px solid #ffffff;
}

.wrapper-bundle_nN .instructor_profile_lD .worker_description {
    flex: 1;
    padding: 0;
    text-align: left;
}

.wrapper-bundle_nN .instructor_profile_lD .worker_description .name {
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.wrapper-bundle_nN .instructor_profile_lD .worker_description span {
    font-size: 14px;
    color: rgb(173,173,173,0.5);
    font-weight: 300;
    display: block;
    margin-bottom: 10px;
}

.wrapper-bundle_nN .instructor_profile_lD .worker_description .quote {
    font-size: 14px;
    color: #ffffff;
    font-style: italic;
    border-left: 4px solid rgb(173,173,173);
    padding-left: 15px;
    margin-top: 10px;
    text-align: left;
}


@media (max-width: 768px) {
    .wrapper-bundle_nN .instructor_profile_lD .review {
        flex-direction: column;
        align-items: center;
        padding: 15px;
    }

    .wrapper-bundle_nN .instructor_profile_lD .photo {
        width: 80px;
        height: 80px;
        margin-bottom: 10px;
        margin-right: 0;
    }

    .wrapper-bundle_nN .instructor_profile_lD .worker_description {
        text-align: center;
        padding: 0;
    }

    .wrapper-bundle_nN .instructor_profile_lD .worker_description .name {
        font-size: 18px;
    }

    .wrapper-bundle_nN .instructor_profile_lD .worker_description span {
        font-size: 14px;
    }

    .wrapper-bundle_nN .instructor_profile_lD .worker_description .quote {
        font-size: 14px;
        padding-left: 10px;
    }
}
.privacy_container_u8 {
    background-color: rgb(250,245,248);
    color: #000000;
    font-family: Ubuntu, sans-serif;
    padding: 40px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
	margin-left: 5%;
	margin-right: 5%;
}
.privacy_container_u8:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}
.privacy_container_u8 h1,
.privacy_container_u8 h2 {
    margin: 20px 0;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.privacy_container_u8 h1 {
    font-size: 42px;
    font-weight: 700;
    color: rgb(173,173,173);
    border-bottom: 3px solid rgb(173,173,173);
    padding-bottom: 10px;
}
.privacy_container_u8 h2 {
    font-size: 29px;
    font-weight: 600;
    color: rgb(113,113,113);
    border-left: 5px solid rgb(113,113,113);
    padding-left: 10px;
}
.privacy_container_u8 ul {
    list-style-type: none;
    padding: 0;
    margin: 20px 0;
}
.privacy_container_u8 ul li {
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    font-size: 13px;
    font-weight: 400;
    color: #000000;
}
.privacy_container_u8 ul li:last-child {
    border-bottom: none;
}
.privacy_container_u8 p {
    font-size: 13px;
    font-weight: 300;
    line-height: 1.6;
    color: #000000;
    margin: 20px 0;
}
.privacy_container_u8 div {
    margin: 20px 0;
}
@media only screen and (max-width: 800px) {
    .privacy_container_u8 {
        padding: 20px;
    }
    .privacy_container_u8 h1 {
        font-size: calc(24px - 10px);
    }
    .privacy_container_u8 h2 {
        font-size: calc(24px - 10px);
    }
    .privacy_container_u8 ul li {
        font-size: calc(13px - 2px);
    }
    .privacy_container_u8 p {
        font-size: calc(13px - 2px);
    }
}.wrapper-bundle_nN .about_this_kP .holder {
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 80px 20px;
    background-color: rgb(250,245,248);
}

.about_this_kP {
    padding: 80px 0;
    background: linear-gradient(135deg, rgb(113,113,113) 30%, rgb(173,173,173,0.5) 100%);
    position: relative;
    z-index: 1;
    color: #ffffff;
}

.wrapper-bundle_nN .about_this_kP .holder .photo {
    width: 400px;
    height: 400px;
    border-radius: 23px;
    box-shadow: 0 0 30px rgb(113,113,113,0.5), 0 0 60px rgb(113,113,113,0.5);
    transition: transform 0.3s ease-in-out;
    margin-right: 24px;
}

.wrapper-bundle_nN .about_this_kP .caption_holder {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    width: 100%;
    min-height: 520px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.wrapper-bundle_nN .about_this_kP .style_element {
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid rgb(173,173,173);
    padding: 50px 60px;
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    min-height: 420px;
    border-radius: 0 10px 10px 0;
    box-shadow: 0 0 20px rgb(173,173,173,0.5);
    transition: background 0.3s ease-in-out, box-shadow 0.3s ease-in-out;

}


.wrapper-bundle_nN .about_this_kP h2 {
    color: #ffffff;
    margin-top: 10px;
    font-size: 31px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.2;
    letter-spacing: 2px;
    text-shadow: 0 0 10px rgb(113,113,113);
}

.wrapper-bundle_nN .about_this_kP p {
    color: #ffffff;
    margin-top: 20px;
    font-size: 13px;
    line-height: 1.6;
    font-weight: 300;
    max-width: 600px;
    text-shadow: 0 0 5px rgb(173,173,173,0.5);
}

@media only screen and (max-width: 1200px) {
    .wrapper-bundle_nN .about_this_kP .holder {
        padding: 0;
    }
    .wrapper-bundle_nN .about_this_kP .holder .photo {
        width: 300px;
        height: 300px;
        margin: 20px 0;
    }

    .wrapper-bundle_nN .about_this_kP .style_element {
        width: 70%;
        padding: 40px 50px;
    }
}

@media only screen and (max-width: 800px) {
    .wrapper-bundle_nN .about_this_kP {
        padding: 60px 0;
    }

    .wrapper-bundle_nN .about_this_kP .style_element {
        width: 100%;
        padding: 30px;
    }

    .wrapper-bundle_nN .about_this_kP .holder .photo {
        width: 250px;
        height: 250px;
    }

    .wrapper-bundle_nN .about_this_kP .caption_holder {
        flex-direction: column-reverse;
        min-height: unset;
    }

    .wrapper-bundle_nN .about_this_kP h2 {
        font-size: 19px;
    }
}footer {
    background: rgb(113,113,113);
    color: #ffffff;
}

footer .copyright {
    background: rgb(173,173,173);
}

footer .logo_holder svg, footer .logo_holder svg path {
    fill: rgb(173,173,173);
}

footer h5 {
    color: rgb(173,173,173);
}

footer .menu a {
    color: #ffffff;
}

footer .copyright_info {
    color: #ffffff;
}

footer .copyright_info a {
    color: #ffffff;
    text-decoration: underline;
}

footer .contact_info div svg, footer .contact_info div svg path {
    fill: #ffffff;
}

footer .contact_info div span {
    color: #ffffff;
}

footer .footer {
    padding-top: 70px;
    padding-bottom: 70px;
}

footer .copyright {
    padding-top: 25px;
    padding-bottom: 25px;
}

footer .footer_info {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

footer .logo_holder svg, footer .logo_holder img {
    height: 80px;
    width: 80px;
    margin-right: 10px;
}

footer h5 {
    font-size: 22px;
    margin-bottom: 16px;

}

footer .contact_info {
    display: flex;
    flex-direction: column;
}

footer .contact_info div {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    justify-content: flex-start;
}

footer .contact_info div img, footer .contact_info div svg {
    width: 16px;
    height: 16px;
    margin-right: 10px;
}

footer .menu_holder {
    display: flex;
    flex-direction: column;
}

footer .menu a {
    text-decoration: none;
    font-size: 18px;
    margin-right: 10px;
    margin-bottom: 5px;
}

footer .copyright {
    font-size: 14px;
}

footer .footer_agreement {
    text-align: center;
    margin: 10px 0;
}
@media only screen and (max-width: 1200px) {
    footer .footer_info {
        padding: 0 20px;
    }
}

@media only screen and (max-width: 800px) {
    footer .menu, footer .menu_holder, footer .footer_info {
        flex-direction: column;
    }

    footer .contact_info {
        margin-top: 10px;
    }

    footer h5 {
        margin-top: 5px;
    }

}

.wrapper-bundle_nN footer {
    background: #252525;
}

.wrapper-bundle_nN footer .copyright {
    background: none;
    padding: 10px 0;
}

.wrapper-bundle_nN footer .footer {
    padding-top: 30px;
    padding-bottom: 0;
}

.wrapper-bundle_nN footer .footer_info {
    width: 100%;
    padding-bottom: 30px;
    border-bottom: 1px solid #ffffff;
}

.wrapper-bundle_nN footer .logo_holder svg, .wrapper-bundle_nN footer .logo_holder img {
    width: 160px;
    height: 160px;
}

.wrapper-bundle_nN footer .menu {
    width: calc(50% - 90px);
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    flex-direction: column;
}

.wrapper-bundle_nN footer h5 {
    width: 200px;
}

.wrapper-bundle_nN footer .menu_holder {
    width: 200px;
}

.wrapper-bundle_nN footer .menu a {
    margin-right: 0;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
}

.wrapper-bundle_nN footer .menu a:hover {
    color: rgb(173,173,173);
}

.wrapper-bundle_nN footer .copyright_info {
    text-align: center;
}

@media only screen and (max-width: 800px) {
    .wrapper-bundle_nN footer .footer_info {
        align-items: center;
    }

    .wrapper-bundle_nN footer h5 {
        text-align: center;
    }

    .wrapper-bundle_nN footer .menu {
        width: 100%;
        justify-content: center;
        align-items: center;
    }

    .wrapper-bundle_nN footer .menu a {
        text-align: center;
    }

    .wrapper-bundle_nN footer .logo_holder svg, .wrapper-bundle_nN footer .logo_holder img {
        margin-right: 0;
        width: 120px;
        height: 120px;
    }

    .wrapper-bundle_nN footer .logo_holder {
        margin-bottom: 10px;
    }
}.connect_with_us_T2 {
    padding: 60px 20px;
    background: linear-gradient(135deg, rgb(113,113,113), rgba(0, 0, 0, 0.5));
    font-family: Ubuntu, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 20px rgb(173,173,173,0.5);
    color: #ffffff;
}
.connect_with_us_T2 h3 {
    color: rgb(173,173,173);
    font-size: 46px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
    text-shadow: 0 0 10px rgb(173,173,173);
}
.connect_with_us_T2 .form {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 22px;
    padding: 40px;
    box-shadow: 0 0 20px rgb(113,113,113,0.5);
    flex: 1;
    color: #ffffff;
}
.connect_with_us_T2 .info {
    flex: 1;
    padding: 40px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 22px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    box-shadow: inset 0 0 10px rgb(113,113,113,0.5);
}
.connect_with_us_T2 .info h5 {
    color: rgb(113,113,113);
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    text-shadow: 0 0 5px rgb(113,113,113);
}
.connect_with_us_T2 .info svg, .connect_with_us_T2 .info svg path {
    fill: rgb(173,173,173);
    width: 24px;
    height: 24px;
    margin-right: 10px;
    filter: drop-shadow(0 0 5px rgb(173,173,173));
}
.connect_with_us_T2 .info span {
    color: #ffffff;
    font-size: 12px;
}
.connect_with_us_T2 .info .contact_info > div {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    font-size: 12px;
}
.connect_with_us_T2 .info .contact_info > div svg {
    margin-right: 10px;
}
.connect_with_us_T2 form {
    display: flex;
    flex-direction: column;
}
.connect_with_us_T2 form input {
    color: #ffffff;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid rgb(173,173,173,0.5);
    padding: 15px;
    margin-bottom: 20px;
    outline: none;
    width: 100%;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    box-shadow: inset 0 0 5px rgb(173,173,173,0.5);
}
.connect_with_us_T2 form input:focus {
    border-color: rgb(173,173,173);
    box-shadow: 0 0 10px rgb(173,173,173);
}
.connect_with_us_T2 form .button {
    background: rgb(173,173,173);
    color: #ffffff;
    border-radius: 22px;
    padding: 15px;
    font-size: 19px;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 0 10px rgb(173,173,173);
    text-transform: uppercase;
}
.connect_with_us_T2 form .button:hover {
    background: rgb(113,113,113);
    box-shadow: 0 0 15px rgb(113,113,113);
}
.connect_with_us_T2 .holder {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    flex-direction: row-reverse;
}
.connect_with_us_T2 .logo_holder {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 30px;
}
.connect_with_us_T2 .logo_holder svg, .connect_with_us_T2 .logo_holder img {
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
    filter: drop-shadow(0 0 10px rgb(173,173,173));
}
.connect_with_us_T2 .name_holder {
    display: flex;
    gap: 20px;
}
.connect_with_us_T2 .agree {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    color: #ffffff;
}
.connect_with_us_T2 .agree input[type=checkbox] {
    margin-right: 10px;
    width: auto;
    margin-bottom: 0;
}
.connect_with_us_T2 .agree label {
    font-size: 12px;
}
.connect_with_us_T2 .agree a {
    color: rgb(173,173,173);
    text-decoration: underline;
    margin-left: 5px;
}
@media only screen and (max-width: 800px) {
    .connect_with_us_T2 {
        padding: 40px 10px;
    }
    .connect_with_us_T2 .holder {
        flex-direction: column;
    }
    .connect_with_us_T2 .info {
        padding: 20px;
        border-radius: 10px;
        box-shadow: none;
    }
    .connect_with_us_T2 .form {
        padding: 20px;
        border-radius: 10px;
        box-shadow: none;
    }
}
@media only screen and (max-width: 600px) {
    .connect_with_us_T2 h3 {
        font-size: 24px;
    }
    .connect_with_us_T2 .info h5 {
        font-size: 20px;
    }
    .connect_with_us_T2 .info svg {
        width: 20px;
        height: 20px;
    }
    .connect_with_us_T2 .info .contact_info > div {
        margin-bottom: 12px;
    }
}
.give_it_a_try_wy {
    padding: 60px 0;
    background: rgb(173,173,173);
}
.give_it_a_try_wy .holder{
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 19px;
}
.give_it_a_try_wy .holder svg, .give_it_a_try_wy .holder svg path {
    padding: 30px;
    background: rgb(113,113,113);
    fill: #ffffff;
    width: 130px;
    height: 130px;
    margin-bottom: 20px;
    border-radius: 10px;
}
.give_it_a_try_wy .holder h2 {
    font-size: 46px;
    text-align: center;
    margin: 26px 0;
    color: #ffffff;
}
.give_it_a_try_wy .holder .button {
    padding: 20px 40px;
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    text-decoration: none;
    font-size: 21px;
    border-radius: 10px;
}
.give_it_a_try_wy .holder .button:hover {
    background: rgb(113,113,113);
}
@media only screen and (max-width: 800px) {
    .give_it_a_try_wy .holder h2 {
        font-size: 21px;
    }
}.training_method_Fy {
    padding: 80px 0;
    background: rgb(173,173,173);
    color: #ffffff;
    font-family: Ubuntu, sans-serif;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: background 0.3s ease, box-shadow 0.3s ease;
}

.training_method_Fy::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.2), transparent);
    z-index: -1;
}

.training_method_Fy:hover {
    background: rgb(173,173,173);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

.training_method_Fy .holder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 80%;
    margin: auto;
    animation: slideIn 1s ease-in-out;
}

.training_method_Fy h2 {
    margin-bottom: 20px;
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
}

.training_method_Fy h2::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 3px;
    background: #ffffff;
    transition: width 0.5s ease, left 0.5s ease;
}

.training_method_Fy h2:hover::before {
    width: 100%;
    left: 0;
}

.training_method_Fy p {
    text-align: center;
    font-size: 18px;
    color: #000000;
    line-height: 1.6;
    margin: 0 auto;
    transition: color 0.3s ease;
}

.training_method_Fy:hover p {
    color: rgb(113,113,113);
}

@media only screen and (max-width: 800px) {
    .training_method_Fy {
        padding: 40px 0;
    }

    .training_method_Fy h2 {
        font-size: 18px;
    }

    .training_method_Fy p {
        font-size: 17px;
    }
}

.wrapper-bundle_nN .training_method_Fy .holder {
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
    width: 70%;
    margin-left: 0;
}

.wrapper-bundle_nN .training_method_Fy h2 {
    text-align: left;
    font-size: 38px;
    font-weight: 700;
    margin: 0;
    color: #ffffff;
    position: relative;
    margin-bottom: 10px;
    white-space: normal;
}

.wrapper-bundle_nN .training_method_Fy p {
    text-align: left;
    font-size: 18px;
    color: #ffffff;
    transition: color 0.3s ease;
}

@media only screen and (max-width: 800px) {
    .wrapper-bundle_nN .training_method_Fy {
        padding: 0;
    }

    .wrapper-bundle_nN .training_method_Fy .holder {
        width: 100%;
        padding: 30px 10px;
    }

    .wrapper-bundle_nN .training_method_Fy h2 {
        font-size: 36px;
    }
}

@keyframes slideIn {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
header .main_header {
    background: #ffffff;
    color: #000000;
    width: 100%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
}
header .main_header::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle at center, rgb(173,173,173) 0%, transparent 80%);
    z-index: 1;
    opacity: 0.1;
}

header .container {
    position: relative;
    z-index: 2;
}

header .logo_holder {
    display: flex;
    align-items: center;
    padding: 10px 0;
}
header .logotype svg, header .logotype img {
    height: 60px;
    width: 60px;
    fill: rgb(173,173,173);
    transition: transform 0.3s ease;
}
header .logotype:hover svg, header .logotype:hover img {
    transform: scale(1.1);
}
header .logo_caption {
    display: flex;
    flex-direction: column;
    height: 100%;
}
header .logo_desc {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

header .menu {
    display: flex;
    gap: 20px;
}
header .menu a {
    text-decoration: none;
    padding: 10px 20px;
    font-size: 17px;
    color: rgb(113,113,113);
    border: 2px solid transparent;
    border-radius: 30px;
    transition: color 0.3s ease, background 0.3s ease, border-color 0.3s ease;
}
header .menu a:hover {
    color: rgb(173,173,173);
    background: rgb(113,113,113);
    border-color: rgb(173,173,173);
}
header .menu a.active {
    color: #ffffff;
    background: rgb(173,173,173);
    border-color: rgb(173,173,173);
}
header .menu a.active:hover {
    background: rgb(113,113,113);
    border-color: rgb(113,113,113);
}

header .header_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    max-width: 1200px;
    margin: 0 auto;
}

@media only screen and (max-width: 1200px) {
    header .header_content {
        flex-direction: column;
        align-items: flex-start;
    }
    header .menu {
        display: none;
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        padding: 10px 0;
        background: #ffffff;
    }
    header .menu.opened {
        display: flex;
    }
    header .menu a {
        padding: 15px;
        width: 100%;
        text-align: left;
    }
}

.wrapper-bundle_nN header .header_content {
    flex-direction: column;
}
.wrapper-bundle_nN header .logo_holder {
    width: 100%;
    flex-direction: column;
    padding: 20px 0;
    border-bottom: 2px solid rgb(113,113,113);
}
.wrapper-bundle_nN header .logo_name {
    font-size: 36px;
    line-height: 1.2;
    text-align: center;
    color: #000000;
}
.wrapper-bundle_nN header .menu {
    justify-content: center;
    padding: 20px 0;
}
.wrapper-bundle_nN header .menu a {
    text-transform: uppercase;
    border: none;
    border-bottom: 2px solid rgb(113,113,113);
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}
.wrapper-bundle_nN header .menu a:hover {
    color: rgb(173,173,173);
    border-bottom: 2px solid rgb(173,173,173);
}
.wrapper-bundle_nN header .menu a.active {
    border-bottom: 2px solid rgb(173,173,173);
    color: rgb(173,173,173);
}
.wrapper-bundle_nN header .menu a.active:hover {
    background: none;
    color: rgb(113,113,113);
    border-bottom: 2px solid rgb(113,113,113);
}

@media only screen and (max-width: 800px) {
    .wrapper-bundle_nN header .logo_name {
        font-size: 24px;
    }
    .wrapper-bundle_nN header .logo_holder .logotype svg, .wrapper-bundle_nN header .logo_holder .logotype img {
        width: 40px;
        height: 40px;
    }
}.program_overview_So {
    padding: 120px 0;
    background-color: rgb(113,113,113,0.5);
    font-family: Ubuntu, sans-serif;
    position: relative;
    overflow: hidden;
}
.program_overview_So::before, .program_overview_So::after {
    content: '';
    position: absolute;
    width: 200px;
    height: 200px;
    background-color: rgb(173,173,173,0.5);
    border-radius: 50%;
    z-index: 1;
}
.program_overview_So::before {
    top: -50px;
    left: -50px;
}
.program_overview_So::after {
    bottom: -50px;
    right: -50px;
}
.program_overview_So .container {
    position: relative;
    z-index: 2;
}
.program_overview_So h2 {
    color: rgb(113,113,113);
    font-size: 46px;
    font-weight: 700;
    margin-bottom: 60px;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.program_overview_So .content {
    border-radius: 11px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.5);
    background-color: #ffffff;
}
.program_overview_So .course {
    padding: 40px;
    max-width: 80%;
    margin: auto;
    background: #ffffff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
    border-radius: 11px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.program_overview_So .photo {
    height: 300px;
    width: 100%;
    background-size: cover;
    background-position: center;
    border-bottom: 4px solid rgb(173,173,173);
    border-radius: 11px 11px 0 0;
}
.program_overview_So .text_holder {
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 0 0 11px 11px;
}
.program_overview_So h3 {
    color: rgb(173,173,173);
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 2px solid rgb(113,113,113);
    padding-bottom: 10px;
    width: 100%;
}
.program_overview_So p {
    color: #000000;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.8;
    text-align: justify;
    margin-bottom: 30px;
}
.program_overview_So .button {
    background: rgb(173,173,173);
    color: #ffffff;
    padding: 15px 30px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 10px;
    text-decoration: none;
    border: 2px solid rgb(113,113,113);
}
.program_overview_So .holder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.program_overview_So .items {
    display: flex;
    justify-content: center;
    align-items: center;
}
.program_overview_So .content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.5);
}
.program_overview_So .photo {
    height: 300px;
    width: 100%;
    margin-top: 20px;
    border-bottom: 2px solid rgb(113,113,113);
}
.program_overview_So .text_holder {
    padding: 30px;
}
@media only screen and (max-width: 600px) {
    .program_overview_So .items {
        flex-direction: column;
    }
    .program_overview_So h2 {
        font-size: 24px;
    }
    .program_overview_So h3 {
        font-size: 20px;
    }
    .program_overview_So .course {
        max-width: 100%;
        padding: 20px;
    }
    .program_overview_So {
        padding: 60px 0;
    }
    .program_overview_So .photo {
        height: 200px;
    }
}

.wrapper-bundle_nN .program_overview_So .container {
    width: 100%;
    padding: 0;
}
.wrapper-bundle_nN .program_overview_So .items {
    width: 100%;
}
.wrapper-bundle_nN .program_overview_So .items .course {
    padding: 0;
    width: 100%;
}
.wrapper-bundle_nN .program_overview_So .photo {
    height: 250px;
    width: 100%;
    margin: 0;
    border-radius: 0!important;
    background-position: 50% 30% !important;
}
.wrapper-bundle_nN .program_overview_So .course .content {
    border-radius: 0 !important;
    box-shadow: none;
}
.wrapper-bundle_nN .program_overview_So .text_holder {
    max-width: 1200px;
    margin: auto;
    justify-content: flex-start;
    align-items: center;
    min-height: unset;
}
.wrapper-bundle_nN .program_overview_So p {
    margin-top: 20px;
    text-align: center;
}
.wrapper-bundle_nN .program_overview_So .button {
    margin-top: 30px;
    width: fit-content;
}
.wrapper-bundle_nN .program_overview_So h3 {
    text-align: center;
}
@media only screen and (max-width: 800px) {
    .wrapper-bundle_nN .program_overview_So .photo {
        height: 200px;
    }
    .wrapper-bundle_nN .program_overview_So h3 {
        font-size: 22px;
    }
    .wrapper-bundle_nN .program_overview_So p {
        font-size: 16px;
    }
    .wrapper-bundle_nN .program_overview_So .button {
        font-size: 14px;
        padding: 10px 20px;
    }
}