@media screen and (min-width: 1400px) {
	.reg_popup {
		width: 750px;
		height: 520px;
	}
}

@media screen and (max-width: 1440px) {
	.branding, .wrapper, .page-section, .page-section-ws {
		max-width: 1168px;
	}
}
@media screen and (max-width: 1200px) {
	.slider .slide_text	{
		padding-left: 50px;
		padding-right: 50px;
	}
	.slider .slide_text h3 {
		font-size: 28px;
	}
}
@media screen and (max-width: 1168px) {
	.branding, .wrapper, .page-section, .page-section-ws {
		width: 95%;
	}
}

@media screen and (max-width: 1100px) {
	.actions .actions_wrap .bonuses {
		flex-wrap: wrap;
	}
	.actions .actions_wrap .bonuses .bonus_card {
		width: 32%;
	}
	footer .footer_menu, footer .footer_text {
		width: 100%;
	}
	footer .copyright {
		margin-top: unset;
	}
	.reg_popup {
		justify-content: center; 
		width: 760px;
		height: 540px;
	}
	.reg_popup .right_side {
		width: 50%;
		border-left: none;
		padding: 20px; 
	}
	.reg_popup .right_side .tabs {
		width: 340px;
	}
}

@media screen and (max-width: 900px) {
	.select {
		display: none;
	}
	.mobile-menu .lang {
		display: flex;
	}
	.slider .slide_text	{
		padding-left: 30px;
		padding-right: 30px;
	}
	.slider .slide_text h3 {
		line-height: 40px;
	}
	.slider .slide_text .btn {
		padding: 10px 40px;
	}
	.reg_popup .right_side {
		width: 50%;
		padding: 20px;
	}
}

@media screen and (max-width: 768px) {
	#container {
		margin-top: 70px;
	}
	h1 {
		font-size: 30px;
	}
	.slider .slide {
		height: 300px;
		background-image: url(../img/slider-bg-m.webp);
		background-size: 100% 100%;
	}
	.main-navigation {
		width: 100%;
	}
	.main-navigation ul {
		height: auto;
	}
	.main-navigation li {
		width: 100%;
		padding: 0 20px;
	}
	.main-navigation ul.nav-menu > li > a {
		padding: 11px 7px;
	}
	.main-navigation ul ul {
		width: 100%;
		position: relative;
		display: none;
	}
	.main-navigation ul {
		display: none;
	}
	
	#btn_menu ~ header label {
		/*display: inline-block;*/
	}
	#btn_menu:checked ~ header .branding {
		transform: translate(320px);
	}
	#btn_menu:checked ~ #container {
		transform: translate(320px);
	}
	#btn_menu:checked ~ header label {
		transform: translate(320px) skew(-20deg);
	}
	#btn_menu:checked ~ header .main-navigation {
		max-width: 320px;
		position: absolute;
		top: 0;
		height: calc(100vh);
		z-index: 100;
		overflow-y: auto;
	}
	#btn_menu:checked ~ header .main-navigation ul.nav-menu {
		display: block;
	}
	#btn_menu:checked ~ header .main-navigation .mobile_menu {
		display: flex;
		background: #0e344b;
		justify-content: center;
	}
	ol {
		margin: 0;
		padding: 0;
	}

	.slider .slide .slide-wrapper {
		border-bottom: none;
		border-right: none;
	}
	.slider .slide_text {
		height: auto;
	}
	.slider .slide .header-text div {
		align-items: center;
	}
	.slider .slide .header-text .btn {
		width: 50%;
	}
	.slider .slide_text h3 {
		font-size: 22px;
		line-height: 25px;
		text-align: center;
	}
	.bonus_popup {
		width: 90%;
	}
	.single_tournament .tournament_header .date_block {
		flex-wrap: wrap;
	}
	.single_tournament .tournament_header .date_block div {
		width: 100%;
	}
	.single_tournament .tournament_header .date_block div:first-child {
		border-right: none;
		border-bottom: 1px solid silver;
	}
	.reg_popup, .reg_popup .right_side {
		display: flex;
		justify-content: center;
		align-items: flex-start;
		width: 80%;
	}
	.reg_popup .right_side {
		padding: 20px 30px;
	}
	.reg_popup .left_side {
		width: 0%;
	}
}
@media screen and (max-width: 650px) {
	.lk {
		margin-left: 8px;
	}
}
@media screen and (max-width: 620px) {
	.branding, .wrapper, .page-section, .page-section-ws {
		width: 100%;
		padding: 0 16px;
	}
}
@media screen and (max-width: 600px) {
	.mobile-menu {
		transform: translate(0,-100%);
	}
	.mobile-menu .wrap {
		width: 100%;
		height: auto;
	}
	footer .footer-menu {
		width: 100%;
	}
	.slider .slide_text	{
		flex-direction: column;
		padding-left: 10px;
		padding-right: 10px;
	}
	.cashback_popup .block_popup .bonus_table th, .cashback_popup .block_popup .bonus_table td {
		font-size: 12px;
		font-weight: 400;
	}
	.cashback_popup .block_popup .bonus_table th:first-child, .cashback_popup .block_popup .bonus_table td:first-child {
		padding-left: 0;
	}
	.cashback_popup .block_popup .bonus_table th:last-child, .cashback_popup .block_popup .bonus_table td:last-child {
		padding-right: 0;
	}
	.lk a {
		padding: 0 10px;
		line-height: 40px;
		font-size: 14px;
	}
	.payment_table tr, #container.white_page .payment_table tr {
		border-bottom: none;
	}
	.payment_table tr th {
		display: none;
	}
	.payment_table tr td {
		display: block;
		position: relative;
		text-align: right;
		font-size: 13px;
		border-bottom: 1px dotted #ccc;
		border-right: 1px solid transparent;
	}
	.payment_table tr td:first-child:before {
		content: 'Платежная система';
		position: absolute;
		left: 5px;
		bottom: 5px;
	}
	.payment_table tr td:nth-child(2):before {
		content: 'Тип';
		position: absolute;
		left: 5px;
		bottom: 5px;
	}
	.payment_table tr td:nth-child(3):before {
		content: 'Комиссия';
		position: absolute;
		left: 5px;
		bottom: 5px;
	}
	.payment_table tr td:nth-child(4):before {
		content: 'Лимиты';
		position: absolute;
		left: 5px;
		bottom: 5px;
	}
	.comix {
		display: none;
	}
	.actions .actions_wrap .bonuses .bonus_card {
		width: 46%;
	}
	.bonus_popup {
		flex-wrap: wrap;
		width: 100%;
	}
	.bonus_popup .left_block_popup, .bonus_popup .right_block_popup {
		max-width: 100%;
		flex: 0 0 100%;
	}
	.bonus_popup .left_block_popup img {
		width: 100%;
	}
	.reg_popup {
		width: 100%;
	}
}

