html{
	font-size: 1px;
	/*font-family: ANTQUA;*/
}

body{
	padding: 0rem;
	margin: 0rem;
	width: 100%;
}

.mobile_only{
	display: none;
}

.mobile_menu_block{
	display: none;
}

header{
	height: 140rem;
	background: url(/assets/img/background2.png);
	background-position: center;
}


header .slogon{
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 18rem;
	color: white;
	vertical-align: middle;
	line-height: 140rem;
	/*font-family: ANTQUAB;*/

	/*background: -moz-linear-gradient(left, rgba(11,31,53,1) 0%, rgba(11,31,53,0.9) 25%, rgba(13,77,87,0.8) 50%, rgba(60,49,36,0.9) 65%, rgba(11,31,53,1) 90%, rgba(11,31,53,1) 100%); /* FF3.6-15 */
	/*background: -webkit-linear-gradient(left, rgba(11,31,53,1) 0%,rgba(11,31,53,0.9) 25%,rgba(13,77,87,0.8) 50%,rgba(60,49,36,0.9) 65%,rgba(11,31,53,1) 90%,rgba(11,31,53,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(11,31,53,1) 0%,rgba(11,31,53,0.9) 25%,rgba(13,77,87,0.8) 50%,rgba(60,49,36,0.9) 65%,rgba(11,31,53,1) 90%,rgba(11,31,53,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}

header .slogon .logo{
	display: inline-block;
	width: 110rem;
	height: 110rem;
	vertical-align: middle;
	margin: 0rem 10rem;
}

header .slogon .logo img{
	width: 100%;
	height: 100%;
}


nav{
	background: #E9E6DF;
	width: 100%;
	height: 60rem;
	display: flex;
	flex-direction: row;
	padding: 0rem 140rem;
	padding-top: 10rem;
	box-sizing: border-box;
	position: relative;
}

nav:before, nav:after{
	content: "";
	height: 1rem;
	width: 141rem;
	background: #ACA99F;
	position: absolute;
	bottom: 0rem;
}

nav:before{
	right: 1rem;
}

nav:after{
	left: 0rem;
}

nav a{
	flex-grow: 1;
	font-size: 16rem;
	text-align: center;
	line-height: 40rem;
	text-decoration: none;
	/*color: black;*/
	border: 1rem solid rgba(0,0,0,0);
	border-bottom: 1rem solid #ACA99F;
	box-sizing: border-box;
	margin-left: -1rem;
	color: #454440;
}

nav a:hover{
	color: #A3A197;
}

nav .active{
	background: white;
	border: 1rem solid #ACA99F;
	border-bottom: 0rem;
}



.content{
	padding: 0rem 80rem;
	/*min-height: calc(100vh - 542rem);*/
	min-height: calc(100vh - 466rem);
}

.content .page-caption{
	display: block;
	font-size: 22rem;
	text-align: center;
	margin-top: 60rem;
	margin-bottom: 60rem;
	/*font-family: ANTQUAB;*/
	font-weight: bold;
}


.bottom-menu{
	height: 60rem;
	font-size: 14rem;
	line-height: 60rem;
	text-align: center;
	background: #D9D6CD;
	border-top: 1rem solid #ADAAA1;
	margin-top: 80rem;
	padding: 0rem 140rem;
}

.bottom-menu a{
	text-decoration: underline;
	margin: 0rem 20rem;
	color: #3A4A5A;
	/*font-family: ANTQUA;*/
}

.bottom-menu .active{
	color: #294954;
	text-decoration: none;
	/*font-family: ANTQUAB;*/
	font-weight: bold;
}

footer{
	bottom: 0rem;
	height: 80rem;
	width: 100%;
	background: url(/assets/img/background2.png);
	background-position: center;
	position: relative;
}

footer:after{
	content: "";
	height: 3px;
	position: absolute;
	background: #2D4B5B;
	top: -5rem;
	width: 100%;
}

footer .opacity{
	width: 100%;
	height: 100%;
	/*background: -moz-linear-gradient(left, rgba(11,31,53,1) 0%, rgba(11,31,53,0.9) 25%, rgba(13,77,87,0.8) 50%, rgba(60,49,36,0.9) 65%, rgba(11,31,53,1) 90%, rgba(11,31,53,1) 100%); /* FF3.6-15 */
	/*background: -webkit-linear-gradient(left, rgba(11,31,53,1) 0%,rgba(11,31,53,0.9) 25%,rgba(13,77,87,0.8) 50%,rgba(60,49,36,0.9) 65%,rgba(11,31,53,1) 90%,rgba(11,31,53,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(11,31,53,1) 0%,rgba(11,31,53,0.9) 25%,rgba(13,77,87,0.8) 50%,rgba(60,49,36,0.9) 65%,rgba(11,31,53,1) 90%,rgba(11,31,53,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	font-size: 14rem;
	/*font-family: ANTQUA;*/
	/*color: white;*/
	padding: 0rem 60rem;
	box-sizing: border-box;
	color: #E0DDD5;
}

