<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
	font-family: 'icomoon';
	src:  url('/fonts/icomoon.eot?rcmja5');
	src:  url('/fonts/icomoon.eot?rcmja5#iefix') format('embedded-opentype'),
	url('/fonts/icomoon.ttf?rcmja5') format('truetype'),
	url('/fonts/icomoon.woff?rcmja5') format('woff'),
	url('/fonts/icomoon.svg?rcmja5#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* General Reset */
body{
	margin:0;
	color:#000;
	font: 16px/20px 'Cuprum', sans-serif;
	background:#fffcf4;
	min-width: 320px;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
	background-attachment: fixed;
	min-height: 100vh;
}
-webkit-background-size: cover;
background-size: cover;
background-position: 50% 50%;
background-attachment: fixed;
min-height: 100vh;
img{border-style:none;}
input,
textarea,
select{
	color:#000;
	vertical-align:middle;
	font:100% 'Cuprum', sans-serif;
}
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner{
	border: none;
	padding: 0;
}
textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: none;
	cursor: pointer;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
form,fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
blockquote, q{quotes: none;}
q:before,
q:after {content: '';}
a{
	color:#000;
	text-decoration:none;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
a:hover{color: #3779a0;}
a:focus,
button:focus,
input:focus,
textarea:focus,
select:focus{outline:none;}
*:before,
*:after,
*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
p{margin: 0;}
.clearfix{
    content: '';
    display: block;
    clear: both;
}
#main{
	padding-top: 49px;
	min-height: 100vh;
	position: relative;
}
/* General settings */
[class^="icon-"]:before,
[class*=" icon-"]:before {
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-arr-next:before {content: "\e900";}
.icon-arr-prev:before {content: "\e901";}
.icon-fb:before {content: "\e902";}
.icon-mail:before {content: "\e903";}
.icon-play:before {content: "\e904";}
.icon-search:before {content: "\e905";}
.icon-yt:before {content: "\e906";}
.icon-quote-cl:before {content: "\e907";}
.icon-quote-op:before {content: "\e908";}
.icon-arr-next-2:before {content: "\e909";}
.icon-arr-prev-2:before {content: "\e90a";}
.icon-location:before {content: "\e90b";}
.fader{
	z-index: 40;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	cursor: pointer;
	background: #000;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.slick-slide{outline: none;}
.open-menu{display: none;}
.text-cewnter{text-align: center;}
.img{
	-webkit-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.img img{
	max-width: 100%;
	vertical-align: top;
	height: auto;
}
.scroll #header{
	-webkit-box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.5);
}
#header{
	border-bottom: solid 1px #a6a5a1;
	background:#fffcf4;
	position: relative;
	z-index: 20;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.header__logo{
	width: 127px;
	height: 31px;
	float: left;
	margin-top: 7px;
}
.header__logo img{
	width: 100%;
	vertical-align: top;
	height: auto;
}
.header__play{
	float: left;
	color: #e49573;
	line-height: 30px;
	font-size: 27px;
	margin: 11px 0 0 60px;
}
.header__play:hover{
	color: #ff5b00;
	animation: shake 0.6s cubic-bezier(.36,.07,.19,.97) both;
	transform: translate3d(0, 0, 0);
	backface-visibility: hidden;
	perspective: 1000px;
}
.header__lang{
	float: right;
	margin: 12px 11px;
	text-align: center;
	width: 30px;
}
/*search-form*/
.search-form{
	border: solid #bcbab5;
	border-width: 0 1px;
	height: 48px;
	padding: 15px 40px 15px 10px;
	float: right;
	margin-right: 51px;
	position: relative;
	width: 160px;
	visibility: hidden;
}
.search-form__control{
	width: 100%;
	height: 18px;
	border: 0;
	background-color: transparent;
	line-height: 18px;
	font-size: 14px;
	color: #010101;
}
.search-form__control::-moz-placeholder { color: #010101; opacity: 1;}
.search-form__control:-ms-input-placeholder {color: #010101;}
.search-form__control::-webkit-input-placeholder {color: #010101;}
.search-form__submit{
	position: absolute;
	top: 12px;
	right: 6px;
	border: 0;
	background-color: transparent;
	color: #7eb5aa;
	font-size: 24px;
	width: 30px;
	line-height: 28px;
	text-align: center;
	padding: 0;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.search-form__submit:hover{color: #008875;}
.header__logo-lia{
	float: right;
	width: 27px;
	margin: 9px 15px 0 0;
}
.header__logo-lia img{
	width: 100%;
	vertical-align: top;
	height: auto;
}
/*.main-nav*/
.main-nav{
	list-style: none;
	padding: 15px 0;
	margin: 0 78px 0 0;
	font-size: 0;
	line-height: 0;
	float: right;
}
.main-nav &gt; li{
	display: inline-block;
	font-size: 14px;
	line-height: 18px;
	text-transform: uppercase;
}
.main-nav &gt; li &gt; a{
	color: #010101;
	position: relative;
	padding: 3px 3px;
}
.main-nav &gt; li.active &gt; a:before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #ff640e;
}
.main-nav &gt; .active &gt; a,
.main-nav &gt; li a:hover{color: #ff640e;}
.main-nav &gt; li+li{margin-left: 46px;}
/*intro*/
.intro{
	position: relative;
	padding: 40px 0;
}
.intro__play{
	position: relative;
	z-index: 2;
	color: #e49573;
	float: left;
	margin: 43px -280px 0 201px;
	font-size: 45px;
}
.intro__play:hover{
	color: #ff5b00;
	animation: shake 0.6s cubic-bezier(.36,.07,.19,.97) both;
	transform: translate3d(0, 0, 0);
	backface-visibility: hidden;
	perspective: 1000px;
}
@keyframes shake {
    10%, 90% {
        transform: translate3d(-1px, 0, 0);
    }
    20%, 80% {
        transform: translate3d(2px, 0, 0);
    }
    30%, 50%, 70% {
        transform: translate3d(-4px, 0, 0);
    }
    40%, 60% {
        transform: translate3d(4px, 0, 0);
    }
}
.intro__img{
	float: left;
	width: 100%;
	padding: 0 280px;
	text-align: center;
}
.intro__img img{
	width: 163px;
	height: auto;
	vertical-align: top;
}
.social{
	position: relative;
	z-index: 2;
	width: 200px;
	text-align: right;
	list-style: none;
	padding: 0;
	margin: 57px 0 0 -200px;
	float: right;
	font-size: 0;
	line-height: 0;
}
.social li{
	display: inline-block;
	font-size: 14px;
	vertical-align: middle;
}
.social li+li{margin-left: 38px;}
.social a{color: #7eb5aa;}
.social a:hover{color: #008875;}
.social .icon-fb{font-size: 16px;}
.visual-block{
	padding: 13px;
	color: #fff;
	margin-bottom: 30px;
	font-size: 24px;
	line-height: 28px;
	display: block;
	position: relative;
}
.visual-block:hover{color: #fff;}
.visual-block:before{
	content: '';
	position: absolute;
	height: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: .6;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	background: -moz-linear-gradient(top, rgba(255,91,0,0) 0%, rgba(255,91,0,1) 100%); 
	background: -webkit-linear-gradient(top, rgba(255,91,0,0) 0%,rgba(255,91,0,1) 100%); 
	background: linear-gradient(to bottom, rgba(255,91,0,0) 0%,rgba(255,91,0,1) 100%);
}
.visual-block:hover:before{height: 100%;}
.visual-block:after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	background-color: rgba(0,0,0,.28);
}
.visual-block&gt;*{
	position: relative;
	z-index: 2;
}
.visual-block--big .visual-block__cell{padding-left: 175px;}
.visual-block__cell{
	width: 1%;
	display: table-cell;
	height: 155px;
	padding: 0 0 0 80px;
	vertical-align: middle;
}
.visual-block__link{
	vertical-align: top;
	display: inline-block;
	border: solid 1px #fff;
	text-transform: uppercase;
	font-weight: 700;
	padding: 4px 11px;
	font-size: 12px;
	line-height: 16px;
	color: #fff;
}
.visual-block__title{
	display: block;
	margin: 0;
	font-weight: 700;
	font-size: 24px;
	line-height: 28px;
}
/*game-list*/
.game-list{
	list-style: none;
	padding: 60px 0;
	margin: 0 0 0 -75px;
	font-size: 0;
	line-height: 0;
}
.game-list li{
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	line-height: 18px;
	color: #fff;
	text-align: center;
	width: 33.33333%;
	padding-left: 75px;
	margin-bottom: 75px;
}
.game-list a{
	display: block;
	position: relative;
	color: #fff;
}
.game-list a:before{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #000;
	opacity: .3;
}
.game-list a:after{
	content: '';
	position: absolute;
	height: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: .6;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	background: -moz-linear-gradient(top, rgba(255,91,0,0) 0%, rgba(255,91,0,1) 100%); 
	background: -webkit-linear-gradient(top, rgba(255,91,0,0) 0%,rgba(255,91,0,1) 100%); 
	background: linear-gradient(to bottom, rgba(255,91,0,0) 0%,rgba(255,91,0,1) 100%);
}
.game-list a:hover:after{height: 100%;}
.game-list__cell{
	position: relative;
	z-index: 2;
	width: 1%;
	display: table-cell;
	vertical-align: bottom;
	height: 255px;
	padding: 10px 10px 25px;
}
.game-list__title{
	text-transform: uppercase;
	font-size: 18px;
	line-height: 22px;
	display: block;
	margin-bottom: 5px;
	text-shadow: 1px 1px 1px rgba(58, 49, 41, 1);
}
/*vocabulary*/
.vocabulary{
	position: relative;
	margin: 30px 0;
	background-color: #fffcf4;
	padding: 37px 120px;
	font-size: 14px;
	line-height: 18px;
	-webkit-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.2);
}
.vocabulary__block{
	padding-bottom: 70px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: .3;
}
.vocabulary__block--color{
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
	opacity: 1;
}
.vocabulary__title{
	margin: 0 0 38px -25px;
	text-transform: uppercase;
	font-weight: 700;
	color: #008875;
	font: 22px/26px 'Cuprum', sans-serif;
}
.vocabulary__text{
    text-align: justify;
    margin-bottom: 15px;
}
.vocabulary__text + p{
    text-align: justify;
}
.vocabulary__quote{
	margin: 0 0 40px;
	position: relative;
	padding: 20px 70px;
	font-style: italic;
	line-height: 17px;
}
.vocabulary__quote+.vocabulary__quote{margin-top: -30px;}
.vocabulary__quote q{
	position: relative;
	display: block;
	margin-bottom: 13px;
}
.vocabulary__quote q:before,
.vocabulary__quote q:after{
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 40px;
	color: #ffbb92;
	position: absolute;
}
.vocabulary__quote q:before {
	content: "\e908";
	left: -66px;
	top: -17px;
}
.vocabulary__quote q:after {
	content: "\e907";
	right: -66px;
	bottom: -17px;
}
.vocabulary__quote cite{
	text-align: right;
	color: #868686;
	float: right;
	max-width: 450px;
}
p + .vocabulary__quote{margin-top: 25px;}
.vocabulary__img{
	max-width: 540px;
	margin: 40px auto 10px;
	text-align: center;
	font-style: italic;
	color: #adaba6;
}
.vocabulary__img img{margin-bottom: 11px;}
.vocabulary__img figcaption{
	display: block;
	text-align: right;
}
.vocabulary__links{
	list-style: none;
	padding: 0;
	margin: 0 0 35px;
}
.vocabulary__links:after{
	clear: both;
	display: block;
	content: '';
}
.vocabulary__links li{
	float: left;
	margin: 0 11px 5px 0;
}
.vocabulary__links a{color: #e49573;}
.vocabulary__links a:hover{color: #ff5a00;}
.vocabulary__link{
	position: relative;
	display: inline-block;
	padding: 20px 0 10px 65px;
	margin: 0 30px 10px 0;
	line-height: 20px;
}
.vocabulary__link:hover{color: #000;}
.vocabulary__link:hover:before{color: #ff5a00;}
.vocabulary__link:hover span{border-color: #ff5a00;}
.vocabulary__link:before{
	width: 50px;
	line-height: 50px;
	font-size: 43px;
	text-align: center;
	position: absolute;
	color: #ffbb92;
	top: 0;
	left: 0;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.vocabulary__link.icon-play:before{font-size: 34px;}
.vocabulary__link span{
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	display: inline-block;
	padding: 0 5px;
	border-bottom: solid 1px #ffbb92;
}
/*vocabulary__alphabet*/
.vocabulary__alphabet{
	position: absolute;
	margin-left:  -120px;
	top: 0;
	padding: 70px 0 40px;
	max-height: 100%;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.vocabulary__alphabet:before{
	content: '';
	top: 70px;
	left: 0;
	width: 18px;
	position: absolute;
	border-color: #fffcf4 #fffcf4 transparent transparent;
	border-style: solid;
	border-width: 3px 9px;
	z-index: 10;
}
.vocabulary__alphabet:after{
	content: '';
	bottom: 40px;
	left: 0;
	width: 18px;
	position: absolute;
	border-color:  transparent transparent #fffcf4 #fffcf4;
	border-style: solid;
	border-width: 3px 9px;
	z-index: 10;
}
.vocabulary__alphabet.affix-bottom,
.vocabulary__alphabet.affix{
	position: fixed;
	top: 0;
}
.vocabulary__alphabet ul{
	list-style: none;
	padding:5px 0;
	margin: 0;
	width: 18px;
	font: 19px/24px 'Cuprum', sans-serif;
	text-transform: uppercase;
}
.vocabulary__alphabet li{
	position: relative;
	z-index: 2;
	margin-top: -1px;
}
.vocabulary__alphabet li:before{
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #fffcf4;
	-webkit-box-shadow: inset -2px 3px 3px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: inset -2px 3px 3px 0px rgba(0,0,0,0.2);
	box-shadow: inset -2px 3px 3px 0px rgba(0,0,0,0.2);
	z-index: 2;
	-webkit-transform: skew(20deg) rotate(20deg);
	-ms-transform: skew(20deg) rotate(20deg);
	-o-transform: skew(20deg) rotate(20deg);
	transform: skew(20deg) rotate(20deg);
}
.vocabulary__alphabet li:last-child:before{border-bottom: solid 1px #d1d1d1;}
.vocabulary__alphabet a{
	display: block;
	text-align: center;
	position: relative;
	z-index: 3;
	padding: 3px 0;
}
.vocabulary__alphabet a:hover{color: #000;}
.mCSB_scrollTools{z-index: 10;}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color: #848484 !important;}
/*vocabulary__abc*/
#vocabulary__abc{
	position: absolute;
	top: 0;
	width: 80px;
	left: -200px;
}
.ioslist-group-container{
	/*height: 500px;*/
	position: relative;
	width: 100%;
}
.ioslist-group-header{
	position: absolute;
	text-transform: uppercase;
	width: 80px;
	height: 90px;
	color: #fff;
	font-size: 62px;
	line-height: 70px;
	padding: 13px 0 7px;
	text-align: center;
	background-color: rgba(76,76,76, .7);
	margin: 0;
	font-weight: normal;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.ioslist-group-header:after{
	content: '';
	position: absolute;
	left: 100%;
	top: 0;
	height: 90px;
	border-width: 45px 0 45px 36px;
	border-color: transparent;
	border-style: solid;
	border-left-color: rgba(76,76,76, .7);
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.ioslist-group-header.active,
.ioslist-group-header:hover,
.ioslist-group-header.fixed{
	color: #fff;
	background-color: rgba(0,92,77, .7);
}
.ioslist-group-header.active:after,
.ioslist-group-header:hover:after,
.ioslist-group-header.fixed:after{
	border-left-color: rgba(0,92,77, .7);
}
.fixed {
	position: fixed;
	top: 70px;
	z-index: 10;
}
.fixedbar {
	/*width: 100%;*/
	/*height: 20px;*/
	/*background-color: #abcdef;*/
	position: fixed;
	top: 70px;
	left: 0;
	z-index: 9999;
}
.absolute {
	position: absolute;
	/*width: 100%;*/
	/*margin-bottom: 0;*/
	/*z-index: 501;*/
	bottom: 0;
	/*box-sizing: border-box;*/
}
/*vocabulary-slider*/
.vocabulary-slider{
	padding: 0 70px;
	list-style: none;
	padding: 0;
	margin: 0 0 10px;
	font-style: italic;
	color: #adaba6;
	text-align: right;
}
p + .vocabulary-slider{margin-top: 30px;}
.vocabulary-slider li &gt; a{display: block;}
.vocabulary-slider__text{
	text-align: right;
}
.vocabulary-slider__img{
	background-repeat: no-repeat;
	background-position: 50% 50%;
	height: 360px;
	width: auto;
	display: block;
	width: 100%;
	-webkit-background-size: contain;
	background-size: contain;
	margin-bottom: 11px;
}
.vocabulary-slider .slick-arrow{
	position: absolute;
	border: 0;
	padding: 0;
	background-color: transparent;
	font-size: 0;
	line-height: 0;
	top: 160px;
	width: 20px;
	height: 40px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	color: #ff5a00;
	opacity: .4;
	z-index: 2;
}
.vocabulary-slider .slick-arrow:hover{opacity: 1;}
.vocabulary-slider .slick-arrow:before{
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 40px;
}
.vocabulary-slider .slick-next{right: 10px;}
.vocabulary-slider .slick-next:before {content: "\e909";}
.vocabulary-slider .slick-prev{left: 10px;}
.vocabulary-slider .slick-prev:before {content: "\e90a";}
.vocabulary-slider .vocabulary__img{max-width: 100%;}
.vocabulary__video{
	max-width: 630px !important;
    margin: 40px auto 25px;
	width: 100% !important;
	height: 350px !important;
	display: block;
}
/*about*/
.about{
	background-color: #fffcf4;
	padding: 30px 15px;
	font-family: 'Open Sans', sans-serif;
	-webkit-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.2);
}
.about__list{
	list-style: none;
	padding: 0;
	margin: 0;
}
.about__list li{text-align: justify;}
.about__list&gt;li+li{margin-top: 60px;}
.about__list p{margin-bottom: 20px;}
.about__more{
	display: inline-block;
	font-style: italic;
	color: #828282;
	border-bottom: solid 1px #7d807c;
}
.about__more:hover{
	color: #ff5b00;
	border-color: #ff5b00;
}
.about__title{
	text-transform: uppercase;
	display: block;
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 40px;
	border-bottom: solid 1px #ff5b00;
	font-weight: 600;
	padding-bottom: 14px;
}
.about__title span{
	display: block;
	margin: 21px 0 56px;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	text-transform: none;
}
.team{
	list-style: none;
	margin: 0 0 25px;
	padding: 0 20px;
	text-align: center;
	color: #828282;
	font-size: 0;
	line-height: 0;

}
.team li{
	padding: 0 10px;
	vertical-align: top;
	display: inline-block;
	font-size: 16px;
	line-height: 20px;
    text-align: center;
}
.team__img{
	width: 115px;
	height: 115px;
	border-radius: 999px;
	background-color: #c1c1c1;
	margin: 0 auto 5px;
    text-align: center;
}
.team .slick-arrow{
	position: absolute;
	border: 0;
	padding: 0;
	background-color: transparent;
	font-size: 0;
	line-height: 0;
	top: 37px;
	width: 20px;
	height: 40px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	color: #c1c1c1;
	opacity: .4;
	z-index: 2;
}
.team .slick-arrow:hover{opacity: 1;}
.team .slick-arrow:before{
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 27px;
}
.team .slick-next{right: 0;}
.team .slick-next:before {content: "\e909";}
.team .slick-prev{left: 0;}
.team .slick-prev:before {content: "\e90a";}
.about__info{
	text-align: center;
	font-style: italic;
}


/*#map*/

#slider-container {
	bottom: 15px;
	right: 70px;
	position: absolute;
	z-index: 100;
}
#slider-container #slider {
	background: none repeat scroll 0 0 #999999;
	border: 0px;
	border-radius: 0px;
	box-shadow: none;
	height: 30px;
	margin: 0px 0 8px 20px;
	width: 250px;
}
	#slider-container #slider.noUi-background {
	}
	#slider-container #slider.noUi-target {
	}
	#slider-container #slider .noUi-handle {
		background: none repeat scroll 0 0 #b83e24;
		border: 0px;
		cursor: pointer;
		height: 40px;
		width: 40px;
		border-radius: 0px;
		box-shadow:  none;
	}
		#slider-container #slider .noUi-handle:before,
		#slider-container #slider .noUi-handle:after {
			display: none;
		}
					
.map-holder{
	top: 49px;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
#map{
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	top: 65px;
	z-index: 1;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.map__header{
	z-index: 2;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	max-height: 65px;
	background: rgba(76,76,76, .9);
}
.map__nav{
	list-style: none;
	padding: 0;
	margin: 0 auto;
	max-width: 1170px;
	font-size: 0;
	line-height: 0;
	text-transform: uppercase;
	text-align: center;
}
.map__nav li{
	display: inline-block;
	vertical-align: top;
	font-size: 25px;
	line-height: 29px;
	width: 33.33333%;
}
.map__nav a{
	color: #fff;
	display: block;
	border-width: 0 2px 2px 0;
	border-style: solid;
	border-color: #fff;
	padding: 17px 10px;
}
.map__nav li:first-child a{
	border-left-width: 2px;
}
.map__nav span{
	position: relative;
	padding: 0 5px;
}
.map__nav span:after{
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0;
	right: 0;
	height: 2px;
	opacity: 0;
	background-color: #ff5b00;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.map__nav li:hover a,
.map__nav li.active a{color: #ff5b00;}

.map__nav li.active span:after{opacity: 1;}

.map-about{
	z-index: 2;
	-webkit-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
	left: -100%;
	margin-top: 50px;
	width: 100%;
	color: #fff;
	background: rgba(76,76,76, .9);
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 18px;
	line-height: 22px;
	text-align: center;
}
.map-about-scroll{
	max-height: 65vh;
	overflow-y: hidden;
}
.map-about .container{
	position: relative;
	padding-top: 40px;
	padding-bottom: 40px;
}
.map-about__title{
	text-transform: uppercase;
	color: #ff5b00;
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	margin: 0 0 20px;
}
.map-about p+p{margin-top: 10px;}
.map-about__close{
	z-index: 10;
	position: absolute;
	top: 15px;
	right: 20px;
	width: 30px;
	height: 30px;
	font-size: 0;
	line-height: 0;
}
.map-about__close:hover:before,
.map-about__close:hover:after{background-color: #ff5b00;}
.map-about__close:before,
.map-about__close:after{
	content: '';
	position: absolute;
	width: 34px;
	height: 1px;
	background-color: #fff;
	top: 50%;
	left: 50%;
	margin-left: -17px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.map-about__close:before{
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.map-about__close:after{
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
/*map-filters*/
.map-filters{
	z-index: 2;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	left: -377px;
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 14px;
	line-height: 18px;
	color: #fff;
	top: 65px;
	bottom: 0;
	background: rgba(76,76,76, .9);
	width: 377px;
	position: absolute;
	overflow-y: auto;
}
.map-filters ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.map-filters li{border: solid 2px #fff;}
.map-filters li+li{border-top: 0;}
.map-filters a{
	display: block;
	color: #fff;
	font-size: 26px;
	line-height: 30px;
	padding: 15px 60px 15px 20px;
	position: relative;
	text-transform: uppercase;
}
.map-filters a:before{
	content: '';
	position: absolute;
	width: 30px;
	height: 30px;
	border: solid 2px #fff;
	right: 20px;
	top: 50%;
	margin-top: -15px;
}
.map-filters a:after{
	content: '';
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	position: absolute;
	width: 20px;
	height: 10px;
	border-width: 0 0 2px 2px;
	border-style: solid;
	border-color: #fff;
	right: 24px;
	top: 50%;
	margin-top: -8px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	opacity: 0;
}
.map-filters .active a:after{opacity: 1;}
.map-filters a:hover{background-color: #ff5b00;}
.map-filters span{
    padding: 0 10px 5px 20px;
	display: block;
}
/*.map-objects*/
.map-objects{
	z-index: 2;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	left: -375px;
	padding: 15px 0;
	font-size: 20px;
	line-height: 24px;
	color: #fff;
	top: 65px;
	bottom: 0;
	background: rgba(76,76,76, .9);
	width: 375px;
	position: absolute;
	overflow-y: auto;
	color: #fff;
}
.map-objects ul {
	list-style: none;
	margin: 0;
}
.map-objects a{
	display: block;
	color: #fff;
	padding: 2px 15px;
}
.map-objects .active a,
.map-objects a:hover{background-color: #ff5b00;}
.map__block-opened{left: 0;}
.map-objects .mCSB_inside&gt;.mCSB_container,
.map-filters .mCSB_inside&gt;.mCSB_container{margin-right: 0;}
/*map-pu*/
.map-pu{
	z-index: 1;
/*	background-color: #fffbf4;*/
	max-width: 664px;
	width: 100%;
	position: relative;
/*    top: 17px;*/
}

/*
#map .infoBox &gt; img {
    width: 16px;
    height: 16px;
    z-index: 5;
}
*/
.map-pu:before{
	z-index: 1;
	content: '';
	position: absolute;
	border-width: 30px;
	border-color: transparent transparent #fffbf4 #fffbf4;
	border-style: solid;
	bottom: 0;
	left: 100%;
}
.map-pu:after{
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    right: -55px;
    /* width: 62px; */
    height: 10px;
    margin-top: -10px;
    -webkit-box-shadow: 8px 10px 9px 0px rgba(58,49,41,0.41);
    -moz-box-shadow: 8px 10px 9px 0px rgba(58,49,41,0.41);
    box-shadow: 8px 10px 9px 0px rgba(58,49,41,0.41);
}
.map-pu__btn{
    position: absolute;
/*    left: 95%;*/
    top: -10px;
/*    top: 22px;*/
    padding: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #ff5b00;
    border-radius: 2px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.map-pu__btn:before,
.map-pu__btn:after{
    content: '';
    position: absolute;
    background-color: #333;
    height: 18px;
    width: 1px;
    -webkit-transform-origin: 0;
    -moz-transform-origin: 0;
    -ms-transform-origin: 0;
    -o-transform-origin: 0;
    transform-origin: 0;
    z-index: 99;
}
.map-pu__btn:before{
    left: 50%;
    top: 0;
    -webkit-transform: rotate(-45deg) translateX(-50%); 
    -ms-transform: rotate(-45deg) translateX(-50%);
    -o-transform: rotate(-45deg) translateX(-50%);
    transform: rotate(-45deg) translateX(-50%);
}
.map-pu__btn:after{
    left: 50%;
    top: 0;
    -webkit-transform: rotate(45deg) translateX(-50%); 
    -ms-transform: rotate(45deg) translateX(-50%);
    -o-transform: rotate(45deg) translateX(-50%);
    transform: rotate(45deg) translateX(-50%);
}
.map-pu__btn:hover{
    background-color: #ff5b00;
}
.map-pu__btn:hover:before,
.map-pu__btn:hover:after{background-color: #fff;}
.map-pu&gt;*{
	position: relative;
	z-index: 10;
}
.map-pu__nav{
	width: 100%;
	z-index: 1 !important;
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
}
.map-pu__nav a:hover{color: #000;}
.map-pu__nav li.active{
    z-index: 2;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
}
@keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
} 
.map-pu__nav li.active a{background: #fffbf4;}
.map-pu__nav li:first-child.active a:before{
	position: absolute;
	content: '';
	top: 8px;
	left: 100%;
	width: 20px;
	height: 100%;
	opacity: .75;
	-webkit-transform: skewY(40deg);
	-ms-transform: skewY(40deg);
	-o-transform: skewY(40deg);
	transform: skewY(40deg);
	background: -moz-linear-gradient(left,  rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.map-pu__nav li:last-child.active a:before{
	position: absolute;
	content: '';
	top: 8px;
	left: -20px;
	width: 20px;
	height: 100%;
	opacity: .75;
	-webkit-transform: skewY(-40deg);
	-ms-transform: skewY(-40deg);
	-o-transform: skewY(-40deg);
	transform: skewY(-40deg);
	background: -moz-linear-gradient(right,  rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(right,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to left,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.map-pu__nav li{
	position: relative;
	z-index: 1;
	display: inline-block;
	vertical-align: top;
	width: 50%;
    font-size: 18px;
    line-height: 20px;
	text-transform: uppercase;
}
.map-pu__nav a{
	text-align: center;
	padding: 10px;
	display: block;
	background: rgb(203,202,199); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(203,202,199,1) 0%, rgba(162,160,157,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(203,202,199,1) 0%,rgba(162,160,157,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(203,202,199,1) 0%,rgba(162,160,157,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.map-pu__scroll{
    height: 200px;
	overflow: hidden;
    font-size: 13px;
}
.map-pu__scroll a{
    color: #ff5b00;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.map-pu__scroll a:hover{
    color: #ff5b00;
}
.map-pu__title{
    font-size: 15px;
    line-height: 1;
    font-weight: 500;
    text-align: left;
    margin: 7px 0;
    text-transform: uppercase;
}
.map-pu__content{
	background-color: #fffbf4;
/*	padding: 30px 30px 10px 50px;*/
    padding: 10px 20px;
}
/*tabs*/
.map-pu__content{
    display: none;
}
.map-pu__content.current{
    display: block;
}
.map-pu__gallery{
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0;
    line-height: 0;
}
.map-pu__gallery li{
    display: inline-block;
    font-size: 18px;
    line-height: 1;
    height: 200px;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.map-pu__gallery li a{
    display: block;
    height: 100%;
}

/*popup slider*/
.map-pu__gallery .slick-arrow{
    position: absolute;
    border: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
    top: 50%;
    width: 20px;
    height: 40px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background-color: transparent;
    color: #ff5a00;
    opacity: .4;
    z-index: 99;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.map-pu__gallery .slick-arrow:hover{opacity: 1;}
.map-pu__gallery .slick-arrow:before{
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 40px;
}
.map-pu__gallery .slick-next{right: 10px;}
.map-pu__gallery .slick-next:before {content: "\e909";}
.map-pu__gallery .slick-prev{left: 10px;}
.map-pu__gallery .slick-prev:before {content: "\e90a";}

/*popup fancybox*/
.map__fancy-box .fancybox-thumbs{
    background-color: #ff5a00;
}
.map__fancy-box .fancybox-arrow::after{
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    font-size: 27px;
    background-image: none;
    background-color: transparent;
}
.map__fancy-box .fancybox-arrow::after{
    top: 28px;
    width: 44px;
    height: 44px;
    font-size: 44px;
    background: none;
    color: #ff5a00;
    -webkit-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s;
}
.map__fancy-box .fancybox-arrow--left::after{
    content: '\e90a';
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.map__fancy-box .fancybox-arrow--right::after{
    content: '\e909';
}
/*.map__fancy-box .fancybox-arrow:hover:after{opacity: 1;}*/
.fancybox-show-nav .fancybox-arrow:hover{opacity: 1;}
.map-pu__tags{
	list-style: none;
	padding: 0;
	margin: 15px 0 0;
	font-size: 0;
	line-height: 0;
}
.map-pu__tags li{
	display: inline-block;
	vertical-align: top;
    font-size: 14px;
    line-height: 13px;
    margin: 4px 4px 4px 0;
}
.map-pu__tags a:hover{color: #ff640e;}
.map-pu__tags a{color: #e49573;}
.map-pu__buttons{
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 0;
	line-height: 0;
	text-align: right;
    float: right;
    width: 93%;
}
.map-pu__buttons li{
	vertical-align: top;
	display: inline-block;
	text-transform: uppercase;
    font-size: 16px;
    line-height: 20px;
}
.map-pu__buttons li+li{margin-left: 10px;}
.map-pu__buttons a{
	padding: 2px 10px;
	display: inline-block;
	vertical-align: top;
	color: #fff;
	background-color: #a19995;
}
.map-pu__buttons a:hover{
	background-color: #ff640e;
}
.map-pu__lia{
    display: inline-block;
    width: 20px;
    float: left;
}
.map-pu__lia img{
	width: 100%;
	vertical-align: top;
	height: auto;
}
.map-pu__footer{
    background-color: #fffbf4;
    padding: 0 20px 10px;
}

/*memory game*/
#memory{
	padding-top: 80px;
	position: relative;
	min-height: 100vh;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-image: url(/images2/90s/memory-bg.jpg);
}
#memory:before{
	pointer-events: none;
	z-index: 0;
	content: '';
	top: 65px;
	left: 30px;
	position: absolute;
	bottom: 90px;
	right: 50px;
	background-repeat: no-repeat;
	background-position: 0 0, 100% 100%;
	background-image: url(/images2/90s/memory-before.png), url(/images2/90s/memory-after.png);
}
.memory-info{
	opacity: 0;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	visibility: hidden;
	position: fixed;
	overflow-y: auto;
	top: 49px;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(76,76,76, .93);
	z-index: 10;
	padding: 105px 0 30px;
	font-family: "Open Sans", sans-serif;
	font-size: 20px;
	line-height: 24px;
	color: #fff;
}
/*memory-start*/
.memory-start{display: none;}
.memory-start__title{
	font: 42px/46px 'Cuprum', sans-serif;
	text-align: center;
	margin: 0 0 45px;
	text-transform: uppercase;
	font-weight: 700;
	color: #ff640e;
}
.memory-start__strong{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 20px;
	line-height: 24px;
	margin: 0 0 35px;
}
.memory-start__text{margin-bottom: 25px;}

.memory-start__btn{
	font: 28px/32px 'Cuprum', sans-serif;
	width: 174px;
	display: block;
	margin: 100px auto 0;
	color: #ff5b00;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 28px;
	line-height: 32px;
	border: solid 3px #ff5b00;
	text-align: center;
	padding: 10px 0;
}
.memory-start__btn:hover{
	background-color: #ff5b00;
	color: #4c4c4c;
}
/*memory-block*/
.memory-block{
	display: none;
	font: 18px/22px 'Cuprum', sans-serif;
	color: #fff;
	text-align: center;
}
.memory-block__img{
	margin-bottom: 30px;
}
.memory-block__img img{
	max-height: 460px;
	width: auto;
	-webkit-box-shadow: 3px 3px 6px 0px rgba(50,44,38,1);
	-moz-box-shadow: 3px 3px 6px 0px rgba(50,44,38,1);
	box-shadow: 3px 3px 6px 0px rgba(50,44,38,1);
	vertical-align: top
	;
}
.memory-block__title{
	text-transform: uppercase;
	color: #ff5b00;
	margin-bottom: 5px;
}
/*memory-finish*/
.memory-finish{
	display: none;
	text-align: center;
}
.memory-finish__title{
	font: 42px/46px 'Cuprum', sans-serif;
	text-align: center;
	margin: 0 0 100px;
	text-transform: uppercase;
	font-weight: 700;
	color: #ff640e;
}
.memory-finish__result{
	display: block;
	margin: 0 auto 85px;
	max-width: 330px;
	border: solid 2px #fff;
	padding: 40px 20px;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 22px;
}
.memory-finish__time{
	display: block;
	text-align: center;
	font-size: 40px;
	line-height: 44px;
	margin-top: 20px;
	font: 93px/97px 'Cuprum', sans-serif;
}

#memory.memory--finish .memory-info,
#memory.memory--block .memory-info,
#memory.memory--start .memory-info{
	opacity: 1;
	visibility: visible;
}
.memory--start .memory-start,
.memory--block .memory-block,
.memory--finish .memory-finish{display: block;}

.memory--block .memory__time{
	color: #ff640e;
	z-index: 10;
}
.memory__time{
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	position: relative;
	margin-bottom: 20px;
	text-align: right;
	color: #494949;
	font-size: 27px;
	line-height: 31px;
}
.memory__time strong{
	font-size: 42px;
	line-height: 46px;
}
.memory-list{
	list-style: none;
	padding: 0;
	margin: 0 -15px;
	font-size: 0;
	line-height: 0;
}
.memory-list li{
	width: 16.66666%;
	display: inline-block;
	vertical-align: top;
	padding: 15px;
}
.memory-list .opened span{
    opacity: 1;
}
.memory-list a{
	display: block;
	padding-top: 100%;
	position: relative;
	transform-style: preserve-3d;
	-webkit-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
	-webkit-transform: rotateY( 180deg );
	-ms-transform: rotateY( 180deg );
	-o-transform: rotateY( 180deg );
	transform: rotateY( 180deg );
	-webkit-box-shadow: -3px 3px 6px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: -3px 3px 6px 0px rgba(0,0,0,0.75);
	box-shadow: -3px 3px 6px 0px rgba(0,0,0,0.75);
}
.memory-list a:before{
	content: '';
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
	background-image: url(/images2/90s/memory-img-bg.jpg);
}
.memory-list span{
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    opacity: 0;
	bottom: 0;
	right: 0;
	top: 0;
	left: 0;
	position: absolute;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	z-index: 2;
	backface-visibility: hidden;
    
}
.memory-list li.error a:after{
	opacity: .6;
	background-color: #ff5b00;
}
.memory-list li.guess a:after{
	opacity: .61;
	background-color: #4c4c4c;
}
.memory-list li a:after{
	content: '';
	position: absolute;
	top: 0;
	opacity: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	z-index: 2;
	-webkit-transition: all 1.5s ease;
	-o-transition: all 1.5s ease;
	transition: all 1.5s ease;
}
.memory-list li.error a,
.memory-list li.guess a,
.memory-list li.opened a{
	-webkit-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
	transform: rotateY(0deg);
	-webkit-box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.75);
	box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.75);
}
.memory-mobile{
	display: none;
	color: #fff;
	text-align: center;
}
.memory-list .guess span{opacity: 1;}
.memory-list li.guess a:after{opacity: 0; !important}

/*explosive-words game*/
#explosive{
	font: 20px/33px "Open Sans", sans-serif;
	font-weight: 600;
	color: #fff;
	padding: 100px 0 30px;
	min-height: 100vh;
	position: relative;
	background-color: #555;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
#explosive:before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.3);
    z-index: 5;
}
#explosive &gt; *{
    z-index: 10;
    position: relative;
}
.explosive__start{
	text-transform: uppercase;
	text-align: center;
}
.explosive__title{
	font: 44px/48px 'Cuprum', sans-serif;
	color: #ff5b00;
	margin: 0 0 70px;
}
.explosive__btn-start{
	font: 28px/32px 'Cuprum', sans-serif;
	min-width: 174px;
	display: inline-block;
	margin-top: 50px;
	color: #ff5b00;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 28px;
	line-height: 32px;
	border: solid 3px #ff5b00;
	text-align: center;
	padding: 10px 0;
}
.explosive__btn-start:hover{
	background-color: #ff5b00;
	color: #4c4c4c;
}

#explosive-game{
	text-align: center;
	color: #fff;
	padding: 0 95px;
	display: none;
}
.explosive-game__step{
	font-size: 73px;
	line-height: 80px;
	font-weight: 600;
	margin: 0 0 50px;
}
.explosive-game__title{
	font-size: 34px;
	line-height: 38px;
	margin-bottom: 90px;
	text-transform: uppercase;
}
.explosive-game__holder{position: relative;}
.explosive-game__list{
	font-size: 0;
	list-style: none;
	padding: 0;
	margin: 0 0 0 -140px;
}
.explosive-game__list li{
	display: inline-block;
	vertical-align: top;
	width: 50%;
	padding: 0 0 10px 140px;
	font-size: 20px;
	line-height: 24px;
	min-height: 330px;
	color: #fff;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.explosive-game__list li.true p{
	background-color: rgba(0,136,117, .62);
	-webkit-box-shadow: inset 0 0 0 10px rgba(255,255,255,0);
	-moz-box-shadow: inset 0 0 0 10px rgba(255,255,255,0);
	box-shadow: inset 0 0 0 10px rgba(255,255,255,0);
}
.explosive-game__list li.false p{
	background-color: rgba(255,91,0, .62);
	-webkit-box-shadow: inset 0 0 0 10px rgba(255,255,255,0);
	-moz-box-shadow: inset 0 0 0 10px rgba(255,255,255,0);
	box-shadow: inset 0 0 0 10px rgba(255,255,255,0);
}
.explosive-game__list p{
	padding: 30px 20px;
	margin: 0;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	-webkit-box-shadow: inset 0 0 0 3px rgba(255,255,255,1);
	-moz-box-shadow: inset 0 0 0 3px rgba(255,255,255,1);
	box-shadow: inset 0 0 0 3px rgba(255,255,255,1);
	cursor: pointer;
}
.explosive-game__list strong{
	font-size: 19px;
	line-height: 23px;
	width: 1%;
	display: table-cell;
	height: 69px;
	vertical-align: middle;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.explosive-game__list span{
	font-size: 14px;
	line-height: 18px;
	display: none;
}
.explosive-game__list a{
	display: block;
	color: #fff;
	text-decoration: underline;
	font-style: italic;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	margin: 30px auto 0;
	width: 70px;
}
#explosive-game.btn-next .explosive-game__next{
	opacity: 1;
	visibility: visible;
    
}
.explosive-game__next{
	opacity: 0;
	visibility: hidden;
	position: absolute;
	left: 100%;
	top: 190px;
	margin-left: 35px;
	font-size: 0;
	line-height: 0;
	background-image: url(/images2/90s/btn-next.svg);
	width: 50px;
	height: 84px;
	-webkit-background-size: contain;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 50%;
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
}
.explosive-game__next:hover{opacity: .6;}
.explosive-result{
	display: none;
	text-align: center;
}

.explosive-result__block{
	display: block;
	margin-bottom: 85px;
	border: solid 2px #fff;
	padding: 40px 20px;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 24px;
}
.explosive-result__rating{
	font-size: 67px;
	line-height: 71px;
	margin-bottom: 10px;
}

/* materials (stuff) list page*/
.stuff {
	background-color: #e8e5de;
	font-family: 'Open Sans',sans-serif;
    min-height: calc(100vh - 49px);
}
.stuff &gt; .container{
	max-width: 1110px;
	padding: 88px 0 20px;
	background-color: #fffcf4;
	-webkit-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.2);
}
.stuff__post {margin-bottom: 120px;}
.stuff__post-img{
	-webkit-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	width: 100%;
	/*padding-top: 51%;*/
	padding-top: 65%;
}
.stuff__post__title{
	display: block;
	font-size: 24px;
	line-height: 28px;
	font-weight: 600;
	text-transform: uppercase;
	margin: -5px 0 13px;
	border-bottom: 1px solid #ff5b00;
	padding-bottom: 12px;
}
.stuff__post__shorttxt{
/*    text-overflow: ellipsis;*/
/*    white-space: nowrap;*/
/*    height: 100px;*/
/*    overflow: hidden;*/
    text-align: justify;
	margin: 0 0 25px;
	padding: 0;
}
.stuff__post small{
	font-size: 16px;
	line-height: 20px;
	font-weight: 600;
}
.stuff__post a{
	display: inline-block;
	float: right;
	color: #868686;
	font-style: italic;
	border-bottom: 1px solid #868686;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.stuff__post a:hover{
	color: #ff5b00;
	border-color: #ff5b00;
	text-decoration: none;
}
/*stuff desc page*/
.stuff-desc{
	font-family: 'Open Sans',sans-serif;
	background-color: #e8e5de;
    min-height: calc(100vh - 49px);
}
.stuff-desc &gt; .container{
	max-width: 1110px;
	padding: 80px 0 20px;
	background-color: #fffcf4;
	-webkit-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.2);
}
.stuff-desc__topic{
	display: block;
	font-size: 24px;
	line-height: 28px;
	font-weight: 600;
	text-transform: uppercase;
	margin: -5px 0 40px;
	border-bottom: 1px solid #ff5b00;
	padding-bottom: 15px;
}
.stuff-desc p {
	margin-bottom: 20px;
	text-indent: 22px;
	padding: 0 3px;
	text-align: justify;
}
.stuff-desc__slider{
	max-width: 650px;
	padding: 0 55px;
	list-style: none;
	margin: 50px auto 53px;
	font-size: 0;
	line-height: 0;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.stuff-desc__slider li{
	min-height: 300px;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	font-size: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
}
.stuff-desc__slider .slick-arrow{
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 115px;
	z-index: 2;
	color: #c1c1c1;
	background-color: transparent;
	border: none;
	width: 20px;
	height: 40px;
	opacity: 0.4;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.stuff-desc__slider .slick-arrow:hover{
	opacity: 1;
}
.stuff-desc__slider .slick-arrow:before{
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 27px;
}
.stuff-desc__slider .slick-next:before {content: "\e909";}
.stuff-desc__slider .slick-prev:before {content: "\e90a";}
.stuff-desc__slider .slick-prev{
	left: 0;
}
.stuff-desc__slider .slick-next{
	right: 15px;
}
.stuff-desc__pdf{
	display: block;
	width: 40px;
	height: 50px;
	margin: 0 auto 30px;
}
.stuff-desc__pdf svg{
	width: 100%;
	height: auto;
    outline: none;
}
.stuff-desc__pdf svg path{
	transition: 200ms;
	transition-timing-function: ease-in-out;
	-webkit-transition: 200ms;
	-webkit-transition-timing-function: ease-in-out;
	opacity: .7;
}
.stuff-desc__pdf svg:hover path{
	fill: #ff5b00;
	opacity: .9;
}
.stuff-desc__tags{
	text-align: center;
	margin-bottom: 45px;
}
.stuff-desc__tags a{
	display: inline-block;
	vertical-align: top;
	padding: 0 3px;
	margin: 0 10px 10px;
	color: #ff5b00;
	border-bottom: 1px solid #ff5b00;
	opacity: .9;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.stuff-desc__tags a:hover{
	color: #ff5b00;
	text-decoration: none;
	opacity: 1;
	text-shadow: 1px 1px 1px rgba(255, 91, 0, 0.39);
}

/*	stuff grid page*/
.stuff-grid{
	font-family: 'Open Sans',sans-serif;
	background-color: #e8e5de;
	min-height: calc(100vh - 49px);
}
.stuff-grid &gt; .container{
	max-width: 1110px;
	padding: 65px 80px 20px;
	background-color: #fffcf4;
	-webkit-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.2);
}
.stuff-grid p{
	margin: 0 0 40px;
}
.stuff-grid__list{
	list-style: none;
	margin: 0 0 0 -30px;
	padding: 0;
	font-size: 0;
	line-height: 0;
	text-align: center;
}
.stuff-grid__list li{
	display: inline-block;
	width: 20%;
	margin-bottom: 30px;
	padding-left: 30px;
	font-size: 16px;
	line-height: 20;
/*
    animation-name: expandOpen;
    -webkit-animation-name: expandOpen; 
    animation-duration: 2s; 
    -webkit-animation-duration: 2s;
    animation-timing-function: ease-out;    
    -webkit-animation-timing-function: ease-out;    
*/
    visibility: visible !important; 
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both; 
    

}
@-webkit-keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
}
@keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
} 
.stuff-grid__list li:hover{
    transform: scale(1.1);
}
.stuff-grid__list li:hover .stuff-grid__img{
    -webkit-box-shadow: 0 0 10px 3px #ddd;
    box-shadow: 0 0 10px 3px #ddd;
}
.stuff-grid__list a{
	display: block;
	text-decoration: none;
}
.stuff-grid__img{
	display: block;
	height: 160px;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	background-position: 50% 50%;
}

/*.stuff-popup*/
.fancybox-enabled body{margin:0 !important;}
.stuff-popup__styles .stuff-popup{
    background-color: transparent ;
    margin: 0;
    padding: 45px 10px;
}
.stuff-popup__img{
	width: 730px;
	height: 400px;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	background-position: 50% 50%;
    margin: 0;
    position: relative;
/*
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
*/
}
.stuff-popup__img figcaption{
    padding: 0;
    margin: 0;
	text-align: center;
	color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -30px;
}
.dictionary-popup__styles .fancybox-button:hover:not([disabled]){color: #ff5a00;}
.dictionary-popup__styles .fancybox-thumbs{
    background-color: rgba(255, 90, 0, 0.7);
}
.dictionary-popup__styles .fancybox-arrow{
    color: #ff5a00;
    opacity: .6;
}
.dictionary-popup__styles .fancybox-arrow:hover{opacity: 1;}
.stuff-popup__styles .fancybox-arrow{color: #c1c1c1;}
.dictionary-popup__styles .fancybox-arrow::after,
.stuff-popup__styles .fancybox-arrow::after{
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    font-size: 27px;
    background-image: none;
    background-color: transparent;
}
.dictionary-popup__styles .fancybox-arrow--left::after,
.stuff-popup__styles .fancybox-arrow--left::after{
    content: '\e90a';
}
.dictionary-popup__styles .fancybox-arrow--right::after,
.stuff-popup__styles .fancybox-arrow--right::after{
    content: '\e909';
}
.dictionary-popup__styles .fancybox-arrow--left{
    left: 0;
    margin-left: 0;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.stuff-popup__styles .fancybox-arrow--left{
    left: 50%;
    margin-left: -424px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.dictionary-popup__styles .fancybox-arrow--right{
    right: 0;
    margin-right: 0;
}
.stuff-popup__styles .fancybox-arrow--right{
    right: 50%;
    margin-right: -434px;
}
.stuff-popup__styles .fancybox-close-small{
    top: 8px;
    right: 0;
    width: 40px;
    height: 40px;
}
.stuff-popup__styles .fancybox-close-small:after{
    background: none;
    font-size: 50px;
    line-height: 33px;
}
.stuff-popup__styles .fancybox-close-small:focus:after {
    outline: 0px dotted #888;
}


/*	stuff grid pagination*/
.stuff-grid nav{
    text-align: right;
}
.pagination{
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0;
    line-height: 0;
}
.pagination li{
    display: inline-block;
    width: 15px;
    height: 30px;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    vertical-align: top;
}
.pagination li a{
    display: inline-block;
}
.pagination li + li{
    margin-left: 5px;
}
.pagination li a:hover,
.pagination li.active{
    color: #ff640e;
}
.pagination li.active span{
    border-bottom: 1px solid #ff640e;
}
.pagination li.next{
    padding-left: 15px;
}
.pagination li.prev{
    padding-right: 15px;
}

/*materials pages nav menu*/
.stuff-nav{
    max-width: 1110px;
    margin: 0 auto;
    position: fixed;
    top: 49px;
    left: 0;
    right: 0;
    z-index: 2;
    background-color: #625853;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.stuff-nav__list{
    list-style: none;
    padding: 11px 22px 10px 0;
    font-size: 0;
    line-height: 0;
    max-width: 495px;
    margin: 0 auto;
}
.scroll .stuff-nav{
	background-color: rgba(98, 88, 83, 0.85);
    -webkit-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.2);
}
.stuff-nav__list li{
    float: right;
    font-size: 14px;
    line-height: 19px;
    text-transform: uppercase;
}
.stuff-nav__list li:first-child{
    float: left;
}
.stuff-nav__list li + li{
    margin-left: 13px;
}
.stuff-nav__list li.active a{
    color: #ff640e;
}
.stuff-nav__list a{
    display: inline-block;
    padding-left: 20px;
    color: #fff;
    position: relative;
}
.stuff-nav__list a:before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 11px;
    height: 11px;
    border-radius: 999px;
    background-color: #fff;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.stuff-nav__list a:hover{
    text-decoration: none;
    color: #ff640e;
}
.stuff-nav__list li.active a:before,
.stuff-nav__list a:hover:before{
    background-color: #ff640e;
}
.menu-opened .stuff-nav{
/*    margin: 0 250px 0 -250px;*/
    right: 250px;
    left: -250px;
/*    opacity: 0;*/
/*    visibility: hidden;*/
}


/*
###########################
###        GAMES        ###
###########################
*/

/*bag game*/
#bag{
	min-height: 100vh;
	padding: 100px 0 50px;
	position: relative;
	background-color: #fffcf4;
	text-transform: uppercase;
}
.bag-start{
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
}
.bag-start__text{margin-bottom: 35px;}
.bag-start__title{
	text-transform: uppercase;
	margin: 0 0 40px;
	color: #008875;
	font:700 44px/48px 'Cuprum', sans-serif;
}
.bag-start__btn{
	display: inline-block;
	color: #ff5b00;
	font:700 28px/32px 'Cuprum', sans-serif;
	padding: 10px 15px;
	text-transform: uppercase;
	border: solid 3px #ff5b00;
}
.bag-start__img{
	margin-bottom: 70px;
}
.bag-start__img img{
	vertical-align: top;
	max-width: 100%;
	height: auto;
}
.bag-start__btn:hover{
	background-color: #ff5b00;
	color: #fff;
}

/*bag-game*/
.bag-game{
	display: none;
	position: relative;
	text-align: center;
}
.bag-game.opened .bag-game__img img{
	height: 325px;
	margin-bottom: 35px;
}
/*.bag-game.opened .bag-game__descrption{display: block;}*/
.bag-game.true .bag-game__descrption strong{color: #008875;}
.bag-game__img{
	max-width: 920px;
	min-height: 500px;
    margin: 0 auto 5px;
	text-align: center;
}
.bag-game__img img{
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	height: 440px;
	margin-bottom: 20px;
	vertical-align: middle;
	width: auto;
	-webkit-box-shadow: 5px 5px 5px 0px rgba(58,49,41,.75);
	-moz-box-shadow: 5px 5px 5px 0px rgba(58,49,41,.75);
	box-shadow: 5px 5px 5px 0px rgba(58,49,41,.75);;
}
.bag-game__descrption{
	display: none;
	text-transform: none;
	font: 20px/24px 'Open Sans', sans-serif;
}
.bag-game__descrption .true{color: #008875;}
.bag-game__descrption .false{color: #ff5b00;}
.bag-game__descrption strong{
	font:700 30px/34px 'Cuprum', sans-serif;
	display: block;
	margin-bottom: 7px;
	text-transform: uppercase;
}
.bag-game__title{
	font:700 20px/24px 'Cuprum', sans-serif;
	text-align: center;
	margin-bottom: 30px;
}
.bag-game__title strong{
	font-size: 30px;
	line-height: 34px;
}
/*bag-game__list*/
.bag-game__list{
	width: 100%;
	display: table;
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: justify;
	font:700 20px/24px 'Cuprum', sans-serif;
	text-transform: uppercase;
}
.bag-game__list li{
	display: table-cell;
	font-size: 20px;
	line-height: 24px;
	text-align: center;
	cursor: pointer;
}
.bag-game__list li.active{
	color: #ff5b00;
}
.bag-game__list p{
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	padding: 0 5px 5px;
	display: inline-block;
	position: relative;
	max-width: 200px;
}
.bag-game__list li.active p:after{opacity: 1;}
.bag-game__list p:after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	height: 2px;
	background-color: #ff5b00;
}
.bag-game__item{
	line-height: 180px;
	margin-bottom: 10px;
}
.bag-game__item img{
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
.bag-game.opened .bag-game__next{
	opacity: 1;
	visibility: visible;
}
.bag-game__next{
	opacity: 0;
	background-repeat: no-repeat;
	background-position: center;
	visibility: hidden;
	position: absolute;
	right: 131px;
	top: 251px;
	width: 21px;
	height: 32px;
	font-size: 0;
	line-height: 0;
	background-image: url(/images2/90s/next.svg);
	-webkit-background-size: contain;
	background-size: contain;
}
.bag-game__next:hover{opacity: .6;}
/*bag-result*/
.bag-result{
	display: none;
	text-align: center;
	padding: 55px 0 0;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 22px;
	color: #5d5d5d;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
}
.bag-result__title {
	text-transform: uppercase;
	margin: 0 0 70px;
	color: #008875;
	font: 700 44px/48px 'Cuprum', sans-serif;
}
.bag-result__block{
	padding: 57px 30px 52px;
	border: solid 2px #5d5d5d;
	margin-bottom: 85px;
}
.bag-result__score{
	background-image: url(/images2/90s/intro.png);
	-webkit-background-size: contain;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	padding: 82px 30px 28px;
	color: #fff;
	font: 700 99px/99px 'Cuprum', sans-serif;
	text-shadow: 1px 1px 1px rgba(58, 49, 41, 1);
	margin: 20px 0 34px;
}


/*what game*/
#what{
	min-height: 100vh;
	background-color: #4c4c4c;
	background-image: url(/images2/90s/what-bg.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	padding: 75px 0 30px;
	position: relative;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
#what:before{
	z-index: 0;
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	background-color: #fffcf4;
	z-index: 0;
}
#what&gt;.container{
	position: relative;
	z-index: 2;
}
#what.start:before{opacity: .9;}
.what__play{
	position: absolute;
	top: -4px;
	left: 23px;
}
.what__play:hover{
	opacity: .8;
}
.what-start__title{
	font: 700 44px/44px 'Cuprum', sans-serif;
	color: #ff5b00;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.what-start{
	/*display: none;*/
	padding-top: 45px;
	text-align: center;
}
.what-start__btn{
	font: 28px/32px 'Cuprum', sans-serif;
	min-width: 220px;
	display: inline-block;
	margin-top: 15px;
	color: #ff5b00;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 28px;
	line-height: 32px;
	border: solid 3px #ff5b00;
	text-align: center;
	padding: 10px 0;
}
.what-start__btn:hover {
	background-color: #ff5b00;
	color: #4c4c4c;
}
.what-start__img img{
	max-width: 100%;
	vertical-align: top;
	height: auto;
}
/*what-game*/
.what-game{display: none;}
.what-game:before{
	content: '';
	display: block;
	margin: 0 auto 20px;
	width: 202px;
	height: 68px;
	background-image: url(/images2/90s/what-price.png);
	-webkit-background-size: contain;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.what-game-uk:before{
	background-image: url(/images2/90s/what-price-uk.png);
}
.what-game-en:before{
	background-image: url(/images2/90s/what-price-en.png);
}
.what-game__title{
	text-transform: uppercase;
	color: #7c7c7b;
	font: 28px/32px 'Cuprum', sans-serif;
	text-align: center;
	margin-bottom: 15px;
	font-weight: 700;
}
.what-game__title strong{
	font-size: 37px;
}
.what-game__img{
	float: left;
	width: 35%;
	margin: 0 7.5%;
	height: 700px;
	-webkit-background-size: contain;
	background-size: contain;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	position: relative;
}
.what-game__img:after{
	position: absolute;
	content: '';
	top: 50%;
	left: 100%;
	width: 53px;
	height: 37px;
	background-image: url(/images2/90s/what-is.png);
	margin-left: 20px;
	-webkit-background-size: contain;
	background-size: contain;
	background-repeat: no-repeat;
}
.what-game__list{
	float: right;
	width: 50%;
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 0;
	line-height: 0;
}
.what-game__list li{
	cursor: pointer;
	display: inline-block;
	width: 50%;
	padding: 0 20px;
	font-size: 16px;
	line-height: 17px;
	color: #000;
	text-align: center;
	vertical-align: top;
}
.what-game__list li.true p{color: #008875;}
.what-game__list li.true p:after{
	background-color: #008875;
	opacity: 1;
}
.what-game__list li.false p{color: #ff640e;}
.what-game__list li.false p:after{
	background-color: #ff640e;
	opacity: 1;
}
.what-game__list li:nth-child(2){margin-bottom: 20px;}
.what-game__list figure{
	display: block;
	margin: 0 0 16px;
}
.what-game__cell{
	display: table-cell;
	width: 1%;
	height: 248px;
	vertical-align: bottom;
}
.what-game__cell img{
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
.what-game__list p{
	font: 20px/24px 'Cuprum', sans-serif;
	color: #7c7c7b;
	font-weight: 700;
	text-transform: uppercase;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	position: relative;
	display: inline-block;
	margin-bottom: 10px;
}
.what-game__list p:after{
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0;
	right: 0;
	height: 2px;
	background-color: #008875;
	opacity: 0;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.what-game__list .dropdown{display: none;}
.what-game__container{
	position: relative;
	padding-right: 50px;
}
#what.what--next .what-game__next{
	opacity: 1;
	visibility: visible;
}
.what-game__next{
	opacity: 0;
	visibility: hidden;
	position: absolute;
	right: 0;
	top: 330px;
	font-size: 0;
	line-height: 0;
	background-image: url(/images2/90s/next.svg);
	width: 50px;
	height: 84px;
	-webkit-background-size: contain;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
#what.what--next .what-game__next:hover{opacity: .8;}
/*what-result*/
.what-result{
	display: none;
	font-family: 'Cuprum', sans-serif;
	text-align: center;
	padding: 145px 0 0;
	color: #fff;
}
.what-result__title{
	font-size: 44px;
	line-height: 44px;
	margin-bottom: 60px;
	color: #ff5b00;
	font-weight: 700;
}
.what-result__sum{
	background-image: url(/images2/90s/what-result.png);
	-webkit-background-size: contain;
	background-size: contain;
	max-width: 350px;
	margin: 0 auto 80px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	padding: 80px 20px 35px;
	display: block;
	font-size: 93px;
	line-height: 93px;
}
.what-result__sum-uk{
	background-image: url(/images2/90s/what-result-uk.png);
}
.what-result__sum-en{
	background-image: url(/images2/90s/what-result-en.png);
}

/*Who-are-you game*/
#who-are-you{
    font: 20px/33px "Open Sans", sans-serif;
    font-weight: 600;
    color: #fff;
    padding: 100px 0 30px;
    min-height: 100vh;
    position: relative;
    background-color: #ddd;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.who-are-you__begin{
    text-transform: uppercase;
    text-align: center;
}
.who-are-you__title{
    font-size: 46px;
    line-height: 50px;
    font-weight: 700;
    margin: 0 68px 47px;
    text-transform: uppercase;
}
.who-are-you__title + p{
    font-weight: 400;
    font-size: 23px;
}
.who-are-you__btn-start{
    font: 28px/32px 'Cuprum', sans-serif;
    min-width: 174px;
    display: inline-block;
    margin-top: 150px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 28px;
    line-height: 32px;
    border: solid 3px #fff;
    text-align: center;
    padding: 10px 35px;
}
.who-are-you__btn-start:hover{
    background-color: #fff;
    color: #4c4c4c;
}
/*who-are-you-content*/
#who-are-you-game{
    text-align: center;
    color: #fff;
    padding: 0 95px;
    display: none;
    outline: none;
    -webkit-tap-highlight-color: transparent;
}
.who-are-you-game__step{
    font-size: 73px;
    line-height: 80px;
    font-weight: 600;
    margin: 0 0 2%;
}
.who-are-you-game__title{
    font-size: 34px;
    line-height: 38px;
    margin-bottom: 5%;
    text-transform: uppercase;
}
.who-are-you-game__list{
    list-style: none;
    padding: 0;
    margin: 0 0 6%;
    font-size: 25px;
    line-height: 29px;
    font-weight: 400;
    text-align: left;
}
.who-are-you-game__list li + li{margin-top: 45px;}
.who-are-you-game__list label {
    display: block;
    position: relative;
    padding-left: 40px;
    cursor: pointer;
}
.who-are-you-game__list input[type="radio"] {
    position: absolute;
    opacity: 0;
}
.who-are-you-game__list input[type="radio"] + label:before {
    content: '';
    background: #f4f4f4;
    border-radius: 100%;
    border: 1px solid #b4b4b4;
    width: 1em;
    height: 1em;
    top: 0.1em;
    position: absolute;
    left: 0;
    margin-right: 1em;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
}
.who-are-you-game__list input[type="radio"]:checked + label:before {
    background-color: #ab8cc0;
    box-shadow: inset 0 0 0 2px #f4f4f4;
}
.who-are-you-game__list input[type="radio"]:focus + label:before {
    outline: none;
    border-color: #fff;
}
.who-are-you-game__list input[type="radio"]:hover + label:before {
    box-shadow: inset 0 0 4px 2px #ab8cc0
}
.who-are-you-game__list input[type="radio"]:disabled + label:before {
    box-shadow: inset 0 0 0 2px #f4f4f4;
    border-color: #b4b4b4;
    background: #b4b4b4;
}
.who-are-you-game__next{
    opacity: 0;
    visibility: hidden;
    font: 28px/32px 'Cuprum', sans-serif;
    min-width: 174px;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 28px;
    line-height: 32px;
    border: solid 3px #fff;
    text-align: center;
    padding: 10px 35px;
}
.who-are-you-game__next:hover{
    color: #4c4c4c;
    background-color: #fff;
}
.who-are-you--next .who-are-you-game__next{
    opacity: 1;
    visibility: visible;
}

/*who-are-you-result*/
.who-are-you-result{
    display: none;
    text-align: center;
}
.who-are-you-result__block{
    display: block;
    text-align: left;
    height: 515px;
    background-color: rgba(0, 0, 0, 0.29);
    font-size: 22px;
    line-height: 26px;
    font-weight: 400;
    margin: 0 59px 80px 0;
    position: relative;
    padding: 33px 0 0 37px;
}
.who-are-you-result__block:after{
    clear: both;
    display: block;
    content: '';
}
.who-are-you-result__img{
    width: 610px;
    padding-top: 611px;
    position: absolute;
    left: 50%;
    top: 50%;
   -webkit-transform: translate(-50%,-50%);
   -ms-transform: translate(-50%,-50%);
   -o-transform: translate(-50%,-50%);
   transform: translate(-50%,-50%);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    margin-left: -250px;
}
.who-are-you-result__left{
    position: relative;
    height: 100%;
}
.who-are-you-result__right{padding: 0 25px 0 15px;}
.who-are-you-result__val{
    font-size: 40px;
    line-height: 44px;
    margin-bottom: 52px;
    font-weight: 700;
}
.who-are-you-result__rating{
    margin-bottom: 69px;
    padding-left: 5px;
}
.who-are-you-result__block a{
    color: #fff;
    font-style: italic;
    text-decoration:underline;
    padding-left: 6px;
}
.who-are-you__btn-finish{
    font: 28px/32px 'Cuprum', sans-serif;
    min-width: 174px;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 28px;
    line-height: 32px;
    border: solid 3px #fff;
    text-align: center;
    padding: 10px 15px;
}
.who-are-you__btn-finish:hover{
    background-color: #fff;
    color: #4c4c4c;
}

/*classes mod for action*/
.who-are-you--start .who-are-you__begin,
.who-are-you--finish .who-are-you__begin{display: none;}
.who-are-you--start #who-are-you-game{display: block;}
.who-are-you--finish .who-are-you-result{display: block;}

/* who-are-you EFFECTS */
@keyframes expandOpen {
    0% {
        transform: scale(1.7);      
    }
    50% {
        transform: scale(0.9);
    }   
    100% {
        transform: scale(1);
    }           
}


/*true-false game*/
#true-false{
    font: 20px/33px "Open Sans", sans-serif;
    color: #4c4c4c;
    padding: 100px 0 30px;
    min-height: 100vh;
    position: relative;
	background: transparent;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    text-align: center;
/*    background-image: url(../images/true-false/maxresdefault.jpg);*/
    z-index: 1;
	-webkit-transition: background 1s;
	-moz-transition: background 1s;
	-o-transition: background 1s;
	transition: background 1s;
}
#true-false:before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 1170px;
    margin: 0 auto;
    background-color: rgba(244, 242, 236, 0.69);
    z-index: -1;
}
.true-false__begin{padding: 15px 0 0;}
.true-false__title{
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 35px;
    color: #ff5b00;
    font-weight: 700;
    text-transform: uppercase;
}
.true-false__txt{
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 40px;
}
.true-false__btn-start{
    font: 28px/32px 'Cuprum', sans-serif;
    min-width: 174px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 28px;
    line-height: 32px;
    color: #ff5b00;
    border: solid 3px #ff5b00;
    text-align: center;
    padding: 10px 15px;
}
.true-false__btn-start:hover{
    background-color: #fff;
    color: #4c4c4c;
    border-color: #ddd;
    border-style: dotted;
}
#true-false-game{
    font-size: 26px;
    line-height: 33px;
    padding: 0 110px 0;
    color: #6e6e6e;
}
.true-false-game__step{
    font-size: 73px;
    line-height: 80px;
    font-weight: 600;
    margin: 0 0 140px;
}
.true-false--start.opened .true-false-game__step{margin: 0 0 25px;}
.true-false-game__title{
    margin-bottom: 115px;
    text-transform: uppercase;
    font-weight: 600;
}
.true-false-contol__true,
.true-false-contol__false{
    font: 700 28px/32px 'Cuprum', sans-serif;
    display: inline-block;
    width: 173px;
    padding: 10px 15px;
    color: #ff5b00;
    border: 3px solid #ff5b00;
    cursor: pointer;
    text-transform: uppercase;
}
.true-false-contol__true:hover,
.true-false-contol__false:hover{
    color: #fff;
    background-color: #ff5b00;
    border-style:ridge;
}
.true-false-contol__true:active,
.true-false-contol__false:active{
    -webkit-box-shadow: 2px 2px 5px 2px rgba(68, 68, 68, 0.3);
    box-shadow: 2px 2px 5px 2px rgba(68, 68, 68, 0.3);
}
.true-false-contol__true:focus,
.true-false-contol__false:focus,
.true-false__btn-finish:focus{
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
    -webkit-animation-duration: .15s;
    animation-duration: .15s;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.true-false-contol__true + .true-false-contol__false{margin-left: 25%;}
.true-false-game__ans{
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.true-false-game__ans span{
    display: block;
    max-width: 538px;
    padding-top: 40%;
    margin: 0 auto 17px;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
}
.true-false-game__ans mark{
    display: block;
    margin-bottom: 30px;
    text-transform: uppercase;
    background-color: transparent;
    font-size: 34px;
    line-height: 1;
    font-weight: 700;
}
.true-false-game__ans mark.true{color: #008875;}
.true-false-game__ans mark.false{color: #ff5b00;}
.true-false-game__ans p{
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 12px;
    font-weight: 700;
}
.true-false-game__more{
    width: 100%;
    display: inline-block;
    text-align: center;
    color: #6e6e6e;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 30px;
    font-style: italic;
    position: relative;
}
.true-false-game__more:before{
    content: '';
    position: absolute;
    height: 1px;
    background-color: #6e6e6e;
    left: 50%;
    width: 60px;
    margin-left: -30px;
    top: 100%;
}
.true-false-game__more:hover{color: #6e6e6e;}
.true-false-game__next{
    font: 700 28px/32px 'Cuprum', sans-serif;
    display: inline-block;
    padding: 10px 15px;
    color: #ff5b00;
    border: 3px solid #ff5b00;
    text-transform: uppercase;
    visibility: hidden;
    opacity: 0;
}
.true-false-game__next:hover{
    color: #fff;
    background-color: #ff5b00;
}
.true-false-result{
    font-size: 26px;
    line-height: 30px;
    color: #6d6d6d;
    margin: 116px 0 0;
}
.true-false-result__title{
    font-size: 32px;
    line-height: 36px;
    margin: 0;
    font-weight: 700;
    text-transform: uppercase;
}
.true-false-result__step{
    margin: 41px 0 50px;
    color: #ff5b00;
    font-size: 74px;
    line-height: 78px;
    font-weight: 700;
}
.true-false-result__txt{
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 115px;
    color: #6d6d6d;
    font-weight: 600;
    padding: 0 20px;
}
.true-false__btn-finish{
    font: 700 28px/32px 'Cuprum', sans-serif;
    display: inline-block;
    padding: 10px 15px;
    color: #ff5b00;
    border: 3px solid #ff5b00;
    cursor: pointer;
    text-transform: uppercase;
}
.true-false__btn-finish:hover{
    color: #fff;
    background-color: #ff5b00;
}

/*--------- true-false class mod. for action --------*/
#true-false-game,
.true-false-result{display: none;}
.true-false--start .true-false__begin{display: none;}
.true-false--start #true-false-game{display: block;}

.true-false-game__ans{display: none;}
.true-false--start.opened .true-false-game__ans{
    display: block;
    -webkit-animation: animation-ans 2000ms linear both;
    animation: animation-ans 2000ms linear both;
}
.true-false--start.opened .true-false-game__title,
.true-false--start.opened .true-false-contol__true,
.true-false--start.opened .true-false-contol__false{display: none;}
.true-false--start.opened.next .true-false-game__next{
    visibility: visible;
    opacity: 1;
    -webkit-animation: emergence 4800ms linear both;
    animation: emergence-next 4800ms linear both;
}
.true-false--finish .true-false__begin{
    animation: remove 1s linear 0s 1 forwards;
    -webkit-animation: remove 1s linear 0s 1 forwards;
}
.true-false--finish .true-false-result{
    display: block;
    -webkit-animation: animation-ans 2000ms linear both;
    animation: animation-ans 2000ms linear both;
}
/* --------- true-false Animation---------- */
@-webkit-keyframes emergence-next { 
    0% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -500, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -500, 0, 0, 1); }
    0.75% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.107, 1, 0, 0, 0, 0, 1, 0, -349.513, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.107, 1, 0, 0, 0, 0, 1, 0, -349.513, 0, 0, 1); }
    1.43% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.163, 1, 0, 0, 0, 0, 1, 0, -250.643, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.163, 1, 0, 0, 0, 0, 1, 0, -250.643, 0, 0, 1); }
    1.5% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.167, 1, 0, 0, 0, 0, 1, 0, -241.905, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.167, 1, 0, 0, 0, 0, 1, 0, -241.905, 0, 0, 1); }
    2.86% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.199, 1, 0, 0, 0, 0, 1, 0, -121.062, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.199, 1, 0, 0, 0, 0, 1, 0, -121.062, 0, 0, 1); }
    3% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.199, 1, 0, 0, 0, 0, 1, 0, -112.32, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.199, 1, 0, 0, 0, 0, 1, 0, -112.32, 0, 0, 1); }
    4.5% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.176, 1, 0, 0, 0, 0, 1, 0, -49.777, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.176, 1, 0, 0, 0, 0, 1, 0, -49.777, 0, 0, 1); }
    5.97% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.138, 1, 0, 0, 0, 0, 1, 0, -21.269, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.138, 1, 0, 0, 0, 0, 1, 0, -21.269, 0, 0, 1); }
    8.94% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.07, 1, 0, 0, 0, 0, 1, 0, -2.849, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.07, 1, 0, 0, 0, 0, 1, 0, -2.849, 0, 0, 1); }
    11.08% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.04, 1, 0, 0, 0, 0, 1, 0, -0.295, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.04, 1, 0, 0, 0, 0, 1, 0, -0.295, 0, 0, 1); }
    11.9% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.031, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.031, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    13.98% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.017, 1, 0, 0, 0, 0, 1, 0, -0.188, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.017, 1, 0, 0, 0, 0, 1, 0, -0.188, 0, 0, 1); }
    19.31% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.003, 1, 0, 0, 0, 0, 1, 0, -0.047, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.003, 1, 0, 0, 0, 0, 1, 0, -0.047, 0, 0, 1); }
    28.47% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.001, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.001, 0, 0, 1); }
    28.57% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.001, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.001, 0, 0, 1); }
    29.86% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.001, -15.312, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.001, -15.312, 0, 1); }
    31.15% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.001, -19.275, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.001, -19.275, 0, 1); }
    32.75% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -15.606, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -15.606, 0, 1); }
    34.33% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -9.111, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -9.111, 0, 1); }
    35.71% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -4.058, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -4.058, 0, 1); }
    35.94% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -3.395, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -3.395, 0, 1); }
    37.51% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.013, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.013, 0, 1); }
    40.08% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -1.622, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -1.622, 0, 1); }
    46.45% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.002, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.002, 0, 1); }
    49.02% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.137, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.137, 0, 1); }
    55.38% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    57.96% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.011, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.011, 0, 1); }
    62.4% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.003, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.003, 0, 1); }
    62.5% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.002, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.002, 0, 1); }
    63.64% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.001, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.001, 0, 1); }
    64.19% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    64.29% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    64.29% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    64.75% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    65.43% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    66.54% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    66.97% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    68.75% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    69.22% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    71.01% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    71.44% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    73.22% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    75.91% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    77.69% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    80.38% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    82.16% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    98.21% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    100% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } 
}
@keyframes emergence-next { 
    0% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -500, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -500, 0, 0, 1); }
    0.75% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.107, 1, 0, 0, 0, 0, 1, 0, -349.513, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.107, 1, 0, 0, 0, 0, 1, 0, -349.513, 0, 0, 1); }
    1.43% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.163, 1, 0, 0, 0, 0, 1, 0, -250.643, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.163, 1, 0, 0, 0, 0, 1, 0, -250.643, 0, 0, 1); }
    1.5% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.167, 1, 0, 0, 0, 0, 1, 0, -241.905, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.167, 1, 0, 0, 0, 0, 1, 0, -241.905, 0, 0, 1); }
    2.86% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.199, 1, 0, 0, 0, 0, 1, 0, -121.062, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.199, 1, 0, 0, 0, 0, 1, 0, -121.062, 0, 0, 1); }
    3% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.199, 1, 0, 0, 0, 0, 1, 0, -112.32, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.199, 1, 0, 0, 0, 0, 1, 0, -112.32, 0, 0, 1); }
    4.5% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.176, 1, 0, 0, 0, 0, 1, 0, -49.777, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.176, 1, 0, 0, 0, 0, 1, 0, -49.777, 0, 0, 1); }
    5.97% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.138, 1, 0, 0, 0, 0, 1, 0, -21.269, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.138, 1, 0, 0, 0, 0, 1, 0, -21.269, 0, 0, 1); }
    8.94% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.07, 1, 0, 0, 0, 0, 1, 0, -2.849, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.07, 1, 0, 0, 0, 0, 1, 0, -2.849, 0, 0, 1); }
    11.08% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.04, 1, 0, 0, 0, 0, 1, 0, -0.295, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.04, 1, 0, 0, 0, 0, 1, 0, -0.295, 0, 0, 1); }
    11.9% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.031, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.031, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    13.98% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.017, 1, 0, 0, 0, 0, 1, 0, -0.188, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.017, 1, 0, 0, 0, 0, 1, 0, -0.188, 0, 0, 1); }
    19.31% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.003, 1, 0, 0, 0, 0, 1, 0, -0.047, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.003, 1, 0, 0, 0, 0, 1, 0, -0.047, 0, 0, 1); }
    28.47% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.001, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.001, 0, 0, 1); }
    28.57% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.001, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.001, 0, 0, 1); }
    29.86% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.001, -15.312, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.001, -15.312, 0, 1); }
    31.15% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.001, -19.275, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.001, -19.275, 0, 1); }
    32.75% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -15.606, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -15.606, 0, 1); }
    34.33% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -9.111, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -9.111, 0, 1); }
    35.71% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -4.058, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -4.058, 0, 1); }
    35.94% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -3.395, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -3.395, 0, 1); }
    37.51% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.013, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.013, 0, 1); }
    40.08% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -1.622, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -1.622, 0, 1); }
    46.45% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.002, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.002, 0, 1); }
    49.02% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.137, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.137, 0, 1); }
    55.38% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    57.96% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.011, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.011, 0, 1); }
    62.4% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.003, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.003, 0, 1); }
    62.5% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.002, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.002, 0, 1); }
    63.64% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.001, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.001, 0, 1); }
    64.19% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
}
@-webkit-keyframes animation-ans { 
    0% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 200, -100, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 200, -100, 0, 1); }
    5.81% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 103.312, -51.656, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 103.312, -51.656, 0, 1); }
    11.61% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 23.982, -11.991, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 23.982, -11.991, 0, 1); }
    17.42% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -17.969, 8.985, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -17.969, 8.985, 0, 1); }
    23.12% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -28.492, 14.246, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -28.492, 14.246, 0, 1); }
    30.33% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -19.578, 9.789, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -19.578, 9.789, 0, 1); }
    37.44% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -6.524, 3.262, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -6.524, 3.262, 0, 1); }
    44.54% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1.249, -0.625, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1.249, -0.625, 0, 1); }
    51.65% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 3.249, -1.624, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 3.249, -1.624, 0, 1); }
    80.28% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.37, 0.185, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.37, 0.185, 0, 1); }
    100% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } 
}
@keyframes animation-ans { 
    0% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 200, -100, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 200, -100, 0, 1); }
    5.81% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 103.312, -51.656, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 103.312, -51.656, 0, 1); }
    11.61% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 23.982, -11.991, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 23.982, -11.991, 0, 1); }
    17.42% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -17.969, 8.985, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -17.969, 8.985, 0, 1); }
    23.12% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -28.492, 14.246, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -28.492, 14.246, 0, 1); }
    30.33% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -19.578, 9.789, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -19.578, 9.789, 0, 1); }
    37.44% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -6.524, 3.262, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -6.524, 3.262, 0, 1); }
    44.54% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1.249, -0.625, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1.249, -0.625, 0, 1); }
    51.65% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 3.249, -1.624, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 3.249, -1.624, 0, 1); }
    80.28% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.37, 0.185, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.37, 0.185, 0, 1); }
    100% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } 
}
@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }
    50%, 55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
}
@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }
    50%, 55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
} 
@-webkit-keyframes remove{
    0% {opacity: 1;
        max-height: 1000px;}
    99.9% {opacity: 0;
        max-height: 0px;
        padding: 0px 100px;}
    100% {opacity: 0;
        max-height: 0;
        padding: 0px 0px;
        animation: poof 0.1s linear 0s 1;
        -webkit-animation: poof 0.1s linear 0s 1;}
}

