﻿* {
	padding: 0;
	margin: 0;
	border: 0;
	box-sizing: border-box;
	outline: none;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.container {
	width: 90%;
	max-width: 1500px;
	margin: 0 auto;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
i, em {
	font-style: inherit;
}
body, html {
	-webkit-overflow-scrolling: touch;
	font-family: Arial, Helvetica, sans-serif;
}
body.hidden, html.hidden {
	overflow: hidden;
	height: 100%;
	width: 100%
}
a {
	text-decoration: none;
}
ul, li {
	list-style: none;
}
.flex-table {
	display: flex;
	justify-content: center;
	align-items: center;
}
html {
	-webkit-text-size-adjust: 100%;
	line-height: 1.15
}
body {
	margin: 0
}
h1 {
	font-size: 2em;
	margin: .67em 0
}
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible
}
pre {
	font-family: monospace, monospace;
	font-size: 1em
}
a {
	background-color: transparent
}
abbr[title] {
	-webkit-text-decoration: underline dotted;
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted
}
b, strong {
	font-weight: bolder
}
code, kbd, samp {
	font-family: monospace, monospace;
	font-size: 1em
}
small {
	font-size: 80%
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}
sub {
	bottom: -.25em
}
sup {
	top: -.5em
}
img {
	border-style: none
}
button, input, optgroup, select, textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0
}
button, input {
	overflow: visible
}
button, select {
	text-transform: none
}
 [type=button], [type=reset], [type=submit], button {
 -webkit-appearance: button
}
 [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
 border-style: none;
 padding: 0
}
 [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
 outline: 1px dotted ButtonText
}
fieldset {
	padding: .35em .75em .625em
}
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal
}
progress {
	vertical-align: baseline
}
textarea {
	overflow: auto
}
 [type=checkbox], [type=radio] {
 box-sizing: border-box;
 padding: 0
}
 [type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
 height: auto
}
 [type=search] {
 -webkit-appearance: textfield;
 outline-offset: -2px
}
 [type=search]::-webkit-search-decoration {
 -webkit-appearance: none
}

::-webkit-file-upload-button {
 -webkit-appearance: button;
 font: inherit
}
details {
	display: block
}
summary {
	display: list-item
}
 [hidden], template {
 display: none
}
/* @font-face {
     font-family: 'Expressway Cd Bold';
     font-style: normal;
     font-weight: 800;
     src: local("Circle"), local("Circle"), url(../fonts/Expressway-Cd-Bold.otf) format("opentype")
 }

 @font-face {
     font-family: 'LightCondensed';
     font-style: normal;
     font-weight: 100;
     src: local("Circle"), local("Circle"), url(../fonts/Interstate-ExtraLightCondensed.otf) format("opentype")
 }

 @font-face {
     font-family: Circle;
     font-style: normal;
     font-weight: 400;
     src: local("Circle"), local("Circle"), url(../fonts/crc35.otf) format("opentype")
 }

 @font-face {
     font-family: Circle;
     font-style: normal;
     font-weight: 800;
     src: local("Circle"), local("Circle"), url(../fonts/crc75.otf) format("opentype")
 }

 @font-face {
     font-family: "Rozha_One";
     font-style: normal;
     font-weight: 800;
     src: local("Rozha_One"), local("Rozha_One"), url(../fonts/AlZy_zVFtYP12Zncg2kRcn35.woff2) format("opentype")
 } */

html {
	font-size: 16px
}
 @media screen and (max-width:1366px) {
html {
	font-size: 14px
}
}

/* @media screen and (max-width:1024px) {
    html {
        font-size: 12px
    }
} */

@media (max-device-height:600px) and (max-device-width:1024px) and (orientation:landscape), screen and (max-width:768px) {
html {
	font-size: 16px
}
}
body {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: 'Open Sans', 'Microsoft yahei', sans-serif;
	font-weight: 400;
	color: #3c3c3b;
	overflow-x: hidden
}

/* @media (max-device-height:600px) and (max-device-width:1024px) and (orientation:landscape), screen and (max-width:768px) {
    body.body--home {
        height: auto !important;
        overflow: hidden;
        width: auto !important
    }
} */

