* {
    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: Arial, sans-serif;
    color: #000000;
}
.wrapping-container {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}
.content {
    flex: 1 0 auto;
}
.footer {
    flex: 0 0 auto;
}
section {
    background-color: rgb(133,198,182);
}
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;
    }
}.info_details {
    color: #000000;
    background-color: rgb(133,198,182);
    padding: 80px 0;
    font-family: Arial, sans-serif;
}
.info_details .contact_holder {
    padding: 40px 30px;
    margin-top: -10px;
    border-left: 4px solid rgb(99,147,135);
    position: relative;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    border-radius: 15px;
    background-color: #ffffff;
}
.info_details .holder .info_holder div.company_open_hours {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.info_details .holder .info_holder > div h5 {
    margin: 5px 0;
    font-size: 18px;
}
.info_details .holder .info_holder > div > div {
    margin: 5px 0;
}
.info_details .contact_holder:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    left: -12px;
    top: -12px;
    background: #ffffff;
    border: 4px solid rgb(99,147,135);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
}
.info_details .holder {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.info_details .holder .contact_description {
    width: 100%;
    margin-bottom: 40px;
    font-size: 13px;
    line-height: 1.6;
    color: #000000;
    position: relative;
    padding-left: 40px;
}
.info_details .holder .photo {
    width: 350px;
    height: 350px;
    margin-right: 30px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    position: relative;
}
.info_details .holder .photo:hover::after {
    opacity: 1;
    transform: translateY(0);
}
.info_details .holder .info_holder {
    width: calc(100% - 380px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #000000;
}
.info_details .holder .info_holder > div {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    font-size: 13px;
}
.info_details .holder .info_holder a {
    color: rgb(99,147,135);
    text-decoration: none;
    transition: color 0.3s;
}
.info_details .holder .info_holder a:hover {
    color: rgb(64,96,88);
}
.info_details .info_holder svg {
    width: 35px;
    height: 35px;
    fill: rgb(99,147,135);
    margin-right: 16px;
    transition: fill 0.3s;
}
.info_details .info_holder svg:hover {
    fill: rgb(64,96,88);
}
.info_details .holder .info_holder>div span {
    margin-left: 8px;
}
.info_details h2 {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 30px;
    padding-bottom: 10px;
    position: relative;
    color: rgb(99,147,135);
    text-align: center;
    background: linear-gradient(to right, rgb(99,147,135), rgb(99,147,135,0.5));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.info_details h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 60px;
    height: 4px;
    background: rgb(99,147,135);
    left: calc(50% - 30px);
    bottom: 0;
}
.info_details .contact_politics {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 20px 0;
}
.info_details .contact_politics > div {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}
.info_details .contact_politics > div h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    color: rgb(99,147,135);
}
.info_details .contact_politics > div p {
    font-size: 13px;
    color: #000000;
    line-height: 1.8;
}
@media only screen and (max-width: 800px) {
    .info_details .holder .photo {
        width: 100%;
        height: 400px;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .info_details .holder .info_holder {
        width: 100%;
    }
}
.ty_note {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(135deg, rgb(64,96,88,0.5), rgb(99,147,135,0.5));
    padding: 40px;
    position: relative;
    color: #ffffff;
}
.ty_note .container {
    max-width: 800px;
    width: 100%;
    padding: 40px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 24px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.ty_note h2 {
    margin-bottom: 20px;
    font-size: 39px;
    font-family: Arial, sans-serif;
    font-weight: 600;
    color: rgb(64,96,88);
    background: -webkit-linear-gradient(rgb(99,147,135), rgb(64,96,88));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.ty_note p {
    font-size: 12px;
    font-family: Arial, sans-serif;
    font-weight: 300;
    color: #ffffff;
    line-height: 1.8;
    margin-bottom: 0;
}
@media only screen and (max-width: 800px) {
    .ty_note {
        padding: 20px;
    }
    
    .ty_note .container {
        padding: 30px;
    }
    
    .ty_note h2 {
        font-size: 36px;
    }
    
    .ty_note p {
        font-size: 18px;
    }
}
.privacy_bastion {
    padding: 40px;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    background: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    font-family: Arial, sans-serif;
    color: #000000;
    position: relative;
    overflow: hidden;
}

.privacy_bastion:before, .privacy_bastion:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgb(99,147,135,0.5), rgb(64,96,88,0.5));
    top: 0;
    left: 0;
    opacity: 0.2;
    z-index: 0;
    transform: rotate(45deg) translate(-50%, -50%);
    transform-origin: center;
    pointer-events: none;
}

.privacy_bastion h1 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 43px;
    color: #000000;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 2px solid rgb(99,147,135);
    padding-bottom: 10px;
    position: relative;
    z-index: 1;
    letter-spacing: 2px;
}

.privacy_bastion h2 {
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 35px;
    color: rgb(64,96,88);
    font-weight: 600;
    border-bottom: 1px solid rgb(64,96,88,0.5);
    padding-bottom: 5px;
    position: relative;
    z-index: 1;
    letter-spacing: 1.5px;
}

.privacy_bastion ul, .privacy_bastion ol {
    list-style: none;
    padding-left: 0;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.privacy_bastion li {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 1.6;
    position: relative;
    padding-left: 30px;
    counter-increment: list-counter;
}

.privacy_bastion li:before {
    content: counter(list-counter, decimal-leading-zero);
    position: absolute;
    left: 0;
    top: 0;
    color: rgb(99,147,135);
    font-size: 20px;
    font-weight: 700;
}

.privacy_bastion div {
    margin-bottom: 20px;
    line-height: 1.8;
    background: #ffffff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 1;
}

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

.privacy_bastion h3, .privacy_bastion h4, .privacy_bastion h5, .privacy_bastion h6 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 22px;
    color: rgb(99,147,135);
    font-weight: 600;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
}

.privacy_bastion p, .privacy_bastion span {
    margin-bottom: 10px;
    font-size: 15px;
    color: #000000;
    line-height: 1.6;
    position: relative;
    z-index: 1;
}

.privacy_bastion a {
    color: rgb(64,96,88);
    text-decoration: none;
    font-weight: 600;
    border-bottom: 1px solid rgb(64,96,88);
    position: relative;
    z-index: 1;
}

.privacy_bastion a:hover {
    color: rgb(99,147,135);
    border-bottom: 1px solid rgb(99,147,135);
}

.privacy_bastion button {
    background: rgb(99,147,135);
    color: #ffffff;
    border: none;
    padding: 15px 30px;
    font-size: 20px;
    border-radius: 10px;
    cursor: pointer;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    font-weight: 700;
}

.privacy_bastion button:hover {
    background: rgb(64,96,88);
}

@media only screen and (max-width: 800px) {
    .privacy_bastion {
        padding: 20px;
        width: 95%;
    }

    .privacy_bastion h1 {
        font-size: calc(22px - 5px);
    }

    .privacy_bastion h2 {
        font-size: calc(22px - 3px);
    }

    .privacy_bastion ul, .privacy_bastion ol {
        padding-left: 10px;
    }

    .privacy_bastion li {
        padding-left: 20px;
    }

    .privacy_bastion button {
        padding: 10px 20px;
    }
}header {
    padding-bottom: 10px;
    background: #ffffff;
}
header .main_header {
    border-top: 20px solid rgb(99,147,135);
    border-bottom: 2px solid rgb(99,147,135);
}
.main_header .header_holder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.main_header .header_holder .logo_holder {
    margin: 10px 0;
}
.main_header .header_holder .logo_holder svg, header .header_holder .logo_holder img {
    width: 100px;
    height: 100px;
    fill: rgb(99,147,135);
}
.main_header .header_description {
    width: 50%;
    font-size: 18px;
    text-align: center;
    color: rgb(99,147,135);
    font-weight: bold;
}
.main_header .header_menu {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: -2px;
    margin-top: 20px;
    position: relative;
    z-index: 11;
}
.main_header .header_menu a {
    border: 2px solid transparent;
    border-bottom: 2px solid rgb(99,147,135);
    padding: 10px 16px;
}
.main_header .header_menu a:hover {
    color: rgb(99,147,135);
}
.main_header .header_menu a:first-child {
    border: 2px solid rgb(99,147,135);
    color: rgb(99,147,135);
    position: relative;
}
.main_header .header_menu a:first-child:after {
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    background: #ffffff;
    bottom: -2px;
    left: 0;
}
@media only screen and (max-width: 800px) {
    .main_header .header_description {
        width: 100%;
    }
    .main_header .header_menu {
        flex-direction: column;
    }
    .main_header .header_menu a:first-child:after {
        display: none;
    }
    .main_header .header_menu a:first-child {
        border: 2px solid transparent;
        border-bottom: 2px solid rgb(99,147,135);
    }
}footer {
    background-color: rgb(64,96,88);
    color: #ffffff;
    font-family: Arial, sans-serif;
    padding: 60px 0;
    border-top: 4px solid rgb(99,147,135);
}
footer .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
}
footer .footer_info {
    flex: 1 1 300px;
}
footer .logo_holder {
    margin-bottom: 20px;
    text-align: center;
}
footer .logo_holder svg, footer .logo_holder img {
    max-height: 100px;
    width: auto;
    fill: rgb(99,147,135);
}
footer .menu {
    margin-bottom: 20px;
}
footer .menu_holder {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
}
footer .menu a {
    color: #ffffff;
    font-size: 14px;
    text-decoration: none;
    padding: 10px 15px;
    border-radius: 10px;
    background-color: rgb(64,96,88);
    transition: background-color 0.3s ease, transform 0.3s ease;
}
footer .menu a:hover {
    background-color: rgb(99,147,135);
    transform: scale(1.05);
}
footer .copyright {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 20px 0;
    text-align: center;
    border-top: 1px solid rgb(99,147,135);
}
footer .copyright_info {
    font-size: 15px;
    color: #ffffff;
}
footer .copyright_info a {
    color: #ffffff;
    text-decoration: underline;
    transition: color 0.3s ease;
}
footer .copyright_info a:hover {
    color: rgb(64,96,88);
}
@media (max-width: 1200px) {
    footer .container {
        flex-direction: column;
        align-items: center;
    }
    footer .footer_info {
        text-align: center;
    }
    footer .menu_holder {
        justify-content: center;
    }
}
@media (max-width: 800px) {
    footer {
        padding: 40px 0;
    }
    footer .menu a {
        padding: 8px 12px;
        font-size: calc(14px * 0.9);
    }
    footer .copyright_info {
        font-size: calc(15px * 0.9);
    }
}
.pricing_cluster {
    background: rgb(133,198,182);
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}

