.overlay {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.8) url("/i/preloader.gif") center center no-repeat;
	z-index: 100;
}
.overlay.loaded {
	background-image: none;
}
.overlay a.close {
	background: url("/i/close.png") center center no-repeat rgba(76, 86, 91, 0.5);
	height: 50px;
	opacity: 0.8;
	position: absolute;
	right: -74px;
	top: 3px;
	width: 50px;
}
.overlay a.close:hover{
	background-color: #4c565b;
}
.overlay h1 {
	background: #4c565b;
	color: white;
	display: inline-block;
	font-size: 18px;
	left: 50%;
	line-height: 32px;
	margin: 0;
	margin-left: -500px;
	max-width: 525px;
	padding: 15px;
	position: absolute;
	top: 30px;
}
.overlay h1 del {
	display: none !important;
}
.overlay .full-img {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;

	border: 2px solid #4c565b;
	left: 50%;
	position: absolute;
	top: 82px;
	z-index: 100;
}

div.clear1 {
	padding: 0;
	margin: 50px auto 20px auto;
}	
div.clear1.w950,
div.clear1.three190{
	max-width: 950px;
}
div.clear1.w700{
	max-width: 700px;
}
div.clear1.w830{
	max-width: 830px;
}
div.clear1 a{
	background: #cfdadf;
	color: #a50010;
	display: inline-block;
	margin: 0 10px 10px 0;
	padding: 15px;
	text-decoration: underline;
	vertical-align: top;
}
div.clear1.three190 > a{
	width: 190px;
}
div.clear1 > a img{
	border: 1px solid #afb8bc;
	display: block;
	margin: 0 auto;
	margin-bottom: 10px;
}
div.clear1 > a:hover, div.clear1 > a:hover i{ color: #000; }
div.clear1 > a i {
	color: #a50010;
	display: block;
	font-size: 16px;
	font-style: normal;
	line-height: 18px;
	text-align: center;
}
div.clear1 > a i del {
	text-decoration: none;
}
.overlay a.slider {
	background: url("/i/slimg.png?fds=fsd") 0 0 no-repeat rgba(76, 86, 91, 0.5);
	height: 62px;
	margin-top: -31px;
	position: absolute;
	top: 50%;
	width: 62px;
	z-index: 500;
}
.overlay a.slider.next {
	right: 20px;
}
.overlay a.slider:hover {
	background-color: #4c565b;
}
.overlay a.slider.prev {
	left: 20px;
	background-position: -62px 0;
}

p.use-components {
    margin: 60px 0;
}

p.use-components strong {
    font-size: 22px;
    font-weight: 800;
    font-family: "Roboto";
}

p.use-components a {
    display: inline-block;
    margin-left: 20px;
}