* {
    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: Lato, sans-serif;
    color: #000000;
}
.wrap-structure_280 {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}
.content {
    flex: 1 0 auto;
}
.footer {
    flex: 0 0 auto;
}
section {
    background-color: rgb(145,155,160);
}
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;
    }
}.wrap-structure_280 .our_background_578 {
    background: rgb(103,135,145);
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.wrap-structure_280 .our_background_578::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 255, 255, 0.1) 0%, rgba(255, 0, 255, 0.1) 100%);
    z-index: -1;
    pointer-events: none;
}

.wrap-structure_280 .our_background_578 .holder {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

.wrap-structure_280 .our_background_578 .caption_holder {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
    border: 1px solid rgb(103,135,145);
    border-radius: 23px;
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 20px rgba(0, 255, 255, 0.2), 0 0 20px rgba(255, 0, 255, 0.2);
    padding: 40px;
    overflow: hidden;
}

.wrap-structure_280 .our_background_578 .photo {
    flex: 1 1 40%;
    max-width: 40%;
    height: auto;
    padding-bottom: 300px;
    background-size: cover;
    background-position: center;
    border: 2px solid rgb(103,135,145);
    box-shadow: 0 0 20px rgb(103,135,145);
    border-radius: 23px;
    transition: transform 0.3s ease;
    margin-right: 30px;
}

.wrap-structure_280 .our_background_578 .style_element {
    flex: 1 1 55%;
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid rgb(103,135,145);
    padding: 40px;
    border-radius: 23px;
    box-shadow: 0 0 20px rgb(103,135,145,0.5), 0 0 20px rgba(255, 0, 255, 0.2);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: relative;
}

.wrap-structure_280 .our_background_578 h2 {
    color: rgb(103,135,145);
    margin-top: 0;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2;
    position: relative;
}

.wrap-structure_280 .our_background_578 h2::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 50px;
    height: 2px;
    background: rgb(103,135,145);
    box-shadow: 0 0 10px rgb(103,135,145), 0 0 10px rgba(255, 0, 255, 0.5);
}

.wrap-structure_280 .our_background_578 p {
    color: #ffffff;
    margin-top: 20px;
    font-size: 18px;
    line-height: 1.6;
    text-shadow: 0 0 10px rgba(0, 255, 255, 0.7), 0 0 10px rgba(255, 0, 255, 0.7);
}

@media only screen and (max-width: 1200px) {
    .wrap-structure_280 .our_background_578 .photo {
        max-width: 50%;
        padding-bottom: 75%;
    }

    .wrap-structure_280 .our_background_578 .style_element {
        width: 100%;
        padding: 12px;
    }
}

@media only screen and (max-width: 800px) {
    .wrap-structure_280 .our_background_578 {
        padding: 40px 0;
    }
    .wrap-structure_280 .our_background_578 .caption_holder {
        flex-direction: column;
        align-items: flex-start;
        padding: 12px;
    }

    .wrap-structure_280 .our_background_578 .photo {
        width: 100%;
        max-width: none;
        margin-bottom: 20px;
    }

    .wrap-structure_280 .our_background_578 h2 {
        font-size: 22px;
    }

    .wrap-structure_280 .our_background_578 p {
        font-size: 18px;
    }
}.client_opinions_510 {
    padding: 100px 20px;
    background: rgb(71,78,82,0.5);
    position: relative;
    overflow: hidden;
}

.client_opinions_510::before {
    content: '';
    position: absolute;
    top: -50px;
    left: -50px;
    width: 200px;
    height: 200px;
    background: rgb(103,135,145);
    border-radius: 50%;
    opacity: 0.3;
    z-index: 1;
}

.client_opinions_510::after {
    content: '';
    position: absolute;
    bottom: -50px;
    right: -50px;
    width: 300px;
    height: 300px;
    background: rgb(103,135,145,0.5);
    border-radius: 50%;
    opacity: 0.2;
    z-index: 1;
}

.client_opinions_510 h2 {
    color: #000000;
    font-size: 48px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 60px;
    position: relative;
    z-index: 2;
}

.client_opinions_510 .holder {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    z-index: 2;
}

.client_opinions_510 .reviews {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    width: 100%;
    position: relative;
    z-index: 2;
}

