* {
	box-sizing: border-box;
}

@font-face {
	font-family: 'Azoft Bold';
	src: url('../fonts/azoft-sans-bold.ttf');
}

.azoft-bold {
	font-family: 'Azoft Bold', 'Lato', cursive !important;
}

.azoft {
	font-family: 'Azoft Bold', 'Lato', cursive !important;
}
.width100{
	width: 100%;
}

.btn-circle.btn-lg {
	width: 8vh;
	height: 8vh;
	padding: 1.2vh;
	font-size: 4vh;
	line-height: 1;
	border-radius: 50%;
	border: 0.8vh solid #b52774;
	transition: all 0.5s easy-in;
	box-shadow: 0px 0px 20px 9px rgba(0, 0, 0, 0.3);
}

.btn-lg.bg-main-light-pink {
	color: white;
}

.btn-lg.bg-main-light-pink:hover {
	background-color: #b52774;
	border: 0.8vh solid #71256b;
	box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.3);
	color: white;
}

.btn-lg.bg-main-light-pink:active {
	background-color: #582468;
	border: 0.8vh solid #b52774;
	box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.3);
	color: white;
}

.button_enter:hover {
	color: white;
}

input[type=checkbox].six-ugol {
	display: none;
}

input[type=checkbox].six-ugol + label span {
	display: inline-block;
	width: 19px;
	height: 19px;
	cursor: pointer;
	background: url('../img/six_ugol_free.png') left top no-repeat;
	background-size: contain;
}

input[type=checkbox].six-ugol:checked + label span {
	background: url('../img/six_ugol_check.png') -19px top no-repeat;
	background-size: contain;
}

section.information .news {
	margin-top: 0;
}

section.information .fon {
	width: 100%;
	height: 100%;
	position: absolute;
	display: block;
}

section.information .fon img {
	width: 100%;
	height: auto;
	opacity: 0.7;
	position: absolute;
	margin-top: -8%;
}

section.information p {
	color: #000;
}

#container {
	margin-top: 3%;
}

.masonry {
	margin-top: 2%;
}

.first .video_pobeda, .first .video_pobeda_one {
	position: relative;
	width: 100%;
	height: 20em;/*25*/
	margin-top: 16%;
}

.first .white {
	color: #fff;
	text-transform: uppercase;
	margin-left: 4%;
	margin-bottom: -1%;
	margin-top: 2%;
}

.first .white a {
	color: #fff;
	text-decoration: none;
}

.first a {
	color: #000;
	text-decoration: none;
}

.first .ava {
	position: relative;
	width: 38%;
}

.first span p {
	background-color: #B6E7FB;
	margin-top: -37%;
	float: right;
	text-align: left;
	padding: 3% 3% 3% 17%;
	width: 81%;
	height: auto;
}

.first span p .plus {
	font-size: 16px;
}

.first .blue {
	color: #262261;
	text-transform: uppercase;
	margin-left: 4%;
}

.first .right img {
	position: relative;
	width: 100%;
}

.second h2 {
	color: #fff;
	text-transform: uppercase;
	margin-left: 4%;
	margin-bottom: -1%;
}

.second .ava_right {
	position: relative;
	width: 38%;
	float: right;
	margin-right: -1em;
}

.second span p {
	background-color: #B6E7FB;
	margin-top: -37%;
	margin-right: 15%;
	float: right;
	text-align: left;
	padding: 3% 19% 3% 3%;
	width: 85%;
	height: auto;
}

.gos {
	color: #000;
	text-transform: uppercase;
	text-align: left;
	color: #80256D;
	margin-left: 4%;
}

.fon_blue {
	background-color: #6DCFF6;
	position: relative;
	overflow: hidden;
}

.img-responsive {
	margin: 3% 0;
}

.item {
	float: left;
	max-width: 100%;
}

.carousel-inner .item img {
	max-width: 200%;
}

.open_modal {
	background-image: url("../img/page1_fon.jpg");
}

.modal_form {
	width: 500px;
	height: auto;
	position: fixed;
	left: 35%;
	display: none;
	opacity: 0;
	z-index: 25;
}

.modal_form img {
	position: relative;
	width: 100%;
}


/* Кнoпкa зaкрыть) */

