* {
    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_9 {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}
.content {
    flex: 1 0 auto;
}
.footer {
    flex: 0 0 auto;
}
section {
    background-color: rgb(225,223,186);
}
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;
    }
}
.advantages_summary_1 .advantages_content h2 {
    color: rgb(77,66,77);
}

.advantages_summary_1 .advantage_item svg, .advantages_summary_1 .advantage_item svg path {
    fill: rgb(127,126,144);
}

.advantages_summary_1 .advantage_item p {
    color: #000000;
}

.advantages_summary_1 .advantage_item b {
    color: rgb(127,126,144);
}

.advantages_summary_1 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.advantages_summary_1 .advantages_holder {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.advantages_summary_1 .advantages_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.advantages_summary_1 .advantages_content h2 {
    text-align: center;
    margin-bottom: 48px;
    font-size: 35px;
    font-weight: 600;
}

.advantages_summary_1 .advantages_content h4 {
    text-align: center;
    font-size: 20px;
    margin-top: 20px;
}

.advantages_summary_1 .advantages_description {
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
    padding: 20px;
}

.advantages_summary_1 .advantage_item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    min-height: 200px;
    width: 25%;
    padding: 10px;
}

.advantages_summary_1 .advantage_item svg, .advantages_summary_1 .advantage_item img {
    width: 128px;
    height: 128px;
}

@media only screen and (max-width: 1200px) {
    .wrapper-container_9 .advantages_summary_1 .advantages_holder .advantage_item {
        width: calc(50% - 20px);
        margin: 10px;
    }
}

