

/* Start:/assets/css/games.css?1706703947109792*/
@font-face {
	font-family: 'fontello';
	src: url('/assets/css/fonts/fontello.eot');
	src: url('/assets/css/fonts/fontello.eot#iefix') format('embedded-opentype'),
		url('/assets/css/fonts/fontello.woff') format('woff'),
		url('/assets/css/fonts/fontello.ttf') format('truetype'),
		url('/assets/css/fonts/fontello.svg#fontello') format('svg');
	font-weight: normal;
	font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
	@font-face {
		font-family: 'fontello';
		src: url('/assets/css/fonts/fontello.svg#fontello') format('svg');
	}
}

img.close {
	float: right;
	margin-top: 10px;
	margin-right: 2px;
	margin-left: 10px;
	cursor: pointer;
}
/****************************************************/

/*     tooltip right    */
.tooltip,
.tooltip-left {
	position: relative;
	display: inline-block;
	min-width: 53px;
	max-width: 53px;
	height: 53px;
	background: url(/assets/css/game_images/qc.png);
}

.tooltip:hover {
	background: url(/assets/css/game_images/qc_a.png) no-repeat;
}
.tooltip span,
.tooltip-left span,
.game-cancel span {
	position: absolute;
	margin-left: -30000px;
	margin-top: 44%;
	padding: 10px;
	line-height: normal;
	color: #444;
	background-color: #e4e4e4;
	font-family: Conv_Calibri;
	font-style: italic;
	font-size: 18px;
	text-align: left;

	z-index: 99999;
}
.tooltip span {
	border-radius: 0 15px 15px 15px;
}
.tooltip-left span,
.game-cancel span {
	border-radius: 15px 0 15px 15px;
}
.tooltip:hover span,
.tooltip-left:hover span,
.game-cancel:hover span {
	width: 450px;
	z-index: 99999;
	top: 30px;
	left: 20px;
}
.tooltip:hover span {
	margin-left: 20px;
}
.tooltip-left:hover span,
.game-cancel:hover span {
	margin-left: -475px;
}
.tooltip span:after,
.tooltip-left span:after,
.game-cancel span:after {
	content: '';
	width: 0;
	height: 0;
	position: absolute;
	top: -10px;
}
.tooltip span:after {
	left: 0px;
	border-bottom: 10px solid #e4e4e4;
	border-right: 30px solid transparent;
}
.tooltip-left span:after,
.game-cancel span:after {
	right: 0px;
	border-bottom: 10px solid #e4e4e4;
	border-left: 30px solid transparent;
}

.tooltip-mini-top-hidden {
	position: relative;
}
.tooltip-mini,
.tooltip-right-mini,
.tooltip-mini-top {
	position: relative;
	display: inline-block;
	width: 35px;
	height: 31px;
	background: url(/assets/css/game_images/qc_min.png) no-repeat;
}
.tooltip-mini {
	top: -40px;
}
.tooltip-mini-top {
}
.tooltip-right-mini {
	top: -15px;
}
.tooltip-right-mini {
	margin-right: 2px;
}

.tooltip-mini span,
.tooltip-right-mini span,
.tooltip-mini-top span,
.tooltip-mini-top-hidden span {
	/*display: none;*/
	min-width: 500px;
	max-width: 500px;
	left: -900000px;
}
.tooltip-mini:hover span {
	/*display: block;*/
	left: 40px;
}
.tooltip-right-mini:hover span {
	left: -100%;
}
.tooltip-mini-top:hover span,
.tooltip-mini-top.active span {
	left: -250px;
	top: 42px;
}
.tooltip-mini-top-hidden:hover span,
.tooltip-mini-top-hidden.active span {
	left: calc(50% - 270px);
	top: 107%;
}
.tooltip-mini-top-hidden:hover span.l50,
.tooltip-mini-top-hidden.active span.l50 {
	left: -50%;
	top: 107%;
}
.absolute-center {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.inactive {
	visibility: hidden;
}
button.close,
button.save {
}

button.save,
button.next-info,
.md-content-info button {
	font-family: Conv_Junegull;
	background: linear-gradient(#f48e36,  #f2742b) no-repeat;
	border-radius: 5px;
	font-size: 16px;
	font-weight: 100;
	text-transform: uppercase;
	color: #fff;
	padding: 5px 25px;
	border: none;
	cursor: pointer;
	/*height: 39px;*/
}
button.save,
.md-content-info button {
	margin-right: 20px;
}

button.next-info.green {
	background: linear-gradient(to top, #1db04f 0%, #2dc56a 100%) no-repeat;
}

button.close,
button.next,
button.navigation {
	color: #868686;
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	speak: none;
	font-size: 1.5em;
	background: none;
	border: none;
	margin: 0.1%;
	margin-right: 10px;
	padding-left: 4px;
	padding-right: 4px;
	cursor: pointer;
	border: 1px solid rgba(0, 0, 0, 0);
}
button.close:hover {
	color: red;
}
button.flash {
	animation: pulsate_shadow 1.2s linear infinite;
	-webkit-animation: pulsate_shadow 1.2s linear infinite;
	/* Chrome, Safari, Opera */
}
/* Chrome, Safari, Opera */
@-webkit-keyframes pulsate_shadow {
	50% {
		box-shadow: 2px 2px 5px 2px #ff0000, -2px -2px 5px 2px #ff0000;
		color: white;
	}
}
@keyframes pulsate_shadow {
	50% {
		box-shadow: 2px 2px 5px 2px #ff0000, -2px -2px 5px 2px #ff0000;
		color: white;
	}
}
button.navigation:hover,
button.navigation:active,
button.navigation:focus {
	color: #000;
	border: 1px solid #888;
	text-shadow: 0 -1px rgba(0, 0, 0, 0.3), 0 0 5px #ffffaa, 0 0 8px #ffaaaa;
}

/* *************** MODAL WINDOW */
.md-modal {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 876px;
	max-width: 876px;
	min-width: 300px;
	/*height: 321px;*/
	min-height: 321px;
	z-index: 2000;
	visibility: hidden;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;

/*
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
*/

	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	background-color: #fff;
}
.md-show {
	visibility: visible;
}

.md-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
	opacity: 0;

	background: rgba(43,43,43,0.8);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.md-show ~ .md-overlay {
	opacity: 1;
	visibility: visible;
}

/* Content styles */
.md-content,
.md-content-info {
	position: relative;
	/*margin: 25% 0;*/
/*	border-radius: 3px;
	margin: 0 auto;
*/
}
.md-content {
	font-family: Conv_Junegull;
	font-size: 25px;
	font-weight: 100;
	text-transform: uppercase;
}

.md-content-info {
	font-family: Conv_Calibri;
	font-size: 20px;
	font-weight: 100;
}

.md-content h3 {
	margin: 0;
	padding: 0.4em;
	/*text-align: center;*/
	font-size: 2.4em;
	font-weight: 300;
	opacity: 0.8;
	background: rgba(0,0,0,0.1);
	border-radius: 3px 3px 0 0;
}

.md-content > div:first-child {
	margin: 0 75px;
	text-align: center;
}
/*
.md-content > div p {
	margin: 0;
	padding: 10px 0;
}

.md-content > div ul {
	margin: 0;
	padding: 0 0 30px 20px;
}

.md-content > div ul li {
	padding: 5px 0;
}

*/
.md-content-info >div {
	padding: 53px 78px 32px;
}

.md-content-info .auto-center {
	padding: 32px 78px 32px;
}

.md-content-info h1 {
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	font-style: normal;
}
.md-content-info ul>li {
	position: relative;
	font-style: italic;
	margin-top: 10px;
}
.md-content-info ul>li::before {
	content: '';
	position: absolute;
	top: 10px;
	left: -10px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #f38231;
}
@media screen and (min-height: 800px) {
	.md-content-info ul>li img.comp-atack {
		max-width: 50px;
		margin-right: 20px;
		vertical-align: middle;
	}
}
@media screen and (max-height: 750px) {
	.md-content-info ul>li img.comp-atack {
		max-width: 30px;
		margin-right: 20px;
		vertical-align: middle;
	}
}
.md-content-info ul>li span.comp-atack {
	display: inline-block;
	min-width: 200px;
}
.md-content button {
	display: block;
	margin: 55px auto;
	padding: 16px 43px;

	font-family: Conv_Calibri;
	font-size: 21px;
	font-weight: bold;
	text-transform: capitalize;
	color: #fff;
	border-radius: 10px;
	box-shadow: 2px 2px 4px #d7d7d7;
	border: none;
	cursor: pointer;
}

.error .md-content button {
	background: linear-gradient(to top, #d74343, #df5353);
	/*border: 1px groove #932424;*/
}

.message .md-content button {
	background: linear-gradient(to top, #18944f, #1ea963);
	/*border: 1px groove #56bf8b;*/
}
.md-content-info button {
	display: flex;
	margin: 20px auto;
	/*margin: 0px calc((100% - 180px)/2) 20px;*/
	/*width: 180px;*/
}

/* Individual modal styles with animations/transitions */

/* Effect 1: Fade in and scale up */
.md-effect-1 .md-content {
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7);
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.md-show.md-effect-1 .md-content {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

/*     END MODAL WINDOW         */
.error {
/*	background: -moz-linear-gradient(#FFF, #999) repeat scroll 0% 0% transparent;
	background: -webkit-linear-gradient(#FFF, #999) repeat scroll 0% 0% transparent;
	background: -o-linear-gradient(#FFF, #999) repeat scroll 0% 0% transparent;
	background: linear-gradient(#FFF, #999) repeat scroll 0% 0% transparent;
*/	border: 1px solid #d94747;
	color: #d94747;
	height: 321px;
}
.m-error {
	border: 1px solid #d94747;
	color: #d94747;
}
.message {
/*	background: -moz-linear-gradient(#FFF, #999) repeat scroll 0% 0% transparent;
	background: -webkit-linear-gradient(#FFF, #999) repeat scroll 0% 0% transparent;
	background: -o-linear-gradient(#FFF, #999) repeat scroll 0% 0% transparent;
	background: linear-gradient(#FFF, #999) repeat scroll 0% 0% transparent;
*/	border: 1px solid #1b9e59;
	color: #1b9e59;
	height: 321px;
}
.msg-info-text {
    font-family: Conv_Calibri;
	font-size: 20px;
    font-style: italic;
	color: #000;
	text-transform: none;
    text-align: center;
    padding: 0px 32px;
}
.msg-info {
	box-shadow: 2px 2px 5px #e0e0e0;
	border-radius: 10px;
	min-width: 60%;
	/*padding: 50px;*/
}

.msg-info-auto {
	font-family: Conv_Calibri;
	font-size: 36px;
	font-weight: 100;
	box-shadow: 2px 2px 10px #e0e0e0;
	border-radius: 10px;
	min-height: 150px;
	height: 150px;
	width: auto;
}

#game_module {
	min-height: 680px;
	width: 100%;
	background-color: #f2f2f2;
	padding-bottom: 10px;
}
#game_module >header {
	height: 72px;
	width: 100%;
	background-color: #1e9b59;
}

.game_nav {
	display: flex;
	justify-content: space-between;
	align-content: center;
	align-items: center;
	height: 100%;
	width: 1140px;
	margin: 0 auto;
}
.game_nav >div:last-child{
	display: flex;
	justify-content: space-between;
	align-content: center;
	align-items: center;
}
.game_nav >div.w100{
	width: 100%;
}

.game_nav_head {
	display: flex;
	justify-content: space-between;
	align-content: center;
	align-items: center;
}
.game_nav .game-cancel {
	position: relative;
	min-width: 53px;
	max-width: 53px;
	height: 53px;
	background: url(/assets/css/game_images/cancel.png);
	cursor: pointer;
}
.game_nav .game-cancel:hover {
	background: url(/assets/css/game_images/cancel_a.png);
}
.game_nav .game-back {
	min-width: 53px;
	max-width: 53px;
	height: 53px;
	background: url(/assets/css/game_images/back.png);
	cursor: pointer;
}
.game_nav .game-back:hover {
	background: url(/assets/css/game_images/back_a.png);
}

h1.game_header {
	text-align: center;
	font-family: Conv_Junegull;
	font-size: 23px;
	font-weight: 100;
	color: #fff;
	min-width: 858px;
}

h1.game_header-alt {
	text-align: center;
	font-family: Conv_Junegull;
	font-size: 23px;
	font-weight: 100;
	color: #fff;
	min-width: 858px;
	width: 100%;
	margin-left: -53px;
}

.game_nav_bar {
	width: 50%;
	height: 12%;
	margin: 0 auto;
	text-align: center;
}
.game_body, .game_container {
	position: relative;
	width: 1140px;
	margin: 0 auto;
	background-color: #f7f7f7;
}

.game_body {
	min-height: 600px;
	box-shadow: 2px 2px 2px #d7d7d7;
}

img.grayscale {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}

.game-prompt.show {
	display: flex;
}
.game-prompt {
	display: none;
	position: relative;
	bottom: 0;
	width: 70%;
	height: 53px;
	margin: 20px auto;
	border: 1px solid #ccc;
	background-color: #d9d9d9;
	border-radius: 4px;
	font-family: Conv_Calibri;
	font-style: italic;
	font-size: 18px;
	color: #4d4d4d;
	text-align: center;
	/*line-height: 53px;*/
	box-shadow: inset 1px 1px 6px #b9b9b9;
	align-items: center;
	justify-content: center;
}
.game-prompt:before {
	content: '';
	font-family: Conv_Calibri;
	font-style: italic;
	font-size: 28px;
	font-weight: normal;
	color: blue;
	position: absolute;
	width: 30px;
	height: 30px;
	left: -5px;
	top: -20px;
	background: #fff url(/assets/css/game_images/i.png) no-repeat scroll 50% 50%;
	border-radius: 50%;
	line-height: 30px;
	box-shadow: 1px 1px 2px #9f9f9f;
}
/************************************************************
* Test game
*************************************************************/
.game_test {
	position: relative;
	padding-top: 1px;
	display: flex;
	flex-wrap: wrap;
}
.game_test .title {
	width: 1042px;
	height: 77px;
	line-height: 77px;
	text-align: center;

	font-family: Conv_Calibri;
	font-style: italic;
	font-weight: normal;
	font-size: 28px;
	color: #000;

	box-shadow: 2px 2px 5px #e0e0e0;
	margin: 10px auto;
}
.game_test >div {
	display: flex;
	justify-content: space-between;
	align-content: center;
	align-items: center;
	margin: 7px auto 0;
}
.game_test >div>span:not(.marker) {
	display: flex;
	justify-content: flex-start;
	align-content: center;
	align-items: center;
	min-height: 100px;
	width: 840px;
	border-radius: 10px;
	box-shadow: 2px 2px 5px #E0E0E0;
	background-color: #fff;
}
.game_test label.visible {
	/*display: inline-block;*/
	display: flex;
	height: 130px;
	align-items: center;
	width: 90%;

	font-family: Conv_Calibri;
	font-style: italic;
	font-weight: normal;
	font-size: 27px;
	color: #000;

	/*line-height: 28px;*/
	vertical-align: middle;
	margin-left: 20px;
}
.game_test label {
	cursor: pointer;
}
.game_test .marker {
	position: relative;
	display: inline-block;
	width: 57px;
	height: 57px;
	border: 4px solid #f7f7f7;
	border-radius: 6px;
	background: #ccc linear-gradient(to bottom, #aaa 0%, #bbb 5%, #ccc 100%);
	box-shadow: 1px 1px 1px #E0E0E0, -1px -1px 1px #E0E0E0;
	margin-left: 20px;
}

/*.game_test label:hover {
	background-color: #009b4d;
	color: white;
}
*/
.game_test input[type='checkbox'] {
	display: none;
}

.game_test input[type='checkbox']:checked ~ label>span.marker:before {
	position: absolute;
	top: -5px;
	left: 5px;
	width: 71px;
	height: 55px;
	content: '';
	background: transparent url(/assets/css/game_images/check.png) no-repeat scroll 0 0;
}

.game_test input.error[type='checkbox']:checked ~ label>span.marker:before {
	background: transparent url(/assets/css/game_images/check_error.png) no-repeat scroll 0 0;
}

.game_test input.error[type='checkbox'] + span {
	background-color: #f86666;
}

/*.test .navigation.next {
	background: url("/assets/css/images/btn_next.png") no-repeat scroll 0% 0% transparent;
	color: #fff;
	line-height: 2px;
	height: 28px;
	font-size: 1.3em;
	padding: 3px;
	width: 103px;
}
*/
/************************************************************
* Association game
*************************************************************/
.assoc {
	position: relative;
}
.assoc img {
	vertical-align: middle;
	margin-left: 110px;
	/*max-width: 85%;*/
}
.assoc .img_icon {
	float: left;
}
.assoc img.bg {
	position: absolute;
	/*filter: blur(2px);*/
	filter: grayscale(100%);
	opacity: 0.15;
	top: -10px;
	left: -80px;
}
.assoc .answer .bg-container,
.assoc .question .bg-container {
	position: absolute;
	display: flex;
	align-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	top: 0px;
	overflow: hidden;
}
.assoc .answer .bg-container {
	left: 0;
}
.assoc .question .bg-container {
	left: 200px;
}
.assoc .r20 {
	transform: rotate(20deg);
}
.assoc header h2 {
	text-transform: uppercase;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
}

.assoc .answer header h2 {
	text-align: right;
	padding-right: 20px;
	padding-left: 20px;
}

.right {
	float: right;
}

.assoc .right {
	float: right;
	/*top: -20px;*/
}
.assoc .game_container {
	display: flex;
	justify-content: space-around;
	width: 100%;
}
.assoc .column2 {
	text-align: center;
}

.assoc .column2 p,
.assoc .column2 p p {
	font-family: Conv_Calibri;
	font-style: italic;
	font-size: 15px;
	font-weight: normal;
	padding-left: 35px;
	padding-right: 30px;
	color: #000;
	text-align: left;
}
/*.assoc .column2 p p {
	padding: 0;
	font-size: 0.9em;
	text-align: left;
}
*/
.assoc .column2 header {
	display: block;
	width: 100%;
/*	height: 30px;
	margin: 5px;
*/}
.assoc .column2 header h1 {
	height: 77px;
	width: 480px;
	text-align: center;
	border: 1px solid #e7e7e7;
	box-shadow: 2px 2px 2px rgba(128, 128, 128, 0.34);
	font-family: Conv_Calibri;
	font-style: italic;
	font-weight: normal;
	font-size: 25px;
	line-height: 77px;
	/*padding: 0 10px;*/
	margin-top: 10px;
}
.assoc .question,
.assoc .answer {
	position: relative;
	display: flex;
	align-content: center;
	align-items: center;

	width: 460px;
	min-height: 122px;
	margin: 10px 0;

	background: #fff;
	border-radius: 10px;
	box-shadow: 2px 2px 2px #888;

	font-family: Conv_Calibri;
	font-size: 1em;
	font-weight: normal;
	color: #000;
	padding: 0 10px;
}
.assoc .question .bg-container:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: -65px;
	left: 160px;
	background: transparent url("/assets/css/game_images/q_bg_128.png") no-repeat scroll 0 0;
	opacity: 0.04;
	transform: rotate(-20deg);
}
.assoc .answer:not(.mini) {
	flex-wrap: wrap;
}

.assoc .answer.mini {
	min-height: 72px;
	justify-content: space-around;
	height: 72px;
}
.canvas_over {
  position: absolute;
  top: 0;
  left: 0;
  border: none;
  width: 100%;
}
.assoc .answer {
  /*background-color: #8c00c1;*/
}

.assoc .question >p {
	font-family: Conv_Calibri;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	color: #757575;
}
.assoc .question >p>ul:not(.simple) {
	font-family: Conv_Calibri;
	font-size: 15px;
	font-style: italic;
	font-weight: normal;
	border-bottom: 1px solid #e7e7e7;
	color: #000;
}
.assoc .question >p>ul>li {
	position: relative;
	/*padding-left: 10px;*/
}
.assoc .question >p>ul:not(.simple)>li::before {
	content: '';
	position: absolute;
	top: 10px;
	left: -10px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #f38231;
}
/************************************************************
* Seabattle game
*************************************************************/
.game.seabattle {
	min-height: 820px;
	font-family: Conv_Calibri;
	font-weight: normal;
	font-style: italic;
	font-size: 22px;
}
.game.seabattle.space_around {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	min-height: 600px;
	overflow: hidden;
	margin-bottom: 20px;
}
.game.seabattle .m-row,
.game.seabattle .row {
	position: relative;
	display: flex;
}
.game.seabattle .m-row {
	width: 100%;
	justify-content: flex-start;
	align-content: center;
	align-items: center;
}
.game.seabattle .row {
	width: 1040px;
	/*justify-content: space-between;*/
	justify-content: space-around;
}
.game.seabattle .col {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.game.seabattle .menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 400px;
	height: 510px;
}
.game.seabattle .menu .item {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	width: 278px;
	height: 88px;
	padding-left: 40px;
	font-style: italic;
	background-color: #f6f6f6;
	border-radius: 10px;
	cursor: pointer;
}
.game.seabattle .menu h1 {
	font-family: Conv_Junegull;
	font-size: 30px;
	text-transform: uppercase;
	color: #f48a34;
}
.game.seabattle .ship_menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	width: 264px;
	height: 348px;
	padding: 20px;
}
.game.seabattle .ship_menu h1 {
	font-size: 24px;
	text-align: right;
	padding-right: 20px;
}
.game.seabattle .ship_menu span {
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #1b9e59;
	text-align: center;
	line-height: 40px;
	color: #fff;
	text-shadow: 1px 1px 2px #aaa;
	font-size: 24px;
	margin-right: 30px;
}
.game.seabattle .field {
	flex-wrap: wrap;
}
.game.seabattle .field .f-row {
	flex-wrap: wrap;
	height: 66px;
	/*width: 650px;*/
	border-right: 1px solid #f0f0f0;
	background-color: #fff;
}
.game.seabattle .field .f-row:last-child {
	border-bottom: 1px solid #f0f0f0;
}
.game.seabattle .field .f-row .cell {
	position: relative;
	display: inline-block;
	width: 65px;
	height: 65px;
	border-top: 1px solid #f0f0f0;
	border-left: 1px solid #f0f0f0;
}
.game.seabattle .field .f-row:nth-child(2n) .cell:nth-child(2n) {
	background-color: #e6e6e6;
}
.game.seabattle .field .f-row:nth-child(2n+1) .cell:nth-child(2n+1) {
	background-color: #e6e6e6;
}
.game.seabattle .vertical {
	-ms-transform: rotate(90deg);
	-ms-transform-origin: 27px 27px;
	-webkit-transform: rotate(90deg);
	-webkit-transform-origin: 27px 27px;
	transform: rotate(90deg);
	transform-origin: 27px 27px;
}
.game.seabattle .ship {
	z-index: 90px;
}
#game_seabattle .info-block .content-info {
/*	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
	align-items: center;
*/	min-width: 300px;
	min-height: 100px;
	max-width: 40%;
	padding: 20px;
	margin: 20px;
	border-radius: 10px;
	box-shadow: 2px 2px 2px #ccc;
	background-color: #fff;
	position: relative;
}
/*#game_seabattle .info-block .content-info {
	text-align: center;
}
*/
#game_seabattle .info-block .content-info button {
	position: absolute;
	right: 20px;
	bottom: -10px;
}

