@font-face {
	font-family: 'swiper-icons';
	src: url("data:application/font-woff;charset=utf-8;base64, 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") format("woff");
	font-weight: 400;
	font-style: normal;
}

:root {
	--swiper-theme-color: $themeColor;
}

.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	/* Fix of Webkit flickering */
	z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-box-sizing: content-box;
	        box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
	-webkit-transform: translate3d(0px, 0, 0);
	        transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	        transition-timing-function: ease-out;
	margin: 0 auto;
}

.swiper-slide {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
	visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
	height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-transition-property: height, -webkit-transform;
	transition-property: height, -webkit-transform;
	transition-property: transform, height;
	transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
	-webkit-perspective: 1200px;
	        perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-cube-shadow {
	-webkit-transform-style: preserve-3d;
	        transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	/* For Firefox */
	-ms-overflow-style: none;
	/* For Internet Explorer and Edge */
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
	display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
	-ms-scroll-snap-type: x mandatory;
	    scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
	-ms-scroll-snap-type: y mandatory;
	    scroll-snap-type: y mandatory;
}

:root {
	/*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: 300ms opacity;
	transition: 300ms opacity;
	-webkit-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
	z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
	bottom: 10px;
	left: 0;
	width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transform: scale(0.33);
	        transform: scale(0.33);
	position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	-webkit-transform: scale(1);
	        transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	-webkit-transform: scale(1);
	        transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	-webkit-transform: scale(0.66);
	        transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	-webkit-transform: scale(0.33);
	        transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	-webkit-transform: scale(0.66);
	        transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	-webkit-transform: scale(0.33);
	        transform: scale(0.33);
}

.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: 0.2;
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: none;
	        box-shadow: none;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0px, -50%, 0);
	        transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 6px 0;
	display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	-webkit-transition: 200ms top, 200ms -webkit-transform;
	transition: 200ms top, 200ms -webkit-transform;
	transition: 200ms transform, 200ms top;
	transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: 200ms left, 200ms -webkit-transform;
	transition: 200ms left, 200ms -webkit-transform;
	transition: 200ms transform, 200ms left;
	transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: 200ms right, 200ms -webkit-transform;
	transition: 200ms right, 200ms -webkit-transform;
	transition: 200ms transform, 200ms right;
	transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, 0.25);
	position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	        transform: scale(0);
	-webkit-transform-origin: left top;
	        transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	-webkit-transform-origin: right top;
	        transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0;
}

.swiper-pagination-white {
	--swiper-pagination-color: $paginationColorValue;
}

.swiper-pagination-black {
	--swiper-pagination-color: $paginationColorValue;
}

.swiper-pagination-lock {
	display: none;
}

/* Preloader */
:root {
	/*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	        transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s infinite linear;
	        animation: swiper-preloader-spin 1s infinite linear;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	border-radius: 50%;
	border-top-color: transparent;
}

.swiper-lazy-preloader-white {
	--swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
	--swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}

@keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}

@font-face {
	font-family: 'News Gothic MT';
	src: url("../fonts/NewsGothicMT.woff2") format("woff2"), url("../fonts/NewsGothicMT.woff") format("woff");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'News Gothic MT';
	src: url("../fonts/NewsGothicMT-Italic.woff2") format("woff2"), url("../fonts/NewsGothicMT-Italic.woff") format("woff");
	font-weight: 400;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'News Gothic MT';
	src: url("../fonts/NewsGothicMT-Bold.woff2") format("woff2"), url("../fonts/NewsGothicMT-Bold.woff") format("woff");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

html {
	font-size: 10px;
	opacity: 0;
	-webkit-transition: opacity .7s;
	transition: opacity .7s;
}

html.swup-enabled {
	opacity: 1;
}

@media (max-width: 767px) {
	html {
		font-size: 8px;
	}
}

body {
	margin: 0;
	min-width: 320px;
	background: #fff;
	color: #000;
	font: 1.96rem/1.5 "News Gothic MT", sans-serif;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	overflow: auto;
}

.menu-opened body {
	overflow: hidden;
}

a {
	text-decoration: none;
	color: inherit;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

a:hover {
	text-decoration: none;
	color: #939393;
}

button,
input[type="search"],
input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: none;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
	border: none;
	padding: 0;
}

.wrapper {
	min-height: calc((var(--vh, 1vh) * 100));
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	position: relative;
	overflow: hidden;
}

#main {
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
}

@media (max-width: 767px) {
	#main {
		padding-top: 104px;
	}
}

h1 {
	margin: 0 0 0.5em;
	font-weight: 700;
}

h1 a, h1 a:hover {
	color: inherit;
}

h2 {
	margin: 0 0 0.5em;
	font-weight: 700;
}

h2 a, h2 a:hover {
	color: inherit;
}

h3 {
	margin: 0 0 0.5em;
	font-weight: 700;
}

h3 a, h3 a:hover {
	color: inherit;
}

h4 {
	margin: 0 0 0.5em;
	font-weight: 700;
}

h4 a, h4 a:hover {
	color: inherit;
}

h5 {
	margin: 0 0 0.5em;
	font-weight: 700;
}

h5 a, h5 a:hover {
	color: inherit;
}

h6 {
	margin: 0 0 0.5em;
	font-weight: 700;
}

h6 a, h6 a:hover {
	color: inherit;
}

figure {
	margin: 0;
}

* {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.transition-fade {
	-webkit-transition: 0.4s;
	transition: 0.4s;
	opacity: 1;
}

html.is-animating .transition-fade {
	opacity: 0;
}

img.lazyload {
	opacity: 0;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

img.lazyloaded {
	opacity: 1;
}

.bg-img {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

/* buttons */
.btn {
	background: #e3e3e3;
	font-size: 14px;
	text-align: center;
	padding: 8.5px 10px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.btn:hover {
	background: #000;
	color: #fff;
	text-decoration: none;
}

.btn-order {
	background: #a84d10;
	color: #fff;
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 101;
}

/* header */
#header.home {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding: 41px 21px 38px 23px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	top: 0;
	background: #a84d10;
}

@media (min-width: 768px) {
	#header.home {
		position: absolute;
		background: transparent;
		top: 30%;
		left: 0;
		z-index: 5;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
		max-width: 50vw;
		padding: 0;
		width: auto;
		left: 10.5vw;
		height: auto;
	}
}

@media (min-width: 992px) {
	#header.home {
		left: 18.7vw;
	}
}

@media (min-width: 1200px) {
	#header.home {
		height: 50%;
	}
}

