body {
	background:#ffffff;
	font-family: 'Gotham Pro Light';
	font-size:19px;
	color:#000;
	padding-top:130px;
}

.wrapper-0 {
    width:100%;
    min-width:1560px;
    margin:0 auto;
}

.wrapper-1 {
    width:1560px;
    margin:0 auto;
    position:relative;
}

.wrapper-2 {
    width:1170px;
    margin:0 auto;
    position:relative;
}

#hamburger {
	display:none;
}

#header {
	position:fixed;
	top:0;
	left:0;
	z-index:888;
	background:#fff;
	width:100%;
	box-shadow:0 0 10px rgba(0,0,0,0.2);
}

#header > .wrapper-1 {
	height:130px;	
}

#header .logo {
	position:absolute;
	left:0;
	top:25px;
}

#header .logo-w,
#header .close {
	display:none;
}

#header .menu {
	position:absolute;
	left:258px;
	top:60px;
	font-size:0;
	list-style:none;
}

#header .menu li {
	display:inline-block;
	vertical-align:top;
	margin-left:35px;	
}

#header .menu li:nth-child(1) {
	margin-left:0;
}

#header .menu li a {
	display:block;
	font-family: 'Gotham Pro Bold';
	font-size:12px;
	text-transform:uppercase;
	color:#000;
	text-decoration:none;
	padding-bottom:22px;
	border-bottom:1px solid transparent; 
}

#header .menu li:hover a {
	border-bottom:1px solid #789795;
}

#header .menu li.active a {
	
}

#header .city {
	position:absolute;
	left:980px;
	top:40px;
}

#header .city a::after {
	position:absolute;
	content:'';
	display:block;
	width:9px;
	height:4px;
	right:0px;
	top:24px;
	background:url('../images/dd.png') no-repeat;
}

#header .city a {
	font-family: 'Gotham Pro Bold';
	font-size:12px;	
	text-transform:uppercase;
	text-decoration:none;
	color:#789795;
	padding:20px;
	display:inline-block;
}

#header .city a:hover {
	text-decoration:underline;
}

#header .phone {
	position:absolute;
	left:1165px;
	top:58px;
	color:#000;
	font-family: 'Gotham Pro Bold';
	font-size:16px;	
	text-transform:uppercase;
}

#header .phone a {
    color:#000;
    text-decoration:none;
}

#header .phone a:hover {
    color:#000;
    text-decoration:underline;
}

#header .button {
	position:absolute;
	right:0;
	top:42px;
	width:185px;
	height:50px;
	line-height:54px;
	font-size:13px;
}



#footer {
	background:#efefef;
}

#footer > .wrapper-2 {
	/*height:440px;*/
	padding-top:50px;
}

#footer .map {
    margin-top:30px;
}

#footer .logo {
	width:100%;
	height:81px;
	text-align:center;
	position:relative;
}

#footer .logo::before,
#footer .logo::after {
	content:'';
	display:block;
	position:absolute;
	height:1px;
	width:430px;
	background:#789795;
	top:40px;
}

#footer .logo::before {
	left:0;
}

#footer .logo::after {
	right:0;
}

#footer .contacts {
	padding:75px 0 45px;
	font-size:0;
	text-align:center;
}

#footer .contacts .item {
	display:inline-block;
	vertical-align:top;
	position:relative;
	width:500px;
	height:170px;
	margin-right:30px;
	font-family: 'Gotham Pro Light';
}

#footer .contacts .item:nth-child(3n+3) {
	margin-right:0;
}

#footer .contacts .title {
	font-family: 'Gotham Pro Bold';
	font-size:14px;
	margin-bottom:30px;
	text-transform:uppercase;
}

#footer .contacts .address {
	font-size:16px;
	line-height:24px;
}

#footer .contacts .phone {
	font-size:25px;
	color:#789795;
	position:absolute;
	bottom:22px;
	width:100%;
}

#footer .contacts .email {	
	position:absolute;
	bottom:0;
	width:100%;
}

#footer .contacts .email a {
	font-size:15px;
	color:#789795;	
}

#footer .contacts .email a:hover {
	text-decoration:none;
}

#footer .copyright {
	height:65px;
	line-height:65px;
	border-top:1px solid #789795;
	font-family: 'Gotham Pro';
	font-size:12px;
	color:#789795;
}

#footer .copyright .copy {
	position:absolute;
	left:0;
}

#footer .copyright .wbmedia {
	position:absolute;
	right:0;
}

#footer .copyright .wbmedia a {
	color:#789795;
}

#footer .copyright .wbmedia a:hover {
	text-decoration:none;
}

#slideshow .items {
	background:#789795;
	width:1148px;
	height:570px;
	position:relative;
    float:left;
}

#slideshow .item {
	width:100%;
	height:570px;
	background-repeat:no-repeat;
	background-position:50% 50%;
    background-size:cover;
	position:relative;
	cursor:pointer;
}

