
.container.p404::before,.container.p404::after{display:none;}
.p404{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 8px 15px 14px;
    text-align: center;}
.p404 img{max-width: 220px}
.p404 p{margin: 2.5% 0;text-align: center;}
.p404 .first{
    color: #000;
    font-size:18px;
    padding: 10px 0;
    font-weight: bold;
 }
 .p404 .first img{margin-right: 16px;}
 .p404 .second{
 	font-size: 24px;
 }
 .p404 .second a{color:#00b3fe;}
 .p404 .second a:hover,.p404 .second a:focus{text-decoration: underline;}
 .lang_sec{margin: 0}
.left_category img{
    cursor: pointer;
    margin-right: 10px;
    width: 7px;
    height: 11px;
}
.left_section{text-align: left;}
.ul_category{display: none;}

header .header_search .search_results,.mob_search{display: none;}

header .header_search .search_field::-webkit-input-placeholder{color:#333;}
header .header_search .search_field::-moz-placeholder{color:#333;}
header .header_search .search_field:-moz-placeholder{color:#333;}
header .header_search .search_field:-ms-input-placeholder{color:#333;}

.left_section {
	top: 0%;
}
@media screen and (max-width:991px){

	.left_section.active{display: block;}
	/* .header_line_2 .header_menu_sec{display:flex;align-items:center;margin: 15px 0 2px;width:140px;float: right;} */
	.header_nav, .header_about_sec{display: none;}
	.ul_category{
		display: block;
	    width: 140px;
	    height: 40px;
	    -ms-text-align-last: right;
	    text-align: center;
	    background: #14a1fc;
	    cursor: pointer;
	    position: relative;
	    padding: 10px 8px;
	}
	.ul_category.active{background: #15223b;}
	.ul_category img{height: 20px;}
	.ul_category.active img{transform:rotate(90deg);}
	.header_menu_sec::before{display: none;}
	.mask-left{display: none;}
	
}




/* !!! start new 404  */
.hp-wrapper__inner .left_inner_off {
	
}
.hp-wrapper__inner {
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between;
}
.hp-wrapper__inner .left_section {
	position: static;
	display: block;
}
.content-box.cont_box_404 {
	padding-top: 60px;
	text-align: center;
}
.content_wr {
	box-shadow: 0px 0px 12px -2px rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	padding: 48px;
	max-width: 848px;
	width: 100%;
	margin-left: 20px;
}
.content_wr-img {
	margin-top: 16px;
	margin-bottom: 44px;
}
.first {
	font-size: 32px;
	font-weight: 700;
	color: #333;
	margin-bottom: 34px;
}
.second {
	font-size: 18px;
	margin-bottom: 20px;
}
.content_wr-links {
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.content_wr-link {
	max-width: 266px;
	width: 100%;
	height: 64px;
	line-height: 64px;
	font-size: 18px;
	text-align: center;
	box-shadow: 0px 0px 12px -2px rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 18px;
}
.content_wr-link:hover .content_wr-link_txt {
	color: #3b7337;
	text-decoration: underline;
}
.content_wr-link_txt {
	text-align: center;
	display: block;
	margin: 0 auto;
	transition: all .3s;
}
.content_wr-link_btn {
	transition: all .3s;
	position: relative;
	display: inline-block;
	width: 48px;
	height: 48px;
	border-radius: 5px;
	background: #a8d365;
	background: -moz-linear-gradient(-45deg, #a8d365 0%, #649948 100%);
	background: -webkit-linear-gradient(-45deg, #a8d365 0%, #649948 100%);
	background: linear-gradient(135deg, #a8d365 0%, #649948 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a8d365', endColorstr='#649948',GradientType=1 );
}

.content_wr-link_btn::before {
	content: '';
	position: absolute;
	width: 8px;
	height: 14px;
	background: url(../img/arrow_white_404.svg) no-repeat left center;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.main_footer_section {

}
@media screen and (max-width: 1199px) {
	.left_section {
		max-width: 263px;
		width: 100%;
    z-index: 100;
	}
}
@media screen and (max-width: 991px) {
	.hp-wrapper__inner .left_inner_off {
    display: none;
	}
	.hp-wrapper__inner .left_section {
		position: absolute;
	}
	.content_wr {
		margin-left: 0;
	}
	.left_section {
		max-width: 350px;
	}
}
@media screen and (max-width: 623px) {
	.content_wr-links {
		flex-direction: column;
	}
	.content_wr-link {
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 480px) {
	.content_wr-img {
		width: 100%;
	}
	.content_wr {
		padding: 32px 16px 16px;
	}
	.content-box.cont_box_404 {
    padding-top: 16px;
	}
	.first {
    font-size: 24px;
    font-weight: 700;
	}
	.left_section {
    left: 0;
    max-width: calc(100% - 52px);
	}
}
/* !!! end new 404  */