@font-face {
    font-family: aachendeemed; /* Имя шрифта */
    src: url(/static/bingoweb/fonts/AE01014D.ttf); /* Путь к файлу со шрифтом */
   }
    
 #content {
	background-color: #9a9a9a;
 }  

.topper {
	width: 100%;
	height: 10px;
	/*background: url(/static/light/topper.png);
	background-repeat: repeat-x;*/
	background: #9a9a9a;
	box-shadow:  0 -6px 6px rgba(0, 0, 0, 0.548),
	
	inset	0px 5px 5px  rgba(255, 255, 255, 0.7);
}





.shadow-div {
	background: url(/static/light/bg_frame_for_ticket.png);
	background-size: 100% 100%;
	background-repeat: no-repeat
}
.talong_table th, .talong_table td { 
	border: 1px solid transparent;
		min-width: 36px;
		padding: 0px;
		box-sizing: border-box;
		text-align:  center;
		font-size: 22px;
		color: #191919;
		height: 36px;
}
.num_bg {
		background-image: url(/static/light/white_square.png);
		background-size: 100% 100%;
		background-repeat: no-repeat;
	} 

.win_talong_title{
	background: url(/static/light/green_square.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	text-align: center;
}
/*.win_row .empty_td, 
.talong_table .win_row td.win_td p {
	background: url(/static/light/blue_square.png);
	
}*/
 .empty_td {
	background: url(/static/light/blue_square.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.talong_title {	color: #fff;
  }
  .talong_table {
font-weight: bold ;
}

.process_ball {
	background: url(/static/light/ball.png) no-repeat center / contain;
	line-height: 200px;
    height: 170px;
    width: 170px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
	/*position: relative;
	z-index:2;*/
	
}

.game_message_area {
	margin-top: 10px;
	padding-top: 15px;
	height: 75px;
	background: url(/static/light/bg_frame_for_message.png);
	background-size: 100% 100%;
	
}

.game_info {
	position: absolute;
right: 0%;
	text-align: right;
	width: 210px;
	z-index: 900;
	background: url(/static/light/game_info2.png);
	background-size: 100% 100%;
	border-radius: 20px 1px 1px 1px;
	padding: 10px 0 20px 0;
	
/*	flex: 0 1;*/
}

.process_area{
	position: relative;
	justify-content: center;
	padding-right: 200px;
	left: 0;
	right: 0;
}

.col-md-8 {
width: 60%;
}
.col-md-4 {
    width: 40%;
}


.talong_section {
	padding-top: 30px;
}
.process_table_area {
	padding: 15px;
	margin-top: 15px;
    /*background:url(/static/light/frame.svg)*/
	background: url(/static/light/bg_frame_for_numbers.png) no-repeat;
	background-size: 100% 100%;
}

table {
	border-spacing: 2px;
}
table.process_table td {
	max-width: 50px;
	min-width: 50px;
	width: 50px;
	height: 50px;
	vertical-align: middle;
	padding:0%;
}

table.process_table td {
	background: rgb(7,114,182);
	background: url(/static/light/number.png);
	background-size: 100% 100%;
}
table.process_table td p {
	margin: 0;
	display: flex;
    width: 100%;
    height: 100%;
    line-height: 22px;
    color: white;
    text-shadow: 2px 2px 4px #161616;
    font-size: 23px;
	
    align-items: center;
    justify-content: center;
}
.navbar-header {
	height: 70px;
}

.phones-area a {
	color: #d63b84;
	font-weight: 700;
}



.bgd-gray-shadow {
	background: #3d3d3d;
	width: 80%;
	margin-left: 10%;
	margin-right: -10%;
	border-radius: 40px;
	box-shadow: 3px -3px 5px rgba(0, 0, 0, 0.548),
				-4px 4px 5px rgba(250, 250, 250, 0.705);
	margin-bottom:  2em;
	
	z-index: 1;
}

.pricing-table {
	margin-bottom: 0px;
}

.buy_ticket_table {
	padding: 0;
}
.bgd-white{
	background: linear-gradient( 50deg, rgb(160 160 160),  rgb(215 215 215)) ;
}
.mb-3 {
background: linear-gradient( 50deg, rgb(0, 59, 15),  rgb(3 118 85)) ;
padding: 20px;
border-bottom-left-radius: 10%;
border-bottom-right-radius: 10%;
box-shadow:  inset 0 10px 10px rgba(0, 0, 0, 0.548),
	inset	4px -4px 5px rgba(0, 0, 0, 0.548),
	inset	-4px 0px 5px rgba(130, 255, 168, 0.705);
}
.template-image{
	border-radius: 15px;
	margin-top: 20px;
		box-shadow: 0 15px 15px rgba(0, 0, 0, 0.548);
}
#player{
	border-radius: 15px;
	margin-top: 20px;
		box-shadow: 0 15px 15px rgba(0, 0, 0, 0.548);
}

.pricing-table-footer{
	
	width: 220px;
	height: 40px;
margin-top: 30px;
border-radius: 10px;
background: linear-gradient( 130deg, rgb(0, 0, 0),  rgb(87, 0, 22)) ;
box-shadow: 3px -3px 5px rgba(0, 0, 0, 0.548),
				-3px 3px 4px rgba(177, 177, 177, 0.705);
}
 .center-vert{
	display: inline-block;
	margin: 3%;
 }
.quantity_inner {
    display: inline-flex;
    border-top-left-radius: 20px;
	border-bottom-left-radius:20px;
	border-top-right-radius: 20px 100px;
	box-shadow:  inset 0 6px 6px rgba(0, 0, 0, 0.548),
	inset	3px -2px 4px rgba(0, 0, 0, 0.548),
	inset	-3px -2px 5px rgb(252, 196, 224);
    position: relative;
    background: linear-gradient( 150deg, rgb(78, 0, 40),  rgb(218, 47, 132)) ;
    z-index: 1;
	transform: translateX(-50%);
}        

.quantity_inner .bt_minus,
.quantity_inner .bt_plus,
.quantity_inner .bt_buy,
.quantity_inner .quantity {
    height: 40px;
    width: 40px;
    padding: 0;
    border: 0;
    margin: 0;
    background: none;
    cursor: pointer;
    outline: 0;
    border-radius: 10px;
}
.quantity_inner .bt_buy {
    
    color: #fff;
    width: auto;
    height: 44px;
    position: absolute;
    left: 91px;
    top: -2px;
    z-index: -1;
    
    
    line-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
	transition: all ease 0.7s;
	white-space: nowrap;
}

.quantity_inner .btn.bt_buy:hover {
    transform: none;
	box-shadow: none;
	background: transparent;
	color: #ffffff;
}

.quantity_inner .quantity {
    width: 30px;
    text-align: center;
    font-size: 26px;
    color: #ffffff;
}
.quantity_inner .bt_minus svg,
.quantity_inner .bt_plus svg,
.quantity_inner .bt_buy svg {
    stroke: #ffffff;
    stroke-width: 2;
    transition: 0.5s;
    margin: 10px;
    fill: none;
    height: 20px;
    width: 20px;
}    
/*index page*/
#running_row {
	width: 70%;
	height: 40px;
	padding-top: 5px;
    /*background-color: #333333;*/
	border-radius: 10px;
	box-shadow: 3px -3px 5px rgba(0, 0, 0, 0.5),
				-4px 4px 5px rgba(250, 250, 250, 0.705),
				inset -2px 10px 25px -2px rgb(0 0 0 / 70%);
    background: linear-gradient( 150deg, rgb(78, 0, 40),  rgb(218, 47, 132)) ;
	margin-bottom:10px; 
	margin-top: 10px;
}

.slider{
	background-color: #3d3d3d;
	box-shadow: 3px -3px 5px rgba(0, 0, 0, 0.5),
				-3px 4px 5px rgba(250, 250, 250, 0.35),
				inset -2px 10px 25px -2px rgb(0 0 0 / 70%);
}
input:checked + .slider{
	background: linear-gradient( 50deg, rgb(0, 59, 15), rgb(3 118 85));
}

 .slider:before{
	background-color: #8f8f8f;
	box-shadow: inset 0 4px 5px rgba(255, 255, 255, 0.486), 
	inset 4px -4px 5px rgba(0, 0, 0, 0.548), 
	inset -4px 0px 5px rgba(255, 255, 255, 0.459);
}

.btn.border-thin { 
    box-shadow: inset 0 4px 5px rgba(255, 255, 255, 0.486), 
	inset 4px -4px 5px rgba(0, 0, 0, 0.548), 
	inset -4px 0px 5px rgba(255, 255, 255, 0.459);
}
.btn-solid {
	background: linear-gradient( 50deg, rgb(0, 59, 15), rgb(3 118 85));
}
.btn-solid:hover {	
	background: linear-gradient( 50deg, rgb(0, 71, 18), rgb(0, 139, 100));
	
}

.btn-register-off {
	background: linear-gradient( 50deg, rgb(0, 27, 59), rgb(3, 66, 118));
} 
.btn-register-off:hover {	
	background: linear-gradient( 50deg, rgb(0, 41, 90), rgb(0, 76, 138));
}

.btn-game-online {
	background: linear-gradient( 50deg, rgb(51, 0, 9), rgb(173, 0, 23));
} 
.btn-game-online:hover {	
	background: linear-gradient( 50deg, rgb(82, 0, 11), rgb(219, 22, 48));
}

#active_tickets .pricing-table-agency{
	border-radius: 10px;
	background: #3d3d3d;
	padding: 10px;
	box-shadow: 3px -3px 5px rgba(0, 0, 0, 0.548), -4px 4px 5px rgba(250, 250, 250, 0.705), inset -2px 10px 25px -2px rgb(0 0 0 / 70%);
}
#video_game{
	width: 25%;
	position: absolute;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
	right:0;
	top:0;
	border-top-left-radius: 25px;
	border-bottom-left-radius: 25px;
	background: linear-gradient( 50deg, rgb(0, 59, 15),  rgb(3 118 85)) ;
	box-shadow: inset 0 4px 5px rgba(255, 255, 255, 0.300), 
	inset 4px -4px 5px rgba(0, 0, 0, 0.548), 
	inset -4px 0px 5px rgba(255, 255, 255, 0.459);
	z-index: 100;
}