@media (min-width: 1200px) {
	#header.home:hover .logo svg path {
		fill: #a84d10;
	}
	#header.home:hover .menu-wr {
		opacity: 1;
		visibility: visible;
	}
}

@media (min-width: 768px) {
	#header.home.d-md-none {
		display: none;
	}
}

@media (max-width: 767px) {
	#header.home.d-md-none {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

.menu-opened #header.home {
	background: #fff;
}

#header.home .logo {
	margin-top: 2px;
	z-index: 50;
}

.tablet-menu-opened #header.home .logo svg path {
	fill: #a84d10;
}

.menu-opened #header.home .logo {
	z-index: 10;
}

.menu-opened #header.home .logo svg path {
	fill: #a84d10;
}

#header.home .logo svg {
	width: 100%;
	width: 228px;
}

@media (min-width: 993px) {
	#header.home .logo svg {
		width: 25.8vw;
		height: 32px;
		max-width: 488px;
	}
}

#header.home .logo svg path {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	fill: #9bd3dd;
}

#header.home .menu-wr {
	background: #fff;
	position: fixed;
	left: 0;
	bottom: 0;
	height: calc(100vh - 104px);
	height: calc((var(--vh, 1vh) * 100) - 104px);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-size: 14px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	padding: 16px 23px 62px;
	color: #626262;
	overflow-y: auto;
	width: 100%;
	z-index: 100;
}

@media (min-width: 768px) {
	#header.home .menu-wr {
		background: #fff;
		position: fixed;
		top: 0;
		left: 0;
		bottom: 0;
		height: 100vh;
		opacity: 0;
		visibility: hidden;
		z-index: 10;
		color: #626262;
		padding: 10px 30px;
		overflow: hidden;
		padding: 39vh 0 14.8vh 10.5vw;
		font-size: 13.5px;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
}

@media (min-width: 993px) {
	#header.home .menu-wr {
		padding-left: 18.7vw;
	}
}

@media (min-width: 1441px) {
	#header.home .menu-wr {
		font-size: 19.67px;
		letter-spacing: -.015em;
	}
}

.menu-opened #header.home .menu-wr {
	opacity: 1;
	visibility: visible;
}