@media (max-device-height:600px) and (max-device-width:1024px) and (orientation:landscape), screen and (max-width:768px) {
body.body--secondary {
	padding-top: 5.5rem
}
body.body--secondary:before {
	background-color: #fff;
	content: "";
	height: 5.5rem;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 4
}
}
.text--left {
	text-align: left
}
.text--center {
	text-align: center
}
.text--right {
	text-align: right
}
 @-webkit-keyframes mouse-scroll {
 0% {
 transform: translate(0)
}
to {
	transform: translateY(15%)
}
}
 @keyframes mouse-scroll {
 0% {
 transform: translate(0)
}
to {
	transform: translateY(15%)
}
}
.mouse-icon {
	-webkit-transform: translate(-50%);
	bottom: 2rem;
	left: 50%;
	position: fixed;
	transform: translate(-50%);
	z-index: 5
}
.mouse-icon .mouse-scroll {
	-webkit-animation: mouse-scroll 1s ease-in-out infinite alternate;
	animation: mouse-scroll 1s ease-in-out infinite alternate
}
 @media (max-device-height:600px) and (max-device-width:1024px) and (orientation:landscape), screen and (max-width:768px) {
.mouse-icon {
	display: none
}
}
 @media (max-device-height:600px) and (max-device-width:1024px) and (orientation:landscape), screen and (max-width:768px) {
.hidden--mobile {
	display: none !important
}
}
 @media (min-device-height:768px) and (min-device-width:1024px), screen and (min-width:769px) and (min-device-height:813px) {
.hidden--desktop {
	display: none !important
}
}
.external-link {
	display: inline-block;
	position: relative
}
.external-link:after {
	-webkit-filter: blur(0) saturate(0) brightness(100);
	-webkit-transform: translateY(calc(-50% - .2em));
	content: "";
	display: block;
	filter: blur(0) saturate(0) brightness(100);
	height: 10px;
	left: calc(100% + 1em);
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 50%;
	transform: translateY(calc(-50% - .2em));
	transition: opacity .3s linear;
	width: 10px
}
.external-link:hover:after {
	opacity: .5
}
.text-content a:not(.button) {
	border-bottom: 1px solid #e9e8eb;
	color: #231446;
	text-decoration: none
}
.text-content a:not(.button):hover {
	border-bottom-color: transparent
}
.header-main {
	position: fixed;
	background: rgba(30, 30, 30, .6);
	width: 100%;
	height: 92px;
	transition: all .3s;
	z-index: 99;
	padding: 0 5rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header-main.open {
	background: rgba(30, 30, 30, .9);
}
.logotype {
	display: block;
	width: 385px;
	z-index: 5
}
.logotype img {
	width: 100%
}
 @media (max-device-height:600px) and (max-device-width:1024px) and (orientation:landscape), screen and (max-width:768px) {
.logotype {
	left: 1.5rem;
	position: fixed;
	top: 1.5rem;
	width: 7.5rem
}
}
.nav {
	box-sizing: border-box
}
 @-webkit-keyframes spin {
 0% {
 transform: rotate(0)
}
to {
	transform: rotate(1turn)
}
}
 @keyframes spin {
 0% {
 transform: rotate(0)
}
to {
	transform: rotate(1turn)
}
}
.button {
	align-items: center;
	border: 1px solid hsla(0, 0%, 100%, .31);
	border-radius: 1.7815rem;
	box-sizing: border-box;
	color: #27164d;
	cursor: pointer;
	display: inline-flex;
 font-size: .75rem;
	font-weight: 700;
	height: 3.563rem;
	justify-content: center;
 letter-spacing: .15rem;
	line-height: 1;
	min-width: 10rem;
	text-decoration: none;
	text-transform: capitalize;
	transition: all .25s linear
}
 @media (max-device-height:600px) and (max-device-width:1024px) and (orientation:landscape), screen and (max-width:768px) {
.button {
	border-radius: 1.7815rem;
 font-size: .625rem;
	height: 3.563rem
}
}
.button img, .button svg {
	margin-right: 1.5rem;
	transition: all .5s linear
}
 @media (max-device-height:600px) and (max-device-width:1024px) and (orientation:landscape), screen and (max-width:768px) {
.button img, .button svg {
	margin-right: 1rem
}
}
.button:focus {
	outline: none
}
.button--icon-right img, .button--icon-right svg {
	margin-left: 1.5rem;
	margin-right: 0
}
 @media (max-device-height:600px) and (max-device-width:1024px) and (orientation:landscape), screen and (max-width:768px) {
.button--icon-right img, .button--icon-right svg {
	margin-left: 1rem
}
}
.button--spin img, .button--spin svg {
	-webkit-animation: spin 4s linear infinite;
	animation: spin 4s linear infinite
}
.button--disabled {
	opacity: .5;
	pointer-events: none
}
.button--circle {
	min-width: 3.563rem;
	width: 3.563rem
}
 @media (max-device-height:600px) and (max-device-width:1024px) and (orientation:landscape), screen and (max-width:768px) {
.button--circle {
	min-width: 3.563rem;
	width: 3.563rem
}
}
.button--circle:hover {
	border-color: #fff
}
.button--circle img, .button--circle svg {
	margin-right: 0
}
.button--round {
	padding: 0 1.7815rem
}
 @media (max-device-height:600px) and (max-device-width:1024px) and (orientation:landscape), screen and (max-width:768px) {
.button--round {
	padding: 0 1.18767rem
}
}
.button--arrow-down img, .button--arrow-down svg {
	transform: rotate(180deg)
}
.button--arrow-right img, .button--arrow-right svg {
	transform: rotate(90deg)
}
.button--arrow-left img, .button--arrow-left svg {
	transform: rotate(-90deg)
}
.button--light {
	border-color: hsla(0, 0%, 88.6%, .29);
	color: #fff
}
.button--light svg path {
	fill: #fff
}
.button--light:hover {
	border-color: #efdcc6
}
.button--dark {
	border-color: rgba(0, 0, 0, .21)
}
.button--dark svg path {
	fill: #000
}
.button--dark:hover {
	border-color: #efdcc6
}
.button--purple {
	border-color: #3e2c6a
}
.button--purple svg path {
	fill: #aaaac8
}
.button--purple:hover svg path {
	fill: #fff
}
.button--purple.button--filled {
	background-color: #3e2c6a;
	border: none
}
.button--purple.button--filled svg path {
	fill: #fff
}
.button--purple.button--filled:hover {
	background-color: #fff
}
.button--purple.button--filled:hover svg path {
	fill: #3e2c6a
}
 @media (max-device-height:600px) and (max-device-width:1024px) and (orientation:landscape), screen and (max-width:768px) {
.button--purple.button--filled:hover {
	background-color: #302858
}
}
.button--purple-dark {
	background-color: #3e2c6a;
	color: #fff
}
.button--purple-dark svg path {
	fill: #aaaac8
}
.button--purple-dark:hover {
	background-color: #201742
}
.button--outline, .button--outline:hover {
	background-color: transparent
}
.buttons-group {
	display: inline-flex;
	justify-content: center
}
.buttons-group .button+.button {
	margin-left: 1.25rem
}
 @media (max-device-height:600px) and (max-device-width:1024px) and (orientation:landscape), screen and (max-width:768px) {
.buttons-group .button+.button {
 margin-left: .8rem
}
}
.buttons-group--block {
	display: flex
}
.buttons-group--vertical {
	flex-direction: column
}
.buttons-group--vertical .button+.button {
	margin-left: 0;
	margin-top: 1.25rem
}
 @media (max-device-height:600px) and (max-device-width:1024px) and (orientation:landscape), screen and (max-width:768px) {
.buttons-group--vertical .button+.button {
 margin-top: .8rem
}
}
.popup-image-arrow-left, .popup-image-arrow-right {
	-webkit-transform: translateY(-50%);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1046
}
.popup-image-arrow-left svg, .popup-image-arrow-right svg {
	pointer-events: none
}
.popup-image-arrow-left svg path, .popup-image-arrow-right svg path {
	fill: #fff
}
.popup-image-arrow-left {
	left: 1rem
}
.popup-image-arrow-left svg {
	transform: rotate(-90deg)
}
.popup-image-arrow-right {
	right: 1rem
}
.popup-image-arrow-right svg {
	transform: rotate(90deg)
}
.preloader {
	perspective: 300px
}
.preloader__bottom, .preloader__top {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0
}
[data-social-buttons] .button.button--filled {
	position: relative;
	z-index: 2
}
[data-social-buttons] .button:not(.button--filled) {
	-webkit-transform: translateY(150%);
	opacity: 0;
	position: relative;
	transform: translateY(150%);
	transition: all .4s ease-in-out;
	z-index: 2
}
[data-social-buttons] .button:not(.button--filled) svg {
	height: 1.25rem;
	width: 1.25rem
}
 @media (max-device-height:600px) and (max-device-width:1024px) and (orientation:landscape), screen and (max-width:768px) {
[data-social-buttons] .button:not(.button--filled) svg {
	transform: translateY(8%)
}
}
[data-social-buttons] .button:not(.button--filled):hover {
	transition-delay: 0s !important
}
[data-social-buttons] .button:not(.button--filled):first-child {
	transition-delay: .3s
}
[data-social-buttons] .button:not(.button--filled):nth-child(2) {
	transition-delay: .15s
}
[data-social-buttons] .button:not(.button--filled):nth-child(3) {
	transition-delay: 0s
}
[data-social-buttons]:hover .button:not(.button--filled) {
	-webkit-transform: translateY(0);
	opacity: 1;
	transform: translateY(0)
}
.form {
	opacity: 1;
	transition: opacity .5s linear
}
.form .form-group+.form-footer, .form .form-group+.form-group {
	margin-top: 3.375rem
}
.form--disabled {
	opacity: .6;
	pointer-events: none
}
.form .form-error {
	color: #ff2f6a;
	margin-bottom: 2rem;
	margin-top: -1.5rem
}
.form-group {
	min-height: 3.563rem;
	position: relative
}
.form-group--checkbox {
	min-height: 1.7815rem
}
.form-group .form-input {
	width: 100%
}
.form-group .form-input:focus+.form-label, .form-group .form-input:not(:placeholder-shown)+.form-label {
	opacity: 0
}
.form-group .parsley-errors-list {
	color: #ff2f6a;
	display: flex;
 font-size: .6rem;
	justify-content: flex-end;
	left: 0;
	list-style-type: none;
	margin: 0;
 padding: .5rem 0 0;
	position: absolute;
	right: 0;
	text-transform: capitalize;
	top: 100%
}
.form-group .parsley-errors-list li {
	margin: 0
}
.form-label {
	color: #aaaac8;
	font-weight: 400;
	line-height: 1.938rem;
	opacity: .52;
	transition: all .35s ease-in-out
}
.form-input, .form-label {
	font-size: 1.125rem
}
.form-input {
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #6d658f;
	display: block;
	height: 3.563rem;
	transition: border .35s linear;
	vertical-align: middle;
	width: 100%
}
 @media (max-device-height:600px) and (max-device-width:1024px) and (orientation:landscape), screen and (max-width:768px) {
.form-input {
	font-size: 1rem
}
}
.form-input:focus {
	border-color: #fff;
	outline: none
}
 .form-input:focus::-webkit-input-placeholder {
 color: transparent
}
 .form-input:focus:-ms-input-placeholder {
 color: transparent
}
 .form-input:focus::-ms-input-placeholder {
 color: transparent
}
 .form-input:focus::-moz-placeholder {
 color: transparent
}
 .form-input:focus::placeholder {
 color: transparent
}
 .form-input::-webkit-input-placeholder {
 color: #aaaac8;
 -webkit-transition: color .15s linear;
 transition: color .15s linear
}
 .form-input:-ms-input-placeholder {
 color: #aaaac8;
 -ms-transition: color .15s linear;
 transition: color .15s linear
}
 .form-input::-ms-input-placeholder {
 color: #aaaac8;
 -ms-transition: color .15s linear;
 transition: color .15s linear
}
 .form-input::-moz-placeholder {
 color: #aaaac8;
 -moz-transition: color .15s linear;
 transition: color .15s linear
}
 .form-input::placeholder {
 color: #aaaac8;
 transition: color .15s linear
}
.form-input.parsley-error {
	border-bottom-color: #ff2f6a
}
.form-checkbox {
	color: #cac1ec;
	cursor: pointer;
	display: inline-flex;
	font-family: Circle;
 font-size: .813rem;
	line-height: 1.125rem;
	padding-left: 2.0625rem;
	position: relative
}
.form-checkbox input {
	display: none
}
.form-checkbox input:checked+span:before {
	background-image: url(../images/d5db9d107b9d4ac987035fc2289973da.gif);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: 66%
}
.form-checkbox span:before {
	background-color: transparent;
 border: .063rem solid hsla(0, 0%, 94.9%, .29);
	border-radius: 2px;
	content: "";
	display: block;
	height: 1.375rem;
	left: 0;
	position: absolute;
	top: -.75em;
	width: 1.375rem
}
.form-checkbox.parsley-error {
	color: #ff2f6a
}
.form-checkbox.parsley-error span:before {
	border-color: #ff2f6a
}
.background-slideshow {
	position: relative
}
.background-slideshow img {
	-webkit-transform: translate(-50%, -50%);
	display: block;
	left: 50%;
	opacity: 0;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%)
}
.background-slideshow:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.3);
	z-index: 9;
}
.background-slideshow img:first-child {
	opacity: 1
}
 @media (min-aspect-ratio:101/100) {
.background-slideshow img {
	max-width: 100%;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
}
 @media (max-aspect-ratio:99/100) {
.background-slideshow img {
	height: 100%;
	max-height: 100%
}
}
.slideshow {
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	overflow: hidden;
	user-select: none
}
 @media (min-device-height:768px) and (min-device-width:1024px), screen and (min-width:769px) and (min-device-height:813px) {
.slideshow__container {
	height: 100%;
	position: relative;
	width: 100%
}
}
.slideshow__nav {
	position: absolute;
	z-index: 1
}
.slideshow__nav .button svg g {
	fill: #fff
}
.slideshow__arrow+.slideshow__arrow {
	margin-top: 2.625rem
}
.slideshow__pagination {
	display: none
}
 @media (max-device-height:600px) and (max-device-width:1024px) and (orientation:landscape), screen and (max-width:768px) {
.slideshow__pagination {
	display: block;
	position: fixed !important;
	z-index: 4 !important
}
}
 [data-slideshow-item] {
 z-index: 1
}
 @media (min-device-height:768px) and (min-device-width:1024px), screen and (min-width:769px) and (min-device-height:813px) {
 [data-slideshow-item] {
 height: 100%;
 left: 0;
 position: absolute;
 top: 0;
 width: 100%
}
}
[data-slideshow-item] img {
	-webkit-transform: translate(-50%, -50%);
	display: block;
	left: 50%;
	max-width: 100%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%
}
.pagination-list {
	position: absolute;
	width: 100vw;
	left: 0;
	bottom: 0;
	z-index: 9;
}
.swiper-pagination-bullets {
	-webkit-transform: translateX(-50%) !important;
	bottom: 2.25rem;
	/* bottom: 36px; */
	left: 50%;
	transform: translateX(-50%) !important
}
 @media (max-device-height:600px) and (max-device-width:1024px) and (orientation:landscape), screen and (max-width:768px) {
.swiper-pagination-bullets {
	bottom: 10px
}
}
.swiper-pagination-bullets .swiper-pagination-bullet {
	background-color: #fff;
 height: .375rem;
	margin: 0 1.5rem;
	opacity: .38;
 width: .375rem
}
.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
	opacity: 1
}
.heading {
	overflow: hidden;
	padding-top: 3.5rem
}
.heading__container {
	position: relative
}
.heading__hint {
	font-family: Circle;
	font-size: 1.3rem;
	font-weight: 700;
	left: 4.75rem;
 letter-spacing: .1rem;
	position: absolute;
	text-transform: capitalize;
	top: -3.5rem
}
.heading__hint span {
	display: block;
	font-family: 'Expressway Cd Bold';
}
 @media (max-device-height:600px) and (max-device-width:1024px) and (orientation:landscape), screen and (max-width:768px) {
.heading__hint {
 font-size: .688rem;
	left: 0;
 letter-spacing: .069rem;
	top: -2rem
}
}
.heading__line {
 -webkit-transform: translate(-2.25rem, -.15rem);
	background-color: #efdcc6;
	height: 1px;
	position: absolute;
	right: 100%;
	top: 50%;
 transform: translate(-2.25rem, -.15rem);
	width: 100vw
}
 @media (max-device-height:600px) and (max-device-width:1024px) and (orientation:landscape), screen and (max-width:768px) {
.heading__line {
	display: none
}
}
.heading__line:after {
	-webkit-transform: translateY(-50%);
	background-color: #efdcc6;
	border-radius: 50%;
	content: "";
	display: block;
 height: .438rem;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
 width: .438rem
}
.heading__text {
	/* font-family: "Rozha_One"; */
	font-size: 3.125rem;
	line-height: 1.8;
	letter-spacing: 6px;
	text-transform: capitalize;
}
.heading__text>div+div {
	margin-left: 15.6rem;
	font-weight: bold;
	letter-spacing: 2px;
}
 @media (max-device-height:600px) and (max-device-width:1024px) and (orientation:landscape), screen and (max-width:768px) {
.heading__text>div+div {
	margin-left: 4.375rem
}
}
 @media screen and (max-width:425px) {
.heading__text>div+div {
	margin-left: 0
}
}
 @media (max-device-height:600px) and (max-device-width:1024px) and (orientation:landscape), screen and (max-width:768px) {
.heading__text {
	font-size: 3rem
}
}
 @media screen and (max-width:425px) {
.heading__text {
	font-size: 2rem
}
}
 @-webkit-keyframes line {
 0% {
 transform: translateX(0);
 width: 100%
}
 50% {
 transform: translateX(0);
 width: 0
}
 51% {
 transform: translateX(100%);
 width: 0
}
to {
	transform: translateX(0);
	width: 100%
}
}
 @keyframes line {
 0% {
 transform: translateX(0);
 width: 100%
}
 50% {
 transform: translateX(0);
 width: 0
}
 51% {
 transform: translateX(100%);
 width: 0
}
to {
	transform: translateX(0);
	width: 100%
}
}
 @-webkit-keyframes times-line-before {
 0% {
 transform: translate(-1.12rem, -1px) rotate(45deg)
}
 50% {
 transform: translate(2.1rem, 3rem) rotate(45deg)
}
 51% {
 transform: translate(-4rem, -3rem) rotate(45deg)
}
to {
	transform: translate(-1.12rem, -1px) rotate(45deg)
}
}
 @keyframes times-line-before {
 0% {
 transform: translate(-1.12rem, -1px) rotate(45deg)
}
 50% {
 transform: translate(2.1rem, 3rem) rotate(45deg)
}
 51% {
 transform: translate(-4rem, -3rem) rotate(45deg)
}
to {
	transform: translate(-1.12rem, -1px) rotate(45deg)
}
}
 @-webkit-keyframes times-line-after {
 0% {
 transform: translate(-1.12rem, -1px) rotate(-45deg)
}
 50% {
 transform: translate(-4rem, 3rem) rotate(-45deg)
}
 51% {
 transform: translate(2.1rem, -3rem) rotate(-45deg)
}
to {
	transform: translate(-1.12rem, -1px) rotate(-45deg)
}
}
 @keyframes times-line-after {
 0% {
 transform: translate(-1.12rem, -1px) rotate(-45deg)
}
 50% {
 transform: translate(-4rem, 3rem) rotate(-45deg)
}
 51% {
 transform: translate(2.1rem, -3rem) rotate(-45deg)
}
to {
	transform: translate(-1.12rem, -1px) rotate(-45deg)
}
}
/*.popup-toggle {
	position: fixed;
	right: 5rem;
	top: 35px;
	z-index: 9;
}*/
.header-nav {
	width: 100%;
	justify-content: space-between;
}
.header-main.on .header-nav {
	display: none;
}
.header-nav li {
	padding: 0 20px;
	position: relative;
	height: 70px;
	overflow: hidden;
	display: flex;
	align-items: center;
}
.header-nav a {
	color: #fff;
	font-size: 15px;
	text-transform: capitalize;
	display: block;
	overflow: hidden;
	position: relative;
	min-width: 80px;
	text-align: center;
}
.header-nav-span {
	display: block;
	text-transform: capitalize;
	position: relative;
	padding-bottom: 1px;
	white-space: nowrap;
	transition: transform .2s;
}
.header-nav-active {
	position: absolute;
	left: 0;
	top: 100%;
	text-align: center;
	width: 100%;
	font-size: 14px;
}
.header-nav li:hover .header-nav-span {
	transform: translate3d(0, -100%, 0);
}
.header-nav-down {
	position: absolute;
	width: 100%;
	background: #212121;
	top: 0;
	left: 0;
	padding: 90px 5rem 0;
	height: 440px;
	display: none;
}
.header-nav-popup {
	position: relative;
	width: 100%;
	padding-top: 50px;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	position: fixed;
	background: rgba(30, 30, 30, .9);
	top: 82px;
	left: 0;
	padding: 50px 5rem;
	display: none;
	overflow: hidden;
}
.header-nav-popup:first-child {
	display: none !important;
}
.header-nav-flex {
	align-items: stretch;
	justify-content: space-between;
	padding-bottom: 50px;
}
.header-nav-nav {
	width: 22%;
	float: left;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-direction: column;
	align-items: flex-start;
}
.header-nav-nav a {
	color: #fff;
	font-size: 15px;
	letter-spacing: 1.5px;
	transition: all .5s;
	height: 16.66%;
	padding-left: 15px;
	background: url(../images/button.png) no-repeat 0 3px;
	background-size: 6px;
	text-align:left;
}
.header-nav-nav p {
	display: inline-block;
	color: rgba(255, 255, 255, 1);
	padding: 5px 15px 10px 0;
	font-size: 15px;
	margin-top: 10px;
	background-size: 20px;
}
.header-nav-nav a:hover {
	color: #999;
}
.header-nav-popup .header-nav-right {
	width: 70%;
	float: right;
	justify-content: flex-end;
	text-align: right;
	display: block;
	font-size: 0;
}
.header-nav-popup .header-nav-right a {
	width: 25%;
	padding: 0 1.5%;
	display: inline-block;
	transition: all .3s;
}
.header-nav-popup .header-nav-right a:hover {
	opacity: 0.6;
}
.header-nav-img {
	position: relative;
	width: 100%;
	padding-top: 62%;
	overflow: hidden;
}
.header-nav-img img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	transition: all .8s;
	-o-object-fit: cover;
	object-fit: cover;
}
.students-list li:hover .students-img img {
	transform: scale(1.05);
}
.header-nav-img img {
	width: 100%;
	/* height: 200px; */
	-o-object-fit: cover;
	object-fit: cover;
}
.header-nav-popup a h3 {
	font-size: 14px;
	color: #fff;
	margin-top: 20px;
	font-weight: 500;
	letter-spacing: 1px;
	text-align: center;
	/* border-bottom: 1px solid rgba(255, 255, 255, 0.3); */
	padding: 4px 0;/* border-top: 1px solid rgba(255, 255, 255, 0.3); */
}
.popup-toggle-1 {
	cursor: pointer;
	height: 1.125rem;
	width: 2.5rem;
	z-index: 4;
	position: absolute;
	right: 0;
	top: 0;
	display: none;
}
 @media (max-device-height:600px) and (max-device-width:1024px) and (orientation:landscape), screen and (max-width:768px) {
.popup-toggle-1 {
	right: 1.5rem;
	top: 2.1rem;
	width: 2rem
}
}
.popup-toggle-1 svg {
	transition: opacity .15s linear;
	width: 100%
}
.popup-toggle-1 svg rect {
	fill: #fff
}
.popup-toggle__overlay {
	height: 100%;
	left: 0;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	transition: opacity .15s linear;
	width: 100%
}
 @media (max-device-height:600px) and (max-device-width:1024px) and (orientation:landscape), screen and (max-width:768px) {
.body--secondary .popup-toggle__overlay {
	opacity: 1
}
}
.popup-toggle__overlay svg {
	left: 0;
	position: absolute;
	top: 0;
	width: 100%
}
.popup-toggle__overlay svg rect {
	fill: #231446
}
.popup-toggle--with-overlap .popup-toggle__overlay {
	opacity: 1
}
.popup-toggle--with-overlap>svg {
	opacity: 0
}
.popup-toggle--animated .line-01, .popup-toggle:hover .line-01 {
	-webkit-animation: line 1s ease-in-out 1;
	animation: line 1s ease-in-out 1
}
.popup-toggle--animated .line-02, .popup-toggle:hover .line-02 {
	-webkit-animation: line 1s ease-in-out .25s 1;
	animation: line 1s ease-in-out .25s 1
}
.popup-toggle--animated .line-03, .popup-toggle:hover .line-03 {
	-webkit-animation: line 1s ease-in-out .33s 1;
	animation: line 1s ease-in-out .33s 1
}
.logo-nav {
	right: 5rem;
	top: 6.15rem;
	width: 220px;
}
.popup-nav {
	-webkit-transform: translateZ(0);
	bottom: 0;
	box-sizing: border-box;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	transform: translateZ(0);
	z-index: 99
}
 @media (max-device-height:600px) and (max-device-width:1024px) and (orientation:landscape), screen and (max-width:768px) {
.popup-nav {
	overflow-y: auto;
	padding: 1.5rem
}
}
.popup-nav__logotype {
	position: fixed
}
.popup-nav__logotype svg path {
	fill: #231446
}
 @media (max-device-height:600px) and (max-device-width:1024px) and (orientation:landscape), screen and (max-width:768px) {
.popup-nav__logotype {
	left: auto;
	margin-bottom: 3.8rem;
	position: relative;
	top: auto
}
.popup-nav__logotype svg path {
	fill: #aaaac8
}
}
.popup-nav__background {
	position: relative
}
.popup-nav__container {
	align-items: stretch;
	display: flex;
	height: 100vh;
	left: 0;
	position: absolute;
	top: 0;
	width: 100vw
}
 @media (max-device-height:600px) and (max-device-width:1024px) and (orientation:landscape), screen and (max-width:768px) {
.popup-nav__container {
	align-items: flex-start;
	flex-direction: column;
	height: auto;
	overflow-y: auto;
	position: relative;
	width: 100%
}
}
 @media (min-device-height:768px) and (min-device-width:1024px), screen and (min-width:769px) and (min-device-height:813px) {
.popup-nav__container>* {
	align-items: center;
	box-sizing: border-box;
	display: flex;
	height: 100%
}
}
.popup-nav__left {
	justify-content: center;
	width: 62%
}
 @media (max-device-height:600px) and (max-device-width:1024px) and (orientation:landscape), screen and (max-width:768px) {
.popup-nav__left {
	width: auto
}
}
.popup-nav__right {
	justify-content: flex-start;
	padding-left: 14.625rem;
	position: relative;
	width: 38%
}
 @media (max-device-height:600px) and (max-device-width:1024px) and (orientation:landscape), screen and (max-width:768px) {
.popup-nav__right {
	padding-left: 0;
	width: auto
}
}
.popup-nav__footer {
	align-items: center;
	bottom: 2.875rem;
	display: flex;
	left: 5rem;
	position: fixed;
	right: 5rem;
	z-index: 3
}
 @media (max-device-height:600px) and (max-device-width:1024px) and (orientation:landscape), screen and (max-width:768px) {
.popup-nav__footer {
	align-items: flex-start;
	background-color: #211243;
	bottom: auto;
	flex-direction: column;
	left: auto;
	margin: 1.5rem -1.5rem -1.5rem;
	padding: 1.5rem;
	position: relative;
	right: auto;
	width: 100%
}
}
.popup-nav.hidden {
	display: none
}
.popup-nav__language {
	align-items: stretch;
	display: flex;
	height: 1.6rem;
	left: 14.625rem;
	position: absolute;
	top: 6rem
}
 @media (max-device-height:600px) and (max-device-width:1024px) and (orientation:landscape), screen and (max-width:768px) {
.popup-nav__language {
	height: auto;
	left: auto;
	margin-bottom: 3.75rem;
	margin-top: 1.5rem;
	position: relative;
	top: auto
}
}
.mfp-close, .popup-nav__times {
	cursor: pointer;
	height: 1.6rem;
	overflow: hidden;
	position: absolute;
	right: 5rem;
	top: 6.15rem;
	width: 1.6rem;
	z-index: 2
}
 @media (max-device-height:600px) and (max-device-width:1024px) and (orientation:landscape), screen and (max-width:768px) {
.mfp-close, .popup-nav__times {
	height: 1.25rem;
	right: 1.5rem;
	top: 2rem;
	width: 1.25rem
}
}
.mfp-close:after, .mfp-close:before, .popup-nav__times:after, .popup-nav__times:before {
	background-color: #fff;
	border-radius: 1px;
	content: "";
	display: block;
	height: 2px;
	left: 50%;
	position: absolute;
	top: 50%;
	width: 2.26rem
}
.mfp-close:before, .popup-nav__times:before {
	transform: translate(-1.12rem, -50%) rotate(45deg)
}
.mfp-close:after, .popup-nav__times:after {
	transform: translate(-1.12rem, -50%) rotate(-45deg)
}
.mfp-close--animated:before, .mfp-close:hover:before, .popup-nav__times--animated:before, .popup-nav__times:hover:before {
	-webkit-animation: times-line-before 1s ease-in-out 1;
	animation: times-line-before 1s ease-in-out 1
}
.mfp-close--animated:after, .mfp-close:hover:after, .popup-nav__times--animated:after, .popup-nav__times:hover:after {
	-webkit-animation: times-line-after 1s ease-in-out 1;
	-webkit-animation-delay: .25s;
	animation: times-line-after 1s ease-in-out 1;
	animation-delay: .25s
}
.mfp-close {
	cursor: pointer !important;
	font-size: 0 !important;
	height: 1.6rem !important;
	overflow: hidden !important;
	position: fixed !important;
	right: 2rem !important;
	top: 3rem !important;
	width: 1.6rem !important
}
.background-item {
	height: 100vh;
	position: absolute;
	top: 0
}
 @media (max-device-height:600px) and (max-device-width:1024px) and (orientation:landscape), screen and (max-width:768px) {
.background-item {
	position: fixed
}
}
.background-item--left {
	background-color: #fff;
	width: 62%
}
 @media (max-device-height:600px) and (max-device-width:1024px) and (orientation:landscape), screen and (max-width:768px) {
.background-item--left {
	display: none
}
}
.background-item--right {
	background-color: #212121;
	left: 0;
	width: 100%
}
 @media (max-device-height:600px) and (max-device-width:1024px) and (orientation:landscape), screen and (max-width:768px) {
.background-item--right {
	height: 55rem
}
}
 @media (max-device-height:600px) and (max-device-width:1024px) and (orientation:landscape) and (orientation:landscape), screen and (max-width:768px) and (orientation:landscape) {
.background-item--right {
	height: 50rem
}
}
 @media (min-device-height:768px) and (min-device-width:1024px), screen and (min-width:769px) and (min-device-height:813px) {
.background-item--right {
	left: 62%;
	width: 38%
}
}
.popup-menu {
	width: 100%;
	padding: 0 5rem;
	align-items: flex-start;
	display: flex;
	/* -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column; */
	flex-wrap: wrap;
}
.popup-nav-menu {
	width: 33.33%;
}
.popup-nav-menu>a {
	color: #000;
	display: block;
	font-size: 22px;
	line-height: 1;
	margin-bottom: 20px;
	text-decoration: none;
	transition: color .25s ease-in-out
}
.popup-nav-zj a {
	font-size: 14px;
	position: relative;
	display: block;
	color: rgba(0, 0, 0, 0.7);
	line-height: 2;
	padding-left: 15px;
}
.popup-nav-zj a:before {
	position: absolute;
	content: '';
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.5);
	left: 0;
	top: 10px;
}
 @media (max-device-height:600px) and (max-device-width:1024px) and (orientation:landscape), screen and (max-width:768px) {
.popup-menu a+a {
	margin-top: 2rem
}
}
.popup-menu a:hover {
	color: #efdcc6
}
 @media (max-device-height:600px) and (max-device-width:1024px) and (orientation:landscape), screen and (max-width:768px) {
.popup-menu a {
	color: #fff;
	font-size: 1.438rem
}
}
.popup-menu a.external-link:after {
	-webkit-filter: hue-rotate(48deg) saturate(1) brightness(1);
	-webkit-transform: translateY(calc(-50% + .1em));
	filter: hue-rotate(48deg) saturate(1) brightness(1);
	height: .5em;
	left: calc(100% + .5em);
	transform: translateY(calc(-50% + .1em));
	width: .5em
}
.popup-menu a.external-link:hover:after {
	opacity: .2
}
 @media (max-device-height:600px) and (max-device-width:1024px) and (orientation:landscape), screen and (max-width:768px) {
.popup-menu {
	margin-bottom: 2.625rem
}
}
.popup-social {
	line-height: 3.75rem
}
 @media (max-device-height:600px) and (max-device-width:1024px) and (orientation:landscape), screen and (max-width:768px) {
.popup-social {
	height: 0;
	line-height: 2.2rem;
	overflow: hidden
}
}
.popup-social a {
	color: #aaaac8;
	display: block;
	font-size: 1.25rem;
	font-weight: 400;
	text-decoration: none;
	transition: color .25s ease-in-out
}
 @media (max-device-height:600px) and (max-device-width:1024px) and (orientation:landscape), screen and (max-width:768px) {
.popup-social a {
	font-size: 1rem
}
}
.popup-social a:hover {
	color: #fff
}
.popup-social__toggle {
	align-items: center;
	color: #aaaac8;
	display: flex;
	font-size: 1rem;
	font-weight: 400
}
.popup-social__toggle svg {
	-webkit-transform: rotate(180deg);
 margin-left: .5rem;
	transform: rotate(180deg)
}
 @media (min-device-height:768px) and (min-device-width:1024px), screen and (min-width:769px) and (min-device-height:813px) {
.popup-social__toggle {
	display: none
}
}
.popup-social__toggle--active {
	margin-bottom: 1.75rem
}
.popup-social__toggle--active svg {
	transform: rotate(0deg)
}
.popup-social__toggle--active+.popup-social {
	height: auto
}
.popup-footer-link {
	align-items: center;
	color: #000;
	display: flex;
 font-size: .8rem;
	font-weight: 400;
	text-decoration: none
}
.popup-footer-link svg {
	margin-right: 1rem
}
 @media (max-device-height:600px) and (max-device-width:1024px) and (orientation:landscape), screen and (max-width:768px) {
.popup-footer-link--desktop {
	display: none
}
}
.popup-footer-link-mobile {
	color: #fff;
	font-size: 1.125rem;
	line-height: 1.375rem;
 margin-bottom: .8rem;
	text-decoration: none
}
 @media (min-device-height:768px) and (min-device-width:1024px), screen and (min-width:769px) and (min-device-height:813px) {
.popup-footer-link-mobile {
	display: none
}
}
.popup-copyright {
 font-size: .8rem;
	font-weight: 400;
 letter-spacing: .079rem;
	text-transform: capitalize
}
 @media (max-device-height:600px) and (max-device-width:1024px) and (orientation:landscape), screen and (max-width:768px) {
.popup-copyright {
	line-height: 1.5em
}
}
 @media (min-device-height:768px) and (min-device-width:1024px), screen and (min-width:769px) and (min-device-height:813px) {
.popup-copyright, .popup-copyright a {
	color: #7c7c7c;
 font-size: .688rem;
 letter-spacing: .096rem
}
.popup-copyright br {
	display: none
}
}
 @media (min-device-height:768px) and (min-device-width:1024px), screen and (min-width:769px) and (min-device-height:813px) {
.popup-copyright+.popup-footer-link {
	margin-left: 6.6875rem
}
}
.art-performance-link {
	-webkit-filter: blur(0);
	color: #fff;
	filter: blur(0);
 font-size: .6rem;
	font-weight: 400;
 letter-spacing: .096rem;
	margin-left: auto;
	text-transform: capitalize
}
 @media (max-device-height:600px) and (max-device-width:1024px) and (orientation:landscape), screen and (max-width:768px) {
.art-performance-link {
 font-size: .8rem;
	margin-left: 0;
 margin-top: .8rem
}
}
.informer {
 font-size: .938rem;
	font-weight: 700;
	line-height: 1
}
.informer__numbers, .informer__total {
 height: .938rem;
	overflow: hidden;
	position: relative;
	text-align: center;
	width: 1rem
}
.informer__line {
	background-color: #fff;
	height: 1px;
	margin: 2.625rem 0;
	opacity: .28;
	width: 1rem
}
.informer__numbers>div {
	width: 100%
}
.donut svg {
	height: 100%;
	width: 100%
}
.popupVideoLink {
	cursor: pointer
}
.popupVideoLink .video-poster {
	display: block;
	position: relative;
	transition: transform 2s ease-in-out;
	width: 100%;
	z-index: 2
}
.popupVideoLink .video-js {
	max-width: 100%;
	position: absolute;
	width: 100%;
	z-index: 1
}
.popupVideoLink .video-js, .popupVideoLink .video-js .vjs-big-play-button {
	-webkit-transform: translate(-50%, -50%);
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%)
}
.popupVideoLink .video-js .vjs-big-play-button {
	background: none;
	border: none
}
.popupVideoLink .video-js:hover .vjs-big-play-button {
	-webkit-transform: translate(-50%, -50%) scale(1.2);
	background: none;
	transform: translate(-50%, -50%) scale(1.2)
}
.popupVideoLink:after {
	-webkit-transform: translate(-50%, -50%);
	background-image: url(../images/8805e6dae9d74b9dbae145337611e3ba.gif);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 1.875rem;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 1.625rem;
	z-index: 3
}
.popupVideoLink:hover .video-poster {
	transform: translate(-50%, -50%) scale(1.1) rotate(2deg)
}
.popup-video-container {
	background: #0f091e;
	height: 100vh;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 10
}
.popup-video-container .video-js, .popup-video-container iframe {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1
}
.popup-video-container .video-js .vjs-big-play-button, .popup-video-container iframe .vjs-big-play-button {
	display: none
}
.popup-video-container .video-js .vjs-control-bar, .popup-video-container iframe .vjs-control-bar {
	background-color: transparent;
	bottom: 1.66667rem;
	left: 1.66667rem;
	right: 1.66667rem;
	width: auto
}
.popup-video-container .video-js .vjs-load-progress, .popup-video-container iframe .vjs-load-progress {
	background: none
}
.popup-video-container .video-js .vjs-load-progress div, .popup-video-container iframe .vjs-load-progress div {
	background: hsla(0, 0%, 100%, .2)
}
.popup-video-container .video-js .vjs-mouse-display, .popup-video-container .video-js .vjs-time-tooltip, .popup-video-container iframe .vjs-mouse-display, .popup-video-container iframe .vjs-time-tooltip {
	display: none !important;
	visibility: hidden !important
}
.popup-video-container .popup-video-times {
	background-image: url(../images/3cfe0c39415d4b12a846acfdd91574e3.gif);
	background-repeat: no-repeat;
	background-size: contain;
	cursor: pointer;
	height: 1.8rem;
	position: absolute;
	right: 5rem;
	top: 5rem;
	width: 1.8rem;
	z-index: 2
}
.popup-video-container .popup-video-times svg {
	width: 100%
}
 @media (max-device-height:600px) and (max-device-width:1024px) and (orientation:landscape), screen and (max-width:768px) {
.popup-video-container .popup-video-times {
	height: 1.25rem;
	right: 1.5rem;
	top: 1.5rem;
	width: 1.25rem
}
}
.language-switcher {
	align-items: center;
	display: flex
}
.language-switcher__link {
	color: hsla(0, 0%, 100%, .5);
	display: block;
 font-size: .8rem;
	opacity: .5;
	position: relative;
	text-decoration: none;
	text-transform: capitalize;
	transition: color .3s linear
}
.language-switcher__link:hover {
	color: #fff
}
.language-switcher__link+.language-switcher__link {
	margin-left: 5em
}
.language-switcher__link+.language-switcher__link:before {
	background-color: #fff;
	content: "";
	display: block;
	height: 1px;
	margin-top: -1px;
	opacity: .5;
	position: absolute;
	right: calc(100% + 1em);
	top: 50%;
	width: 3em
}
.language-switcher__link--active {
	color: #fff;
	pointer-events: none
}
[data-inline-slideshow] a {
	display: block
}
[data-inline-slideshow] a:not(.button) {
	border-bottom: none !important
}
[data-inline-slideshow] img {
	width: 100%
}
[data-inline-slideshow] .swiper-donut {
	-webkit-transform: translate(50%, 50%);
	bottom: 4.6875rem;
	height: 2.75rem;
	position: absolute;
	right: 3.75rem;
	transform: translate(50%, 50%);
	width: 2.75rem;
	z-index: 5
}
 @media (max-device-height:600px) and (max-device-width:1024px) and (orientation:landscape), screen and (max-width:768px) {
[data-inline-slideshow] .swiper-donut {
	display: none
}
}
[data-inline-slideshow] .swiper-arrows {
	-webkit-transform: translate(-50%, 50%);
	bottom: 4.6875rem;
	left: 50%;
	position: absolute;
	transform: translate(-50%, 50%);
	z-index: 5
}
 @media (max-device-height:600px) and (max-device-width:1024px) and (orientation:landscape), screen and (max-width:768px) {
[data-inline-slideshow] .swiper-arrows {
	display: none
}
}
[data-inline-slideshow] .swiper-arrows svg g, [data-inline-slideshow] .swiper-arrows svg path {
	fill: #fff
}
[data-inline-slideshow] .swiper-arrows .button:hover {
	background: #231446;
	border-color: #231446
}
[data-inline-slideshow] .swiper-arrows [data-slideshow-prev] svg {
	transform: rotate(-90deg)
}
[data-inline-slideshow] .swiper-arrows [data-slideshow-next] {
	margin-left: 2.375rem
}
[data-inline-slideshow] .swiper-arrows [data-slideshow-next] svg {
	transform: rotate(90deg)
}
[data-inline-slideshow] .donut .donut-segment {
	stroke: #fff
}
.accordion__item+.accordion__item, .accordion__item:first-child {
	border-top: 1px solid #ececec
}
.accordion__item:last-child {
	border-bottom: 1px solid #ececec
}
.accordion-item {
	position: relative;
	z-index: 1
}
.accordion-item__title {
	align-items: center;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	padding-bottom: 1rem;
 padding-right: .6875rem;
	padding-top: 1rem;
	position: relative
}
.accordion-item__title span {
	color: #231446;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 2.125rem
}
.accordion-item__title .button {
	pointer-events: none
}
.accordion-item__title .button svg g, .accordion-item__title .button svg path {
	fill: #231446
}
.accordion-item__title:after, .accordion-item__title:before {
	background-image: url(../images/70c9129de2be425f9e2926a0dcf3f00b.gif);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	left: 0;
	opacity: 0;
	padding-top: 2%;
	position: absolute;
	right: 0;
	transition: opacity .5s linear;
	z-index: 2
}
.accordion-item__title:before {
	background-position: 50% 100%;
	bottom: 100%
}
.accordion-item__title:after {
	-webkit-transform: rotate(180deg);
	background-position: 50% 0;
	top: 100%;
	transform: rotate(180deg)
}
.accordion-item__body {
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	transition: max-height .5s ease-in-out, opacity .5s linear
}
.accordion-item__body p:first-child {
	margin-top: 0
}
.accordion-item:hover {
	z-index: 2
}
.accordion-item:hover .accordion-item__title:after, .accordion-item:hover .accordion-item__title:before {
	opacity: 1
}
.accordion-item--visible .accordion-item__title .button {
	background: #231446;
	border-color: #231446
}
.accordion-item--visible .accordion-item__title .button svg {
	transform: rotate(0deg)
}
.accordion-item--visible .accordion-item__title .button svg g, .accordion-item--visible .accordion-item__title .button svg path {
	fill: #fff
}
.accordion-item--visible .accordion-item__body {
	max-height: 30rem;
	opacity: 1
}
.accordion-item--visible:hover {
	z-index: 1
}
.accordion-item--visible:hover .accordion-item__title:after, .accordion-item--visible:hover .accordion-item__title:before {
	opacity: 0
}
/* menu mobile */
html.mob-open {
	position: fixed;
}
.menu-mobile {
	display: none;
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	background: rgba(30,30,30,.8);
	z-index: 10;
}
.menu-mobile.on {
	background: rgba(30,30,30,.8);
}
.menu-mobile.active {
	background: rgba(30,30,30,1);
	position: fixed!important;
}
.menu-mobile .left, .menu-mobile .right {
	width: 50%;
	float: left;
}
.menu-mobile .logo {
	display: flex;
justify-content: space-between;
align-items: center;
height: 59px;
}
.menu-mobile .logo img {
	width: 100%;
}
.menu-mobile .right .navbar-toggle {
	display: block;
	float: right;
	margin: 21px 0 0 0;
	text-align: right;
	height: 38px;
	border-radius: 0;
	padding: 0;
	position: relative;
	background: none;
	border: none;
	outline: none!important;
	z-index: 100;
}
.menu-mobile .right .navbar-toggle:before, .menu-mobile .right .navbar-toggle:after, .menu-mobile .right .navbar-toggle span:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	background: #fff;
	top: 0;
	left: 0;
}
.menu-mobile .right .navbar-toggle span {
	display: block;
	font-size: 8px;
	letter-spacing: 1px;
	margin-top: 17px;
	line-height: 1;
	color: #fff;
	text-align: center;
	width: 30px;
}
.menu-mobile .right .navbar-toggle span:before {
	top: 16px;
}
.menu-mobile .right .navbar-toggle:after {
	top: 8px;
}
.menu-mobile .right .navbar-toggle.active:before {
	transform: rotate(225deg);
	top: 8px;
}
.menu-mobile .right .navbar-toggle.active span:before {
	width: 0;
	left: 50%;
	top: 5px;
}
.menu-mobile .right .navbar-toggle.active:after {
	transform: rotate(-225deg);
	top: 8px;
}
.mobile-wrap {
	position: fixed;
	background: rgba(79,79,79,1);
	left: 0;
	top: 59px;
	width: 100%;
	height: calc(100vh - 59px);
	display: none;
	overflow-y: auto;
}
.menu-mobile.active .mobile-wrap {
	display: block;
}
.mobile-wrap .mobile-nav ul {
	padding: 0 0;
}
.mobile-wrap .mobile-nav ul li {
	border-bottom: 1px solid #1e1e1e;
	clear: both;
}
.mobile-wrap .mobile-nav ul li a {
	color: #fff;
	padding: 15px 5%;
	font-size: 16px;
	text-transform: uppercase;
	display: block;
}
.mobile-wrap .mobile-nav ul li a:active, .mobile-wrap .mobile-nav ul li a.active {
	color: #fff;
}
.mobile-wrap .mobile-nav ul li ul {
	background-color: #131313;
	display: none;
	padding: 0;
}
.mobile-wrap .mobile-nav ul li ul li {
	border-bottom: 1px solid #4f4f4f;
}
.mobile-wrap .mobile-nav ul li.lancio {
	overflow: hidden;
}
.mobile-wrap .mobile-nav ul li.lancio .item {
	width: 50%;
	float: left;
	clear: none;
	line-height: 1.2;
}
.mobile-wrap .mobile-nav ul li.lancio a {
	font-size: 12px;
	padding: 20px 15%;
	letter-spacing: normal;
}
.mobile-wrap .mobile-nav ul li.lancio a .wrap {
	position: relative;
	width: 100%;
	padding-top: 65%;
	margin-bottom: 10px;
	overflow: hidden;
}
.mobile-wrap .mobile-nav ul li.lancio a img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
}
/* menu mobile  end */