#slideshow .item .data {
	/*display:none;*/
	position:absolute;
	left:115px;
	bottom:0;
	width:300px;
	height:150px;
	padding:40px;	
	background:rgba(120, 151, 149, 0.8);
}

#slideshow .item .title {
	font-size:22px;
	color:#fff;
	font-family: 'Gotham Pro';
	text-transform:uppercase;
}

#slideshow .item .counter {
	position:absolute;
	bottom:60px;
	left:350px;
	font-family: 'Gotham Pro Light';
	font-size:14px;
	color:#fff;
	display:none;
}

#slideshow .item .more {
	position:absolute;
	left:40px;
	bottom:60px;
}

#slideshow .item .more a {
	font-family: 'Gotham Pro Bold';
	font-size:12px;
	text-transform:uppercase;
	text-decoration:none;
	color:#fff;
	position:relative;
	padding-left:0;
	transition: 0.5s;
}

#slideshow .item:hover .more a {
	padding-left:35px;
}

#slideshow .item:hover .more a::before {
	content:'';
	top:6px;
	left:0px;
	display:block;
	position:absolute;
	width:20px;
	height:1px;
	background:#fff;
}

#slideshow .item .more a::after {
	content:'';
	top:6px;
	right:-50px;
	display:block;
	position:absolute;
	width:30px;
	height:1px;
	background:#fff;
}

#slideshow .slick-arrow.slick-prev {
	left:436px;
	bottom:40px;
}

#slideshow .slick-arrow.slick-next {
	left:495px;
	bottom:40px;
}

#slideshow::after {
    content:'';
    display:block;
    clear:both;
    font-size:0;
}

#slideshow .form2 {
    box-sizing:border-box;
    float:left;
    height:570px;
    width:412px;
    background:#789795;
    padding:25px 30px;
}

#slideshow .form2 * {
    box-sizing:border-box;
}

#slideshow .form2 .caption {
    text-align:left;
    color:#fff;
    font-size:24px;
    font-family: 'Gotham Pro Bold';
    text-transform:none;
    margin-bottom:20px;
}

#slideshow .form2 .row {
    margin-top:20px;
    position:relative;
}

#slideshow .form2 label {
    color:#fff;
    font-size:14px;
    margin-bottom:5px;
    display:block;
}

#slideshow .form2 input[type=text],
#slideshow .form2 input[type=tel] {
    display:block;
    width:100%;
    height:55px;
    background:#fff;
    outline:none;
    border:none;
    padding:0 30px 0 60px;
    font-size:16px;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.11) inset;
}

#slideshow .form2 input[type=text] {
    background:#fff url('../images/f2name.png') 20px 50% no-repeat;
}

#slideshow .form2 input[type=tel] {
    background:#fff url('../images/f2tel.png') 20px 50% no-repeat;
}

#slideshow .form2 input[type=submit] {
    display:block;
    width:100%;
    height:55px;
    background:#fff;
    outline:none;
    border:none;
    color:#000;
    text-align:center;
    text-transform:none;
    font-size:17px;    
}

#slideshow .form2 input[type=submit]:hover {
    opacity:0.8;
}

#slideshow .form2 input[type="checkbox"] {
	/*display:none;*/
	opacity:0;
    position:absolute;
}

#slideshow .form2 input[type="checkbox"] + label {
	display:block;
	position:relative;
	cursor: pointer;
	font-size:14px;
	font-family: 'Gotham Pro';
	color:#fff;
	padding-left:40px;
	text-align:left;
}

#slideshow .form2 input[type="checkbox"] + label::before {
	position:absolute;
	left:0;
	top:5px;
	display: block;
	content:'v';
	box-sizing:border-box;
	width: 22px;
	height: 22px;	
	line-height:20px;
	border:1px solid #fff;
	font-family: 'Gotham Pro Bold';
	font-size:16px;
	text-align:center;
}

#slideshow .form2 input[type="checkbox"] + label::before {
	background:#789795;
	color:#789795;
}
	
#slideshow .form2 input[type="checkbox"]:checked + label::before {
	background:#fff;
	color:#000;
}

#slideshow .form2 .designer {
    margin-top:25px;
}

#slideshow .form2 .designer::after {
    content:'';
    display:block;
    clear:both;
    font-size:0;
}

#slideshow .form2 .designer .photo {
    float:left;
    width:115px;
}

#slideshow .form2 .designer .photo img {
    width:100%;
    height:auto;
}

#slideshow .form2 .designer .text {
    float:left;
    width:237px;
    padding:15px 20px;
    color:#fff;
    font-size:14px;
    font-family: 'Gotham Pro Light Italic';
}

#catalog {
	background:#f4f4f4;
	padding:115px 0 60px;
}

#catalog .items {
	font-size:0;
}

#catalog .item {
	width:475px;
	display:inline-block;
	vertical-align:top;
	margin:60px 67px 0 0;
	position:relative;
	z-index:2;
	cursor:pointer;
}

