/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

.main__section-top {
	width: 100%;
	background: url("/images/main-back.jpg") 50% 50% no-repeat;
	background-size: cover;
	padding-top: 222px;
}

.main__section-top .h1 {
	color: #FFFFFF;
	text-transform: uppercase;
	margin-bottom: 24px;
}

.main__section-top_subtitle {
	color: #FFFFFF;
	font-size: 14px;
	line-height: 18px;
}

.main__card {
	margin-bottom: 32px;
}

.main__card_layer {
	height: 78px;
	background-color: #E6E6E6;
	padding: 11px 15px;
}

.main__card_title {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	text-transform: uppercase;
	pointer-events: none;
}

.main__card_img {
	overflow: hidden;
	position: relative;
}

.main__card_img img {
	height: 186px;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s;
}

.main__card_img:hover img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.main__card_img:hover::before {
	left: 125%;
	-webkit-transition-duration: .75s;
	-o-transition-duration: .75s;
	transition-duration: .75s;
}

.main__card_img:after {
	content: "";
	position: absolute;
	top: -1px;
	left: -1px;
	right: 0;
	bottom: -1px;
	border: 1px solid #ffffff;
	display: block;
}

.main__card_img:before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
	background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
	-webkit-transform: skewX(-25deg);
	-ms-transform: skewX(-25deg);
	transform: skewX(-25deg);
}

.main__section_subtitle {
	margin-top: 20px;
}

.main__change-card {
	display: block;
	color: #333333;
	text-decoration: none;
	margin-bottom: 32px;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	overflow: hidden;
	max-height: 263px;
}
.presentation-slider{
	display: block;
}
.main__change-card_layer {
	font-family: "Montserrat", sans-serif;
	padding: 13px 16px;
	background-color: #E6E6E6;
}

.main__change-card:hover,
.staff__item:hover {
	color: #333333;
	text-decoration: none;
	-webkit-box-shadow: 4px 4px 6px 0 rgba(64, 64, 64, 0.3);
	box-shadow: 4px 4px 6px 0 rgba(64, 64, 64, 0.3);
}

.main__change,
.main__privilege {
	margin-bottom: 24px;
}

.staff__content {
	position: relative;
	background-color: #ffffff;
	padding: 74px 16px 16px;
	min-width: 190px;
}

.staff__content_btn {
	position: absolute;
	bottom: 16px;
	left: 16px;
}

@-webkit-keyframes actionHoverArrow {
	from {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	50% {
		-webkit-transform: translateX(10px);
		transform: translateX(10px);
	}
	to {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes actionHoverArrow {
	from {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	50% {
		-webkit-transform: translateX(10px);
		transform: translateX(10px);
	}
	to {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

.main__change-card:hover .change__icon--animate {
	-webkit-animation: actionHoverArrow 1.5s ease-in-out infinite;
	animation: actionHoverArrow 1.5s ease-in-out infinite;
}

.main__change-card img {
	width: 100%;
}
.main__change-img{
	max-height: 219px;
	overflow: hidden;
}
.main__work_img {
	width: 120px;
	height: 120px;
	margin-bottom: 28px;
}

.main__work_img img {
	width: 100%;
	height: auto;
}

.main__work_title {
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 28px;
}

.staff__content_title {
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	font-weight: bold;
	position: absolute;
	top: 12px;
}

.main__work_content {
	padding-right: 24px;
}

.main__work_text {
	margin-bottom: 30px;
}

.main__staff {
	padding: 32px 0 18px;
}

.staff__content_text {
	margin-bottom: 20px;
}

.staff__item {
	height: 260px;
	color: #333333;
	overflow: hidden;
	text-decoration: none;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.staff__item:hover {
	text-decoration: none;
}

.staff-slider {
	padding-bottom: 54px;
}

.staff-slider.swiper-container {
	margin-left: -10px;
	margin-right: -10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 45px;
}

.presentation-slider .swiper-lazy-preloader {
	border: 4px solid #f7f7f7;
	border-top-color: transparent;
}

.presentation-slider:not(.presentation-cut-height) {
	height: 480px;
}

.presentation-cut-height {
	height: 232px;
}

.presentation__mb {
	margin-bottom: 16px;
}

.presentation-slider img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.presentation-slider .swiper-slide:before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
	background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
	-webkit-transform: skewX(-25deg);
	-ms-transform: skewX(-25deg);
	transform: skewX(-25deg);
}

.presentation-slider .swiper-slide:after {
	content: "";
	position: absolute;
	top: -1px;
	left: -1px;
	right: 0;
	bottom: -1px;
	border: 1px solid #ffffff;
	display: block;
}

.presentation-slider .swiper-slide:hover::before {
	left: 125%;
	-webkit-transition-duration: .75s;
	-o-transition-duration: .75s;
	transition-duration: .75s;
}

@media screen and (max-width: 1024px) {
	.presentation-slider:not(.presentation-cut-height) {
		margin-bottom: 32px;
	}

	.staff-slider.swiper-container {
		margin-left: auto;
		margin-right: auto;
		padding-right: 0;
		padding-left: 0;
		padding-bottom: 38px;
	}

	.staff-slider .swiper-slide {
		padding: 0;
	}

	.main__work_title {
		margin-bottom: 12px;
	}

	.main__work_content {
		padding-right: 12px;
	}

	.main__work_img {
		margin-bottom: 12px;
	}

	.main__work {
		margin-bottom: 16px;
	}

	.staff__item_img {
		width: 50%;
	}

	.staff__item_img img {
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
	}

	.staff__content_title {
		margin-bottom: 14px;
	}

	.staff__content {
		width: 50%;
	}

}

@media screen and (max-width: 991px) {

	.staff__content {
		padding: 60px 42px 30px;
	}

	.staff__content_btn {
		bottom: 30px;
		left: 42px;
	}

	.main__card_layer {
		height: auto;
		padding: 12px 15px;
	}

	.main__change {
		margin-bottom: 14px;
	}

	.main__work_title {
		margin-bottom: 12px;
	}
	.staff__content_title {
		top: 28px;
	}
	.main__work_content {
		padding-right: 12px;
	}

	.main__work_img {
		margin-bottom: 12px;
	}
}

@media screen and (max-width: 767px) {
	.presentation-slider:not(.presentation-cut-height) {
		height: 192px;
		margin-bottom: 20px;
	}

	.presentation-cut-height {
		height: 192px;
	}

	.presentation__mb {
		margin-bottom: 20px;
	}

	.main__section-top {
		padding-top: 190px;
	}

	.main__section-top .h1 {
		margin-bottom: 12px;
	}

	.main__card {
		margin-bottom: 0;
	}

	.main__change-card {
		margin-bottom: 20px;
	}

	.main__change-card:hover {
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.main__change {
		margin-bottom: 10px;
	}

	.main__work_text {
		margin-bottom: 0;
	}

	.main__work_content {
		padding-right: 0;
		text-align: center;
	}

	.main__work_img {
		margin: 0 auto 12px;
	}

	.staff__item_img {
		width: 100%;
	}

	.staff__content {
		width: 100%;
		padding: 16px 20px 20px;
	}
	.staff__content_title{
		position: static;
		margin-bottom: 8px;
	}
	.staff__content_btn {
		position: static;
	}

	.staff__item {
		height: auto;
	}

	.staff__item .btn {
		width: 100%;
	}

	.staff-slider {
		padding-bottom: 38px;
	}

	.main__staff {
		padding: 24px 0 16px;
	}
}