@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;
}

.card__back {position: relative;}

.anim img {
	width: 100%;
}

.buttons {
	position: absolute;
	left: 0;
	top: 30%;
	text-align: center;
}

.buttons a.button {
	display: inline-block;
	position: relative;
	margin-bottom: 15px;
}

.popUp.p1.seen, .popUp.p2.seen {display: none;}

.popUp.p1.show, .popUp.p2.show {display: block;}

.popUp ol li {
	font-size: 20px;
	color: #000;
}

.popUp ol li:hover {
	font-weight: bold;
	color: #e77300;
}

.anim {
    max-width: 20%;
    position: absolute;
    right: 0;
    z-index: 60;
}

.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;
}

.MainT img {margin-top: 17px}

.leftNav {
	position: absolute;
	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;
}

#tab1 img {margin: 0 auto}

.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: absolute;
	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;
}

#tab .sampleBlocks {margin-top: 15%;}

.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;
	vertical-align: top;
	margin-bottom: 40px !important;
	position: relative;
	max-width: 16%;
}

.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: 55%;}
.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;
}

.ant_cont {
	position: absolute;
	max-width: 140%;
}

.ant_cont span {
	position: absolute;
	right: -12%;
	top: -22px;
	cursor: pointer;
}

.twoFlip .fast {min-height: 60px;}

#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 {
    max-width: 16%;
    position: relative;
    margin: 8% 2% 0;
    float: right;
}
.graphItem span {
	color: white;
	font-weight: bold;
}
/*.graphItem:nth-child(3) {margin: 6% 0 0 4%;}
.graphItem:nth-child(4) {margin: 8% 0 0 4%;}
.graphItem:nth-child(5) {margin: 8% 0 0 4%;}
.graphItem:nth-child(6) {margin: 8% 0 0 4%;}
.graphItem:last-child   {margin: 8% 4% 0 0;} */

/*.graphItem:nth-child(3):before {
    background: #088543 none repeat scroll 0 0;
    content: "";
    height: 10px;
    left: 15%;
    position: absolute;
    top: -15%;
    width: 70%;
}
.graphItem:nth-child(4):before {
    background: #1B588F none repeat scroll 0 0;
    content: "";
    height: 10px;
    left: 15%;
    position: absolute;
    top: -15%;
    width: 70%;
}
.graphItem:nth-child(5):before {
    background: #B77829 none repeat scroll 0 0;
    content: "";
    height: 10px;
    left: 15%;
    position: absolute;
    top: -15%;
    width: 70%;
}
.graphItem:nth-child(6):before {
    background: #BD5025 none repeat scroll 0 0;
    content: "";
    height: 10px;
    left: 15%;
    position: absolute;
    top: -15%;
    width: 70%;
}
.graphItem:last-child:before {
    background: #65646A none repeat scroll 0 0;
    content: "";
    height: 10px;
    left: 15%;
    position: absolute;
    top: -15%;
    width: 70%;
}
*/

.unsShowed .unswerPOP {
	display: block;
}

.sampleBlocks.aa {background: url(../img/bg1.png);background-size: 100% 100%;padding:20px 30px 75px;}
.sampleBlocks.ab {background: url(../img/bg2.png);background-size: 100% 100%;padding: 20px 30px 75px;}
.sampleBlocks.ac {background: url(../img/bg3.png);background-size: 100% 100%;padding: 20px 30px 75px;}
.sampleBlocks.ad {background: url(../img/bg4.png);background-size: 100% 100%;padding: 20px 30px 75px;}

#tab4 .sampleBlocks {
	max-width: 14%;
	margin-bottom: 10px !important
}

#tab4 .descr {
	font-size: 26pt;
	margin-bottom: 20px;
}

#tab4 .unswer {
	max-width: 15%;
}

.shedow1, .shedow2, .shedow3 {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	opacity: 0;
}

.yl .shedow1 {opacity: 1}
.rd .shedow2 {opacity: 1}
.gr .shedow3 {opacity: 1}