footer .opacity div{
	display: inline-block;
	line-height: 80rem;
}

footer .opacity div span{
	margin-left: 10rem;
}


footer .opacity div a{
	position: relative;
	/*color: #3A4A5A;*/
}

footer .opacity div a:after{
	content: "";
	height: 1rem;
	position: absolute;
	width: 100%;
	bottom: 1rem;
	background: #E0DDD5;
	left: 0rem;
}













@media(max-width:1920px){
	html{
		font-size: 1.2px;
	}
}

@media(max-width:1600px){
	html{
		font-size: 1.05px;
	}
}

@media(max-width:1440px){
	html{
		font-size: 1.02px;
	}
}

@media(max-width:1366px){
	html{
		font-size: 1px;
	}
}

@media(max-width:1340px){
	html{
		font-size: 0.95px;
	}
}


@media(max-width:1280px){
	html{
		font-size: 0.9px;
	}
}

@media(max-width:1200px){
	html{
		font-size: 0.8px;
	}
}

@media(max-width:1080px){
	html{
		font-size: 0.7px;
	}
}

/*@media(max-width:940px){
	html{
		font-size: 0.6px;
	}
}*/

/*@media(max-width:800px){
	html{
		font-size: 0.5px;
	}
}

@media(max-width:670px){
	html{
		font-size: 0.4px;
	}
}

@media(max-width:520px){
	html{
		font-size: 0.3px;
	}
}*/



