* {
    margin: 0;
    padding: 0;
    outline: none;
    list-style: none;
    border: none;
    text-decoration: none;
    background: none;

    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;

    cursor: none;
}

button {
    background: none;
    box-shadow: none;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}
input {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

html, body {
	height: 100%;
}

body {
    background: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    line-height: 27px;
    color: #000;
    overflow-x: hidden;
    overflow-y: hidden;
}   

::-webkit-scrollbar {width: 5px;}
::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background: rgba(0,0,0,.5);
}
::scrollbar {width: 5px;}
::scrollbar-thumb {
	border-radius: 10px;
	background: rgba(0,0,0,.5);
}

img {
    max-width: 100%;
    height: auto;
}

/* display */
.flex {
    display: flex;
    justify-content: space-between;
    margin-right: -15px;
    margin-left: -15px;
    width: 100%;
}
.flex-center {
    display: flex;
    justify-content: center;
}
.align-center {
    display: flex;
    align-items: center;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11 {padding: 0 15px;}
.col-1 {width: 8.33333333%;}
.col-2 {width: 16.66666667%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33333333%;}
.col-5 {width: 41.66666667%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33333333%;}
.col-8 {width: 66.66666667%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33333333%;}
.col-11 {width: 91.66666667%;}

.d-none {display: none !important;}
.svg-icon {
    height: 0;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    z-index: -999999;
}

/* text */
.tx-left {text-align: left;}
.tx-right {text-align: right;}
.tx-center {text-align: center;}

.mt45 {margin-top: 45px;}

/* main */
.center {
    width: 100%;
    max-width: 1276px;
    min-width: 250px;
    margin: 0 auto;
    padding: 0 15px;
}
.scroll-main {transition: all 1s;}

.scroll-dots {
	position: fixed;
	top: 50%;
	right: 80px;
	z-index: 999;
	transform: translateY(-50%);
}
.scroll-dots li {
	width: 2px;
	height: 25px;
	background: #ECEDEE;
	transition: all 0.5s;
}
.scroll-dots li.active {background: #A0A1A1;}
.scroll-dots li + li {margin-top: 10px;}

#cursor {
	width: 20px;
	height: 20px;
	background: rgba(255,255,255,.5);
	border-radius: 50%;
	box-shadow: 0 0 3px rgba(0,0,0,.8);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999999999;
	transition: background 0.5s;
	pointer-events: none;
}
#cursor.active {background: #000;}

#overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -99;
	background: rgba( 255, 255, 255, 0.05 );
	box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
	backdrop-filter: blur( 5.0px );
	-webkit-backdrop-filter: blur( 5.0px );
	border-radius: 10px;
	border: 1px solid rgba( 255, 255, 255, 0.18 );
	opacity: 0;
	transition: opacity 0.3s ease-out;
}
.menu-active #overlay {
	z-index: 998;
	opacity: 1;
}

.ramka span {
	background: #fff;
	position: fixed;
	z-index: 98;
}
.ramka span:nth-child(1) {
	top: 0;
	right: 0;
	left: 0;
	height: 15px;
}
.ramka span:nth-child(2) {
	top: 0;
	right: 0;
	bottom: 0;
	width: 15px;
}
.ramka span:nth-child(3) {
	right: 0;
	bottom: 0;
	left: 0;
	height: 15px;
}
.ramka span:nth-child(4) {
	top: 0;
	bottom: 0;
	left: 0;
	width: 15px;
}

/* button */
.btn {
	display: inline-block;
	padding: 20px 30px;
	border-radius: 39px;
	background: #DDDDDD;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	color: #4D4D4D;
	text-transform: uppercase;
	transition: 0.3s;
}
.btn:hover {
	background: #000;
	color: #fff;
}

.btn-white {
	display: inline-block;
    padding: 10px 35px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #4D4D4D;
    border-radius: 23px;
    background: #fff;
    transition: 0.3s;
}
.btn-white.website svg {
	transform-origin: center;
	transform: rotate(-135deg);
}
.btn-white:hover {background: #707070;}
.btn-white span {color: #4D4D4D;}
.btn-white:hover span {color: #fff;}
.btn-white svg {
    width: 20px;
    height: 20px;
    margin-right: 10px;
	stroke: #4d4d4d;
	display: inline-block;
	vertical-align: middle;
	transition: all 0.3s;
}
.btn-white:hover svg {stroke: #fff;}
.btn-white span {
	display: inline-block;
	vertical-align: middle;
}
.btn-group {margin-top: 30px;}
.btn-group .btn-white {
	display: inline-block;
}
.btn-group .btn-white:first-child {margin-right: 25px;}

/* NAV
-------------------------------------- */
#nav {
	position: fixed;
	top: 0;
	left: -500px;
	bottom: 0;
	z-index: 999;
	width: 500px;
	background: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	transition: all 0.5s ease-out;
}
.menu-active #nav {left: 0;}
#nav ul {margin-top: auto;}
#nav ul li {padding-left: 65px;}
#nav ul li + li {margin-top: 20px;}
#nav ul a {
	font-size: 30px;
	line-height: 30px;
	color: #4D4D4D;
	display: inline-block;
	vertical-align: middle;
	transition: all 0.3s;
}
#nav ul li:after {
	content: '';
    display: inline-block;
    width: 35px;
    height: 35px;
    background: url(../img/ic-arr.svg) no-repeat center;
    transform-origin: center;
    transform: rotate(-90deg);
	background-size: 35px;
    margin-left: 15px;
    vertical-align: middle;
	transition: all 0.3s ease;
	opacity: 0;
}
#nav ul li:hover:after {
	transform-origin: center;
	transform: translateX(15px) rotate(-90deg);
	opacity: 1;
}

#nav a:hover {color: #000;}
.nav-foot {
	margin-top: auto;
    width: 100%;
    padding: 0 20px 20px 20px;
	transform: translateY(100%);
	transition: all 0.5s ease;
}
.nav-foot .logo {
	position: static;
	transform: none;
	margin: 0 auto;
    display: block;
}
.nav-foot > div {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 20px;
}
.nav-foot span,
.nav-foot a {
	font-size: 12px !important;
	line-height: 20px !important;
	color: #000;
}
.menu-active .nav-foot {transform: translateY(0);}