.tablet-menu-opened #header.home .menu-wr {
	opacity: 1;
	visibility: visible;
}

#header.home .menu-wr .menu-inner {
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	overflow-y: auto;
}

@media (min-width: 768px) {
	#header.home .menu-wr .menu-inner {
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
}

@media (max-width: 767px) {
	#header.home .menu-wr nav {
		-webkit-box-flex: 1;
		    -ms-flex-positive: 1;
		        flex-grow: 1;
	}
}

#header.home .menu-wr .main-nav {
	padding: 0;
	list-style: none;
	font-size: 30px;
	line-height: 2.7;
	color: #a84d10;
}

@media (max-width: 1439px) {
	#header.home .menu-wr .main-nav {
		margin-bottom: 17vh;
		font-size: 22px;
	}
}

@media (max-width: 767px) {
	#header.home .menu-wr .main-nav {
		font-size: 18.5px;
		margin-top: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		color: #c7c7c7;
	}
}

#header.home .menu-wr .main-nav li {
	text-transform: uppercase;
}

@media (max-width: 767px) {
	#header.home .menu-wr .main-nav li {
		line-height: 1;
	}
	#header.home .menu-wr .main-nav li:not(:last-child) {
		margin-bottom: 40px;
	}
}

#header.home .menu-wr .main-nav li.active {
	color: #a84d10;
}

#header.home .menu-wr .main-nav li.active a {
	pointer-events: none;
}

#header.home .menu-wr .main-nav li.active a:hover {
	text-decoration: none;
}

#header.home .menu-wr .main-nav li a {
	letter-spacing: 0;
}

#header.home .menu-wr p {
	margin: 0;
}

#header.header-inners {
	position: absolute;
	top: 108px;
	left: 108px;
	z-index: 100;
}

@media (max-width: 991px) {
	#header.header-inners {
		top: 58px;
		left: 58px;
	}
}

@media (max-width: 767px) {
	#header.header-inners {
		position: fixed;
		top: 0;
		left: 0;
		padding: 41px 21px 38px 23px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
		width: 100%;
		background-color: #fff;
	}
}

#header.header-inners.gallery {
	top: 0;
	left: 0;
	position: fixed;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding: 41px 18px 37px 23px;
}

@media (min-width: 768px) {
	#header.header-inners.gallery {
		padding: 0;
		position: relative;
	}
}

@media (min-width: 768px) {
	#header.header-inners.gallery .logo {
		opacity: 0;
		visibility: hidden;
	}
}

#header.header-inners .logo {
	margin-bottom: 40px;
	display: block;
}

@media (max-width: 767px) {
	#header.header-inners .logo {
		margin-bottom: 0;
		margin-top: 2px;
	}
}

#header.header-inners .logo svg {
	width: 330px;
	height: 100%;
}

@media (max-width: 991px) {
	#header.header-inners .logo svg {
		width: 230px;
	}
}

@media (min-width: 993px) {
	#header.header-inners .logo svg {
		height: 32px;
	}
}

@media (max-width: 767px) {
	#header.header-inners nav {
		-webkit-box-flex: 1;
		    -ms-flex-positive: 1;
		        flex-grow: 1;
	}
}

#header.header-inners nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 18.5px;
	color: #c7c7c7;
}

#header.header-inners nav ul li {
	text-transform: uppercase;
}

#header.header-inners nav ul li.active {
	color: #a84d10;
}

#header.header-inners nav ul li.active a:hover {
	text-decoration: none;
}

#header.header-inners nav ul li:not(:last-child) {
	margin-bottom: 30px;
}

@media (max-width: 767px) {
	#header.header-inners .menu-wr {
		background: #fff;
		position: fixed;
		left: 0;
		bottom: 0;
		height: calc(100vh - 104px);
		height: calc((var(--vh, 1vh) * 100) - 104px);
		opacity: 0;
		visibility: hidden;
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
		font-size: 14px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		padding: 10px 23px 48px;
		color: #626262;
		overflow-y: auto;
		width: 100%;
		z-index: 100;
	}
	.menu-opened #header.header-inners .menu-wr {
		opacity: 1;
		visibility: visible;
	}
}

#header.header-inners p {
	display: none;
}

@media (max-width: 767px) {
	#header.header-inners p {
		display: block;
	}
}

