#main .wpb_content_element {
    margin: 0;
}

.container {
    max-width: 1440px;
    margin: 0 auto !important;
    display: table;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

@media screen and (max-width:1441px) {
    .container {
        max-width: 1280px;
    }
}

.cta_hero a {
    background: #10077e;
    color: #fff;
    padding: 10px 20px;
    text-align: center;
    border-radius: 12px;
    font-family: 'Poppins';
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin: 30px auto 0;
    display: table;
    border: 1px solid #fff;
}

.cta_hero a:hover {
    text-decoration: none;
    opacity: .9;
}

.hero_mobile {
    display: none;
}

.hero_desktop .wpb_raw_code,
.hero_mobile .wpb_raw_code {
    margin: 0;
}

.hero_desktop img,
.hero_mobile img {
    width: 100%;
    height: auto;
}

@media screen and (max-width:991px) {
    .hero_mobile {
        display: block;
    }
    .hero_desktop {
        display: none;
    }
}

.section_1_campanie {
    background: url(./assets/images/section_1_bg.jpg) center center no-repeat;
    background-size: cover;
    color: #fff;
    padding: 50px 0;
}

.section__row {
    background: #e4e4e4;
    padding-top: 50px;
    padding-bottom: 50px;
}

.bottom__text {
    padding-top: 30px;
}

@media screen and (min-width:992px) {
    .row_text_column {
        margin-top: 50px !important;
    }
    .right_text_column {
        padding-left: 50px;
    }
    .left_text_column {
        padding-right: 50px;
    }
    .section_1_campanie .vc_col-sm-8 {
        width: 60%;
    }
    .section_1_campanie .vc_col-sm-2 {
        width: 20%;
    }
    .section_1_campanie .container .vc_row {
        display: flex;
        align-items: center;
    }
    #main .section_1_campanie .container {
        display: flex;
        align-items: center;
        max-width: 1280px;
    }
    .column_text_team {
        padding-right: 60px;
    }
}

#main .section_1_campanie p {
    font-size: 21px;
    font-weight: bold;
    font-family: 'Poppins';
    margin: 0;
}

#main .section_1_campanie .wpb_content_element {
    margin: 0;
}

#main .section_1_campanie h2 {
    margin: 0 0 40px;
    font-size: 32px;
    line-height: 1.2;
    font-weight: 600;
    font-family: 'Poppins';
    color: #fff;
    padding: 0 15px;
}

#main .general_row h2 {
    font-size: 32px;
    line-height: 1.2;
    font-weight: 600;
    font-family: 'Poppins';
    margin: 0 0 20px;
    color: #0a137f;
}

.persons:before {
    content: '';
    background: url(./assets/images/persons.png) center center no-repeat;
    min-width: 90px;
    height: 59px;
    display: inline-block;
    margin-right: 15px;
}

.persons {
    display: flex;
    align-items: center;
}

.location:before {
    content: '';
    background: url(./assets/images/location.png) center center no-repeat;
    width: 50px;
    height: 63px;
    display: inline-block;
    margin-right: 15px;
}

.location {
    display: flex;
    align-items: center;
}

.add_to_calendar:before {
    content: '';
    background: url(./assets/images/add_calendar.png) center center no-repeat;
    width: 277px;
    height: 100px;
    display: inline-block;
    margin-right: 15px;
}

.add_to_calendar {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.add_to_calendar .wpb_wrapper {
    display: flex;
    flex-direction: column
}

.add_to_calendar .wpb_wrapper p {
    margin: 0 0 5px
}

.general_row p {
    color: #0a137f;
    font-size: 18px;
    line-height: 1.3;
    font-family: 'Poppins';
}

.program_custom {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
    background: url(./assets/images/BG_agenda.jpg) center center no-repeat;
    background-size: cover;
}

#main .program_custom .container {
    max-width: 1200px;
}

#main .program_custom .vc_col-sm-6 .vc_column-inner::before {
    content: '';
    background: #0a137f;
    width: 2px;
    height: 100%;
    display: block;
    position: absolute;
    left: 24%
}

#main .program_custom .vc_col-sm-6 .vc_column-inner {
    position: relative;
    max-width: calc(100% - 30px);
    margin: 0 auto;
    border: 1px solid #fff;
    border-radius: 24px !important;
    background: rgba(255, 255, 255, 0.1);
}

#main .program_custom p {
    display: flex;
    flex-wrap: nowrap;
    color: #0a137f;
    position: relative;
    font-weight: 600;
    font-family: 'Poppins';
    margin-top: 0;
    margin-bottom: 7px;
}