.game.seabattle button:disabled {
    color: #dddddd;
	cursor: auto;
}

/*
.game.seabattle {
	position: relative;
	display: flex;
	justify-content: space-around;
}

.game.game_body .info {
	position: absolute;
	width: 300px;
	height: 100px;
	padding: 10px;
	text-align: center;
	border: 4px groove #afa;
	border-radius: 10px;
	background-color: #fff;
	z-index: 200;
	visibility: hidden;
}
.game_body .info:after {
	content: '+';
	position: absolute;
	top: -10px;
	right: -10px;
	background-color: #000;
	border: 2px solid #fff;
	border-radius: 50%;
	line-height: 20px;
	text-align: center;
	width: 20px;
	height: 20px;
	color: #fff;
	vertical-align: middle;
	font-size: 1.5em;
	transform: rotate(45deg);
}
.game.seabattle .select {
	display: inline-block;
	width: 50%;
	height: 95%;
	background-color: white;
	border-radius: 40px;
}

.game.seabattle .select h1 {
	margin: 5px auto;
	text-align: center;
	font-size: 22pt;
	font-style: italic;
}

.game.seabattle .select button {
	position: relative;
	border-radius: 20px;
	margin-top: 5%;
	margin-left: 10%;
	display: inline-block;
	width: 80%;
	height: 20%;
	border: none;
	cursor: pointer;
	color: white;
	font-size: 26pt;
	text-align: left;
	padding-left: 20px;
}

#musician {
  background: -webkit-linear-gradient(to top, #617, #a4b, #f6f);
  background: -o-linear-gradient(to top, #617, #a4b, #f6f);
  background: -moz-linear-gradient(to top, #617, #a4b, #f6f);
  background: linear-gradient(to top, #617, #a4b, #f6f);
}

#programmer {
  background: -webkit-linear-gradient(to top, #714, #b47 , #f6a);
  background: -o-linear-gradient(to top, #714, #b47 , #f6a);
  background: -moz-linear-gradient(to top, #714, #b47 , #f6a);
  background: linear-gradient(to top, #714, #b47 , #f6a);
}

#writer {
  background: -webkit-linear-gradient(to top, #167, #39b, #6df);
  background: -o-linear-gradient(to top, #167, #39b, #6df);
  background: -moz-linear-gradient(to top, #167, #39b, #6df);
  background: linear-gradient(to top, #167, #39b, #6df);
}

.game.seabattle .select button img {
	position: absolute;
	right: 0;
	bottom: 0;
}

.game.seabattle .field {
	display: inline-table;
	border-bottom: 1px solid blue;
	border-right: 1px solid blue;
	background-color: #0fa5ff;
}

.game.seabattle .field .cell {
	position: relative;
	display: inline-block;
	width: 65px;
	height: 65px;
	border-top: 1px solid blue;
	border-left: 1px solid blue;
}

.game.seabattle .field .map {
}

.game.seabattle button:disabled {
	color: graytext;
}

.game.seabattle button.down {
	top: 100%;
}
.game.seabattle button {
	position: inherit;
	bottom: initial;
	height: 40px;
	width: 200px;
	margin: 5px auto;
	border-radius: 5px;
	border: none;
	color: white;
	font-size: 18pt;

	background: -webkit-linear-gradient(to top, #400, #a33, #d88, #922);
	background: -o-linear-gradient(to top, #617, #a33, #d88, #922);
	background: -moz-linear-gradient(to top, #617, #a33, #d88, #922);
	background: linear-gradient(to top, #617, #a33, #d88, #922);
}

.game.seabattle .message h1 {
	font-size: 22pt;
	font-weight: bold;
	color: red;
}

.game.seabattle .message p {
	font-size: 22pt;
}

.game.seabattle .message button {
	bottom: 10px;
	top: initial;
	background: -webkit-linear-gradient(to top, #340, #580, #ad5, #ad5, #8c0);
	background: -o-linear-gradient(to top, #340, #580, #ad5, #ad5, #8c0);
	background: -moz-linear-gradient(to top, #340, #580, #ad5, #ad5, #8c0);
	background: linear-gradient(to top, #340, #580, #ad5, #ad5, #8c0);

}

.game.seabattle .ship_menu {
	position: absolute;
	margin: 0 20%;
	right: 0;
	left: 0;
	border-radius: 40px;
	background-color: rgb(255, 203, 0);
	padding: 5px 20px;
	height: 10px;
	top: 20px;
}

.game.seabattle .ship_menu span {
	font-size: 16pt;
	color: white;
	background-color: gray;
	border-radius: 100%;
	width: 50px;
	display: inline-block;
	height: 50px;
	text-align: center;
	line-height: 50px;
	vertical-align: bottom;
	margin: -20px 10px 20px 0px;
}

.game.seabattle .ship_menu>div {
	margin: 0 auto;
	display: table;
}

.game.seabattle .ship_menu img {
	margin: -30px 40px 20px 0px;
}

.game.seabattle .field-ship {
	position: relative;
	margin: auto 0;
}

.game.seabattle .ship {
	
}

.game.seabattle .hero img {
	height: 60px;
}
.game.seabattle .hero span {
	font-size: 22pt;
	font-style: italic;
	font-weight: bold;
}

.game.seabattle .vertical {
	-ms-transform: rotate(90deg);
	-ms-transform-origin: 27px 27px;
	-webkit-transform: rotate(90deg);
	-webkit-transform-origin: 27px 27px;
	transform: rotate(90deg);
	transform-origin: 27px 27px;
}
*/