#header .open-menu {
	display: none;
	width: 31px;
	height: 25px;
	border: 5px solid transparent;
	position: relative;
	color: #cecece;
	margin: -4px -5px 0 0;
}

@media (max-width: 767px) {
	#header .open-menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

.menu-opened #header .open-menu {
	color: #e3e3e3;
}

#header .open-menu span {
	width: 100%;
	border-bottom: 3px solid;
	position: absolute;
	top: 50%;
	right: 0;
	width: 100%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

#header .open-menu span:nth-child(1) {
	margin-top: -6px;
}

#header .open-menu span:nth-child(2) {
	margin-top: 0;
}

#header .open-menu span:nth-child(3) {
	margin-top: 6px;
}

.menu-opened #header .open-menu span:nth-child(1) {
	width: 100%;
	margin-top: 0;
	-webkit-transform: translateY(-50%) rotate(45deg);
	        transform: translateY(-50%) rotate(45deg);
}

.menu-opened #header .open-menu span:nth-child(2) {
	opacity: 0;
	width: 0;
}

.menu-opened #header .open-menu span:nth-child(3) {
	width: 100%;
	margin-top: 0;
	-webkit-transform: translateY(-50%) rotate(-45deg);
	        transform: translateY(-50%) rotate(-45deg);
}

/* footer */
.intro {
	background: #a84d10;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100vh;
	width: 100%;
}

@media (max-width: 767px) {
	.intro {
		height: calc(100vh - 104px);
		height: calc((var(--vh, 1vh) * 100) - 104px);
	}
}

.intro .img-wr {
	margin-left: auto;
	max-width: 36vw;
	height: 100%;
}

@media (max-width: 991px) {
	.intro .img-wr {
		max-width: 50vw;
	}
}

@media (max-width: 767px) {
	.intro .img-wr {
		max-width: 100%;
		width: 100%;
		margin: 0;
	}
}

.intro .img-wr img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	max-width: 100%;
	-o-object-position: 95%;
	   object-position: 95%;
}

@media (max-width: 767px) {
	.home .intro {
		position: fixed;
		top: 104px;
		left: 0;
		z-index: 1;
	}
}

.nav-wr {
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
}

@media (max-width: 767px) {
	.nav-wr {
		display: none;
	}
}

.nav-wr .ico-wr {
	margin-bottom: 40px;
}

.nav-wr .ico-wr img {
	width: 330px;
	height: 100%;
}

@media (max-width: 991px) {
	.nav-wr .ico-wr img {
		width: 230px;
	}
}

.nav-wr nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 18.5px;
	color: #c7c7c7;
}

.nav-wr nav ul li.active {
	color: #a84d10;
	pointer-events: none;
}

.nav-wr nav ul li.active a:hover {
	text-decoration: none;
	cursor: default;
}

.nav-wr nav ul li:not(:last-child) {
	margin-bottom: 30px;
}

