

/* Start:/proekty/poluchi-grant/game/css/style.css?17695851515139*/
* {
    margin: 0;
    padding: 0;
}
.game-wrapper {
    margin-bottom: 30px;
    color: #fff;
    min-height: 450px;
    position: relative;
}
.game-results-header h3 {
    color: #fff;
}
.game-wrapper:before {
    content: "";
    position: absolute;
    left: 0;
    background-image: url("/proekty/poluchi-grant/game/css/background.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 450px;
}
.game-window {
    user-select: none;
}
.game-button {
    height: 185px;
    line-height: 185px;
}
.game-button-money {
    padding: 12px 30px;
    border: 2px solid #fff;
    cursor: pointer;
    border-radius: 100px;
    background-color: #fff;
    color: #333;
    display: inline;
    user-select: none;
    height: 185px;
    line-height: 185px;
}
.game-button-money:active {
    font-weight: bold;

}
.button-money-animated {
    height: 185px;
    width: 185px;
    position: relative;
    display: inline-block;
    color: transparent;
    background-color: transparent;
    border: 2px solid transparent;
    /*top: -60px;*/
    /*left: -20px;*/
}
.button-money-animated:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("/proekty/poluchi-grant/game/css/symb-coin.png");
    background-size: cover;
    height: 185px;
    width: 185px;
    display: inline-block;
    animation: symb-animated 800ms linear infinite;
    color: transparent;
    background-color: transparent;
    border: 2px solid transparent;
    box-shadow: 0 0 3px #fff;
    border-radius: 50%;
}

.game-body-wrapper {
    position: relative;

}
.game-body-wrapper:before {
    content: "";
    position: absolute;
    left: 0;
    /*background-color: rgba(140,199,174,0.76);*/
    min-height: 370px;
    width: 100%;

}
.game-body {
    display: flex;
    justify-content: space-between;
    position: relative;
    min-height: 450px;
}
.game-button-wrapper {
    position: absolute;
    height: 100%;
    width: 100%;
    /*z-index: -1;*/
    display: flex;
    justify-content: center;
    align-items: center;
    /*margin-left: calc(50%);*/
}
#game-results-table {
    min-width: 200px;
}
#game-popup-wrapper {
    position: absolute;
    left: 0;
    top: 10px;

    display: flex;
    justify-content: center;
    width: 100%;
    z-index: 15;
    overflow: hidden;
}
#popup-message-box {
    min-width: 300px;
    max-width: 330px;
    padding: 10px 20px 20px;
    position: relative;
    border: 1px solid #3b3b3b;
    background: rgba(250,250,250, 0.94);
    z-index: 20;
}
.popup-message-box {
    top: -250px;
    transition: top 300ms linear;
    color: #333;
}
.popup-message-box-active {
    top: 0;
    color: #333;
}
.popup-close {
    border: 1px solid #3b3b3b;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    position: absolute;
    top: -10px;
    right: -10px;
    background-color: #FFF;
    cursor: pointer;
    color: #333;
    display: none;
}
.popup-close:hover {
    box-shadow: 0 0 5px #3b3b3b;
}
.user-info-block > div > span:nth-child(1) {
    display: inline-block;
    width: 170px;
}