#tab5 .sampleBlocks.group {margin-top: 50px;}

.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: 8%;
  top: 54%;
  z-index: 5;
}

.groupBottom {
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    text-align: center;
}

#tab3 .descr {margin-bottom: 2%}
#tab3 .fasf:nth-child(3) {
    left: 10%;
    position: relative;
}
#tab3 .fasf:nth-child(4) {
    left: 30%;
    position: relative;
}
#tab3 .fasf:nth-child(5) {
    left: -5%;
    position: relative;
}
#tab3 .fasf:nth-child(5) {margin-top: 3%;}


#tab3 .smallCont .fasf:nth-child(1) {
    left: -16%;
    position: relative;
    top: 20px;
}
#tab3 .smallCont .fasf:nth-child(2) {
    left: 25%;
    position: relative;
    top: -70px;
}

.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: 7%;
	top: 18%;
}

.commentBlock.pos1 {
	left: 9%;
	top: 12%;
}

.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: 40%;}
#tab1 .sampleBlocks.big {margin-top: 0;}
#tab1 .sampleBlocks.full {max-width: 60%;}
#tab1 .sampleBlocks.full.smaller {max-width: 18%;}

.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: 100%;
    position: absolute;
}

#canvas.pen {
    cursor: url(../img/pen_pointer.png), auto;
}

#canvas.eraserr {
    cursor: url(../img/eraser_pointer.png), auto;
}

.unswer {
    left: 16%;
    max-width: 20%;
    position: absolute;
    top: 7%;
    z-index: 5;
}

.sampleBlocks .card {
	width: 330px;
    max-width: 100%;
    cursor: pointer;
}

#tab2 .sampleBlocks .card {max-height: 270px;}

#tab3 .sampleBlocks .card {max-height: 270px;}

.randowPos .gameP {text-align: right;padding-top: 50px;padding-right: 10%;}

.randowPos .sampleBlocks {
	margin: 0 3% 0 !important;
	max-width: 13%
}

.randowPos .sampleBlocks.hr {margin-top: 5% !important}
.randowPos .sampleBlocks.zp {margin-top: 1% !important}
.randowPos .sampleBlocks.rmb {margin-top: 4% !important}
.randowPos .sampleBlocks.tria {margin-top: 7% !important;margin-bottom: -8% !important;}


#tab3 .sampleBlocks.group {
    margin-left: 28%;
    max-width: 60%;
}
#tab3 .sampleBlocks.group.pos_t344 {margin-left: 8%;}
#tab3 .sampleBlocks.pos_t344 {max-width: 52%;}
.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: 28%;}*/

.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: 80px;
}

.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: 10px;
	right: 100px;
	max-width: 42%;
}

.graphBl img {max-width: 100%}

.half {
    display: inline-block;
    width: 46%;
    vertical-align: top;
}

.text .close {
	position: absolute;
	left: 10px;
	top: 10px;
	cursor: pointer;
	margin: 10px auto;
	z-index: 50
}
.box_hover .sampleBlocks::before {
    background: #3ea8cd none repeat scroll 0 0;
    content: "";
    height: 2px;
    left: 50%;
    position: absolute;
    top: 47%;
    width: 20%;
    z-index: 10;
}
.box_hover:hover .hoverBlock {
	display: block;
}
.hoverBlock {
	background: white none repeat scroll 0 0;
    border: 4px solid #3ea8cd;
    border-radius: 15px;
    bottom: 104%;
    color: #188eac;
    left: 38%;
    padding: 5px;
    position: absolute;
    width: 300px;
    cursor: auto;
    display: none;
    font-weight: bold;
}
.hoverBlock:after, .hoverBlock:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.hoverBlock:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #ffffff;
	border-width: 40px;
	margin-left: -40px;
}
.hoverBlock:before {
	border-color: rgba(62, 168, 205, 0);
	border-top-color: #3ea8cd;
	border-width: 46px;
	margin-left: -46px;
}

