#page {
    overflow-x: hidden;
}

@media screen and (max-width: 1200px) {
    #page {
        overflow-x: hidden;
    }

    .online_courses .online_course .buttons_block{
        flex-flow: column;
    }


    .online_courses .online_course .buttons_block button{
        width: 100%;
        justify-content: center;
    }

    .online_courses .online_course .img_block img{
        min-height: 335px;
        max-height: 335px;
    }

    .online_courses .online_course .buttons_block button:first-child{
        margin-bottom: 20px;
    }

    .what_with_works .prev {
        left: -20px;
    }

    .what_with_works .next {
        right: -20px;
    }

    .doctor_single .title_doctor {
        font-size: 44px;
        line-height: inherit;
    }

    .doctor_single .description_doctor {
        font-size: 22px;
    }

    .image_doctor_single img {
        position: absolute;
        right: -40px;
        top: 0;
        max-height: 400px;
        height: 100%;
    }

    section.doctors .img_block p {
        left: 4px;
    }

    .slider_reviews_container .prev {
        /*left: -40px;*/
        display: none !important;
    }

    .slider_reviews_container .next {
        /*right: -40px;*/
        display: none !important;
    }

    .top-footer a {
        font-size: 14px;
    }

    .price_container .prices .overlay {
        padding: 30px 50px;
    }

    .doctors_archive {
        padding-top: 120px;
    }

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


    .course_banner .text-block h1 {
        margin-top: 60px;
        font-size: 42px;
        line-height: 44px;
    }

    .course_banner .bottom_banner p {
        font-size: 20px;
    }
}

@media screen and (min-width: 992px) {

    .top-footer .description p{
        text-align: left;
    }
}

