body {
	padding: 0;
    margin: 0;
}
.page {

}
.fon {
	background-image: url(/stub/img/bg_3.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;	
	background-color: #648F2E;
    position: relative;
    z-index: 1;
	height: 70vh;
	overflow:hidden;
	overflow-y:hidden;
	overflow-x:hidden;	
}
.logo{
	background-image: url(/stub/img/logo.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	width: 200px;
    height: 200px;
    margin-left: auto;
    margin-right: auto;	
	position: relative;
    top: 25px;	
}
.content {
	background-color: #648F2E;
    position: relative;
    z-index: 1;
	height: 30vh;
	overflow:hidden;
	overflow-y:hidden;
	overflow-x:hidden;	
}
.main_content {
    width: 100%;
}
.main_content_block {
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: flex-start;	
}
.main_content_info {
    padding: 1rem;		
    font-family: 'Circe';
    font-weight: bold;
    font-style: normal;
    font-size: 21px;
    color: #ffffff;	
}
.main_content_title {
	text-transform: uppercase;	
}
.main_content_text {
	padding: 0.25rem 0;	
}
.main_content_text.footer {
	
}
.main_content_text.tags {
	font-weight: 300;	
}
.main_socnet_info {
    padding: 1rem;
    font-family: 'Circe';
    font-weight: bold;
    font-style: normal;
    font-size: 21px;
    color: #ffffff;	
}
.main_socnet_text {
	margin-top: 25px;
}
.main_socnet_socnet {
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;	
}
.main_socnet-item {
    padding: 0 1rem;	
}
.main_socnet-item a {
    color: #ffffff;
    font-size: 55px;	
}
.main_socnet-item a:hover {
	color: #8F471E;	
}

.footer-content-copy {
    position: absolute;
    bottom: 0;
    padding: 1rem;
    font-family: 'Circe';
    font-weight: bold;
    font-style: normal;
    font-size: 14px;
    color: #ffffff;	
}
@media only screen and (max-width: 1540px) {
	.fon {
		height: 50vh;	
	}
	.content {
		height: 50vh;			
	}
	.logo {
		width: 150px;
		height: 150px;		
	}
}
@media only screen and (max-width: 540px) {
	.fon {
		height: 40vh;	
	}
	.content {
		height: 60vh;			
	}
	.logo {
		width: 75px;
		height: 75px;		
	}
	.main_content_block {
		flex-direction: column;
	}
	.main_content_info,
	.main_socnet_info {
		font-size: 16px;
	}
	.main_socnet-item a {
		color: #ffffff;
		font-size: 41px;
	}
	.main_socnet_socnet {
		justify-content: center;
		align-items: center;		
	}
	.footer-content-copy {
		font-size: 11px;
	}	
}
@media only screen and (max-width: 375px) {
	.fon {
		height: 25vh;	
	}
	.content {
		height: 75vh;			
	}
	.logo {
		width: 75px;
		height: 75px;		
	}
	.main_content_block {
		flex-direction: column;
	}
	.main_content_info,
	.main_socnet_info {
		font-size: 16px;
	}
	.main_socnet-item a {
		color: #ffffff;
		font-size: 41px;
	}
	.main_socnet_socnet {
		justify-content: center;
		align-items: center;		
	}
	.footer-content-copy {
		font-size: 9px;
	}
}