.pricing_cluster::before {
    content: '';
    position: absolute;
    width: 200%;
    height: 200%;
    top: -50%;
    left: -50%;
    background: repeating-linear-gradient(
        45deg,
        rgb(99,147,135,0.5) 0%,
        transparent 1px,
        transparent 10px
    );
    animation: gridMove 30s linear infinite;
}

.pricing_cluster::after {
    content: '';
    position: absolute;
    inset: 0;
    background: 
        radial-gradient(circle at 20% 20%, rgb(99,147,135,0.5) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgb(64,96,88,0.5) 0%, transparent 50%);
    animation: glowPulse 10s ease-in-out infinite alternate;
}

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

.pricing_cluster .price_info_holder {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
}

.pricing_cluster .photo {
    height: 600px;
    margin: -120px calc((100vw - 100%) / -2) 80px;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
}

.pricing_cluster .photo::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        transparent 0%,
        rgba(0, 0, 0, 0.5) 100%
    );
}

.pricing_cluster .photo::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgb(99,147,135,0.5) 0%,
        transparent 20%,
        transparent 80%,
        rgb(64,96,88,0.5) 100%
    );
}

.pricing_cluster h2 {
    font-size: 30px;
    color: #000000;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 700;
    position: relative;
}

.pricing_cluster h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: linear-gradient(to right, rgb(99,147,135), rgb(64,96,88));
    border-radius: 10px;
}