@media screen and (max-width: 560px) {
	.lk {
		justify-content: flex-end;
		margin-right: unset;
	}
	.lk:not(.mobile) a:not(.mobile) {
		display: none;
	}
	.lk a.mobile, .lk.mobile {
		display: flex;
	}
	footer {
		padding: 40px 0 80px;
	}
	.reg_popup .right_side {
        padding: 20px 20px;
    }
    .reg_popup, .reg_popup .right_side {
                width: 90%;
    }
    .reg_popup .right_side input:not([type='checkbox']), .reg_popup .right_side select {
    height: 45px;
    margin: 6px 0;
    }
    .reg_popup .right_side .tabs label {
        font-size: 12pt;
    }
    .reg_popup .right_side .tabs label:nth-child(2) {
    padding-right: 1px;
    }
    .reg_popup .right_side .check {
    align-items: center;
    margin-bottom: 15px;
    font-size: 9pt;
    }
    .reg_popup {
        height: 460px;
    }
    .reg_popup .right_side input[type="submit"] {
    font-size: 16pt;
    }
}
@media screen and (max-width: 500px) {
	.branding {
		justify-content: space-between;
	}
	.branding .custom-logo-link {
		margin-left: 0;
	}
	#btn-menu ~ header label {
		order: 3;
	}
	.lk	{
		flex: unset;
		margin-left: 0;
	}
}
@media screen and (max-width: 480px) {
	.branding .custom-logo-link img {
		margin: 0px;
	}
	.lk a {
		font-size: 13px;
	}
	.lk .reg {
		margin: 0px;
	}
	#container.white_page .tabs {
		flex-wrap: wrap;
	}
	.slider .slide_text	{
		flex-direction: column;
		padding-left: 5px;
		padding-right: 5px;
	}
	.bonus_popup .left_block_popup img {
		display: none;
	}
	footer .footer_menu, footer .footer-menu, footer .footer_text {
		height: unset;
	}
}

@media screen and (max-width: 375px) {
	/*.lk .login { display: none; }*/
	#btn_menu:checked ~ header label {
		z-index: 9999999;
		transform: none;
		background: none;
		right: 10px;
	}
	.btn_menu #menu_toggle {
		transform: none;
	}
	ol {
		margin: 0;
		padding: 0;
	}
	.actions .actions_wrap .bonuses .bonus_card {
		width: 100%;
	}
}