#signin-pages {
    /*width: 100%;*/
    height: min-content;
    background-color: rgb(255, 255, 255);
    z-index: 30;
    text-align: center;
    transform: translateY(80%);
    padding: 20px;
}
.signin-page {
    text-align: center;
    display: none;
}
.signin-page .game-page-title {
    color: #333;
}
.signin-page input[type="text"] {
    text-align: center;
    padding: 2px 5px;
}
.signin-pages .game-button-next input {
    margin-top: 14px;
    padding: 4px 15px;
    border-radius: 100px;
}
.signin-page.signin-page-active {
    display: block;
}
.result-item {
    display: flex;
    justify-content: space-between;
}
.symb-money {
    background-image: url("/proekty/poluchi-grant/game/css/symb-coin.png");
    background-size: cover;
    min-height: 25px;
    min-width: 25px;
    display: inline-block;
    position: absolute;
}
.symb-money-animated {
    animation: symb-animated 800ms linear infinite;
}
.symb-money ~ b {
    padding-left: 35px;
}
.game-users-info-wrapper {
    z-index: 7;
}
@keyframes symb-animated {
    0% {
        transform: rotateY(0deg);
    }
    50% {
        transform: rotateY(180deg);
    }
    100% {
        transform: rotateY(360deg);
    }
}
@media (max-width: 575px) {
    .game-wrapper {
        min-height: 850px;
    }
    .game-wrapper:before {
        content: "";
        background-size: auto 100%;
        background-repeat: repeat;
        width: 100%;
        min-height: 850px;
    }
    .game-body {
        flex-wrap: wrap;
    }
    .game-users-info-wrapper {
        margin-top: 330px;
    }
    .game-button-wrapper {
        align-items: start;
        margin-top: 190px;
    }
    .game-popup-wrapper {
        margin-top: 80px;
    }
    .popup-message-box-active {
        top: 0;
        color: #333;
    }
    .popup-close {
        color: #333;
    }
}
/* End */


/* Start:/local/templates/mp_black_white/components/bitrix/news.list/plitka.list.0/style.css?17695850642620*/

.project-plitka-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.project-plitka-list .project-plitka-list-item {
	display: block;
	position: relative;
	text-decoration: none;
	margin-bottom: 20px;
	width: 100%;
	height: 180px;	
}
.project-plitka-list .project-plitka-list-item:after{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: 0.5;	
}
.project-plitka-list .project-plitka-list-item-title{
	font-family: 'Druk Text Wide Cy TT';
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;		
	width: 100%;
	z-index: 1;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	padding: 0 20px;
	text-align: center;	
	color: #fff;
}
.project-plitka-list .project-plitka-list-item-img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}


/* col XS */
@media (max-width: 559px) {

}
/* col SM */
@media (min-width: 560px) and (max-width: 729px) {
}
/* col MD */
@media (min-width: 730px) and (max-width: 989px) {
}
/* col LG */
@media (min-width: 990px) and (max-width: 1169px) {
}
/* col XL */
@media (min-width: 1170px) {
}



@media screen and (min-width:475px) {

}
@media screen and (min-width:576px) {

}
@media screen and (min-width:768px) {
	.project-plitka-list .project-plitka-list-item{
		width: calc(50% - 10px);
		height: 252px;
	}
}
@media screen and (min-width:992px) {

}
@media screen and (min-width:1200px) {

}
@media screen and (min-width:1400px) {

}
@media screen and (min-width:1422px) {

}
@media screen and (min-width:1500px) {

}
@media screen and (min-width:1600px) {

}
@media screen and (min-width:1800px) {

}
@media screen and (min-width:1820px) {

}
@media screen and (min-width:1200px) and (max-width:1421px) {

}

@media screen and (min-width:576px) and (max-width:1819px) {

}
@media screen and (min-width:576px) and (max-width:1199px) {

}

@media screen and (min-width:1200px) and (max-width:1819px) {

}
@media screen and (min-width:1422px) and (max-width:1819px) {

}
@media screen and (min-width:1200px) and (max-width:1399px) {

}
@media screen and (min-width:576px) and (max-width:991px) {

}
@media screen and (min-width:768px) and (max-width:1199px) {

}
@media screen and (min-width:768px) and (max-width:991px) {

}
@media screen and (min-width:1422px) and (max-width:1499px) {

}
@media screen and (min-width:768px) and (max-width:1399px) {

}
@media screen and (min-width:1400px) and (max-width:1819px) {

}
@media screen and (min-width:1200px) and (max-width:1400px) {

}
@media screen and (min-width:650px) and (max-width:1399px) {

}
/* End */
/* /proekty/poluchi-grant/game/css/style.css?17695851515139 */
/* /local/templates/mp_black_white/components/bitrix/news.list/plitka.list.0/style.css?17695850642620 */
