@import url('https://fonts.cdnfonts.com/css/helvetica-neue-9?styles=49035');

@font-face {
    font-family: "Helvetica Neue";
    src: url("../fonts/HelveticaNeue/HelveticaNeueCyr-Medium.otf") format("otf");
}

@font-face {
    font-family: "Helvetica Neue Italic";
    src: url("../fonts/HelveticaNeue/HelveticaNeueCyr-Italic.otf") format("otf");
}

/* rewrite bs */
@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1220px;
    }
}


h2.title {
    font-family: 'Helvetica Neue', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 44px;
    display: flex;
    align-items: center;

    /* black */

    color: #000000;
}

/*end rewrite */

.banner {
    position: relative;
    min-height: 485px;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0px 0px 0px 200px;
    display: flex;
    align-items: center;
    flex-flow: column;
    justify-content: center;
}

.banner .title {
    margin-top: 70px;
    font-family: 'Helvetica Neue', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 42px;
    line-height: 51px;
    display: flex;
    align-items: center;
    text-align: center;
    max-width: 803px;

    margin-left: auto;
    margin-right: auto;
    /* peach */

    color: #F4D6C7;
    margin-bottom: 90px;
}

.banner button {
    background: transparent;
    border: 2px solid #FFFFFF;
    box-sizing: border-box;
    outline: none;
    padding: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.banner button a {
    padding: 20px 70px;
    font-family: 'Helvetica Neue', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    display: flex;
    align-items: center;
    /* white */
    color: #FFFFFF;
}

.banner .socials {
    position: absolute;
    right: 80px;
    bottom: 70px;
}

.banner .socials ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-flow: column;
    align-items: center;
}

.banner .socials .icon_link {
    display: block;
    margin-bottom: 20px;
}

.icon_fb {
    width: 10px;
    height: 20px;
    display: block;
    background: url('../imgs/fb.svg') no-repeat;
}

.icon_insta {
    width: 24px;
    height: 24px;
    display: block;
    background: url('../imgs/insta.svg') no-repeat;
}

.icon_telegram {
    width: 20px;
    height: 17px;
    display: block;
    background: url('../imgs/telegram.svg') no-repeat;
}

/* Header */
.site-header {
    background: #566978;
    padding-top: 13px;
    padding-bottom: 14px;

    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
}

.main-navigation {
    margin-left: auto;
    width: auto;
}

.main-navigation a {
    font-family: 'Helvetica Neue', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    display: flex;
    align-items: center;
    color: #F4D6C7;
}

.menu-main-menu-container {
    display: flex;
    align-items: center;
    height: 100%;
}

.main-navigation li {
    margin-right: 60px;
}

.main-navigation li:last-child {
    margin-right: 0;
}


section.what_with_works {
    margin-top: 70px;
    margin-bottom: 130px;
}

.what_with_works .link {
    background: #F4D6C7;
    mix-blend-mode: normal;
    border-radius: 24px;
    min-height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 15px;
}

.what_with_works .slick-list {
    margin: 0 -15px;
}

.what_with_works .link a {
    padding: 0 30px;
    font-family: 'Helvetica Neue', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    text-decoration-line: underline;
    /* black */
    color: #000000;
}

.slider {
    max-width: 100%;
}

section.what_with_works .title {
    margin-bottom: 40px;
}

.what_with_works .slick-dots {
    bottom: -60px;
}

.what_with_works .slick-dots li button:before {
    font-size: 11px;
}

.slick-dots li.slick-active button:before {
    color: #F4D6C7;
    opacity: 1;
}

.slick-dots li button:before {
    color: #244441;
    opacity: 1;
}

.what_with_works .container {
    position: relative;
}

.what_with_works .prev {
    position: absolute;
    left: -40px;
    top: 115px;
    transform: rotate(180deg);
    cursor: pointer;
}

.what_with_works .next {
    position: absolute;
    right: -40px;
    top: 115px;
    cursor: pointer;
}

.our_services .title {
    margin-bottom: 40px;
}

.service .img_block {
    margin-bottom: 20px;
}

.service .title_service {
    font-family: 'Helvetica Neue', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    display: flex;
    align-items: center;

    /* black */

    color: #000000;
    margin-bottom: 25px;
}


.service .description_service {
    font-family: 'Helvetica Neue', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    /* or 137% */
    /* black */

    color: #000000;
    margin-bottom: 0;
}

.show_all {
    display: block;
    margin-left: auto;
    padding: 0;
    margin-top: 40px;
    outline: none;
    /* white */

    background: #FFFFFF;
    /* black */

    border: 2px solid #000000;
    box-sizing: border-box;
}

.show_all a {
    padding: 17px 50px;
    font-family: 'Helvetica Neue', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 29px;
    display: flex;
    align-items: center;

    /* black */

    color: #000000;
}

/* Single doctor */
.doctor_single {
    display: flex;
    align-items: center;
    width: 100%;
    margin-top: 170px;
}

.doctor_single .title_doctor {
    font-family: 'Helvetica Neue Italic', sans-serif;
    font-weight: 500;
    font-style: italic;
    font-size: 56px;
    line-height: 68px;
    align-items: center;
    margin-bottom: 35px;

    /* blue grey */

    color: #566978;
}