@media(max-width:1024px){

html{
	font-size: 2px;
}

body{
	overflow: scroll;
	height: auto;
}

.mobile_only{
	display: block;
}

.mobile_menu_block{
	display: none;
	position: absolute;
	width: 100vw;
	height: 120vh;
	background-image: url(/assets/img/background2.png);
	top: 0rem;
	z-index: 10000;
}



.mobile_menu_block .close_mobile_menu_btn{
	width: 21rem;
	height: 21rem;
	display: block;
	position: absolute;
	top: 30rem;
	right: 13rem;
	background: none;
	overflow: hidden;
}

.mobile_menu_block .close_mobile_menu_btn:after,.mobile_menu_block .close_mobile_menu_btn:before{
	content: '';
	display: block;
	position: absolute;
	background: white;
	width: 33rem;
	height: 3rem;
	top: 9rem;
	left: -6rem;
	transform-origin: 50% 50%;
}

.mobile_menu_block .close_mobile_menu_btn:after{
	-moz-transform: rotate(45deg); /* Для Firefox */
    -ms-transform: rotate(45deg); /* Для IE */
    -webkit-transform: rotate(45deg); /* Для Safari, Chrome, iOS */
    -o-transform: rotate(45deg); /* Для Opera */
    transform: rotate(45deg);
}

.mobile_menu_block .close_mobile_menu_btn:before{
	-moz-transform: rotate(-45deg); /* Для Firefox */
    -ms-transform: rotate(-45deg); /* Для IE */
    -webkit-transform: rotate(-45deg); /* Для Safari, Chrome, iOS */
    -o-transform: rotate(-45deg); /* Для Opera */
    transform: rotate(-45deg);
}


.mobile_menu_block .menu_mobile_logo{
	display: block;
	margin: auto;
	width: 130rem;
	height: 130rem;
	padding: 40rem 0rem;
	padding-bottom: 20rem;
}

.mobile_menu_block>div{
	width: 100%;
	height: 100%;
	/*background: -moz-linear-gradient(bottom, rgba(11,31,53,1) 0%, rgba(11,31,53,0.9) 150rem, rgba(13,77,87,0.8) 300rem, rgba(60,49,36,0.9) 390rem, rgba(11,31,53,1) 540rem, rgba(11,31,53,1) 600rem); /* FF3.6-15 */
	/*background: -webkit-linear-gradient(bottom, rgba(11,31,53,1) 0%,rgba(11,31,53,0.9) 150rem,rgba(13,77,87,0.8) 300rem,rgba(60,49,36,0.9) 390rem,rgba(11,31,53,1) 540rem,rgba(11,31,53,1) 600rem); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(11,31,53,1) 0%,rgba(11,31,53,0.9) 150rem,rgba(13,77,87,0.8) 300rem,rgba(60,49,36,0.9) 390rem,rgba(11,31,53,1) 540rem,rgba(11,31,53,1) 600rem); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}

.mobile_menu_block>div>div{
	text-align: center;
	margin-bottom: 20rem;
}

.mobile_menu_block a{
	font-size: 18rem;
	color: white;
	margin-bottom: 10rem;
	position: relative;
}

.mobile_menu_block>div>div a:before{
	content: '';
	height: 1rem;
	position: absolute;
	background: rgba(255,255,255,0.6);
	bottom: -2rem;
	width: 100%;
}




header{
	width: 100%;
	height: 80rem;
	position: relative;
}

header .mobile_menu_btn{
	display: block;
	position: absolute;
	width: 21rem;
	height: 21rem;
	right: 13rem;
	top: 30rem;
}

header .mobile_menu_btn .mobile_menu{
	display: block;
	position: absolute;
	background: white;
	width: 21rem;
	height: 3rem;
	top: 9rem;
}

header .mobile_menu_btn .mobile_menu:after,header .mobile_menu_btn .mobile_menu:before{
	content: '';
	display: block;
	position: absolute;
	background: white;
	width: 21rem;
	height: 3rem;
}

header .mobile_menu_btn .mobile_menu:after{
	top: -8rem;
}

header .mobile_menu_btn .mobile_menu:before{
	bottom: -8rem;
}


header nav{
	width: 100%;
	height: 100%;
}

header nav div{
	display: none;
}



header .slogon{
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 0rem;
	color: white;
	vertical-align: top;
	line-height: 140rem;
	/*font-family: ANTQUAB;*/

	/*background: -moz-linear-gradient(left, rgba(11,31,53,1) 0%, rgba(11,31,53,0.9) 25%, rgba(13,77,87,0.8) 50%, rgba(60,49,36,0.9) 65%, rgba(11,31,53,1) 90%, rgba(11,31,53,1) 100%); /* FF3.6-15 */
	/*background: -webkit-linear-gradient(left, rgba(11,31,53,1) 0%,rgba(11,31,53,0.9) 25%,rgba(13,77,87,0.8) 50%,rgba(60,49,36,0.9) 65%,rgba(11,31,53,1) 90%,rgba(11,31,53,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(11,31,53,1) 0%,rgba(11,31,53,0.9) 25%,rgba(13,77,87,0.8) 50%,rgba(60,49,36,0.9) 65%,rgba(11,31,53,1) 90%,rgba(11,31,53,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}

header .slogon .logo{
	display: inline-block;
	position: absolute;
	left: calc(50% - 27rem);
	top: 0rem;
	width: 54rem;
	height: 54rem;
	vertical-align: top;
	margin: 13rem 10rem;
}

header .slogon .logo img{
	width: 100%;
	height: 100%;
	vertical-align: top;
}


nav{
	display: none;
}



.content{
	padding: 0rem 10rem;
	padding-bottom: 40rem;
	background: #E8E5DE;
}

.content .page-caption{
	display: block;
	font-size: 22rem;
	text-align: center;
	padding-top: 60rem;
	margin-top:0;
	margin-bottom: 60rem;
	/*font-family: ANTQUAB;*/
	font-weight: bold;
}


.bottom-menu{
	display: none;
}


footer{
	bottom: 0rem;
	height: 60rem;
	width: 100%;
	background: url(/assets/img/background2.png);
	background-position: center;
	position: relative;
}

footer:after{
	content: "";
	height: 3px;
	position: absolute;
	background: #2D4B5B;
	top: -5rem;
	width: 100%;
}

footer .opacity{
	width: 100%;
	height: 100%;
	/*background: -moz-linear-gradient(left, rgba(11,31,53,1) 0%, rgba(11,31,53,0.9) 25%, rgba(13,77,87,0.8) 50%, rgba(60,49,36,0.9) 65%, rgba(11,31,53,1) 90%, rgba(11,31,53,1) 100%); 
	background: -webkit-linear-gradient(left, rgba(11,31,53,1) 0%,rgba(11,31,53,0.9) 25%,rgba(13,77,87,0.8) 50%,rgba(60,49,36,0.9) 65%,rgba(11,31,53,1) 90%,rgba(11,31,53,1) 100%); */
	background: linear-gradient(to right, rgba(11,31,53,1) 0%,rgba(11,31,53,0.9) 25%,rgba(13,77,87,0.8) 50%,rgba(60,49,36,0.9) 65%,rgba(11,31,53,1) 90%,rgba(11,31,53,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	font-size: 14rem;
	/*font-family: ANTQUA;*/
	/*color: white;*/
	padding: 0rem 10rem;
	box-sizing: border-box;
	color: #E0DDD5;
}

footer .opacity div{
	display: block;
	line-height: 18rem;
	margin-top: 20rem;
}

footer .opacity div span{
	margin-left: 0rem;
	display: block;
	display: none;

}


footer .opacity div a{
	position: relative;
}

footer .opacity div a:after{
	content: "";
	height: 1rem;
	position: absolute;
	width: 100%;
	bottom: 1rem;
	background: #E0DDD5;
	left: 0rem;
}



}


@media(max-width:720px){

html{
	font-size: 1px;
}

}