.client_opinions_510 .review {
    background: #ffffff;
    border-radius: 17px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
    transition: transform 0.5s, box-shadow 0.5s;
    flex: 1 1 calc(33% - 40px);
    max-width: calc(33% - 40px);
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.client_opinions_510 .review:hover {
    transform: translateY(-10px) scale(1.05);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
}

.client_opinions_510 .photo {
    width: 120px;
    height: 120px;
    margin-bottom: 20px;
    border-radius: 50%;
    overflow: hidden;
    border: 5px solid rgb(103,135,145);
    background-color: rgb(71,78,82,0.5);
    position: relative;
    z-index: 1;
}

.client_opinions_510 .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
}

.client_opinions_510 .review:hover .photo img {
    transform: scale(1.1);
}

.client_opinions_510 .text {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #000000;
}

.client_opinions_510 .text span {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 10px;
}

.client_opinions_510 .text p {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.6;
}

@media only screen and (max-width: 1200px) {
    .client_opinions_510 .reviews {
        gap: 20px;
    }

    .client_opinions_510 .review {
        flex: 1 1 calc(50% - 40px);
        max-width: calc(50% - 40px);
    }
}

@media only screen and (max-width: 800px) {
    .client_opinions_510 {
        padding: 50px 20px;
    }

    .client_opinions_510 h2 {
        font-size: 35px;
    }

    .client_opinions_510 .reviews {
        flex-direction: column;
    }

    .client_opinions_510 .review {
        flex: 1 1 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }

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

.wrap-structure_280 .client_opinions_510 .reviews {
    width: 100%;
}

.wrap-structure_280 .client_opinions_510 .review {
    border-radius: 17px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    padding: 40px;
    transition: transform 0.5s, box-shadow 0.5s;
}

.wrap-structure_280 .client_opinions_510 .holder h2 {
    font-size: 48px;
    font-weight: 700;
}

.wrap-structure_280 .client_opinions_510 .photo {
    width: 150px;
    height: 150px;
    border-radius: 17px;
    margin-bottom: 30px;
    max-width: 100%;
}

.wrap-structure_280 .client_opinions_510 .photo img {
    transition: transform 0.5s;
}

.wrap-structure_280 .client_opinions_510 .review:hover .photo img {
    transform: scale(1.1);
}

.wrap-structure_280 .client_opinions_510 .holder p {
    margin-top: 20px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.8;
}

@media only screen and (max-width: 1200px) {
    .wrap-structure_280 .client_opinions_510 .reviews {
        flex-wrap: wrap;
    }

    .wrap-structure_280 .client_opinions_510 .review {
        width: calc(50% - 20px);
    }
}

@media only screen and (max-width: 800px) {
    .wrap-structure_280 .client_opinions_510 .reviews {
        flex-direction: column;
    }

    .wrap-structure_280 .client_opinions_510 .review {
        width: 100%;
        margin-bottom: 20px;
    }
}
.title_board_761 {
    background-color: rgb(145,155,160);
    padding: 80px 0;
    font-family: Lato, sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}
.title_board_761 .holder {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 40px;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5), rgb(71,78,82,0.5));
    border: 2px solid rgb(103,135,145); 
    border-radius: 19px;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}
