@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,700,700i&subset=cyrillic');

body {
	font-family: 'Open Sans';
	margin: 0 auto;
	box-sizing: border-box;
}
#nav {
	position: absolute;
	top: 0;
	height: 84px;
	width: 100%;
	background: #fff;
	box-shadow: 0px 5px 10px 0 rgba(173, 165, 141, 0.35);
  	z-index: 300;
  	margin-bottom: 10px;
}
.content {
    height: 100%;
    width: auto;
    min-width: 900px;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}
.nav_logo {
	float: left;
	position: relative;
	top: 5px;
	margin-right: 50px;
}
.totheguides {
	float: right;
	margin-top: 30px;
	text-decoration: none;
	font-size: 14px;
	color: #9b8d61;
}
.totheguides:after {
    content: ' ';
    display: inline-block;
    width: 17px;
    height: 16px;
    position: relative;
    top: 2px;
    margin-left: 20px;
    background: url(../images/arrow.svg) center no-repeat;
}
.motto {
	display: inline-block;
    margin-top: 22px;
	font-size: 14px;
	font-weight: 300;
	color: #898989;
}
.motto span {
	font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
}
center {
	position: relative;
	z-index: 90;
	margin-top: 85px;
	height: calc(100vh - 85px);
}
.desktop_version {
	display: block;
}
.mobile_version {
	display: none;
}
#ar_widget_fa271ga-ikonostas-pokr {
	height: 100%;
}
@media (max-width:1450px) {
	.nav_logo {
		margin-left: 25px;
	}
	.totheguides {
		margin-right: 25px;
	}
}
@media (max-width:900px) {
	.motto {
		font-size: 14px;
	}
	.motto span {
		font-size: 12px;
	}
	.totheguides {
		margin-right: 25px;
	}
}
@media (max-width:768px) {
	.content {
		width: auto;
		min-width: auto;
		max-width: auto;
	}
	.desktop_version {
		display: none;
	}
	.mobile_version {
		display: block;
	}
	.nav_logo {
		margin-right: 15px;
	}
	.motto {
		display: inline-block;
		margin-top: 14px;
		font-size: 12px;
	}
	.totheguides {
		float: none;
		margin-top: 0;
	}	
	.totheguides:after {
		content: none;
	}
}