.doctor_single .description_doctor {
    font-family: 'Helvetica Neue', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 36px;
    /* or 129% */


    /* blue grey */

    color: #566978;
}

.doctor_single .text_block {
    position: relative;
    padding-left: 55px;
    padding-right: 100px;
}

.doctor_single .text_block:before {
    content: '';
    position: absolute;
    width: 6px;
    height: calc(100% - 15px);
    left: 0;
    top: 15px;

    /* peach */

    background: #F4D6C7;
    border-radius: 0px;
}

.doctor_single .sub-description_doctor {
    font-family: 'Helvetica Neue', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    /* or 133% */

    display: flex;
    align-items: center;

    /* black */

    color: #000000;
}

.doctor_single .sub-description_doctor p:last-child {
    margin-bottom: 0;
}

.doctor_single .text_block {
    padding-right: 100px;
}

.image_doctor_single {
    background-image: url('../imgs/bg_doctor.png');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 100%;
    width: 100%;
}

.image_doctor_single img {
    position: absolute;
    right: 0;
    top: -20%;
    max-height: 530px;
    height: 120%;
}

/* Doctors section */
.pear_background {
    background: rgba(244, 214, 199, 0.4);
    border-radius: 0px;
    width: 100%;
}

.doctors_form_section {
    margin-top: 200px;
    padding-top: 60px;
    padding-bottom: 120px;
}

.doctors {
    width: 100%;
    position: relative;
}

.doctors_form_section .title {
    margin-bottom: 40px;
}

.slider_doctors {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
}

section.doctors .prev {
    position: absolute;
    top: 145px;
    left: -60px;
    transform: rotate(180deg);
    cursor: pointer;
}

section.doctors .next {
    position: absolute;
    top: 145px;
    right: -60px;
    cursor: pointer;
}

section.doctors .img_block {
    position: relative;
    margin-bottom: 20px;
}

section.doctors .img_block p {
    /* blue grey */

    background: #566978;
    border-radius: 100px;
    padding: 12px 21px;
    text-align: center;
    min-width: 210px;

    font-family: 'Helvetica Neue', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    display: flex;
    align-items: center;
    /* white */

    color: #FFFFFF;
    width: fit-content;
    position: absolute;
    bottom: 12px;
    left: 12px;
    margin-bottom: 0;
}

section.doctors .text_doctor {
    font-family: 'Helvetica Neue', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    /* or 137% */
    /* black */

    color: #000000;
}

section.doctors {
    margin-bottom: 110px;
}

/* Form */
/* /// DECORATION CSS /// */
.cont_select_center {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -30px;
    margin-left: -150px;
}

.cont_heg_50 {
    position: absolute;
    height: 50%;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #fd7b52;
}

/* /// END DECORATION CSS /// */
.icon_select_mate {
    position: absolute;
    top: 20px;
    right: 2%;
    font-size: 16px;
    height: 22px;
    transition: all 275ms;
}

.select_mate {
    position: relative;
    float: left;
    min-width: 300px;
    width: 300px;
    min-height: 60px;
    font-family: 'Roboto';
    color: #777;
    font-weight: 300;
    background-color: #fff;
    box-shadow: 1px 2px 10px -2px rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    transition: all 375ms ease-in-out;
    /* Oculto el elemento select */
}

.select_mate select {
    position: absolute;
    overflow: hidden;
    height: 0px;
    opacity: 0;
    z-index: -1;
}

.cont_list_select_mate {
    position: relative;
    float: left;
    width: 100%;
}

.cont_select_int {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 999;
    overflow: hidden;
    height: 0px;
    width: 100%;
    background-color: #fff;
    padding: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    border-radius: 0px 0px 3px 3px;
    box-shadow: 1px 4px 10px -2px rgba(0, 0, 0, 0.2);
    transition: all 375ms ease-in-out;
}

.cont_select_int li {
    position: relative;
    float: left;
    width: 96%;
    border-bottom: 1px solid #e0e0e0;
    background-color: #f5f5f5;
    list-style-type: none;
    padding: 10px 2%;
    margin: 0px;
    transition: all 275ms ease-in-out;
    display: block;
    cursor: pointer;
}

.cont_select_int li:last-child {
    border-radius: 3px;
    border-bottom: 0px;
}

.cont_select_int li:hover {
    background-color: #eee;
}

.cont_select_int .active {
    background-color: #eee;
}

/* etiqueta <p> con la opcion selecionada */
.selecionado_opcion {
    padding: 20px 2%;
    width: 96%;
    display: block;
    margin: 0px;
    cursor: pointer;
}

.doctors_form_section .form {
    background: #244441;
    border-radius: 1000px;
    width: 100%;
    position: relative;
}

.doctors_form_section .overlay {
    position: absolute;
    right: 0;
    bottom: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    border-radius: 1000px;
    z-index: 1;
}

.img_bg_form {
    margin-left: auto;
    display: block;
    height: 100%;
    object-fit: cover;
}

.doctors_form_section .form form {
    padding: 100px 75px;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}

.doctors_form_section .form form .form-group {
    width: 100%;
    margin-right: 25px;
    margin-bottom: 0;
}

