* {
    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;
}
.L_wrapper-segment {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}
.content {
    flex: 1 0 auto;
}
.footer {
    flex: 0 0 auto;
}
section {
    background-color: rgb(192,197,206);
}
a {
    color: inherit;
    text-decoration: none;
}
@media only screen and (max-width: 1200px)  {
    .container {
        width: 100%;
        padding: 0 20px;
    }
}
@media only screen and (max-width: 800px)  {
    .container {
        padding: 0 12px;
    }
}header .main_header {
    background:  #ffffff;
    color:  #000000;
}
header .logo_holder svg,header .logo_holder svg path, header .logo_holder img {
    fill: rgb(167,173,186);
}
header .menu a {
    color: rgb(79,91,102);
}
header .menu a:hover {
    color: rgb(167,173,186);
}
header .menu a.active {
    border: 2px solid rgb(79,91,102);
    border-radius: 100px;
}
header .menu a.active:hover {
    color: #ffffff;
    background: rgb(167,173,186);
    border: 2px solid rgb(167,173,186);
}
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: 12px;
    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: 17px;
}
body .L_wrapper-segment 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: 40px 0;
        position: static;
        top:100%;
        left:0;
        z-index: 90;

        width: 100%;
    }
    header .menu a.active {
        border: none;
    }
    header .menu a.active:hover {
        color: rgb(167,173,186);
        background: none;
        border: none;
    }
    header .main_header {
        position: relative;
        z-index: 99;
    }
    header .logo_holder {
        align-items: center;
        width: 100%;
        justify-content: space-between;
    }
    header .logo_holder .logotype {
        margin-right: 5px;
    }
    header .logo_holder .logotype svg, header .logo_holder .logotype img {
        margin: 0;
        width: 40px;
        height: 40px;
    }
    header .header_content {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

.L_wrapper-segment header .main_header {
    position: relative;
    background: rgb(167,173,186);
    padding-top: 50px;
    padding-bottom: 50px;
}
.L_wrapper-segment header .main_header:before {
    content:"";
    height: 50px;
    width: 100%;
    position: absolute;
    left: 0;
    top:0;
    background: #ffffff;
    z-index: 0;
}
.L_wrapper-segment header .main_header:after {
    content:"";
    height: 50px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom:0;
    background: #ffffff;
    z-index: 0;
}
.L_wrapper-segment .logotype {
    padding: 40px 30px 60px 30px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 86%, 0 95%);
    clip-path: polygon(0 0, 100% 0, 100% 86%, 0 95%);
    background: rgb(79,91,102);
    margin: -50px 0;
    position: relative;
    z-index: 1;
}
.L_wrapper-segment header .logo_holder {
    padding: 0;
}
.L_wrapper-segment header .menu a {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    border-bottom: 4px solid transparent;
    text-transform: uppercase;
    padding: 10px 0;
    margin: 0 15px;
}
.L_wrapper-segment header .menu a:hover {
    border-bottom: 4px solid rgb(79,91,102);
    color: #ffffff;
}
@media only screen and (max-width: 800px)  {
    .L_wrapper-segment .logotype {
        margin: 0;
    }
    .L_wrapper-segment header .logo_holder {
        justify-content: center;
    }
    .L_wrapper-segment header .main_header:before, .L_wrapper-segment header .main_header:after {
        display: none;
    }
    .L_wrapper-segment header .main_header {
        padding: 10px 0;
    }
    .L_wrapper-segment header .menu {
        background: none;
        align-items: center;
        padding: 0;
    }
    .L_wrapper-segment header .menu a {
        text-align: center;
    }
    .L_wrapper-segment header .logo_holder .logotype {
        margin: 0;
        padding: 20px 15px 30px 15px;
    }
    .L_wrapper-segment header .logo_holder .logotype svg,.L_wrapper-segment header .logo_holder .logotype img {
        height: 60px;
        width: 60px;
    }
}.e_meet_us {
    padding: 60px 0;
    background: rgb(167,173,186,0.5);
}

