* {
    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: Roboto, sans-serif;
    color: #000000;
}
.wrapper-container_ofAgLR {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}
.content {
    flex: 1 0 auto;
}
.footer {
    flex: 0 0 auto;
}
section {
    background-color: rgb(240,218,164);
}
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_form_section_8sUIWz {
    padding: 100px 0;
    background: rgb(180,156,115,0.5);
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.contact_form_section_8sUIWz::before, .contact_form_section_8sUIWz::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background: rgb(86,93,71,0.5);
    z-index: -1;
    animation: slideBg 15s linear infinite;
    transform: skewY(-10deg);
}

.contact_form_section_8sUIWz::before {
    left: -50%;
}

.contact_form_section_8sUIWz::after {
    right: -50%;
}

@keyframes slideBg {
    0% {
        transform: translateX(-50%);
    }
    100% {
        transform: translateX(50%);
    }
}

.contact_form_section_8sUIWz h3 {
    color: #000000;
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}

.contact_form_section_8sUIWz .container {
    position: relative;
    z-index: 1;
}

.contact_form_section_8sUIWz .form {
    background: #ffffff;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1;
}

.contact_form_section_8sUIWz form input,
.contact_form_section_8sUIWz form .button {
    transition: all 0.3s ease;
}

.contact_form_section_8sUIWz form input {
    color: #000000;
    border-radius: 10px;
    background: #ffffff;
    padding: 15px;
    margin-bottom: 20px;
    border: 2px solid rgb(180,156,115);
    width: 100%;
    box-sizing: border-box;
}

.contact_form_section_8sUIWz form input:focus {
    border-color: rgb(86,93,71);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.contact_form_section_8sUIWz form .button {
    background: rgb(86,93,71);
    color: #ffffff;
    border-radius: 20px;
    padding: 15px 20px;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
    border: none;
    width: 100%;
    box-sizing: border-box;
}

.contact_form_section_8sUIWz form .button:hover {
    background: rgb(180,156,115);
}

.contact_form_section_8sUIWz .holder {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
}

.contact_form_section_8sUIWz .holder > div {
    flex: 1;
    padding: 20px;
}

.contact_form_section_8sUIWz .form form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contact_form_section_8sUIWz .form_text {
    font-size: 17px;
    color: #000000;
    margin-bottom: 15px;
    text-align: center;
}

.contact_form_section_8sUIWz .name_holder {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.contact_form_section_8sUIWz .agree {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.contact_form_section_8sUIWz .agree label {
    display: flex;
    align-items: center;
    font-size: 17px;
    color: #000000;
}

.contact_form_section_8sUIWz .agree a {
    color: rgb(180,156,115);
    text-decoration: underline;
    margin-left: 5px;
}

.contact_form_section_8sUIWz .agree input[type="checkbox"] {
    width: auto;
    margin: 0 10px 0 0;
}

@media only screen and (max-width: 600px) {
    .contact_form_section_8sUIWz {
        padding: 50px 0;
    }
    .contact_form_section_8sUIWz .holder {
        flex-direction: column;
    }
    .contact_form_section_8sUIWz .holder > div {
        width: 100%;
        padding: 0;
    }
    .contact_form_section_8sUIWz h3 {
        font-size: 47px;
    }
}

.wrapper-container_ofAgLR .contact_form_section_8sUIWz .holder {
    justify-content: center;
    position: relative;
    padding-top: 20px;
}

.wrapper-container_ofAgLR .contact_form_section_8sUIWz {
    background: linear-gradient(135deg, rgb(180,156,115), rgb(86,93,71,0.5));
    padding-top: 120px;
    position: relative;
}

.wrapper-container_ofAgLR .contact_form_section_8sUIWz::before, .wrapper-container_ofAgLR .contact_form_section_8sUIWz::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background: rgb(180,156,115,0.5);
    z-index: -1;
    animation: pulseBg 20s ease-in-out infinite;
    opacity: 0.6;
}

.wrapper-container_ofAgLR .contact_form_section_8sUIWz::before {
    left: 0;
}

.wrapper-container_ofAgLR .contact_form_section_8sUIWz::after {
    right: 0;
}

@keyframes pulseBg {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
}

.wrapper-container_ofAgLR .contact_form_section_8sUIWz .form {
    border-radius: 20px;
    background: #ffffff;
    width: 70%;
    position: relative;
    z-index: 1;
    padding: 40px;
}

.wrapper-container_ofAgLR .contact_form_section_8sUIWz .form_text {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 30px;
    font-size: 17px;
}

.wrapper-container_ofAgLR .contact_form_section_8sUIWz form {
    align-items: center;
}

.wrapper-container_ofAgLR .contact_form_section_8sUIWz form input {
    background: none;
    border: none;
    border-bottom: 2px solid rgb(86,93,71);
    border-radius: 0;
    padding: 10px 12px;
    font-size: 16px;
    color: #000000;
}

.wrapper-container_ofAgLR .contact_form_section_8sUIWz form label {
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    width: 100%;
    text-align: left;
}

.wrapper-container_ofAgLR .contact_form_section_8sUIWz .name_holder {
    flex-direction: column;
    width: 100%;
}

.wrapper-container_ofAgLR .contact_form_section_8sUIWz h3 {
    margin-bottom: 25px;
    text-align: center;
    font-size: 35px;
    font-weight: 700;
    line-height: 40px;
    color: #000000;
    position: absolute;
    top: -90px;
    width: 100%;
}

.wrapper-container_ofAgLR .contact_form_section_8sUIWz .agree {
    width: 100%;
}

.wrapper-container_ofAgLR .contact_form_section_8sUIWz .agree a {
    text-decoration: none;
    color: rgb(180,156,115);
}

.wrapper-container_ofAgLR .contact_form_section_8sUIWz form .button {
    background: rgb(180,156,115);
    border: none;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    width: 100%;
    margin: auto;
    margin-bottom: 20px;
    border-radius: 10px;
    color: #ffffff;
}

@media only screen and (max-width: 800px) {
    .wrapper-container_ofAgLR .contact_form_section_8sUIWz {
        padding-top: 80px;
    }
    .wrapper-container_ofAgLR .contact_form_section_8sUIWz .holder > div {
        width: 100%;
        margin: 0;
        margin-bottom: 20px;
    }
    .wrapper-container_ofAgLR .contact_form_section_8sUIWz form .button {
        width: 100%;
    }
    .wrapper-container_ofAgLR .contact_form_section_8sUIWz h3 {
        font-size: 24px;
        line-height: 26px;
        top: -80px;
    }
}.user_feedback_xgtGnw {
    padding-top: 100px;
    padding-bottom: 100px;
    background: linear-gradient(135deg, rgb(180,156,115,0.5) 0%, rgb(86,93,71,0.5) 100%);
    position: relative;
    overflow: hidden;
    font-family: Roboto, sans-serif;
    color: #000000;
}

.user_feedback_xgtGnw::before {
    content: '';
    position: absolute;
    top: -50px;
    left: -50px;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 10%, transparent 10.01%);
    background-size: 50px 50px;
    animation: backgroundMove 20s linear infinite;
}

@keyframes backgroundMove {
    from {
        transform: translate(0, 0);
    }
    to {
        transform: translate(-50px, -50px);
    }
}

.user_feedback_xgtGnw h2 {
    color: rgb(180,156,115);
    font-size: 46px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 50px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.user_feedback_xgtGnw .holder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
}

.user_feedback_xgtGnw .reviews {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    width: 100%;
    max-width: 1200px;
    position: relative;
    z-index: 1;
}

.user_feedback_xgtGnw .review {
    background: #ffffff;
    border-radius: 25px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px;
    transition: transform 0.3s, box-shadow 0.3s;
    width: calc(33.333% - 20px);
    max-width: 400px;
    position: relative;
    z-index: 1;
}

.user_feedback_xgtGnw .review:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
}

