*{
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
img{
	max-width: 100%;
	height: auto;
}
ul{
	list-style: none;
}
a{
	outline: none;
	text-decoration: none;
}
button{
	border: none;
	background-color: transparent;
	outline: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
textarea,
input{
	border: none;
	outline: none;
}
select:active,
select:focus,
select:hover,
button:active, 
button:focus,
button:hover{
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	outline: none;
}
button::-moz-focus-inner {
	border: 0;
}
body{
	font-family: 'Open Sans', sans-serif;
}
.wrap_content{
	overflow-x: hidden;
}
header{
	border-top: 2px solid #ccc;
}
header .menu_top{
	max-width: 1920px;
	margin:0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}
header .menu_top ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
header .menu_top ul li{
	max-width: 373px;
	width: 100%;
	border-right: 1px solid #ccc;
	text-align: center;
	position: relative;
}
header .menu_top ul .menu-item-has-children > a{
	position: relative;
}
header .menu_top .mobile_full_menu  .header_top_menu_mobile > .menu-item-has-children > a:before{
	content: url('../images/arrow_header_menu.png');
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 20px;
}
header .menu_top .mobile_full_menu .header_top_menu_mobile > .menu-item-has-children > a:hover:before{
	content: url('../images/arrow_header_menu_open.png');
}
header .menu_top .mobile_full_menu .header_top_menu_mobile > .menu-item-has-children >  span{
	display: none;
}
header .menu_top ul .menu-item-has-children > .sub-menu{
	display: none;
}
header .menu_top .header_top_menu_mobile > .menu-item-has-children:hover > .sub-menu{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #fff;
	z-index: 10;
	max-width: 1120px;
	width: 100%;
	padding: 40px 15px;
	border:1px solid #ccc;
	max-height: 400px;
	overflow-x: hidden;
	overflow-y: scroll;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
}
header .menu_top .header_top_menu_mobile > .menu-item-has-children:hover > .sub-menu::-webkit-scrollbar{
/* 	width:0px; */
}
header .menu_top ul .menu-item-has-children:hover > .sub-menu li{
	-ms-flex-preferred-size: 25%;
	flex-basis: 25%;
}
header .menu_top ul .menu-item-has-children > .sub-menu > li{
	border: none;
	max-width: 265px;
	width: 100%;
	text-align: left;
}
header .menu_top ul .menu-item-has-children > .sub-menu > li > a{
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 100%;
	text-transform: capitalize;
	color: #000000;
	padding: 6px 10px;
}
header .menu_top ul .menu-item-has-children > .sub-menu > li > a:hover{
	background:none;
	color: #ccc;
}
header .menu_top ul .menu-item-has-children > .sub-menu > .menu-item-has-children > .sub-menu{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
header .menu_top ul .menu-item-has-children > .sub-menu > .menu-item-has-children:hover  > .sub-menu{
	position: static;
	max-width: 100%;
	top: auto;
	left: auto;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	padding: 0;
}
header .menu_top ul .menu-item-has-children > .sub-menu >.menu-item-has-children > a{
	font-family: 'Fjalla One', sans-serif;
	font-size: 24px;
	line-height: 100%;
	text-transform: uppercase;
	color: #171717;
	margin-bottom: 25px;
}
header .menu_top ul li:first-of-type{
	border-left: 1px solid #ccc;
}
header .menu_top ul li a{
	padding: 24px 0px;
	display: block;
	font-weight: 600;
	font-size: 16px;
	line-height: 100%;
	text-transform: uppercase;
	color: #171717;
	width: 100%;
	height: 100%;
}
header .menu_top ul li a:hover{
	background-color: #171717;
	color: #fff;
}
header .home_link{
	position: absolute;
	left: 10%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	top: 50%;
}
header .menu_bottom{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-top: 2px solid #ccc;
	width: 100%;
	background-color: #29D9C2;
}
header .menu_bottom ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
header .menu_bottom ul li{
	max-width: 224px;
	width: 100%;
	text-align: center;
}
header .menu_bottom ul li a{
	font-weight: 600;
	font-size: 16px;
	line-height: 100%;
	text-align: center;
	text-transform: capitalize;
	color: #171717;
	padding:17px 0;
	max-width: 225px;
	width: 100%;
	display: block;
	position: relative;
}
header .menu_bottom .header_bottom_menu_mobile .current_page_item a:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 3px;
	background-color: #171717;
}
header .menu_bottom ul li a:hover:before{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 3px;
	background-color: #171717; 
}
header .menu_bottom .wrap{
	max-width: 1920px;
	width: 100%;
	margin:0 auto;
}
header .menu_bottom .wrap ul{
	max-width: 1120px;
	width: 100%;
	margin:0 auto;
}
header .mobile_full_menu{
	max-width: 1120px;
	width: 100%;
	margin:0 auto;
}
header .mobile_full_menu .header_bottom_menu_mobile{
	display: none;
}
header .mobile_full_menu .footer_menu_mobile{
	display: none;
}
.burger_menu{
	display: none;
}
.container{
	max-width: 1150px;
	width: 100%;
	margin:0 auto;
	padding: 0 15px;
}
.breadcrumb-block{
	margin-top: 40px;
	margin-bottom: 80px;
}
.breadcrumb-block ol{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	list-style: none;
	overflow: hidden;
}
.breadcrumb-block li{
	margin-right: 11px;
}
.breadcrumb-block li:last-of-type{
	margin-right: 0;
}
.breadcrumb-block a,
.breadcrumb-block .sep{
	font-weight: 600;
	font-size: 12px;
	line-height: 100%;
	text-transform: capitalize;
	color: #CCCCCC;
	display: block;
}
.breadcrumb-block li:last-of-type{
	font-weight: 600;
	font-size: 12px;
	line-height: 100%;
	text-transform: capitalize;
	color: #171717;
}
.breadcrumb-block a:hover{
	color: #29D9C2;
}
section.main{
	margin-top: 140px;
	overflow-x: hidden;
}
section.main.page{
	margin-top: 0;
}
section.main .main_title h1{
	font-family: 'Fjalla One', sans-serif;
	font-size: 64px;
	line-height: 100%;
	text-transform: uppercase;
	color:#171717;
	position: relative;
	width: auto;
/* 	display: inline; */
}
section.main .main_title p{
	margin-top: 40px;
	font-size: 18px;
	line-height: 135%;
	color: #151515;
	max-width:740px;
}
section.main .main_title{
	padding-right: 30px;
	margin-bottom: 70px;
	display: inline-block;
	position: relative;
}
section.main .main_title h1 span{
	color: #FF803F;
}
section.main .main_title h1:before{
	content: '';
	position: absolute;
	height: 55px;
	left: calc(100% + 50px);
	width:3000px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: #FF803F;
}
.text_block h1{
	font-family: 'Fjalla One', sans-serif;
	font-size: 64px;
	line-height: 100%;
	text-transform: uppercase;
	color:#171717;
	position: relative;
	width: auto;
	display: inline-block;
	padding-right: 30px;
	margin-bottom: 70px;
	max-width: 700px;
}
.text_block h1:before{
	display: none;
}
.text_block h2{
	font-family: 'Fjalla One', sans-serif;
	font-size: 28px;
	line-height: 140.62%;
	color: #171717;
	margin-bottom: 30px;
	max-width: 700px;
}
.text_block h3{
	font-family: 'Fjalla One', sans-serif;
	font-size: 26px;
	line-height: 140.62%;
	color: #171717;
	margin-bottom: 25px;
	max-width: 700px;
}
.text_block h4{
	font-family: 'Fjalla One', sans-serif;
	font-size: 24px;
	line-height: 140.62%;
	color: #171717;
	margin-bottom: 20px;
	max-width: 700px;
}
.text_block h5{
	font-family: 'Fjalla One', sans-serif;
	font-size: 22px;
	line-height: 140.62%;
	color: #171717;
	margin-bottom: 15px;
	max-width: 700px;
}
.text_block h6{
	font-family: 'Fjalla One', sans-serif;
	font-size: 20px;
	line-height: 140.62%;
	color: #171717;
	margin-bottom: 10px;
	max-width: 700px;
}
.text_block p{
	font-size: 16px;
	line-height: 24px;
	color: #171717;
	margin-bottom: 20px;
	max-width: 700px;
}
.text_block ul,
.text_block ol{
	max-width: 700px;
	font-size: 16px;
	line-height: 24px;
	color: #171717;
	list-style: none;
}
.text_block ul li,
.text_block ol li{
	margin-bottom: 25px;
	padding-left: 20px;
	position: relative;
}
.text_block ul li:before,
.text_block ol li:before{
	content: '';
	position: absolute;
	top: 7px;
	left: 0;
	background-color: #FF803F;
	width: 10px;
	height: 10px;
}
.text_block a{
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	color: #FF803F;
}
.text_block a:hover{
	opacity: 0.8;
}
.text_block .bg-black{
	position: relative;
	display: inline-block;
	margin-top: 20px;
	margin-bottom: 20px;
}
.text_block .bg-black:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #171717;
	-webkit-transform: translate(-20px,-20px);
	-ms-transform: translate(-20px,-20px);
	transform: translate(-20px,-20px);
	z-index: -1;
}
.text_block .bg-orange{
	position: relative;
	display: inline-block;
	margin-top: 20px;
	margin-bottom: 20px;
}
.text_block .bg-orange:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #FF803F;
	-webkit-transform: translate(20px,20px);
	-ms-transform: translate(20px,20px);
	transform: translate(20px,20px);
	z-index: -1;
}
.choose_match{
	border-bottom: 1px solid #ccc;
	margin-bottom: 40px;
}
.choose_match ul li{
	padding-left: 0;
	max-width: 225px;
	width: 100%;
	margin-bottom: 0;
}
.choose_match ul li a{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-weight: 600;
	font-size: 16px;
	line-height: 100%;
	text-transform: capitalize;
	color: #ccc;
	padding-bottom: 12px;
	text-align: center;
}
.choose_match ul li a svg{
	margin-left: 15px;
}
.choose_match ul li a svg path{
	fill: #ccc;
}
.choose_match ul .current-menu-item a{
	color: #171717;
	position: relative;
}
.choose_match ul .current-menu-item a svg path{
	fill:#171717;
}
.choose_match ul li a:hover{
	color: #29D9C2;
}
.choose_match ul li a:hover svg path{
	fill:#29D9C2;
}
.choose_match ul .current-menu-item a:before{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 3px;
	background-color: #171717;
}
.choose_match ul li:before{
	display: none;
}
.choose_match ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
#choose_prediction{
	width: 360px;
	height: 40px;
	border: 1px solid #CCCCCC;
	font-size: 16px;
	line-height: 24px;
	color: #171717;
	padding-left: 20px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: relative;
	background-color: transparent;
}
.wrap_choose_prediction{
	position: relative;
	max-width: 360px;
	margin-bottom: 40px;
}
.wrap_choose_prediction:before{
	content: url('../images/prediction_arrow.png');
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 15px;
}
footer{
	margin-top: 150px;
}
footer .support{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 630px;
	width: 100%;
	padding: 0 10px;
	margin: 0 auto;
}
footer .support > div{
	text-align: center;
	padding: 0 5px;
}
footer .wrap_support{
	padding:16px 0;
	background-color: #ccc;
}
footer .wrap_bottom_menu{
	background-color: #171717;
}
footer .wrap_bottom_menu .bottom_menu{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 1920px;
	width: 100%;
	margin:0 auto;
}
footer .wrap_bottom_menu .bottom_menu .home_link{
	width: 20.83%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
footer .wrap_bottom_menu .bottom_menu .home_link a{

}
footer .wrap_bottom_menu .bottom_menu .reserved{
	width: 20.83%;
	text-align: center;
	font-size: 12px;
	line-height: 100%;
	text-align: center;
	text-transform: capitalize;
	color: #FFFFFF;
}
footer .wrap_bottom_menu .bottom_menu ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 58.33%;
}
footer .wrap_bottom_menu .bottom_menu ul li{
	-ms-flex-preferred-size: 20%;
	flex-basis: 20%;
	text-align: center;
	border-right: 1px solid #ccc;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
footer .wrap_bottom_menu .bottom_menu ul li:first-of-type {
	border-left:1px solid #ccc;
}
footer .wrap_bottom_menu .bottom_menu ul li a{
	font-size: 16px;
	line-height: 100%;
	text-align: center;
	text-transform: capitalize;
	color: #FFFFFF;
	padding: 37px 5px;
	display: block;
}
footer .wrap_bottom_menu .bottom_menu ul li a:hover{
	color: #ccc;
}
.contact_form_main br{
	display: none;
}
.contact_form_main input{
	border: 1px solid #302E2F;
	height: 36px;
	margin-bottom: 30px;
	padding-left: 7px;
	font-size: 14px;
	line-height: 135%;
	color: #151515;
	max-width: 560px;
	width: 100%;
}
.contact_form_main label{
	font-size: 14px;
	line-height: 135%;
	color: #151515;
}
.contact_form_main .name input{
	max-width: 360px;
}
.contact_form_main textarea{
	border: 1px solid #302E2F;
	max-width: 560px;
	width: 100%;
	margin-bottom: 70px;
	padding: 7px;
	font-size: 14px;
	line-height: 135%;
	color: #151515;
	height: 140px;
}
.wpcf7-form-control-wrap{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}
.contact_form_main .wpcf7-not-valid{
	border-color: #f00;
}
.contact_form_main input[type*='submit']{
	font-family: 'Fjalla One', sans-serif;
	width: 230px;
	height: 50px;
	background-color: #FF803F;
	font-size: 18px;
	line-height: 18px;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
	border:none;
	cursor: pointer;
	margin-bottom: 0;
	padding: 0;
}
.contact_form_main input[type*='submit']:hover{
	background-color: #171717;
}
.breadcrumbs{
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	list-style:none;
}
.breadcrumbs li{
	margin-right:5px;
	font-weight: 600;
    font-size: 16px;
	color:#29D9C2;
}
.breadcrumbs li a{
	color:#171717;
}
@media screen and (max-width: 1600px){
	header .home_link{
		position: static;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		padding: 0 20px;
	}
	header .menu_top ul{
		margin:0;
	}
}
@media screen and (max-width: 1200px){
	body.show_burger_menu{
		overflow:hidden;
	}
	body.show_burger_menu .wrap_mobile{
		overflow:scroll;
		height: calc(100vh - 50px);
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	header .menu_top{
		height: 50px;
		border-bottom: 2px solid #ccc;
	}
	header .menu_top ul{
		display: none;
	}
	header .menu_bottom{
		display: none;
	}
	header .home_link img{
		max-width: 105px;
		height: 40px;
	}
	header .menu_top .mobile_full_menu  ul > .menu-item-has-children > a:before,
	header .menu_top ul .menu-item-has-children:hover > .sub-menu:before{
		display: none;
	}
	header .menu_top ul .menu-item-has-children > .sub-menu > .menu-item-has-children:hover > .sub-menu{
		display: block;
	}

	header .menu_top .header_top_menu_mobile > .menu-item-has-children:hover > .sub-menu{
		border:none;
	}
	header .menu_top ul li:first-of-type{
		border:none;
	}
	header .menu_top .mobile_full_menu .header_top_menu_mobile > .menu-item-has-children > span{
		display: block;
		position: absolute;
		top: 24px;
		right: 20px;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		padding: 20px;
		z-index: 11;
	}
	header .menu_top .mobile_full_menu .header_top_menu_mobile > .menu-item-has-children > span:before{
		content: url('../images/arrow_header_menu.png');
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
	}
	.show_burger_menu header .menu_top .mobile_full_menu .header_top_menu_mobile > .menu-item-has-children.show span:before{
		-webkit-transform: translate(-50%,-50%) rotate(180deg);
		-ms-transform: translate(-50%,-50%) rotate(180deg);
		transform: translate(-50%,-50%) rotate(180deg);
	}
	header .menu_top .mobile_full_menu .header_top_menu_mobile > .menu-item-has-children{
		position: relative;
	}
	header .menu_top ul .menu-item-has-children > a{
		position: static;
	}
	.show_burger_menu header .mobile_full_menu{
		position: absolute;
		top: calc(100% + 2px);
		left: 0;
		right: 0;
		background-color: #fff;
		z-index: 10;
		max-width: 100%;
	}
	.show_burger_menu header .mobile_full_menu ul{
		display: block;
	}
	.show_burger_menu header .mobile_full_menu .header_bottom_menu_mobile{
		background-color: #29D9C2;
		-webkit-box-flex: 1;
		-ms-flex: 1 0 auto;
		flex: 1 0 auto;
	}
	.show_burger_menu header .menu_top ul li{
		border:none;
		margin:0 auto;
		max-width: 100%;
	}
	.show_burger_menu header .menu_top .header_top_menu_mobile > li > a{
		padding: 16px 0;
		border-bottom: 1px solid #ccc;
	}
	.show_burger_menu header .menu_top .mobile_full_menu .header_top_menu_mobile > .menu-item-has-children.show{
		border-bottom: 1px solid #ccc;
	}
	.show_burger_menu header .menu_top ul .menu-item-has-children > .sub-menu,
	.show_burger_menu header .menu_top ul .menu-item-has-children:hover > .sub-menu{
		display: none;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		position: static;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		top: auto;
		left: auto;
		padding: 20px 0;
	}
	.show_burger_menu header .menu_top .mobile_full_menu .header_top_menu_mobile > .menu-item-has-children.show > .sub-menu{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.show_burger_menu header .menu_top ul .menu-item-has-children:hover > .sub-menu{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.show_burger_menu header .menu_top ul .menu-item-has-children > .sub-menu >.menu-item-has-children > a{
		padding: 0;
		margin:0;
	}
	.show_burger_menu header .menu_top ul .menu-item-has-children > .sub-menu > li > a{
		padding-left: 0;
	}
	.show_burger_menu header .menu_top .header_bottom_menu_mobile li a{
		padding: 16px 0px;
	}
	.show_burger_menu header .menu_top .footer_menu_mobile{
		background-color: #171717;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}
	.show_burger_menu header .menu_top .footer_menu_mobile li:nth-child(2),
	.show_burger_menu header .menu_top .footer_menu_mobile li:nth-child(1){
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		border-top:1px solid #ccc;
		border-bottom: 1px solid #ccc;
	}
	.show_burger_menu header .menu_top .footer_menu_mobile li:nth-child(2) a,
	.show_burger_menu header .menu_top .footer_menu_mobile li:nth-child(1) a{
		padding:32px 0;
		font-weight: 600;
		font-size: 14px;
		line-height: 100%;
		text-align: center;
		text-transform: capitalize;
		color: #FFFFFF;
	}
	.show_burger_menu header .menu_top .footer_menu_mobile li:nth-child(1){
		border-right: 1px solid #ccc;
	}
	.show_burger_menu header .menu_top .footer_menu_mobile li:nth-child(n + 3){
		-ms-flex-preferred-size: 33.33%;
		flex-basis: 33.33%;
	}
	.show_burger_menu header .menu_top .footer_menu_mobile li:nth-child(n + 3) a{
		font-size: 10px;
		padding: 10px 0;
	}
	.show_burger_menu header .menu_top .footer_menu_mobile li a{
		text-transform: capitalize;
		color: #FFFFFF;
	}
	.burger_menu{
		display: block;
		height: 38px;
		width: 50px;
		position: absolute;
		right: 20px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.burger_menu span{
		display: block;
		width: 30px;
		height: 2px;
		background-color: #FF803F;
		position: absolute;
		left: 10px;
	}
	.burger_menu span:nth-child(1){
		top: 10px;
		-webkit-transition: top .3s ,-webkit-transform .3s;
		transition: top .3s ,-webkit-transform .3s;
		-o-transition: transform .3s ,top .3s;
		transition: transform .3s ,top .3s;
		transition: transform .3s ,top .3s ,-webkit-transform .3s;
	}
	.burger_menu span:nth-child(2){
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		-webkit-transition: opacity .3s, -webkit-transform .3s;
		transition: opacity .3s, -webkit-transform .3s;
		-o-transition: transform .3s, opacity .3s;
		transition: transform .3s, opacity .3s;
		transition: transform .3s, opacity .3s, -webkit-transform .3s;
	}
	.burger_menu span:nth-child(3){
		bottom: 10px;
		-webkit-transition: bottom .3s , -webkit-transform .3s;
		transition: bottom .3s , -webkit-transform .3s;
		-o-transition: transform .3s , bottom .3s;
		transition: transform .3s , bottom .3s;
		transition: transform .3s , bottom .3s , -webkit-transform .3s;
	}
	.show_burger_menu .burger_menu span:nth-child(1){
		top: 18px;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.show_burger_menu .burger_menu span:nth-child(2){
		-webkit-transform: translateY(-50%) translateX(-100%);
		-ms-transform: translateY(-50%) translateX(-100%);
		transform: translateY(-50%) translateX(-100%);
		opacity: 0;
	}
	.show_burger_menu .burger_menu span:nth-child(3){
		bottom: 18px;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	section.main .main_title h1{
		font-size: 50px;
	}
	.text_block h1{
		font-size: 50px;
		margin-bottom: 40px;
	}
	footer .wrap_bottom_menu .bottom_menu{
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	footer .wrap_bottom_menu .bottom_menu ul{
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		border-bottom: 1px solid #ccc;
	}
	footer .wrap_bottom_menu .bottom_menu ul li:first-of-type{
		border-left: none;
	}
	footer .wrap_bottom_menu .bottom_menu .home_link{
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		padding: 15px 0;
	}
	footer .wrap_bottom_menu .bottom_menu .reserved{
		-webkit-box-ordinal-group:3;
		-ms-flex-order:2;
		order:2;
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
	}
}
@media screen and (max-width: 800px){
	footer .support{
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}
@media screen and (max-width: 700px){
	section.main .main_title h1{
		font-size: 40px;
	}
	section.main .main_title p{
		font-size: 14px;
		line-height: 24px;
	}
	footer .wrap_bottom_menu .bottom_menu{
		-webkit-box-align: baseline;
		-ms-flex-align: baseline;
		align-items: baseline;
	}
	footer .wrap_bottom_menu .bottom_menu ul{
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	footer .wrap_bottom_menu .bottom_menu ul li:nth-child(1){
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		border-bottom: 1px solid #ccc;
	}
	footer .wrap_bottom_menu .bottom_menu ul li:nth-child(2){
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		border-bottom: 1px solid #ccc;
		border-right: none;
	}
	footer .wrap_bottom_menu .bottom_menu ul li:nth-child(1) a,
	footer .wrap_bottom_menu .bottom_menu ul li:nth-child(2) a{
		font-size: 14px;
		padding: 32px 5px;
	}
	footer .wrap_bottom_menu .bottom_menu ul li:nth-child(n + 3){
		-ms-flex-preferred-size: 33.33%;
		flex-basis: 33.33%;
		border-right: none;
	}
	footer .wrap_bottom_menu .bottom_menu ul li:nth-child(n + 3) a{
		font-size: 10px;
		padding: 15px 5px;
	}
}
@media screen and (max-width: 500px){
	.breadcrumb-block{
		margin-top: 15px;
		margin-bottom: 25px;
	}
	.show_burger_menu header .menu_top .header_top_menu_mobile > li > a,
	.show_burger_menu header .menu_top .header_bottom_menu_mobile li a{
		padding-left: 30px;
		text-align: left;
	}
	header .menu_top ul .menu-item-has-children > .sub-menu > li{
		max-width: 100%;
		margin:0;
	}
	.show_burger_menu header .menu_top ul .menu-item-has-children > .sub-menu > li > a{
		padding-left: 70px;
	}
	.show_burger_menu header .menu_top ul .menu-item-has-children > .sub-menu >.menu-item-has-children > a{
		padding-left: 70px;
	}
	.show_burger_menu header .menu_top .mobile_full_menu .header_top_menu_mobile > .menu-item-has-children.show > .sub-menu{
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	section.main{
		margin-top: 50px;
	}
	section.main .main_title{
		margin-bottom: 50px;
	}
	section.main .main_title h1{
		font-size: 28px;
		line-height: 100%;
	}
	.text_block h1{
		font-size: 28px;
	}
	.text_block h2{
		font-size: 26px;
	}
	.text_block h3{
		font-size: 24px;
	}
	.text_block h4{
		font-size: 22px;
	}
	.text_block h5{
		font-size: 20px;
	}
	.text_block h6{
		font-size: 18px;
	}
	section.main .main_title h1:before{
		height: 24px;
		left: calc(100% + 30px);
	}
	.choose_match ul li{
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		max-width: 100%;
	}
	.choose_match ul li a{
		font-size: 14px;
	}
	.choose_match ul li a svg{
		width: 20px;
		height: 20px;
		margin-left: 7px;
	}
	.contact_form_main .name input{
		max-width: 100%;
	}
	.contact_form_main input[type*='submit']{
		margin:0 auto;
		display: block;
	}
	footer .wrap_bottom_menu .bottom_menu .reserved{
		font-size: 10px;
	}
	footer .wrap_support{
		padding: 11px 0;
	}
	footer .support{
		flex-direction: column;
	}
	footer .support > div{
		padding: 5px;
	}

}
.page404{
	height: 50vh;
}
.page404 h2{
	margin-bottom: 30px;
}
.page404 .container{
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.page404 .page404_menu{
	list-style-position: inside;
	list-style-type: disc;
}
.page404 .page404_menu a{
	color: #171717;
}
.page404 .page404_menu a:hover{
	color: #ccc;
}
/* %%%%%%%%%%%%%%%%%%%%%%%%% Dropdown menu for lang %%%%%%%%%%%%%%%%%%%%%%%%% */
header .menu_top ul{
	padding-right: 60px;
	position: relative;
}
header .menu_top ul .pll-parent-menu-item {
	position: absolute;
	padding-right: 15px;
	right: 0;
	top:0;
	padding: 0;
	max-width: 100%;
	width: auto;
	border:none;
	height: 100%;
}


header .menu_top ul .pll-parent-menu-item>a {
	line-height: normal;
	padding: 10px 30px 10px 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
header .menu_top .mobile_full_menu .header_top_menu_mobile > .pll-parent-menu-item > a:before{
	right: 5px;
}

	.pll-parent-menu-item .sub-menu {
		display: none;
		position: absolute;
		top: 100%
	}
	.pll-parent-menu-item .sub-menu li{
		margin-right: 0;
	}
	.pll-parent-menu-item .sub-menu a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding: 0;
		line-height: normal
	}

	.pll-parent-menu-item.show .sub-menu {
		display: block
	}
	header .menu_top .header_top_menu_mobile > .pll-parent-menu-item:hover > .sub-menu{
		padding: 10px 0;
		overflow:auto;
		top: calc(100% - 1px);
	}
	@media screen and (max-width: 1200px){
		header .menu_top ul .pll-parent-menu-item{
			position: relative;
			-webkit-transform: none;
			    -ms-transform: none;
			        transform: none;
			top: auto;
			right: auto;
			height: auto;
		}
		header .menu_top ul{
			padding-right:0;
		}
		header .menu_top ul .pll-parent-menu-item>a{
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-align: center;
			    -ms-flex-align: center;
			        align-items: center;
			-webkit-box-pack: center;
			    -ms-flex-pack: center;
			        justify-content: center;
		}
		header .menu_top ul .pll-parent-menu-item > .sub-menu{
			max-width: 100%;
		}
		header .menu_top .header_top_menu_mobile > .pll-parent-menu-item:hover > .sub-menu{
			max-width: 100%;
		}
		header .menu_top ul .pll-parent-menu-item > .sub-menu > li a{
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-align: center;
			    -ms-flex-align: center;
			        align-items: center;
			-webkit-box-pack: center;
			    -ms-flex-pack: center;
			        justify-content: center;
			padding: 0;
		}
	}
	@media screen and (max-width: 500px){
		header .menu_top ul .pll-parent-menu-item>a{
			-webkit-box-pack: start;
			    -ms-flex-pack: start;
			        justify-content: flex-start;
		}
		.show_burger_menu header .menu_top ul .pll-parent-menu-item > .sub-menu > li > a{
			padding-left: 30px;
			-webkit-box-pack: start;
			    -ms-flex-pack: start;
			        justify-content: flex-start;
		}
	}
#ggbet-single-match-section section.stream .main_title{
	display:flex;
	margin:20px 0;
	font-size:30px;
}