@media only screen and (max-width: 800px) {
    .advantages_summary_1 .advantages_content h2 {
        font-size: 30px;
    }

    .advantages_summary_1 .advantages_holder {
        flex-direction: column;
    }

    .advantages_summary_1 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .wrapper-container_9 .advantages_summary_1 .advantages_holder .advantage_item {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
}

.wrapper-container_9 .advantages_summary_1 {
    padding-top: 60px;
    padding-bottom: 60px;
    background: linear-gradient(135deg, rgb(127,126,144) 0%, rgb(77,66,77) 100%);
    color: #ffffff;
}

.wrapper-container_9 .advantages_summary_1 .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.wrapper-container_9 .advantages_summary_1 .advantages_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.wrapper-container_9 .advantages_summary_1 .advantages_content h2 {
    font-size: 35px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 30px;
}

.wrapper-container_9 .advantages_summary_1 .advantages_description {
    font-size: 17px;
    margin-bottom: 40px;
    color: #ffffff;
    max-width: 800px;
}

.wrapper-container_9 .advantages_summary_1 .advantages_holder {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

.wrapper-container_9 .advantages_summary_1 .advantage_item {
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    width: 100%;
    max-width: calc(25% - 20px);
    padding: 20px;
    transition: transform 0.3s ease-in-out;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.wrapper-container_9 .advantages_summary_1 .advantage_item:hover {
    transform: translateY(-10px);
}

.wrapper-container_9 .advantages_summary_1 .advantage_image {
    margin-bottom: 20px;
}

.wrapper-container_9 .advantages_summary_1 .advantage_image img, .wrapper-container_9 .advantages_summary_1 .advantage_image svg {
    width: 64px;
    height: 64px;
    fill: #ffffff;
}

.wrapper-container_9 .advantages_summary_1 .advantage_item h4 {
    font-size: 18px;
}

@media only screen and (max-width: 1200px) {
    .wrapper-container_9 .advantages_summary_1 .advantages_holder {
        justify-content: center;
    }
    .wrapper-container_9 .advantages_summary_1 .advantages_holder .advantage_item {
        max-width: calc(50% - 10px);
    }
}

@media only screen and (max-width: 800px) {
    .wrapper-container_9 .advantages_summary_1 .advantages_content h2 {
        font-size: 30px;
    }

    .wrapper-container_9 .advantages_summary_1 .advantages_holder {
        flex-direction: column;
        gap: 20px;
    }

    .wrapper-container_9 .advantages_summary_1 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .wrapper-container_9 .advantages_summary_1 .advantages_holder .advantage_item {
        max-width: unset;
        width: 100%;
    }
}.wrapper-container_9 header .main_header {
    background: rgb(127,126,144,0.5);
    color: #ffffff;
    padding: 20px 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.wrapper-container_9 header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wrapper-container_9 header .logo_holder {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.wrapper-container_9 header .logo_holder .logotype {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.wrapper-container_9 header .logo_holder .logotype svg,
.wrapper-container_9 header .logo_holder .logotype img {
    width: 80px;
    height: 80px;
    margin-left: 20px;
    fill: rgb(77,66,77);
}

.wrapper-container_9 header .logo_caption {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 15px;
}

.wrapper-container_9 header .logo_desc {
    font-size: 14px;
    font-weight: 700;
    color: #000000;
}


.wrapper-container_9 header .menu {
    display: flex;
    align-items: center;
}

.wrapper-container_9 header .menu a {
    text-decoration: none;
    color: #000000;
    font-size: 14px;
    padding: 12px 20px;
    transition: all 0.3s ease;
}

.wrapper-container_9 header .menu a:hover {
    color: rgb(127,126,144);
}

@media only screen and (max-width: 1200px) {
    .wrapper-container_9 header .container {
        flex-direction: column;
        align-items: flex-start;
    }

    .wrapper-container_9 header .logo_holder {
        margin-bottom: 20px;
    }

    .wrapper-container_9 header .logo_holder .logotype svg,
    .wrapper-container_9 header .logo_holder .logotype img {
        width: 60px;
        height: 60px;
        margin: 0;
        margin-bottom: 10px;
    }

    .wrapper-container_9 header .menu {
        flex-direction: column;
        align-items: flex-start;
    }

    .wrapper-container_9 header .menu a {
        padding: 10px 0;
        margin-right: 0;
    }
}footer {
    background: rgb(77,66,77);
    color: #ffffff;
    font-family: Roboto, sans-serif;
    padding: 60px 0;
    position: relative;
}
footer .footer {
    background: rgb(77,66,77);
    padding: 50px 20px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
footer .container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
footer .logo_holder {
    display: flex;
    justify-content: center;
    align-items: center;
}
footer .logo_holder svg,
footer .logo_holder img {
    height: 80px;
    width: 80px;
    margin-bottom: 20px;
}
footer .logo_holder svg path {
    fill: rgb(127,126,144);
}
footer h5 {
    color: rgb(127,126,144);
    font-size: 22px;
    margin-bottom: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}
footer .menu {
    margin-bottom: 30px;
    text-align: center;
}
footer .menu a {
    color: #ffffff;
    font-size: 14px;
    text-decoration: none;
    margin: 0 15px;
    padding-bottom: 5px;
    border-bottom: 2px solid transparent;
}
footer .menu a:hover {
    border-bottom: 2px solid rgb(127,126,144);
}
footer .contact_info {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
    text-align: center;
}
footer .contact_info div {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
footer .contact_info div svg,
footer .contact_info div img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
footer .contact_info div svg path {
    fill: rgb(127,126,144);
}
footer .contact_info div span {
    color: #ffffff;
    font-size: 14px;
}
footer .footer_agreement {
    margin-bottom: 20px;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
}
footer .copyright {
    background: #000000;
    padding: 20px;
    text-align: center;
    border-top: 1px solid rgb(127,126,144);
}
footer .copyright_info {
    color: #ffffff;
    font-size: 15px;
}
footer .copyright_info a {
    color: #ffffff;
    text-decoration: none;
    border-bottom: 1px solid rgb(127,126,144);
}
footer .copyright_info a:hover {
    color: rgb(127,126,144);
}
@media only screen and (max-width: 1200px) {
    footer .footer {
        padding: 40px 20px;
    }
    footer .logo_holder svg,
    footer .logo_holder img {
        height: 60px;
        width: 60px;
    }
}
@media only screen and (max-width: 800px) {
    footer .footer {
        padding: 30px 20px;
    }
    footer .footer_info {
        flex-direction: column;
        align-items: center;
    }
    footer .menu,
    footer .contact_info {
        align-items: center;
    }
    footer .menu a {
        font-size: 18px;
        margin: 5px 0;
    }
    footer .contact_info div {
        justify-content: center;
    }
}
.wrapper-container_9 footer .footer_info {
    flex-direction: column;
    align-items: center;
}
.wrapper-container_9 footer .menu_holder {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}
.wrapper-container_9 footer .footer {
    padding-top: 40px;
    padding-bottom: 40px;
}
.wrapper-container_9 footer .menu {
    margin-top: 20px;
}
.wrapper-container_9 footer .menu a {
    font-size: 20px;
    text-transform: uppercase;
    margin: 0 10px;
    border-bottom: 1px solid transparent;
}
.wrapper-container_9 footer .menu a:hover {
    border-bottom: 1px solid rgb(127,126,144);
}
.wrapper-container_9 footer .logo_holder svg,
.wrapper-container_9 footer .logo_holder img {
    width: 56px;
    height: 56px;
}
.wrapper-container_9 footer .copyright {
    background: rgb(77,66,77);
    padding: 20px;
    border-top: 1px solid rgb(127,126,144);
}
@media only screen and (max-width: 800px) {
    .wrapper-container_9 footer .footer_info {
        padding: 0;
    }
    .wrapper-container_9 footer .menu a {
        font-size: 18px;
        margin-right: 0;
        margin-bottom: 8px;
    }
    .wrapper-container_9 footer .menu {
        margin-top: 16px;
    }
    .wrapper-container_9 footer .menu_holder {
        flex-direction: column;
    }
}
.greeting_page_1 {
    background-color: rgb(225,223,186);
    padding: 100px 0;
    font-family: Roboto, sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}
.greeting_page_1 .holder {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 60px;
    background-color: #ffffff;
    border-radius: 26px;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05); 
    position: relative;
    overflow: hidden;
    transition: box-shadow 0.3s ease;
}
.greeting_page_1 .holder:hover {
    box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.1); 
}
.greeting_page_1 .photo {
    width: 50%;
    height: 500px;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    position: relative;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease; 
}
.greeting_page_1 .text_holder {
    width: 45%;
    padding: 40px;
    background-color: #ffffff;
    color: #000000;
    border-radius: 26px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 2;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05); 
    position: relative;
    transition: transform 0.3s ease;
}
.greeting_page_1 .text_info {
    position: relative;
    margin-bottom: 20px;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.greeting_page_1 .text_info h2 {
    font-size: 22px;
    color: rgb(127,126,144);
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    text-align: center;
    position: relative;
    padding-bottom: 10px;
    border-bottom: 2px solid rgb(77,66,77,0.5); 
    transition: color 0.3s ease, border-color 0.3s ease;
}

.greeting_page_1 .text_info span {
    font-size: 14px;
    color: #000000;
}
.greeting_page_1 .text_info svg {
    width: 80px;
    height: 80px;
    fill: rgb(127,126,144);
    margin-bottom: 30px;
    position: relative;
    transition: transform 0.3s ease, fill 0.3s ease;
}

.greeting_page_1 .text_holder .button {
    padding: 10px 16px;
    background-color: rgb(127,126,144);
    color: #ffffff;
    border-radius: 26px;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
    border: none;
    width: fit-content;
    align-self: center;
}
.greeting_page_1 .text_holder .button:hover {
    background-color: rgb(77,66,77);
    box-shadow: 0px 7px 25px rgba(0, 0, 0, 0.2); 
}
@media (max-width: 1200px) {
    .greeting_page_1 .holder {
        flex-direction: column; 
    }
    .greeting_page_1 .photo {
        width: 100%;
        height: 300px;
        margin-bottom: 20px;
    }
    .greeting_page_1 .text_holder {
        width: 100%;
    }
}
@media (max-width: 800px) {
    .greeting_page_1 {
        padding: 60px 0;
    }
    .greeting_page_1 .photo {
        height: 200px;
    }
    .greeting_page_1 .text_info h2 {
        font-size: 22px;
    }
}
.experience_trial_6 {
    padding: 5vh 0;
    background-color: rgb(225,223,186);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-top: 1px solid rgb(127,126,144,0.5);
    border-bottom: 1px solid rgb(127,126,144,0.5);
    width: 100%;
    margin: 0;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.experience_trial_6::before,
.experience_trial_6::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    opacity: 0.7;
    pointer-events: none;
}

.experience_trial_6::before {
    background-image: 
        radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.7) 0%, transparent 40%),
        radial-gradient(circle at 80% 80%, rgba(255, 255, 255, 0.7) 0%, transparent 40%);
    background-size: 200% 200%;
    animation: moveCloud 30s linear infinite;
}

.experience_trial_6::after {
    background-image: 
        radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.7) 0%, transparent 40%),
        radial-gradient(circle at 20% 80%, rgba(255, 255, 255, 0.7) 0%, transparent 40%);
    background-size: 200% 200%;
    animation: moveCloud 40s linear infinite reverse;
}

@keyframes moveCloud {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 200% 200%;
    }
}

.experience_trial_6 .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2vh 2vw;
    background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(3px);
    width: 100%;
    max-width: 1200px;
    gap: 2vh;
    position: relative;
    z-index: 1;
}

