* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
.container {
    margin: auto;
    width: 1200px;
    max-width: 100%;
}
header,footer {
    width: 100%;
}
html,
body {
    height: 100%;
    font-family: Merriweather, sans-serif;
    color: #000000;
}
.wrapper-skeleton {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.content {
    flex: 1 0 auto;
}
.footer {
    flex: 0 0 auto;
}
section {
    background-color: rgb(173,203,227);
}
@media only screen and (max-width: 800px)  {
    .container {
        width: 100%;
        padding: 0 12px;
    }
}.title_intro .title_page_holder {
    background-size: cover;
    background-position: center !important;
}

.title_intro .style_element h1 {
    color: rgb(75,134,180);
}

.title_intro .style_element h3 {
    color: rgb(75,134,180);
    text-align: right;
    font-size: 20px;
    margin-bottom: 8px;
}

.title_intro .style_element p {
    color: #000000;
    text-align: right;
}

.title_intro {
    width: 100%;
}

.title_intro .title_page_holder {
    width: 100%;
    min-height: 680px;
    height: auto;
    position: relative;
}

.title_intro .style_element {
    position: absolute;
    right: 0px;
    bottom: -1px;
    background: #ffffff;
    width: 65%;
    height: 100%;
    clip-path: polygon(50% 0, 100% 0, 100% 100%, 0% 100%);
    padding: 50px 50px 50px 30%;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    justify-content: flex-end;
    min-width: 680px;
    border-radius: 0;
}

.title_intro .style_element h1 {
    font-size: 43px;
    font-weight: 700;
    margin-bottom: 8px;
    text-align: right;
}

.title_intro .style_element p {
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 16px;
}

@media only screen and (max-width: 800px) {
    .title_intro .title_page_holder {
        min-height: 320px;
        height: auto;
    }

    .title_intro .style_element {
        min-width: unset;
        width: 100%;
        clip-path: polygon(100% 100%, 100% -175%, 0 100%);
        padding: 100px 30px 30px 35%;
        text-align: right;
        min-width: unset;
    }

    .title_intro .style_element h1 {
        font-size: 18px;
    }

    .title_intro .style_element h3 {
        font-size: 16px;
    }

    .title_intro .style_element p {
        font-size: 14px;
    }


}

.wrapper-skeleton .title_intro {
    position: relative;
}

.wrapper-skeleton .title_intro::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(131, 162, 234, 0.2);
    z-index: 0;
    backdrop-filter: blur(6px);
}

.wrapper-skeleton .title_intro .style_element {
    position: relative;
    clip-path: none;
    margin: auto;
    height: auto;
    background: none;
    display: flex;
    padding: 30px 60px;
    display: flex;
    flex-direction: column;
    min-height: 336px;
    justify-content: flex-start;
    align-items: center;
    background: rgb(173,203,227);
    z-index: 1;
    width: 30%;
}

.wrapper-skeleton .title_intro .title_page_holder {
    display: flex;

}

.wrapper-skeleton .title_intro .style_element h1 {
    position: relative;
    z-index: 2;
    width: 100%;
    text-align: center;
    font-size: 34px;
    font-weight: 700;
    color: #000000;
    margin-top: 65px;
}

.wrapper-skeleton .title_intro .style_element h3 {
    color: #000000;
    text-align: center;
    z-index: 2;
}

.wrapper-skeleton .title_intro .style_element p {
    position: relative;
    z-index: 2;
    width: 100%;
    text-align: center;
    margin-top: 30px;
    font-size: 22px;
    line-height: 32px;
}

@media only screen and (max-width: 800px) {
    .wrapper-skeleton .title_intro .title_page_holder {
        padding: 20px;
    }

    .wrapper-skeleton .title_intro .style_element h1 {
        font-size: 30px;
        margin-top: 30px;
    }

    .wrapper-skeleton .title_intro .style_element {
        padding: 30px 10px;
        min-height: 300px;
        height: auto;
        width: auto;
    }
}.education_history {
    padding-top: 80px;
    padding-bottom: 80px;
}

.education_history .review .name {
    color: rgb(75,134,180);
}

.education_history .review span {
    color: rgb(42,77,105);
}

.education_history .holder {
    display: flex;
    justify-content: center;
    align-items: center;
}

.education_history .review {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 33%;
}

.education_history .photo {
    width: 350px;
    height: 400px;
    max-width: 100%;
    margin-bottom: 8px;
    background-position: center;
}

.education_history .review .name {
    font-size: 19px;
    margin-bottom: 8px;
}

.education_history .review span {
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 14px;
}

.education_history .review .quote {
    font-size: 13px;
    font-weight: 300;
    font-style: italic;
}

@media only screen and (max-width: 1200px) {
    .education_history .review {
        max-width: unset;
    }
}

