body{
    background-image: url(img/фон.jpg);
}

header{
    background-image: url(img/Фон\ для\ шапки.jpg);
}

ul{
    list-style: none;
    margin: 0;
    padding: 20px
}

li{
    display:inline;
}

a{
    font-size: 40px;
    padding: 20px;
    color:rgb(236, 243, 239);
    text-decoration: none;
}
    
a:hover{
    color:rgb(55, 122, 139);
    text-decoration: none;
}

h1{
    color:rgb(252, 253, 252);
    font-size: 35px;
    background-image: url();
}

h2{
    color: white;
    font-size: 25;
}

h3{
    font-size: 16px;
    color: red;
}

img{
    padding: 30px;
}
.gloves3,
.gloves2,
.gloves1{
    padding: 3px;
    margin: 20px;
}


span{
    color:rgb(9, 164, 7);
}

button{
    background-color: #5c5a5a;
    color:rgb(247, 250, 245);
    width: 300px;
    height: 40px;
 }

 button:hover{
    color: rgb(44, 24, 28);
    background-color: red;
 }

 .nalichie{
    color:green;
 }

 .est:hover{
    background-color: aquamarine;
 }

 .Russia-terrorist-state{
    color:red;
    font-size: 40px;
 }

 .est-l,
 .est-s{
    width: 30px;
    height: 30px;
    color:aqua;
 }

 .est-l:hover,
 .est-s:hover{
    background-color: aquamarine;
 }

 .net-l,
 .net-s{
    width: 30px;
    height: 30px;
    color: red;
 }
 
.net-l:hover,
 .net-s:hover{
    background-color: red;
 }

 @media screen and (max-width: 1200px){

 }

 @media screen and (max-width: 998px){

 }

 @media screen and (max-width: 768px){

 }

 @media screen and (max-width: 576px){
   video{
    width: 360px;
    height: auto;
   }

    .gloves3,
    .gloves2,
    .gloves1{
      padding: 8px;
      margin: 3px;
      width: 100px;
      height: 200px;
      display:inline;
}

img{
     padding: 5px;
      margin: 3px;
      width: 100px;
      height: 200px;
      display:inline;
}

a{
    font-size: 15px;
    padding: 3px;
    color:rgb(236, 243, 239);
    text-decoration: none;
}

.icon{
    width: 30px;
    height: 30px;
}

.icon-kiev{
    width: 100px;
    height: 100px;
}

.Russia-terrorist-state{
    color:red;
    font-size: 25px;
 }

 }