.title_board_761 .holder:before {
    content: "";
    position: absolute;
    top: 10px;
    right: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border: 1px solid rgb(103,135,145,0.5); 
    border-radius: 19px;
    z-index: 1;
}
.title_board_761 .photo {
    width: 50%;
    height: 450px;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    position: relative;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.4));
    border: 2px solid rgb(71,78,82);
}
.title_board_761 .photo:after {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border: 1px solid rgb(103,135,145,0.5); 
    border-radius: 10px;
}
.title_board_761 .text_holder {
    width: 45%;
    padding: 40px;
    background: rgb(71,78,82,0.5);
    color: #000000;
    border-radius: 10px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 2;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1); 
}
.title_board_761 .text_holder:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border: 1px solid rgb(103,135,145); 
    border-radius: 10px;
    z-index: -1;
}
.title_board_761 .text_info {
    position: relative;
    margin-bottom: 20px;
    z-index: 3;
}
.title_board_761 .text_info h2 {
    font-size: 20px;
    color: rgb(103,135,145);
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    position: relative;
    padding-bottom: 10px;
    border-bottom: 2px solid rgb(71,78,82,0.5); 
}
.title_board_761 .text_info span {
    font-size: 12px;
    color: #000000;
    border-radius: 10px;
}
.title_board_761 .text_info svg {
    width: 80px;
    height: 80px;
    fill: rgb(103,135,145);
    margin-bottom: 30px;
    position: relative;
    border-radius: 10px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.2));
    padding: 10px;
}
.title_board_761 .text_holder .button {
    padding: 14px 36px;
    background-color: rgb(103,135,145);
    color: #ffffff;
    border-radius: 19px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    width: fit-content;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
    border: 2px solid rgb(103,135,145,0.5); 
    transition: background-color 0.3s ease, border-color 0.3s ease;
}
.title_board_761 .text_holder .button:hover {
    background-color: rgb(71,78,82);
    border-color: rgb(71,78,82,0.5); 
}
@media (max-width: 1200px) {
    .title_board_761 .holder {
        flex-direction: column; 
    }
    .title_board_761 .photo {
        width: 100%;
        height: 300px;
        margin-bottom: 20px;
    }
    .title_board_761 .text_holder {
        width: 100%;
    }
}
@media (max-width: 800px) {
    .title_board_761 {
        padding: 60px 0;
    }
    .title_board_761 .photo {
        height: 200px;
    }
    .title_board_761 .text_info h2 {
        font-size: 20px;
    }
}
.program_details_164 {
    padding: 100px 0;
    background-color: rgb(145,155,160);
    border-top: 4px solid rgb(103,135,145);
    border-bottom: 4px solid rgb(103,135,145);
}
.program_details_164 h2 {
    color: rgb(103,135,145);
    font-size: 43px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 60px;
    border-bottom: 2px solid rgb(103,135,145);
    display: inline-block;
    padding-bottom: 10px;
}
.program_details_164 .content {
    background-color: #ffffff;
    border-left: 4px solid rgb(103,135,145);
    border-right: 4px solid rgb(103,135,145);
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 100%;
}
.program_details_164 .photo {
    height: 350px;
    width: 100%;
    background-position: center;
    background-size: cover;
    margin-bottom: 40px;
}
.program_details_164 .text_holder {
    padding: 20px;
    text-align: left;
    max-width: 800px;
    width: 100%;
}
.program_details_164 h3 {
    color: rgb(103,135,145);
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
}
.program_details_164 p {
    color: #000000;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.8;
    margin-bottom: 20px;
}
.program_details_164 .button {
    background-color: rgb(103,135,145);
    color: #ffffff;
    padding: 15px 30px;
    border-radius: 10px;
    font-size: 17px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border: none;
    transition: background-color 0.3s;
}
.program_details_164 .button:hover {
    background-color: rgb(71,78,82);
}
.program_details_164 .holder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.program_details_164 .items {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    align-items: stretch;
}
.program_details_164 .course {
    max-width: 100%;
    margin-bottom: 20px;
    flex: 1 1 calc(50% - 40px);
    min-width: 300px;
}
.wrap-structure_280 .program_details_164 .text_holder {
    padding: 40px;
    background-color: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    border: 1px solid rgb(103,135,145);
    border-radius: 29px;
}
.wrap-structure_280 .program_details_164 h3 {
    color: #000000;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
}
.wrap-structure_280 .program_details_164 p {
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 30px;
}
.wrap-structure_280 .program_details_164 .button {
    padding: 15px 30px;
    border: 2px solid rgb(103,135,145);
    background-color: #ffffff;
    color: rgb(103,135,145);
    font-weight: 700;
    text-transform: uppercase;
}
.wrap-structure_280 .program_details_164 .button:hover {
    background-color: rgb(103,135,145);
    color: #ffffff;
}
@media only screen and (max-width: 800px) {
    .program_details_164 {
        padding: 50px 0;
    }
    .program_details_164 h2 {
        font-size: 32px;
        margin-bottom: 30px;
    }
    .program_details_164 .text_holder {
        padding: 20px;
    }
    .program_details_164 h3 {
        font-size: 28px;
    }
    .program_details_164 p {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .program_details_164 .button {
        padding: 10px 20px;
        font-size: 17px;
    }
    .program_details_164 .items {
        flex-direction: column;
    }
    .program_details_164 .course {
        width: 100%;
        max-width: unset;
    }
    .wrap-structure_280 .program_details_164 .text_holder {
        padding: 10px;
    }
    .program_details_164 .content {
        padding: 10px;
    }
    .program_details_164 .photo {
        margin-bottom: 10px;
    }
}.confidential_cell_846 {
    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: Lato, sans-serif;
    color: #000000;
    position: relative;
    overflow: hidden;
}

.confidential_cell_846:before, .confidential_cell_846:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgb(103,135,145,0.5), rgb(71,78,82,0.5));
    top: 0;
    left: 0;
    opacity: 0.2;
    z-index: 0;
    transform: rotate(45deg) translate(-50%, -50%);
    transform-origin: center;
    pointer-events: none;
}

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