.modal_form #modal_close {
	width: 77px;
	height: 77px;
	padding: 14px;
	font-size: 36px;
	position: absolute;
	top: 25%;
	right: 9%;
	cursor: pointer;
	display: block;
}

.modal_form p {
	width: 60%;
	margin-top: -65%;
	margin-left: 20%;
	font-size: 17px;
	text-align: center;
	position: relative;
}

.modal_form .fa {
	font-size: 14px;
	margin-bottom: 2%;
}


/* Пoдлoжкa */

#overlay {
	z-index: 23;
	position: fixed;
	background-image: url("../img/page1_fon.jpg");
	width: 100%;
	display: none;
	height: 100%;
	top: 0;
}


/* Пoдлoжкa */

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

.carousel-inner,
.carousel-inner .item,
.carousel-inner .item img {
	width: 100%;
	height: 100%;
}

.carousel-control {
	z-index: 99;
	opacity: 0;
	transition: all .5s;
}

.carousel-indicators {
	opacity: 0;
	transition: all .5s;
	bottom: -3%;
}

.under-logo {
	width: 100%;
	height: auto;
}


/* стили для страницы правил */


.pravila h2,
.about h2 {
	text-align: center;
	color: #fff;
	font-size: 24px;
}

.pravila h4 {
	text-align: center;
	margin-top: 4%;
}

.pravila span,
.about span {
	text-align: justify;
	color: #000;
}

.pravila span p {
	margin: 0;
}

span .padding-left {
	padding-left: 2%;
}

.pravila span a,
.about span a {
	text-decoration: none;
	color: #000;
}

.about p {
	font-size: 16px;
	margin-top: 3%;
}

.button_vkl {
	margin: 1% auto;
	left: 43%;
	right: 47%;
	z-index: 100;
}