.doctors_form_section .form form .form-group input,
.doctors_form_section .form form .form-group .select_mate {
    width: 100%;
    height: 70px;
    font-family: 'Helvetica Neue', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    color: white;
    background: transparent;
    border-radius: 0;
    border: 2px solid #FFFFFF;
    box-sizing: border-box;
    outline: none;
}

.doctors_form_section .form form .form-group input {
    text-indent: 15px;
}

.doctors_form_section .form form .form-group input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.select_mate {
    width: 100%;
    height: 70px;
    border-radius: 0;
    background: transparent;
    border: 2px solid white;
    color: white;
}

.selecionado_opcion {
    padding-left: 15px;
}

.select_mate ul {
    border: 2px solid white;
    border-top: none;
    width: calc(100% + 4px);
    padding: 0;
    margin: 0;
    left: -2px;
    max-height: 115px;
    overflow-y: scroll;
}

.cont_select_int li,
.cont_select_int .active {
    background: #244441;
    font-family: 'Helvetica Neue', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    /* white */

    color: #FFFFFF;
    border: 0;
    padding-left: 15px;
    width: 100%;
}

.cont_select_int .active {
    color: #F4D6C7;
}

.cont_select_int li:hover {
    background: #244441;
    color: #F4D6C7;
}

.doctors_form_section .form form .submit-group {
    max-width: 280px;
    width: 100%;
    margin-right: 0;
    background: #FF6A6A;
    bottom: 0;
}

.doctors_form_section .form form .submit-group input {
    border: none;
    font-family: 'Helvetica Neue', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    color: #FFFFFF;
    text-align: center;
    text-indent: 0;
    padding: 0;

}

/* Review */
section.reviews {
    margin-top: 105px;
    margin-bottom: 100px;
}

section.reviews h2.title {
    margin-bottom: 40px;
    width: 100%;
}

.slider_reviews {
    max-width: 1040px;
    margin: 0 auto;
}

.slider_reviews .review {
    padding: 45px 67px 45px 92px;
    border: 2px solid #000000;
    box-sizing: border-box;
    border-radius: 500px;
}

.top_review {
    display: flex;
    flex-flow: row;
    align-items: center;
    margin-bottom: 30px;
}

.top_review .avatar {
    width: 64px;
    height: 64px;
}

.top_review .avatar img {
    height: 100%;
    width: 100%;
}

.top_review .name_review p {
    margin: 0 0 0 20px;
    font-family: 'Helvetica Neue', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 44px;
    /* identical to box height */

    display: flex;
    align-items: center;

    /* black */

    color: #000000;
}

.review_description {
    font-family: 'Helvetica Neue', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 29px;

    /* black */

    color: #000000;
}


.slider_reviews_container .prev {
    position: absolute;
    top: 145px;
    left: -60px;
    transform: rotate(180deg);
    cursor: pointer;
}

.slider_reviews_container .next {
    position: absolute;
    top: 145px;
    right: -60px;
    cursor: pointer;
}

.slider_reviews_container {
    position: relative;
    width: 100%;
}

/* Single Doctor and All doctors */

.pear_bg {
    background: rgba(244, 214, 199, 0.4);
    padding-top: 165px;
}

.pear_bg .pear_background {
    background-color: transparent;
}

.post, .page {
    margin: 0;
}

.doctors_archive .title {
    margin-bottom: 60px;
}

.info_doctor .name {
    font-family: 'Helvetica Neue', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 140%;
    /* or 39px */

    display: flex;
    align-items: center;

    /* black */

    color: #000000;
    margin-bottom: 30px;
}

.info_doctor .description p {
    font-family: 'Helvetica Neue', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 140%;
    /* or 28px */


    /* black */

    color: #000000;
}

.info_doctor .description p:last-child {
    margin-bottom: 0;
}

.doctors_archive .doctors_form_section {
    margin-top: 175px;
}

section.doctors .img_block p.name a {
    color: white;
    text-decoration: none;
}

/* 404 */
.error-404 {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    background: rgba(244, 214, 199, 0.4);
}

.error-404 h1 {
    font-family: 'Helvetica Neue', sans-serif;
    font-style: normal;
    font-weight: 200;
    font-size: 220px;
    line-height: 1;
    display: flex;
    align-items: center;

    /* deep green */

    color: #244441;
    margin: 0;
    margin-bottom: 15px;
}

.descr_404 {

    font-family: 'Helvetica Neue', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 28px;
    line-height: 33px;
    display: flex;
    align-items: center;
    text-align: center;

    color: #000000;
}

.go_home {
    background: #FF6A6A;
    border: 0;
    outline: 0;
    padding: 0;
}

.go_home a {
    font-family: 'Helvetica Neue', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    display: flex;
    align-items: center;
    text-decoration: none;
    /* white */
    color: #FFFFFF;
    padding: 23px 30px;
}

/* FOOTER */
.site-footer {
    background: #566978;
    padding-top: 30px;
    padding-bottom: 45px;
}

.top-footer {
    display: flex;
    justify-content: space-between;
}

.top-footer .logo img {
    width: 102px;
    height: 64px;
}

.top-footer .logo {
    margin-top: auto;
    margin-bottom: auto;
}

.top-footer .description {
    max-width: 320px;
}

.top-footer .description p {
    margin-bottom: 0;
    font-family: 'Helvetica Neue', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    /* or 24px */

    display: flex;
    align-items: center;

    /* white */

    color: #FFFFFF;
}