.pricing_cluster h3 {
    font-size: 19px;
    color: #000000;
    text-align: center;
    margin-bottom: 80px;
    font-weight: 400;
}

.pricing_cluster .price_items {
    display: grid;
    gap: 40px;
}

.pricing_cluster .price_items:has(.price_item:nth-child(2):last-child) {
    grid-template-columns: repeat(2, 1fr);
    max-width: 900px;
    margin: 0 auto;
}

.pricing_cluster .price_items:has(.price_item:nth-child(2):last-child) .price_item:first-child {
    transform: translateX(-30px);
}

.pricing_cluster .price_items:has(.price_item:nth-child(2):last-child) .price_item:last-child {
    transform: translateX(30px);
}

.pricing_cluster .price_items:has(.price_item:nth-child(3):last-child) {
    grid-template-columns: repeat(3, 1fr);
    padding: 40px 0;
}

.pricing_cluster .price_items:has(.price_item:nth-child(3):last-child) .price_item:nth-child(2) {
    transform: translateY(-40px);
}

.pricing_cluster .price_items:has(.price_item:nth-child(4):last-child) {
    grid-template-areas:
        "a a b b c c"
        "a a b b c c"
        "d d d d d d";
    gap: 30px;
}

.pricing_cluster .price_items:has(.price_item:nth-child(4):last-child) .price_item:nth-child(1) {
    grid-area: a;
}