.home__background {
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100vh;
}
.home__background .background-slideshow {
	height: 100%
}
.home-page {
	position: fixed;
	height: 100vh;
}
.home-page .swiper-container {
	width: 100%;
	height: 100%;
	transition: 1s background-color 1.3s;
}
.home-page .swiper-wrapper {
	transition-delay: 1s;
	transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
/* .home-page .swiper-pagination{
    left: auto;
    right: 10%;
    -webkit-transform: translate(0) !important;
            transform: translate(0) !important;
} */

.home-page .swiper-pagination .swiper-pagination-bullet {
	position: relative;
	font-size: 0;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	margin: 12px 20px;
	border: 2px solid rgba(140, 140, 140, 0.8);
	background: none;
	transition: all .3s;
	opacity: 1;
	background: none !important;
}
.home-page .swiper-pagination .swiper-pagination-bullet::before {
	content: '';
	background: rgba(140, 140, 140, 0.8);
	width: 4px;
	height: 4px;
	border-radius: 50%;
	position: absolute;
	top: 2px;
	left: 2px;
	transition: all 0.5s;
	opacity: 0;
}
.home-page .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
	opacity: 1;
	transition-delay: 1.2s;
}
.home-page .swiper-slide {
	height: 100vh;
	text-align: center;
	font-size: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
}
.home-page .swiper-slide .img-box {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	transition-duration: 1s;
	transition-property: transform;
	transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
	overflow: hidden;
}
.product-Ul .home-page .swiper-slide .img-box {
	position: static;
}
.product-ul-new .home-page .swiper-slide .img-box {
	position: static;
}
.home-page .swiper-slide img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
	transition-property: transform;
}
 @media (max-device-height:600px) and (max-device-width:1024px) and (orientation:landscape), screen and (max-width:768px) {
.home__background {
	position: fixed
}
}
.home__slideshow {
	color: #fff;
	height: 100vh;
	left: 0;
	position: absolute;
	top: 0;
	width: 100vw;
	z-index: 2
}
.home__slideshow .slideshow__nav {
	-webkit-transform: translateY(-50%);
	display: flex;
	flex-direction: column;
	right: 5rem;
	top: 50%;
	transform: translateY(-50%)
}
 @media (max-device-height:600px) and (max-device-width:1024px) and (orientation:landscape), screen and (max-width:768px) {
.home__slideshow .slideshow__nav {
	display: none
}
}
.home__slideshow.swiper-container {
	z-index: 2
}
 @media (max-device-height:600px) and (max-device-width:1024px) and (orientation:landscape), screen and (max-width:768px) {
.home__slideshow {
	position: fixed
}
}
.home__logotype svg path {
	fill: #fff
}
.home__heading {
	-webkit-transform: translateY(-50%);
	padding-left: 19rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	z-index: 3
}
 @media (max-device-height:600px) and (max-device-width:1024px) and (orientation:landscape), screen and (max-width:768px) {
.home__heading {
	padding-left: 1.5rem;
	top: 50%
}
}
.home__nav {
	bottom: 5rem;
	display: flex;
	left: 19rem;
	position: absolute;
	z-index: 3
}
 @media (max-device-height:600px) and (max-device-width:1024px) and (orientation:landscape), screen and (max-width:768px) {
.home__nav {
	display: none
}
}
.home__nav a {
	color: #fff;
 font-size: .875rem;
	font-weight: 700;
 letter-spacing: .088rem;
 line-height: .813rem;
	text-decoration: none;
	text-transform: capitalize
}
.home__nav a+a {
	margin-left: 6.375rem
}
 @media screen and (max-width:1680px) {
.home__nav a+a {
	margin-left: 5rem
}
}
 @media screen and (max-width:1366px) {
.home__nav a+a {
	margin-left: 3.5rem
}
}
 @media screen and (max-width:1024px) {
.home__nav a+a {
	margin-left: 2rem
}
}
.home__informer {
	bottom: 5rem;
	color: #fff;
	left: 5rem;
	position: absolute;
	z-index: 2
}
 @media (max-device-height:600px) and (max-device-width:1024px) and (orientation:landscape), screen and (max-width:768px) {
.home__informer {
	display: none
}
}
.home__splash {
	background-color: #000;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	transition: all 1s;
	z-index: 100
}
.home__splash.on {
	top: 140%;
}
.home__preloader {
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 380px;
	z-index: 10
}
.home__preloader img {
	width: 100%;
}
.home__preloader svg polygon {
	fill: #adb3d2
}
.home__donut {
	bottom: 5rem;
	height: 2.7rem;
	position: absolute;
	right: 5rem;
	width: 2.7rem;
	z-index: 2
}
 @media (max-device-height:600px) and (max-device-width:1024px) and (orientation:landscape), screen and (max-width:768px) {
.home__donut {
	display: none
}
}
.home__donut .donut-ring {
	stroke: hsla(0, 0%, 80%, .5)
}
.home__donut .donut-segment {
	stroke: #ccc
}
.home:after {
	background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, .65));
	bottom: 0;
	content: "";
	display: block;
	width: 100%;
	height: 25%;
	left: 0;
	position: absolute;
	right: 0;
	z-index: 1
}
 @media (max-device-height:600px) and (max-device-width:1024px) and (orientation:landscape), screen and (max-width:768px) {
.home:after {
	height: 100%;
	position: fixed
}
}
body.page-template-home #page-gc {
	position: relative;
	width: 100%;
	height: 100%
}
body.page-template-home #page-gc .site-content {
	position: relative;
	width: 100%;
	height: 100%
}
body.page-template-home #page-gc .site-content .content {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.parallax {
	/* padding: 20px; */
	background: #fbfbfb;
}
.home-page {
	position: relative;
	width: 100%;
	height: 100%;
	/* background: #EAEAEA; */
	overflow: hidden
}
.page-title {
	padding: 60px 0;
	text-align: center;
	justify-content: space-between;
}
.page-index {
	padding: 80px 0;
}
.page-home {
	height: 337px;
}
.page-index-pa {
	padding: 120px 0;
}
.ny-title-xg.text-center {
	text-align: center;
}
.ny-title-xg h1 {
	line-height: 40px;
	font-size: 34px;
	font-style: italic;
	margin: 0;
	/* font-family: times; */
	font-weight: 500;
	padding-left: 73px;
	background: url(../images/x1.png) no-repeat 0 16px;
	text-transform: capitalize;
}
.ny-title-xg.text-center h1 {
	background: none;
	padding-left: 0;
	font-size: 40px;
	line-height: 46px;
}
.ny-title-xg h1 em {
	display: block;
}
.ny-title-xg.text-center h1 em {
	text-align: center;
}
.ny-title-xg h2 {
	display: inline-block;
	font-size: 18px;
	padding: 0 70px 0 73px;
	font-weight: 500;
	margin: 22px 0 38px;
	background: url(../images/b1.png) no-repeat 100%;
}
.home-news .ny-title-xg h2, .home-store-title .ny-title-xg h2 {
	margin-bottom: 0;
}
.ny-title-xg.text-center h2 {
	background: none;
	font-size: 22px;
	padding: 0 70px 0 73px;
	margin: 22px 0 38px;
}
/* .page-title span {
   font-size: 24px;
    margin-bottom: 8px;
    color: rgba(0, 0, 0, 0.8); 
} */