.victory {
	width: 100%;
	background: linear-gradient(to bottom, #EB297B, #80256D);
	padding: 0;
	overflow: hidden;
}

.shape14 {
	width: 100%;
	position: absolute;
	max-width: 100%;
	z-index: 1;
}

.banner_decor {
	display: block;
	margin: -5.7% auto;
	max-width: 100%;
	margin-top: -9%;
}

.under-banner_decor {
	overflow: hidden;
	min-height: auto;
	position: relative;
	margin-bottom: -13%;
}

.under-banner_decor::before, .white_teni::before, .fon_blue::before, .lower_teni::before {
	content: "";
	position: absolute;
	z-index: 1;
	-moz-border-radius: 100%;
	border-radius: 100%;
	left: 10%;
	right: 10%;
	margin: 0 auto;
}
.under-banner_decor::before {
	-webkit-box-shadow: 0 30px 75px rgba(0, 0, 0, 0.8);
	box-shadow: 0px 30px 75px rgba(0, 0, 0, 0.8);
	bottom: 100%;
	width: 75%;
	height: 34%;
}

.white_teni {
	overflow: hidden;
	position: relative;
	min-height: 12vh;
}

.white_teni::before {
	-webkit-box-shadow: 0px 0px 82px 0px #fff;
	box-shadow: 0px 0px 82px 0px #fff;
	bottom: -69%;
	width: 45%;
	height: 47%;
}

.fon_blue::before {
	-webkit-box-shadow: 0 30px 75px rgba(0, 0, 0, 0.8);
	box-shadow: 0 30px 75px rgba(0, 0, 0, 0.8);
	bottom: 100%;
	width: 75%;
	height: 34%;
}

.lower {
	display: block;
	margin: 0 auto;
	margin-bottom: -8px;
}

.lower_teni::before {
	-webkit-box-shadow: 0 -30px 63px 10px #fff;
	box-shadow: 0 -30px 63px 10px #fff;
	bottom: -53%;
	width: 80%;
	height: 47%;
}

.social img {
	width: 90%;
}

.social .col-xs-3 {
	margin: 0 -6% 0 2%;
	padding: 0;
}

.stack {
	display: inline-block;
	width: 240px;
	height: 160px;
	position: relative;
	margin: 35px 35px 0 0;
	list-style: none;
	z-index: 0; 
}
.stack:before {
	content: attr(data-count);
	display: block;
	position: absolute;
	top: 14px;
	left: 10px;
	font-size: 16px;
	font-weight: bold;
	z-index: 10;
	padding: 0 4px 0 32px;
	color: #FFF;
	pointer-events: none;
	opacity: .7; 
}
.stack:after {
	content: "I";
	display: block;
	position: absolute;
	top: 14px;
	left: 16px;
	font-size: 14px;
	z-index: 10;
	padding: 0;
	color: #FFF;
	font-family: Web Symbols Regular;
	pointer-events: none;
	opacity: .6; 
}
.stack li {
	position: absolute;
	top: 8px;
	left: 8px;
	cursor: pointer;
	z-index: 1;
	-moz-transition: all 160ms ease-in;
	-webkit-transition: all 160ms ease-in;
	-o-transition: all 160ms ease-in;
	transition: all 160ms ease-in; 
}
.stack li:first-child {
	z-index: 2; 
}
.stack li:nth-child(2) {
	-moz-transform: rotate(5deg);
	-webkit-transform: rotate(5deg);
	-o-transform: rotate(5deg);
	-ms-transform: rotate(5deg);
	transform: rotate(5deg); 
}
.stack li:nth-child(3) {
	-moz-transform: rotate(-5deg);
	-webkit-transform: rotate(-5deg);
	-o-transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	transform: rotate(-5deg); 
}
.stack img {
	display: block;
	border: 4px solid white;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.51);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.51);
	-o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.51);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.51);
	-moz-transition: opacity 160ms ease;
	-webkit-transition: opacity 160ms ease;
	-o-transition: opacity 160ms ease;
	transition: opacity 160ms ease; 
}
.stack:hover li:nth-child(2) {
	-moz-transform: rotate(7deg) translate(-6px, -3px);
	-webkit-transform: rotate(7deg) translate(-6px, -3px);
	-o-transform: rotate(7deg) translate(-6px, -3px);
	-ms-transform: rotate(7deg) translate(-6px, -3px);
	transform: rotate(7deg) translate(-6px, -3px); 
}
.stack:hover li:nth-child(3) {
	-moz-transform: rotate(-5deg) translate(10px, 10px);
	-webkit-transform: rotate(-5deg) translate(10px, 10px);
	-o-transform: rotate(-5deg) translate(10px, 10px);
	-ms-transform: rotate(-5deg) translate(10px, 10px);
	transform: rotate(-5deg) translate(10px, 10px); 
}
.stack:hover li:nth-child(4) {
	-moz-transform: rotate(-4deg) translate(-16px, -2px);
	-webkit-transform: rotate(-4deg) translate(-16px, -2px);
	-o-transform: rotate(-4deg) translate(-16px, -2px);
	-ms-transform: rotate(-4deg) translate(-16px, -2px);
	transform: rotate(-4deg) translate(-16px, -2px);
}

#glisse-overlay {
	z-index: 10;
}

#glisse-overlay-content{
	z-index: 11;
}

/* Glisse: Overlay */
#glisse-overlay {
	background: #6DCFF6;
	/* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover, #45484d 0%, black 100%);
	/* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #45484d), color-stop(100%, black));
	/* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover, #45484d 0%, black 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover, #45484d 0%, black 100%);
	/* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover, #45484d 0%, black 100%);
	/* IE10+ */
	background: radial-gradient(center, ellipse cover, #45484d 0%, #000000 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#45484d', endColorstr='#000000',GradientType=1 );
	/* IE6-9 fallback on horizontal gradient */ 
}

#glisse-close {
	height: 40px;
	width: 20px;
	text-align: center;
	position: fixed;
	bottom: 10px;
	left: 50%;
	z-index: 10;
	margin-left: -10px; 
}
#glisse-close:after {
	height: 40px;
	width: 20px;
	display: block;
	color: #FFF;
	content: "²";
	font-family: Web Symbols Regular;
	line-height: 40px;
	font-size: 20px;
	color: #DFDFDF;
	text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
	-webkit-text-stroke: 0.8px #000;
	-webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), color-stop(100%, white), to(#dfdfdf)); 
}

#glisse-controls {
	z-index: 999; 
}

