body{
	padding: 0;
	margin: 0;
}

#modaal , #modals{
	width: 100%;
	height: 100vh;
	background: #e7e2e4af;
	position: fixed;
	overflow: hidden;
	z-index: 1;
	display: none;
}
#playlist{
	display: none;
}
#modaal .proValue , #modals .item{
	width: 70%;
	height: 80%;
	position: absolute;
	top: 10%;
	left: 15%;
	background: rgb(41, 104, 35);
	z-index: 2;
}
#modaal .proValue h1{
	position: absolute;
	top: 5%;
	left: 10%;
	font-size: 50px;
	font-family: 'Times New Roman', Times, serif;
}

#modaal .proValue i{
	position: absolute;
	top: 20%;
	left: 35%;
	font-size: 140px;
	color: coral;
}
#modaal .proValue .btn-success{
	position: absolute;
	bottom: 5px;
	left: 40%;
}
#settingList{
	display: none;
	position: absolute;
	top: 10%;
	left: 20%;

}
#settingList label{
	font-size: 50px;
	font-family: 'Times New Roman', Times, serif;
}
#settingList span{
	position: absolute;
	color: #fff;
	top: -40%;
	right: -120%;
}
#volume{
	font-size: 30px;
	background: inherit;
	font-family: 'Times New Roman', Times, serif;
}
#menuList{
	margin-top: 5%;
	margin-left: 25%;
	overflow: hidden;
	/* display: none; */
}
#menuList li{
	background: inherit;
	padding-left: 40%;
}
.winner .player{
	position: absolute;
	top: 15px;
	left: 40px;
	font-family: 'Times New Roman', Times, serif;
	
}
.winner .computer{
	position: absolute;
	top: 15px;
	left: 35%;
	font-family: 'Times New Roman', Times, serif;
	
}
.winner .draw{
	position: absolute;
	top: 15px;
	right: 40px;
	font-family: 'Times New Roman', Times, serif;
	
}
.winner .btn-success{
	position: absolute;
	bottom: 5px;
	left: 20%;
}
.winner .btn-danger{
	position: absolute;
	bottom: 5px;
	right: 40%;
}
.winner i{
	width: 150px;
	height: 50px;
	padding: 0;
	position: absolute;
	left: 35%;
	top: 15%;
	border-radius: 50%;
	font-size: 150px;
	/* background: #000; */
	color: #f0c710;
}

.winner .result{
	position: absolute;
	bottom: 70px;
	left: 10%;
	font-size: 60px;
	font-family: 'Times New Roman', Times, serif;
}
li{
	padding: 0;
	background: inherit;
}
.bi{
	margin: 0 auto;
	font-size: 30px;
	align-items: center;
	align-content: center;
	
}


.gameBody{
	position: fixed;
	overflow: hidden;
	width: 100%;
	height: 100vh;
	background: #345269;
	z-index: -1;
	/* background: url("http://spassk.ru/games/xo1/grid.gif");  */
}


.table{
	align-content: center;
	position: absolute;
	top: 20%;
	left:30%;
}
td{
	width: 80px;
	height: 80px;
}

#sliderwov{
	display: none;
	width: 70%;
	height: 50%;
}





* {box-sizing: border-box}
body {font-family: Verdana, sans-serif; margin:0}
.mySlides {display: none}
img {vertical-align: middle;}
/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 25px;
  padding: 8px 12px;
  position: absolute;
  bottom: -90%;
  width: 100%;
  text-align: center;
}
#nazad{
	position: absolute;
	top: 0;
	left: -90px;
}
#nazad i{
	font-size: 30px;
	color: #fff;
}
#nazadSetting{
	position: absolute;
	top: 0;
	left: 0px;
}
#nazadSetting i{
	font-size: 30px;
	color: #fff;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}
/* BACKGROUND="http://spassk.ru/games/xo1/grid.gif" BGCOLOR="#000000" BGPROPERTIES="fixed" TEXT="#00bb00" LINK="#00cc00" ALINK="#00ff00" VLINK="#00aa00" */