@media screen and (min-width:200px)
{
    img{
        display:none;
    }

    .img_visibility{
        display:inline;
    }


    .li_line-height2{
        line-height: none; 
    }

    .li_line-height{
        line-height: none; 
    }
    
    .li_line-height0{
        line-height: none; 
    }
    
    .li_line-height20{
        line-height: none; 
    }
    
    .li_line-height1{
        line-height: none; 
    }

    .li_custom{
        font-size: 16px;
        margin-left: none;
        margin-right: none;
        text-align: none;
        font-family: customFont;   
    }

    .div_custom3{
        display: flex;   
        border-radius: none;
        margin-right: none;
        margin-left: none;
    }




    a.knopka {
        color: #fff; /* цвет текста */
        text-decoration: none; /* убирать подчёркивание у ссылок */
        user-select: none; /* убирать выделение текста */
        background: rgb(104, 193, 253); /* фон кнопки */
        padding: .7em 1.5em; /* отступ от текста */
        outline: none; /* убирать контур в Mozilla */
        background: #abe4f8;
        background: -webkit-gradient(linear, 0 0, 0 bottom, from(#abe4f8), to(#74d0f4));
        background: -moz-linear-gradient(#abe4f8, #74d0f4);
        background: linear-gradient(#abe4f8, #74d0f4);
        border: solid 1px #8cc5d9;
        border-bottom: solid 3px #589cb6;
        box-shadow: inset 0 0 0 1px #cdeffb;
        color: #42788e;
        text-shadow: 0 1px 0 #b6e6f9;
        border-radius: 100px;
      }

      
    


  
}




@media screen and (min-width:980px){
    
    img{
        display:inline;
    }

    .li_line-height2{
        line-height: 3; 
    }

    .li_line-height{
        line-height: 5; 
    }
    
    .li_line-height0{
        line-height: 1.8; 
    }
    
    .li_line-height20{
        line-height: 2.2; 
    }
    
    .li_line-height1{
        line-height: 2.5; 
    }


    .li_custom{
        font-size: 16px;
        margin-left: 58px;
        margin-right: 38px;
        text-align: justify;
        font-family: customFont;    
    }

    .div_custom3{
        display: flex;   
        border-radius: 10px;
        margin-right: 30px;
        margin-left: 30px;
    }


    a.knopka{
        
        background: transparent;
        visibility: hidden;

      }
      
      
  



  
}









/*li{
    font-weight: bold;
}/

/*lu{
    font-weight: bold; 
}*/

/*ul{
    font-weight: bold;
}*/

nav{
    font-weight: normal; 
}