#main .program_custom p strong {
    margin-left: 0px;
    max-width: 70%;
    display: inline-block;
    position: relative;
    cursor: pointer;
    font-weight: 700;
    width: 70%;
}

#main .program_custom .vc_col-sm-6 .vc_column-inner .wpb_text_column {
    padding: 0 15px;
}

#main .program_custom .vc_col-sm-6 .vc_column-inner .white_text_program p {
    color: #fff;
}

#main .program_custom .wpb_content_element:not(.white_text_program) p strong::before {
    position: absolute;
    content: '';
    position: absolute;
    line-height: 1;
    top: 6px;
    background: #0a137f;
    color: #fff;
    padding: 5px;
    left: -17px;
}

#main .program_custom .wpb_content_element:not(.white_text_program) p strong::after {
    position: absolute;
    content: '+INFO';
    position: absolute;
    line-height: 1;
    top: 0;
    background: #0a137f;
    color: #fff;
    padding: 5px;
    left: calc(100% - 15px);
    border-radius: 2px;
    font-weight: 600;
}

#main .program_custom p em {
    display: none;
    font-style: normal;
}

#main .program_custom .show_info p em {
    display: block;
    margin: 0;
    padding-left: 25%;
    line-height: 1.3;
}

#main .program_custom h3 {
    font-family: 'Poppins' !important;
    color: #fff !important;
    background: #0a137f;
    text-align: center !important;
    padding: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    font-weight: bold !important;
    margin: 0 0 20px;
}

#main .program_custom h2 {
    font-family: 'Poppins';
    color: #0a137f !important;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 40px;
}

#main .program_custom p span[style="text-decoration: underline;"] {
    text-decoration: none !important;
    width: 25%;
    font-weight: 700;
}

.contact_btn_section a {
    background: #10077e;
    color: #fff;
    padding: 10px 20px;
    text-align: center;
    border-radius: 12px;
    font-family: 'Poppins';
    font-size: 20px;
    line-height: 1;
    font-weight: 600;
    margin: 30px auto 0;
    display: table;
}

.contact_btn_section a:hover {
    text-decoration: none;
    opacity: .9;
}

.section_info_1 {
    background: url(./assets/images/new_image_bg.jpg) center center no-repeat;
    background-size: cover;
    color: #fff;
    font-family: 'Poppins';
    padding: 50px 0;
}

.section_info_1 p {
    padding-left: 20px;
    max-width: 600px;
    font-size: 18px;
}

#main .section_info_1 h2 {
    font-size: 40px;
    font-family: 'Poppins';
    color: #fff;
    font-weight: 600;
    position: relative;
}

#main .section_info_1 h2 strong {
    color: #ed1c24;
}

#main .section_info_1 ul {
    list-style: none;
    padding-left: 25px;
    max-width: 640px;
}

#main .section_info_1 ul li {
    position: relative;
    margin: 0 0 10px;
}

#main .section_info_1 .container {
    overflow: visible;
}

#main .section_info_1 h2::before {
    content: '';
    position: absolute;
    background: url(./assets/images/live_icon.png) center center no-repeat;
    background-size: cover;
    width: 70px;
    height: 70px;
    top: -5px;
    left: -80px;
}

#main .section_info_1 ul li::before {
    content: '';
    position: absolute;
    background: #ed1c24;
    width: 10px;
    height: 9px;
    top: 5px;
    left: -23px;
}

#main .section_info_1 .vc_col-sm-8::before {
    content: '';
    position: absolute;
    background: #ed1c24;
    width: 1px;
    height: 100%;
    left: 6px;
    top: 20px;
}

#main .section_info_1 .container:last-child .vc_col-sm-8:before {
    height: 80%;
}

@media screen and (max-width:1600px) {
    #main .section_1_campanie h2 {
        font-size: 28px;
    }
    #main .section_1_campanie p {
        font-size: 20px;
    }
    #main .testimonial_section h2{
        line-height: 1.25;
    }
}

.hidden-md {
    display: none !important;
}

#addeventatc1 {
    border: 0 !important;
    color: transparent !important;
    box-shadow: none !important;
}

.team_section .column_text_team .wpb_text_column {
    max-width: 550px;
}

.team_section {
    padding: 50px 0;
    background: url(./assets/images/hero_team.png) center center no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

#main .team_section h2 {
    font-size: 40px;
    font-family: 'Poppins';
    color: #0a137f;
    text-align: center;
    font-weight: 700;
    max-width: 800px;
    margin: 0 auto 50px;
    line-height: 1.2;
    display: table;
}