.pricing_cluster .price_items:has(.price_item:nth-child(4):last-child) .price_item:nth-child(2) {
    grid-area: b;
    transform: translateY(-20px);
}

.pricing_cluster .price_items:has(.price_item:nth-child(4):last-child) .price_item:nth-child(3) {
    grid-area: c;
}

.pricing_cluster .price_items:has(.price_item:nth-child(4):last-child) .price_item:nth-child(4) {
    grid-area: d;
}

.pricing_cluster .price_item {
    background: #ffffff;
    border-radius: 12px;
    padding: 40px;
    position: relative;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
    gap: 25px;
    overflow: hidden;
}

.pricing_cluster .price_item::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        135deg,
        transparent,
        rgb(99,147,135,0.5)
    );
    opacity: 0;
    transition: opacity 0.4s ease;
}

.pricing_cluster .price_item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(
        to right,
        rgb(99,147,135),
        rgb(64,96,88)
    );
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}

.pricing_cluster .price_item h3 {
    font-size: 19px;
    color: #000000;
    margin: 0;
    text-align: left;
    font-weight: 700;
    background: linear-gradient(135deg, rgb(99,147,135), rgb(64,96,88));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    padding: 0;
}

.pricing_cluster .price_item .price_amount {
    font-size: 43px;
    color: #000000;
    font-weight: 700;
    margin: 0;
}

.pricing_cluster .price_item span {
    font-size: 17px;
    color: #000000;
    line-height: 1.6;
    margin: 0;
    flex-grow: 1;
}

.pricing_cluster .price_item .button {
    background: #ffffff;
    color: rgb(99,147,135);
    padding: 15px 30px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    transition: all 0.3s ease;
    border: 2px solid rgb(99,147,135);
}

.pricing_cluster .price_item:hover {
    transform: translate(-5px, -5px);
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.5),
        0 0 0 1px rgb(99,147,135,0.5);
}

.pricing_cluster .price_item:hover::before {
    opacity: 0.1;
}

.pricing_cluster .price_item:hover::after {
    transform: scaleX(1);
}

.pricing_cluster .price_item:hover .button {
    background: linear-gradient(135deg, rgb(99,147,135), rgb(64,96,88));
    color: #ffffff;
    border-color: transparent;
}

@keyframes gridMove {
    0% {
        transform: translateX(-20px) translateY(0);
    }
    100% {
        transform: translateX(0) translateY(-20px);
    }
}

@keyframes glowPulse {
    0%, 100% {
        opacity: 0.7;
    }
    50% {
        opacity: 0.9;
    }
}

@media (max-width: 1200px) {
    .pricing_cluster .price_items:has(.price_item:nth-child(4):last-child) {
        grid-template-areas:
            "a a b b"
            "c c d d";
        gap: 25px;
    }
    
    .pricing_cluster .price_items:has(.price_item:nth-child(4):last-child) .price_item {
        transform: none;
    }
}

