﻿body
{
	background: url("background.jpg") no-repeat center center fixed;
	background-color: black;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

a.z_but 
{
	display: inline-block;
	color: white;
	text-decoration: none;
	padding: .5em 2em;
	outline: none;
	border: 1px solid;
	border-radius: .25rem !important;
	margin-top: 7px;
	margin-left: 15px;
	margin-right: 15px;
} 
a.z_but:hover 
{ 
	border-color: #ED8D0E
}
a.z_but:active 
{ 
	border-color: #ED8D0E
}

#ZRT
{
	color: #00AFAF;
	text-decoration: none;
	font-weight: 600;
}

#browser-compatibility 
{
    display: none;
    position: absolute;
    width: 275px;
    margin-top: -58px;
    margin-left: -137px;
    top: 40%;
    left: 50%;
    background: white;
    text-align: center;
}

#app
{
    color: white;
    text-align: center;
    font-size: 40px;
    height: 30px;
    position: absolute;
    margin: auto;
    top: 0;
	bottom: 0;
    left: 15%;
    right: 0;
}

@-webkit-keyframes ellipsis-dot 
{
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes ellipsis-dot 
{
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

#footer 
{
	background-image: url(footer.jpg);
	color: white;
	bottom: 0px;				/* Расстояние от нижнего края окна браузера */
	position: absolute;			/* Абсолютное позиционирование */
	left: 290px;			    /* Смещение на величину ширины iframe слева */
	width: calc(100% - 290px);  /* 100% - ширина iframe слева */
	height: 55px;
	font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,Ubuntu,"Helvetica Neue",sans-serif;
}