html > body > div.site {
	background: url(../img/bg.jpg) no-repeat 50% 0 #fff / 100%;
}

body.custom-background {
	background: url(../img/axe-bg.png) no-repeat 50% 0 fixed, url("../img/pattern.jpg") repeat fixed;
}


html > body > div.site > section.under_nav {
	display: none
}

.entry-header,
.axe-top-content footer.entry-meta,
html > body .bg_banner_margintop,
html > body .bg_banner {
	display: none!important;
}

.axe-top-content {
	padding-top: 650px;
	position: relative;
}
.axe-top-content__link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 650px;
	display: block;
}

.axe-slider {
	background: url(../img/slider-bg.jpg) no-repeat 50% 55%;
	margin-left: -20px;
	margin-right: -20px;
	position: relative;
	margin-top: -40px;
	overflow: hidden;
}

.axe-slider__prev-arrow {
	position: absolute;
	background: url(../img/prev-arrow.png);
	width: 36px;
	height: 65px;
	top: 50%;
	left: 40px;
	margin-top: -20px;
	cursor: pointer;
}

.axe-slider__next-arrow {
	position: absolute;
	background: url(../img/next-arrow.png);
	width: 36px;
	height: 65px;
	top: 50%;
	right: 40px;
	margin-top: -20px;
	cursor: pointer;
}

.axe-slider__slider {
	max-width: 810px;
	margin: 0 auto;
	height: 400px;	
}

.axe-slider__frame {
	width: 175px;
	height: 400px;
	position: relative;
	cursor: pointer;
   /* display: flex;
	flex-direction: column;
	align-items: center;*/
}
.axe-slider__frame.slick-current {
	cursor: default;
}

.axe-slider__frame img {
	display: block;
	margin: 0 auto;
	position: relative;
	left: 50%;
	-webkit-transform: translate(-50%, 0) scale(0.6);
	-ms-transform: translate(-50%, 0) scale(0.6);
	-o-transform: translate(-50%, 0) scale(0.6);
	transform: translate(-50%, 0) scale(0.6);

	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;

	-webkit-transform-origin: 50% 80%;
	-moz-transform-origin: 50% 80%;
	-ms-transform-origin: 50% 80%;
	-o-transform-origin: 50% 80%;
	transform-origin: 50% 80%;

	pointer-events: none;
}

.axe-slider__frame img:nth-child(2) {
	-webkit-transform: translate(-50%, 0) scale(0);
	-ms-transform: translate(-50%, 0) scale(0);
	-o-transform: translate(-50%, 0) scale(0);
	transform: translate(-50%, 0) scale(0);

	 -webkit-transform-origin: 50% 0%;
	-moz-transform-origin: 50% 0%;
	-ms-transform-origin: 50% 0%;
	-o-transform-origin: 50% 0%;
	transform-origin: 50% 0%;

}

.axe-slider__frame img:nth-child(3) {
	position: absolute;
	top: 0;
	left: 50%;

	-webkit-transform: translate(-50%, 0) scale(0);
	-ms-transform: translate(-50%, 0) scale(0);
	-o-transform: translate(-50%, 0) scale(0);
	transform: translate(-50%, 0) scale(0);
}

.axe-slider__frame.slick-current img {
	 -webkit-transform: translate(-50%, 0) scale(1);
	-ms-transform: translate(-50%, 0) scale(1);
	-o-transform: translate(-50%, 0) scale(1);
	transform: translate(-50%, 0) scale(1);
}

.axe-slider__frame.slick-current img:nth-child(2) {
	-webkit-transform: translate(-50%, 0) scale(1);
	-ms-transform: translate(-50%, 0) scale(1);
	-o-transform: translate(-50%, 0) scale(1);
	transform: translate(-50%, 0) scale(1);

	-webkit-transition: all 0.4s cubic-bezier(.36,1.34,.85,1.28);
	-o-transition: all 0.4s cubic-bezier(.36,1.34,.85,1.28);
	transition: all 0.4s cubic-bezier(.36,1.34,.85,1.28);
}

.axe-slider__frame.slick-current img:nth-child(3) {
	-webkit-transform: translate(-50%, 0) scale(1);
	-ms-transform: translate(-50%, 0) scale(1);
	-o-transform: translate(-50%, 0) scale(1);
	transform: translate(-50%, 0) scale(1);

	-webkit-transition: all 0.4s cubic-bezier(.36,1.34,.85,1.28);
	-o-transition: all 0.4s cubic-bezier(.36,1.34,.85,1.28);
	transition: all 0.4s cubic-bezier(.36,1.34,.85,1.28);
}

.axe-content {
	padding-top: 100px;
	margin-left: -20px;
	margin-right: -20px;
	margin-bottom: 100px;
	background: url(../img/axe-content-bg.jpg) no-repeat 50% 0;
}

.axe-tabs {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 25px 55px;
	position: relative;
	z-index: 2;
}

.axe-tabs__item {
	font-size: 18px;
	text-transform: uppercase;
	background: url(../img/button-bg.jpg) no-repeat 50% 50% / 100% 100%;
	line-height: 33px;
	padding: 0 25px;
	cursor: pointer;
}

.axe-tabs__item:hover {
	color: #fff;
	background-image: url(../img/slider-bg-select.jpg);
	/*cursor: default;*/
}

.share {
	display: flex;
    justify-content: center;
    margin-bottom: 80px;
    align-items: center;
}

html > body > div.site > div.wrapper .share .title {
	margin-right: 10px;
}

html > body > div.site > div.wrapper .site-content100 .entry-content .content100 {
    margin: 0 -109px 25px;
    width: auto;
}


.entry-content embed, .entry-content iframe, .entry-content object, .entry-content video {
    margin-bottom: 24px;
    margin-bottom: 1.714285714rem;
    margin: 0 auto 20px;
    display: block;
}

@media (max-width: 640px) {

	body.custom-background {
		background: none!important;
	}
	html > body > div.site {
		position: relative;
	}
	html > body > div.site {
		background: #fff;
	}
	html > body > div.site:before {
		content: '';
		background: url(../img/bg-mobile.jpg) no-repeat 50% 0 / 100% #fff;
		width: 100%;
		position: absolute;
		height: 75vw;
		display: block;
		z-index: 500;
	}

	html > body > div.site.fix:before {
		top: -40vw;
		position: fixed;
	}
	.axe-top-content {
		padding-top: 60vw;
		
	}

	.axe-tabs {
		/*justify-content: center;*/
		margin: 0 0 55px;
		flex-direction: column;
		align-items: flex-start;
	}

	.axe-tabs__item  {
		margin-bottom: 30px;
		font-size: 13px;
	}

	.axe-tabs__item:nth-child(2) {
		align-self: center;
	}

	.axe-tabs__item:nth-child(3) {
		align-self: flex-end;
	}

	.axe-slider__prev-arrow,
	.axe-slider__next-arrow {
		display: none;
	}

	.axe-content {
		margin-left: -10px;
		margin-right: -10px;
		padding: 0 15px;
	}

	.axe-slider__slider {
		height: 200px;
	}
	.axe-slider__frame {
		width: 200px;
		height: 200px;
		margin-right: -50px;
	}
	.axe-slider__frame img {
		width: 100%;
	}
	.axe-top-content__link {
		height: 60vw;
	}

}