.top-footer a {
    font-family: 'Helvetica Neue', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 1;
    /* or 24px */
    text-decoration: none !important;
    /* white */

    color: #FFFFFF;
    margin-bottom: 0;

    position: relative;
}

.top-footer a:after {
    position: absolute;
    content: '';
    height: 1px;
    background: #FFFFFF;
    width: 100%;
    bottom: -2px;
    left: 0;
}

.top-footer .address p {
    font-family: 'Helvetica Neue', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    /* or 24px */
    /* white */
    color: #FFFFFF;
    margin-bottom: 0;
}

.hr-footer {
    width: 100%;
}

.right_bot_footer {
    display: flex;
    flex-flow: column;
    align-items: flex-end;
}

.right_bot_footer .socials {
    display: flex;
    margin-top: 25px;
    margin-bottom: 45px;
    min-width: 100px;
    justify-content: space-between;
    align-items: center;
}

.right_bot_footer .payments {
    display: flex;
    min-width: 80px;
    justify-content: space-between;
}

.left-bottom-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.left-bottom-footer p {
    font-family: 'Helvetica Neue', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 9px;
    line-height: 120%;
    /* or 11px */

    /* white */

    color: #FFFFFF;
}

/* Services page */

.banner_services {
    border-radius: 0px 0px 200px 0px;
}

.banner.banner_services .title {
    justify-content: center;
}

body:not(.home) .services {
    margin-bottom: 40px;
    margin-top: 160px;
}

.service_content_block .title_service {
    margin-top: 30px;
    font-family: 'Helvetica Neue', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 1;
    display: flex;
    margin-bottom: 45px;
    align-items: center;

    /* black */

    color: #000000;
}

.service_content_block .description_service {
    font-family: 'Helvetica Neue', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    /* or 137% */
    /* black */
    color: #000000;
    margin-bottom: 0;
}

.service_single {
    margin-bottom: 80px;
}

.service_single .img_block {
    max-height: 280px;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
    background: #F4D6C7;
}

.service_single .img_block img {
    height: 100%;
    object-fit: cover;
}

.service_bottom_block {
    display: flex;
    align-items: center;
    flex-flow: column;
}

.service_bottom_block hr {
    width: 100%;
    background: #F4D6C7;
    margin: 10px 0;
}

.service_bottom_block .content {
    width: 100%;
    display: flex;
    flex-flow: row;
    justify-content: space-between;

    font-family: 'Helvetica Neue', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    /* or 137% */


    color: rgba(86, 105, 120, 0.8);
}

.service_bottom_block .content .price,
.service_bottom_block .content .time {
    margin-bottom: 0;
}

.services .row .service_single:nth-child(1) {

}

.services .row .service_single:nth-child(1) .img_block img {
    height: 100%;
    object-fit: cover;
    width: calc(100% - 32px);
    margin-left: 32px;
    margin-right: 0;
}

.services .row .service_single:nth-child(2) .img_block img {
    width: 100%;
    object-fit: cover;
    height: calc(100% - 32px);
    margin-bottom: 32px;
    margin-right: 0;
}

.services .row .service_single:nth-child(3) .img_block img {
    height: 100%;
    object-fit: cover;
    width: calc(100% - 32px);
    margin-right: 32px;
    margin-left: 0;
}

.pagination_services ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.pagination_services ul li:first-child {
    margin-right: 10px;
    margin-left: 0;
}

.pagination_services ul li:last-child {
    margin-right: 0;
    margin-left: 10px;
    position: relative;
}

.pagination_services ul li {
    margin-right: 10px;
    margin-left: 10px;
}

.pagination_services ul.last li:last-child:after {
    content: none;
}


.pagination_services ul li.notLast:last-child:after {
    position: absolute;
    right: -25px;
    top: 0;
    content: url("../imgs/arrow_right_small.png");
    width: 10px;
    height: 5px;
}

.pagination_services ul li a {
    font-family: 'Helvetica Neue', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    /* or 171% */

    display: flex;
    align-items: center;
    text-align: center;

    color: #999999;
}


.pagination_services ul li.active a {
    font-family: 'Helvetica Neue', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    /* or 171% */

    display: flex;
    align-items: center;
    text-align: center;

    /* black */

    color: #000000;
}

.services_form {
    margin-top: 80px;
    padding: 0;
    margin-bottom: 100px;
}

.services_form .form {
    background: #F4D6C7;
}

.services_form .doctors_form_section .form form .form-group input,
.services_form .form form .form-group .select_mate,
.services_form .form form .form-group input {
    border-color: #000000;
}

.services_form .select_mate ul {
    border-color: #000000;
}

.services_form .selecionado_opcion {
    color: black;
}

.services_form .form form .form-group input::placeholder {
    color: rgba(0, 0, 0, 0.5);
}

.services_form .form form .form-group input {
    color: #000;
}

.services_form .form form .submit-group input {
    color: white;
}

/* Prices page */
.price_container {
    background-image: url('../imgs/bg_prices_optimized.jpeg');
    background-size: cover;
    padding-top: 165px;
}

.price_container .prices .overlay {

    background: rgba(36, 68, 65, 0.9);
    padding: 40px 100px;
    padding-top: 10px;
}