.btn-wrap {
	position: fixed;
	top: 30px;
    left: 8px;
	z-index: 999999;
}
.btn-menu {
	display: inline-block;
	width: 85px;
	height: 85px;
	background: #fff;	
	transition: all 0.5s ease-out;	
	position: relative;
}
.btn-menu span {
	display: block;
	height: 4px;
	background: #503E3E;
	position: absolute;
	top: 50%;
	left: 50%;
	transition: all 0.3s ease;
}
.btn-menu span:first-child {
	width: 20px;
	transform-origin: center;
    transform: translate(-50%, -50%) rotate(-45deg);
	margin-top: -5px;
    margin-left: -5px;
}
.btn-menu span:last-child {
	width: 50px;
    transform-origin: center;
    transform: translate(-50%, -50%) rotate(-45deg);
	margin-top: 4px;
}
.menu-active .btn-menu span {height: 2px;}
.menu-active .btn-menu span:first-child {
	width: 50px;
	margin-top: 0;
	margin-left: 0;
	transform: translate(-50%, -50%) rotate(-225deg);
}
.menu-active .btn-menu span:last-child {
	margin-top: 0;
	transform: translate(-50%, -50%) rotate(-135deg);
} 

/* SCROLL SCREEN
-------------------------------------- */
.scroll-screen {
	height: 100vh;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	display: flex;
    flex-direction: column;
}
.scroll-screen video {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}
.screen-mobile {min-height: 700px;}
.scroll-screen .background-mobile {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	display: none;
}

.scroll-screen .content {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-left: 50px;
	padding-right: 50px;
	z-index: 2;
}
.scroll-screen .content.reverse .cont-text {
	order: 1;
	margin-left: 50px;
	margin-right: 0;
}

.scroll-screen .scroll {z-index: 2;}

