@charset "utf-8";
h2 {
	font-size: 1.5em;
	line-height: 1;
}
h3 {
	font-size: 1.35em;
}
.button {
	display: table;
	color: #FFFFFF;
	background-color: #FF008E;
	border: 3px solid #FF008E;
	text-decoration: none;
	text-align: center;
	margin: 30px auto 0;
	font-weight: bold;
	/*width: 100%;
	max-width: 450px;*/
	padding: 15px 45px;
	font-size: 1.3em;
	border-radius: 500px;
	box-shadow: inset 0 0 20px #FFFFFF, 0 0 20px rgba(0,0,0,0.45);
	text-shadow: 0 2px 4px rgba(0,0,0,0.29);
	transition: 0.3s;
	background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.00) 49.74%,rgba(0,0,0,0.12) 50.26%);
	background-image: -moz-linear-gradient(270deg,rgba(0,0,0,0.00) 49.74%,rgba(0,0,0,0.12) 50.26%);
	background-image: -o-linear-gradient(270deg,rgba(0,0,0,0.00) 49.74%,rgba(0,0,0,0.12) 50.26%);
	background-image: linear-gradient(180deg,rgba(0,0,0,0.00) 49.74%,rgba(0,0,0,0.12) 50.26%);
}
.button:hover {
	background-color: #aa9ce1;
	border-color: #aa9ce1;
	opacity: 0.8;
}
.red {
	color: #6100EB;
}
.yellow {
	color: #FFFF00;
}
ul.list {
	padding-left: 20px;
}
ul.list li + li {
	margin-top: 5px;
}
ul.list em {
	color: #000000;
}
.scr3 {
	background: url(../img/scr3.jpg) center top no-repeat #CCCCCC;
	background-size: cover;
	padding: 90px 10px;
}
.scr5 {
	background-color: #FFEFDB;
	background-image: -webkit-linear-gradient(27deg,rgba(0,0,0,0.00) 0%,rgba(255,255,255,1.00) 47.15%,rgba(0,0,0,0.00) 100%);
	background-image: -moz-linear-gradient(27deg,rgba(0,0,0,0.00) 0%,rgba(255,255,255,1.00) 47.15%,rgba(0,0,0,0.00) 100%);
	background-image: -o-linear-gradient(27deg,rgba(0,0,0,0.00) 0%,rgba(255,255,255,1.00) 47.15%,rgba(0,0,0,0.00) 100%);
	background-image: linear-gradient(63deg,rgba(0,0,0,0.00) 0%,rgba(255,255,255,1.00) 47.15%,rgba(0,0,0,0.00) 100%);
}
.scr5 .quest {
	border: 3px solid #6100EB;
	padding: 15px;
	border-radius: 20px;
	background-color: #6100EB;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,0.00) 0%,rgba(212,94,176,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,0.00) 0%,rgba(212,94,176,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,0.00) 0%,rgba(212,94,176,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,0.00) 0%,rgba(212,94,176,1.00) 100%);
	color: #FFFFFF;
	cursor: pointer;
}
.scr5 .quest.actv .title {
	color: #FFFF00;
}
.scr5 .quest .title:before {
	content: '+ ';
	display: inline-block;
}
.scr5 .quest.actv .title:before {
	content: '- ';
}
.scr5 .quest .title p {
	display: inline-block;
}
.scr5 .quest .text {
	display: none;
}
.scr6 .photo {
	width: 40%;
}




.scr-footer {
	padding: 5px 10px 15px;
	background: #515151;
	color: #FFFFFF;
}
.scr-footer a {
	color: #E5E5E5;
	text-decoration: none;
}

.close {
	display: block;
	clear: both;
	background-color: #000000;
	color: #FFFFFF;
	text-decoration: none;
	text-align: right;
	padding: 20px;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 9;
	cursor: default;
	transition: 0.3s;
	opacity: 0;
	visibility: hidden;
}
.close:target {
	opacity: 0.5;
	visibility: visible;
}
.popup {
	position: fixed;
	background-color: #FFFFFF;
	color: #000000;
	padding: 20px;
	border-radius: 5px;
	max-width: 450px;
	top: 10%;
	max-height: 80%;
	margin: auto;
	left: 0;
	right: 0;
	transition: 0.3s;
	visibility: hidden;
	opacity: 0;
	z-index: 10;
}
.close:target + .popup {
	top: 15%;
	opacity: 1;
	visibility: visible;
	overflow: auto;
}
.in-text {
	display: block;
	width: 100%;
	max-width: 450px;
	margin: 0 auto 15px;
	padding: 10px 15px;
	border-radius: 5px;
	border: 1px solid #CCCCCC;
}
.popup .button {
	margin: 15px auto 0;
}
@media screen and (max-width: 767px) {
  .scr2 iframe {width: 320px; height: 144px;}
}