.experience_trial_6 .holder {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 2vw;
    padding: 1vh;
    width: 100%;
}

.experience_trial_6 .holder svg, .experience_trial_6 .holder svg path {
    fill: rgb(127,126,144);
    width: 8vw;
    height: 8vw;
    max-width: 100px;
    max-height: 100px;
    transition: transform 0.3s ease, fill 0.3s ease;
}

.experience_trial_6 .holder svg:hover {
    transform: scale(1.1);
    fill: rgb(77,66,77);
}

.experience_trial_6 .holder h2 {
    font-size: calc(35px + 0.5vw);
    color: #000000;
    margin: 0;
    font-weight: 600;
    text-align: left;
    flex-grow: 1;
    position: relative;
    overflow: hidden;
}

.experience_trial_6 .holder h2::after {
    content: '';
    display: block;
    width: 6vw;
    height: 0.5vh;
    background-color: rgb(77,66,77);
    margin-top: 1vh;
    border-radius: 2px;
    transition: width 0.3s ease;
}

.experience_trial_6 .holder h2:hover::after {
    width: 100%;
}

.experience_trial_6 .holder .button {
    padding: 12px 25px;
    background: linear-gradient(135deg, rgb(77,66,77), rgb(127,126,144));
    color: #ffffff;
    text-decoration: none;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.experience_trial_6 .holder .button::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.6s ease, height 0.6s ease;
}

.experience_trial_6 .holder .button:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2);
}

.experience_trial_6 .holder .button:hover::before {
    width: 300px;
    height: 300px;
}

@media only screen and (max-width: 1024px) {
    .experience_trial_6 .holder {
        flex-direction: column;
        text-align: center;
    }
    
    .experience_trial_6 .holder svg, .experience_trial_6 .holder svg path {
        width: 12vw;
        height: 12vw;
        max-width: 80px;
        max-height: 80px;
    }
    
    .experience_trial_6 .holder h2 {
        font-size: 24px;
        text-align: center;
    }
    
    .experience_trial_6 .holder h2::after {
        margin: 1vh auto 0;
    }
}

@media only screen and (max-width: 800px) {
    .experience_trial_6 .container {
        padding: 10px;
    }
    
    .experience_trial_6 .holder h2 {
        font-size: 16px;
    }
    
    .experience_trial_6 .holder svg, .experience_trial_6 .holder svg path {
        width: 60px;
        height: 60px;
    }
    
    .experience_trial_6 .holder .button {
        padding: 10px 20px;
        font-size: 14px;
    }
}.meet_us_0 {
    padding: 80px 0;
    background: linear-gradient(135deg, rgb(127,126,144) 30%, rgb(77,66,77) 100%);
    color: #000000;
    font-family: Roboto, sans-serif;
}

.wrapper-container_9 .meet_us_0 .holder {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
}

.wrapper-container_9 .meet_us_0 .holder .photo {
    display: block;
    width: 40%;
    height: 400px;
    flex-shrink: 0;
    max-width: 500px;
    border-radius: 19px;
    box-shadow: 0 10px 20px rgb(127,126,144,0.5), 0 6px 6px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    margin-left: 20px;
}

