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;
}
.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;
}
.heading {
    width: 100%;
    height: 100%;
    margin: 0;
	padding-top: 26px;
	text-align: center;
	font-size: 21px;
	font-family: Arial;
	font-weight: 400;
	text-decoration: none;
	color: #000;
}
.upload-block {
    padding-top: 20px;
    display: flow-root;
}
.upload-logo {
    width: 100%;
    height: 221px;
    background: url('https://gif-is.ru/images/upload-logo.png') no-repeat center;
    background-size: 200px 80px;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-name: bounce;
    animation-timing-function: linear;
}
.upload-video {
    width: 300px;
    height: 300px;
    margin: 0 auto;
    border-radius: 10px;
    display: block;
}
.upload-gif {
    width: 300px;
    height: 300px;
    margin: 0 auto;
    display: block;
}
.upload-forma {
	max-width: 300px;
	height: 100%;
	margin: 0 auto;
	padding-top: 10px;
	position: relative;
	text-align: center;
}
.d-file {
	width: 250px;
	height: 40px;
	line-height: 40px;
	margin: 0 auto;
	box-sizing: border-box;
	background-color: #00000007;
	font-family: arial;
	font-size: 14px;
	text-align: center;
	border-radius: 5px;
}
.l-file {
	display: block;
	cursor: pointer;
}
.i-file {
	display: none;
}
.upload-input {
    width: 100%;
	height: 40px;
	margin: 0 0 10px 0;
	padding: 5px 0;
	outline: none;
	font-family: arial;
	font-size: 14px;
	text-indent: 10px;
	box-sizing: border-box;
	border: none;
	border-radius: 5px;
	background-color: #00000007;
}
.tag-text {
    width: 100%;
    height: 40px;
    margin-bottom: 10px;
    padding: 5px 0px;
    outline: none;
    font-family: arial;
    font-size: 14px;
    text-indent: 10px;
    box-sizing: border-box;
    border: none;
    border-radius: 5px;
    background-color: #00000007;
    
}
.tags-box {
    width: 100%;
    max-height: 100%;
    text-align: left;
}
.tag {
    padding: 5px;
	margin: 0 5px 10px 0;
	color: black;
	font-family: arial;
	font-size: 14px;
	display: inline-block;
	cursor: pointer;
	border: 1px solid #000;
	border-radius: 2px;
}
.remove {
    width: 18px;
    height: 18px;
    margin-left: 5px;
    float: right;
    background-image: url('https://gif-is.ru/images/tag-close.png');
    background-size: 18px 18px;
}
.block {
	width: 200px;
	height: 40px;
	margin: 0 auto 10px auto;
}
.block select {
	width: 100%;
	height: 100%;
	margin: 0;
	box-sizing: border-box;
	border: none;
	outline: none;
	text-align: center;
	text-align-last: center;
	font-family: arial;
	font-size: 14px;
	background-color: #00000007;
	-webkit-appearance: none;
	-moz-appearance: none;
	cursor: pointer;
	border-radius: 5px;
}
.upload-submit {
	width: 100px;
	height: 30px;
	outline: none;
	border: none;
	font-family: arial;
	font-size: 14px;
	background-color: #00000007;
	cursor: pointer;
	border-radius: 5px;
}
.upload-indicator {
    width: 20px;
    height: 20px;
    margin: auto;
    position: absolute;
    right: 75px;
    bottom: 5px;
    background-image: url('https://gif-is.ru/images//upload.gif');
    background-size: 20px 20px;
}
.upload-p {
    font-family: arial;
    font-size: 13px;
    text-align: center;
    color: #000;
}
.upload-p a {
    color: blue;
    text-decoration: none;
}
#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;
}
@media screen and (min-width: 1440px){
#center {
	max-width: 1400px;
}
.center-block {
    width: 500px;
    margin-left: 450px;
    float: left;
}
}
@media screen and (min-width: 1280px) and (max-width: 1439px){
#center {
	max-width: 1200px;
}
.center-block {
    width: 500px;
    margin-left: 350px;
    float: left;
}
}
@media screen and (min-width: 1024px) and (max-width: 1279px){
#center {
	max-width: 960px;
}
.center-block {
    width: 480px;
    margin-left: 50px;
    float: left;
}
}
@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;
}
.d-file {
    border: 1px solid #000;
    border-radius: 2px;
}
.upload-input {
    border: 1px solid #000;
    border-radius: 2px;
}
.tag-text {
    border: 1px solid #000;
    border-radius: 2px;
}
.block select {
    border: 1px solid #000;
    border-radius: 2px;
}
.upload-submit {
    border: 1px solid #000;
    border-radius: 2px;
}
.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;
}
.upload-video {
    width: 200px;
    height: 200px;
}
.upload-gif {
    width: 200px;
    height: 200px;
}
.upload-forma {
	width: 275px;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	position: relative;
	text-align: center;
}
.upload-indicator {
    right: 60px;
}
}
@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;
}