	#start_GameModalWnd, #embed_code_modal, #invite_friends_team, #alerttoggle, #show_results, #edit_tournament, #edit_video, #membership_modal, #joinalerttoggle, #status_set_modal, .event-modal {
		border-radius: 2px;
		/*background-color: #454853;*/
		background-color: rgba(37, 37, 37, 1);
		font: 26px pfagorasansproThin;
		color: #fff;
		width: 700px;
		box-shadow: none;
		border-bottom: 3px solid rgb(27, 27, 27);
	}

	#start_GameModalWnd h3, #embed_code_modal h3, #alerttoggle h3, #show_results h3, #edit_tournament h3, #edit_video h3, #membership_modal h3, #joinalerttoggle h3, #status_set_modal h3, .event-modal h3 {
		font: 32px 'DINCondensedC';
	}

	#start_GameModalWnd .close, #embed_code_modal .close, #alerttoggle .close, #show_results .close, #edit_tournament .close, #edit_video .close, #membership_modal .close, #joinalerttoggle .close, #status_set_modal .close, .event-modal .close {
		color: #fff;
	}

	@font-face {
		font-family: DIN;
		src: url(/css/fonts/DIN.ttf);
	}

	#startGameModalWnd .close {
		color: #fff;
		text-shadow: none;
		opacity: 1;
		font-weight: 300;
		display: block;
		width: 20px;
		position: absolute;
		right: 20px;
		top: 20px;
	}

	#startGameModalWnd .close:hover {}

	#startGameModalWnd .modal-content {
		border: solid 1px #ffffff;
		background-color: rgba(23, 25, 33, 0.95);
		padding: 30px;
	}

	#startGameModalWnd .modal-content h1 {
		font-family: DIN;
		font-size: 40px;
		font-weight: bold;
		font-stretch: condensed;
		text-align: center;
		color: #ffffff;
		margin-bottom: 50px;
	}
	.hide_next_popup {
    margin-top: 1em;
	}


	.action_block--button {
		margin-top: 20px;
		height: 90px;
		display: block;
		width: 100%;
		box-shadow: 0 10px 50px 0 rgba(0, 184, 197, 0.24), 0 10px 10px 0 rgba(21, 23, 30, 0.75);
		background-color: #00d7dc;
		clip-path: polygon(20px 0%, calc(100% - 20px) 0%, 100% 0, 100% 80%, calc(100% - 20px) 100%, 20% 100%, 0 100%, 0% 20%);
		position: relative;
		transition: 0.2s ease-in-out;
	}

	.action_block--button:before {
		content: "";
		position: absolute;
		background-image: linear-gradient(99deg, #003f52, #003343);
		clip-path: polygon(20px 0%, calc(100% - 20px) 0%, 100% 0, 100% 80%, calc(100% - 20px) 100%, 20% 100%, 0 100%, 0% 20%);
		top: 1px;
		left: 1px;
		right: 1px;
		bottom: 1px;
	}

	.action_block--button.game_ready {
		box-shadow: 0 10px 50px 0 rgba(76, 178, 86, 0.24), 0 10px 10px 0 rgba(21, 23, 30, 0.75);
		background-color: #47ab51;
	}

	.action_block--button.game_ready:before {
		background-image: linear-gradient(99deg, #1a5520, #022705 100%);
	}

	.action_block--button.input {
		background-color: transparent;
		clip-path: none;
	}

	.action_block--button.input:before {
		display: none;
	}

	.action_block--button:hover {
		background-image: linear-gradient(99deg, #003f52, #003343);
		opacity: 0.8;
	}

	.action_block--button.input:hover {
		background-image: none;
		opacity: 1;
	}

	.action_block--button.input input {
		width: 100%;
		height: 100%;
		background-color: transparent;
		font-family: DIN;
		font-size: 36px;
		font-weight: bold;
		font-stretch: condensed;
		text-align: center;
		color: #ffffff;
	}

	.action_block--button.input input::placeholder {
		opacity: 0.4;
		font-family: DIN;
		font-size: 36px;
		font-weight: bold;
		font-stretch: condensed;
		text-align: center;
		color: #ffffff;
	}

	.action_block--button a {
		display: flex;
		justify-content: center;
		align-items: center;
		position: absolute;
		height: 100%;
		width: 100%;
	}

	.action_block--button a:before {
		content: '';
		display: block;
		width: 25px;
		height: 25px;
		position: absolute;
		bottom: 0;
		left: 0;
		border-left: 4px solid rgba(0, 176, 195, 1);
		border-bottom: 4px solid rgba(0, 176, 195, 1);
	}

	.action_block--button a:after {
		content: '';
		display: block;
		width: 25px;
		height: 25px;
		position: absolute;
		top: 0;
		right: 1px;
		border-right: 4px solid rgba(0, 176, 195, 1);
		border-top: 4px solid rgba(0, 176, 195, 1);
	}

	.action_block--button.game_ready a:before,
	.action_block--button.game_ready a:after {
		border-color: #69cc73;
	}

	.action_block--button a span {
		font-family: DIN;
		font-size: 36px;
		font-weight: bold;
		font-stretch: condensed;
		text-align: center;
		color: #ffffff;
		display: inline-block;
		width: 100%;
		line-height: 90px;
		z-index: 9;
	}

	.action_block--button.searching a span {
		width: 50%;
	}

	.action_block--button a:hover {
		text-decoration: none;
	}


	.checkbox-container {
		display: block;
		position: relative;
		padding-left: 35px;
		cursor: pointer;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		font-family: DIN;
		font-size: 20px;
		font-weight: bold;
		font-stretch: condensed;
		color: #ffffff;
	}

	.checkbox-container input {
		position: absolute;
		opacity: 0;
		cursor: pointer;
		height: 0;
		width: 0;
	}


	.checkmark {
		position: absolute;
		top: 2px;
		left: 0;
		height: 24px;
		width: 24px;
		border-radius: 2px;
		border: solid 2px #00b8c5;
		background-color: rgba(0, 184, 197, 0.1);
	}

	.checkmark:after {
		content: "";
		position: absolute;
		display: none;
	}

	.checkbox-container input:checked ~ .checkmark:after {
		display: block;
	}

	.checkbox-container .checkmark:after {
		left: 3px;
		top: 3px;
		width: 14px;
		height: 14px;
		background-color: #00b8c5;
	}
	
	@media screen and (max-width: 767px)
	{
		#startGameModalWnd {
			width: 300px !important;
			margin: auto;
			left: 0 !important;
		}
	}