@import url(http://fonts.googleapis.com/css?family=Alef:400,700);

html {
	direction:rtl;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

body {font-family: 'Alef', sans-serif;background: #f8f8f8}

header {
	padding: 3px 33px 0px;
  background: #fff;
  -webkit-box-shadow: 0px -3px 16px -3px #000;
  -moz-box-shadow: 0px -3px 16px -3px #000;
  box-shadow: 0px -3px 16px -3px #000;
  font-size: 47px;
  font-weight: bold;
  color: #f07404;
  line-height: 66px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0%;
  z-index: 555;
}

.title > img {
    position: relative;
    right: 4%;
    top: 10px;
    width: 19%;
}

.anim img {
	width: 100%;
}

.anim {
	position: absolute;
	left: 20px;
	bottom: 20px;
	max-width: 20%;
	z-index: 20;
	z-index: 60;
}

.anim2 {
    bottom: -2%;
    left: 9%;
    max-width: 81% !important;
}

.spaces td {
	position: relative;
}

header small {color: #777;font-size: 63%;}

header .logo {
	float: left;
}

.bxslider li {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border-radius: 10px;
}

.leftNav {
	position: fixed;
	top: 0;
	width: 80px;
	left: 10px;
	padding-top: 112px;
	height: 100%;
	z-index: 15;
	-webkit-transition: all .17s ease-in-out;
	-moz-transition: all .17s ease-in-out;
	-o-transition: all .17s ease-in-out;
	transition: all .17s ease-in-out;
}

.leftNav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.allView {
	position: absolute;
	bottom: 10px;
	left: 10px;
	cursor: pointer;
	z-index: 55;
}

.leftNav li {position: relative;}

.rightNav {
	position: fixed;
	right: 0;
	background: #fff;
	padding: 109px 16px 10px;
  width: 224px;
	border-radius: 0 0 0 10px;
	-webkit-box-shadow: 2px 2px 9px -3px #000;
	-moz-box-shadow: 2px 2px 9px -3px #000;
	box-shadow: 2px 2px 9px -3px #000;
	-webkit-transition: all .17s ease-in-out;
	-moz-transition: all .17s ease-in-out;
	-o-transition: all .17s ease-in-out;
	transition: all .17s ease-in-out;
	max-height: 1000px;
}

.fullView .rightNav, .fullView .leftNav {
	width: 0;
	overflow: hidden;
	padding: 0;
}

.fullView .openNav {
	display: none;
}

.hideMenu .rightNav {
	max-height: 0;
	overflow: hidden;
	padding: 0;
}

.fullView .gameCont {
	margin: 0 10px;
}

.gameCont {
	padding-top: 112px;
	margin: 0 250px 0 120px;
	-webkit-transition: all .17s ease-in-out;
	-moz-transition: all .17s ease-in-out;
	-o-transition: all .17s ease-in-out;
	transition: all .17s ease-in-out;
}

.hideMenu .gameCont {
	margin-right: 100px;
}

.gameCont img.full {
	width: 100%;
	border-radius: 15px;
}

.tabs {
	margin: 0;
	padding: 0;
	list-style: none;
}

.tabs li {margin-bottom: 6px;}

.tabs a {
	display: block;
	color: #323232;
	text-decoration: none;
	font-weight: bold;
	font-size: 22px;
	line-height: 1;
	height: 60px;
	padding: 0 10px;
	position: relative;
}

.tabs a span {
	display: inline-block;
	vertical-align: middle;
	margin-top: 12px;
}

.tabs .yellow a {
	background: #ffb001;
	border: 3px solid #ffb001;
	border-radius: 8px;
}

.tabs .yellow a:hover, .tabs li.yellow.active a {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffb001+64,e09602+100 */
	background: #ffb001; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover, #ffb001 64%, #e09602 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(64%,#ffb001), color-stop(100%,#e09602)); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover, #ffb001 64%,#e09602 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover, #ffb001 64%,#e09602 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover, #ffb001 64%,#e09602 100%); /* IE10+ */
	background: radial-gradient(ellipse at center, #ffb001 64%,#e09602 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb001', endColorstr='#e09602',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.tabs .green a {
	background: #05b038;
	border: 3px solid #05b038;
	border-radius: 8px;
}

.tabs .green a:hover, .tabs li.green.active a {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#05b038+64,037c19+100 */
	background: #05b038; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover,  #05b038 64%, #037c19 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(64%,#05b038), color-stop(100%,#037c19)); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover,  #05b038 64%,#037c19 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover,  #05b038 64%,#037c19 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover,  #05b038 64%,#037c19 100%); /* IE10+ */
	background: radial-gradient(ellipse at center,  #05b038 64%,#037c19 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#05b038', endColorstr='#037c19',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.tabs .blue a {
	background: #1da8cc;
	border: 3px solid #1da8cc;
	border-radius: 8px;
}

.tabs li a i {
	opacity: 0;
	    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -15px;
}

.tabs li.active a i, .tabs li:hover a i {
	opacity: 1;
}

.tabs .blue a:hover, .tabs li.blue.active a:hover {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#009cc5+64,005ea1+100 */
	background: #009cc5; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover,  #009cc5 64%, #005ea1 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(64%,#009cc5), color-stop(100%,#005ea1)); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover,  #009cc5 64%,#005ea1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover,  #009cc5 64%,#005ea1 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover,  #009cc5 64%,#005ea1 100%); /* IE10+ */
	background: radial-gradient(ellipse at center,  #009cc5 64%,#005ea1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009cc5', endColorstr='#005ea1',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.tab_container {
	position: relative;
	text-align: center;
}

.bx-wrapper {
	direction: ltr;
	top: 0;
	width: 100%;
	position: absolute;
	height: 100%;
}

.bx-wrapper li {
	direction: rtl;
}

#tab {
	text-align: center;
}

#tab h3 {
	color: #777777;
	line-height: 1;
	margin-bottom: 0;
	font-size: 70px;
	margin-top: 5%;
}

#tab h2 {
	font-size: 190px;
	margin: 0;
	line-height: 1;
	color: #f07404;
}

.bx-wrapper .bx-viewport {
	position: absolute !important;
	height: 100% !important;
	overflow: initial !important;
}

.pageCounter {
    position: absolute;
    width: 74px;
    height: 74px;
    background: #fff;
    color: #646464;
    text-align: center;
    right: 81px;
    bottom: -85px;
    border-radius: 8px;
    font-size: 22px;
    font-weight: bold;
    box-shadow: 2px 2px 7px -14px #dcdcdc;
    -moz-box-shadow: 2px 2px 7px -14px #dcdcdc;
    -webkit-box-shadow: 2px 2px 7px -14px #dcdcdc;
    padding-top: 22px;
}

.bxslider {
	position: absolute !important;
	height: 100%;
	width: 100% !important;
	overflow: inherit !important;
	margin: 0;
	padding: 0;
}

.bxslider li {
	height: 100%;
	width: 100% !important;
	box-shadow: 9px 7px 10px -4px #8C8C8C;
}

.information {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-top: 10px;
}

.sampleBlocks {
    display: inline-block;
    margin-bottom: 5px !important;
    max-width: 20%;
    position: relative;
    vertical-align: top;
}

.sampleBlocks p {
	position: absolute;
	bottom: 7%;
	left: 0;
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 32px;
	margin: 0;
}
.sampleBlocks.group {max-width: 48%;}
.sampleBlocks.orange p {color: #f07404;}
.sampleBlocks.blue p {color: #1ea8cd;}
.sampleBlocks.green p {color: #04b038;}

#tab4 .descr, #tab5 .descr, #tab6 .descr,  #tab7 .descr,  #tab8 .descr,  #tab9 .descr {
	margin: 1% auto
}

#tab8 .sampleBlocks.group {
	max-width: 37%;
}

.ant {
	position: absolute;
	left: 0%;
	top: 0;
	bottom: 0;
	height: 100%;
	list-style: none;
	right: 0;
}

.ant li {
	box-shadow: none;
	position: absolute;
	width: 42px !important;
	height: 42px !important;
	max-width: 7%;
}

.ant_cont {
	position: absolute;
}

#tab7 .sampleBlocks .card {
	width: 246px;
	height: 246px;
}

.calc {
	position: absolute;
	right: 10px;
	bottom: 40px;
	cursor: pointer;
	z-index: 15;
}

.brush, .refr {
	position: absolute;
	left: 20px;
	top: 60px;
	cursor: pointer;
	z-index: 15
}

.groupBig{
	max-width: 90%;
}

.desc {
	position: absolute;
	left: 20px;
	top: 40%;
	z-index: 15;
	cursor: pointer;
}

.descr.nobg {
	background: transparent;
	box-shadow: none;
	border: 0;
}

.orange {color: #f07404;}
.blue {color: #1ea8cd;}
.green {color: #04b038;}
.yellow {color: #ffb001;}

.sampleBlocks.rotate1 {
  -webkit-transform: rotate(6deg); /* Chrome, Safari, Opera */
  -moz-transform: rotate(6deg); /* Chrome, Safari, Opera */
	-ms-transform: rotate(6deg); /* IE 9 */
  transform: rotate(6deg);
}

.sampleBlocks.rotate2 {
  -webkit-transform: rotate(-6deg); /* Chrome, Safari, Opera */
  -moz-transform: rotate(-6deg); /* Chrome, Safari, Opera */
	-ms-transform: rotate(-6deg); /* IE 9 */
  transform: rotate(-6deg);
}

.sampleBlocks.rotate3 {
  -webkit-transform: rotate(-3deg); /* Chrome, Safari, Opera */
  -moz-transform: rotate(-3deg); /* Chrome, Safari, Opera */
	-ms-transform: rotate(-3deg); /* IE 9 */
  transform: rotate(-3deg);
}

.sampleBlocks.rotate4 {
  -webkit-transform: rotate(-14deg); /* Chrome, Safari, Opera */
  -moz-transform: rotate(-14deg); /* Chrome, Safari, Opera */
	-ms-transform: rotate(-14deg); /* IE 9 */
  transform: rotate(-14deg);
}

#tab .information {
	margin-top: 30px;
}

.special1 {
	margin: 39px -39px 0 0;
  z-index: 5;
  position: relative;
}

.special2 {
	margin: 28px 0px 0 -22px;
}

.special3 {
	margin: 0px 0px 0 -45px;
}

.closeMenu {
	position: absolute;
	right: 0;
	width: 50%;
	bottom: -79px;
	text-align: center;
	background: #fff;
	text-decoration: none;
	color: #646464;
	font-weight: bold;
	padding: 8px 0;
	border-radius: 0 0 0 10px;
	box-shadow: 4px 5px 9px -5px #000;
	-moz-box-shadow: 4px 5px 9px -5px #000;
	-webkit-box-shadow: 4px 5px 9px -5px #000;
}

.showUns {
	position: absolute;
	left: 20px;
	top: 20px;
	cursor: pointer;
	z-index: 20;
}

.unswerPOP {
	position: absolute;
	left: 10%;
	top: 5%;
	width: 80%;
	height: 90%;
	z-index: 70;
	display: none;
	border-radius: 20px;
	box-shadow: 0px 0px 0px 3px #000;
}

.unswerPOP img {
	width: 100%;
}

.unswerPOP .close {
	right: 20px;
	top: 20px;
	position: absolute;
	cursor: pointer;
}

.graphItem {
	display: inline-block;
	max-width: 16%;
	margin: -7% 4px 0;
	position: relative;
}

.dropelem {
	position: absolute;
	left: 10%;
	right: 10%;
	top: 35%;
}

.unsShowed .unswerPOP {
	display: block;
}

.openNav {
	position: absolute;
	right: 0;
	width: 80px;
	top: 88px;
	text-align: center;
	background: #fff;
	text-decoration: none;
	color: #646464;
	font-weight: bold;
	padding: 6px 0;
	border-radius: 0 0 0 10px;
	box-shadow: 4px 5px 9px -5px #000;
	-moz-box-shadow: 4px 5px 9px -5px #000;
	-webkit-box-shadow: 4px 5px 9px -5px #000;
	cursor: pointer;
}

.openNav img {
  width: 100%;
}

.global {
	pointer-events: none;
  cursor: default;
  opacity: .4;
}

.info {
	position: absolute;
	right: 65%;
	bottom: 0;
	color: #646464;
	font-weight: bold;
	text-decoration: none;
	bottom: -77px;
	text-align: center;
}

.uns {
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
	z-index: 55;
}

.commentBlock {
	font-size: 26px;
	font-weight: bold;
	position: absolute;
	max-width: 23%;
	width: 337px;
}

.commentBlock.pos4 {
	bottom: 24%;
  right: 13%;
}

.commentBlock.pos4.fliped {
	bottom: 51%;
}

.commentBlock.pos3 {
    left: 36%;
    top: 47%;
	z-index: 5;
}

#tab2 .commentBlock {
    max-width: 26%;
}

.groupBottom {
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    text-align: center;
}

/* #tab3 .descr {margin-bottom: 15%} */

.groupBottom img {
    max-width: 100%;
    display: inline-block;
}

#tab4 .anim {
	width: 22%;
	max-width: none;
}

#tab4 .anim img {
	max-width: none;
	width: 100%;
}

.commentBlock.pos2 {
	right: 16%;
    top: 21% !important;
    z-index: 4;
}

.commentBlock.pos1 {
	left: 16%;
	top: 13% !important;
}
#tab3 .commentBlock.pos1 {
    left: 25%;
    top: 33% !important;
}
#tab3 .commentBlock.pos2 {
    right: 23%;
}

.commentBlock.pos1 p, .commentBlock.pos2 p {
	top: 20px;
	font-size: 30px;
}

.commentBlock p {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	font-weight: bold;
}

#tab1 .information {padding-top: 10px;}

#tab1 .information .sampleBlocks p {
	bottom: 36px;
	font-size: 26px;
  line-height: 32px;
}

#tab1 .information .special6 {
	margin: 70px -9px 0 -25px;
}