.popUp h1 {
	text-align: center;
	color: #fff;
	background: #f07404;
	padding: 5px 15px;
	border-radius: 10px;
	width: 400px;
  margin: 10px auto;
}

.popUp h1 a {
	text-decoration: none;
	color: #fff;
}

.graphDrop {
	position: absolute;
	height: 61%;
	width: 100%;
	text-align: center;
	top: 0;
}

.graphDrop > div {
	float: right;
	height: 90%;
	width: 16%;
	background: transparent;
	margin: 0 2%;
}
.graphBl > img {
    margin: 0 2% 0 0;
    max-width: 96%;
}
.text h3 {
	text-align: center;
}

.videoBl {
  position: absolute;
  bottom: 11%;
  right: 20%;
  width: 60%;
  border-radius: 50px;
  border: 3px solid #e77300;
  height: 72%;
  overflow: hidden;
  z-index: 70
}

.blocksInline {margin: 30px 0;}

.blocksInline .sampleBlocks {margin: 0 3% !important;max-width: 13%;}

.blocksInline .sampleBlocks.inMiddle {margin: -35px 0 !important;max-width: 6%;}

.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;
}

.sampleBlocks.posBotL {
	position: absolute;
	left: 20px;
	bottom: 20px;
	width: 15%;
	max-width: 15%;
	margin-bottom: 0 !important;
}

.sampleBlocks.posBotL img, .sampleBlocks.posBotR img {
	width: 100%;
}

.sampleBlocks.posBotR {
	position: absolute;
	right: 20px;
	bottom: 20px;
	width: 15%;
	max-width: 15%;
	margin-bottom: 0 !important;
}

.button {
	position: absolute;
	bottom: 30px;
	left: 30px;
	border: 2px solid #f8af00;
	border-radius: 12px;
	padding: 5px 12px;
	line-height: 1;
	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;
}

#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 0px;
}

.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%;}

.dropBlocks {
	display: inline-block;
	max-width: 40%;
	margin: 0 5%;
	margin-top: 10%;
}

#tab3 .sampleBlocks {
	max-width: 13%;
	margin: 5% 0 0 !important;
}

.addYL {
	color: #3c1f13;
	font-weight: bold;
	padding: 5px 30px 15px;
	background: url(../img/yl_btn.png);
	background-size: 100% 100%;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	text-decoration: none;
}

.addGR {
	color: #3c1f13;
	font-weight: bold;
	padding: 5px 30px 15px;
	background: url(../img/gr_btn.png);
	background-size: 100% 100%;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	text-decoration: none;
}

.addRD {
	color: #3c1f13;
	font-weight: bold;
	padding: 5px 30px 15px;
	background: url(../img/rd_btn.png);
	background-size: 100% 100%;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	text-decoration: none;
}

p.red {
	color: #e91a1a;
}

p.red, p.green, p.yellow {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 5px;
}

p.red img, p.green img, p.yellow img {
	display: inline-block;
	margin-left: 10px;
	float: none;
	vertical-align: middle;
}

.threeinrow {
	margin-top: 7%;
}

.threeinrow .sampleBlocks {
	max-width: 30%;
	width: 30%;
}

#tab6 .sampleBlocks {
	margin-bottom: 0 !important;
	margin-top: 40px !important
}

.ps1 {position: absolute;left: 0;right: auto;top: auto;bottom: 30%;max-width: 15%;z-index: 5}
.ps2 {position: absolute;left: auto;right: auto;top: auto;bottom: 0;max-width: 32%;z-index: 5}
.ps3 {position: absolute;left: 15%;right: auto;top: auto;bottom: auto;max-width: 10%;z-index: 5}
.ps4 {position: absolute;left: 35%;right: auto;top: 0;bottom: auto;max-width: 10%;z-index: 5}
.ps5 {position: absolute;left: 70%;right: auto;top: auto;bottom: auto;max-width: 8%;z-index: 5}
.ps6 {position: absolute;left: auto;right: auto;top: auto;bottom: auto;max-width: 7%;z-index: 5}