.wrapper-container_9 .meet_us_0 .caption_holder {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    position: relative;
    width: 100%;
    padding: 40px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 8px 16px rgb(127,126,144,0.5), 0 6px 6px rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.wrapper-container_9 .meet_us_0 .caption_holder::before {
    content: '';
    position: absolute;
    top: -20px;
    left: -20px;
    width: 100%;
    height: 100%;
    background: rgb(127,126,144,0.5);
    border-radius: 10px;
    z-index: -1;
    transition: transform 0.3s ease-in-out;
}

.wrapper-container_9 .meet_us_0 .caption_holder:hover::before {
    transform: translate(-10px, -10px);
}

.wrapper-container_9 .meet_us_0 h2 {
    color: rgb(127,126,144);
    font-size: 33px;
    font-weight: 600;
    margin-bottom: 20px;
}

.wrapper-container_9 .meet_us_0 p {
    color: #000000;
    font-size: 13px;
    line-height: 1.6;
}

@media only screen and (max-width: 1200px) {
    .wrapper-container_9 .meet_us_0 .caption_holder {
        flex-direction: column;
    }
    .wrapper-container_9 .meet_us_0 .holder .photo {
        width: 100%;
        margin-left: 0;
        margin-bottom: 20px;
    }
    .wrapper-container_9 .meet_us_0 .caption_holder::before {
        content: none;
    }
}

@media only screen and (max-width: 800px) {
    .wrapper-container_9 .meet_us_0 .holder {
        flex-direction: column;
        align-items: center;
    }

    .wrapper-container_9 .meet_us_0 .caption_holder {
        padding: 20px;
        text-align: center;
    }
}.get_in_touch_0 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.get_in_touch_0 h3 {
    color: rgb(77,66,77);
}

.get_in_touch_0 .form {
    background: rgb(225,223,186);
    border-radius: 10px;
}

.get_in_touch_0 .info svg, .get_in_touch_0 .info svg path {
    fill: rgb(127,126,144);
}

.get_in_touch_0 .info .contact_info h5 {
    color: rgb(127,126,144);
}

.get_in_touch_0 .info span {
    color: #000000;
}

.get_in_touch_0 .info .contact_info svg, .get_in_touch_0 .info .contact_info svg path {
    fill: #000000;
}

.get_in_touch_0 form input {
    color: #000000;
    border-radius: 6px;
    background: #ffffff;
}

.get_in_touch_0 form .button {
    background: rgb(77,66,77);
    color: #ffffff;
    border-radius: 100px;
}

.get_in_touch_0 form .button:hover {
    background: rgb(127,126,144);
}


.get_in_touch_0 .holder {
    display: flex;
}

.get_in_touch_0 .holder > div {
    width: 50%;
    padding: 40px;
}

.get_in_touch_0 .form {

}

.get_in_touch_0 .form form {
    display: flex;
    flex-direction: column;
}

.get_in_touch_0 h3 {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 18px;
}

.get_in_touch_0 .info {
    padding-top: 40px;
}

.get_in_touch_0 form input {
    border: none;
    padding: 13px;
    width: 100%;
    margin-bottom: 24px;
    line-height: 24px;
    outline: none;
    border: 1px solid transparent;
}

.get_in_touch_0 form .button {
    font-weight: 400;
    cursor: pointer;
}

.get_in_touch_0 .info .contact_info h5 {
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 16px;
}

.get_in_touch_0 .info svg, .get_in_touch_0 .info img {
    margin-right: 16px;
    width: 16px;
    height: 16px;
}

.get_in_touch_0 .info span {
    font-size: 14px;
}

.get_in_touch_0 .logo_holder {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding-bottom: 30px;
    margin-right: 30px;
}

.get_in_touch_0 .logo_holder svg, .get_in_touch_0 .logo_holder img {
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
    margin-right: 0;
}

.get_in_touch_0 .info .contact_info span {
    font-weight: 300;
}

.get_in_touch_0 .info .contact_info > div {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.get_in_touch_0 .name_holder {
    display: flex;
    justify-content: space-between;
}

.get_in_touch_0 .name_holder #surname {
    margin-left: 24px;
}

.get_in_touch_0 .agree {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.get_in_touch_0 .agree label {
    display: block;
}

.get_in_touch_0 .agree a {
    margin-left: 5px;
    color: rgb(127,126,144);
}

.get_in_touch_0 .agree input[type=checkbox] {
    width: auto;
    margin: 0;
    margin-right: 5px;
}

@media only screen and (max-width: 600px) {
    .get_in_touch_0 .holder {
        flex-direction: column;
    }

    .get_in_touch_0 .holder > div {
        width: 100%;
    }

    .get_in_touch_0 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .get_in_touch_0 h3 {
        font-size: 30px;
    }
}

.wrapper-container_9 .get_in_touch_0 .holder {
    justify-content: center;
}

.wrapper-container_9 .get_in_touch_0 .form {
    background: none;
    margin: auto;
}

.wrapper-container_9 .get_in_touch_0 .form_text {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 30px;
}

.wrapper-container_9 .get_in_touch_0 form input {
    background: rgba(0, 0, 0, 0.1);
    border-radius: 0;
}

.wrapper-container_9 .get_in_touch_0 h3 {
    text-align: center;
    position: relative;
    display: flex;
    justify-content: center;
    padding-bottom: 24px;
    width: fit-content;
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 28px;
    align-self: center;
}

.wrapper-container_9 .get_in_touch_0 h3::after {
    content: "";
    width: 50%;
    position: absolute;
    bottom: 0;
    border-bottom: 2px solid rgb(77,66,77,0.5);
}

.wrapper-container_9 .get_in_touch_0 form .button {
    background: rgb(127,126,144);
    color: #ffffff;
    border: none;
    border-radius: 0;
    width: fit-content;
    align-self: center;
    padding: 10px 40px;
    margin-bottom: 0;
    margin-top: 10px;
}

.wrapper-container_9 .get_in_touch_0 .agree a {
    color: rgb(127,126,144);
}

@media only screen and (max-width: 800px) {
    .get_in_touch_0 .holder > div {
        padding: 20px;
    }
}.mentorship_experience_2 {
    padding: 8vh 0;
    background: linear-gradient(135deg, rgb(77,66,77), rgb(77,66,77,0.5));
    font-family: Roboto, sans-serif;
    position: relative;
    overflow: hidden;
}
.mentorship_experience_2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at top right, rgb(127,126,144,0.5), transparent);
    z-index: 0;
}
.mentorship_experience_2 .review {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    max-width: 90vw;
    margin: 0 auto;
    text-align: center;
}
.mentorship_experience_2 .review .photo {
    height: 40vh;
    width: 40vh;
    border: 5px solid rgb(127,126,144);
    border-radius: 50%;
    box-shadow: 0 4px 15px rgb(127,126,144,0.5);
    background: linear-gradient(to bottom, rgb(127,126,144,0.5), transparent), url('$variable_for_links$<?php echo $arData["img"];?>') no-repeat;
    background-size: cover;
    background-position: center;
    margin: 2vh 0;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.mentorship_experience_2 .review .photo:hover {
    transform: scale(1.1);
    box-shadow: 0 8px 30px rgb(127,126,144,0.5);
}
.mentorship_experience_2 .worker_description {
    width: 60%;
    background: rgb(77,66,77,0.5);
    color: #ffffff;
    padding: 2vw;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
    border: 2px solid rgb(127,126,144);
    margin-bottom: 2vh;
    transition: transform 0.3s ease, background 0.3s ease, border-color 0.3s ease;
    position: relative;
}
.mentorship_experience_2 .worker_description .name {
    font-size: 29px;
    font-weight: 600;
    margin-bottom: 1vh;
    transition: color 0.3s ease;
}
.mentorship_experience_2 .worker_description .job {
    font-size: 22px;
    font-weight: 400;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}
.mentorship_experience_2 .worker_info {
    width: 60%;
    background: rgb(77,66,77,0.5);
    color: #000000;
    padding: 2vw;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
    border: 2px solid rgb(127,126,144);
    transition: transform 0.3s ease, background 0.3s ease, border-color 0.3s ease;
    position: relative;
}

.mentorship_experience_2 .worker_info .quote {
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 2vh;
    transition: color 0.3s ease;
}
.mentorship_experience_2 .worker_info .story {
    font-size: 16px;
    text-align: center;
    padding: 1vh 2vw;
    border-top: 1px solid rgb(127,126,144);
    border-bottom: 1px solid rgb(127,126,144);
    transition: background 0.3s ease, border-color 0.3s ease;
}

.mentorship_experience_2 .review .photo,
.mentorship_experience_2 .worker_description,
.mentorship_experience_2 .worker_info {
    animation: fadeInUp 0.5s ease-out both;
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}
@media only screen and (max-width: 800px) {
    .mentorship_experience_2 .review {
        flex-direction: column;
    }
    .mentorship_experience_2 .review .photo {
        height: 30vh;
        width: 30vh;
    }
    .mentorship_experience_2 .worker_description,
    .mentorship_experience_2 .worker_info {
        width: 80%;
        padding: 4vw;
        margin: 2vh 0;
    }
}
.privacy_reserve_0 {
    background: linear-gradient(to right, rgb(127,126,144), rgb(77,66,77));
    color: #ffffff;
    padding: 50px;
    font-family: Roboto, sans-serif;
    display: flex;
    flex-direction: column;
    gap: 30px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}
.privacy_reserve_0 h1 {
    font-size: 41px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
}
.privacy_reserve_0 h2 {
    font-size: 36px;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 15px;
    text-align: center;
}
.privacy_reserve_0 h3, .privacy_reserve_0 h4, .privacy_reserve_0 h5, .privacy_reserve_0 h6 {
    margin: 1rem 0;
    text-align: center;
}
.privacy_reserve_0 p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 20px;
    text-align: justify;
}
.privacy_reserve_0 ul, .privacy_reserve_0 ol {
    margin: 0;
    padding: 0;
    list-style-position: inside;
}
.privacy_reserve_0 ul li, .privacy_reserve_0 ol li {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 10px;
}
.privacy_reserve_0 span {
    font-weight: 600;
}
.privacy_reserve_0 div {
    margin-bottom: 20px;
}
@media only screen and (max-width: 800px) {
    .privacy_reserve_0 {
        padding: 30px 15px;
    }
    .privacy_reserve_0 h1 {
        font-size: calc(19px - 10px);
    }
    .privacy_reserve_0 h2 {
        font-size: calc(19px - 8px);
    }
    .privacy_reserve_0 p, .privacy_reserve_0 li {
        font-size: calc(16px - 2px);
    }
}
.collection-view_9 {
    background: rgb(225,223,186);
    position: relative;
    overflow: hidden;
}

