html, body { padding: 0; margin: 0; }

img[lazyLoadSrc] { opacity: 0 }

#layout_head {
	font-size: 0;
    border: 0px solid #000;
    margin-top: 64px;
}

#layout_head.index {
    margin-top: 0px;
}


#layout_footer {
	border: 0px solid #000;
	/*background: #272727;*/
	background: #fffdfd;
}

.elm_hover_bg_green:hover {
	background: #6cd646!important;
}

.elm_hover_fc_green:hover {
	color: #6cd646!important;
}

.fa { text-decoration: none!important; }
.fa:hover { text-decoration: none!important; }

.link_button_green {
	display: inline-block;
	cursor: pointer;
	user-select: none !important;
	/*background: #51b72d;*/
	background: #fbfbfb;
	line-height: 36px;
	padding: 0 20px 0 20px;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 14px;
	/*color: #FFFFFF;*/
	color: #242424;
	font-weight: 400;
	text-decoration: none;
	border-radius: 4px;
}

.link_button_green:hover {
	background: #6cd646!important;
}

.link_button_blue {
	display: inline-block; cursor: pointer; user-select: none !important;
	background: #3f60b5;
	line-height: 36px; padding: 0 20px 0 20px;
	font-family: "Open Sans", Arial, sans-serif; font-size: 14px; color: #FFFFFF;
	font-weight: 400;
	text-decoration: none;
	border-radius: 4px;
}

.link_button_blue:hover {
	background: #496fd2!important;
}

.fa-vk { color: #3b698c }
.fa-facebook { color: #2c5d95  }
.fa-google { color: #e7443b }
.fa-twitter { color: #00b1ea }
.fa-odnoklassniki { color: #ee8208 }
.fa-pinterest { color: #d51028 }