.ps1 img {position: relative;z-index: 10;}
.ps2 img {position: relative;z-index: 10;}
.ps3 img {position: relative;z-index: 10;}
.ps4 img {position: relative;z-index: 10;}
.ps5 img {position: relative;z-index: 10;}
.ps6 img {position: relative;z-index: 10;}

.train {
	position: absolute;
	bottom: 5%;
	height: 70%;
	left: 10%;
	width: 80%;
	background-size: auto 100%;
	background-position: center;
	background-repeat: no-repeat;
}

.train.change {
	background-image: url(../img/tr2.png);
}

.train.change .ps1,
.train.change .ps2,
.train.change .ps3,
.train.change .ps4,
.train.change .ps5,
.train.change .ps6 {
	opacity: 0;
}

#tab8 .dropable {
	position: absolute;
	bottom: 10px;
	left: 50%;
	margin-left: -200px;
	display: inline-block;
	max-width: 30%;
}

.dr1 {position: absolute;display: inline-block;left: auto;top: auto;right: 5%;bottom: auto;max-width: 10%}
.dr2 {position: absolute;display: inline-block;left: auto;top: 40%;right: 4%;bottom: auto;max-width: 10%}
.dr3 {position: absolute;display: inline-block;left: auto;top: auto;right: 4%;bottom: 25%;max-width: 10%}
.dr4 {position: absolute;display: inline-block;left: auto;top: auto;right: 4%;bottom: 20px;max-width: 10%}
.dr5 {position: absolute;display: inline-block;left: auto;top: auto;right: 20%;bottom: 20px;max-width: 10%}
.dr6 {position: absolute;display: inline-block;left: auto;top: 30%;right: 30%;bottom: auto;max-width: 10%}
.dr7 {position: absolute;display: inline-block;left: 50%;top: 30%;right: auto;bottom: auto;max-width: 10%}
.dr7b {position: absolute;display: inline-block;left: 50%;top: 25%;right: auto;bottom: auto;max-width: 4%}
.dr8 {position: absolute;display: inline-block;left: auto;top: 50%;right: 30%;bottom: auto;max-width: 5%}
.dr9 {position: absolute;display: inline-block;left: 50%;top: 50%;right: auto;bottom: auto;max-width: 10%}
.dr10 {position: absolute;display: inline-block;left: 40%;top: 40%;right: auto;bottom: auto;max-width: 10%}
.dr10b {position: absolute;display: inline-block;left: 40%;top: 30%;right: auto;bottom: auto;max-width: 10%}
.dr11 {position: absolute;display: inline-block;left: 18%;top: 30%;right: auto;bottom: auto;max-width: 10%}
.dr12 {position: absolute;display: inline-block;left: 30%;top: auto;right: auto;bottom: 30%;max-width: 10%}
.dr13 {position: absolute;display: inline-block;left: 11%;top: auto;right: auto;bottom: 25%;max-width: 10%}
.dr14 {position: absolute;display: inline-block;left: 20%;top: auto;right: auto;bottom: 20px;max-width: 10%}
.dr15 {position: absolute;display: inline-block;left: 5%;top: auto;right: auto;bottom: 20px;max-width: 10%}
.dr16 {position: absolute;display: inline-block;left: 20%;top: 44%;right: auto;bottom: auto;max-width: 10%}
.dr17 {position: absolute;display: inline-block;left: 30%;top: 30%;right: auto;bottom: auto;max-width: 10%}

.chtrain {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 22px;
	padding: 5px 30px 15px;
	background: url(../img/chtr.png);
	background-size: 100% 100%;
	position: absolute;
	right: 10px;
	top: 20%;
}

.sampleBlocks.gamebl {
	max-width: 13%;
	margin-bottom: 0 !important;
}

/**************/

#tab2 .fasf:first-child,
#tab2 .fasf:nth-child(4) {
	max-width: unset;
}
#tab2 .fasf {
    margin: 0 auto;
    max-width: 22%;
}
#tab2 .fasfB {
    max-width: 44%;
}
#tab2 .fasf:nth-child(4),
#tab3 .fasf:nth-child(4) {
    margin-top: 5%;
}