.confidential_cell_846 h2 {
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 34px;
    color: rgb(71,78,82);
    font-weight: 600;
    border-bottom: 1px solid rgb(71,78,82,0.5);
    padding-bottom: 5px;
    position: relative;
    z-index: 1;
    letter-spacing: 1.5px;
}

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

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

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

.confidential_cell_846 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;
}

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

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

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

.confidential_cell_846 a {
    color: rgb(71,78,82);
    text-decoration: none;
    font-weight: 600;
    border-bottom: 1px solid rgb(71,78,82);
    position: relative;
    z-index: 1;
}

.confidential_cell_846 a:hover {
    color: rgb(103,135,145);
    border-bottom: 1px solid rgb(103,135,145);
}

.confidential_cell_846 button {
    background: rgb(103,135,145);
    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;
}

.confidential_cell_846 button:hover {
    background: rgb(71,78,82);
}

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

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

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

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

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

    .confidential_cell_846 button {
        padding: 10px 20px;
    }
}footer {
    background: rgb(71,78,82);
    color: #ffffff;
    font-family: Lato, sans-serif;
    padding-top: 60px;
    padding-bottom: 40px;
    border-top: 2px solid rgb(103,135,145);
}
footer .copyright {
    background: rgb(71,78,82);
    padding: 20px 0;
    text-align: center;
    font-size: 15px;
    border-radius: 10px;
}
footer .logo_holder svg, footer .logo_holder svg path {
    fill: rgb(103,135,145);
    transition: fill 0.3s ease;
    width: 66px;
    height: 66px;
}
footer .logo_holder img {
    height: 90px;
    width: 90px;
    margin-right: 15px;
    transition: transform 0.3s ease;
}
footer .logo_holder img:hover {
    transform: scale(1.1);
}
footer .contact_info {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
footer h5 {
    color: rgb(103,135,145);
    font-size: 21px;
    margin-bottom: 16px;
    font-weight: 700;
    position: relative;
}
footer h5::after {
    content: '';
    display: block;
    width: 50px;
    height: 2px;
    background: rgb(103,135,145);
    position: absolute;
    bottom: -8px;
    left: 0;
}
footer .menu a {
    color: #ffffff;
    text-decoration: none;
    font-size: 13px;
    margin-right: 10px;
    margin-bottom: 5px;
    padding: 10px 20px;
    border-radius: 10px;
    transition: background-color 0.3s ease, color 0.3s ease;
    border: 1px solid rgb(103,135,145);
}
footer .menu a:hover {
    background: rgb(103,135,145);
    color: #ffffff;
}
footer .contact_info {
    display: flex;
    flex-direction: column;
}
footer .contact_info div {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    justify-content: center;
    font-size: 13px;
    color: #ffffff;
    transition: transform 0.3s ease;
}
footer .contact_info div:hover {
    transform: translateY(-5px);
}
footer .contact_info div svg {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    fill: rgb(103,135,145);
    transition: fill 0.3s ease;
}
footer .footer_agreement {
    text-align: center;
    margin: 20px 0;
    font-size: 13px;
    color: #ffffff;
}
footer .copyright_info {
    color: #ffffff;
    font-size: 15px;
}
footer .copyright_info a {
    color: #ffffff;
    text-decoration: underline;
    transition: color 0.3s ease;
}
footer .copyright_info a:hover {
    color: rgb(103,135,145);
}
footer .footer {
    padding-top: 60px;
    padding-bottom: 60px;
}
footer .footer_info {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
footer .menu_holder {
    display: flex;
    flex-direction: column;
}
@media only screen and (max-width: 1200px) {
    footer .footer_info {
        padding: 0 20px;
    }
}
@media only screen and (max-width: 800px) {
    footer .menu, footer .menu_holder, footer .footer_info {
        flex-direction: column;
        align-items: center;
    }
    footer .contact_info {
        margin-top: 10px;
        text-align: center;
        align-items: center;
        justify-content: center;
    }
    footer h5 {
        margin-top: 5px;
        text-align: center;
    }
    footer .menu a {
        margin-bottom: 10px;
        padding: 10px 15px;
    }
    footer .contact_info div {
        justify-content: center;
    }
}
footer .footer_info {
    position: relative;
    z-index: 2;
}
footer .footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(71,78,82,0.5);
    z-index: 1;
    border-radius: 10px;
}
footer .footer, footer .footer * {
    position: relative;
    z-index: 2;
}
.connect_form_940 {
    padding-top: 80px;
    padding-bottom: 80px;
}
.connect_form_940 h3 {
    color: rgb(71,78,82);
}
.connect_form_940 .form {
    background:rgb(145,155,160);
    border-radius: 10px;
}
.connect_form_940 form input {
    color: #000000;
    border-radius:6px;
    background:  #ffffff;
}
.connect_form_940 form  .button {
    background: rgb(71,78,82);
    color:  #ffffff;
    border-radius: 100px;
}
.connect_form_940 form  .button:hover {
    background: rgb(103,135,145);
}
.connect_form_940 .holder {
    display: flex;
}
.connect_form_940 .holder>div {
    width: 50%;
    padding: 40px;
}
.connect_form_940 .form form {
    display: flex;
    flex-direction: column;
}
.connect_form_940 h3 {
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 18px;
}
.connect_form_940 form input {
    border: none;
    padding: 13px;
    width: 100%;
    margin-bottom: 24px;
    line-height: 24px;
    outline: none;
    border: 1px solid transparent;
}
.connect_form_940 form  .button {
    font-weight: 400;
    cursor: pointer;
}
.connect_form_940 .name_holder {
    display: flex;
    justify-content: space-between;
}
.connect_form_940  .agree {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.connect_form_940  .agree label {
    display: block;
}
.connect_form_940  .agree a {
    margin-left: 5px;
    color: rgb(103,135,145);
}
.connect_form_940 .form_text {
    margin-bottom: 10px;
}
.connect_form_940  .agree input[type=checkbox] {
    width: auto;
    margin: 0;
    margin-right: 5px;
}

@media only screen and (max-width: 800px)  {
    .connect_form_940 .holder {
        flex-direction: column;
    }
    .connect_form_940 .holder>div {
        width: 100%;
    }
    .connect_form_940 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .connect_form_940 h3 {
        font-size: 30px;
    }
}
.wrap-structure_280 .connect_form_940 .form {
    background: none;
}
.wrap-structure_280 .connect_form_940 {
    background: rgb(71,78,82);
}
.wrap-structure_280 .connect_form_940 .form_text {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 30px;
    color: #ffffff;
}
.wrap-structure_280 .connect_form_940 .holder {
    display: flex;
    align-items: center;
    justify-content: center;
}
.wrap-structure_280 .connect_form_940 h3 {
    color: #ffffff;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 40px;
}
.wrap-structure_280 .connect_form_940 form input {
    color: #ffffff;
    padding: 11px;
    background: rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 2px 3px 1px rgba(0, 0, 0, 0.2), 0px 1px 0px 0px rgba(255, 255, 255, 0.2);
}
.wrap-structure_280 .connect_form_940 form input::placeholder {
    color: #ffffff;
    opacity: 0.8;
}

.wrap-structure_280 .connect_form_940 .agree label {
    color: #ffffff;
}
.wrap-structure_280 .connect_form_940 .agree a {
    color: rgb(103,135,145);
}
.wrap-structure_280 .connect_form_940 form .button {
    background: rgb(103,135,145);
    padding: 16px 50px;
    border: none;
    box-shadow: none;
}
.wrap-structure_280 .connect_form_940 form .button:hover {
    background: rgb(103,135,145);
    color: #ffffff;
}
@media only screen and (max-width: 800px)  {
    .wrap-structure_280 .connect_form_940 .form {
        padding: 20px;
    }
}.benefits_overview_481 {
    padding: 80px 0;
    background: rgb(103,135,145);
}
.benefits_overview_481 .advantages_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.benefits_overview_481 .advantages_photo_holder {
    display: flex;
    align-items: stretch;
    width: 100%;
    justify-content: space-around;
}
.benefits_overview_481 .advantages_photo_holder .photo {
    width: 30%;
    height: auto;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    border-radius: 29px;
    flex-shrink: 0;
    margin-left: 20px;
}
.benefits_overview_481 .advantages_holder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    background: rgb(71,78,82);
    border-radius: 29px;
    overflow: hidden;
}
.benefits_overview_481 .advantages_holder .advantage_item {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    flex-direction: row-reverse;
    width: 100%;
    cursor: pointer;
}
.benefits_overview_481 .advantages_holder .advantage_item:hover {
    background: rgba(0, 0, 0, 0.5);
}
.benefits_overview_481 .advantages_holder .advantage_item svg, .benefits_overview_481 .advantages_holder .advantage_item svg path {
    width: 25px;
    height: 25px;
    fill: #ffffff;
    margin-left: 10px;
}
.benefits_overview_481 .advantages_content h2 {
    font-size: 34px;
    color: #ffffff;
    text-align: center;
    margin: 20px 0;
    margin-bottom: 40px;
}
.benefits_overview_481 .advantages_content h4{
    color: var(--white-color_opacity);
}
@media only screen and (max-width: 800px) {
    .benefits_overview_481 .advantages_photo_holder {
        flex-direction: column;
    }
    .benefits_overview_481 .advantages_photo_holder .photo {
        width: 100%;
        height: 200px;
        margin-left: 0;
    }
    .benefits_overview_481 .advantages_content h2 {
        font-size: 22px;
    }
    .benefits_overview_481 .advantages_holder {
        width: 100%;
        margin-bottom: 20px;
        align-items: center;
    }
}.bundle_plan_034 {
    position: relative;
    background: rgb(145,155,160);
    padding: 150px 0;
    overflow: hidden;
}

.bundle_plan_034::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        repeating-linear-gradient(
            to bottom,
            transparent 0px,
            transparent 2px,
            rgb(103,135,145,0.5) 2px,
            rgb(103,135,145,0.5) 4px
        ),
        repeating-linear-gradient(
            to right,
            transparent 0px,
            transparent 2px,
            rgb(71,78,82,0.5) 2px,
            rgb(71,78,82,0.5) 4px
        );
    opacity: 0.1;
    pointer-events: none;
}