/* .page-title h1 {
    line-height: 46px;
    font-size: 45px;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0;
}
.page-title h1 em{
    display: block;
}
.page-title h2{
    display: inline-block;
    font-size: 28px;
    padding: 0 70px 0 73px;
    font-weight: 500;
    margin: 15px 0 18px;
    letter-spacing: 3px;
} */
.page-title ul {
	margin-top: 26px;
	text-align: center;
}
.page-title li {
	position: relative;
	display: inline-block;
}
.page-title li a {
	position: relative;
	padding: 0 30px;
	display: inline-block;
	text-transform: capitalize;
	letter-spacing: 1px;
	overflow: hidden;
	height: 17px;
}
/* .header-nav a {
    color: #3c3c3b;
    text-transform: capitalize;
    display: block;
    overflow: hidden;
    position: relative;
} */

.page-title li:after {
	position: absolute;
	content: '';
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #929292;
	top: 6px;
	right: 0;
}
.page-title li:last-child:after {
	display: none;
}
/* ------------------- */

.products-nav-span {
	display: block;
	text-transform: capitalize;
	position: relative;
	/* padding-bottom: 1px; */
	white-space: nowrap;
	transition: transform .2s;
}
.products-nav-active {
	position: absolute;
	left: 0;
	top: 100%;
	text-align: center;
	width: 100%;
	font-size: 14px;
}
.page-title li a:hover .products-nav-span {
	transform: translate3d(0, -100%, 0);
}
/* --------------------------- */

