.bc-cover{
	padding-top:40px;
}

.s2_region select{
	width:100% !important;
}
.s2_region>.select2{
	width:100% !important;
	height:32px;
}

.s2_region>.select2 .select2-container .select2-selection--single{
	height:32px;
}

.review_detail_fancy .fancybox-slide--html .fancybox-close-small{
	color:#000;
}

.review_detail_fancy .fancybox-slide--html .fancybox-close-small:hover{
	opacity:0.75;
}

.error_request .title_error{
	color: #EF8D36;
	font-weight: 900;
	font-size: 22px;
	margin-bottom: 15px;
	padding-bottom: 7px;
	border-bottom: 1px solid #b5b0ac;
}
.error_request .text_error{
	font-size: 18px;
	text-shadow: 0px 1px 6px #ef8d3699;	
}


.error_popup{
	color: red;
	font-weight: 600;
	text-align: center;
}

.articles-page__text-box ul{
	display: grid;
	gap: 10px;
	padding-top: 10px;
	padding-bottom: 30px;
	border-bottom: 1px solid #d6d6d6;
	padding-left: 15px;
}
.articles-page__text-box ul li{
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 144%;
    color: #201d19;
	position:relative;
	padding-left: 20px;
}
.articles-page__text-box ul li:before{
	position: absolute;
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #fba04d;
	top: 8px;
	left: 0;
}

.articles-page__text-box ol{
	display: grid;
	gap: 10px;
	padding-top: 10px;
	padding-bottom: 30px;
	border-bottom: 1px solid #d6d6d6;
	/*padding-left: 20px;*/
	padding-left: 35px;
}
.articles-page__text-box ol li{
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 144%;
    color: #201d19;
	position:relative;
	padding-left: 3px;
}
.articles-page__text-box ol li::marker{
	color: #fba04d;
	font-weight: 900;
}
.articles-page__text-box hr{
	width: 100%;
	height: 1px;
	background-color: #d6d6d6;
	overflow: hidden;
	box-sizing: inherit;
	border: 0;
}
.articles-page__text-box img{
	margin: 0 auto;
    display: inherit;
	max-width:100%;
}

.articles-page__text-box h3{
	margin:0;
}

.wait_request{
	text-align: center;
	color: #ef8d36;
}

.error_request{
	text-align: center;
	color: red;
	height:36px;
}
.wait_request_index{
	border-radius: 5px;
	padding: 16px 20px;
	background: #523a3a;
	font-family: "Lato", sans-serif;
	font-weight: 700;
	font-size: 16px;
	text-align: center;
	color: #fba04d;
}
.error_request_index{
	font-size: 14px;
	padding: 0;
	color: #fff;
	background: #f36666;
	padding-left: 15px;
	padding-right: 15px;
	border-radius: 5px;
	font-family: "Lato", sans-serif;
	font-weight: 500;
	text-align: center;
	display: flex;
	align-items: anchor-center;
	justify-content: center;
}