.scroll-screen .content:last-child {height: auto;}
.scroll-screen .content.white-color p,
.scroll-screen .content.white-color h2,
.scroll-screen .content.white-color h3,
.scroll-screen .content.white-color a {color: #fff;}

.portfolio-3 .scroll-screen[data-index="2"] {z-index: 10;}
.portfolio-3 .scroll-screen[data-index="2"] .content {
	justify-content: flex-start;
}
.portfolio-3 .scroll-screen[data-index="2"] .cont-thumb {
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: 40px;
	transform: translateY(-50%);
}
.portfolio-3 .scroll-screen[data-index="2"] .cont-thumb img {max-height: inherit;}


.portfolio-lifestyle .scroll-screen[data-index="0"] .cont-thumb img {max-height: inherit;}
.portfolio-lifestyle .scroll-screen[data-index="1"] .cont-text {
	margin-top: auto;
	margin-bottom: 120px;
}
.portfolio-lifestyle .scroll-screen[data-index="2"] .cont-text {
	margin-top: auto;
	margin-bottom: 120px;
}

.portfolio-antares .scroll-screen[data-index="1"] {z-index: 10;}
.portfolio-antares .scroll-screen[data-index="1"] .content {justify-content: flex-start;}
.portfolio-antares .scroll-screen[data-index="1"] .cont-text {
	margin-top: auto;
	margin-bottom: 150px;
}
.portfolio-antares .scroll-screen[data-index="1"] .cont-thumb {
	position: absolute;
	top: 65px;
	right: 90px;
	bottom: 0;
	max-width: 1000px;
}
.portfolio-antares .scroll-screen[data-index="1"] .cont-thumb img {max-height: inherit;}
.portfolio-antares .scroll-screen[data-index="2"] .cont-text {
	margin-top: auto;
	margin-bottom: 100px;
}

.scroll-visible {overflow-y: auto;}

.backward {
	display: flex;
	align-items: center;
	font-size: 20px;
	font-weight: 500;
	color: #4D4D4D;
}
.backward svg {
	width: 15px;
	height: 15px;
	margin-right: 18px;
	stroke: #000;
}
.scroll-screen .content.white-color .backward svg {stroke: #fff;}

.cont-text {
	width: 100%;
    min-width: 350px;
    max-width: 523px;
    max-height: 734px;
    overflow-y: auto;
    margin-right: 190px;
}
.cont-text::-webkit-scrollbar {display: none;}
.cont-text::scrollbar {display: none;}
.content h2 {
	font-size: 38px;
	line-height: 42px;
	margin-top: 35px;
	text-transform: uppercase;
	margin-bottom: 25px;
}
.content h3 {
	font-size: 22px;
	font-weight: 500;
}
.content p.small {
	font-size: 22px;
	line-height: 28px;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 50px;
}
.content p {
	font-size: 18px;
	line-height: 27px;
	margin-top: 35px;
}

.cont-thumb img {max-height: 75vh;}

/* HOME
-------------------------------------- */
.home {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.logo {
	width: 326px;
	height: 79px;
	display: inline-block;
	background: url(../img/logo.png);
	position: absolute;
	top: 52px;
	left: 50%;
	z-index: 99;
	transform: translate(-50%);
}

.home .paper {
	position: absolute;
	top: 56px;
	right: 144px;
}

.home .notebook {
	position: relative;
	display: inline-block;
	transform: translate(-25%, 7%);
}
.home .notebook img {max-height: 70vh;}
.home .notebook > div {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	font-size: 38px;
	line-height: 42px;
	text-transform: uppercase;
	transform: rotate(-3deg) translateX(-12%);
}

.home .text {
	font-weight: bold;
	font-size: 38px;
	line-height: 42px;
	text-align: right;
	position: absolute;
	bottom: 70px;
	right: 278px;
}

.controls-slide {
	position: absolute;
    right: 40px;
    bottom: 65px;
    display: flex;
    flex-direction: column;
	z-index: 3;
}
.btn-slide {
	width: 80px;
	height: 80px;
	min-height: 80px;
	border-radius: 50%;
	background: #BAB4AB;
	box-shadow: 0 6px 6px rgba(0,0,0,.10);
	display: inline-block;
	transition: all 0.3s ease-out;
	position: relative;
	opacity: 0.5;
}
.btn-slide + .btn-slide {margin-top: 15px;}
.btn-slide svg {
	width: 22px;
	height: 23px;
	stroke: rgba(0,0,0,.5);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -100%) rotate(-90deg);
	opacity: 0;
	transition: all 0.3s ease-out;
}
.btn-slide.back svg {
	transform: translate(-50%, 0%) rotate(90deg);
}
.btn-slide:hover {
	opacity: 1;
}
.btn-slide:hover svg {
	transform: translate(-50%, -50%) rotate(-90deg);
	opacity: 1;
}
.btn-slide.back:hover svg {
	transform: translate(-50%, -50%) rotate(90deg);
}
.home .btn-group {display: none;}

/* FILTER
-------------------------------------- */
.filter {
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
    padding-top: 200px;
}

/* FILTER CONTROLS */
.filter-controls {
	display: flex;
	align-items: flex-start;
	height: 31px;
	width: 100%;
	overflow: hidden;
	padding-left: 23%;
}
.filter-controls .sub {margin-right: 30px;}
.filter-controls .wrap {
	position: relative;
	height: 100%;
}
.filter-controls ul {
	display: flex;
	transition: transform 0.5s, opacity 0.9s;
}
.filter-controls ul.animation {
	transform: translateX(70%);
	opacity: 0;
}
.filter-controls ul.active {
	animation: filter 0.5s linear forwards;
}

@keyframes filter {
	0% {
		transform: translateX(-10%) translateY(-100%);
		opacity: 0;
	}
	100% {
		transform: translateX(5%) translateY(-100%);
		opacity: 1;
	}
}

.filter-controls li + li {
	margin-left: 35px;
}
.filter-controls li div {
	display: block;
	font-size: 24px;
	font-weight: 500;
	text-transform: uppercase;
	color: #4D4D4D;
	position: relative;
}
.filter-controls li div:after {
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0;
	transition: opacity 0.5s;
	margin-top: -2px;
}
.filter-controls li.active div:after {opacity: 1;}
.filter-controls .sub div {
	font-weight: bold;
	font-size: 24px;
	text-transform: uppercase;
	color: #000;
}
.filter-controls .sub div svg {
	width: 18px;
	height: 17px;
}

/* FILTER CONTENT */
.filter-content {
	position: relative;
	padding-top: 50px;
}

.horizontal-scroll {
	white-space: nowrap;
	text-align: center;
	overflow-x: auto;
	padding: 0 50px;
	transition: all 0.3s;
}
.horizontal-scroll::-webkit-scrollbar {display: none;}
.horizontal-scroll::-scrollbar {display: none;}
.horizontal-scroll::scrollbar {display: none;}
.horizontal-scroll .item {
	display: inline-block;
	text-align: left;
	vertical-align: top;
}

/* animation 1 */
.horizontal-scroll .item.animation {
	animation: scroll-right 0.3s linear forwards;
}
/* animation 2 */
.horizontal-scroll .item.animation:first-child {
	animation: scroll-left 0.3s linear forwards;
	position: relative;
	z-index: 2;
}
@keyframes scroll-right {
	0% {
		transform: translateX(-100%);
		opacity: 0.5;
	}
	100% {
		transform: translateX(0%);
		opacity: 1;
	}
}
@keyframes scroll-left {
	0% {
		transform: translateX(100%);
		opacity: 0.5;
	}
	100% {
		transform: translateX(0%);
		opacity: 1;
	}
}

.horizontal-scroll .item + .item {padding-left: 30px;}
/* .horizontal-scroll .item.portfolio-3 img {margin-left: -43%;} */

.filter-content .border {position: relative;}
.filter-content .border img {
	max-height: 350px;
	width: auto;
	object-fit: cover;
	object-position: center;
}

.filter-content .text {
	margin-top: 25px;
	padding-left: 10px;
	text-align: left;
	white-space: normal;
}
.filter-content .text h2 {
	font-size: 20px;
	line-height: 25px;
	color: #4D4D4D;
}
.filter-content .text p {
	font-weight: 500;
	font-size: 20px;
	line-height: 25px;
	color: #4D4D4D;
}

.filter-content .controls-slide {
    position: absolute;
    right: 40px;
    top: 100%;
    bottom: 0;
    margin-top: 20px;
}

.not-logo .content {
	padding-top: 30px !important;
	padding-bottom: 30px;
	width: 100%;
}
.mr0 {margin-right: 0;}

/* FOOTER
-------------------------------------- */
.scroll-main > .footer {display: none;}
.footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 70px 140px;
	background: #fff;
	height: auto;
	width: 100%;
	margin-top: auto;
	z-index: 2;
}
.footer a {
	color: #4D4D4D;
	font-weight: normal;
	font-size: 20px;
	line-height: 25px;
}
.footer a:hover {text-decoration: underline;}
.footer a.footer-logo {
	width: 250px;
    height: 55px;
    background: url(../img/footer-logo.png) no-repeat;
    background-size: 250px;
}

.footer ul {display: flex;}
.footer ul li + li {margin-left: 75px;}

.popup-overlay {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 996;
    opacity: 0;
    transition: opacity 0.5s;
    background: rgba(0,0,0,.8);
    height: 0;
}
.popup-overlay.active {
    opacity: 1;
    z-index: 999999;
    height: auto;
}
.popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: -997;
    opacity: 0;
    transition: opacity 0.5s 0.5s;
    height: 0;
    overflow-y: auto;
}
.popup.active {
    opacity: 1;
    z-index: 9999991;
}