.descr {
	font-size: 32.5pt;
  line-height: 1;
  background: #e7e4d0;
  color: #f07404;
  padding: 5px 40px 10px;
  text-align: center;
  font-weight: bold;
  max-width: 85%;
  margin: 0 auto;
  border: 1px solid #aabbbc;
  box-shadow: 10px 10px 15px -4px rgba(0, 0, 0, 0.43);
  display: inline-block;
}

.ok {
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 20;
}

.targ {
	position: absolute;
	right: 40px;
	top: 40%;
}

.first .descr {
	margin: 1% 0;
}

#tab2 .uns, #tab3 .uns {
	top: 53%;
}

.dragIcon {
	position: absolute;
	z-index: 25;
	right: 20px;
	top: 40%;
}

#tab2 .extra .sampleBlocks {
	vertical-align: bottom;
	margin: 14% 9% 0;
}

.sampleBlocks.big {max-width: 30%;}
#tab1 .sampleBlocks.big {margin-top: 5%}
#tab1 .sampleBlocks.full {max-width: 60%;}
#tab1 .sampleBlocks.full.smaller {max-width: 30%;}

.check {
	position: absolute;
	bottom: 45%;
	left: 5%;
}

.spec2 .commentBlock.pos3 {
	top: 9%;
	right: 6%;
	z-index: 5;
}

.information img {
	max-width: 100%;
}

#tab2 .spec2.information .pos1 {
	left: 7%;
	max-width: 400px;
}