.user_feedback_xgtGnw .photo {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: rgb(86,93,71,0.5);
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

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

.user_feedback_xgtGnw .text {
    text-align: center;
}

.user_feedback_xgtGnw .review span {
    display: block;
    font-size: 21px;
    font-weight: 600;
    color: rgb(180,156,115);
    margin-bottom: 10px;
}

.user_feedback_xgtGnw .review p {
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    line-height: 1.6;
}

@media only screen and (max-width: 1000px) {
    .user_feedback_xgtGnw .review {
        width: calc(50% - 20px);
    }
}

@media only screen and (max-width: 600px) {
    .user_feedback_xgtGnw .review {
        width: 100%;
    }
}

.wrapper-container_ofAgLR .user_feedback_xgtGnw .reviews {
    margin-top: 30px;
}

.wrapper-container_ofAgLR .user_feedback_xgtGnw .review {
    padding: 20px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    margin-bottom: 30px;
    transition: box-shadow 0.3s;
}

.wrapper-container_ofAgLR .user_feedback_xgtGnw .review:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}

.wrapper-container_ofAgLR .user_feedback_xgtGnw .holder h2 {
    font-size: 35px;
    font-weight: 600;
    color: #000000;
}

.wrapper-container_ofAgLR .user_feedback_xgtGnw .photo {
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
    border: 2px solid rgb(180,156,115);
}

.wrapper-container_ofAgLR .user_feedback_xgtGnw .review span {
    font-size: 20px;
    font-weight: 700;
    color: #000000;
}
.academic_expertise_VuHGdS {
    background: linear-gradient(135deg, rgb(240,218,164) 0%, rgb(86,93,71,0.5) 100%);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.academic_expertise_VuHGdS::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 30% 50%, rgb(180,156,115,0.5) 0%, transparent 50%);
    pointer-events: none;
}

.academic_expertise_VuHGdS .holder {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px;
    background: #ffffff;
    border-radius: 27px;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.1);
}

.academic_expertise_VuHGdS .review {
    display: grid;
    grid-template-columns: 300px 1fr;
    grid-template-rows: auto 1fr;
    gap: 30px;
    position: relative;
}

.academic_expertise_VuHGdS .photo {
    grid-row: 1 / 3;
    height: 400px;
    border-radius: 27px;
    position: relative;
    overflow: hidden;
    transform: perspective(1000px) rotateY(-5deg);
    transition: transform 0.5s ease;
}

.academic_expertise_VuHGdS .photo::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.5) 100%);
}

.academic_expertise_VuHGdS .worker_description {
    padding: 20px 0;
}

.academic_expertise_VuHGdS .name {
    font-size: 31px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 10px;
}

.academic_expertise_VuHGdS .job {
    font-size: 21px;
    color: rgb(180,156,115);
    font-weight: 600;
}

.academic_expertise_VuHGdS .worker_info {
    background: rgb(240,218,164);
    padding: 30px;
    border-radius: 27px;
}

.academic_expertise_VuHGdS .quote {
    font-size: 21px;
    color: rgb(180,156,115);
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
    padding-left: 20px;
    border-left: 4px solid rgb(180,156,115);
}

.academic_expertise_VuHGdS .story {
    font-size: 15px;
    color: #000000;
    line-height: 1.8;
}

/* Планшетная версия */
@media (max-width: 992px) {
    .academic_expertise_VuHGdS {
        padding: 60px 0;
    }

    .academic_expertise_VuHGdS .holder {
        padding: 30px;
    }

    .academic_expertise_VuHGdS .review {
        grid-template-columns: 250px 1fr;
        gap: 20px;
    }

    .academic_expertise_VuHGdS .photo {
        height: 350px;
    }
}

