@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 {
	z-index: 55;
}

.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: left 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;
}

#tab4 .half .sampleBlocks {width: 40%;}

#tab4 .half .sampleBlocks img {width: 100%;max-width: 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: 230px;
	margin: 0;
	margin-top: 4%;
	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%;
}

.sampleBlocks {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 40px !important;
	position: relative;
	max-width: 13%;
}

.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: 70%;}
.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%;
}

#tab1 .sampleBlocks {
	max-width: 21%;
}

.calc {
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
	z-index: 15;
}

.brush {
	position: absolute;
	left: 20px;
	top: 60px;
	cursor: pointer;
	z-index: 15;
	max-width: 5%;
}

.refr {
	position: absolute;
	left: 20px;
	top: 50%;
	cursor: pointer;
	z-index: 15;
	max-width: 5%;
}

.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: 20px;
}

.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;
}

.unswerPOP {
	position: absolute;
	left: 10%;
	top: 5%;
	width: 80%;
	height: 90%;
	z-index: 60;
	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;
}

.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;
}
#tab7 .dragBlockCont .sampleBlocks {
	max-width: 15%;
	margin-bottom: 0 !important;
	vertical-align: middle;
}

.openNav img {
  width: 100%;
}

.global {
	pointer-events: none;
  cursor: default;
  opacity: .4;
}

.info {
	position: absolute;
	right: 55%;
	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;
	max-width: 5%;
}

.commentBlock {
	font-size: 26px;
	font-weight: bold;
	position: absolute;
	max-width: 23%;
	width: 337px;
}

.commentBlock.pos4 {
	top: 30%;
  right: 40px;
}

.commentBlock.pos4.fliped {
	bottom: 51%;
}

.commentBlock.pos3 {
	left: 3%;
  top: 64%;
  z-index: 5;
}

.video {
	position: absolute;
	left: 10px;
	top: 10px;
	z-index: 55;
	cursor: pointer;
	max-width: 5%;
}

.posHier .descr {margin-bottom: 50px;}

.posHier .commentBlock.pos1 {top: 30%}

.commentBlock.pos2 {
	left: 20%;
	top: 2%;
}

.commentBlock.pos1 {
	left: 1%;
	top: 47%;
}

.videoBl {
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 70%;
	border-radius: 50px;
	border: 3px solid #e77300;
	height: 80%;
	overflow: hidden;
}

.videoBl iframe {
	width: 100% !important;
	height: 100% !important;
	position: absolute;
	border-radius: 50px !important;
	left: 0;
	top: 0;
}

.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 .sampleBlocks p {
	bottom: 36px;
	font-size: 26px;
  line-height: 32px;
}

#tab1 .information .special6 {
	margin: 70px -9px 0 -25px;
}

#tab .descr {
	margin-bottom: 9%;
}

.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;
}

#tab4 .sampleBlocks {margin-bottom: 0 !important}

.p-top-30 {padding-top: 30px;}

.ok {
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 20;
	max-width: 5%;
}

.half {
	display: inline-block;
	width: 46%;
	vertical-align: top;
}

.otherPos {    margin: 82px -60px 0 0;}

.half .unswer {
	left: auto;
	right: 20px;
}

#tab8 .half .sampleBlocks {
	margin-bottom: 0 !important;
	margin-top: 20px !important;
}

#tab8 .dragTrue {z-index: 55}

.print {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	z-index: 55;
	max-width: 5%;
}

.fnForFour .ui-state-sdfsdfs {
	    margin-left: 40px;
    margin-top: -39px;
}

.half .sampleBlocks {
	width: auto;
	max-width: none;
}

.m-top-60 {margin-top: 60px;}

.targ {
	position: absolute;
	right: 40px;
	top: 40%;
}

.first .descr {
	margin: 1% 0;
}

.dragIcon {
	position: absolute;
	z-index: 25;
	right: 20px;
	top: 40%;
	max-width: 5%;
}

#tab2 .extra .sampleBlocks {
	vertical-align: bottom;
	margin: 14% 9% 0;
}

.sampleBlocks.big {max-width: 20%;}

.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 .spec2.information .pos1 {
	left: 7%;
	max-width: 400px;
}

.information.nomargon .sampleBlocks {
	margin-bottom: 0 !important;
}

.bx-wrapper img.unseen {
	display: none;
}

.viewseen .bx-wrapper img.unseen {
	display: block;
}

.viewseen .bx-wrapper img.seen {display: none;}

#tab5 .sampleBlocks {
	margin-bottom: 0px !important;
	max-width: 100%;
	width: 43%;
}

.leftdescr{
	position: absolute;
	left: 20px;
	top: 48%;
	cursor: pointer;
}