#tab2 .spec2.information .pos1 p {top: 30px;}

.spec2 .sampleBlocks.rotate4 {
	max-width: 410px;
	margin-bottom: -75px !important;
}

#tab3 .extra .sampleBlocks {
	vertical-align: bottom;
	margin: 20% 9% 0;
}

#tab3 .pos1 p {top: 30px;}

#tab3 .spec2.information .pos1 {
	left: 7%;
	max-width: 400px;
}

.information.nomargon .sampleBlocks {
	margin-bottom: 0 !important;
}

.leftdescr{
	position: absolute;
	left: 20px;
	top: 48%;
	cursor: pointer;
}

.rightdescr{
	position: absolute;
	right: 20px;
	top: 48%;
	cursor: pointer;
}

.logo img {max-width: 100%;}

.colors {
    display: none;
    float: left;
    width: 312px;
    height: 57px;
    border: 3px solid #808080;
    position: relative;
    margin-top: 5px;
}

.colors ul {list-style: none;margin: 0;padding: 0;}

.colors ul li {
    width: 51px;
    height: 51px;
    float: left;
    border: 2px solid #f2f2f2;
}

.colors ul li.pink {
    background: #ff5ddc;
}
.colors ul li.sky_blue {
    background: #1fb4f8;
}
.colors ul li.green {
    background: #3dfa44;
}
.colors ul li.greenyellow {
    background: #c2fa1d;
}
.colors ul li.orange {
    background: #fca900;
}
.colors ul li.violet {
    background: #785dff;
}

.textarea_field {
    display: none;
    width: 212px;
    height: 100px;
    border: 1px solid #ccc;
    background: #fff;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 999999999;
    text-align: center;
}

textarea {
    width: 100%;
    height: 100%;
    font-size: 15px;
    color: #000;
    resize: none;
    border: 3px solid #FFB101;
    outline: none;
    padding: 10px;
}

.close-canvas {
    width: 25px;
    height: 25px;
    background: url(../img/close_cnv.png) no-repeat left top;
    background-size: contain;
    display: none;
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 999999999;
    cursor: pointer;
}

#content {
    width: 100%;
    height: 80%;
    position: absolute;
    top: 20%;
}

#canvas.pen {
    cursor: url(../img/pen_pointer.png), auto;
}

#canvas.eraserr {
    cursor: url(../img/eraser_pointer.png), auto;
}

.unswer {
	position: absolute;
	left: 45%;
	bottom: 7%;
	z-index: 5;
	max-width: 20%;
}

.sampleBlocks .card {
	width: 330px;
    height: 400px;
    max-width: 100%;
}

#tab2 .sampleBlocks .card {max-height: 270px;}

#tab3 .sampleBlocks .card {max-height: 270px;}

/* #tab3 .sampleBlocks {
	margin-bottom: -33px !important;
	max-width: 15%;
} */

.slmBl {
	display: block;
	max-width: 22%;
	display: inline-block;
	cursor: pointer;
	position: relative;
}

.round {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 100%;
	opacity: 0;
	cursor: pointer;
}

.visible .round {
	opacity: 1;
}

#tab2 .sampleBlocks.big {max-width: 21%;}
#tab3 .sampleBlocks.big {max-width: 21%;}

.popUp {
	display: none;
	position: absolute;
	right: 5%;
	left: 5%;
	top: 50px;
	padding: 20px;
	border: 2px solid #f07404;
	color: #000;
	background: rgba(255,255,255,.8);
	text-align: right;
	border-radius: 40px;
	z-index: 555;
	max-height: 100%;
}

.text {
	display: none;
	position: absolute;
	right: 5%;
	left: 5%;
	top: 10px;
	padding: 20px;
	border: 2px solid #f07404;
	color: #000;
	background: rgba(255,255,255,.8);
	text-align: right;
	border-radius: 40px;
	z-index: 555;
}

.i {
	position: absolute;
	top: -49px;
	left: 60px;
}

.ic_topL {
	position: absolute;
	top: 10px;
	left: 10px;
	cursor: pointer;
	z-index: 70;
	max-width: 5%;
}

.ic_topR {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	z-index: 70;
	max-width: 5%;
}

.ic_midL {
	position: absolute;
	left: 10px;
	top: 45%;
	cursor: pointer;
	z-index: 70;
	max-width: 5%;
}

.ic_midR {
	position: absolute;
	right: 10px;
	top: 45%;
	cursor: pointer;
	z-index: 70;
	max-width: 5%;
}

.graphBl {
	position: absolute;
	bottom: 50px;
	right: 100px;
	max-width: 60%;
}

.graphBl img {max-width: 100%}

.half {
    display: block;
    width: 100%;
    direction: ltr;
}
.half .sampleBlocks {
    max-width: 22%;
}

.half2 {
    display: block;
    width: 100%;
    direction: ltr;
    position: absolute;
    bottom: 0;
    z-index: 70;
}

#tab4 .half .sampleBlocks,
#tab4 .half2 .sampleBlocks {
    max-width: 13% !important;
    margin-left: -2% !important;
    position: relative;
}
#tab4 .half .t4_1, #tab4 .half2 .t4_1 {
    margin-left: 2% !important;
}
#tab4 .sampleBlocks.t4_2 {
    margin-top: 3%;
}
.half2 .sampleBlocks {
    max-width: 34% !important;
}

/*.sampleBlocks.droppable.ui-droppable img {
    max-width: 360px !important;
}*/