#catalog .item::before {
	content:'';
	display:block;
	position:absolute;
	bottom:6px;
	left:42px;
	width:1px;
	/*height:200px;*/
	height:130px;
	background:#000;
	z-index:1;
}

#catalog .item:hover::before {	
	width:395px;
	/*height:405px;*/
	height:370px;
	background:transparent;
	border:1px solid #789795;
}

#catalog .item:hover::after {
	content:'';
	display:block;
	position:absolute;
	bottom:6px;
	left:42px;
	width:355px;
	height:1px;
	background:#f4f4f4;
	z-index:1;
}

#catalog .item:nth-child(3n+3) {
	margin-right:0;
}

#catalog .item:nth-child(1),
#catalog .item:nth-child(2),
#catalog .item:nth-child(3) {
	margin-top:0;
}

#catalog .item .image {
	width:475px;
	height:330px;
	font-size:0
}

#catalog .item .image img {
	width:475px;
	height:330px;
}

#catalog .item .data {
	padding-left:75px;
	position:relative;
	z-index:2;
}

#catalog .item .title {
	font-size:25px;
	font-family: 'Gotham Pro Light';
	margin-top:30px;	
}

#catalog .item .price {
	color:#789795;
	font-size:25px;
	font-family: 'Gotham Pro Medium';
	margin-top:10px;
}

#catalog .item .more {
	margin-top:15px;
}

#catalog .item .more a {
	font-family: 'Gotham Pro Bold';
	font-size:12px;
	text-transform:uppercase;
	text-decoration:none;
	color:#000;
	position:relative;
	padding-left:0;
	transition: 0.5s;
}

#catalog .item:hover .more a {
	padding-left:35px;
}

#catalog .item:hover .more a::before {
	content:'';
	top:6px;
	left:0px;
	display:block;
	position:absolute;
	width:20px;
	height:1px;
	background:#789795;
}

#catalog .item .more a::after {
	content:'';
	top:6px;
	right:-50px;
	display:block;
	position:absolute;
	width:30px;
	height:1px;
	background:#789795;
}

#why {
	background:#fff;
	padding:115px 0;
}

#why .items {
	font-size:0;
	margin-top:80px;
	text-align:center;
}

#why .item {
	display:inline-block;
	font-size:19px;
	line-height:28px;
	font-family: 'Gotham Pro Light';
	width:270px;
	margin-left:30px;
	vertical-align:top;
}

#why .item a {
	color:#000;
	text-decoration:underline;
}

#why .item a:hover {
	text-decoration:none;
	color:#789795;
}

#why .item:nth-child(1) {
	margin-left:0;
}

#why .item img {
	display:block;
	margin:0 auto;
	margin-bottom:30px;
	height:88px;
}

#why .item .quest {
	display:inline-block;
	width:21px;
	height:21px;
	background:url('../images/question.png');
	vertical-align:middle;
	position:relative;
	top:-3px;
}

#why .brands {
	width:967px;
	height:149px;
	margin:120px auto 0;
	background:url('../images/brands-b.png') no-repeat;
}

#history {
	width:100%;
	height:850px;
	background:#dedede url('../images/history.jpg') 50% 50% no-repeat;
}

#history .wrapper-2 {
	box-sizing:border-box;
	padding:120px 0 0 300px;
}

#history .caption {
	text-align:left;
}

#history .description {
	font-family: 'Gotham Pro Light';
	font-size:16px;
	line-height:28px;
}

#history .quote {
	position:absolute;
	left:300px;
	top:420px;
	width:870px;
	font-size:25px;
	font-family: 'Gotham Pro Light Italic';
	line-height:35px;
}

#project {
	background:#789795;
	padding:115px 0 60px;
}

#portfolio {
	background:#f4f4f4;
	padding:115px 0 60px;
}

#portfolio .items {
	font-size:0;
}

#portfolio .item {
	width:475px;
	display:none;
	vertical-align:top;
	margin:60px 67px 0 0;
	position:relative;
	z-index:2;
	cursor:pointer;
}

#portfolio .item::before {
	content:'';
	display:block;
	position:absolute;
	bottom:6px;
	left:42px;
	width:1px;
	height:200px;
	/*height:130px;*/
	background:#000;
	z-index:1;
}

#portfolio .item:hover::before {	
	width:395px;
	height:390px;
	/*height:370px;*/
	background:transparent;
	border:1px solid #789795;
}

#portfolio .item:hover::after {
	content:'';
	display:block;
	position:absolute;
	bottom:6px;
	left:42px;
	width:355px;
	height:1px;
	background:#f4f4f4;
	z-index:1;
}

#portfolio .item:nth-child(3n+3) {
	margin-right:0;
}

#portfolio .item:nth-child(1),
#portfolio .item:nth-child(2),
#portfolio .item:nth-child(3) {
	margin-top:0;
}

#portfolio .item:nth-child(-n + 9) {
	display:inline-block;
}

#portfolio .item .image {
	width:475px;
	height:330px;
	font-size:0
}

