html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,
blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,
em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,
b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,
details,embed,figure,figcaption,footer,header,hgroup,menu,nav,
output,ruby,section,summary,time,mark,audio,video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display: block;
}
body {
	line-height: 1;
}
ol,ul {
	list-style: none;
}
blockquote:before,blockquote:after,
q:before,q:after {
	content: '';
	content: none;
}
blockquote,q {
	quotes: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/**/

body {
	width: 100%;
	max-width: 1200px;
	height: 100%;
	margin: 0 auto;
	font-family: "Roboto", sans-serif;
	color: #666;
}
header {
	background: url("../img/head.jpg") no-repeat;
	background-size: cover;
	position: relative;
	width: 100%;
	margin-bottom: 3.8%;
	max-width: 1200px;
	max-height: 662px;
	text-align: center;
}
footer {
	background: #1e231e;
	height: 110px;
	width: 100%;
	margin-top: -110px;
    color: #fff;
    text-align: center;
    font-size: 0.75em;
}
.wrapper {
	min-height: 100%;
}

a {color: #2d5dad;}
.h-img__name{
	margin-top: 21%;
	margin-bottom: 5%;
}
.h-link__border {
	margin-bottom: 10%;
	border: 3px solid #fff;
	display: inline-block;
	padding: 0.8em 1.3em;
	text-decoration: none;
	font-size: 1.5em;
	color: #fff;
}
.button-container {
	text-align: center;
}
.f-logo {
	text-align: center;
	padding-top: 17px;
    margin-bottom: 10px;
}
footer a {
    color: #fff;
}
.a-link {font-size: 1.71em;}
blockquote {
	font-size: 0.81em;
	text-align: center;
	line-height: 1.49em;
	margin-bottom: 2%;
}
.b-img__preview {
	text-align: center;
	margin-bottom: 1.1em;
}
.b-img__preview a {
	text-decoration: none;

}
.both {clear: both;}
.center {text-align: center;}
.h110 {height: 110px;}
@media screen and (min-width:200px) and (max-width:700px) {
	img {
		max-width: 100%;
		height: auto;
		width: auto\9; /* для ie8 */
	}

	.h-img__name {
		margin-bottom: 3%;
		margin-top: 10%;
	}
	.h-link__border {
		font-size: 1em;
		padding: 0.8em 1.1em;
		margin-bottom: 8%;
		white-space: nowrap;
	}
}