#tab4 .half {
    margin-top: 20px;
}
.btn_yellow {
    background: rgba(0, 0, 0, 0) url(../img/t_4_btn2.png) no-repeat scroll 0 0 / cover ;
    display: inline-block;
    font-size: 39px;
    font-weight: bold;
    padding: 2px 25px 13px 16px;
    cursor: pointer;
    vertical-align: sub;
}
.btn_green{
    background: rgba(0, 0, 0, 0) url(../img/t_4_btn1.png) no-repeat scroll 0 0 / cover ;
    display: inline-block;
    font-size: 39px;
    font-weight: bold;
    padding: 2px 25px 13px 16px;
    cursor: pointer;
    vertical-align: sub;
}
.sampleBlocks .g_circles {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
.sampleBlocks .y_circles {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
.sampleBlocks .line_y {
    bottom: 21.8%;
    max-width: 19%;
    position: absolute;
    right: 17%;
    display: none;
}
.sampleBlocks .line_g {
    max-width: 17%;
    position: absolute;
    right: 7.4%;
    top: 5.1%;
    display: none;
}
.sampleBlocks .line_y2 {
    display: none;
    max-width: 10%;
    position: absolute;
    right: 30.5%;
    top: 37.4%;
}
.sampleBlocks .line_g2 {
    display: none;
    left: 42.4%;
    max-width: 7.5%;
    position: absolute;
    top: 14%;
}
.sampleBlocks .line_y3 {
    display: none;
    max-width: 13.1%;
    position: absolute;
    right: 33.7%;
    top: 9.8%;
}
.sampleBlocks .line_g3 {
    bottom: 24.1%;
    display: none;
    max-width: 16%;
    position: absolute;
    right: 29.4%;
}

.sampleBlocks.dragTrue.ui-draggable.ui-draggable-handle.ui-state-sdfsdfs img {
    max-width: 140px;
}
#tab2 .half .sampleBlocks {margin: 0 -10px;max-width: 11%;}
#tab3 .half .sampleBlocks {margin: 0 -10px;max-width: 11%;}
/*--tab2_2--*/
/*1057 .sampleBlocks.t2_2_1.dragTrue.two.ui-draggable.ui-draggable-handle.ui-state-sdfsdfs {
    left: 630px !important;
    top: 331px !important;
    transform: rotate(10deg);
}
/*.sampleBlocks.t2_2_3.dragTrue.two.ui-draggable.ui-draggable-handle.ui-state-sdfsdfs {
    left: 214px !important;
    top: 328px !important;
    transform: rotate(8deg);
    z-index: 20;
}
.sampleBlocks.t2_2_2.dragTrue.one.ui-draggable.ui-draggable-handle.ui-state-sdfsdfs {
    left: 130px !important;
    top: 320px !important;
}
.sampleBlocks.t2_2_4.dragTrue.one.ui-draggable.ui-draggable-handle.ui-state-sdfsdfs {
    left: -485px !important;
    top: 317px !important;
}

/*--tab2_3--*/
/*.pos3drag .sampleBlocks.t2_2_1.dragTrue.one.ui-draggable.ui-draggable-handle.ui-state-sdfsdfs {
    left: 250px !important;
    top: 320px !important;
    transform: rotate(0deg);
    z-index: 0;
}
.pos3drag .sampleBlocks.t2_2_3.dragTrue.two.ui-draggable.ui-draggable-handle.ui-state-sdfsdfs {
    left: 209px !important;
    top: 331px !important;
    transform: rotate(0deg);
    z-index: 65;
}
.pos3drag .sampleBlocks.t2_2_2.dragTrue.two.ui-draggable.ui-draggable-handle.ui-state-sdfsdfs {
    left: 350px !important;
    top: 330px !important;
}
.pos3drag .sampleBlocks.t2_2_4.dragTrue.one.ui-draggable.ui-draggable-handle.ui-state-sdfsdfs {
    left: -396px !important;
    top: 330px !important;
}
/*--tab2_4--*/
/*.pos4drag .sampleBlocks.t2_2_1.dragTrue.one.ui-draggable.ui-draggable-handle.ui-state-sdfsdfs {
    left: 185px !important;
    top: 304px !important;
    transform: rotate(0deg);
    z-index: 70;
}
.pos4drag .sampleBlocks.t2_2_3.dragTrue.one.ui-draggable.ui-draggable-handle.ui-state-sdfsdfs {
    left: -210px !important;
    top: 320px !important;
    transform: rotate(0deg);
    z-index: 65;
}
.pos4drag .sampleBlocks.t2_2_2.dragTrue.two.ui-draggable.ui-draggable-handle.ui-state-sdfsdfs {
    left: 400px !important;
    top: 320px !important;
}
.pos4drag .sampleBlocks.t2_2_4.dragTrue.one.ui-draggable.ui-draggable-handle.ui-state-sdfsdfs {
    left: -355px !important;
    top: 307px !important;
}
/*--tab3_2--*/
/*.pos5drag .sampleBlocks.t2_2_1.dragTrue.one.ui-draggable.ui-draggable-handle.ui-state-sdfsdfs {
    left: 245px !important;
    top: 312px !important;
    transform: rotate(0deg);
}
.pos5drag .sampleBlocks.t2_2_3.dragTrue.one.ui-draggable.ui-draggable-handle.ui-state-sdfsdfs {
    left: -150px !important;
    top: 328px !important;
    transform: rotate(0deg);
    z-index: 20;
}
.pos5drag .sampleBlocks.t2_2_2.dragTrue.two.ui-draggable.ui-draggable-handle.ui-state-sdfsdfs {
    left: 340px !important;
    top: 320px !important;
}
.pos5drag .sampleBlocks.t2_2_4.dragTrue.two.ui-draggable.ui-draggable-handle.ui-state-sdfsdfs {
    left: -60px !important;
    top: 335px !important;
}
/*--tab3_3--*/
/*.pos6drag .sampleBlocks.t2_2_1.dragTrue.one.ui-draggable.ui-draggable-handle.ui-state-sdfsdfs {
    left: 256px !important;
    top: 334px !important;
    transform: rotate(0deg);
}
.pos6drag .sampleBlocks.t2_2_3.dragTrue.two.ui-draggable.ui-draggable-handle.ui-state-sdfsdfs {
    left: 200px !important;
    top: 328px !important;
    transform: rotate(0deg);
    z-index: 20;
}
.pos6drag .sampleBlocks.t2_2_2.dragTrue.two.ui-draggable.ui-draggable-handle.ui-state-sdfsdfs {
    left: 340px !important;
    top: 320px !important;
}
.pos6drag .sampleBlocks.t2_2_4.dragTrue.one.ui-draggable.ui-draggable-handle.ui-state-sdfsdfs {
    left: -400px !important;
    top: 314px !important;
}

/*--tab3_4--*/
.pos7drag .half .sampleBlocks {
    max-width: 18%;
}
.pos7drag .half .t2_2_1 {
    top: 40px;
}
.pos7drag .half .t2_2_2 {
    left: 5%;
    top: 34px;
}
.pos7drag .half .t2_2_3 {
    left: -1%;
    top: 89px;
    z-index: 70;
}
.pos7drag .half .t2_2_4 {
    left: -6%;
    top: 35px;
    z-index: 10;
}
.t2_2_5 {
    left: -10%;
    top: 70px;
    position: relative;
} /*
.pos7drag .sampleBlocks.t2_2_1.dragTrue.two.ui-draggable.ui-draggable-handle.ui-state-sdfsdfs {
    left: 576px !important;
    top: 319px !important;
    transform: rotate(0deg);
}
.pos7drag .sampleBlocks.t2_2_3.dragTrue.two.ui-draggable.ui-draggable-handle.ui-state-sdfsdfs {
    left: 300px !important;
    top: 321px !important;
    z-index: 60;
}
.pos7drag .sampleBlocks.t2_2_2.dragTrue.one.ui-draggable.ui-draggable-handle.ui-state-sdfsdfs {
    left: -30px !important;
    top: 296px !important;
}
.pos7drag .sampleBlocks.t2_2_4.dragTrue.one.ui-draggable.ui-draggable-handle.ui-state-sdfsdfs {
    left: -305px !important;
    top: 309px !important;
}
.pos7drag .sampleBlocks.t2_2_5.dragTrue.one.ui-draggable.ui-draggable-handle.ui-state-sdfsdfs {
    left: -391px !important;
    top: 319px !important;
}



/*#tab6*/
#tab6 .t6half {
    display: inline-block;
	width: 38%;
    position: relative;
}
.t6half_bg {
    bottom: 0;
    left: 3%;
    max-width: 75%;
    position: absolute;
}
.t6half_f {
    bottom: 0;
    left: 3%;
    max-width: 75%;
    position: absolute;
    display: none;
}
.t6half .t6_2_1 {
	padding: 18%;
}
.t6half .t6_2_2 {
	padding: 18%;
}
.t6half .t6_2_3 {
	padding: 18%;
}
.t6half .t6_2_4 {
	padding: 18%;
}
/*.t6half2 .sampleBlocks.dragTrue.ui-draggable.ui-draggable-handle.ui-state-sdfsdfs {
    opacity: 0;
}
.sampleBlocks.t6_2_1.droppable.two.ui-droppable.dropFinish {
	background: rgba(0, 0, 0, 0) url("../img/t6_it4.png") no-repeat scroll 0 0 / cover ;
    z-index: 50;
}
.sampleBlocks.t6_2_2.droppable.one.ui-droppable.dropFinish {
	background: rgba(0, 0, 0, 0) url("../img/t6_it3.png") no-repeat scroll 0 0 / cover ;
    z-index: 50;
}
.sampleBlocks.t6_2_3.droppable.four.ui-droppable.dropFinish {
	background: rgba(0, 0, 0, 0) url("../img/t6_it2.png") no-repeat scroll 0 0 / cover ;
    z-index: 50;
}
.sampleBlocks.t6_2_4.droppable.three.ui-droppable.dropFinish {
	background: rgba(0, 0, 0, 0) url("../img/t6_it1.png") no-repeat scroll 0 0 / cover ;
    z-index: 50;
}*/

#tab6 .t6half2 {
    display: inline-block;
    margin-left: 10%;
    max-width: 10%;
}
#tab6 .t6half2 .sampleBlocks {
    display: block;
    margin-bottom: -15% !important;
    max-width: 100%;
}