/* Мобильная версия */
@media (max-width: 768px) {
    .academic_expertise_VuHGdS {
        padding: 40px 0;
    }

    .academic_expertise_VuHGdS .holder {
        padding: 20px;
    }

    .academic_expertise_VuHGdS .review {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto;
    }

    .academic_expertise_VuHGdS .photo {
        grid-row: 1;
        height: 300px;
        transform: none;
    }

    .academic_expertise_VuHGdS .worker_description {
        text-align: center;
        padding: 15px 0;
    }

    .academic_expertise_VuHGdS .worker_info {
        padding: 20px;
    }

    .academic_expertise_VuHGdS .quote {
        font-size: 17px;
    }

    .academic_expertise_VuHGdS .name {
        font-size: 21px;
    }

    .academic_expertise_VuHGdS .job {
        font-size: 15px;
    }
}.contact_06OSVJ {
    color: #000000;
    background-color: rgb(240,218,164);
    padding: 80px 0;
    font-family: Roboto, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.contact_06OSVJ .contact_holder {
    padding: 20px;
    border-radius: 28px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    width: 80%;
    max-width: 1200px;
    margin: auto;
}
.contact_06OSVJ .holder .info_holder div.time_of_operation_8Eghp0 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.contact_06OSVJ .holder .info_holder > div h5 {
    margin: 5px 0;
    font-size: 18px;
}
.contact_06OSVJ .holder .info_holder > div > div {
    margin: 5px 0;
}
.contact_06OSVJ .contact_holder:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}
.contact_06OSVJ .holder {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.contact_06OSVJ .holder .contact_description {
    width: 100%;
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 1.6;
}
.contact_06OSVJ .holder .photo {
    width: 400px;
    height: 400px;
    border-radius: 10px;
    background-size: cover;
    background-position: center;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
}
.contact_06OSVJ .holder .photo:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}
.contact_06OSVJ .holder .info_holder {
    width: calc(100% - 420px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
}
.contact_06OSVJ .holder .info_holder>div {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-size: 16px;
}
.contact_06OSVJ .holder .info_holder>div a {
    color: rgb(180,156,115);
    text-decoration: none;
    transition: 0.3s;
}
.contact_06OSVJ .holder .info_holder>div span {
    margin-left: 8px;
}
.contact_06OSVJ .holder .info_holder>div a:hover {
    color: rgb(86,93,71);
}
.contact_06OSVJ .contact_politics {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 20px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.5);
    margin-top: 20px;
}
.contact_06OSVJ .contact_politics>div {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}
.contact_06OSVJ .contact_politics>div h4 {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 16px;
}
.contact_06OSVJ .info_holder svg {
    width: 25px;
    height: 25px;
    fill: rgb(180,156,115);
    margin-right: 10px;
}
.contact_06OSVJ h2 {
    font-size: 37px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
}
.contact_06OSVJ h2:after {
    content: "";
    position: absolute;
    display: block;
    width: 60px;
    height: 3px;
    background: rgb(180,156,115);
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
}
@media only screen and (max-width: 800px)  {
    .contact_06OSVJ .holder .photo {
        width: 100%;
        height: 300px;
        margin-bottom: 20px;
    }
    .contact_06OSVJ .holder .info_holder {
        width: 100%;
    }
}
.confidential_cordon_ZW0wJV {
    padding: 40px;
    width: 100%;
    overflow: hidden;
    height: auto;
    background: rgb(86,93,71,0.5);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}

.confidential_cordon_ZW0wJV h1 {
    margin-top: 40px;
    margin-bottom: 25px;
    font-size: 47px;
    font-weight: 700;
    color: rgb(180,156,115);
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.confidential_cordon_ZW0wJV h2 {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 37px;
    font-weight: 600;
    color: rgb(86,93,71);
    text-transform: capitalize;
    border-bottom: 2px solid rgb(180,156,115);
    padding-bottom: 5px;
}

.confidential_cordon_ZW0wJV h3, .confidential_cordon_ZW0wJV h4, .confidential_cordon_ZW0wJV h5, .confidential_cordon_ZW0wJV h6 {
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 19px;
    font-weight: 400;
    color: #000000;
}

.confidential_cordon_ZW0wJV ul, .confidential_cordon_ZW0wJV ol {
    list-style: none;
    padding-left: 20px;
    padding: 15px 0;
}

.confidential_cordon_ZW0wJV ul li::before {
    content: '•';
    color: rgb(180,156,115);
    font-size: 1.5em;
    margin-right: 10px;
    vertical-align: middle;
}

.confidential_cordon_ZW0wJV li {
    margin-bottom: 10px;
    font-size: 15px;
    color: #000000;
    line-height: 1.6;
}

.confidential_cordon_ZW0wJV p, .confidential_cordon_ZW0wJV span, .confidential_cordon_ZW0wJV div {
    line-height: 1.8;
    margin-bottom: 10px;
    color: #000000;
    font-family: Roboto, sans-serif;
}

.confidential_cordon_ZW0wJV div.container {
    max-width: 1200px;
    margin: 0 auto;
}

@media only screen and (max-width: 800px) {
    .confidential_cordon_ZW0wJV {
        padding: 20px 10px;
        border-radius: 10px;
    }

    .confidential_cordon_ZW0wJV h1 {
        font-size: calc(19px - 10px);
    }

    .confidential_cordon_ZW0wJV h2 {
        font-size: calc(19px - 5px);
    }

    .confidential_cordon_ZW0wJV h3, .confidential_cordon_ZW0wJV h4, .confidential_cordon_ZW0wJV h5, .confidential_cordon_ZW0wJV h6 {
        font-size: calc(19px - 5px);
    }
}.join_now_uR5y2i {
    padding: 60px 0;
    background: rgb(180,156,115);
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Roboto, sans-serif;
}

.join_now_uR5y2i .container {
    width: 90vw;
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: linear-gradient(145deg, rgb(180,156,115), rgb(86,93,71));
    border-radius: 24px;
    border: 2px solid #000000;
    padding: 20px;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2), -4px -4px 8px rgba(255, 255, 255, 0.2);
}