.popup-cookie {
	width: 600px;
    height: auto;
    background: #fff;
    padding: 60px 65px 35px 64px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.popup-cookie .logo {display: none;}
.cookie-logo {
	width: 445px;
	height: 202px;
	background: url(../img/cookie-logo.svg) no-repeat center;
	margin: 0 auto 30px auto;
}
.popup-cookie p {
	font-size: 17px;
	line-height: 26px;;
	font-weight: 500;
}
.popup-cookie p + p {margin-top: 30px;}
.popup-cookie .group {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 25px;
}
.popup-cookie .group a {
	min-height: 65px;
	padding: 20px 30px;
	font-size: 18px;
	line-height: 20px;
	border-radius: 30px;
	text-align: center;
	border: 1px solid #707070;
	color: #4D4D4D;
	width: 50%;
	transition: all 0.3s;
	text-transform: uppercase;
}
.popup-cookie .group a:first-child {margin-right: 15px;}
.popup-cookie .group a:last-child {margin-left: 15px;}
.popup-cookie .group a:hover {
	background: #707070;
	color: #fff;
}

/* PAGE - BACKSTAGE
-------------------------------------- */
.page-backstage .box {
	background: #ECEDEE;
}
.page-backstage .scroll-screen {
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.galler-content {
	display: flex;
	justify-content: center;
}

.page-backstage .scroll-screen .content {
	padding-bottom: 50px;
}

/* PAGE - PORTRAIN
-------------------------------------- */
.page-portrain .box {padding: 0;}
.page-portrain .scroll-screen {
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.content-full {
	height: 100%;
	display: flex;
	justify-content: space-between;
}
.content-full .thumb,
.content-full .text {
	max-width: 50%;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
}
.content-full .thumb {
	display: flex;
}
.content-full .thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s;
}
.change {opacity: 0;}
.content-full .text {
	padding: 200px 140px 0 140px;
}
.content-full h1 {
	font-size: 38px;
	line-height: 42px;
	text-transform: uppercase;
}
.content-full p.small {
	font-weight: 300;
	font-size: 20px;
	line-height: 28px;
}
.content-full p {
	font-size: 18px;
	line-height: 27px;
}
.content-full p + p {margin-top: 35px;}
.text-scroll {margin-top: 35px;}

.content-full .btn-group {
	display: flex;
}
.content-full .btn-group a {
	display: inline-block;
	padding: 10px 35px;
	text-align: center;
	display: flex;
	align-items: center;
	font-size: 18px;
	color: #4D4D4D;
}
.content-full .btn-group a svg {
	width: 20px;
	height: 20px;
	margin-right: 10px;
}

.content-full .image-group {
	display: flex;
	align-items: center;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-top: auto;
}
.content-full .image-group .item {
	display: flex;
	align-items: flex-start;
	border: 3px solid #fff;
	box-shadow: 0 0 8px rgba(0,0,0,.3);
	transition: all 0.3s;
}
.content-full .image-group .item.active {box-shadow: none;}
.content-full .image-group .item + .item {margin-left: 10px;}
.content-full .image-group .item img {object-fit: cover;}

.grid-tile {	
	display: flex;
	align-items: center;
}
.grid-tile .row {
	padding: 100px 140px 100px 140px;
	width: 100%;
	height: 90%;
	display: flex;
	flex-wrap: wrap;
	z-index: 2;
}
.grid-tile .row div {
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	position: relative;
}

.grid-tile div .hover {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100% !important;
	z-index: 2;
	color: #fff;
	background: rgba(0,0,0,.3);
	padding: 20px;
	display: flex;
	flex-direction: column;
	opacity: 0;
	transition: all 0.3s;
}
.grid-tile div .hover:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	filter: blur(10px);
}
.grid-tile div .hover h3 {
	font-size: 30px;
    line-height: 35px;
}
.grid-tile div .hover p {
	font-size: 20px;
    margin-top: 15px;
    line-height: 30px;
}
.grid-tile div .hover p:last-child {
	margin-top: auto;
}
.grid-tile div .hover a {
	margin-top: auto;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    transition: all 0.3s;
	position: relative;
	z-index: 10;
}
.grid-tile div .hover a span {
	position: relative;
	top: 1px;
}
.grid-tile div .hover a:hover {color: #000;}
.grid-tile div img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}
.grid-tile .row .item {overflow: hidden;}
.grid-tile .row .item:hover .hover {opacity: 1;}
.grid-tile .row .item img {transition: all 0.3s;}
.grid-tile .row .item:hover img {filter: blur(10px);}

.grid-tile .row > .col-3,
.grid-tile .row > .col-9 {height: 100%;}
.grid-tile .row > .col-9 div {height: 50%;}
.grid-tile .row > .col-3 {border-right: 16px solid transparent;}
.grid-tile .row > .col-9 > div:nth-child(1) {
	border-right: 16px solid transparent;
	border-bottom: 8px solid transparent;
}
.grid-tile .row > .col-9 > div:nth-child(2) {
	border-bottom: 8px solid transparent;
}
.grid-tile .row > .col-9 > div:nth-child(3) {
	border-right: 16px solid transparent;
	border-top: 8px solid transparent;
}
.grid-tile .row > .col-9 > div:nth-child(4) {
	border-top: 8px solid transparent;
}

.bg-white {
	background: #fff;
	padding-top: 200px;
}

/* PAGE - CONTACT
-------------------------------------- */
.page-contact .scroll-dots {display: none;}
.page-contact .wrapper {
	background: url(../img/bg-contact.jpg) no-repeat left top;
	background-size: cover;
}
.page-contact .box {
	padding-top: 50px;
	display: flex;
	flex-direction: row;
	color: #fff;
}
.page-contact .scroll-screen {
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.page-contact .thumb {
	max-width: 40%;
    width: 100%;
    padding-top: 20px;
    text-align: right;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    padding-bottom: 360px;
	z-index: 2;
}
.page-contact .thumb img {
	max-width: 200px;
	height: auto;
}

.page-contact .text {
	padding: 0 140px 0 85px;
	position: relative;
	max-width: 60%;
	width: 100%;
	display: flex;
	flex-direction: column;
	z-index: 2;
}

.page-contact .logo {
	top: 0;
	left: 0;
	transform: none;
}

.page-contact .text h1 {
	margin-top: auto;
	font-size: 20px;
    line-height: 25px;
    text-transform: uppercase;
}
.page-contact .text p {
	margin-top: 25px;
}
.page-contact .text a {color: #fff;}

.page-contact .text p svg {
	display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.page-contact .btn-group {
	display: flex;
	margin-top: 65px;
}
.page-contact .btn-group .btn-white + .btn-white {margin-left: 30px;}
.page-contact .btn-group a {color: #000;}

.page-contact .text .bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 135px 0 90px 0;
	font-size: 20px;
	line-height: 25px;
	font-weight: 500;
	order: 1;
}
.page-contact .text .btn-group a:last-child {margin-left: 0;}
.ic-in:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 18px;
	height: 18px;
	background: url(../img/ic-in.svg) no-repeat center;
	margin-right: 15px;
}

/* PAGE - ABGS
-------------------------------------- */
.page-abgs .box .abgs-text {
	padding: 200px 50px 0 50px;
}
.page-abgs .abgs-text > div:first-child {margin-right: 140px;}
.page-abgs .abgs-text > div:last-child {margin-left: 140px;}
.page-abgs .abgs-text > div {margin: 0}
.abgs-text {
	display: flex;
	justify-content: center;
}
.abgs-text h2 {
	font-size: 38px;
	line-height: 42px;
}
.abgs-text p.small {
	font-size: 20px;
	line-height: 28px;
	font-weight: 300;
	margin-bottom: 40px;
}
.abgs-text h3 {
	font-size: 18px;
	line-height: 25px;
	margin-bottom: 30px;
}
.abgs-text p {
	font-size: 18px;
	line-height: 25px;
}
.abgs-text p + p {margin-top: 30px;}
.abgs-text a {
	color: #898072;
	transition: all 0.3s;
}
.abgs-text a:hover {color: #000;}
.abgs-text .cont-text {max-height: auto;}

.pdf {
	display: flex;
	align-items: center;
	font-size: 18px;
	color: #898072;
	margin-top: 15px;
}
.pdf svg {
	width: 27px;
	height: 36px;
	margin-right: 15px;
}

.mt70 {margin-top: 70px;}
.page-abgs .abgs-text > div .cont-text {margin: 0;}

/* PAGE - PHOTO GALLERY
-------------------------------------- */
.vertical-scroll {
	padding: 15px 0;
	border-top: 1px solid #4D4D4D;
	border-bottom: 1px solid #4D4D4D;
	max-width: 735px;
}
.vertical-scroll .scroll {
	max-height: 700px;
	overflow-y: auto;
}
.vertical-scroll .scroll::-webkit-scrollbar {display: none;}
.vertical-scroll .scroll::-webkit-scrollbar-thumb {display: none;}
.vertical-scroll .scroll::scrollbar {display: none;}
.vertical-scroll .scroll::scrollbar-thumb {display: none;}

.vertical-scroll.grid-content .scroll {
	display: flex;
	flex-wrap: wrap;
	margin-right: -7.5px;
	margin-left: -7.5px;
}
.vertical-scroll.grid-content .item {
	position: relative;
	display: flex;
	align-items: flex-start;
	width: 33.33%;
	padding: 7.5px;
	overflow: hidden;
}
.vertical-scroll.grid-content .item .thumb {
	line-height: 0;
	overflow: hidden;
	height: 100%;
	width: 100%;
	position: relative;
}
.vertical-scroll.grid-content .item .thumb:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,.3);
	opacity: 0;
	transition: all 0.5s;
}
.vertical-scroll.grid-content .item:hover .thumb:after {opacity: 1;}
.vertical-scroll.grid-content .item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.vertical-scroll.grid-content .item:hover img {
	filter: blur(10px);
	transition: all 0.3s; 
}
.vertical-scroll.grid-content .hover {
	position: absolute;
	top: 7.5px;
	left: 7.5px;
	right: 7.5px;
	bottom: 7.5px;
	text-align: center;
	padding: 10px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	color: #4D4D4D;
	opacity: 0;
	transition: all 0.3s;
}
.vertical-scroll.grid-content .item:hover .hover {opacity: 1;}
.vertical-scroll.grid-content .hover h3 {
	font-size: 17px;
    line-height: 20px;
    color: #fff;
}
.vertical-scroll.grid-content .hover p {
	margin-top: 0;
    color: #d0d0d0;
    font-size: 11px;
    line-height: 15px;
}

/* PAGE - PHOTO GALLERY
-------------------------------------- */
.portfolio-single .scroll-main {
	animation: opacity 0.5s linear forwards;
}

@keyframes opacity {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

/* PAGE - 404
-------------------------------------- */
.page-404 .scroll-main {
	background: #797474;
}
.page-404 .bg-404 {
	margin-left: auto;
	margin-top: auto;
	margin-bottom: auto;
	max-height: 70vh;
	padding-right: 160px;
}
.page-404 .bg-404 img {height: 100%;}

/* ---------------------------------------------- */
/*               MEDIA QUERI                      */
/* ---------------------------------------------- */

/* VERTICAL
-------------------------------------- */
@media screen and (max-height: 991px) {
	.home .notebook {max-width: 500px;}
	.vertical-scroll .scroll {max-height: 500px;}

	.portfolio-lifestyle .scroll-screen[data-index="0"] .cont-thumb img {max-height: 90vh;}

	.footer {
		padding-top: 15px;
		padding-bottom: 15px;
	}
}

@media screen and (max-height: 900px) {
	.ramka span:nth-child(1) {height: 8px;}
	.ramka span:nth-child(2) {width: 8px;}
	.ramka span:nth-child(3) {height: 8px;}
	.ramka span:nth-child(4) {width: 8px;}

	/* header */
	.btn-wrap {
		position: fixed;
		top: 20px;
		left: 0;
		z-index: 999999;
	}

	.logo {
		top: 20px;
		width: 280px;
		height: 65px;
		background-size: 280px;
	}

	#nav a {
	    font-size: 25px;
	    line-height: 25px;
	}
	#nav ul li + li {
	    margin-top: 10px;
	}

	.controls-slide {
		right: 25px;
		bottom: 35px;
	}
	.btn-slide {
		width: 50px;
	    height: 50px;
	    min-height: 50px;
	}

	/* scroll screen */
	.scroll-screen .content {padding-top: 90px;}	
	.cont-text {
		margin-right: 50px;
		overflow-y: auto;
	}
	.page-abgs .cont-text {max-height: inherit;}
	.cont-text br {display: none;}
	.cont-text::-webkit-scrollbar {display: none;}
	.cont-text::scrollbar {display: none;}

	.content h2 {
	    font-size: 30px;
	    line-height: 35px;
	    margin-top: 20px;
	}
	.content p {
	    font-size: 16px;
	    line-height: 25px;
	    margin-top: 25px;
	}

	/* home */
	.home .notebook {
		max-width: 400px;
		transform: translate(-15%, 11%);
	}
	.home .notebook > div {
		font-size: 30px;
		line-height: 32px;
	}

	/* horizontal scroll */
	.filter {padding-top: 100px;}
	.filter-controls {margin-top: 50px;}
	.filter-content {padding-top: 30px;}
	.filter-controls li div {font-size: 18px;}
	.filter-controls .sub div {font-size: 18px;}
	.filter-controls .sub div svg {
	    width: 15px;
	    height: 13px;
	}
	.filter-controls li + li {
	    margin-left: 20px;
	}
	.filter-content .text {margin-top: 10px;}
	.filter-content .text h2 {
	    font-size: 16px;
	    line-height: 22px;
	}
	.filter-content .text p {
		font-size: 16px;
		line-height: 22px;
	}
	.horizontal-scroll .item {max-width: 250px;}
	.horizontal-scroll .item + .item {
	    padding-left: 15px;
	}
	.horizontal-scroll .text {overflow: hidden;}

	/* backstage */
	.vertical-scroll {max-width: 500px;}
	.vertical-scroll .scroll {max-height: 400px;}
	.page-backstage .scroll-screen .content {
		padding-bottom: 0;
		height: auto;
	}

	/* contact */
	.page-contact .thumb {padding-bottom: 136px;}
	.page-contact .thumb img {max-width: 209px;}
	.page-contact .btn-group {margin-top: 25px;}
	.page-contact .text .bottom {
		padding-top: 0;
		padding-bottom: 30px;
	}

	/* portrain */
	.content-full .text {padding: 150px 50px 50px 50px;}
	.text-scroll {
		min-height: 100px;
		overflow-y: auto;
		margin-top: 20px;
	}
	.text-scroll::-webkit-scrollbar {display: none;}
	.text-scroll::scrollbar {display: none;}
	.content-full .btn-group {margin-top: 20px;}
	.content-full .image-group {padding-top: 20px;}

	/* abgs */
	.page-abgs .box {
		display: flex;
		justify-content: center;
	}
	.page-abgs .box .abgs-text {padding: 50px 50px 0 50px;}
	.page-abgs .abgs-text {
		margin-top: auto;
		margin-bottom: auto;
	}
	.abgs-text p.small {margin-bottom: 20px;}
	.abgs-text h3 {margin-bottom: 20px;}
	.pdf {margin-top: 10px;}
	.abgs-text h3 {
		margin-top: 20px !important;
		margin-bottom: 20px;
	}
	.abgs-text p + p {
	    margin-top: 20px;
	}

	.portfolio-antares .scroll-screen[data-index="1"] .cont-thumb {max-width: 850px;}
}

@media screen and (max-height: 800px) {
	.portfolio-antares .scroll-screen[data-index="1"] .cont-thumb {max-width: 750px;}
}

/* HORIZONTAL
-------------------------------------- */
@media screen and (max-width: 1700px) {
	.grid-tile div .hover {padding: 20px;}
	.grid-tile div .hover h3 {
		font-size: 20px;
		line-height: 25px;
	}
	.grid-tile div .hover p {
		font-size: 14px;
		line-height: 20px;
	}
	.grid-tile div .hover a {font-size: 14px;}
	
	.footer {
		padding-left: 30px;
		padding-right: 30px;
	}
	.footer ul li + li {
		margin-left: 25px;
	}
	.footer a {
		font-size: 18px;
    	line-height: 23px;
	}
	.footer a.footer-logo {
		font-size: 18px;
    	line-height: 23px;
	}
}

@media screen and (max-width: 1600px) {
	/* header */
	#nav a {
	    font-size: 25px;
	    line-height: 25px;
	}
	#nav ul li + li {
	    margin-top: 10px;
	}

	/* home */
	.home .paper {
	    position: absolute;
	    top: 40px;
	    right: 100px;
	    max-width: 300px;
	}

	.home .notebook {
		max-width: 300px;
	}
	.home .notebook > div {
	    font-size: 20px;
	    line-height: 22px;
	    transform: rotate(-3deg) translateX(-10%);
	}

	.home .text {
		bottom: 50px;
		right: 180px;
		font-size: 20px;
	    line-height: 22px;
	}

	/* horizontal scroll */
	.filter-controls li div,
	.filter-controls .sub div {font-size: 18px;}
	.filter-controls .sub div svg {
	    width: 15px;
	    height: 13px;
	}
	.filter-controls li + li {
	    margin-left: 20px;
	}
	.filter-content .text {margin-top: 10px;}
	.filter-content .text h2 {
	    font-size: 16px;
	    line-height: 22px;
	}
	.filter-content .text p {
		font-size: 16px;
		line-height: 22px;
	}
	.horizontal-scroll .item .border {max-width: 250px;}
	.horizontal-scroll .item + .item {
	    padding-left: 15px;
	}

	.portfolio-3 .scroll-screen[data-index="2"] .cont-thumb {max-width: 800px;}
	.portfolio-antares .scroll-screen[data-index="1"] .cont-thumb {max-width: 670px;}
}

