/*
	Theme Name: Douglas & Grahame Web
	Description: Custom Theme For Douglas & Grahame Web
	Version: 1.0.0
	Author: Developer
*/
@font-face {
	font-family: 'Gth-Web';
	src: url('assets/fonts/Gth-Web-Book.woff2') format('woff2'),
	url('assets/fonts/Gth-Web-Book.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Gth-Web';
	src: url('assets/fonts/Gth-Web-Medium.woff2') format('woff2'),
	url('assets/fonts/Gth-Web-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Gth-Web';
	src: url('assets/fonts/Gth-Web-Bold.woff2') format('woff2'),
	url('assets/fonts/Gth-Web-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
/*
html {
	scroll-behavior: smooth;
}
*/
html{
	font-size: 10px;
}
body{
	background: #fff;
	border-top: 7rem solid #171717;
	font-size: 1.3rem;
	font-family: 'Gth-Web', sans-serif;
	font-weight: normal;
	color: #171717;
	line-height: 1.923;
	letter-spacing: 0.02em;
	margin: 0;
	min-width: 320px;
	position: relative;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: none;
}
body.home{
	border-top-width: 0;
}
html.menu-open{
	overflow: hidden;
}
*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
img{
	height: auto;
	max-width: 100%;
}
img:last-child{
	margin-bottom: 0;
}
img:first-child{
	margin-top: 0;
}
iframe{
	max-width: 100%;
}
b,
strong{
	font-weight: bold;
}
a,
.button,
label,
input[type="submit"]{
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	outline: none!important;
}
a{
	color: inherit;
	text-decoration: none;
}
a:hover{
	color: #C09A5D;
}
.button{
	background-color: #171717;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 0.875em 2em;
	transition: all 0.2s linear;
	text-align: center;
	text-decoration: none;
}
.button:hover{
	background-color: #C09A5D;
	color: #fff;
}
.link-wa{
	color: #76797b;
	cursor: pointer;
	display: inline-block;
	position: relative;
	padding-right: 1.84em;
	text-decoration: none;
	transition: all 0.4s ease;
}
.link-wa:hover{
	color: #C09A5D;
}
.link-wa:before{
	background: #C09A5D;
	bottom: 0;
	content: "";
	display: block;
	height: 1px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	transition: all 0.2s linear;
	width: 0;
}
.link-wa:hover:before{
	width: 100%;
}
.link-wa:after{
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 18'%3E%3Cpolygon fill='%2376797b' points='15.1,18 14.4,17.3 22.1,9.5 0,9.5 0,8.5 22.1,8.5 14.4,0.7 15.1,0 24,9 '/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right center;
	background-size: contain;
	content: "";
	display: block;
	height: 1.2em;
	margin-top: -0.6em;
	right: 0;
	position: absolute;
	top: 50%;
	width: 1.2em;
}
.link-wa:hover:after{
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 18'%3E%3Cpolygon fill='%23C09A5D' points='15.1,18 14.4,17.3 22.1,9.5 0,9.5 0,8.5 22.1,8.5 14.4,0.7 15.1,0 24,9 '/%3E%3C/svg%3E");
}
.link-wa-down:after{
	margin-top: -0.7em;
	transform: rotate(90deg);
}
p,
ul,
ol{
	margin: 0 0 1.923em;
}
p:last-child,
ul:last-child,
ol:last-child{
	margin-bottom: 0;
}
li{
	padding: 0.1em 0;
}
ul{
	padding-left: 1.2em;
}
h1,h2,h3,h4,h5{
	font-weight: normal;
}
h1{
}
h2{
	font-size: 2.4rem;
	line-height: 1.5;
	margin: 1em 0;
}
h4{
	font-size: inherit;
	line-height: inherit;
	margin: 0 0 1em;
	text-transform: uppercase;
}
h1:first-child,
h2:first-child,
h2:first-child,
h4:first-child,
h5:first-child{
	margin-top: 0;
}
h1:last-child,
h2:last-child,
h2:last-child,
h4:last-child,
h5:last-child{
	margin-bottom: 0;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="search"],
select,
textarea{
	background-color: #fff;
	border-radius: 0;
	border: 1px solid #d3d3d4;
	box-shadow: none; 
	display: block;
	color: inherit;
	font-size: inherit;
	font-family: inherit;
	font-weight: normal;
	line-height: 1.5;
	padding: 1.5em 1.8em;
	width: 100%;
}
input:focus,
select:focus,
textarea:focus{
	outline: none;
}
::-webkit-input-placeholder {color:#76797b; opacity: 1;transition: all 0.2s linear;}
::-moz-placeholder          {color:#76797b; opacity: 1;transition: all 0.2s linear;}
:-moz-placeholder           {color:#76797b; opacity: 1;transition: all 0.2s linear;}
:-ms-input-placeholder      {color:#76797b; opacity: 1;transition: all 0.2s linear;}
:focus::-webkit-input-placeholder {opacity: 0;}
:focus::-moz-placeholder          {opacity: 0;}
:focus:-moz-placeholder           {opacity: 0;}
:focus:-ms-input-placeholder      {opacity: 0;}
select{
	background-image: url('assets/img/icons/select-icon.svg');
	background-repeat: no-repeat;
	background-position: center right 1.375em;
	-webkit-background-size: 1em auto;
	background-size: 1em auto;
	cursor: pointer;
	color: inherit;
	padding-right: 3.5em;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
select::-ms-expand {
	display: none;
}
select.changed{
	color: #70777a;
}
textarea{
	height: 13em;
	padding: 1.5em 1.8em;
	resize: none;
}
button[type="submit"],
input[type="submit"]{
	background-color: #171717;
	border: none;
	border-radius: 0;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: 1.5;
	letter-spacing: normal;
	padding: 1.5rem 3.8rem;
	transition: all 0.2s linear;
	text-align: center;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
button[type="submit"]:hover,
input[type="submit"]:hover{
	background-color: #C09A5D;
	color: #fff;
}
.cf-form-row{
	display: flex;
	flex-wrap: wrap;
	margin-left: -1rem;
	margin-right: -1rem;
}
.cf-form-col{
	padding: 0 1rem 2rem;
	position: relative;
	width: 100%;
}
.cf-form-col-6{
	width: 50%;
}
.cf-form-col.cf-form-col-submit{
	padding-bottom: 0;
	padding-top: 4rem;
	text-align: center;
}
.wpcf7-not-valid::-webkit-input-placeholder {color:#d71831;}
.wpcf7-not-valid::-moz-placeholder          {color:#d71831;}
.wpcf7-not-valid:-moz-placeholder           {color:#d71831;}
.wpcf7-not-valid:-ms-input-placeholder      {color:#d71831;}
.wpcf7-not-valid{
	border-color: #df0000!important;
}
.wpcf7-spinner{
	margin: 0;
	position: absolute;
}
.wpcf7-form-control-wrap{
	display: block;
}
.wpcf7-checkbox .first{
	margin-left: 0;
}
.wpcf7-checkbox label{
	display: inline-block;
	position: relative;
	padding-left: 2rem;
}
.wpcf7-checkbox input{
	height: 1.2rem;
	display: inline-block;
	margin: 0;
	left: 0;
	position: absolute;
	vertical-align: middle;
	top: 0.2em;
	width: 1.2rem;
}
.wpcf7-checkbox + span.wpcf7-not-valid-tip{
	position: relative;
}
div.wpcf7 .ajax-loader{
	position: absolute;
}
span.wpcf7-not-valid-tip{
	font-size: 1.1rem;
	color: #df0000;
	line-height: 1.2;
	margin-top: 3px;
	position: absolute;
}
.wpcf7 form .wpcf7-response-output{
	color: #fff;
	border: none;
	font-size: 1em;
	line-height: 1.5;
	margin: 1.5em auto 0;
	padding: 1em;
	text-align: center;
	width: 100%;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output,
.wpcf7 form.spam .wpcf7-response-output{
	background: #df0000;
}
.wpcf7 form.sent .wpcf7-response-output{
	background: #00a651;
}
.container{
	max-width: 126rem;
	margin: 0 auto;
	padding-left: 3rem;
	padding-right: 3rem;
	width: 96%;
}
.container-small{
	max-width: 93rem;
	width: 92%;
}
.row-8{
	margin-left: -0.8rem;
	margin-right: -0.8rem;
}
.row-8 > div{
	padding-left: 0.8rem;
	padding-right: 0.8rem;
}
.row-15{
	margin-left: -1.5rem;
	margin-right: -1.5rem;
}
.row-15 > div{
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
/*---------Animation--------*/
.fade-in{
	transition: opacity 0.9s ease;
	opacity: 0;
}
.fade-in.visible{
	opacity: 1;
}
.anim-slide-left{
	position: relative;
	overflow: hidden;
}
.anim-slide-left:after{
	background: #fff;
	content: "";
	display: block;
	left: -1%;
	height: 102%;
	position: absolute;
	transition: all .8s cubic-bezier(0.4,0,0.2,1);
	top: -1%;
	width: 102%;
	z-index: 10;
}
.bg-porcel .anim-slide-left:after{
	background: #e6e5e1;
}
.anim-slide-left.visible:after{
	width: 0;
}
/*--------------Header--------------*/
.header{
	background: #171717;
	color: #fff;
	position: fixed;
	left: 0;
	top: 0;
	transition: all 0.2s linear;
	text-align: left;
	width: 100%;
	z-index: 101;
}
.home:not(.body-scroll) .header{
	background: transparent;
}
.header-inner{
	padding: 1.6rem 0;
	transition: all 0.2s linear;
}
.header-row{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 126rem;
	margin: 0 auto;
	padding-left: 3rem;
	padding-right: 3rem;
	position: relative;
	width: 96%;
}
.header-logo{
	align-self: center;
}
.header-logo a{
	display: inline-block;
	vertical-align: middle;
}
.header-logo img{
	display: inline-block;
	height: 3rem;
	vertical-align: middle;
	width: auto;
	transition: width 0.2s linear, height 0.2s linear;
}
.body-scroll .header-logo img{
	height: 3rem;
}
.navigation-wrap{
	align-self: center;
}
.navigation{
	text-transform: uppercase;
}
.navigation ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.navigation a{
	color: #fff;
	display: block;
	position: relative;
	text-decoration: none;
}
#touch-menu{
	display: none;
	cursor: pointer;
	font-size: 1.2rem;
	height: 1.6em;
	margin: -0.8em 0 0;
	right: 2rem;
	top: 50%;
	position: absolute;
	width: 2.6em;
	z-index: 999;
}
#touch-menu span:after,
#touch-menu span:before{
	content: "";
	position: absolute;
	left: 0;
	top: -0.7em;
}
#touch-menu span:after{
	top: 0.7em;
}
#touch-menu span{
	position: relative;
	display: block;
	top: 0.7em;
}
#touch-menu span,
#touch-menu span:after,
#touch-menu span:before{
	border-radius: 0;
	height: 2px;
	width: 100%;
	background-color: #fff;
	transition: all 0.3s;
	backface-visibility: hidden;
}
#touch-menu.on span{
	background-color: transparent;
}
#touch-menu.on span:before{
	background-color: #fff;
	transform: rotate(45deg) translate(0.5em, 0.5em);
}
#touch-menu.on span:after{
	background-color: #fff;
	transform: rotate(-45deg) translate(0.5em, -0.5em);
}
.toggle-submenu{
	border-left: 1px solid rgba(55,55,55,0.1);
	height: 100%;
	right: 0;
	position: absolute;
	top: 0;
	z-index: 8;
	width: 44px;
}
.toggle-submenu.active{
	background: rgba(0,0,0,0.05);
}
.toggle-submenu:after,
.toggle-submenu:before {
	content: " ";
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -1px;
	width: 12px;
	height: 2px;
	display: inline-block;
	background-color: #fff;
	transition: background-color .2s ease-in-out,transform .2s ease-in-out,width .2s ease-in-out;
}
.toggle-submenu:before {
	transform: translateX(3px) rotate(-50deg);
}
.toggle-submenu:after {
	transform: translateX(-4px) rotate(50deg);
}
.toggle-submenu:after,
.toggle-submenu:before {
	right: 50%;
	margin-right: -5px;
}
.toggle-submenu.active:before {
	transform: rotate(-45deg);
}
.toggle-submenu.active:after{
	transform: rotate(45deg);
}
.body-scroll .header{
	background: #171717;
	box-shadow: 0 3px 0.5rem rgba(0,0,0,0.15);
}
.menu-open .header{
	box-shadow: none;
}
/*--------------Footer-----------*/
.footer{
	background: #171717;
	color: #fff;
	padding: 8rem 0;
}
.footer a:not(.button){
	color: inherit;
	text-decoration: none;
}
.footer a:not(.button):hover{
	color: #C09A5D;
}
.footer-logo-col{
	line-height: 1;
	text-align: right;
	order: 4;
}
.footer-logo img{
	display: inline-block;
	height: auto;
	vertical-align: middle;
	width: 20rem;
}
.footer-menu ul{
	columns: 2;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.footer-contacts-col{
	padding-bottom: 6rem;
}
.footer-contacts-group{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.footer-contacts-block{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 48%;
}
.footer-contacts-img{
	width: 30%;
}
.footer-contacts-img img{
	display: inline-block;
	vertical-align: middle;
}
.footer-contacts-text{
	align-self: center;
	width: 67%;
}
.footer-copyright-col{
	align-self: center;
}
/*----------Default---------*/
.def-content h1{
	font-size: 2.5em;
	font-weight: 500;
	line-height: 1.5;
	margin: 1.4em 0 0.7em;
}
.def-content h2{
	font-size: 2em;
	font-weight: 500;
	line-height: 1.5;
	margin: 1.4em 0 0.7em;
}
.def-content h3{
	font-size: 1.6em;
	font-weight: 500;
	line-height: 1.5;
	margin: 1.4em 0 0.7em;
}
.def-content h4{
	font-size: 1.2em;
	font-weight: 500;
	line-height: 1.5;
	margin: 1.4em 0 0.7em;
}
.def-content h1:first-child,
.def-content h2:first-child,
.def-content h3:first-child,
.def-content h4:first-child{
	margin-top: 0;
}
.def-content h1:last-child,
.def-content h2:last-child,
.def-content h3:last-child,
.def-content h4:last-child{
	margin-bottom: 0;
}
.def-content a{
	text-decoration: underline;
}
/*--------------Home-----------*/
main{
	display: block;
	min-height: calc(100vh - 48rem);
}
.fz-23{
	font-size: 2.3rem;
	line-height: 1.5;
}
.sect-pad{
	padding: 10rem 0;
}
.pt-0{
	padding-top: 0!important;
}
.pb-0{
	padding-bottom: 0!important;
}
.bg-porcel{
	background: #e6e5e1;
}
.tit-section{
	padding: 12rem 0;
	position: relative;
}
.tit-section-wbg:before{
	background: #e6e5e1;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 50%;
}
.it-section.tit-section-wbg:before{
	left: auto;
	right: 0;
}
.tit-section .container{
	position: relative;
	z-index: 2;
}
.tit-content-wrap{
	max-width: 43rem;
}
.it-section .tit-content-wrap{
	margin-left: auto;
}
.tit-img-wrap{
	max-width: 49rem;
}
.ti-section .tit-img-wrap{
	margin-left: auto;
}
.tit-img img{
	display: inline-block;
	vertical-align: middle;
}
.slider-pagination{
	bottom: 0;
	line-height: 1;
	margin-top: 5rem;
	text-align: center;
}
.slider-pagination.swiper-pagination-horizontal .swiper-pagination-bullet{
	background: #d3d3d4;
	height: 1.2rem;
	margin: 0.3rem 0.6rem;
	opacity: 1;
	width: 1.2rem;
}
.slider-pagination.swiper-pagination-horizontal .swiper-pagination-bullet-active{
	background: #76797b;
}
.slider-button-prev,
.slider-button-next{
	background-size: 2.4rem auto;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	height: 4rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.2s linear;
	width: 4rem;
	z-index: 3;
}
.slider-button-prev{
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 18'%3E%3Cpolygon fill='%23171717' points='8.9 0 9.6 0.7 1.9 8.5 24 8.5 24 9.5 1.9 9.5 9.6 17.3 8.9 18 0 9 8.9 0 '/%3E%3C/svg%3E");
	left: -6.5rem;
}
.slider-button-next{
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 18'%3E%3Cpolygon fill='%23171717' points='15.1,18 14.4,17.3 22.1,9.5 0,9.5 0,8.5 22.1,8.5 14.4,0.7 15.1,0 24,9 '/%3E%3C/svg%3E");
	right: -6.5rem;
}
.slider-button-prev:hover{
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 18'%3E%3Cpolygon fill='%23C09A5D' points='8.9 0 9.6 0.7 1.9 8.5 24 8.5 24 9.5 1.9 9.5 9.6 17.3 8.9 18 0 9 8.9 0 '/%3E%3C/svg%3E");
}
.slider-button-next:hover{
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 18'%3E%3Cpolygon fill='%23C09A5D' points='15.1,18 14.4,17.3 22.1,9.5 0,9.5 0,8.5 22.1,8.5 14.4,0.7 15.1,0 24,9 '/%3E%3C/svg%3E");
}
.home-top-header{
	left: 0;
	position: absolute;
	text-align: center;
	top: 5.6rem;
	width: 100%;
	z-index: 4;
}
.home-top-header-logo img{
	display: inline-block;
	height: 5rem;
	vertical-align: middle;
	width: auto;
}
.home-top-header-nav{
	margin-top: 2.8rem;
}
.home-top-header-nav ul{
	justify-content: center;
}
.top-banner{
	background-color: #171717;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	display: flex;
	align-items: center;
	min-height: calc(100vh - 6.8rem);
	position: relative;
	width: 100%;
}
.home .top-banner{
	min-height: 100vh;
}
.top-banner-inner{
	margin: auto;
	padding: 12rem 0;
	position: relative;
	width: 100%;
	z-index: 2;
}
.home .top-banner-inner{
	padding: 15rem 0 5rem;
}
.top-banner-content{
	color: #fff;
	margin: auto;
	width: 100%;
}
.top-banner-content h1,
.top-banner-content h2{
	color: inherit;
	font-size: 3.6rem;
	font-weight: normal;
	line-height: 1.3;
	margin: 0 0 0.5em;
}
.top-banner-content h1:last-child,
.top-banner-content h2:last-child{
	margin-bottom: 0;
}
.top-banner-scroll-link{
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 24'%3E%3Cpolygon fill='%23FFFFFF' points='9,24 0,15.1 0.7,14.4 8.5,22.1 8.5,0 9.5,0 9.5,22.1 17.3,14.4 18,15.1 '/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	bottom: 3rem;
	height: 2.4rem;
	cursor: pointer;
	left: 50%;
	margin-left: -0.9rem;
	position: absolute;
	width: 1.8rem;
	z-index: 3;
}
.top-banner-slider{
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.top-slide-img{
	background-color: #171717;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 100%;
	left: 0;
	position: absolute;
	transition: transform 16000ms ease;
	top: 0;
	width: 100%;
	z-index: 1;
}
.top-banner-slider .swiper-slide-active .top-slide-img{
	transform: scale(1.15);
}
.top-slide-img-mobile{
	display: none;
}
.top-banner-video-bg{
	display: block;
	height: 100%;
	left: 0;
	width: 100%;
	position: absolute;
	top: 0;
	overflow: hidden;
	z-index: 1;
}
.top-banner-video-bg iframe{
	height: 56.25vw;
	left: 50%;
	min-height: 100%;
	min-height: 100vh;
	min-width: 177.77vh;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	width: 100vw;
}
.mfp-iframe-holder .mfp-content{
	max-width: 122rem;
}
.watch-video{
	display: block;
	text-decoration: none;
}
.watch-video-img{
	display: block;
	position: relative;
	overflow: hidden;
}
.watch-video-img:after{
  border-top: 1.3rem solid transparent;
  border-bottom: 1.3rem solid transparent;
  border-left: 1.5rem solid #fff;
  content: "";
  display: block;
  height: 0;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: 2;
  width: 0;
}
.watch-video-img img{
	display: block;
	transition: 0.6s ease-in-out;
}
.watch-video:hover img{
	transform: scale(1.06);
}
.watch-video .link-wa{
	margin-top: 1.2rem;
}
.watch-video:hover .link-wa{
	color: #C09A5D;
}
.watch-video:hover .link-wa:before{
	width: 100%;
}
.watch-video:hover .link-wa:after{
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 18'%3E%3Cpolygon fill='%23C09A5D' points='15.1,18 14.4,17.3 22.1,9.5 0,9.5 0,8.5 22.1,8.5 14.4,0.7 15.1,0 24,9 '/%3E%3C/svg%3E");
}
.brands-section{
	background: #eeede8;
	padding: 6rem 0;
}
.ft-brands-slider:not(.swiper-initialized) .swiper-wrapper{
	flex-wrap: wrap;
}
.ft-brands-slider:not(.swiper-initialized)  .swiper-slide{
	padding-top: 3rem;
	padding-bottom:3rem;
	width: 33.33%;
}
.brands-row{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -3.7rem;
}
.brand-item-wrap{
	padding: 3rem;
}
.brand-item{
	display: block;
	max-width: 35rem;
	margin: 0 auto;
	text-decoration: none;
}
.brand-item-img{
	display: block;
	padding-top: 100%;
	position: relative;
	overflow: hidden;
}
.brand-item-img img{
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	transition: 0.6s ease-in-out;
	top: 0;
	object-fit: cover;
	width: 100%;
}
.brand-item:hover img{
	transform: scale(1.06);
}
.ft-brands-section{
	background: #eeede8;
	padding: 12.6rem 0 10.3rem;
}
.ft-brands-heading{
	margin-bottom: 4rem;
}
.ft-brands-heading h2{
	font-size: inherit;
	line-height: inherit;
	text-transform: uppercase;
}
.ft-brands-slider-wrap{
	position: relative;
}
.ft-brands-slider-block{
	overflow: hidden;
}
.ft-brands-slider{
	margin: 0 -3.7rem;
}
.ft-brands-slider .swiper-slide{
	padding: 0 1rem;
	width: 33.33%;
}
.ft-brands-slider .brand-item{
	margin: 0 auto;
}
.ft-brands-footer{
	margin-top: 6.6rem;
	text-align: center;
}
.home-about-section{
	padding: 18rem 0 15.4rem;
}
.home-about-section .tit-content-wrap{
	margin-left: 0;
	max-width: 53rem;
}
.ft-news-section{
	background: #eeede8;
	padding: 11.3rem 0 12.1rem;
	overflow: hidden;
}
.ft-news-heading{
	margin-bottom: 8rem;
}
.ft-news-slider-wrap{
	position: relative;
}
.ft-news-slider-row{
	background: #fff;
	margin: 0 -4.5rem;
	padding: 5.2rem 4.5rem;
}
.ft-news-slider-block{
	overflow: hidden;
}
.ft-news-slider{
	margin: 0 -2.6rem;
}
.ft-news-slider .swiper-slide{
	padding: 0 0.6rem;
	width: 25%;
}
.ft-news-slider-pagination{
	display: none;
}
.ft-news-footer{
	margin-top: 3.8rem;
	text-align: center;
}
.news-item{
	color: inherit;
	display: block;
	margin: 0 auto;
	max-width: 26rem;
	text-decoration: none;
}
a.news-item:hover{
	color: inherit;
}
.news-item-img{
	display: block;
	padding-top: 90%;
	position: relative;
	overflow: hidden;
}
.news-item-img:after{
	background: rgba(0,0,0,0.4);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	content: "Find Out More";
	font-size: 1.2rem;
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
	transition: all 0.3s linear;
	z-index: 2;
}
a.news-item:hover .news-item-img:after{
	opacity: 1;
}
.news-item-img img{
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	transition: 0.6s ease-in-out;
	top: 0;
	object-fit: cover;
	width: 100%;
}
a.news-item:hover img{
	transform: scale(1.06);
}
.news-item .news-item-title{
	color: inherit;
	display: block;
	font-size: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	margin: 1.2rem 0 0;
}
/*------100 Years--------*/
.intro-section{
	padding: 16rem 0 22rem;
	position: relative;
}
.intro-text{
	font-size: 2.3rem;
	line-height: 1.5;
}
.intro-text p{
	margin-bottom: 1.5em;
}
.intro-text p:last-child{
	margin-bottom: 0;
}
.intro-video-wrap{
	margin-top: 12rem;
}
.intro-scroll-link{
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 24'%3E%3Cpolygon fill='%23171717' points='9,24 0,15.1 0.7,14.4 8.5,22.1 8.5,0 9.5,0 9.5,22.1 17.3,14.4 18,15.1 '/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	bottom: 6rem;
	height: 2.4rem;
	cursor: pointer;
	left: 50%;
	margin-left: -0.9rem;
	position: absolute;
	width: 1.8rem;
	z-index: 3;
}
.years-intro-section{
	padding-bottom: 18rem;
}
.years-section{
	background: #eeede8;
	padding: 12.2rem 0 9.6rem;
	overflow: hidden;
}
.years-heading{
	margin-bottom: 3rem;
	text-align: center;
}
.years-slider-wrap{
	position: relative;
}
.years-slider-row{
	background: #fff;
	margin: 0 -4.5rem;
	padding: 5.2rem 4.5rem;
}
.years-slider-block{
	overflow: hidden;
}
.years-slider{
	margin: 0 -2.6rem;
}
.years-slider .swiper-slide{
	padding: 0 0.6rem;
	width: 25%;
}
.year-item{
	color: inherit;
	display: block;
	margin: 0 auto;
	max-width: 26rem;
	text-decoration: none;
}
.year-item:hover{
	color: inherit;
}
.year-item-img{
	display: block;
	position: relative;
	padding-top: 90%;
	overflow: hidden;
}
.year-item-img img{
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	transition: 0.6s ease-in-out;
	top: 0;
	object-fit: cover;
	width: 100%;
}
.year-item .year-item-title{
	color: inherit;
	display: block;
	font-size: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	margin: 1rem 0 0;
}
.abb-section{
	background: #eeede8;
	padding: 13.5rem 0 12rem;
}
.abb-heading{
	margin-bottom: 5.3rem;
}
.abb-text-left{
	max-width: 49rem;
}
.abb-text-right{
	max-width: 49rem;
}
.abb-row{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 -1rem;
}
.brands-slider-wrap{
	margin: 0 -1rem;
	position: relative;
}
.brands-slider .swiper-wrapper{
	justify-content: space-between;
}
.brands-slider .swiper-slide{
	align-self: center;
	width: auto;
}
.brands-slider-button-prev,
.brands-slider-button-next{
	display: none;
}
.abb-item-wrap{
	padding: 2rem 1rem;
	text-align: center;
}
.abb-item{
	display: inline-block;
	vertical-align: middle;
}
.abb-item:hover{
	transform: scale(1.07);
}
.abb-item img{
	display: inline-block;
	vertical-align: middle;
}
/*------Brand----------*/
.brand-top-banner .top-banner-content{
	max-width: 87rem;
}
.douglas .top-banner-content,
.spin .top-banner-content{
	max-width: 100rem;
}
.brand-intro-section{
	background: #171717;
	color: #ffff;
}
.brand-intro-section a{
	color: inherit;
	text-decoration: none;
}
.brand-intro-section a:hover{
	opacity: 0.6;
}
.brand-intro-section .intro-scroll-link{
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 24'%3E%3Cpolygon fill='%23FFFFFF' points='9,24 0,15.1 0.7,14.4 8.5,22.1 8.5,0 9.5,0 9.5,22.1 17.3,14.4 18,15.1 '/%3E%3C/svg%3E");
}
.brand-gallery-section{
	background: #eeede8;
	padding: 15rem 0;
	overflow: hidden;
}
.brand-gallery-heading{
	margin-bottom: 2.2rem;
	text-align: center;
}
.brand-gal-slider-wrap{
	position: relative;
}
.brand-gal-slider-block{
	overflow: hidden;
}
.brand-gal-slider{
	margin: 0 -2.6rem;
}
.brand-gal-slider .swiper-slide{
	padding: 3rem 0.6rem;
	width: 25%;
}
.brand-gal-item{
	color: inherit;
	display: block;
	margin: 0 auto;
	max-width: 26rem;
	text-decoration: none;
}
.brand-gal-item:hover{
	color: inherit;
}
.brand-gal-item-img{
	display: block;
	position: relative;
	padding-top: 100.2%;
	overflow: hidden;
}
.brand-gal-item-img img{
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	transition: 0.6s ease-in-out;
	top: 0;
	object-fit: cover;
	width: 100%;
}
.brand-gal-slider-pagination{
	margin-top: 0;
}
.brand-gallery-section.gallery-view .slider-button-prev,
.brand-gallery-section.gallery-view .slider-button-next,
.brand-gallery-section.gallery-view .slider-pagination{
	display: none;
}
.brand-gallery-section.gallery-view .swiper-wrapper{
	flex-wrap: wrap;
	margin: 0 -0.6rem;
	padding: 2.4rem 0;
	width: auto;
}
.brand-gallery-section.gallery-view .swiper-slide{
	padding: 0.6rem;
}
.brand-gallery-section.gallery-view .brand-gal-item{
	max-width: 100%;
}
.brand-gallery-section.gallery-view .gallery-view-toggle .link-wa-down:after{
	transform: rotate(-90deg);
}
.brand-gallery-links ul{
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.brand-gallery-links li{
	margin-right: 4rem;
}
.brand-gallery-links li:last-child{
	margin-right: 0;
}
.brand-retail-info a{
	color: inherit;
	text-decoration: none;
}
.brand-retail-info a:hover{
	color: #C09A5D;
}
.other-brands-row{
	padding: 10rem 0;
	position: relative;
}
.other-brands-row:before {
    background: #e6e5e1;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 50%;
}
.other-brands-row:nth-child(even):before{
	left: auto;
	right: 0;
}
.other-brands-row .container{
	position: relative;
	z-index: 2;
}
.other-brands-row:nth-child(odd) .tit-img-wrap{
	margin-left: auto;
}
.other-brands-row:nth-child(even) .tit-content-wrap{
	margin-left: auto;
}
.other-brands-row:nth-child(even) .tit-content-col{
	order: 2;
}
.other-brands-row:nth-child(even) .tit-img-col{
	order: 1;
}
/*----------Careers--------*/
.testimonial-section{
	padding: 10.2rem 0 16rem;
}
.testimonial-heading{
	margin-bottom: 5rem;
}
.testimonial-body{
	overflow: hidden;
}
.testimonial-slider-wrap{
	position: relative;
}
.testimonial-slider-block{
	margin: 0 -3rem;
	overflow: hidden;
}
.testimonial-slider{
	margin: 0 -1rem;
}
.testimonial-slider .swiper-slide{
	height: auto;
	padding: 0 1rem;
	width: 50%;
}
.testimonial-item{
	background: #eeede8;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	height: 100%;
	padding: 5.5rem 3rem 5rem;
}
.testimonial-item-row{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}
.testimonial-author-col{
	max-width: 26rem;
	width: 48%;
}
.testimonial-author-img{
	margin-bottom: 1.2rem;
	position: relative;
	padding-top: 90%;
}
.testimonial-author-img:last-child{
	margin-bottom: 0;
}
.testimonial-author img{
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	transition: 0.6s ease-in-out;
	top: 0;
	object-fit: cover;
	width: 100%;
}
.testimonial-author-position{
	color: #76797b;
}
.testimonial-text-col{
	max-width: 26rem;
	width: 48%;
}
.testimonial-slider-pagination{
	display: none;
}
.vacancies-section{
	background: #eeede8;
	padding: 16rem 0;
}
.vacancies-text{
	max-width: 45rem;
}
.vacancies-text a{
	color: inherit;
	text-decoration: none;
}
.vacancies-text a:hover{
	color: #C09A5D;
}
.vacancies-list{
	max-width: 48rem;
	margin: 6rem auto 0;
}
.vacancies-list ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.vacancies-list li{
	border-bottom: 1px solid #76797b;
	display: block;
}
.vacancies-list li:first-child{
	border-top: 1px solid #76797b;
}
.vacancies-list a{
	display: block;
	color: inherit;
	padding: 0.9rem 0;
	text-decoration: none;
}
.news-section{
	padding: 14rem 0 10rem;
	padding: 10rem 0;
	overflow: hidden;
}
.news-section .ft-news-slider-row{
	padding-top: 0;
	padding-bottom: 0;
}
.news-row{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -2.7rem;
}
.news-item-wrap{
	padding: 0 1rem 4.2rem;
	width: 25%;
}
.post-heading{
	margin-bottom: 4rem;
}
.post-heading h1{
	font-size: 3.2rem;
	font-weight: 500;
	line-height: 1.5;
}
.post-banner{
	margin-bottom: 6rem;
	text-align: center;
}
.post-banner img{
	display: inline-block;
	vertical-align: middle;
}
.pagination{
	text-align: center;
}
.pagination .page-numbers{
	background-color: #171717;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	margin: 0.3em 0.2em;
	padding: 0.5em 1.4em;
	transition: all 0.2s linear;
	text-align: center;
	text-decoration: none;
}
.pagination .page-numbers.current,
.pagination .page-numbers:hover{
	background-color: #C09A5D;
	color: #fff;
}
.related-news-section{
	background: #eeede8;
}
.related-news-heading{
	margin-bottom: 4rem;
}
.related-news-link{
	text-align: center;
}
.contact-intro-section{
	padding: 13rem 0 15rem;
}
.contact-intro-text{
	font-size: 2.3rem;
	line-height: 1.5;
	max-width: 51rem;
}
.contact-intro-text p{
	margin-bottom: 1.5em;
}
.contact-intro-text p:last-child{
	margin-bottom: 0;
}
.contacts-group{
	max-width: 50rem;
	margin: 0 auto;
}
.contacts-block{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 2.6rem;
	width: 100%;
}
.contacts-block:last-child{
	margin-bottom: 0;
}
.contacts-img{
	width: 34%;
}
.contacts-img img{
	display: inline-block;
	vertical-align: middle;
}
.contacts-text{
	align-self: center;
	max-width: 28rem;
	width: 64%;
}
.contact-form-section{
	background: #eeede8;
	padding: 12rem 0 13.5rem;
}
.contact-form p.fz-23{
	max-width: 32em;
	margin-bottom: 2.5em;
}
/*--------------RSVP------------*/
.page-template-template-rsvp .top-banner{
	background-position: center;
	background-size: 90% 90%;
}
.rsvp-intro-section{
	background: #fbfaf9;
}
.rsvp-form-section{
	background: #fbfaf9;
}
.rsvp-intro-text{
	font-size: 2rem;
}
.rsvp-intro-text h3,
.rsvp-form h3{
	font-size: 3rem;
	font-weight: inherit;
	line-height: 1.4;
	margin: 0 0 1em;
}
.rsvp-form h3{
	margin-bottom: 1.5em;
}
.rsvp-qn,
.rsvp-submit{
	display: none;
}
.rsvp-group{
	margin-bottom: 4rem;
}
.rsvp-group.rsvp-submit{
	margin-bottom: 0;
}
.rsvp-group:last-child{
	margin-bottom: 0;
}
.rsvp-field-item{
	margin-bottom: 1.6rem;
}
.rsvp-field-item:last-child{
	margin-bottom: 0;
}
.rsvp-group input[type="text"],
.rsvp-group input[type="email"],
.rsvp-group input[type="tel"],
.rsvp-group input[type="search"],
.rsvp-group select,
.rsvp-group textarea{
	padding: 1.2em 1.5em;
}
.rsvp-field-label{
	font-size: 1.6rem;
	line-height: 1.5;
	margin-bottom: 0.5em;
}
.rsvp-field-label em{
	color: #C09A5D;
	display: inline-block;
	font-size: 0.8em;
}
.rsvp-field-message{
	background: #c09a5d;
	color: #fff;
	display: none;
	line-height: 1.5;
	margin-top: 0.5em;
	padding: 0.8em;
	text-align: center;
}
.rsvp-qn2 .rsvp-field-message{
	background: #c09a5d;
	color: #fff;
	font-size: 1.6rem;
	margin-top: 1em;
	margin: 0 auto;
	max-width: 32em;
	padding: 1.2em 1.5em;
	text-align: center;
}
.rsvp-qn .wpcf7-radio,
.rsvp-qn .wpcf7-checkbox{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -1rem;
}
.rsvp-qn .wpcf7-radio .wpcf7-list-item:first-child{
	display: none;
}
.rsvp-qn .wpcf7-radio .wpcf7-list-item,
.rsvp-qn .wpcf7-checkbox .wpcf7-list-item{
	line-height: 1.5;
	margin: 0;
	min-width: 25%;
	padding: 1rem;
	width: auto;
}
.rsvp-qn2 .wpcf7-radio .wpcf7-list-item,
.rsvp-qn2 .wpcf7-checkbox .wpcf7-list-item{
	min-width: 25%;
	width: auto;
}
.rsvp-qn .wpcf7-radio .wpcf7-list-item label,
.rsvp-qn .wpcf7-checkbox .wpcf7-list-item label{
	display: block;
	padding: 0;
	width: auto;
}
.rsvp-qn .wpcf7-radio .wpcf7-list-item label input,
.rsvp-qn .wpcf7-checkbox .wpcf7-list-item label input{
	height: 1px;
	margin: 0;
	left: -9999px;
	opacity: 1;
	position: absolute;
	width: 1px;
}
.rsvp-qn .wpcf7-radio .wpcf7-list-item-label,
.rsvp-qn .wpcf7-checkbox .wpcf7-list-item-label{
	display: flex;
	cursor: pointer;
	align-items: center;
	min-height: 2.6em;
	padding-left: 4em;
	position: relative;
	vertical-align: middle;
}
.rsvp-qn .wpcf7-radio .wpcf7-list-item-label:before,
.rsvp-qn .wpcf7-checkbox .wpcf7-list-item-label:before{
	background-color: #fff;
	border: 1px solid #d3d3d4;
	content: "";
	display: block;
	height: 2.6em;
	left: 0;
	position: absolute;
	top: 0;
	width: 2.6em;
}
.rsvp-qn .wpcf7-radio .wpcf7-list-item-label:after,
.rsvp-qn .wpcf7-checkbox .wpcf7-list-item-label:after{
	border-bottom: 2px solid #000;
	border-right: 2px solid #000;
	content: "";
	display: block;
	height: 1.2em;
	left: 1em;
	opacity: 0;
	position: absolute;
	top: 0.55em;
	transition: all 0.1s linear;
	width: 0.6em;
	transform: rotate(45deg);
}
.rsvp-qn .wpcf7-radio input:checked + .wpcf7-list-item-label:after,
.rsvp-qn .wpcf7-checkbox input:checked + .wpcf7-list-item-label:after{
	opacity: 1;
}
.page-template-template-rsvp .wpcf7 form.sent .rsvp-group{
	display: none!important;
}
.page-template-template-rsvp .wpcf7 form.sent .wpcf7-response-output{
	background: #c09a5d;
	color: #fff;
	margin-top: 1em;
	padding: 2em 1.5em;
	font-size: 1.6rem;
	margin: 0 auto;
	max-width: 32em;
	text-align: center;
}
.page-template-template-rsvp .wpcf7 form.sent.no-join .wpcf7-response-output{
	display: none!important;
}
.page-template-template-rsvp .wpcf7 form.sent.no-join .rsvp-response-no-join{
	background: #c09a5d;
	color: #fff;
	display: block!important;
	margin-top: 1em;
	padding: 1.2em 1.5em;
	line-height: 1.5;
	font-size: 1.6rem;
	margin: 2em auto 0;
	max-width: 32em;
	text-align: center;
}
/*----------------Responsive--------------*/
@media only screen and (max-width : 1400px) {
	
}
@media only screen and (max-width : 1350px) {
	.slider-button-prev{
		left: -4rem;
	}
	.slider-button-next{
		right: -4rem;
	}
	.home-top-header{
		top: 3rem;
	}
	.brands-row{
		margin: 0 -1rem;
	}
	.brand-item-wrap{
		padding: 1rem;
	}
	.brand-gallery-heading{
		margin-bottom: 4rem;
	}
	.brand-gal-slider .swiper-slide{
		padding: 0.6rem;
	}
	.brand-gallery-footer{
		margin-top: 4rem;
	}
}
@media only screen and (max-width : 1200px) {
	.ft-brands-slider{
		margin: 0 -1rem;
	}
	.ft-news-slider{
		margin: 0 -0.6rem;
	}
	.years-slider{
		margin: 0 -0.6rem;
	}
}
@media only screen and (max-width : 991px) {
	.container{
		width: 100%;
	}
	.header-inner{
		padding: 2rem 0;
	}
	.header-row{
		display: block;
		width: 100%;
	}
	#touch-menu{
		display: block;
	}
	.header-logo{
		text-align: center;
		position: relative;
		z-index: 101;
	}
	.home:not(.body-scroll) .header-logo img{
		height: 4.2rem;
	}
	.navigation-wrap{
		background: #171717;
		display: none;
		height: 100%;
		left: 0;
		padding: 6rem 2rem 2rem;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 99;
	}
	.navigation-block{
		height: calc(100vh - 9rem);
		padding: 0;
		overflow: auto;
		width: 100%;
	}
	.navigation{
		display: flex;
		align-items: center;
		font-size: 3.2rem;
		height: 100%;
		line-height: 1.25;
		text-align: center;
		width: 100%;
	}
	.navigation ul{
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
	.navigation > ul{
		margin: auto;
		width: 100%;
	}
	.navigation ul li{
		display: block;
		padding: 0.6em 0 0;
	}
	.navigation > ul > li:first-child{
		padding-top: 0;
	}
	.navigation a{
		color: #fff;
		display: inline-block;
		padding: 0.2em 0;
		position: relative;
	}
	.navigation .menu-item-has-children > a:after{
		content: " +";
	}
	.navigation .menu-item-has-children > a.active:after{
		content: " -";
	}
	.navigation ul ul{
		display: none;
		font-size: 0.8em;
	}
	.navigation ul ul a{
		color: rgba(255,255,255,0.5);
	}
	.navigation ul ul a:before{
		content: "- ";
	}
	.footer-menu ul{
		columns: 1;
	}
	.sect-pad{
		padding: 9rem 0;
	}
	.fz-23{
		font-size: 2rem;
	}
	.slider-button-prev{
		background-color: #fff;
		left: -3rem;
	}
	.slider-button-next{
		background-color: #fff;
		right: -3rem;
	}
	.slider-pagination{
		margin-top: 4rem;
	}
	.slider-pagination.swiper-pagination-horizontal .swiper-pagination-bullet{
		height: 1rem;
		margin: 0.3rem 0.5rem;
		width: 1rem;
	}
	.top-banner{
		min-height: 70vw;
	}
	.home .top-banner{
		min-height: 80vw;
	}
	.home .top-banner-inner{
		padding: 12rem 0;
	}
	.home-top-header{
		display: none;
	}
	.top-slide-img{
		transition: none;
		transform: none;
	}
	.top-banner-slider .swiper-slide-active .top-slide-img{
		transform: none;
	}
	.ft-news-slider-row{
		margin: 0 -3rem;
		padding: 4rem 3rem;
	}
	.ft-news-slider-button-prev,
	.ft-news-slider-button-next{
		top: 40%;
	}
	.ft-news-slider-pagination{
		display: block;
		margin-top: 4rem;
	}
	.intro-section{
		min-height: 1px;
		padding: 9rem 0 12rem;
	}
	.intro-text{
		font-size: 2rem;
	}
	.intro-video-wrap{
		margin-top: 8rem;
	}
	.intro-scroll-link{
		bottom: 4rem;
	}
	.years-slider-row{
		margin: 0 -3rem;
		padding: 4rem 3rem;
	}
	.years-slider-button-prev,
	.years-slider-button-next{
		top: 45%;
	}
	.abb-row{
		margin: 0 -2rem;
	}
	.abb-body{
		overflow: hidden;
	}
	.brands-slider-wrap{
		margin: 0 -3rem;
	}
	.brands-slider{
		overflow: visible;
	}
	.brands-slider .swiper-slide{
		width: 50%;
	}
	.brands-slider-button-prev,
	.brands-slider-button-next{
		display: block;
	}
	.brands-slider-button-prev.slider-button-prev{
		left: 1.5rem;
	}
	.brands-slider-button-next.slider-button-next{
		right: 1.5rem;
	}
	.abb-item-wrap{
		padding: 1.5rem 3rem;
	}
	.brands-section{
		padding: 6rem 0;
	}
	.brand-gallery-heading{
		margin-bottom: 3rem;
	}
	.testimonial-item{
		align-items: flex-start;
	}
	.testimonial-item-row{
		display: block;
	}
	.testimonial-author-col{
		width: 100%;
	}
	.testimonial-text-col{
		max-width: 100%;
		margin-top: 2rem;
		width: 100%;
	}
	.testimonial-slider-button-prev,
	.testimonial-slider-button-next{
		display: none;
	}
	.testimonial-slider-pagination{
		display: block;
	}
	.news-section{
		padding: 9rem 0 5rem;
		padding: 8rem 0;
	}
	.news-row{
		margin: 0 -1rem;
	}
	.news-item-wrap{
		width: 33.33%;
	}
	.contact-intro-text{
		font-size: 2rem;
	}
}
@media only screen and (max-width : 767px) {
	body{
		border-top-width: 6rem;
	}
	h2{
		font-size: 2rem;
	}	
	.sect-pad{
		padding: 5rem 0;
	}
	.fz-23{
		font-size: 1.6rem;
	}
	.container{
		padding: 0 2.5rem;
		max-width: 100%;
		width: 100%;
	}
	.row:not(.no-gutters){
		margin-left: -0.8rem;
		margin-right: -0.8rem;
	}
	.row:not(.no-gutters) > div{
		padding-left: 0.8rem;
		padding-right: 0.8rem;
	}
	.def-content h1{
		font-size: 2em;
	}
	.def-content h2{
		font-size: 1.7em;
	}
	.def-content h3{
		font-size: 1.4em;
	}
	.header-inner{
		padding: 1.5rem 0;
	}
	.home:not(.body-scroll) .header-logo img{
		height: 3rem;
	}
	.navigation{
		font-size: 2.2rem;
	}
	.navigation ul li{
		padding-top: 0.6em;
	}
	.navigation > ul > li:first-child{
		padding-top: 0;
	}
	.footer{
		padding: 6rem 0;
	}
	.footer-logo-col{
		padding-bottom: 5rem;
		text-align: center;
		order: 0;
	}
	.footer-logo img{
		width: 18rem;
	}
	.footer-menu-col{
		padding-bottom: 5rem;
	}
	.footer-menu{
		margin: 0 auto;
		max-width: 50rem;
		text-align: center;
	}
	.footer-menu ul{
		columns: 2;
	}
	.footer-contacts-col{
		padding-bottom: 6rem;
	}
	.footer-contacts-block{
		max-width: 40rem;
		margin: 0 auto 4rem;
		width: 100%;
	}
	.footer-contacts-block:last-child{
		margin-bottom: 0;
	}
	.footer-copyright-col{
		text-align: center;
	}
	.cf-form-col.cf-form-col-submit{
		padding-top: 0;
	}
	.slider-button-prev,
	.slider-button-next{
		background-color: rgba(255,255,255,0.9);
		background-size: 60% auto;
		height: 3rem;
		width: 3rem;
	}
	.slider-button-prev{
		left: -2rem;
	}
	.slider-button-next{
		right: -2rem;
	}
	.slider-pagination{
		margin-top: 3rem;
	}
	.slider-pagination.swiper-pagination-horizontal .swiper-pagination-bullet{
		height: 1rem;
		margin: 0.3rem 0.4rem;
		width: 1rem;
	}
	.tit-section-wbg{
		background: #e6e5e1;
	}
	.tit-content-wrap{
		max-width: 100%;
	}
	.tit-content h2{
		margin-top: 0;
	}
	.tit-img-wrap{
		margin-bottom: 4rem;
	}
	.ti-section .tit-img-wrap{
		margin: 4rem 0 0;
	}
	.tit-section-wbg .anim-slide-left:after{
		background: #e6e5e1;
	}
	.home .top-banner{
		min-height: 100vh;
	}
	.top-slide-img-desktop{
		display: none;
	}
	.top-slide-img-mobile{
		display: block;
	}
	.top-banner-content h1,
	.top-banner-content h2{
		font-size: 2.8rem;
	}
	.top-banner-scroll-link{
		bottom: 2rem;
	}
	.ft-brands-heading{
		margin-bottom: 2rem;
	}
	.ft-brands-body{
		overflow: hidden;
	}
	.ft-brands-slider-block{
		overflow: visible;
	}
	.ft-brands-slider{
		margin: 0 -0.6rem;
		overflow: visible;
	}
	.ft-brands-slider:not(.swiper-initialized) .swiper-wrapper{
		flex-wrap: wrap;
	}
	.ft-brands-slider .swiper-slide{
		padding: 0.6rem;
		width: 50%;
	}
	.ft-brands-footer{
		margin-top: 3rem;
	}
	.ft-news-heading{
		margin-bottom: 3rem;
	}
	.ft-news-slider-row{
		margin: 0 -2.5rem;
		padding: 2.5rem;
	}
	.ft-news-slider-block{
		overflow: visible;
	}
	.ft-news-slider{
		margin: 0 -0.6rem;
		padding: 0;
		overflow: visible;
	}
	.ft-news-slider .swiper-slide{
		padding: 0 0.6rem;
		width: 50%;
	}
	.ft-news-slider-pagination{
		margin-top: 2rem;
	}
	.ft-news-footer{
		margin-top: 3rem;
	}
	.home-about-section .tit-content-wrap{
		max-width: 100%;
	}
	.intro-section{
		padding: 5rem 0 11rem;
	}
	.intro-text{
		font-size: 1.6rem;
	}
	.intro-video-wrap{
		margin-top: 4rem;
	}
	.intro-scroll-link{
		bottom: 4rem;
	}
	.years-heading{
		margin-bottom: 3rem;
	}
	.years-slider-row{
		padding: 3rem;
	}
	.years-slider-block{
		overflow: visible;
	}
	.years-slider{
		margin: 0 -3rem;
		padding: 0 3rem;
	}
	.years-slider .swiper-slide{
		margin-right: 2.5rem;
		padding: 0;
		width: 25rem;
	}
	.years-footer{
		margin-top: 3rem;
	}
	.abb-heading{
		margin-bottom: 4rem;
	}
	.abb-text-left{
		max-width: 100%;
	}
	.abb-text-right{
		margin-top: 1.2em;
		max-width: 100%;
	}
	.brands-slider-wrap {
		margin: 0 -2.5rem;
	}
	.brands-slider .swiper-slide{
		width: 100%;
	}
	.abb-item-wrap{
		padding: 1.5rem 2.5rem;
	}
	.brands-row{
		margin: 0 -0.6rem;
	}
	.brand-item-wrap{
		padding: 0.6rem;
	}
	.brand-gallery-heading{
		margin-bottom: 2rem;
	}
	.brand-gal-slider-block{
		overflow: visible;
	}
	.brand-gal-slider{
		margin: 0;
		overflow: visible;
	}
	.brand-gal-slider .swiper-slide{
		margin-right: 2.5rem;
		padding: 0.6rem 0;
		width: 25rem;
	}
	.brand-gal-slider-pagination{
		margin-top: 2rem;
	}
	.brand-gallery-section.gallery-view .swiper-slide{
		margin: 0;
		padding: 0.6rem;
		width: 50%;
	}
	.brand-gallery-footer{
		margin-top: 3rem;
	}
	.brand-gallery-links li{
		margin-top: 0.5rem;
		margin-right: 2.5rem;
	}
	.other-brands-row{
		padding: 5rem 0;
	}
	.other-brands-row:nth-child(even){
		background: #e6e5e1;
	}
	.other-brands-row::before{
		content: none;
		display: none;
	}
	.other-brands-row:nth-child(even) .tit-content-col{
		order: 1;
	}
	.other-brands-row:nth-child(even) .tit-img-col{
		order: 2;
	}
	.other-brands-row .tit-img-wrap{
		margin: 4rem 0 0;
	}
	.other-brands-row:nth-child(odd) .tit-img-wrap{
		margin-left: 0;
	}
	.other-brands-row:nth-child(even) .tit-img-wrap:after{
		background: #e6e5e1;
	}
	.testimonial-heading{
		margin-bottom: 3rem;
	}
	.testimonial-slider-block{
		margin: 0;
		overflow: visible;
	}
	.testimonial-slider{
		margin: 0;
		overflow: visible;
	}
	.testimonial-slider .swiper-slide{
		margin-right: 2.5rem;
		padding: 0;
		width: 26rem;
	}
	.testimonial-item{
		padding: 0;
	}
	.testimonial-author-name,
	.testimonial-author-position{
		padding: 0 2rem;
	}
	.testimonial-text{
		padding: 0 2rem 3rem;
	}
	.testimonial-text p{
		margin-bottom: 1.5em;
	}
	.testimonial-text p:last-child{
		margin-bottom: 0;
	}
	.vacancies-text{
		max-width: 100%;
	}
	.vacancies-list{
		margin-top: 4rem;
		max-width: 100%;
	}
	.news-section{
		padding: 5rem 0 2rem;
		padding: 5rem 0;
	}
	.news-row{
		margin: 0 -0.6rem;
	}
	.news-item-wrap{
		padding: 0 0.6rem 3.5rem;
		width: 50%;
	}
	.news-item{
		max-width: 100%;
	}
	.post-heading{
		margin-bottom: 2.5rem;
	}
	.post-heading h1{
		font-size: 2.4rem;
	}
	.post-banner{
		margin-bottom: 3rem;
	}
	.related-news-heading{
		margin-bottom: 2rem;
	}
	.contact-intro-text{
		font-size: 1.6rem;
		max-width: 100%;
	}
	.contacts-group{
		margin: 4rem 0 0;
	}
	.contacts-img{
		width: 30%;
	}
	.contacts-text{
		max-width: 100%;
		width: 67%;
	}
	.contact-form p.fz-23{
		max-width: 100%;
		margin-bottom: 1.5em;
	}
	.rsvp-intro-text{
		font-size: 1.4rem;
	}
	.rsvp-intro-text h3,
	.rsvp-form h3{
		font-size: 2rem;
	}
	.rsvp-group{
		margin-bottom: 2.5rem;
	}
	.rsvp-field-label{
		font-size: 1.4rem;
	}
	.rsvp-qn .wpcf7-radio,
	.rsvp-qn .wpcf7-checkbox{
		margin: 0 -0.5rem;
	}
	.rsvp-qn .wpcf7-radio .wpcf7-list-item,
	.rsvp-qn .wpcf7-checkbox .wpcf7-list-item{
		min-width: 50%;
		padding: 0.5rem;
		width: auto;
	}
}
@media only screen and (max-width : 440px) {
	.cf-form-col{
		width: 100%;
	}
}
@media only screen and (max-width : 380px) {
	.news-item-wrap{
		width: 100%;
	}
}
@media only screen and (min-width : 992px) {
	.home:not(.body-scroll) .header{
		opacity: 0;
		visibility: hidden;
	}
	/*
	.body-scroll .header-inner{
		padding-bottom: 1rem;
		padding-top: 1rem;
	}
	*/
	.navigation{
		position: relative;
	}
	.navigation li:hover > a,
	.navigation li.current-menu-item > a,
	.navigation li.current-menu-parent > a{
		color: #C09A5D;
	}
	.navigation > ul{
		display: flex;
		flex-wrap: wrap;
	}
	.navigation > ul > li{
		display: inline-block;
		padding: 0.5em 1em;
		position: relative;
	}
	.navigation > ul > li:first-child{
		padding-left: 0;
	}
	.navigation > ul > li:last-child{
		padding-right: 0;
	}
	.navigation > ul > li > a:before{
		background: #C09A5D;
		bottom: 0;
		content: "";
		display: block;
		height: 1px;
		left: 50%;
		position: absolute;
		transform: translateX(-50%);
		transition: all 0.2s linear;
		width: 0;
	}
	.navigation > ul > li:hover > a:before,
	.navigation > ul > li.current-menu-item > a:before,
	.navigation > ul > li.current-menu-parent > a:before{
		width: 100%;
	}
	.navigation > ul > li.menu-item-has-children > a{
		margin-right: 0.9em;
	}
	.navigation > ul > li.menu-item-has-children > a:after{
		content: ">";
		position: absolute;
		right: -0.9em;
		transform: rotate(90deg);
	}
	.navigation ul ul{
		background: #171717;
		box-shadow: 0px 1.5em 1.5em rgba(0,0,0,0.1);
		display: block;
		left: 0;
		line-height: 1.5;
		min-width: 14.6rem;
		padding: 1em 0;
		position: absolute;
		transform: translate(0, 10px);
		transition: all 0.15s linear;
		text-align: left;
		top: 100%;
		opacity: 0;
		visibility: hidden;
		z-index: 55;
	}
	.navigation ul ul li{
		display: block;
		padding: 0.5em 1.2em;
		white-space: nowrap;
		width: 100%;
	}
	.navigation ul ul a{
		display: block;
		color: #fff;
		padding: 0;
	}
	.navigation ul ul > li > a:hover,
	.navigation ul ul > li.current-menu-item > a{
		color: #C09A5D;
	}
	.navigation ul > li:hover > ul{
		opacity: 1;
		transform: translate(0, 0);
		visibility: visible;
	}
	.navigation ul ul ul{
		display: none;
	}
	.home-top-header-nav ul ul{
		left: 50%;
		transform: translate(-50%, 10px);
	}
	.home-top-header-nav ul > li:hover > ul{
		transform: translate(-50%, 0);
	}
}
@media only screen and (min-width : 1670px) {
	html{
		font-size: 0.6vw;
	}
}