.l_phone{
    font-size: 26px;
    padding: 15px 0 5px 0;
}
.l_about .title{
    font-size: 32px;
}
.l_about .description{
    font-size: 16px;
}
.l_counter{
    border: 2px solid #E3E3E3;
    border-width: 2px !important;
}
.l_counter .row>div{
    padding: 0;
    min-height: 250px;
}
.l_counter .row .media img{
    width: 100%;
}
.l_counter .about{
    padding: 35px 45px !important;
}
.l_counter .date{
    font-size: 24px;
    /*text-align: center;*/
}
.l_counter .place{
    font-size: 22px;
    /*text-align: center;*/
}
.l_counter .l_counter_header{
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #E3E3E3;
}
.l_counter .l_counter_timer{
    width: 100%;
    color: #9E2A2A;
}
.l_counter .l_counter_timer .title, .l_counter .l_counter_timer .content{
    font-size: 20px;
    text-align: center;
}
.l_counter .l_counter_timer .timer{
    text-align: center;
}
.l_counter .l_counter_btn{
    margin-top: 20px;
    text-align: center;
}
/*.l_counter .l_counter_btn .btn{
    font-size: 26px;
    padding: 10px 30px;
}*/
.l_counter .timer{
    margin-top: 20px;
}
.l_counter .countdown-row{
    display: inline-block;
    overflow: hidden;
}
.l_counter .countdown-section{
    width: 70px;
    float: left;
}
.l_counter .countdown-amount{
    line-height: 36px;
    font-size: 42px;
    display: block;
}
.l_counter .countdown-period{
    font-size: 16px;
    display: block;
}

.service {
    overflow: hidden; 
    margin-bottom: 10px;
    padding: 15px 15px 10px;
}
.service:hover {
    background: #fcfcfc;
    box-shadow: 0 0 5px #ddd;
    -webkit-transition: box-shadow 0.2s ease-in-out;
    -moz-transition: box-shadow 0.2s ease-in-out;
    -o-transition: box-shadow 0.2s ease-in-out;
    transition: box-shadow 0.2s ease-in-out;
}
.service:hover i {
    color: #656565;
}

.service .desc {
    padding: 0 15px; 
    overflow: hidden;
}
.service .desc h4 {
    font-size: 22px;
    line-height: 25px;
}

.service .service-icon {
    float: left;
    padding: 10px;
    color: #72c02c;
    font-size: 35px;  
    text-align: center;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.service .service-icon.icon-cogs {
    font-size: 37px;
}
.service .service-icon.icon-plane {
    font-size: 43px;
}

.l_programm_item_date{
    display: inline-block;
}
.l_programm_date,
.l_programm_time{
    display: block;
    text-align: left;
}
.l_programm_date{
    font-size: 20px;
}
.l_programm_time{
    font-size: 18px;
}
.l_programm_title{
    font-size: 20px;
    margin-bottom: 15px;
}
.l_programm_about{
    border-left-width: 4px;
    border-color: #72C02C;
    border-left-style: solid;
    padding-left: 50px;
    margin-left: 20px;
}
.l_programm .block{
    padding: 20px 5px;
    margin: 0 0 20px 0;
}
.l_programm .block:nth-child(odd){
    background-color: #F6F6F6;
}

.client_image{
    float: left;
    width: 144px;
    height: 144px;
    margin: 10px;
}
.gallery-page{
    margin: 0 -10px;
}
@media (max-width: 768px) {
    .footer_text {
        margin-top: 20px;
    }
    .l_programm_about{
        border-left: none;
        padding-left: 0;
        margin-left: 0;
    }
    .l_programm_date{
        font-size: 18px;
    }
    .l_programm_time{
        font-size: 16px;
    }
    .l_programm_where{
        text-align:left;
        margin-bottom: 10px;
    }
    .l_programm_item_date{
        padding-bottom: 12px;
        border-bottom: 4px solid #72C02C;
    }
    .l_programm_where.empty_date{
        display: none;
    }
}

@media (min-width: 992px) and (max-width: 1199px){
    .client_image {
        width: 140px;
        height: 140px;
    }
}

@media (max-width: 1199px){
    .l_counter .about {
        padding: 15px 40px !important;
    }
    .l_counter .timer {
        margin-top: 15px;
    }
    .l_counter .countdown-amount{
        line-height: 30px;
        font-size: 38px;
    }
    .l_counter .l_counter_btn {
        margin-top: 15px;
    }
    .l_counter .l_counter_btn .btn {
        font-size: 24px;
        padding: 5px 25px;
    }
    .l_counter .l_counter_header{
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
}

@media (max-width: 420px){
    .l_counter .about {
        padding: 15px 10px !important;
    }
}

@media (min-width: 768px) and (max-width: 991px){
    .client_image {
        width: 130px;
        height: 130px;
        margin: 9px;
    }
    .l_counter .about {
        padding: 8px 15px !important;
    }
    .l_counter .date {
        font-size: 20px;
    }
    .l_counter .place {
        font-size: 18px;
    }
    .l_counter .timer {
        margin-top: 10px;
    }
    .l_counter .l_counter_timer .title{
        font-size: 18px;
    }
    .l_counter .countdown-section{
        width: 60px;
    }
    .l_counter .countdown-period{
        font-size: 14px;
    }
    .l_counter .countdown-amount{
        line-height: 24px;
        font-size: 30px;
    }
    .l_counter .l_counter_btn {
        margin-top: 5px;
    }
    .l_counter .l_counter_btn .btn {
        font-size: 20px;
        padding: 4px 20px;
    }
    .l_counter .l_counter_header{
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
}