.join_now_uR5y2i .holder {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    padding: 30px;
    background: rgb(180,156,115,0.5);
    border-radius: 24px;
    border: 1px solid #000000;
    position: relative;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1), -2px -2px 4px rgba(255, 255, 255, 0.1);
}

.join_now_uR5y2i .holder svg {
    fill: #ffffff;
    width: 120px;
    height: 120px;
    margin-right: 20px;
    background: linear-gradient(135deg, rgb(180,156,115), #000000);
    border-radius: 10px;
    padding: 10px;
}

.join_now_uR5y2i .holder svg path {
    fill: #ffffff;
}

.join_now_uR5y2i .holder h2 {
    font-size: 32px;
    color: #000000;
    font-weight: 700;
    text-align: left;
    margin: 0 20px;
    flex-grow: 1;
}

.join_now_uR5y2i .holder .button {
    padding: 15px 30px;
    background: rgb(180,156,115);
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    border-radius: 30px;
    font-weight: 600;
    border: 2px solid rgb(86,93,71);
    transition: background 0.3s ease, color 0.3s ease;
}

.join_now_uR5y2i .holder .button:hover {
    background: rgb(86,93,71);
    color: #000000;
}

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

    .join_now_uR5y2i .container {
        width: 95vw;
        padding: 15px;
    }

    .join_now_uR5y2i .holder {
        flex-direction: column;
        padding: 20px;
    }

    .join_now_uR5y2i .holder svg {
        width: 80px;
        height: 80px;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .join_now_uR5y2i .holder h2 {
        font-size: 18px;
        text-align: center;
        margin: 10px 0;
    }

    .join_now_uR5y2i .holder .button {
        padding: 10px 20px;
        font-size: 20px;
        border-radius: 20px;
    }
}
.learning_system_wgaK4n {
    position: relative;
    width: 100%;
    background: #000000;
}

.learning_system_wgaK4n .work_holder {
    padding: 4rem 0;
    position: relative;
    overflow: hidden;
}

.learning_system_wgaK4n .work_holder::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        135deg,
        rgb(180,156,115,0.5) 0%,
        transparent 100%
    );
    mask-image: repeating-linear-gradient(
        -45deg,
        #000 0px,
        #000 2px,
        transparent 2px,
        transparent 8px
    );
    z-index: 1;
}

.learning_system_wgaK4n .container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
    display: flex;
    justify-content: flex-start;
}

.learning_system_wgaK4n .text_holder {
    width: 60%;
    background: linear-gradient(
        135deg,
        rgb(86,93,71,0.5) 0%,
        rgb(180,156,115,0.5) 100%
    );
    padding: 3rem;
    clip-path: polygon(
        0 0,
        100% 0,
        100% calc(100% - 30px),
        calc(100% - 30px) 100%,
        0 100%
    );
    border-left: 4px solid rgb(180,156,115);
    position: relative;
    backdrop-filter: blur(10px);
}

.learning_system_wgaK4n .text_holder::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100px;
    background: 
        linear-gradient(-45deg,
            rgb(180,156,115) 0%,
            transparent 50%
        );
    opacity: 0.3;
}

.learning_system_wgaK4n .text_holder::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 30px;
    height: 30px;
    background: rgb(180,156,115);
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    opacity: 0.5;
}

.learning_system_wgaK4n .text_holder h4 {
    color: #ffffff;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 2rem;
    position: relative;
    display: inline-block;
    padding-bottom: 0.5rem;
}

.learning_system_wgaK4n .text_holder h4::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: rgb(180,156,115);
    transform-origin: left;
    animation: lineGrow 3s ease-in-out infinite;
}

.learning_system_wgaK4n .text_holder p {
    color: #ffffff;
    font-size: 13px;
    line-height: 1.8;
    font-weight: 400;
    margin-bottom: 1rem;
    position: relative;
    z-index: 1;
}

@keyframes lineGrow {
    0%, 100% { transform: scaleX(0.3); }
    50% { transform: scaleX(1); }
}

@media (max-width: 991px) {
    .learning_system_wgaK4n .container {
        justify-content: center;
    }

    .learning_system_wgaK4n .text_holder {
        width: 80%;
    }
}

@media (max-width: 767px) {
    .learning_system_wgaK4n .work_holder {
        padding: 2.5rem 0;
    }

    .learning_system_wgaK4n .text_holder {
        width: 100%;
        padding: 1.5rem;
    }

    .learning_system_wgaK4n .text_holder h4 {
        font-size: calc(28px * 0.85);
    }

    .learning_system_wgaK4n .text_holder p {
        font-size: calc(13px * 0.95);
        line-height: 1.6;
    }
}.pricing_layout_9utSjk {
    position: relative;
    overflow: hidden;
    background-color: rgb(240,218,164);
    padding: 120px 0;
}

.pricing_layout_9utSjk .photo {
    position: absolute;
    top: -50%;
    right: -25%;
    width: 70%;
    height: 150%;
    opacity: 0.1;
    z-index: 1;
    transform: rotate(-15deg);
    background-size: cover;
    background-position: center;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 30% 100%);
}

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

.pricing_layout_9utSjk .price_holder {
    max-width: 1200px;
    margin: 0 auto;
}

.pricing_layout_9utSjk .price_holder h2 {
    font-size: 35px;
    color: rgb(180,156,115);
    text-align: left;
    margin-bottom: 30px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    padding-left: 20px;
}

.pricing_layout_9utSjk .price_holder h2::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 70%;
    background-color: rgb(86,93,71);
}

.pricing_layout_9utSjk .price_section_description {
    font-size: 17px;
    color: #000000;
    text-align: left;
    max-width: 600px;
    margin: 0 0 60px;
    line-height: 1.6;
}