@media only screen and (max-width: 800px) {
    .education_history .holder {
        flex-direction: column;
    }

    .education_history .review {
        max-width: unset;
        width: 100%;
    }

    .education_history {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.wrapper-skeleton .education_history .holder {
    justify-content: center;
}

.wrapper-skeleton .education_history .review {
    max-width: unset;
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
}

.wrapper-skeleton .education_history .photo {
    height: 390px;
    width: 40%;
    border-right: 4px solid rgb(42,77,105);
}

.wrapper-skeleton .worker_description {
    width: 50%;
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.wrapper-skeleton .education_history .review .name {
    text-align: left;
    width: 100%;
    border-bottom: none;
    margin-bottom: 0;
    padding: 30px 20px;
    font-size: 60px;
    font-weight: 700;
    line-height: 65px;
    color: #000000;
    padding-bottom: 0;
}

.wrapper-skeleton .education_history .review span {
    text-align: left;
    width: 100%;
    border-top: none;
    padding: 30px 20px;
    padding-top: 25px;
    color: #000000;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
}

.wrapper-skeleton .education_history .review .quote {
    margin-top: 20px;
    padding: 20px;
    border-left: 4px solid rgb(42,77,105);
    line-height: 25px;
}

@media only screen and (max-width: 800px) {
    .wrapper-skeleton .education_history .review {
        flex-direction: column;
        align-items: center;
        padding: 10px;
    }

    .wrapper-skeleton .worker_description {
        width: 100%;
    }

    .wrapper-skeleton .education_history .photo {
        width: 300px;
        height: 300px;
        margin: 20px;
    }

    .wrapper-skeleton .education_history .review .name {
        font-size: 40px;
        padding: 16px;
    }

    .wrapper-skeleton .education_history .review span {
        padding: 16px;
    }
}.contact_us {
    padding-top: 80px;
    padding-bottom: 80px;
}

.contact_us h3 {
    color: rgb(75,134,180);
}

.contact_us .form {
    background: rgb(173,203,227);
    border-radius: 10px;
}

.contact_us .info svg, .contact_us .info svg path {
    fill: rgb(42,77,105);
}

.contact_us .info .contact_info h5 {
    color: rgb(42,77,105);
}

.contact_us .info span {
    color: #000000;
}

.contact_us .info .contact_info svg, .contact_us .info .contact_info svg path {
    fill: #000000;
}

.contact_us form input {
    color: #000000;
    border-radius: 6px;
    background: #ffffff;
}

.contact_us form .button {
    background: rgb(75,134,180);
    color: #ffffff;
    border-radius: 100px;
}

.contact_us form .button:hover {
    background: rgb(42,77,105);
}


.contact_us .holder {
    display: flex;
}

.contact_us .holder > div {
    width: 50%;
    padding: 40px;
}

.contact_us .form {

}

.contact_us .form form {
    display: flex;
    flex-direction: column;
}

.contact_us h3 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 18px;
}

.contact_us .info {
    padding-top: 40px;
}

.contact_us form input {
    border: none;
    padding: 13px;
    width: 100%;
    margin-bottom: 24px;
    line-height: 24px;
    outline: none;
    border: 1px solid transparent;
}

.contact_us form .button {
    font-weight: 400;
    cursor: pointer;
}

.contact_us .info .contact_info h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 16px;
}

.contact_us .info svg, .contact_us .info img {
    margin-right: 16px;
    width: 16px;
    height: 16px;
}

.contact_us .info span {
    font-size: 14px;
}

.contact_us .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;
}

.contact_us .logo_holder svg, .contact_us .logo_holder img {
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
    margin-right: 0;
}

.contact_us .info .contact_info span {
    font-weight: 300;
}

.contact_us .info .contact_info > div {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.contact_us .name_holder {
    display: flex;
    justify-content: space-between;
}

.contact_us .name_holder #surname {
    margin-left: 24px;
}