.L_wrapper-segment .e_meet_us .holder {
    position: relative;
    height: auto;
    min-height: unset;
    padding: 0 15px;
}

.L_wrapper-segment .e_meet_us .holder .photo {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    min-height: 600px;
    border-radius: 25px;
    top: 0;
    left: 0;
    z-index: 0;
    filter: brightness(0.8);
}

.L_wrapper-segment .e_meet_us .caption_holder {
    position: relative;
    min-height: unset;
    min-width: 600px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px 0;
    z-index: 1;
}

.L_wrapper-segment .e_meet_us .style_element {
    position: relative;
    z-index: 1;
    width: 90%;
    margin: auto;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 40px 60px;
    min-height: 400px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.L_wrapper-segment .e_meet_us h2 {
    color: #ffffff;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.L_wrapper-segment .e_meet_us p {
    color: #ffffff;
    font-size: 15px;
    line-height: 1.6;
    margin-top: 20px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

@media only screen and (max-width: 800px) {
    .L_wrapper-segment .e_meet_us .style_element {
        width: 100%;
        padding: 20px 30px;
        margin: 0;
    }
    .L_wrapper-segment .e_meet_us .holder {
        padding: 0;
    }
    .L_wrapper-segment .e_meet_us .caption_holder {
        height: auto;
        min-width: unset;
        justify-content: flex-end;
        padding: 20px 10px;
    }

    .L_wrapper-segment .e_meet_us .holder .photo {
        position: static;
        min-height: unset;
        height: 240px;
        filter: brightness(0.7);
        margin-bottom: 10px;
    }

    .L_wrapper-segment .e_meet_us h2 {
        font-size: 19px;
    }

    .L_wrapper-segment .e_meet_us p {
        font-size: 15px;
    }
}
.L_wrapper-segment .D_learning_process {
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: rgb(167,173,186);
    overflow: hidden;
}

.L_wrapper-segment .D_learning_process::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle closest-side, rgb(167,173,186,0.5) 0%, transparent 100%);
    z-index: -1;
}

.L_wrapper-segment .D_learning_process .holder {
    position: relative;
    z-index: 1;
    padding: 60px;
    text-align: center;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    transform: translateY(-50px);
    animation: slideInUp 1s forwards cubic-bezier(0.2, 0.8, 0.2, 1);
}

.L_wrapper-segment .D_learning_process h2 {
    font-size: 42px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 20px;
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
}

.L_wrapper-segment .D_learning_process p {
    font-size: 20px;
    line-height: 1.6;
    color: #000000;
}

