* {
    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: Nunito, sans-serif;
    color: #000000;
}
.wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.content {
    flex: 1 0 auto;
}
.footer {
    flex: 0 0 auto;
}
section {
    background-color: rgb(186,204,142);
}
section:nth-child(4n-1){
    background-color: #ffffff;
}

@media only screen and (max-width: 800px)  {
    .container {
        width: 100%;
        padding: 0 12px;
    }
}.wrapper footer .footer {
    padding: 0;
}
.wrapper footer .footer_info {
    flex-direction: column;
    align-items: center;
    min-height: 100px;
    justify-content: center;
    padding: 20px;
}
.wrapper footer .menu_holder {
    flex-direction: row;
    justify-content: center;
}
.wrapper footer .menu a {
    margin: 0;
    padding: 5px 20px;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
}
.wrapper footer .copyright {
    background: rgb(93,102,71,0.5);
    padding-top: 5px;
    padding-bottom: 5px;
}
.wrapper footer .copyright_info {
    text-align: center;
}
.wrapper footer  .logo_holder {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-bottom: 20px;
    border-bottom: 3px solid rgb(93,102,71);
    margin-bottom: 20px;
}
.wrapper footer .logo_holder svg, .wrapper footer .logo_holder svg path, .wrapper footer .logo_holder img {
    margin: 0;
    fill: #ffffff;
}
@media only screen and (max-width: 1200px)  {
    .wrapper footer  .logo_holder {
        width: 100%;
    }
}
@media only screen and (max-width: 800px)  {
    .wrapper footer .menu_holder {
        flex-direction: column;
        text-align: left;
        align-items: center;
        justify-content: center;
    }
    .wrapper footer .menu a {
        margin-bottom: 5px;
        font-size: 18px
    }
    .wrapper footer .footer_info {
        padding: 10px;
    }
    .wrapper footer .copyright_info {
        text-align: center;
    }
    .wrapper footer .copyright_info a {
        display: block;
        margin-top: 5px;
    }
}
.wrapper .newsletter_signupjXy57 {
    background: rgb(93,102,71);
    border-bottom: 10px solid rgb(139,153,107);
}
.wrapper .newsletter_signupjXy57 .input_holder {
    flex-direction: column;
    width: 100%;
}
.wrapper .newsletter_signupjXy57 input {
    border-radius: 5px;
    background: #ffffff;
    color: inherit;
    padding: 16px;
    margin: 0;
    margin-bottom: 10px;
    width: 50%;
}
.wrapper .newsletter_signupjXy57 h2 {
    font-size: 28px;
    color: #ffffff;
    margin-bottom: 28px;
    max-width: 50%;
}
.wrapper .newsletter_signupjXy57 .button {
    border-radius: 5px;
    background: rgb(139,153,107);
    padding: 12px;
    font-size: 18px;
}
@media only screen and (max-width: 800px)  {
    .wrapper .newsletter_signupjXy57 h2 {
        max-width: unset;
    }
    .wrapper .newsletter_signupjXy57 input {
        width: 100%;
    }
}.landing_pagejvIEy .title_page_holder {
    background-size: cover;
    background-position: center !important;
}
.landing_pagejvIEy .style_element h1 {
    color: rgb(139,153,107);
}
.landing_pagejvIEy .style_element h3 {
    color: rgb(139,153,107);
    text-align: right;
    font-size: 20px;
    margin-bottom: 8px;
}
.landing_pagejvIEy .style_element p {
    color: #000000;
    text-align: right;
}