#tab6 .t6half2 .sampleBlocks:nth-child(3) {
    margin-bottom: -17% !important;
}
#tab6 .t6half .sampleBlocks {
    display: inline-block;
    float: left;
    margin-left: 3%;
}
.t6half .sampleBlocks.droppable.ui-droppable > img {
    max-width: 100% !important;
}
.pos1d {
    left: 7%;
    position: absolute;
    top: -20%;
}
.pos2d {
    left: 43%;
    position: absolute;
    top: -20%;
}
.pos3d {
    left: 81%;
    position: absolute;
    top: 20%;
}
.pos4d {
    left: 81%;
    position: absolute;
    top: 70%;
}

.mt30 {top:30% !important;}
#tab7 .sampleBlocks.group {
    max-width: 60%;
    top: 3%;
}


/* tab8 */
.t8half_drag {
 	width: 20%;
 	display: inline-block;
    float: left;
    position: relative;
    z-index: 30;
}
.t8sampleBlocks {
    left: 86%;
    margin-top: 80%;
    width: 86%;
    position: absolute;
    top: 0;
}


.t8half {
    width: 70%;
}
.t8half .commentBlock {
    display: inline-block;
    margin-left: -3.5%;
    width: 24% !important;
    position: static;
}
.commentBlock.t8line2 {
    margin-top: 20%;
}
.commentBlock.t8line3 {
    margin-top: 20%;
}

.t8sampleBlocks.dragTrue.ui-draggable.ui-draggable-handle.ui-state-sdfsdfs,
.card__back.card__back1.dragTrue.ui-draggable.ui-draggable-handle.ui-state-sdfsdfs {
    display: none;
}
.t8half_drag .answer.answer9 > img {
    bottom: 4px;
    left: 3%;
    max-width: 106%;
    position: relative;
}
.t8half_drag .t8sampleBlocks {
    left: 143%;
    margin-top: 88%;
    width: 80%;
    max-width: 80%;
}

.text .close {
	position: absolute;
	left: 10px;
	top: 10px;
	cursor: pointer;
	margin: 10px auto;
	z-index: 50
}

.hoverBlock {
	position: absolute;
	left: 50%;
	margin-left: -150px;
	top: 29%;
	opacity: 0;
	max-width: 100%;
}

.hasHover:hover .hoverBlock {
	opacity: 1;
}

.popUp h1 {
	text-align: center;
	color: #fff;
	background: #f07404;
	padding: 5px 15px;
	border-radius: 10px;
	width: 400px;
  margin: 10px auto;
}

.text h3 {
	text-align: center;
}

.videoBl {
  position: absolute;
  bottom: 10px;
  right: 14%;
  width: 72%;
  border-radius: 50px;
  border: 3px solid #e77300;
  height: 75%;
  overflow: hidden;
  z-index: 70
}

.soundText .text {display: block;}

.text {
	display: none;
}

.videoBl iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  border-radius: 50px !important;
  left: 0;
  top: 0;
}

.popUp .btn {
	float: left;
	text-emphasis: dot;
	-webkit-animation-direction: normal;
	-o-animation-direction: normal;
	animation-direction: normal;
	color: #fff;
}

.button {
	position: absolute;
	bottom: 30px;
	left: 30px;
	border: 2px solid #f8af00;
	border-radius: 12px;
	padding: 5px 12px;
	text-decoration: none;
	font-weight: bold;
	color: #000;
	font-size: 18px;
	background: rgba(241,111,92,1);
	background: -moz-linear-gradient(left, rgba(241,111,92,1) 0%, rgba(246,41,12,1) 0%, rgba(240,107,36,1) 0%, rgba(245,142,32,1) 50%, rgba(240,107,36,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(241,111,92,1)), color-stop(0%, rgba(246,41,12,1)), color-stop(0%, rgba(240,107,36,1)), color-stop(50%, rgba(245,142,32,1)), color-stop(100%, rgba(240,107,36,1)));
	background: -webkit-linear-gradient(left, rgba(241,111,92,1) 0%, rgba(246,41,12,1) 0%, rgba(240,107,36,1) 0%, rgba(245,142,32,1) 50%, rgba(240,107,36,1) 100%);
	background: -o-linear-gradient(left, rgba(241,111,92,1) 0%, rgba(246,41,12,1) 0%, rgba(240,107,36,1) 0%, rgba(245,142,32,1) 50%, rgba(240,107,36,1) 100%);
	background: -ms-linear-gradient(left, rgba(241,111,92,1) 0%, rgba(246,41,12,1) 0%, rgba(240,107,36,1) 0%, rgba(245,142,32,1) 50%, rgba(240,107,36,1) 100%);
	background: linear-gradient(to right, rgba(241,111,92,1) 0%, rgba(246,41,12,1) 0%, rgba(240,107,36,1) 0%, rgba(245,142,32,1) 50%, rgba(240,107,36,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f16f5c', endColorstr='#f06b24', GradientType=1 );
	z-index: 60;
}

.button2 {
    bottom: 20px;
    left: 40px;
    position: absolute;
    width: 22%;
}
.button2 > img {
     max-width: 100%;
}

#tab1 .popUp,
#tab2 .popUp,
#tab3 .popUp,
#tab4 .popUp,
#tab5 .popUp,
#tab6 .popUp,
#tab7 .popUp,
#tab8 .popUp,
#tab9 .popUp {
	top: auto;
	bottom: 10px;
	background: #e7e4d0;
}

#tab1 .popUp h3,
#tab2 .popUp h3,
#tab3 .popUp h3,
#tab4 .popUp h3,
#tab5 .popUp h3,
#tab6 .popUp h3,
#tab7 .popUp h3,
#tab8 .popUp h3,
#tab9 .popUp h3,
.text h3 {
	font-size: 22px;
	color: #f07404;
	max-width: 80%;
}

.tab_content {
	display: none;
}

.leftNav ul li > a {
	overflow: hidden;
    height: 75px;
    width: 75px;
    display: block;
    text-align: left;
    direction: ltr;
    border-radius: 11px;
    border: 3px solid #f8f8f8;
}

.leftNav ul li {margin-bottom: 10px;}

.leftNav ul li.selected > a {
	border-color: #333;
}

.popUp .moreInf {
	border-radius: 40px;
	border: 2px solid #f07404;
	padding: 0 10px 10px;
	overflow: hidden;
	background: rgb(252,244,233);
}

.popUp p, .text p {
	margin: 0 0 10px;
}

.popUp p a {
	color: #000;
}

.popUp strong {
    color: #f07404;
    font-weight: normal;
}

.text p {
	font-size: 14px;
}

.popUp .moreInf p {
	margin: 0;
}

.popUp .moreInf p strong {
	width: 120px;
	display: inline-block;
	padding-right: 10px;
	font-weight: normal;
}

.popUp .moreInf p span {
	display: inline-block;
	vertical-align: top;
	border-right: 3px solid #f07404;
	padding-right: 10px;
}

#tab .popUp .moreInf h3 {
	background: #f07404;
	color: #fff;
	border-radius: 50px 0 0px 50px;
	margin: 0 -10px;
	padding: 10px 20px 10px 20px;
	display: inline-block;
}

.popUp .moreInf p {
	background: #f6d6b6;
}

.popUp .moreInf p:nth-child(2n+1) {
	background: transparent;
}

.popUp p img {
	margin-left: 10px;
}

.popUp.seen {
	display: block;
}

