.wrapper {
    min-height: 100%
}
.myheader { 
    display: flex; 
    justify-content: 
    center; height: 370px; 
    background: url("images/fon2_1920_3.png") no-repeat left top;
    color:#fff;
}
.content{
    width:960px; 
    align-self:center;
    background-color: #307ba2;
    color:#fff;
    font-family: '__Arsenal_5';font-weight: 400;
    font-size:19px;
    padding: 30px;
}
.myfooter {
    display: flex; 
    justify-content: center; 
    background: url("images/fut_1920_3.png") no-repeat left top;
    height:50px;
    width:100%;
    align-self:center;
    color:#fff;
    padding:10px;
}
.cont__f {
    width: 960px;
    height: 100%;
    text-align: center;
    background-color: #00000029;
}
.coordinate {
    width:960px; 
    background-color: #00000029;
    /*background: url("images/setka.png") no-repeat left top; */
}
.logo-container {
    margin-top:5px; 
    background: #fff;
}
.year {
    color:#fff; 
    border:1px solid #fff;
    width: 10%; 
    justify-content: center; 
    background: #e40e00;
}
.year a, .year a:hover, .year a:visited, .year a:active {
    color:#fff;
    text-decoration:none;
}
.year:hover {
    background-color: grey;
}
.logo {
    width: 30%; 
    background-color: rgba(180, 190, 216, 0.0)
}
#logo-ass {
    text-align:center; 
    justify-content: center; 
    color: #096c98;
    font-weight: 700; 
    padding-top: 5px;
}
#logo-5tv {
    text-align:left;
    justify-content: flex-start;
    background-image:url("images/logo-pyatuyi-kanal_2.png");
    height: 50px;
    background-repeat: no-repeat;
    padding-left: 61px;
    color: red;
    text-transform: uppercase;
    margin-left: 20px;
    padding-top: 12px;
    margin-top: 5px;
    margin-bottom: 5px;
}
#logo-5tv a{
    color:red;
    text-decoration:none;
}
#history {
    color: #F4FFFE;
    font-size: 70px; 
    text-align: center; 
    line-height: 84px; 
    font-family: '__Arsenal_5'; 
    font-weight: 400;
    text-transform: uppercase;
}
#is {
    color: #F4FFFE; 
    font-size: 40px; 
    text-align: center; 
    line-height: 48px; 
    font-family: '__Arsenal_5';
    font-weight: 400;
    padding:0 10px;
}
#future {
    color: #F4FFFE; 
    font-size: 60px; 
    text-align: center; 
    line-height: 72px; 
    font-family: '__Arsenal_5';
    font-weight: 700;
    text-transform: uppercase;
}
#mv {
    color: #F4FFFE; 
    font-size: 30px; 
    text-align: center;
    line-height: 36px;
    font-family: '__Arsenal_5'; 
    font-weight: 400;
}

@font-face{
    font-family:'__Arsenal_5';
    src:url('fonts/arsenal-regular.woff') format('woff');
    font-weight:400;
    font-style:normal;
}
@font-face{
    font-family:'__Arsenal_5';
    src:url('fonts/arsenal-bold.woff') format('woff');
    font-weight:700;
    font-style:normal;
}

.w-40 {
    width:40%;    
    width: 33%; 
    padding-top: 8px;
}
.w-40 hr {
    height: 2px !important; 
    color:#fff; 
    opacity:100;
}
.red {
    background: #e40e00; 
    background-color: #E40E00;
}

.nav-wrapper{
    display:flex;
    flex-wrap:wrap;
    padding-left:7px;
    margin-bottom:0;
    list-style:none; 
    width: 100% !important;  
    height: 30px; 
}
.nav-link {
    display:block; 
    background: #e40e00; 
    padding: 0.1rem 2.1rem; 
    text-decoration:none;
    transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;  
    border: 1px solid #fff; 
    color: #fff; 
    width: 106.67px;
}
.nav-link:hover {
    background: grey; 
    color:#fff;
}
.nav-link.active {
    background: #fff; 
    color:#6c757d; 
    pointer-events:none;
    cursor:default
}
.nav-link.active:before{
    display:none; 
    background: #fff; 
    color:#6c757d; 
}