section .mapa {
    height: 100px;
}
section .section-cont > .row{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}
section .section-cont > .row:before,
section .section-cont > .row:after{
    display: none;
}

section .div-checks{
    margin-top: 10px;
}
section .div-checks .form-group{
    margin-bottom: 0;
}
section .div-checks .dua-checkbox{
    margin-top: 0;
    margin-bottom: 0;
}

section .col-dcha{
    /* color: #00587c; */
    line-height: 1.2;
}
section .col-dcha > div{
    height: 100%;        
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
section .col-dcha > div > div{
    border-top: 2px solid #00587c;
    border-bottom: 2px solid #00587c;
    padding: 20px 10px;
}
section .col-dcha p{
    font-weight: 300;
    font-size: 13px;
}
section .col-dcha p a{
    font-size: 18px;
    font-weight: 700;
    text-decoration: underline;
}
section .col-dcha p + p{
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 700;
}


@media(min-width: 992px){
    section .col-izda > div{
        padding-right: 20px;
    }
}
@media(max-width: 767px){
    form > .row > div + div{
        margin-top: 10px;
    }
}