html {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	border: none;
	font-size: 100%;
	/*font-family:"Rubik";*/
	color: #ffffff;
	width: 100%;
	height: 100%;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.cb {
	clear: both;
	display: block;
}
.table_block {
	display: table;
	width: 100%;
	height: 100%;
}
.cell_middle {
	display: table-cell;
	width: 100%;
	position: relative;
	vertical-align: middle;
}
.dn{display:none;}

a {
	text-decoration: none;
}

a:focus {
	text-decoration: none;
	outline: none;
	color: inherit;
}
a:hover {
	text-decoration: none;
	-o-transition: opacity .3s;
	-ms-transition: opacity .3s;
	-moz-transition: opacity .3s;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	opacity: 0.8;
	color: inherit;
}
.main_block {
	background: url('../images/new_background.jpg') no-repeat;
	background-size: cover;
	background-position: center;
	text-align: center;

}
.logo{
	margin-bottom:30px;
}
.logo img{
	width:190px;
}
.main_text {
	font-weight:700;
	font-size: 40px;
	padding-bottom: 15px;
}
.sub_text{
	font-weight: 300;
	font-size: 20px;
	padding-bottom: 13px;
}
.th_sub_text{
	font-size: 15px;
    font-weight: 300;
}
.main_block .cell_middle {
	background: rgba(0,0,0,0.7);
	padding: 0 15px;
}
.download_link {
	font-size: 15px;
    font-weight: 300;
    background: #139ea6;
    color: #ffffff;
    line-height: 20px;
    padding: 15px 43px;
    margin-top: 32px;
    display: inline-block;
}

.form_page{
	background: #f3f3f3;
	color:#000000;
	padding:0 0 325px 0;
	font-weight: 300;
	position:relative;
}
.form_title{
	font-size:40px;
	font-weight:700;
	color:#333333;
	margin:100px 0 35px 0;
}
.form_text{
	font-size:20px;
	color:#333333;
	margin-bottom:60px;
	font-weight:300;
	min-height:56px;
}
#widget-2 {
	width: 304px;
	margin: 0 auto;
}
.ot_do_blocks {
	position: relative;
}
.ot_do_input {
	padding-left: 37px;
}
.ot_do {
	position: absolute;
	top: 0;
	left: 0;
}
.nopadingright .ot_do {
	left: 15px;
}
@media screen and (max-width: 990px) {
	.main_text {
		font-size: 400%;
	}
}
@media screen and (max-width: 480px) {
	.main_text {
		font-size: 300%;
	}
}

@media (min-width: 1200px)
{
	.container {
		width: 100%;
		padding: 0 35px;
	}
}
.nopadingmargin{margin:0;padding:0;}
.nomarginright{margin-right:0;}
.nomarginleft{margin-left:0;}
.nopadingright{padding-right:0;}
.nopadingleft{padding-left:0;}

.input_item_block{
	margin-bottom:30px;
}
.input_item_block_title{
	font-size:15px;
	color:#666666;
	margin:0 0 15px 0;
}
.input_item_block_subtitle{
	font-size:12px;
	color:#999999;
	margin-top:8px;
}
.info_block{
	margin-bottom:30px;
}
.info_block_title{
	font-size:15px;
	color:#666666;
	
}
.info_block_subtitle{
	font-size:12px;
	color:#999999;
}
.bootstrap-select{width:100%!important;}
.btn-primary{width:100%;}
.ot_do{
	font-size: 15px;
    font-weight: 300;
    color: #666666;
    margin: 5px 0 0 0;
    float: left;
}
.error_filed{
	border:1px solid red;
}
.fb_icon{
	margin:0 60px 0 0;
	padding:0 0 0 24px;
	background:url(images/facebook.png) no-repeat left center;
	
}
.ins_icon{
	padding:0 0 0 35px;
	background:url(images/instagram.png) no-repeat left center;
}
.social_icon{
	display:block;
	height:22px;
	background-size: contain;
	float:left;
	padding-top: 4px;
}
#map-canvas{
	height:430px;
}
input {
	outline: none !important;
	box-shadow: none !important;
}

.btn-default:hover,
.btn-default:active:hover, 
.btn-default.active:hover, 
.open > .dropdown-toggle.btn-default:hover, 
.btn-default:active:focus, 
.btn-default.active:focus, 
.open > .dropdown-toggle.btn-default:focus, 
.btn-default:active.focus, 
.btn-default.active.focus, 
.open > .dropdown-toggle.btn-default.focus,
.btn-group .dropdown-toggle:active, 
.btn-group.open .dropdown-toggle,
.bootstrap-select .dropdown-toggle:focus {
	outline: none !important;
	background: #ffffff !important;
	color: #555555 !important;
	border-color: #cccccc !important;
}
.btn-group .dropdown-toggle:active, 
.btn-group.open .dropdown-toggle {
	outline: none !important;
	box-shadow: none !important;
}
@media screen and (max-width: 767px) {
	.right_col {
		margin-top: 50px;
	}
}

.footer{
	position:absolute;
	width:100%;
	bottom:0;
	background:#1a1a1a;
	padding:15px 35px 27px 35px;
}