@media (max-width: 991px) {
    .pricing_cluster {
        padding: 80px 0;
    }
    
    .pricing_cluster .photo {
        height: 400px;
        margin: -80px calc((100vw - 100%) / -2) 60px;
        clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    }
    
    .pricing_cluster .price_items {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 25px;
    }
    
    .pricing_cluster .price_items:has(.price_item:nth-child(4):last-child) {
        grid-template-areas: none;
    }
    
    .pricing_cluster .price_items .price_item {
        grid-area: unset !important;
        transform: none !important;
    }
    
    .pricing_cluster .price_item {
        padding: 30px;
        gap: 20px;
    }
}

@media (max-width: 767px) {
    .pricing_cluster {
        padding: 60px 0;
    }
    
    .pricing_cluster .photo {
        height: 300px;
        margin: -60px calc((100vw - 100%) / -2) 40px;
        clip-path: polygon(0 0, 100% 0, 100% 95%, 0 100%);
    }
    
    .pricing_cluster .price_items {
        grid-template-columns: 1fr !important;
        max-width: 400px;
        margin: 0 auto;
        gap: 20px;
    }
    
    .pricing_cluster h2 {
        font-size: calc(30px * 0.9);
    }
    
    .pricing_cluster h3 {
        font-size: calc(19px * 0.9);
        margin-bottom: 40px;
    }
    
    .pricing_cluster .price_item {
        padding: 25px;
        gap: 15px;
    }
    
    .pricing_cluster .price_item:hover {
        transform: translateY(-5px);
    }
}.course_summary {
    padding: 100px 0;
    background: linear-gradient(to right, rgb(99,147,135,0.5), rgb(64,96,88,0.5));
    position: relative;
    overflow: hidden;
}

.course_summary::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.05;
    z-index: -1;
    animation: float 10s infinite;
}

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

.course_summary h2 {
    color: #000000;
    font-size: 41px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.course_summary .content {
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
    background: #ffffff;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}


.course_summary h3 {
    color: rgb(99,147,135);
    font-size: 34px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
}

.course_summary p {
    color: #000000;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
}

.course_summary .button {
    display: inline-block;
    background: rgb(64,96,88);
    color: #ffffff;
    padding: 15px 30px;
    border-radius: 10px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
    text-decoration: none;
    margin-top: 20px;
}

.course_summary .button:hover {
    background: rgb(99,147,135);
    color: #ffffff;
    transform: scale(1.05);
}

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

.course_summary .items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.course_summary .course {
    padding: 20px;
    max-width: 1000px;
    width: 100%;
}

.course_summary .photo {
    height: 250px;
    width: 100%;
    overflow: hidden;
    background: rgb(64,96,88,0.5);
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    transition: transform 0.3s ease-in-out;
}

.course_summary .photo:hover {
    transform: scale(1.1);
}

.course_summary .text_holder {
    padding: 20px;
    background: #ffffff;
    border-radius: 10px;
    text-align: center;
}

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

    .course_summary h2 {
        font-size: 34px;
    }

    .course_summary .items {
        flex-direction: column;
    }
}

.wrapping-container .course_summary .items {
    width: 100%;
}

.wrapping-container .course_summary .items .course .content {
    border-radius: 24px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.wrapping-container .course_summary .photo {
    height: 300px;
    width: 100%;
    margin: 0;
    background-size: cover;
    background-position: center;
}

.wrapping-container .course_summary .text_holder {
    border-radius: 24px;
    border: 5px solid rgb(64,96,88);
    width: 80%;
    margin-top: -150px;
    background: #ffffff;
    padding: 30px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 10;
    margin-bottom: 20px;
}

.wrapping-container .course_summary h3 {
    font-size: 22px;
    font-weight: 700;
    color: #000000;
}

.wrapping-container .course_summary .button {
    display: inline-block;
    width: fit-content;
    margin-top: 25px;
    padding: 15px 40px;
    border-radius: 10px;
    background: rgb(99,147,135);
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}

.wrapping-container .course_summary .button:hover {
    background: rgb(64,96,88);
    color: #ffffff;
}

@media only screen and (max-width: 800px) {
    .wrapping-container .course_summary .photo {
        width: 100%;
        height: 200px;
    }

    .wrapping-container .course_summary .text_holder {
        width: 90%;
        margin-top: -100px;
        padding: 20px;
    }

    .wrapping-container .course_summary h3 {
        font-size: 17px;
    }
    .course_summary .course {
        padding: 0;
    }
}header .top_plank {
    background: rgb(99,147,135);
    color:  #ffffff;
}
header .top_plank .top_plank_content div svg, header .top_plank .top_plank_content div svg path {
    fill: #ffffff;
}
header .top_plank .top_plank_content div span {
    color: #ffffff;
}
header .top_plank .top_plank_content {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 15px 0 10px 0;
    font-size: 12px;
    line-height: 21px;
    flex-wrap: wrap;
}
header .top_plank .top_plank_content div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 24px;
}
header .top_plank .top_plank_content div img, header .top_plank .top_plank_content div svg {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}.customer_opinions {
    background-color: rgb(133,198,182);
    padding: 70px 0;
    position: relative;
    overflow: hidden;
}

.customer_opinions::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgb(99,147,135,0.5) 0%, rgb(64,96,88,0.5) 100%);
    opacity: 0.1;
}

