.ny-page {
	font-family: 'DINPro';
	line-height: 1.33;
	font-size: 21px;
	color: #ffffff;
	position: relative;
	background-image: url('../img/content/bg.jpg');
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: cover;
	overflow: hidden;
}

.ny-content {
	width: 100%;
	max-width: 1340px;
	padding: 0 15px;
	margin: 0 auto;
}
img {
	max-width: 100%;
	height: auto;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
sup {
	font-size: 0.4em;
	vertical-align: top;
}
.f-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: -15px;
	margin-right: -15px;
}
.f-row_reverse {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
			-ms-flex-direction: row-reverse;
					flex-direction: row-reverse;
}
.f-row_between {
	-webkit-box-pack: justify;
			-ms-flex-pack: justify;
					justify-content: space-between;
}
.f-row_middle {
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
}
.f-row_center {
	-webkit-box-pack: center;
			-ms-flex-pack: center;
					justify-content: center;
}
.f-row_bottom {
	-webkit-box-align: end;
			-ms-flex-align: end;
					align-items: flex-end;
}
.f-row_wrap {
	-ms-flex-wrap: wrap;
			flex-wrap: wrap;
}
.f-col {
	padding-left: 15px;
	padding-right: 15px;
}
.f-col_25 {
	width: 25%;
	min-width: 25%;
}
.f-col_55 {
	width: 55%;
	min-width: 55%;
}
.f-col_45 {
	width: 45%;
	min-width: 45%;
}
.f-col_40 {
	width: 40%;
	min-width: 40%;
}
.f-col_60 {
	width: 60%;
	min-width: 60%;
}
.f-col_33 {
	width: 33.3333%;
	min-width: 33.3333%;
}
.f-col_50 {
	width: 50%;
	min-width: 50%;
}
.f-col_full {
	-webkit-box-flex: 1;
			-ms-flex-positive: 1;
					flex-grow: 1;
	min-width: 0;
}
.button {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer;
	font-family: 'DINPro-CondensedBlack';
	white-space: nowrap;
	border: none;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	height: 50px;
	padding: 5px 48px;
	background: #000000;
	color: #ffffff;
	font-size: 25px;
	text-transform: uppercase;
}
.ny-title {
	font-family: 'BebasNeue-Bold';
	line-height: 1;
	font-weight: 400;
}
.ny-title_1 {
	font-size: 48px;
}
.ny-title_2 {
	font-size: 42px;
}
.ny-subtitle {
	font-size: 36px;
	font-family: 'BebasNeue-Regular';
	line-height: 1;
	font-weight: 400;
}
.text-grey {
	color: #C7C7C7;
}
.mb-16 {
	margin-bottom: 16px;
}
.mb-32	{
	margin-bottom: 32px;
}
.mb-40 {
	margin-bottom: 40px;
}
.mt-32	{
	margin-top: 32px;
}
.ny-list li {
	position: relative;
	padding-left: 24px;
}
.ny-list li::before {
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #ffffff;
	top: 10px;
	left: 0;
}
.ny-section {
	padding: 80px 0;
	position: relative;
}
.ny-section:not(.ny-section_top)::after {
	content: '';
	height: 1px;
	background: #ffffff;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: calc(100% - 30px);
	max-width: 1044px;
}
.ny-section_top {
	min-height: 1050px;
	background-repeat: no-repeat;
}
.ny-section_label {
	padding-top: 180px;
}
.ny-top-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	background-repeat: no-repeat;
	background-position: 50% 100%;
	top: 0;
}
.ny-top-bg_front {
	background-image: url('../img/content/top.png');
	z-index: 2;
	top: 150px;
}
.ny-top-bg_back {
	background-image: url('../img/content/bg1.png');
	z-index: 1;
}
.ny-top-content {
	position: relative;
	z-index: 3;
}
.ny-top-title {
	font-family: 'DINPro-Bold';
	font-size: 65px;
	line-height: 1.2;
	text-transform: uppercase;
}
.ny-top-subtitle {
	font-size: 56px;
	line-height: 1.2;
	text-transform: uppercase;
}
.ny-images {
	display: flex;
	align-items: flex-start;
}
.ny-thumbs {
	width: 160px;
	min-width: 160px;
}
.ny-main-slider {
	flex-grow: 1;
	min-width: 0;
	position: relative;
}
.ny-label {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 5;
}
.ny-thumbs__item {
	margin-bottom: 40px;
}
.ny-thumbs__image {
	position: relative;
}
.ny-thumbs__image img {
	position: relative;
	z-index: 2;
	display: block;
	margin: auto;
}
.ny-thumbs__image::after {
	width: 160px;
	height: 160px;
	border: 2px solid #ffffff;
	content: '';
	border-radius: 50%;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	transition: 0.3s;
}
.ny-thumbs__image.is-active::after {
	opacity: 1;
}
.ny-slide__image {
	display: flex;
	align-items: center;
	justify-content: center;
}
.ny-main-slider.slick-dotted.slick-slider {
	margin-bottom: 0;
}
.ny-main-slider .slick-dots {
	bottom: 0;
}
.ny-main-slider .slick-dots li {
	width: 13px;
	height: 13px;
}
.ny-main-slider .slick-dots li button {
	width: 13px;
	height: 13px;
	padding: 0;
	border: 1px solid #ffffff;
	border-radius: 50%;
}
.slick-dots li button::before {
	display: none;
}
.slick-dots li.slick-active button {
	background: #ffffff;
}
.ny-group {
	padding: 16px 0;
}
.ny-group__icon {
	width: 110px;
	margin: 0 auto 8px;
}
.ny-group__text {
	font-size: 20px;
	line-height: 1.2;
	font-family: 'BebasNeue-Regular';
	font-weight: 400;
	text-align: center;
	max-width: 220px;
	margin: 0 auto;
}
.ny-note {
	font-family: 'BebasNeue-Regular';
	font-size: 70px;
	color: rgba(255, 255, 255, 0.2);
}

