body {
  background: url(https://www.trgu.ru/resources/pesok-volnami-melkiy-priroda2.png) no-repeat;
  background-attachment: fixed;
  background-size: 100%;
}

.fade-in {
	opacity: 1;
	animation-name: fadeInOpacity;
	animation-iteration-count: 1;
	animation-timing-function: ease-in;
	animation-duration: 2s;
}

.button5{
	background: #E9CA87;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 100px;
	background-color: #BEA56E;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 25px;
    margin: 4px 2px;
    cursor: pointer;
	position: absolute;
	width: 400px;
	height: 54px;
	left: 50%;
	transform: translate(-50%,0);
	top: 480px;
}

.button5:hover {
    transition-duration: 0.4s;
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
}

@keyframes fadeInOpacity {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.texterror{
	position: absolute;
	width: 1200px;
	height: 200px;
	left: 50%;
	transform: translate(-50%,0);
	top: -50px;
	font-family: Bahnschrift; 
	font-size: 200px;
	color: #FFF;
	text-align: center;
}

.text1{
	position: absolute;
	width: 1200px;
	height: 457px;
	left: 50%;
	transform: translate(-50%,0);
	top: 300px;
	font-family: Bahnschrift; 
	font-size: 64px;
	color: #FFF;
	text-align: center;
}

.text2{
	position: absolute;
	width: 1300px;
	height: 257px;
	left: 50%;
	transform: translate(-50%,0);
	top: 570px;
	font-family: Bahnschrift; 
	font-size: 25px;
	color: #FFF;
	text-align: center;
}

.bottom{
	position: absolute;
	width: 2px;
	height: 2px;
	left: 50%;
	top: 800px;
}

@font-face {
	font-family: 'Bahnschrift'; 
	src: url("resources/BAHNSCHRIFT-1.woff") format("woff");	
}

.switch {
  position: relative;
  display: inline-block;
  width: 160px;
  height: 80px;
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: 40px;
  transition: all 0.3s;
}

.switch::after {
  content: '';
  position: absolute;
  width: 74px;
  height: 74px;
  border-radius: 74px;
  background-color: white;
  top: 2px;
  left: 3px;
  transition: all 0.3s;
}

input[type='checkbox']:checked + .switch::after {
  transform: translateX(80px);
}

input[type='checkbox']:checked + .switch {
  background-color: #7983ff;
}

.button3 {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}


.offscreen {
  position: absolute;
  left: -9999px;
}

.buttbar{
	position: absolute;
	left: 50%;
	top: 770px;
}

.button1{
	position: absolute;
	width: 80px;
	height: 80px;
	transform: translate(100%,0);
}

.button2{
	position: absolute;
	width: 80px;
	height: 80px;
	transform: translate(-100%,0);
}

.button3{
	position: absolute;
	width: 80px;
	height: 80px;
	transform: translate(-400%,0);
}

.check {
  margin: auto;
}
.check input {
  display: none;
}
.check input:checked + .box {
  background-color: #b3ffb7;
}
.check input:checked + .box:after {
  top: 0;
}
.check .box {
  width: 100%;
  height: 100%;
  transition: all 1.1s cubic-bezier(0.19, 1, 0.22, 1);
  border: 2px solid transparent;
  background-color: white;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 5px rgba(0, 0, 0, 0.2);
}
.check .box:after {
  width: 50%;
  height: 20%;
  content: '';
  position: absolute;
  border-left: 7.5px solid;
  border-bottom: 7.5px solid;
  border-color: #40c540;
  transform: rotate(-45deg) translate3d(0, 0, 0);
  transform-origin: center center;
  transition: all 1.1s cubic-bezier(0.19, 1, 0.22, 1);
  left: 0;
  right: 0;
  top: 200%;
  bottom: 5%;
  margin: auto;
}

a.bot5 {
  display: block;
  width:120px;
  margin: 20px auto;
  vertical-align: top;
  padding: 7px 20px;
  font-family: inherit;
  font-size: 25px;
  color: #111;
  text-align: center;
  font-family: Bahnschrift; 
  text-decoration: none;
  text-shadow: 0 0 2px rgba(255, 255, 255, 1);
  background-color: #ccc;
  background-clip: padding-box;
  border: 1px solid;
  border-color: #202020 #1a1a1a #111;
  border-radius: 2px;
  background-image: -webkit-linear-gradient(top, #efefef, #777);
  background-image: -moz-linear-gradient(top, #efefef, #777);
  background-image: -o-linear-gradient(top, #efefef, #777);
  background-image: linear-gradient(to bottom, #efefef, #777);
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.09), 0 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.09), 0px 1px 1px rgba(0, 0, 0, 0.2);
}
a.bot5:hover {
  background-color: #aaaaaa;
  background-image: -webkit-linear-gradient(top, #ccc, #555);
  background-image: -moz-linear-gradient(top, #ccc, #555);
  background-image: -o-linear-gradient(top, #ccc, #555);
  background-image: linear-gradient(to bottom, #ccc, #555);
}
a.bot5:active, .bot5.active {
  background-color: #b42f32;
  border-color: #1c1c1c #202020 #222;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.09);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.09);
}