
    <link rel="stylesheet" href="/template/default/css/font-awesome.min.css">
    <link href="/template/default/css/animate.min.css" rel="stylesheet" type="text/css">
    <link href="/template/default/css/style.css" rel="stylesheet" type="text/css">
    <script src="/template/default/js/jquery-2.1.4.min.js"></script>
    <link href="/template/default/css/iconfont.css" rel="stylesheet">
</head>

<body>
    <div class="cont">
        
<style>
       @media screen and (max-width:850px) {
            .search {
                display: none !important; 
            }

            .lang-title {
                display: block !important; 
            }

            .language .lang-cont {
                top: 58px !important; 
            }

            .language {
                right: 40px !important; 
            }

            .lang-cont {
                display: none !important; 
            }

            .language:hover .lang-cont {
                display: block !important; 
            }
        }