.collection-view_9::before,
.collection-view_9::after {
    content: "";
    position: absolute;
    inset: -150%;
    animation: rotate 20s linear infinite;
    background: conic-gradient(
        from 0deg at 50% 50%,
        transparent 0deg,
        rgb(127,126,144,0.5) 72deg,
        rgb(77,66,77,0.5) 144deg,
        rgba(0, 0, 0, 0.5) 216deg,
        transparent 360deg
    );
}

.collection-view_9::after {
    animation: rotate 15s linear infinite reverse;
    filter: blur(20px);
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.collection-view_9 .container {
    position: relative;
    z-index: 2;
    padding: 4rem 1rem;
    backdrop-filter: blur(10px);
}

.collection-view_9 .gallery_holder {
    max-width: 1200px;
    margin: 0 auto;
}

.collection-view_9 .gallery_holder h2 {
    color: #ffffff;
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 3rem;
    position: relative;
    text-transform: uppercase;
}

.collection-view_9 .gallery_holder h2::before,
.collection-view_9 .gallery_holder h2::after {
    content: "";
    position: absolute;
    bottom: -10px;
    height: 3px;
    background: rgb(127,126,144);
    border-radius: 10px;
    animation: lineMove 3s ease-in-out infinite;
}

.collection-view_9 .gallery_holder h2::before {
    left: 50%;
    width: 30px;
    transform-origin: left;
}

.collection-view_9 .gallery_holder h2::after {
    right: 50%;
    width: 30px;
    transform-origin: right;
}

@keyframes lineMove {
    0%, 100% {
        transform: scaleX(0.5);
    }
    50% {
        transform: scaleX(1);
    }
}

.collection-view_9 .gallery_items {
    display: grid;
    gap: 1.5rem;
    padding: 0;
    list-style: none;
    margin: 0;
}

.collection-view_9 .gallery_item {
    position: relative;
    border-radius: 26px;
    overflow: hidden;
    transform-style: preserve-3d;
    perspective: 1000px;
}

.collection-view_9 .gallery_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.collection-view_9 .gallery_item::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        135deg,
        transparent 0%,
        rgb(127,126,144,0.5) 100%
    );
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
}