.pricing_layout_9utSjk .price_cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    perspective: 1000px;
}

.pricing_layout_9utSjk .price_card {
    flex: 0 1 calc(33.333% - 20px);
    min-width: 250px;
    background: #ffffff;
    border-radius: 15px 15px 15px 60px;
    padding: 40px 30px;
    text-align: left;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    transform-style: preserve-3d;
    display: flex;
    flex-direction: column;
}

.pricing_layout_9utSjk .price_card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, rgb(180,156,115), rgb(86,93,71));
}

.pricing_layout_9utSjk .price_card:nth-child(even) {
    border-radius: 15px 60px 15px 15px;
}

.pricing_layout_9utSjk .price_card:nth-child(even)::before {
    top: auto;
    bottom: 0;
}

.pricing_layout_9utSjk .price_card h3 {
    font-size: 24px;
    color: #000000;
    margin-bottom: 20px;
    font-weight: 600;
    position: relative;
    padding-bottom: 10px;
}

.pricing_layout_9utSjk .price_card h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background-color: rgb(86,93,71);
    transition: width 0.3s ease;
}

.pricing_layout_9utSjk .price_card:hover h3::after {
    width: 80px;
}

.pricing_layout_9utSjk .price_amount {
    font-size: 38px;
    color: rgb(180,156,115);
    font-weight: 700;
    margin: 30px 0;
    position: relative;
    display: inline-block;
}

.pricing_layout_9utSjk .price_amount::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: rgb(86,93,71,0.5);
    bottom: -5px;
    left: 0;
    transform-origin: left;
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.pricing_layout_9utSjk .price_card:hover .price_amount::before {
    transform: scaleX(1);
}

.pricing_layout_9utSjk .price_card p {
    font-size: 17px;
    color: #000000;
    margin-bottom: 30px;
    line-height: 1.6;
}

.pricing_layout_9utSjk .price_card .button {
    display: inline-block;
    padding: 12px 30px;
    background-color: rgb(180,156,115);
    color: #ffffff;
    text-decoration: none;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    z-index: 1;
    margin-top: auto;
    text-align: center;
}

.pricing_layout_9utSjk .price_card .button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(86,93,71);
    z-index: -1;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.3s ease;
}

.pricing_layout_9utSjk .price_card .button:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}

.pricing_layout_9utSjk .price_card:hover {
    transform: translateY(-10px) rotateX(5deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

@media (max-width: 1024px) {
    .pricing_layout_9utSjk {
        padding: 100px 0;
    }

    .pricing_layout_9utSjk .price_holder h2 {
        font-size: calc(35px * 0.9);
    }

    .pricing_layout_9utSjk .price_section_description {
        font-size: calc(17px * 0.95);
        margin-bottom: 50px;
    }

    .pricing_layout_9utSjk .price_cards {
        gap: 20px;
    }

    .pricing_layout_9utSjk .price_card {
        flex: 0 1 calc(50% - 15px);
        padding: 30px 25px;
    }
}

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

    .pricing_layout_9utSjk .photo {
        top: -30%;
        right: -50%;
        width: 100%;
        height: 130%;
    }

    .pricing_layout_9utSjk .price_holder h2 {
        font-size: calc(35px * 0.8);
        margin-bottom: 20px;
    }

    .pricing_layout_9utSjk .price_section_description {
        font-size: calc(17px * 0.9);
        margin-bottom: 40px;
    }

    .pricing_layout_9utSjk .price_card {
        flex: 0 1 100%;
    }

    .pricing_layout_9utSjk .price_card h3 {
        font-size: calc(24px * 0.9);
    }

    .pricing_layout_9utSjk .price_amount {
        font-size: calc(38px * 0.8);
    }

    .pricing_layout_9utSjk .price_card p {
        font-size: calc(17px * 0.9);
    }

    .pricing_layout_9utSjk .price_card .button {
        padding: 10px 25px;
        font-size: calc(15px * 0.9);
    }
}

@media (max-width: 480px) {
    .pricing_layout_9utSjk {
        padding: 60px 0;
    }

    .pricing_layout_9utSjk .photo {
        top: -20%;
        right: -70%;
        width: 150%;
        height: 120%;
    }

    .pricing_layout_9utSjk .price_holder h2 {
        font-size: calc(35px * 0.7);
    }

    .pricing_layout_9utSjk .price_section_description {
        font-size: calc(17px * 0.85);
        margin-bottom: 30px;
    }

    .pricing_layout_9utSjk .price_card {
        padding: 25px 20px;
    }

    .pricing_layout_9utSjk .price_card h3 {
        font-size: calc(24px * 0.8);
    }

    .pricing_layout_9utSjk .price_amount {
        font-size: calc(38px * 0.7);
        margin: 20px 0;
    }

    .pricing_layout_9utSjk .price_card p {
        font-size: calc(17px * 0.85);
        margin-bottom: 20px;
    }

    .pricing_layout_9utSjk .price_card .button {
        padding: 8px 20px;
        font-size: calc(15px * 0.85);
    }
}.main_header {
    background: linear-gradient(135deg, rgb(180,156,115,0.5) 0%, rgb(86,93,71,0.5) 100%);
    padding: 15px 0;
    border-bottom: 2px solid rgb(86,93,71);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.main_header .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}
.main_header .header_holder {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: radial-gradient(circle at top right, rgb(240,218,164) 0%, var(--white-color_opacity) 100%);
    border-radius: 22px;
    padding: 10px 20px;
    border: 1px solid rgb(86,93,71,0.5);
}
.main_header .logo_holder {
    display: flex;
    align-items: center;
}
.main_header .header_logo {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: rgb(180,156,115);
    font-weight: 700;
    font-size: 21px;
    transition: all 0.3s ease;
}
.main_header .header_logo:hover {
    transform: scale(1.05);
}
.main_header .header_logo svg,
.main_header .header_logo img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    fill: rgb(180,156,115);
}
.main_header .header_description {
    font-size: 18px;
    color: #000000;
    margin-left: 20px;
    padding: 5px 10px;
    background: linear-gradient(90deg, rgb(180,156,115,0.5) 0%, transparent 100%);
    border-radius: 10px;
}
.main_header .header_menu {
    display: flex;
    gap: 15px;
}
.main_header .header_menu a {
    color: #000000;
    text-decoration: none;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 15px;
    border-radius: 10px;
    transition: all 0.3s ease;
    background: linear-gradient(45deg, rgb(180,156,115,0.5) 0%, rgb(86,93,71,0.5) 100%);
    border: 1px solid transparent;
}
.main_header .header_menu a:hover {
    background: linear-gradient(45deg, rgb(86,93,71,0.5) 0%, rgb(180,156,115,0.5) 100%);
    border-color: rgb(180,156,115);
    box-shadow: 0 0 10px rgb(180,156,115,0.5);
}
@media (max-width: 1200px) {
    .main_header .header_holder {
        flex-direction: column;
        align-items: flex-start;
    }
    .main_header .logo_holder {
        margin-bottom: 15px;
    }
    .main_header .header_description {
        margin-left: 0;
        margin-bottom: 15px;
        text-align: center;
        width: 100%;
    }
    .main_header .header_menu {
        flex-direction: column;
        width: 100%;
    }
    .main_header .header_menu a {
        text-align: center;
        margin-bottom: 10px;
    }
}
.main_header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, rgb(180,156,115) 0%, rgb(86,93,71) 100%);
}
@media (prefers-reduced-motion: reduce) {
    .main_header,
    .main_header *,
    .main_header *::before,
    .main_header *::after {
        animation: none !important;
        transition: none !important;
    }
}.our_background_DHJ59G {
    padding: 100px 15px;
    background: linear-gradient(to right, rgb(180,156,115), rgb(86,93,71,0.5));
    color: #ffffff;
    font-family: Roboto, sans-serif;
    position: relative;
    overflow: hidden;
}