.t-show {
	display: none;
}
.m-show {
	display: none;
}
.ny-more-link {
	display: inline-block;
	text-decoration: underline;
	cursor: pointer;
}
@media screen and (max-width: 992px) {
	.t-hidden {
		display: none;
	}
	.t-show {
		display: block;
	}
	.f-col_t-100 {
		width: 100%;
		min-width: 100%;
	}
	.f-col_t-33 {
		width: 33.3333%;
		min-width: 33.3333%;
	}
	.ny-top-bg {
		background-size: contain;
	}
	.ny-label {
		position: absolute;
		top: 0;
		left: auto;
		transform: translate(0, 0);
		right: 0;
		width: 112px;
	}
	.f-row_reverse .ny-label {
		left: 0;
		right: auto;
	}
}

@media screen and (max-width: 768px) {
	.m-hidden {
		display: none;
	}
	.m-show {
		display: block;
	}
	.ny-page {
		font-size: 16px;
	}
	.ny-top-title {
		font-size: 36px;
	}
	.ny-top-subtitle {
		font-size: 36px;
	}
	.ny-section {
		padding: 30px 0;
	}
	.ny-section_top {
		min-height: 100vh;
	}
	.ny-top-bg_front {
		background-image: url('../img/content/top-mobile.png');
	}
	.ny-top-bg_back {
		background-image: url('../img/content/bg1-mobile.png');
		background-size: 100%;
	}
	.ny-thumbs {
		display: none;
	}
	.ny-title_1 {
		font-size: 36px;
	}
	.ny-title_2 {
		font-size: 34px;
	}
	.ny-subtitle {
		font-size: 28px;
	}
	.ny-group__icon {
		width: 80px;
	}
	.ny-note {
		font-size: calc(19/320 * 100vw);
	}
	.ny-section_final .ny-subtitle {
		font-size: 20px;
	}
}
/* /768 */

@media screen and (max-width: 576px) {
	.f-col_s-50 {
		width: 50%;
		min-width: 50%;
	}
	.button {
		width: 100%;
	}
	.ny-section_final .button {
		width: auto;
	}
}
	/* /576 */