#map {
    width: 100%;
    height: 320px;
    margin-bottom: 30px;
}
.organization{
	width: 100%;
    font-size: 25px;
    font-weight: 300;
    margin-bottom: 30px;
    color: #a70017;
}
.open {
    position: absolute;
    padding: 20px;
    background-color: rgba(255,255,255,0.85);
    bottom: 70px;
    left: calc(50% - 75px);
    cursor: pointer;
    z-index: 10;
}
.open span{
	bottom: 2px;
    color: #a70017;
    font-size: 8px;
    position: relative;
}
.cont_col{
	width: 250px;
	font-size: 15px;
	color: #27292a;
	margin-bottom: 30px;
}
.cont_col .office {
	font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
    cursor: pointer;
}
.cont_col .office span{
	border-bottom: 1px dashed #27292a;
}
.cont_col .office:hover span{
	color: #a70017;
	border-bottom: 1px dashed #a70017;
}
.cont_col .office.red span{
	border-bottom: 0;
}
.cont_col .office_descr{
	position: relative;
	padding-left: 20px;
}
.cont_col .office_descr span{
	position: absolute;
	left: 0;
	top: 2px;
}
.fa-product-hunt {
    color: #2d7ec8;
}
.parking{
	padding: 15px 0;
	border-top: 1px solid rgba(0, 0, 0, 0.2);
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	margin-bottom: 40px;
}
.contact{
	background-color: #f1f1f1;
	padding: 50px;
}
.contact .cont_desc{
	position: relative;
	padding-left: 30px;
}
.contact .cont_desc .ic{
	position: absolute;
	left: 0;
	top: 2px;
}
.contact > div{
	font-size: 15px;
	color: #27292a;
	width: 240px;
}
.contact > div:first-child{
	font-size: 15px;
	color: #27292a;
	width: 315px;
}
.contact > div:last-child{
	font-size: 15px;
	color: #27292a;
	width: 255px;
}
.contact .cont_title{
	font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
}
.contact a:hover{
	color: #dc3940;
}
.contact a.fb, .contact a.yt{
    height: 40px;
    width: 40px;
    cursor: pointer;
    float: left;
}
.contact a.fb {
	background: url("/public/images/ico/fb.jpg") no-repeat;
}
.contact a.yt {
	background: url("/public/images/ico/yt.jpg") no-repeat;
}
.order_title{
	width: 100%;
	font-size: 25px;
	font-weight: 300;
	margin-top: 30px;
	margin-bottom: 10px;
	text-align: center;
}
.order{
	padding: 15px 0;
	background: #a70017;
}
.order form{
	display: block;
	max-width: 870px;
}
.order form .ck{
	margin-bottom: 15px;
}
.order form .ck > div{
	margin-right: 15px;
}
.order form .txt{
	width: 870px;
}

.order .checkbox input[type="checkbox"], .order .checkbox-inline input[type="checkbox"]{
	position: relative;
	margin: 0;
}
.order form input[type="checkbox"]{
	/* width: 20px;
	height: 20px;
	margin-left: -25px;
	margin-top: 2px; */
}
.order form input[type="text"]{
	width: 280px;
	display: block;
	height: 40px;
	padding-left: 15px;
}
.order form input[name='phone']{
	width: 150px;
}
.order form button.submit{
	display: block;
	background-color: #790112;
    color: #FFF;
    font-size: 15px;
    padding: 0 10px;
    height: 40px;
    border-radius: 0;
    border: 0;
    min-width: 130px;
}
.order form button.submit:hover{
    color: #FFF;
    background-color: #8d2837;
}
.response{
	text-align: center;
    font-size: 15px;
    color: #FFF;
    display: none;
}
.end{
	font-size: 13px;
	font-style: italic;
	color: #999999;
	margin-top: 10px;
	width: 840px;
}
.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;}

.order input[type=checkbox] {
	visibility: hidden;
}

/* SQUARED FOUR */
.checkboxcustom {
	width: 20px;	
	position: relative;
}
.checkboxcustom+span{
	font-size: 15px;
	color: #FFF;
	font-weight: 300;
	margin-left: 5px;
}
.checkboxcustom input[type="checkbox"]{
	width: 0;
	position: absolute;
}
.checkboxcustom label {
	cursor: pointer;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    background: #fff;
}

.checkboxcustom label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	content: '';
	position: absolute;
	width: 9px;
	height: 5px;
	background: transparent;
	top: 4px;
	left: 4px;
	border: 3px solid #333;
	border-top: none;
	border-right: none;

	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.checkboxcustom label:hover::after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.5;
}

.checkboxcustom input[type=checkbox]:checked + label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
.order *:before,.order *:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.organization-hidden{

}