body {
	font-family: 'Open Sans', sans-serif;
	color: #2d3132;
}
/*Убираем border при фокусе*/
input[type="text"]:focus, button, span {
	outline: none; 
}
.inline-unit{
	display: inline-block;
}
/*Хлебные крошки*/
.breadcrumb_wrap{
	position: relative;
	z-index: 2;
	padding-top: 80px;
	text-align: left;
	color: #fff;
}
.breadcrumb-ap{
	padding: 8px 15px 8px 0;
	margin: 0;
	list-style: none;
}
.breadcrumb-ap a{
	color: #fff;
}
.breadcrumb-ap>li{
	display: inline-block;
	font-size: 14px;
}
.breadcrumb-ap>li+li:before {
	padding: 0 5px;
	color: #000;
	content: "/\00a0";
}
.breadcrumb-ap li.active a{
	text-decoration: underline;
}
/*Title*/
.title_page{
	text-align: left;
	font-size: 32px;
	color: #282828;
}
.title_page_white{
	text-align: left;
	font-size: 32px;
	color: #fff;
}
/*Кнопки*/
.btn_not_bg {
	background: none;
}
.btn_green{
	background-color: #ff0e14;
	color: #fff;
}
.btn_white{
	color: #ffffff;
    border: 2px solid #fff;
    border-radius: 1px;
    font-size: 16px;
    padding-right: 40px;
    padding-left: 40px;
    text-transform: uppercase;
}
/*.btn_call{*/
/*	color: #000;*/
/*	text-decoration: underline;*/
/*	padding: 0;*/
/*}*/
.btn_call {
    color: #000;
    text-decoration: underline;
    background: url(../../images/header-btn.png) no-repeat center;
    width: 100%;
    background-size: 100%;
    min-height: 65px;
    margin: 10px auto;
}
.btn_call:focus,
.btn_call:hover{
    border: none;
    box-shadow: none;
}
/*List*/
.list-numeral{
	list-style-type: decimal;
	line-height: 1.8;
}
.btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #084989;
    border-color: #084989;
}
/*Form order*/
.order_form_content{
	    padding: 23px 30px;
	width: 100%;
	    border: 2px solid #0065b6;
	text-align: center;
}
.order_form{
	padding: 33px 0;
	background: #446a73;
}
.order_form_list{
	text-align: center;
}
.order_form-group{
	display: inline-block;
	padding-top: 12px;
	padding-left: 5px;
	padding-right: 5px;
}
.order_form-group input{
	border-color: #222222;
}
.title_order_form{
	    font-size: 22px;
    padding-bottom: 10px;
	color: #3e3e3e;
	font-weight: bold;
}
.order_form_control{
	border-radius: 0;
}
.order_form_btn{
	font-size: 15px;
	width: 100%;
	border-radius: 0;
}
/*popup*/
.popup .modal-dialog{
 width: 350px;
}
.popup .close{
 font-size: 40px;
 padding: 0px 10px;
 cursor: pointer;
 position: absolute;
 z-index: 1;
 right: 0;
}
.m_ptext{
 padding: 5px 20px 0;
 line-height: 20px;
}

.m_title{
 display: block;
 text-align: center;
 padding: 20px;
 font-size: 19px;
 color: #4c4c4c;
 margin: 0;
}
.m_text{
 font-size: 14px;
 color: #999;
}
.btn-popup{
 width: 100%;
}
.s_mail_to{
 display: none;
 width: 100%;
 color: #3c86ac;
 font-size: 2.1875em;
 text-align: center;
}

.modal_success{
 color: #018c14;
 font-size: 20px;
}

.error_form label{
 color: #f00;
}

.error_form input, .error_form textarea{
 /*-webkit-box-shadow: 0px 0px 0px 1px #f00;
 box-shadow: 0px 0px 0px 1px #f00;*/
 border: 1px solid #f00!important;
}
/*popup*/

.mcss img{
    max-width: 100%!important;
    height: auto!important;
}
.page_container{
	margin-top: 40px;
}

@media(max-width: 768px){
    .popup .modal-dialog {
        width: 300px;
    }
}