#tab .popUp h3 {
	font-size: 18px;
	color: #f07404;
	margin: 0 0 10px;
}

.popUp h4 {
	font-size: 18px;
	color: #000;
	margin: 0 0 10px;
}

.gamepart {
	display: inline-block;
	width: 82%;
}

.gamepart > div {
	display: inline-block;
	vertical-align: middle;
}


.gamePlace {
	display: inline-block;
	width: 136px;
	max-width: 15%;
}

.gamecard {
	width: 136px;
	display: inline-block;
	margin: 0 15px 15px 0;
}

.gamecard img, .cards img {
	width: 100%;
}

.middlePart {
	position: relative;
	max-width: 70%;
}

.rigthPart {
	max-width: 11%;
}

.leftPart {
	max-width: 11%;
}

.leftPart img {width: 100%;}

.rigthPart img {
	width: 100%;
}

.cards {
	position: absolute;
	top: 50%;
	right: -16%;
  width: 136px;
  max-width: 16%;
  margin-top: -127px;
      overflow: hidden;
    border-radius: 30px;
}

.popUp .close {
	position: absolute;
	left: 10px;
	top: 10px;
	cursor: pointer;
}

.right, .false {
	cursor: pointer;
}

.sampleBlocks.ui-state-sdfsdfs {
	position: absolute;
  -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
  -moz-transform: rotate(0deg); /* Chrome, Safari, Opera */
	-ms-transform: rotate(0deg); /* IE 9 */
  transform: rotate(0deg);
	-webkit-transition: transform .17s ease-in-out;
	-moz-transition: transform .17s ease-in-out;
	-o-transition: transform .17s ease-in-out;
	transition: transform .17s ease-in-out;
}

.sampleBlocks.dropFinish {
  -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
  -moz-transform: rotate(0deg); /* Chrome, Safari, Opera */
	-ms-transform: rotate(0deg); /* IE 9 */
  transform: rotate(0deg);
	-webkit-transition: transform .17s ease-in-out;
	-moz-transition: transform .17s ease-in-out;
	-o-transition: transform .17s ease-in-out;
	transition: transform .17s ease-in-out;
}


.tabs li a i img {max-width: 100%;}

/**/
	.t8half {
  	    margin-right: 14%;
   		width: 45%;
	}
	.t8half_drag {
 	   width: 16%;
	}
	.t8half_drag .t8sampleBlocks {
	    left: 164%;
  		margin-top: 71%;
	}

	#tab5 .sampleBlocks {
  	  max-width: 55%;
  	  top: 6%;
	}

	#tab5 .t5_3 .sampleBlocks,
	#tab5 .t5_4 .sampleBlocks,
	#tab5 .t5_5 .sampleBlocks {
  	  max-width: 24%;
	}

	#tab7 .sampleBlocks.group {
 	   max-width: 43%;
	}
	.half .sampleBlocks {
	    max-width: 15%;
	}
	.half2 .sampleBlocks {
   		 max-width: 20% !important;
	}
	#tab2 .commentBlock {
  		  max-width: 22%;
	}
	.commentBlock.pos1 {
    	left: 21%;
   		 top: 14% !important;
	}
	.commentBlock.pos2 {
	    right: 24%;
	}



@media screen and (max-width:1601px) {


	#tab2 .sampleBlocks.dragTrue.ui-draggable.ui-draggable-handle.ui-state-sdfsdfs img {
    	width: 60%;
	}
	#tab3 .sampleBlocks.dragTrue.ui-draggable.ui-draggable-handle.ui-state-sdfsdfs img {
    	width: 60%;
	}

	.graphBl {max-width: 50%;}

	.descr {font-size: 28px;}

	.sampleBlocks.group {max-width: 48%;}

	#tab5 .sampleBlocks {max-width: 55%; top: 10%;}

	#tab5 .t5_3 .sampleBlocks,
	#tab5 .t5_4 .sampleBlocks,
	#tab5 .t5_5 .sampleBlocks {
 	   max-width: 25%;
 	   top: 5%;
	}

	.commentBlock {max-width: 28%;font-size: 19px;}

	.commentBlock  p {
		bottom: 19px;
	}

	.commentBlock.pos1 p, .commentBlock.pos2 p {
		top: 3px;
		font-size: 28px;
	}

	#tab h3 {
		font-size:55px;
		margin-top: 1%;
	}

	#tab h2 {font-size: 120px;}

	#tab .sampleBlocks p {
		bottom: 16px;
		font-size:22px;
	}

	.graphItem {max-width: 14%;}

	#tab1 .information .sampleBlocks p {bottom: 26px; font-size: 22px;    line-height: 29px;
}

	.commentBlock.pos1, .commentBlock.pos2 {top: 100px;}

	.sampleBlocks .card {height: 300px;}

	.popUp h4 {
	   font-size: 13px;
	   color: #000;
	   margin: 0 0 3px;
	}
	.popUp p {
	   margin: 0 0 0px;
	}
	.popUp .moreInf p {font-size: 14px;}

	#content {top: 30%;height: 70%;}


}

.card {z-index: 20;}