.page-title a:hover h3:before {
	transform: scaleX(1);
}
.page-title p {
	opacity: 0;
	transform: translateX(-25px);
	transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.page-title p img {
	width: 60px;
}
.page-title a:hover p {
	opacity: 1;
	transform: translateX(0);
}
/*  @media (max-width: 1700px){
    .page-title h3{
        font-size: 70px;
    }
    .page-title span{
        font-size: 25px;
    }
 }
.page-title h3:before{
     position: absolute;
     content: '';
     width: 110px;
     height: 1px;
     background: #000;
     top: 32px;
     left: 0;
 } */

.title_substring {
	margin-top: 30px;
	font-weight: 500;
}
.title_substring span {
	display: inline-block;
	font-size: 25px;
	color: #000;
	font-family: "Microsoft YaHei", Arial, sans-serif;
	position: relative;
	padding-left: 65px;
	padding-right: 65px;
	letter-spacing: 1.5px;
}
.title_substring span:after, .title_substring span:before {
	content: "";
	display: block;
	width: 40px;
	height: 1px;
	background-color: #000;
	position: absolute;
	top: 18px;
}
.title_substring span:before {
	right: 0;
}
.title_substring span:after {
	left: 0;
}
.page-title h3 em {
	font-weight: 500;
}
.page-title p {
	margin-top: 20px;
	font-size: 26px;
	letter-spacing: 2px;
}
.page-title span.s2 {
	text-transform: capitalize;
	font-size: 20px;
	margin-top: 10px;
}
.page-title a {
	color: #000;
	display: inline-block;
	transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
	position: relative;
}
.portfolio-block {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden
}
.portfolio-block .change-position {
	display: none
}
.portfolio-block>h2 {
	position: absolute;
	z-index: 999;
	font-size: 18px;
	color: #fff;
	letter-spacing: 0.01em;
	top: 42px;
	overflow: hidden;
	width: 100%
}
.portfolio-block>h2 span {
	width: 50%;
	padding: 0 10px;
	display: block;
	float: left
}
.portfolio-block>h2 span:first-child {
	color: #030303;
	text-align: right
}
.portfolio-block>h2 span:last-child {
	color: #fff
}
.portfolio-block .navigation {
	position: absolute;
	z-index: 100;
	left: 5rem;
	width: 15%;
	bottom: 5rem;
}
.portfolio-block .navigation .dot {
	position: absolute;
	width: 13px;
	background: #fff;
	left: 10px;
	top: 0;
	bottom: 305px;
	border-radius: 25px;
	will-change: bottom, top;
	transform: matrix(0.65, 0, 0, 0.65, 0, 0);
	-webkit-transform: matrix(0.65, 0, 0, 0.65, 0, 0)
}
.portfolio-block .navigation .dot.top {
	transition: top 100ms linear 0s, bottom 100ms linear 100ms;
	-moz-transition: top 100ms linear 0s, bottom 100ms linear 100ms;
	-webkit-transition: top 100ms linear 0s, bottom 100ms linear 100ms
}
.portfolio-block .navigation .dot.bottom {
	transition: bottom 200ms linear 0s, top 150ms linear 200ms;
	-moz-transition: bottom 200ms linear 0s, top 150ms linear 200ms;
	-webkit-transition: bottom 200ms linear 0s, top 150ms linear 200ms
}
.portfolio-block .navigation ul {
	width: 305px;
	position: relative
}
.portfolio-block .navigation ul li {
	cursor: pointer;
	display: inline-block;
	width: 36px;
	height: 31px;
	padding: 12px 14px 12px 15px;
	position: relative;
}
.portfolio-block .navigation ul li span {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 10px;
	color: #000;
	background: #fff;
	border-radius: 50%;
}
.portfolio-block .navigation ul li:after {
	content: "";
	width: 0;
	height: 2px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -7px;
	background: #fff;
}
.portfolio-block .navigation ul li.d-active:after {
	width: 14px;
}
.portfolio-block .nested-page {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0
}
.portfolio-block .nested-page.n-showD {
	z-index: 1
}
.portfolio-block .nested-page.n-showD .left .overlay {
	height: 0;
	opacity: 0.8
}
.portfolio-block .nested-page.n-active {
	z-index: 2
}
.portfolio-block .nested-page.n-showU {
	z-index: 3
}
.portfolio-block .nested-page.n-showU .left .overlay {
	height: 0;
	opacity: 0.8
}
.portfolio-block .nested-page .down-btn {
	display: block;
	position: absolute;
	bottom: 60px;
	left: 50%;
	width: 80px;
	height: 80px;
	border-radius: 100%;
	margin: 0 0 0 -40px;
	background-image: url("../images/down-btn.png");
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 5
}
.portfolio-block .nested-page .top-btn {
	display: block;
	position: absolute;
	top: 60px;
	left: 50%;
	width: 80px;
	height: 80px;
	border-radius: 100%;
	margin: 0 0 0 -40px;
	background-image: url("../images/top-btn.png");
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 5
}
.portfolio-block .nested-page .hi-icon {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	display: inline-block;
	transform: translateZ(0px);
	transition-duration: 0.3s;
	transition-property: box-shadow;
	vertical-align: middle
}
.portfolio-block .nested-page .left {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 50%;
	overflow: hidden;
	transform: scale(1.005, 1)
}
.portfolio-block .nested-page .left .overlay {
	position: absolute;
	width: 100%;
	bottom: 0;
	height: 100%;
	opacity: 0;
	transition: height 1s cubic-bezier(0.77, 0, 0.175, 1) 0s, opacity 0s;
	-moz-transition: height 1s cubic-bezier(0.77, 0, 0.175, 1) 0s, opacity 0s;
	-webkit-transition: height 1s cubic-bezier(0.77, 0, 0.175, 1) 0s, opacity 0s
}
.portfolio-block .nested-page .right {
	display: table;
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 50%;
	/* background: url(../picture/Covers.png) no-repeat center; */
	background-size: cover;
	overflow: hidden;
	text-align: center
}
.portfolio-block .nested-page .right:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url(../picture/Covers.png) no-repeat center bottom;
	background-size: contain;
	opacity: 0.05;
}
.portfolio-block .nested-page .right:after {
	content: "";
	height: 100%;
	vertical-align: middle;
	display: inline-block
}
.portfolio-block .nested-page .right .right-cont {
	vertical-align: middle;
	display: inline-block;
}
.portfolio-block .nested-page .right .right-cont h2 {
	font-size: 80px;
	font-weight: 400;
	line-height: 0.9;
	color: #fff;
	margin: 0;
	text-transform: capitalize;
}
.portfolio-block .nested-page .right .right-cont h2 i {
	display: block;
	font-style: inherit;
}
.portfolio-block .nested-page .right .right-cont h2 i:last-child {
	font-family: 'Expressway Cd Bold';
}
.portfolio-block .nested-page .right .right-cont h3 {
	margin-bottom: 16px;
	font-size: 21px;
	font-weight: bold;
	line-height: 1.6;
	color: #fff;
	letter-spacing: 2px;
}
.portfolio-block .nested-page .right .right-cont p {
	font-size: 15px;
	line-height: 1.75;
	color: #ddd;
	/* word-break: keep-all; */
	letter-spacing: 1px;
	width: 440px;
	margin: 34px auto 0;
}
.main_product_link {
	margin-top: 34px;
}
.hello-page .main_product_link {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 137px;
	margin-top: 0;
	text-align: center;
	z-index: 3;
}
.store-text .store-txt .main_product_link {
	position: static;
	margin-top: 50px;
}
.home-pro-title {
}
.home-pro .main_product_link {
	margin-top: 70px;
	display: none;
}
.jt_btn_line {
	display: inline-block;
	padding: 7px 18px;
	position: relative;
	font-size: 23px;
	font-weight: 400;
	line-height: 1;
	color: #fff;
	font-family: 'Expressway Cd Bold';
}
.jt_btn_line span {
	display: block;
	padding: 12px 0;
	position: relative;
}
.jt_btn_line span:before, .jt_btn_line span:after {
	content: '';
	display: block;
	height: 2px;
	position: absolute;
	bottom: 0;
	z-index: 1;
	background: #fff;
}
.jt_btn_line span:before {
	width: 100%;
	right: 0;
	transition: none;
}
.jt_btn_line span:after {
	width: 0;
	left: 0;
	transition: width .5s cubic-bezier(.215, .61, .355, 1);
}
.jt_btn_line:hover span:before {
	width: 0;
	transition: width .5s cubic-bezier(.215, .61, .355, 1);
}
.jt_btn_line:hover span:after {
	width: 100%;
	transition-delay: .3s;
}
.home-pro {
	position: relative;
}
.home-pro-img {
	width: 100%;
	height: 100vh;
	position: relative;
}
.home-pro-img img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
}
.home-pro-text {
	position: absolute;
	width: 750px;
	color: #fff;
	bottom: 20px;
	left: 50%;
	text-align: center;
	transform: translateX(-50%);
}
.home-pro-text.fix {
	position: fixed;
}
.home-pro-txt {
	transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
}
/* .home-pro-text:hover .home-pro-txt{
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
} */