#tab3 .fasf {
    margin: 0 auto;
    max-width: 28%;
}
#tab6 .fasf {
    margin: 5% auto 0;
    max-width: 40%;
}



.smallCont {position: relative;}
.smallCont .arrow {
	display: none;
	position: absolute;
}
.arrow.t3_ar1 {
    left: 40%;
    max-width: 27%;
    top: 36%;
    transform: rotate(22deg);
}
.arrow.t3_ar2 {
    left: 30%;
    max-width: 27%;
    top: 36%;
    transform: rotate(22deg);
}
.arrow.t3_ar3 {
    left: 50%;
    max-width: 19%;
    top: 36%;
    transform: rotate(152deg);
}
.arrow.t3_ar4 {
    left: 41%;
    max-width: 19%;
    top: 36%;
    transform: rotate(152deg);
}
.arrow.t3_ar5 {
    left: 32%;
    max-width: 19%;
    top: 36%;
    transform: rotate(152deg);
}
.shalf {
    display: inline-block;
    width: 50%;
    vertical-align: top;
}
.shalf .sampleBlocks {
    padding-bottom: 9%;
    width: 18%;
}
.bot_shalf .sampleBlocks {
	cursor: pointer;
}
.bot_shalf .sampleBlocks span {
	color: white;
	font-weight: bold;
}
.top_shalf .sampleBlocks span {
	color: #f07404;
	font-weight: bold;
}
.shalf .sampleBlocks span {
    font-size: 22px;
}
#tab4 .shalf .sampleBlocks {
    width: 30%;
    margin: 0 1%;
    max-width: 100%;
    padding-bottom: 0;
}
#tab6 .sampleBlocks.group {
    margin: 20px 0 0 !important;
    max-width: 72%;
}
#tab6 .text-icon {
	cursor: auto;
  	left: 73px;
    max-width: 100px;
    position: absolute;
    top: 2%;
}
/*tab7*/
.droppable.ui-droppable {
    display: inline-block;
    width: 30%;
}
.gameContainer .half {
    width: 35%;
}
.gameContainer .left_shalf {
	margin-left: 6%;
	position: relative;
}
.gameContainer .right_shalf {
	margin-right: 6%;
	position: relative;
}
.gameBl {
    display: inline-block;
    margin-bottom: 8%;
    margin-top: 14%;
    width: 30%;
}
.centered {
    max-width: 10%;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}
.gameContainer .dragTrue {
    left: 45%;
    max-width: 10%;
    position: absolute;
    top: 35%;
    /*transform: translate(-50%, -50%);*/
	opacity: 0;
	cursor: pointer;
}
.lt_back {
	position: absolute;
	left: 0;
	top: 0;
	max-width: 100%;
	z-index: -1;
}
.lb_back {
	position: absolute;
	left: 0;
	bottom: 5%;
	max-width: 100%;
	z-index: -1;
}

.gameContainer {max-width: 78%; margin: 1% auto 0; position: relative;}

@media screen and (max-width:1601px) {

	.graphBl {max-width: 42%;}

	.descr {font-size: 28px;}

	.sampleBlocks.group {max-width: 55%;}

	#tab5 .sampleBlocks {max-width: 52%;}

	.commentBlock {max-width: 20%;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;
	}


	#tab1 .information .sampleBlocks p {bottom: 26px; font-size: 22px;    line-height: 29px;
}

	.commentBlock.pos1, .commentBlock.pos2 {top: 100px;}

	.popUp h4 {
	   font-size: 13px;
	   color: #000;
	   margin: 0 0 3px;
	}
	.popUp p {
	   margin: 0 0 0px;
	}
	.popUp .moreInf p {font-size: 14px;}

}

.card {z-index: 20;}