.price_container .prices {
    margin-bottom: 100px;
    margin-top: 30px;
}

.title_price_column {
    font-family: 'Helvetica Neue', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 39px;
    display: flex;
    align-items: center;

    color: #FFFFFF;
    margin-bottom: 35px;
    margin-top: 30px;
}

.price_column ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.price_column ul li {
    font-family: 'Helvetica Neue', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 29px;
    display: flex;
    align-items: center;

    color: #FFFFFF;
    width: 100%;
    justify-content: space-between;
}

.price_column hr {
    width: calc(100% + 50px);
    position: relative;
    left: -25px;
    margin: 0;
}

.price_column ul li p {
    margin-bottom: 30px;
    display: flex;
    flex-flow: column;
    align-items: flex-end;
}

.prices_form {
    margin-bottom: 0;
    padding-bottom: 100px;
}

.prices_form .form {
    background: rgba(255, 255, 255, 0.7);
}

.prices_form .form .overlay {
    display: none;
}

/* Contacts */
section.contacts {
    margin-top: 165px;
    margin-bottom: 95px;
}

#map {
    height: 500px;
    /* The height is 400 pixels */
    width: 100%;
    /* The width is the width of the web page */
}

.main_text_contacts {
    flex-flow: column;
    justify-content: space-around;
    display: flex;
}

.content_contacts h2.title {
    margin-bottom: 40px;
}

.content_contacts .schedule,
.content_contacts .address_contact {
    font-family: 'Helvetica Neue', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 150%;
    color: #000000;
    margin-bottom: 30px;
}

.content_contacts h2.title {
    margin-bottom: 40px;
}

.content_contacts .socials_contact {
    display: flex;
    align-items: center;
}

.content_contacts .socials_contact div {
    margin-right: 20px;
}

.content_contacts .socials_contact div:last-child {
    margin-right: 0;
}

.button_modal_contact button {
    background: #F4D6C7;
    margin: 0;
    padding: 0 50px;
    outline: none;
    min-height: 48px;
    display: flex;
    justify-content: center;

    font-family: 'Helvetica Neue', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    align-items: center;

    /* black */

    color: #000000;

    border: none;
    border-radius: 0;
    transition: 0.5s all;
}

.button_modal_contact button:hover {
    opacity: 0.8;
    transition: 0.5s all;
}

.icon_insta_grey {
    background: url("../imgs/insta_grey.svg");
}

.icon_fb_grey {
    background: url("../imgs/fb_grey.svg");
}

.icon_telegram_grey {
    background: url("../imgs/telegram_grey.svg");
}

/* About */
.title_about {
    margin-top: 165px;
}

.title_about .title {
    font-size: 28px;
}

.bottom_title_about {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 40px;
}

.bottom_title_about .schedule_about {
    margin-right: 50px;
}

.slider_about {
    display: flex;
    align-items: center;
    position: relative;
}

.slider_about .slide {
    display: flex;
    width: 100%;
    height: 100%;
}

.slider_about .slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider_about .slick-track {
    display: flex !important;
}

.slider_about .slick-slide {
    height: inherit !important;
}

.slider_about .prev {
    position: absolute;
    top: calc(50% - 17px);
    left: 40px;
    z-index: 999;
    transform: rotate(180deg);
    cursor: pointer;
    padding: 10px;
}

.slider_about .next {
    position: absolute;
    top: calc(50% - 17px);
    right: 40px;
    z-index: 999;
    cursor: pointer;
    padding: 10px;
}

.columns_about .pear_background {
    padding-top: 70px;
    padding-bottom: 70px;
}

.columns_about .tile_text_about p {

    font-family: 'Helvetica Neue', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 150%;
    /* or 36px */

    display: flex;
    align-items: center;

    /* black */

    color: #000000;
}

.services_about {
    margin-top: 55px;
}

.services_about h2.title {
    margin-bottom: 45px;
}

.services_about .service_single .img_block {
    min-height: 280px;
    background: #566978;
}

.services_about .service_single .read_more {
    font-family: 'Helvetica Neue Italic', sans-serif;
    font-style: italic;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    display: flex;
    align-items: center;
    text-decoration-line: underline;

    /* black */

    color: #000000;
}

.services_about .service_bottom_block.post_bottom_block {
    justify-content: flex-start;
    margin-top: 15px;
    align-items: flex-start;
}

.slider_posts .post .img_block {
    min-height: 280px;
    max-height: 280px;
    height: 100%;
}

.slider_posts .post .img_block img {
    height: 100%;
    width: 100%;
    min-height: 280px;
    max-height: 280px;
    object-fit: cover;
}

.pagination_posts_about {
    margin-bottom: 100px;
}

body:not(.home) .services_form .form .cont_select_int li,
body:not(.home) .services_form .form .cont_select_int .active {
    background: #F4D6C7;
    color: #000;
}

.home .description {
    font-family: 'Helvetica Neue', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;

    /* white */

    color: #FFFFFF;
}

/*** Courses styles ***/
.online_courses {
    margin-top: 70px;
    margin-bottom: 100px;
}

.online_courses h2.title {
    margin-bottom: 60px;
}

.online_courses .online_course .img_block {
    border-radius: 12px 12px 0px 0px;
}

