@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:wght@400..700&display=swap');

body{
    font-family: 'Source Sans 3', sans-serif;
}

.title-main.company-logo-and-name {
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 400;
    line-height: 62px;
}

@media (max-width: 768px) {
    .title-main.company-logo-and-name {
        line-height: 46px;
    }
}

.main-descr.company-logo-and-name b{
    font-weight: 700;
    color: #3a4e61;
    font-size: 20px;
    line-height: 24px;
    display:inline-block;
    max-width: 635px;
}

.main-descr.company-logo-and-name .bar > b{
    margin-bottom:10px;
}

.title-main{
    font-family: 'Source Sans 3', sans-serif;
}

#main-buttons {
    position:relative;
}

#main-buttons::after {
    position: absolute;
    display: block;
    content: "Supported by the World Health Organization Romania with Humanitarian Assistance of the Republic of Korea";    
    right: 0;    
    bottom: 0;
    padding: 24px 42px;
    background: #00205C;
    border-top-left-radius: 10px;
    color: #fff;
    font-size: 18px;
}

@media (max-width: 490px) {
    #main #main-buttons {
        padding-bottom: 180px;
    }
}

#about_us_section .small-title::after {
    content: "supported by the World Health Organization Romania with contribution of the Republic of Korea";
    display: block;
    margin-top: 10px;
    font-weight:400;
}

.timeline-sidebar .tab .txt.short {
    max-height: 200px;
}
.tab.tab-col .txt.short {
    height: 150px;
}

section#contacts.section {
    display: none !important;
}

/*
    Custom CSS
    Please make sure your CSS rules are 
    more particular / have higher priority
    then other page styles
*/
 #events h3   {
    /* add your css rule here */
}

 #events p.duration, #events div.duration   {
    /* add your css rule here */
}

 #events p.description, #events div.description   {
    /* add your css rule here */
}

 #events .selectedEvent   {
    /* add your css rule here */
}

 #events input.reserve_time_btn   {
    /* add your css rule here */
}

 #events input.select_another_btn   {
    /* add your css rule here */
}

 #eventForm #start_date-block-container h3, #eventForm #timeline-container h3   {
    /* add your css rule here */
}

 #eventForm #save_button   {
    /* add your css rule here */
}

 div.ui-widget-content   {
    /* add your css rule here */
}

 div.ui-widget-header   {
    /* add your css rule here */
}

 #timeline-container table.timeline   {
    /* add your css rule here */
}

 .timeline td.not_worked_time   {
    /* add your css rule here */
}

 .timeline td.free_time   {
    /* add your css rule here */
}

 .timeline td.selected_time   {
    /* add your css rule here */
}

 .timeline td.reserved_time   {
    /* add your css rule here */
}

 div#loading   {
    /* add your css rule here */
}

 #start_date-block-container .zend_form dt, start_date-block-container .zend_form dt b, start_date-block-container .zend_form dd label   {
    /* add your css rule here */
}