@media screen and (max-width:1400px) {

	header {
    font-size: 36px;
}

	.hoverBlock {margin-left: -100px;}

	.tabs a {
		height: 50px;
		font-size: 21px;
	}

	#tab h3 {
		font-size: 50px;
		margin-top: 0;
	}

	#tab h2 {
		font-size: 107px;
	}

	.graphItem {max-width: 12%;}

	.descr {font-size: 22px;}

	.button {bottom: 10px;left: 10px;}
	.commentBlock.pos1, .commentBlock.pos2 {top: 60px;}

	#tab8 .sampleBlocks.group {max-width: 50%;}

	.sampleBlocks p {bottom: 16px;font-size: 26px;}

	#tab2 .uns {top: 59%;}

	#tab1 .information .sampleBlocks p {line-height: 19px;font-size: 19px;}

	#tab .sampleBlocks p {
		bottom: 16px;
		font-size:22px;
	}

	.tabs a {
    height: 44px;
    font-size: 17px;
	}

	#tab7 .sampleBlocks .card {height: 130px;}


	#tab .anim2 {
	    bottom: -1% !important;
	    left: 20%  !important;
	    width: 67% !important;
	}
	#tab .popUp p {
    	font-size: 12px;
	}
	#tab .popUp .moreInf p {
   		 font-size: 12px;
	}
	#tab .popUp .button {
	    bottom: 18px;
    	left: 32px;
	}
	#tab .popUp .moreInf h3 {
   		 padding: 5px 22px;
	}
	#tab .popUp h3 {
	    margin: 0 0 1px;
	}

	#tab .popUp .moreInf {
	    padding: 0 10px;
	}
	#tab .popUp h4 {
	    margin: 0;
	}
	#tab1 .sampleBlocks.group {
	    max-width: 44%  !important;
	}
	#tab1 .anim {
	    bottom: -2%;
	    left: 50px;
	}
	#tab2 .commentBlock {
    	max-width: 20%;
	}
	.commentBlock.pos2 {
  	  	right: 27%;
	}
	.anim {
   	 	bottom: -10px;
   	 	width: 17%;
   	}
	.half .sampleBlocks {
	    max-width: 15%;
	}
	.t2_2_1 {
    	left: 4%;
	    top: 20px;
	}
	.t2_2_4 {
    	left: -9%;
	    top: 53px;
	}
	.half2 .sampleBlocks {
   		 max-width: 19% !important;
	}
	#tab2 .first .descr {
		margin-bottom: 0;
	}
	#tab2 .sampleBlocks.dragTrue.ui-draggable.ui-draggable-handle.ui-state-sdfsdfs img {
    	width: 60%;
	}
	#tab3 .sampleBlocks.dragTrue.ui-draggable.ui-draggable-handle.ui-state-sdfsdfs img {
    	width: 60%;
	}

	/**#tab2_2**/
	.sampleBlocks.t2_3_11 {
  	  left: 22%;
  	  padding: 15% 38%;
  	  position: absolute;
 	   top: 35%;
	}
	.sampleBlocks.t2_3_21 {
  	  left: 22%;
  	  padding: 15% 38%;
  	  position: absolute;
 	   top: 35%;
	}
	#tab2 .sampleBlocks.t2_2_4.dragTrue.ui-draggable.ui-draggable-handle.ui-state-sdfsdfs {
 	   left: -31% !important;
 	}
 	#tab2 .sampleBlocks.t2_2_2.dragTrue.ui-draggable.ui-draggable-handle.ui-state-sdfsdfs {
  	 	left: 6% !important;
 	}
 	#tab2 .sampleBlocks.t2_2_3.dragTrue.ui-draggable.ui-draggable-handle.ui-state-sdfsdfs {
	    left: 11% !important;
	    transform: rotate(10deg);
 	}
 	#tab2 .sampleBlocks.t2_2_1.dragTrue.ui-draggable.ui-draggable-handle.ui-state-sdfsdfs {
 		left: 35% !important;
	    transform: rotate(10deg);
	    z-index: 65;
 	}
	/***/

	/**#tab2_3**/
	.sampleBlocks.t2_5_11 {
  	  left: 22%;
  	  padding: 15% 38%;
  	  position: absolute;
 	   top: 35%;
	}
	.sampleBlocks.t2_5_21 {
  	  left: 22%;
  	  padding: 15% 38%;
  	  position: absolute;
 	   top: 35%;
	}
	#tab2 .pos3drag .sampleBlocks.t2_2_4.dragTrue.ui-draggable.ui-draggable-handle.ui-state-sdfsdfs {
 	   left: -24% !important;
 	   z-index: 65;
 	}
 	#tab2 .pos3drag .sampleBlocks.t2_2_2.dragTrue.ui-draggable.ui-draggable-handle.ui-state-sdfsdfs {
  	 	left: 20% !important;
 	}
 	#tab2 .pos3drag .sampleBlocks.t2_2_3.dragTrue.ui-draggable.ui-draggable-handle.ui-state-sdfsdfs {
	    left: 11% !important;
	    transform: rotate(0deg);
	    z-index: 65;
 	}
 	#tab2 .pos3drag .sampleBlocks.t2_2_1.dragTrue.ui-draggable.ui-draggable-handle.ui-state-sdfsdfs {
 		left: 15% !important;
 		transform: rotate(0deg);
 	}
	/***/

	/**#tab2_4**/
	.sampleBlocks.t2_6_11 {
  	  left: 22%;
  	  padding: 15% 38%;
  	  position: absolute;
 	   top: 35%;
	}
	.sampleBlocks.t2_6_21 {
  	  left: 22%;
  	  padding: 15% 38%;
  	  position: absolute;
 	   top: 35%;
	}
	#tab2 .pos4drag .sampleBlocks.t2_2_4.dragTrue.ui-draggable.ui-draggable-handle.ui-state-sdfsdfs {
 	   left: -21% !important;
 	}
 	#tab2 .pos4drag .sampleBlocks.t2_2_2.dragTrue.ui-draggable.ui-draggable-handle.ui-state-sdfsdfs {
  	 	left: 22% !important;
 	}
 	#tab2 .pos4drag .sampleBlocks.t2_2_3.dragTrue.ui-draggable.ui-draggable-handle.ui-state-sdfsdfs {
	    left: -13% !important;
   		transform: rotate(0deg);

 	}
 	#tab2 .pos4drag .sampleBlocks.t2_2_1.dragTrue.ui-draggable.ui-draggable-handle.ui-state-sdfsdfs {
 		left: 11% !important;
    	transform: rotate(0deg);
 	}
	/***/

	/**#tab3_2**/
	.sampleBlocks.t2_7_11 {
  	  left: 22%;
  	  padding: 15% 38%;
  	  position: absolute;
 	   top: 35%;
	}
	.sampleBlocks.t2_7_21 {
  	  left: 22%;
  	  padding: 15% 38%;
  	  position: absolute;
 	   top: 35%;
	}
	#tab3 .pos5drag .sampleBlocks.t2_2_4.dragTrue.ui-draggable.ui-draggable-handle.ui-state-sdfsdfs {
 	   left: -5% !important;
 	}
 	#tab3 .pos5drag .sampleBlocks.t2_2_2.dragTrue.ui-draggable.ui-draggable-handle.ui-state-sdfsdfs {
  	 	left: 19% !important;
 	}
 	#tab3 .pos5drag .sampleBlocks.t2_2_3.dragTrue.ui-draggable.ui-draggable-handle.ui-state-sdfsdfs {
	    left: -9% !important;
   		transform: rotate(0deg);
 	}
 	#tab3 .pos5drag .sampleBlocks.t2_2_1.dragTrue.ui-draggable.ui-draggable-handle.ui-state-sdfsdfs {
 		left: 15% !important;
    	transform: rotate(0deg);
    	z-index: 65;
 	}
	/***/

	/**#tab3_3**/
	.sampleBlocks.t2_8_11 {
  	  left: 22%;
  	  padding: 15% 38%;
  	  position: absolute;
 	   top: 35%;
	}
	.sampleBlocks.t2_8_21 {
  	  left: 22%;
  	  padding: 15% 38%;
  	  position: absolute;
 	   top: 35%;
	}
	#tab3 .pos6drag .sampleBlocks.t2_2_4.dragTrue.ui-draggable.ui-draggable-handle.ui-state-sdfsdfs {
 	   left: -24% !important;
 	}
 	#tab3 .pos6drag .sampleBlocks.t2_2_2.dragTrue.ui-draggable.ui-draggable-handle.ui-state-sdfsdfs {
  	 	left: 19% !important;
 	}
 	#tab3 .pos6drag .sampleBlocks.t2_2_3.dragTrue.ui-draggable.ui-draggable-handle.ui-state-sdfsdfs {
	    left: 10% !important;
   		transform: rotate(0deg);
 	}
 	#tab3 .pos6drag .sampleBlocks.t2_2_1.dragTrue.ui-draggable.ui-draggable-handle.ui-state-sdfsdfs {
 		left: 15% !important;
    	transform: rotate(0deg);
 	}
	/***/

	/**#tab3_4**/
	.sampleBlocks.t2_9_11 {
  	  left: 22%;
  	  padding: 15% 38%;
  	  position: absolute;
 	   top: 35%;
	}
	.sampleBlocks.t2_9_21 {
  	  left: 22%;
  	  padding: 15% 38%;
  	  position: absolute;
 	   top: 35%;
	}
	#tab3 .pos7drag .sampleBlocks.t2_2_5.dragTrue.ui-draggable.ui-draggable-handle.ui-state-sdfsdfs {
 	   left: -30% !important;
 	}
	#tab3 .pos7drag .sampleBlocks.t2_2_4.dragTrue.ui-draggable.ui-draggable-handle.ui-state-sdfsdfs {
 	   left: -21% !important;
 	}
 	#tab3 .pos7drag .sampleBlocks.t2_2_2.dragTrue.ui-draggable.ui-draggable-handle.ui-state-sdfsdfs {
  	 	left: 5% !important;
 	}
 	#tab3 .pos7drag .sampleBlocks.t2_2_3.dragTrue.ui-draggable.ui-draggable-handle.ui-state-sdfsdfs {
	    left: 18% !important;
   		transform: rotate(0deg);
 	}
 	#tab3 .pos7drag .sampleBlocks.t2_2_1.dragTrue.ui-draggable.ui-draggable-handle.ui-state-sdfsdfs {
 		left: 43% !important;
    	transform: rotate(0deg);
 	}
	/***/

   	#tab3 .commentBlock {
    	max-width: 25%;
	}
	#tab3 .commentBlock.pos1 {
	    left: 28%;
	}
	#tab3 .commentBlock.pos2 {
    	right: 26%;
	}
	.pos7drag .half .sampleBlocks {
    	max-width: 15%;
	}
	.pos7drag .t2_2_1 {
    	left: 9%;
    	top: 40px;
	}
	.pos7drag .half .t2_2_2 {
    	top: 14px;
	}
	.pos7drag .half .t2_2_3 {
	    left: 1%;
    	top: 45px;
    	z-index: 70;
	}
	.pos7drag .half .t2_2_4 {
    	top: 15px;
    	left: -4%;
	}
	.pos7drag .t2_2_5 {
	    top: 38px;
	    left: -7%;
	}


   	#tab4 .half {
   		margin-top: 0;
	}
	#tab4 .anim {
    	width: 17%;
	}
	#tab4 .btn_yellow,
	#tab4 .btn_green,
	#tab5 .btn_yellow,
	#tab5 .btn_green {
		font-size: 32px;
	}
	#tab4 .half .sampleBlocks, #tab4 .half2 .sampleBlocks {
 	   max-width: 13% !important;
	}
	#tab4 .half2 {
   		bottom: -8px;
   	}
	#tab5 .sampleBlocks {
    	max-width: 55%;
    	top: 5% !important;
	}
	#tab5 .t5_3 .sampleBlocks, #tab5 .t5_4 .sampleBlocks, #tab5 .t5_5 .sampleBlocks {
   		max-width: 24% !important;
   		top: 10px !important;
	}
	#tab6 .t6half {
	    width: 38%;
	    margin-right: 12%;
	}
	#tab6 .t6half2 {
	    max-width: 10%;
	}
	#tab6 .t6half .descr {
		padding: 4px 30px 8px;
	}
	#tab6 .pos1d {
    	left: 6%;
    	top: -17%;
    }
    #tab6 .pos2d {
    	left: 42%;
    	top: -17%;
    }
	#tab7 .sampleBlocks.group {
    	max-width: 43%;
	}
	#tab8 .t8half {
	    margin-right: 16%;
	    width: 50%;
	}
	#tab8 .t8half_drag {
   		width: 16% !important;
	}
	#tab8 .t8sampleBlocks {
    	left: 155%;
   	 	margin-top: 78%;
   	 	max-width: 72%;
	}



}