.home-pro-text .home-pro-txt>span {
	display: block;
	font-size: 19px;
	line-height: 1.5;
	letter-spacing: 2px;
	text-align: center;
}
.home-pro-text h3 {
	margin: 15px 0 33px;
	font-size: 40px;
	font-weight: 400;
	line-height: 0.6;
}
.home-pro-text h3 i {
	display: block;
	font-weight: 500;
	font-style: italic;
	text-transform: capitalize;
	text-align: center;
}
/* .home-pro-text h3 i:last-child{
    font-family: 'Expressway Cd Bold';
} */

.home-pro-text .t1, .home-pro-text .t2 {
	display: none !important;
	width: 420px;
	margin: 0 auto;
	font-size: 15px;
	line-height: 1.75;
	font-family: Circle;
	letter-spacing: 1px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}
.home-pro-list {
	width: calc(100% + 14px);
	margin-left: -7px;
	margin-top: 14px;
}
.home-pro-list .home-pro-view {
	width: 100%;
	padding: 14px 7px;
}
.home-pro-list .home-pro-view a {
	display: block;
	padding-bottom: 30px;
	position: relative;
	background: #fff;
	overflow: hidden;
}
/* .home-pro-list li a:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 50%;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: rgba(0, 0, 0, .05);
}

.home-pro-list li:last-child a:before {
    display: none;
} */