.bundle_plan_034::after {
    content: '';
    position: absolute;
    inset: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgb(103,135,145,0.5) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgb(71,78,82,0.5) 0%, transparent 50%);
    opacity: 0.15;
    pointer-events: none;
}

.bundle_plan_034 .container {
    position: relative;
    z-index: 2;
    max-width: 1800px;
    margin: 0 auto;
    padding: 0 2rem;
}

.bundle_plan_034 .price_info_holder {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3rem;
    padding: 0 1rem;
    margin-bottom: 6rem;
}

.bundle_plan_034 .photo {
    width: 100%;
    height: 400px;
    position: relative;
    border: 1px solid rgb(103,135,145,0.5);
    background-position: center;
    background-size: cover;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
}

.bundle_plan_034 .photo::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        45deg,
        rgb(103,135,145,0.5),
        transparent 40%,
        rgb(71,78,82,0.5)
    );
    mix-blend-mode: color-dodge;
    pointer-events: none;
}

.bundle_plan_034 .photo::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: repeating-linear-gradient(
        -45deg,
        rgb(103,135,145,0.5),
        rgb(103,135,145,0.5) 1px,
        transparent 1px,
        transparent 10px
    );
    opacity: 0.1;
    animation: scanline 8s linear infinite;
    pointer-events: none;
}

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