.customer_opinions .container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    z-index: 1;
}

.customer_opinions .holder {
    text-align: center;
}

.customer_opinions h3 {
    font-size: 29px;
    color: #000000;
    margin-bottom: 40px;
    font-weight: 700;
    position: relative;
    display: inline-block;
}

.customer_opinions h3::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 3px;
    background-color: rgb(99,147,135);
}

.customer_opinions .reviews {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.customer_opinions .review {
    background-color: #ffffff;
    border-radius: 18px;
    padding: 25px;
    display: flex;
    align-items: center;
    text-align: left;
    width: calc(33.333% - 20px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease;
    border: 1px solid rgb(64,96,88,0.5);
}

.customer_opinions .review:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
    border-color: rgb(99,147,135);
}

.customer_opinions .photo {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-right: 20px;
    flex-shrink: 0;
    border: 3px solid rgb(64,96,88);
    transition: all 0.3s ease;
    object-fit: cover;
}

.customer_opinions .review:hover .photo {
    border-color: rgb(99,147,135);
}

.customer_opinions .text {
    flex-grow: 1;
}

.customer_opinions .text p {
    font-size: 21px;
    color: #000000;
    margin-bottom: 5px;
    font-weight: 600;
}

.customer_opinions .text span {
    font-size: 12px;
    color: #000000;
    display: block;
    position: relative;
    padding-left: 15px;
}

.customer_opinions .text span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 8px;
    height: 2px;
    background-color: rgb(99,147,135);
}

@media (max-width: 991px) {
    .customer_opinions .review {
        width: calc(50% - 15px);
    }
}