.content-wr {
	position: relative;
	overflow-y: auto;
	height: calc(100vh - 108px);
	height: calc((var(--vh, 1vh) * 100) - 108px);
	padding-right: 0;
	scrollbar-width: none;
	-ms-overflow-style: none;
	-webkit-hyphens: none;
	    -ms-hyphens: none;
	        hyphens: none;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media (max-width: 767px) {
	.content-wr {
		margin-left: 0;
	}
}

.content-wr::-webkit-scrollbar {
	display: none;
}

.content-wr .scrollbar-track {
	display: none !important;
}

.content-wr .scroll-content {
	max-width: 383px;
	padding-bottom: 50px;
	margin-left: auto;
}

.content-wr .contacts {
	padding-top: 75px;
	padding-right: 150px;
	font-size: 16px;
	line-height: 1.875;
	color: #a84d10;
	text-transform: uppercase;
}

@media (max-width: 1439px) {
	.content-wr .contacts {
		padding-right: 145px;
	}
}

@media (max-width: 1199px) {
	.content-wr .contacts {
		padding-right: 0;
		padding-top: 0;
	}
}

.content-wr .contacts ul {
	padding: 0;
	margin: 0 0 43px;
	list-style: none;
}

.content-wr .contacts ul li {
	line-height: 1;
}

.content-wr .contacts ul li:not(:last-child) {
	margin-bottom: 14px;
}

.content-wr .contacts ul li address {
	font-style: normal;
}

.content-wr .contacts h5 {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 8px;
	line-height: 1;
}

.content-wr .contacts p {
	margin-top: 0;
	margin-bottom: 36px;
}

.content-wr .studio-wr {
	font-size: 18.5px;
	line-height: 1.25;
	color: #676a6e;
	padding-top: 72px;
}

@media (max-width: 1199px) {
	.content-wr .studio-wr {
		padding-top: 0;
	}
}

.content-wr .studio-wr p {
	margin-top: 0;
	margin-bottom: 19px;
}

.content-wr .studio-wr img {
	max-width: 100%;
	height: auto;
}

.content {
	height: auto;
	margin-left: auto;
	max-width: 383px;
}

.post-type-archive-projects .content .item .img-wr img {
	width: 100%;
	height: auto;
	-o-object-fit: cover;
	   object-fit: cover;
}

.content .item {
	margin-bottom: 50px;
	display: block;
}

@media (max-width: 767px) {
	.content .item {
		margin-bottom: 20px;
	}
}

.content .item:hover {
	text-decoration: none;
	color: inherit;
}

.content .item .img-wr {
	margin-bottom: 19px;
}

.content .item .img-wr img {
	max-width: 100%;
}

.content .item .text-holder {
	line-height: 1.2;
	font-size: 18.5px;
	color: #676a6e;
}

@media (max-width: 767px) {
	.content .item .text-holder {
		font-size: 17.16px;
	}
}

.content .item h5 {
	font-size: 18.6px;
	font-weight: normal;
	letter-spacing: -.015em;
	margin-bottom: 25px;
	line-height: 1.4;
	color: #000;
}

@media (max-width: 767px) {
	.content .item h5 {
		font-size: 17.25px;
	}
}

.content .item .edition {
	margin-bottom: 15px;
	display: block;
}

.content .item p {
	margin: 0;
}

.scroll-wr {
	height: 141px;
	width: 100%;
	max-width: 383px;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
	position: absolute;
	bottom: 38px;
	right: 108px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	opacity: 1;
	visibility: visible;
}

@media (max-width: 1439px) {
	.scroll-wr {
		background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(87%, white));
		background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 87%);
	}
}

@media (max-width: 991px) {
	.scroll-wr {
		right: 58px;
		bottom: -2px;
	}
}

@media (max-width: 767px) {
	.scroll-wr {
		max-width: 100%;
		right: 0;
		height: 60px;
	}
}

@media (max-width: 767px) {
	.post-type-archive-projects .scroll-wr {
		max-width: 100%;
	}
}

.scroll-wr.arrow {
	bottom: 0;
}

.scroll-wr.arrow a {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	padding: 10px;
	z-index: 10;
}

.scroll-wr.arrow a::before {
	content: '';
	border-style: solid;
	border-width: 0 1px 1px 0;
	border-color: #a84d10;
	display: inline-block;
	height: 16px;
	width: 16px;
	position: relative;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
	vertical-align: top;
}

@media (max-width: 1439px) {
	.scroll-wr.arrow a::before {
		top: 83%;
	}
}

@media (max-width: 767px) {
	.scroll-wr.arrow a::before {
		top: 80%;
	}
}

.scroll-wr.arrow a:hover {
	cursor: pointer;
}

.scroll-wr.gallery {
	display: none;
	background: none;
}

@media (max-width: 767px) {
	.scroll-wr.gallery {
		bottom: 35px;
		display: block;
		z-index: 10;
	}
}

@media (max-width: 767px) {
	.scroll-wr.gallery::before {
		top: 63%;
		left: 49%;
	}
}

.hide-hint-arrow .scroll-wr {
	opacity: 0;
	visibility: hidden;
}

.page-wr {
	width: 100%;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.page-wr .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding: 108px 108px 0;
	position: relative;
	max-height: 100vh;
}

@media (max-width: 991px) {
	.page-wr .container {
		padding: 58px 58px 0;
	}
}

@media (max-width: 767px) {
	.page-wr .container {
		padding: 0 25px 0;
	}
}

.book-summary {
	padding-bottom: 45px;
}

@media (max-width: 767px) {
	.book-summary {
		padding-top: 222px;
	}
}

.book-summary.gallery-summary {
	padding-top: 0;
}

@media (max-width: 767px) {
	.book-summary.gallery-summary > a {
		position: relative;
	}
}

@media (max-width: 767px) {
	.book-summary > a {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
	}
}

.book-summary .img-wr {
	margin-bottom: 19px;
}