@media screen and (max-width: 1400px) {
	.portfolio-3 .scroll-screen[data-index="2"] .cont-thumb {max-width: 500px;}
	.portfolio-antares .scroll-screen[data-index="1"] .cont-thumb {max-width: 500px;}

	/* abg */
	.page-abgs .abgs-text > div:first-child {
		margin-right: 30px;
	}
	.page-abgs .abgs-text > div:last-child {
		margin-left: 30px;
	}
}

@media screen and (max-width: 1200px) {
	* {cursor: inherit;}
	body {overflow-y: auto;}
	#cursor {display: none;}
	.page-home {overflow: hidden;}

	.full-screen .scroll-screen {padding: 0 50px;}

	.content-full .text {
	    padding: 150px 50px 0 50px;
	}

	/* filter */
	.filter {padding: 150px 0 0 0;}
	.filter-controls {
		padding-top: 0;
		padding-left: 10%;
	}

	.grid-tile {
		padding: 50px;
	}

	/* contact */
	.page-contact .text {
		padding-left: 20px;
		padding-right: 20px;
	}
	.page-contact .text .bottom {
		font-size: 15px;
		line-height: 20px;
	}
	.portfolio-3 .scroll-screen[data-index="2"] .cont-thumb {
		max-width: 400px;
		position: static;
		transform: none;
		margin-top: 0;
	}

	/* grid tile */
	.grid-tile .row {
	    padding: 0;
	}
	.grid-tile .row div {width: 100%;}
	.grid-tile .row > .col-3 {
	    border-right: none;
	    margin-bottom: 10px;
	}
	.grid-tile .row > .col-9 > div {margin-bottom: 10px;}
	.grid-tile .row > .col-9 > div:nth-child(1) {
	    border-right: none;
	    border-bottom: none;
	}
	.grid-tile .row > .col-9 > div:nth-child(2) {
	    border-bottom: none;
	}
	.grid-tile .row > .col-9 > div:nth-child(3) {
	    border-right: none;
	    border-top: none;
	}
	.grid-tile .row > .col-9 > div:nth-child(4) {
	    border-top: none;
	}

	.controls-slide {display: none;}
	.scroll-dots {display: none;}

	/* footer */
	.footer a.footer-logo {
		font-size: 15px;
		line-height: 20px;
	}
	.footer a {
		font-size: 15px;
		line-height: 20px;
	}
	.portfolio-lifestyle .scroll-screen[data-index="0"] .cont-thumb img {
		max-height: 75vh;
	}

	.portfolio-antares .scroll-screen[data-index="1"] .cont-thumb {
		max-width: inherit;
		position: static;
	}
	.portfolio-antares .scroll-screen[data-index="1"] .cont-thumb img {
		max-height: inherit;
	}

	/* single */
	.portfolio-single .btn-scroll {display: none;}
}

