html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}
body {
	line-height: 1;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

*,
*::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: 0;
}
textarea,
input.text,
input[type='text'],
input[type='button'],
input[type='submit'],
.input-checkbox {
	appearance: none;
	-webkit-appearance: none;
	border-radius: 0;
}
html,
body {
	text-rendering: optimizeLegibility;
}

body {
	font-family: 'Gotham-Light', arial;
	font-size: 16px;
	font-weight: 400;
	color: #6d6e71;
	line-height: 1.6;
}
body b,
body strong {
	font-family: 'Gotham-Medium', arial;
	color: #231f20;
}
h1,
h2,
h3,
h4,
h5 {
	font-family: 'FranklinGothicStd-ExtraCond', arial;
	color: #333132;
}
h1 {
	font-size: 32px;
}
h2 {
	font-size: 30px;
}
h3 {
	font-size: 28px;
}
a {
	-webkit-transition: opacity 0.15s linear;
	-moz-transition: opacity 0.15s linear;
	-o-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear;
	cursor: pointer;
}
img {
	max-width: 100%;
	height: auto;
}
.group:after {
	content: '';
	display: table;
	clear: both;
}

/* general */
.main-wrapper {
	padding: 42px;
}
.main-wrapper .header {
	text-align: center;
	position: relative;
}
.main-wrapper .header .close {
	position: absolute;
	right: 0;
	top: 0;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)';
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
.main-wrapper .header .close:hover {
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
.main-wrapper .header .hamburger-menu {
	position: absolute;
	left: 0;
	top: 0;
}
.main-wrapper .header .hamburger-menu-close {
	display: none;
}
.main-wrapper .close-center {
	text-align: center;
}
.main-wrapper .close-center img {
	display: block;
}
.main-wrapper .close-center .close {
	display: inline-block;
	vertical-align: top;
}
.main-wrapper .header .logo {
	margin-bottom: 60px;
}
.main-content img,
.main-content video {
	visibility: hidden;
}
.main-content img.img-placeholder-except,
.main-content video.img-placeholder-except {
	visibility: visible;
}
.main-content .img-placeholder,
.main-content .video-placeholder {
	background: #f5f5f5;
	display: inline-block;
}
.main-content .img-placeholder img,
.main-content .video-placeholder video {
	opacity: 0;
	transition: opacity 0.7s ease;
}
.main-content .img-placeholder.loaded img,
.main-content .video-placeholder.loaded video {
	opacity: 1;
}
.main-content .img-placeholder.loaded,
.main-content .video-placeholder.loaded {
	background: transparent;
}
.content-wrapper {
	max-width: 1100px;
	margin: 0 auto;
	padding-left: 52px;
	padding-right: 52px;
}
.img-max-100-height {
	opacity: 0;
}
.turbolinks-progress-bar {
	height: 5px;
	background-color: #231f20;
}
.pace {
	-webkit-pointer-events: none;
	pointer-events: none;

	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
.pace-inactive {
	display: none;
}
.pace .pace-progress {
	background: #231f20;
	position: fixed;
	z-index: 2000;
	top: 0;
	right: 100%;
	width: 100%;
	height: 5px;
}
.mobile-only {
	display: none !important;
}
/* general responsive */
@media (max-width: 1024px) {
	.mobile-only {
		display: block !important;
	}
	.main-wrapper {
		padding: 50px 20px;
	}
	.main-wrapper .header {
		margin-bottom: 95px;
	}
	.main-wrapper .header .logo {
		margin-bottom: 0;
	}
}
@media (max-width: 568px) {
	.main-wrapper .header {
		padding-top: 66px;
		margin-bottom: 34px;
	}
}

/* home */
.home .home-left .home-menu {
	display: none;
}
.home .home-left,
.home .home-right {
	position: absolute;
	top: 0;
	width: 50%;
	height: 100%;
	overflow: hidden;
}
.home .home-left {
	left: 0;
	display: table;
	text-align: center;
	padding: 35px;
}
.home .home-right {
	right: 0;
}
.home .home-left .home-left-inner {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
	text-align: center;
}
.home .home-left .home-menu,
.hamburger-side-menu .menu {
	font-family: 'FranklinGothicStd-ExtraCond', arial;
	font-size: 30px;
	line-height: 0.9;
	text-align: left;
	color: #333132;
}
.home .home-left .home-menu {
	width: 340px;
	margin: 0 auto;
}
.home .home-left .menu {
	margin: 0 0 18px 0;
}
.home .home-left .menu .menu-title-container,
.hamburger-side-menu .menu .menu-title-container {
	margin: 28px 0 5px 4px;
}
.home .home-left .menu .menu-title-container:first-of-type,
.hamburger-side-menu .menu .menu-title-container:first-of-type {
	margin-top: 0;
}
.home .home-left .menu .menu-title,
.hamburger-side-menu .menu .menu-title {
	position: relative;
	color: #fff;
}
.home .home-left .menu .menu-title:empty,
.hamburger-side-menu .menu .menu-title:empty {
	display: none;
}
.home .home-left .menu .menu-title:before,
.hamburger-side-menu .menu .menu-title:before {
	content: '';
	display: block;
	position: absolute;
	z-index: -1;
	width: 100%;
	height: calc(100% - 14px);
	padding: 5px 4px 5px 3px;
	top: 1px;
	left: -3px;
	background: #231f20;
}
body.mac .home .home-left .menu .menu-title:before,
body.mac .hamburger-side-menu .menu .menu-title:before {
	height: calc(100% - 9px);
	top: -3px;
}
.home .home-left .menu a,
.hamburger-side-menu .menu a {
	text-decoration: none;
	color: #333132;
	-webkit-transition: color 0.15s linear;
	-moz-transition: color 0.15s linear;
	-o-transition: color 0.15s linear;
	transition: color 0.15s linear;
}
@media (min-width: 1024px) {
	.home .home-left .menu a:hover,
	.hamburger-side-menu .menu a:hover {
		color: #a7a9ac;
	}
}
.home .home-left .home-social a {
	margin-right: 11px;
	-webkit-transition: opacity 0.15s linear;
	-moz-transition: opacity 0.15s linear;
	-o-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear;
}
.home .home-left .home-social a:hover {
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=40)';
	filter: alpha(opacity=40);
	-moz-opacity: 0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
}
.home .home-left .home-social a img {
	display: inline-block;
	height: 15px;
}
.home .home-left .home-logo {
	margin-bottom: 40px;
}
.home .home-left .ihouse-container {
	position: absolute;
	left: 35px;
	bottom: 35px;
	width: 15px;
	height: 15px;
	overflow: hidden;
	-webkit-transition: opacity 0.15s linear;
	-moz-transition: opacity 0.15s linear;
	-o-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=25)';
	filter: alpha(opacity=25);
	-moz-opacity: 0.25;
	-khtml-opacity: 0.25;
	opacity: 0.25;
}
.home .home-left .ihouse-container:hover {
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
.home .home-left .ihouse-container img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.home .home-left .ihouse-container .ihouse-text {
	left: 23px;
	width: 95px;
	max-width: 95px !important;
}
.home .home-right .home-slider {
	display: none;
}
.home .home-right .home-slider .item {
	background-size: cover;
	background-position: center center;
}
.home .home-slider .owl-stage-outer,
.home .home-slider .owl-stage,
.home .home-slider .owl-item,
.home .home-slider .item,
.portfolio .owl-item,
.portfolio .owl-item .item {
	height: 100% !important;
}
.portfolio .owl-item {
    opacity: 0;
}
.portfolio .owl-item.active {
	opacity: 1;
}
/* home responsive */
@media (max-width: 1024px) {
	.home .home-left {
		position: absolute;
		width: 100%;
		height: 100%;
		padding: 50px 20px;
	}
	.home .home-left .home-menu {
		max-width: 340px;
		width: auto;
	}
	.home .home-left .ihouse-container {
		display: none;
	}
	.home .home-right {
		display: none;
	}
}
@media (max-height: 500px), (max-width: 568px) {
	.home .home-left {
		position: relative;
		width: 100%;
		height: auto;
		padding: 50px 20px;
	}
	.home .home-right {
		display: none;
	}
}

/* sidebar menu */
.hamburger-side-menu {
	position: fixed;
	left: 0;
	top: 0;
	border-right: 1px solid #e5e4e4;
	z-index: 10000;
	width: 0px;
	height: 100%;
	height: 100vh;
	background: #fff;
	overflow: hidden;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.hamburger-side-menu-inner {
	padding: 47px 0 0 84px;
}
.hamburger-side-menu .hamburger-menu {
	position: absolute;
	top: 42px;
	left: 42px;
}
.hamburger-side-menu.open {
	width: 285px !important;
}
.hamburger-side-menu.force-close {
	width: 0px !important;
}

/* portfolio */
@media (min-width: 1000px) {
	.portfolio .main-container {
		min-height: 540px;
		position: relative;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
}
.portfolio .portfolio-name {
	text-align: center;
	display: table;
	width: 100%;
	margin-bottom: 75px;
}
.portfolio .portfolio-name-inner {
	display: table-cell;
	vertical-align: middle;
}
.portfolio .portfolio-name h1 {
	position: relative;
	display: inline-block;
	min-width: 140px;
	padding-top: 14px;
}
.portfolio .portfolio-name h1:before {
	content: '';
	position: absolute;
	top: 7px;
	left: 50%;
	margin-left: -70px;
	display: inline-block;
	width: 140px;
	height: 1px;
	background: #333132;
}
.portfolio .portfolio-thumbs {
	height: 160px;
	overflow: hidden;
	max-width: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -80px;
	min-width: 100%;
	text-align: center;
	transition: left 0.3s ease;
	-webkit-transition: left 0.3s ease;
	-moz-transition: left 0.3s ease;
	-o-transition: left 0.3s ease;
}
/* .portfolio .portfolio-thumbs.shifted {
	left: 285px;
	max-width: 80%;
	min-width: 80%;
	max-width: calc(100% - 285px);
	min-width: calc(100% - 285px);
} */
.portfolio .hoverscroll-content.active {
	float: left;
	white-space: nowrap;
}
.portfolio .portfolio-thumbs-inner {
	padding: 0 70px;
	margin: 0 auto;
	width: 100vw;
}
.portfolio .portfolio-thumbs a {
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	position: relative;
	font-size: 0;
    line-height: normal;
}
.portfolio .portfolio-thumbs a:hover {
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=30)';
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
}
.portfolio .portfolio-thumbs a:last-child {
	margin-right: 0;
}
.portfolio .portfolio-thumbs a img {
	display: inline-block;
}
.portfolio .portfolio-thumbs .portfolio-video .portfolio-video-play {
	display: block;
	position: absolute;
	width: 60px;
	height: 60px;
	left: 50%;
	top: 50%;
	margin-left: -30px;
	margin-top: -30px;
	z-index: 2;
	background: url(../images/thumbnail_video_icon.svg) no-repeat center center;
	-webkit-transition: opacity 0.15s linear;
	-moz-transition: opacity 0.15s linear;
	-o-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear;
	/*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0;*/
}
/*.portfolio .portfolio-thumbs a.portfolio-video:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;
}*/

.portfolio .portfolio-thumbs a.portfolio-video.loaded:after {
	content: '';
}
.portfolio .portfolio-thumbs a.portfolio-video:after {
	content: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	z-index: 1;
	-webkit-transition: opacity 0.15s linear;
	-moz-transition: opacity 0.15s linear;
	-o-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=20)';
	filter: alpha(opacity=20);
	-moz-opacity: 0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;
	/*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0;*/
}
/*.portfolio .portfolio-thumbs a.portfolio-video:hover:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";filter:alpha(opacity=20);-moz-opacity:0.20;-khtml-opacity:0.20;opacity:0.20;
}*/
.portfolio .portfolio-thumbs a.portfolio-video:hover .portfolio-video-play {
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
.portfolio .portfolio-detail {
	padding: 0 52px;
	position: relative;
}
.portfolio .portfolio-detail-slider img {
	max-width: 100%;
	width: auto !important;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
}
.portfolio .portfolio-detail .portfolio-detail-content {
	padding-bottom: 45px;
	line-height: normal;
}
.portfolio .portfolio-detail .portfolio-detail-text {
	text-align: center;
	font-size: 12px;
	padding-bottom: 48px;
	color: #58595b;
	text-transform: uppercase;
}
.portfolio .portfolio-detail .portfolio-detail-text b,
.portfolio .portfolio-detail .portfolio-detail-text strong {
	font-family: 'Gotham-Light', arial;
}
.portfolio .portfolio-detail-text a {
	display: inline !important;
	font-family: 'Gotham-Medium', arial;
	text-decoration: none;
	color: #414042;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
.portfolio .portfolio-detail .portfolio-detail-text a:hover {
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)';
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
.portfolio .portfolio-detail-slider-prev,
.portfolio .portfolio-detail-slider-next {
	display: none;
	position: absolute;
	top: 0;
	width: 70px;
	height: 100%;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)';
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
.portfolio .portfolio-detail-slider-prev:hover,
.portfolio .portfolio-detail-slider-next:hover {
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
.portfolio .portfolio-detail-slider-prev img,
.portfolio .portfolio-detail-slider-next img {
	position: absolute;
	top: 50%;
	margin-top: -77px;
}
.portfolio .portfolio-detail-slider-prev {
	left: -42px;
}
.portfolio .portfolio-detail-slider-next {
	right: -42px;
}
.portfolio .owl-carousel .animated {
	animation-duration: 700ms;
}
.portfolio .portfolio-detail-table {
	display: table !important;
	width: 100%;
	height: 100%;
}
.portfolio .portfolio-detail-cell {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.portfolio .portfolio-detail-cell .video-container {
	position: relative;
}
.portfolio .portfolio-detail-cell .video-container video {
	max-height: 100%;
	max-width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
/* portfolio responsive */
@media (min-width: 1024px) {
	.portfolio .portfolio-detail .portfolio-detail-text {
		padding-bottom: 68px;
	}
	.portfolio .portfolio-detail-slider-prev,
	.portfolio .portfolio-detail-slider-next {
		position: fixed;
		bottom: 12px;
		height: auto !important;
		top: auto;
		left: 50%;
		right: auto !important;
		z-index: 1000;
	}
	.portfolio .portfolio-detail-slider-prev {
		margin-left: -93px;
	}
	.portfolio .portfolio-detail-slider-next {
		margin-left: 53px;
	}
	.portfolio .portfolio-detail-slider-prev img,
	.portfolio .portfolio-detail-slider-next img {
		width: 40px;
		position: relative;
		margin-top: 0;
		top: 0;
	}
}
@media (max-width: 1024px) {
	.portfolio .portfolio-name {
		height: auto !important;
		display: table !important;
		margin-top: 0;
		margin-bottom: 65px;
	}
	.portfolio .portfolio-thumbs {
		height: auto;
		position: relative;
		left: auto;
		top: auto;
		margin-top: 0;
	}
	.portfolio .portfolio-thumbs-inner {
		padding: 0;
		width: 100% !important;
	}
	/* .portfolio .portfolio-thumbs a,
	.portfolio .portfolio-thumbs a img {
		display: block;
		margin: 0;
	}
	.portfolio .portfolio-thumbs .img-placeholder,
	.portfolio .portfolio-thumbs .video-placeholder {
		display: block;
	}
	.portfolio .portfolio-thumbs img {
		display: block;
		margin-bottom: 60px;
		margin-left: auto;
		margin-right: auto;
	} */
	.portfolio .portfolio-thumbs .portfolio-detail-text {
		margin-top: -30px;
		text-align: center;
		font-size: 12px;
		padding-bottom: 54px;
		color: #58595b;
	}
	.portfolio .portfolio-thumbs .video-container video {
		max-width: 100%;
		height: auto;
		vertical-align: top;
		margin-bottom: 60px;
	}
	.portfolio .main-wrapper .close-center {
		margin-top: 5px;
	}
	.shop .portfolio .owl-item img {
		display: none;
	}
	.shop .portfolio .owl-item.active img {
		display: inline;
	}
}
/* portfolio large tablet (php detection) responsive */
body.mobile .portfolio .portfolio-name {
	height: auto !important;
	display: table !important;
	margin-top: 0;
	margin-bottom: 65px;
}
body.mobile .portfolio .portfolio-thumbs {
	height: auto;
	position: relative;
	left: auto;
	top: auto;
	margin-top: 0;
}
body.mobile .portfolio .portfolio-thumbs-inner {
	padding: 0;
	width: 100% !important;
}
body.mobile .portfolio .portfolio-thumbs a,
body.mobile .portfolio .portfolio-thumbs a img {
	display: block;
	margin: 0;
}
body.mobile .portfolio .portfolio-thumbs .img-placeholder,
body.mobile .portfolio .portfolio-thumbs .video-placeholder {
	display: block;
}
body.mobile .portfolio .portfolio-thumbs img {
	display: block;
	margin-bottom: 60px;
	margin-left: auto;
	margin-right: auto;
}
body.mobile .portfolio .portfolio-thumbs .portfolio-detail-text {
	margin-top: -30px;
	text-align: center;
	font-size: 11px;
	padding-bottom: 54px;
	color: #58595b;
}
body.mobile .portfolio .portfolio-thumbs .portfolio-detail-text a {
	font-size: 12px;
}
body.mobile .portfolio .portfolio-thumbs .video-container video {
	max-width: 100%;
	height: auto;
	vertical-align: top;
	margin-bottom: 60px;
}
body.mobile .portfolio .main-wrapper .close-center {
	margin-top: 5px;
}
body.mobile .home-left .menu .menu-title:before,
body.mobile .hamburger-side-menu .menu .menu-title:before,
body.mobile.shop .menu-shop a.active::before {
	top: -1px !important;
}

/* inquire popup */
.blocker {
	background-color: rgba(255, 255, 255, 0.8);
	padding: 0;
	z-index: 10000;
}
.modal {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
}
.popup-content {
	display: none;
}
.popup-content-table {
	display: table;
	width: 100%;
	height: 100%;
}
.popup-content-cell {
	display: table-cell;
	vertical-align: middle;
}
.popup-content {
	width: 100%;
	max-width: 610px;
	background: #fff;
	margin: 0 auto;
	padding: 50px 100px 40px 100px;
	overflow: auto;
	height: 100%;
	/*max-height: 100%;
    max-height: 100vh;*/
}
.popup-content .popup-close-container {
	text-align: center;
}
.popup-content .popup-close {
	text-align: center;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)';
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
.popup-content .popup-close:hover {
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
.popup-content .form-title {
	font-family: 'Gotham-Medium', arial;
	font-weight: normal;
	text-align: center;
	font-size: 17px;
	line-height: 1.3;
	color: #231f20;
}
.popup-content .popup-close img {
	display: inline-block;
	margin: 0 auto 40px auto;
}
.popup-content label {
	border-bottom: 1px solid #000;
	font-size: 16px;
	font-weight: 700;
	font-family: 'Gotham-Light', arial;
	color: #231f20;
	padding-bottom: 10px;
	line-height: 16px;
	display: block;
}
.popup-content .form-row-select-region-label {
	margin-bottom: 38px;
}
.popup-content .form-row-select-region-val {
	padding-bottom: 16px;
	border-bottom: 1px solid #000;
}
.popup-content .form-row-select-region-val label {
	padding-bottom: 0;
	padding-left: 7px;
}
.popup-content .form-row-select-region-val ul,
.popup-content .form-row-select-region-val li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 0;
}
.popup-content .form-row-select-region-val li {
	display: inline-block;
	margin-right: 34px;
	margin-bottom: 23px;
}
.popup-content .form-row-select-region-val li:last-child {
	margin-right: 0;
}
.popup-content .form-row-select-region-val li label {
	vertical-align: middle;
	cursor: pointer;
	border: 0;
}

label.cos-custom-radio,
label.cos-custom-checkbox {
	padding-left: 0 !important;
}
.cos-custom-radio input[type='radio'],
.cos-custom-checkbox input[type='checkbox'],
.cos-custom-radio label,
.cos-custom-checkbox label {
	display: inline-block;
	vertical-align: middle;
}
.cos-custom-radio input[type='radio'],
.cos-custom-checkbox input[type='checkbox'] {
	display: none !important;
}
.cos-custom-radio span,
.cos-custom-checkbox span {
	width: 14px;
	height: 14px;
	background-image: url(../images/checkbox_empty.svg);
	cursor: pointer;
	position: relative;
	display: inline-block;
	vertical-align: middle;
}
.cos-custom-radio input[type='radio']:checked + span,
.cos-custom-checkbox input[type='checkbox']:checked + span {
	background-image: url(../images/checkbox_selected.svg);
}
.popup-content .form-row .form-cell {
	width: 100%;
}
.popup-content .form-row input[type='text'],
.popup-content .form-row textarea {
	border: 0;
	font-family: 'Gotham-Light', arial;
	font-size: 16px;
	line-height: 18px;
	color: #231f20;
	resize: none;
	border-bottom: 1px solid #000;
	width: 100%;
	padding-bottom: 10px;
	padding-top: 11px;
}
.popup-content .form-row textarea {
	height: 130px;
}
.popup-content .form-row input::placeholder,
.popup-content .form-row textarea::placeholder {
	color: #231f20;
}
.popup-content .form-row input:-ms-input-placeholder,
.popup-content .form-row textarea:-ms-input-placeholder {
	color: #231f20;
}
.popup-content .form-row input::-ms-input-placeholder,
.popup-content .form-row textarea::-ms-input-placeholder {
	color: #231f20;
}
.popup-content .submit-button {
	text-align: center;
	margin-top: 35px;
}
.popup-content .form-row .submit-form {
	text-transform: uppercase;
	font-size: 32px;
	font-family: 'FranklinGothicStd-ExtraCond', arial;
	color: #333132;
	cursor: pointer;
	background: none;
	display: inline-block;
	width: auto;
	height: auto;
	border: 0;
	-webkit-transition: color 0.15s linear;
	-moz-transition: color 0.15s linear;
	-o-transition: color 0.15s linear;
	transition: color 0.15s linear;
}
.popup-content .form-row .submit-form:disabled {
	color: #888;
}
.popup-content .submit-result {
	text-align: center;
	color: #231f20;
	font-family: 'Gotham-Medium', arial;
	display: none;
}
.popup-content .submit-result.error {
	color: #c80000;
}
.popup-content .form-row .popup-close:hover,
.popup-content .form-row .submit-form:hover {
	color: #a7a9ac;
}
.popup-content .empty-element-container {
	position: relative;
	display: block;
}
.popup-content .empty-element-container .empty-element {
	color: #c80000;
	position: absolute;
	right: 0px;
	background: #fff;
	padding: 3px;
	top: 5px;
}
.popup-content .form-inquire-result {
	text-align: center;
	color: #231f20;
}
.popup-content .form-inquire-result h2 {
	display: inline-block;
	font-family: 'Gotham-Light', arial;
	font-size: 16px;
	border-bottom: 1px solid #b5b3b3;
	padding: 5px 20px;
	color: #231f20;
	margin-bottom: 7px;
}
.popup-content .form-inquire-result {
	display: none;
}
/* inquire popup responsive */
@media (max-width: 620px) {
	.popup-content .form-row-select-region-val li {
		margin-right: 32px;
	}
}
@media (max-width: 568px) {
	.popup-content {
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media (max-width: 400px) {
	.popup-content .form-row-select-region-val li {
		margin-right: 15px;
	}
}
@media (max-width: 390px) {
	.popup-content .form-row-select-region-val li {
		width: 50%;
		padding-right: 15px;
		margin-right: 0;
	}
}

/* info */
.info .info-text a {
	color: #231f20;
	text-decoration: none;
	padding-bottom: 0px;
	border-bottom: 1px solid #231f20;
	line-height: 1.7;
}
.info .info-text a:hover {
	color: #48484a;
	border-bottom: 1px solid #48484a;
}
.info .content-wrapper {
	padding-top: 30px;
	padding-bottom: 24px;
}
.info .info-image,
.info .info-text {
	float: left;
	width: 50%;
}
.info .info-image {
	padding-right: 20px;
	text-align: right;
}
.info .info-image .img-placeholder {
	max-width: 100%;
}
.info .info-image img {
	max-width: 400px;
	max-width: 100%;
}
.info .info-text {
	padding-left: 20px;
}
.info.no-image .info-text {
	width: 100%;
	float: none;
	padding-left: 0;
}
/* info responsive */
@media (max-width: 1024px) {
	.info .main-wrapper .header {
		margin-bottom: 88px;
	}
	.info .content-wrapper {
		padding-top: 0;
	}
	.info .info-image,
	.info .info-text {
		float: none;
		width: 100%;
		max-width: 400px;
		margin: 0 auto;
	}
	.info .info-image {
		padding-right: 0;
		text-align: center;
		margin-bottom: 28px;
	}
	.info .info-text {
		padding-left: 0;
		margin-bottom: 57px;
	}
	.info .content-wrapper {
		padding-left: 0;
		padding-right: 0;
	}
}
@media (max-width: 568px) {
	.info .main-wrapper .header {
		margin-bottom: 45px;
	}
}

/* news */
.news .content-wrapper {
	padding-top: 25px;
	max-width: 1098px;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 24px;
}
.news .news-right {
	margin-top: 55px;
}
.news .news-right.no-margin-top {
	margin-top: 0;
}
/*.news .news-left,.news .news-right {
	float: left;
	width: 50%;
}
.news .news-left {
	padding-right: 7px;
}
.news .news-right {
	padding-left: 7px;
}*/
.news .news-title {
	margin-bottom: 7px;
}
.news .news-title a {
	font-family: 'Gotham-Medium', arial;
	display: inline-block;
	background: #000;
	color: #fff;
	padding: 0px 7px;
	text-decoration: none;
	-webkit-transition: opacity 0.15s linear;
	-moz-transition: opacity 0.15s linear;
	-o-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear;
}
.news .news-title a:hover {
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=40)';
	filter: alpha(opacity=40);
	-moz-opacity: 0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
}
.news .news-articles .news-article {
	margin-bottom: 14px;
	width: 50%;
	float: left;
}
.news .news-articles .news-article .news-article-text,
.news .news-articles .news-article .news-article-image {
	position: relative;
	width: 48%;
	width: calc(50% - 7px);
	float: left;
}
.news .news-articles .news-article .news-article-text {
	background: #333132;
	color: #fff;
	margin-right: 14px;
}
.news .news-articles .news-article .news-article-image {
	background-image: url(../images/texture.svg);
	background-size: cover;
	background-position: center center;
	float: right;
}
.news .news-articles .news-article.even {
	padding-right: 7px;
}
.news .news-articles .news-article.odd {
	padding-left: 7px;
}
.news .news-articles .news-article:nth-child(4n + 3) .news-article-text,
.news .news-articles .news-article:nth-child(4n + 4) .news-article-text {
	float: right;
	margin-right: 0;
	margin-left: 14px;
}
.news .news-articles .news-article:nth-child(4n + 3) .news-article-image,
.news .news-articles .news-article:nth-child(4n + 4) .news-article-image {
	float: left;
}
.news .instagram a {
	display: block;
	float: left;
	width: 25%;
}
.news .news-articles .news-article .news-article-text:after,
.news .news-articles .news-article .news-article-image:after,
.news .instagram a:after {
	content: '';
	display: block;
	padding-bottom: 100%;
}
.news .news-articles .news-article .news-article-text-content {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	padding: 18px 20px 0 20px;
	border-bottom: 25px solid #333132;
}
.news .news-articles .news-article .news-article-date {
	font-family: 'HelveticaNeueLTStd-Bd', arial;
	font-size: 60px;
	line-height: 1;
	margin-bottom: 6px;
}
.news .news-articles .news-article .news-article-date .news-article-date-slash {
	font-family: 'HelveticaNeueLTStd-Th', arial;
	padding: 0 7px;
}
.news .news-articles .news-article .news-article-date .news-article-date-year {
	font-family: 'HelveticaNeueLTStd-Lt', arial;
	position: absolute;
	right: 20px;
	top: 28px;
	font-size: 12px;
}
.news .news-articles .news-article .news-article-title {
	font-family: 'HelveticaNeueLTStd-Bd', arial;
	letter-spacing: 0.5px;
	font-size: 13px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.news .news-articles .news-article .news-article-content {
	font-family: 'HelveticaNeueLTStd-Lt', arial;
	font-size: 14px;
	line-height: 1.3;
}
.news .instagram a {
	position: relative;
	background-size: cover;
	background-position: center center;
}
.news .instagram a .overlay {
	font-size: 13px;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.9);
	line-height: 19px;
	color: #fff;
	padding: 20px;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	-webkit-transition: opacity 0.15s linear;
	-moz-transition: opacity 0.15s linear;
	-o-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear;
}
.news .instagram a:hover .overlay {
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=90)';
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}
.news .instagram .overlay .overlay-comments img,
.news .instagram .overlay .overlay-likes img {
	height: 19px;
	display: inline-block;
	vertical-align: middle;
	padding-right: 7px;
}
.news .instagram .overlay .overlay-comments img {
	position: relative;
	top: -1px;
}
.news .instagram .overlay .overlay-likes,
.news .instagram .overlay .overlay-comments {
	display: inline-block;
	width: 50%;
	margin-bottom: 25px;
}
.news .instagram .overlay .overlay-likes {
	padding-right: 20px;
	text-align: right;
}
.news .instagram .overlay .overlay-comments {
	padding-left: 20px;
	text-align: left;
}
.news .instagram a .overlay .overlay-content {
	display: table;
	height: 100%;
}
.news .instagram a .overlay .overlay-inner {
	display: table-cell;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: middle;
	text-align: center;
}
.news .instagram a .overlay .overlay-text {
	font-size: 12px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

/* news responsive */
@media (max-width: 1100px) {
	.news .main-wrapper .header {
		margin-bottom: 91px;
	}
	.news .content-wrapper {
		padding-top: 0;
	}
	.news .news-articles .news-article .news-article-text-content > div {
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
		-webkit-transform-origin: 0;
		transform-origin: 0;
	}
	.news .news-articles .news-article .news-article-date .news-article-date-year {
		right: -25%;
		top: 16%;
	}
}
@media (max-width: 1024px) {
	.news .content-wrapper {
		margin-bottom: 60px;
	}
}
@media (max-width: 980px) {
	.news .news-articles .news-article .news-article-text-content {
		padding-top: 15px;
	}
	.news .news-articles .news-article .news-article-date {
		margin-bottom: 0;
	}
	.news .news-articles .news-article .news-article-title {
		margin-bottom: 0;
	}
	.news .instagram a .overlay {
		display: none !important;
	}
}
@media (max-width: 900px) {
	.news .news-articles .news-article .news-article-text-content > div {
		-webkit-transform: scale(0.7);
		transform: scale(0.7);
	}
	.news .news-articles .news-article .news-article-date .news-article-date-year {
		right: -44%;
	}
	.news .news-articles .news-article .news-article-text-content {
		padding-top: 5px;
	}
	.news .news-articles .news-article .news-article-date {
		margin-bottom: -8px;
	}
	.news .news-articles .news-article .news-article-title {
		margin-bottom: -10px;
	}
}
@media (max-width: 820px) {
	.news .news-articles .news-article .news-article-text-content > div {
		-webkit-transform: scale(0.6);
		transform: scale(0.6);
	}
	.news .news-articles .news-article .news-article-date .news-article-date-year {
		right: -68%;
	}
	.news .news-articles .news-article .news-article-text-content {
		padding-top: 2px;
	}
	.news .news-articles .news-article .news-article-date {
		margin-bottom: -11px;
	}
	.news .news-articles .news-article .news-article-title {
		margin-bottom: -17px;
	}
}
@media (max-width: 768px) {
	.news .news-left,
	.news .news-right {
		float: none;
		width: 100%;
		padding-left: 0;
		padding-right: 0;
		max-width: 549px;
		margin: 0 auto;
	}
	.news .news-left {
		margin-bottom: 48px;
	}
	.news .news-articles .news-article .news-article-text-content > div {
		-webkit-transform: none;
		transform: none;
	}
	.news .news-articles .news-article .news-article-date .news-article-date-year {
		right: 20px;
		top: 28px;
	}
	.news .news-articles .news-article .news-article-text-content {
		padding-top: 18px;
	}
	.news .news-articles .news-article .news-article-date {
		margin-bottom: 6px;
	}
	.news .news-articles .news-article .news-article-title {
		margin-bottom: 10px;
	}
	.news .instagram a {
		width: 50%;
	}
	.news .news-articles .news-article.even {
		padding-right: 0;
	}
	.news .news-articles .news-article.odd {
		padding-left: 0;
	}
	.news .news-articles .news-article:nth-child(4n + 3) .news-article-text,
	.news .news-articles .news-article:nth-child(4n + 4) .news-article-text {
		float: left;
		margin-right: 14px;
		margin-left: 0;
	}
	.news .news-articles .news-article:nth-child(4n + 3) .news-article-image,
	.news .news-articles .news-article:nth-child(4n + 4) .news-article-image {
		float: right;
	}
	.news .news-articles .news-article {
		width: 100%;
		float: none;
	}
	.news .news-articles .news-article.odd .news-article-text {
		float: right;
		margin-right: 0;
		margin-left: 14px;
	}
	.news .news-articles .news-article.odd .news-article-image {
		float: left;
	}
}
@media (max-width: 560px) {
	.news .news-left,
	.news .news-right {
		max-width: 264px;
	}
	.news .news-articles .news-article .news-article-text,
	.news .news-articles .news-article .news-article-image {
		float: none;
		width: 100%;
	}
	.news .news-articles .news-article .news-article-text {
		margin-bottom: 14px;
	}
	.news .instagram a {
		float: none;
		width: 100%;
	}
}

/* shop */
:root {
	--color-black: #231f20;
	--color-gray: #8a8c8e;
}
.shop .header .hamburger-menu,
.shop .header .close {
	display: none;
}
.shop .main-wrapper {
	padding-top: 64px;
}
.shop .portfolio .portfolio-detail {
	padding-left: 0;
	padding-right: 0;
}
.shop .header .logo {
	font-size: 0;
	margin-bottom: 56px;
	font-family: 'Gotham-Light';
}
.shop .menu-shop {
	display: flex;
	flex-direction: row;
	text-transform: uppercase;
	justify-content: center;
	align-items: flex-start;
	margin-bottom: 78px;
}
.shop .menu-shop .back {
	position: relative;
	display: inline-flex;
	align-items: center;
}
.shop .menu-shop .back::before {
	content: '';
	height: 22px;
	width: 1px;
	display: block;
	background: #000;
	margin-right: 18px;
	position: relative;
	top: -2px;
}
.shop .menu-shop ul {
	display: flex;
	gap: 18px;
}

@media (max-width: 510px) {
	.shop .menu-shop ul {
		flex-wrap: wrap;
		padding-left: 35px;
		padding-right: 35px;
		justify-content: center;
	}
	.shop .menu-shop .back::before {
		display: none;
	}
}


.shop .menu-shop ul li {
	line-height: 100%;
}
.shop .menu-shop a {
	color: #333132;
	transition: color 0.3s ease;
	text-decoration: none;
	position: relative;
	font-family: 'FranklinGothicStd-ExtraCond';
	font-size: 30px;
	line-height: normal;
}
.shop .menu-shop a:hover {
	color: #a7a9ac;
}
.shop .menu-shop a.active {
	color: #fff;
}
.shop .menu-shop a.active::before {
	content: '';
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: calc(100% - 14px);
    padding: 5px 4px 5px 3px;
    top: 1px;
    left: -3px;
    background: #231f20;
}
body.mac.shop .menu-shop a.active::before {
	top: -3px;
	padding: 7px 4px 7px 3px;
}
.shop .menu-shop ul li a.back {
	position: relative;
	margin-left: 26px;
}
.shop .menu-shop ul li a.back::before {
	content: '';
	width: 1px;
	height: 100%;
	background-color: #a9a8ad;
	position: absolute;
	left: -26px;
	top: 0;
	pointer-events: none;
}
.shop .products {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	width: auto;
	max-width: 1090px;
	padding-left: 14px;
	padding-right: 14px;
	box-sizing: content-box;
}
.shop .products a {
	text-decoration: none;
}
.shop .products .product {
	display: flex;
	flex-direction: column;
}
.shop .products .product-one-cell {
	width: 350px;
}
.shop .products .product-two-cells {
	width: 720px;
}
.shop .product .product-image {
	display: block;
	height: 410px;
	overflow: hidden;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border: 1px solid #c8c8c8;
}
.shop .product .product-image img {
	object-fit: cover;
	visibility: visible;
	width: 100%;
	height: 410px;
	transition: transform 0.3s ease;
}
.shop .product:hover .product-image img {
	transform: scale(1.15);
}
.shop .products .product-info {
	border: 1px solid #c8c8c8;
	border-top: 0;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	display: flex;
	flex-direction: column;
	padding: 20px;
	gap: 5px;
}
.shop .product-info .product-title {
	font-family: 'Gotham-Light';
	font-size: 18px;
	color: var(--color-black);
	line-height: 24px;
	transition: height 0.3s ease;
}
.shop .product-info .product-description {
	font-family: 'Gotham-Book';
	font-size: 10px;
	line-height: 16px;
	color: var(--color-gray);
	transition: height 0.3s ease;
}
.shop .main-wrapper .header {
	position: static;
}
.shop .main-wrapper.portfolio-details {
	height: 100vh;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	padding: 42px 42px 0 42px;
	position: relative;
}
.shop .main-wrapper.portfolio-details .header .logo {
	margin-bottom: 20px;
}
.shop .main-wrapper.portfolio-details .header .close {
	display: block;
	top: 42px;
	right: 42px;
}
.shop .main-wrapper.portfolio-details .portfolio-detail {
	width: auto;
	max-width: 1090px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: content-box;
	padding-bottom: 0;
}
.shop .main-wrapper.portfolio-details .portfolio-detail .owl-carousel .owl-stage {
	display: flex;
	align-items: center;
}
.shop .main-wrapper.portfolio-details .portfolio-detail .portfolio-detail-text {
	color: #a9a8ad;
}
.shop .main-wrapper.portfolio-details .portfolio-detail-slider-prev,
.shop .main-wrapper.portfolio-details .portfolio-detail-slider-next {
	opacity: 1;
}
.shop .main-wrapper.portfolio-details .portfolio-detail .portfolio-detail-text {
	padding-bottom: 0;
}
.shop .main-wrapper.portfolio-details .portfolio-detail-text span {
	margin-left: 5px;
	margin-right: 5px;
}
.shop .main-wrapper.portfolio-details .portfolio-detail-text span,
.shop .main-wrapper.portfolio-details .portfolio-detail-text span.price {
	color: var(--color-black);
}
.shop .main-wrapper.portfolio-details .portfolio-detail-text span.price {
	font-family: 'Gotham-Book';
	font-weight: 700;
}
.shop .main-wrapper.portfolio-details .portfolio-controls {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
}
.shop .main-wrapper.portfolio-details .portfolio-controls .portfolio-detail-slider-prev,
.shop .main-wrapper.portfolio-details .portfolio-controls .portfolio-detail-slider-next {
	position: static;
	margin: 0;
	line-height: normal;
	font-size: 0;
	width: auto;
	transition: opacity 0.3s ease;
}
.shop .main-wrapper.portfolio-details .portfolio-controls .portfolio-detail-slider-prev {
	padding-right: 20px;
}
.shop .main-wrapper.portfolio-details .portfolio-controls .portfolio-detail-slider-next {
	padding-left: 20px;
}
.shop .main-wrapper.portfolio-details .portfolio-controls .portfolio-detail-slider-prev:hover,
.shop .main-wrapper.portfolio-details .portfolio-controls .portfolio-detail-slider-next:hover {
	opacity: 0.5;
}
.shop .main-wrapper.portfolio-details .portfolio-controls .portfolio-detail-action {
	width: 140px;
	text-transform: uppercase;
	text-decoration: none;
	color: var(--color-black);
	line-height: normal;
	font-size: 20px;
	transition: color 0.3s ease;
	font-family: 'FranklinGothicStd-ExtraCond';
	text-align: center;
	margin-top: 3px;
	display: none;
}
.shop .main-wrapper.portfolio-details .portfolio-controls .portfolio-detail-action:hover {
	color: var(--color-gray);
}
.shop .portfolio .portfolio-detail-slider-prev,
.shop .portfolio .portfolio-detail-slider-next {
	display: block !important;
}
.hidden {
	display: none !important;
}
.success {
	position: fixed;
	background: rgb(35, 31, 32, 0.3);
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	overflow: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 100000;
}
.success i {
	font-style: normal;
}
.success .success-wrapper {
	width: auto;
	height: 370px;
	width: 494px;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: column;
	margin-left: auto;
	margin-right: auto;
	padding: 106px 67px 67px 67px;
	font-family: 'HelveticaNeueLTStd-Lt';
	font-size: 22px;
	border-radius: 10px;
	text-align: center;
}
.success .success-wrapper .close {
	display: block;
	width: 100%;
	background-color: #447BBE;
	color: #fff;
	border-radius: 8px;
	padding: 12px;
	font-family: 'HelveticaNeueLTStd-Lt';
	font-size: 22px;
	line-height: normal;
	transition: background-color 0.3s ease;
	border: 0;
	cursor: pointer;
}
.success .success-wrapper .close:hover {
	background-color: #2D527E;
}
@media (max-width: 768px) {
	.success {
		background: #fff;
	}
	.success .success-wrapper {
		font-size: 20px;
	}
}
.shop .purchase {
	position: fixed;
	background: #fff;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	overflow: auto;
}
.shop .purchase .purchase-wrapper {
	width: auto;
	max-width: 1250px;
	margin-left: auto;
	margin-right: auto;
	padding: 70px 34px;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.shop .purchase .purchase-wrapper::before {
	content: '';
	position: fixed;
	left: 50%;
	margin-left: -0.5px;
	top: 0;
	width: 1px;
	height: 100%;
	background-color: #C8C8C8;
}
.shop .purchase .purchase-wrapper .product,
.shop .purchase .purchase-wrapper .info {
	width: 50%;
}
.shop .purchase .purchase-wrapper .product {
	padding-right: 100px;
	position: sticky;
	top: 30px;
}
.shop .purchase .purchase-wrapper .info {
	padding-left: 100px;
}
.shop .purchase .product .back {
	border: 1px solid #C8C8C8;
	border-radius: 8px;
	font-family: 'Gotham-Medium';
	display: inline-block;
	text-transform: uppercase;
	text-decoration: none;
	color: var(--color-black);
	padding: 6px 30px;
    font-size: 20px;
	transition: border-color 0.3s ease;
}
.shop .purchase .product .back:hover {
	border-color: var(--color-black);
}
.shop .purchase .product .title {
	margin-top: 60px;
	font-family: Arial, Helvetica, sans-serif;
	color: #6f7073;
	font-size: 21px;
	line-height: 23px;
	font-weight: 400;
	margin-bottom: 14px;
}
.shop .purchase .product .title span {
	text-transform: uppercase;
}
.shop .purchase .product .picture video {
	max-width: 100%;
}
.shop .purchase .product .price {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 48px;
	line-height: 48px;
	color: var(--color-black);
	margin-bottom: 60px;
}
.shop .purchase .info {
	font-family: 'HelveticaNeueLTStd-Lt';
	font-size: 16px;
}
.shop .purchase .info .section {
	font-size: 18px;
	position: relative;
	text-align: center;
	margin-bottom: 30px;
}
.shop .purchase .info .section::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	height: 1px;
	width: 100%;
	top: 50%;
	margin-top: -0.5px;
	background-color: #c8c8c8;
}
.shop .purchase .info .section span {
	background: #fff;
	padding: 0 15px;
	display: inline-block;
	position: relative;
}
.shop .purchase .info .form-row {
	margin-bottom: 20px;
}
.shop .purchase .info .form-row:last-child {
	margin-bottom: 0;
}
.shop .purchase .info .form-row label {
	display: block;
	margin-bottom: 3px;
	cursor: pointer;
}
.shop .purchase .info .input,
.shop .purchase .info .input-select {
	position: relative;
}
.shop .purchase .info .empty-element-container .empty-element {
	color: #c80000;
	position: absolute;
	padding: 0;
	right: 20px;
	bottom: 13px;
}
.shop .purchase .info .input-select::after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -25px;
	width: 50px;
	height: 50px;
	display: block;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../images/select-arrow.svg);
	pointer-events: none;
}
.shop .purchase .info .form-row .input.input-combined input,
.shop .purchase .info .form-row .input.input-combined select {
	border-radius: 0;
}
.shop .purchase .info .form-row .input.input-combined select {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	cursor: pointer;
}
.shop .purchase .info .form-row .input.input-combined input {
	border-top: 0;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
.shop .purchase .info .form-row label span {
	color: var(--color-gray);
}
.shop .purchase .info .form-row input,
.shop .purchase .info .form-row select,
.shop .purchase .info .form-row textarea {
	display: block;
	width: 100%;
	resize: none;
	padding: 15px;
	border-radius: 8px;
	border: 1px solid #c8c8c8;
	font-family: 'HelveticaNeueLTStd-Lt';
	font-size: 16px;
}
.shop .purchase .info .form-row input,
.shop .purchase .info .form-row select {
	height: 50px;
	padding: 0 15px;
	line-height: 50px;
}
.shop .purchase .info .form-row select {
	appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.shop .purchase .info .form-row textarea {
	height: 100px;
}
.shop .purchase .info .form-row input[type=submit] {
	margin-top: 50px;
	border: 0;
	background: #447BBE;
	color: #fff;
	font-family: 'HelveticaNeueLTStd-Lt';
	font-size: 20px;
	letter-spacing: 1px;
	text-transform: capitalize;
	cursor: pointer;
	transition: background-color 0.3s ease, color 0.3s ease;
}
.shop .purchase .info .form-row input[type=submit]:hover {
	background: #2E527E;
}
.shop .purchase .info .form-row input[type=submit]:disabled {
	background: #A8A9AD;
	color: #E4E4E4;
	cursor: default;
}
.shop .purchase .form-error {
	text-align: center;
}
.shop .purchase .form-error h2 {
	color: #c80000;
}
.shop .purchase .title-picture .picture > * {
	opacity: 0;
	transition: opacity 0.2s ease;
}
@media (min-width: 1025px) {
	.shop .main-wrapper .main-content {
		max-width: 100%;
	}
}
@media (max-width: 1024px) {
	.shop .main-wrapper .header {
		margin-bottom: 60px;
	}
	.shop .main-wrapper.portfolio-details {
		height: auto;
	}
	.shop .main-wrapper .main-content {
		max-width: 100%;
	}
	.shop .portfolio .portfolio-detail-slider-prev,
	.shop .portfolio .portfolio-detail-slider-next {
		display: none !important;
	}
	.shop .portfolio .portfolio-detail {
		padding-left: 0;
		padding-right: 0;
	}
	.shop .main-wrapper.portfolio-details .portfolio-controls {
		margin-top: 26px;
		margin-bottom: 96px;
	}
	.shop .purchase .purchase-wrapper .product {
		padding-right: 34px;
	}
	.shop .purchase .purchase-wrapper .info {
		padding-left: 34px;
	}
	.shop .main-wrapper.portfolio-details .portfolio-detail,
	.shop .main-wrapper.portfolio-details .portfolio-detail .owl-carousel .owl-stage,
	.shop .main-wrapper.portfolio-details .portfolio-detail .owl-carousel .owl-stage-outer {
		height: auto !important;
	}
	.shop .main-wrapper.portfolio-details .portfolio-detail .owl-carousel .owl-stage-outer img {
		max-height: none !important;
	}
}
@media (max-width: 768px) {
	.shop .main-wrapper .header {
		padding-top: 0;
	}
	.shop .products .product-one-cell,
	.shop .products .product-two-cells {
		width: auto;
		max-width: 100%;
	}
	.shop .products .product-one-cell .product-image,
	.shop .products .product-two-cells .product-image {
		height: auto;
		font-size: 0;
	}
	.shop .products .product-one-cell img,
	.shop .products .product-two-cells img {
		object-fit: contain;
		height: auto;
	}
	.shop .menu-shop {
		margin-bottom: 56px;
	}
	@supports (padding: max(0px)) {
		.shop .main-container {
			padding-top: env(safe-area-inset-top);
		}
	}
	.shop .main-wrapper.portfolio-details .header .close {
		display: block;
		position: static;
		width: 28px;
		height: 28px;
		margin-left: auto;
		margin-right: auto;
	}
	.shop .portfolio .portfolio-detail .portfolio-detail-text {
		padding-bottom: 0;
	}

	.shop .purchase .purchase-wrapper .product,
	.shop .purchase .purchase-wrapper .info {
		width: 100%;
		padding: 0;
	}
	.shop .purchase .purchase-wrapper::before {
		display: none;
	}
	.shop .purchase .purchase-wrapper .product {
		position: static;
		margin-bottom: 50px;
		text-align: center;
	}
	.shop .purchase .purchase-wrapper {
		flex-direction: column;
	}
	.shop .purchase .title-picture {
		display: flex;
		flex-direction: column-reverse;
		margin-top: 30px;
	}
	.shop .purchase .title-picture .picture {
		font-size: 0;
		line-height: normal;
	}
	.shop .purchase .product .title {
		margin-top: 25px;
		font-size: 14px;
	}
	.shop .purchase .product .price {
		font-size: 24px;
		line-height: 26px;
		margin-bottom: 0;
	}
	.shop .main-wrapper.portfolio-details .header .logo {
		margin-bottom: 60px;
	}
}

.shop .blocker {
	background: rgb(35, 31, 32, 0.3);
}
.shop .blocker .popup-content {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 536px;
	height: auto;
	padding: 64px 65px 40px 65px;
	border-radius: 0;
	position: relative;
}
.shop .blocker .popup-content .form-title {
	text-align: left;
}
.shop .blocker .popup-close-container {
	position: absolute;
	right: 19px;
	top: 19px;
}
.shop .blocker .popup-content .popup-close {
	display: inline-block;
	line-height: normal;
	font-size: 0;
}
.shop .blocker .popup-content .popup-close img {
	margin: 0;
}
.shop .blocker .popup-content .form-row-select-region-label {
	margin-bottom: 28px;
}
.shop .blocker .popup-content .form-row .form-title {
	font-family: 'Gotham-Light';
	font-size: 12px;
	line-height: 24px;
	color: #58595b;
	border-bottom: 0;
	padding-bottom: 0;
}
.shop .blocker .popup-content .form-row .input-select {
	position: relative;
}
.shop .blocker .popup-content .form-row .input-select select {
	display: block;
	width: 100%;
	padding: 7px 16px 7px 0;
	border: 0;
	font-family: 'Gotham-Light';
	font-size: 12px;
	line-height: 24px;
	appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
	text-transform: uppercase;
	border-top: 1px solid #d4d4d4;
	border-bottom: 1px solid #d4d4d4;
	cursor: pointer;
	color: #58595b;
}
.shop .blocker .popup-content .form-row .input-select::after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -20px;
    width: 44px;
    height: 40px;
	display: block;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../images/select-arrow.svg);
	pointer-events: none;
	opacity: 0.8;
}
.shop .blocker .popup-content .form-row input[type=text] {
	padding: 7px 0;
}
.shop .blocker .popup-content .form-row input[type=text],
.shop .blocker .popup-content .form-row textarea {
	font-family: 'Gotham-Light';
	font-size: 12px;
	line-height: 24px;
	border-color: #d4d4d4;
	color: #58595b;
}
.shop .blocker .popup-content .form-row-select-region-val {
	padding-bottom: 0;
	border: none;
}
.shop .blocker .popup-content .form-row textarea {
	border-color: #d4d4d4;
	padding-left: 0;
	padding-right: 0;
}
.shop .blocker .popup-content .form-row .submit-form {
	font-size: 20px;
}
.shop .blocker .popup-content .empty-element-container .empty-element {
	font-family: 'Gotham-Light';
	font-size: 12px;
	line-height: 24px;
	text-transform: uppercase;
}
@media (max-width: 768px) {
	.shop .blocker {
		background: #fff;
	}
	.shop .blocker .popup-content {
		width: 100%;
		padding-left: 34px;
		padding-right: 34px;
		position: static;
	}
	.shop .blocker .popup-close-container {
		top: 34px;
		right: 34px;
	}
	.shop .blocker .popup-content .form-row .input-select select {
		border-top: 2px solid #F1F1F1;
		border-bottom: 2px solid #F1F1F1;
	}
	.shop .blocker .popup-content .form-row input[type=text],
	.shop .blocker .popup-content .form-row textarea {
		border-bottom: 2px solid #F1F1F1;
	}
}


/* Apple OS fixes */
body.apple-os .purchase .info .form-row input,
body.apple-os .purchase .info .form-row textarea,
body.apple-os .purchase .info .form-row select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
}
body.apple-os .purchase .info .form-row select {
	padding-top: 1px;
}
body.apple-os .purchase .info .form-row input {
    padding-top: 3px;
}


/* Contact form */
.form-contact {
	max-width: 390px;
}
.form-contact .text {
	margin-bottom: 34px;
	text-transform: uppercase;
	font-family: 'Gotham-Light';
	font-size: 11px;
	line-height: 24px;
	color: #58595b;
}
.form-contact .text a {
	color: #171717;
	text-decoration: none;
	padding: 0;
	border: 0;
	line-height: 24px;
}
.form-contact .text.message-sent {
	display: none;
}
.form-contact select {
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%23242424" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-down"><polyline points="6 9 12 15 18 9"></polyline></svg>') no-repeat right 10px center;
	background-size: 20px;
}
.form-contact input[type="text"],
.form-contact select,
.form-contact textarea {
	width: 100%;
	padding: 10px 0;
	border: none;
	border-top: 1px solid #d4d4d4;
	font-family: 'Gotham-Light';
	font-size: 12px;
	line-height: 24px;
	color: #58595b;
	resize: none;
}
.form-contact input::placeholder,
.form-contact select::placeholder,
.form-contact textarea::placeholder {
	text-transform: uppercase;
}
.form-contact textarea {
	height: 170px;
}
.form-contact input[type="submit"] {
	border: none;
	background: transparent;
	color: #242424;
	font-family: 'FranklinGothicStd-ExtraCond';
	font-size: 25px;
	text-transform: uppercase;
	cursor: pointer;
	padding: 0;
	transition: opacity 0.3s ease;
}
.form-contact input[type="submit"]:hover {
	opacity: 0.5;
}
.form-contact input[type="submit"]:disabled {
	opacity: 0.5;
	cursor: default;
}
.form-contact .form-row-submit {
	border-bottom: 1px solid #d4d4d4;
	padding-bottom: 12px;
	margin-bottom: 12px;
}
.form-contact .form-row {
	position: relative;
}
.form-contact .form-error-message {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -12px;
	text-transform: uppercase;
    font-family: 'Gotham-Light';
    font-size: 11px;
    line-height: 24px;
    color: #a50000;
}
@media (max-width: 768px) {
	.form-contact {
		max-width: 400px;
		margin-left: auto;
		margin-right: auto;
	}
}


/* Portfolio desktop view 2.0 */
.portfolio .portfolio-thumbs.portfolio-thumbs-desktop {
	height: auto;
    position: relative;
    left: auto;
    top: auto;
    margin-top: 0;
}
.portfolio .portfolio-thumbs.portfolio-thumbs-desktop .portfolio-thumbs-inner {
	width: auto;
	padding: 0 46px;
}
.portfolio .portfolio-thumbs.portfolio-thumbs-desktop .portfolio-image .img-placeholder img {
	max-height: 200px;
}
.portfolio .portfolio-thumbs.portfolio-thumbs-desktop .portfolio-image .img-placeholder {
	font-size: 0;
	line-height: normal;
}
.portfolio .portfolio-thumbs.shifted .portfolio-thumbs-inner {
	margin-left: 244px;
}
.portfolio .portfolio-thumbs .portfolio-thumbs-inner {
	line-height: 0;
    font-size: 0;
}
@media (min-width: 769px) {
	.portfolio .main-wrapper .header .hamburger-menu,
	.main-wrapper .header .close {
		top: 42px;
		position: fixed;
	}
	.portfolio .main-wrapper .header .hamburger-menu {
		left: 42px;
	}
	.main-wrapper .header .close {
		right: 42px;
	}
}


/* fonts */
@font-face {
	font-family: 'FranklinGothicStd-ExtraCond';
	src: url('/css/fonts/FranklinGothicStd-ExtraCond.eot?#iefix') format('embedded-opentype'),
		url('/css/fonts/FranklinGothicStd-ExtraCond.otf') format('opentype'),
		url('/css/fonts/FranklinGothicStd-ExtraCond.woff') format('woff'),
		url('/css/fonts/FranklinGothicStd-ExtraCond.ttf') format('truetype'),
		url('/css/fonts/FranklinGothicStd-ExtraCond.svg#FranklinGothicStd-ExtraCond') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Gotham-Light';
	src: url('/css/fonts/Gotham-Light.eot?#iefix') format('embedded-opentype'),
		url('/css/fonts/Gotham-Light.otf') format('opentype'), url('/css/fonts/Gotham-Light.woff') format('woff'),
		url('/css/fonts/Gotham-Light.ttf') format('truetype'),
		url('/css/fonts/Gotham-Light.svg#Gotham-Light') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Gotham-Medium';
	src: url('/css/fonts/Gotham-Medium.eot?#iefix') format('embedded-opentype'),
		url('/css/fonts/Gotham-Medium.otf') format('opentype'), url('/css/fonts/Gotham-Medium.woff') format('woff'),
		url('/css/fonts/Gotham-Medium.ttf') format('truetype'),
		url('/css/fonts/Gotham-Medium.svg#Gotham-Medium') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Gotham-Book';
	src: url('/css/fonts/Gotham-Book.woff2') format('woff2'), url('/css/fonts/Gotham-Book.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'HelveticaNeueLTStd-Bd';
	src: url('/css/fonts/HelveticaNeueLTStd-Bd.eot?#iefix') format('embedded-opentype'),
		url('/css/fonts/HelveticaNeueLTStd-Bd.otf') format('opentype'),
		url('/css/fonts/HelveticaNeueLTStd-Bd.woff') format('woff'),
		url('/css/fonts/HelveticaNeueLTStd-Bd.ttf') format('truetype'),
		url('/css/fonts/HelveticaNeueLTStd-Bd.svg#HelveticaNeueLTStd-Bd') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'HelveticaNeueLTStd-Lt';
	src: url('/css/fonts/HelveticaNeueLTStd-Lt.eot?#iefix') format('embedded-opentype'),
		url('/css/fonts/HelveticaNeueLTStd-Lt.otf') format('opentype'),
		url('/css/fonts/HelveticaNeueLTStd-Lt.woff') format('woff'),
		url('/css/fonts/HelveticaNeueLTStd-Lt.ttf') format('truetype'),
		url('/css/fonts/HelveticaNeueLTStd-Lt.svg#HelveticaNeueLTStd-Lt') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'HelveticaNeueLTStd-Th';
	src: url('/css/fonts/HelveticaNeueLTStd-Th.eot?#iefix') format('embedded-opentype'),
		url('/css/fonts/HelveticaNeueLTStd-Th.otf') format('opentype'),
		url('/css/fonts/HelveticaNeueLTStd-Th.woff') format('woff'),
		url('/css/fonts/HelveticaNeueLTStd-Th.ttf') format('truetype'),
		url('/css/fonts/HelveticaNeueLTStd-Th.svg#HelveticaNeueLTStd-Th') format('svg');
	font-weight: normal;
	font-style: normal;
}
