* {
    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: Roboto, 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(172,193,188);
}
section:nth-child(4n-1){
    background-color: #ffffff;
}

@media only screen and (max-width: 800px)  {
    .container {
        width: 100%;
        padding: 0 12px;
    }
}.exp-meet-us .holder {
    background-size: cover;
}
.exp-meet-us .style_element {
    background:  #ffffff;
}
.exp-meet-us {
    padding-bottom: 80px;
    padding-top: 80px;
}
.exp-meet-us h2 {
    color: rgb(124,157,150);
}
.exp-meet-us span {
    color: rgb(24,75,75);
}
.exp-meet-us p {
    color: #000000;
}

.exp-meet-us .holder {
    display: flex;
    justify-content: flex-end;
    padding: 40px;
    height: auto;
}
.exp-meet-us .style_element {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 50%;
    min-width: 400px;
    padding: 20px;
}
.exp-meet-us .caption_holder {
    display: flex;
    justify-content: flex-end;
}
.exp-meet-us h2 {
    margin-bottom: 8px;
    font-size: 38px;
    font-weight: 600;
}
.exp-meet-us span {
    margin-bottom: 16px;
    font-size: 24px;
    font-weight: 600;
}
.exp-meet-us p {
    font-size: 16px;
    font-weight: 300;
}

@media only screen and (max-width: 600px)  {
    .exp-meet-us .holder {
        padding: 0px;
    }
    .exp-meet-us .style_element {
        width: 100%;
        min-width: unset;
    }
    .exp-meet-us {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .exp-meet-us h2 {
        font-size: 30px;
    }
}
.wrapper .exp-stay-updated {
    padding-top: 100px;
    padding-bottom: 100px;
}
.wrapper .exp-stay-updated h2 {
    font-size: 36px;
    margin-bottom: 25px;
    color: #000000;
}
.wrapper .exp-stay-updated input {
    padding: 6px 30px;
    height: 60px;
    border-radius: 30px;
    background: #ffffff;
    border: 1px solid #000000;
    font-weight: 300;
    font-size: 16px;
    margin-right: 30px;
    min-width: 40%;
}
.wrapper .exp-stay-updated .input_holder {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.wrapper .exp-stay-updated .button {
    padding: 6px 30px;
    height: 60px;
    border-radius: 30px;
    border: 1px solid #000000;
    background: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 300;
    font-size: 16px;
}
@media only screen and (max-width: 800px)  {
    .wrapper .exp-stay-updated h2 {
        font-size: 22px;
    }
    .wrapper .exp-stay-updated {
        padding: 50px 0;
    }
    .wrapper .exp-stay-updated input {
        width: 100%;
        margin: 0;
        margin-bottom: 10px;
    }
    .wrapper .exp-stay-updated .button {
        width: 100%;
    }
}.exp-welcome-section .title_page_holder {
    background-size: cover;
    background-position: center !important;
}
.exp-welcome-section .style_element h1 {
    color: rgb(124,157,150);
}
.exp-welcome-section .style_element h3 {
    color: rgb(124,157,150);
    text-align: right;
    font-size: 20px;
    margin-bottom: 8px;
}
.exp-welcome-section .style_element p {
    color: #000000;
    text-align: right;
}

.exp-welcome-section {
  width: 100%;
}
.exp-welcome-section .title_page_holder {
    width: 100%;
    min-height: 680px;
    height: auto;
    position: relative;
}
.exp-welcome-section .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;
}
.exp-welcome-section .style_element h1 {
    font-size: 52px;
    font-weight: 700;
    margin-bottom: 8px;
    text-align: right;
}
.exp-welcome-section .style_element p {
    font-size:16px;
    font-weight: 300;
    margin-bottom: 16px;
}
@media only screen and (max-width: 800px)  {
    .exp-welcome-section .title_page_holder {
        min-height: 320px;
        height: auto;
    }
    .exp-welcome-section .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;
    }
    .exp-welcome-section .style_element h1 {
        font-size: 30px;
    }


}
.exp-stay-updated {
    padding-bottom: 80px;
    padding-top: 80px;
}
.exp-stay-updated .holder {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.exp-stay-updated input {
    padding: 12px;
    background: #ffffff;
    outline: none;
    border: 1px solid rgb(124,157,150,0.5);
    margin-right: 10px;
    min-width: 200px;
}
.exp-stay-updated h2 {
    margin-bottom: 20px;
    text-align: center;
}
.exp-stay-updated .button {
    background: rgb(124,157,150);
    color: #ffffff;
    padding: 12px;
    text-align: center;
    text-decoration: none;
    flex-shrink: 0;
}
.exp-stay-updated .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)  {
    .exp-stay-updated .holder {
        flex-direction: column;
    }
    .exp-stay-updated {
        padding: 30px 20px;
    }
    .exp-stay-updated input {
        min-width: unset;
    }
    .exp-stay-updated .button {
        flex-shrink: unset;
    }
    .exp-stay-updated .input_holder {
        flex-direction: column;
        width: 100%;
    }
    .exp-stay-updated input {
        margin: 0;
        margin-bottom: 10px;
        width: 100%;
    }
}
.exp-benefits .advantages_content h2 {
    color: rgb(124,157,150);
}
.exp-benefits .advantage_item svg, .exp-benefits .advantage_item svg path {
    fill: rgb(24,75,75);
}
.exp-benefits .advantage_item p {
    color: #000000;
}
.exp-benefits .advantage_item b{
    color: rgb(24,75,75);
}

