

/* Start:/local/templates/landing/template_styles.css?17580092111256*/
.logotype {
	display: block;
	/* text-align: left; */
	/* margin-top: 120px; */
	margin-bottom: 60px;
	font-style: italic;
	color: #fff;
}
.logotype a img{
	width: 150px;

}

.contact-phones{
	margin-bottom: 100px;
	white-space: nowrap
}

.contact-phones a{
	font-size: 24px;
}

.static-phones{
	position: absolute;
	top:60px;
	right:20px;
	color: #fff;
	background-color: rgba(0,0,0,0.5);
	padding: 15px;
	border-radius: 5px;
	text-align: right;
}

.container{
	position: relative;
}

#solutions{
	padding: 0px;
}

#about{
	padding: 50px 0;
}

.phone-button{
	display: none;
}

@media (min-width: 992px){
	.static-phones{
		display: block !important;
	}
}

@media (max-width: 991px){
	.static-phones{
		display: none;
	}

	.phone-button{
		display: block;
		top:5px;
 		right: 80px;
    	position: absolute;
	}

}

@media (max-width: 360px){
	.g-recaptcha {
		width: 260px;
		border-radius: 4px;
		border-right: 1px solid #d8d8d8;
		overflow: hidden;
	}
}


.solutions-block.hidden-xs a{
	white-space: nowrap;
}

hr.primary-new{
	width: 100%;
	max-width: 100%;
	border-color: #cccccc;
}

body #panel {
	position: fixed;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 999
}

#faq .panel-title {
	font-size: 18px
}

#faq .panel-body {
	padding-bottom: 20px
}



/* End */
/* /local/templates/landing/template_styles.css?17580092111256 */