.wrapper-container_ofAgLR .our_background_DHJ59G .holder {
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
}

.wrapper-container_ofAgLR .our_background_DHJ59G .caption_holder {
    flex: 1 1 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: rgb(180,156,115,0.5);
    border-radius: 18px;
    padding: 40px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 1;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.wrapper-container_ofAgLR .our_background_DHJ59G .caption_holder:hover {
    transform: translateY(-10px);
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.7);
}

.wrapper-container_ofAgLR .our_background_DHJ59G .photo {
    flex: 1 1 300px;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 255, 255, 0.5);
    position: relative;
    transition: transform 0.3s ease;
    width: 100%;
    margin-bottom: 20px;
}

.wrapper-container_ofAgLR .our_background_DHJ59G .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(80%) contrast(1.2);
    transition: filter 0.3s ease;
}

.wrapper-container_ofAgLR .our_background_DHJ59G .photo:hover img {
    filter: grayscale(0%) contrast(1);
}

.wrapper-container_ofAgLR .our_background_DHJ59G .style_element {
    flex: 1;
    text-align: center;
}

.wrapper-container_ofAgLR .our_background_DHJ59G h2 {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 20px;
    border-bottom: 2px solid rgb(180,156,115);
    display: inline-block;
    padding-bottom: 10px;
    color: #000000;
    transition: color 0.3s ease, border-color 0.3s ease;
}

.wrapper-container_ofAgLR .our_background_DHJ59G h2:hover {
    color: rgb(86,93,71);
    border-color: rgb(86,93,71);
}

.wrapper-container_ofAgLR .our_background_DHJ59G p {
    font-size: 14px;
    line-height: 1.6;
    margin-top: 20px;
    color: #000000;
    transition: color 0.3s ease, text-shadow 0.3s ease;
}

@media (max-width: 1200px) {
    .wrapper-container_ofAgLR .our_background_DHJ59G .holder {
        flex-direction: column;
        align-items: center;
    }

    .wrapper-container_ofAgLR .our_background_DHJ59G .caption_holder {
        margin-bottom: 30px;
    }
}

@media (max-width: 800px) {
    .our_background_DHJ59G {
        padding: 60px 10px;
    }

    .wrapper-container_ofAgLR .our_background_DHJ59G .caption_holder {
        padding: 30px;
    }

    .wrapper-container_ofAgLR .our_background_DHJ59G .photo {
        width: 100%;
    }

    .wrapper-container_ofAgLR .our_background_DHJ59G .style_element {
        padding: 10px;
    }
}.training_results_b45W6S {
    background-color: rgb(240,218,164);
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}

.training_results_b45W6S .container {
    position: relative;
    z-index: 2;
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 15px;
}

.training_results_b45W6S .holder {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
}

.training_results_b45W6S .content_holder {
    position: relative;
    padding: 80px 60px;
    min-height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.training_results_b45W6S .content_holder::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        135deg,
        rgba(0, 0, 0, 0.5) 0%,
        rgb(180,156,115,0.5) 100%
    );
    z-index: 1;
}

.training_results_b45W6S .content_holder h3 {
    color: #ffffff;
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 40px;
    position: relative;
    z-index: 2;
    max-width: 70%;
    line-height: 1.4;
}

.training_results_b45W6S .content_holder div {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.training_results_b45W6S .content_holder p {
    color: #ffffff;
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
    padding: 25px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: transform 0.3s ease, background 0.3s ease;
}

.training_results_b45W6S .content_holder p:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.15);
}

.training_results_b45W6S .content_holder p:nth-child(even) {
    transform: translateY(20px);
}

