

/* Start:/bitrix/templates/main/components/bitrix/highloadblock.list/game_items/style.css?173272653221596*/
/* ОСНОВНЫЕ БЛОКИ */
.game-menu {
	position: relative;
	margin: 3px auto;
	width: 1080px;
}

.game-item-list {
	margin-bottom: 20px;

	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;

	font-family: Calibri;
	font-style: italic;
	font-size: 16px;

	background-color: #f0f0f0; /*#f6f6f6;*/
	box-shadow: 2px 12px 12px rgba(128,128,128,0.37);
}
.game-item-list a {
	color: #000;
	text-decoration: underline;
}
.game-item-list header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 1130px;
	margin: 0px 0px 0px -25px;
	overflow: hidden;

	background-color: #e6e6e6;
	box-shadow: 0px 1px 2px #e5e5e5;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.game-item-list header >div {
	display: flex;
	justify-content: space-around;
	align-items: center;
	height: 56px;
	min-width: 255px;
	padding: 10px;
	background-color: #f9f9f9;
}
.game-item-list header >div:first-child {
	min-width: 183px;
}
.game-item-list header >div:last-child {
	margin: 0;
}

.game-item-list header >div:last-child {
	min-width: 84px;
	padding-left: 0px;
	justify-content: center;
}
/*блок ПОДСКАЗКА*/
.game-item-list header >div>div div {
	display: inline-block;
	float: left;
}
.game-item-list header >div>div span {
	font-size: 22px;
}
#game_help >div {
	margin-top: 0;
	margin-left: 16px;
}
#game_help img {
	margin-top: 3px;
}
.game-item-list span.prompt {
	font-size: 11px;
	color: rgb(186, 186, 186);
	font-style: normal;
	font-weight: bold;
	margin-left: 3px;
}
.switch {
	position: relative;
	width: 26px;
	height: 12px;
	background-color: #E1E1E1;
	border-radius: 5px;
	margin-top: 11px;
	margin-right: 17px;
	box-shadow: 0px 2px 2px #6B6B6B inset;
	cursor: pointer;
}
.switch.on:before {
	content: '';
	display: block;
	position: absolute;
	top: -2px;
	left: 0px;
	width: 14px;
	height: 14px;
	background-color: #1b88bb;
	border-radius: 50%;
}
.switch.on:after {
	content: 'вкл';
	display: block;
	position: absolute;
	top: 10px;
	left: 2px;
	font-family: Calibri;
	font-size: 12px;
	font-weight: 100;
}
.switch.off:before {
	content: '';
	display: block;
	position: absolute;
	top: -2px;
	left: 12px;
	width: 14px;
	height: 14px;
	background-color: #1b88bb;
	border-radius: 50%;
}
.switch.off:after {
	content: 'выкл';
	display: block;
	position: absolute;
	top: 10px;
	left: 2px;
	font-family: Calibri;
	font-size: 12px;
	font-weight: 100;
}

/* список уровней */
.game-item-list .list {
	position: absolute;
	z-index: 22;
	background: #f9f9f9;
	left: 457px;
	top: 78px;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.35);
	width: 275px;

	display: none;
}
.game-item-list .list .selected {
	background: #f9fab9;
	opacity: 1;
}
.game-item-list .list >div {
	display: flex;
	justify-content: flex-start;
	padding-left: 20px;
	padding-right: 2px;
	height: 60px;
	width: 253px;
	opacity: 0.4;
}
.game-item-list .list >div span {
	display: flex;
	align-items: center;
	min-width: 58px;
	font-size: 14px;
}
.game-item-list .list >div span:first-child {
	font-size: 19px;
	justify-content: flex-end;
}
.game-item-list .list >div span:nth-child(2n) {
	justify-content: center;
	min-width: 74px;
}

.game-item-container {
	position: relative;
	display: flex;
	width: 100%;
	height: 103px;
	border-radius: 10px;
	margin: 4px 0px 0px 0px;
	box-sizing: border-box;
}
.game-item-container:last-child {
	margin-bottom: 20px;
}

.game-item {
	display: flex;
	justify-content: space-around;
	align-content: center;
	align-items: center;

	width: 365px;
	border-radius: 15px;
	box-shadow: 2px 2px 2px #A2A2A2;
	margin-left: 20px;
	background-color: #F9F9F9;
}
.game-item>div {
	display: flex;
	justify-content: space-around;
	align-content: center;
	align-items: center;
	min-width: 142px;
}
.game-item>span {
	max-width: 200px;
	min-width: 200px;
	padding-right: 20px;
}