.collection-view_9 .gallery_item::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        45deg,
        rgb(77,66,77) 0%,
        transparent 100%
    );
    opacity: 0;
    transition: all 0.3s ease;
    mix-blend-mode: overlay;
}

.collection-view_9 .gallery_item:hover::before,
.collection-view_9 .gallery_item:hover::after {
    opacity: 0.7;
    animation: gradientMove 2s ease-in-out infinite;
}

@keyframes gradientMove {
    0% {
        background-position: 0% 0%;
    }
    50% {
        background-position: 100% 100%;
    }
    100% {
        background-position: 0% 0%;
    }
}

.collection-view_9 .gallery_item:hover img {
    transform: scale(1.05) translateZ(20px);
}

@media (min-width: 768px) {
    .collection-view_9 .gallery_items {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .collection-view_9 .gallery_items li:first-child {
        grid-column: span 2;
        grid-row: span 2;
    }
    
    .collection-view_9 .gallery_items li:nth-child(5) {
        grid-column: span 2;
    }
    
    .collection-view_9 .gallery_items li:nth-child(7) {
        grid-column: 2 / span 2;
    }
    
    .collection-view_9 .gallery_items li:nth-child(9) {
        grid-column: 1 / span 2;
    }
    
    .collection-view_9 .gallery_item:hover {
        transform: translateZ(10px);
        box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.5);
    }
}