@keyframes remove{
    0% {opacity: 1;
        max-height: 1000px;}
    99.9% {opacity: 0;
        max-height: 0px;
        padding: 0px 100px;}
    100% {opacity: 0;
        max-height: 0;
        padding: 0px 0px;
        animation: poof 0.1s linear 0s 1;
        -webkit-animation: poof 0.1s linear 0s 1;}
}
@-webkit-keyframes poof{
    from {display: flex;}
    to {display: none;}
}
@keyframes poof{
    from {display: flex;}
    to {display: none;}
}


/*MAP ANIMATION CLASS*/
.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        visibility: visible;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes slideInLeft {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        visibility: visible;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        visibility: visible;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes slideInRight {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        visibility: visible;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
} 
.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}
@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}
.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}
@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}
.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
.swing {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }
    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}
@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }
    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}
.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes bounceInDown {
    0%, 60%, 75%, 90%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes bounceInDown {
    0%, 60%, 75%, 90%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
} 


/*FOOTER*/
#footer{
    font-size: 14px;
    line-height: 21px;
    padding: 10px 0;
    color: #6c6c6c;
    overflow: hidden;
}
.footer__copy{
    float: left;
}
.footer__copy a{
    color: rgba(160, 44, 44, 0.85);
    padding-left: 10px;
}
.footer__copy a:hover{
    color: #a02c2c;
}
.footer__by{
    float: right;
    padding-left: 10px;
}
.footer__by a:hover{
    color: #ff640e;
}
.footer__by a{
    position: relative;
    display: inline-block;
    text-decoration: none;
    padding: 0 0.25em;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}