/* Prev/Next button */
.glisse-next a, .glisse-prev a {
	width: 20px;
	height: 40px;
	text-decoration: none;
	display: block;
	text-align: center;
	position: fixed;
	bottom: 10px;
	font-size: 20px;
	z-index: 10;
	font-family: Web Symbols Regular;
	line-height: 40px;
	color: #DFDFDF;
	text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
	-webkit-text-stroke: 0.8px #000;
	-webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), color-stop(100%, white), to(#dfdfdf)); 
}

.glisse-next a {
	left: 50%;
	margin-left: 20px; 
}

.glisse-prev a {
	left: 50%;
	margin-left: -40px; 
}

.glisse-legend {
	display: none; 
}

@media screen and (max-width: 640px) {
	.stack {
		margin: 35px;
		display: block; }

		.stack:last-of-type {
			margin-right: auto; 
		} 
	}

	.game{
		margin-bottom: 9%;
		margin-top: 9%;
	} 

	.game h2{
		color: #fff;
	} 

	.bg_game {
		width: 80%;
		opacity: 0;
		-webkit-transition: opacity 1s ease-out;
		-o-transition: opacity 1s ease-out;
		transition: opacity 1s ease-out;
	}

	.bg_inner {
		width: 69%;
		margin-top: -37%;
		margin-left: -2%;
	}

	.btn-answer {
		background-image: url(../img/game/button.png);
		width: 175px;
		height: 43px;
		margin: 6px;
		color: white;
		padding: 9px;
		font-size: 22px;
	}

	.answer-1 {    
		left: 0;
	}

	.answer-2 { 
		left: 33%;
	}

	.answer-3 { 
		left: 66%;
	}

	#question {
		position: absolute;
		top: 30%;
		text-align: center;
		left: 8%;
		width: 62%;
		opacity: 0;
		-webkit-transition: opacity .2s ease-out;
		-o-transition: opacity .2s ease-out;
		transition: opacity .2s ease-out;
	}

	#answer {
		position: relative;
		margin-top: -11.7%;
		margin-left: -3%;
		text-align: center;
		width: 83%;
		opacity: 0;
		-webkit-transition: opacity .2s ease-out;
		-o-transition: opacity .2s ease-out;
		transition: opacity .2s ease-out;
	}

	.btn-answer:hover {
		background-image: url(../img/game/button_hover.png);
		-webkit-transition: background-image .3s ease-out;
		-o-transition: background-image .3s ease-out;
		transition: background-image .3s ease-out;
		text-decoration: none;
		color: #fff;
	}

	.btn-answer:active {
		background-image: url(../img/game/button_hover.png);
		-webkit-box-shadow: none;
		box-shadow: none;
		color: #fff;
	}

	.loading {
		position: absolute;
		top: 0;
		left: 0;
		margin-left: 38%;
		margin-top: 15%;
		width: 3%;
		display: none;
		-webkit-transition: display .2s ease-out;
		-o-transition: display .2s ease-out;
		transition: display .2s ease-out;
	}

	.man_game {
		position: absolute;
		top: -15%;
		right: -10%;
		opacity: 0;
		-webkit-transition: opacity 1s ease-out;
		-o-transition: opacity 1s ease-out;
		transition: opacity 1s ease-out;
	}

	.sky_game {
		position: absolute;
		right: 7%;
		top: 9%;
		width: 40%;
		opacity: 0;
		-webkit-transition: opacity 1s ease-out;
		-o-transition: opacity 1s ease-out;
		transition: opacity 1s ease-out;
	}

	.text_game-1, .text_game-2, .text_game-3 {
		position: absolute;
		width: 20%;
		opacity: 0;
		color: #000;
		-webkit-transition: opacity 1s ease-out;
		-o-transition: opacity 1s ease-out;
		transition: opacity 1s ease-out;
	}

	.text_game-1 {
		top: 19%;
		right: 18%;
	}
	.text_game-2 {
		top: 16%;
		right: 18%;
	}
	.text_game-3 {
		top: 19%;
		right: 16%;
	}
	.opros form{
		margin-top: -36%;
	}
	.opros p{
		margin: 0 !important;
	}
	input[type="radio"] {
		margin-left: 5%;
	}
	progress, strong{
		display: none;
	}
	#golosovat{
		text-align: center;
		margin-left: 13%;
	}
	form.form-opros p b{
		font-size: 16px;
	}
	strong {
		font-size: 16px;
		margin-left: 4%;
		margin-top: -1%;
	}
	progress {
		width: 80%;
		height: 14px;
		display: none;
		/* Important Thing */
		-webkit-appearance: none;
		border: none;
	}
	progress::-webkit-progress-bar {
		background: #fff;
		border-radius: 50px;
		padding: 2px;
		box-shadow: 0 1px 0px 0 rgba(255, 255, 255, 0.2);
	}
	progress::-webkit-progress-value {
		border-radius: 50px;
		box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.4);
		background:
		-webkit-linear-gradient(45deg, transparent, transparent 33%, rgba(0, 0, 0, 0.1) 33%, rgba(0, 0, 0, 0.1) 66%, transparent 66%),
		-webkit-linear-gradient(top, rgba(255, 255, 255, 0.25), rgba(0, 0, 0, 0.2)),
		-webkit-linear-gradient(left, #b333bb, #b333bb);
		background-size: 25px 14px, 100% 100%, 100% 100%;
		-webkit-animation: move 5s linear 0 infinite;
	}
	@-webkit-keyframes move {
		0% {
			background-position: 0px 0px, 0 0, 0 0
		}
		100% {
			background-position: -100px 0px, 0 0, 0 0
		}
	}
	.loading-form{
		position: relative;
		margin-top: 1%;
		width: 9%;
	}
	section.kabinet .col-xs-12,
	section.kabinet .col-sm-6,
	section.kabinet .col-sm-3{
		padding: 0;
		margin: 0;
	}
	.avatar {
		position: absolute;
		top: 0;
		margin-left: 18%;
		z-index: 1;
	}
	.avatar img.user-ava{
		border-radius: 50%;
		object-fit: cover;
	}
	img.edit {
		width: 12%;
		position: absolute;
		top: 0;
		left: 0;
		margin-top: 6%;
		margin-left: 57%;
	}
	p.personal {
		color: #7b0046;
		font-weight: 600;
		top: 0;
		margin-top: -14%;
		font-size: 15px;
		margin-left: 24%;
		line-height: 13px;
	}
	.kabinet-news{
		background-color: #e5f8ff;
		padding: 0 2% 5% 0 !important;
	}
	img.kabinet-ava-news{
		width: 30%;
	}
	img.kabinet-ava-news {
		width: 30%;
		position: relative;
		z-index: 1;
	}
	.kabinet-fon-news {
		width: 85%;
		background-color: #cdf0fd;
		height: auto;
		position: relative;
		margin-left: 13%;
		margin-top: -24%;
		z-index: 0;
	}
	.main-box{
		position: relative;
		z-index: 1;
	}
	.rewards{
		width: 100%;
	}
	.rewards img{
		width: 170%;
	}
	img.main-box-avatar{
		width: 40%;
		position: absolute;
		top: 0;
	}
	img.main-box-avatar-group {
		position: absolute;
		width: 70%;
		top: 50%;
	}
	img.main-box-gos {
		float: right;
		width: 90%;
		margin-top: 7%;
	}
	img.personal-area-gos {
		width: 90%;
		padding-bottom: 5%;
	}
	ul.ul-rewards{
		list-style: none;
		display: inline-block;
	}
	ul.ul-rewards li {
		width: 53%;
		display: inline-block;
		margin: -13%;
		margin-bottom: -17%;
	}
	ul.ul-rewards li:nth-child(4),
	ul.ul-rewards li:nth-child(9){
		margin-left: 3%;
	}
	.main-box ul.ul-rewards img{
		width: 100%;
	}
	.main-box ul.ul-rewards{
		position: absolute;
		top: 50%;
		margin: 0;
		padding: 0;
		padding-left: 7%;
	}

	#countdown_dashboard {
		height: 110px;
		position: absolute;
		top: 70%;
		margin-left: 26%;
	}

	.dash {
		background: transparent url('../img/taimer/dash.png') 0 0 no-repeat;
		float: left;
		margin-left: 20px;
		position: relative;
	}

	.dash .digit {
		font-size: 55pt;
		font-weight: bold;
		float: left;
		width: 55px;
		text-align: center;
		font-family: Times;
		color: #555;
		position: relative;
	}

	.dash_title {
		position: absolute;
		display: block;
		bottom: 0px;
		right: 22%;
		font-size: 9pt;
		color: #555;
		text-transform: uppercase;
		letter-spacing: 2px;
	}

	.dev_comment {
		font-size: 14pt;
		color: #777;
		text-align: center;
		font-style: italic;
		margin: 40px 10px;
	}

	div.game1{
		text-align: center;
	}
	img.bg_game1{
		width: 80%;
	}
	div#question1 h2{
		position: absolute;
		top: 0;
		width: 60%;
		right: 0;
		left: 0;
		margin: auto;
		margin-top: 10%;
	}
	div#answer1{
		position: absolute;
		top: 0;
		width: 60%;
		right: 0;
		left: 0;
		margin: auto;
		margin-top: 20.3%;
	}

	div.game1 .btn-answer {
		background-image: url(../img/test2/button.png);
		width: 175px;
		height: 43px;
		margin: 6px;
		color: #000;
		padding: 9px;
		font-size: 22px;
	}

	div.game1  .btn-answer:hover {
		background-image: url(../img/test2/button_hover.png);
		-webkit-transition: background-image .3s ease-out;
		-o-transition: background-image .3s ease-out;
		transition: background-image .3s ease-out;
		text-decoration: none;
	}
	div.game1 img.loading {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		width: 3%;
		margin: auto;
		margin-top: 12%;
		-webkit-transition: display .2s ease-out;
		-o-transition: display .2s ease-out;
		transition: display .2s ease-out;
	}

	div.game_test3 {
		text-align: center;
	}
	div.game_test3 img{
		width: 80%;
	}
	div.game_test3{
		text-align: center;
	}
	img.bg_game3{
		width: 80%;
	}
	div#question_test3 h2{
		position: absolute;
		top: 0;
		width: 60%;
		right: 0;
		left: 0;
		margin: auto;
		margin-top: 6%;
		color: #fff;
	}
	div#answer_test3{
		position: absolute;
		top: 0;
		width: 60%;
		right: 0;
		left: 0;
		margin: auto;
		margin-top: 19.1%;
		color: #fff;
		display: block;
	}
	div#answer_test3 a{
		left: 0;
		right: 0;
		display: block;
		margin: auto;
		color: #fff;
		margin-bottom: 3.5%;
	}

	div.game_test3 .btn-answer {
		background-image: url(../img/test3/button.png);
		width: 175px;
		height: 43px;
		margin: 6px;
		color: #000;
		padding: 9px;
		font-size: 22px;
	}

	div.game_test3  .btn-answer:hover {
		background-image: url(../img/test3/button_hover.png);
		-webkit-transition: background-image .3s ease-out;
		-o-transition: background-image .3s ease-out;
		transition: background-image .3s ease-out;
		text-decoration: none;
	}
	div.game_test3 img.loading {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		width: 3%;
		margin: auto;
		margin-top: 12%;
		-webkit-transition: display .2s ease-out;
		-o-transition: display .2s ease-out;
		transition: display .2s ease-out;
	}
	a.lichniy{
		font-size: 46px;
		color: #ec297b;
	}
	div.padding-p p{
		padding-left: 18%;
		padding-bottom: 16%;
		width: 100%;
		padding-right: 5%;
	}
	form[action=load_ava],
	form[action=search-user]{
		position: absolute;
		margin: auto;
		right: 0;
		left: 0;
		width: 45%;
		top: 45%;
	}
	img.cap-ava{
		position: relative;
		width: 200px;
		border-radius: 50%;
		height: 200px;
		object-fit: cover;
	}
	div.static img{
		width: 100%;
		height: auto;
	}
	div.static ul.list-static{
		position: absolute;
		list-style: none;
		margin-top: 75px;
		margin-left: 10px;
		font-size: 16px;
	}
	ul.ul-comands{
		padding: 0;
	}
	ul.ul-comands li{
		list-style: none;
		display: inline-block;
		margin: 2%;
	}
	li.users-comand img {
		border-radius: 50%;
		width: 80px;
		height: 80px;
		object-fit: cover;
	}

	div.bye{
		text-align: center;
		margin: auto;
		margin-top: 5%;
	}
	div.bye img{
		width: 100%;
	}
	div.bye p{
		position: absolute;
		margin: auto;
		text-align: center;
	}