/*login&reg*/
.login-div {	
	background: linear-gradient( 50deg, rgb(0, 59, 15),  rgb(3 118 85)) ;
	box-shadow: inset 0 4px 5px rgba(255, 255, 255, 0.308), 
	inset 4px -4px 5px rgba(0, 0, 0, 0.548), 
	inset -4px 0px 5px rgba(255, 255, 255, 0.459);
	border-radius: 35px;
	
	
	z-index: 1;
}
#btn_login {
	background: #b3b3b3;
}
.input-group{
	padding: 0;
	border-radius: 10px;
}
#id_email, #id_phone, #id_first_name, #id_last_name, #id_birth_date, #id_hometown,#password_group, #id_password, #id_log_in, .signup-btn{
border-radius: 10px;
box-shadow: 3px -3px 5px rgba(0, 0, 0, 0.500),
				-3px 3px 4px rgba(177, 177, 177, 0.450);
}

.input-group-prepend .input-group-append .input-group-text{
	border-radius: 10px;
}

.col-md-12 + .text-md-left {
	color: #b3b3b3;
}
.col-md-12 + .text-md-left>a{
	font-weight: 900;
}
 .text-gray{
color: #979797;
 }

#form {
	color:#b3b3b3;
}

.contact-form{

}
/* input:-internal-autofill-selected {
	background: linear-gradient( 130deg, rgb(255, 145, 145),  rgb(87, 0, 22)) ;
} */

/*Menu*/
ul.nav.main-nav > li > a:hover {
color: #d63b84;
}
/*Footer*/
.main-footer{
	background-color: #9a9a9a;
}
.main-footer a:not(.btn) {
    color: #d63b84;
}
.main-footer {
    color: #b3b3b3;
}