.b-about {
	max-width: 1360px;
	width: 100%;
	min-width: 1280px;
	margin: 0 auto;
	position: relative;
	margin-bottom: 106px;
}
.b-mascot-image1 {
	position: absolute;
	top: 243px;
	right: -50px;
}
.b-mascot-image2 {
	position: absolute;
	top: 738px;
	left: -44px;
}
.b-mascot-image3 {
	position: absolute;
	top: 2370px;
	right: 126px;
}
.b-mascot-image img {
	margin: 0;
}

.b-gallery-slider {
	width: 100%;
	height: 399px;
	font-size: 0;
	position: relative;
	overflow: hidden;
	margin-top: 75px;
}
.b-gallery-slider-wrap {
	width: auto;
	overflow: hidden;
	white-space: nowrap;
}
.b-gallery-slider-wrap .item {
	display: inline-block;
	height: 399px;
	position: relative;
	opacity: 0.5;
	-webkit-transition: opacity 200ms ease-out;
	-moz-transition: opacity 200ms ease-out;
	-o-transition: opacity 200ms ease-out;
	transition: opacity 200ms ease-out;
}
.b-gallery-slider-wrap .item.active {
	opacity: 1;
}
.b-gallery-slider-wrap .item .veil {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: 0.6;
	-webkit-transition: opacity 200ms ease-out;
	-moz-transition: opacity 200ms ease-out;
	-o-transition: opacity 200ms ease-out;
	transition: opacity 200ms ease-out;
	display: none;
}
.b-gallery-slider-wrap .item.loop {
	transition: none;
}
.b-gallery-slider-wrap .item.active .veil {
	opacity: 0;
}
.b-gallery-slider-wrap .item img {
	height: 100%;
	display: block;
}
.b-gallery-slider-controls {
	position: absolute;
	left: 50%;
	top: 0;
}
.b-gallery-slider-controls .prev {
	position: absolute;
	right: 588px;
	top: 170px;
	width: 63px;
	height: 63px;
	background: url(../i/slider_left_bg.svg) 0 0 no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	cursor: pointer;
	z-index: 10;
}
.b-gallery-slider-controls .prev span {
	width: 35px;
	height: 16px;
	background: url(../i/slider_left_arrow.svg) 0 0 no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	display: block;
	margin: 24px auto 0;
}
.b-gallery-slider-controls .next {
	position: absolute;
	left: 588px;
	top: 170px;
	width: 63px;
	height: 63px;
	background: url(../i/slider_left_bg.svg) 0 0 no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	cursor: pointer;
	z-index: 10;
}
.b-gallery-slider-controls .next span {
	width: 35px;
	height: 16px;
	background: url(../i/slider_right_arrow.svg) 0 0 no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	display: block;
	margin: 24px auto 0;
}
.no-prev .b-gallery-slider-controls .prev {
	display: none;
}
.no-next .b-gallery-slider-controls .next {
	display: none;
}

@media screen and (max-width: 1300px) {
	.b-about {
		min-width: 320px;
	}
	.b-mascot-image1 {
		display: none;
	}

	.b-gallery-slider-controls {
		position: static;
	}
	.b-gallery-slider-controls .prev {
		right: auto;
		left: 30px;
	}
	.b-gallery-slider-controls .next {
		right: 30px;
		left: auto;
	}
}

.b-about .b-partners {
	padding-bottom: 0 !important;
}

@media screen and (max-width:1024px) {
	.b-mascot-image {
		display: none;
	}
}

@media screen and (max-width:640px) {
	.b-gallery-slider-wrap .item,
	.b-gallery-slider {
		height: 280px;
	}
	.b-gallery-slider-controls .prev,
	.b-gallery-slider-controls .next {
		top: 108px;
	}
	.b-gallery-slider-controls .prev {
		left: 15px;
	}
	.b-gallery-slider-controls .next {
		right: 15px;
	}
}

@media screen and (max-width:360px) {
	.b-gallery-slider-wrap .item,
	.b-gallery-slider {
		height: 200px;
	}
	.b-gallery-slider-controls .prev,
	.b-gallery-slider-controls .next {
		top: 80px;
		width: 40px;
		height: 40px;
		-webkit-background-size: contain;
		background-size: contain;
	}
	.b-gallery-slider-controls .prev {
		left: 15px;
	}
	.b-gallery-slider-controls .next {
		right: 15px;
	}
	.b-gallery-slider-controls .prev span,
	.b-gallery-slider-controls .next span {
		width: 20px;
		height: 10px;
		-webkit-background-size: contain;
		background-size: contain;
		margin-top: 17px;
	}
}
