﻿@font-face {
	font-family: "Museo Sans Cyrl";
	src: url("../fonts/MuseoSansCyrl.otf");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Circular Std";
	src: url("../fonts/CircularStd-Black_0.otf");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Circular Std Bold";
	src: url("../fonts/CircularStd-Bold_0.otf");
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: "Circular Std Book";
	src: url("../fonts/CircularStdBook.otf");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Glyphicons Halflings';
	src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/gglyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800');


.container-fluid {
	padding: 0;
	margin: 0;
}

.caption_contact {
	font-size:36px;
	font-weight:500;
	color: #4b4b4b;
	font-family:'Museo Sans';
	/* font: 36px "Circular Std Book"; */
	/* font-family: 'Montserrat', sans-serif; */
	text-align: center;
	margin-top: 20px;
}

.contact_box {
	height: 487px;
	border: 1px solid #eaeaea;
	-webkit-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
	background-color: #fff;
	margin-top: 40px;
	padding: 55px 50px;
}

.contact {
	margin: 0 auto;
	width: 500px;
	max-width: 100%;
}

.orange_button {
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #f67310;
	border: none;
	color: #fff;
	/* font: 1em "Museo Sans Cyrl"; */
	/* font-family: 'Montserrat', sans-serif; */
	/* font-weight: bold; */
	font-family:'Museo Sans';
	font-weight:700;
	font-size:20px;
	text-transform: capitalize;
	-webkit-transition: .6s ease-in-out;
	-o-transition: .6s ease-in-out;
	transition: .6s ease-in-out;
}

.orange_button:hover,
.orange_button:focus {
	outline: none;
	color: #fff;
	background: #da5f26;
}

.orande_send {
	width: 154px;
	height: 53px;
	margin-top: 6px;
	float: left;
	position: absolute;
	left: 50%;
	margin-left: -77px;
}

.form_contact {
	margin-top: -35px;
	width: 100%;
}

.input_form {
	height: 50px;
	background: #f5f5f5;
}

.form-control:focus {
	border-color: #f67310;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(246, 115, 16, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(246, 115, 16, 0.6);
}

label {
	color: #999999;
	font-size: 1.1em;
	font-weight: 500;
}

.form-group:nth-child(2),
.form-group:nth-child(3) {
	margin-top: 30px;
}

textarea {
	resize: none;
}

.adress {
	color: #4b4b4b;
	font-size: 1.0em;
	margin-top:30px;
}

.wrapper_adress {
	text-align: center;
}

.ishome {
	/*height: 125px; */
	background: #4b4b4b;
	margin-top:30px;
}

.cosial {
	padding-right: 7px;
}

@media screen and (max-width: 767px){
	.contact_box{
		padding: 80px 40px;
	}
}