.online_courses .online_course .img_block img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 12px 12px 0px 0px;
    max-height: 385px;
    min-height: 385px;
}


.online_courses .online_course .text_block {
    /* blue grey 10% */

    background: rgba(86, 105, 120, 0.1);
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    padding: 24px;
    margin-bottom: 24px;
}

.online_courses .online_course .text_block .title {
    font-family: 'Helvetica Neue', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;

    /* black */

    color: #000000;
    margin-bottom: 20px;

}

.online_courses .online_course .text_block .date {

    font-family: 'Helvetica Neue', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 26px;

    /* black */

    color: #000000;
    margin-bottom: 0;
}

.online_courses .online_course .buttons_block {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.online_courses .online_course .buttons_block .lost_order {
    /* white */

    background: #45776F;
    /* black */

    border: 1px solid #45776F;
    box-sizing: border-box;
    border-radius: 0;
    min-height: 48px;
    display: flex;
    align-items: center;


    font-family: 'Helvetica Neue', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    /* identical to box height */

    text-align: center;

    /* white */

    color: #FFFFFF;
}

.online_courses .online_course .buttons_block .read_more {
    /* white */

    background: #FFFFFF;
    /* black */

    border: 1px solid #000000;
    box-sizing: border-box;
    border-radius: 0;
    min-height: 48px;
    display: flex;
    align-items: center;
}


.online_courses .online_course .buttons_block .read_more a {
    font-family: 'Helvetica Neue', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    /* identical to box height */

    text-align: center;

    /* black */

    color: #000000;
}

.text_bg_courses {
    background: rgba(244, 214, 199, 0.4);
    position: relative;
    overflow: hidden;
    padding-top: 65px;
    padding-bottom: 45px;
    margin-bottom: 70px;
}

.text_bg_courses .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    top: 0;
}

.text_bg_courses .title_section_text {

    font-family: 'Helvetica Neue', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 50px;
    line-height: 61px;
    text-align: center;
    color: #566978;
    max-width: 1010px;
    margin: 0 auto;
    margin-bottom: 45px;
}

.text_bg_courses .signature {


    font-family: 'Helvetica Neue Italic', sans-serif;
    font-style: italic;
    font-weight: 300;
    font-size: 24px;
    line-height: 29px;
    text-align: center;

    /* black */

    color: #000000;
    margin-bottom: 0px;
}

.login_section {
    height: 100vh;
    padding-top: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #F4D6C7;
    flex-flow: column;
}