@media screen and (max-width: 991px) {
	.hide-ipade {display: none;}
	.show-ipade {display: block;}

	.full-screen .scroll-screen {padding: 130px 20px 50px 20px;}

	.scroll-screen {height: auto;}
	.scroll-screen .background-mobile {display: block;}
	.page-home .scroll-screen {height: 100vh;}
	.scroll-screen .content {
		flex-direction: column;
		padding: 130px 35px 40px 35px !important;
	}
	.scroll-screen.not-logo .content {padding-top: 50px !important;}
	.cont-text {
	    margin-right: 0;
	    order: 1;
	    margin-top: 35px;
	    max-height: 100%;
		max-width: 100%;
		min-width: auto;
	}
	.cont-thumb {
		width: 100%;
	} 
	.cont-thumb img {
		max-height: inherit !important;
		width: 100%;
	}
	.scroll-screen .content.reverse .cont-text {
		margin-left: 0;
	}
	.backward {font-size: 15px;}
	.content h2 {
		font-size: 22px;
		line-height: 24px;
		margin-top: 15px;
	}
	.content h3 {
		font-size: 20px;
    	line-height: 23px;
	}
	.content p {
		font-size: 12px;
		line-height: 18px;
		margin-top: 25px;
	}
	.btn-white {
		padding: 6px 25px;
		font-size: 11px;
	}
	.btn-group .btn-white:first-child {
		margin-right: 10px;
	}
	.portfolio-3 .scroll-screen[data-index="3"] .cont-text {
		margin-left: 0;
		margin-bottom: 0;
		margin-right: 0;
		margin-top: 300px;
	}

	.logo {
	    width: 200px;
	    height: 47px;
	    background-size: 200px;
	}

	/* home */
	.home .paper {
	    top: 40px;
	    right: 40px;
	    max-width: 200px;
	}
	.home .text {
	    bottom: 35px;
	    right: 110px;
	}
	.home .btn-group {
		display: block;
		margin-top: auto;
		margin-bottom: 100px;
		z-index: 2;
	}

	/* filter */
	.filter-controls .sub div {font-size: 13px;}
	.filter-controls .sub div svg {
	    width: 10px;
	    height: 11px;
	    margin-right: 5px;
	}
	.filter-controls li div {font-size: 13px;}	
	.filter-controls li + li {margin-left: 15px;}

	/* gallery content */
	.galler-content {
		flex-direction: column;
	}
	.galler-content .cont-text {
		order: 0;
		margin-top: 0;
		max-width: 100%;
		padding-bottom: 60px;
		padding-right: 5px;
		padding-left: 5px;
	}

	/* content full */
	.content-full {flex-direction: column;}
	.content-full .thumb, .content-full .text {
		max-width: 100%;
	}
	.content-full .text {
	    padding: 20px 20px 0 20px;
	}

	/* footer */
	.scroll-screen:not(.filter) > .footer {display: none;}
	.page-backstage .scroll-screen .footer,
	.page-portrain .scroll-screen .footer {display: flex;}
	.scroll-main > .footer {display: flex;}
	
	.footer {
		flex-direction: column;
		align-items: center;
	}
	.footer a.footer-logo {margin-bottom: 15px;}
	.footer ul {
		flex-wrap: wrap;
		justify-content: center;
	}
	.footer ul li {
		margin-left: 10px !important;
		margin-right: 10px;
	}
	.page-portrain .footer {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
	}
	.page-portrain #two-screen {
		padding-bottom: 250px;
	}

	/* page backstage */
	.page-backstage .box {
	    background: #ECEDEE;
		padding: 0 0 0 0;
	}
	.vertical-scroll {max-width: 100%;}
	.vertical-scroll .scroll {
		max-height: inherit;
	}

	/* page abgs */
	.page-abgs .box .abgs-text {
		padding: 130px 35px 150px 35px;
	}
	.abgs-text > div:first-child {padding-right: 20px;}
	.page-abgs .abgs-text {width: 100%;}
	.abgs-text .cont-text {margin-top: 0;}
	.page-abgs .footer {display: none;}

	/* page 404 */
	.page-404 .wrapper {overflow-x: hidden;}
	.page-404 .scroll-screen {height: inherit;}
	.page-404 .bg-404 {
		margin-top: 100px;
		max-height: inherit;
		min-width: 400px;
		max-width: 400px;
		margin-right: auto;
		padding-right: 0;
	}
	.page-404 .bg-404 img {
		height: inherit;
	}
	.page-404 .tx-center {
		display: block !important;
		padding-bottom: 230px;
		margin-top: 90px;
	}

	/* popup */
	.popup-overlay {display: none;}
	.popup-cookie {
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		transform: none;
		width: 100%;
		background: rgba(255,255,255,0.95);
		padding: 170px 45px 45px 45px;
	}
	.popup-cookie .logo {
		display: block;
		position: absolute;
		top: 44px;
		right: 37px;
		left: initial;
		transform: none;
	}
	.cookie-logo {
		width: 250px;
    	height: 112px;
		background-size: 250px;
	}
	.popup-cookie p {text-align: center;}
	.popup-cookie .group {
		flex-direction: column;
		margin-top: 40px;
	}
	.popup-cookie .group a:first-child {
		margin-right: 0;
		margin-bottom: 20px;
	}
	.popup-cookie .group a:last-child {
		margin-left: 0;
	}
	.popup-cookie .group a {min-width: 250px;}
}