.bundle_plan_034 h2 {
    font-size: calc(35px * 1.2);
    font-weight: 700;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    position: relative;
    text-shadow: 
        0 0 10px rgb(103,135,145,0.5),
        0 0 20px rgb(103,135,145,0.5),
        0 0 40px rgb(103,135,145,0.5);
    animation: neonPulse 2s infinite;
}

@keyframes neonPulse {
    0%, 100% {
        text-shadow: 
            0 0 10px rgb(103,135,145,0.5),
            0 0 20px rgb(103,135,145,0.5),
            0 0 40px rgb(103,135,145,0.5);
    }
    50% {
        text-shadow: 
            0 0 15px rgb(103,135,145),
            0 0 30px rgb(103,135,145),
            0 0 60px rgb(103,135,145);
    }
}

.bundle_plan_034 h3 {
    font-size: 24px;
    color: #000000;
    font-weight: 400;
    text-align: center;
    max-width: 800px;
    opacity: 0.9;
    line-height: 1.6;
    padding: 1rem 2rem;
    background: #ffffff;
    border: 1px solid rgb(103,135,145,0.5);
    border-radius: 10px;
    backdrop-filter: blur(10px);
}

.bundle_plan_034 .price_items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
    padding: 2rem 0;
    position: relative;
}

.bundle_plan_034 .price_items::before,
.bundle_plan_034 .price_items::after {
    content: '';
    position: absolute;
    z-index: 0;
    background: linear-gradient(
        90deg,
        transparent,
        rgb(103,135,145,0.5) 20%,
        rgb(71,78,82,0.5) 80%,
        transparent
    );
    opacity: 0.5;
    pointer-events: none;
}