#portfolio .item .image img {
	width:475px;
	height:330px;
}

#portfolio .item .data {
	padding-left:75px;
	position:relative;
	z-index:2;
}

#portfolio .item .title {
	font-size:25px;
	font-family: 'Gotham Pro Light';
	margin-top:30px;	
}

#portfolio .item .designer {
	font-size:18px;
	font-family: 'Gotham Pro Light';
	margin-top:10px;
}

#portfolio .item .city {
	font-size:14px;
	font-family: 'Gotham Pro Light';
	margin-top:10px;
}

#portfolio .item .price {
	color:#789795;
	font-size:25px;
	font-family: 'Gotham Pro Medium';
	margin-top:10px;
}

#portfolio .item .more {
	margin-top:15px;
}

#portfolio .item .more a {
	font-family: 'Gotham Pro Bold';
	font-size:12px;
	text-transform:uppercase;
	text-decoration:none;
	color:#000;
	position:relative;
	padding-left:0;
	transition: 0.5s;
}

#portfolio .item:hover .more a {
	padding-left:35px;
}

#portfolio .item:hover .more a::before {
	content:'';
	top:6px;
	left:0px;
	display:block;
	position:absolute;
	width:20px;
	height:1px;
	background:#789795;
}

#portfolio .item .more a::after {
	content:'';
	top:6px;
	right:-50px;
	display:block;
	position:absolute;
	width:30px;
	height:1px;
	background:#789795;
}

#portfolio .button {
	width:370px;
	height:60px;
	line-height:60px;
	font-size:14px;
	display:block;
	margin:70px auto 0;
}

#portfolio .button.mid {
	display:none;
}

/*
#portfolio {
	background:#fff;
	padding:115px 0 60px;
}

#portfolio .items {
	font-size:0;
}

#portfolio .item {
	display:inline-block;
	vertical-align:top;
	width:520px;
	height:400px;
	border:1px solid #fff;
	box-sizing:border-box;
	position:relative;
	cursor:pointer;
}

#portfolio .item img {	
	width:520px;
	height:400px;	
}

#portfolio .item .data {	
	width:428px;
	height:308px;
	background:rgba(0,0,0,0.6);
	position:relative;
	top:-399px;
	left:1px;
	z-index:2;
	padding:45px;
	transition: 0.5s;
	opacity:0;
}

#portfolio .item:hover .data {
	opacity:1;	
}

#portfolio .item .title {
	font-size:35px;
	font-family: 'Gotham Pro Light';
	color:#fff;
}

#portfolio .item .more {
	position:absolute;
	left:45px;
	bottom:45px;
}

#portfolio .item .more a {
	font-family: 'Gotham Pro Bold';
	font-size:12px;
	text-transform:uppercase;
	text-decoration:none;
	color:#fff;
	position:relative;
	padding-left:35px;
}

#portfolio .item .more a::before {
	content:'';
	top:6px;
	left:0px;
	display:block;
	position:absolute;
	width:20px;
	height:1px;
	background:#789795;
}

#portfolio .item .more a::after {
	content:'';
	top:6px;
	right:-50px;
	display:block;
	position:absolute;
	width:30px;
	height:1px;
	background:#789795;
}

#portfolio .button {
	width:370px;
	height:60px;
	line-height:60px;
	font-size:14px;
	display:block;
	margin:70px auto 0;
}
*/

#reviews {	
	width:100%;
	padding:115px 0 60px;
	background:#f4f4f4;
}

#reviews .item .col:nth-child(1) {
	width:895px;
}

#reviews .item .col:nth-child(2) {
	width:665px;
}

#reviews .item .video {
	width:895px;
	height:540px;
	background:#000;
	font-size:0;
}

#reviews .item .video iframe {
	width:895px;
	height:540px;
}

#reviews .item .video img {
	width:895px;
	height:540px;
}

#reviews .item .title {
	margin-top:30px;
	font-size:25px;
	font-family: 'Gotham Pro Light';
}

#reviews .item .city {
	margin-top:10px;
	font-size:16px;
	font-family: 'Gotham Pro Light';
	color:#789795;
}

#reviews .item .description {
	margin-top:20px;
	font-size:20px;
	font-family: 'Gotham Pro Light';
}

#reviews .item .data {
	width:525px;
	height:495px;
	padding:40px 70px;	
	margin-top:95px;
	background:#789795;
	position:relative;
}

#reviews .item .data .counter {
	width:100%;
	position:absolute;
	left:0;
	top:50px;
	font-family: 'Gotham Pro Light Italic';
	color:#fff;
	text-align:center;
	font-size:22px;
	color:#fff;
}

#reviews .item .data .counter span {
	font-size:60px;
}

#reviews .item .data .text {
	height:330px;
	width:525px;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	padding-top:80px;
	font-family: 'Gotham Pro Light Italic';
	color:#fff;
	font-size:18px;
	line-height:28px;
	
}

