body,
html {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: hidden
}

body {
    background-color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 62.5%;
    overflow-y: scroll;
    color: #000
}

.wrapper {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto
}
.phone_numbers_menu{
    display:block;
    position: absolute;
    width: 100%;
    top: 0;
    padding: 5px 0;
}
.phone_numbers_menu .item{
    font-weight: 600;
    color: #1c1c1c;
    font-size: 10pt;
    text-align: center;
    cursor: default;
}
header {
    /*background-color: #dcd7d2	background-color: #ece7e3;*/
    background-color: #f6f6f6;
}

header .nav_bar {
    padding: 5px;
    padding-top: 55px;
    text-align: center;
    position: relative
}

.c-hamburger {
    display: inline-block;
    position: absolute;
    top: 62px;
    left: 6px;
    overflow: hidden;
    float: left;
    margin: 0;
    padding: 0;
    width: 48px;
    height: 48px;
    font-size: 0;
    text-indent: -9999px;
    appearance: none;
    box-shadow: none;
    border-radius:0;
    border: none;
    cursor: pointer;
    background: 0 0!important;
    -webkit-transition: width .3s, height .3s;
    transition: width .3s, height .3s
}

.c-hamburger:focus {
    outline: 0
}

.c-hamburger span {
    display: block;
    position: absolute;
    top: 22px;
    left: 9px;
    right: 9px;
    height: 4px;
    background: #1c1c1c;
    -webkit-transition: top 0s, left .3s, right .3s, height .3s, background-color .3s;
    transition: top 0s, left .3s, right .3s, height .3s, background-color .3s
}

.c-hamburger span::after,
.c-hamburger span::before {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #1c1c1c;
    content: "";
    -webkit-transition: height .3s, top 0s, background-color .3s;
    transition: height .3s, top 0s, background-color .3s
}

.c-hamburger span::before {
    top: -10px
}

.c-hamburger span::after {
    bottom: -10px
}

.c-hamburger--rot span {
    transition: transform .3s
}

.c-hamburger--rot.is-active span {
    transform: rotate(90deg);
    background: #ff8300
}

.c-hamburger--rot.is-active span::after,
.c-hamburger--rot.is-active span::before {
    background: #ff8300
}

.nav_bar .link_logo {
    display: inline-block;
    height: 60px;
    width: calc(100% - 120px);
    margin-left: auto;
    margin-right: auto
}

.nav_bar .link_logo img {
    height: 60px;
    width: auto
}

.nav_bar .link_fb {
    position: absolute;
    display: inline-block;
    width: 60px;
    height: 60px;
    padding: 0;
    margin: 0;
    top: 50px;
    right: 0
}
.payment_error{
    color: red;
    visibility: hidden;
}
.payment_error.visible{
    visibility: visible;
}
.nav_bar .link_fb a {
    display: block;
    padding: 23px 18px 24px 19px
}

.nav_bar .link_fb .ico_fb {
    width: 13px;
    height: 23px;
    display: block;
    background-image: url(img/ico_fb.png);
    background-position-x: 0
}

.main_baner,
.section_about {
    overflow: hidden;
    width: calc(100% - 30px)
}

.nav_bar .link_fb:hover .ico_fb {
    background-position-x: 13px
}

.nav_bar .main_menu {
    display: none;
    position: absolute;
    left: 0;
    top: 120px;
    background-color: #ece7e3;
    list-style: none;
    padding: 0;
    margin: 0
}

.section_news h2:after,
.section_news h2:before,
.section_prices h2:after,
.section_prices h2:before,
.section_whatwedo h2:after,
.section_whatwedo h2:before,
.section_payments h2:before,
.section_payments h2:after {
    border-bottom: 1px solid #1c1c1c;
    top: 48px;
    content: " "
}

.nav_bar .main_menu.is-active {
    display: block
}

.nav_bar .main_menu li
{
    text-align: left
}

.nav_bar .main_menu li a {
    text-decoration: none;
    font-weight: 400;
    color: #1c1c1c;
    font-size: 14pt;
    padding: 5px 35px;
    display: block;
    text-align: left
}

.nav_bar .main_menu li:hover a {
    color: #ff8300;
    text-decoration: underline
}

.main_baner h1,
.main_baner p {
    color: #fff;
    text-align: center
}