.bundle_plan_034 .price_items::before {
    top: 50%;
    left: -10%;
    width: 120%;
    height: 1px;
    transform: translateY(-50%);
}

.bundle_plan_034 .price_items::after {
    top: -10%;
    left: 50%;
    width: 1px;
    height: 120%;
    transform: translateX(-50%);
    background: linear-gradient(
        180deg,
        transparent,
        rgb(103,135,145,0.5) 20%,
        rgb(71,78,82,0.5) 80%,
        transparent
    );
}

.bundle_plan_034 .price_item {
    background: #ffffff;
    border: 1px solid rgb(103,135,145,0.5);
    border-radius: 20px;
    padding: 4rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    min-height: 450px;
    z-index: 1;
}

.bundle_plan_034 .price_item::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgb(103,135,145,0.5), transparent);
    opacity: 0.05;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.bundle_plan_034 .price_item::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: conic-gradient(
        from 0deg,
        transparent,
        rgb(103,135,145,0.5),
        transparent
    );
    animation: rotate 4s linear infinite;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

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

.bundle_plan_034 .price_item:hover {
    transform: translateY(-5px);
    border-color: rgb(103,135,145);
    box-shadow: 
        0 0 20px rgb(103,135,145,0.5),
        0 0 40px rgb(103,135,145,0.5);
}

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

.bundle_plan_034 .price_item:hover::after {
    opacity: 0.1;
}

.bundle_plan_034 .price_item h3 {
    color: #000000;
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 2rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: none;
    border: none;
    padding: 0;
}

.bundle_plan_034 .price_item .price_amount {
    font-size: calc(39px * 1.2);
    color: rgb(103,135,145);
    font-weight: 700;
    margin: 0 0 2.5rem;
    text-shadow: 
        0 0 5px rgb(103,135,145,0.5),
        0 0 10px rgb(103,135,145,0.5);
}

.bundle_plan_034 .price_item span {
    color: #000000;
    margin-bottom: 3rem;
    flex-grow: 1;
    font-size: 17px;
    line-height: 1.8;
}

.bundle_plan_034 .price_item .button {
    background: transparent;
    color: rgb(103,135,145);
    border: 1px solid rgb(103,135,145);
    padding: 1.2rem 3rem;
    border-radius: 10px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    z-index: 2;
}

.bundle_plan_034 .price_item .button:before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(45deg, 
        rgb(103,135,145),
        rgb(71,78,82),
        rgb(103,135,145)
    );
    background-size: 200% 200%;
    opacity: 0;
    z-index: -1;
    transition: opacity 0.3s ease;
}

@keyframes borderGradient {
    0% {
        background-position: 0% 0%;
    }
    50% {
        background-position: 100% 100%;
    }
    100% {
        background-position: 0% 0%;
    }
}

.bundle_plan_034 .price_item .button:hover {
    color: #ffffff;
    box-shadow: 
        0 0 10px rgb(103,135,145,0.5),
        0 0 20px rgb(103,135,145,0.5);
    transform: translateY(-2px);
}