#reviews .button {
	display:block;
	margin:70px auto 0;
	width:370px;
	height:60px;
	line-height:60px;
	font-size:14px;
}

#reviews .slick-arrow.slick-prev {
	left:1150px;
	bottom:40px;
}

#reviews .slick-arrow.slick-next {
	left:1209px;
	bottom:40px;
}

#actions {
	background:#fff;
	padding:115px 0;
}

#actions .items {
	font-size:0;
}

#actions .item {
	display:inline-block;
	vertical-align:top;
	width:475px;
	height:500px;
	margin:60px 67px 0 0;
	cursor:pointer;
}

#actions .item:nth-child(3n+3) {
	margin-right:0;
}

#actions .item:nth-child(1),
#actions .item:nth-child(2),
#actions .item:nth-child(3) {
	margin-top:0;
}

#actions .item .image {
	width:475px;
	height:330px;
}

#actions .item .data {
	padding-top:30px;
	width:445px;
	height:170px;
	position:relative;
}

#actions .item .title {
	font-size:25px;
	font-family: 'Gotham Pro Light';
	color:#000;
}

#actions .item .more {
	position:absolute;
	left:0;
	bottom:0;
}

#actions .item .more a {
	font-family: 'Gotham Pro Bold';
	font-size:12px;
	text-transform:uppercase;
	text-decoration:none;
	color:#000;
	position:relative;
	padding-left:0;
	transition: 0.5s;
}

#actions .item:hover .more a {
	padding-left:35px;
}

#actions .item:hover .more a::before {
	content:'';
	top:6px;
	left:0px;
	display:block;
	position:absolute;
	width:20px;
	height:1px;
	background:#789795;
}

#actions .item .more a::after {
	content:'';
	top:6px;
	right:-50px;
	display:block;
	position:absolute;
	width:30px;
	height:1px;
	background:#789795;
}

#service {
	width:100%;
	height:948px;
	background-position:50% 50%;
	background-repeat:no-repeat;
}

#call {
	background:#789795;
	padding:115px 0 60px;
}

#designers {
	padding:115px 0;
}

#designers .items {
	font-size:0;
	text-align:center;
}

#designers .item {
	display:inline-block;
	vertical-align:top;
	width:370px;
	height:570px;
	margin:30px 30px 0 0;
	cursor:pointer;
}

#designers .item:nth-child(3n+3) {
	margin-right:0;
}

#designers .item:nth-child(1),
#designers .item:nth-child(2),
#designers .item:nth-child(3) {
	margin-top:0;
}

#designers .item .image {
	width:370px;
	height:400px;
}

#designers .item .image img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray; /* IE 6-9 */
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

#designers .item:hover .image img {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
  filter: none; /* IE 6-9 */
}

#designers .item .data {
	padding-top:30px;
	width:370px;
	height:170px;
	position:relative;
}

#designers .item .title {
	font-size:25px;
	font-family: 'Gotham Pro Light';
	text-align:center;
	color:#000;
}

#designers .item .button {
	width:370px;
	height:60px;
	line-height:60px;
	font-size:14px;
	position:absolute;
	left:0;
	bottom:0;
}

.caption {
	font-size:45px;
	font-family: 'Gotham Pro Light';	
	text-align:center;
	text-transform:uppercase;
	margin-bottom:40px;
	color:#000;
}

.form .caption {
	color:#fff;
}

.form .description {
	font-size:25px;
	font-family: 'Gotham Pro Light';
	color:#fff;
	text-align:center;
	margin-bottom:60px;
}

.form input[type="text"],
.form input[type="email"],
.form input[type="tel"],
.form textarea {
	box-sizing:border-box;
	width:100%;
	height:60px;
	padding:0 35px;
	background:#789795;
	border:1px solid #fff;
	outline:none;
	color:#fff;
	font-family: 'Gotham Pro';
	font-size:14px;
	/*text-transform:uppercase;	*/
}

.form textarea {
	padding:20px 35px;
	height:135px;
	resize:none;
}

.form input[type="checkbox"] {
	/*display:none;*/
	opacity:0;
}

.form input[type="checkbox"] + label {
	display:block;
	position:relative;
	cursor: pointer;
	font-size:14px;
	font-family: 'Gotham Pro';
	color:#fff;
	padding-left:40px;
	text-align:left;
}

.form input[type="checkbox"] + label::before {
	position:absolute;
	left:0;
	top:5px;
	display: block;
	content:'v';
	box-sizing:border-box;
	width: 22px;
	height: 22px;	
	line-height:20px;
	border:1px solid #fff;
	font-family: 'Gotham Pro Bold';
	font-size:16px;
	text-align:center;
}

.form input[type="checkbox"] + label::before {
	background:#789795;
	color:#789795;
}
	
.form input[type="checkbox"]:checked + label::before {
	background:#fff;
	color:#000;
}

.form .selectbox {
	position:relative;
}

