
@font-face {
    font-family: 'Merriweather';
    src: url('../fonts/Merriweather/Merriweather-Regular.woff2') format('woff2'),
    url('../fonts/Merriweather/Merriweather-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Merriweather';
    src: url('../fonts/Merriweather/Merriweather-Italic.woff2') format('woff2'),
    url('../fonts/Merriweather/Merriweather-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Merriweather';
    src: url('../fonts/Merriweather/Merriweather-Bold.woff2') format('woff2'),
    url('../fonts/Merriweather/Merriweather-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Merriweather';
    src: url('../fonts/Merriweather/Merriweather-Bolditalic.woff2') format('woff2'),
    url('../fonts/Merriweather/Merriweather-Bolditalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}* {
    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 {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.content {
    flex: 1 0 auto;
}
.footer {
    flex: 0 0 auto;
}
section {
    background-color: rgb(178,178,178);
}
section:nth-child(4n-1){
    background-color: #ffffff;
}

@media only screen and (max-width: 600px)  {
    .container {
        width: 100%;
        padding: 0 12px;
    }
}.wrapper .contact_form .holder {
    flex-direction: row-reverse;
}
.wrapper .contact_form .holder .form {
    width: calc(70% - 50px);
    margin-right: 50px;
    background: none;
}
.wrapper .contact_form .logo_holder {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;

}
.wrapper .contact_form .logo_holder svg {
    margin-bottom: 10px;
    margin-right: 0;
}
.wrapper .contact_form .info span {
    font-weight: normal;
}
.wrapper .contact_form .holder .info {
    width: 30%;
}
.wrapper .contact_form form input {
    border-bottom: 1px solid rgb(84,118,140,0.5);
    border-radius: 0 !important;
    font-size: 18px;
    font-weight: 300;
}
.wrapper .contact_form h3 {
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 40px;
}
.wrapper .contact_form form .button {
    width: fit-content;
    background: rgb(84,118,140);
    color: #ffffff;
    margin-top: 24px;
}
@media only screen and (max-width: 800px)  {
    .wrapper .contact_form .holder {
        flex-direction: column-reverse;
    }
    .wrapper .contact_form .holder .form, .wrapper .contact_form .holder .info {
        width: 100%;
    }
    .wrapper .contact_form .name_holder  {
        flex-direction: column;
    }
    .wrapper .contact_form .name_holder #surname {
        margin-left: 0;
    }
}.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;
    }
}.wrapper footer .footer {
    padding: 0;
}
.wrapper footer .footer_info {
    flex-direction: row;
    align-items: center;
    min-height: 100px;
}

.wrapper footer .menu_holder {
    flex-direction: row;
    justify-content: flex-end;
}
.wrapper footer .menu a {
    margin: 0;
    padding: 5px 10px;
    font-size: 20px;
    color: rgb(89,89,89);
}
.wrapper footer .copyright {
    background: rgb(89,89,89,0.5);
    padding-top: 5px;
    padding-bottom: 5px;
}
.wrapper footer .copyright_info {
    text-align: center;
}
.wrapper footer .logo_holder .goup {
    display: block;
    border-radius: 50%;
    border: 2px solid rgb(89,89,89);
    color: rgb(89,89,89);
    width: 34px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    cursor: pointer;
}
.wrapper footer .logo_holder .goup>svg, .wrapper footer .logo_holder .goup>img {
    width: 20px;
    height: 20px;
    margin: 0;
}
@media only screen and (max-width: 1200px)  {

}
@media only screen and (max-width: 800px)  {
    .wrapper footer .menu_holder {
        flex-direction: column;
        text-align: left;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .wrapper footer .menu a {
        padding-left: 0;
        font-size: 18px
    }
    .wrapper footer .menu a:first-child {

        margin-bottom: 10px;
    }
    .wrapper footer .footer_info {
        padding: 20px 10px;
    }
    .wrapper footer .copyright_info {
        text-align: center;
    }
    .wrapper footer .copyright_info a {
        display: block;
        margin-top: 5px;
    }
}
footer {
    background: rgb(84,118,140);
    color: #ffffff;
}
footer .copyright {
    background: rgb(89,89,89);
}
footer .logo_holder svg, footer .logo_holder svg path{
    fill: rgb(89,89,89);
}
footer h5 {
    color: rgb(89,89,89);
}
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;
    }
    .wrapper .contact_info {
        margin-top: 10px;
    }

}
.our_course {
    padding-top: 80px;
    padding-bottom: 80px;
}
.our_course h2 {
    color: rgb(84,118,140);
}
.our_course .course .content {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 16px 48px rgb(0 0 0 / 18%);
}
.our_course h3 {
    color: rgb(89,89,89);
}
.our_course p {
    color: #000000;
}
.our_course .button {
    background: rgb(84,118,140);
    color:  #ffffff;
    margin-top: 30px;
    width: fit-content;
}
.our_course .button:hover {
    background: rgb(89,89,89);
}

.our_course .holder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.our_course .items {
    display: flex;
    justify-content: center;
    align-items: center;
}
.our_course .items .course {
    padding: 12px;
    max-width: 100%;
}
.our_course .items .course .content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
}
.our_course .text_holder {
    display: flex;
    flex-direction: column;
    align-items: center;

}
.our_course h2 {
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 32px;
}
.our_course .photo {
    height: 500px;
    width: calc(100% - 60px);
    margin-top: 30px;
}
.our_course .text_holder {
    padding: 30px;
}
.our_course h3 {
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 16px;
    text-align: center;
}
.our_course p {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    text-align: center;
}
.our_course .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)  {
    .our_course .items {
        flex-direction: column;
    }
    .our_course h2 {
        font-size: 30px;
    }
    .our_course h3 {
        font-size: 26px;
    }
    .our_course .items .course {
        max-width: unset;
        width: 100%;
    }
    .our_course {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}
.wrapper .workers_review {
    position: relative;
}
.wrapper .workers_review::after {
    content: "";
    width: 100%;
    height: 260px;
    background: rgb(89,89,89);
    position: absolute;
    top:0;
    left:0;
    z-index: 0;
}
.wrapper .workers_review .holder {
    position: relative;
    z-index: 1;
    justify-content: center;
}
.wrapper .workers_review .review {
    max-width: unset;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;

}
.wrapper .workers_review .photo {
    width: 340px;
    height: 340px;
    border-radius: 50%;
    border: 10px solid #ffffff;
}
.wrapper .worker_description {
    display: flex;
    flex-direction: column;
}
.wrapper .workers_review .review .name {
    width: 100%;
    text-align: center;
    font-size: 48px;
    font-weight: 400;
    line-height: 52px;
    color: #000000;
}
.wrapper .workers_review .review span {
    font-size: 20px;
    font-weight: 400;
    width: 100%;
    text-align: center;
    color: #000000;
}
.wrapper .workers_review .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 .workers_review .review {
        flex-direction: column;
        align-items: center;
        padding: 10px;
    }
    .wrapper .worker_description {
        width: 100%;
    }
    .wrapper .workers_review .photo {
        width: 300px;
        height: 300px;
        margin: 20px;
    }
    .wrapper .workers_review::after {
        height: 230px;
    }

}header .top_plank {
    background: rgb(89,89,89);
    color:  #ffffff;
}
header .main_header {
    background:  #ffffff;
    color:  #000000;
}
header .logo_name {
    color: rgb(89,89,89);
    font-size: 22px;
    font-weight: 700;
}
header .logo_desc {
    color: rgb(84,118,140);
}
header .logo_holder svg,header .logo_holder svg path, header .logo_holder img {
    fill: rgb(89,89,89);
}
header .menu a {
    color: rgb(84,118,140);
}
header .menu a:hover {
    color: rgb(89,89,89);
}
header .menu a.active {
    border: 2px solid rgb(84,118,140);
    border-radius: 100px;
}
header .menu a.active:hover {
    color: #ffffff;
    background: rgb(89,89,89);
    border: 2px solid rgb(89,89,89);
}
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;
}
header .burger svg, header .burger img {
    width: 40px;
    height: 40px;
}
header .burger {
    display: none;

}
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: absolute;
        top:100%;
        left:0;
        z-index: 90;
        background: #ffffff;
        width: 100%;
    }
    header .menu a.active {
        border: none;
    }
    header .menu a.active:hover {
        color: rgb(89,89,89);
        background: none;
        border: none;
    }
    header .main_header {
        position: relative;
        z-index: 99;
    }
    header .burger {
        display: block;
    }
    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;
    }
    .burger {
        margin: 0;
        margin-left: 5px;
    }
    header .header_content {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

.wrapper .advantages .advantages_content h2{
    font-size: 60px;
    font-weight: 400;
}
.wrapper .advantages .advantages_holder {
    width: 100%;
    flex-wrap: wrap;
}
.wrapper .advantages .advantage_item {
    padding: 30px;
    width: 270px;
    border-radius: 50px;
    background: #ffffff;
    box-shadow: 5px 5px 20px 0 rgba(0,0,0,0.2);
    border-bottom: 14px solid rgb(89,89,89);

}
.wrapper .advantages .advantage_image {
    padding: 20px;
    background: rgb(89,89,89);
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.wrapper .advantages .advantage_item svg, .wrapper .advantages .advantage_item svg path, .wrapper .advantages .advantage_item img {
    fill:#ffffff;
    width: 80px;
    height: 80px;
}
.wrapper .advantages .advantages_content h4 {
    display: inherit;
    margin-top: 20px;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color:rgb(89,89,89);
    text-align: center;
}
@media only screen and (max-width: 800px)  {
    .wrapper .advantages .advantage_item {
        width: 100%;
        margin-bottom: 30px;
    }
    .wrapper .advantages .advantages_content h2 {
        font-size: 36px;
    }
}
.advantages .advantages_content h2 {
    color: rgb(84,118,140);
}
.advantages .advantage_item svg, .advantages .advantage_item svg path {
    fill: rgb(89,89,89);
}
.advantages .advantage_item p {
    color: #000000;
}
.advantages .advantage_item b{
    color: rgb(89,89,89);
}

.advantages {
    padding-top: 80px;
    padding-bottom: 80px;
}
.advantages .advantages_holder  {
    display: flex;
    justify-content: space-between;
}
.advantages .advantages_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}
.advantages .advantages_content h2 {
    text-align: center;
    margin-bottom: 48px;
    font-size: 38px;
    font-weight: 600;
}
.advantages .advantages_content h4{
    text-align: center;
    font-size: 20px;
    margin-top: 20px;
}
.advantages .advantages_description {
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
    padding: 20px;
}
.advantages .advantage_item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    min-height: 200px;
    width: 25%;
    padding: 10px;
}
.advantages .advantage_item svg, .advantages .advantage_item img {
    width: 128px;
    height: 128px;
}
@media only screen and (max-width: 1200px) {
    .wrapper .advantages .advantage_item{
        width: calc(50% - 10px);
        margin-right: 10px;
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 800px)  {
    .advantages .advantages_content h2 {
        font-size: 30px;
    }
    .advantages .advantages_holder {
        flex-direction: column;
    }
    .advantages {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .wrapper .advantages .advantage_item {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
}
.contact_form {
    padding-top: 80px;
    padding-bottom: 80px;
}
.contact_form h3 {
    color: rgb(84,118,140);
}
.contact_form .form {
    background:rgb(178,178,178);
    border-radius: 10px;
}
.contact_form .info svg, .contact_form .info svg path {
    fill: rgb(89,89,89);
}
.contact_form .info .contact_info h5 {
    color: rgb(89,89,89);
}
.contact_form .info span {
    color:  #000000;
}
.contact_form .info .contact_info svg, .contact_form .info .contact_info svg path {
    fill:  #000000;
}
.contact_form form input {
    color: #000000;
    border-radius:6px;
    background:  #ffffff;
}
.contact_form form  .button {
    background: rgb(84,118,140);
    color:  #ffffff;
    border-radius: 100px;
}
.contact_form form  .button:hover {
    background: rgb(89,89,89);
}


.contact_form .holder {
    display: flex;
}
.contact_form .holder>div {
    width: 50%;
    padding: 40px;
}
.contact_form .form {

}
.contact_form .form form {
    display: flex;
    flex-direction: column;
}
.contact_form h3 {
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 18px;
}
.contact_form .info {
    padding-top: 40px;
}
.contact_form form input {
    border: none;
    padding: 13px;
    width: 100%;
    margin-bottom: 24px;
    line-height: 24px;
    outline: none;
    border: 1px solid transparent;
}
.contact_form form  .button {
    font-weight: 400;
    cursor: pointer;
}
.contact_form .info .contact_info h5 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 16px;
}
.contact_form .info svg, .contact_form .info img {
    margin-right: 16px;
    width: 16px;
    height: 16px;
}
.contact_form .info span {
    font-size: 16px;
}
.contact_form .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_form .logo_holder svg, .contact_form .logo_holder img {
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
    margin-right: 0;
}
.contact_form .info .contact_info span {
    font-weight: 300;
}
.contact_form .info .contact_info>div {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}
.contact_form .name_holder {
    display: flex;
    justify-content: space-between;
}
.contact_form .name_holder #surname {
    margin-left: 24px;
}
.contact_form  .agree {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.contact_form  .agree label {
    display: block;
}
.contact_form  .agree a {
    margin-left: 5px;
    color: rgb(89,89,89);
}

.contact_form  .agree input[type=checkbox] {
    width: auto;
    margin: 0;
    margin-right: 5px;
}
.dark_back {
    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;
}
.popup_send {
    max-width: 100%;
    max-height: 100%;
    background: #ffffff;
    color: #000000;
    padding: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 5px solid rgb(89,89,89);
}
.popup_send h4 {
    font-size: 30px;
    margin-bottom: 10px;
    text-align: center;
}
.popup_send p {
    text-align: center;
}
@media only screen and (max-width: 600px)  {
    .contact_form .holder {
        flex-direction: column;
    }
    .contact_form .holder>div {
        width: 100%;
    }
    .contact_form {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .contact_form h3 {
        font-size: 30px;
    }
}
.title_page .title_page_holder {
    background-size: cover;
    background-position: center !important;
}
.title_page .style_element h1 {
    color: rgb(84,118,140);
}
.title_page .style_element h3 {
    color: rgb(84,118,140);
    text-align: right;
    font-size: 20px;
    margin-bottom: 8px;
}
.title_page .style_element p {
    color: #000000;
}

.title_page {
  width: 100%;
}
.title_page .title_page_holder {
    width: 100%;
    min-height: 680px;
    height: auto;
    position: relative;
}
.title_page .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;
}
.title_page .style_element h1 {
    font-size: 52px;
    font-weight: 700;
    margin-bottom: 8px;
    text-align: right;
}
.title_page .style_element p {
    font-size:16px;
    font-weight: 300;
    margin-bottom: 16px;
}
@media only screen and (max-width: 600px)  {
    .title_page .title_page_holder {
        min-height: 520px;
        height: auto;
    }
    .title_page .style_element {
        min-width: unset;
        width: 100%;
        clip-path: polygon(100% 100%, 100% -175%, 0 100%);
        padding: 100px 30px 30px 100px;
        text-align: right;
    }
    .title_page .style_element h1 {
        font-size: 30px;
    }


}
.wrapper .our_course {
    padding: 0;
}
.wrapper .our_course .container {
    width: 100%;
    padding: 0;
}
.wrapper .our_course .course {
    padding: 0;
}
.wrapper .our_course .course .content {
    box-shadow: none;
    border-radius: 0 !important;
}
.wrapper .our_course .text_holder {
    display: flex;
    flex-direction: row;
    padding: 0;
    background: #ffffff;
    border-radius: 0 !important;
}
.wrapper .our_course h3 {
    display: flex;
    width: 40%;
    background: #ffffff;
    color: #000000;
    height: 100%;
    margin: 0;
    text-align: left;
    padding: 60px;
    font-size: 38px;
    font-weight: 400;
    min-height: 400px;
    align-items: center;
    justify-content: flex-start;
    position: relative;
}

.wrapper .our_course p {
    width: 60%;
    height: 100%;
    text-align: left;
    padding: 60px;
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
@media only screen and (max-width: 1200px) {
    .wrapper .our_course .text_holder {
        flex-direction: column;
    }
    .wrapper .our_course h3 {
        width: 100%;
        min-height: unset;
        padding: 20px;
        font-size: 26px;
    }
    .wrapper .our_course p {
        width: 100%;
        padding: 20px;
    }
}.about_us .holder {
    background-size: cover;
}
.about_us .style_element {
    background:  #ffffff;
}
.about_us {
    padding-bottom: 80px;
    padding-top: 80px;
}
.about_us h2 {
    color: rgb(84,118,140);
}
.about_us span {
    color: rgb(89,89,89);
}
.about_us p {
    color: #000000;
}

.about_us .holder {
    display: flex;
    justify-content: flex-end;
    padding: 40px;
    height: 480px;
}
.about_us .style_element {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 50%;
    min-width: 400px;
    padding: 20px;
}
.about_us .caption_holder {
    display: flex;
    justify-content: flex-end;
}
.about_us h2 {
    margin-bottom: 8px;
    font-size: 38px;
    font-weight: 600;
}
.about_us span {
    margin-bottom: 16px;
    font-size: 24px;
    font-weight: 600;
}
.about_us p {
    font-size: 16px;
    font-weight: 300;
}

@media only screen and (max-width: 600px)  {
    .about_us .holder {
        padding: 0px;
    }
    .about_us .style_element {
        width: 100%;
        min-width: unset;
    }
    .about_us {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .about_us h2 {
        font-size: 30px;
    }
}
.wrapper .cookie {
    background: #ffffff;
    border: none;
    box-shadow: rgb(89,89,89,0.5) 0px 0px 40px 39px;
}
.wrapper .cookie_button {
    padding: 10px;
    background: rgb(89,89,89);
    color: #ffffff;
    font-size: 20px;
    margin-left: 30px;
    border: none;
    font-weight: 400;
}
.wrapper .cookie_logo {
    background:rgb(89,89,89);
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.wrapper .cookie_logo svg, .wrapper .cookie_logo svg path, .wrapper .cookie_logo img {
    fill:#000000;
    width: 40px;
    height: 40px;
}
.wrapper .cookie_info h5, .wrapper .cookie_info p {
    color: #000000;
}section.try_now .holder {
    margin: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    border-top: 2px solid rgb(84,118,140,0.5);
    border-bottom: 2px solid rgb(84,118,140,0.5);
    padding-top: 25px;
    padding-bottom: 25px;
    border-radius: 0 !important;
}
section.try_now h2 {
    margin-bottom: 25px;
    font-size: 48px;
    margin-right: 0;
    width: 100%;

}
section.try_now .button {
    border-radius: 0;
    width: 400px;
    text-transform: uppercase;
}
@media only screen and (max-width: 800px)  {
    section.try_now .holder {
        flex-direction: column;
        width: 90%;
    }
    section.try_now .button {
        width: 100%;
    }
    section.try_now h2 {
        font-size: 24px;
    }

}
.wrapper header .main_header {
    background: rgb(89,89,89);
}
.wrapper header .top_plank .top_plank_content {
    border-bottom: 1px solid #ffffff;
}
.wrapper header .header_content {
    position: relative;
    border-radius: 50px;
    background: #ffffff;
    padding: 10px 30px;
    justify-content: space-around;
    bottom:-30px;
    z-index: 5;
}
.wrapper header .logo_holder .logotype svg, .wrapper header .logo_holder .logotype img {
    width: 65px;
    height: 65px;
}
.wrapper header .menu a {
    font-weight: 700;
    font-size: 16px;
}
@media only screen and (max-width: 800px)  {
    .wrapper header .logo_holder {
        justify-content: space-between;
        width: 100%;
        position: relative;
        z-index: 95;
    }
    .wrapper header .menu {
       padding-top: 80px;
        top:0;
        border-radius:50px;

    }
}.workers_review {
    padding-top: 80px;
    padding-bottom: 80px;
}
.workers_review h2 {
    color: rgb(84,118,140);
}
.workers_review .review .name {
    color: rgb(84,118,140);
}
.workers_review .review span {
    color: rgb(89,89,89);
}

.workers_review .holder {
    display: flex;
    justify-content: center;
    align-items: center;
}
.workers_review .review {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 33%;
}
.workers_review h2 {
    text-align: center;
    margin-bottom: 48px;
    font-size: 38px;
    font-weight: 600;
}
.workers_review .photo {
    width: 350px;
    height: 400px;
    max-width: 100%;
    margin-bottom: 8px;
    background-position: center;
}
.workers_review .review .name {
    font-size: 24px;
    margin-bottom: 8px;
}
.workers_review .review span {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 14px;
}
.workers_review .review .quote {
    font-size: 16px;
    font-weight: 300;
    font-style: italic;
}

@media only screen and (max-width: 600px)  {
    .workers_review .holder {
        flex-direction: column;
    }
    .workers_review .review {
        max-width: unset;
        width: 100%;
    }
    .workers_review {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .workers_review h2 {
        margin-bottom: 24px;
        font-size: 30px;
    }
}

.try_now {
    padding-bottom: 80px;
    padding-top: 80px;
}
.try_now h2 {
    color: rgb(84,118,140);
}
.try_now .button {
    background: rgb(84,118,140);
    color:  #ffffff;
    white-space: nowrap;
    text-align: center;
}
.try_now .button:hover {
    background: rgb(89,89,89);
}

.try_now .holder {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.try_now h2 {
    font-size: 38px;
    font-weight: 600;
    margin-right: 24px;
    width: 66%;
    text-align: center;
}
.try_now .button {
    padding: 15px 25px;
    border-radius: 100px;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

@media only screen and (max-width: 600px)  {
    .try_now .holder {
        flex-direction: column;
    }
    .try_now h2 {
        margin: 0;
        margin-bottom: 24px;
        font-size: 26px;
        width: 90%;
    }
    .try_now .button {
        font-size: 24px;
    }
    .try_now {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}
.cookie {
    position: fixed;
    width: 100%;
    background: rgb(178,178,178);
    bottom: 0;
    border-top: 2px solid rgb(89,89,89);
    z-index: 90;
}
.cookie_holder {
    display: flex;
    padding: 20px 0;
    align-items: center;
    justify-content: space-between;
}
.cookie h5 {
    font-size: 22px;
    margin-bottom: 6px;
}
.cookie p {
    font-size: 18px;
}
.cookie_logo {
    margin-right: 10px;
    flex-shrink: 0;
}
.cookie_logo svg, .cookie_logo svg path, .cookie_logo img {
    fill: rgb(89,89,89);
    width: 100px;
    height: 100px;
}
.cookie_button {
    font-size: 24px;
    color: rgb(89,89,89);
    line-height: 35px;
    cursor: pointer;
    text-decoration: none;
    border-bottom: 2px solid rgb(89,89,89);
    white-space: nowrap;
    margin-left: 10px;
    min-width: 120px;
    text-align: center;
    flex-shrink: 0;
}
.cookie p a {
    text-decoration: none;
    color: rgb(89,89,89);
}
@media only screen and (max-width: 1200px) {
    .cookie {
        padding: 20px;
    }
}
@media only screen and (max-width: 800px) {
    .cookie_logo {
        display: none;
    }
    .cookie_holder {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .cookie h5 {
        text-align: center;
    }
    .cookie p {
        text-align: center;
    }
    .cookie_info {
        margin-bottom: 20px;
    }
    body .wrapper .cookie_button {
        margin-left: 0;
    }
}.wrapper .title_page {
    position: relative;
}
.wrapper .title_page .style_element {
    position: relative;
    clip-path: none;
    margin: auto;
    height: auto;
    background: none;
    display: flex;
    padding: 30px;
    display: flex;
    flex-direction: column;
    min-height: 336px;
    justify-content: center;
    align-items: center;
    background: rgb(89,89,89);
    border-radius: 50%;
    min-width: unset;
    width: 500px;
    height: 500px;

}

.wrapper .title_page .title_page_holder{
    display: flex;

}
.wrapper .title_page .style_element h1 {
    color: #ffffff;
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    line-height: 66px;
}
.wrapper .title_page .style_element h3 {
    color: #ffffff;
    text-align: center;
    z-index: 2;
}
.wrapper .title_page .style_element p {
    color: #ffffff;
    text-align: center;
    margin-top: 20px;font-size: 18px;
    line-height: 22px;
}
@media only screen and (max-width: 800px)  {
    .wrapper .title_page .title_page_holder {
        padding: 0px;
    }
    .wrapper .title_page .style_element h1 {
        font-size: 24px;
        line-height: 26px;
    }
    .wrapper .title_page .style_element {
        padding: 20px;
        width: 340px;
        height: 340px;
        border: 5px solid #ffffff;
    }
}