@charset "utf-8";
/* CSS Document */

.toggle-nav
{
	height: 100%;
    display: none;
    justify-content: center;
    align-items: center;
    width: 70px;
    position: absolute;
    left: 0;
	cursor: pointer;
}

.toggle-icon
{
	width: 32px;
    height: 32px;
    display: block;
    transition: all .4s ease;
}

.toggle-line
{
    position: relative;
    display: block;
    width: 28px;
    height: 1px;
    line-height: 0;
    background: #fff;
    margin: 5.5px 0;
    transition: all .4s;
}

.toggle-line:nth-last-of-type(4)
{
	transform-origin: top left;
}

.toggle-line:nth-last-of-type(1)
{
    transform-origin: bottom left;
}

.toggle-line:nth-last-of-type(3)
{
    width: 85%;
}

.toggle-line:nth-last-of-type(2)
{
    width: 70%;
}

.toggle-nav.active .toggle-line:nth-last-of-type(4)
{
    transform: rotate(45deg);
    top: -1px;
}

.toggle-nav.active .toggle-line:nth-last-of-type(3)
{
    opacity: 0;
}

.toggle-nav.active .toggle-line:nth-last-of-type(2)
{
    opacity: 0;
}

.toggle-nav.active .toggle-line:nth-last-of-type(1)
{
    transform: rotate(-45deg);
}