@media (max-width: 767px) {
    .customer_opinions {
        padding: 50px 0;
    }

    .customer_opinions h3 {
        font-size: 18px;
        margin-bottom: 30px;
    }

    .customer_opinions .reviews {
        gap: 20px;
    }

    .customer_opinions .review {
        width: 100%;
        flex-direction: column;
        text-align: center;
        padding: 20px;
    }

    .customer_opinions .photo {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .customer_opinions .text span {
        padding-left: 0;
    }

    .customer_opinions .text span::before {
        display: none;
    }
}
.advantages_summary .advantages_content h2 {
    color: rgb(64,96,88);
}

.advantages_summary .advantage_item svg, .advantages_summary .advantage_item svg path {
    fill: rgb(99,147,135);
}

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

.advantages_summary .advantage_item b {
    color: rgb(99,147,135);
}

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

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

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

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

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

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

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

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

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

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

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

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

    .wrapping-container .advantages_summary .advantages_holder .advantage_item {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
}

.wrapping-container .advantages_summary .advantages_content h2 {
    font-size: 40px;
}

.wrapping-container .advantages_summary .advantage_item svg, .wrapping-container .advantages_summary .advantage_item img {
    width: 90px;
    height: 90px;
}.start_now {
    padding-bottom: 80px;
    padding-top: 80px;
}

.start_now h2 {
    color: rgb(64,96,88);
}

.start_now .button {
    background: rgb(64,96,88);
    color: #ffffff;
    white-space: normal;
    text-align: center;
}

.start_now .button:hover {
    background: rgb(99,147,135);
}

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

.start_now h2 {
    font-size: 33px;
    font-weight: 600;
    margin-right: 24px;
    width: 66%;
    text-align: center;
}

.start_now .button {
    padding: 15px 25px;
    border-radius: 100px;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

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

    .wrapping-container section.start_now h2 {
        font-size: 26px;
    }

    .start_now h2 {
        margin: 0;
        margin-bottom: 24px;
        width: 90%;
    }

    .start_now .button {
        font-size: 24px;
    }

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

.wrapping-container .start_now {
    background: rgb(64,96,88);
}

.wrapping-container .start_now .holder {
    flex-direction: column;
    align-items: flex-start;
}

.wrapping-container .start_now h2 {
    text-align: left;
    color: #ffffff;
    padding-bottom: 16px;
    margin-bottom: 30px;
    border-bottom: 3px solid #ffffff;
    width: fit-content;
    font-size: 28px;
}

.wrapping-container .start_now .button {
    border-radius: 0 !important;
    background: none;
    font-size: 13px;
    border: 3px solid #ffffff;
    padding: 4px 30px;
}

.wrapping-container .start_now .button::after {
    content: "→";
    margin-left: 10px;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 5px;
}

.wrapping-container .start_now .button:hover {
    color: rgb(99,147,135);
    border-color: rgb(99,147,135);

}
.instructor_history {
    background: linear-gradient(135deg, #ffffff 0%, rgb(133,198,182) 100%);
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.instructor_history::before {
    content: "";
    position: absolute;
    top: -50%;
    right: -50%;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom right, rgb(99,147,135,0.5) 0%, transparent 70%);
    transform: rotate(-15deg);
}

.instructor_history .holder {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
}

.instructor_history .review {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 50px;
    background: linear-gradient(to right, #ffffff, #ffffff 60%, rgb(133,198,182));
    border-radius: 23px;
    padding: 60px;
    box-shadow: 0 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.1);
    position: relative;
}

.instructor_history .photo {
    height: 600px;
    border-radius: 100px 100px 0 100px;
    position: relative;
    transition: all 0.5s ease;
}

.instructor_history .photo::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, transparent 50%, rgb(99,147,135,0.5) 100%);
    border-radius: inherit;
    opacity: 0.6;
}

.instructor_history .worker_description {
    padding: 40px 0;
    position: relative;
}

.instructor_history .name {
    font-size: 43px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 15px;
    letter-spacing: 1px;
    line-height: 1.2;
}

.instructor_history .job {
    font-size: 19px;
    color: rgb(99,147,135);
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.instructor_history .worker_info {
    position: relative;
    padding: 40px;
    background: linear-gradient(135deg, #ffffff 0%, rgb(133,198,182) 100%);
    border-radius: 23px;
    grid-column: span 2;
}

.instructor_history .quote {
    font-size: 18px;
    font-weight: 600;
    color: rgb(99,147,135);
    line-height: 1.6;
    margin-bottom: 30px;
    font-style: italic;
}

.instructor_history .story {
    font-size: 18px;
    color: #000000;
    line-height: 1.6;
    font-weight: 300;
}

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

    .instructor_history .review {
        grid-template-columns: 1fr;
        padding: 20px;
        gap: 0;
    }

    .instructor_history .photo {
        height: 500px;
        border-radius: 80px 80px 0 80px;
    }
    .instructor_history .worker_info {
        grid-column: auto;
    }
}

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

    .instructor_history .review {
        grid-template-columns: 1fr;
        padding: 30px;
    }

    .instructor_history .photo {
        height: 400px;
        border-radius: 60px 60px 0 60px;
    }

    .instructor_history .worker_description {
        padding: 20px 0;
        text-align: center;
    }

    .instructor_history .name {
        font-size: calc(28px * 1.1);
    }

    .instructor_history .worker_info {
        padding: 30px;
    }
}

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

    .instructor_history .review {
        padding: 20px;
    }

    .instructor_history .photo {
        height: 300px;
        border-radius: 40px 40px 0 40px;
    }

    .instructor_history .worker_info {
        padding: 20px;
    }

    .instructor_history .name {
        font-size: 28px;
        letter-spacing: 0.5px;
    }

    .instructor_history .job {
        letter-spacing: 1px;
    }

    .instructor_history .quote {
        font-size: calc(19px * 1.1);
    }
}.our_team .holder {
    background-size: cover;
}