.exp-benefits {
    padding-top: 80px;
    padding-bottom: 80px;
}
.exp-benefits .advantages_holder  {
    display: flex;
    justify-content: space-between;
}
.exp-benefits .advantages_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}
.exp-benefits .advantages_content h2 {
    text-align: center;
    margin-bottom: 48px;
    font-size: 38px;
    font-weight: 600;
}
.exp-benefits .advantages_content h4{
    text-align: center;
    font-size: 20px;
    margin-top: 20px;
}
.exp-benefits .advantages_description {
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
    padding: 20px;
}
.exp-benefits .advantage_item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    min-height: 200px;
    width: 25%;
    padding: 10px;
}
.exp-benefits .advantage_item svg, .exp-benefits .advantage_item img {
    width: 128px;
    height: 128px;
}
@media only screen and (max-width: 1200px) {
    .wrapper .exp-benefits .advantage_item{
        width: calc(50% - 10px);
        margin-right: 10px;
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 800px)  {
    .exp-benefits .advantages_content h2 {
        font-size: 30px;
    }
    .exp-benefits .advantages_holder {
        flex-direction: column;
    }
    .exp-benefits {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .wrapper .exp-benefits .advantage_item {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
}
.wrapper .exp-meet-us {
    background: #ffffff;
    padding: 60px 0;
}
.wrapper .exp-meet-us .style_element {

}
.wrapper .exp-meet-us .holder {
    padding: 0;
    height: auto;
}
.wrapper .exp-meet-us .holder .photo {
    width: calc(45% - 20px);
    min-height: 300px;
    position: relative;
    z-index: 1;

}
.wrapper .exp-meet-us .caption_holder::before {
    content: "";
    position: absolute;
    top:70px;
    left:70px;
    background: rgb(24,75,75);
    width: calc(45% - 65px);
    height: 300px;
    z-index: 0;
}
.wrapper .exp-meet-us .caption_holder {
    padding: 50px;
    background: rgb(172,193,188);
    position: relative;
    justify-content: space-between;
}
.wrapper .exp-meet-us .style_element {
    background: none;
    padding: 0;
}
.wrapper .exp-meet-us h2 {
    font-size: 46px;
    padding-top: 20px;
    border-top: 10px solid rgb(24,75,75);
    margin-bottom: 25px;
}
@media only screen and (max-width: 800px)  {
    .wrapper .exp-meet-us .caption_holder {
        flex-direction: column;
        padding: 30px;
    }
    .wrapper .exp-meet-us .holder .photo {
        width: 100%;
        margin-bottom: 30px;
    }
    .wrapper .exp-meet-us .caption_holder::before {
        width: calc(100% - 60px);
        top:45px;
        left:45px;
    }
    .wrapper .exp-meet-us .style_element {
        width: 100%;
    }
    .wrapper .exp-meet-us h2 {
        font-size: 30px;
    }
}footer {
    background: rgb(124,157,150);
    color: #ffffff;
}
footer .copyright {
    background: rgb(24,75,75);
}
footer .logo_holder svg, footer .logo_holder svg path{
    fill: rgb(24,75,75);
}
footer h5 {
    color: rgb(24,75,75);
}
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 footer .logo_holder svg,.wrapper  footer .logo_holder img {
    width: 55px;
    height: 55px;
    margin: 0;
}
.wrapper footer {
    padding-top: 60px;
    padding-bottom: 40px;
}
.wrapper footer .footer {
    padding: 0;
}
.wrapper footer .footer_info {
    flex-direction: column;
    width: 100%;
}
.wrapper footer .menu {
    width: 100%;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #ffffff;
}
.wrapper footer .copyright {
    background: rgb(124,157,150);
}
.wrapper footer .menu_holder {
    flex-direction: row;
    width: 100%;
    justify-content: flex-end;
}
.wrapper footer .menu a {
    font-weight: 400;
    margin-right: 24px;
}
.wrapper footer .menu a:last-child {
    margin-right: 0;
}
.wrapper footer .menu {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}
.wrapper footer h5 {
    white-space: nowrap;
    font-size: 16px;
    margin: 0;
}
footer .copyright {
    padding: 10px 0;
}
.wrapper footer .copyright_info {
    text-align: right;
}
.wrapper footer .logo_holder .goup {
    display: flex;
    justify-content: center;
    position: relative;
    top:30px;
    cursor: pointer;
}
.wrapper footer .logo_holder .goup svg {
    position: absolute;
}
.wrapper footer .logo_holder .goup svg,.wrapper footer .logo_holder .goup svg path {
    fill: #ffffff;
    width: 40px;
    height: 40px;
}
@media only screen and (max-width: 800px)  {
    .wrapper footer .logo_holder .goup,.wrapper footer .logo_holder .goup svg {
        position: static;
    }
    .wrapper footer .footer_info {
        padding: 0;
        align-items: center;
    }
    .wrapper footer h5 {
        display: none;
    }
    .wrapper footer .menu_holder {
        justify-content: center;
    }
    .wrapper footer .copyright_info {
        text-align: center;
    }
}.wrapper .exp-contact-box .form {
    background: none;
}
.wrapper .exp-contact-box {
    background: rgb(124,157,150);
}
.wrapper .exp-contact-box .form_text {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 30px;
    color: #ffffff;
}
.wrapper .exp-contact-box .holder {
    display: flex;
    align-items: center;
    justify-content: center;
}
.wrapper .exp-contact-box h3 {
    color: #ffffff;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 40px;
}
.wrapper .exp-contact-box form input {
    color: #ffffff;
    padding: 11px;
    background: rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 2px 3px 1px rgba(0, 0, 0, 0.2), 0px 1px 0px 0px rgba(255, 255, 255, 0.2);
}
.wrapper .exp-contact-box form input::placeholder {
    color: #ffffff;
    opacity: 0.8;
}

.wrapper .exp-contact-box .agree label {
    color: #ffffff;
}
.wrapper .exp-contact-box .agree a {
    color: rgb(24,75,75);
}
.wrapper .exp-contact-box form .button {
    background: rgb(24,75,75);
    padding: 16px 50px;
    border: none;
    box-shadow: none;
}
.wrapper .exp-contact-box form .button:hover {
    background: rgb(24,75,75);
    color: #ffffff;
}
@media only screen and (max-width: 800px)  {
    .wrapper .exp-contact-box .form {
        padding: 20px;
    }
}.wrapper header .header_content {
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.wrapper header .logo_holder {
    width: 100%;
    border-bottom: 2px solid rgb(24,75,75);
    padding: 20px;
    justify-content: center;
    align-items: center;
    padding-bottom: 30px;
}
.wrapper header .menu a {
    padding: 5px 20px;
    font-weight: 700;
}
.wrapper header .menu {
    margin: 30px 0;
}
.wrapper header .logo_holder .logotype svg,.wrapper header .logo_holder .logotype img {
    margin-right: 20px;
}
.wrapper header .logo_name {
    color: rgb(124,157,150);
}
@media only screen and (max-width: 800px)  {
    .wrapper header .logo_holder .logotype svg,.wrapper header .logo_holder .logotype img {
        margin: 0;
    }
    .wrapper header .logo_holder .logotype {
        margin-right: 10px;
    }
    .wrapper header .menu {
        padding-bottom: 0;
    }
    .wrapper header .logo_name {
        text-align: left;
    }
}.wrapper .exp-welcome-section .style_element {
    clip-path: none;
    height: auto;
    width: 800px;
    max-width: 50%;
    min-height: 260px;
    border-top-right-radius: 50px;
    padding: 50px 110px 30px;
    left: calc(50% - 600px);
    align-items: flex-start;
    justify-content: center;
}
.wrapper .exp-welcome-section .style_element h1 {
    font-size: 40px;
    text-align: left;
}
.wrapper .exp-welcome-section .style_element h3 {
    text-align: left;
}
.wrapper .exp-welcome-section .style_element p {
    text-align: left;
}
.wrapper .wrapper .exp-welcome-section .title_page_holder {
    height: auto;
}
@media only screen and (max-width: 1200px) {
    .wrapper .exp-welcome-section .style_element {
        left: 0;
        max-width: 100%;
    }
}
@media only screen and (max-width: 800px) {
    .wrapper .exp-welcome-section .style_element {
        border-radius: 0;
        width: 100%;
        padding: 20px;
        position: static;

    }
    .wrapper .exp-welcome-section .style_element h1 {
        font-size: 30px;
    }
    .wrapper .exp-welcome-section .title_page_holder {
        min-height: 480px;
    }
}.exp-program-details {
    padding-top: 80px;
    padding-bottom: 80px;
}
.exp-program-details h2 {
    color: rgb(124,157,150);
}
.exp-program-details .course .content {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 16px 48px rgb(0 0 0 / 18%);
}
.exp-program-details h3 {
    color: rgb(24,75,75);
}
.exp-program-details p {
    color: #000000;
}
.exp-program-details .button {
    background: rgb(124,157,150);
    color:  #ffffff;
    margin-top: 30px;
    width: fit-content;
}
.exp-program-details .button:hover {
    background: rgb(24,75,75);
}

.exp-program-details .holder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.exp-program-details .items {
    display: flex;
    justify-content: center;
    align-items: center;
}
.exp-program-details .items .course {
    padding: 12px;
    max-width: 100%;
}
.exp-program-details .items .course .content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
}
.exp-program-details .text_holder {
    display: flex;
    flex-direction: column;
    align-items: center;

}
.exp-program-details h2 {
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 32px;
}
.exp-program-details .photo {
    height: 500px;
    width: calc(100% - 60px);
    margin-top: 30px;
}
.exp-program-details .text_holder {
    padding: 30px;
}
.exp-program-details h3 {
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 16px;
    text-align: center;
}
.exp-program-details p {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    text-align: center;
}
.exp-program-details .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)  {
    .exp-program-details .items {
        flex-direction: column;
    }
    .exp-program-details h2 {
        font-size: 30px;
    }
    .exp-program-details h3 {
        font-size: 26px;
    }
    .exp-program-details .items .course {
        max-width: unset;
        width: 100%;
    }
    .exp-program-details {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}
header .top_plank {
    background: rgb(24,75,75);
    color:  #ffffff;
}
header .main_header {
    background:  #ffffff;
    color:  #000000;
}
header .logo_name {
    color: rgb(24,75,75);
    font-size: 22px;
    font-weight: 700;
}
header .logo_desc {
    color: rgb(124,157,150);
}
header .logo_holder svg,header .logo_holder svg path, header .logo_holder img {
    fill: rgb(24,75,75);
}
header .menu a {
    color: rgb(124,157,150);
}
header .menu a:hover {
    color: rgb(24,75,75);
}
header .menu a.active {
    border: 2px solid rgb(124,157,150);
    border-radius: 100px;
}
header .menu a.active:hover {
    color: #ffffff;
    background: rgb(24,75,75);
    border: 2px solid rgb(24,75,75);
}
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(24,75,75);
        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 .exp-customer-experience .photo {
    border-radius: 0;
    width: 100%;
    height: 283px;
}
.wrapper .exp-customer-experience .review {
    border-radius: 0;
    padding: 0 0 30px 0;
}
.wrapper .exp-customer-experience .review span {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
}
.wrapper .exp-customer-experience .review span::before {
    content: "";
    display: block;
    width: 100px;
    height: 20px;
   background: url('data:image/svg+xml,<svg style="color: rgb(206, 183, 28);" xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-star" viewBox="0 0 16 16"><path d="M2.866 14.85c-.078.444.36.791.746.593l4.39-2.256 4.389 2.256c.386.198.824-.149.746-.592l-.83-4.73 3.522-3.356c.33-.314.16-.888-.282-.95l-4.898-.696L8.465.792a.513.513 0 0 0-.927 0L5.354 5.12l-4.898.696c-.441.062-.612.636-.283.95l3.523 3.356-.83 4.73zm4.905-2.767-3.686 1.894.694-3.957a.565.565 0 0 0-.163-.505L1.71 6.745l4.052-.576a.525.525 0 0 0 .393-.288L8 2.223l1.847 3.658a.525.525 0 0 0 .393.288l4.052.575-2.906 2.77a.565.565 0 0 0-.163.506l.694 3.957-3.686-1.894a.503.503 0 0 0-.461 0z" fill="%23ceb71c"></path></svg>');
    background-size: 20px;
    margin: auto;
    margin-bottom: 20px;
}
.wrapper .exp-customer-experience .review p {
    padding: 0 20px;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}
@media only screen and (max-width: 800px)  {
    .wrapper .exp-customer-experience .review {
        width: 100%;
    }
}.wrapper .exp-benefits .advantages_content h2 {
    font-size: 28px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 28px;
    position: relative;
    display: flex;
    justify-content: center;
    padding-bottom: 21px;
    width: fit-content;
}
.wrapper .exp-benefits .advantages_content {
    align-items: center;
}
.wrapper .exp-benefits .advantages_holder {
    width: 60%;
    flex-wrap: wrap;
}
.wrapper .exp-benefits .advantage_item {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid rgb(124,157,150,0.5);
    border-radius: 0 !important;
}
.wrapper .exp-benefits .advantage_item:nth-child(1){
    border-top: none;
    border-left: none;
}
.wrapper .exp-benefits .advantage_item:nth-child(2){
    border-top: none;
    border-right: none;
}
.wrapper .exp-benefits .advantage_item:nth-child(3){
    border-bottom: none;
    border-left: none;
}
.wrapper .exp-benefits .advantage_item:nth-child(4){
    border-bottom: none;
    border-right: none;
}

.wrapper .exp-benefits .advantage_item svg, .wrapper .exp-benefits .advantage_item svg path, .wrapper .exp-benefits .advantage_item img {
    width: 50px;
    height: 50px;
    fill: rgb(124,157,150);
}
.wrapper .exp-benefits .advantages_content h4 {
    font-size: 16px;
    text-transform: uppercase;
}
@media only screen and (max-width: 800px)  {
    body .wrapper .exp-benefits .advantage_item, .wrapper .exp-benefits .advantage_item:nth-child(3) {
        width: 100%;
        border:none;
        border-bottom: 1px solid rgb(124,157,150,0.5);
        margin-bottom: 0;
    }
    .wrapper .exp-benefits .advantages_holder {
        width: 100%;
    }
}.wrapper .exp-education-experience .holder {
    justify-content: center;
}
.wrapper .exp-education-experience .review {
    max-width: unset;
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
}
.wrapper .exp-education-experience .photo {
    height: 390px;
    width: 40%;
    border-right: 4px solid rgb(24,75,75);
}
.wrapper .worker_description {
    width: 50%;
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.wrapper .exp-education-experience .review .name {
    text-align: left;
    width: 100%;
    border-bottom: none;
    margin-bottom: 0;
    padding: 30px 20px;
    font-size: 60px;
    font-weight: 700;
    line-height: 65px;
    color: #000000;
    padding-bottom: 0;
}
.wrapper .exp-education-experience .review span {
    text-align: left;
    width: 100%;
    border-top: none;
    padding: 30px 20px;
    padding-top: 25px;
    color: #000000;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
}
.wrapper .exp-education-experience .review .quote {
    margin-top: 20px;
    padding: 20px;
    border-left: 4px solid rgb(24,75,75) ;
    line-height: 25px;
}
@media only screen and (max-width: 800px)  {
    .wrapper .exp-education-experience .review {
        flex-direction: column;
        align-items: center;
        padding: 10px;
    }
    .wrapper .worker_description {
        width: 100%;
    }
    .wrapper .exp-education-experience .photo {
        width: 300px;
        height: 300px;
        margin: 20px;
    }
    .wrapper .exp-education-experience .review .name {
        font-size: 40px;
        padding: 16px;
    }
    .wrapper .exp-education-experience .review span {
        padding: 16px;
    }
}.exp-education-experience {
    padding-top: 80px;
    padding-bottom: 80px;
}
.exp-education-experience h2 {
    color: rgb(124,157,150);
}
.exp-education-experience .review .name {
    color: rgb(124,157,150);
}
.exp-education-experience .review span {
    color: rgb(24,75,75);
}

.exp-education-experience .holder {
    display: flex;
    justify-content: center;
    align-items: center;
}
.exp-education-experience .review {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 33%;
}
.exp-education-experience h2 {
    text-align: center;
    margin-bottom: 48px;
    font-size: 38px;
    font-weight: 600;
}
.exp-education-experience .photo {
    width: 350px;
    height: 400px;
    max-width: 100%;
    margin-bottom: 8px;
    background-position: center;
}
.exp-education-experience .review .name {
    font-size: 24px;
    margin-bottom: 8px;
}
.exp-education-experience .review span {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 14px;
}
.exp-education-experience .review .quote {
    font-size: 16px;
    font-weight: 300;
    font-style: italic;
}

@media only screen and (max-width: 600px)  {
    .exp-education-experience .holder {
        flex-direction: column;
    }
    .exp-education-experience .review {
        max-width: unset;
        width: 100%;
    }
    .exp-education-experience {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .exp-education-experience h2 {
        margin-bottom: 24px;
        font-size: 30px;
    }
}

.exp-contact-box {
    padding-top: 80px;
    padding-bottom: 80px;
}
.exp-contact-box h3 {
    color: rgb(124,157,150);
}
.exp-contact-box .form {
    background:rgb(172,193,188);
    border-radius: 10px;
}
.exp-contact-box .info svg, .exp-contact-box .info svg path {
    fill: rgb(24,75,75);
}
.exp-contact-box .info .contact_info h5 {
    color: rgb(24,75,75);
}
.exp-contact-box .info span {
    color:  #000000;
}
.exp-contact-box .info .contact_info svg, .exp-contact-box .info .contact_info svg path {
    fill:  #000000;
}
.exp-contact-box form input {
    color: #000000;
    border-radius:6px;
    background:  #ffffff;
}
.exp-contact-box form  .button {
    background: rgb(124,157,150);
    color:  #ffffff;
    border-radius: 100px;
}
.exp-contact-box form  .button:hover {
    background: rgb(24,75,75);
}


.exp-contact-box .holder {
    display: flex;
}
.exp-contact-box .holder>div {
    width: 50%;
    padding: 40px;
}
.exp-contact-box .form {

}
.exp-contact-box .form form {
    display: flex;
    flex-direction: column;
}
.exp-contact-box h3 {
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 18px;
}
.exp-contact-box .info {
    padding-top: 40px;
}
.exp-contact-box form input {
    border: none;
    padding: 13px;
    width: 100%;
    margin-bottom: 24px;
    line-height: 24px;
    outline: none;
    border: 1px solid transparent;
}
.exp-contact-box form  .button {
    font-weight: 400;
    cursor: pointer;
}
.exp-contact-box .info .contact_info h5 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 16px;
}
.exp-contact-box .info svg, .exp-contact-box .info img {
    margin-right: 16px;
    width: 16px;
    height: 16px;
}
.exp-contact-box .info span {
    font-size: 16px;
}
.exp-contact-box .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;
}
.exp-contact-box .logo_holder svg, .exp-contact-box .logo_holder img {
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
    margin-right: 0;
}
.exp-contact-box .info .contact_info span {
    font-weight: 300;
}
.exp-contact-box .info .contact_info>div {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}
.exp-contact-box .name_holder {
    display: flex;
    justify-content: space-between;
}
.exp-contact-box .name_holder #surname {
    margin-left: 24px;
}
.exp-contact-box  .agree {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.exp-contact-box  .agree label {
    display: block;
}
.exp-contact-box  .agree a {
    margin-left: 5px;
    color: rgb(24,75,75);
}

.exp-contact-box  .agree input[type=checkbox] {
    width: auto;
    margin: 0;
    margin-right: 5px;
}

@media only screen and (max-width: 600px)  {
    .exp-contact-box .holder {
        flex-direction: column;
    }
    .exp-contact-box .holder>div {
        width: 100%;
    }
    .exp-contact-box {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .exp-contact-box h3 {
        font-size: 30px;
    }
}
.exp-customer-experience {
    padding-top: 80px;
    padding-bottom: 80px;
}
.exp-customer-experience h2 {
    color: rgb(124,157,150);
}
.exp-customer-experience .review {
    background: #ffffff;
    border-radius: 20px;
}
.exp-customer-experience .review span {
    color: rgb(24,75,75);
}

.exp-customer-experience .holder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.exp-customer-experience .holder h2 {
    text-align: center;
    margin-bottom: 36px;
    font-size: 38px;
    font-weight: 600;
}
.exp-customer-experience .reviews {
    display: flex;
    justify-content: center;
    width: 100%;
}
.exp-customer-experience .review {
    display: flex;
    flex-direction: column;
    padding: 20px;
    margin-bottom: 10px;
    max-width: 25%;
    width: calc(25% - 20px);
    justify-content: flex-start;
    align-items: center;
    margin: 10px;
}
.exp-customer-experience .review span {
    text-align: center;
}
.exp-customer-experience .review p {
    text-align: center;
}
.exp-customer-experience .photo {
    width: 100px;
    height: 100px;
    margin-bottom: 15px;
    border-radius: 50%;
}
.exp-customer-experience .text {
    display: flex;
    flex-direction: column;
}
.exp-customer-experience .review span {
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 10px;
}
@media only screen and (max-width: 800px)  {
    .exp-customer-experience .reviews {
        flex-direction: column;
    }
    .exp-customer-experience .review {
        max-width: unset;
        width: 100%;
        margin: 0;
        margin-bottom: 10px;
    }
    .exp-customer-experience {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .exp-customer-experience .holder  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;
    }
}