.back-drop
{
	display: none;
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.mobile_li
{
	display: none;
}

.user-dropdown .ln_href
{
	position: relative;
}

.user-dropdown .ln_href i
{
	position: absolute;
	right: 0;
	color: #00000057;
    font-size: 12px;
	transition: all .4s ease;
}

.user-dropdown-ul
{
	display: none;
	padding: 10px 0;
}

.user-dropdown-ul li a
{
	padding: 10px 0 10px 20px;
    line-height: 20px;
    display: block;
    position: relative;
	color: #1c65c9;
    font-size: 14px;
}

.user-dropdown-ul li a:hover
{
	color: #253992;
	text-decoration: none;
}

.user-dropdown-ul li a:before
{
	content: '';
    position: absolute;
    left: 4px;
    width: 6px;
    height: 1px;
    background: #2c80ff;
    top: 19.5px;
}

.ud_open a i
{
	transform: rotate(-180deg);
}

.act-toggler.active
{
	color: #007dff;
    border-bottom: 2px solid #ffffff;
}

@media screen and (max-width: 1110px)
{
	.wrapper
	{
		width: 95%;
	}
	
	.sub-nav
	{
		width: 98%;
	}
}

@media screen and (max-width: 992px)
{
	.g-captch-cont
	{
		padding: 20px 0;
	}
	
	.pm-selector
	{
		width: 100%;
	}
	
	.pm-errors-block
	{
		display: block;
	}
}

@media screen and (max-width: 768px)
{
	.g-controls
	{
		margin-top: 0;
		margin-bottom: 20px;
	}
	
	.nav
	{
		position: fixed;
		z-index: 1;
		top: 0;
		left: -270px;
		width: 260px;
		height: 100%;
		display: block;
		transition: all .2s ease;
		overflow-x: scroll;
    	padding-bottom: 30px;
	}
	
	.nav.active
	{
		left: 0;
	}
	
	.toggle-nav
	{
		display: flex;
	}
	
	.sub-nav
	{
		width: 100%;
    	margin-top: 85px;
		flex-direction: column;
		height: auto;
	}
	
	.ln-nav
	{
		display: block;
	}
	
	.ln_href
	{
		padding: 15px 0;
		justify-content: left;
	}
	
	.right-nav
	{
		margin-top: 25px;
	}
	
	.soc-nav div
	{
		margin-left: 0;
		margin-right: 10px;
	}
	
	.main-contanin
	{
		margin-top: 20px;
	}
	
	.g-hash-text
	{
		margin-bottom: 30px;
	}
	
	.games-table tbody td
	{
		padding: 16px 10px;
	}
	
	.tickets-table tbody td
	{
		padding: 16px 10px;
	}
	
	.g-win-head
	{
	    white-space: normal;
	}
	
	.fix-m-gtop
	{
	    margin-top: 30px;
	}
	
	.user-m-block
	{
		display: flex;
		align-items: center;
	}
	
	.user-ava
	{
		display: none;
	}
	
	.user-btns-bop
	{
		margin: 0;
		width: 100%;
		margin-left: 30px;
	}
	
	.user-menu-hide
	{
		display: none;
	}
	
	.user-block
	{
		margin-bottom: 5px;
	}
	
	.mobile_li
	{
		display: list-item;
	}
	
	.pc_none_fix
	{
		display: none;
	}
	
	.pop-colse
	{
		width: 32px;
		height: 32px;
		font-size: 14px;
		right: -15px;
		top: -15px;
	}
	
	.modal-dialog
	{
		padding: 20px;
	}
	
	.tt-tichet-show-a
	{
	    max-width: 160px;
	}
	
	.tt-ticket-show-eye
	{
		display: none;
	}
	
	.user_bonus_btn-get-bonus, .user_promo_btn-get-promo
	{
		width: 100%;
	}
}

@media screen and (max-width: 576px)
{
	.g-win-head
	{
		font-size: 48px;
	}
	
	.games-table
	{
		font-size: 14px;
	}
	
	.tickets-table
	{
		font-size: 14px;
	}
	
	.progress-game
	{
		min-width: 50px;
	}
	
	.card-support a
	{
		display: block;
	    width: 100%;
		flex: auto;
	}
	
	.card-support a i
	{
		font-size: 26px;
		position: absolute;
		right: 0;
		margin-right: 0px;
	}
	
	.cs-text-head
	{
	    display: inline-block;
		margin-top: 0;
	    text-align: left;
	}
	
	.nv-btn-min
	{
		width: 100%;
	}
	
	.tab-item-min
	{
		font-size: 11px;
	}
	
	.modal-body
	{
		padding: 17px 20px 20px;
	}
	
	.game-stat-list li
	{
		display: block;
	}
	
	.game-stat-head, .game-stat-des
	{
		width: 100%;
	}
	
	.game-stat-des
	{
		border-left: 0;
		padding: 0 20px 12px;
	}
	
	.game-stat-head
	{
		padding: 14px 20px 5px;
	}
	
	.ut-new-ticket-btn
	{
		font-size: 0;
		margin-top: 14px;
		margin-right: 16px;
	}
	
	.ut-new-ticket-btn i
	{
		font-size: 20px;
    	margin: 0;
	}
	
	.ututa-send
	{
		padding: 0 20px 18px 20px;
	}
	
	.ututas-input
	{
		margin-right: 12px;
	}
	
	.ututa-head
	{
		height: 48px;
	}
	
	.ututa-chat-mes-cont
	{
		padding: 0 20px;
	}
	
	.ututa-close-btn
	{
		margin-right: 70px;
    	margin-top: 6px;
	}
	
	.urt-add-user
	{
		display: block;
    	text-align: center;
	}
	
	.urt-add-user-total
	{
	    margin-top: 15px;
	}
	
	.pmp-card
	{
		width: 100%;
		height: 43px;
	}
	
	.pmp-card img
	{
		max-height: 25px;
	}
	
	.pm-payways
	{
		gap: 5px;
	}
	
	.payout-lables
	{
		margin: 0;
		margin-top: 5px;
		display: block;
	}
	
	.card-innr
	{
		padding: 18px 20px;
	}
	
	.user-free-block
	{
		padding: 18px 20px;
	}
	
}

@media screen and (max-width: 354px)
{
	.g-bon-controls div
	{
	    padding: 2px 4px;
		margin: 2px 1px;
		font-size: 10px;
	}
	
	.gc-start-game
	{
		padding: 8px 0;
		font-size: 14px;
	}
	
	.gc-mini-text
	{
		white-space: nowrap;
	}
	
	.user-btns-bop
	{
		display: block;
		margin-left: 15px;
	}
	
	.user-btns-bop div:nth-child(1)
	{
		margin-bottom: 6px;
	}
}

	
	
	
	
	
	