@media screen and (max-width:1200px) {

	#tab2 .sampleBlocks.big {max-width: 40%;}

	header {font-size: 36px;}

	.gameCont {
		margin-left: 110px;
		margin-right:220px;
	}

	.rightNav {
		width: 200px;
	}

	.tabs a {
    height: 44px;
    font-size: 17px;
	}

	.sampleBlocks .card {
		height: 200px;
	}

	.sampleBlocks p {
    bottom: 10px;
    font-size: 20px;
	}

	#tab1 .information .sampleBlocks p {
		font-size:14px;
		line-height: 1;
		bottom: 20px;
	}

	.descr {font-size: 20px;}
	#tab4 .half .sampleBlocks, #tab4 .half2 .sampleBlocks {
	    max-width: 18% !important;
	}
	#tab4 .half {
   	 margin-top: 50px !important;
	}
	.tabs li:nth-child(2) a span,
	.tabs li:nth-child(3) a span {
    	margin-top: 2px;
	}
	.commentBlock.pos1 {
    	left: 18%;
   	 top: 16% !important;
	}
	#tab .sampleBlocks.group {
   		 max-width: 70%;
	}
	.anim2 {
	    bottom: 7%;
	}
	#tab6 .t6half {
    	width: 55%;
	}

	#tab6 .t6half2 {
   		 max-width: 15%;
	}

}

@media screen and (max-width:1023px) {

	header {font-size: 36px;}

	header .logo {
		width: 100px;
	}

	.leftNav li {
		display: inline-block;
	}

	.allView {
		bottom: auto;
		top: 85px;
	}

	#tab1 .information .sampleBlocks p {
    font-size: 12px;
    line-height: 1;
    bottom: 18px;
	}

	header {font-size: 27px;}

	.tabs a {
		font-size: 16px;
		height: 42px;
	}

	.tabs a span {margin-top: 7px;}

	.rightNav {width: 160px;padding-top: 85px;}

	.info, .closeMenu {font-size: 12px;bottom: -70px;}

	.info {bottom: -65px;}

	.leftNav {
		width: auto;
		right: 170px;
		padding-top: 83px;
		height: auto;
	}

	.gameCont {
		padding-top:170px;
		margin-left: 10px;
    margin-right: 173px;
	}

	#tab .information {
		margin-top: 0;
		padding-top: 15px;
	}

	#tab .sampleBlocks {margin-bottom: 0;}

	#tab .sampleBlocks p {
    bottom: 12px;
    font-size: 18px;
	}

	#tab h3 {font-size: 30px;}

	#tab h2 {font-size: 77px;}

	.descr {
		font-size: 16px;
	}

	.tabs li a i {width: 10px;    left: 4px;
    top: 61%;}

	#tab7 .descr, #tab8 .descr, #tab9 .descr {
		margin: 5% auto;
	}
	.pos1d {
	   left: 5%;
	   top: -17%;
	}
	.pos2d {
	   left: 42%;
 	   top: -17%;
	}
	.pos3d {
	   left: 6%;
 	   top: 102%;
	}
	.pos4d {
	   left: 42%;
 	   top: 102%;
	}

	#tab5 .t5_3 .sampleBlocks, #tab5 .t5_4 .sampleBlocks, #tab5 .t5_5 .sampleBlocks {
  	  max-width: 37%;
	}

}

.dragTrue {cursor: pointer !important;}

img.ght {
	position: absolute;
	width: 100%;
	left: 0;
	height: 100%;
	opacity: 0
}

@media print {


 header .MainT {display: none;}
.gameCont {margin-top: 30px !important;}
 .close-canvas {display: none !important;}
 .pageCounter {display: none !important;}
	.leftNav {display: none;}
	header {text-align: right; width: 100%;position: relative;}
	.prPage img.ght {opacity: 1;z-index: 45}
	.close-canvas {display: none !important;}
	img.ght {opacity: 1}
	.allView {display: none;}
	.prPage .bx-wrapper .prPage .bx-viewport {z-index: 50;background: transparent;}
	.rightNav, .openNav {display: none;}
	.prPage .information {z-index: 80}
	.gameCont {margin: 0}
	.prPage .ic_midL, .prPage .ic_topR, .prPage .ic_topL, .prPage .ic_midR, .prPage .ic_topLp, .prPage .descr, .prPage .commentBlock, .prPage .smallCont, .prPage .groupBottom, .prPage .sampleBlocks, .prPage .anim, .prPage .pageCounter, .pageCounter, .prPage .staw, .backgrounded, .prPage .information {display: none;}
	.unswerPOP {display: none !important;opacity: 0;background: transparent !important;}
	.card__back {display: none;}
	.card__front {position: relative;}
	.card {height: auto !important}
	.gameCont {margin: 0;padding: 0; width: 100%;position: absolute;left:-80px;top: -60px;right: -250px;}
	.ui-tooltip {display: none;opacity: 0 !important}
	.changeClick {
		display: none;
	}
	.t8half .commentBlock {margin-top: 0 !important}
	.sampleBlocks .y_circles, .sampleBlocks .g_circles {display: none !important;}
	.boy {opacity: 0 !important}

	.prImg {
		display: block;
	}

	.numbers span {font-size: 40px;}
	@page
    {
        size: auto;   /* auto is the initial value */
        margin: 5mm;  /* this affects the margin in the printer settings */
        padding: 50px;
    }
}
