.menus{
	width: 44rem;
}
.header_wrapper{
	position: relative;
}
.awards_description {
	background: #f1f1f1;
}

.tisers_wrapper{
	padding-top: 50px;
	padding-bottom: 50px;
	background: #F2F2F2;
	height: 470px;
	width: 100%;
	display: flex;
	align-items: center;
	margin-top: 50px;
}
.tiser_item {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}
@media(min-width: 768px){
	.tisers_wrapper{
		margin-top: 100px;
	}

	.tiser_item_wrapper {
		max-width: 300px;
		width: 100%;
	}

}
.tisers_container {
	max-width: 1280px;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	margin: 0 auto;
	width: 100%;
}
.tiser_item img{
	border-radius: 45px;
}
.tiser_item .tiser_img{
	margin-bottom: 14px;
	text-transform: uppercase;
}
.tiser_item .tiser_name{
	margin-bottom: 35px;
	color: #183C60;
	text-transform: uppercase;
	font-size: 25px;
}
.tiser_item .tiser_quantity{
	margin-bottom: 15px;
	color: #666666;
	font-size: 51px;
}
.tiser_item .tiser_text{
	/*margin-bottom: 20px;/**/
	color: #666666;
	max-width: 250px;
}

.awards_description{
	min-height: 175px;
	width: 100%;
	text-align: center;
	display: flex;
	flex-direction: row;
	align-items: center;
	color: #707070;
	font-size: 1.125rem;
}
.awards_description span{
	max-width: 550px;
	display: block;
	margin: 0 auto;
}
.awards .redDiv.job{
	margin-bottom: 30px;
}
.awards {
	margin-top: 25px;
}


/*---slider awards----*/
.right_text_wrapper {
	display: none;
}
.right_text_wrapper_small{
	min-height: 165px;
	background: #F2F2F2;
	text-align: center;
	color: #183C60;
	font-weight: bold;
	font-size: 30px;
	display: flex;
	align-items: center;
	margin-bottom: 50px;
}
.left_slider_items_wrap {
	margin-bottom: 30px;
	position: relative;
}

.right_slider_wrapper .right_text_wrapper_small{
	min-height: 165px;
	background: #F2F2F2;
	text-align: center;
	color: #183C60;
	font-weight: bold;
	font-size: 30px;
	display: flex;
	align-items: center;
	margin-bottom: 50px;
	margin-top: 50px;
}
.right_text_wrapper_small span{
	width: 100%;
	text-align: center;
}
.left_slider_wrapper{
	margin-top: 50px;
}
.left_slider_items_wrap .righticons{
	right: -30px;
}
.left_slider_items_wrap .lefticons{
	left: -30px;
}

.left_slider_items_wrap{
	width: calc(100% - 80px);
	margin: 0 auto;
}

@media(min-width: 1024px){
	.awards {
		margin-top: 100px;
	}
	.right_text_wrapper {
		min-height: 365px;
		background: #F2F2F2;
		display: flex;
		align-items: center;
		float: right;
		width: 27%;
		color: #183C60;
		font-weight: bold;
		font-size: 30px;
		margin-top: 0px;
	}
	.right_text_wrapper span{
		margin-left: 45px
	}
	.left_slider_wrapper{
		display: block;
		margin-top: 50px;
		/*flex-direction: row;/**/
		/*max-width: 1280px;/**/
	}

	.left_slider_items_wrap {
		width: 60%;
		float: left;
		padding-left: 50px;
		padding-right: 50px;
		margin-top: 0;
		margin-bottom: 100px;
	}
	.right_text_wrapper_small {
		display: none;
	}

	.right_slider_wrapper {
		display: block;
		margin-top: 100px;
	}

	.right_slider_wrapper .right_text_wrapper_small{
		min-height: 365px;
		background: #F2F2F2;
		display: flex;
		align-items: center;
		float: left;
		width: 27%;
		color: #183C60;
		font-weight: bold;
		font-size: 30px;
		margin-top: 0;
	}
	.right_slider_wrapper .right_text_wrapper_small span {
		width: auto;
		text-align: left;
		margin-left: 45px;
	}
	.left_slider_items_wrap .righticons{
		right: 15px;
	}
	.left_slider_items_wrap .lefticons{
		left: 15px;
	}

}

@media(min-width: 1439px){
	.right_slider_wrapper .right_text_wrapper_small{
		width: 30%;
	}
	.left_slider_items_wrap {
		width: 63%;
	}
}
@media(min-width: 1439px){
	.right_slider_wrapper .right_text_wrapper_small{
		width: 30%;
	}
	.left_slider_items_wrap {
		width: 63%;
	}
}
.slider_awards_text {
	max-width: 250px;
}
.slider_items_wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	/*max-width: 250px;/**/
	margin: 0 auto;
}
.slider_awards_name {
	color: #183C60;
	margin-top: 10px;
	margin-bottom: 5px;
}
.slider_awards_text {
	text-align: center;
}

.left_slider_items_wrap #js_left_awards_left, .left_slider_items_wrap #js_left_awards_right{
	width: 50px;
	height: 50px;
	fill: #9c9d9e;
}
.left_slider_items_wrap #js_right_awards_right, .left_slider_items_wrap #js_right_awards_left{
	width: 50px;
	height: 50px;
	fill: #9c9d9e;
}