/************************************************************
* Crossword game
*************************************************************/
.crossword {
	
}
.crossword .game_container {
	min-height: 650px;
}
.crossword .svg-field {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 1;
}
.crossword .letters_field {
	position: relative;
	float: right;
	margin: 5px 55px 5px 5px;
}
.crossword .letters_field >div {
	display: flex;
}
.crossword .question {
	position: relative;
	display: inline-block;
	width: 235px;
	height: 63px;
	line-height: 63px;
	margin: 5px 0 0 46px;

	background-color: #fff;

	font-family: Conv_Calibri;
	font-size: 23px;
	font-weight: bold;
	font-style: italic;
	color: #000;
	text-align: left;
	vertical-align: middle;

	cursor: pointer;
	box-shadow: 2px 2px 5px #E0E0E0;
	border-radius: 10px;
}
.crossword .question >div {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-left: 20px;
	height: 100%;
}
.crossword .question span {
	line-height: normal;
}
.crossword .question >div>span>span.dig {
	font-family: Conv_Archive, sans-serif;
	font-size: 45px;
	font-style: normal;
	color: #1b89bc;
	margin-bottom: 10px;
}
.crossword .letter {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 63px;
	height: 63px;
	margin: 1px;

	font-family: Conv_Calibri;
	font-size: 34px;
	font-weight: bold;
	font-style: italic;

	background-color: #fff;
	border: solid 1px #fff;
	box-shadow: 2px 2px 3px #888;
	text-align: center;
	cursor: pointer;
	border-radius: 10px;
}
.crossword .question_select,
.crossword .letter_select {
  background-color: #44df92;
}
.crossword .question_fixed {
	background-color: #1da660;
	border-color: #1da660;
	cursor: auto;
}
.crossword .question_fixed >span:first-child {
	color: #fff;
}
.crossword .letter_fixed {
	background: linear-gradient(to top, #189550, #1ea963);
	border-color: #167943;
	border-style: outset;
	color: #fff;
	cursor: auto;
}

/************************************************************
* Presentation game
*************************************************************/
.presentation {
	position: relative;
	width: 100%;
}

.presentation .frame {
	visibility: hidden;
	transition: all 0.4s linear;/* ease-out;*/
}

.transition {
	transition: all 0.4s linear;/* ease-out;*/
}
.msg {
	display: block;
	position: relative;
	margin: 0px auto;
	margin-top: 20%;
	width: 300px;
	background-color: #ffe;
	padding: 20px;
	text-align: justify;
	border-radius: 10px;

	background: -moz-linear-gradient(#ffe, #bfbf0d) repeat scroll 0% 0% transparent;
	background: -webkit-linear-gradient(#ffe, #bfbf0d) repeat scroll 0% 0% transparent;
	background: -o-linear-gradient(#ffe, #bfbf0d) repeat scroll 0% 0% transparent;
	background: linear-gradient(#ffe, #bfbf0d) repeat scroll 0% 0% transparent;
}
/************************************************************
* Office game
*************************************************************/
.office {
	background-color: #ccf;
	display: flex;
	padding: 10px;
	width: 90%;
	margin: 30px auto;
}
.office .room {
	position: relative;
	background-color: #fff;
	margin-right: 2px;
	width: 80%;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
.office .storage {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	background-color: #fff;
	width: 20%;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
.office .storage div {
	width: 100%;
}
.office .storage div >span {
	padding-left: 10px;
	color: #286fd7;
}

.office .storage img {
	margin: 10px auto;
	display: block;
}

.office .line {
	display: block;
	border-radius: 15px;
	width: 90%;
	height: 30px;
	line-height: 30px;
	background-color: #ccc;
	margin: 0 auto;
}

.office .count {
	float: right;
	display: block;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background-color: #286fd7;
	border: 3px solid #fff;
	vertical-align: middle;
	color: #fff;
	font-size: 1.3em;
	text-align: center;
	margin-top: -7px;
}

.overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.veil {
	position: fixed;
	background-color: rgba(0,0,0,0.7);
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

/************************************************************
* CompAttack game
*************************************************************/
@media screen and (max-height: 750px) {
	.game.comp_attack {
		min-height: 700px;
	}
	.game.comp_attack .canvas_over {
		width: 1140px;
		height: 560px;
		top: 95px;
	}
	.game.comp_attack .space_around {
		position: relative;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
		background: url(/games/game/attack/img/bg.jpg);
		height: 700px;
	}
}
@media screen and (min-height: 800px) {
	.game.comp_attack {
		min-height: 800px;
	}
	.game.comp_attack .canvas_over {
		width: 1140px;height: 660px;top: 95px;
	}
	.game.comp_attack .space_around {
		position: relative;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
		background: url(/games/game/attack/img/bg.jpg);
		height: 800px;
	}
}

.game.comp_attack .title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 82px;
	margin: 0 20px;
}
.game.comp_attack .title .score {
	padding-left: 20px;
	text-align: center;
	margin: 0;
}
.game.comp_attack .title {
}
.game.comp_attack .title .info-title {
	font-family: Conv_Calibri;
	font-size: 24px;
	color: #fff;
	font-weight: normal;
	font-style: normal;
}
.game.comp_attack .title .life {
	width: 300px;
	height: 45px;
	border-radius: 28px;
	border: 4px solid #fff;
	background-color: green;
	overflow: hidden;
}
.game.comp_attack .timeline .indicator,
.game.comp_attack .title .life .indicator {
	background-color: rgba(0,0,0,0.5);
	height: 100%;
	float: right;
}
.game.comp_attack .timeline {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 45px;
	border: 4px solid #fff;
	background-color: green;
	/*overflow: hidden;*/
	box-sizing: border-box;
}
.game.comp_attack .timeline .slider {
	position: absolute;
	width: 5px;
	height: 47px;
	top: -4px;
	background-color: green;
}

/************************************************************
* Portal game
*************************************************************/
.portal {
	margin: 5px auto;
	display: block;
}

.portal.site {
	position: relative;
	display: block;
	z-index: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 170, 0.4);
	margin-top: 5px;
}

.portal.site .head {
	display: block;
	height: 80px;
	padding: 20px;
	background-color: #2af;
}
.portal.site .head span {
	font-style: italic;
}

.portal.site .head span.tooltip {
	width: 20%;
	background-color: #fff;
	border-radius: 8px;
	padding: 10px;
	visibility: hidden;
	float: right;
}

.portal.site .head h1 {
	font-size: 4em;
	display: inline-block;
}

.portal.site .sbody {
	display: flex;
	justify-content: space-between;
	height: 60%;
	width: 100%;
}

.portal.site .col {
	display: block;
	background-color: #ccc;
	width: 15%;
	height: 100%;
	margin: 0 2px;
	text-align: center;
}
.portal.site .col img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40%;
}
.portal.site .col a {
	color: #2af;
	text-decoration: underline;
}
.portal.site .footer {
	padding-left: 40px;
}

/*
.portal.site .left-menu ul:before {
	content: '\2fea';
}
*/

.portal.site .left-menu {
	padding: 20px;
	color: #24f;
}
.portal.site .left-menu ul li,
.portal.site .content ul li {
	font-size: 1.5em;
	font-weight: bold;
	margin-left: 20px;
	list-style-type:disc;
}
.portal.site .left-menu ul li li,.portal.site .content ul li li  {font-size: 0.8em; list-style-type:circle;}

.portal.site .content {
	padding-left: 50px;
	padding-top: 50px;
	width: 80%;
	color: #24f;
	background: -moz-linear-gradient(to right, #d4d4d4 0%, #fefedc 5%, #fefedc 100%) repeat scroll 0% 0% transparent;
	background: -webkit-linear-gradient(to right, #d4d4d4 0%, #fefedc 5%, #fefedc 100%) repeat scroll 0% 0% transparent;
	background: -o-linear-gradient(to right, #d4d4d4 0%, #fefedc 5%, #fefedc 100%) repeat scroll 0% 0% transparent;
	background: linear-gradient(to right, #d4d4d4 0%, #fefedc 5%, #fefedc 100%) repeat scroll 0% 0% transparent;
}

.portal .center {
	margin: 0 auto;
	width: 90%;
}

.portal button {
	margin: 0 auto;
	display: block;
	width: 15%;
}
.portal .question, .portal .answer {
	display: block;
	width: 45%;
	height: 150px;
	margin: 5px;
	padding: 20px;
	border-radius: 10px;
	border: 1px solid #ccc;
	text-align: center;
	float: left;
	font-size: 1.6em;

	background: -moz-linear-gradient(to top, #d4d4d4 0%, #fefedc 15%, #fefedc 100%) repeat scroll 0% 0% transparent;
	background: -webkit-linear-gradient(to top, #d4d4d4 0%, #fefedc 15%, #fefedc 100%) repeat scroll 0% 0% transparent;
	background: -o-linear-gradient(to top, #d4d4d4 0%, #fefedc 15%, #fefedc 100%) repeat scroll 0% 0% transparent;
	background: linear-gradient(to top, #d4d4d4 0%, #fefedc 15%, #fefedc 85%, #d4d4d4 100%) repeat scroll 0% 0% transparent;
}
.portal .answer label {
	display: inline-block;
	width: 70%;
	text-align: left;
	vertical-align: middle;
	margin: 10px;
	font-size: 0.7em;
	cursor: pointer;
}
.portal .answer.error {
	border: 1px solid red;
}

/************************************************************
* Sanake game
*************************************************************/
.game.snake {
	min-height: 800px;
}
.game.snake .space_around {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.game.snake .row-field,
.game.snake .row {
	display: flex;
	justify-content: center;
	width: 100%;
}
.game.snake .row {
	margin-bottom: 20px;
}
.game.snake .title {
	display: flex;
	align-items: center;
	height: 74px;
	width: 836px;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	font-size: 30px;
	color: #000;
	background-color: #fff;
	text-align: center;
}
.game.snake .title h1 {
	width: 100%;
}
.game.snake .title .tooltip-mini span {
	min-width: 300px;
	max-width: 300px;
	min-height: 50px;
	max-height: 150px;
}
.game.snake .title .tooltip-mini:hover span {
	left: -150px;
}
.game.snake .snake_main {
	display: flex;
	justify-content: space-between;
	height: 100%;
	width: 1100px;
	/*margin: 5px auto;*/
	border-radius: 10px;
	overflow: hidden;
}
.game.snake .left_region {
	min-height: 400px;
}
.score,
.game.snake .left_item {
	display: flex;
	justify-content: space-between;
	align-content: center;
	align-items: center;

	width: 230px;
	height: 45px;
	line-height: 45px;
	margin-top: 55px;
	margin-left: 10px;

	font-family: Conv_Junegull;
	font-style: normal;
	border-radius: 22px;
	background-color: #fff;
	box-shadow: 2px 2px 2px #ccc;

	font-size: 20px;
	color: #f38733;
}
.score .value,
.game.snake .left_item .value {
	display: inline-block;
	width: 72px;
	height: 72px;
	border: 4px solid #fff;
	border-radius: 50%;
	box-shadow: inset 2px 2px 2px #989898, 0px 0px 14px #989898;
	background-color: #dedede;
	line-height: 72px;
	text-align: center;
	font-size: 19px;
	color: #0e68b1;
}
.game.snake .right_region {
	position: relative;
	width: 740px;
	height: 740px;
	margin-bottom: 20px;
	margin-right: 20px;
}
.game.snake .field-border {
	position: absolute;
	display: block;
	width: 720px;
	height: 720px;
	padding: 10px;
	background-color: #fff;
	border-radius: 10px;
	z-index: 2;
	box-shadow: 3px 3px 4px #C0C0C0;
}
.game.snake .field {
	position: absolute;
	display: block;
	width: 720px;
	height: 720px;
	border-radius: 10px;
	background-color: #fff;
	margin-bottom: 20px;
	z-index: 3;
	border-top: 1px solid #dedede;
	border-left: 1px solid #dedede;
	overflow: hidden;
}
.game.snake .field-after,
.game.snake .field-before {
	position: absolute;
	content: '';
	height: 20px;
	width: 690px;
	background-color: transparent;
	box-shadow: 0px 8px 12px #000;
	bottom: 15px;
	z-index: 1;
}
.game.snake .field-after {
	transform: rotate(-2deg);
	left: 10px;
}
.game.snake .field-before {
	transform: rotate(2deg);
	right: 10px;
}
.game.snake .cell {
	position: relative;
	display: inline-block;
	border-style: solid;
	border-color: #dedede; /*#009eff;*/
	border-top-width: 0;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0;
	text-align: center;
	vertical-align: middle;
	font-weight: 700;
	width: 15px;
	height: 15px;
	line-height: 12px;
}

.game.snake .cell.star:before,
.game.snake .cell.bomb:before {
	position: absolute;
	content: ' ';
	top: -3px;
	left: -4px;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background-color:  #999;

/*
	min-width: 27px;
	min-height: 27px;
	max-width: 27px;
	max-height: 27px;
*/
}
.game.snake .cell.star:after,
.game.snake .cell.bomb:after {
	position: absolute;
	content: ' ';
	top: -5px;
	left: -6px;
	width: 27px;
	height: 27px;
}
.game.snake .cell.bomb:after {
	background: url("/games/game/snake/img/bomb.png") no-repeat scroll 3px -2px transparent;
}
.game.snake .cell.star:after {
	background: url("/games/game/snake/img/star.png") no-repeat scroll 1px 0px transparent;
}
.game.snake .cell.wall {
	/*background: url("/games/game/snake/img/wall.png") no-repeat scroll 50% 50% #fa3b3b;*/
	background-color: #fa3b3b;
}
.game.snake .cell.letter {
	background-color: #ef832a;
	color: #fff;
	font-family: Conv_Calibri;
	font-weight: bold;
	font-size: 20px;
	font-style: normal;
}
.game.snake .empty {
	background: none;
	color: #000;
}
.game.snake .worm {
	position: relative;
	background-color: #ef832a;
}
.game.snake .worm.head:before {
	position: absolute;
	content: " ";
	top: -5px;
	left: -5px;
	width: 20px;
	height: 20px;
	background-color: #FFF21A;
	border: 2px solid #EF832A;
	border-radius: 50%;
}
.game.snake .select_cell {
	animation: pulsate_shadow_small 1.2s linear infinite;
	-webkit-animation: pulsate_shadow_small 1.2s linear infinite;
}
@-webkit-keyframes pulsate_shadow_small {
	50% {
		box-shadow: 1px 1px 3px 1px #ff0000, -1px -1px 3px 1px #ff0000;
		color: white;
	}
}
@keyframes pulsate_shadow_small {
	50% {
		box-shadow: 1px 1px 3px 1px #ff0000, -1px -1px 3px 1px #ff0000;
		color: white;
	}
}



/************************************************************
* Drag&Drop game
*************************************************************/
.drag {
	position: relative;
}
.drag img {
padding-right: 10px;
float: right;
vertical-align: middle;
display: inline-block;
height: 60px;
margin-top: 6px;
}
.drag .img_icon {
	float: left;
}

.right {
	float: right;
}

.drag .right {
	float: right;
}
.drag .game_container {
	display: flex;
	justify-content: space-around;
	width: 100%;
}
.drag .column2 {
	width: 40%;
	text-align: center;
}

.drag .column2 p {
	margin-top: 5px;
	padding-left: 35px;
	padding-right: 30px;
	color: #fff;
	font-size: 1em;
	text-align: left;
	line-height: 1em;
}
.drag .column2 p p {
	padding: 0;
	font-size: 0.9em;
	text-align: left;
}

.drag .column2 header {
	/*height: 30px;*/
	margin: 5px;
	display: inline-block;
	width: 
}
.drag .column2 header h1 {
	font-family: Conv_Calibri;
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 77px;

/*	height: 77px;
	width: 446px;
	text-align: center;
	border: 1px solid #E7E7E7;
	box-shadow: 2px 2px 2px rgba(128, 128, 128, 0.34);
	font-family: Conv_Calibri;
	font-style: italic;
	font-weight: normal;
	font-size: 25px;
	line-height: 77px;
	margin-top: 10px;
*/}
.drag .question,
.drag .answer {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #FFF;
	width: 446px;
	color: black;
	margin: 3px auto;
	box-shadow: 1px 1px 3px #888;
	border-radius: 4px;
	vertical-align: middle;
	min-height: 72px;

	font-family: Conv_Calibri;
	font-style: italic;
	font-size: 20px;
	text-align: left;
}
.drag .question header {
	padding: 30px 20px 30px 40px;
}
.drag .answer {
	padding-left: 30px;
	height: 115px;
}
.drag .question:nth-child(2n) {
	background-color: #e0e0e0;
}

/*.drag .answer.mini {
	margin: 2px auto;
	font-size: 1em;
	text-align: left;
}
*/.drag .answer.mini header {
	width: 300px;
}
.drag img {
	max-height: 56px;
	padding-right: 10px;
	float: right;
}

.drag .disable {
	/*color: #ddd;*/
	visibility: hidden;
}
.drag .disable:nth-child(2n) {
	color: #fafafa;
}

.drag .selected {
	width: 426px;
	margin-left: 50px;
	background-color: #e0e0e0;
}

/************************************************************
* Puzzle game
*************************************************************/
/************************************************************
* DNS
*************************************************************/
.puzzle.dns .main {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	background: none;
	width: 100%;
	height: 100%;
	font-family: Conv_Calibri;
	font-weight: 100;
	font-style: italic;
	font-size: 22px;
}
.puzzle.dns .row {
	position: relative;
	height: 140px;
	width: 100%;
	margin-top: 25px;
}
.puzzle.dns .row:first-child {
	margin-bottom: 25px;
}
.puzzle.dns .row:last-child {
	margin-top: 50px;
}
.puzzle.dns .block-shadow {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	height: 100%;
	padding: 0 20px;
}
.puzzle.dns .center {
	margin: 0 auto;
	top: 0;
	left: 0;
	right: 0;
}
.puzzle.dns .left {
	top: 0;
	left: 54px;;
}
.puzzle.dns .right {
	top: 0;
	right: 54px;;
}
.puzzle.dns .head {
	font-size: 74px;
	font-weight: bold;
	font-style: normal;
	background-color: #f48e36;
	width: 244px;
	color: #fff;
}
.puzzle.dns .head >span:last-child {
	color: #fff;
	margin-left: -35px;
}
.puzzle.dns .head span {
	color: #000;
}
.puzzle.dns .tooltip-mini {
	top: 0;
}
.puzzle.dns .p-info {
	font-style: normal;
	height: 91px;
	width: 268px;
}
.puzzle.dns .small {
	width: 205px;
}
.puzzle.dns .middle {
	width: 304px;
}
.puzzle.dns .big {
	font-weight: bold;
	font-style: normal;
	width: 455px;
}
.puzzle.dns .grate {
	font-weight: bold;
	font-style: normal;
	font-size: 36px;
	width: 705px;
}
.puzzle.dns .svg,
.puzzle.dns .svg svg,
.puzzle.dns .svg div {
	position: absolute;
	width: 100%;
	height: 100%;
}

/************************************************************
* SITE
*************************************************************/

.puzzle.site .game_container,
.puzzle.site .canvas_over {
	position: relative;
	display: flex;
	flex-wrap:wrap;
	justify-content: space-around;
	align-items: flex-start;
	height: 800px;
}
.puzzle.site .col {
	width: 470px;
	margin-top: 40px;
}
.puzzle.site h1 {
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
	font-family: Conv_Calibri;
	font-weight: bold;
	font-style: italic;
	font-size: 22px;
}
.puzzle.site .item {
	display: flex;
	align-items: center;
	width: 388px;
	height: 115px;
	padding-left: 36px;
	font-size: 22px;
	background: url(/assets/css/game_images/qc_min.png) no-repeat scroll 370px 10px;
	margin-bottom: 6px;
	margin-left: 46px;
	background-color: #fff;
}
.puzzle.site .item span {
	display: inline-block;
	width: 200px;
	line-height: normal;
}
.puzzle.site .wheel-container {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 470px;
	height: 470px;
	border-radius: 20px;
	box-shadow: 2px 2px 8px #ccc;
	background-color: #fff;
}
.puzzle.site .wheel {
	border-radius: 50%;
	width: 370px;
	height: 370px;
	min-width: 370px;
	min-height: 370px;
	background: url(/games/puzzle/site/img/circle.png) no-repeat scroll 0 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	box-shadow: 2px 12px 14px #ADADAD;
}
.puzzle.site .veilII {
	position: relative;
	pointer-events: all;
}
.puzzle.site .veilII:before {
	content: '';
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0;
	background: #000000;
	transition: opacity 0.3s ease;
	opacity: 0.13;
	border-radius: 12px;
}
.puzzle.site .rotatingImg {
	-webkit-transition: transform 0.3s;
	-moz-transition: transform 0.3s;
	transition: transform 0.3s;
}
.puzzle.site .message-info span {
	position: absolute;
	width: 600px;
	padding: 30px;
	top: 272px;
	left: 98px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	border: none;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.15);

	line-height: normal;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;

	z-index: 999;
	background-color: #fff;
}
.puzzle.site .message-info span:after {
	content: '';
	position: absolute;
	width: 36px;
	height: 36px;
	top: -18px;
	left: 30px;
	transform: rotate(45deg);
	border-radius: 4px;
	background-color: #fff;
}
.puzzle.site .message-info span button{
	position: absolute;
	bottom: -10px;
	right: 40px;
}

.puzzle.site .canvas_over {
	position: absolute;
	top: 0;
	left: 0;
}

/************************************************************
* Browser
*************************************************************/
.browser {
	display: block;
	height: 650px;
	border-radius: 10px;
	/*background-color: transparent;*/
	padding: 0px;
	overflow: hidden;
	margin-top: 10px;
}
.browser .body {
	position: relative;
	background-color: #e8e599;
	height: 612px;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	background: url(/games/trainer/browser/img/bg.png) repeat;
}
.browser .head {
	height: 58px;
	padding: 2px 10px;
	background: linear-gradient(to top, #b5b5b5, #dcdcdc) no-repeat;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.browser .head .navigation hr {
	width: 1px;
	height: 100%;
	background-color: #777;
}
.browser .head .navigation {
	display: flex;
	justify-content: space-around;
	align-items: center;
	width: 74px;
	height: 32px;
	line-height: 32px;
	vertical-align: middle;
	border-radius: 4px;
	border: 1px solid #777;
}
.browser .head img {
	cursor: pointer;
}
.browser .head * {
	border: 1px solid rgba(0,0,0,0);
	vertical-align: middle;
}
.browser .head input {
	height: 32px;
	line-height: 32px;
	font-size: 24px;
	color: #888;
	width: 712px;
	height: 40px;
	border: 1px solid #777;
	border-radius: 4px;
	box-shadow: inset 2px 2px 2px #ccc;
	padding-left: 20px;
}
.browser .head .selected {
	border: 1px solid red;
	border-radius: 4px;
}
.browser .menu-block {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 84px;
	width: 100%;
	border-bottom: 1px solid #777;
}

.browser .top-menu {
	height: 40px;
	display: flex;
	justify-content: center;
}
.browser .top-menu >ul {
	width: 100%;
	font-weight: bold;
	font-style: italic;
	font-size: 20px;
}
.browser .top-menu ul li {
	display: inline-block;
	border-radius: 4px;
	padding: 12px 28px;

	background-color: transparent;
	color: #000;
	cursor: pointer;
}
.browser .top-menu ul li.active,
.browser .top-menu ul li:hover {
	box-shadow: inset 2px 2px 2px rgba(0,0,0,0.5),
				inset -1px -1px 2px rgba(0,0,0,0.5);
	background-color: rgba(0,0,0,0.05);
}
.browser .top-menu ul li ul {
	display: none;
	flex-wrap: wrap;
	box-shadow: 2px 2px 10px #aaa, -2px -2px 10px #aaa;
}
.browser .top-menu ul li:hover ul {
	display: flex;
	width: 250px;
	min-width: 250px;
	max-width: 250px;
}
.browser .top-menu ul li ul li {
	display: block;
	background-color: #fff;
	font-weight: normal;
	width: 100%;
}
.browser .top-menu ul li ul {
	position: absolute;
	background: #fff;
	padding: 5px;
	z-index: 200;
	top: 99%;
	left: -50%;
}
.browser .head .journal:before,
.browser .top-menu ul li ul:before {
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;

	top: -10px;
	left: 44%;
	border-color: transparent;
	border-width: 10px;
	margin-top: -10px;

	/*border-right-color: #3293c0;*/

	border-bottom-color: #fff;
}
.browser .head .journal:after,
.browser .top-menu ul li ul:after {
	border-color: transparent;
	margin-top: -8px;

	border-width: 10px;

	border-bottom-color: #fff;
}

.browser .head .journal {
	visibility: hidden;
	position: absolute;
	top: 61px;
	left: 894px;
	width: 200px;
	min-height: 200px;
	z-index: 10;
	background-color: #fff;
	padding: 0;
	box-shadow: 2px 2px 10px #aaa,-2px -2px 10px #aaa;
}
.browser .head .journal div {
	background-color: #f6f6f6;
	margin: 2px;
	cursor: pointer;
	padding-left: 24px;
}


.browser .main {
	display: flex;
	height: 100%;
	width: 100%;
	padding-bottom: 0;
	background: none;
}
.browser .main > div {
	display: flex;
	width: 100%;
}
.browser .main .col {
	width: 50%;
}
.browser .main .col >div {
	margin-top: 64px;
	margin-left: 30px;
	background-color: #fff;
	padding: 40px 30px;
	width: 320px;
}
.browser .main p {
	margin-top: 10px;
}

.browser .main h3,
.browser .main h2,
.browser .main h1 {
	font-family: Conv_Academia;
}
.browser .main h2,
.browser .main h1 {
	width: 90%;
	text-transform: uppercase;
}
.browser .main h2 {
	font-size: 37px;
	color: #000;
}
.browser .main h1 {
	font-size: 46px;
	color: #d53827;
	margin-top: 64px;
}
.browser .main h3 {
	font-size: 40px;
	color: #d53827;
}
.browser .main img {
/*	position: absolute;
	top: 56px;
	right: 60px;*/
}

.browser .message {
	width: 0;
}
.browser .message span {
	position: absolute;
	width: 600px;
	height: 90px;
	background-color: #FFF;
	box-shadow: 2px 2px 10px #aaa, -2px -2px 10px #aaa;
	color: #000;
	padding: 40px;
	border-radius: 5px;
	line-height: normal;
	font-size: 20px;
	z-index: 999;
	margin-top: 45%;
	margin-left: 10px;
	top: -135px;
	left: 190px;
}
.browser .message span button {
	margin-right: 20px;
	position: absolute;
	right: 20px;
	bottom: -12px;
}
.browser .message.task h1 {
	font-family: Conv_Junegull;
	font-size: 36px;
	font-weight: 100;
	color: #f48e36;
	width: 100%;
	text-align: center;
}
/************************************************************
* DragII
*************************************************************/
.drag-ii, .drag-ii .header {
	position: relative;
	font-family: Conv_Calibri;
	font-weight: bold;
	font-style: italic;
	font-size: 16px;
	text-transform: none;
}
.drag-ii .ui-draggable-dragging {
	min-width: 200px;
}
.drag-ii .space_around {
	display: flex;
	justify-content: space-around;
	padding: 20px 0px;
}
.drag-ii .space_around .objects {
	display: inline-block;
	width: 220px;
	border-radius: 10px;
	box-shadow: inset 2px 2px 6px #cecece;
	background-color: #ededed;
}
.drag-ii .space_around .table .cell.container >div,
.drag-ii .space_around .objects > div > div {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
}
.drag-ii .space_around .objects > div > div {
	background-color: #ededed;
	box-shadow: 2px 2px 2px #cecece;
	margin: 6px 10px;
	padding: 10px 0;
	/*min-height: 45px;*/
}
.drag-ii .space_around .objects > div > div.disable {
	visibility: hidden;
}
.drag-ii .space_around .objects > div:nth-child(2n+1) > div {
	background-color: #fff;
}
.drag-ii .space_around .objects > div > div > span {
	display: block;
	width: 100%;
	text-align: center;
}
.drag-ii .space_around .table,
.drag-ii .space_around .table .row,
.drag-ii .space_around .table .cell {
	display: flex;
}
.drag-ii .space_around .table {
	width: 850px;
}
.drag-ii .space_around .table,
.drag-ii .space_around .table .cell {
	flex-wrap: wrap;
}
.drag-ii .space_around .table .row {
	flex-wrap: nowrap;
}

.drag-ii .space_around .table .cell {
	align-content: center;
	align-items: center;
	justify-content: center;

	width: 206px;
	height: 178px;
	border-radius: 10px;
	margin: 4px;
}
.drag-ii .space_around .table .cell.header span>span:first-child {
	font-family: Conv_Archive;
	font-size: 36px;
	font-weight: 100;
	font-style: normal;
	color: #277bd2;
}
.drag-ii .space_around .table .cell.container {
	background-color: #ededed;
}
.drag-ii .space_around .table .cell.container.error {
	background-color: #f86666;
	border: none;
}
.drag-ii .space_around .table .cell:not(.empty) {
	box-shadow: 2px 2px 2px #e7e7e7;
}

.drag-ii .space_around .table .cell span {
	display: block;
	width: 100%;
	text-align: center;
}
.drag-ii .space_around .table .cell span p {
	display: block;
	margin: 2px;
	min-width: 75px;
	text-align: center;
	box-shadow: 2px 2px 4px #888;
	padding: 10px;
}

.drag-ii .calculator-cont {
	position: relative;
	padding: 20px 30px;
}
.drag-ii .calculator-cont .header {
	font-family: Conv_Junegull;
	font-style: normal;
	font-weight: 100;
	font-size: 20px;
	color: #f49149;
	text-transform: uppercase;
	margin: 0 10px;
}
.drag-ii .calculator-cont div.info-panel {
	display: flex;
	flex-wrap: nowrap;
	/*justify-content: space-between;*/
	align-items: center;
}
.drag-ii .calculator-cont div.col:not(.header) {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 250px;
	margin: 0 10px;
}
.drag-ii .calculator-cont div.col:last-child {
	width: 100%;
	flex-wrap: wrap;
	justify-content: flex-end;
}
.drag-ii .calculator-cont hr {
	display: block;
	width: 100%;
	height: 4px;
	border: none;
	background-color: #f49149;
}
.drag-ii .calculator-cont div:not(.header).col span:not(.sep) {
	display: inline-block;
	width: 230px;
	height: 56px;
	border-radius: 10px;
	box-shadow: 2px 2px 4px #888;
	text-align: center;
	line-height: 56px;
	margin: 4px 0;
}
.drag-ii .calculator-cont div.header.col span {
	font-family: Arial;
	font-size: 50px;
	font-weight: bold;
}
.drag-ii .calculator-cont div.col span.sep {
	width: 100%;
	height: 1px;
	margin: 0;
	padding: 0;
	border: none;
}
.drag-ii .calculator-cont button {
	font-family: Conv_Junegull;
	font-style: normal;
	font-weight: 100;
	font-size: 16px;
	color: #fff;
	padding: 10px 15px;
	width: 200px;
	border: none;
	border-radius: 15px;
	margin: 4px 0;
	cursor: pointer;
}
.drag-ii .calculator-cont button.green {
	background: linear-gradient(to top, #18934f, #1ea963);
	border: 1px solid green;
}
.drag-ii .calculator-cont button.blue {
	background: linear-gradient(to top, #1969b7, #1e82c5);
	border: 1px solid blue;
}
.drag-ii .calculator-cont .calculator {
	position: absolute;
	top: 75px;
	left: 500px;
	display: none;
	border-radius: 15px;
	box-shadow: 2px 2px 4px #888;
	padding: 16px;
	background-color: #fff;
	z-index: 20;
}
.drag-ii .calculator-cont .calculator div {
	margin: 0px;
}
.drag-ii .calculator-cont .calculator div.calc-result {
	background-color: #ccc;
	border-radius: 6px;
	width: 295px;
}
.drag-ii .calculator-cont .calculator span {
	display: inline-block;
	margin: 2px;
	background-color: #eee;
	border-radius: 6px;
	border: 1px outset #eee;
	width: 57px;
	height: 57px;
	font-family: Conv_Archive;
	font-size: 36px;
	font-weight: 100;
	font-style: normal;
	color: #277bd2;
	text-align: center;
	line-height: 57px;
	cursor: pointer;
}

.drag-ii .calculator-cont .calculator div.calc-result {
	background-color: #eee;
	border-radius: 6px;
	width: 311px;
	height: 68px;
	margin: 2px;
}
.drag-ii .calculator-cont .calculator div.calc-result span {
	font-family: HelveticaNeueCyr Helvetica sans-serif;
	width: 100%;
	border: none;
	background-color: transparent;
	line-height: normal;
}
.drag-ii .calculator-cont .calculator div.calc-result span.formula {
	font-style: italic;
	font-weight: bold;
	font-size: 16px;
	text-align: left;
	padding-left: 4px;
	height: 20px;
	color: #000;
}
.drag-ii .calculator-cont .calculator div.calc-result span.result {
	font-style: normal;
	font-weight: bold;
	font-size: 28px;
	color: #1b9e59;
	text-align: right;
	padding-right: 4px;
	height: 30px;
}
.drag-ii .calculator-cont .help {
	position: absolute;
	display: none;
	top: 175px;
	left: 0;
	z-index: 10;
	width: 860px;
	/*margin: 0 140px;*/
	margin: 0 calc((100% - 860px)/2);
	border-radius: 15px;
	box-shadow: 2px 2px 4px #ccc;
	padding: 5px;
	background-color: #fff;
}
/* -----------SEARCH POEM-------------- */
.drag-ii.search .space_around {
	flex-wrap: wrap;
}
.drag-ii.search .search-panel {
	position: relative;
	display: flex;
	justify-content: space-around;
	align-items: center;
	background-color: #ffd941;
	height: 55px;
	width: 1000px;
	padding: 10px 15px;
	margin-left: -40px;
}
.drag-ii.search .search-panel::after {
	content: '';
	position: absolute;
	top: 0;
	left: 100%;
	width: 0;
	height: 0;

	border-bottom: 37px solid rgba(255, 217, 65, 0);
	border-left: 37px solid #ffd941;
	border-top: 37px solid transparent;
}
.drag-ii.search .search-panel .search-field {
	display: flex;
	width: 864px;
	height: 100%;
	overflow: hidden;
	background: #fff url(/assets/css/game_images/search-glass.png) no-repeat scroll 98% 50%;
}
.drag-ii.search .search-panel button {
	height: 40px;
	padding: 5px 15px;
	font-family: Conv_Calibri;
	font-size: 20px;
	font-weight: normal;
	border: 1px solid #777;
	border-radius: 6px;
	margin-left: 30px;
}
.drag-ii.search .left-panel,
.drag-ii.search .poems-panel-wraper {
	position: relative;
	width: 49%;
	padding: 20px 0;
}
.drag-ii.search .poems-panel-wraper {
	width: 444px;
}
.drag-ii.search .poems-panel {
	position: relative;
	max-height: 600px;
	background-color: #fff;
	margin: 20px 20px 0 0;
	padding-left: 40px;
	overflow-y: auto;
}
/*
.drag-ii.search .poems-panel::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	background: transparent linear-gradient(to top, #fff 0%, rgba(256, 256,256,0.3) 30%, rgba(256, 256,256,0) 100%);
	pointer-events: none;
}
*/
.drag-ii.search .poems-panel h1 {
	font-size: 15px;
	font-weight: 100;
	font-style: italic;
	color: #bdbdbd;
	margin-left: -40px;
	padding: 20px 40px;
	border-bottom: 1px solid #bdbdbd;
}
.drag-ii.search .poems-panel-wraper > h1 {
	font-size: 18px;
	text-align: left;
	text-transform: uppercase;
}
.drag-ii.search .poems-panel-wraper span {
	font-size: 19px;
	text-align: left;
}
.drag-ii.search .poems-panel-wraper span.header {
	display: block;
	font-size: 20px;
	color: #2f81c4;
	margin-top: 38px;
	margin-bottom: 22px;
}
.drag-ii.search .left-panel .poem-wraper {
	position: absolute;
	top: 0;
	left: 200px;
	display: none;
	background: #fff;
	border-radius: 10px;
	box-shadow: 2px 2px 4px #eee;
	z-index: 10;
	padding: 15px;
}
.drag-ii.search .words-panel {
	display: flex;
	flex-wrap: wrap;
}
.drag-ii.search .search-panel .search-field div,
.drag-ii.search .words-panel div {
	width: 180px;
	height: 50px;
	box-shadow: 2px 2px 2px #ccc;
	line-height: 50px;
	text-align: center;
	margin: 2px;
	background-color: #fff;
}
.drag-ii.search .search-panel .search-field div:nth-child(2n),
.drag-ii.search .words-panel div:nth-child(2n) {
	background-color: #eaeaea;
}
.drag-ii.search .words-panel div.disable {
	visibility: hidden;
}

/******************************
 * TASK - PASSWORD
*/
.task.password {
	font-family: Conv_Calibri;
	font-style: italic;
}

.task.password .game_container {
	display: flex;
	justify-content: space-around;
}

.task.password input {
	margin-top: 0;
}
.task.password h1,
.task.password input {
	font-size: 28px;
	font-weight: bold;
}
.task.password h1 {
	margin-top: 50px;
	margin-bottom: 33px;
	text-align: center;
}
.task.password h2 {
	font-size: 26px;
	font-weight: bold;
	margin-top: 40px;
	margin-bottom: 27px;
	text-align: center;
}

.task.password .row,
.task.password .indicator,
.task.password input {
	height: 50px;
	text-align: center;
	line-height: 50px;
}
.task.password .indicator {
	width: 486px;
}
.task.password .row input {
	width: 430px;
}
.task.password .indicator,
.task.password input {
	border-radius: 25px;
	border: 1px solid #adadad;
}
.task.password .row >*:not(:first-child) {
	margin-left: 5px;
}
.task.password .row,
.task.password .indicator {
	margin-top: 14px;
	color: #1b9c59;
}
.task.password .password-info {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 486px;
	height: 50px;
	margin-top: 14px;
}
.task.password .password-info div {
	display: inline-block;
	width: 454px;
}
.task.password .col2 {
	width: 497px;
	padding-bottom: 20px;
	padding-top: 0px;
}
.task.password .indicator {
	position: relative;
	display: flex;
	justify-content: space-around;
	background: linear-gradient(to right, #fb4745, #1b9c59);
	overflow: hidden;
}

.task.password .indicator div:not(.curtain) {
	width: 5px;
	height: 100%;
	background-color: #fff;
}

.task.password .indicator div.curtain {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: 10;
}

.task.password  ul {
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 2px 2px 4px #ccc;
	padding: 20px 45px;
	height: 380px;
}
.task.password  ul li {
	position: relative;
	padding-left: 20px;
	margin-top: 15px;
	font-size: 19px;
	font-weight: 100;
/*	display: flex;
	justify-content: space-between;
	flex-wrap:wrap;
*/}
.task.password  ul li.error {
	color: #fb4745;
	border: none;
	height: auto;
}
.task.password .row {
	display: flex;
	justify-content: space-between;
}
.task.password  ul li:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #f86666;
}
/*
.task.password  ul.prompt li {
	width: 100%;
}
*/
.task.password  ul.prompt li span:first-child {
	display: inline-block;
	width: 50%;
}
.task.password  ul.prompt li span:last-child {
	float: right;
	text-align: right;
}
.task.password .row .check,
.task.password button.reload {
	display: inline-block;
	width: 50px;
	height: 50px;
	border: none;
	border-radius: 10px;
	box-shadow: 2px 2px 4px #ccc;
}
.task.password .row .check {
	position: relative;
}

.task.password button.reload {
	background: #fff url(/assets/css/game_images/reload_g.png) no-repeat 50% 50%;
}
.task.password .row .check.on:before {
	content: "";
	position: absolute;
	top: -9px;
	left: 5px;
	background: transparent url("/assets/css/game_images/check.png") no-repeat scroll 0px 0px;
	width: 72px;
	height: 55px;
}

/*******************************/
/*       OTHER records, items  */
/*******************************/
.other.itemcomplete,
.other.records {
	display: flex;
	justify-content: center;
	align-content: flex-start;
	flex-wrap: wrap;
	font-family: Conv_Calibri;
	font-style: normal;
	font-weight: bold;
	font-size: 27px;
}

.other.itemcomplete header,
.other.itemcomplete .row,
.other.records header,
.other.records .row {
	width: 1120px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.other.itemcomplete header,
.other.records header {
	font-family: Conv_Junegull;
	font-style: normal;
	font-weight: 100;
	font-size: 20px;
	margin-top: 30px;
}
.other.itemcomplete header >div,
.other.records header div {
	background-color: #f49149;
	color: #fff;
	text-transform: uppercase;
}

.other.itemcomplete .row >div,
.other.records .row div {
	background-color: #fff;
	margin-top: 4px;
}

.other.itemcomplete header >div,
.other.itemcomplete .row >div,
.other.records header div,
.other.records .row div {
	display: flex;
	justify-content:center;
	align-content:center;
	align-items:center;
	border-radius: 10px;
	box-shadow: 2px 2px 4px #ccc;
	height: 52px;
	margin: 2px;
}

.other.itemcomplete .row:last-child,
.other.records .row div:last-child {
	margin-bottom: 20px;
}
.other.itemcomplete .row >div img {
	height: 48px;
	vertical-align: middle;
}
.other.itemcomplete span {
	font-style: italic;
	font-size: 24px;
	font-weight: 100;
}

/*******************************/
/*       OTHER glossary        */
/*******************************/
.other.glossary {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.other.glossary header {
	margin-top: 30px;
	margin-bottom: 40px;
}
.other.glossary header ul.chars {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	list-style-type: none;
	width: 1120px;
}
.other.glossary header ul.chars li {
	display: inline-block;
	font-family: Conv_Junegull;
	font-weight: 100;
	font-style: normal;
	font-size: 24px;
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	border-radius: 10px;
	box-shadow: 2px 2px 4px #ccc;
	margin: 2px;
	background-color: #808080;
	color: #a6a6a6;
	overflow: hidden;
}

.other.glossary header ul.chars li a {
	color: #fff;
}
.other.glossary header ul.chars li a span {
	display: block;
	width: 100%;
	height: 100%;
}
.other.glossary header ul.chars a:hover span,
.other.glossary header ul.chars li.selected {
	background-color: #f49149;
	color: #fff;
}
.other.glossary header ul.chars li.empty {
	box-shadow: none;
	background: none;
}

.other.glossary .defs p {
	font-family: Conv_Calibri;
	font-style: italic;
	font-weight: normal;
	font-size: 21px;
	border-radius: 10px;
	width: 1080px;
	min-height: 60px;
	background-color: #fff;
	box-shadow: 2px 2px 4px #ccc;
	padding: 10px 20px;
	margin-top: 4px;
}
.other.glossary .defs p:nth-child(2n+1) {
	background-color: #e5e5e5;
}

.other.glossary .defs p:last-child {
	margin-bottom: 20px;
}
/*
.defs p {margin-left: 60px; text-align: left; background: #cde1fa; margin: 2px 60px 0 60px; padding: 15px;}
.defs p.odd {background: #e3effe;}
strong {text-align: left; font-size: 17px; margin-top: 15px; font-weight: bold}
.defs {margin-bottom: 0px; min-height: 470px}
img {border: 0;}
.chars {list-style-type: none; margin-left: 65px; padding: 0; height: 60px; font-size: 17px; width: 890px;}
.chars li { float: left; display: block; background-color: #cfcfcf; margin: 2px 0 0 2px; padding: 5px 7px; text-align: center; width: 12px;}
.chars a {font-weight: bold; color: white;}
*/


/************************/
/*    OTHER bonus       */
/************************/
.other.bonus .game_container {
	padding-top: 20px;
}
.other.bonus .game_container >div {
	padding: 30px 200px;
	border-radius: 10px;
	box-shadow: 2px 2px 4px #CCC;
	margin: 10px 20px;
}
.other.bonus h1:not(.error) {
	font-family: Conv_Junegull;
	font-style: normal;
	font-weight: 100;
	font-size: 28px;
	color: #f49149;
	width: 50%;
	text-align: center;
}
.other.bonus h1.error {
	text-align: center;
	border: none;
}
.other.bonus h2 {
	font-family: Conv_Calibri;
	font-style: normal;
	font-weight: bold;
	font-size: 28px;
	color: #1b89bc;
	width: 50%;
	text-align: center;
}
.other.bonus .bonus-info span {
	display: inline-block;
	width: 50%;
	margin-top: 20px;
}
.other.bonus .bonus-info img {
	vertical-align: middle;
	margin-top: -60px;
	margin-left: 60px;
}
.other.bonus .message-info,
.other.bonus .bonus-info {
	font-family: Conv_Calibri;
	font-style: italic;
	font-weight: 100;
	font-size: 20px;
}
.other.bonus .message-info {
	background-color: #f49149;
	color: #fff;
	padding: 10px;
	margin-top: 10px;
}


/*************************************************************/
/*                      COMMON                               */
/*************************************************************/
.block-shadow,
.block-shadow-top {
	box-shadow: 2px 2px 4px #ccc;
	background-color: #fff;
}
.block-shadow {
	border-radius: 10px;
}
.block-shadow-top {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.text-info-normal,
.text-info {
	font-family: Conv_Calibri;
	font-weight: 100;
}
.text-info-normal {
	font-style: normal;
}
.text-info {
	font-style: italic;
}
.text-h {
	font-family: Conv_Junegull;
	font-style: normal;
	font-weight: 100;
}
.flex-v {
	display: flex;
	flex-direction: column;
}
/**************************/
/*     task traffic       */
/**************************/
.task.traffic {
	
}
.task.traffic .top-block,
.task.traffic .middle-block,
.task.traffic .bottom-block {
	font-size: 24px;
}
.task.traffic .top-block {
	display: flex;
	align-items: center;
	width: 900px;
	height: 154px;
	margin: 0 auto;
	text-align: center;
	padding: 0 45px;
}
.task.traffic .middle-block {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 998px;
	height: 404px;
	border-radius: 0;
	margin: 34px auto 46px;
	padding: 20px;
}
.task.traffic .middle-block >div:nth-child(2) {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.task.traffic .middle-block >div:nth-child(2) span {
	display: inline-block;
	width: 100%;
	text-align: center;
}
.task.traffic .bottom-block {
	width: 650px;
	height: 154px;
	margin: 0 auto;
	text-align: center;
	padding: 0 75px;
}
.task.traffic .row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 1084px;
	height: 90px;
	margin: 55px auto;
	background-color: #e2e2e2;
	overflow: visible;
}
.task.traffic .row >div {
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	width: 483px;
	height: 90px;
	border-radius: 0;
}
.task.traffic .row >div:last-child {
	height: 134px;
	flex-wrap: wrap;
}

.task.traffic .indicator-top,
.task.traffic .indicator-bottom {
	position: absolute;
	display: flex;
	justify-content: space-around;
	background: linear-gradient(to right, #5db860, #feee35, #ed282f) no-repeat scroll 0 0;
	width: 466px;
	height: 26px;
	margin: 0px auto;
	left: 0px;
	right: 0px;
	overflow: hidden;
}
.task.traffic .indicator-top {
	bottom: 0px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.task.traffic .indicator-bottom {
	top: 0;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.task.traffic .indicator-top .curtain,
.task.traffic .indicator-bottom .curtain {
	width: 100%;
	height: 100%;
	background-color: transparent;
	background-image: linear-gradient(to right, #ccc, #ccc);
	background-repeat: no-repeat;
	background-attachment: scroll;
}
/*
.task.traffic .indicator-top >div>div:not(.draggable),
.task.traffic .indicator-bottom  >div>div:not(.draggable) {
	width: 6px;
	height: 100%;
	background-color: #fff;
}

.task.traffic .indicator-top >div,
.task.traffic .indicator-bottom >div {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-around;
	overflow: hidden;
}
.task.traffic .indicator-top >div>div.draggable,
.task.traffic .indicator-bottom >div>div.draggable {
	width: 15px;
}
*/

.task.traffic .draggable-cont {
	position: relative;
	width: 100%;
	height: 62px;
	margin: 2px 0;
}
.task.traffic .draggable-cont span {
	font-family: Conv_Calibri;
	font-style: normal;
	font-size: 17px;
	color: #8e8e8e;
	position: absolute;
	padding-left: 40px;
}
.task.traffic .draggable-cont .draggable.dTop + span {
	top: 10px;
}
.task.traffic .draggable-cont .draggable.dBot + span {
	bottom: 15px;
}
.task.traffic .draggable-cont .draggable.dTop,
.task.traffic .draggable-cont .draggable.dBot {
	position: absolute;
	top: 0;
	left: 0;
	width: 17px;
	height: 100%;
	z-index: 10;
}
.task.traffic .draggable-cont .draggable.dTop.error,
.task.traffic .draggable-cont .draggable.dBot.error {
	background-color: #f80000;
}
.task.traffic .draggable-cont .draggable.dTop {
	background: url(/assets/css/game_images/slider-up.png) no-repeat scroll 0 0;
}
.task.traffic .draggable-cont .draggable.dBot {
	background: url(/assets/css/game_images/slider.png) no-repeat scroll 0 0;
}
.vgrid {
	position: absolute;
	left: 0px;
	top: 0px;
	display: flex;
	justify-content: space-around;
	width: 100%;
	height: 100%;
	background: transparent;
}
.vgrid >div {
	width: 4px;
	height: 100%;
	background: #fff;
}

/***************************/
/*     TASK organisation   */
/***************************/
.task.organisation .game_container {
	display: flex;
	justify-content: space-between;
}
.task.organisation .game_container >div {
	display: inline-block;
	width: 50%;
	margin: 20px 0;
	font-size: 21px;
}
.task.organisation .game_container >div:first-child {
	font-size: 41px;
}

.task.organisation .game_container >div .tooltip-mini {
	top: -20px;
}
.task.organisation .game_container >div span:not(.tooltip-mini):not(.tooltip-right-mini):not(.game-title):not(.game-title-right) {
	width: 100%;
	font-weight: bold;
}
.task.organisation .game_container >div:first-child span:not(.tooltip-mini):not(.tooltip-right-mini):not(.game-title):not(.game-title-right) {
	text-align: center;
}
.task.organisation .game_container .block-shadow {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 4px 48px;
	min-width: 415px;
	max-width: 415px;
	height: 70px;
	padding: 20px;
	cursor: pointer;
	cursor: -webkit-grab;
}

.task.organisation .game_container .block-shadow.error {
	background-color: #f86666;
	border: none;
}
.task.organisation .game_container .tooltip-right-mini:hover span {
    left: -523px;
}

/***************************/
/*     TASK dns            */
/***************************/
.task.dns .dns-first,
.task.dns .dns-second {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.task.dns .row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 992px;
	margin: 5px 0;
}
.task.dns .row:first-child {
	margin-top: 0px;
}
.task.dns .row >div {
	display: flex;
	justify-content: center;
	align-items: center;
}
.task.dns .row .head {
	height: 62px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	padding: 54px 64px;
	text-align: center;
	font-weight: normal;
	font-size: 20px;
}
.task.dns .row.dns-text div {
	width: 333px;
	height: 156px;
	font-weight: bold;
	font-size: 36px;
	text-align: center;
}
.task.dns .row.middle {
	height: 173px;
	justify-content: space-around;
}
.task.dns .row.middle >div.dns {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 284px;
	height: 284px;
	background: linear-gradient(to top, #f2792d, #f59b43);
	color: #fff;
}
.task.dns .row.middle >div.dns span {
	width: 100%;
	text-align: center;
}
.task.dns .row.middle >div.dns span.big-text {
	font-style: normal;
	font-weight: bold;
	font-size: 86px;
}
.task.dns .row.middle >div.dns span.normal-text {
	font-style: normal;
	font-weight: bold;
	font-size: 22px;
}
.task.dns .row.img div {
	width: 252px;
	height: 252px;
	vertical-align: middle;
}

.task.dns .dns-second >div:first-child {
	display: flex;
	padding-top: 72px;
	justify-content:center;
}
.task.dns .canvas-middle {
	width: 428px;
	height: 100%;
}
.task.dns .name,
.task.dns .address {
	width: 316px;
	height: 126px;
	text-align: center;
	line-height: 126px;
	font-weight: bold;
	font-size: 30px;
	margin-bottom: 5px;
	cursor: pointer;
}
.task.dns .name:last-child,
.task.dns .address:last-child {
	margin-bottom: 25px;
}
.task.dns .name.selected,
.task.dns .address.selected {
	background-color: #1da660;
}
.task.dns .name.selected-fix,
.task.dns .address.selected-fix {
	background-color: #2ec251;
}
.task.dns .name.error,
.task.dns .address.error {
	background-color: #f86666;
	color: #000;
	border: none;
}

/***************************/
/*     TASK url            */
/***************************/
.task.url .space_around {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.task.url .row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 1140px;
	margin-bottom: 20px;
}
.top-block {
display: flex;
align-items: center;
width: 900px;
height: 154px;
/*margin: 0px auto;*/
text-align: center;
padding: 0px 45px;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
}

.task.url .row .head {
	flex-wrap: wrap;
	justify-content: center;
	width: 994px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.task.url .row .head {
	/*padding: 44px 112px 35px;*/
	width: 994px;
	height: 104px;
}
.task.url .row .head h1 {
	font-family: Conv_Calibri;
	font-style: normal;
	font-size: 28px;
	font-weight: bold;
	color: #000;
	width: auto;
	height: auto;
	line-height: normal;
}
.task.url .row .head span {
	font-size: 20px;
	font-weight: normal;
	width: 100%;
	text-align: center;
}
.task.url .row h1 {
	min-width: 200px;
	height: 68px;
	font-family: Conv_Junegull;
	font-size: 32px;
	font-weight: 100;
	color: #f27c2f;
	text-align: center;
	line-height: 68px;
	padding: 5px 20px;
}
.task.url .row h2,
.task.url .row h3 {
	width: 100%;
	text-align: center;
	min-width: 990px;
}
.task.url .row h2 {
	font-family: Conv_Calibri;
	font-size: 24px;
	font-weight: normal;
	color: #000;
}
.task.url .row h3 {
	font-family: Conv_Calibri;
	font-size: 24px;
	font-weight: bold;
	color: #0e68b1;
}
.task.url .url {
	display: flex;
	justify-content: center;
	width: 100%;
}
.task.url .part-url {
	display: inline-block;
	padding: 36px 30px;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	box-shadow: 3px 3px 1px #e7e7e7;
	border-radius: 10px;
	margin: 10px 2px;
}
.task.url .part-url.protocol {
	background-color: #47b4e1;
}
.task.url .part-url.delimiter {
	background-color: #f5b34a;
}
.task.url .part-url.site {
	background-color: #23cb60;
}
.task.url .part-url.path {
	background-color: #ef5253;
}
.task.url .part-url.page {
	background-color: #e3468c;
}
.task.url .part-url.common {
	background-color: #fff;
	border: 1px solid #aaa;
	color: #000;
}
.task.url .tooltip-mini-top-hidden span {
	color: #000;
}
.task.url .row .info-block {
	display: flex;
	flex-direction: column;
	/*flex-wrap: wrap;*/
	justify-content: space-around;
	align-content: center;
	align-items: center;
	width: 994px;
	min-height: 300px;
	padding: 20px 0px 60px;
	margin-top: 5px;
	height: 300px;
}
.task.url .task-data {
	display: flex;
	justify-content: space-between;
	width: 100%;
	min-height: 250px;
}
.task.url .task-data .task-info {
	max-width: 360px;
	min-width: 360px;
	padding: 20px;
	font-size: 18px;
}
.task.url .task-data .task-info h1 {
	font-family: Conv_Calibri;
	color: #000;
	text-align: left;
	width: 100%;
	font-size: 20px;
	font-weight: bold;
}
.task.url .task-title {
	text-align: center;
	border-bottom: 1px solid #ccc;
	margin: 10px;
	width: 99%;
	font-size: 20px;
}
.task.url .field {
	/*width: 1108px;*/
	width: 980px;
	height: 120px;
	margin: 10px;
	padding: 0 5px;
	border-bottom: 1px solid #ccc;
	background-color: #e7e7e7;
}
.task.url .field .part-url {
	font-size: 20px;
}
.task.url .field .part-url,
.task.url .elements .part-url {
	cursor: pointer;
	cursor: -webkit-grab;
}


/***************************/
/*     TASK domain            */
/***************************/
.task.domain .space_around {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.task.domain .row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 1140px;
	margin-bottom: 20px;
}
.task.domain .d-info {
	background-color: #f4f4f4;
	color: #000;
	font-size: 22px;
	font-weight: 100;
	border-radius: 10px;
	padding: 30px;
	width: 400px;
}
.task.domain .row .head {
	flex-wrap: wrap;
	justify-content: center;
	/*width: 994px;*/
	border-top-left-radius: 0;
	border-top-right-radius: 0;

	width: 904px;
	height: 104px;

	display: flex;
	/*width: 100%;*/

}
.task.domain .row .head h1 {
	font-family: Conv_Calibri;
	font-style: normal;
	font-size: 26px;
	font-weight: bold;
	color: #000;
	width: auto;
	height: auto;
	line-height: normal;
}
.task.domain .row .head span {
	font-size: 20px;
	font-weight: normal;
	width: 100%;
	text-align: center;
}
.task.domain .row h1 {
	min-width: 200px;
	height: 68px;
	font-family: Conv_Junegull;
	font-size: 32px;
	font-weight: 100;
	color: #f27c2f;
	text-align: center;
	line-height: 68px;
	padding: 5px 20px;
}
.task.domain .row h2,
.task.domain .row h3 {
	width: 100%;
	text-align: center;
	min-width: 990px;
}
.task.domain .row h2 {
	font-family: Conv_Calibri;
	font-size: 24px;
	font-weight: normal;
	color: #000;
}
.task.domain .row h3 {
	font-family: Conv_Calibri;
	font-size: 24px;
	font-weight: bold;
	color: #0e68b1;
}
.task.domain .domain-block {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
}
.task.domain .part-domain {
	display: inline-block;
	padding: 36px 30px;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	box-shadow: 3px 3px 1px #e7e7e7;
	border-radius: 10px;
	margin: 10px 2px;
}
.task.domain .part-domain.level-www {
	background-color: #47b4e1;
}
.task.domain .part-domain.delimiter {
	background-color: #f5b34a;
}
.task.domain .part-domain.level-3 {
	background-color: #23cb60;
}
.task.domain .part-domain.level-2 {
	background-color: #ef5253;
}
.task.domain .part-domain.level-1 {
	background-color: #e3468c;
}
.task.domain .part-domain.common {
	background-color: #fff;
	border: 1px solid #aaa;
	color: #000;
}
.task.domain .tooltip-mini-top-hidden span {
	color: #000;
}
.task.domain .row .info-block {
	display: flex;
	flex-direction: column;
	/*flex-wrap: wrap;*/
	justify-content: space-around;
	align-content: center;
	align-items: center;
	width: 994px;
	min-height: 300px;
	padding: 20px 0px 60px;
	margin-top: 5px;
	height: 300px;
}
.task.domain .task-data {
	display: flex;
	justify-content: space-between;
	width: 100%;
	min-height: 250px;
}
.task.domain .task-data .task-info {
	max-width: 360px;
	min-width: 360px;
	padding: 20px;
	font-size: 18px;
}
.task.domain .task-data .task-info h1 {
	font-family: Conv_Calibri;
	color: #000;
	text-align: left;
	width: 100%;
	font-size: 20px;
	font-weight: bold;
}
.task.domain .task-title {
	text-align: center;
	border-bottom: 1px solid #ccc;
	margin: 10px;
	width: 99%;
	font-size: 20px;
}
.task.domain .field {
	/*width: 1108px;*/
	width: 980px;
	height: 120px;
	margin: 10px;
	padding: 0 5px;
	border-bottom: 1px solid #ccc;
	background-color: #e7e7e7;
}
.task.domain .field .part-domain {
	font-size: 20px;
}
.task.domain .field .part-domain,
.task.domain .parts .part-domain {
	cursor: pointer;
	cursor: -webkit-grab;
}
.task.domain .field .delimiter:first-child,
.task.domain .field .delimiter + .delimiter {
	margin-left: 50px;
	margin-right: 50px;
}
.task.domain .c-arrow {
	background: linear-gradient(to left, #fff 0%, rgba(255,255,255,0) 50%) no-repeat;
	height: 31px;
	width: 100%;
}
.task.domain .img-arrow {
	background: url(/assets/css/game_images/big-arrow.png) no-repeat scroll;
	background-position: 500px;
	transition: all 2s;
	max-width: 475px;
}
.task.domain  ul {
	padding: 20px 45px;
/*	height: 380px;
*/}
.task.domain  ul li {
	position: relative;
	padding-left: 20px;
	margin-top: 5px;
	font-size: 16px;
	font-weight: 100;
	font-style: italic;
}
.task.domain  ul li:before {
	content: '';
	position: absolute;
	left: 0;
	top: 10%;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #3586c8;
}
/***************************/
/*     TASK network        */
/***************************/
.task.network .space_around {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.task.network .row {
	display: flex;
	/*flex-wrap: wrap;*/
	justify-content: center;
	align-items: center;
	width: 1140px;
	margin-bottom: 20px;
}
.task.network .row:first-child {
	margin-top: 20px;
}
.task.network .row .info-block {
	display: flex;
/*	flex-direction: column;
	justify-content: space-around;
*/
	justify-content: center;
	align-content: center;
	align-items: center;
	width: 800px;
	padding: 40px;
	margin-top: 5px;
}
.task.network .cable {
	position: relative;
	height: 5px;
	width: 254px;
	background: linear-gradient(to left, rgba(0,0,0,0), #51b1d9 30%, #51b1d9 70%, rgba(0,0,0,0)) no-repeat scroll;
}

.task.network .cable img {
	position: absolute;
	top: -24px;
	animation-name: flash;
	animation-duration: 4s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-timing-function: linear;
/*animation-play-state: paused;*/
}
@keyframes flash {
	0%   {left: 0;opacity: 0;}
	50% {left: 113px;opacity: 1;}
	100% {left: 226px;opacity: 0;}
}
.task.network .toleft {
	margin-left: -130px;
	margin-right: 130px;
}
.task.network .toright {
	margin-right: -130px;
}
.task.network .tween {
	position: relative;
	width: 80%;
	height: 265px;
}
.task.network .tween * {
	position: absolute;
}
.task.network .tween img {
	transition: all 0.5s;
}

.task.network .tween #comp1 {
	left: 0;
}
.task.network .tween #comp2 {
	right: 0;/*156px;*/
}
.task.network .tween #user1 {
	left: 173px;
	bottom: 0;
}
.task.network .tween #user2 {
	right: 0px;
	bottom: 0;
}
.task.network .tween #block {
	width: 428px;
	height: 198px;
	border-radius: 10px;
	background-color: #fff;
	opacity: 0;
	right: 0;
	bottom: 0;
}
.task.network .tween #arrow1,
.task.network .tween #usb {
	left: 173px;
	opacity: 0;
}
.task.network .tween #usb {
	top: 70%;
}
.task.network .tween #arrow1 {
	bottom: 0;
}
.task.network .tween #arrow2 {
	bottom: 0;
	transform: scaleX(-1);
	left: 552px;
	opacity: 0;
}
.task.network .col2 {
	margin: 126px 88px 20px;
	width: 50%;
}
.task.network .q-a-block {
	min-width: 358px;
	min-height: 80px;
	display: flex;
	align-items: center;
	padding: 10px 20px 10px 40px;
	margin-bottom: 8px;

	font-size: 22px;
}
.task.network .q-a-block h1 {
	font-weight: bold;
	font-size: 30px;
}
.task.network  ul {
	padding: 20px 45px;
/*	height: 380px;
*/}
.task.network  ul li {
	position: relative;
	padding-left: 20px;
	margin-top: 5px;
	font-size: 16px;
	font-weight: 100;
	font-style: italic;
}
.task.network  ul li:before {
	content: '';
	position: absolute;
	left: 0;
	top: 10px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #3586c8;
}
/***************************/
/*     TASK pay            */
/***************************/
.task.pay .space_around {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	padding-top: 134px;
}
.task.pay .row {
	display: flex;
	justify-content: center;
	width: 992px;
	margin: 10px;
}
.task.pay .bg-phone {
	background: linear-gradient(to top, #f37e2f, #f59a3c) no-repeat;
}
.task.pay .bg-icq {
	background: linear-gradient(to top, #317398, #3f91ae) no-repeat;
}
.task.pay .bg-computer {
	background: linear-gradient(to top, #079346, #08ab59) no-repeat;
}
.task.pay .bg-email {
	background: linear-gradient(to top, #3a8ab9, #4aa3c8) no-repeat;
}
.task.pay .bg-society {
	background: linear-gradient(to top, #168296, #1c9dac) no-repeat;
}
.task.pay .bg-site {
	background: linear-gradient(to top, #f0454f, #f45865) no-repeat;
}
.task.pay .image {
	width: 265px;
	min-height: 340px;
	height: 340px;
	font-family: Conv_Calibri;
	font-weight: bold;
	font-style: italic;
	font-size: 32px;
	color: #fff;
	border-radius: 15px;
	overflow: hidden;
}
.task.pay .image div {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
}
.task.pay .image span {
	width: 100%;
	text-align: center;
	text-shadow: 0px 2px 4px rgba(42, 42, 42, 0.8);
}
.task.pay .description {
	position: relative;
	width: 638px;
	min-height: 252px;
	height: 252px;
	font-family: Conv_Calibri;
	font-weight: 100;
	font-style: normal;
	font-size: 19px;
	padding: 44px 38px;
	border-radius: 15px;
	box-shadow: 2px 2px 4px rgba(176, 176, 176, 0.48), -0px -0px 6px rgba(207, 207, 207, 0.36);
	margin-left: 14px;
	background-color: #fff;
}
.task.pay .description:before {
	content: '';
	position: absolute;
	top: 126px;
	left: -30px;
	width: 60px;
	height: 60px;
	background-color: #fff;
	border-bottom-left-radius: 10px;
	transform: rotate(45deg);
}
.task.pay .description h1 {
	font-weight: bold;
	font-size: 24px;
}

.task.pay .image >div {
	height: 100%;
}
.task.pay .b-false,
.task.pay .b-true {
	min-width: 144px;
	padding: 16px 26px;
	font-family: Conv_Junegull;
	font-weight: 100;
	font-size: 16px;
	color: #fff;
	text-shadow: 0px 2px 4px rgba(42, 42, 42, 0.8);
	border-radius: 10px;
	border: 1px inset #888;
	cursor: pointer;
}
.task.pay .b-false {
	background: linear-gradient(to top, #c13636, #cd4343) no-repeat;
}
.task.pay .b-true {
	background: linear-gradient(to top, #1ea246, #25b457) no-repeat;
	margin-left: 20px;
}
/***************************/
/*     ANIMATION email     */
/***************************/
.animation.email {
	min-height: 800px;
}
.animation.email .space_around {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.animation.email .row {
	width: 100%;
	display: flex;
	justify-content: center;
}
/*.animation.email .row:not(:first-child) {
}
*/
.animation.email .row.head {
	display: block;
	width: 1058px;
	height: 195px;
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
}
.animation.email .text-info.email {
	display: inline-block;
	width: 60px;
	height: 46px;
	font-weight: bold;
	font-size: 23px;
	margin: 5px 12px 5px 94px;
	text-align: right;
	float: left;
	line-height: 46px;
}
.animation.email .input-block {
	display: inline-block;
	width: 760px;
	height: 46px;
	margin: 5px 0;
	box-shadow: inset 2px 2px 2px #ccc;
	background-color: #f7f7f7;
	border-radius: 10px;
	line-height: 46px;
	padding-left: 20px;
}
.animation.email .input-block.arrow {
	background: #f7f7f7 url("/games/animation/email/img/arrow.png") no-repeat scroll 98% 60%
}
.animation.email .envelope {
	display: block;
	width: 708px;
	height: 388px;
	margin: 60px 0;
	border-radius: 2px;
	box-shadow: -8px -8px 18px #BCBCBC inset, 2px 2px 4px #888, 1px 1px 4px #888;
	padding: 40px 54px;
	background: linear-gradient(to top, #e0e0e0, #f9f9f9) no-repeat;
}
.animation.email .line {
	display: block;
	height: 40px;
}
.animation.email .line div {
	position: relative;
	display: inline-block;
	height: 40px;
	width: 384px;
	line-height: 40px;
}

.animation.email .anim {
	position: absolute;
	z-index: 100;

	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}

.animation.email .line .underline {
	border-bottom: 2px solid #7f7f7f;
}
.animation.email .line .enter {
	font-size: 16px;
	color: #0083b3;
	padding-left: 20px;
}
.animation.email .line .print {
	width: 70px;
	font-size: 21px;
	float: left;
}
.animation.email .line .block-r,
.animation.email .line .block-l {
	width: 186px;
	padding-left: 20px;
	font-size: 14px;
	color: #7f7f7f;
}
.animation.email .line .block-r {
	margin-left: 214px;
	border: 2px solid #7f7f7f;
}
.animation.email .line .block-l {
	border: 2px solid #7f7f7f;
	margin-left: -70px;
}
.animation.email .from,
.animation.email .to {
	position: relative;
}
.animation.email .to {
	margin-top: 80px;
	float: right;
}
.animation.email .stamp {
	position: absolute;
	width: 134px;
	height: 106px;
	border-top: 2px solid #7f7f7f;
	border-right: 2px solid #7f7f7f;
	top: 0px;
	right: 0px;
}
.animation.email .zip {
	position: absolute;
	width: 289px;
	height: 74px;
	background: url(/games/animation/email/img/zip.png) no-repeat;
	left: -288px;
	bottom: 0;
}
.animation.email .letters {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 50px;
	margin-bottom: 20px;
	width: 629px;
	height: 324px;
	padding: 104px 128px;
	font-family: Conv_Junegull;
	font-weight: 100;
	font-size: 74px;
	color: #fff;
	background: linear-gradient(to top, #0a7698, #0c93ae) no-repeat;
	border-radius: 10px;
}
.animation.email .letters .row {
	justify-content: space-between;
	width: 635px;
	height: 74px;
	margin-bottom: 6px;
}
.animation.email .letters .row:last-child {
	/*justify-content: center;*/
	width: 200px;
}
.animation.email .info-block {
	position: absolute;
	width: 400px;
	min-height: 50px;
	padding: 60px;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 2px 2px 2px #ccc;
	z-index: 999;
}
.animation.email .info-block button {
	position: absolute;
	bottom: -10px;
	right: 40px;
}

.animation.email .title {
	width: 1042px;
	height: 77px;
	line-height: 77px;
	text-align: center;

	font-family: Conv_Calibri;
	font-style: italic;
	font-weight: normal;
	font-size: 28px;
	color: #000;

	box-shadow: 2px 2px 5px #e0e0e0;
	margin: 10px auto;
}

.animation.email .test {
	display: flex;
	justify-content: space-between;
	align-content: center;
	align-items: center;
	margin: 7px auto 0;
	width: 60%;
}
.animation.email .test>span:not(.marker) {
	display: flex;
	justify-content: flex-start;
	align-content: center;
	align-items: center;
	min-height: 100px;
	width: 840px;
	border-radius: 10px;
	box-shadow: 2px 2px 5px #E0E0E0;
	background-color: #fff;
}

.animation.email label.visible {
	display: flex;
	height: 130px;
	align-items: center;
	width: 90%;

	font-family: Conv_Calibri;
	font-style: italic;
	font-weight: normal;
	font-size: 27px;
	color: #000;

	/*line-height: 28px;*/
	vertical-align: middle;
	margin-left: 20px;
}
.animation.email label {
	cursor: pointer;
}
.animation.email .test >label.title {
	padding-left: 30px;
	text-align: left;
	border-radius: 10px;
}
.animation.email .marker {
	position: relative;
	display: inline-block;
	width: 57px;
	height: 57px;
	border: 4px solid #f7f7f7;
	border-radius: 6px;
	background: #ccc linear-gradient(to bottom, #aaa 0%, #bbb 5%, #ccc 100%);
	box-shadow: 1px 1px 1px #E0E0E0, -1px -1px 1px #E0E0E0;
	margin-left: 20px;
}
.animation.email input[type='checkbox'] {
	display: none;
}
.animation.email input[type='checkbox']:checked ~ label>span.marker:before {
	position: absolute;
	top: -5px;
	left: 5px;
	width: 71px;
	height: 55px;
	content: '';
	background: transparent url(/assets/css/game_images/check.png) no-repeat scroll 0 0;
}
.animation.email input.error[type='checkbox']:checked ~ label>span.marker:before {
	background: transparent url(/assets/css/game_images/check_error.png) no-repeat scroll 0 0;
}
.animation.email input.error[type='checkbox'] + span {
	background-color: #f86666;
}

.md-effect-a {
	min-width: 500px;
	max-width: 500px;
	width: auto;
	min-height: 0;
	border-radius: 10px;
	box-shadow: 2px 2px 10px #AAA, -2px -2px 10px #AAA;
}

/*
.message-info {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 100;
}
.message-info-text {
	min-width: 200px;
	max-width: 400px;
	min-height: 90px;
	background-color: #FFF;
	box-shadow: 2px 2px 10px #AAA, -2px -2px 10px #AAA;
	color: #000;
	top: 446px;
	left: 0px;
	right: 0;
	margin: 0 auto;
	z-index: 999;
	border-radius: 5px;
	padding: 40px;
	line-height: normal;
	font-size: 20px;
	position: fixed;
}
.message-info-text button {
	margin-right: 20px;
	position: absolute;
	right: 20px;
	bottom: -12px;
}
*/
/*
.animation.email .message.task h1 {
	font-family: Conv_Junegull;
	font-size: 36px;
	font-weight: 100;
	color: #f48e36;
	width: 100%;
	text-align: center;
}
*/


.animation.www {
	min-height: 800px;
}
.animation.www .space_around {
	position: relative;
	min-height: 800px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	/*align-items: center;*/
	align-items: flex-start;
}
.animation.www .row {
	position: relative;
	display: flex;
	justify-content: center;
	/*align-items: center;*/
	align-items: flex-start;
	width: 100%;
}
.animation.www .title {
	width: 586px;
	height: 132px;
	padding: 60px 74px;
	margin-top: 20px;
}
.animation.www .info-block {
	position: relative;
	font-size: 20px;
}
.animation.www .next-info {
	position: absolute;
	right: 20px;
	bottom: -10px;
}
.animation.www .bottom-text {
	position: absolute;
	height: 48px;
	font-size: 24px;
	color: #fff;
	background-color: #23a15f;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	padding: 30px 96px;
	text-align: center;
	bottom: -70px;
	left: 0px;
	width: 876px;
}

/***************************/
/*     ANIMATION bits      */
/***************************/
.animation.bits {
	min-height: 800px;
}
.animation.bits .space_around {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	height: 800px;
}
.animation.bits .row {
	position: relative;
	width: 90%;
	display: flex;
	justify-content: space-between;
}
.animation.bits .row.block {
	height: 90%;
	align-items: center;
}
.animation.bits .image {
	display: inline-block;
	height: 284px;
}
.animation.bits .image.lamp-off,
.animation.bits .image.lamp {
	background: url(/games/animation/bits/img/lamp.png) no-repeat scroll;
	width: 172px;
}
.animation.bits .image.lamp-on,
.animation.bits .image.lamp:hover {
	background: url(/games/animation/bits/img/lamp-on.png) no-repeat scroll;
	width: 172px;
}
.animation.bits .image.lamp-m-off {
	background: url(/games/animation/bits/img/lamp-m.png) no-repeat scroll;
	width: 100px;
	height: 167px;
}
.animation.bits .image.lamp-m-on {
	background: url(/games/animation/bits/img/lamp-m-on.png) no-repeat scroll;
	width: 100px;
	height: 167px;
}

.animation.bits .image.lamps {
	background: url(/games/animation/bits/img/lamps.png) no-repeat scroll 0% 50%;
	width: 195px;
}
.animation.bits .image.tv {
	background: url(/games/animation/bits/img/tv.png) no-repeat scroll;
	width: 407px;
}
.animation.bits .image.tv:hover {
	background: url(/games/animation/bits/img/tv-on.png) no-repeat scroll;
}
.animation.bits .image.toster {
	background: url(/games/animation/bits/img/toster.png) no-repeat scroll;
	width: 294px;
}
.animation.bits .image.toster:hover {
	background: url(/games/animation/bits/img/toster-on.png) no-repeat scroll;
}
.animation.bits .image.ball {
	background: url(/games/animation/bits/img/ball.png) no-repeat scroll;
	width: 232px;
}
.animation.bits .image.arrow {
	background: url(/games/animation/bits/img/arrow.png) no-repeat scroll 0% 50%;
	width: 94px;
}
.animation.bits .image.computer {
	background: url(/games/animation/bits/img/computer.png) no-repeat scroll;
	width: 270px;
}
.animation.bits .image.cd {
	background: url(/games/animation/bits/img/cd.png) no-repeat scroll 0% 50%;
	width: 195px;
}
.animation.bits .image.binary {
	width: 294px;
	height: 294px;
	border-radius: 50%;
	border: 4px solid #fff;
	box-shadow: inset 2px 2px 2px #ccc;
	overflow: hidden;
	font-size: 20px;
}

.animation.bits .image.digit {
	width: 150px;
	height: 294px;
	line-height: 294px;
	font-family: Conv_Junegull;
	color: #f83;
	font-size: 346px;
	text-align: center;
}

.animation.bits .info-block {
	position: absolute;
	width: 400px;
	min-height: 50px;
	padding: 60px;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 2px 2px 2px #ccc;
	z-index: 999;
}
.animation.bits .info-block button {
	position: absolute;
	bottom: -10px;
	right: 40px;
}
.animation.bits .block-shadow {
	font-size: 49px;
	width: 865px;
	height: 112px;
	text-align: center;
	line-height: 112px;
	margin-bottom: 10px;
}

/***************************/
/*     ANIMATION internet  */
/***************************/
.animation.internet {
	min-height: 800px;
}
.animation.internet .space_around {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: flex-start;
	height: 800px;
	overflow: hidden;
}
.animation.internet .row {
	position: relative;
	width: 90%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.animation.internet .row.block {
	position: relative;
	height: 90%;
	align-items: center;
	justify-content: space-between;
	overflow: hidden;
}
.animation.internet .info-block {
	position: absolute;
	width: 400px;
	min-height: 50px;
	padding: 60px;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 2px 2px 2px #ccc;
	z-index: 999;
}
.animation.internet .info-block button {
	position: absolute;
	bottom: -10px;
	right: 40px;
}

.animation.internet .circle {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 370px;
	height: 370px;
	border-radius: 50%;
	background: #fff;
	box-shadow: 2px 2px 2px #ccc, -2px -2px 2px #ccc;
	transition: all 0.4s;
	font-family: Conv_Junegull;
	font-size: 26px;
	text-transform: uppercase;
	color: #f83;
	margin: 5px;
}
.animation.internet .cable {
	position: relative;
	height: 5px;
	width: 200px;
	background: linear-gradient(to left, rgba(0,0,0,0), #51b1d9 30%, #51b1d9 70%, rgba(0,0,0,0)) no-repeat scroll;
}
.animation.internet .cable img {
	position: absolute;
	top: -24px;
	animation-name: flash2;
	animation-duration: 4s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-timing-function: linear;
}
@keyframes flash2 {
	0%   {left: -48px;opacity: 0;}
	50% {left: 50%;opacity: 1;}
	100% {left: 100%;opacity: 0;}
}

.animation.internet .web.computer-t,
.animation.internet .web.computer-t-r,
.animation.internet .web.computer-r,
.animation.internet .web.computer-b-r,
.animation.internet .web.computer-b,
.animation.internet .web.computer-b-l,
.animation.internet .web.computer-l,
.animation.internet .web.computer-t-l {
	position: absolute;
}
.animation.internet .web.computer-t {
	top: -300px;
	left: 100px;
}
.animation.internet .web.computer-t-r {
	top: -300px;
	right: 0px;
}
.animation.internet .web.computer-r {
	top: 0px;
	right: -200px;
}
.animation.internet .web.computer-b-r {
	right: -100px;
	bottom: -200px;
}
.animation.internet .web.computer-b {
	bottom: -300px;
	left: 300px;
}
.animation.internet .web.computer-b-l {
	left: -200px;
	bottom: -300px;
}
.animation.internet .web.computer-l {
	left: -200px;
}
.animation.internet .web.computer-t-l {
	top: -200px;
	left: -200px;
}

.mirrorH {
	transform: scaleX(-1);
}

/*************************************/
/*     ANIMATION emoney / TASK license */
/*************************************/
.task.license,
.animation.emoney {
	min-height: 850px;
	font-family: Conv_Calibri;
	font-weight: bold;
	font-style: italic;
	font-size: 22px;
}
.task.license .space_around,
.animation.emoney .space_around {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: flex-start;
	align-content: flex-start;
	min-height: 850px;
	overflow: hidden;
	margin-bottom: 20px;
}
.task.license .row,
.animation.emoney .l-row,
.animation.emoney .row {
	display: flex;
	justify-content: space-between;
}
.animation.emoney .l-row {
	width: 100%;
}
.task.license .row,
.animation.emoney .row {
	position: relative;
	padding: 0 50px;
	width: 1040px;
}
.animation.emoney .mb50 {
	margin-bottom: 50px;
}
.task.license .col,
.animation.emoney .col {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.animation.emoney .col * {
	transition: all 0.4s;
}
.animation.emoney .col .m-row {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.animation.emoney .col.block {
	/*flex-wrap: nowrap;*/
	justify-content: space-between;
	padding: 15px;
	width: 460px;
	height: 404px;
}
.animation.emoney .col.block.arrow-bl {
	position: absolute;
	justify-content: center;
	top: 118px;
	left: 352px;
	z-index: 22;
}
.animation.emoney .in-block-3,
.animation.emoney .in-block-2,
.animation.emoney .col.in-block {
	justify-content: center;
	border-radius: 6px;
}
.animation.emoney .col.in-block {
	width: 222px;
	height: 156px;
	background-color: #f7f7f7;
	box-shadow: inset 2px 2px 2px #ccc;
}
.animation.emoney .in-block-2 {
	width: 460px;
	height: 232px;
	align-items: flex-start;
}
.animation.emoney .in-block-3 {
	width: 210px;
	height: 170px;
	background-color: #f19448;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.4);
	border-radius: 6px;
	padding: 4px;
	text-align: center;
	margin: 30px 10px;
}
.animation.emoney .in-block-3 .m-row {
	position: relative;
	justify-content: flex-start;
	width: 100%;
	height: 50px;
	line-height: 50px;
	background-color: #fff0e3;
	padding: 0 10px;
	text-align: left;
}
.animation.emoney .in-block-3 .m-row img {
	vertical-align: middle;
}
.animation.emoney .in-block-3 .m-row:nth-child(2n) {
	background-color: #fba762;
	height: 30px;
	line-height: 30px;
}
.b-brown {
	background: linear-gradient(to top, #d87231, #e99140);
	color: #fff;
}
.animation.emoney .txt.line.center {
	display: inline-block;
	width: 200px;
	text-align: center;
}

.animation.emoney .tt-info {
	position: absolute;
	left: -999999px;
	min-width: 200px;
	max-width: 270px;
	/*height: 50px;*/
	padding: 20px;
	background-color: #fff;
	font-size: 16px;
	box-shadow: 2px 2px 2px #ccc;
	z-index: 10;
	color: #000;
	line-height: normal;
	opacity: 0;
}
.animation.emoney .tt-info.on {
	opacity: 1;
}
.animation.emoney .tt-info.top.active {
	left: 190px;
}
.animation.emoney .tt-info.top {
	top: -90px;
}
.animation.emoney .tt-info.bottom.active {
	left: -40px;
}
.animation.emoney .tt-info.bottom {
	bottom: -90px;
}
.animation.emoney .tt-info.right.active {
	left: 220px;
}
.animation.emoney .tt-info.right {
	top: -5px;
	min-width: 161px;
}
.animation.emoney .tt-info.top:before {
	position: absolute;
	left: 50%;
	bottom: -15px;
	content: ' ';
	width: 30px;
	height: 30px;
	transform: rotate(45deg);
	background-color: #fff;
	box-shadow: 2px 2px 2px #ccc;
}
.animation.emoney .tt-info.bottom:before {
	position: absolute;
	left: 50%;
	top: -15px;
	content: ' ';
	width: 30px;
	height: 30px;
	transform: rotate(45deg);
	background-color: #fff;
	box-shadow: -2px -2px 2px #ccc;
}
.animation.emoney .tt-info.right:before {
	position: absolute;
	left: -15px;
	top: 15px;
	content: ' ';
	width: 30px;
	height: 30px;
	transform: rotate(45deg);
	background-color: #fff;
	box-shadow: -2px 2px 2px #ccc;
}

.animation.emoney .info-block.t-l {
	left: 0;
	top: 0;
}
.animation.emoney .r-bottom {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}
.animation.emoney .info-block {
	position: relative;
	min-width: 400px;
	max-width: 600px;
	min-height: 50px;
	padding: 20px 60px;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 2px 2px 2px #ccc;
	z-index: 999;
	font-size: 18px;
	margin-top: 10px;
}
.animation.emoney .info-block button {
	position: absolute;
	bottom: -10px;
	right: 40px;
}

.task.license .row.f-head,
.animation.emoney .row.f-head {
	height: 130px;
	justify-content: center;
	align-items: center;
}
.task.license .col.feature,
.animation.emoney .col.feature {
	align-items: flex-start;
	align-content: flex-start;
	width: 500px;
	min-height: 700px;
	border-radius: 15px;
	box-shadow: 2px 2px 2px #ccc;
	overflow: hidden;
	background-color: #f1f1f1;
}

.task.license .row.f-head div,
.task.license .col.feature div,
.animation.emoney .row.f-head div,
.animation.emoney .col.feature div {
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	text-align: center;
	padding: 0px 60px;
	width: 380px;
	height: 110px;
	box-shadow: 2px 2px 2px #ccc;
	border-radius: 10px;
	font-weight: 100;
	font-style: normal;
	font-size: 16px;
	background-color: #58FFA1;
	cursor: pointer;
	cursor: -webkit-grab;
	z-index: 20;
}
.task.license .col.feature h1,
.animation.emoney .col.feature h1 {
	width: 100%;
	height: 84px;
	line-height: 84px;
	text-align: center;
	font-weight: bold;
	font-style: italic;
	font-size: 30px;
	background-color: #fff;
	box-shadow: 2px 2px 2px #ccc;
}
.task.license .col.feature div.error,
.animation.emoney .col.feature div.error {
	background-color: #f86666;
	color: #fff;
}

/*********************************/
/*      TASK howto               */
/*********************************/
.task.howto {
	min-height: 800px;
}
.task.howto .space_around {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	align-content: flex-start;
	min-height: 800px;
	margin-bottom: 20px;
}
.task.howto .row {
	display: flex;
	justify-content: space-around;
	align-items: center;
	align-content: center;
	width: 1040px;
	padding: 5px 0px;
}
.task.howto .row h1 {
	position: relative;
	text-align: center;
	font-family: Conv_Calibri;
	font-weight: bold;
	font-style: italic;
	font-size: 30px;
}
.task.howto .row h1:before {
	position: absolute;
	content: '';
	top: 44%;
	left: -20px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	box-shadow: 1px 1px 1px rgba(255,255,255,1) inset, -1px -1px 1px rgba(0,0,0,0.5) inset;
}
.task.howto .row h1.l:before {
	background-color: #1c9f59;
}
.task.howto .row h1.r:before {
	background-color: #ef4242;
}
.task.howto .block-shadow {
	width: 354px;
	height: 100px;
	padding: 20px 40px;

	font-family: Conv_Calibri;
	font-weight: normal;
	font-style: normal;
	font-size: 18px;
}
.task.howto .b-arrow {
	position: relative;
	width: 80px;
	height: 40px;
	border: 1px solid #ccc;
	border-radius: 6px;
	box-shadow: 2px 2px 2px #ccc;
	background: url(/games/task/howto/img/arrow-l.png) no-repeat scroll 15% 50% #fff;
	cursor: pointer;
}
.task.howto .b-arrow:before {
	position: absolute;
	content: '';
	display: inline-block;
	width: 1px;
	height: 100%;
	top: 0;
	left: 50%;
	background-color: #ccc;
}
.task.howto .b-arrow:after {
	position: absolute;
	content: "";
	display: inline-block;
	width: 41%;
	height: 100%;
	top: 0px;
	left: 56%;
	background: #FFF url("/games/task/howto/img/arrow-r.png") no-repeat scroll 70% 50%;
}

.task.howto .block-shadow.error {
	background-color: #f86666;
	color: #fff;
}

/*********************************/
/*      GameDev                  */
/*********************************/
.drag.gamedev100 .word {
	width: 150px;
	text-align: center;
	background: #fff;
}
.drag.gamedev100 .word-min {
	padding: 10px 20px;
	text-align: center;
	background: #fff;
}
.drag.gamedev100 .head {
	margin-bottom: 40px;
	padding: 20px;
}
/* End */
/* /assets/css/games.css?1706703947109792 */