@media screen and (max-width:1400px) {

	header {
    font-size: 36px;
}

	.hoverBlock {margin-left: -100px;}

	#tab1 .antContant .ant li:nth-child(2) {left:77% !important;}
	#tab1 .antContant .ant li:nth-child(3) {left:20% !important;}


	.tabs a {
		height: 50px;
		font-size: 21px;
	}

	.shalf .sampleBlocks span {
	    font-size: 16px;
	}

	#tab h3 {
		font-size: 50px;
		margin-top: 0;
	}

	#tab h2 {
		font-size: 107px;
	}

	.descr {font-size: 22px;}

	.commentBlock.pos1 {left: 3%;}
	.commentBlock.pos2 {right: 4%;}

	.button {
		bottom: 54%;
	    left: 20px;
	    text-align: center;
	}
	.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;}
	.gameContainer {max-width: 75%; margin: 1% auto 0; }
	.buttons {top: 24%;}
	.popUp p {font-size: 14px;}
	.popUp {top: 10px;}
	.popUp .moreInf p {font-size: 12px;}
	#tab .popUp .moreInf h3 {padding: 4px 20px 4px 20px;}
	.blocksInline .sampleBlocks {max-width: 12%}
	.randowPos .sampleBlocks {max-width: 11%;}
	.randowPos .sampleBlocks.tria {margin-top: 2% !important;}
	.randowPos .sampleBlocks.hr {margin-top: 2% !important;}
	.dropBlocks {
    display: inline-block;
    max-width: 27%;
    margin: 0 2%;
    margin-top: 3%;
	}
	#tab4 .descr {font-size: 17pt;}
	#tab4 .sampleBlocks {max-width: 13%;}
	p.red, p.green, p.yellow {font-size: 17px;}
	#tab5 .sampleBlocks.group {margin-top: 15px;max-width: 50%;}
	.addGR, .addYL, .addRD {padding: 2px 15px 5px;}
	#tab6 .threeinrow .sampleBlocks {margin-top: 0 !important;width: 26%;max-width: 26%;}
	#tab6 .sampleBlocks {max-width: 11%;margin-top: 20px !important}
	#tab6 .sampleBlocks .unswer {top: -20px !important;}
	#tab8 div[class*='drag']{max-width: 6%}
	#tab8 div.dr8, #tab8 div.dr7b {max-width: 4%;}
	.dr12 {left: 23%;}
	.dr16 {left: 11%;}
	.sampleBlocks.gamebl {max-width: 12%;}
}

@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;}

}

@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%;}

	#tab4 .descr, #tab5 .descr, #tab6 .descr, #tab7 .descr, #tab8 .descr, #tab9 .descr {
		margin: 5% auto;
	}

}

img.ght {
	position: absolute;
	width: 100%;
	left: 0;
	height: 100%;
	opacity: 0
}

.tab5 #content {
	height: 60%;
	top: auto;
	bottom: 0;
}


@media print {
 header .MainT {display: none;}
.gameCont {margin-top: 30px !important;}
 #tab h2 { font-size: 107px; }
 .information .descr {font-size: 22px !important;}
 .gameContainer .gameBl { z-index: 1; position: relative; }
 .lt_back, .lb_back { z-index: 0; }
 .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}
	.noprint {display: none;}
	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 .information, .prPage .ic_topL, .prPage .ic_midR, .prPage .ic_topLp, .prPage .descr, .prPage .commentBlock, .prPage .smallCont, .prPage .groupBottom, .prPage .sampleBlocks, .prPage .anim, .prPage .pageCounter, .prPage .staw, .backgrounded {display: none;}
	.unswerPOP {display: none !important;opacity: 0;background: transparent !important;}
	.gameCont {margin: 0;padding: 0; width: 100%;position: absolute;left:-80px;top: -60px;right: -250px;}
	.ui-tooltip {display: none;opacity: 0 !important}
	#tab6 .threeinrow .sampleBlocks {width: 20% !important;}
	.card__back {opacity: 0}
	@page
    {
        size: auto;   /* auto is the initial value */
        margin: 5mm;  /* this affects the margin in the printer settings */
        padding: 50px;
    }
}