.rightdescr{
	position: absolute;
	right: 20px;
	top: 48%;
	cursor: pointer;
	z-index: 55;
	max-width: 5%
}


img.ght {
	position: absolute;
	width: 100%;
	left: 0;
	height: 100%;
	opacity: 0
}

.rotateOnSeven .sampleBlocks {margin: 0 -20px;}

.rotateOnSeven .information .descr {margin-bottom: 100px;}
#tab7 .dragBlockCont {margin-top: 20px;}

.freeCont {
	display: inline-block;
	width: 190px;
	min-height: 20px;
	vertical-align: middle;
}

#tab7 .unsbl.ui-state-sdfsdfs {margin-top: 0;}
.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 {
	position: absolute;
	left: 8%;
	bottom: 6%;
	z-index: 5;
	max-width: 20%;
}

.sampleBlocks .card {
	width: 330px;
    height: 400px;
    max-width: 100%;
}

#tab2 .sampleBlocks .card {max-height: 270px;}

#tab2 .first .sampleBlocks.group {
	margin-top: 50px;
	margin-left: 80px;
	max-width: 46%;
}

#tab3 .sampleBlocks .card {max-height: 270px;}

#tab2 .dropFinish img, #tab3 .dropFinish img, #tab7 .dropFinish img {opacity: 0;}

.dropLeft {
	display: inline-block;
	width: 60%;
	margin-top: 40px;
}

.groupBottom {
	position: absolute;
	bottom: 10px;
	left: 10px;
	right: 10px;
}

.groupBottom img {max-width: 100%;}

.unsRight {
	display: inline-block;
	margin-left: -190px;
	min-width: 190px;
	min-height: 60px;
	vertical-align: top;
	margin-top: 8%;
}

#tab2 .sampleBlocks {max-width: 20%;}

.unsbl.ui-state-sdfsdfs {
	position: absolute !important;
	    margin: -64px 0px 0 28px;
    z-index: 55;
}

.unsbl {
	display: inline-block;
}

.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;
}
#tab3 .sampleBlocks.big {max-width: 30%;margin-top: 0%;}

#tab3 li:nth-child(2n+1) .sampleBlocks.big {margin-top: 5%}

.dragBlockCont {
	display: inline-block;
	margin-top: 60px;
	position: relative;
}

.dragBlockCont .sampleBlocks {
	width: auto;
	max-width: 50%;
}

.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%;
}

.i {
	position: absolute;
	top: -49px;
	left: 80px;
}

#tab1 .popUp,
#tab2 .popUp,
#tab3 .popUp,
#tab4 .popUp,
#tab5 .popUp,
#tab6 .popUp,
#tab7 .popUp,
#tab8 .popUp,
#tab9 .popUp {
	top: auto;
	bottom: 10px;
	background-color: #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 {
	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 {
	margin: 0 0 10px;
}

.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%;
}

.posHier .unsbl {margin: 0 3%;}

.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;
}

	.unsbl img {max-width: 100%;}


.tabs li a i img {max-width: 100%;}

.unsbl.ui-state-sdfsdfs.f1 {margin-left: 0px}
.unsbl.ui-state-sdfsdfs.f2 {margin-left: 5%}
.unsbl.ui-state-sdfsdfs.f3 {margin-left: 0px}
.unsbl.ui-state-sdfsdfs.f4 {margin-left: 5%}
.unsbl.ui-state-sdfsdfs.f5 {margin-left: 0px}
.unsbl.ui-state-sdfsdfs.f6 {margin-left: 6%}
.unsbl.ui-state-sdfsdfs.f7 {margin-left: -10px}
.unsbl.ui-state-sdfsdfs.f8 {margin-left: 10px}
.unsbl.ui-state-sdfsdfs.f9 {margin-left: -10px}
.unsbl.ui-state-sdfsdfs.f10 {margin-left: 7px}
.unsbl.ui-state-sdfsdfs.f11 {margin-left: -10px}
.unsbl.ui-state-sdfsdfs.f12 {margin-left: 11px}
.unsbl.ui-state-sdfsdfs.f13 {margin-left: -10px}
.unsbl.ui-state-sdfsdfs.f14 {margin-left: 10px}
.unsbl.ui-state-sdfsdfs.f15 {margin-left: -10px}
.unsbl.ui-state-sdfsdfs.f16 {margin-left: 10px}
.unsbl.ui-state-sdfsdfs.f17 {margin-left: -5px}
.unsbl.ui-state-sdfsdfs.f18 {margin-left: 5px}
.unsbl.ui-state-sdfsdfs.f19 {margin-left: -5px}
.unsbl.ui-state-sdfsdfs.f20 {margin-left: 5px}
.unsbl.ui-state-sdfsdfs.f21 {margin-left: -5px}
.unsbl.ui-state-sdfsdfs.f22 {margin-left: 5px}
.unsbl.ui-state-sdfsdfs.f23 {margin-left: -5px}
.unsbl.ui-state-sdfsdfs.f24 {margin-left: 5px}
.unsbl.ui-state-sdfsdfs.f25 {margin-left: -5px}
.unsbl.ui-state-sdfsdfs.f26 {margin-left: 5px}