.our_team .style_element {
    background: #ffffff;
}

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

.our_team h2 {
    color: rgb(64,96,88);
}

.our_team span {
    color: rgb(99,147,135);
}

.our_team p {
    color: #000000;
}

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

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

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

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

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

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

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

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

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

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

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

}

.our_team {
    padding: 60px 0;
}

.wrapping-container .our_team .holder .photo {
    display: block;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    position: absolute;
    left: 0;
}

.wrapping-container .our_team .caption_holder {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    width: 100%;
    min-height: 500px;
}

.wrapping-container .our_team .style_element {
    background: rgb(99,147,135);
    padding: 30px 30px 30px 200px;
    width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    min-height: 368px;
}

.wrapping-container .our_team h2 {
    color: #ffffff;
    margin-top: 35px;
    font-size: 30px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 36px;
}

.wrapping-container .our_team p {
    color: #ffffff;
    margin-top: 20px;
    font-size: 16px;
    line-height: 25px;
}

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

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

    .wrapping-container .our_team .holder .photo {
        width: 320px;
        height: 320px;
        position: relative;
        bottom: 20px;
        margin-bottom: -20px;
    }

    .wrapping-container .our_team .caption_holder {
        flex-direction: column-reverse;
        min-height: unset;
    }

    .wrapping-container .our_team h2 {
        font-size: 28px;
    }
}.primary_page {
    position: relative;
    overflow: hidden;
    padding: 40px 0;
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, #000000, rgb(99,147,135));
}

.primary_page .holder {
    display: flex;
    flex-direction: row-reverse;
    position: relative;
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
    background: rgba(#ffffff, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 30px;
    overflow: hidden;
}

.primary_page .photo {
    flex: 1;
    position: relative;
    overflow: hidden;
    clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 100%, 0 100%);
}

.primary_page .text_holder {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 60px;
    color: #ffffff;
    width: 50%;
    background: linear-gradient(45deg, rgb(64,96,88), rgb(99,147,135));
    clip-path: polygon(30px 0, 100% 0, 100% 100%, 0 100%);
}

.primary_page .text_info {
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
    position: relative;
}

.primary_page .text_info svg {
    width: 80px;
    height: 80px;
    fill: #ffffff;
    margin-bottom: 30px;
    filter: drop-shadow(0 0 10px rgb(64,96,88,0.5));
    animation: float 3s ease-in-out infinite;
}

.primary_page .text_info h2 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.2;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.primary_page .text_info span {
    font-size: 14px;
    line-height: 1.6;
    opacity: 0.9;
    max-width: 90%;
}

.primary_page .button {
    padding: 15px 30px;
    background: #ffffff;
    color: rgb(99,147,135);
    text-decoration: none;
    width: fit-content;
    border-radius: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.primary_page .button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgb(99,147,135), rgb(64,96,88));
    z-index: -1;
    transition: transform 0.5s;
    transform-origin: 0 0;
    transition-timing-function: cubic-bezier(0.5,1.6,0.4,0.7);
    transform: scaleX(0);
}

.primary_page .button:hover::before {
    transform: scaleX(1);
}

.primary_page .button:hover {
    color: #ffffff;
}

@media only screen and (max-width: 1200px) {
    .primary_page .text_holder {
        width: 60%;
        padding: 40px;
    }
}

@media only screen and (max-width: 800px) {
    .primary_page .holder {
        flex-direction: column-reverse;
    }
    .primary_page .photo {
        height: 300px;
        transform: none;
        flex: unset;
        clip-path: none;
    }
    .primary_page .text_holder {
        width: 100%;
        clip-path: none;
    }
}

@media only screen and (max-width: 600px) {
    .primary_page .text_holder {
        padding: 30px;
    }
    .primary_page .text_info h2 {
        font-size: 35px;
    }
    .primary_page .text_info span {
        font-size: 16px;
    }
    .primary_page .button {
        padding: 12px 24px;
        font-size: 16px;
    }
}