.landing_pagejvIEy {
  width: 100%;
}
.landing_pagejvIEy .title_page_holder {
    width: 100%;
    min-height: 680px;
    height: auto;
    position: relative;
}
.landing_pagejvIEy .style_element {
    position: absolute;
    right: 0px;
    bottom:-1px;
    background:  #ffffff;
    width: 85%;
    height: 100%;
    clip-path: polygon(100% 100%, 100% 150px, 0 100%);
    padding: 100px 100px 50px 40%;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    justify-content: flex-end;
    min-width: 680px;
    border-radius: 0;
}
.landing_pagejvIEy .style_element h1 {
    font-size: 52px;
    font-weight: 700;
    margin-bottom: 8px;
    text-align: right;
}
.landing_pagejvIEy .style_element p {
    font-size:16px;
    font-weight: 300;
    margin-bottom: 16px;
}
@media only screen and (max-width: 800px)  {
    .landing_pagejvIEy .title_page_holder {
        min-height: 320px;
        height: auto;
    }
    .landing_pagejvIEy .style_element {
        min-width: unset;
        width: 100%;
        clip-path: polygon(100% 100%, 100% -175%, 0 100%);
        padding: 100px 30px 30px 100px;
        text-align: right;
        min-width: unset;
    }
    .landing_pagejvIEy .style_element h1 {
        font-size: 30px;
    }


}

.benefitsCga0w .advantages_content h2 {
    color: rgb(139,153,107);
}
.benefitsCga0w .advantage_item svg, .benefitsCga0w .advantage_item svg path {
    fill: rgb(93,102,71);
}
.benefitsCga0w .advantage_item p {
    color: #000000;
}
.benefitsCga0w .advantage_item b{
    color: rgb(93,102,71);
}