@media screen and (max-width:1601px) {

	.descr {font-size: 25px;}

	#tab5 .sampleBlocks {max-width: 40%;}

	#tab5 .descr {font-size: 24px;}

	.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: 200px;margin-top: 0}

	#tab .sampleBlocks p {
		bottom: 16px;
		font-size:22px;
	}

	#tab1 .information .sampleBlocks p {bottom: 26px; font-size: 22px;    line-height: 29px;
}

	#tab2 .pos1 {left: 3%;}

	.commentBlock.pos2 {left: 14%;}

	.sampleBlocks .card {height: 300px;}

	.dragBlockCont .sampleBlocks {max-width: 30%;}

	.unsbl {max-width: 40%;}

	#tab7 .dragBlockCont .sampleBlocks {max-width: 10%;margin-bottom: 10px !important}

	#tab8 .half .sampleBlocks {max-width: 26%;}

	.groupBottom {
		left: 50px;
		right: 50px;
	}

	#tab2 .commentBlock {
		max-width: 20%;
	}

	.dragBlockCont {margin-top: 20px;}

	.popUp h4 {
	   font-size: 13px;
	   color: #000;
	   margin: 0 0 3px;
	}
	.popUp p {
	   margin: 0 0 0px;
	}
	.popUp .moreInf p {font-size: 14px;}

}

@media screen and (max-width:1400px) {

	.tabs a {
		height: 50px;
		font-size: 21px;
	}

	#tab8 .half .sampleBlocks {max-width: 110px;}

	.groupBottom {
		left: 150px;
		right: 150px;
	}

	#tab .descr {margin-bottom: 5%;}

	.unsbl {max-width: 30%;}

	#tab h3 {
		font-size: 50px;
		margin-top: 0;
	}

	.sampleBlocks.group {max-width: 60%}

	.sampleBlocks {max-width: 18%;}

	#tab7 .unsbl.ui-state-sdfsdfs {max-width: 60px;}

	#tab8 .sampleBlocks.group {max-width: 50%;}

	#tab2 .sampleBlocks {margin-bottom: 10px !important;}

	.sampleBlocks p {bottom: 16px;font-size: 26px;}

	#tab7 .dragBlockCont {margin-top: 0px;}

	#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;
	}

	.sampleBlocks .card {height: 250px;}

	.dragBlockCont .sampleBlocks {max-width: 30%;margin-bottom: 20px !important}

	#tab7 .dragBlockCont .sampleBlocks {max-width: 9%;margin-bottom: 10px !important}

	.unsbl.ui-state-sdfsdfs.f6 {margin-left: 10%;}

}

@media screen and (max-width:1250px) {

	#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;}

	.dragBlockCont .sampleBlocks {max-width: 35%;margin-bottom: 10px !important}
	#tab7 .dragBlockCont .sampleBlocks {max-width: 10%;margin-bottom: 10px !important}

	.unsRight {margin-left: -140px}

	.sampleBlocks {max-width: 21%}

	#tab8 .half .sampleBlocks {max-width: 32%;}

}

@media screen and (max-width:1023px) {

	.dragBlockCont .sampleBlocks {max-width: 24%;}

	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%;}

    .unsbl {max-width: 19%;}

	#tab4 .descr, #tab5 .descr, #tab6 .descr, #tab7 .descr, #tab8 .descr, #tab9 .descr {
		margin: 2% auto;
		font-size: 18px;
	}

	#tab4 .sampleBlocks {max-width: 18%;}

	#tab5 .sampleBlocks {
    max-width: 59%;
    margin: 0 !important;
    width: 50%;
	}

	.freeCont {width: 120px;}

	.freeCont .unsbl {max-width: 35%;}

}

@media print {
	.leftNav {display: none;}
	header {text-align: right; width: 100%;position: relative;}
	img.ght {opacity: 1;z-index: 45}
	.allView {display: none;}
	.bx-wrapper .bx-viewport {z-index: 50;background: transparent;}
	.rightNav, .openNav {display: none;}
	.information {z-index: 80}
	.gameCont {margin: 0}

	.fnForFour .information {display: none;}
	#tab5 .information {display: none;}
	#tab6 .information {display: none;}
}