*{
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

h1, h1 *, h2, h2 *{
    font-weight: 800;
}

h3,h3 *,h4,h4 *,h5,h5 *,h6,h6 *{
    font-weight: 700;
}

strong, strong *, b, b *{
    font-weight: 700;
}

.wide{
    width: 1200px;
    margin: 0 auto;
}

#header{
    background: white;
    box-shadow: 0 1px 10px #00000047;
}

#content{
    min-height: calc(100vh - 250px);
}

#footer{
    border-top: 1px solid #e0e0e0;
    background: white;
    padding: 30px 0;
}

.error_message{
    display: inline-block;
    background: red;
    color: white;
    padding: 10px 40px 10px 10px;
    font-size: 14px;
    margin-top: 10px;
}

.close_error_message{
    position: absolute;
    right: 5px;
    top: 7px;
}

.uk-notification {
    min-width: 350px;
    width: auto;
}

.uk-notification-message-success{
    background: green;
    color: white;
    padding-right: 60px;
}

.uk-notification-message-danger{
    background: red;
    color: white;
    padding-right: 60px;
}

.uk-notification-close {
    display: block;
    position: absolute;
    top: 23px;
    right: 15px;
    color: white !important;
}

.top_block{
    padding-top: 100px;
    padding-bottom: 100px;
}

.top_form{
    width: 50%;
    margin: 50px auto;
    background: #182b4b75;
    padding: 30px 0;
}

.top_form input{
    font-size: 18px;
    border: 0;
    padding: 10px 5px;
    border-radius: 5px;
}

p{
    margin-bottom: 5px;
    margin-top: 0 !important;
}



.exp_number{
    color: #F35D18;
    font-size: 50px;
    font-weight: 600;
}

.bnft_block{
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.act_btn{
    display: inline-block;
    color: white;
    font-weight: bold;
    background: linear-gradient(to right, #DE3C00, #EE550A, #FF7133);
    box-shadow: 0px 3px 21px 0px #ff34348c;
    -webkit-box-shadow: 0px 3px 21px 0px #ff34348c;
    -moz-box-shadow: 0px 3px 21px 0px #ff34348c;
    border-radius: 5px;
    border: 0;
    padding: 10px 30px;
    font-size: 18px;
}


.act_btn:focus{
    outline: 0;
}

.prop_block{
    background: lightgrey;
    padding: 30px;
}

.price_block{
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.price_content{
    width: 50%;
    padding: 30px;
    background: #182b4b75;
    color: white;
    margin: 30px auto;
}

.faq_block{
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 50px;
    margin-bottom: 100px;
}

.action_block{
    margin-top: 100px;
    padding-top: 100px;
    padding-bottom: 100px;
}

.contacts_block{
    height: 600px;
    position: relative;
}

.contacts{
    position: absolute;
    left:50%;
    margin-left: -600px;
    background: white;
    padding: 30px;
    top: 30px;
}



.team_header{
    position: relative;
    top: -10px;
}

.team_header span{
    display: inline-block;
    background: #192846;
    color: white;
    padding: 3px 15px;
}

.team_desc{
    margin-top: 10px;
}

.team_desc p{
    margin: 0px;
}

.std_form{
    background: #e6e6e6;
    padding: 30px;
    border-radius: 10px;
}