@media (max-width: 767px) {
    .collection-view_9 .gallery_items {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    
    .collection-view_9 .gallery_items li:first-child {
        grid-column: span 2;
    }
}

@media (max-width: 480px) {
    .collection-view_9 .gallery_items {
        grid-template-columns: 1fr;
    }
    
    .collection-view_9 .gallery_items li {
        grid-column: 1 !important;
    }
    
    .collection-view_9 .container {
        padding: 2rem 1rem;
    }
}

.collection-view_9 .gallery_item {
    position: relative;
    overflow: hidden;
}

.collection-view_9 .gallery_item::before {
    animation: shine 2s infinite;
    background: linear-gradient(
        90deg,
        transparent,
        rgb(127,126,144,0.5),
        transparent
    );
    content: "";
    height: 100%;
    left: -100%;
    position: absolute;
    top: 0;
    transform: skewX(-25deg);
    width: 50%;
    z-index: 2;
}

@keyframes shine {
    0% {
        left: -100%;
        opacity: 0.7;
    }
    20% {
        left: 100%;
        opacity: 0.7;
    }
    100% {
        left: 100%;
        opacity: 0;
    }
}.thanksUnit_2 {
    background-color: rgb(127,126,144,0.5);
    padding: 80px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    position: relative;
    overflow: hidden;
}
.thanksUnit_2::before, .thanksUnit_2::after {
    content: '';
    position: absolute;
    width: 100px;
    height: 100px;
    background: rgb(127,126,144,0.5);
    border-radius: 50%;
    z-index: 1;
    opacity: 0.5;
}
.thanksUnit_2::before {
    top: -50px;
    left: -50px;
}
.thanksUnit_2::after {
    bottom: -50px;
    right: -50px;
}
.thanksUnit_2 .container {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 50px;
    max-width: 900px;
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 2;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
}
.thanksUnit_2 .container h2 {
    font-family: Roboto, sans-serif;
    font-size: 40px;
    color: rgb(127,126,144);
    margin-bottom: 30px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    border-bottom: 2px solid rgb(77,66,77);
    padding-bottom: 10px;
}
.thanksUnit_2 .container p {
    font-family: Roboto, sans-serif;
    font-size: 13px;
    color: #000000;
    line-height: 1.8;
    margin-bottom: 40px;
    text-align: justify;
    text-align: center;
}
.thanksUnit_2 .container .info-block {
    background-color: rgb(225,223,186);
    border: 1px solid rgb(77,66,77,0.5);
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
}
.thanksUnit_2 .container .info-block h5 {
    font-family: Roboto, sans-serif;
    font-size: 19px;
    color: #000000;
    margin-bottom: 10px;
    font-weight: 600;
    border-bottom: 1px solid rgb(127,126,144,0.5);
    padding-bottom: 5px;
}
.thanksUnit_2 .container .info-block p {
    font-family: Roboto, sans-serif;
    font-size: 13px;
    color: #000000;
    margin-bottom: 0;
    text-align: left;
}
@media only screen and (max-width: 800px) {
    .thanksUnit_2 {
        padding: 40px 10px;
    }
    .thanksUnit_2 .container {
        padding: 30px 20px;
    }
    .thanksUnit_2 .container h2 {
        font-size: calc(40px - 8px);
    }
    .thanksUnit_2 .container p {
        font-size: calc(13px - 2px);
    }
    .thanksUnit_2::before, .thanksUnit_2::after {
        width: 70px;
        height: 70px;
    }
}
.prospective_members_2 {
    position: relative;
    background: rgb(225,223,186);
    padding: 160px 0;
    overflow: hidden;
}

.prospective_members_2::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: 
        radial-gradient(circle at 20% 20%, rgb(127,126,144,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 80%, rgb(77,66,77,0.5) 0%, transparent 30%);
    opacity: 0.1;
}

.prospective_members_2 .container {
    position: relative;
    display: grid;
    grid-template-columns: 45% 55%;
    align-items: center;
}

.prospective_members_2 .who_needs_photo {
    position: relative;
    width: calc(100% + 80px);
    padding-bottom: 140%;
    margin-left: -80px;
    border-radius: 0 30px 30px 0;
    box-shadow: 40px 40px 80px rgba(0, 0, 0, 0.5);
}

.prospective_members_2 .who_needs_photo::before,
.prospective_members_2 .who_needs_photo::after {
    content: '';
    position: absolute;
    border: 2px solid rgb(127,126,144);
    border-radius: 10px;
}

.prospective_members_2 .who_needs_photo::before {
    top: -20px;
    right: -20px;
    width: 140px;
    height: 140px;
    border-left: 0;
    border-bottom: 0;
}

.prospective_members_2 .who_needs_photo::after {
    bottom: -20px;
    left: 80px;
    width: 100px;
    height: 100px;
    border-right: 0;
    border-top: 0;
    opacity: 0.5;
}

.prospective_members_2 .who_needs_text {
    padding-left: 100px;
}

.prospective_members_2 .who_needs_text h2 {
    font-size: 35px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 50px;
    position: relative;
    padding-top: 30px;
}
.prospective_members_2 .who_needs_list {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.prospective_members_2 .who_needs_list div {
    position: relative;
    display: flex;
    align-items: center;
    gap: 25px;
    padding: 30px 40px;
    background: #ffffff;
    border-radius: 30px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
    transition: all 0.4s ease;
}

.prospective_members_2 .who_needs_list div:nth-child(odd) {
    transform: translateX(-30px);
}

.prospective_members_2 .who_needs_list div:hover {
    transform: translateX(0);
    background: rgb(127,126,144);
    color: #ffffff;
}

.prospective_members_2 .who_needs_list div::before {
    content: '';
    position: absolute;
    inset: 2px;
    border-radius: calc(30px - 2px);
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

.prospective_members_2 .who_needs_list div:hover::before {
    border-color: #ffffff;
    opacity: 0.2;
}

.prospective_members_2 .who_needs_list svg {
    width: 36px;
    height: 36px;
    fill: rgb(127,126,144);
    flex-shrink: 0;
    transition: all 0.3s ease;
    padding: 8px;
    background: rgb(225,223,186);
    border-radius: 10px;
}

.prospective_members_2 .who_needs_list div:hover svg {
    fill: #ffffff;
    background: transparent;
    transform: scale(1.1);
}

@media (max-width: 1200px) {
    .prospective_members_2 {
        padding: 120px 0;
    }

    .prospective_members_2 .who_needs_photo {
        width: 100%;
        margin-left: 0;
    }

    .prospective_members_2 .who_needs_text {
        padding-left: 60px;
    }
}

@media (max-width: 991px) {
    .prospective_members_2 .container {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .prospective_members_2 .who_needs_photo {
        padding-bottom: 100%;
        max-width: 500px;
        margin: 0 auto;
        border-radius: 30px;
    }

    .prospective_members_2 .who_needs_text {
        padding-left: 0;
        text-align: center;
    }

    .prospective_members_2 .who_needs_list div {
        text-align: left;
    }
}

@media (max-width: 768px) {
    .prospective_members_2 {
        padding: 80px 0;
    }

    .prospective_members_2 .who_needs_list div,
    .prospective_members_2 .who_needs_list div:nth-child(odd),
    .prospective_members_2 .who_needs_list div:nth-child(even) {
        transform: translateX(0);
        padding: 25px 30px;
    }

    .prospective_members_2 .who_needs_text h2 {
        font-size: calc(35px * 0.9);
    }
}

@media (max-width: 576px) {
    .prospective_members_2 {
        padding: 60px 0;
    }

    .prospective_members_2 .who_needs_list svg {
        width: 32px;
        height: 32px;
        padding: 6px;
    }

    .prospective_members_2 .who_needs_text h2 {
        font-size: calc(35px * 0.8);
    }

    .prospective_members_2 .who_needs_list div {
        padding: 20px 25px;
        gap: 20px;
    }
}.pricing_group_3 {
    background: rgb(225,223,186);
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}

.pricing_group_3::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgb(127,126,144,0.5) 0%, transparent 100%);
    pointer-events: none;
}

.pricing_group_3 .container {
    position: relative;
    z-index: 2;
    max-width: 1400px;
}

.pricing_holder {
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.price_info {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    transform: translateY(20px);
    opacity: 0;
    animation: fadeInUp 0.8s ease forwards;
}

.price_info h2 {
    color: #000000;
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
}

.price_info h2::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: rgb(127,126,144);
    border-radius: 10px;
}

.price_info .section_description {
    color: #000000;
    font-size: 12px;
    line-height: 1.6;
}

.price_types {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin: 0 -30px;
}

.price_type {
    text-decoration: none;
    transform-style: preserve-3d;
    transition: all 0.5s ease;
    position: relative;
}

.price_type:nth-child(even) {
    transform: translateY(40px);
}

.price_type:hover {
    transform: scale(1.03) translateY(-5px);
    z-index: 2;
}

.price_type:nth-child(even):hover {
    transform: scale(1.03) translateY(35px);
}

.price_type_holder {
    background: #ffffff;
    border-radius: 21px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    height: 100%;
    transition: all 0.4s ease;
}

.price_type_holder::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgb(127,126,144,0.5) 0%, transparent 70%);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.price_type:hover .price_type_holder::after {
    opacity: 0.15;
}

.pricing_group_3 .photo {
    height: 300px;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 95%);
}

