@import url(//fonts.googleapis.com/css?family=Armata&subset=cyrillic);
@import url(//fonts.googleapis.com/css?family=Montserrat:400,700&display=swap);

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, menu, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	-webkit-text-size-adjust: 100%; 
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	-khtml-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-moz-text-size-adjust: 100%; 
	-moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -khtml-user-select: none;
}

.hide-on-mobile { 
	display: inline;
}

:focus {
        outline: 0;
}
body {
	background: #ffffff;
	line-height: 1;
}
ol, ul, menu {
	list-style: none;
}
table {
    border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: center;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

a, a:hover, a:active {
	text-decoration:none;
}

@import url(styleplay.css);
#contHour{
  width: 130px;
  margin: 0 auto 20px;
}

body, html {
  margin: 0 auto;
  padding: 0;
  background: #ffffff;
  overflow: auto;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none;  /* IE 10+ */
}

.wrapper { 
  	width: 100%;
    height: 100%;
    position: fixed;
    top: auto;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center; 
    overflow: auto; 
	scrollbar-width: none; /* Firefox */
	-ms-overflow-style: none;  /* IE 10+ */
	padding: 4px;
	float: center;
}

.mainWrapper {
	max-width: 100%;
	max-height: 100%;
    margin: 0 auto;
    position: absolute;
	padding: 10px;
	opacity: 0.7;
	align-items: center;
    justify-content: center;
	overflow: auto;
	scrollbar-width: none; /* Firefox */
	-ms-overflow-style: none;  /* IE 10+ */
	display: inline-block;
}

.container {
    display: flex;
	font-family: 'Montserrat', 'Armata', Arial, Helvetica, Verdana, sans-serif;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.container2 {
	width: 100%;
    height: 100%;
    display: flex;
	font-family: 'Montserrat', 'Armata', Arial, Helvetica, Verdana, sans-serif;
    align-items: center;
    justify-content: center;
}

footer p.copy {
    color: #FF0000;
    float: center;
    font-family: 'Montserrat', 'Armata', Arial, Helvetica, Verdana, sans-serif;
    font-size: 0.7em;
    margin: 15px 0 0;
    text-align: center;
	text-decoration:none;
}

footer menu {
    float: center;
    margin: 0;
    padding: 0;
    text-align: center;
	text-decoration:none;
}

footer menu li {
	display: inline;
	font-family: 'Montserrat', 'Armata', Arial, Helvetica, Verdana, sans-serif;
    font-size: 1.6em;
    padding: 0 15px;
	text-decoration:none;
}


footer menu li a {
	color:#770000;
	text-decoration:none;
}
footer menu li a:hover {
	color:#ffffff;
	text-decoration:none;
}

@media only screen
	and (max-device-width : 1000px){ .hide-on-mobile { display: none; }}