/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
font-family: 'Roboto', sans-serif;
font-size: 16px;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
a {
	text-decoration: none;
	display:block;
}
img {
	display: block;
    max-width: 100%;
    height: auto;
}
a,p,div {
	color:#eeedef;
}
*, ::before, ::after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;}
html{
    -webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-font-smoothing: antialiased;
}
body 
{
	/*background: -webkit-linear-gradient(bottom, #450F60, #2E0940);
	background: -moz-linear-gradient(bottom, #450F60, #2E0940);
	background: linear-gradient(to bottom, #450F60, #2E0940);
	background-color: #EEEDEF;
	*/
	/*
	background: rgb(152,61,49);
	background: linear-gradient(39deg, rgba(152,61,49,1) 7%, rgba(255,0,0,1) 47%, rgba(163,44,222,1) 95%, rgba(17,106,210,0) 212%);
	*/
	background: rgb(152,61,49);
	background: linear-gradient(39deg, rgba(152,61,49,1) 3%, rgba(255,0,0,1) 70%, rgba(163,44,222,1) 96%, rgba(17,106,210,0) 212%);
	height:100%;
	width:100%;
	display: table;
	}

.wrapper
{
	position: relative;
	width: 100%;
	/*max-width: 1320px;*/
	max-width: 1024px;
	height: 100%;
	margin: 0 auto;
	display: table;
	content: "";
	padding: 0 15px;
	/*border-left: 1px solid gray;
	border-right: 1px solid gray;*/
}
.site-top,
.site-content,
.site-bottom
{
	padding: 15px 0;
	display: table;
	width: 100%;
}
.site-top
{
	margin-bottom: 40px;
}
.site-top .logo a img
{
	float: left;
	width:60px;
	height:60px;
	
}
.site-top .button a
{
	float: right;
	border: 3px solid #7756EF;
	padding: 10px 15px;
	border-radius: 4px;
}

.site-top .button a:hover 
{
	
	border: 3px solid #7756EF;
	background: #7756EF;
	color: #EEEDEF;
	transition: background .5s;
	    transition-property: background;
	    transition-duration: 0.5s;
	    transition-timing-function: ease;
	    transition-delay: 0s;
	
}
.site-top > div,
.site-content .s-text,
.site-bottom > div
{
	display:table-cell;
	width:auto;
	vertical-align: middle;
}
.site-content .s-image
{
	display:table-cell;
	width:auto;
}
.site-content .s-image img
{
    width: 26rem;
    max-height: 100%;
    object-fit: contain;
}
h1 
{
	font-size: 46px;
	font-weight:bold;
}
p,a {
	line-height: 1.5;
}
.site-content .s-text
{
	width:52.4748490946%;
	padding: 0 45px 0 0;
}
.site-content .s-image 
{
	width:47.5251509054%;
}
.s-text h1,
.s-text p
{	
	margin:0 0 30px 0;
}
.s-text div a img
{
	width: 146px;
}
.site-bottom
{
	max-width: 1024px;
	position: fixed;
	bottom:0;
	padding:15px 30px 15px 0;
}
.social-network a
{
display: inline-block;
padding:0 15px 0 0;
}
.social-network a:last-of-type
{
	padding:0;
}
.translate
{
	background: transparent;
	border: none;
}
.site-bottom div a img
{
	float: left;
	width:24px;
    height: 12px;
}
.copyrate
{
	text-align: right;
}

.s-text div a
{
    display:inline-block;
}



/*Адаптация*/
@media only screen and (max-width: 768px)
{
	body
	{
		font-size: 14px;
	}
	h1
	{
		font-size: 30px;
	}		
	.site-content .s-image
	{
		display: none;
	}
	.site-content .s-text
	{
		width:100%;
		padding: 0;
	}
}