.form .selectbox input {
	background: #789795 url('../images/select-dd.png') 95% 50% no-repeat !important;
	cursor:pointer;
}

.form .selectbox .options {
	position:absolute;
	left:0;
	top:59px;
	border:1px solid #fff;
	padding:10px 0;
	background:#789795;
	z-index:2;
	width:100%;
	box-sizing:border-box;
	display:none;
}

.form .selectbox .option {
	font-size:14px;
	color:#fff;
	padding:5px 35px;
	cursor:pointer;
}

.form .selectbox .option:hover {
	color:#000;
	background:#fff;
}


.form .file_upload {
    display: block;
    position: relative;
    overflow: hidden;	
}

.form .file_upload .butt {
	box-sizing:border-box;
    display:block;
    background:#789795;
    height:60px;
    line-height:60px;
	padding:0 35px;
    border:1px dashed #96ccc8;
    text-transform:uppercase;
    text-decoration:none;
	font-family: 'Gotham Pro Bold';
	font-size:12px;
	text-transform:uppercase;
	cursor:pointer;
	color:#fff;
	transition: 0.5s;
}

.form .file_upload:hover .butt {
    background:#96ccc8;
    border:1px dashed #96ccc8;
}

.form .file_upload input[type=file] {
    position: absolute;
    top: 0;
    opacity: 0;
}

.form .button {
	width:375px;
	height:60px;
	line-height:60px;
	font-size:14px;
	float:right;
}

.form ::-webkit-input-placeholder {
    color:#fff;
}

.form :-moz-placeholder {
    color:#fff;
}

.form ::-moz-placeholder {
    color:#fff;
}

.form :-ms-input-placeholder {
    color:#fff;
}

.form .row {
	margin-bottom:30px;
	font-size:0
}

.form .col > .row {
	margin-bottom:15px;
}

.form .name {
	background: #789795 url('../images/input-name.png') 95% 50% no-repeat !important;
}

.form .tel {
	background: #789795 url('../images/input-tel.png') 95% 50% no-repeat !important;
}

.form .email {
	background: #789795 url('../images/input-email.png') 95% 50% no-repeat !important;
}

.form .city {
	background: #789795 url('../images/input-city.png') 95% 50% no-repeat !important;
}

.cols::after {
	content:'';
	display:block;
	font-size:0;
	clear:both;
}

.cols .col {
	float:left;
}

.wrapper-2 .col {
	margin-left:30px;
}

.wrapper-2 .col:nth-child(1) {
	margin-left:0;
}

.wrapper-2 .cols .col-50 {
	width:570px;
}

.wrapper-2 .cols .col-70 {
	width:770px;
}

.wrapper-2 .cols .col-30 {
	width:370px;
}

.wrapper-2 .cols .col-33 {
	width:370px;
}

.wrapper-2 .cols .col-25 {
	width:270px;
}
	


.button {
	text-decoration:none;
	display:inline-block;
	border:none;
	outline:none;
	cursor:pointer;
	font-family: 'Gotham Pro Bold';
	text-align:center;
	text-transform:uppercase;
	transition: 0.5s;
}

.button.green {
	background:#789795;
	color:#fff;
}

.button.green:hover {
	background:#000;
}

.button.white {
	background:#fff;
	color:#000;
}

.button.white:hover {
	background:#000;
	color:#fff;
}

.slick-arrow {
	position:absolute;
	z-index:2;
	width:60px;
	height:60px;
	border:1px solid #fff;
	cursor:pointer;
	outline:none;
	font-size:0;
	background-image:url('../images/sa-white.png');
	background-repeat:no-repeat;
	background-color:#789795;
}

.slick-arrow:hover {
	background-color:#fff;
	background-image:url('../images/sa-gray.png');
}

.slick-arrow.slick-next {
	background-position:-60px 50%;
}

.slick-arrow.slick-next:hover {
	background-position:-60px 50%;
}



.overlay {
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.8);
	z-index:999;
}

.overlay .window {
	position:absolute;
	top:50px;
	left:50%;
	background:#fff;
}

.overlay .window .close {
	position:absolute;
}

.overlay .data a {
	color:#000;
}

#change-city .window {
	width:336px;
	padding:40px;
	margin-left:-208px;
}

#change-city .window .caption {
	font-size:28px;
}

#change-city .window .close {
	width:24px;
	height:24px;
	right:20px;
	top:42px;
	background:url('../images/close-black.png');
}

#change-city .window ul {
	list-style:none;
	text-align:center;
}

#change-city .window ul li {
	margin-top:10px;
}

#change-city .window ul li:nth-child(1) {
	margin-top:0;
}

#change-city .window ul li a {
	color:#000;
	text-decoration:none;
	font-size:18px;
	font-family: 'Gotham Pro Light';
}

#change-city .window ul li a:hover {
	text-decoration:underline;
}

#change-city .window ul li.selected a {
	font-family: 'Gotham Pro Bold';
	text-decoration:none;
}

#send-review .window {
	width:1170px;
	padding:40px;
	margin-left:-625px;
	background:#789795;
}