/* .home-pro-list li a:after{
    position: absolute;
    content: '';
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    -webkit-transition: all .5s;
    transition: all .5s;
}
.home-pro-list li a:hover:after{
    height: 100%;
} */

.home-pro-xh {
	width: 100%;
	text-align: center;
	color: #404040;
	z-index: 9;
	font-size: 14px;
	position: relative;
	margin-top: 6px;
	text-transform: capitalize;
}
.home-pro-xh p {
	text-align: center;
}
.home-pro-list .home-pro-view .home-pro-bg {
	position: relative;
	padding-top: 50%;
	transition: all 1s;
}
.home-pro-list .home-pro-view .home-pro-bg img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.home-pro-list .home-pro-view:hover .home-pro-bg {
	transform: scale(1.05);
}
.link-important {
	font-family: Circle;
	font-weight: 800;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: .5em;
	text-transform: capitalize;
	padding: 10px 0 10px 120px;
	position: relative;
	display: inline-block;
	text-align: left;
	color: #b3b3b3;
	margin-top: 30px;
	transition: color .3s cubic-bezier(.165, .84, .44, 1);
}
.link-important .line, .link-important:after, .link-important:before {
	top: calc(50% - 2px);
}
.link-important .line, .link-important:before {
	display: block;
	position: absolute;
	left: 0;
	pointer-events: none;
	z-index: 2;
	height: 2px;
	background-color: #e41a12;
}
.link-important:before {
	content: "";
	width: 90px;
	transform: scaleX(1);
	transform-origin: 0 50%;
	transition: transform .3s cubic-bezier(.165, .84, .44, 1);
	transition-delay: .4s;
}
.link-important .line {
	right: 0;
	transform: scaleX(0);
	transform-origin: 100% 50%;
	transition: transform .4s cubic-bezier(.895, .03, .685, .22);
}
.link-important .text-a {
	position: relative;
	display: inline-block;
	transform: translateZ(0);
	transition: transform .5s cubic-bezier(.895, .03, .685, .22);
}
.link-important:after {
	content: "";
	width: 90px;
	height: 2px;
	display: inline-block;
	background-color: #e41a12;
	position: absolute;
	right: 0;
	transform: scaleX(0);
	transform-origin: 100% 50%;
	transition: transform .3s cubic-bezier(.895, .03, .685, .22);
}
.link-important.hover:before, .link-important.loading:before, .link-important:hover:before {
	transform: scaleX(0);
	transform-origin: 100% 50%;
	transition-delay: 0s;
	transition: transform .6s cubic-bezier(.165, .84, .44, 1);
}
.link-important.hover .line, .link-important.loading .line, .link-important:hover .line {
	-webkit-animation: a 1.2s cubic-bezier(.165, .84, .44, 1) 1;
	animation: a 1.2s cubic-bezier(.165, .84, .44, 1) 1;
}
.link-important.hover .text, .link-important.loading .text-a, .link-important:hover .text-a {
	transform: translate3d(-120px, 0, 0);
	transition: transform .6s cubic-bezier(.165, .84, .44, 1) .3s;
}
.link-important.hover:after, .link-important.loading:after, .link-important:hover:after {
	transform: scaleX(1);
	transform-origin: 0 50%;
	transition: transform .6s cubic-bezier(.165, .84, .44, 1) .3s;
}
/* .home-pro-img:after {
     position: absolute;
     content: '';
     width: 100%;
     height: 100%;
     background-color: #000;
     opacity: 0.3;
 } */

.store-page {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	text-align: center;
	padding: 0;
}
.store-view {
	position: relative;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
}
.store-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}
.store-bg li {
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity 1s ease;
}
.store-bg li.active {
	opacity: 1;
}
.store-bg li img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
}
.store-text {
	width: 80%;
	margin: 0 auto;
	position: absolute;
	bottom: 50px;
	left: 10%;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.store-text.fix {
	position: fixed;
}
.store-text .store-txt {
	opacity: 0.5;
	transition: opacity .5s ease;
}
.store-text .store-txt.active {
	opacity: 1;
}
/* .store-text .store-txt:hover{
    opacity: 0.5;
} */

.store-text .store-txt {
	text-align: center;
	color: #fff;
	display: block;
}
.store-text .store-txt h3 {
	font-size: 40px;
	font-weight: 500;
}
.desc {
	letter-spacing: 1px;
	font-size: 14px;
}
.store_copy_text {
	position: absolute;
	right: 5rem;
	bottom: 13px;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.6);
	letter-spacing: 1px;
}
.store_copy_text a {
	display: inline-table;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.6);
	padding-left: 10px;
}
.store-page .copyright {
	bottom: -100vh;
	height: 100vh;
	/* line-height: 58px; */
	overflow: hidden;
	transition: all 0.8s linear;
	position: absolute;
	top: auto;
	/* font-family: 'Rozha_One'; */
	background: #000;
	color: #fff;
	width: 100%;
	z-index: 99999;
	left: 0;
}
.store-page .copyright::before {
	position: absolute;
	content: 'gallerie couture';
	font-size: 13rem;
	line-height: 8rem;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	text-transform: capitalize;
	color: #fff;
	font-weight: bold;
	white-space: nowrap;
	opacity: 0.1;
}
/* .store-page .copyright:before{
    position: fixed;
    content: '';
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
} */

.store-page .copyright.active {
	bottom: 0;
}
.footer_wrap {
	height: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
.copy_footer {
	width: 100%;
	position: relative;
}
.Wechat {
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
	transition: all .3s;
}
.Wechat:hover {
	opacity: 0.5;
}
.Wechat>img {
	width: 38px;
}
.scroll_top {
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	transition: all .3s;
}
.scroll_top:hover {
	opacity: 0.5;
}
.scroll_top>img {
	width: 32px;
}
.footer-nav li a {
	font-size: 2.3rem;
	color: #fff;
	line-height: 2;
	text-transform: capitalize;
}
.footer-nav li a:hover {
	opacity: 0.5;
}
.footer-bg {
	display: none;
	position: absolute;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.8);
}
.copy_text {
	margin-top: 50px;
}
.copy_text {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.25);
}
.copy_text a {
	font-size: 13px;
	color: rgba(255, 255, 255, 0.25);
	display: block;
	line-height: 2.5;
}
/* news */