#main .team_section h3 {
    font-size: 26px;
    font-family: 'Poppins';
    color: #0a137f;
    font-weight: 700;
    position: relative;
}

#main .team_section h3::before {
    content: '';
    width: 33px;
    height: 51px;
    background: url(./assets/images/icon_team.png) center center no-repeat;
    display: inline-block;
    margin-right: 10px;
}

.row_bg_custom {
    position: relative;
    overflow: visible;
}

#main .video_section {
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
}

#main .video_section::before {
    content: '';
    position: absolute;
    border: 3px solid #e62027;
    top: 85px;
    left: 0;
    width: 100%;
    height: 80%;
    border-radius: 40px;
    display: inline-block;
}

#main .video_section h2 {
    font-size: 40px;
    font-weight: 700;
    font-family: 'Poppins';
    color: #0a137f;
    display: flex;
    align-items: center;
    background: #fff;
    justify-content: center;
    max-width: 300px;
    margin: 0 auto;
    padding: 0 15px;
}

#main .video_section h2::after {
    content: '';
    background: url(./assets/images/live_icon.png) center center no-repeat;
    background-size: cover;
    width: 70px;
    height: 70px;
    display: inline-block;
    margin-left: 20px;
}

#main .video_section iframe {
    max-width: 100vw !important;
    width: 100% !important;
}

.prices_section p,
.prices_section li {
    color: #10077e;
    font-size: 18px;
    font-family: 'Poppins';
    line-height: 1.3;
    margin: 0 0 10px;
}

.prices_section ul {
    margin: 0;
    padding-left: 20px;
}

.prices_section .vc_column-inner {
    border: 3px solid #10077e;
    border-radius: 40px;
    padding: 20px;
}

.testimonial_section {
    padding: 100px 0 0;
    background: url(./assets/images/testimoniale_bg.jpg) center center no-repeat;
    background-size: cover;
    color: #fff;
    position: relative;
}

#main .testimonial_section h2::before {
    position: absolute;
    content: '';
    background: url(./assets/images/acolada_mare.png) center center no-repeat;
    width: 219px;
    height: 207px;
    top: -80px;
    left: -30px;
    z-index: -1;
}

.bio_section p {
    font-weight: 700;
    margin: 0;
}

.bio_section {
    display: flex;
    align-items: center;
    margin-top: 50px !important;
}

#main .testimonial_section .bio_section::before {
    display: inline-block;
    content: '';
    background: url(./assets/images/acolada_mica.png) center center no-repeat;
    width: 63px;
    height: 54px;
    margin-right: 20px;
}

#main .testimonial_section h2 {
    color: #fff;
    position: relative;
    font-size: 40px;
    font-weight: 700;
    font-family: 'Poppins';
    position: relative;
    z-index: 11;
    line-height: 1.2;
}

#main .testimonial_section p {
    color: #fff;
    font-size: 24px;
    font-family: 'Poppins';
}

.early_section::after {
    content: '';
    width: 250px;
    height: 220px;
    background: url(./assets/images/early_bird.png) center center no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 0;
    right: 0;
}

.early_section .container {
    max-width: 1280px;
}

.early_section p {
    margin: 0;
    max-width: 1000px;
}

.early_section {
    position: relative;
    padding: 40px 0 !important;
    background: #f6d103;
    color: #10077e;
    font-size: 40px;
    line-height: 1.2;
    font-family: 'Poppins';
}

.form_section form .wpcf7-acceptance span {
    margin-left: 0 !important;
}

.form_section form {
    max-width: 1000px;
    margin: 0 auto;
}

#main .form_section h3 {
    text-align: center;
    font-size: 45px;
    line-height: 1.2;
    font-weight: 400;
    font-family: 'Poppins';
    color: #605c58;
}

#main .form_section form input,
#main .form_section form textarea,
#main .form_section form select {
    border-radius: 12px !important;
    padding: 10px;
    font-family: 'Poppins';
    font-size: 18px !important;
    height: auto !important;
    border: 1px solid #ccc !important;
    font-size: 17px !important;
}

#main .form_section form textarea {
    margin-bottom: 10px !important;
    min-height: 0 !important;
    max-height: 100px;
}

#main .form_section form .bottom_form_section {
    display: inline-block;
    width: 100%;
    margin: 0px 0 10px !important;
}

#main .form_section form a {
    color: #10077e !important;
}