#send-review .window .caption {
	color:#fff;
}

#send-review .window .close {
	width:24px;
	height:24px;
	right:42px;
	top:42px;
	background:url('../images/close-white.png');
}

#send-designer .window {
	width:1170px;
	padding:40px;
	margin-left:-625px;
	background:#789795;
}

#send-designer .window .caption {
	color:#fff;
}

#send-designer .window .close {
	width:24px;
	height:24px;
	right:42px;
	top:42px;
	background:url('../images/close-white.png');
}

#send-recall .window {
	width:1170px;
	padding:40px;
	margin-left:-625px;
	background:#789795;
}

#send-recall .window .caption {
	color:#fff;
}

#send-recall .window .close {
	width:24px;
	height:24px;
	right:42px;
	top:42px;
	background:url('../images/close-white.png');
}

#show-action .window {
	width:970px;
	margin-left:-485px;
	background:#fff;
}

#show-action .window .data {
	padding:20px 40px;
	font-family: 'Gotham Pro';
	overflow:auto;
}

#show-action .window .caption {
	text-align:left;
	font-size:30px;
	color:#000;
}

#show-action .window .description {
	text-align:left;
	font-size:22px;
	font-family: 'Gotham Pro Light';
	margin-top:30px;
}

#show-action .window .description p {
	margin-bottom:20px;
}

#show-action .window .description ul {
	margin-left:20px;
	margin-bottom:20px;
}

#show-action .window .description img {
	max-width:100%;
}

#show-action .window .close {
	width:24px;
	height:24px;
	right:20px;
	top:20px;
	background:url('../images/close-black.png');
}

#show-question .window {
	width:970px;
	margin-left:-525px;
	background:#fff;
	padding:40px;
}

#show-question .window p {
	text-align:left;
	font-size:16px;
	font-family: 'Gotham Pro Light';
	margin-bottom:20px;
	line-height:28px;
}

#show-question .window .close {
	width:24px;
	height:24px;
	right:20px;
	top:20px;
	background:url('../images/close-black.png');
}

#send-success .window {
	width:1170px;
	padding:40px;
	margin-left:-625px;
	background:#789795;
}

#send-success .window .caption {
	color:#fff;
}

#send-success .window .close {
	width:24px;
	height:24px;
	right:42px;
	top:42px;
	background:url('../images/close-white.png');
}

#send-success p {
	color:#fff;
	font-size:28px;
	text-align:center;
}

#send-success-franshiza .window {
	width:1170px;
	padding:40px;
	margin-left:-625px;
	background:#789795;
}

#send-success-franshiza .window .caption {
	color:#fff;
	width:900px;
	margin:0 auto 40px;
}

#send-success-franshiza .window .close {
	width:24px;
	height:24px;
	right:42px;
	top:42px;
	background:url('../images/close-white.png');
}

#send-success-franshiza p {
	color:#fff;
	font-size:28px;
	text-align:center;
}

#send-success-review .window {
	width:1170px;
	padding:40px;
	margin-left:-625px;
	background:#789795;
}

#send-success-review .window .caption {
	color:#fff;
	width:900px;
	margin:0 auto 40px;
}

#send-success-review .window .close {
	width:24px;
	height:24px;
	right:42px;
	top:42px;
	background:url('../images/close-white.png');
}

#send-success-review p {
	color:#fff;
	font-size:28px;
	text-align:center;
}

#send-success-designer .window {
	width:1170px;
	padding:40px;
	margin-left:-625px;
	background:#789795;
}

#send-success-designer .window .caption {
	color:#fff;
	width:900px;
	margin:0 auto 40px;
}

#send-success-designer .window .close {
	width:24px;
	height:24px;
	right:42px;
	top:42px;
	background:url('../images/close-white.png');
}

#send-success-designer p {
	color:#fff;
	font-size:28px;
	text-align:center;
}

#show-product .window {
	width:1170px;
	padding:40px;
	margin-left:-625px;
	background:#fff;
}

#show-product .window .close {
	width:24px;
	height:24px;
	right:42px;
	top:42px;
	background:url('../images/close-black.png');
}

#show-product .window .images {
	width:865px;
	height:705px;
	margin-right:25px;
}

#show-product .window .current {
	width:865px;
	height:600px;
}

#show-product .window .current img {
	width:865px;
	height:600px;
}

#show-product .window .current iframe {
	width:865px;
	height:600px;
}

#show-product .window .list {
	width:665px;
}

#show-product .window .list .slide {
	box-sizing:border-box;
	padding:10px 5px;
	position:relative;
}

#show-product .window .list .slide::after {
	content:'';
	display:block;
	position:absolute;
	left:5px;
	top:10px;
	width:123px;
	height:85px;
	background:rgba(0,0,0,0.4);
}


#show-product .window .list .slide.slick-current::after {
	display:none;
}

#show-product .window .list img {
	width:100%;
	height:auto;
}