.training_results_b45W6S .content_holder p:nth-child(even):hover {
    transform: translateY(15px);
}

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

    .training_results_b45W6S .content_holder {
        padding: 60px 40px;
        min-height: 500px;
    }

    .training_results_b45W6S .content_holder h3 {
        max-width: 80%;
        margin-bottom: 30px;
    }

}

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

    .training_results_b45W6S .content_holder {
        padding: 40px 25px;
        min-height: auto;
    }

    .training_results_b45W6S .content_holder h3 {
        font-size: calc(38px * 0.8);
        max-width: 100%;
        margin-bottom: 25px;
    }

    .training_results_b45W6S .content_holder div {
        grid-template-columns: 1fr;
        max-width: 100%;
        gap: 20px;
    }

    .training_results_b45W6S .content_holder p {
        padding: 20px;
        transform: none !important;
    }

    .training_results_b45W6S .content_holder p:hover {
        transform: translateY(-3px) !important;
    }
}

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

    .training_results_b45W6S .content_holder {
        padding: 30px 20px;
    }

    .training_results_b45W6S .content_holder h3 {
        font-size: calc(38px * 0.7);
    }

    .training_results_b45W6S .content_holder p {
        font-size: calc(15px * 0.9);
        padding: 15px;
    }
}footer {
    background: rgb(86,93,71);
    color: #ffffff;
}

footer .copyright {
    background: rgb(180,156,115);
}

footer .logo_holder svg, footer .logo_holder svg path {
    fill: rgb(180,156,115);
}

footer h5 {
    color: rgb(180,156,115);
}

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: 19px;
    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: 17px;
    margin-right: 10px;
    margin-bottom: 5px;
}

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

@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-container_ofAgLR footer .footer {
    padding: 0;
}

.wrapper-container_ofAgLR footer .footer_info {
    flex-direction: row;
    align-items: center;
    min-height: 100px;
}

.wrapper-container_ofAgLR footer .menu_holder {
    flex-direction: row;
    justify-content: flex-end;
}

.wrapper-container_ofAgLR footer .menu a {
    margin: 0;
    padding: 5px 10px;
    font-size: 20px;
    color: rgb(180,156,115);
}

.wrapper-container_ofAgLR footer .copyright {
    background: rgb(180,156,115,0.5);
    padding-top: 5px;
    padding-bottom: 5px;
}

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

@media only screen and (max-width: 800px) {
    .wrapper-container_ofAgLR footer .menu_holder {
        flex-direction: column;
        text-align: left;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .wrapper-container_ofAgLR footer .menu a {
        padding-left: 0;
        font-size: 18px
    }

    .wrapper-container_ofAgLR footer .menu a:first-child {

        margin-bottom: 10px;
    }

    .wrapper-container_ofAgLR footer .footer_info {
        padding: 20px 10px;
    }

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

    .wrapper-container_ofAgLR footer .copyright_info a {
        display: block;
        margin-top: 5px;
    }
}
.course_details_hTfWUt {
    padding: 100px 0;
    background: rgb(180,156,115,0.5);
    font-family: Roboto, sans-serif;
}

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

.course_details_hTfWUt h2 {
    color: #000000;
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 50px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.course_details_hTfWUt .course {
    background: #ffffff;
    border-radius: 17px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-bottom: 30px;
}

.course_details_hTfWUt .course:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.5);
}

.course_details_hTfWUt .photo {
    height: 250px;
    width: 100%;
    background-size: cover;
    background-position: center;
}

.course_details_hTfWUt .text_holder {
    padding: 20px;
    text-align: left;
}

.course_details_hTfWUt h3 {
    font-size: 36px;
    font-weight: 600;
    color: rgb(180,156,115);
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}

.course_details_hTfWUt p {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.6;
    color: #000000;
    margin-bottom: 20px;
}

.course_details_hTfWUt .button {
    background: rgb(86,93,71);
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 10px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
    display: inline-block;
    transition: background 0.3s ease;
}

.course_details_hTfWUt .button:hover {
    background: rgb(180,156,115);
}

@media only screen and (max-width: 768px) {
    .course_details_hTfWUt {
        padding: 50px 0;
    }

    .course_details_hTfWUt h2 {
        font-size: 24px;
    }

    .course_details_hTfWUt .photo {
        height: 200px;
    }

    .course_details_hTfWUt h3 {
        font-size: 20px;
    }

    .course_details_hTfWUt p {
        font-size: 14px;
    }

    .course_details_hTfWUt .button {
        font-size: 18px;
    }
}

.wrapper-container_ofAgLR .course_details_hTfWUt .items {
    width: 100%;
}

.wrapper-container_ofAgLR .course_details_hTfWUt .photo {
    height: 300px;
    width: 100%;
    margin: 0 auto;
}

.wrapper-container_ofAgLR .course_details_hTfWUt .text_holder {
    border-radius: 17px;
    border: 2px solid rgb(86,93,71);
    width: 80%;
    margin-top: -150px;
    background: #ffffff;
    padding: 30px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
}

.wrapper-container_ofAgLR .course_details_hTfWUt h3 {
    font-size: 19px;
    font-weight: 700;
    color: #000000;
}

.wrapper-container_ofAgLR .course_details_hTfWUt .button {
    display: inline-block;
    margin-top: 20px;
    padding: 15px 30px;
    border-radius: 30px;
    background: rgb(180,156,115);
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    transition: background 0.3s ease;
}

.wrapper-container_ofAgLR .course_details_hTfWUt .button:hover {
    background: rgb(86,93,71);
}