#main .form_section form input[type="submit"] {
    background: #10077e !important;
    color: #fff !important;
    padding: 10px 30px !important;
    text-align: center;
    border-radius: 12px;
    font-family: 'Poppins';
    font-size: 20px;
    line-height: 34px;
    font-weight: 600;
    margin-top: 10px;
    display: inline-block;
}

.share_now a {
    margin-left: 10px;
}

.share_now img {
    max-height: 40px;
}

.share_now {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto !important;
    margin-top: -60px !important;
}

.footer_project_custom {
    background: url(./assets/images/footer_bg_custom.jpg) center center no-repeat;
    background-size: cover;
    padding: 50px 0 50px;
    margin-top: 50px;
}
.footer_project_custom a img{
    transform: scale(1);
    transition: .5s all;
}
.footer_project_custom a:hover img{
    transform: scale(1.05);
    transition: .5s all;
}
#main .footer_project_custom h3 {
    font-family: 'Poppins';
    font-size: 40px;
    color: #fff;
    font-weight: 700;
    margin: 0 0 30px
}

.campanie_footer {
    padding: 40px 0 0;
}

.campanie_footer p {
    margin: 0;
}

.row_contact p,
.row_contact a {
    color: #000;
    font-size: 18px;
    font-family: 'Poppins';
}

.row_contact h4 {
    font-size: 24px;
    font-family: 'Poppins';
    margin: 0 0 10px;
    font-weight: 400;
}

@media screen and (min-width:1400px) {
    .col_text_testimonioal {
        padding-left: calc(50vw - 670px);
    }
}

@media screen and (min-width:1600px) {
    .col_text_testimonioal {
        padding-left: calc(50vw - 720px);
        width: 60%;
    }
    .testimonial_section .vc_col-sm-6:last-child {
        width: 40%;
    }
}

@media screen and (min-width:992px) {
    .prices_section .vc_column-inner {
        padding: 40px 80px;
    }
    .footer_project_custom .vc_col-sm-4 {
        padding: 0 15px;
    }
    .campanie_footer .row {
        display: flex;
        align-items: center;
    }
    .logo_footer {
        float: right;
    }
}

@media screen and (max-width:1500px) and (min-width:992px) {
    .prices_section,
    #main .video_section {
        max-width: 1280px;
        margin: 0 auto;
    }
}

@media screen and (max-width:991px) {
    #main .video_section::before {
        height: 95%;
        left: 5px;
        width: calc(100% - 10px)
    }
    #main .video_section {
        padding-bottom: 0 !important;
        margin-top: -50px;
    }
    #main .video_section h2 {
        font-size: 30px;
        width: 190px;
        line-height: 70px;
    }
    #main .video_section h2::after {
        width: 40px;
        height: 40px;
    }
}

@media screen and (min-width:1600px) {
    .row_bg_custom::before {
        content: '';
        background: rgba(243, 243, 243, 0.7);
        position: absolute;
        top: 0;
        height: 100%;
        width: 100vw;
        max-width: 100vw;
        left: calc(-50vw + 720px);
    }
    .row_bg_custom {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }
}

@media screen and (min-width:800px) and (max-width:1300px) {
    .section_info_1 {
        padding-left: 75px !important;
    }
    .col_text_testimonioal {
        padding-left: 30px;
    }
}

@media screen and (min-width:1200px) {
    .oana_taban_column{
        position: absolute;
        bottom: 0;
        right: 0;
        max-width: 39%;
    }
    .col_text_testimonioal{
        width: 65%;
        padding-bottom: 50px;
    }
    .row_bg_custom::before {
        content: '';
        background: rgba(243, 243, 243, 0.7);
        position: absolute;
        top: 0;
        height: 100%;
        width: 100vw;
        max-width: 100vw;
        left: calc(-50vw + 650px);
        display: inline-block;
    }
    .row_bg_custom {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }
    prices_section .wpb_column,
    .video_section{
        position: relative;
        z-index: 1;
    }
    .prices_section{
        position: relative;
    }
    .prices_section::before {
        content: '';
        background: url(./assets/images/EARLY_BIRD.png) center center no-repeat;
        background-size: cover;
        position: absolute;
        bottom: 0;
        height: 1200px;
        width: 100vw;
        max-width: 100vw;
        left: calc(-50vw + 640px);
        display: inline-block;
    }
}

#main .team_section li,
#main .team_section p {
    color: #0a137f;
    font-size: 18px;
    line-height: 1.3;
    font-family: 'Poppins';
}