.main_baner {
    background-image: url(img/img_header.jpg);
    background-position: center center;
    background-size: cover;
    height: calc(100vh - 70px);
    padding: 0 15px;
    cursor: default
}

.main_baner h1 {
    font-size: 30px;
    margin: 30vh 0 0;
    cursor: default;
    text-transform: uppercase;
    font-weight: 600;
    text-shadow: 1px 1px 2px #000, 0 0 5px #000;

}

.main_baner p,
.section_about h2,
.section_about h4,
.section_payments h2{
    margin-top: 30px;
    text-transform: uppercase
}

.main_baner p {
    font-size: 14px;
    padding: 0;
    text-shadow: 1px 1px 2px #000, 0 0 5px #000;
}

.section_about {
    padding: 15px;
    text-align: center
}


.section_about h2{
    font-weight: 300;
    font-size: 25px;
    cursor: default
}

.section_about h4 {
    color: #ff8300;
    font-size: 14px;
    font-weight: 600;
    cursor: default
}

.section_about p,
.section_whatwedo h2,
.section_payments h2{
    font-weight: 300;
    display: inline-block;
    cursor: default
}

.section_about p {
    background-image: url(img/img_list.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    font-size: 12px;
    width: 150px;
    height: 80px;
    margin: 0 auto;
    padding: 80px 0 0;
    vertical-align: top
}

.section_links,
.section_prices,
.section_whatwedo,
.section_payments{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: visible;
}
.section_payments{
    padding: 15px;
    width: calc(100% - 30px);
    text-align: center
}

.section_whatwedo {
    background-image: url(img/img_aboutus.jpg);
    padding: 15px;
    width: calc(100% - 30px);
    text-align: center
}

.section_whatwedo h2, .section_payments h2 {
    font-size: 25px;
    color: #1c1c1c;
    margin: 0;
    padding-top: 30px;
    position: relative;
    text-transform: uppercase
}

.section_whatwedo h2:after,
.section_whatwedo h2:before,
.section_payments h2:after,
.section_payments h2:before{
    width: 50px;
    display: block;
    position: absolute;
    left: -60px
}

.section_whatwedo h2:after,.section_payments h2:after {
    left: auto;
    right: -60px
}

.section_whatwedo h3 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    cursor: default;
    color: #ff8300
}

.section_news h2,
.section_prices h2,
.section_prices h3 {
    color: #1c1c1c;
    cursor: default;
    text-transform: uppercase
}

.section_whatwedo ul {
    list-style: none;
    text-align: center;
    margin: 0;
    padding: 0;
    width: 100%
}

.section_whatwedo ul li {
    font-weight: 300;
    font-size: 15px;
    padding-bottom: 20px;
    text-align: justify;
    cursor: default
}

.section_prices {
    background-image: url(img/img_prices.jpg);
    padding: 15px;
    width: calc(100% - 30px);
    text-align: center
}

.section_prices h2 {
    font-weight: 300;
    font-size: 25px;
    margin: 0;
    display: inline-block;
    padding-top: 30px;
    position: relative
}

.section_prices h2:after,
.section_prices h2:before {
    width: 50px;
    display: block;
    position: absolute;
    left: -60px
}

.section_prices h2:after {
    left: auto;
    right: -60px
}

.section_prices h3 {
    font-weight: 700;
    font-size: 18px
}

.section_prices p {
    font-weight: 300;
    font-size: 15px;
    padding-bottom: 20px;
    text-align: justify;
    cursor: default
}
.section_payments p{
    font-weight: 300;
    font-size: 15px;
    padding-bottom: 20px;
    text-align: center;
    cursor: default
}
.section_news {
    background-color: #fff;
    padding: 15px;
    overflow: hidden;
    width: calc(100% - 30px);
    text-align: center
}

.section_news h2 {
    font-weight: 300;
    font-size: 25px;
    margin: 0;
    display: inline-block;
    padding-top: 30px;
    position: relative
}

.section_news h2:after,
.section_news h2:before {
    width: 50px;
    display: block;
    position: absolute;
    left: -60px
}

.section_news h2:after {
    left: auto;
    right: -60px
}

.section_news .news_list {
    margin-top: 30px
}

.section_news .news {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 450px;
    height: 227px;
    position: relative
}

.section_news .news img {
    width: 38%;
    max-width: 194px;
    height: auto;
    float: left;
    margin-right: 15px
}