.login_section form {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

.login_section input,
.login_section input[type="text"],
.login_section input[type="password"],
.login_section button[type="submit"] {
    background: #F4D6C7;
    border: 2px solid #000000;
    box-sizing: border-box;
    text-indent: 15px;
    font-family: 'Helvetica Neue', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: rgba(0, 0, 0, 0.5);
    height: 70px;
    border-radius: 0;
    max-width: 370px;
    min-width: 370px;
    margin-left: auto;
    margin-right: auto;
}

.login_section button[type="submit"] {
    background: #45776F;
    display: block;
    color: white;
    padding: 0;
}


/*.login_section .tml-label,*/
.tml-rememberme-wrap,
.tml-indicator-wrap,
.tml-indicator_hint-wrap {
    display: none;
}


.login-text {
    font-family: 'Helvetica Neue', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    display: block;
    text-align: center;

    /* black */

    color: #000000;
}

.login-text span {
    cursor: pointer;
    transition: 0.5s all;
    text-decoration: underline;
}

.login-text span:hover {
    opacity: 0.5;
    transition: 0.5s all;
}


.tml-links {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-items: center;
    list-style: none;
}

.tml-register-link,
.tml-login-link {
    display: none;
}

.main-navigation {
    margin-right: auto;
}


.site-header .login {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.site-header .login a {
    font-family: 'Helvetica Neue', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    display: flex;
    align-items: center;
    text-align: right;
    text-decoration-line: underline;

    /* white */

    color: #FFFFFF;
}


.online_courses .online_course .buttons_block .lost_order {
    background: #45776F;
}

.online_courses .online_course .buttons_block .lost_order a {
    color: white;
    text-decoration: none;
}


.course_banner {
    margin-top: 80px;
}


.course_banner .img_block img {
    width: 100%;
    border-radius: 0px 0px 200px 0px;
    max-height: 405px;
    object-fit: cover;
}

.course_banner .img_block,
.course_banner .text-block {
    background: #F4D6C7;
}

.course_banner .text-block {
    padding-left: 50px;
    padding-right: 100px;
}

.course_banner .text-block h1 {
    margin-top: 60px;
    font-family: 'Helvetica Neue', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 52px;
    line-height: 63px;
    color: #000000;
}

.course_banner .text-block .description {
    font-family: 'Helvetica Neue', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 140%;
    color: #000000;
    max-width: 560px;
}


.course_banner .bottom_banner {
    display: flex;
    max-width: 560px;
}

.course_banner .bottom_banner p {
    font-family: 'Helvetica Neue', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #000000;
    margin: 0;
}

.course_banner .bottom_banner .type_course {
    margin-right: 70px;
}


.text-block-course {
    background-size: cover;
    min-height: 466px;
    display: flex;
    align-items: center;
}

.text-block-course .content {
    font-family: 'Helvetica Neue', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 140%;
    color: #566978;
}

.text-block-course .signature {
    font-family: 'Helvetica Neue Italic', sans-serif;
    font-style: italic;
    font-weight: 300;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #000000;
}


.text-columns-course {
    background: rgba(86, 105, 120, 0.1);
    padding-top: 60px;
    padding-bottom: 60px;
}


.text-columns-course .content_column:first-child {
    padding-right: 25px;
}

.text-columns-course .content_column:last-child {
    padding-left: 25px;
}

.text-columns-course .content_column {
    font-family: 'Helvetica Neue', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 150%;
    color: #000000;
    max-width: 520px;
}


.for_who {
    margin-top: 80px;
    padding-bottom: 100px;
}

.for_who h2.title {
    margin-bottom: 90px;
}

.columns_for_who {
    display: flex;
    flex-wrap: wrap;
}

.columns_for_who .column {
    display: flex;
    align-items: center;
    justify-items: center;
    flex-flow: column;
}

.columns_for_who .column img {
    max-height: 200px;
    min-height: 200px;
    max-width: 200px;
    min-width: 200px;
    object-fit: cover;

    margin-bottom: 50px;
}

.columns_for_who .column .title {
    font-family: 'Helvetica Neue', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 32px;
    display: flex;
    align-items: center;
    color: #000000;
}

.columns_for_who .column .description {
    font-family: 'Helvetica Neue', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 140%;
    color: #000000;
    position: relative;
    padding-left: 24px;
    text-align: left;
}

.columns_for_who .column .description::before {
    content: '';
    position: absolute;
    left: 0;
    height: 100%;
    width: 4px;
    background: #F4D6C7;
}

.buttons_course {
    display: flex;
    min-height: 160px;
    background: #566978;
    justify-items: center;
    align-items: center;
}

.button_course {
    background: #FFFFFF;
    min-height: 60px;
    max-height: 60px;
    min-width: 280px;
    font-family: 'Helvetica Neue', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
    text-align: center;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;

}

.button_course a {
    color: black;
    text-decoration: none;
}

.button_course.register {
    margin-left: auto;
    background: #FFFFFF;
}

.button_course.know_price {
    margin-right: auto;
    background: #F4D6C7;
}

.bg_green {
    background: #45776F;
}

.coach h2.title {
    margin-top: 70px;
    margin-bottom: 60px;
}


.coach .name {
    font-family: 'Helvetica Neue', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 44px;
    color: #F4D6C7;
    margin-top: 50px;
    margin-bottom: 10px;
}


.coach .position {
    font-family: 'Helvetica Neue', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #FFFFFF;
}


.coach .description {
    font-family: 'Helvetica Neue', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
}


.coach img {
    min-height: 560px;
    width: 100%;
    object-fit: cover;
}

.programma .container {
    background: #F4D6C7;
}

.programma h2.title {
    margin-top: 60px;
    margin-bottom: 60px;
}

.programma .rows {
    margin-left: 100px;
    padding-bottom: 85px;
}

.programma .row_table {
    display: flex;
}

.programma .row_table .time {
    /*margin-right: 100px;*/
    min-width: 85px;
    margin-right: 10px;
    position: relative;
    font-family: 'Helvetica Neue', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    top: 5px;
}

.programma .row_table .time::after {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    right: -17px;
    top: 7px;
    background: #FFFFFF;
    border-radius: 100px;
}


.programma .row_table:first-child .time::after {
    top: -5px;
}

.programma .row_table .line {
    width: 2px;
    background: white;
    margin-right: 60px;
    /*padding-bottom: 40px;*/
}

.programma .row_table:last-child .line {
    height: 100%;
}


.programma .row_table .description .title {
    font-family: 'Helvetica Neue', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 140%;
    color: #000000;
    margin-bottom: 15px;
}

.programma .row_table .description ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 15px;
}

.programma .row_table .description ul li {
    font-family: 'Helvetica Neue', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 140%;
    color: #000000;
}

.programma .row_table .description {
    margin-bottom: 20px;
}


.programma {
    position: relative;
    z-index: 9;
}

section.price_course {
    z-index: 8;
    background: rgba(86, 105, 120, 0.1);
    position: relative;
    margin-top: -60px;
    padding-top: 160px;
}

section.price_course .content_price p.content_p {
    padding-left: 100px;
    font-family: 'Helvetica Neue', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 29px;
    display: flex;
    align-items: center;
    color: #000000;
}


section.price_course .content_price p.price_p {
    font-family: 'Helvetica Neue', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    display: flex;
    color: #000000;
    flex-flow: column;
    justify-content: center;
}


section.price_course .content_price p.price_p span {
    font-family: 'Helvetica Neue', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 49px;
    display: flex;
    align-items: center;
    color: #000000;
    margin-top: 10px;
}

section.price_course button {
    min-width: 280px;
    min-height: 60px;
    border-radius: 0;
    background: #45776F;
    font-family: 'Helvetica Neue', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 70px;
}

.form_course {
    background: transparent;
    padding-top: 0;
    margin-top: -60px;
}


.doctors_form_section .overlay {
    background: #45776F;
}


.watch_video {
    font-family: 'Helvetica Neue Italic', sans-serif;
    font-style: italic;
    font-weight: 300;
    font-size: 20px;
    line-height: 140%;
    text-decoration-line: underline;

    color: #000000;
}


.watch_video img {
    margin-left: 22px;
    transition: 0.5s all;
}

.watch_video img.hover {
    transform: rotate(180deg);
    transition: 0.5s all;
}

.text_bg_courses img {
    height: 100%;
    object-fit: cover;
}

.register_home {
    background: #FFFFFF;
    border: 3px solid #45776F;
    box-sizing: border-box;
    border-radius: 500px;
    margin-bottom: 75px;
    padding-top: 50px;
    padding-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.register_home p {
    font-family: 'Helvetica Neue', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 44px;
    display: flex;
    align-items: center;
    color: #000000;
    margin-bottom: 0;
    margin-right: 70px;
}

.register_home button {
    background: #FF6A6A;
    border-radius: 0;

    font-family: 'Helvetica Neue', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;

    min-width: 280px;
    height: 60px;
    outline: none;
    border: none;
}


section.speakers {
    background: #F4D6C7;
    padding-top: 70px;
    padding-bottom: 80px;
    position: relative;
    margin-bottom: 80px;
}

.top-speakers-block {
    display: flex;
    justify-content: space-between;
    margin-bottom: 70px;
    position: relative;
    z-index: 9;
}

.top-speakers-block .title {
    margin-bottom: 0;
}

.top-speakers-block .top-text {
    font-family: 'Helvetica Neue', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 140%;
    display: flex;
    align-items: center;
    text-align: right;
    color: #000000;

    max-width: 540px;
    margin-bottom: 0;
}

.speaker img {
    min-height: 290px;
    width: 100%;
    object-fit: cover;
    object-position: top;
    margin-bottom: 20px;
    border-radius: 8px;
}

.speaker{
    position: relative;
    z-index: 2;
}

.speaker .name{
    font-family: 'Helvetica Neue',sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    display: flex;
    align-items: center;
    color: #000000;
    margin-bottom: 6px;
}

.speaker .position{
    font-family: 'Helvetica Neue',sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    margin-bottom: 20px;
}


.speaker .description{
    font-family: 'Helvetica Neue',sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    margin-bottom: 0;
    text-align: left;
}


.decor_speakers_bottom{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.decor_speakers_top{
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.courses .title_course{
    font-family: 'Helvetica Neue',sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 44px;
    color: #F4D6C7;
    margin-top: 45px;
    margin-bottom: 24px;
}

.courses .date_course{
    font-family: 'Helvetica Neue',sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #FFFFFF;
    margin-bottom: 25px;
}

.courses .description_course{
    font-family: 'Helvetica Neue',sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 130%;
    color: #FFFFFF;
}

.courses .button_course{
    background: #F4D6C7;
    outline: none;
    border-radius: 0;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-bottom: 50px;
    border: 0;
    margin-top: auto;
}

.courses .button_course .link_course{
    font-family: 'Helvetica Neue',sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #000000;
    text-decoration: none;
}

.courses .course{
    background: #45776F;
    padding-right: 55px;
    margin-bottom: 70px;
}

.courses .course:last-child{
    margin-bottom: 0;
}

.courses .course img{
    max-height:900px;
    min-height: 100%;
    object-fit: cover;
    width: 100%;
}

.courses{
    margin-bottom: 100px;
    margin-top: 60px;
}


.courses-page .course{
    background: transparent;
}

.courses-page .course .title{
    font-family: 'Helvetica Neue',sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #000000;
}

.courses-page .course img{
    border-radius: 12px 12px 0px 0px;
}

.courses-page .course{
    padding-right: 15px;
}


.courses-page .course .date{
    font-family: 'Helvetica Neue',sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 26px;
    color: #000000;
}

.courses-page .course .text-block{
    background: rgba(86, 105, 120, 0.1);
    border-radius: 0 0 12px 12px;
    padding: 20px;
}

.courses-page .button_course .link_course{
    font-family: 'Helvetica Neue',sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    text-decoration: none;
}

.courses-page .button_course{
    background: #FF6A6A;
    border:0;
    border-radius: 0;
    margin: 0;
    margin-top: 35px;
    width: 100%;
}


#register_button{
    border: 0;
    margin-bottom: 65px;
    margin-top: 50px;
}


.top-speakers-block .title{
    font-family: 'Helvetica Neue',sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 56px;
    line-height: 68px;
    display: flex;
    align-items: center;
    color: #000000;
}

.online_courses .online_course .buttons_block .read_more{
    min-width: 180px;
    justify-content: center;
}

.online_courses .online_course .text_block .title{
    font-weight: bold;
}

.online_courses h2.title{
    font-weight: bold;
}

.columns_for_who .column .title{
    width: 100%;
    font-weight: bold;
}

.text_bg_courses .signature{
    max-width: 978px;
    margin-left: auto;
    margin-right: auto;
}

.register_home button a{
    font-family: 'Helvetica Neue',sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
}

.text-columns-course .content_column{
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

section.price_course .content_price p.content_p{
    max-width: 600px;
    margin-right: auto;
    padding-right: 0;
    padding-left: 70px;
}

.text-coach{
    padding-left: 70px;
    padding-left: 70px;
}