#main .team_section a {
    background: #10077e;
    color: #fff;
    padding: 10px 30px;
    text-align: center;
    border-radius: 12px;
    font-family: 'Poppins';
    font-size: 20px;
    line-height: 34px;
    font-weight: 600;
    margin-top: 10px;
    display: inline-block;
}

#main .team_section a:hover {
    text-decoration: none;
    opacity: .9;
}

@media screen and (max-width:991px) and (min-width:400px) {
    .add_to_calendar:before {
        max-width: 120px !important;
        max-height: 50px !important;
    }
}

@media screen and (max-width:991px) {
    .row_bg_custom {
        background: rgba(243, 243, 243, 0.7);
    }
    .share_now a {
        margin: 0 10px;
    }
    .cta_hero a {
        font-size: 14px;
    }
    .share_now p,
    .share_now {
        margin-top: 0 !important;
        align-items: center;
        justify-content: center;
    }
    .sm_icons {
        margin: 20px 0 0
    }
    #main .footer_project_custom h3 {
        font-size: 25px;
    }
    .hidden-md {
        display: block !important;
    }
    #main .section_info_1 h2 {
        font-size: 30px;
        line-height: 1.2;
        padding-left: 35px;
    }
    .section_info_1 {
        background: #fff;
        padding: 0 !important;
        color: #0a137f;
    }
    .top_container .custom_text_info {
        padding-bottom: 50px;
    }
    .top_container {
        background: url(./assets/images/new_image_bg.jpg) center right no-repeat;
        background-size: cover;
        color: #fff;
        font-family: 'Poppins';
        padding-top: 50px;
        padding-bottom: 0;
        padding-right: 34%
    }
    #main .section_info_1 h2::before {
        width: 40px;
        height: 40px;
        left: -10px;
        top: 0;
    }
    .section_info_1 p {
        font-size: 16px;
        line-height: 1.3;
    }
    .add_to_calendar:before {
        max-height: 30px;
        background-size: contain;
        max-width: 80px;
        background-position: top;
        background-position-y: 10%;
        margin-right: 5px;
    }
    .section_1_campanie{
        padding: 20px 0 !important
    }
    .section_1_campanie .vc_col-sm-2 {
        width: 50%;
        float: left;
    }
    #main .section_1_campanie h2 {
        font-size: 18px;
    }
    #main .section_1_campanie p {
        font-size: 12px;
        line-height: 1.3
    }
    #main .section_1_campanie .container {
        max-width: 550px;
    }
    #main .section_1_campanie .vc_col-sm-8 {
        width: 100%
    }
    .add_to_calendar {
        flex-direction: row;
        align-items: flex-start;
    }
    .persons p,
    .location p {
        margin: 0;
    }
    #main .persons,
    #main .wpb_content_element.location {
        align-items: center;
        margin: 0px 0 0 !important;
    }
    .persons:before,
    .location:before {
        max-width: 60px;
        max-height: 40px;
        background-size: contain;
        background-position: center center;
        width: 60px;
        height: 40px;
        min-width: 60px;
        margin-right: 10px;
    }
    #main .general_row h2 {
        margin: 20px 0 10px;
        font-size: 24px;
    }
    .general_row p {
        margin: 0 0 15px !important;
        font-size: 17px;
    }
    #main .program_custom .vc_col-sm-6 .vc_column-inner {
        min-height: 0 !important;
    }
    #main .program_custom .show_info p em {
        padding: 0;
    }
    #main .team_section h2 {
        font-size: 30px;
        line-height: 1.2;
        padding: 0 15px;
    }
    #main .team_section .container {
        display: flex;
        flex-direction: column;
    }
    #main .form_section form input[type="submit"] {
        margin: 0 auto;
        display: table;
    }
    .row_bg_custom {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    #main .team_section .container .vc_empty_space {
        display: none;
    }
    #main .team_section .container .order_xs_2 {
        order: -1;
        margin-bottom: 20px;
        width: 50%;
        margin-left: 50%;
    }
    #main .team_section p {
        margin: 0;
        line-height: 1.2;
    }
    #main .team_section h3 {
        font-size: 18px;
        margin: 0 0 10px;
        line-height: 1.1;
    }
    #main .team_section h3 span {
        display: none;
    }
    #main .team_section h3::before {
        display: block;
        width: 15px;
        height: 30px;
        background-size: contain;
    }
    .text_medic {
        position: absolute;
        bottom: calc(100% + 25px);
        max-width: 50% !important;
    }
    .hidden-xs {
        display: none !important;
    }
    .bio_section p,
    .text_testimoniale {
        font-family: 'Poppins';
        font-size: 20px;
        color: #0a137f;
    }
    .bio_section {
        margin-top: 15px !important;
    }
    .bio_section p {
        margin-bottom: 30px !important;
        display: block;
    }
    #main .form_section h3 {
        font-size: 26px;
        margin-bottom: 5px;
    }
    .campanie_footer {
        text-align: center;
        width: 100%;
    }
    .campanie_footer .col-xs-12,
    .campanie_footer .container {
        padding: 0 !important;
        overflow: visible
    }
    #main .team_section a {
        font-size: 12px;
        padding: 5px 15px;
        line-height: 20px;
    }
    .prices_section {
        margin-top: 40px;
    }
}