@media screen and (max-width: 768px) {
	.hide-mobile {display: none;}
	.show-mobile {display: block;}

	.logo {
	    left: inherit;
	    right: 25px;
	    top: 40px;
	    transform: none;
	}

	.btn-menu {
		width: 60px;
		height: 60px;
	}
	.btn-menu span:first-child {width: 15px;}
	.btn-menu span:last-child {width: 40px;}
	.menu-active .btn-menu span:first-child {width: 40px;}

	#nav {
		left: -350px;
		width: 350px;
	}
	.nav-foot {
		padding-right: 15px;
		padding-left: 15px;
	}
	.nav-foot span, .nav-foot a {
		font-size: 9px !important;
	}	

	/* home */
	.home .paper {
	    top: 100px;
	    right: 15px;
	    max-width: 175px;
	}
	.home .notebook {
	    max-width: 200px;
    	transform: translate(0, -10%);
		margin-left: 30px;
	}
	.home .notebook > div {
		font-size: 15px;
    	line-height: 17px;
	}
	.home .text {display: none;}
	.page-home .scroll-screen {
		height: 100vh; /* Fallback for browsers that do not support Custom Properties */
  		/* height: calc(var(--vh, 1vh) * 100); */
	}
	.screen-mobile {min-height: 500px;}
	.filter {
		padding: 100px 0 0 0;
	}
	.filter-content .border img {
		max-height: 100px;
	}

	/* filter */
	.filter .scroll {
		display: flex;
		flex-direction: column;
	}
	.filter-content {
		padding-top: 20px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.filter-controls {
		justify-content: flex-start;
		align-items: center;
		padding-left: 0;
		height: inherit;
		margin-top: 0;
		margin-left: 15px;
		width: auto;
	}
	.filter-controls .sub {
		padding-right: 7px;
		margin-right: 7px;
		position: relative;
	}
	.filter-controls .sub:after {
		content: '';
		display: block;
		width: 1px;
		height: 18px;
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
		background: #707070;
	}
	.filter-controls ul {
		flex-direction: column;
	    height: 80px;
	    justify-content: center;
	    overflow: hidden;
		display: none;
		overflow-y: auto;
	}
	.filter-controls ul::-webkit-scrollbar {display: none;}
	.filter-controls ul.active,
	.filter-controls ul:first-child {
		display: block;
		animation: none;
	}
	.filter-controls ul.animation {display: none;}
	.filter-controls li + li {
	    margin-left: 0;
	}
	.filter-controls li div {padding-left: 14px;}
	.filter-controls li div:after {
		top: 50%;
		left: 0;
		transform: translate(0, -50%);
	}
	.filter-controls li.show div {color: #4D4D4D;}

	.horizontal-scroll .item {
	    max-width: 160px;
	}
	.horizontal-scroll .item + .item {
		padding-left: 7px;
	}
	.horizontal-scroll .item .border {
		text-align: left;
		line-height: 0;
	}
	.filter-content .border img {
		max-height: inherit;
		width: 100%;
	}
	.filter-content .text {padding-left: 0;}
	.filter-content .text h2 {
		font-size: 13px;
		line-height: 17px;
	}
	.filter-content .text p {
		font-size: 13px;
		line-height: 17px;
		margin-top: 5px;
	}

	/* vertical scroll */
	.vertical-scroll.grid-content .scroll {
		margin-right: -5px;
		margin-left: -5px;
	}
	.vertical-scroll.grid-content .item {
		padding: 2px;
	}
	.vertical-scroll.grid-content .hover {
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		padding: 5px;
	}
	.vertical-scroll.grid-content .hover h3 {
		font-size: 14px;
		line-height: 18px;
	}
	.vertical-scroll.grid-content .hover p {
		font-size: 10px;
		line-height: 13px;
	}

	/* contact */
	.page-contact .logo {
	    left: inherit;
	    right: 25px;
	    top: 40px;
	    transform: none;
	}
	.page-contact .box {
		padding-top: 0;
		justify-content: center;
	}
	.page-contact .thumb {display: none;}
	.page-contact .text {
		position: static;
		padding-top: 150px;
		padding-bottom: 200px;
		max-width: 180px;
		padding-right: 0;
		padding-left: 0;
	}
	.page-contact .text h1 {
		font-size: 16px;
		line-height: 19px;
	}
	.page-contact .text h1 + p {margin-top: 0;}
	.page-contact .text p {
		margin-top: 15px;
		font-size: 16px;
		line-height: 19px;
	}
	.page-contact .btn-group {
		flex-direction: column;
	}
	.page-contact .btn-group a {
		width: 100%;
	}
	.page-contact .btn-group .btn-white + .btn-white {
	    margin-left: 0;
	    margin-top: 25px;
	}
	.page-contact .text .bottom {
		padding-bottom: 0;
		margin-top: 40px;
	}
	.page-contact .text .bottom p {margin: 0;}
	.page-contact .text .bottom p:last-child {display: none;}
	.page-contact .btn-group {
		order: 1;
		margin-top: 50px;
	}

	/* page portrain */
	.gallery-portrain.d-none {
		display: block !important;
	}
	.content-full .inner:first-child {
		background: #ECEDEE;
		padding-top: 130px;
	}
	.content-full .text {
		padding: 0 35px 50px 35px;
	}
	.content-full .text:nth-child()
	.content-full h1 {
		font-size: 22px;
		line-height: 24px;
		margin-bottom: 5px;
	}
	.content-full p.small {
		font-size: 14px;
		line-height: 19px;
	}
	.content-full .text-scroll {
		margin-top: 30px;
		min-height: auto;
	}
	.content-full p {
		font-size: 12px;
		line-height: 18px;
	}
	.content-full p + p {
		margin-top: 20px;
	}
	.content-full .btn-group .btn-white {
		padding: 6px 25px;
		font-size: 11px;
	}
	.content-full .btn-group .btn-white:first-child {
		margin-right: 10px;
	}
	.content-full .thumb {margin-bottom: 35px;}

	.grid-tile {
		padding: 0 35px 0 35px;
	}
	.grid-tile .row .item {
		max-height: 335px;
		height: 100%;
		overflow: hidden;
		display: flex;
	}

	/* page abgs */
	.abgs-text {flex-direction: column;}
	.page-abgs .abgs-text > div:first-child {
	    padding-right: 0;
	    margin-bottom: 75px;
		margin-right: 0;
	}
	.page-abgs .abgs-text > div:last-child{margin-left: 0;}
	.abgs-text h2 {
		font-size: 32px;
		line-height: 42px;
	}
	.abgs-text h3 {
		font-size: 28px;
		line-height: 29px;
		margin-bottom: 0;
		margin-top: 40px !important;
	}
	.abgs-text h3.mt70 {margin-bottom: 40px;}
	.abgs-text p + p {
		margin-top: 40px;
	}
}