#show-product .window .list .video-preview::before {
	content:'';
	display:block;
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background:url('../images/yt.png') 50% 50% no-repeat;
}

#show-product .window .list .video-preview img {
	width:123px;
	height:85px;
}

#show-product .window .panel {
	width:665px;
	padding:0 100px;
	background:rgba(0,0,0,0.8);
	/*margin-top:-105px;*/
	position:relative;
	z-index:2;
}

#show-product .window .panel .slick-prev {
	left:-80px;
	top:24px;
}

#show-product .window .panel .slick-next {
	right:-80px;
	top:24px;
}

#show-product .window .data {
	width:280px;
}

#show-product .window .data .caption {
	font-size:30px;
	text-transform:none;
	color:#000;
	margin-bottom:20px;
	text-align:left;
}

#show-product .window .data .price {
	font-size:30px;
	color:#000;
	margin-bottom:20px;
	font-family: 'Gotham Pro Medium';
}

#show-product .window .data .button {
	display:block;
	width:280px;
	height:60px;
	line-height:60px;
	font-size:14px;
	margin-bottom:20px;
	color:#fff;
}

#show-product .window .data .video {
	margin-bottom:20px;
}

#show-product .window .data .video a {
	color:#000;
	text-decoration:none;
	font-size:19px;
	border-bottom:1px dashed #000;
}

#show-product .window .data .video a:hover {
	border-bottom:none;
}

#show-product .window .data .description {
	font-size:16px;
	color:#000;
	line-height:20px;
}

#show-product .window .data .description p {
	margin-bottom:20px;
}

#send-order .window {
	width:1170px;
	padding:40px;
	margin-left:-625px;
	background:#789795;
}

#send-order .window .caption {
	color:#fff;
}

#send-order .window .close {
	width:24px;
	height:24px;
	right:42px;
	top:42px;
	background:url('../images/close-white.png');
}


#send-franshiza {
	background:rgba(0,0,0,0.8) url('../images/fran.png?v=1') 50% 0 no-repeat;
}

#send-franshiza .window {
	width:1170px;
	padding:40px;
	margin-left:-625px;
	background:transparent;
}

#send-franshiza .window .caption {
	color:#000;
}

#send-franshiza .window .description {
	color:#000;
}

#send-franshiza .window .close {
	width:24px;
	height:24px;
	right:-10px;
	top:20px;
	background:url('../images/close-black.png');
}

#send-franshiza .wrapper-2 {
	width:960px;
}

#send-franshiza .col-33 {
	width:300px;
}

#send-franshiza .col-70 {
	width:630px;
}

#send-franshiza .col-30 {
	width:300px;
}

#send-franshiza .window input[type=tel],
#send-franshiza .window input[type=text],
#send-franshiza .window input[type=email] {
	background-color:#fff;
	border-color:#000;
	color:#000;
	width:300px;
}

#send-franshiza .window .name {
	background: transparent url('../images/input-name-b.png') 95% 50% no-repeat !important;
}

#send-franshiza .window .tel {
	background: transparent url('../images/input-tel-b.png') 95% 50% no-repeat !important;
}

#send-franshiza .window .email {
	background: transparent url('../images/input-email-b.png') 95% 50% no-repeat !important;
}

#send-franshiza .window .city {
	background: transparent url('../images/input-city-b.png') 95% 50% no-repeat !important;
}

#send-franshiza ::-webkit-input-placeholder {
    color:#000;
}

#send-franshiza :-moz-placeholder {
    color:#000;
}

#send-franshiza ::-moz-placeholder {
    color:#000;
}

#send-franshiza :-ms-input-placeholder {
    color:#000;
}

#send-franshiza input[type="checkbox"] {
	/*display:none;*/
	opacity:0;
}

#send-franshiza input[type="checkbox"] + label {
	display:block;
	position:relative;
	cursor: pointer;
	font-size:14px;
	font-family: 'Gotham Pro';
	color:#000;
	padding-left:40px;
	text-align:left;
}

#send-franshiza input[type="checkbox"] + label::before {
	position:absolute;
	left:0;
	top:5px;
	display: block;
	content:'v';
	box-sizing:border-box;
	width: 22px;
	height: 22px;	
	line-height:20px;
	border:1px solid #000;
	font-family: 'Gotham Pro Bold';
	font-size:16px;
	text-align:center;
}

#send-franshiza input[type="checkbox"] + label::before {
	background:#fff;
	color:#fff;
}
	
#send-franshiza input[type="checkbox"]:checked + label::before {
	background:#fff;
	color:#000;
}

.sn {
    position:absolute;
    display:block;
    width:33px;
    height:33px;
    background-position:50% 50%;
    background-repeat:no-repeat;
    top:48px;
    z-index:2;
}

.hsn {
    display:none;
}

.sn.wa {
    background-image:url('../images/wa.png');
    left:875px;
}

.sn.vi {
    background-image:url('../images/vi.png');
    left:915px;
}