.section_news .news h3 {
    color: #797979;
    font-weight: 600;
    font-size: 13px;
    cursor: default;
    text-align: left;
    position: relative;
    display: inline-block
}

.section_news .news h3:before {
    border-bottom: 1px solid #797979;
    width: 15px;
    content: " ";
    display: block;
    position: absolute;
    top: 10px;
    left: -25px
}

.section_news .news p {
    color: #797979;
    font-weight: 300;
    font-size: 13px;
    cursor: default;
    text-align: justify;
    margin: 0;
    padding-right: 15px
}

.section_news .news a {
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    color: #ff8300;
    text-decoration: none;
    border: 1px solid #797979;
    padding: 5px 15px;
    position: absolute;
    bottom: 15px;
    right: 15px
}

.section_contact h2,
.section_links h2 {
    font-weight: 300;
    font-size: 25px;
    color: #1c1c1c;
    cursor: default;
    text-transform: uppercase
}

.section_news .news a:hover {
    text-decoration: underline
}

.section_links {
    background-image: url(img/img_links.jpg);
    padding: 15px;
    width: calc(100% - 30px);
    text-align: center
}

.section_links h2 {
    margin: 0;
    display: inline-block;
    padding-top: 30px;
    position: relative
}

.section_links h2:after,
.section_links h2:before {
    border-bottom: 1px solid #1c1c1c;
    width: 50px;
    content: " ";
    display: block;
    position: absolute;
    top: 48px;
    left: -60px
}

.section_links h2:after {
    left: auto;
    right: -60px
}

.section_links ul {
    list-style: none;
    background-color: #fff;
    padding: 15px 15px 30px;
    text-align: center;
    margin-top: 50px
}

.section_links ul li {
    display: inline-block;
    padding: 15px
}

.section_links ul li:hover {
    background-color: #eee
}

.section_contact {
    padding: 15px;
    overflow: hidden;
    width: calc(100% - 30px);
    text-align: center;
    cursor: default;
    font-weight: 300;
    font-size: 15px
}

.section_contact h2 {
    margin: 0;
    display: inline-block;
    padding-top: 30px;
    position: relative
}

.section_contact h2:after,
.section_contact h2:before {
    border-bottom: 1px solid #1c1c1c;
    width: 50px;
    content: " ";
    display: block;
    position: absolute;
    top: 48px;
    left: -60px
}

.section_contact h2:after {
    left: auto;
    right: -60px
}

.section_contact img {
    margin-top: 15px
}

.section_contact .section_phone_numbers_menuright {
    margin-top: 30px;
    text-align: left
}

.section_contact .section_contact_right label {
    font-weight: 600;
    color: #797979;
    font-size: 14px;
    margin-bottom: 5px;
    display: block
}
.section_payments form{
    text-align: left
}
.section_payments label{
    font-weight: 600;
    color: #797979;
    font-size: 14px;
    margin-bottom: 5px;
    display: block
}
.section_payments input{
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 300;
    padding: 8px 15px;
    border: 1px solid #c7c7c7;
    width: calc(100% - 30px);
    margin-bottom: 0px
}

.section_contact .section_contact_right input,
.section_contact .section_contact_right textarea {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 300;
    padding: 8px 15px;
    border: 1px solid #c7c7c7;
    width: calc(100% - 30px);
    margin-bottom: 15px
}

.section_contact .section_contact_right .submit_bt{
    border: 1px solid #c7c7c7;
    background-color: #fff;
    color: #ff8300;
    text-transform: uppercase;
    width: 50%;
    margin-top: 30px;
    cursor: pointer;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.contact_orange {
    color: #ff8300;
    font-weight: 700
}

footer {
    background-color: #3d3d3f
}

footer .wrapper .footer_left,
footer .wrapper .footer_right {
    font-weight: 300;
    color: #fff;
    font-size: 13px;
    padding: 13px;
    cursor: default;
    display: inline-block
}

footer .wrapper .footer_right {
    float: right;
    display: none
}

footer .wrapper .footer_right a {
    text-decoration: none;
    color: #fff
}

footer .wrapper .footer_right a:hover {
    text-decoration: underline
}
.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 30px 0px; /******************/
}

.inline-label{
    margin-bottom: 0px;    
    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;
   position: relative;/**************/
    
    
        
}

.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: calc(95% - 30px);
    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;
}