header{
    height: 59px;
    background-color: #0C1256;
}

h3 {
    color: white;
    font-family: Roboto;
    font-size: 24px;
    font-weight: 500;
    line-height: 28.13px;
    text-align: left;
    margin: 0;

}
p {
    color: white;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
    line-height: 18.75px;
    text-align: left;
    margin: 0;

}

.conteiner{
    display: flex;
    height: 59px;
    max-width: 1140px;
    align-items: center;
    margin: auto;

}

.divlinks{
    display: flex;
    max-width: 550px;
    align-items: center;
    margin: auto;
}
li{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: #ffffff;
    display: inline;
}

.c {
    margin: auto;
}
.links{
    margin: 20px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: #C9ABE4;
}

main{
    max-width: 1140px;
    margin: auto;
    flex-wrap: wrap;
}

li{
    color: aliceblue;
    display: inline;
}



h1{
    font-weight: 500;
}

.YellowBlock{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: white;
    background-color: #7C6F00;
    margin-top: 15px;
    margin-bottom: 0;
}

.blockH1{
    font-size: 24px;
    margin: 0;

}

.blockP{
    font-size: 16px;
    margin: 0;
}

.button_header{
    display: none;
}   


.BlueBlock{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: white;
    background-color: #104A6D;
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 20px;
    overflow: hidden;
    
}

.bbtext{
    flex: 1 1 800px;
    box-sizing: border-box;

}

.bblockH1{
    font-size: 24px;
    margin: 0;

}
.bblockP{
    font-size: 16px;
    margin: 0;
}

.fish{
    background-image: url(/img/fish.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 128px;
    min-width: 267px;
    flex: 267px;
}

.mobile_menu {
    display: none;
}



.blok3 {
    display: flex;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: white;
    margin-bottom: 15px;
    margin-top: 15px;
    gap: 20px;
    flex-wrap: wrap;
}
.blokel1 {
    background-color: #3D45AB;
    min-width: 364px;
    flex: 265px;

}
.blokel2 {
    background-color: #6336AA;
    min-width: 364px;

    flex: 265px;

}
.blokel3 {
    background-color: #0991E2;
    min-width: 364px;

    flex: 265px;

}

@media (max-width: 500px) {

    .conteiner{
        padding-top: 10px;  
        max-width: 500px;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
   
    }

    img{
        margin-left: 10px;
    }

    .links{
        margin: 30px;
    }

    .button_header{
        margin-left: 100px;
        position: relative;
        width: 60px;
        height: 40px;
        margin-right: 10px;
    }   

    .stripe {
        position: absolute; 
        background-color: #C9ABE4;
    }
    
    .stripe1 {
        width: 90%;
        height: 3px;
        top: 10px;
    }
    
    .stripe2 {
        width: 90%;
        height: 3px;
        top: 20px;
    }
    
    .stripe3 {
        width: 90%;
        height: 3px;
        top: 30px;
    }

    .button_header{
        display: block;
        background-color: #0C1256;
    }

    span{
        height: 2px;
        width: 30px;
        color: rgb(0, 0, 0);
    }
    
    ul{
        padding-left: 100px;
        padding-right: 100px;
    }
    
    .menu {
        display: flex;
        max-width: 50px;
    }

    li{
        display: flex;
        
    }
    .divlinks{
        margin-top: 8px;
        margin-left: 0;
        display: flex;
        background-color: #192178;
        /* z-index: 999999; */
        height: 177px;
        width: 377px;
        justify-content: space-between;
        align-items: center;
        max-width: 300px;
        position: relative;
    }
}

footer{
    height: 59px;
    background-color: #0C1256;
    bottom: 0;
}

.footer__logo{
    display: flex;
    height: 59px;
    max-width: 1140px;
    align-items: center;
    margin: auto;
    justify-content: space-between;
}

