*{
    margin: 0;
    padding: 0;
}

body, html{
    width: 100%;
    height: 100%;
}

body{
    background-color: #ffffff;
}


a{
    color: #ffffff;
    text-decoration: none;
    transition: all.4s ease;
    -ms-transition: all.4s ease;
    -o-transition: all.4s ease;
    -moz-transition: all.4s ease;
    -webkit-transition: all.4s ease;
}
a:hover{
    color: #96a3a3;
    text-decoration: none;
    transition: all.4s ease;
    -ms-transition: all.4s ease;
    -o-transition: all.4s ease;
    -moz-transition: all.4s ease;
    -webkit-transition: all.4s ease;
}

img {
    max-width: 100%;
    height: auto;
    width: auto\9;
    -ms-transition: all 3s ease-out;
    -o-transition: all 3s ease-out;
    -moz-transition: all 3s ease-out;
    -webkit-transition: all 3s ease-out;

}

hr{
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}





header{
    float: left;
    background-color: #028D9D;
    width: 99.4%;
    padding: 0.3%;
    border-bottom: 2px solid rgba(240, 255, 255, 0.218);

    padding-bottom: 1px;
    /*overflow: hidden;*/
}
header>div#logo>a>img{
    width: 50px;
    height: 50px;
    float: left;
}

header>div#logo>a{
    color: white;
}
header>div#logo>a>span{
    font-size: 2.5em;
    margin-left: 10px;
    font-family: "Roboto Flex", sans-serif;
    font-weight: 900;
}

header>div#logo>a:hover{
    color: rgb(234, 234, 234);
}



/*Адаптивность*/

@media (min-width: 950px) {
    header>div#logo>a>img{
        margin-left: 10%; 
    }
    #logo {
        float: left;
        width: 30%;
    }
    #about {
        float: right;
        width: 47%;
        margin-right: 2%;
    }

}

@media (max-width: 949px) and (min-width: 525px){
    header>div#logo>a>img{
        margin-left: 15%; 
    }
    #logo {
        float: left;
        width: 50%;
    }
    #about {
        visibility: hidden;
        display: none;
    }
    #play {
        float: right;
        width: 50%;
    }
}

@media (max-width: 524px){
    header>div#logo>a>img{
        margin-left: 5%; 
    }
    header {
        max-height: 60px;
    }
    #logo {
        width: 100%;
    }
    #about {
        visibility: hidden;
        display: none;
    }
    #play {
        visibility: hidden;
        display: none;
    }
}

/*#play>a:hover {
    color:#00d3e2;
}
#play>a {
    color: #00eeff;
}*/


  


#about{
    text-align: center;
    font-family: "Roboto Flex", sans-serif;
    font-size: 1.4em;
    padding-top: 10px;
    align-items: center;

    display: flex;
    gap: 15px;
    justify-content: flex-end;
}
#about>a{
    color: white;
    margin-right: 6%;
    margin-top: 5px;

}

#about>a:hover {
    color: #00ffff;
    border-bottom: 1px solid #00eeff;
    font-size: 1.1em;
}























/*#play:hover {
    border-color:  #00d3e2;
}
#play>a:active {
    margin-top: 9px;
}

#play {
    float: right;

    border-radius: 15px;
    padding: 4px 12px;
    font-size: 1.0em;

    background-color: #028D9D;
    border: 4px solid #00eeff;

    margin-top: 5px;

    font-family: "Roboto Flex", sans-serif;

    display: inline;
}*/



/*#about>a:nth-last-child(n+4){
    margin-right: 10%;
}*/



/* FOTER FOTER*/

footer{
    float: left;
    background-color: #007272;
    width: 98%;
    padding: 1%;
    border-top: 3px solid #eeffff; 
    font-family: "Roboto Flex", sans-serif;
}

#site_name {
    margin-right: 1%;
    color: #ffffff;
    font-size: 1.1em;
    float: right;
}



@media (max-width: 1080px){
    #clear {
        clear: both;
    }
}



#footer_menu {
    font-size: 0.9em;
}
#footer_menu>a {
    margin-left: 2%;
    color: #ffffff;
}
#footer_menu>a:hover, #rights>a:hover {
    border-bottom: 1px solid #00eeff;
    color: #00eeff;
}


#rights {
    float: left;
    margin-left: 2%;
    font-size: 0.8em;
    margin-top: 20px;
}
#rights>a {
    color: #ffffff;
}


#social {
    float: right;
    width: 60%;
    margin-right: 6%;
    margin-top: 10px;
}
#social>a:hover {
    color: #ffffff;
    font-size: 1.0em;
}
#social>a {
/*    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background-color: #96a3a3;*/
    margin-left: 1%;
    width: 80px;
    height: 20px;
    float: right;
    color:  #ffffffb6;
    text-align: center;
    font-size: 0.9em;
}



@media(max-width: 520px) {
    #site_name{
        visibility: hidden;
        display: none;
    }
    #rights{
        visibility: hidden;
        display: none;
    }
    #social{
        width: 100%;
    }
    #social>a{
        font-size: 0.8em;
    }
}