.benefitsCga0w {
    padding-top: 80px;
    padding-bottom: 80px;
}
.benefitsCga0w .advantages_holder  {
    display: flex;
    justify-content: space-between;
}
.benefitsCga0w .advantages_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}
.benefitsCga0w .advantages_content h2 {
    text-align: center;
    margin-bottom: 48px;
    font-size: 38px;
    font-weight: 600;
}
.benefitsCga0w .advantages_content h4{
    text-align: center;
    font-size: 20px;
    margin-top: 20px;
}
.benefitsCga0w .advantages_description {
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
    padding: 20px;
}
.benefitsCga0w .advantage_item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    min-height: 200px;
    width: 25%;
    padding: 10px;
}
.benefitsCga0w .advantage_item svg, .benefitsCga0w .advantage_item img {
    width: 128px;
    height: 128px;
}
@media only screen and (max-width: 1200px) {
    .wrapper .benefitsCga0w .advantage_item{
        width: calc(50% - 10px);
        margin-right: 10px;
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 800px)  {
    .benefitsCga0w .advantages_content h2 {
        font-size: 30px;
    }
    .benefitsCga0w .advantages_holder {
        flex-direction: column;
    }
    .benefitsCga0w {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .wrapper .benefitsCga0w .advantage_item {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
}
.teaching_historyhjbNY {
    padding-top: 80px;
    padding-bottom: 80px;
}
.teaching_historyhjbNY h2 {
    color: rgb(139,153,107);
}
.teaching_historyhjbNY .review .name {
    color: rgb(139,153,107);
}
.teaching_historyhjbNY .review span {
    color: rgb(93,102,71);
}

.teaching_historyhjbNY .holder {
    display: flex;
    justify-content: center;
    align-items: center;
}
.teaching_historyhjbNY .review {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 33%;
}
.teaching_historyhjbNY h2 {
    text-align: center;
    margin-bottom: 48px;
    font-size: 38px;
    font-weight: 600;
}
.teaching_historyhjbNY .photo {
    width: 350px;
    height: 400px;
    max-width: 100%;
    margin-bottom: 8px;
    background-position: center;
}
.teaching_historyhjbNY .review .name {
    font-size: 24px;
    margin-bottom: 8px;
}
.teaching_historyhjbNY .review span {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 14px;
}
.teaching_historyhjbNY .review .quote {
    font-size: 16px;
    font-weight: 300;
    font-style: italic;
}

@media only screen and (max-width: 600px)  {
    .teaching_historyhjbNY .holder {
        flex-direction: column;
    }
    .teaching_historyhjbNY .review {
        max-width: unset;
        width: 100%;
    }
    .teaching_historyhjbNY {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .teaching_historyhjbNY h2 {
        margin-bottom: 24px;
        font-size: 30px;
    }
}

.wrapper .our_teamahj5l .holder {
    height: auto;
}
.wrapper .our_teamahj5l {
    background-image: linear-gradient(rgb(93,102,71), white);
}
.wrapper .our_teamahj5l .holder .photo {
    display: block;
    width: 700px;
    height: 700px;
    border-radius: 50%;
    position: absolute;
    right: 0;
}
.wrapper .our_teamahj5l .caption_holder {
    display: flex;
    min-height: 700px;
    flex-direction: row-reverse;
    position: relative;
    align-items: center;

}
.wrapper .our_teamahj5l .style_element {
    position: relative;
    z-index: 3;
    background: #ffffff;
    border-top-left-radius: 50px;
    min-height: 500px;
    width: 60%;
    padding: 30px 50px;
}
.wrapper .our_teamahj5l span {
    display: none;
}
.wrapper .our_teamahj5l h2 {
    color: #000000;
    margin-top: 20px;
    font-size: 36px;
    font-weight: 400;
    line-height: 40px;
}
.wrapper .our_teamahj5l p {
    color: #000000;
    margin-top: 34px;
    font-size: 18px;
    line-height: 26px;
}
@media only screen and (max-width: 1200px)  {
    .wrapper .our_teamahj5l .holder .photo {
        width: 400px;
        height: 400px;
    }
}
@media only screen and (max-width: 800px)  {
    .wrapper .our_teamahj5l .style_element {
        width: 100%;
        padding: 30px;
        height: auto;
    }
    .wrapper .our_teamahj5l .holder .photo {
        width: 320px;
        height: 320px;
        position: relative;
        top:50px;
        margin-top: -50px;
    }
    .wrapper .our_teamahj5l .caption_holder {
        flex-direction: column;
        min-height: unset;
    }
}.our_teamahj5l .holder {
    background-size: cover;
}
.our_teamahj5l .style_element {
    background:  #ffffff;
}
.our_teamahj5l {
    padding-bottom: 80px;
    padding-top: 80px;
}
.our_teamahj5l h2 {
    color: rgb(139,153,107);
}
.our_teamahj5l span {
    color: rgb(93,102,71);
}
.our_teamahj5l p {
    color: #000000;
}

.our_teamahj5l .holder {
    display: flex;
    justify-content: flex-end;
    padding: 40px;
    height: auto;
}
.our_teamahj5l .style_element {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 50%;
    min-width: 400px;
    padding: 20px;
}
.our_teamahj5l .caption_holder {
    display: flex;
    justify-content: flex-end;
}
.our_teamahj5l h2 {
    margin-bottom: 8px;
    font-size: 38px;
    font-weight: 600;
}
.our_teamahj5l span {
    margin-bottom: 16px;
    font-size: 24px;
    font-weight: 600;
}
.our_teamahj5l p {
    font-size: 16px;
    font-weight: 300;
}

@media only screen and (max-width: 600px)  {
    .our_teamahj5l .holder {
        padding: 0px;
    }
    .our_teamahj5l .style_element {
        width: 100%;
        min-width: unset;
    }
    .our_teamahj5l {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .our_teamahj5l h2 {
        font-size: 30px;
    }
}
.privacy_holder {
    padding: 30px;
    width: 100%;
    overflow: hidden;
}
.privacy_holder h1 {
    margin-top: 30px;
    margin-bottom: 20px;
}
.privacy_holder h2 {
    margin-top: 25px;
    margin-bottom: 15px;
}
.privacy_holder h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}
.privacy_holder ul, .privacy_holder ol {
    list-style-position: inside;
    padding-left: 0;
    padding: 10px 0;
}
.privacy_holder li {
    margin-bottom: 10px;
}
.privacy_holder p {
    line-height: 20px;
    margin-bottom: 5px;
}
@media only screen and (max-width: 800px) {
    .privacy_holder {
        padding: 20px 0;
    }
}.contact_section9qylo {
    padding-top: 80px;
    padding-bottom: 80px;
}
.contact_section9qylo h3 {
    color: rgb(139,153,107);
}
.contact_section9qylo .form {
    background:rgb(186,204,142);
    border-radius: 10px;
}
.contact_section9qylo .info svg, .contact_section9qylo .info svg path {
    fill: rgb(93,102,71);
}
.contact_section9qylo .info .contact_info h5 {
    color: rgb(93,102,71);
}
.contact_section9qylo .info span {
    color:  #000000;
}
.contact_section9qylo .info .contact_info svg, .contact_section9qylo .info .contact_info svg path {
    fill:  #000000;
}
.contact_section9qylo form input {
    color: #000000;
    border-radius:6px;
    background:  #ffffff;
}
.contact_section9qylo form  .button {
    background: rgb(139,153,107);
    color:  #ffffff;
    border-radius: 100px;
}
.contact_section9qylo form  .button:hover {
    background: rgb(93,102,71);
}


.contact_section9qylo .holder {
    display: flex;
}
.contact_section9qylo .holder>div {
    width: 50%;
    padding: 40px;
}
.contact_section9qylo .form {

}
.contact_section9qylo .form form {
    display: flex;
    flex-direction: column;
}
.contact_section9qylo h3 {
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 18px;
}
.contact_section9qylo .info {
    padding-top: 40px;
}
.contact_section9qylo form input {
    border: none;
    padding: 13px;
    width: 100%;
    margin-bottom: 24px;
    line-height: 24px;
    outline: none;
    border: 1px solid transparent;
}
.contact_section9qylo form  .button {
    font-weight: 400;
    cursor: pointer;
}
.contact_section9qylo .info .contact_info h5 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 16px;
}
.contact_section9qylo .info svg, .contact_section9qylo .info img {
    margin-right: 16px;
    width: 16px;
    height: 16px;
}
.contact_section9qylo .info span {
    font-size: 16px;
}
.contact_section9qylo .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_section9qylo .logo_holder svg, .contact_section9qylo .logo_holder img {
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
    margin-right: 0;
}
.contact_section9qylo .info .contact_info span {
    font-weight: 300;
}
.contact_section9qylo .info .contact_info>div {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}
.contact_section9qylo .name_holder {
    display: flex;
    justify-content: space-between;
}
.contact_section9qylo .name_holder #surname {
    margin-left: 24px;
}
.contact_section9qylo  .agree {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.contact_section9qylo  .agree label {
    display: block;
}
.contact_section9qylo  .agree a {
    margin-left: 5px;
    color: rgb(93,102,71);
}

.contact_section9qylo  .agree input[type=checkbox] {
    width: auto;
    margin: 0;
    margin-right: 5px;
}

@media only screen and (max-width: 600px)  {
    .contact_section9qylo .holder {
        flex-direction: column;
    }
    .contact_section9qylo .holder>div {
        width: 100%;
    }
    .contact_section9qylo {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .contact_section9qylo h3 {
        font-size: 30px;
    }
}
header .top_plank {
    background: rgb(93,102,71);
    color:  #ffffff;
}
header .main_header {
    background:  #ffffff;
    color:  #000000;
}
header .logo_name {
    color: rgb(93,102,71);
    font-size: 22px;
    font-weight: 700;
}
header .logo_desc {
    color: rgb(139,153,107);
}
header .logo_holder svg,header .logo_holder svg path, header .logo_holder img {
    fill: rgb(93,102,71);
}
header .menu a {
    color: rgb(139,153,107);
}
header .menu a:hover {
    color: rgb(93,102,71);
}
header .menu a.active {
    border: 2px solid rgb(139,153,107);
    border-radius: 100px;
}
header .menu a.active:hover {
    color: #ffffff;
    background: rgb(93,102,71);
    border: 2px solid rgb(93,102,71);
}
header .top_plank .top_plank_content div svg, header .top_plank .top_plank_content div svg path {
    fill: #ffffff;
}
header .top_plank .top_plank_content div span {
    color: #ffffff;
}

header {
    box-shadow: 0 16px 48px rgba(0, 0, 0, .175);
}
header .top_plank .top_plank_content {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 15px 0 10px 0;
    font-size: 14px;
    line-height: 21px;
    flex-wrap: wrap;
}
header .top_plank .top_plank_content div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 24px;
}
header .top_plank .top_plank_content div img, header .top_plank .top_plank_content div svg {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}
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: 14px;
    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 header .opened {
    display: flex;
}
@media only screen and (max-width: 800px)  {
    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(93,102,71);
        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 .landing_pagejvIEy .title_page_holder {
    position: relative;

}
.wrapper .landing_pagejvIEy .title_page_holder::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(93,102,71);
    z-index: 1;
    clip-path: polygon(35% 0%, 50% 50%, 35% 100%, 0% 100%, 0 50%, 0% 0%);
    top:0;
    left:0;
    opacity: 0.5;
}
.wrapper .landing_pagejvIEy .title_page_holder::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 0;
    top:0;
    left:0;
}
.wrapper .landing_pagejvIEy .style_element {
    position: relative;
    clip-path: none;
    height: auto;
    background: none;
    display: flex;
    padding: 100px 49px 50px;
    display: flex;
    flex-direction: column;
    min-height: 336px;
    justify-content: center;
    align-items: flex-start;
    background: none;
    width: 40%;
    min-width: unset;
    top:0;
    z-index: 2;
    height: 100%;

}
.wrapper .landing_pagejvIEy .title_page_holder{
    display: flex;
    height: 550px;
}
.wrapper .landing_pagejvIEy .style_element h1 {
    position: relative;
    z-index: 2;
    width: 100%;
    text-align: left;
    font-size: 48px;
    font-weight: 700;
    color: #ffffff;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.4);
}
.wrapper .landing_pagejvIEy .style_element h3 {
    color: #ffffff;
    text-align: left;
    z-index: 2;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.4);
}
.wrapper .landing_pagejvIEy .style_element p {
    position: relative;
    z-index: 2;
    width: 100%;
    text-align: left;
    margin-top: 10px;
    font-size: 18px;
    line-height: 32px;
    color: #ffffff;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.4);
}
@media only screen and (max-width: 800px)  {
    .wrapper .landing_pagejvIEy .title_page_holder {
        padding: 0px;
        flex-direction: column;
        min-height: 400px;
        height: auto;
    }
    .wrapper .landing_pagejvIEy .style_element h1 {
        font-size: 30px;
    }
    .wrapper .landing_pagejvIEy .style_element {
        width: 100%;
        height: 50%;
        min-height: unset;
        padding-left: 20px;
    }
    .wrapper .landing_pagejvIEy .title_page_holder::after{
        clip-path: polygon(0% 0%, 75% 0, 100% 50%, 75% 100%, 0% 100%);
    }
}.course_structurea4lOv {
    padding-top: 80px;
    padding-bottom: 80px;
}
.course_structurea4lOv h2 {
    color: rgb(139,153,107);
}
.course_structurea4lOv .course .content {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 16px 48px rgb(0 0 0 / 18%);
}
.course_structurea4lOv h3 {
    color: rgb(93,102,71);
}
.course_structurea4lOv p {
    color: #000000;
}
.course_structurea4lOv .button {
    background: rgb(139,153,107);
    color:  #ffffff;
    margin-top: 30px;
    width: fit-content;
}
.course_structurea4lOv .button:hover {
    background: rgb(93,102,71);
}

.course_structurea4lOv .holder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.course_structurea4lOv .items {
    display: flex;
    justify-content: center;
    align-items: center;
}
.course_structurea4lOv .items .course {
    padding: 12px;
    max-width: 100%;
}
.course_structurea4lOv .items .course .content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
}
.course_structurea4lOv .text_holder {
    display: flex;
    flex-direction: column;
    align-items: center;

}
.course_structurea4lOv h2 {
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 32px;
}
.course_structurea4lOv .photo {
    height: 500px;
    width: calc(100% - 60px);
    margin-top: 30px;
}
.course_structurea4lOv .text_holder {
    padding: 30px;
}
.course_structurea4lOv h3 {
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 16px;
    text-align: center;
}
.course_structurea4lOv p {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    text-align: center;
}
.course_structurea4lOv .button {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 400;
    padding: 15px 25px;
    text-decoration: none;
}

