/*кнопки: поиск, показать еще*/

.btn--red {
    background-color: #887c9b;
	color: #fff;
}
.btn:hover,
.btn:active,
.btn:focus {
    -webkit-box-shadow: inset 0 0 100px 100px rgba(0,0,0,.05);
    box-shadow: inset 0 0 100px 100px rgba(0,0,0,.05);
    color: #fff;
	background: linear-gradient(to bottom, rgba(0,194,248,1) 0%, rgba(0,132,200,1) 51%, rgba(0,133,200,1) 59%, rgba(0,194,248,1) 100%);
}
/* поиск*/
.search-box input[type="search"] {
	border:1px solid #887c9b;
	background-color: rgba(0,0,0,0);
	color: #fff;
}
.search-box .close {
	background-color: #887c9b;
	cursor: pointer;
}
.search-box .close:hover:before {
	    filter: invert(1) brightness(1.5);
}
/*блок победители на главной*/
.top-casino-title {
	background: #f2bd00;
        color: #fff;
}
.win-summ {
	color: #f2bd00;
}
.winner-name {
	color: #2d2d2d;
}
/*заголовок*/
h1 {
	color: #009cfd;
}
/*блок выигришей в правом сайтбаре*/
.casino-top-title {
	background: #009cfd;/*#2ecc71;*/
}
.casino-top-title::before {
	background-image: url(../assets/images/main-images/trophy.svg);
}
/*кнопка Играть*/
.casino-recommend__item .action {
	background: -moz-linear-gradient(top, rgba(0,194,248,1) 0%, rgba(0,132,200,1) 51%, rgba(0,133,200,1) 59%, rgba(0,23,156,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,194,248,1)), color-stop(51%, rgba(0,132,200,1)), color-stop(59%, rgba(0,133,200,1)), color-stop(100%, rgba(0,23,156,1)));
background: -webkit-linear-gradient(top, rgba(0,194,248,1) 0%, rgba(0,132,200,1) 51%, rgba(0,133,200,1) 59%, rgba(0,23,156,1) 100%);
background: -o-linear-gradient(top, rgba(0,194,248,1) 0%, rgba(0,132,200,1) 51%, rgba(0,133,200,1) 59%, rgba(0,23,156,1) 100%);
background: -ms-linear-gradient(top, rgba(0,194,248,1) 0%, rgba(0,132,200,1) 51%, rgba(0,133,200,1) 59%, rgba(0,23,156,1) 100%);
background: linear-gradient(to bottom, rgba(0,194,248,1) 0%, rgba(0,132,200,1) 51%, rgba(0,133,200,1) 59%, rgba(0,23,156,1) 100%);
    color: #fff;
}
/*кнопка Играть*/
a {
	 color: #009cfd;
}
.casino-recommend__item:hover .action {
    background: -moz-linear-gradient(top, rgba(0,194,248,1) 0%, rgba(0,132,200,1) 51%, rgba(0,133,200,1) 59%, rgba(0,194,248,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,194,248,1)), color-stop(51%, rgba(0,132,200,1)), color-stop(59%, rgba(0,133,200,1)), color-stop(100%, rgba(0,194,248,1)));
background: -webkit-linear-gradient(top, rgba(0,194,248,1) 0%, rgba(0,132,200,1) 51%, rgba(0,133,200,1) 59%, rgba(0,194,248,1) 100%);
background: -o-linear-gradient(top, rgba(0,194,248,1) 0%, rgba(0,132,200,1) 51%, rgba(0,133,200,1) 59%, rgba(0,194,248,1) 100%);
background: -ms-linear-gradient(top, rgba(0,194,248,1) 0%, rgba(0,132,200,1) 51%, rgba(0,133,200,1) 59%, rgba(0,194,248,1) 100%);
background: linear-gradient(to bottom, rgba(0,194,248,1) 0%, rgba(0,132,200,1) 51%, rgba(0,133,200,1) 59%, rgba(0,194,248,1) 100%);
}
/*цвет фона*/

body {
    font-family: Arial,Verdana,sans-serif;
    font-size: 14px;
    line-height: 19px;
    background: #000;
    background: linear-gradient(90deg,rgba(0,0,0,1) 0,rgba(62,14,134,1) 39%,rgba(62,14,134,1) 61%,rgba(0,0,0,1) 100%);
}
/*цвет хедера*/
.main-header-wrapper {
	background-color: rgba(37,37,54,.95);
}
.enter {
	/*border: 2px solid #fe284a;
	color: #fff; */
	transition: none!important;
}

.enter-register .enter:hover {
	background: url(/assets/images/gen_nabor.png) -423px -232px no-repeat;
	color: #2d2d2d;
}
.buttons.registers:hover {
	color: #2d2d2d;
	background: url(/assets/images/gen_btn-registration.png) 0 -43px no-repeat !important;
}
.footer-menu .menu-item:hover {
	background-size: contain;
    background: url(/assets/images/gen_active_bg_2.png) center 2px no-repeat;
}
.footer-menu .menu-item:hover .menu-link{
    color: #fff;
}

