html{
font-family: Oswald, sans-serif;
font-size: 16px;
}
body{
	margin: 0px;
}
.wrapper
{
	width: 80%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.header__desk{
	background-color: rgb(245, 245, 245);
	height: 90px;
}
.header__desk a:hover {
	transition: 0.5s;
	color:rgb(255, 0, 0);
}
.header__desk .wrapper
{
	align-items: center;
}
.logo{
	font-size: 2rem;
	margin: 0;
	font-weight: 600;
}
.logo span{
	color:rgb(255, 0, 0);
}
.header__desk a{
	color: #000;
	text-decoration: none;
}
nav{

}
.header__desk ul{
	list-style-type: none;
	display: flex;
	justify-content: space-between;
}
.header__desk li{
	padding-right: 2rem;
}
.nead-phone{
	font-size: 1.2rem;
}
.hide-list{
	display: none;
}
.active-list{
	display: block;
	transition: 0.5s;
}
.cover {
	width: 80%;
  margin: 0 auto;
	display: flex;
	background-image: url(/img/bg_cover.jpg);
	min-height: 700px;
	background-repeat: no-repeat;
	background-size:cover;
	justify-content: center;
}
.cover p{
	border-radius: 5px;
	width: 60%;
	padding: 2rem;
	font-size: 2rem;
	display: flex;
	background-color:rgb(54 54 54 / 77%);
	color: #fff;
	align-self:center;
}
.content .wrapper{
	width: 60%;
	flex-direction: column;
}
.content{
	padding-bottom: 5rem;
}
.content h2{
	font-size: 2rem;
}
.content ul{
	list-style-type: none;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}
.content li{
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-left: 2rem;
	font-size: 2rem;
	border-top: 1px solid rgb(204, 204, 204);
}
.content li:hover{
	background-color: rgb(235, 235, 235);
	transition: 0.5s;
}
btn-more
{
	text-align: center;
}
.button-more
{
	font-weight: 300;
	margin: 0;
}
.button-more
{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.button-more p
{
	margin: 10px;
	line-height: 1rem;
}
.button-more p:hover
{
	color: rgb(255, 0, 0);
	cursor: pointer;
}
.red
{
	color: rgb(255, 0, 0);
	font-size: 4rem;
	position: relative;
	top:1rem;
	padding-right: 1rem;
	margin: 0px;
	line-height: 1rem;
}
footer{
	background-color: rgb(58, 58, 58);
	color: #fff;
}
footer {
	padding-top:4rem;
}
footer .wrapper{
	width: 60%;
}
footer p{
	font-size: 0.8rem;
}
footer a{
	color: #fff;
	text-decoration: none;
}
.info{
	padding: 1rem;
    text-align: center;
    color: #afafaf;
    border-top: 1px solid #4e4d4d;
    margin-top: 2rem;
}
@media (max-width: 768px){
	.header__desk .wrapper {
    height: 85px;
}
	nav{
		display: none;
	}
	.cover{
	width: 100%;
	min-height: 400px;
	}
	.cover p {
    font-size: 1.2rem;
		width: 75%;
}
.content .wrapper {
	width: 85%;
}
.content ul {
	margin-left: 0px;
	padding-inline-start: 0px;
}
footer .wrapper {
	width: 80%;
}
footer .wrapper {
	width: 80%;
	flex-direction: column;
}
.req{
	margin-bottom: 2rem;
}
}