.game-list {
	display: flex;
	height: 100%;
}
.game-list >*,
.game-list >*>* {
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	height: 100%;
}
.game-list a {
	text-decoration: none;
}
.game-list div {
	width: 103px;
	border-radius: 12px;
	box-shadow: 2px 2px 2px #aaa;
	background-color: #F9F9F9;
	margin-left: 5px;
}
.game-list .over {
	background: linear-gradient(#88aabc, #88aabc) no-repeat;
}
.game-list .over >span {
	flex-wrap: wrap;
	width: 80%;
	height: 80%;
	border-radius: 50%;
	background: #90b4c8 no-repeat;
	color: #fff;
	font-size: 25px;
}
.game-list .over >span>span {
	text-transform: uppercase;
	font-family: Calibri;
	font-size: 18px;
	font-weight: bold;
}
.game-list .disable {
	position: relative;
	overflow: hidden;
	background-color: #e4e4e4;
}
.game-list .disable img {
	opacity: 0.5;
	height: auto;
}
.game-list .disable .game-info {
	color: #fff;
}
.game-list .disable span {
	z-index: 2;
}
.game-list .disable:before {
	content: '';
	position: absolute;
	border-radius: 50%;
	background: #CECECE none repeat scroll 0% 0%;
	top: -6px;
	left: -51%;
	width: 140%;
	height: 140%;
}

.game-info {
	font-family: Conv_Archive, sans-serif;
	font-size: 34px;
	font-style: normal;
	color: #1b89bc;
}

.percent {
	position: absolute;
	width: 100px;
	height: 100px;
	top: 0;
	right: 0;
	text-align: center;
	margin-right: 20px;
}
.percent, .percent * {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.percent >span {
	position: absolute;
	top: 0px;
	left: 0;
	display: inline-block;
	margin-top: 33px;
	margin-left: 5px;
	font-family: Conv_Archive;
	font-size: 28px;
	font-style: normal;
	color: #2B2B2B;
	z-index: 25;
	width: 100%;
	text-align: center;
}
.percent >span span {
	font-size: 20px;
	line-height: 28px;
	vertical-align: middle;
}
.percent .pie {
	position: absolute;
	width: 50%;
	height: 100%;
	transform-origin: 100% 50%;
	background: #fff;
	border: 10px solid #16b260;
}

.percent .spinner,
.percent .mask {
	border-radius: 100% 0 0 100% / 50% 0 0 50%;
	border-right: none;
}
.percent .spinner {
	z-index: 10;
}
.percent .filler {
	border-radius: 0 100% 100% 0 / 0 50% 50% 0;
	left: 50%;
	z-index: 5;
	border-left: none;
}

.percent .mask {
	position: absolute;
	width: 50%;
	height: 100%;
	background: #fff;
	z-index: 20;
	border: 10px solid #228250;
	border-right: none;
}

.game-menu footer {
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;

	margin-bottom: 30px;
	padding-bottom: 5px;
	width: 70%;
	margin: 0 auto 30px auto;
	background: none;
}
.game-menu footer >div {
	height: 70px;
	min-width: 235px;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: flex-end;
}



/*
.game-item-list footer >div {
	width: 33%;
}

.game-item-list footer img {
	vertical-align: middle;
	max-height: 56px;
}
.game-item-list footer >div:last-child {
	min-width: 80px;
}
*/
/* *********************************************** */


/*
.game-item-list span.in-shadow {
	color: #ababab;
	font-style: normal;
	font-family: Conv_Junegull;
	text-shadow: 2px 2px 2px ;
	font-size: 31px;
	font-weight: 100;
}
*/




.tooltip,
.tooltip_left,
.tooltip_right,
.tooltip_left_bottom,
.tooltip_right_bottom {
	position: fixed;
	margin: 10%;
	top: 25%;
	background: #fff;
	padding: 10px;
	z-index: 1100;
	border-radius: 5px;
	/*width: 45%;*/
	width: 500px;
}

.tooltip_left:after,
.tooltip_right:after {
	content: '';
	position: absolute;
	top: -20px;
	display: block;
	width: 0;height: 0;
	border-bottom: 20px solid #fff;
}
.tooltip_left:after {
	left: 40px;
	border-right: 20px solid transparent;
}
.tooltip_right:after {
	right: 40px;
	border-left: 20px solid transparent;
}

.tooltip_left_bottom:after,
.tooltip_right_bottom:after {
	content: '';
	position: absolute;
	bottom: -20px;
	display: block;
	width: 0;height: 0;
	border-top: 20px solid #fff;
}
.tooltip_left_bottom:after {
	left: 40px;
	border-right: 20px solid transparent;
}
.tooltip_right_bottom:after {
	right: 40px;
	border-left: 20px solid transparent;
}


.tooltip button,
.tooltip_left button,
.tooltip_right button,
.tooltip_left_bottom button,
.tooltip_right_bottom button {
	display: block;
	font-family: Conv_Junegull;
	font-size: 16px;
	font-weight: 100;
	color: #FFF;
	background: transparent linear-gradient(#F48E36, #F2742B) no-repeat scroll 0% 0%;
	border-radius: 5px;
	text-transform: uppercase;
	padding: 5px 25px;
	cursor: pointer;
	border: none;
}
.tooltip button {
	margin: 15px 50px -20px auto;
}
.tooltip_left button,
.tooltip_right button,
.tooltip_left_bottom button,
.tooltip_right_bottom button {
	margin: 0px 50px -20px auto;
}

/*
.cancel,
.cancel-small {
	position: absolute;

	box-sizing: border-box;
	border-radius: 50%;
	border: 1px solid #fff;

	font-family: Arial;
	font-size: 40px;
	color: #fff;
	text-shadow: 2px 2px 2px #888;
	text-align: center;

	background-color: #31aae3;
	transform: rotate(45deg);
	vertical-align: middle;
	cursor: pointer;
}

.cancel span {
	margin-bottom: 5px;
}

.cancel {
	position: absolute;
	top: -20px;
	right: -20px;
	width: 40px;
	height: 40px;
	line-height: 40px;
}
.cancel-small {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	line-height: 30px;
}

.greeting {
	position: fixed;
	display: inline-block;
	width: 942px;
	height: 432px;
	margin: 10% auto;
	top: 0;
	background: #fff;
	padding: 10px 0 0 56px;
	z-index: 1100;
	max-width: 940px;
}
.greeting h1 {
	font-family: Conv_Junegull;
	font-size: 25px;
	color: #f38231;
	margin-bottom: 20px;
}
.greeting h2 {
	font-family: Calibri;
	font-size: 16px;
	color: #31aae3;
	text-transform: uppercase;
}

.greeting img {
	position: absolute;
	right: 20px;
	top: -30px;
	height: 380px;
}

.greeting h1 p {
	font-family: Calibri;
	font-size: 22px;
	font-style: italic;
	color: #000;
}
.greeting button {
	font-family: Conv_Junegull;
	background: linear-gradient(#f48e36, #f2742b) no-repeat;
	border-radius: 5px;
	font-size: 21px;
	text-transform: uppercase;
	color: #fff;
	padding: 5px;
	border: none;
	margin: 20px 40%;
	cursor: pointer;
	box-shadow: 2px 2px 2px #aaa;
	border-left: 1px solid #c89314;
	border-top: 1px solid #c89314;
}
.greeting >p {
	font-family: Calibri;
	font-size: 16px;
	color: #727272;
	width: 80%;
}
.greeting >ul {
	padding-left: 25px;
	list-style: none;
}
.greeting >ul>li {
	color: #000;
	list-style: none;
}
.greeting >ul>li:before {
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	margin-right: 5px;
	margin-bottom: 2px;
	background-color: #f38231;
}
.greeting-overlay {
	content: '';
	position: fixed;
	background: rgba(0,0,0,0.7);
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	display: block;
}
*/
.veil-hole {
	position: fixed;
	/*background: rgba(0,0,0,0) radial-gradient(at 200px 130px, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.2) 3%, rgba(0,0,0,0.4) 7%, rgba(0,0,0,0.6) 17%, rgba(0,0,0,0.6) 100%) no-repeat scroll;*/
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 200;
}

.veil-hole2 {
	position: fixed;
	top: -25%;left: -25%;
	width: 150%;
	height: 150%;
	box-shadow: inset 100px 100px 30px rgba(0,0,0,1)
			,inset -980px -700px 30px rgba(0,0,0,1)
	;
	opacity: 0.7;
	border-radius: 100% 0 0 100%/50% 0 0 50%;
}

.scroll-button {
	position: absolute;
	width: 0px;
	height: 0px;
	left: 200px;
	z-index: 2;
}
.scroll-button.top {
	top: 90px;
	border-bottom: 20px solid #1ea763;
	border-right: 20px solid transparent;
	border-left: 20px solid transparent;
}
.scroll-button.down {
	top: 620px;
	border-top: 20px solid #1ea763;
	border-right: 20px solid transparent;
	border-left: 20px solid transparent;
}
.scroll-bar {
	position: absolute;
	width: 7px;
	right: 10px;
	top: 105px;
	bottom: 15px;
	border-radius: 4px;
	background: #acacac;
	z-index: 2;
}
.scroll-bar .slider {
	position: absolute;
	width: 7px;
	left: 0px;
	top: 0px;
	border-radius: 4px;
	background: #31aae3;
	z-index: 2;
}



.game-item-scroll {
	margin-top: 20px;
	position: relative;
	overflow: hidden;
	/*height: 540px;*/
	display: inline-block;
	width: 100%;
}





/*.game-list>div.disable:after {
	content: '';
	position: absolute;
	display: block;
	width: 140%;
	height: 150%;
	top: 0;left: 0;
	opacity: 0;

	background: -webkit-radial-gradient(red 5%, green 15%, blue 60%);
	background: -o-radial-gradient(red 5%, green 15%, blue 60%);
	background: -moz-radial-gradient(#ccc 80%, #ccc 80%, #f0f0f0 80%, #f0f0f0) no-repeat;
	background: radial-gradient(#ccc 80%, #ccc 80%, #f0f0f0 80%, #f0f0f0) no-repeat;
	background-position: -20% 20px;
}
*/

















/*
.percent >div {
	position: absolute;
	background: #228250;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
}
.game-item-container .percent >div:before {
	content: '';
	position: absolute;
	background: #fff;/ *#16b260;* /
	top: 0;
	left: 0;
	width: 80%;
	height: 80%;
	border-radius: 50%;
	margin: 10%;
}

.wrapper {
  position: absolute;
  background: white;
	width: 103px;
	height: 98%;
	top: 0;
	right: 0;
	text-align: center;
	margin-right: 20px;
}
.wrapper, .wrapper * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.wrapper .pie {
  width: 50%;
  height: 100%;
  transform-origin: 100% 50%;
  position: absolute;
  background: #08C;
  border: 5px solid rgba(0,0,0,0.5);
  top: 0;left: 0;
}

.wrapper .spinner {
  border-radius: 100% 0 0 100% / 50% 0 0 50%;
  z-index: 200;
  border-right: none;
  transform: rotate(15deg);
}

.wrapper .filler {
  border-radius: 0 100% 100% 0 / 0 50% 50% 0;
  left: 50%;
  opacity: 0;
  z-index: 100;
  / *animation: opa 5s steps(1, end) infinite reverse;* /
  border-left: none;
}

.wrapper .mask {
  width: 50%;
  height: 100%;
  position: absolute;
  background: inherit;
  opacity: 1;
  z-index: 300;
  /*animation: opa 5s steps(1, end) infinite;* /
}
*/
/*
.wrapper {
  position: relative;
  margin: 40px auto;
  background: white;
}

.wrapper, .wrapper * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.wrapper {
  width: 250px;
  height: 250px;
}

.wrapper .pie {
  width: 50%;
  height: 100%;
  transform-origin: 100% 50%;
  position: absolute;
  background: #08C;
  border: 5px solid rgba(0,0,0,0.5);
}

.wrapper .spinner {
  border-radius: 100% 0 0 100% / 50% 0 0 50%;
  z-index: 200;
  border-right: none;
  animation: rota 5s linear infinite;
}

.wrapper:hover .spinner,
.wrapper:hover .filler,
.wrapper:hover .mask {
  animation-play-state: running;
}

.wrapper .filler {
  border-radius: 0 100% 100% 0 / 0 50% 50% 0;
  left: 50%;
  opacity: 0;
  z-index: 100;
  animation: opa 5s steps(1, end) infinite reverse;
  border-left: none;
}

.wrapper .mask {
  width: 50%;
  height: 100%;
  position: absolute;
  background: inherit;
  opacity: 1;
  z-index: 300;
  animation: opa 5s steps(1, end) infinite;
}

@keyframes rota {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes opa {
  0% {
    opacity: 1;
  }
  50%, 100% {
    opacity: 0;
  }
}
*/

/*
.depth {
    position: relative;
    display: block;
    color: #1b89bc;
}

.depth:before, .depth:after {
    content: attr(data-txt);
    color: rgba(255,255,255,.1);
    position: absolute;
	text-align: center;
}

.depth:before { top: 1px; left: 1px }
.depth:after  { top: 2px; left: 2px }
*/
/*
div.game-item-list {
	display: flex;
	width: 1100px;
	margin: -100px auto 50px auto;
	flex-wrap: wrap;
	justify-content: space-between;
}

div.game-item-container {
	position: relative;
	display: inline-block;
	width: 200px;
	height: 150px;
	float: left;
	border: 2px solid #f82;
	margin: 5px;
	overflow: hidden;
}

div.game-item-container:hover .game-item {
	margin-left: -100%;
	/ * opacity: 0; * /
}


div.game-item-container:hover .title1 {
	bottom: 20px;
	height: 0px;
	font-size: 0em;
}

div.game-item-container:hover .title2 {
	bottom: -100px;
}

div.game-item-container:hover .title3 {
	opacity: 0;
}

div.game-item-container:hover .title4 {
	margin-left: -100%;
}

div.game-item-container:hover .title5 {
	bottom: 0px;
	height: 200%;
	line-height: 150px;
	font-size: 3em;
	width: 200%;
	opacity: 0;
	text-align: left;
	margin-left: 200%;
}

div.game-item-container:hover .title6 {
	transform: rotate(180deg);
	opacity: 0;
}

div.game-item {
	position: absolute;
	display: inline-block;
	width: 100%;
	height: 100%;
	background-color: #f82;

	-webkit-transition: all 0.4s linear 0.3s;
	-moz-transition: all 0.4s linear 0.3s;
	-o-transition: all 0.4s linear 0.3s;
	transition: all 0.4s linear 0.3s;
}

.title {
	position: absolute;
	bottom: 10px;
	background-color: rgba(24, 173, 97, 0.8);
	width: 100%;
	text-align: center;
	font-size: 0.9em;
	height: 40px;
	line-height: 20px;
	color: #fff;
	font-weight: bold;
	overflow: hidden;

	-webkit-transition: all 0.4s linear; 
	-moz-transition: all 0.4s linear; 
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
}

.game-list {
	display: flex;
	justify-content: space-around;
}

.game-info {
	display: inline-block;
	width: 60px;
	height: 60px;
	line-height: 60px;
	background-color: #00d555;
	text-align: center;
	color: #fff;
	font-weight: bold;
	margin: 3px;
	border-radius: 5px;
	border: 1px solid #00d555;
}

.game-info:hover {
	border: 1px solid #f82;
}

.game-info.unreg {
	background-color: #ccc;
}

*/


/******************************************************************/
/*         NEW                                                    */
/******************************************************************/
.fnt-f-cc {
	font-family: Calibri !important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.g-menu,
.g-menu > div {
	position: relative;
	width: 1080px;
	margin: 0 auto;
}
.g-menu > div {
	margin: 3px auto;

	margin-bottom: 20px;
	padding-bottom: 20px;

	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;

	background-color: #f0f0f0;
	box-shadow: 2px 12px 12px rgba(128,128,128,0.37);

	font-size: 16px;
}

header.items {
	width: 1140px;
	overflow: hidden;
	background-color: #e6e6e6;
	box-shadow: 0px 1px 2px #e5e5e5;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	font-size: 16px;
}
.score,
.game_bonus,
.game_level,
.game_diplom,
.game_help
{
	height: 56px;
	padding: 10px;
	background-color: #f9f9f9;
	min-width: 255px;
}
.game_diplom a {
	color: #000;
	text-decoration: underline;
}
.score {
	min-width: 183px;
}
.game_help {
	min-width: 84px;
}
.game_help .prompt {
	font-size: 11px;
	color: rgb(186, 186, 186);
	font-style: normal;
	font-weight: bold;
	margin-left: 3px;
}

.item-container {
	position: relative;
	width: 100%;
	margin: 4px 0px 0px 0px;
	box-sizing: border-box;
}
.item-container:nth-child(3) {
	margin-top: 24px !important;
}
.g-btn * {
	pointer-events: none;
}
.g-btn {
	width: 103px;
	height: 103px;
	border-radius: 15px;
	box-shadow: 2px 2px 2px #A2A2A2;
	background-color: #F9F9F9;
	overflow: hidden;
}
.g-btn:first-child {
	margin-left: 20px;
}
.item {
	min-width: 365px;
	max-width: 365px;
}
.item .title {
	width: 200px;
}
.g-point {
	font-size: 34px;
	color: #1b89bc;
	position: relative;
}
.g-point .digit {
	z-index: 2;
}
.g-cursor-pointer {
	cursor: pointer;
}
.g-bonus {
	position: relative;
	width: 100%;
	height: 100%;
}
.g-bonus:not(.empty):before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent url(/bitrix/templates/main/components/bitrix/highloadblock.list/game_items/images/bonus_box.png) no-repeat scroll 50% 50%;
	z-index: 10;
}
.g-disable {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: #e4e4e4;
	opacity: 0.5;
}
.g-disable:after {
	content: '';
	position: absolute;
	border-radius: 50%;
	background: #CECECE none repeat scroll 0% 0%;
	top: -6px;
	left: -51%;
	width: 140%;
	height: 140%;
	z-index: 1;
}
.g-disable + .g-bonus {
	opacity: 0.5;
}
.res-text {
	display: inline-block;
	text-transform: uppercase;
	font-size: 18px;
	/*line-height: normal;*/
}
.g-score {
	width: 82px;
	height: 82px;
	border-radius: 50%;
	background: #90b4c8 no-repeat;
	color: #fff;
	font-size: 25px;
}
.g-result {
	background: linear-gradient(#88aabc, #88aabc) no-repeat;
}
.g-block-percent {
	position: relative;
	height: 103px;
	width: 103px;
	margin-left: 25px;
	margin-right: 25px;
}
.item-container .percent {
	margin: 0;
}
.g-menu .switch + img {
	margin-bottom: -15px;
}

.g-menu footer {
	padding-bottom: 5px;
	width: 70%;
	margin: 0 auto 30px auto;
	background: none;
}
.g-menu footer > div {
	height: 70px;
	min-width: 235px;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: flex-end;
}
.author {
	font-size: 16px;
}

/* Описание бонуса */

.bonus-info {
	position: absolute;
	z-index: 22;
	background: #f9f9f9;
	left: 175px;
	top: 78px;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.35);
	width: 245px;
    padding: 15px;
	display: none;
}

.bonus-info .selected {
	background: #f9fab9;
	opacity: 1;
}

/* список уровней */
.lvl-list {
	position: absolute;
	z-index: 22;
	background: #f9f9f9;
	left: 452px;
	top: 78px;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.35);
	width: 275px;

	display: none;
}
.lvl-list .selected {
	background: #f9fab9;
	opacity: 1;
}
.lvl-list >div {
	display: flex;
	justify-content: flex-start;
	padding-left: 20px;
	padding-right: 2px;
	height: 60px;
	width: 253px;
	opacity: 0.4;
}
.lvl-list >div span {
	display: flex;
	align-items: center;
	min-width: 58px;
	font-size: 14px;
}
.lvl-list >div span:first-child {
	font-size: 19px;
	justify-content: flex-end;
}
.lvl-list >div span:nth-child(2n) {
	justify-content: center;
	min-width: 74px;
}
.game-title {
	display: none;
	/*transition: all linear .5;*/
}
/* End */


/* Start:/assets/css/v2/common.css?168805075823681*/
/* FONT CALIBRI */
.fnt-f-cc {
	font-family: Calibri, Conv_Calibri !important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.fnt-f-c {
	font-family: Calibri, Conv_Calibri !important;
	/*font-family: bodonicitalic, Georgia, "Times New Roman", serif !important;*/
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* FONT ARCHIVE */
.fnt-f-a {
	font-family: Conv_Archive !important;
}

/* FONT ARCHIVE */
.fnt-f-j {
	font-family: Conv_Junegull !important;
}

/* FONT PROPERTY */
.fnt-n-n,
.fnt-n-i {
	font-weight: 100 !important;
}

.fnt-b-n,
.fnt-b-i {
	font-weight: bold !important;
}

.fnt-m-n,
.fnt-m-i {
	font-weight: 400 !important;
}

.fnt-n-n,
.fnt-m-n,
.fnt-b-n {
	font-style: normal !important;
}

.fnt-n-i,
.fnt-m-i,
.fnt-b-i {
	font-style: italic !important;
}

/**************************************************/
/*      __FLEX__                                  */
/**************************************************/
.flex-col:not(.hide),
.flex-row:not(.hide) {
	display: -webkit-box !important;
	/* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box !important;
	/* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox !important;
	/* TWEENER - IE 10 */
	display: -webkit-flex !important;
	display: flex !important;
}

.flex-col {
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
}

.flex-wrap {
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.flex-col.h-around,
.flex-row.h-around {
	-webkit-justify-content: space-around;
	justify-content: space-around;
}

.flex-col.h-between,
.flex-row.h-between {
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.flex-col.v-between,
.flex-row.v-between {
	-webkit-align-content: space-between;
	align-content: space-between;
}

.flex-col.between,
.flex-row.between {
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-content: space-between;
	align-content: space-between;
}

.flex-col.h-center,
.flex-row.h-center {
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.flex-col.v-center,
.flex-row.v-center {
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-align-content: center;
	align-content: center;
}

.flex-col.center,
.flex-row.center {
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-align-content: center;
	align-content: center;
}

.flex-col.v-end,
.flex-row.v-end {
	-ms-flex-align: end;
	-webkit-align-items: flex-end;
	align-items: flex-end;
	-webkit-align-content: flex-end;
	align-content: flex-end;
}

.flex-col.h-end,
.flex-row.h-end {
	-ms-flex-pack: end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}

.flex-col.end,
.flex-row.end {
	-ms-flex-align: end;
	-webkit-align-items: flex-end;
	align-items: flex-end;
	-webkit-align-content: flex-end;
	align-content: flex-end;
	-ms-flex-pack: end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}

.flex-col.v-start,
.flex-row.v-start {
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-align-content: flex-start;
	align-content: flex-start;
}

.flex-col.h-start,
.flex-row.h-start {
	-ms-flex-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}

.flex-col.start,
.flex-row.start {
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-align-content: flex-start;
	align-content: flex-start;
	-ms-flex-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}

/**************************************************/
/*      __BUTTON__                                */
/**************************************************/
button.next {
	padding: 5px 15px;
	border: none;
	border-radius: 6px;
	cursor: pointer;
	color: #fff;
	font-size: 16px;
}

button.next.orange {
	background: linear-gradient(to top, #f2742b 0%, #f48e36 100%) no-repeat;
}

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

.error button.next,
button.next.red,
button.next.error {
	background: linear-gradient(to top, #d74343, #df5353) no-repeat;
}

/**************************************************/
/*      __COLORS__                                  */
/**************************************************/
.color-orange {
	color: #f2742b !important;
}

.color-orange-light {
	color: #f48e36 !important;
}

.color-green {
	color: #2dc56a !important;
}

.color-green-light {
	color: #1db04f !important;
}

.color-blue {
	color: #0066b4 !important;
}

.color-blue-light {
	color: #0088b4 !important;
}

.color-white {
	color: #ffffff;
}

.bg-color-orange {
	background-color: rgba(242, 116, 43, 1) !important;
}

.bg-color-orange-light {
	/* background-color: rgba(242, 116, 43, 0.7) !important; */
	background-color: #f39a67 !important;
}

.bg-color-green {
	background-color: rgba(45, 197, 106, 1) !important;
}

.bg-color-green-light {
	background-color: rgba(45, 197, 106, 0.7) !important;
}

.bg-color-blue {
	background-color: rgba(0, 102, 180, 1) !important;
}

.bg-color-blue-light {
	/* background-color: rgba(0, 102, 180, 0.7) !important; */
	background-color: #4990c7 !important;
}

.bg-white {
	background-color: rgba(255, 255, 255, 1) !important;
}

.bg-white-05 {
	background-color: rgba(255, 255, 255, 0.5) !important;
}

/**************************************************/
/*      __HIDE__                                  */
/**************************************************/
.inactive {
	visibility: hidden;
}

.hidden {
	display: none;
}

/**************************************************/
/*      __BLOCK__                                 */
/**************************************************/
.block-shadow-round,
.block-shadow {
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.16);
}

.block-round,
.block-shadow-round,
.block-shadow-round-in,
.block-shadow-round-in-2,
.bsr-in2 {
	border-radius: 10px;
}

.block-shadow-round-in,
.block-shadow-in {
	box-shadow: inset 3px 3px 3px rgba(0, 0, 0, 0.16);
}

.block-shadow-round-in-2,
.block-shadow-in-2,
.bsr-in2,
.bs-in2 {
	box-shadow: inset 3px 3px 3px rgba(0, 0, 0, 0.16), inset -1px -1px 3px rgba(0, 0, 0, 0.16);
	background-color: #ebebeb !important;
}

.block-top-round {
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

.center-block {
	position: absolute !important;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.block100p {
	width: 100%;
	height: 100%;
}

.center-bottom-block {
	position: absolute !important;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(50%);
}

.center-top-block {
	position: absolute !important;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-200%);
}

.canvas_over {
	position: absolute;
	top: 0;
	left: 0;
	border: none;
	width: 100%;
}

.orient-v {
	transform: rotate(-90deg);
}

/********************** V3 ******************************/
.cursor-pointer {
	cursor: pointer;
}

.block-word-40 {
	height: 40px;
	background-color: #fff;
}

.block-word-50 {
	height: 40px;
	background-color: #fff;
}

.block-word-80-50 {
	width: 80px;
	height: 50px;
	background-color: #fff;
}

.block-word-70-50 {
	width: 70px;
	height: 50px;
	background-color: #fff;
}

.bmw160 {
	min-width: 160px;
	background-color: #fff;
}

.text-break {
	word-break: break-word !important;
	overflow-wrap: break-word !important;
	white-space: pre-wrap;
}

.w100 {
	width: 100%;
}

.w90 {
	width: 90%;
}

.w95 {
	width: 95%;
}

.w80 {
	width: 80%;
}

.w70 {
	width: 70%;
}

.w60 {
	width: 60%;
}

.w50 {
	width: 50%;
}

.w40 {
	width: 40%;
}

.w30 {
	width: 30%;
}

.w20 {
	width: 20%;
}

.h100 {
	height: 100%;
}

.h80 {
	height: 80%;
}

.h75 {
	height: 75%;
}

.h70 {
	height: 70%;
}

.h50 {
	height: 50%;
}

.b10 {
	width: 10px;
	height: 10px;
}

.b20 {
	width: 20px;
	height: 20px;
}

.b30 {
	width: 30px;
	height: 30px;
}

.b40 {
	width: 40px;
	height: 40px;
}

.mb50 {
	margin-bottom: 50px;
}

.mb15 {
	margin-bottom: 15px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb5 {
	margin-bottom: 5px;
}

.mt20 {
	margin-top: 20px;
}

.mt10 {
	margin-top: 10px;
}

.mt5 {
	margin-top: 5px;
}

.mr5 {
	margin-right: 5px;
}

.m10 {
	margin: 10px;
}

.m15 {
	margin: 15px;
}

.m4 {
	margin: 4px;
}

.mb-n30 {
	margin-bottom: -30px;
}

.pt15 {
	padding-top: 15px;
}

.p10 {
	padding: 10px;
}

.p20 {
	padding: 20px;
}

.plr10 {
	padding-left: 10px;
	padding-right: 10px;
}

.p4 {
	padding: 4px;
}

.bg-grey {
	background-color: #ccc;
}

.presentation-block-v1 {
	position: relative;
	width: 80%;
	padding: 40px;
	height: auto;
	background-color: #f7f7f7;
	font-size: 20px;
	color: #000000;
	margin-bottom: 10px;
}

.presentation-block-v1 button {
	position: absolute;
	right: 20px;
	bottom: -10px;
}

.presentation-block-v1 ol {
	list-style: decimal;
}

.presentation-block-v1 ul {
	list-style: disc;
	margin-left: 1em;
}

.presentation-block-v1 p {
	padding-top: 10px;
}

.presentation-block-v1 p:first-child {
	padding-top: 0px;
}

.circle {
	border-radius: 50%;
}

.p-absolute {
	position: absolute;
}

.p-relative {
	position: relative;
}

.text-align-left {
	text-align: left !important;
}

.text-align-center {
	text-align: center !important;
}

.h-center {
	margin-left: auto;
	margin-right: auto;
}

/**************************************************/
/*      __MODAL WINDOW__                          */
/**************************************************/
.perspective {
	-webkit-perspective: 200px;
	/* Chrome, Safari, Opera  */
	perspective: 200px;
}

.smw-overlay {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	position: fixed;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 1990;
}

.smw-content {
	position: fixed;
	top: 50%;
	left: 50%;

	max-width: 800px;
	min-width: 300px;
	min-height: 200px;

	z-index: 2000;
	background-color: #fff;

	-webkit-transform: translateX(-50%) translateY(-50%) scale(0.7);
	-moz-transform: translateX(-50%) translateY(-50%) scale(0.7);
	-ms-transform: translateX(-50%) translateY(-50%) scale(0.7);
	transform: translateX(-50%) translateY(-50%) scale(0.7);

	opacity: 0;

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

.smw-content.on {
	opacity: 1;
	-webkit-transform: translateX(-50%) translateY(-50%) scale(1);
	-moz-transform: translateX(-50%) translateY(-50%) scale(1);
	-ms-transform: translateX(-50%) translateY(-50%) scale(1);
	transform: translateX(-50%) translateY(-50%) scale(1);
}

.smw-content.info {
	height: 200px;
}

.smw-content.success,
.smw-content.error {
	height: 350px;
	text-align: center;
	font-size: 30px;
}

.smw-content.success p,
.smw-content.error p {
	font-size: 22px;
	font-style: italic !important;
	font-family: Calibri, Conv_Calibri !important;
}

.smw-content.success {
	color: #1db04f;
}

.smw-content.error {
	color: #d74343;
}

.smw-content .cancel-mini {
	position: absolute;
	top: -12px;
	right: -12px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	border: 2px solid #fff;
	box-shadow: 2px 0px 2px rgba(0, 0, 0, 0.2) inset;
	transform: rotate(45deg);
	background-color: #31aae3;
	color: #fff;
	font-size: 40px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
	text-align: center;
	line-height: 32px;
	cursor: pointer;
	box-sizing: border-box;
}

.smw-content .cancel-mini:before {
	content: "+";
}

.smw-content > button {
	font-family: Conv_Junegull;
	font-size: 17px;
	font-weight: 100;
	text-transform: uppercase;
	color: #fff;
	padding: 5px 25px;
	background: linear-gradient(#f48e36, #f2742b) no-repeat;
	border-radius: 11px;
	border: none;
	margin: 10px 370px;
	cursor: pointer;

	box-shadow: 2px 2px 2px #aaa, 0px 1px 2px 0px rgba(0, 0, 0, 0.3), inset 0px 1px 0px 1px rgba(255, 255, 255, 0.3);
	width: 162px;
	height: 46px;
	margin-bottom: 20px;
}

.smw-content.hidden {
	-webkit-animation: hide 0.4s ease;
	/* cubic-bezier(.08,.82,.57,1);*/
	animation: hide 0.4s ease;
	/* cubic-bezier(.08,.82,.57,1);*/
	min-width: 0px;
	min-height: 0px;
}

@-webkit-keyframes gin {
	0% {
		-webkit-transform: translateX(-50%) translateY(-50%) rotateX(0deg) scaleX(1);
		-moz-transform: translateX(-50%) translateY(-50%) rotateX(0deg) scaleX(1);
		-ms-transform: translateX(-50%) translateY(-50%) rotateX(0deg) scaleX(1);
		transform: translateX(-50%) translateY(-50%) rotateX(0deg) scaleX(1);
		opacity: 1;
	}

	100% {
		-webkit-transform: translateX(-50%) translateY(100%) rotateX(-25deg) scaleX(0);
		-moz-transform: translateX(-50%) translateY(100%) rotateX(-25deg) scaleX(0);
		-ms-transform: translateX(-50%) translateY(100%) rotateX(-25deg) scaleX(0);
		transform: translateX(-50%) translateY(100%) rotateX(-25deg) scaleX(0);
		opacity: 0;
	}
}

@keyframes gin {
	0% {
		-webkit-transform: translateX(-50%) translateY(-50%) rotateX(0deg) scaleX(1);
		-moz-transform: translateX(-50%) translateY(-50%) rotateX(0deg) scaleX(1);
		-ms-transform: translateX(-50%) translateY(-50%) rotateX(0deg) scaleX(1);
		transform: translateX(-50%) translateY(-50%) rotateX(0deg) scaleX(1);
		opacity: 1;
	}

	100% {
		-webkit-transform: translateX(-50%) translateY(100%) rotateX(-25deg) scaleX(0);
		-moz-transform: translateX(-50%) translateY(100%) rotateX(-25deg) scaleX(0);
		-ms-transform: translateX(-50%) translateY(100%) rotateX(-25deg) scaleX(0);
		transform: translateX(-50%) translateY(100%) rotateX(-25deg) scaleX(0);
		opacity: 0;
	}
}

@-webkit-keyframes rotate {
	0% {
		-webkit-transform: translateX(-50%) translateY(-50%) rotate(0deg) scale(1);
		-moz-transform: translateX(-50%) translateY(-50%) rotate(0deg) scale(1);
		-ms-transform: translateX(-50%) translateY(-50%) rotate(0deg) scale(1);
		transform: translateX(-50%) translateY(-50%) rotate(0deg) scale(1);
		opacity: 1;
	}

	100% {
		-webkit-transform: translateX(-50%) translateY(-50%) rotate(360deg) scale(0.5);
		-moz-transform: translateX(-50%) translateY(-50%) rotate(360deg) scale(0.5);
		-ms-transform: translateX(-50%) translateY(-50%) rotate(360deg) scale(0.5);
		transform: translateX(-50%) translateY(-50%) rotate(360deg) scale(0.5);
		opacity: 0;
	}
}

@keyframes rotate {
	0% {
		-webkit-transform: translateX(-50%) translateY(-50%) rotate(0deg) scale(1);
		-moz-transform: translateX(-50%) translateY(-50%) rotate(0deg) scale(1);
		-ms-transform: translateX(-50%) translateY(-50%) rotate(0deg) scale(1);
		transform: translateX(-50%) translateY(-50%) rotate(0deg) scale(1);
		opacity: 1;
	}

	100% {
		-webkit-transform: translateX(-50%) translateY(-50%) rotate(360deg) scale(0.5);
		-moz-transform: translateX(-50%) translateY(-50%) rotate(360deg) scale(0.5);
		-ms-transform: translateX(-50%) translateY(-50%) rotate(360deg) scale(0.5);
		transform: translateX(-50%) translateY(-50%) rotate(360deg) scale(0.5);
		opacity: 0;
	}
}

@-webkit-keyframes hide {
	0% {
		-webkit-transform: translateX(-50%) translateY(-50%) scale(1);
		-moz-transform: translateX(-50%) translateY(-50%) scale(1);
		-ms-transform: translateX(-50%) translateY(-50%) scale(1);
		transform: translateX(-50%) translateY(-50%) scale(1);
		opacity: 1;
	}

	100% {
		-webkit-transform: translateX(-50%) translateY(-50%) scale(0.5);
		-moz-transform: translateX(-50%) translateY(-50%) scale(0.5);
		-ms-transform: translateX(-50%) translateY(-50%) scale(0.5);
		transform: translateX(-50%) translateY(-50%) scale(0.5);
		opacity: 0;
	}
}

@keyframes hide {
	0% {
		-webkit-transform: translateX(-50%) translateY(-50%) scale(1);
		-moz-transform: translateX(-50%) translateY(-50%) scale(1);
		-ms-transform: translateX(-50%) translateY(-50%) scale(1);
		transform: translateX(-50%) translateY(-50%) scale(1);
		opacity: 1;
	}

	100% {
		-webkit-transform: translateX(-50%) translateY(-50%) scale(0.5);
		-moz-transform: translateX(-50%) translateY(-50%) scale(0.5);
		-ms-transform: translateX(-50%) translateY(-50%) scale(0.5);
		transform: translateX(-50%) translateY(-50%) scale(0.5);
		opacity: 0;
	}
}

/**************************************************/
/*      __GREETING __                          */
/**************************************************/
.game-greeting {
	min-height: 400px;
}

.game-greeting .header {
	margin-top: 20px;
	border-bottom: 1px solid #e8e8e8;
}

.game-greeting h1 {
	font-size: 25px;
	color: #f38231;
	padding-left: 57px;
	height: 116px;
	max-width: 630px;
}

.game-greeting h2,
.game-greeting h3 {
	font-size: 16px;
	color: #31aae3;
	text-transform: uppercase;
	padding-left: 57px;
}

.game-greeting h2 {
	margin-top: 5px;
}

.game-greeting h3 {
	margin-top: 50px;
}

.game-greeting h1 p,
.game-greeting h3 p {
	color: #000;
	text-transform: none;
}

.game-greeting h1 p {
	font-size: 22px;
}

.game-greeting h3 p {
	font-size: 20px;
	width: 80%;
	margin: 10px 0;
}

.game-greeting > div.circle {
	position: absolute;
	display: inline-block;
	width: 350px;
	height: 350px;
	border: 4px solid #fff;
	border-radius: 50%;
	right: -55px;
	bottom: -55px;
	box-shadow: inset 0px 0px 3px rgba(0, 0, 0, 0.3), -1px 3px 8px rgba(0, 0, 0, 0.27);
}

.game-greeting > p {
	font-family: Calibri, Conv_Calibri;
	font-size: 16px;
	color: #727272;
	width: 54%;
	padding-left: 57px;
}

.quiz .game-point,
.game-greeting .game-point {
	border-style: solid;
	border-width: 1.5px;
	border-color: #f4893d;
	border-radius: 10px;
	background-image: -moz-linear-gradient(
		52deg,
		rgb(204, 204, 204) 19%,
		rgb(217, 217, 217) 52%,
		rgb(230, 230, 230) 100%
	);
	background-image: -webkit-linear-gradient(
		52deg,
		rgb(204, 204, 204) 19%,
		rgb(217, 217, 217) 52%,
		rgb(230, 230, 230) 100%
	);
	background-image: -ms-linear-gradient(
		52deg,
		rgb(204, 204, 204) 19%,
		rgb(217, 217, 217) 52%,
		rgb(230, 230, 230) 100%
	);
	box-shadow: 2.121px 2.121px 0px 0px rgba(0, 0, 0, 0.063);
	width: 66px;
	min-width: 66px;
	height: 66px;
	text-align: center;
	line-height: 66px;
	margin-right: 22px;
	margin-top: 5px;
}

.quiz .game-point .__point,
.game-greeting .game-point .__point {
	font-family: Conv_Archive, sans-serif;
	font-size: 34px;
	font-style: normal;
	color: rgb(249, 249, 249);
	-moz-transform: matrix(0.64145321466229, 0, 0, 0.64145321466229, 0, 0);
	-webkit-transform: matrix(0.64145321466229, 0, 0, 0.64145321466229, 0, 0);
	-ms-transform: matrix(0.64145321466229, 0, 0, 0.64145321466229, 0, 0);
}

/**************************************************/
/*      __MESSAGES__                              */
/**************************************************/
.message-info {
	padding-left: 50px;
	padding-right: 50px;
	font-size: 18px;
}

.message-info h1
/* .message-info ul,
.message-info p strong */ {
	color: #f38231;
}

.message-info h1 {
	font-size: 24px;
	min-height: 116px;
}

.message-info ul {
	/* font-size: 18px; */
	/* font-weight: 600; */
	margin: 14px 0;
}
.message-info ul li {
	list-style: disc;
	margin-left: 20px;
}

.message-info h2,
.message-info h3 {
	font-size: 16px;
	color: #31aae3;
	text-transform: uppercase;
}

.message-info h2 {
	margin-top: 5px;
}

.message-info h3 {
	margin-top: 50px;
}

.message-info h1 p,
.message-info h3 p {
	color: #000;
	text-transform: none;
}

.message-info h1 p {
	font-size: 22px;
}

.message-info h3 p {
	font-size: 20px;
	width: 80%;
}

.message-info p,
.message-info ul,
.message-info p strong {
	font-size: 18px;
	color: #727272;
}

.std-head .message-info h1 {
	color: #000;
	font-size: 22px;
}

.message-info.profile h1 {
	text-align: center;
	margin-top: 20px;
	height: auto;
	min-height: auto;
}

.message-info.profile p {
	margin: 20px 0;
}

.message-info a.btn {
	display: inline-block;
	text-align: center;
	padding: 0.5rem 0;
	height: auto !important;
	width: 200px !important;
	margin: 0 !important;
}

.message-info a.btn,
.profile button {
	width: 261px;
	height: 62px;
	-webkit-border-radius: 0 1px 1px 0;
	-moz-border-radius: 0 1px 1px 0;
	border-radius: 0 1px 1px 0;
	background-color: #37a5e5;
	border: solid 1px #f1f1f1;
	font-family: Calibri, Conv_Calibri;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	text-shadow: 1px 1px 2px rgba(43, 135, 189, 0.53);
	margin-bottom: 20px;
	margin-right: 15px;
	cursor: pointer;
}

/**************************************************/
/*      __OTHER__                                 */
/**************************************************/
.grab {
	cursor: pointer;
	cursor: -webkit-grab;
}

.pointer {
	cursor: pointer;
}

.noselect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.block-hide {
	-webkit-animation: block-hide 0.4s ease;
	/* cubic-bezier(.08,.82,.57,1);*/
	animation: block-hide 0.4s ease;
	/* cubic-bezier(.08,.82,.57,1);*/
}

@-webkit-keyframes block-hide {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@keyframes block-hide {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

.block-show {
	-webkit-animation: block-show 0.4s ease;
	/* cubic-bezier(.08,.82,.57,1);*/
	animation: block-show 0.4s ease;
	/* cubic-bezier(.08,.82,.57,1);*/
}

@-webkit-keyframes block-show {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes block-show {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

ul.orig {
	display: inline-block;
	width: 100%;
	text-align: left;
}

ul.orig li {
	position: relative;
	margin-left: 12px;
}

ul.orig li::before {
	position: absolute;
	display: inline-block;
	content: "";
	top: 8px;
	left: -12px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
}

ul.orig.orange li::before {
	background-color: #f48a34;
}

.warning {
	color: #f45000;
}

.instruction {
	padding: 10px;
}

.instruction p {
	margin-top: 4px;
	color: #727272;
}

.instruction h1 {
	display: block;
	width: 100%;
	text-align: left;
	text-transform: uppercase;
	color: #31aae3;
	font-size: 16px;
	font-weight: bold;
}

.ui-draggable-dragging {
	z-index: 3000;
}

/***********************************************/
/*      __V2__                                 */
/***********************************************/
.v2-head1 {
	font-size: 2rem;
	font-weight: bold;
}
.v2-head2 {
	font-size: 1.5rem;
	font-weight: bold;
}
.v2-head3 {
	font-size: 1.1rem;
	font-weight: bold;
}
.v2-head4 {
	font-size: 0.8rem;
	font-weight: bold;
}
.v2-head5 {
	font-size: 0.5rem;
	font-weight: bold;
}
.v2-white-block {
	background-color: #ffffff;
}
.v2-light-block {
	background-color: #f7f7f7;
}
.v2-dark-block {
	background-color: #727272;
}
.v2-ad-block {
	background-color: #adadad;
}
.v2-eb-block {
	background-color: #ebebeb;
}
.v2-black-block {
	background-color: #1e1e1e;
}
.v2-variant.selected:not(.error) {
	background-color: #1b9e59 !important;
	color: #ffffff;
}
.v2-transition-all {
	transition: all 0.4s linear;
}
.v2-transition-opacity {
	transition: opacity 0.4s linear;
}
.v2-opacity-0 {
	opacity: 0;
}
.v2-text-uppercase {
	text-transform: uppercase;
}
.v2-block-shadow-round,
.v2-block-shadow {
	box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.04), inset -3px -2px 2px rgba(0, 0, 0, 0.04),
		3px 3px 3px rgba(0, 0, 0, 0.16) !important;
}
.v2-block-round,
.v2-block-shadow-round {
	border-radius: 10px;
}

.v2-presentation-block li {
	list-style-type: disc;
	margin-left: 1.5rem;
}

.fnt-s-05 {
	font-size: 0.5rem;
}
.fnt-s-08 {
	font-size: 0.8rem;
}
.fnt-s-09 {
	font-size: 0.9rem;
}
.fnt-s-10 {
	font-size: 1rem;
}
.fnt-s-11 {
	font-size: 1.1rem;
}
.fnt-s-12 {
	font-size: 1.2rem;
}
.fnt-s-13 {
	font-size: 1.3rem;
}
.fnt-s-14 {
	font-size: 1.4rem;
}
.fnt-s-15 {
	font-size: 1.5rem;
}
.fnt-s-17 {
	font-size: 1.75rem;
}
.fnt-s-2 {
	font-size: 2rem;
}
.nowrap {
	white-space: nowrap;
}

/* End */
/* /bitrix/templates/main/components/bitrix/highloadblock.list/game_items/style.css?173272653221596 */
/* /assets/css/v2/common.css?168805075823681 */