@media only screen and (max-width: 600px)  {
    .course_structurea4lOv .items {
        flex-direction: column;
    }
    .course_structurea4lOv h2 {
        font-size: 30px;
    }
    .course_structurea4lOv h3 {
        font-size: 26px;
    }
    .course_structurea4lOv .items .course {
        max-width: unset;
        width: 100%;
    }
    .course_structurea4lOv {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}
footer {
    background: rgb(139,153,107);
    color: #ffffff;
}
footer .copyright {
    background: rgb(93,102,71);
}
footer .logo_holder svg, footer .logo_holder svg path{
    fill: rgb(93,102,71);
}
footer h5 {
    color: rgb(93,102,71);
}
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: 24px;
    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: 16px;
    margin-right: 10px;
    margin-bottom: 5px;
}
footer .copyright {
    font-size: 14px;
}
.footer .goup {
    display: none;
}
@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 header .header_content {
    flex-direction: column;
    align-items:flex-start;

}
.wrapper header .menu a {
    border: 1px solid rgb(93,102,71,0.5);
    border-bottom: none;
    color: rgb(93,102,71);
    font-weight: 400;
    padding: 14px 24px;
    padding-bottom: 13px;
    font-size: 18px;
    text-transform: uppercase;
}
.wrapper header .menu a:hover {
    background: rgb(93,102,71);
    color: #ffffff;
}
.wrapper header .main_header {
    border-bottom: 5px solid rgb(93,102,71);
    position: relative;
}
.wrapper header .menu {
  
}
.wrapper header .menu::before {
    content: "";
    width: 100%;
    background: rgb(93,102,71,0.5);
    height: 1px;
    position: absolute;
    /*top:0;*/
    left: 0;
}
.wrapper header .logo_holder .logotype svg,.wrapper header .logo_holder .logotype img {
    margin-right: 20px;
}
.wrapper .logotype {
    margin-right: 20px;
    border-right: 2px solid rgb(93,102,71);
}
.wrapper header .logo_name {
    margin-bottom: 10px;
}
@media only screen and (max-width: 800px)  {
    .wrapper header .menu a {
        width: 100%;
    }
    .wrapper header .menu a:last-child {
        border-bottom: 1px solid rgb(93,102,71);
    }
    .wrapper header .menu {
        padding-bottom: 0;
    }
    .wrapper header .header_content {
        padding: 0;
    }
    .wrapper header .menu::before {
        display: none;
    }
}.wrapper .try_immediatelyJNB34 .holder {
    flex-direction: column;
    border-radius: 15px;
    padding: 60px 140px;
    background: linear-gradient(to bottom,rgb(93,102,71),rgb(93,102,71,0.5));
}
.wrapper .try_immediatelyJNB34  h2 {
    margin: 0;
    font-size: 38px;
    color: #ffffff;
    margin-bottom: 30px;
}
.wrapper .try_immediatelyJNB34 .button {
    box-shadow: 2px 2px 6px 0 rgba(0,0,0,.1);
    padding: 18px 50px;
    font-size: 16px;
    font-weight: 700;
    background: linear-gradient(to right,rgb(139,153,107),rgb(139,153,107,0.5));
}
.wrapper .try_immediatelyJNB34 .button:hover {
    background: linear-gradient(to left,rgb(139,153,107),rgb(139,153,107,0.5));
}
@media only screen and (max-width: 800px)  {
    .wrapper .try_immediatelyJNB34 .holder {
        padding: 40px 25px;
    }
    .wrapper .try_immediatelyJNB34 {
        padding: 50px 0;
    }
    .wrapper .try_immediatelyJNB34 h2 {
        font-size: 32px;
    }
}.wrapper .contact_section9qylo .holder {
    justify-content: center;
}
.wrapper .contact_section9qylo .form {
    background: none;
    margin: auto;
}
.wrapper .contact_section9qylo .form_text {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 30px;
}
.wrapper .contact_section9qylo form input {
    background: rgba(0, 0, 0, 0.1);
    border-radius: 0;
}
.wrapper .contact_section9qylo h3 {
    text-align: center;
    position: relative;
    display: flex;
    justify-content: center;
    padding-bottom: 24px;
    width: fit-content;
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 28px;
    align-self: center;
}
.wrapper .contact_section9qylo h3::after {
    content: "";
    width: 50%;
    position: absolute;
    bottom: 0;
    border-bottom: 2px solid rgb(139,153,107,0.5);
}
.wrapper .contact_section9qylo form .button {
    background: rgb(93,102,71);
    color: #ffffff;
    border: none;
    border-radius: 0;
    width: fit-content;
    align-self: center;
    padding: 10px 40px;
    margin-bottom: 0;
    margin-top: 10px;
}
.wrapper .contact_section9qylo .agree a {
    color: rgb(93,102,71);
}
@media only screen and (max-width: 800px)  {
    .contact_section9qylo .holder>div {
        padding: 20px;
    }
}.course_beneficiariesPbK9e {
    padding-bottom: 80px;
    padding-top: 80px;
}
.course_beneficiariesPbK9e .holder {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.course_beneficiariesPbK9e ul {
    list-style: none;
}
.course_beneficiariesPbK9e ul li {
    padding-left: 30px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    position: relative;
}
.course_beneficiariesPbK9e ul svg, .course_beneficiariesPbK9e ul svg path {
    fill: rgb(93,102,71);
    width: 20px;
    height: 20px;
    position: absolute;
    left:0;
    flex-shrink: 0;
}

.course_beneficiariesPbK9e h2 {
    text-align: center;
    margin-bottom: 20px;
}
@media only screen and (max-width: 800px)  {
    .course_beneficiariesPbK9e {
        padding-bottom: 30px;
        padding-top: 30px;
    }
}.wrapper .course_structurea4lOv .items {
    width: 100%;
}
.wrapper .course_structurea4lOv .items .course {
    width: 100%;
}
.wrapper .course_structurea4lOv .items .course .content {
    border-radius: 0;
    position: relative;
    box-shadow: none;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: inherit;
}
.wrapper .course_structurea4lOv .items .course .content::after {
    content: "";
    background: rgb(93,102,71);
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
    bottom: -50px;
    z-index: 1;

}
.wrapper .course_structurea4lOv .photo {
    width: 80%;
    height: 600px;
    position: relative;
    z-index: 2;
}
.wrapper .course_structurea4lOv .text_holder {
    position: static;
    background-color: #ffffff;
    width: 80%;
    left: 0;
    z-index: 3;
    min-height: 200px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.wrapper .course_structurea4lOv .button {
    margin-top: 10px;
    display: inline;
    width: inherit;
    text-align: center;
    background: rgb(93,102,71);
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}
.wrapper .course_structurea4lOv {
    padding-bottom: 80px;
}
.wrapper .course_structurea4lOv h3 {
    font-size: 36px;
    font-weight: 700;
    color: #000000;
}
@media only screen and (max-width: 800px)  {
    .wrapper .course_structurea4lOv .text_holder {
        width: 100%;
        position: static;
        margin-top:20px;
    }
    .wrapper .course_structurea4lOv .photo {
        width: 90%;
        height: 200px;
    }
    .wrapper .course_structurea4lOv .items .course .content::after {
        height: 200px;
        top:10px;
    }
    .wrapper .course_structurea4lOv .items .course .content {
        justify-content: flex-start;
    }
    .wrapper .course_structurea4lOv {
        padding-bottom: 50px;
    }
    .wrapper .course_structurea4lOv h3 {
        font-size: 24px;
    }
}.try_immediatelyJNB34 {
    padding-bottom: 80px;
    padding-top: 80px;
}
.try_immediatelyJNB34 h2 {
    color: rgb(139,153,107);
}
.try_immediatelyJNB34 .button {
    background: rgb(139,153,107);
    color:  #ffffff;
    white-space: normal;
    text-align: center;
}
.try_immediatelyJNB34 .button:hover {
    background: rgb(93,102,71);
}

.try_immediatelyJNB34 .holder {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.try_immediatelyJNB34 h2 {
    font-size: 38px;
    font-weight: 600;
    margin-right: 24px;
    width: 66%;
    text-align: center;
}
.try_immediatelyJNB34 .button {
    padding: 15px 25px;
    border-radius: 100px;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

@media only screen and (max-width: 600px)  {
    .try_immediatelyJNB34 .holder {
        flex-direction: column;
    }
    .try_immediatelyJNB34 h2 {
        margin: 0;
        margin-bottom: 24px;
        font-size: 26px;
        width: 90%;
    }
    .try_immediatelyJNB34 .button {
        font-size: 24px;
    }
    .try_immediatelyJNB34 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}
.wrapper .teaching_historyhjbNY {
    position: relative;
}
.wrapper .teaching_historyhjbNY::after {
    content: "";
    width: 100%;
    height: 260px;
    background: rgb(93,102,71);
    position: absolute;
    top:0;
    left:0;
    z-index: 0;
}
.wrapper .teaching_historyhjbNY .holder {
    position: relative;
    z-index: 1;
    justify-content: center;
}
.wrapper .teaching_historyhjbNY .review {
    max-width: unset;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;

}
.wrapper .teaching_historyhjbNY .photo {
    width: 340px;
    height: 340px;
    border-radius: 50%;
    border: 10px solid #ffffff;
}
.wrapper .worker_description {
    display: flex;
    flex-direction: column;
}
.wrapper .teaching_historyhjbNY .review .name {
    width: 100%;
    text-align: center;
    font-size: 48px;
    font-weight: 400;
    line-height: 52px;
    color: #000000;
}
.wrapper .teaching_historyhjbNY .review span {
    font-size: 20px;
    font-weight: 400;
    width: 100%;
    text-align: center;
    color: #000000;
}
.wrapper .teaching_historyhjbNY .review .quote {
    width: 100%;
    text-align: center;
    margin-top: 16px;
    font-size: 20px;
    font-weight: 400;
    line-height: 40px;
}
@media only screen and (max-width: 800px)  {
    .wrapper .teaching_historyhjbNY .review {
        flex-direction: column;
        align-items: center;
        padding: 10px;
    }
    .wrapper .worker_description {
        width: 100%;
    }
    .wrapper .teaching_historyhjbNY .photo {
        width: 300px;
        height: 300px;
        margin: 20px;
    }
    .wrapper .teaching_historyhjbNY::after {
        height: 230px;
    }

}.newsletter_signupjXy57 {
    padding-bottom: 80px;
    padding-top: 80px;
}
.newsletter_signupjXy57 .holder {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.newsletter_signupjXy57 input {
    padding: 12px;
    background: #ffffff;
    outline: none;
    border: 1px solid rgb(139,153,107,0.5);
    margin-right: 10px;
    min-width: 200px;
}
.newsletter_signupjXy57 h2 {
    margin-bottom: 20px;
    text-align: center;
}
.newsletter_signupjXy57 .button {
    background: rgb(139,153,107);
    color: #ffffff;
    padding: 12px;
    text-align: center;
    text-decoration: none;
    flex-shrink: 0;
}
.newsletter_signupjXy57 .input_holder {
    display: flex;
    align-items: center;
}
.dark_back_subscribe {
    top:0;
    left:0;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 91;
    display: flex;
    display: none;
    justify-content: center;
    align-items: center;
}
@media only screen and (max-width: 800px)  {
    .newsletter_signupjXy57 .holder {
        flex-direction: column;
    }
    .newsletter_signupjXy57 {
        padding: 30px 20px;
    }
    .newsletter_signupjXy57 input {
        min-width: unset;
    }
    .newsletter_signupjXy57 .button {
        flex-shrink: unset;
    }
    .newsletter_signupjXy57 .input_holder {
        flex-direction: column;
        width: 100%;
    }
    .newsletter_signupjXy57 input {
        margin: 0;
        margin-bottom: 10px;
        width: 100%;
    }
}