body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
#a {
    border: 1px solid #000;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}
#header {
    max-width: 425px;
    height: 50px;
    margin: auto;
    z-index: 2;
}
.header-block {
    width: 100%;
	max-width: 425px;
	height: 50px;
	position: fixed;
	background-color: #fff;
	z-index: 1;
}
.logo {
	width: 96px;
	height: 24px;
	margin: auto;
	padding: 10px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url(https://gif-is.ru/images/logo.png);
	background-size: 96px 24px;
	background-repeat: no-repeat;
	background-position: center;
}
.logo a {
    width: 100%;
    height: 100%;
    display: block;
}
.notification {
    width: 20px;
    height: 20px;
    margin: auto;
    padding: 10px;
    position: absolute;
    top: 0;
    right: 2px;
    bottom: 0;
    cursor: pointer;
    background-image: url(/images/notification.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
}
#center {
	max-width: 425px;
	max-height: 100%;
	margin: auto;
	position: relative;
	display: flow-root;
}
.content {
    position: relative;
    display: flow-root;
    border: 1px solid #00000020;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}
.center-block {
    width: 100%;
    position: relative;
    border: 1px solid #00000020;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}
.category {
	max-width: 50%;
	height: 100%;
	margin-left: 5px;
	padding-top: 10px;
	line-height: 20px;
	cursor: pointer;
	float: left;
}
.data {
	max-width: 45%;
	height: 100%;
	line-height: 22px;
	margin: 0;
	padding: 10px 0 0 10px;
	box-sizing: border-box;
	text-align: left;
	font-family: arial;
	font-size: 13px;
	float: left;
	color: gray;
}
.gif-popup {
    width: 20px;
    height: 20px;
    margin: auto 15px;
    padding-top: 10px;
    background: url(https://gif-is.ru/images/menu-info.png) no-repeat bottom;
    cursor: pointer;
    float: right;
}
.text {
	width: 100%;
    max-height: 60px;
    margin: 0;
    padding: 5px 0;
    text-align: left;
    font-size: 16px;
    font-family: Arial;
    font-weight: 400;
    float: left;
}
.video-block {
	width: 100%;
	height: 100%;
	margin: 0;
	position: relative;
	cursor: pointer;
	float: left;
}
.video {
    width: 100vw;
    height: 100vw;
    display: block;
    background-image: url(https://gif-is.ru/images/loading.gif);
    background-size: 60px 60px;
    background-repeat: no-repeat;
    background-position: center;
}
.click {
    width: 60px;
    height: 60px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('https://gif-is.ru/images/play.png') no-repeat center;
    background-size: 32px 32px;
    background-color: #fff;
    border-radius: 2px;
    display: none;
}
.tags-block {
	width: 100%;
	max-height: 100%;
	margin: 5px 0;
	float: left;
	display: inline-block;
}
.tags-info {
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: scroll;
}
.tags-info::-webkit-scrollbar {
  display: none;
}
.tag-a {
    background-color: #00000007;
}
.share-input {
    width: 60%;
    height: 100%;
    margin: 0;
    padding: 0;
    padding-left: 10px;
    float: left;
    font-family: arial;
    font-size: 14px;
    border: none;
    box-sizing: border-box;
    outline: none;
    background-color: #00000007;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.share-submit {
    width: 40%;
    height: 100%;
    margin: 0;
    padding: 0;
    float: left;
    font-family: arial;
    font-size: 14px;
    border: none;
    outline: none;
    cursor: pointer;
    color: blue;
    background-color: #00000007;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
#footer {
	max-width: 425px;
	height: 50px;
	margin: auto;
}
.footer-block {
	max-width: 425px;
	height: 50px;
	margin: 0 auto;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	background-color: #fff;
	z-index: 1;
}
.new, .categories, .upload, .search, .information  {
	width: 33%;
	padding: 0 10px;
	border: 2px solid #fff;
    border-top: 0;
    border-left: 0;
    border-right: 0;
	background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
}
.a {
    width: 100%;
    height: 100%;
    display: block;
}
.gif {
    width: 100%;
    position: absolute;
    z-index: -1;
    border-radius: 10px;
}
@media screen and (min-width: 1440px){
#center {
	max-width: 1400px;
}
.center-block {
    width: 500px;
    margin-left: 450px;
    float: left;
}
.video {
	width: 500px;
	height: 500px;
}
}
@media screen and (min-width: 1280px) and (max-width: 1439px){
#center {
	max-width: 1200px;
}
.center-block {
    width: 500px;
    margin-left: 350px;
    float: left;
}
.video {
	width: 500px;
	height: 500px;
}
}
@media screen and (min-width: 1024px) and (max-width: 1279px){
#center {
	max-width: 960px;
	border: 1px solid #00000020;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}
.center-block {
    width: 480px;
    margin-left: 50px;
    float: left;
    border: none;
}
.video {
	width: 480px;
	height: 480px;
}
}
@media screen and (min-width: 1024px){
#header {
	max-width: 960px;
	position: relative;
}
.header-block {
    max-width: 960px;
}
.logo {
	width: 20%;
	height: 50px;
	padding: 0;
	float: left;
	position: relative;
}
.menu {
	width: 60%;
	height: 50px;
	float: left;
	text-align: center;
	position: relative;
}
.menu ul {
	display: block;
	margin: 0;
	padding: 0;
	line-height: 50px;
}
.menu li {
	margin: 0 5px;
	display: inline-block;
}
.menu a {
	padding: 5px;
	color: #000;
	font-size: 14px;
	font-family: Arial;
	text-decoration: none;
}
.menu a:hover {
	border: 1px solid #000;
	border-top: 0;
    border-left: 0;
    border-right: 0;
}
.upload-notice {
	width: 20%;
	height: 50px;
	float: left;
	text-align: center;
	display: flex;
}
.upload {
	width: 70%;
	float: left;
	text-align: right;
}
.upload a {
    line-height: 50px;
	padding: 5px;
	color: #000;
	font-size: 14px;
	font-family: Arial;
	text-decoration: none;
}
.upload a:hover {
	border: 1px solid #000;
	border-top: 0;
    border-left: 0;
    border-right: 0;
	cursor: pointer;
}
.notification {
	width: 20px;
	max-width: 30%;
	height: 20px;
	margin: auto;
	padding: 10px;
	float: left;
	cursor: pointer;
	background-image: url(/images/notification.png);
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: center;
}
.text {
    font-size: 18px;
}
.video {
    border-radius: 10px;
}
.tags-info {
    white-space: normal;
    overflow-y: visible;
    overflow-x: visible;
}
.tag-a {
    background-color: #00000020;
}
.info-menu {
	width: 100%;
	height: 50px;
	margin-top: 10px;
	text-align: center;
	border: 1px solid #00000030;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.info-menu ul {
	display: block;
	margin: 0;
	padding: 0;
	line-height: 50px;
}
.info-menu li {
	margin: 0 5px;
	display: inline-block;
}
.info-menu a {
	padding: 5px;
	color: #000;
	font-size: 14px;
	font-family: Arial;
	text-decoration: none;
}
.info-menu a:hover {
	border: 1px solid #000;
	border-top: 0;
    border-left: 0;
    border-right: 0;
}
.search-forma {
    width: 100%;
    height: 40px;
    margin: 0 auto;
    box-sizing: border-box;
    border: 1px solid #00000030;
    border-radius: 2px;
}
.search-input {
    width: 239px;
    height: 100%;
    margin: 0;
    padding: 0;
    padding-left: 10px;
    float: left;
    font-family: arial;
    font-size: 14px;
    border: none;
    box-sizing: border-box;
    outline: none;
}
.search-submit {
    width: 59px;
    height: 100%;
    margin: 0;
    padding: 0;
    float: left;
    font-family: arial;
    font-size: 14px;
    border: none;
    outline: none;
    background-color: #fff;
    cursor: pointer;
    color: gray;
}
.share-input {
    background-color: #00000020;
}
.share-submit {
    background-color: #00000020;
}
#footer {
    display: none;
}
}
@media screen and (min-width: 426px) and (max-width: 1023px){
.video {
    width: 425px;
    height: 425px;
}
}
@media screen and (min-width: 0px) and (max-width: 319px){
#body {
    display: none;
}
}
@media screen and (min-width: 0px) and (max-width: 319px){
#body {
    display: none;
}
}
@keyframes bounce {
    0%   { transform: translateY(0); }
    50%  { transform: translateY(-25px); }
    100% { transform: translateY(0); }
}
* {
-webkit-tap-highlight-color: transparent;
}
.search-tags::-webkit-scrollbar {
  display: none;
}