.select-arrow {
    background: transparent !Important;
}

@media screen and (min-width:768px) and (max-width:1080px){
    .oana_taban_column{
        position: absolute;
         bottom: 0;
        right: 0;
    }
}
@media screen and (max-width:767px) {
    #main .program_custom .vc_col-sm-6 {
        margin-bottom: 30px;
    }
    #main .program_custom p {
        font-size: 14px;
        flex-direction: column;
    }
    #main .program_custom p span[style="text-decoration: underline;"] {
        width: 100%;
    }
    #main .program_custom .wpb_content_element:not(.white_text_program) p strong::after {
        top: 0px;
        left: auto;
        right: -25px;
        font-size: 12px;
        line-height: 1;
        padding: 3px 6px;
    }
    #main .program_custom .vc_col-sm-6 .vc_column-inner::before {
        display: none;
    }
    #main .program_custom .wpb_content_element:not(.white_text_program) p strong {
        padding-right: 25px;
        width: 100%;
        max-width: 100%;
    }
    #main .program_custom .wpb_content_element:not(.white_text_program) p strong::before {
        left: -21px;
        top: -15px;
    }
    .general_row {
        text-align: center;
        padding-top: 0 !important;
        display: flex;
        flex-direction: column;
        padding-bottom: 10px !important;
    }
    .order_xs_2 {
        order: 2
    }
    #main .program_custom .container{
        padding: 0;
    }
    #main .program_custom h2 {
        font-size: 30px
    }
    #main .testimonial_section .bio_section {
        margin: 20px 0 0 !important
    }
    #main .testimonial_section .bio_section::before {
        width: 32px;
        height: 27px;
        background-size: cover
    }
    #main .testimonial_section p {
        font-size: 16px;
        line-height: 1.4;
    }
    #main .testimonial_section {
        padding-left: 15px;
        padding-top: 60px !important;
        padding-right: 15px;
        display: flex;
    }
    #main .testimonial_section .vc_col-sm-6:last-child {
        width: 47%;
        POSITION: absolute;
        bottom: 0;
        right: 0;
    }
    #main .testimonial_section .col_text_testimonioal {
        width: 66%;
        min-height: 180px;
    }
    #main .testimonial_section h2::before {
        width: 109px;
        height: 102px;
        background-size: 100px;
        left: 0;
        top: -50px;
    }
    #main .testimonial_section h2 {
        font-size: 16px !important;
        line-height: 1.3;
        /* word-break: break-all; */
    }
    .early_section {
        font-size: 24px;
        overflow: visible !important;
    }
    .early_section .container {
        overflow: visible;
    }
    .early_section::after {
        width: 100px;
        height: 90px;
        background-size: contain;
        bottom: auto;
        top: -30px;
    }
    #contacteaza .vc_column-inner {
        padding: 0;
    }
    .form_section form .col-xs-12 {
        /* padding: 0 !important; */
    }
    #main .form_section form textarea {
        line-height: 1.2;
    }
    .wpcf7-form-control-wrap.recaptcha {
        display: table;
        margin: 0 auto;
    }
}

@media screen and (max-width:400px) {
    #main .testimonial_section h2 {
        font-size: 18px;
    }
}


#wrapper .select-arrow, .avada-select-parent .select-arrow, .fusion-modal-content .select-arrow{
    border: 0 !important;
}

/* Varianta EN */
.page-id-13816 #main .section_1_campanie p{
    font-size: 18px;
}
@media screen and (max-width:767px) {
   .page-id-13816 #main .section_1_campanie p{
    font-size: 13px;
    }
    #main .team_section .text_medic p{
        font-size: 12px;
    }
    .page-id-13816 #main .testimonial_section h2{
        font-size: 18px !important;
    }
}