@media (min-width:1000px) {
    body {
        overflow-y: hidden
    }
    header {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 100
    }
    .c-hamburger {
        display: none
    }
    header .nav_bar {
        text-align: left;
        padding: 15px
    }
    .nav_bar .link_logo {
        margin: 0;
        width: auto
    }
    .nav_bar .link_fb {
        height: 80px
    }
    .nav_bar .link_fb a {
        padding: 33px 18px 34px 19px
    }
    .nav_bar .main_menu {
        display: inline-block;
        position: relative;
        left: auto;
        top: auto;
        background:none;
        list-style: none;
        padding: 0 0 0 80px;
        margin: 0;
        height: 60px
    }
    .phone_numbers_menu{
        display: inline-block;
        width: 445px;
        margin: 0;
        position: absolute;
        top:2px;
        left: calc(50% - 220px);
        font-weight: 600;
        color: #1c1c1c;
        font-size: 12pt;
        padding: 0 20px;
        text-align: left;
        cursor: default;
    }
    .phone_numbers_menu .item{
        font-weight: 600;
        color: #1c1c1c;
        font-size: 10pt;
        text-align: center;
        cursor: default;
        float: left;
        margin-right: 40px;
    }
    .phone_numbers_menu .item:nth-child(2){
        margin-right: 0;
    }
    .nav_bar .main_menu li {
        float: left;
        height: 60px
    }
    .nav_bar .main_menu li a {
        text-decoration: none;
        font-weight: 600;
        color: #1c1c1c;
        font-size: 12pt;
        padding: 0 15px;
        display: inline-block;
        text-align: left;
        line-height: 60px
    }
    .nav_bar .link_fb{
        top:0;
    }
    .main_baner {
        margin-top: 80px
    }
    .main_baner h1 {
        font-size: 34px;
        margin-top: 30vh
    }
    .main_baner p {
        font-size: 16px;
        margin-top: 40px
    }
    .section_about h2 {
        font-size: 28px;
        margin-top: 40px
    }
    .section_about h4 {
        font-size: 16px;
        margin-top: 40px
    }
    .section_about p {
        font-size: 14px;
        margin: 15px auto;
        padding: 80px 5px 0
    }
    .section_whatwedo h2 {
        font-size: 28px;
        padding-top: 40px
    }
    .section_whatwedo h2:after,
    .section_whatwedo h2:before {
        top: 60px;
        left: -70px
    }
    .section_whatwedo h2:after {
        left: auto;
        right: -70px
    }
    .section_whatwedo h3 {
        font-size: 20px;
        margin-top: 40px
    }
    .section_whatwedo ul li {
        font-size: 16px;
        padding-bottom: 30px
    }
    .section_prices h2 {
        font-size: 28px;
        padding-top: 40px
    }
    .section_prices h2:after,
    .section_prices h2:before {
        top: 60px;
        left: -70px
    }
    .section_prices h2:after {
        left: auto;
        right: -70px
    }
    .section_prices h3 {
        font-size: 18px;
        margin-top: 30px;
        margin-bottom: 30px
    }
    .section_prices p {
        font-size: 18px;
        padding-bottom: 30px
    }
    .section_news h2 {
        font-size: 28px;
        padding-top: 40px
    }
    .section_news .news h3,
    .section_news .news p {
        font-size: 15px
    }
    .section_news h2:after,
    .section_news h2:before {
        top: 60px;
        left: -70px
    }
    .section_news h2:after {
        left: auto;
        right: -70px
    }
    .section_news .news_list {
        margin-top: 40px
    }
    .section_news .news h3:before {
        top: 12px;
        left: -25px
    }
    .section_links h2 {
        font-size: 28px;
        padding-top: 40px
    }
    .section_links h2:after,
    .section_links h2:before {
        top: 60px;
        left: -70px
    }
    .section_links h2:after {
        left: auto;
        right: -70px
    }
    .section_links ul {
        margin-bottom: 50px;		max-width: 550px;margin-left: auto;margin-right: auto;
    }
    .section_contact .section_contact_left {
        display: inline-block;
        width: 49%
    }
    .section_contact .section_contact_right {
        display: inline-block;
        width: 50%
    }

    
    .payment_button{

}

.form-group{
    margin-bottom: 15px;
}

.has-success .form-control {
    border-bottom: 2px solid #168b3f;
}

.has-danger .form-control {
    border-bottom: 2px solid #dc1d34;
}

.form-group .text-help {
    color: #dc1d34;
    font-size: 1.2em;
    
}

.form-group.select_box{
    padding: 0 15px 101px 30px;
}

.inline-label{
    margin-bottom: 50px;    
    padding-left: 30px;
    
}
.inline-label input{
    width: auto !important;    
}
.inline-label label{
    display: inline;
    
}
.btn{
    border: 1px solid #c7c7c7;
    background-color: #fff;
    color: #ff8300;
    text-transform: uppercase;
    
    margin-top: 30px;
    cursor: pointer;
    display: block;
    margin-left: auto;
    margin-right: auto;
    
    position: absolute;
    bottom: 5px;
    right: 0;
        
}

.payment_popup{
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .9);
    display: none;
    width: 100%;
    height: 100%;
    z-index: 200;
    overflow: auto;
}
.payment_popup.visible{
    display: block;
}
.payment_popup .content{ 
    display: block;
    background-color: #fff;
    position: relative;
    width: 90%;
    max-width: 400px;
    
    margin: 50px auto;
    padding: 15px;
}
.payment_popup .content .closeClick{
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    font-size: 3.0em;
    cursor: pointer;
}
.payment_popup .content .payment_summary{
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 300;
    cursor: default;
}
.payment_popup .content .payment_summary .summaryItem{
    margin-top: 5px;
}

.payment_popup .content .payment_summary .summaryItem .itemName{
    margin: 0;
    font-weight: bold;
    font-size: 0.9em;
}

.payment_popup .content .payment_summary .summaryItem .itemValue{
    margin: 5px 0;
    font-size: 0.9em;
    padding-left: 10px;
}
    
    
    
    .payment_form{
        position: relative;
        
    }

    .payment_left,.payment_right{
        vertical-align: top;
        display: inline-block;
        width: 49%;
    }
    .payment_left{
        left: 0;
    }
    .payment_right{
        position: relative;
        
        
    }
    

.section_payments{
    padding-bottom: 50px;
}
.paymentDone{
    font-size: 23px;
    padding-top: 70px;
}

}