@media screen and (max-width: 992px) {


    .text_bg_courses .title_section_text{
        font-size: 40px;
    }

    .online_courses .online_course:last-child{
        margin: 40px auto 0;
    }

    section.price_course .content_price p.content_p{
        padding-left: 15px;
    }

    .columns_for_who .column{
        margin-bottom: 40px;
    }

    .for_who{
        padding-bottom: 40px;
    }

    .text-columns-course .content_column{
        max-width: 100%;
    }

    .course_banner{
        margin-top: 60px;
    }

    .course_banner .text-block{
        padding-bottom: 60px;
    }

    .course_banner .text-block .description{
        max-width: 100%;
    }

    .custom-logo {
        width: 50px !important;
    }

    .main-navigation a {
        font-size: 14px;
    }

    .banner .title {
        font-size: 36px;
        margin-bottom: 50px;
    }

    .banner {
        border-radius: 0 0 0 180px;
    }

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

    .banner .socials {
        bottom: 20px;
    }

    h2.title {
        font-size: 30px;
    }

    .what_with_works .next {
        display: none !important;
    }

    .what_with_works .prev {
        display: none !important;
    }

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

    .service .img_block img {
        width: 100%;
    }

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

    .show_all {
        width: 100%;
        align-items: center;
        justify-content: center;
    }

    .show_all a {
        justify-content: center;
    }

    .doctor_single {
        display: none;
    }

    .doctor_single .row {
        flex-flow: column-reverse;
    }

    .image_doctor_single img {
        position: relative;
    }

    .doctors_form_section {
        margin-top: 100px;
    }

    .doctors_form_section .form {
        border-radius: 100px;
    }

    .doctors_form_section .form form {
        flex-flow: column;
        padding: 50px 45px;
    }

    .doctors_form_section .form form .form-group {
        margin-bottom: 30px;
    }

    .doctors_form_section .form form .submit-group {
        max-width: 100%;
        margin-bottom: 0;
    }

    .doctors_form_section .overlay {
        border-radius: 100px;
    }

    .slider_reviews .review {
        border-radius: 80px;
        padding: 45px 27px 45px 32px;
    }

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

    .top-footer .logo {
        width: 30%;
        margin-bottom: 50px;
    }

    .top-footer .description {
        width: 70%;
        max-width: 70%;
    }

    .top-footer {
        flex-wrap: wrap;
    }

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

    body:not(.home) .services {
        margin-top: 100px;
    }

    .title_price_column {
        font-size: 26px;
    }

    .price_column ul li p {
        font-size: 18px;
    }

    .price_container .prices {
        margin-bottom: 50px;
    }

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

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

@media screen and (max-width: 767px) {

    .text_bg_courses .title_section_text{
        font-size: 32px;
        line-height: 41px;
    }

    .text_bg_courses .signature{
        font-size: 20px;
    }

    .online_courses .online_course{
        margin-bottom: 40px;
    }

    .online_courses .online_course:last-child{
        margin: 0;
    }

    .online_courses .online_course .text_block .title{
        font-size: 20px;
    }

    .online_courses .online_course .text_block .date{
        font-size: 16px;
    }

    section.price_course{
        padding-top: 100px;
    }

    .programma .rows{
        padding-bottom: 25px;
    }

    section.price_course .content_price p.content_p{
        font-size: 20px;
    }

    .programma .rows{
        margin-left: 0;
    }

    .programma .row_table .description .title{
        font-size: 18px;
    }

    .programma .row_table .description ul li{
        font-size: 16px;
    }


    .button_course{
        font-size: 18px;
        min-width: 230px;
    }


    .text-block-course .content{
        font-size: 20px;
    }

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

    .text-block-course .signature {
        font-size: 18px;
        line-height: 18px;
        text-align: left;
    }

    .text-block-course{
        min-height: 345px;
    }

    .course_banner .text-block h1 {
        margin-top: 40px;
        font-size: 30px;
        line-height: 44px;
    }

    .menu-main-menu-container {
        display: none;
    }

    /* Burger icon menu */
    .box {
        width: 100%;
        height: 100%;
        /*left: 50%;*/
        max-height: 60px;
        max-width: 60px;
        position: relative;
        display: block;
        z-index: 99999;
    }

    .box .icon {
        position: relative;
        /*transform: translate(-50%,0);*/
        width: 100%;
        height: 100%;
        fill: none;
        stroke-width: 6;
        stroke-linecap: round;
        stroke-linejoin: round;
        cursor: pointer;
    }


    /******** PALETTES ********/
    /*** Faint Grays ***/
    /* #b1 { background: #FFFFFF; }
    #b2 { background: #F8F8F8; }
    #b3 { background: #EFEFEF; }
    #b4 { background: #E8E8E8; }
    #b5 { background: #DFDFDF; }
    #b6 { background: #D8D8D8; }
    .icon { stroke: #000000; opacity: .65; } */
    /*** Peach ***/
    .box .icon {
        stroke: #FFFFFF;
        opacity: .95;
    }

    .mobile_button_menu.black .icon {
        stroke: black;
    }

    .custom-logo {
        width: 80px !important;
    }


    .menu-main-menu-container {
        display: none;
        position: absolute;
        /* peach */

        background: #F4D6C7;
        backdrop-filter: blur(10px);
        /* Note: backdrop-filter has minimal browser support */

        border-radius: 10px;
        right: 10px;
        top: 10px;
        min-width: 250px;
        width: 100%;
        max-width: 250px;
        padding: 60px 30px;
        padding-top: 70px;
        height: auto;
    }

    .menu-main-menu-container ul {
        display: flex;
        flex-flow: column;
    }

    .menu-main-menu-container ul a {
        /*color: black;*/

        font-family: 'Helvetica Neue', sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 15px;

        color: #2A2A2A;
    }

    .menu-main-menu-container ul li {
        border-bottom: 2px white solid;
        margin-right: 0;
        padding: 8px 10px 12px 10px;

    }

    .menu-main-menu-container ul li:last-child {
        border: 0;
    }

    .banner .title {
        font-size: 27px;
        margin-bottom: 30px;
        max-width: 400px;
    }

    .banner {
        min-height: 450px;
    }

    h2.title {
        line-height: 1;
        font-size: 26px;
    }

    .what_with_works .slick-dots {
        display: flex;
    }

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

    .what_with_works .slick-dots li {
        margin: 0;
    }

    .what_with_works .slick-list {
        padding: 0 20% 0 0 !important;
    }

    .what_with_works .link {
        margin: 0 5px;
    }

    .what_with_works .link a {
        padding: 0;
    }

    .what_with_works .slider {
        right: 0px;
        width: calc(100% + 38px);
        max-width: calc(100% + 38px);
    }

    .our_services {
        margin-top: 160px;
    }

    .our_services .services,
    .our_services .services .slick-slider {
        max-width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .our_services .service {
        padding: 0 !important;
        width: 100%;
    }

    .show_all {
        margin-top: 0;
    }

    .our_services .services {
        position: relative;
    }

    .our_services .services .prev {
        position: absolute;
        top: -60px;
        right: 30px;
        transform: rotate(180deg);
        display: flex !important;
        align-items: center;
    }

    .our_services .services .next {
        position: absolute;
        top: -60px;
        right: 0px;
        display: flex !important;
        align-items: center;
    }

    .doctor_single {
        display: block;
    }

    .image_doctor_single img {
        position: absolute;
        right: 73px;
        top: -20%;
        max-height: 480px;
        height: 120%;
        min-height: 400px;
    }

    .image_doctor_single {
        min-height: 400px;
        width: calc(100% - 30px);
        margin: 0 auto;
        margin-bottom: 50px;
    }

    .doctor_single .text_block:before {
        left: 15px;
    }

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

    section.doctors .prev {
        position: absolute;
        top: -60px;
        right: 30px;
        transform: rotate(180deg);
        display: flex;
        align-items: center;
    }

    section.doctors .next {
        position: absolute;
        top: -60px;
        right: 0px;
        display: flex;
        align-items: center;
    }

    section.doctors .prev:not(.mobile),
    section.doctors .next:not(.mobile) {
        display: none !important;
    }

    .doctors_form_section .form form .form-group {
        margin-bottom: 40px;
    }

    .doctors_form_section .form form .submit-group:last-child {
        margin-bottom: 0;
    }

    .doctors_form_section .form form {
        flex-flow: column;
        padding: 50px 85px;
    }

    .doctors_form_section .overlay,
    .doctors_form_section .form {
        border-radius: 50px;
    }


    .top_review .name_review p {
        font-size: 30px;
    }

    .slider_reviews_container .prev:not(.mobile),
    .slider_reviews_container .next:not(.mobile) {
        display: none !important;
    }

    .slider_reviews_container .prev {
        position: absolute;
        top: -60px;
        right: 30px;
        transform: rotate(180deg);
        display: flex !important;
        align-items: center;
    }

    .slider_reviews_container .next {
        position: absolute;
        top: -60px;
        right: 0px;
        display: flex !important;
        align-items: center;
    }

    .site-footer {
        display: none;
    }

    .footer-mobile {
        display: block;
    }

    .top-footer-mobile {
        display: flex;
        flex-flow: row;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 25px;
    }

    .footer-mobile .socials {
        display: flex;
        flex-flow: row;
        min-width: 100px;
        justify-content: space-between;
        align-items: center;
    }

    .footer-mobile .top-footer {
        margin-bottom: 45px;
    }

    .footer-mobile .hr-footer {
        background-color: #fff;
    }

    .footer-mobile .left-bottom-footer {
        display: flex;
        flex-flow: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .footer-mobile .right_bot_footer .payments {
        display: flex;
        min-width: 80px;
        flex-flow: row;
        justify-content: flex-end;
        flex-wrap: wrap;
    }

    .footer-mobile .right_bot_footer {
        display: flex;
        flex-flow: column;
        align-items: flex-end;
        justify-content: space-between;

    }

    .footer-mobile .right_bot_footer .payments .text {
        width: 100%;
    }

    .footer-mobile .right_bot_footer .payments a {
        color: white;
        text-align: right;
        width: 100%;
        display: flex;
        justify-content: flex-end;
        font-family: 'Helvetica Neue', sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 150%;
        /* or 12px */
        text-decoration-line: underline;
    }

    .footer-mobile .right_bot_footer .payments a:visited {
        color: white;
    }

    .footer-mobile .visa {
        margin-top: 10px;
        margin-right: 10px;
    }

    .footer-mobile .mastercard {
        margin-top: 10px;
    }

    .footer-mobile .left-bottom-footer .articles:last-child p {
        margin-bottom: 0;
    }

    .footer-mobile .right_bot_footer .address p {
        font-family: 'Helvetica Neue', sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 150%;
        /* or 16px */

        text-align: right;

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

    .price_container .prices .overlay {
        padding: 30px 30px;
    }

    .price_column ul li p {
        font-size: 16px;
    }

    .price_column ul li p span {
        font-size: 14px;
    }

    .slider_about .prev:not(.mobile),
    .slider_about .next:not(.mobile) {
        display: none !important;
    }

    .slider_about .prev {
        top: inherit;
        position: absolute;
        bottom: -50px;
        right: 30px;
        transform: rotate(180deg);
        display: flex !important;
        align-items: center;
    }

    .slider_about .next {
        top: inherit;
        position: absolute;
        bottom: -50px;
        right: 0px;
        display: flex !important;
        align-items: center;
    }

    section.contacts {
        margin-top: 120px;
    }

    .socials_contact:not(.socials_contact_mobile) {
        display: none !important;
    }

    .title_contact {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .title_contact h2.title {
        margin-bottom: 0;
    }

    .title_contact {
        margin-bottom: 40px;
    }

    .top_title_contacts {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .button_modal_contact button {
        width: 100%;
        margin-bottom: 45px;
    }

    .courses .course{
        padding-right: 0;
    }

    .courses .course img{
        max-height: 500px;
    }

    .courses .course .col-md-6:nth-child(2){
        padding: 0 30px;
    }
}

@media screen and ( min-width: 768px) {
    .our_services .services .prev,
    .our_services .services .next,
    section.doctors .prev.mobile,
    section.doctors .next.mobile,
    .slider_reviews_container .prev.mobile,
    .slider_reviews_container .next.mobile,
    .slider_about .next.mobile,
    .slider_about .prev.mobile,
    .socials_contact_mobile {
        display: none !important;
    }

    .footer-mobile {
        display: none;
    }
}

@media screen and (max-width: 600px) {


    .text-block-course {
        min-height: 455px;
    }

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

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

    .course_banner .bottom_banner{
        flex-flow: column;
    }
    .banner .title {
        font-size: 22px;
        line-height: 150%;
        margin-top: 0;
        margin-bottom: 25px;
    }

    .banner .socials {
        right: 15px;
        bottom: 0;
    }

    .banner button a {
        padding: 12px 60px;
        font-size: 16px;
        line-height: 100%;
    }

    h2.title {
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
    }

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

    .what_with_works .link a {
        font-size: 14px;
        line-height: 17px;
    }

    .what_with_works .link {
        border-radius: 12px;
        min-height: 60px;
    }

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

    .our_services {
        margin-top: 80px;
    }

    .our_services .services {
        padding: 0 15px;
    }

    .show_all {
        width: calc(100% - 30px);
        margin: 0 auto;
    }

    .show_all a {
        font-size: 16px;
        line-height: 100%;
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .service .title_service {
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 20px;
    }

    .service .description_service {
        font-size: 14px;
        line-height: 140%;
    }

    .our_services .service {
        margin-bottom: 25px;
    }

    .our_services .services .prev {
        right: 45px;
    }

    .our_services .services .next {
        right: 15px;
    }

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

    .doctor_single {
        margin-top: 120px;
    }

    .image_doctor_single img {
        height: 290px;
        max-height: 290px;
        min-height: 290px;
        right: 33px;
        top: -32%;
    }

    .image_doctor_single {
        min-height: 220px;
        width: calc(100% - 30px);
        margin: 0 auto;
        margin-left: auto;
        margin-bottom: 50px;
        margin-right: 0;
    }

    .doctor_single .title_doctor {
        font-weight: 500;
        font-size: 32px;
        line-height: 120%;
        margin-bottom: 24px;
    }

    .doctor_single .description_doctor {
        font-weight: 500;
        font-size: 21px;
        line-height: 120%;
        margin-bottom: 24px;
    }

    .doctor_single .sub-description_doctor {
        font-size: 14px;
        line-height: 120%;

    }

    .doctor_single .text_block {
        padding-left: 45px;
        padding-right: 30px;
    }

    .doctors_form_section {
        margin-top: 60px;
    }

    .doctor_single .text_block:before {
        left: 30px;
        width: 3px;
        height: 100%;
        top: 0;
    }

    .doctors_form_section .title {
        margin-bottom: 22px;
        padding: 0 15px;
    }

    .doctors_form_section {
        padding-top: 45px;
        padding-bottom: 90px;
    }

    section.doctors .prev {
        top: -40px;
        right: 45px;
    }

    section.doctors .next {
        top: -40px;
        right: 15px;
    }

    .slider_doctors {
        padding: 0 15px;
    }

    section.doctors .img_block p.name a {
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
    }

    section.doctors .img_block p {
        left: 14px;
        min-width: auto;
    }

    section.doctors .text_doctor {
        font-size: 14px;
        line-height: 140%;
    }

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

    .doctors_form_section .form {
        max-width: calc(100% - 30px);
        margin: 0 auto;
        border-radius: 20px;
    }

    .doctors_form_section .form .overlay {
        border-radius: 20px;
    }

    .doctors_form_section .form form {
        padding: 42px 30px;
    }

    .doctors_form_section .form form .form-group input,
    .doctors_form_section .form form .form-group .select_mate {
        height: 48px;
        font-size: 16px;
        line-height: 19px;
        width: 100%;
        max-width: 100%;
        min-height: 48px;
        min-width: 100%;
    }

    .doctors_form_section .form form .form-group input::placeholder {
        font-size: 16px;
        line-height: 19px;
    }

    .icon_select_mate {
        top: 13px;
    }

    .cont_select_int li,
    .cont_select_int .active {
        font-size: 16px;
        line-height: 19px;
    }

    .selecionado_opcion {
        padding: 13px 2%;
    }

    .doctors_form_section .form form .form-group {
        margin-bottom: 20px;
    }

    section.reviews {
        max-width: calc(100% - 30px);
        margin: 45px auto;
        margin-bottom: 96px;
    }

    section.reviews h2.title {
        margin-bottom: 24px;
    }

    .top_review .name_review p {
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
        margin-left: 0;
    }

    .slider_reviews .review {
        padding: 27px 24px 52px;
        border-radius: 20px;
    }

    .review_description {
        margin-bottom: 0;
        font-size: 14px;
        line-height: 17px;
    }

    .top_review .avatar img {
        height: 56px;
        width: 56px;
        margin-right: 14px;
    }

    .top_review {
        margin-bottom: 20px;
    }

    .slider_reviews_container .prev,
    .slider_reviews_container .next {
        top: -40px;
    }


    .site-footer {
        padding-top: 10px;
    }

    .top-footer .description p {
        font-size: 11px;
    }

    .top-footer-mobile .logo img {
        width: 65px;
    }

    .footer-mobile .top-footer {
        margin-bottom: 30px;
    }

    .footer-mobile .right_bot_footer .payments a {
        font-size: 10px;
    }

    .footer-mobile .right_bot_footer .address p {
        font-size: 11px;
    }

    .service_single {
        margin-bottom: 60px;
    }

    .service_single .img_block {
        max-height: 210px;
    }

    .service_content_block .title_service {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 22px;
    }

    body:not(.home) .services {
        margin-top: 60px;
    }

    body:not(.home) .services_form {
        margin-top: 0;
        padding: 0;
    }

    .banner.banner_services .title {
        margin-bottom: 0;
    }

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

    .price_container {
        padding-top: 130px;
    }

    .price_container .container {
        width: 100%;
        max-width: 100%;
    }


    .price_container .prices .overlay {
        padding: 10px 20px;
    }

    .title_price_column {
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;

        margin-top: 25px;
        margin-bottom: 12px;
    }

    .price_column ul li p {
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 17px;
    }

    .price_column ul li p span {
        text-align: right;
        font-size: 10px;
    }

    body:not(.home) .services_form.prices_form {
        padding-bottom: 50px;
    }

    .title_about .title {
        font-weight: 500;
        font-size: 22px;
        line-height: 27px;
        margin-bottom: 30px;
    }

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

    .bottom_title_about .schedule_about {
        margin-right: 0;
        font-size: 12px;
        line-height: 150%;
    }

    .bottom_title_about .address_about {
        font-size: 12px;
        line-height: 150%;
    }

    .slider_about .slick-slide {
        min-height: 215px;
    }

    .columns_about .tile_text_about p {
        font-weight: 500;
        font-size: 16px;
        line-height: 150%;
    }

    .columns_about p {
        font-size: 14px;
        line-height: 130%;
    }

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

    .services_about .service_single .img_block {
        min-height: 210px;
    }

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

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

    .content_contacts .schedule, .content_contacts .address_contact {
        font-size: 12px;
        line-height: 150%;
    }

    .button_modal_contact button {
        font-size: 16px;
        line-height: 19px;
    }

    .title_contact h2.title {
        font-weight: 500;
        font-size: 24px;
        line-height: 29px;
    }

    .doctors_archive section.doctors .img_block img{
        width: 100%;
        max-height: 200px;
        min-height: 200px;
        object-fit: cover;
    }

    .doctors_archive section.doctors .slick-list {
        padding: 0 35% 0 0 !important;
    }

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

    .doctors_archive{
        padding-top: 80px;
    }

    .info_doctor .name{
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
    }

    .info_doctor .description p{
        font-size: 14px;
        line-height: 140%;
    }

    .courses .course{
        padding-right: 0;
    }
}


@media screen and (max-width: 567px) {

    .courses{
        margin-top: 30px;
    }

    .courses .title_course{
        font-size: 22px;
        line-height: 26px;
        margin-top: 25px;
        margin-bottom: 20px;
    }

    .courses .date_course{
        font-size: 18px;
        line-height: 20px;
    }

    .courses .description_course{
        font-size: 18px;
        line-height: 110%;
    }

    .courses .button_course{
        width: 100%;
        margin-bottom: 25px;
    }


    .text_bg_courses .title_section_text {
        font-size: 22px;
        line-height: 31px;
    }
    .text_bg_courses .signature {
        font-size: 16px;
        line-height: 22px;
    }

    .text_bg_courses {
        padding-top: 40px;
        padding-bottom: 25px;
        margin-bottom: 0;
    }
    .button_course{
        font-size: 18px;
        min-width: 230px;
    }

    .button_course.register{
        margin: 5px auto;
    }

    .button_course.know_price{
        margin: 5px auto;
    }


}