.contact_us .agree {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.contact_us .agree label {
    display: block;
}

.contact_us .agree a {
    margin-left: 5px;
    color: rgb(42,77,105);
}

.contact_us .agree input[type=checkbox] {
    width: auto;
    margin: 0;
    margin-right: 5px;
}

@media only screen and (max-width: 600px) {
    .contact_us .holder {
        flex-direction: column;
    }

    .contact_us .holder > div {
        width: 100%;
    }

    .contact_us {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .contact_us h3 {
        font-size: 30px;
    }
}

.wrapper-skeleton .contact_us {
    background: rgb(173,203,227);
}

.wrapper-skeleton .contact_us .holder {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.wrapper-skeleton .contact_us .form_text {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 30px;
}

.wrapper-skeleton .contact_us .holder > div {
    width: 100%;
    border-radius: 0 !important;
}

.wrapper-skeleton .contact_us .holder .info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
}

.wrapper-skeleton .contact_us .holder .form {
    background: #ffffff;
}

.wrapper-skeleton .contact_us h3 {

    font-size: 32px;
    font-weight: 600;
    padding-bottom: 20px;
    text-align: center;
    border-bottom: 1px solid rgb(75,134,180,0.5);
    position: relative;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.wrapper-skeleton .contact_us h3::after {
    content: "";
    position: absolute;
    width: 30%;
    border-bottom: 3px solid rgb(42,77,105);
    bottom: -1px;
}

.wrapper-skeleton .contact_us .info .contact_info {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    background: #ffffff;
    padding: 40px;
    justify-content: space-around;
}

.wrapper-skeleton .contact_us .info .contact_info svg, .wrapper-skeleton .contact_us .info .contact_info svg path {
    padding: 10px;
    background: rgb(42,77,105,0.5);
    fill: rgb(42,77,105);
    width: 40px;
    height: 40px;
    border-radius: 5px;
    margin-right: 16px;
    flex-shrink: 0;
}

.wrapper-skeleton .contact_us .info .contact_info > div {
    width: 33%;
    margin: 0;
}

.wrapper-skeleton .contact_us form input {
    border: 1px solid rgb(75,134,180,0.5);
}

.wrapper-skeleton .contact_us .agree a {
    color: rgb(42,77,105);
}

.wrapper-skeleton .contact_us form .button {
    width: fit-content;
    padding: 10px 30px;
    align-self: center;
    margin-bottom: 0;
    margin-top: 20px;
}

@media only screen and (max-width: 800px) {
    .wrapper-skeleton .contact_us .holder > div {
        width: 100%;
    }

    .wrapper-skeleton .contact_us .holder {
        flex-direction: column;
    }

    .wrapper-skeleton .contact_us .info .contact_info > div:nth-child(3) {
        margin-bottom: 24px;
    }

    .wrapper-skeleton .contact_us .info .contact_info {
        flex-direction: column;
    }

    .wrapper-skeleton .contact_us .info .contact_info > div {
        width: 100%;
        margin-bottom: 24px;
    }

    .wrapper-skeleton .contact_us .info .contact_info > div:last-child {
        margin-bottom: 0;
    }
}.customer_comments {
    padding-top: 80px;
    padding-bottom: 80px;
}

.customer_comments h2 {
    color: rgb(75,134,180);
}

.customer_comments .review {
    background: #ffffff;
    border-radius: 20px;
}

.customer_comments .review span {
    color: rgb(42,77,105);
}

.customer_comments .holder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.customer_comments .holder h2 {
    text-align: center;
    margin-bottom: 36px;
    font-size: 28px;
    font-weight: 600;
}

.customer_comments .reviews {
    display: flex;
    justify-content: center;
    width: 100%;
}

.customer_comments .review {
    display: flex;
    flex-direction: column;
    padding: 20px;
    margin-bottom: 10px;
    max-width: 25%;
    width: calc(25% - 20px);
    justify-content: flex-start;
    align-items: center;
    margin: 10px;
}

.customer_comments .review span {
    text-align: center;
}

.customer_comments .review p {
    text-align: center;
}

.customer_comments .photo {
    width: 100px;
    height: 100px;
    margin-bottom: 15px;
    border-radius: 50%;
}

.customer_comments .text {
    display: flex;
    flex-direction: column;
}

.customer_comments .review span {
    font-size: 21px;
    font-weight: 300;
    margin-bottom: 10px;
}

@media only screen and (max-width: 800px) {
    .customer_comments .reviews {
        flex-direction: column;
    }

    .customer_comments .review {
        max-width: unset;
        width: 100%;
        margin: 0;
        margin-bottom: 10px;
    }

    .customer_comments {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .customer_comments .holder h2 {
        font-size: 30px;
    }
}

.wrapper-skeleton .customer_comments .reviews {
    margin-top: 20px;
}

.wrapper-skeleton .customer_comments .review {
    border-radius: 0;
    background: none;
    padding: 2px 10px 0;
    margin: 0;
    margin-bottom: 20px;
}

.wrapper-skeleton .customer_comments .review p {
    padding: 0 20px;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
}

.wrapper-skeleton .customer_comments .holder h2 {
    font-size: 40px;
    font-weight: 400;
}

.wrapper-skeleton .customer_comments .photo {
    width: 120px;
    height: 120px;
}

.wrapper-skeleton .customer_comments .review span {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    color: #000000;
}

@media only screen and (max-width: 800px) {
    .wrapper-skeleton .customer_comments .holder h2 {
        font-size: 36px;
    }
}.educational_yield {
    padding-bottom: 80px;
    padding-top: 80px;
}

.educational_yield .holder {
    display: flex;
    width: 100%;
}

.educational_yield h2 {
    text-align: left;
    margin-bottom: 20px;
}

.educational_yield .photo {
    width: 50%;
    flex-shrink: 0;
}

.educational_yield .text_holder {
    padding: 20px;
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.educational_yield ul {
    list-style: none;
}

.educational_yield li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.educational_yield svg, .educational_yield path {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    fill: rgb(42,77,105);
    flex-shrink: 0;
}

@media only screen and (max-width: 800px) {
    .educational_yield {
        padding-bottom: 30px;
        padding-top: 30px;
    }

    .educational_yield .holder {
        flex-direction: column;
    }

    .educational_yield .text_holder {
        width: 100%;
    }

    .educational_yield .photo {
        width: 100%;
        height: 250px;
        margin-bottom: 10px;
    }
}

.wrapper-skeleton .educational_yield {
    background: rgba(0, 0, 0, 0.5);
    position: relative;
    padding: 100px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.wrapper-skeleton .educational_yield::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom right, rgb(42,77,105,0.5), rgb(75,134,180,0.5));
    opacity: 0.2;
    transform: scale(1.5);
    transition: transform 0.8s ease;
}

.wrapper-skeleton .educational_yield:hover::after {
    transform: scale(1);
}

.wrapper-skeleton .educational_yield .holder {
    position: relative;
    z-index: 1;
    background: #ffffff;
    border-radius: 30px;
    display: flex;
    width: 80%;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    margin: auto;
}

.wrapper-skeleton .educational_yield:hover .holder {
    transform: translateY(-10px);
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.2);
}

.wrapper-skeleton .educational_yield .photo {
    width: 50%;
    background-size: cover;
    background-position: center;
    transition: transform 0.5s ease;
}

.wrapper-skeleton .educational_yield:hover .photo {
    transform: scale(1.05);
}

.wrapper-skeleton .educational_yield .text_holder {
    padding: 60px;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-left: 5px solid rgb(42,77,105);
}

.wrapper-skeleton .educational_yield h2 {
    font-size: 37px;
    font-weight: 700;
    color: rgb(42,77,105);
    margin-bottom: 20px;
    transition: color 0.3s ease;
}

.wrapper-skeleton .educational_yield:hover h2 {
    color: rgb(75,134,180);
}

.wrapper-skeleton .educational_yield ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.wrapper-skeleton .educational_yield li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-size: 16px;
    color: #000000;
    position: relative;
    transition: color 0.3s ease, transform 0.3s ease;
}

.wrapper-skeleton .educational_yield li::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0;
    height: 2px;
    background: rgb(42,77,105);
    transition: width 0.3s ease;
}

.wrapper-skeleton .educational_yield li:hover::after {
    width: 100%;
}

.wrapper-skeleton .educational_yield svg, .wrapper-skeleton .educational_yield path {
    width: 24px;
    height: 24px;
    margin-right: 15px;
    fill: rgb(75,134,180);
}

@media only screen and (max-width: 800px) {
    .wrapper-skeleton .educational_yield {
        padding: 50px 10px;
    }

    .wrapper-skeleton .educational_yield .holder {
        flex-direction: column;
        width: 100%;
    }

    .wrapper-skeleton .educational_yield .photo {
        width: 100%;
        height: 200px;
    }

    .wrapper-skeleton .educational_yield .text_holder {
        padding: 20px;
        width: 100%;
        border-left: none;
        border-top: 5px solid rgb(42,77,105);
    }

    .wrapper-skeleton .educational_yield h2 {
        font-size: 19px;
    }

    .wrapper-skeleton .educational_yield li {
        font-size: 12px;
    }
}.course_program {
    padding-top: 80px;
    padding-bottom: 80px;
}

.course_program h2 {
    color: rgb(75,134,180);
}

.course_program .content {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 16px 48px rgb(0 0 0 / 18%);
}

.course_program h3 {
    color: rgb(42,77,105);
}

.course_program p {
    color: #000000;
}

.course_program .button {
    background: rgb(75,134,180);
    color: #ffffff;
    margin-top: 30px;
    width: fit-content;
}

.course_program .button:hover {
    background: rgb(42,77,105);
}

.course_program .holder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.course_program .items {
    display: flex;
    justify-content: center;
    align-items: center;
}

.course_program .course {
    padding: 12px;
    max-width: 100%;
}

.course_program .content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
}