.price_type_text {
    padding: 35px 40px;
    position: relative;
}

.price_type_text h3 {
    color: #000000;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 15px;
    position: relative;
}

.price_type_text h3::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background: rgb(77,66,77);
    transition: width 0.3s ease;
}

.price_type:hover .price_type_text h3::before {
    width: 80px;
}

.price_type_text .price_amount {
    display: inline-block;
    color: rgb(127,126,144);
    font-size: 38px;
    font-weight: 700;
    margin: 20px 0;
    padding: 5px 15px;
    position: relative;
    background: linear-gradient(90deg, rgb(127,126,144,0.5) 0%, transparent 100%);
    border-radius: 10px;
}

.price_type_text p {
    color: #000000;
    font-size: 12px;
    line-height: 1.6;
    margin-bottom: 0;
}

@keyframes fadeInUp {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@media screen and (max-width: 1200px) {
    .price_types {
        grid-template-columns: repeat(2, 1fr);
        margin: 0;
        gap: 30px;
    }

    .price_type:nth-child(even) {
        transform: translateY(0);
    }

    .price_type:nth-child(even):hover {
        transform: scale(1.03) translateY(-5px);
    }

    .price_type_text {
        padding: 30px 35px;
    }

    .pricing_group_3 .photo {
        height: 280px;
    }
}

@media screen and (max-width: 768px) {
    .pricing_group_3 {
        padding: 60px 0;
    }

    .pricing_holder {
        gap: 50px;
    }

    .price_info {
        padding: 0 20px;
    }

    .price_types {
        grid-template-columns: 1fr;
        max-width: 500px;
        margin: 0 auto;
        gap: 40px;
    }

    .pricing_group_3 .photo {
        height: 250px;
        clip-path: polygon(0 0, 100% 0, 100% 90%, 0 96%);
    }

    .price_type_text {
        padding: 25px 30px;
    }
}

@media screen and (max-width: 480px) {
    .pricing_group_3 {
        padding: 40px 0;
    }

    .pricing_holder {
        gap: 40px;
    }

    .price_types {
        gap: 30px;
    }

    .price_type_text {
        padding: 20px 25px;
    }

    .pricing_group_3 .photo {
        height: 220px;
    }

    .price_type_text .price_amount {
        font-size: calc(38px * 0.9);
    }
}.wrapper-container_9 .course_info_4 {
    padding: 60px 0;
    background: rgb(127,126,144);
    color: #ffffff;
    font-family: Roboto, sans-serif;
}

.wrapper-container_9 .course_info_4 .items {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.wrapper-container_9 .course_info_4 .items .course {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    background: rgb(77,66,77);
    border-radius: 20px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    overflow: hidden;
}

.wrapper-container_9 .course_info_4 .items .course .content {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.wrapper-container_9 .course_info_4 .photo {
    width: 50%;
    height: auto;
    background-size: cover;
    background-position: center;
}

.wrapper-container_9 .course_info_4 .text_holder {
    width: 50%;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.wrapper-container_9 .course_info_4 .text_holder h3 {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 20px;
}

.wrapper-container_9 .course_info_4 .text_holder p {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 20px;
    line-height: 1.6;
}

.wrapper-container_9 .course_info_4 .button {
    align-self: flex-start;
    padding: 15px 30px;
    font-size: 17px;
    font-weight: 600;
    color: #ffffff;
    background: rgb(127,126,144);
    border-radius: 20px;
    text-transform: uppercase;
    text-decoration: none;
    border: none;
}

@media only screen and (max-width: 800px) {
    .wrapper-container_9 .course_info_4 {
        padding: 40px 0;
    }

    .wrapper-container_9 .course_info_4 .items .course {
        flex-direction: column;
        width: 100%;
    }
    .wrapper-container_9 .course_info_4 .items .course .content {
        flex-direction: column;
    }
    .wrapper-container_9 .course_info_4 .photo {
        width: 100%;
        height: 250px;
    }

    .wrapper-container_9 .course_info_4 .text_holder {
        width: 100%;
        padding: 20px;
        text-align: center;
    }

    .wrapper-container_9 .course_info_4 .text_holder h3 {
        font-size: 18px;
    }

    .wrapper-container_9 .course_info_4 .text_holder p {
        font-size: 15px;
    }

    .wrapper-container_9 .course_info_4 .button {
        align-self: center;
    }
}