.home-news, .home-store-title {
	background: #fff;
}
/* .list-blog-featured ul {
    padding: 0 100px;
} */

/* .list-blog-featured li:last-child a{
    margin-bottom: 0;
} */

.list-item-blog {
	position: relative;
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	color: #000;
	margin-bottom: 4rem;
	padding-bottom: 4rem;
	text-decoration: none;
	border-bottom: 1px solid rgba(0, 0, 0, .05);
}
.list-item-blog .asset {
	width: 35%;
	margin-right: 5%;
	overflow: hidden;
}
.asset__wrapper {
	position: relative;
	height: 100%;
}
.asset svg {
	width: 100%;
	height: auto;
	display: block;
	pointer-events: none;
}
.push-hover .asset img {
	transform: scale(1.2);
	transition: all 5s;
}
.push-hover:hover .asset img {
	transform: scale(1);
}
.asset img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	-o-object-fit: cover;
	object-fit: cover;
}
.list-item-blog__info {
	position: relative;
	width: 60%;
	padding-bottom: 4.65%;
}
.list-item-blog__info>h2 {
	position: relative;
	text-transform: capitalize;
	font-weight: 500;
	line-height: 1.5;
	font-size: 20px;
	letter-spacing: 1px;
	overflow: hidden;
	white-space: nowrap;
	-webkit-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
/* .push-hover:hover h2 {
    text-decoration: underline;
} */

.list-item-blog__info>p {
	margin-top: 20px;
	font-size: 13px;
	line-height: 2;
	color: #666;
	/* word-break: keep-all; */
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	text-overflow: ellipsis;
}
.list-item-blog__info>span {
	text-transform: capitalize;
	display: inline-block;
	margin-bottom: 10px;
	font-size: 14px;
}
.list-item-blog__info b {
	font-weight: 500;
}
.list-item-blog__info>figure, .news-more {
	/* position: absolute; */
	margin-top: 40px;
	bottom: unset;
	width: 3rem;
	height: 3rem;
	transition: all .4s;
	border-radius: 50%;
	border: 1px solid #d8d8d8;
}
figure img, .news-more img {
	width: 35%;
	fill: currentColor;
	display: block;
	will-change: transform;
	margin: 0 auto;
	margin-top: 0.9rem;
	opacity: 0.5;
}
.list-blog-featured li:hover .list-item-blog__info>figure {
	border: 1px solid #c3c3c3;
}
/* news  end */

/* footer */

.footer {
	position: relative;
	background: #212121;
}
.footer .contain {
	margin: 0 8%;
	padding: 40px 0 22px;
}
/* .footer .footer_info {
    overflow: hidden;
} */

.footer .company {
	float: right;
	width: 36%;
	justify-content: space-between;
	align-items: flex-start;
}
.company-input {
	width: 55%;
}
.company-text {
	width: 40%;
	padding-right: 20px;
}
.foot-message span {
	display: block;
	color: rgba(255, 255, 255, 0.6);
	font-size: 19px;
	margin-bottom: 18px;
}
.foot-message p {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.6);
	letter-spacing: 1px;
	line-height: 23px;
	position: relative;
	transition: all .36s ease;
	-webkit-transition: all .36s ease;
	-moz-transition: all .36s ease;
	-ms-transition: all .36s ease;
	-o-transition: all .36s ease;
}
.foot-message p img {
	width: 60px;
	display: block;
	margin-top: 10px;
}
.company-nr {
	position: relative;
}
.company-input span {
	display: block;
	color: rgba(255, 255, 255, 0.6);
	font-size: 19px;
	margin-bottom: 18px;
}
.company-input input {
	width: 100%;
	/* border-bottom: 1px solid rgba(255, 255, 255, 1); */
	background: rgba(255, 255, 255, 0.1);
	background-size: 15px;
	padding: 12px;
	color: #fff;
}
.company-input button {
	background: none;
	border: none;
	position: absolute;
	bottom: 10px;
	right: 12px;
	cursor: pointer;
}
.company-input button img {
	width: 8px;
}
.footer-img {
	position: relative;
	cursor: pointer;
}
.footer-img::after {
	position: absolute;
	content: '';
	width: 24px;
	height: 24px;
	top: 50%;
	margin-top: -12px;
	left: 50%;
	margin-left: -12px;
	background: url(../images/top.png) no-repeat center;
	background-size: cover;
}
.footer-img img {
	width: 80px;
	transition: all .3s;
}
/* .footer-img img:hover{
    opacity: 0.7;
} */

.footer .company .logo {
	display: inline-block;
}
.footer .company .logo img {
	width: 200px;
}
.footer .address {
	font-size: 16px;
	color: rgba(255, 255, 255, 0.6);
	line-height: 30px;
	margin-top: 22px;
	letter-spacing: 1px;
	font-style: normal;
}
.footer .address .p1 {
	font-size: 14px;
}
.footer .navigation {
	float: left;
	width: 60%;
}
.footer .route {
	font-size: 19px;
	color: rgba(255, 255, 255, 0.6);
	transition: all .36s ease;
	-webkit-transition: all .36s ease;
	-moz-transition: all .36s ease;
	-ms-transition: all .36s ease;
	-o-transition: all .36s ease
}
.footer .route:hover {
	color: #fff
}
.footer .link {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.6);
	letter-spacing: 1px;
	position: relative;
	transition: all .36s ease;
	-webkit-transition: all .36s ease;
	-moz-transition: all .36s ease;
	-ms-transition: all .36s ease;
	-o-transition: all .36s ease
}
/* .footer .link:after {
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    width: 9px;
    height: 1px;
    background-color: #666
} */

.footer .link:hover {
	color: #fff
}
.navBox {
	align-items: baseline;
}
.footer .navBox>li {
	float: left;
	width: 270px
}
.footer .navBox>li:last-child {
	width: auto;/* margin-right: 50px */
}
.footer .sub {
	margin-top: 18px
}
.footer .sub .item {
	line-height: 23px;
	text-align: left;
}
.footer .footer_ft {
	text-align: left;
	margin-top: 20px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding-top: 20px;
}
.footer .copyright, .footer .copyright a {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.6);
	font-family: 'HelveticaNeue', 'Microsoft YaHei', Arial, sans-serif;
}
.footer .copyright a {
	padding-left: 5px;
}
.footer .share {
	margin-top: 25px;
}
.footer .share .icon {
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	position: relative;
	margin-right: 12px;
	transition: all .36s ease;
	-webkit-transition: all .36s ease;
	-moz-transition: all .36s ease;
	-ms-transition: all .36s ease;
	-o-transition: all .36s ease
}
#btnCode {
	position: relative;
}
#btnCode .code {
	position: absolute;
	top: -118px;
	left: 50%;
	margin-left: -60px;
	width: 120px;
	height: 120px;
	transition: all .36s ease;
	-webkit-transition: all .36s ease;
	-moz-transition: all .36s ease;
	-ms-transition: all .36s ease;
	-o-transition: all .36s ease;
	opacity: 0;
	visibility: hidden;
	transform: translate(0, 20px);
	-webkit-transform: translate(0, 20px);
	-moz-transform: translate(0, 20px);
	-ms-transform: translate(0, 20px);
	-o-transform: translate(0, 20px);
}
#btnCode:hover .code {
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	opacity: 1;
	visibility: visible;
}
/* .footer .share .icon:after {
    content: '';
    position: absolute;
    top: 13px;
    right: -18px;
    width: 9px;
    height: 1px;
    background-color: #666
} */

.footer .share .icon:last-child:after {
	display: none
}
.footer .share .icon_1 {
	background: rgba(255, 255, 255, 0.1) url(../images/wx.png) no-repeat center center;
	background-size: 22px;
}
.footer .share .icon_1 img {
	position: absolute;
	width: 90px;
	left: 50%;
	transform: translateX(-50%);
	bottom: 50px;
	max-width: inherit;
	z-index: 9;
	opacity: 0;
	visibility: hidden;
}
.footer .share .icon_1:hover img {
	opacity: 1;
	visibility: inherit;
}
.footer .share .icon_1:hover {
	background: rgba(255, 255, 255, 0.1) url(../images/wx-w.png) no-repeat center center;
	background-size: 22px;
}
.footer .share .icon_2 {
	background: rgba(255, 255, 255, 0.1) url(../images/wb.png) no-repeat center center;
	background-size: 22px;
}
.footer .share .icon_2:hover {
	background: rgba(255, 255, 255, 0.1) url(../images/wb-w.png) no-repeat center center;
	background-size: 22px;
}
.footer .share .icon_3 {
	background: rgba(255, 255, 255, 0.1) url(../images/qq.png) no-repeat center center;
	background-size: 22px;
}
.footer .share .icon_3:hover {
	background: rgba(255, 255, 255, 0.1) url(../images/qq-w.png) no-repeat center center;
	background-size: 22px;
}
 @media screen and (max-width: 1500px) {
.footer .navBox>li {
	width: 200px;
}
}
/* footer  end */

.item_header.active {
	position: fixed;
	top: 50px;
}
.div_img {
	position: relative;
	overflow: hidden;
}
.div_img img {
	display: block;
	height: auto;
	opacity: 1;
	transform: translate3d(-100%, 0, 0);
	transition: opacity 0s linear 1.3s, transform 1.7s cubic-bezier(.165, .84, .44, 1) 1.2s;
}
.animation_img img {
	transform: translateZ(0)!important;
	opacity: 1!important;
}
div.mask_img {
	transition: right 1.05s cubic-bezier(.77, 0, .175, 1) 0s, left 1.2s cubic-bezier(.77, 0, .175, 1) 1.45s;
	margin: 0 -10px 0 0;
	position: absolute;
	top: 0;
	right: 100%;
	bottom: 100%;
	left: 0;
	background: #f4f4f5;
	z-index: 0;
}
.animation_img div.mask_img {
	margin-right: 0;
	right: -1px;
	bottom: 0;
	left: 100%;
}
.wgt-fade-animate {
	transform: scale(0.3);
	transform: translateY(100px);
	opacity: 0;
}
.appear {
	-wewgtit-animation: opacity_show 2s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
	-webkit-animation: opacity_show 2s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
	animation: opacity_show 2s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
	opacity: 1 !important;
}
 @-wewgtit-keyframes opacity_show {
 0% {
 transform: scale(0.3);
 transform: translateY(100px);
 opacity: .1;
}
 100% {
 transform: scale(1);
 transform: translateY(0);
 opacity: 1;
}
}
 @-webkit-keyframes opacity_show {
 0% {
 transform: scale(0.3);
 transform: translateY(100px);
 opacity: .1;
}
 100% {
 transform: scale(1);
 transform: translateY(0);
 opacity: 1;
}
}
 @keyframes opacity_show {
 0% {
 transform: scale(0.3);
 transform: translateY(100px);
 opacity: .1;
}
 100% {
 transform: scale(1);
 transform: translateY(0);
 opacity: 1;
}
}