@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(-100px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media only screen and (max-width: 800px) {
    .L_wrapper-segment .D_learning_process .holder {
        padding: 40px;
    }

    .L_wrapper-segment .D_learning_process h2 {
        font-size: 32px;
        margin-bottom: 16px;
    }

    .L_wrapper-segment .D_learning_process p {
        font-size: 18px;
    }
}
.u_thxNote {
    background-color: rgb(167,173,186,0.5);
    color: #ffffff;
    padding: 100px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.u_thxNote .container {
    max-width: 1000px;
    padding: 40px;
    background: rgb(167,173,186,0.5);
    border: 1px solid rgb(79,91,102);
    border-radius: 29px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 1;
}
.u_thxNote h2 {
    font-family: Lato, sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: rgb(167,173,186);
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
    border-bottom: 2px solid rgb(167,173,186);
    text-shadow: 0 0 8px #ffffff;
}
.u_thxNote p {
    font-family: Lato, sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #000000;
    line-height: 1.8;
    margin-bottom: 30px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    text-shadow: 0 0 6px rgb(79,91,102);
}
@media only screen and (max-width: 800px) {
    .u_thxNote {
        padding: 60px 0;
    }
    .u_thxNote .container {
        padding: 30px;
    }
    .u_thxNote h2 {
        font-size: 22px;
    }
    .u_thxNote p {
        font-size: 18px;
    }
}
.u_thxNote::before, .u_thxNote::after {
    content: '';
    position: absolute;
    background: rgb(167,173,186,0.5);
    z-index: 0;
}
.u_thxNote::before {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    top: -100px;
    left: -100px;
    box-shadow: 0 0 30px rgb(167,173,186);
}
.u_thxNote::after {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    bottom: -150px;
    right: -150px;
    background: rgb(79,91,102,0.5);
    box-shadow: 0 0 30px rgb(79,91,102);
}
.u_thxNote .container::before, .u_thxNote .container::after {
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
    border-radius: 10px;
}
.u_thxNote .container::before {
    width: 100%;
    height: 4px;
    top: -10px;
    left: 0;
    box-shadow: 0 0 10px rgb(167,173,186);
}
.u_thxNote .container::after {
    width: 4px;
    height: 100%;
    right: -10px;
    top: 0;
    box-shadow: 0 0 10px rgb(167,173,186);
}
.u_thxNote h2::before, .u_thxNote h2::after {
    content: '';
    position: absolute;
    background: rgb(167,173,186);
    z-index: -1;
}
.u_thxNote h2::before {
    width: 60px;
    height: 4px;
    bottom: -4px;
    left: 0;
    box-shadow: 0 0 10px rgb(167,173,186);
}
.u_thxNote h2::after {
    width: 30px;
    height: 4px;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    box-shadow: 0 0 10px rgb(167,173,186);
}
.K_benefits_outline .advantages_content h2 {
    color: rgb(79,91,102);
}

.K_benefits_outline .advantage_item svg, .K_benefits_outline .advantage_item svg path {
    fill: rgb(167,173,186);
}

.K_benefits_outline .advantage_item p {
    color: #000000;
}

.K_benefits_outline .advantage_item b {
    color: rgb(167,173,186);
}

.K_benefits_outline {
    padding-top: 80px;
    padding-bottom: 80px;
}

.K_benefits_outline .advantages_holder {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.K_benefits_outline .advantages_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.K_benefits_outline .advantages_content h2 {
    text-align: center;
    margin-bottom: 48px;
    font-size: 31px;
    font-weight: 600;
}

.K_benefits_outline .advantages_content h4 {
    text-align: center;
    font-size: 20px;
    margin-top: 20px;
}

.K_benefits_outline .advantages_description {
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
    padding: 20px;
}

.K_benefits_outline .advantage_item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    min-height: 200px;
    width: 25%;
    padding: 10px;
}

.K_benefits_outline .advantage_item svg, .K_benefits_outline .advantage_item img {
    width: 128px;
    height: 128px;
}

@media only screen and (max-width: 1200px) {
    .L_wrapper-segment .K_benefits_outline .advantages_holder .advantage_item {
        width: calc(50% - 20px);
        margin: 10px;
    }
}

@media only screen and (max-width: 800px) {
    .K_benefits_outline .advantages_content h2 {
        font-size: 30px;
    }

    .K_benefits_outline .advantages_holder {
        flex-direction: column;
    }

    .K_benefits_outline {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .L_wrapper-segment .K_benefits_outline .advantages_holder .advantage_item {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
}

.L_wrapper-segment .K_benefits_outline .advantages_content {
    align-items: center;
}

.L_wrapper-segment .K_benefits_outline .advantages_content h2 {
    text-align: center;
    padding-bottom: 25px;
    border-bottom: 3px solid transparent;
    border-image: linear-gradient(to right, rgb(79,91,102) 0%, rgb(167,173,186,0.5) 25%, rgb(79,91,102,0.5) 50%, rgb(167,173,186) 100%);
    border-image-slice: 1;
    width: fit-content;
    font-size: 38px;
    color: inherit;
    margin-bottom: 36px;
    font-weight: 300;
}

.L_wrapper-segment .K_benefits_outline .advantage_image {
    width: 190px;
    height: 190px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border: 1px solid rgb(79,91,102,0.5);
    border-radius: 50%;
    position: relative;

}

.L_wrapper-segment .K_benefits_outline .advantage_image::before {
    content: "";
    position: absolute;
    width: 85%;
    height: 85%;
    border-radius: 50%;
    border: 1px solid rgb(79,91,102,0.5);
}

.L_wrapper-segment .K_benefits_outline .advantage_item svg, .L_wrapper-segment .K_benefits_outline .advantage_item img {
    width: 80px;
    height: 80px;
}

.L_wrapper-segment .K_benefits_outline .advantages_content h4 {
    font-weight: 700;
    font-size: 20px;
    margin-top: 32px;
}
.t_connect_form {
    padding: 60px 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    font-family: Lato, sans-serif;
}
.t_connect_form h3, .t_connect_form h5 {
    color: rgb(167,173,186);
    margin-bottom: 20px;
    font-weight: 600;
}
.t_connect_form .container {
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
.t_connect_form .holder {
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    gap: 30px;
}
.t_connect_form .info {
    flex: 1 1 100%;
    background: #ffffff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}
.t_connect_form .info svg {
    fill: rgb(167,173,186);
    margin-right: 10px;
    width: 24px;
    height: 24px;
}
.t_connect_form .logo_holder svg, .t_connect_form .logo_holder img {
    width: 70px;
    height: 70px;
}
.t_connect_form .info span {
    color: #000000;
    display: block;
    margin-bottom: 10px;
}
.t_connect_form .form {
    flex: 1 1 100%;
    background: #ffffff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}
.t_connect_form form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.t_connect_form form input,
.t_connect_form form select,
.t_connect_form form textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid rgb(167,173,186,0.5);
    border-radius: 10px;
    font-size: 16px;
    transition: border-color 0.2s;
}
.t_connect_form form input:focus,
.t_connect_form form select:focus,
.t_connect_form form textarea:focus {
    border-color: rgb(167,173,186);
    outline: none;
}
.t_connect_form .name_holder {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.t_connect_form .name_holder #surname {
    flex: 1;
}
.t_connect_form .agree {
    display: flex;
    align-items: center;
    gap: 10px;
}
.t_connect_form .agree label {
    display: flex;
    align-items: center;
}
.t_connect_form .agree input[type=checkbox] {
    width: auto;
    margin: 0;
}
.t_connect_form form .button {
    background: rgb(167,173,186);
    color: #ffffff;
    padding: 10px 20px;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    font-size: 16px;
    transition: background 0.2s;
}
.t_connect_form form .button:hover {
    background: rgb(79,91,102);
}
@media (max-width: 900px) {
    .t_connect_form .info, .t_connect_form .form {
        flex: unset;
    }
    .t_connect_form .name_holder {
        flex-direction: column;
    }
    .t_connect_form .holder {
        flex-direction: column;
    }
}
.r_privacy_frame {
    padding: 60px;
    width: 100%;
    overflow: hidden;
    height: auto;
    border: 2px solid rgb(167,173,186);
    font-family: Lato, sans-serif;
    color: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.r_privacy_frame h1 {
    margin-top: 50px;
    margin-bottom: 30px;
    font-size: 39px;
    font-weight: 700;
    color: rgb(167,173,186);
    border-bottom: 3px solid rgb(167,173,186);
    padding-bottom: 10px;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
}

.r_privacy_frame h2 {
    margin-top: 40px;
    margin-bottom: 25px;
    font-size: 33px;
    font-weight: 600;
    color: rgb(79,91,102);
    border-bottom: 2px solid rgb(79,91,102);
    padding-bottom: 10px;
    text-align: center;
    width: 100%;
}

.r_privacy_frame h3, .r_privacy_frame h4, .r_privacy_frame h5, .r_privacy_frame h6 {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 600;
    color: rgb(167,173,186);
    text-align: center;
    width: 100%;
    border-bottom: 1px solid rgb(167,173,186);
    padding-bottom: 5px;
}


.r_privacy_frame li {
    margin-bottom: 15px;
    line-height: 1.6;
    font-size: 13px;
    font-weight: 400;
    color: #000000;
    padding-left: 20px;
    position: relative;
    border-left: 3px solid rgb(167,173,186);
    padding-left: 10px;
}

.r_privacy_frame section {
    padding: 30px;
    border-radius: 10px;
    margin-top: 30px;
    width: 100%;
    border: 1px solid rgb(167,173,186);
    box-shadow: 0 0 15px rgb(167,173,186,0.5);
    text-align: center;
}

.r_privacy_frame p, .r_privacy_frame span, .r_privacy_frame div {
    line-height: 1.8;
    margin-bottom: 15px;
    font-size: 13px;
    color: #000000;
    font-weight: 300;
    width: 100%;
    padding-bottom: 5px;
    margin: 0 auto 15px auto;
    text-align: center;
}

@media only screen and (max-width: 800px) {
    .r_privacy_frame {
        padding: 20px 10px;
    }

    .r_privacy_frame h1 {
        font-size: calc(18px * 0.8);
        width: 100%;
    }

    .r_privacy_frame h2 {
        font-size: calc(18px * 0.8);
        width: 100%;
    }

    .r_privacy_frame h3, .r_privacy_frame h4, .r_privacy_frame h5, .r_privacy_frame h6 {
        font-size: calc(18px * 0.8);
        width: 100%;
    }

    .r_privacy_frame p, .r_privacy_frame span, .r_privacy_frame div {
        font-size: calc(13px * 0.9);
        width: 100%;
    }

    .r_privacy_frame ul, .r_privacy_frame ol {
        width: 100%;
    }

    .r_privacy_frame section {
        width: 100%;
    }
}.j_teacher_profile {
    padding-top: 80px;
    padding-bottom: 80px;
}

.j_teacher_profile .review .name {
    color: rgb(79,91,102);
}

.j_teacher_profile .review span {
    color: rgb(167,173,186);
}

.j_teacher_profile .holder {
    display: flex;
    justify-content: center;
    align-items: center;
}

.j_teacher_profile .review {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 33%;
}

.j_teacher_profile .photo {
    width: 350px;
    height: 400px;
    max-width: 100%;
    margin-bottom: 8px;
    background-position: center;
}

.j_teacher_profile .review .name {
    font-size: 21px;
    margin-bottom: 8px;
}

.j_teacher_profile .review span {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 14px;
}

.j_teacher_profile .review .quote {
    font-size: 16px;
    font-weight: 300;
    font-style: italic;
}

@media only screen and (max-width: 1200px) {
    .j_teacher_profile .review {
        max-width: unset;
    }
}

@media only screen and (max-width: 800px) {
    .j_teacher_profile .holder {
        flex-direction: column;
    }

    .j_teacher_profile .review {
        max-width: unset;
        width: 100%;
    }

    .j_teacher_profile {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.L_wrapper-segment .j_teacher_profile .review {
    max-width: unset;
    flex-direction: row-reverse;
    width: 100%;
    position: relative;
    justify-content: flex-end;
}

.L_wrapper-segment .j_teacher_profile {
    padding: 90px 0;
}

.L_wrapper-segment .j_teacher_profile .holder {
    width: 100%;
    display: flex;
    justify-content: flex-start;
}

.L_wrapper-segment .worker_description {
    width: 80%;
    display: flex;
    flex-direction: column;
    background: rgb(167,173,186);
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    padding: 50px;
    padding-right: calc(370px - 20%);
    min-height: 350px;
}

.L_wrapper-segment .j_teacher_profile .photo {
    position: absolute;
    width: 350px;
    height: 350px;
    right: 0;
    top: -20px;
    margin: 0;
}

.L_wrapper-segment .j_teacher_profile .review .name {
    font-size: 20px;
}

.L_wrapper-segment .j_teacher_profile .review span {
    color: var(--white-color_opacity);
    margin-bottom: 20px;
}

.L_wrapper-segment .j_teacher_profile .review .quote {
    color: #ffffff;
    font-size: 18px;
}

@media only screen and (max-width: 800px) {
    .L_wrapper-segment .j_teacher_profile {
        padding: 20px 0;
    }

    .L_wrapper-segment .j_teacher_profile .photo {
        position: static;
        width: 100%;
        height: 300px;
    }

    .L_wrapper-segment .worker_description {
        width: 100%;
        padding: 30px 20px;
        min-height: unset;
    }

    .L_wrapper-segment .j_teacher_profile .review {
        flex-direction: column;
    }
}.e_course_summary {
    padding-top: 80px;
    padding-bottom: 80px;
}
.e_course_summary h2 {
    color: rgb(79,91,102);
}
.e_course_summary .content {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 16px 48px rgb(0 0 0 / 18%);
}
.e_course_summary h3 {
    color: rgb(167,173,186);
}
.e_course_summary p {
    color: #000000;
}
.e_course_summary .button {
    background: rgb(79,91,102);
    color:  #ffffff;
    margin-top: 30px;
    width: fit-content;
}
.e_course_summary .button:hover {
    background: rgb(167,173,186);
}

.e_course_summary .holder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.e_course_summary .items {
    display: flex;
    justify-content: center;
    align-items: center;
}
.e_course_summary .course {
    padding: 12px;
    max-width: 100%;
}
.e_course_summary .content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
}
.e_course_summary .text_holder {
    display: flex;
    flex-direction: column;
    align-items: center;

}
.e_course_summary h2 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 32px;
}
.e_course_summary .photo {
    height: 500px;
    width: calc(100% - 60px);
    margin-top: 30px;
}
.e_course_summary .text_holder {
    padding: 30px;
}
.e_course_summary h3 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 16px;
    text-align: center;
}
.e_course_summary p {
    font-size: 13px;
    font-weight: 300;
    line-height: 24px;
    text-align: center;
}
.e_course_summary .button {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    padding: 15px 25px;
    text-decoration: none;
}

@media only screen and (max-width: 600px)  {
    .e_course_summary .items {
        flex-direction: column;
    }
    .e_course_summary h2 {
        font-size: 30px;
    }
    .e_course_summary h3 {
        font-size: 26px;
    }
    .e_course_summary .course {
        max-width: unset;
        width: 100%;
    }
    .e_course_summary {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.L_wrapper-segment .e_course_summary .container {
    width: 100%;
    padding: 0;
}
.L_wrapper-segment .e_course_summary .items  {
    width: 100%;
}
.L_wrapper-segment .e_course_summary .items .course {
    padding: 0;
    width: 100%;
}
.L_wrapper-segment .e_course_summary .photo {
    height: 250px;
    width: 100%;
    margin: 0;
    border-radius: 0!important;
    background-position: 50% 30% !important;
}
.L_wrapper-segment .e_course_summary .course .content {
    border-radius: 0 !important;
    box-shadow: none;
}
.L_wrapper-segment .e_course_summary .text_holder {
    max-width: 1200px;
    margin: auto;
    justify-content: flex-start;
    align-items: center;
    min-height: unset;
}
.L_wrapper-segment .e_course_summary p {
    margin-top: 20px;
    text-align: center;
}
.L_wrapper-segment .e_course_summary .button {
    margin-top: 30px;
    width: fit-content;
}
.L_wrapper-segment .e_course_summary h3 {
    text-align: center;
}
@media only screen and (max-width: 800px) {

}footer {
    background: rgb(79,91,102);
    color: #ffffff;
    padding: 60px 0;
    font-family: Lato, sans-serif;
}
footer .container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
}

footer .logo_holder {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
footer .logo_holder svg, footer .logo_holder img {
    height: 80px;
    width: 80px;
    margin-right: 10px;
    fill: rgb(167,173,186);
}
footer h5 {
    color: rgb(167,173,186);
    font-size: 19px;
    margin-bottom: 20px;
    font-weight: 700;
}
footer .menu a {
    color: #ffffff;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block;
    text-decoration: none;
    position: relative;
    transition: color 0.3s ease;
}
footer .menu a:hover {
    color: rgb(167,173,186);
}
footer .contact_info div {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
footer .contact_info div svg {
    width: 20px;
    height: 20px;
    fill: rgb(167,173,186);
    margin-right: 10px;
}
footer .contact_info div span {
    color: #ffffff;
    font-size: 12px;
}
footer .footer_agreement {
    text-align: center;
    margin: 20px 0;
    font-size: 12px;
}
footer .copyright {
    background: rgb(167,173,186,0.5);
    padding: 15px 0;
    text-align: center;
    color: #ffffff;
    font-size: 13px;
    margin: 10px;
}
.footer_agreement, .copyright {
    border-radius: 12px;
}
@media (max-width: 800px) {
    footer .logo_holder svg, footer .logo_holder img {
        height: 60px;
        width: 60px;
        margin-right: 5px;
    }
    footer .logo_holder {
        justify-content: center;
    }
    footer h5 {
        text-align: center;
        font-size: 22px;
    }
    footer .menu a {
        font-size: 12px;
        text-align: center;
    }
    footer .contact_info div {
        justify-content: center;
    }
}
footer .footer_info {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
footer .footer_info > div {
    flex: 1 1 300px;
    margin: 10px;
}
.footer_info div {
    margin-bottom: 15px;
}
.r_homepage {
    width: 100%;
    overflow: hidden;
}
.r_homepage .title_page_holder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 700px;
    position: relative;
    background-size: cover;
    background-position: center;
}
.r_homepage .title_page_holder::before,
.r_homepage .title_page_holder::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.r_homepage .title_page_holder::before {
    background: linear-gradient(to bottom, rgb(167,173,186,0.5) 0%, rgb(167,173,186,0.5) 100%);
}
.r_homepage .title_page_holder::after {
    background: rgba(0, 0, 0, 0.3);
}
.r_homepage .style_element {
    position: relative;
    z-index: 2;
    background: #ffffff;
    width: 60%;
    max-width: 1200px;
    padding: 40px;
    border-radius: 24px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.r_homepage .style_element h1 {
    font-family: Lato, sans-serif;
    font-size: 47px;
    font-weight: 700;
    color: rgb(79,91,102);
    margin-bottom: 16px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}
.r_homepage .style_element h3 {
    font-family: Lato, sans-serif;
    font-size: 32px;
    font-weight: 400;
    color: rgb(79,91,102,0.5);
    margin-bottom: 12px;
    text-align: left;
}
.r_homepage .style_element p {
    font-family: Lato, sans-serif;
    font-size: 13px;
    font-weight: 300;
    color: #000000;
    line-height: 1.6;
    text-align: left;
    margin-bottom: 24px;
}

.L_wrapper-segment .r_homepage .title_page_holder {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.L_wrapper-segment .r_homepage .style_element {
    width: 50%;
    max-width: 1000px;
    background: #ffffff;
    padding: 50px;
    border-radius: 24px;
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    z-index: 2;
}
.L_wrapper-segment .r_homepage .title_page_holder::before {
    clip-path: polygon(100% 0, 70% 0, 40% 100%, 0 100%);
}
.L_wrapper-segment .r_homepage .style_element h1 {
    color: #000000;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}
.L_wrapper-segment .r_homepage .style_element h3 {
    color: rgb(79,91,102);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}
.L_wrapper-segment .r_homepage .style_element p {
    color: #000000;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 800px) {
    .r_homepage .title_page_holder {
        min-height: 500px;
        height: auto;
    }
    .L_wrapper-segment .r_homepage .style_element {
        width: 100%;
        padding: 30px;
    }
    .r_homepage .style_element h1 {
        font-size: 32px;
    }
    .r_homepage .style_element h3 {
        font-size: 24px;
    }
    .r_homepage .style_element p {
        font-size: 13px;
    }
}