.book-summary .img-wr img {
	max-width: 100%;
}

.book-summary .text-holder {
	line-height: 1.2;
	font-size: 18.5px;
	color: #676a6e;
}

@media (max-width: 767px) {
	.book-summary .text-holder {
		font-size: 17.16px;
	}
}

.book-summary h5 {
	font-size: 18.6px;
	letter-spacing: -.015em;
	margin-bottom: 25px;
	line-height: 1;
	color: #000;
	font-weight: 400;
}

@media (max-width: 767px) {
	.book-summary h5 {
		font-size: 17.25px;
	}
}

.book-summary .edition {
	margin-bottom: 25px;
	display: block;
}

.book-summary p {
	margin-top: 0;
	margin-bottom: 25px;
}

.gallery-btn {
	position: fixed;
	height: 215px;
	width: 108px;
	top: 108px;
	right: 0;
}

.gallery-btn.project-gallery-btn {
	height: 383px;
}

@media (max-width: 767px) {
	.gallery-btn.project-gallery-btn {
		height: 88vw;
		max-height: 389px;
	}
}

@media (max-width: 991px) {
	.gallery-btn {
		top: 58px;
		width: 58px;
	}
}

@media (max-width: 767px) {
	.gallery-btn {
		top: 104px;
		right: 0;
		width: 30px;
	}
}

@media (max-width: 399px) {
	.gallery-btn {
		height: 50vw;
	}
}