.footer__by a:before,
.footer__by a:after{
    color: #ff640e;
    position: absolute;
    top: 0;
    font-size: 150%;
    line-height: 1;
    opacity: 0;
    -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
    transition: opacity 0.2s, transform 0.2s;
}
.footer__by a:before{
    content: '[';
    left: -0.1em;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}
.footer__by a:after{
    content: ']';
    right: -0.1em;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}
.footer__by a:hover:after,
.footer__by a:hover:before{
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}


/* ---- INDEX PAGE SLIDER-HAND ---- */
.slider-hand{
	padding: 50px 0px;
	position: relative;
	z-index: 1;
	overflow: hidden;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}
.slider-hand.show{
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
.slider-hand:before{
	content: '';
	position: absolute;
	height: 108px;
	left: 0;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	background-image: url(/images2/slider-hand/line.png);
	background-repeat: repeat-x;
	-webkit-background-size: 50% 50%;
	background-size: 50% 50%;
	z-index: -1;
}
.slider-hand__slider{
	position: relative;
}
.slider-hand__slide,
.slider-hand-cover{
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
}
.slider-hand__slide-item,
.slider-hand-cover li{
	display: inline-block;
	vertical-align: top;
	width: 20%;
	height: 300px;
	font-size: 18px;
	line-height: 22px;
	position: relative;
}
.slider-hand__slide-item span{
	position: absolute;
	display: block;
	width: 175px;
	height: 175px;
	-webkit-border-radius: 999px;
	-moz-border-radius: 999px;
	border-radius: 999px;
	background-position: 50% 50%;
	-webkit-background-size: contain;
	background-size: contain;
	background-repeat: no-repeat;
	background-color: #fffcf4;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
/*.slider-hand__slide-item span:hover{*/
	/*-webkit-transform: rotate(360deg) scale(1.1);*/
	/*-moz-transform: rotate(360deg) scale(1.1);*/
	/*-ms-transform: rotate(360deg) scale(1.1);*/
	/*-o-transform: rotate(360deg) scale(1.1);*/
	/*transform: rotate(360deg) scale(1.1);*/
/*}*/
.slider-hand__slide-item span,
.slider-hand-cover li  span{
    -webkit-animation: zoom-out 8s infinite both;
    animation: zoom-out 8s infinite both;
}
.slider-hand__slide-item:nth-child(1) span,
.slider-hand-cover li:nth-child(1) span{
	top: 30%;
    -moz-animation-delay: 1134ms;
    -webkit-animation-delay: 1134ms;
    animation-delay: 1134ms;
}
.slider-hand__slide-item:nth-child(2) span,
.slider-hand-cover li:nth-child(2)  span{
	top: 0;
	right: 0;
    -moz-animation-delay: 1711ms;
    -webkit-animation-delay: 1711ms;
    animation-delay: 1711ms;

}
.slider-hand__slide-item:nth-child(3) span,
.slider-hand-cover li:nth-child(3)  span{
	top: 10%;
	left: 10%;
    -moz-animation-delay: 468ms;
    -webkit-animation-delay: 468ms;
    animation-delay: 468ms;
}
.slider-hand__slide-item:nth-child(4) span,
.slider-hand-cover li:nth-child(4)  span{
	right: -5%;
	bottom: 10%;
    -moz-animation-delay: 719ms;
    -webkit-animation-delay: 719ms;
    animation-delay: 719ms;
}
.slider-hand__slide-item:nth-child(5) span,
.slider-hand-cover li:nth-child(5)  span{
	top: 15%;
	right: 0;
    -moz-animation-delay: 263ms;
    -webkit-animation-delay: 263ms;
    animation-delay: 263ms;
}
@-webkit-keyframes zoom-out {
    from,to {
        -webkit-transform: scale3d(0.9,0.9,0.9);
        transform: scale3d(0.9,0.9,0.9);
    }

    45%,55% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

@keyframes zoom-out {
    from,to {
        -webkit-transform: scale3d(0.9,0.9,0.9);
        transform: scale3d(0.9,0.9,0.9);
    }

    45%,55% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

/*slider-hand-back*/
.slider-hand-back{
	position: relative;
}
.slider-hand-cover{
	position: absolute;
	left: 0;
	width: 100%;
}
.slider-hand-cover span{
	position: absolute;
	display: block;
	width: 175px;
	height: 175px;
	-webkit-border-radius: 999px;
	-moz-border-radius: 999px;
	border-radius: 999px;
	background-position: 50% 50%;
	background-color: #fffcf4;
	/*background-color: #3FA594;*/
}
.slider-hand__slider .slick-prev{
	display: none !important;
}
.slider-hand__slider .slick-next{
	position: absolute;
	right: -25px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 0;
	font-size: 0;
	border: none;
	line-height: 0;
	width: 20px;
	height: 40px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	background-color: transparent;
	color: #3FA594;
	opacity: .4;
	z-index: 99;
}
.slider-hand__slider .slick-next:before{
	content: "\e909";
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 40px;
}
.slider-hand__slider .slick-next:hover{
    opacity: 1 !important;
}
.slider-hand__slider .slick-list{
    overflow: inherit;
}

/*slider-hand__btn*/
.slider-hand__btn{
	position: absolute;
	width: 241px;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-top: 3px;
	cursor: pointer;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
    z-index: 999;
    animation: horizontal 6s ease infinite;
    transform-origin: 50% 50%;
	-webkit-user-select:Â&nbsp;none;
Â&nbsp;Â&nbsp;Â&nbsp; -moz-user-select:Â&nbsp;none;
Â&nbsp;Â&nbsp;Â&nbsp; -ms-user-select:Â&nbsp;none;
Â&nbsp;Â&nbsp;Â&nbsp; user-select:Â&nbsp;none;
	outline: none;
	-webkit-tap-highlight-color: transparent;
}
@keyframes horizontal {
    0% { transform:translateX(0) translateY(-50%);}
    16.66667% { transform:translateX(5px) translateY(-50%);}
    33.33333% { transform:translateX(0) translateY(-50%);}
    50% { transform:translateX(5px) translateY(-50%);}
    66.66667% { transform:translateX(0) translateY(-50%);}
    83.33333% { transform:translateX(5px) translateY(-50%);}
    100% { transform:translateX(0) translateY(-50%);}
}
.slider-hand__btn:active{
    animation: horizontal 0.92s ease infinite;
}
.slider-hand__btn img{
	max-width: 100%;
	height: auto;
}
.slider-hand__btn.active{
	right: -30px;
	-webkit-transform: translateY(-50%) rotate(1deg);
	-moz-transform: translateY(-50%) rotate(1deg);
	-ms-transform: translateY(-50%) rotate(1deg);
	-o-transform: translateY(-50%) rotate(1deg);
	transform: translateY(-50%) rotate(1deg);
	background-color: transparent;
}

/*
.slider-hand__btn{
	position: absolute;
	right: 0;
	top: 50%;
	width: 272px;
	height: 120px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-top: -10px;
	cursor: pointer;
	z-index: 999;
	transform-origin: 50% 50%;
	background-image: url(/images2/slider-hand/hand-sprite-min.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	!* -webkit-background-size: contain; *!
	background-size: 100%;
}

.slider-hand__btn:active{
	-webkit-animation-name: handMove;
	animation-name: handMove;
	-webkit-animation-duration: .1s;
	animation-duration: .1s;
	!*-webkit-animation-fill-mode: both;*!
	!*animation-fill-mode: both;*!
}
@-webkit-keyframes handMove {
	0% {
		background-position: 0 0;
	}
	27% {
		background-position: 0 27%;
	}
	52% {
		background-position: 0 52%;
	}
	76% {
		background-position: 0 76%;
	}
	100% {
		background-position: 0 100%;
	}
}
@keyframes handMove {
	0% {
		background-position: 0 0;
	}
	27% {
		background-position: 0 27%;
	}
	52% {
		background-position: 0 52%;
	}
	76% {
		background-position: 0 76%;
	}
	100% {
		background-position: 0 100%;
	}
}
*/





/* General media */
@media screen and (max-width: 1650px){
	.slider-hand__btn{
		/*width: 170px;*/
		/*margin-top: -15px;*/
		right: -30px;
		/*margin-top: 10px;*/
	}
	.slider-hand__slide-item:nth-child(5),
	.slider-hand-cover li:nth-child(5){
		visibility: hidden;
		opacity: 0;
	}
	.slider-hand__slider .slick-next{
		visibility: hidden;
		opacity: 0;
	}
	.slider-hand__btn.active{
		right: -50px;
	}

}



@media screen and (max-width: 1399px){
	.slider-hand__btn{
		margin-top: 6px;
	}
	.slider-hand__btn.active{
		-webkit-transform: translateY(-50%) rotate(3deg);
		-moz-transform: translateY(-50%) rotate(3deg);
		-ms-transform: translateY(-50%) rotate(3deg);
		-o-transform: translateY(-50%) rotate(3deg);
		transform: translateY(-50%) rotate(3deg);
	}

	#vocabulary__abc {
		left: -140px;
	}
	.map-filters{width: 350px;}
	/*what*/
	.what-start{
		padding-top: 0;
	}
	.what-start__img img{
		max-width: 600px;
	}
	.what-game:before{
		width: 157px;
		height: 53px;
		margin-bottom: 10px;
	}
	.what-game__title{margin-bottom: 5px;}
	.what-game__img{height: 640px;}
	.what-game__next{top: 288px;}

	/*memory*/
	#memory{padding-top: 55px;}
	.memory__time{margin-bottom: 0;}
	.memory__time p,
	.memory__time strong{ display: inline-block; }
	.memory-list li{
		padding: 8px;
	}
	.memory-list{
		margin: 0 auto;
		max-width: 850px;
	}
	.memory-info{padding-top: 20px;}

	/*explosive*/
	#explosive{padding-top: 65px;}
	.explosive-game__step{
		display: inline-block;
		margin-bottom: 10px;
		font-size: 40px;
		line-height: 40px;
		margin:0 15px 20px;
	}
	.explosive-game__title{
		display: inline-block;
		margin:0 15px 20px;
	}
	.bag-start__img img{
		max-width: 250px;
	}
	#bag{padding-top: 60px;}
	.bag-game__title{margin-bottom: 20px;}
}

@media screen and (max-width: 1299px){
	.slider-hand__btn{
		margin-top: 10px;
	}
}

@media screen and (max-width: 1199px){
	.slider-hand__btn{
		display: none;
	}
	/*.slick-slider,*/
	/*.slider-hand-back{*/
		/*padding: 0 40px;*/
	/*}*/
	.slider-hand__slider .slick-next{
		visibility: visible;
		opacity: 1;
	}
	.slider-hand__slide-item:nth-child(5),
	.slider-hand-cover li:nth-child(5){
		visibility: visible;
		opacity: 1;
	}
	.slider-hand .container{
		width: 960px;
	}
	.header__play{margin-left: 20px;}
	.main-nav{margin-right: 30px;}
	#vocabulary__abc {
		left: -90px;
	}
	.ioslist-group-header{
		width: 40px;
		height: 50px;
		font-size: 30px;
		line-height: 36px;
		padding: 8px 0 0;
	}
	.ioslist-group-header:after{
		height: 50px; 
		border-width: 25px 0 25px 16px;
	}
	.map__nav{max-width: 991px;}
	.map__nav a{padding: 5px 10px;}
	.map__nav li {
		font-size: 20px;
		line-height: 28px;
	}
	.map-objects,
	.map-about .container{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.map-objects,
	.map-filters{
		width: 280px;
		top: 40px;
	}
	.map-filters a{
		font-size: 20px;
		padding: 10px 60px 10px 20px;
	}
	.map-filters span {padding: 5px 20px 10px;}
	.stuff-grid__list li {width: 25%;}
	.what-game__img{
		width: 30%;
		margin-left: 0;
		margin-right: 5%;
	}
    .what-game__list{width: 65%;}
    .stuff-nav{max-width: 991px;}
    .who-are-you-result__img{
        width: 570px;
        padding-top: 571px;
        margin-left: -200px;
    }
    .who-are-you-game__list{
        margin: 0 0 46px;
        font-size: 22px;
        line-height: 26px;
    }
    .who-are-you-game__list li + li{margin-top: 30px;}
    .who-are-you-game__step {
        font-size: 68px;
        line-height: 1.1;
    }
    .who-are-you-game__title{
        font-size: 30px;
        line-height: 34px;
        margin-bottom: 40px;
    }
    .who-are-you__title {
        font-size: 43px;
        line-height: 1;
        margin: 0 68px 15px;

}
@media screen and (max-width: 991px){
	/* tablet */
	.slider-hand{
		display: none;
	}
	#wrapper{
		-webkit-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
		min-height: 100vh;
		position: relative;
	}
	.menu-opened #header,
	.menu-opened #wrapper{margin: 0 250px 0 -250px;}
	.open-menu{
		float: right;
		position: relative;
		font-size: 0;
		line-height: 0;
		display: block;
		width: 30px;
		height: 24px;
		margin-top: 10px;
		z-index: 41;
	}
	.open-menu span{
		position: absolute;
		height: 4px;
		left: 0;
		right: 0;
		background-color: #7eb5aa;
		top:50%;
		margin-top: -2px;
		-webkit-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
	}
	.menu-opened .open-menu span{opacity: 0;}
	.open-menu:after,
	.open-menu:before{
		content: '';
		position: absolute;
		left: 0;
		width: 100%;
		height: 4px;
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
		background: #7eb5aa;
		-webkit-transform-origin:50%;
		-moz-transform-origin:50%;
		-ms-transform-origin:50%;
		-o-transform-origin:50%;
		transform-origin:50%;
	}
	.open-menu:before {top: 0;}
	.open-menu:after{bottom: 0;}
	.menu-opened .open-menu:before{
		top:50%;
		-webkit-transform: rotate(135deg);
		-ms-transform: rotate(135deg);
		-o-transform: rotate(135deg);
		transform: rotate(135deg);
		margin-bottom: -2px;
		background-color: #fff;
	}
	.menu-opened .open-menu:after{
		margin-bottom: -4px;
		bottom:50%;
		-webkit-transform: rotate(-135deg);
		-ms-transform: rotate(-135deg);
		-o-transform: rotate(-135deg);
		transform: rotate(-135deg);
		background-color: #fff;
	}
	.main-nav{
		margin: 0;
		font-size: 16px;
		line-height: 20px;
		overflow-x: auto;
		padding: 15px 10px;
		height: 100vh;
		position: fixed;
		top: 0;
		bottom: 0;
		right: -250px;
		width: 250px;
		z-index: 50;
		-webkit-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
		border-left: solid 1px #4d4d4d;
		background-color: #fffcf4;
	}
	.main-nav li{
		display: block;
		float: none;
		margin: 0;
		width: 100%;
		position: relative;
	}
	.main-nav li+li{margin: 0;}
	.main-nav li a{
		height: 40px;
		overflow: hidden;
		display: block;
		padding: 8px 0 6px;
	}
	.main-nav .opened .opener:after{
		-webkit-transform: rotate(225deg);
		-ms-transform: rotate(225deg);
		-o-transform: rotate(225deg);
		transform: rotate(225deg);
	}
	.main-nav .opener{
		display: block;
		float: right;
		width: 40px;
		height: 40px;
		line-height: 40px;
		position: relative;
		-webkit-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
	}
	.main-nav .opener:after{
		content: '';
		position: absolute;
		top: 50%;
		left: 50%;
		width: 10px;
		height: 10px;
		border: solid #000;
		margin: -5px 0 0 -5px;
		border-width: 0 1px 1px 0;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
		-webkit-transform-origin: 75% 75%;
		-moz-transform-origin: 75% 75%;
		-ms-transform-origin: 75% 75%;
		-o-transform-origin: 75% 75%;
		transform-origin: 75% 75%;
		-webkit-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
	}
	.menu-opened .main-nav {right: 0;}
	.menu-opened .fader{
		visibility: visible;
		opacity: .5;
	}
	.header__logo-lia{margin-right: 20px;}
	.search-form{margin-right: 20px;}
	.intro__img{padding: 0 140px;}
	.intro__play{margin: 43px -50px 0 0;}
	.social{width: 130px;}
	.game-list li{
		padding-left: 30px;
		margin-bottom: 30px;
	}
	.game-list{margin-left: -30px;}
	/*vocabulary*/
	.vocabulary{padding: 30px 40px 30px 80px}
	.vocabulary__title{margin-left: 0;}
	#vocabulary__abc{display: none;}
	.vocabulary__alphabet{margin-left: -80px;}
	.vocabulary__alphabet ul{
		width: 35px;
		font-size: 24px;
	}
	.vocabulary__alphabet a{padding: 10px ;}
	.vocabulary__alphabet:before,
	.vocabulary__alphabet:after{content: none;}
	.about__list&gt;li+li {margin-top: 40px;}
	#explosive{
		font-size: 16px;
		line-height: 26px;
	}
	.explosive__title{margin-bottom: 20px;}
	.explosive-game__step{
		font-size: 40px;
		line-height: 44px;
		margin-bottom: 10px;
	}
	.explosive-game__title{
		font-size: 24px;
		line-height: 28px;
		margin-bottom: 30px;
	}
	.explosive-game__list{margin-left: -25px;}
	.explosive-game__list li{
		padding-left: 25px;
		min-height: 260px;
	}
	.explosive-game__list p{padding: 10px;}
	.explosive-game__list a{margin-top: 10px;}
	.explosive-game__list strong {
		font-size: 16px;
		line-height: 20px;
	}
	.explosive-game__next{top: 150px;}
	.explosive-result__block{
		padding: 20px;
		margin-bottom: 30px;
	}
	.stuff &gt; .container{padding: 88px 60px 20px;}
	.stuff__post-img{margin-bottom: 30px;}
	.stuff-desc &gt; .container{padding: 88px 60px 20px;}
	.stuff-grid__list li{width: 33.33333%;}
	.bag-game__list{display: block;}
	.bag-game__list li{
		width: 50%;
		display: inline-block;
        vertical-align: top;
		margin-bottom: 20px;
	}
	.what-game__img{
		height: 300px;
		max-width: 400px;
		margin: 0 auto 40px;
		width: 100%;
		float: none;
	}
	.what-game__img:after{
		bottom: -40px;
		left: 50%;
		width: 30px;
		height: 30px;
		top:auto;
		margin-left: -15px;
	}
	.what-game__list{
		float: none;
		width: 100%;
	}
	.what-game__next{
		display: block;
		position: static;
		margin: 0 auto;
	}
    .stuff-nav{max-width: 767px;}
    .stuff-popup__img{
        width: 500px;
        height: 350px;
    }
    .stuff-popup__styles .fancybox-arrow--left{margin-left: -304px;}
    .stuff-popup__styles .fancybox-arrow--right{margin-right: -314px;}
    .who-are-you__title + p{font-size: 20px;}
    .who-are-you__btn-start{margin-top: 12%;}
    .who-are-you-result__block{
        height: auto;
        margin: 0 0 5%;
        padding: 20px;
    }
    #who-are-you{padding-top: 65px;}
    .who-are-you-game__step{
        margin: 0 0 5%;
        font-size: 26px;
        line-height: 30px;
    }
    .who-are-you-game__title{margin-bottom: 40px;}
    .who-are-you-result__img{
        margin: 0 auto;
        position: relative;
        width: 400px;
        padding-top: 60%;
        left: 0;
        top: 0;
        margin: 0;
        -webkit-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        margin: 0 auto;
    }
    .who-are-you-result__right{
        font-size: 18px;
        line-height: 22px;
    }
    .who-are-you-result__block a,
    .who-are-you-result__rating{padding-left: 0;}
    .who-are-you-result__val{
        text-align: center;
        margin-top: 10px;
    }
    .who-are-you__title{
        margin: 0 0 20px;
    }
    .true-false__begin{padding: 0;}
    .true-false__title,
    .true-false__txt{margin-bottom: 25px;}
/*    #true-false{padding: 80px 0 30px;}*/
    #true-false-game{padding: 0;}
    .true-false-game__step{
        font-size: 50px;
        line-height: 1;
        margin-bottom: 25px;
    }
    .true-false-game__title{margin-bottom: 45px;}
}
@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait ) and (max-width: 767px){
	body{
		-webkit-text-size-adjust: none;
		font-size: 14px;
		line-height: 18px;
	}
	/* mobile */
	.search-form {
		margin-right: 10px;
		width: 115px;
		padding-left: 5px;
		padding-right: 35px;
	}
	.header__logo-lia{display: none;}
	.search-form__submit{
		right: 7px;
		font-size: 21px;
		width: 25px;
	}
	.intro{
		text-align: center;
		padding: 25px 0;
	}
	.intro__img{
		padding: 0;
		margin: 0 0 30px;
		float: none;
		display: inline-block;
	}
	.intro__play{
		display: inline-block;
		margin: 0 0 30px;
		float: none;
	}
	.social{
		float: none;
		margin: 0;
		display: inline-block;
		width: auto;
	}
	.visual-block__cell,
	.visual-block--big .visual-block__cell{padding-left: 40px;}
	.game-list li{
		padding-left: 0;
		width: 100%;
	}
	.game-list{
		padding: 30px 0 0;
		margin-left: 0;
	}
	/*vocabulary*/
	.vocabulary{
		padding: 20px 15px;
		margin: 15px 0;
	}
	.vocabulary__title {
		margin: 0 0 8px;
		font-size: 18px;
		line-height: 22px;
	}
	.vocabulary__quote q{margin-bottom: 8px;}
	.vocabulary__quote q:before,
	.vocabulary__quote q:after{
		display: inline-block;
		top:auto;
		left: auto;
		right: auto;
		bottom: auto;
		font-size: 14px;
		line-height: 17px;
		position: static;
	}
	.vocabulary__quote q:before{margin-right: 8px;}
	.vocabulary__quote q:after{margin-left: 8px;}
	.vocabulary__text{margin-bottom: 10px;}
	.vocabulary__block{padding-bottom: 30px;}
	.vocabulary__quote{padding: 0;}
	.vocabulary__quote+.vocabulary__quote{margin-top: 0;}
	.vocabulary__links{margin-bottom: 20px;}
	.vocabulary__link{
		padding: 10px 0 5px 35px;
		margin-right: 15px;
	}
	.vocabulary__link:before{
		width: 30px;
		line-height: 36px;
		font-size: 27px;
	}
	.vocabulary__link.icon-play:before {font-size: 25px;}
	.vocabulary__video,
	.vocabulary-slider__img{height: 250px !important;}
	.header__play {display: none;}
	.vocabulary__alphabet{display: none;}
	.about{
		padding: 15px;
	}
	.about__title {
		font-size: 18px;
		line-height: 22px;
		margin-bottom: 10px;
		padding-bottom: 5px;
	}
	.about__list&gt;li+li {
		margin-top: 20px;
	}
	.about__title span{margin: 20px 0;}
	.map__nav{
		max-width: 320px;
	}
	.map__nav li {
		font-size: 14px;
		line-height: 18px;
	}
	.map__nav a{
		padding: 8px 5px;
	}
	.map__nav span {
		padding: 0;
	}
	.map-objects,
	.map-filters{
		top: 36px;
		width: 250px;
	}
	#explosive-game{
		padding: 0;
	}
	.explosive-game__list{margin: 0;}
	.explosive-game__list li{
		width: 100%;
		padding-left: 0;
		min-height: 1px;
	}
	.explosive-game__next{
		position: static;
		display: block;
		margin: 20px auto 0;
		left: auto;
		width: 50px;
		height: 50px;
	}
	.stuff &gt; .container{
		max-width: 300px;
		padding: 70px 15px 20px;
	}
	.stuff__post {
		margin-bottom: 40px;
		overflow: hidden;
	}
	.stuff__post-img{margin: 0 auto 20px;}
	.stuff__post__title{
		font-size: 18px;
		line-height: 22px;
	}
	.stuff-desc &gt; .container{
		padding: 65px 15px 20px;
	}
	.stuff-desc__topic{
		font-size: 18px;
		line-height: 22px;
		margin: -5px 0 25px;
	}
	.stuff-desc__slider{
		padding: 0;
		margin: 25px auto;
	}
	.stuff-desc__slider .slick-next{
		right: 7px;
	}
	.stuff-desc__pdf{
		width: 35px;
		height: 45px;
		margin: 0 auto 20px;
	}
	.stuff-grid &gt; .container{
        max-width: 300px;
        padding: 55px 15px 20px;
    }
	.stuff-grid__list{
		margin-left: 0;
	}
	.stuff-grid__list li{
		width: 100%;
		padding: 0;
	}
	.bag-game__img img{
		width: 100%;
		height: auto;
	}
	.bag-game__list li{
		width: 100%;
	}
	.bag-game.opened .bag-game__img img{height: auto;}
	.bag-game__img{min-height: 1px;}
	.bag-game__next{
		position: static;
		display: inline-block;
		width: 40px;
		height: 40px;
	}
	.bag-result__block{
		margin-bottom: 30px;
		padding: 20px 20px;
	}
	.bag-result__title{margin-bottom: 25px;}
	.bag-start__img img{width: 150px;}
	.bag-start__title{margin-bottom: 20px;}
	.bag-start__img {margin-bottom: 30px;}
	.bag-result{padding-top: 0;}
	.bag-result__score{
		margin: 9px 0 20px;
		padding: 50px 30px 20px;
	}
	.what-game:before{
		width: 137px;
		height: 49px;
		margin-bottom: 10px;
	}
	.what-game__title strong {
		font-size: 22px;
	}
	.what-game__title{
		font-size: 18px;
		line-height: 20px;
	}
	.what-game__img{height: 200px;}
	.what-game__list li{
		width: 100%;
		margin-bottom: 20px;
	}
	.what-game__cell{height: 1px;}
	.what-result{padding-top: 40px;}
	.what-result__title{margin-bottom: 20px;}
	.what-result__sum{margin-bottom: 20px;	}
    .stuff-nav{max-width: 300px;}
    .stuff-nav__list{padding: 11px 15px 10px;}
    .stuff-nav__list li{
        font-size: 12px;
        text-align: center;
    }
    .stuff-nav__list a{padding-left: 15px;}
	.pagination li.next{padding-left: 0;}
	.pagination li.prev{padding-right: 0;}
	.stuff-popup__img{
		width: 300px;
		height: 250px;
	}
    .stuff-popup__styles .fancybox-arrow{color: #fff;}
    .stuff-popup__styles .fancybox-arrow--left{
        margin-left: 0;
        left: 0;
    }
    .stuff-popup__styles .fancybox-arrow--right{
        margin-right: 0;
        right: 0;
    }
    #who-are-you{
        font-size: 16px;
        line-height: 26px;
    }
    .who-are-you__begin .who-are-you__title{
        margin: 0 0 10%;
        font-size: 26px;
        line-height: 30px;
    }
    .who-are-you__begin p {
        font-size: 18px;
        line-height: 25px;
    }
    .who-are-you__btn-start{
        font-size: 20px;
        padding: 5px 10px;
    }
    #who-are-you-game{
        padding: 0;
        font-size: 20px;
        line-height: 30px;
    }
    .who-are-you-game__title{
        font-size: 1em;
        line-height: 30px;
        margin: 0 0 10%;
    }
    .who-are-you-game__list li + li{margin-top: 5%;}
    .who-are-you-game__list{
        margin: 0 0 10%;
        padding: 0;
        font-size: 18px;
        line-height: 25px;
    }
    .who-are-you-game__next{padding: 5px 10px;} 
    .who-are-you-result__block{
        padding: 10px 0 15px;
        min-height: 400px;
        margin-bottom: 10%;
    }
    .who-are-you-result__block a{
        font-size: 16px;
        line-height: 20px;
    }
    .who-are-you-result__left{
        padding: 10px;
        font-size: 16px;
        line-height: 20px;
    }
    .who-are-you__title{
        font-size: 26px;
        line-height: 30px;
        margin: 0 0 5%;
    }
    .who-are-you-result__val{
        font-size: 26px;
        margin-bottom: 5%;
    }
    .who-are-you-result__rating{
        padding: 0;
        margin-bottom: 5%;
        font-size: 16px;
        line-height: 20px;
    }
    .who-are-you__btn-finish{
        padding: 5px 10px;
        font-size: 20px;
    }
    .who-are-you-result__img{
        width: 270px;
        padding-top: 100%;
    }
    .who-are-you--next .who-are-you-game__next{
        font-size: 20px;
        padding: 5px 10px;
    }
    #true-false{
        font-size: 16px;
        line-height: 20px;
        padding: 60px 0 30px;
    }
    .true-false-game__ans p{
        font-size: 16px;
        line-height: 20px;
    }
    .true-false__txt{
        font-size: 16px;
        line-height: 20px;
        text-align: justify;
        font-style: italic;
        text-indent: 15px;
    }
    #true-false-game{
        font-size: 22px;
        line-height: 26px;
    }
    .true-false-game__step{
        font-size: 30px;
        line-height: 1;
        margin-bottom: 10px;
    }
    .true-false-result__step{margin: 10px 0 10px;}
    .true-false--start.opened .true-false-game__step {margin: 0 0 10px;}
    .true-false-game__title{margin-bottom: 35px;}
    .true-false-contol__true + .true-false-contol__false{margin-left: auto;}
    .true-false-contol__true,
    .true-false-contol__false{
        padding: 5px 15px;
        display: block;
        margin: 0 auto 15px;
    }
    .true-false-game__ans span{padding-top: 70%;}
    .true-false-game__ans mark{margin-bottom: 10px;}
    .true-false-game__more {margin-bottom: 20px;}
    .true-false--finish .true-false__begin{display: none;}
    .true-false-result{margin: 0;}
    .true-false-result__txt{margin-bottom: 35px;}
    #footer{text-align: center;}
    .footer__copy {float: none;}
    .footer__by{
        padding: 5px 0 0;
        float: none;
        font-size: 12px;
        margin-top: 10px;
    }
    .footer__copy-link{
        display: block;
        font-size: 0;
        line-height: 0;
    }
    .footer__copy a{
        display: inline-block;
        vertical-align: top;
        width: 50%;
        padding: 6px;
        font-size: 14px;
        line-height: 21px;
    }
    .footer__by a:before,
    .footer__by a:after{
        font-size: inherit;
        line-height: inherit;
    }
}
</pre></body></html>