@font-face {
    font-family: '20 db';
    src: local('20 db'), url('../fonts/20db.woff2') format('woff2'), url('../fonts/20db.woff') format('woff'), url('../fonts/20db.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'BebasRegular';
    src: local('BebasRegular'), url('../fonts/BebasRegular.eot') format('eot'), url('../fonts/BebasRegular.woff') format('woff'), url('../fonts/BebasRegular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}


.well h3{
    font-family: "20 db";
    font-size: 14px;
}

.menu_side li a{
    background: #4370b7 none repeat scroll 0 0;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    color: #fff;
    font-size: 15px;
    margin: 3px;
    padding: 5px;

}

.menu_side li a:hover .menu_side li a:active{
    color: #000;
}

.img-sort{
    -webkit-border-radius:30px;
    -moz-border-radius:30px;
    border-radius:30px;
}

/*отступ модуля */
.otstup{
    margin-top: 20px;
}

/*футер*/
.footer-row{
    text-align: center;
}

#btn_phone2 {
    margin-top: 25px;
}
/* forma заявки */

.fox-item h5{
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

.control-label .hasTooltip{
    font-weight: bold;
}
div#fox-container-c142 .control-label, div#fox-container-c142 .control-label label, div#fox-container-c142 .fox-item-attachments .controls label {
    display: inline-block;
    font-weight: bold;
}

.gbs3 .zayavka{
	min-width: 280px;
	width: 280px;
	max-width: 400px;
}

.gbs3 .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
	background: #4370b7;
	color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.span9 .gbs3 .btn_sub{
	background: #4370b7;
	color: #fff;
}

.gbs3 .btn_sub:hover{
	background: #eee;
	color: #000;
}