.bundle_plan_034 .price_item .button:hover:before {
    opacity: 1;
}

@media (max-width: 1400px) {
    .bundle_plan_034 .container {
        max-width: 1200px;
    }
    
    .bundle_plan_034 .price_item {
        padding: 3rem;
    }
}

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

    .bundle_plan_034 .price_items {
        grid-template-columns: minmax(300px, 600px);
        justify-content: center;
        gap: 2rem;
    }

    .bundle_plan_034 .price_item {
        padding: 2.5rem;
        min-height: auto;
    }
}

@media (max-width: 768px) {
    .bundle_plan_034 .price_info_holder {
        margin-bottom: 3rem;
    }

    .bundle_plan_034 .photo {
        height: 300px;
    }

    .bundle_plan_034 h2 {
        font-size: 35px;
    }

    .bundle_plan_034 h3 {
        font-size: calc(24px * 0.9);
        padding: 1rem;
    }

    .bundle_plan_034 .price_items {
        padding: 1.5rem;
        gap: 1.5rem;
    }

    .bundle_plan_034 .price_item {
        padding: 2rem;
    }
}

@media (max-width: 480px) {
    .bundle_plan_034 .container {
        padding: 0 1rem;
    }
    
    .bundle_plan_034 .price_items {
        padding: 1rem 0;
    }
    
    .bundle_plan_034 .price_item {
        padding: 1.5rem;
    }

    .bundle_plan_034 .price_item .button {
        padding: 1rem 2rem;
    }
}.thanksCard_476 {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(103,135,145,0.5);
    padding: 50px 0;
    position: relative;
    overflow: hidden;
}
.thanksCard_476 .container {
    width: 90%;
    max-width: 700px;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 40px;
    border: 2px solid rgb(103,135,145);
    border-radius: 26px;
    box-shadow: 0 0 20px rgb(103,135,145,0.5);
    text-align: center;
}
.thanksCard_476 h2 {
    font-size: 29px;
    font-weight: 700;
    color: rgb(103,135,145);
    margin-bottom: 20px;
    text-shadow: 0 0 5px #ffffff;
}
.thanksCard_476 p {
    font-size: 14px;
    font-weight: 300;
    color: rgb(71,78,82);
    line-height: 1.6;
    margin-bottom: 30px;
    text-shadow: 0 0 5px #ffffff;
}
@media only screen and (max-width: 800px) {
    .thanksCard_476 {
        padding: 20px 0;
    }
    .thanksCard_476 .container {
        padding: 20px;
    }
    .thanksCard_476 h2 {
        font-size: 24px;
    }
    .thanksCard_476 p {
        font-size: 14px;
    }
}header {
    padding-bottom: 10px;
    background: linear-gradient(135deg, rgb(103,135,145), rgb(71,78,82));
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}
.main_header {
    border-top: 20px solid rgb(103,135,145);
    border-bottom: 2px solid rgb(103,135,145);
    background: #ffffff;
    border-radius: 0 0 14px 14px;
    overflow: hidden;
}
.main_header .header_holder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
}
.main_header .header_holder .logo_holder {
    margin: 10px 0;
    position: relative;
    z-index: 1;
}
.main_header .header_holder .logo_holder svg, .main_header .header_holder .logo_holder img {
    width: 100px;
    height: 100px;
    fill: rgb(103,135,145);
    transition: transform 0.3s ease;
}
.main_header .header_holder .logo_holder:hover svg, .main_header .header_holder .logo_holder:hover img {
    transform: scale(1.1);
}
.main_header .header_description {
    width: 50%;
    font-size: 18px;
    text-align: center;
    color: rgb(71,78,82);
    font-weight: 600;
    margin-bottom: 20px;
}
.main_header .header_menu {
    display: flex;
    justify-content: center;
    align-items: stretch;
    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(103,135,145);
    padding: 10px 16px;
    color: rgb(71,78,82);
    font-weight: 600;
    transition: all 0.3s ease;
    text-align: center;
}
.main_header .header_menu a:hover {
    background: rgb(103,135,145,0.5);
    color: #ffffff;
    border-radius: 10px;
}
@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(103,135,145);
    }
}