@media only screen and (max-width: 800px) {
    .wrapper-container_ofAgLR .course_details_hTfWUt .photo {
        width: 100%;
        height: 200px;
    }

    .wrapper-container_ofAgLR .course_details_hTfWUt .text_holder {
        width: 100%;
        margin-top: -100px;
        padding: 20px;
    }

    .wrapper-container_ofAgLR .course_details_hTfWUt h3 {
        font-size: 20px;
    }
}
.advantages_outline_cLnw5R {
    padding: 80px 0;
    background: rgb(180,156,115);
}
.advantages_outline_cLnw5R .advantages_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.advantages_outline_cLnw5R .advantages_photo_holder {
    display: flex;
    align-items: stretch;
    width: 100%;
    justify-content: space-around;
}
.advantages_outline_cLnw5R .advantages_photo_holder .photo {
    width: 30%;
    height: auto;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    flex-shrink: 0;
    margin-left: 20px;
}
.advantages_outline_cLnw5R .advantages_holder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    background: rgb(86,93,71);
    border-radius: 10px;
    overflow: hidden;
}
.advantages_outline_cLnw5R .advantages_holder .advantage_item {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    flex-direction: row-reverse;
    width: 100%;
    cursor: pointer;
}
.advantages_outline_cLnw5R .advantages_holder .advantage_item:hover {
    background: rgba(0, 0, 0, 0.5);
}
.advantages_outline_cLnw5R .advantages_holder .advantage_item svg, .advantages_outline_cLnw5R .advantages_holder .advantage_item svg path {
    width: 25px;
    height: 25px;
    fill: #ffffff;
    margin-left: 10px;
}
.advantages_outline_cLnw5R .advantages_content h2 {
    font-size: 37px;
    color: #ffffff;
    text-align: center;
    margin: 20px 0;
    margin-bottom: 40px;
}
.advantages_outline_cLnw5R .advantages_content h4{
    color: var(--white-color_opacity);
}
@media only screen and (max-width: 800px) {
    .advantages_outline_cLnw5R .advantages_photo_holder {
        flex-direction: column;
    }
    .advantages_outline_cLnw5R .advantages_photo_holder .photo {
        width: 100%;
        height: 200px;
        margin-left: 0;
    }
    .advantages_outline_cLnw5R .advantages_content h2 {
        font-size: 19px;
    }
    .advantages_outline_cLnw5R .advantages_holder {
        width: 100%;
        margin-bottom: 20px;
        align-items: center;
    }
}.tyPanel_INdxeX {
    background-color: rgb(240,218,164);
    padding: 60px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    text-align: center;
    border-top: 4px solid rgb(180,156,115);
    border-bottom: 4px solid rgb(180,156,115);
}
.tyPanel_INdxeX .container {
    background: #ffffff;
    border: 1px solid #000000;
    border-radius: 10px;
    padding: 50px;
    max-width: 700px;
    width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    text-align: left;
}
.tyPanel_INdxeX .container h2 {
    font-family: Roboto, sans-serif;
    font-size: 35px;
    font-weight: 600;
    color: rgb(180,156,115);
    margin-bottom: 20px;
    text-transform: uppercase;
    border-bottom: 2px solid rgb(180,156,115);
    padding-bottom: 10px;
    letter-spacing: 1px;
}
.tyPanel_INdxeX .container p {
    font-family: Roboto, sans-serif;
    font-size: 17px;
    font-weight: 400;
    color: #000000;
    line-height: 1.6;
    margin-top: 20px;
}
.tyPanel_INdxeX .container hr {
    border: none;
    border-top: 1px solid #000000;
    margin: 20px 0;
}
@media only screen and (max-width: 800px) {
    .tyPanel_INdxeX {
        padding: 30px 10px;
    }
    .tyPanel_INdxeX .container {
        padding: 30px;
    }
    .tyPanel_INdxeX .container h2 {
        font-size: calc(35px - 5px);
    }
    .tyPanel_INdxeX .container p {
        font-size: calc(17px - 2px);
    }
}
.title_board_zZnWJh {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(180,156,115), rgb(86,93,71));
    padding: 60px 0;
    font-family: Roboto, sans-serif;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.title_board_zZnWJh .holder {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
}

.title_board_zZnWJh .photo {
    width: 100%;
    height: 400px;
    position: relative;
    background-size: cover;
    background-position: center;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 5px solid rgb(180,156,115);
}

.title_board_zZnWJh .photo:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.5), transparent 70%, rgba(255, 255, 255, 0.5));
    opacity: 0.5;
    transition: opacity 0.3s ease;
}

.title_board_zZnWJh .text_holder {
    display: flex;
    flex-direction: column;
    padding: 40px 0;
    background: transparent;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: -100px;
    z-index: 2;
}

.title_board_zZnWJh .text_holder .text_info {
    width: 100%;
    padding: 20px;
    background: #ffffff;
    border-radius: 0 0 28px 28px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 5px solid rgb(180,156,115);
    text-align: center;
}

.title_board_zZnWJh .text_holder .button {
    padding: 18px 24px;
    color: #ffffff;
    background: rgb(180,156,115);
    border: none;
    font-weight: 700;
    flex-shrink: 0;
    font-size: 21px;
    border-radius: 10px;
    transition: background 0.3s ease, transform 0.3s ease;
    margin-top: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border: 2px solid rgb(86,93,71);
}

.title_board_zZnWJh .text_holder .button:hover {
    background: rgb(86,93,71);
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.title_board_zZnWJh .text_info h2 {
    margin-top: 20px;
    margin-bottom: 20px;
    color: #000000;
    font-size: 47px;
    font-weight: 700;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

.title_board_zZnWJh .text_info span {
    color: #000000;
    font-size: 18px;
    line-height: 1.6;
    font-weight: 400;
}

.title_board_zZnWJh .text_info svg {
    width: 90px;
    height: 90px;
    fill: rgb(180,156,115);
    margin-bottom: 20px;
    transition: transform 0.3s ease;
}

@media only screen and (max-width: 800px) {
    .title_board_zZnWJh .text_holder {
        flex-direction: column;
        align-items: center;
    }

    .title_board_zZnWJh .text_info h2 {
        margin-top: 20px;
    }

    .title_board_zZnWJh .text_holder .button {
        margin-top: 20px;
        margin-left: 0;
    }

    .title_board_zZnWJh .text_holder .text_info {
        width: 100%;
    }
}