.gallery-btn::before {
	content: '';
	border-style: solid;
	border-width: 1px 1px 0 0;
	border-color: #a84d10;
	display: inline-block;
	height: 21px;
	width: 21px;
	top: 49%;
	left: 40%;
	position: relative;
	-webkit-transform: rotate(45deg) translate(-50%, -50%);
	        transform: rotate(45deg) translate(-50%, -50%);
	vertical-align: top;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

@media (max-width: 767px) {
	.gallery-btn::before {
		left: 0;
	}
}

@media (max-width: 767px) {
	.gallery-wr {
		height: calc(100vh - 108px);
		height: calc((var(--vh, 1vh) * 100) - 108px);
	}
}

.swiper-gallery {
	height: calc(100vh - 8.75rem);
	height: calc((var(--vh, 1vh) * 100) - 8.75rem);
	padding: 0 108px 108px;
}

@media (max-width: 1199px) {
	.swiper-gallery {
		padding: 54px;
	}
}

@media (max-width: 767px) {
	.swiper-gallery {
		padding: 0 23px;
	}
}

.swiper-gallery .swiper-slide {
	opacity: .5;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	overflow: hidden;
	position: relative;
}

@media (max-width: 767px) {
	.swiper-gallery .swiper-slide {
		height: 100%;
	}
}

.swiper-gallery .swiper-slide.swiper-slide-next {
	opacity: 0;
}

@media (max-width: 767px) {
	.swiper-gallery .swiper-slide.swiper-slide-next {
		opacity: 1;
	}
}

.swiper-gallery .swiper-slide.swiper-slide-active {
	opacity: 1;
}

.swiper-gallery .swiper-slide:last-child {
	opacity: 1;
}

.swiper-gallery .swiper-slide img {
	max-height: 100%;
	max-width: 100%;
	border: 1px solid #bcbcbc;
}

@media (max-width: 1199px) {
	.swiper-gallery .swiper-slide img {
		width: 100%;
		height: auto;
		max-height: none;
	}
}

.swiper-gallery .swiper-button-next,
.swiper-gallery .swiper-button-prev {
	position: absolute;
	top: 44.5%;
	left: 54px;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	z-index: 10;
}

@media (max-width: 1439px) {
	.swiper-gallery .swiper-button-next,
	.swiper-gallery .swiper-button-prev {
		top: 40.6%;
		left: 45px;
	}
}

@media (max-width: 1199px) {
	.swiper-gallery .swiper-button-next,
	.swiper-gallery .swiper-button-prev {
		top: 50%;
		left: 20px;
	}
}

@media (max-width: 767px) {
	.swiper-gallery .swiper-button-next,
	.swiper-gallery .swiper-button-prev {
		display: none;
	}
}

.swiper-gallery .swiper-button-next::before,
.swiper-gallery .swiper-button-prev::before {
	content: '';
	border-style: solid;
	border-width: 0 0 1px 1px;
	border-color: #a84d10;
	display: inline-block;
	height: 16px;
	width: 16px;
	top: 0;
	left: 0;
	position: relative;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
	vertical-align: top;
}

@media (max-width: 767px) {
	.swiper-gallery .swiper-button-next::before,
	.swiper-gallery .swiper-button-prev::before {
		border-width: 1px 0 0 1px;
		left: 7px;
		top: 7px;
	}
}

.swiper-gallery .swiper-button-next:hover,
.swiper-gallery .swiper-button-prev:hover {
	cursor: pointer;
}

.swiper-gallery .swiper-button-next:focus,
.swiper-gallery .swiper-button-prev:focus {
	outline: 0;
}

.swiper-gallery .swiper-button-next {
	left: auto;
	right: 54px;
}

@media (max-width: 1439px) {
	.swiper-gallery .swiper-button-next {
		right: 45px;
	}
}

@media (max-width: 1199px) {
	.swiper-gallery .swiper-button-next {
		right: 20px;
	}
}

@media (max-width: 767px) {
	.swiper-gallery .swiper-button-next {
		bottom: 45px;
		top: auto;
		left: 50%;
		-webkit-transform: translateX(-50%);
		        transform: translateX(-50%);
		width: 30px;
	}
}

.swiper-gallery .swiper-button-next::before {
	border-width: 1px 1px 0 0;
}

@media (max-width: 767px) {
	.swiper-gallery .swiper-button-next::before {
		border-width: 0 1px 1px 0;
		left: 7px;
	}
}

.swiper-gallery .swiper-button-disabled {
	display: none;
}

@media (max-width: 767px) {
	.gallery-wr .swiper-gallery {
		min-height: 25rem;
		padding-top: 3.125rem;
		padding-bottom: 3.125rem;
	}
}

@media (max-width: 767px) {
	.gallery-wr .swiper-gallery .swiper-button-prev:not(.swiper-button-disabled),
	.gallery-wr .swiper-gallery .swiper-button-next:not(.swiper-button-disabled) {
		display: block;
	}
}

@media (max-width: 767px) {
	.gallery-wr .swiper-gallery .swiper-button-prev {
		top: 0.625rem;
		left: 50%;
		-webkit-transform: translateX(-50%);
		        transform: translateX(-50%);
		width: 3.75rem;
	}
}

@media (max-width: 767px) {
	.gallery-wr .swiper-gallery .swiper-button-next {
		bottom: 1.25rem;
	}
}

@media (max-width: 767px) {
	.single-books .swiper-gallery {
		height: calc(100vh - 13.5rem);
		height: calc((var(--vh, 1vh) * 100) - 13.5rem);
	}
}

.close-gallery-btn {
	position: absolute;
	height: 108px;
	width: 108px;
	top: 0;
	right: 0;
	z-index: 10;
}

@media (max-width: 1439px) {
	.close-gallery-btn {
		width: 98px;
	}
}

@media (max-width: 1199px) {
	.close-gallery-btn {
		height: 54px;
		width: 54px;
	}
}

@media (max-width: 767px) {
	.close-gallery-btn {
		height: 25px;
		width: 25px;
		position: relative;
	}
}

.close-gallery-btn::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	        transform: translate(-50%, -50%) rotate(-45deg);
	width: 30px;
	height: 1px;
	background: #5b5b5b;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

@media (max-width: 1199px) {
	.close-gallery-btn::before {
		width: 20px;
	}
}

.close-gallery-btn::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	        transform: translate(-50%, -50%) rotate(45deg);
	width: 30px;
	height: 1px;
	background: #5b5b5b;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

@media (max-width: 1199px) {
	.close-gallery-btn::after {
		width: 20px;
	}
}

.gallery-wr {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #fff;
	z-index: 100;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .8s ease-in-out;
	transition: all .8s ease-in-out;
}

.gallery-opened .gallery-wr {
	opacity: 1;
	visibility: visible;
}

.gallery-wr header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	height: 108px;
}

@media (max-width: 767px) {
	.gallery-wr header {
		height: 70px;
		padding: 35px 20px 10px 23px;
	}
}

.gallery-wr header .logo {
	display: none;
}

@media (max-width: 767px) {
	.gallery-wr header .logo {
		display: block;
		margin-top: 4px;
	}
}

.gallery-wr header .logo svg {
	width: 230px;
	height: 15.11px;
}

/*# sourceMappingURL=styles.css.map */
