li{
    list-style: none;
}
body{
    font-size: 15px;
    color: black; 
    background-color: #F7F8FA;
    
}

.header{
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    height: 100px;
    background-color: #9b2d30;
	border-bottom: 1px solid #EAEBEE;
    
}
.nazvanie a{
    text-decoration: none;
    color: white;
}
.nazvanie>a:hover{
    color: white;
}
.nazvanie{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.nazvanie{
    font-size: 40px;  
}

/*menu*/
.menu{}
.conteiner{
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    height: 50px;
	border-bottom: 1px solid #EAEBEE;
    background-color: #F7F8FA;
    
}
.conteiner{
    display: flex;
    justify-content: center;
    align-items: center;
}
.menu a{
    text-decoration: none;
}
.menu li{
    list-style: none;
    position: relative;
}

.menu{
    display: flex;
}
.menu>li{
    margin: 0px 20px;
    text-align: center;
    font-size: 20px;
}
.li>a{
    text-decoration: none;
}
.menu>li>a{
    cursor: pointer;
    color: black;
    transition: color 0.2s linear;
}
.menu>li>a:hover{
    color: #9b2d30;
}
.svedenia a{
    text-decoration: none;
    color: white;
}
.svedenia>a:hover{
    color: white;
}
.svedenia{
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    height: 50px;
	border-bottom: 1px solid #EAEBEE;
    background-color: #9b2d30;
    
}
.svedenia{
    
    height: 100%;
    display: flex;
    justify-content: center;
    font-size: 25px;
    
}
/*content*/
.content{
  
  text-decoration: none;
   width: 100%;
    padding: 20px 10px 15px 20px;
    height: 100%;
}
/*footer*/
footer{

    margin-bottom: 0;
    line-height: normal;
    width: 100%;
    height: auto;
    text-align: center;
    overflow: hidden;
    background-color: #9b2d30;
}
footer{
    display: block;
}
footer{
	color: #fff;
	text-decoration: none;
    font-size: 16px;
    
    
}

.uk-grid {
	display: flex;
	margin-left: -30px;
	/*flex-wrap: wrap;*/
	margin: 0;
    list-style: none;
    padding: 0 1%;
}
.footer-left, .footer-right {
    text-align: center;
    line-height: .9;
}
.footer-center {
    line-height: normal;
    
}
.footer-center{
text-align: center;
}
@media (min-width: 640px)
.conteiner3\@s>* {
    width: calc(100% * 1 / 3.001);
}
[class*=conteiner3]>* {
    width: 100%;
}
.footer-bottom-left {
    text-align: left;
    
}

.footer-bottom-left, .footer-bottom-right {
    padding-bottom: 0;
    margin-bottom: 0;
    line-height: .9;
}
.footer-bottom-right {
    text-align: right;
}
.custom{
    padding-top: 5px;
}

