@font-face
{
    font-family:HelveticaRegular;
    src: url(font/HelveticaRegular.ttf);
}
body {
    font-family: HelveticaRegular, sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 14px;
	line-height: 22px;
	width: 100%;
}
.footer{
	float:right; 
	margin-top: -93px;
	margin-right:20px;
}
.logo{
	margin-top: 25px;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
}
.but {
    font-family: HelveticaRegular, sans-serif;
	/*font-family: 'Open Sans', sans-serif;*/
    padding: 12px 50px 11px 50px;
    border-radius: 5px;
    background-color: #1A75BC;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
    max-width: 380px;
    width: 100%;
}
.cap{
	font-family: HelveticaRegular, sans-serif;
    color: #666;
    display: block;
    width: 100px;
    height: 54px;
    padding: 10px 5px 10px 2px;
    font-size: 18px;
    line-height: 1.42857143;
    float: left;
}
.text1{
	font-family: HelveticaRegular, sans-serif;
    font-size: 20px;
    color: #333333;
    max-width: 400px;
    line-height: 22px;
    padding-top: 15px;
    text-align: center;
	margin-right: auto;
    margin-left: auto;	
}
.text2{
    font-family: HelveticaRegular, sans-serif;
	font-size:15px;
	color: #444344;
	font-weight:normal;
	padding-bottom: 15px;
    padding-top: 25px;
    line-height: 22px;	
}
.text3{
    font-family: HelveticaRegular, sans-serif;
	color: #444344;
	font-weight:light;
	font-size: 15px;
    padding-top: 8px;
    padding-bottom: 35px;
}
.text4{
    font-family: HelveticaRegular, sans-serif;
    font-size: 16px;
    color: #333333;
    font-weight: normal;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
	line-height: 22px;
	margin-top: 20px;
}
.text5{
    font-family: HelveticaRegular, sans-serif;
    font-size: 16px;
    color: #333333;
    font-weight: normal;
    text-align: left;
    padding-top: 5px;
    padding-bottom: 55px;
	line-height: 22px;
	margin-top: 5px;
}

/*.bottom{
	background:#EAEAEA;
}*/
.bgs{
	margin-top:30px;
	background:#E2E2E2;
	border-radius:8px;
    padding-bottom: 25px;	
}
.pole{
    color: #1E1E1E;
    font-size: 18px;
    font-family: HelveticaRegular, sans-serif;
	padding: 10px 10px 9px 15px;
    border-radius: 5px;
    background-color: #ffffff;
    border: 1px solid #AEAEAE;
    max-width: 380px;
    margin-bottom: 20px;
    width: 100%;
}
hr {
    border-top: 1px solid #d8d8d8 !important;
	margin-bottom: 2px !important;
}
.popup {
    background-color: #ffffff !important;
    -webkit-box-shadow: 0 15px 20px rgba(0,0,0,.22), 0 19px 60px rgba(0,0,0,.3) !important;
    -moz-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3) !important;
    -ms-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3) !important;
    -o-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3) !important;
    box-shadow: 0 10px 10px rgba(0,0,0,.12), 0 5px 60px rgba(0,0,0,.1) !important;
}	
.form-controls {
    font-family: HelveticaRegular, sans-serif;
    color: #666;
    display: block;
    width: 100%;
    height: 52px;
    padding: 6px 12px;
    font-size: 18px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 0px solid #e2e2e2;
    border-radius: 4px;
    -webkit-transition: border-color ease-in-out .15s,-webkit-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;
	margin-bottom:10px;
	}	
.textcap {
    font-family: HelveticaRegular, sans-serif;
    color: #666;
    display: block;
    width: 100%;
	max-width:80px;
    height: 42px;
    padding: 6px 12px;
    font-size: 18px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 0px solid #e2e2e2;
    border-radius: 4px;
    -webkit-transition: border-color ease-in-out .15s,-webkit-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;
	margin-bottom:10px;
	}

#message{}#message h2{margin-bottom:30px}
#message h2 span{border-bottom:5px solid #1A75BC}
#message label{color:#666;margin-bottom:10px;font-size:1.2em}
#message #form_email,#message #form_message,#message #form_name{box-sizing:border-box;border:1px solid #fff;box-shadow:none}
#message #form_email,#message #form_name{padding:25px;border:1px solid #ccc;font-size:1.1em}
#message #form_message{height:249px;padding:25px;border:1px solid #ccc;font-size:1.2em}
#message #button_contacts{border-radius: 8px; background:#2272bc;padding:15px 0;width:100%;border: 0px solid #fff;;color:#fff;font-size:22px;cursor:pointer;transition:background .6s,color .6s}
#message #button_contacts:hover{background:#dc4541;color:#FFF}



@media (max-width: 400px){
.footer{
	margin-top:-50px !important;
	z-index: -100000;
	margin-right:0px;
}
}
@media (min-width: 1200px){
.container {
    width: 585px !important;
}
}

@media (min-width: 768px){
.container {
    width: 585px !important;
}
}
@media (min-width: 992px){
.container {
    width: 585px !important;
}
}
@media (max-width: 768px){
.container {
    max-width: 585px !important;
}
.footer{
	margin-right:0px;
}
}