body{
  padding-top: 15px;
  background-image: url(/img/fon.jpg);
  background-size: cover;
  background-position: center;
    background-position-x: center;
    background-position-y: center;
  font-size: 14px;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}

*::selection{
	color: #fff;
	background: #000;
}
*::-moz-selection{
	color: #fff;
	background: #000;
}
*::-webkit-selection{
	color: #fff;
	background: #000;
}
b, strong{
	font-weight: bold;
}

.sect-1 h1{
	font-weight: 100;
	color: #fff;
	font-size: 50px;
	margin: 0;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
	position: relative;
	z-index: 1;
}
.sect-1 p{
	color: #fff;
	font-weight: 300;
	font-size: 18px;
	position: relative;
	z-index: 1;
	text-shadow: 1px 1px 1px #000;
}
.sect-1 img{
	position: absolute;
	top: -55px;
	width: 180px;
	right: 0;
	filter: blur(.5px);
	opacity: .8;
	transform: rotate3d(1, 1, 1, 23deg);
}
.sect-2{
	text-align: center;
	padding: 60px 0 100px;
}
.sect-2 h2{
	font-weight: 100;
	font-size: 40px;
	color: #323232;
	margin: 0;
}
.sect-2 h3{
	font-weight: 400;
	color: #1ebea5;
	font-size: 22px;
}
.sect-2 .answer span{
	display: inline-block;
	cursor: pointer;
	background-color: #01e675;
	color: #fff;
	font-weight: 100;
	padding: 10px 40px;
	border-radius: 10em;
	margin: 10px;
}
.sect-2 .answer span:hover{
	background-color: #3dff9f;
}
.sect-2 .questions{
	position: relative;
}
.sect-2 .questions .question2,
.sect-2 .questions .question3,
.sect-2 .questions .question4{
	display: none;
}
.sect-2 .questions .load-wait{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: 10;
}
.sect-2 .questions .load-wait-active{
	display: block;
}
.sect-2 .questions .load-wait img{
	width: 140px;
	display: block;
	margin: auto;
}
.sect-2 .questions .load-wait strong{
	text-transform: uppercase;
	color: #323232;
}
#go{
	display: none;
}
.line-wrap{
	position: relative;
	z-index: 10;
	margin: 0 auto;
	height: 25px;
	border-radius: 10em;
	overflow: hidden;
	width: 100%;
	max-width: 460px;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
	background-color: rgba(0, 0, 0, 0.2);
}
#line{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background-color: #66b821;
	background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, #66b821), color-stop(1, #66b821) );
	overflow: hidden;
	z-index: -2;
	transition: all .3s ease;
}
#line span{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, rgba(255, 255, 255, .2)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .2)), color-stop(.75, rgba(255, 255, 255, .2)), color-stop(.75, transparent), to(transparent) );
	background-image: -moz-linear-gradient( -45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent );
	z-index: -1;
	-webkit-animation: move 2s linear infinite;
	-webkit-background-size: 50px 50px;
	-moz-background-size: 50px 50px;
	animation: move 2s linear infinite;
	background-size: 50px 50px;
	overflow: hidden;
}
@keyframes move{
	0% {
		background-position: 0 0;
	}

	100% {
		background-position: 50px 50px;
	}
}
.repost{
	padding: 70px 0 90px;
	text-align: center;
}
.repost h2{
	margin: 0 0 50px;
	color: #fff;
	font-weight: 100;
	font-size: 30px;
	text-shadow: 1px 1px 1px #000;
}
.repost #btn{
	color: #fff;
	font-size: 17px;
	font-weight: 300;
	display: inline-block;
	background-color: #66b821;
	line-height: 48px;
	height: 48px;
	border-radius: 10em;
	padding: 0 45px;
	text-decoration: none;
	margin-top: 20px;
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}
.repost #btn:hover{
	background-color: #58a11a;
	box-shadow: none;
}
.repost #btn-done{
	color: #000;
	font-size: 17px;
	font-weight: 300;
	display: none;
	background-color: #fff;
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
	line-height: 48px;
	height: 48px;
	border-radius: 10em;
	padding: 0 45px;
	text-decoration: none;
	margin-top: 20px;
}
.repost #btn-done:hover{
	box-shadow: none;
}
p.p-right{
	float: right;
}
.sect-comment{
	padding: 40px 0 60px;
}
.sect-comment .comments-wrap{
	text-align: left;
	max-width: 600px;
	margin: 40px auto;
	background-image: url(../img/comments-bg.jpg);
	background-position: center;
	border: 1px solid rgba(162, 112, 0, 0.14);
	box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.1);
	padding: 30px;
}
.sect-comment .comment{
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
.sect-comment .comment .text{
	width: calc(100% - 70px);
	float: left;
}
.sect-comment .comment h4{
	margin: 0;
	font-size: 18px;
	color: #1ebea5;
	font-weight: 400;
}
.sect-comment .comment img{
	width: 60px;
	float: left;
	margin-right: 10px;
	border-radius: 23px;
}
.sect-comment .comment .text p{
	position: relative;
	background-color: #ffffff;
	padding: 15px 20px 17px;
	margin: 6px 0 0;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
	border-radius: 0 20px 20px 20px;
	font-size: 15px;
	font-weight: 300;
}
.sect-comment .comment-head{
	background-color: #1ebea5;
	color: #fff;
	margin: -30px -30px 30px -30px;
	text-align: center;
	padding: 10px;
	font-size: 22px;
	font-weight: bold;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}
.cb{
	clear: both;
}


.center-img {
  display: block;
  margin: 0 auto;
}
















header p{
	
	text-align: center;
}

header a:hover{
	background-color: rgba(0,0,0,.03);
}
.sect-1{
	background-color: rgb(0 0 0 / 0%);
	padding: 80px 0;
}
.sect-1 h1{
	font-weight: 100;
	color: #fff;
	font-size: 50px;
	margin: 0;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
	position: relative;
	z-index: 1;
}
.sect-1 p{
	color: #fff;
	font-weight: 300;
	font-size: 18px;
	position: relative;
	z-index: 1;
	text-shadow: 1px 1px 1px #000;
}
.sect-1 img{
	position: absolute;
	top: -55px;
	width: 180px;
	right: 0;
	filter: blur(.5px);
	opacity: .8;
	transform: rotate3d(1, 1, 1, 23deg);
}
.sect-2{
	text-align: center;
	padding: 60px 0 100px;
}
.sect-2 h2{
	font-weight: 100;
	font-size: 40px;
	color: #323232;
	margin: 0;
}
.sect-2 h3{
	font-weight: 400;
	color: #665cac;
	font-size: 22px;
}
.sect-2 .answer span{
	display: inline-block;
	cursor: pointer;
	background-color: #665cac;
	color: #fff;
	font-weight: 100;
	padding: 10px 40px;
	border-radius: 10em;
	margin: 10px;
}
.sect-2 .answer span:hover{
	background-color: #5845e3;
}
.sect-2 .questions{
	position: relative;
}
.sect-2 .questions .question2,
.sect-2 .questions .question3,
.sect-2 .questions .question4{
	display: none;
}
.sect-2 .questions .load-wait{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: 10;
}
.sect-2 .questions .load-wait-active{
	display: block;
}
.sect-2 .questions .load-wait img{
	width: 140px;
	display: block;
	margin: auto;
}
.sect-2 .questions .load-wait strong{
	text-transform: uppercase;
	color: #323232;
}
#go{
	display: none;
}
.line-wrap{
	position: relative;
	z-index: 10;
	margin: 0 auto;
	height: 25px;
	border-radius: 10em;
	overflow: hidden;
	width: 100%;
	max-width: 460px;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
	background-color: rgba(0, 0, 0, 0.2);
}
#line{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background-color: #66b821;
	background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, #66b821), color-stop(1, #66b821) );
	overflow: hidden;
	z-index: -2;
	transition: all .3s ease;
}
