/* Font, Alignment, Margin, Padding, Postion */

/* Tags */
body 
{
	font-size: 24px;
	font-family: Roboto, "Roboto", sans-serif;
	line-height: 150%;
	/*width: 100%;*/
	padding: 0px;
	margin: 0px;
	background-image: url(./images/bgpl2.jpg);
	background-repeat: no-repeat;
	  background-attachment: fixed;
   background-size: cover;
	 background-position: center center;
	/*background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
	animation: gradient 15s ease infinite;
	height: 100vh;
	
	-webkit-box-shadow: 0px 2px 64px 40px rgba(18, 18, 19, 0.27) inset;
-moz-box-shadow: 0px 2px 64px 40px rgba(18, 18, 19, 0.27) inset;
box-shadow: 0px 2px 64px 40px rgba(18, 18, 19, 0.27) inset;*/

   /*background-color: #32268b;
   background-image: radial-gradient( circle, rgba(  0, 0, 0, 0 ) 0%, rgba( 0, 0, 0, 0.8 ) 100% );
   background-position: center center;
   background-repeat: no-repeat;
   background-attachment: fixed;
   background-size: cover;*/


@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
}

/***************FONTS*******************/


   @font-face {
      font-family: 'Roboto';
      src: url('fonts/Cunia-Bold.woff2') format('woff2'),
           url('fonts/Cunia-Bold.woff') format('woff');
      font-weight: normal;
      font-style: normal;
   
   }



ul, li, td, a
{
	font-size: 14px;
}

table
{
	font-size: 14px;
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	border-spacing: 0px;
    border-collapse: separate;
}

span
{
	display: inline;
}

canvas
{
    padding: 0;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}



ul
{
	padding: 10px;
	margin: 0px;
}

li
{
	list-style-type: none;
}

a
{
	text-decoration:none;
}

a:hover 
{
	text-decoration:underline;	
}

/* ID */
.header 
{
	font-size: 18px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	overflow:hidden;
	z-index: 9999;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}



.introduction
{
	padding: 0px;
	margin: 0px;
	overflow:hidden;
}

.container
{
	padding: 0px;
	margin: 0px;
	overflow:hidden;
	display: inline;
	width: 100%;
}

.content
{
	padding: 0px;
	margin: 0px;
	overflow:hidden;
	display:block;
}

.sidebar 
{
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}

.navigation 
{
	padding: 0px;
	margin: 0px;
	overflow:hidden;
}

.footer
{
	width: 100%;
	padding: 0px;
	margin: 0px;
	overflow:hidden;
	min-height: 50px;
}

.head
{
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}

.ad
{
	margin: 0px;
	overflow:hidden;
	min-width: 320px;
	min-height: 160px;
	max-height: 240px;
}

.adtextlight, .adtextdark
{
	font-size: 18px;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
	text-transform: uppercase;
	z-index: 5555;
}

/* Class */

.button
{
	display: block;
}

.left 
{
	float: left;
	overflow: hidden;
}

.right 
{
	float: right;
	overflow: hidden;
}

.center 
{
	text-align: center;
	overflow: hidden;
	display: flex;
	justify-content: center;
}

.middle
{
	vertical-align: middle;
}

.absolute
{
	position:absolute;
}

.pad
{
	padding: 5px;
}

.mar
{
	margin-top: 5px;
}

.curve
{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.input
{
	width: calc(100% - 8px);	
	padding: 4px;
}

.test
{
	background: #cc0000;
}
/* Стили для модального окна */
        .modal {
            display: none; /* Скрываем модальное окно по умолчанию */
            position: fixed;
            z-index: 1000;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            overflow: auto;
            background-color: rgba(0, 0, 0, 0.4);
        }

        .modal-content {
            background-color: #fefefe;
            margin: 15% auto;
            padding: 20px;
            border: 1px solid #888;
            width: 80%;
        }

        .close {
            color: #aaa;
            float: right;
            font-size: 28px;
            font-weight: bold;
        }

        .close:hover,
        .close:focus {
            color: black;
            text-decoration: none;
            cursor: pointer;
        }

#back-timertitle{
margin: auto;
text-align: center;	
}
#countdown-timer{
margin: auto;
text-align: center;		
}