
#insurances_container{
    width: 770px;
    margin: auto;
}
#insurances_container h1.main_title{
    font-size: 25px;
    text-align: center;
}
#insurances_container img{
    width: 100%;
}


#mek_datasheet_container{
    width: 770px;
    margin: auto;
    margin-bottom: 30px;
}
#mek_datasheet_container #type_of_insurance_container{
    margin-bottom: 30px;
}
#mek_datasheet_container #type_of_insurance_container label input{
    float: left;
    width: 2%;
    margin: 5px;
}
#mek_datasheet_container #type_of_insurance_container label p{
    float: left;
    width: 90%;
    margin: 0px;
}
#mek_datasheet_container h1.main_title{
    color: #f3bc09;
    font-size: 30px;
}
#mek_datasheet_container h1.title{
    margin-top: 35px;
    color: #f3bc09;
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
#mek_datasheet_container .table {
    display: table;
}
#mek_datasheet_container .table .row{
    display: table-row;
    width: 100%;
}
#mek_datasheet_container .table .row .col{
    float: left;
    display: table-column;
    text-align: center;
}
#mek_datasheet_container .table .row .col:nth-child(1){
    width: 100px;
}
#mek_datasheet_container .table .row .col:nth-child(2){
    width: 200px;
}
#mek_datasheet_container .table .row .col:nth-child(3){
    width: 154px;
}
#simple_requested_limit_table .row .col:nth-child(4){
    width: 156px;
}
#general_requested_limit_table .row .col:nth-child(4){
    width: 156px;
}
#general_requested_limit_table .row .col:nth-child(4) label{
    position: absolute;
    margin-top: -3px;
    width: 156px;
}
#mek_datasheet_container .table .row .col:nth-child(5){
    width: 156px;
}
#simple_requested_limit_table .row .col:nth-child(5) label{
    position: absolute;
    margin-top: -5px;
    width: 156px;
}
#mek_datasheet_container .table-extend {
    display: none;
}
#mek_datasheet_container  .title {
    height: 45px;
}


#mek_datasheet_container input[type="text"],#mek_datasheet_container input[type="email"],#mek_datasheet_container input[type="date"] {
    font-size: 15px;
    color: #999999;
    width: calc(100% - 28px);
    padding: 10px 4px;
    border: 1px solid #888888;
    margin-bottom: 10px;
}
#mek_datasheet_container form label {
    clear: both;
    display: block;
    font-size: 18px;
    margin: 4px 0 12px 0;
    color: #333333;
}
#mek_datasheet_container form label input{
    margin-right: 15px;
}
#mek_datasheet_container form label i{
    color: #666666;
    float: right;
    margin: 5px;
}
#mek_datasheet_container input[type="submit"] {
    border: 0;
    background: #f8bf09;
    color: #fff;
    padding: 17px 40px;
    font-size: 21px;
    text-transform: uppercase;
}
#simple_container, #general_container,
#insured_not_contracting_natural_person_data_container, #insured_not_contracting_non_natural_person_data_container,
#insured_contracting_select_container, #insured_type_select_container, 
#contracting_natural_person_data_container, #contracting_non_natural_person_data_container,
#general_payment_method_option_2_container, #simple_payment_method_option_2_container{
    display: none;
}
#submit_button_container{
    margin-top: 40px;
}

@media
(max-width: 800px)
{
    #insurances_container{
        width: 96%;
        margin-left: 2%;
        margin-right: 2%;
    }
    #mek_datasheet_container{
        width: 96%;
        margin-bottom: 30px;
        margin-left: 2%;
        margin-right: 2%;
    }
    #mek_datasheet_container .table .row{
        width: 100%;
    }
    #mek_datasheet_container .table .row:nth-child(1) .col{
        margin-bottom: 10px;
    }
    #mek_datasheet_container .table .row .col{
        width: auto !important;
        padding: 0 2px !important;
        float: left;
        text-align: center;
    }
    #mek_datasheet_container .table-extend {
        text-align: center;
        font-size: 20px;
        display: initial;
    }
    #mek_datasheet_container .table-extend .title{
        height: 25px;
        margin-top: 15px
    }
    #mek_datasheet_container .table-extend div:nth-child(2){
        margin-bottom: 15px 
    }
    #mek_datasheet_container .deductibles{
        display: none !important;
    }
}




