@font-face{
	font-family:'Roboto-Thin';
	src:url('/public/css/fonts/Roboto-Thin.ttf');
}
@font-face{
	font-family:'Roboto-Medium';
	src:url('/public/css/fonts/Roboto-Medium.ttf');
}
.grecaptcha-badge {
    position: absolute;
    right: 30px;
    bottom: 20px;
}

.medium{
	font-family:'Roboto-Medium';
}
body{
	font-family: 'Open Sans', sans-serif;
	color: #666666;
	font-size: 15px;
	min-width: 768px;
    box-sizing: border-box;
}
h1{
	font-size: 50px;
	font-family:'Roboto-Thin';
	margin: 20px 0 10px 0; 
}
h2, h3, h4, h5{
	font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    margin: 10px 0;
    line-height: 1;
}
a{
	color: #000;
	text-decoration: none;
}
a:hover, a:focus{
	color: #a70017;
	text-decoration: none;
}
.line, .flex{
	display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -webkit-flex-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-flow: row wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.vertical-center{
	-webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}
.vertical-start{
	-webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
}
.vertical-end{
	-webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
}
.vertical-between{
	-webkit-box-pack: justify;
    -moz-box-pack: justify;
    -webkit-flex-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.vertical-around{
	 -moz-justify-content: space-around;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}
.horizontal-center{
	-webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-flex-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.horizontal-left{
	-webkit-box-pack: start;
    -moz-box-pack: start;
    -webkit-flex-pack: start;
    -ms-flex-pack: start;
    -moz-justify-content: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
.horizontal-right{
	-webkit-box-pack: end;
    -moz-box-pack: end;
    -webkit-flex-pack: end;
    -ms-flex-pack: end;
    -moz-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}
.horizontal-arround{
	-moz-justify-content: space-around;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}
.stretch{
	-ms-flex-line-pack: stretch;
    -webkit-align-content: stretch;
    -moz-align-content: stretch;
    align-content: stretch;
}
.flex-column{
	-webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.flex-nowrap{
	-webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
}
#page{
	min-width: 768px;
	padding: 0 30px;
	background: #FFF;
    box-sizing: border-box;
}
.fill{
	margin-top: 77px;
	color: #000;
}
.wrapper{
	background-color: #f1f1f1;
	padding: 20px 0;
}
.row{
	float: left;
	width: 100%;
	position: relative;
}
.content {
    width: 1080px;
    margin: 0 auto;
    position: relative;
}
.lft{
	float: left;
}
.red{
	color: #a70017;
}
.clear{
	clear: both;
}
.xcolumn{
	width: 710px;
	float: left;
}
.xxcolumn{
	width: 340px;
	float: right;
}
.column{
	width: 340px;
	float: left;
}
.twocolumn{
	width: calc(50% - 15px);
	float: left;
}
.space{
	margin-right: 30px;
}
.space_adaptive{
	margin-right: 30px;
}
.space_inadaptive{
	margin-right: 0px;
}
.space_bottom{
	margin-bottom: 10px;
}
.space_bottom_adaptive{
	margin-bottom: 30px;
}
.space_top_adaptive{
	margin-top: 30px;
}
.space_top{
	margin-top: 30px;
}
.space_top_inadaptive{
	margin-top: 0px !important;
}

.title1{
	font-size: 41px;
	font-family:'Roboto-Thin';
	color: #000000;
	float: left;
}
.title2{
	font-size: 20px;
	font-family:'Roboto-Medium';
	color: #575757;
	float: left;
	margin: 10px 0;
}
.title_red{
	font-family:'Roboto-Medium';
	color: #a70017;
	font-size: 20px;
}
.title_red2{
	font-wight:bold;
	color: #a70017;
	font-size: 16px;
}
.clear_adaptive2{
	clear: none;
}
.clear_adaptive3{
	clear: both;
}
.sp_b{
	margin-bottom:40px;
}
.has-error input {
    border: 1px solid #a94442;
    -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);
}
.has-error input::-webkit-input-placeholder {color:#a70017;}
.has-error input::-moz-placeholder {color:#a70017;}
.has-error input:-moz-placeholder {color:#a70017;}
.has-error input:-ms-input-placeholder {color:#a70017;}

.box_info{
	height: 90px;
	padding: 15px 20px;
	background-color: #FFFFFF;
}
.box_info div.name{
	float: left;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}
.box_info div.name2{
	float: left;
	font-size: 11px;
}
.box_info .name3{
	float: left;
	font-size: 15px;
	color: #a70017;
	margin-top: 10px;
	
}
.box_info div.price{
	float: right;
	font-size: 14px;
	color: #8f3844;
}
.box_info div.price .old_price{
	color: #d30000;
	text-decoration: line-through;
	font-weight: bold;
}
.box_info div.price span.price{
	font-weight: bold;
}

.no_content{
	background-color: #545454;
    position: fixed;
    z-index: 1000;
    width: 100%;
    height: 100%;
    display: none;
    opacity: 0.7;
}
.modal-content {
	border-radius: 0px;
	background-color: #f1f1f1;
}
.modal-header {
    padding: 30px 30px 0px 30px;
    border-bottom: 0;
}
#modal-info .modal-content{
	padding: 30px;
}
#modal-info .modal-header{
    padding: 0px;
    border-bottom: 2px solid #dedede;
    text-align: center;
}
#modal-info .modal-header .title2{
    margin: 0 0 30px 0;
}
#modal-info .modal-body{
    padding: 30px 0 0 0;
    text-align: center;
    color: #000;
}
#modal-info .modal-header .close {
	right: -50px;
    top: -50px;
}
.modal-header .close {
	position: absolute;
    right: -20px;
    top: -20px;
    padding: 8px 13px 15px;
    background-color: #bdbdbd;
    border-radius: 20px;
    color: #000;
    opacity: 1;
    font-size: 30px;
    font-family: 'Roboto-Thin';
    line-height: 0.6;
    text-shadow: none;
}
.modal-title {
    font-size: 41px;
    font-family: 'Roboto-Thin';
    color: #000000;
}
.modal-body {
    padding: 30px;
}
.modal-footer {
    text-align: left;
    border-top: 0;
    padding: 0 30px 30px 30px;
}
textarea.form-control{
    height: 150px;
}
.modal-footer button {
    /* float: left; */
    background-color: #a70017;
    color: #FFF;
    font-size: 15px;
    padding: 0 20px;
    height: 40px;
    border-radius: 0;
    border: 0;
}
.modal-footer button:hover {
    background-color: #8f3844;
    color: #FFF;
}
.modal-open{
	padding-right: 0 !important;
	overflow: scroll;
}
.form-control{
	height: 44px;
	border-radius: 0px;
}
.notpadleft{
	padding-left: 0;
}
.verpad{
	padding: 20px 0;
}
button.btn{
	background-color: #a70017;
    color: #FFF;
    font-size: 15px;
    padding: 0 10px;
    height: 40px;
    border-radius: 0;
    border: 0;	
    border-bottom: 3px solid #7f0011;	
    min-width: 125px;
}
button.btn:hover, button.btn:active, button.btn:focus{
	background-color: #8f3844;
	color: #FFF;
	border-bottom: 3px solid #7f0011;	
}
.border_b{
	border-bottom: 2px solid #FFF;
	padding-bottom: 20px;
	float: left;
    margin-right: 20px;
}
.border_b2{
	border-bottom: 1px solid #575757;
	padding-bottom: 3px;
	float: left;
    margin-right: 5px;
}
.border_b3{
	border-bottom: 2px solid #dedede;
	padding-bottom: 30px;
}
.pagination{
	font-size: 18px;
	margin: 40px 0;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    background-color: #c9c9c9;
    border-radius: 20px;
    color: #000;
    padding: 10px 17px;
    border: 0;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    background-color: #c9c9c9;
    border-radius: 20px;
    color: #000;
    padding: 10px 17px;
    border: 0;
}
.pagination>li>a, .pagination>li>span {
    padding: 10px 17px;
    font-weight: bold;
    color: #000;
    background-color: transparent;
    border: 0;
    margin-left: 0px;
}
.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
    background-color: #c9c9c9;
    border-radius: 20px;
    color: #000;
    padding: 10px 17px;
    border: 0;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-radius: 20px;
    
}
.form-group {
    /* float: left; */
    width: 100%;
}
.form-group-inline {
    float: left;
    width: auto;
}
.form-group input, .form-group select{
	font-size: 15px;
    padding: 0 10px;
    height: 40px;
    width: 100%;
}
.title_blck{
	color: #000000;
	font-size: 15px;
	text-align: left;
	font-weight: bold;
}
.title_blck2{
	color: #000000;
	font-size: 24px;
	text-align: left;
	font-family:'Roboto-Thin';
	
}
.ps{
	float:right;
	color: #575757;
	font-size: 14px;
	margin: 30px 0;
}
.indent_btm{
	margin-bottom: 60px;
}
.btm_link{
	margin: 5px 0;
	color: #8f3844;
}
.btm_link:last-child{
	margin-bottom: 30px;
	color: #8f3844;
}
.btm_link:hover{
	color: #d6001e;
}
.fcolumn{
	float: left;
	width: 192px;
	margin-right: 30px;
	margin-bottom: 30px;
}
.fcolumn_descr{
	float: left;
	width: calc(100% - 222px);
}

.btm_dialog{
	background-color: #a70017;
	padding:30px 0;
	color: #FFF;
}
.btm_dialog .title{
	margin-right: 35px;
	font-size: 24px;
	font-family:'Roboto-Thin';
}
.btm_dialog form{
	text-align:center;
}
.btm_dialog form input{
	width: 280px;
    height: 40px;
    font-size: 15px;
    padding: 0 10px;
    margin-right: 10px;
    color: #000;
}
.btm_dialog form .btn{
	background-color: #790112;
	vertical-align: top;
}
.btm_dialog form .btn:hover{
	color: #FFF;
	background-color: #8d2837;
}
.formrequest{
	text-align: center;
	font-size: 15px;
	color: #FFF;
}
.formrequest span{
	padding-top: 8px;
    display: inline-block;
}
.formrequest .edit_mail{
	margin-left: 20px;
}
.breadcrumb {
    padding: 8px 0px;
    background-color: transparent;
}
.breadcrumb li>a{
	color: #8f3844;
    font-size: 11px;
}
.breadcrumb li>span{
	color: #575757;
    font-size: 11px;
}
.breadcrumb li>span.separator{
	margin: 0 5px;
}
.breadcrumb>li+li:before {
    content: "";
    padding: 0px;
    color: #ccc;
}
.box{
	width: 340px;
	height: 315px;
	position: relative;
	float: left;
}
.spec_pop_up{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 89px;
	font-size: 14px;
	background-color: #FFFFFF;
	padding: 20px;
	display: none;
}
.spec_pop_up .line_top{
	color: #a70017;
}
.spec_pop_up .line_center{
	color: #000;
	margin: 10px 0 5px 0;
}
.spec_pop_up .line_bottom{
	color: #000;
}
.spec_pop_up .line_bottom .lb{
	color: #666666;
}
.spec_more{
	float: left;
	padding: 5px;
	border-radius: 4px;
	border: 1px solid #a70017;
	color: #a70017;
	font-size: 13px;
	margin-top:7px;
}
.spec_more:focus, .spec_more:hover{
	background-color: #a70017;
	color: #FFF;
}
.left_loc{
	float: left;
	margin-bottom: 8px;
}
.tmp_abs{
	position: absolute;
	right: 0;
}
.img_hover:hover a.spec_pop_up{
	display: block;
}
.fordev{
	display: block;
    color: #999999;
    font-size: 11px;
    text-align: left;
    margin-top: 10px;
}
.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical>.btn-group:before, .btn-group-vertical>.btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-footer:before, .modal-footer:after {
	    content: none;
	    display: table;
	}
@media all and (max-device-width: 1140px), screen and (max-width: 1140px) {
	.space_adaptive{
		margin-right: 0px;
	}
	.space_inadaptive{
		margin-right: 30px;
	}
	.space_bottom_adaptive{
		margin-bottom: 0px;
	}
	.space_bottom_inadaptive{
		margin-bottom: 30px;
	}
	.space_top_adaptive{
		margin-top: 0px;
	}
	.space_top_inadaptive{
		margin-top: 30px !important;
	}
	.clear_adaptive2{
		clear: both;
	}
	.clear_adaptive3{
		clear: none;
	}
	.content{
		width: 648px;
	}
	.column{
		width: 309px;
	}
	.column.duble{
		width: 648px;
	}

	button.btn{
		width: auto;
	}
	.xcolumn {
	    width: 648px;
	}
	.xxcolumn {
	    float: left;
	}
	
}
