body{
    font-family: 'Roboto', sans-serif;
    color: #000;
}
.header{
    width: 100%;
    box-sizing: border-box;
    padding: 20px 40px;
    border-bottom: 1px solid #004665;
}
.block_padding_v{
    padding: 40px 5%;
}
.block_grey{
    background: #eceef2;
}
.h2_blue{
    color: #004665;
    font-size: 26px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}
.h2_black{
    color: #000;
    font-size: 26px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}
.usl_block{
    background: #fff;
    box-shadow: 0px 2px 5px 0px #00000040;
    border-radius: 5px;
    padding: 40px 20px 40px 20px;
    box-sizing: border-box;
    text-align: center;
    transition: 0.5s all ease;
    margin-bottom: 40px!important;
}
.usl_block:hover{
    background: #004565;
    color: #fff;
}
.usl_block:hover button{
    background: #fff;
    color: #000;
}
.usl_block img{
    width: 60px;
    margin-bottom: 20px;
}
.usl_block_n{
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 20px;
}
.usl_block_i{
    margin-bottom: 20px;
}
.usl_block_p_block{
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
}
.usl_block_p_block span{
    font-size: 32px;
    color: #ffae1c;
}
.contact_us_block{
    width: 60%;
    margin: 40px auto 20px;
    box-shadow: 0px 2px 5px 0px #00000040;
    border-radius: 3px;
    padding: 30px;
    box-sizing: border-box;
    background: #fff;
}
.contact_us_block textarea{
    min-height: 100px;
    resize: vertical;
}
.main_block{
    width: 100%;
    height: 550px;
    position: relative;
}
.main_block_btn{
    padding: 15px 30px;
    box-sizing: border-box;
    text-align: center;
    border: 1px solid #f9bf3b;
    border-radius: 5px;
    color: #fff;
    font-size: 22px;
    background: rgba(0,0,0,0.4);
    cursor: pointer;
}
.main_block_btn:hover{
    background: #215e92;
}
.tel_block_number{
    padding: 15px 30px;
    box-shadow: 0px 2px 5px 0px #00000040;
    border-radius: 5px;
    box-sizing: border-box;
    color: #333;
    font-size: 16px;
    background: #fff;
}
.tel_block_telegram{
    padding: 15px 30px;
    box-shadow: 0px 2px 5px 0px #00000040;
    border-radius: 5px;
    box-sizing: border-box;
    color: #fff;
    font-size: 16px;
    background: #0c71c3;
}
.tel_block_whatsapp{
    padding: 15px 30px;
    box-shadow: 0px 2px 5px 0px #00000040;
    border-radius: 5px;
    box-sizing: border-box;
    color: #fff;
    font-size: 16px;
    background: #25d366;
}
.tel_block_viber{
    padding: 15px 30px;
    box-shadow: 0px 2px 5px 0px #00000040;
    border-radius: 5px;
    box-sizing: border-box;
    color: #fff;
    font-size: 16px;
    background: #7360f2;
}
.tel_block_call{
    padding: 15px 30px;
    box-shadow: 0px 2px 5px 0px #00000040;
    border-radius: 5px;
    box-sizing: border-box;
    color: #fff;
    font-size: 16px;
    background: #dfae47;
}
.footer_block{
    background: #141414;
    width: 100%;
    padding: 40px 10%;
    box-sizing: border-box;
    text-align: center;
    color: #fff;
    position: relative;
}
.main_block_info{
    margin-top: 50px;
}

/*Modals*/
.modal_result{
    position: fixed;
    /*z-index: 2200;*/
    z-index: 3000;
    top:50px;
    left:50%;
    margin-left:-150px;
    width:300px;
    padding:10px 20px 10px 10px;
    background: #1b70c8;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #ffffff;
    -webkit-box-shadow: 1px 0px 14px 2px rgba(0,0,0,0.62);
    -moz-box-shadow: 1px 0px 14px 2px rgba(0,0,0,0.62);
    box-shadow: 1px 0px 14px 2px rgba(0,0,0,0.62);
}
.modal_result_close{
    position: absolute;
    top:5px;
    right:10px;
    font-size:16px;
    color: #ffffff;
    cursor: pointer;
    font-weight:bold;
}
.site_example_name{
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 16px;
    color: #333;
}
.site_example_img{
    width: 100%;
    min-height: 240px;
}
.site_example_block{
    margin-bottom: 30px!important;
}