.course_program .text_holder {
    display: flex;
    flex-direction: column;
    align-items: center;

}

.course_program h2 {
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 32px;
}

.course_program .photo {
    height: 500px;
    width: calc(100% - 60px);
    margin-top: 30px;
}

.course_program .text_holder {
    padding: 30px;
}

.course_program h3 {
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 16px;
    text-align: center;
}

.course_program p {
    font-size: 13px;
    font-weight: 300;
    line-height: 24px;
    text-align: center;
}

.course_program .button {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 19px;
    font-weight: 400;
    padding: 15px 25px;
    text-decoration: none;
}

@media only screen and (max-width: 600px) {
    .course_program .items {
        flex-direction: column;
    }

    .course_program h2 {
        font-size: 30px;
    }

    .course_program h3 {
        font-size: 26px;
    }

    .course_program .course {
        max-width: unset;
        width: 100%;
    }

    .course_program {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.wrapper-skeleton .course_program {
    position: relative;
    padding-top: 150px;
    background: #ffffff;
}

.wrapper-skeleton .course_program .course .content {
    overflow: unset;
}

body .wrapper-skeleton .course_program .photo {
    border-radius: 50%;
    width: 450px;
    height: 450px;
    position: absolute;
    right: -5%;
    top: -150px;
    margin: 0;
}

.wrapper-skeleton .course_program::before {
    content: "";
    width: 100%;
    position: absolute;
    top: 0;
    height: 55%;
    background: rgb(42,77,105);
    z-index: 0;
}

.wrapper-skeleton .course_program .items .course {
    position: relative;
    z-index: 0;
    background: #ffffff;
    padding: 0;
    border-radius: 20px;
    width: 90%;
}

.wrapper-skeleton .course_program .items .course .content {
    box-shadow: none;
    align-items: flex-start;

}

.wrapper-skeleton .course_program .text_holder {
    width: 60%;
    padding: 30px;
    min-height: 300px;
}

.wrapper-skeleton .course_program h3 {
    font-size: 42px;
    line-height: 52px;
    color: #000000;
}

.wrapper-skeleton .course_program p {
    font-size: 16px;
    line-height: 32px;
}

@media only screen and (max-width: 1200px) {
    body .wrapper-skeleton .course_program .photo {
        position: static;
        right: unset;
        margin: auto;
        width: 300px;
        height: 300px;
        margin-top: -100px;

    }

    .wrapper-skeleton .course_program .items .course {
        width: 100%;
    }

    .wrapper-skeleton .course_program .text_holder {
        width: 100%;
    }

    .wrapper-skeleton .course_program .items .course .content {
        padding-top: 20px;
    }

    .wrapper-skeleton .course_program h3 {
        font-size: 30px;
        line-height: 36px;
        text-align: center;
    }

    .wrapper-skeleton .course_program p {
        text-align: center;
    }
}

.advantages_benefits .advantages_content h2 {
    color: rgb(75,134,180);
}

.advantages_benefits .advantage_item svg, .advantages_benefits .advantage_item svg path {
    fill: rgb(42,77,105);
}

.advantages_benefits .advantage_item p {
    color: #000000;
}

.advantages_benefits .advantage_item b {
    color: rgb(42,77,105);
}

.advantages_benefits {
    padding-top: 80px;
    padding-bottom: 80px;
}

.advantages_benefits .advantages_holder {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.advantages_benefits .advantages_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.advantages_benefits .advantages_content h2 {
    text-align: center;
    margin-bottom: 48px;
    font-size: 32px;
    font-weight: 600;
}

.advantages_benefits .advantages_content h4 {
    text-align: center;
    font-size: 20px;
    margin-top: 20px;
}

.advantages_benefits .advantages_description {
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
    padding: 20px;
}

.advantages_benefits .advantage_item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    min-height: 200px;
    width: 25%;
    padding: 10px;
}

.advantages_benefits .advantage_item svg, .advantages_benefits .advantage_item img {
    width: 128px;
    height: 128px;
}

@media only screen and (max-width: 1200px) {
    .wrapper-skeleton .advantages_benefits .advantages_holder .advantage_item {
        width: calc(50% - 20px);
        margin: 10px;
    }
}

@media only screen and (max-width: 800px) {
    .advantages_benefits .advantages_content h2 {
        font-size: 30px;
    }

    .advantages_benefits .advantages_holder {
        flex-direction: column;
    }

    .advantages_benefits {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .wrapper-skeleton .advantages_benefits .advantages_holder .advantage_item {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
}

.wrapper-skeleton .advantages_benefits {
    background: rgb(42,77,105);
}

.wrapper-skeleton .advantages_benefits .advantages_content h2 {
    font-size: 48px;
    font-weight: 600;
    color: #ffffff;
}

.wrapper-skeleton .advantages_benefits .advantages_holder {
    width: 100%;
    flex-wrap: wrap;
}

.wrapper-skeleton .advantages_benefits .advantage_item {
    padding: 30px;
    width: 270px;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 16px 48px rgb(0 0 0 / 18%);
}

.wrapper-skeleton .advantages_benefits .advantages_description {
    color: #ffffff;
}

.wrapper-skeleton .advantages_benefits .advantage_item svg, .wrapper-skeleton .advantages_benefits .advantage_item svg path, .wrapper-skeleton .advantages_benefits .advantage_item img {
    fill: rgb(42,77,105);
    width: 85px;
    height: 85px;
}

.wrapper-skeleton .advantages_benefits .advantages_content h4 {
    display: inherit;
    margin-top: 20px;
    font-size: 24px;
    font-weight: 700;
    color: rgb(42,77,105);
}

@media only screen and (max-width: 800px) {
    .wrapper-skeleton .advantages_benefits .advantage_item {
        width: 100%;
        margin-bottom: 30px;
    }

    .wrapper-skeleton .advantages_benefits .advantage_item {
        min-height: unset;
    }

    .wrapper-skeleton .advantages_benefits .advantages_content h2 {
        font-size: 28px;
    }
}.secure_archive {
    padding: 30px;
    width: 100%;
    overflow: hidden;
    height: 100%;
}
.secure_archive h1 {
    margin-top: 30px;
    margin-bottom: 20px;
}
.secure_archive h2 {
    margin-top: 25px;
    margin-bottom: 15px;
}
.secure_archive h3, .secure_archive h4, .secure_archive h5, .secure_archive h6 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 1.2em;
}
.secure_archive ul, .secure_archive ol {
    list-style-position: inside;
    padding-left: 0;
    padding: 10px 0;
}
.secure_archive li {
    margin-bottom: 10px;
}
.secure_archive section {
    background: none;
}
.secure_archive p, .secure_archive span, .secure_archive div {
    line-height: 20px;
    margin-bottom: 5px;
}
@media only screen and (max-width: 800px) {
    .secure_archive {
        padding: 20px 0;
    }
}footer {
    background: rgb(75,134,180);
    color: #ffffff;
}

footer .copyright {
    background: rgb(42,77,105);
}

footer .logo_holder svg, footer .logo_holder svg path {
    fill: rgb(42,77,105);
}

footer h5 {
    color: rgb(42,77,105);
}

footer .menu a {
    color: #ffffff;
}

footer .copyright_info {
    color: #ffffff;
}

footer .copyright_info a {
    color: #ffffff;
    text-decoration: underline;
}

footer .contact_info div svg, footer .contact_info div svg path {
    fill: #ffffff;
}

footer .contact_info div span {
    color: #ffffff;
}

footer .footer {
    padding-top: 70px;
    padding-bottom: 70px;
}

footer .copyright {
    padding-top: 25px;
    padding-bottom: 25px;
}

footer .footer_info {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

footer .logo_holder svg, footer .logo_holder img {
    height: 80px;
    width: 80px;
    margin-right: 10px;
}

footer h5 {
    font-size: 18px;
    margin-bottom: 16px;

}

footer .contact_info {
    display: flex;
    flex-direction: column;
}

footer .contact_info div {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    justify-content: flex-start;
}

footer .contact_info div img, footer .contact_info div svg {
    width: 16px;
    height: 16px;
    margin-right: 10px;
}

footer .menu_holder {
    display: flex;
    flex-direction: column;
}

footer .menu a {
    text-decoration: none;
    font-size: 18px;
    margin-right: 10px;
    margin-bottom: 5px;
}

footer .copyright {
    font-size: 16px;
}

@media only screen and (max-width: 1200px) {
    footer .footer_info {
        padding: 0 20px;
    }
}

@media only screen and (max-width: 800px) {
    footer .menu, footer .menu_holder, footer .footer_info {
        flex-direction: column;
    }

    footer .contact_info {
        margin-top: 10px;
    }

    footer h5 {
        margin-top: 5px;
    }

}

.wrapper-skeleton footer .footer {
    padding: 0;
}

.wrapper-skeleton footer .footer_info {
    flex-direction: row-reverse;
    align-items: center;
    min-height: 100px;
}

.wrapper-skeleton footer .menu_holder {
    flex-direction: column;
    justify-content: flex-start;
}

.wrapper-skeleton footer .menu a {
    margin: 0;
    padding: 5px 10px;
    font-size: 20px;
    color: #ffffff;
}

.wrapper-skeleton footer .copyright {
    background: rgb(42,77,105,0.5);
    padding-top: 5px;
    padding-bottom: 5px;
}

.wrapper-skeleton footer .copyright_info {
    text-align: center;
}

.wrapper-skeleton footer .logo_holder .goup {
    display: block;
    color: #ffffff;
    width: 64px;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    cursor: pointer;
}

.wrapper-skeleton footer .logo_holder .goup > svg, .wrapper-skeleton footer .logo_holder .goup > svg path, .wrapper-skeleton footer .logo_holder .goup > img {
    width: 64px;
    height: 64px;
    margin: 0;
    fill: #ffffff;
}

@media only screen and (max-width: 1200px) {

}

@media only screen and (max-width: 800px) {
    .wrapper-skeleton footer .menu_holder {
        flex-direction: column;
        text-align: left;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .wrapper-skeleton footer .menu a {
        padding-left: 0;
        margin-bottom: 5px;
        font-size: 18px
    }

    .wrapper-skeleton footer .footer_info {
        padding: 20px 10px;
    }

    .wrapper-skeleton footer .copyright_info {
        text-align: center;
    }

    .wrapper-skeleton footer .copyright_info a {
        display: block;
        margin-top: 5px;
    }
}
.our_mission .holder {
    background-size: cover;
}

.our_mission .style_element {
    background: #ffffff;
}

.our_mission {
    padding-bottom: 80px;
    padding-top: 80px;
}

.our_mission h2 {
    color: rgb(75,134,180);
}

.our_mission span {
    color: rgb(42,77,105);
}

.our_mission p {
    color: #000000;
}

.our_mission .holder {
    display: flex;
    justify-content: flex-end;
    padding: 40px;
    height: auto;
}

.our_mission .style_element {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 50%;
    min-width: 400px;
    padding: 20px;
}

.our_mission .caption_holder {
    display: flex;
    justify-content: flex-end;
}

.our_mission h2 {
    margin-bottom: 8px;
    font-size: 36px;
    font-weight: 600;
}

.our_mission span {
    margin-bottom: 16px;
    font-size: 19px;
    font-weight: 600;
}

.our_mission p {
    font-size: 14px;
    font-weight: 300;
}

@media only screen and (max-width: 600px) {
    .our_mission .holder {
        padding: 0px;
    }

    .our_mission .style_element {
        width: 100%;
        min-width: unset;
    }

    .our_mission {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .our_mission h2 {
        font-size: 30px;
    }
}

.wrapper-skeleton .our_mission {
    background: #ffffff;
    padding: 60px 0;
}

.wrapper-skeleton .our_mission .style_element {

}

.wrapper-skeleton .our_mission .holder {
    padding: 0;
    height: auto;
}

.wrapper-skeleton .our_mission .holder .photo {
    width: calc(45% - 20px);
    min-height: 300px;
    position: relative;
    z-index: 1;

}

.wrapper-skeleton .our_mission .caption_holder::before {
    content: "";
    position: absolute;
    top: 70px;
    left: 70px;
    background: rgb(42,77,105);
    width: calc(45% - 65px);
    height: 300px;
    z-index: 0;
}

.wrapper-skeleton .our_mission .caption_holder {
    padding: 50px;
    background: rgb(173,203,227);
    position: relative;
    justify-content: space-between;
}

.wrapper-skeleton .our_mission .style_element {
    background: none;
    padding: 0;
}

.wrapper-skeleton .our_mission h2 {
    font-size: 46px;
    padding-top: 20px;
    border-top: 10px solid rgb(42,77,105);
    margin-bottom: 25px;
}

@media only screen and (max-width: 800px) {
    .wrapper-skeleton .our_mission .caption_holder {
        flex-direction: column;
        padding: 30px;
    }

    .wrapper-skeleton .our_mission .holder .photo {
        width: 100%;
        margin-bottom: 30px;
    }

    .wrapper-skeleton .our_mission .caption_holder::before {
        width: calc(100% - 60px);
        top: 45px;
        left: 45px;
    }

    .wrapper-skeleton .our_mission .style_element {
        width: 100%;
    }

    .wrapper-skeleton .our_mission h2 {
        font-size: 30px;
    }
}.course_methodology {
    padding: 100px 20px;
    background: linear-gradient(to bottom, rgb(42,77,105) 0%, rgb(75,134,180) 100%);
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.5);
}

.course_methodology::before,
.course_methodology::after {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: #ffffff;
    opacity: 0.1;
    z-index: 0;
}

.course_methodology::before {
    top: -150px;
    left: -150px;
}

.course_methodology::after {
    bottom: -150px;
    right: -150px;
}

.course_methodology .holder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    margin: auto;
    padding: 60px;
    background: #ffffff;
    border-radius: 28px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1;
    border: 1px solid rgba(0, 0, 0, 0.5);
}

.course_methodology .holder::before,
.course_methodology .holder::after {
    content: "";
    position: absolute;
    background: rgb(75,134,180,0.5);
    border-radius: 50%;
    z-index: -1;
}

.course_methodology .holder::before {
    width: 150px;
    height: 150px;
    top: -75px;
    left: -75px;
    box-shadow: 0 0 50px rgb(42,77,105,0.5);
}

.course_methodology .holder::after {
    width: 100px;
    height: 100px;
    bottom: -50px;
    right: -50px;
    box-shadow: 0 0 30px rgb(75,134,180,0.5);
}

.course_methodology h2 {
    font-family: Merriweather, sans-serif;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
    color: rgb(42,77,105);
    border-bottom: 4px double rgb(75,134,180);
    padding-bottom: 10px;
    width: 100%;
    position: relative;
}

.course_methodology h2::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 4px;
    background: rgb(75,134,180);
    bottom: -10px;
    left: 0;
}

.course_methodology p {
    font-family: Merriweather, sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    color: #000000;
    max-width: 800px;
    margin-bottom: 20px;
    position: relative;
    padding: 0 20px;
    border-left: 2px solid rgb(42,77,105);
    border-right: 2px solid rgb(42,77,105);
}

.course_methodology .feature {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgb(42,77,105,0.5);
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    color: #000000;
    width: 80%;
    margin-bottom: 20px;
    position: relative;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.5);
}

.course_methodology .feature h3 {
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 10px;
    color: rgb(75,134,180);
    position: relative;
    padding-bottom: 10px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.5);
    width: 100%;
}

.course_methodology .feature p {
    font-size: 18px;
    color: #000000;
}

@media only screen and (max-width: 800px) {
    .course_methodology {
        padding: 30px 20px;
    }

    .course_methodology .holder {
        padding: 20px;
    }

    .course_methodology h2 {
        font-size: 23px;
        width: 100%;
    }

    .course_methodology .feature {
        width: 100%;
        margin-bottom: 20px;
    }

    .course_methodology .feature h3 {
        font-size: 18px;
    }

    .course_methodology .feature p {
        font-size: 18px;
    }
}

.wrapper-skeleton .course_methodology {
    padding-top: 150px;
    position: relative;
}

.wrapper-skeleton .course_methodology::before {
    background: linear-gradient(94.96deg, rgb(42,77,105) 0%, rgb(75,134,180) 100%);
    height: 50%;
    top: 0;
}

.wrapper-skeleton .course_methodology .holder {
    background: #ffffff;
    width: 70%;
    padding: 60px;
    border-radius: 28px;
    box-shadow: rgba(12, 68, 75, 0.2) 0px -30px 40px;
}

.wrapper-skeleton .course_methodology h2 {
    text-align: left;
    margin-bottom: 20px;
    border-bottom: none;
}

.wrapper-skeleton .course_methodology p {
    text-align: left;
    padding: 0;
    border: none;
}

.wrapper-skeleton .course_methodology .feature {
    width: 100%;
    margin-bottom: 20px;
    padding: 30px;
    border-radius: 28px;
}

.wrapper-skeleton .course_methodology .feature h3 {
    text-align: left;
}

.wrapper-skeleton .course_methodology .feature p {
    text-align: left;
}

@media only screen and (max-width: 800px) {
    .wrapper-skeleton .course_methodology {
        padding: 50px 20px;
    }

    .wrapper-skeleton .course_methodology .holder {
        width: 100%;
        padding: 20px;
    }

    .wrapper-skeleton .course_methodology h2 {
        font-size: 23px;
        text-align: left;
        margin-bottom: 16px;
    }

    .wrapper-skeleton .course_methodology p {
        font-size: 18px;
        width: 100%;
    }

    .wrapper-skeleton .course_methodology .feature {
        width: 100%;
        padding: 20px;
        margin-bottom: 10px;
    }

    .wrapper-skeleton .course_methodology .feature h3 {
        font-size: 18px;
    }

    .wrapper-skeleton .course_methodology .feature p {
        font-size: 18px;
    }
}
header .main_header {
    background: #ffffff;
    color: #000000;
}

header .logo_name {
    color: rgb(42,77,105);
    font-size: 22px;
    font-weight: 700;
}

header .logo_desc {
    color: rgb(75,134,180);
}

header .logo_holder svg, header .logo_holder svg path, header .logo_holder img {
    fill: rgb(42,77,105);
}

header .menu a {
    color: rgb(75,134,180);
}

header .menu a:hover {
    color: rgb(42,77,105);
}

header .menu a.active {
    border: 2px solid rgb(75,134,180);
    border-radius: 100px;
}

header .menu a.active:hover {
    color: #ffffff;
    background: rgb(42,77,105);
    border: 2px solid rgb(42,77,105);
}

header {
    box-shadow: 0 16px 48px rgba(0, 0, 0, .175);
}

header .main_header {
    width: 100%;
}

header .header_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .logo_holder {
    padding: 5px 0;
    display: flex;
    align-items: center;
    text-decoration: none;

}

header .logo_caption {
    display: flex;
    flex-direction: column;
    height: 100%;

}

header .logo_desc {
    font-size: 16px;
    font-weight: 700;
}

header .logo_holder .logo_desc {
    text-transform: uppercase;
}

header .logo_holder .logotype svg, header .logo_holder .logotype img {
    height: 80px;
    width: 80px;
    margin-right: 10px;
}

header .menu {
    display: flex;
}

header .menu a {
    text-decoration: none;
    padding: 12px 25px;
    font-size: 16px;
}

body .wrapper-skeleton header .opened {
    display: flex;
}

@media only screen and (max-width: 1200px) {
    header .header_content {
        flex-direction: column;
        align-items: flex-start;
    }

    header .menu {
        display: none;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        padding-bottom: 30px;
        position: static;
        top: 100%;
        left: 0;
        z-index: 90;
        background: #ffffff;
        width: 100%;
    }

    header .menu a.active {
        border: none;
    }

    header .menu a.active:hover {
        color: rgb(42,77,105);
        background: none;
        border: none;
    }

    header .main_header {
        position: relative;
        z-index: 99;
    }

    header .logo_name {
        line-height: 28px;
    }

    header .logo_holder {
        align-items: center;
        width: 100%;
        justify-content: space-between;
    }

    header .logo_holder .logo_desc {
        display: none;
    }

    header .logo_holder .logotype {
        margin-right: 5px;
    }

    header .logo_holder .logotype svg, header .logo_holder .logotype img {
        margin: 0;
        width: 40px;
        height: 40px;
    }

    header .logo_name {
        text-align: left;
        font-size: 20px;
        text-align: center;
    }

    header .header_content {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

.wrapper-skeleton header .header_content {
    flex-direction: row-reverse;
    justify-content: space-around;
}

.wrapper-skeleton header .logo_holder {
    justify-content: space-between;
}

.wrapper-skeleton header .logo_holder .logotype svg, .wrapper-skeleton header .logo_holder .logotype img {
    margin-right: 0;
}

.wrapper-skeleton .menu {
    min-width: 50%;
    justify-content: flex-start;
}

.wrapper-skeleton header .menu a {
    padding: 10px 0;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-right: 20px;
    border-bottom: 1px solid transparent;
}

.wrapper-skeleton header .menu a:hover {
    color: inherit;
    border-bottom: 1px solid rgb(42,77,105);
}

.wrapper-skeleton header .menu a.active {
    border: none;
    border-radius: 0;
}

.wrapper-skeleton header .menu a.active:hover {
    border: none;
    background: none;
    color: inherit;
    border-bottom: 1px solid rgb(42,77,105);
}

.wrapper-skeleton header .logo_caption {
    max-width: 48%;
    align-items: end;
}

.wrapper-skeleton header .logo_name {
    text-align: right;
}

@media only screen and (max-width: 800px) {
    .wrapper-skeleton header .header_content {
        flex-direction: column;
        justify-content: flex-start;
    }

    .wrapper-skeleton header .logo_holder {
        width: 100%;
        justify-content: space-between;
    }

    .wrapper-skeleton header .logo_holder {
        margin: 0;
    }

    .wrapper-skeleton header .menu {
        width: 100%;
        padding: 10px 20px;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .wrapper-skeleton header .logo_name {
        line-height: 28px;
        margin-bottom: 6px;
        text-align: center;
    }

    .wrapper-skeleton header .logo_caption {
        max-width: unset;
    }
}