@font-face {
	font-family: 'HelveticaNeueLT';
	src: url('../fonts/HelveticaNeueLT_45_Light.otf');
	font-weight: 400;
}

@font-face {
	font-family: 'HelveticaNeueLT';
	src: url('../fonts/HelveticaNeueLT_55_Roman.otf');
	font-weight: 600;
}

@font-face {
	font-family: 'HelveticaNeueLT';
	src: url('../fonts/HelveticaNeueLT_75_Bold.otf');
	font-weight: 900;
}

html {
	font-size: 62.5%;
}

body {
	font-family: 'HelveticaNeueLT';
	font-size: 1.8rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

b {
	font-weight: 900;
}

.header {
	position: fixed;
	z-index: 1000;
	width: 100%;
	-webkit-transition: .2s;
	transition: .2s;
	/*	visibility: hidden;*/
}

.header.sticky {
	position: absolute;
	top: 0;
}

.headerTop-flex {
	-webkit-transition: .7s;
	transition: .7s;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom: 10px;
}

.headerTop-flex.hideMenu {
	top: -150px;
}

.headerTop-flex.showMenu {
	top: 0
}

.menuWhite {
	background-color: #ffffff;
	border-bottom: 1px solid #ebebeb;
}

.header-logoHush {
	padding: 10px 0 0 34px;
}

.hushLogo {
	width: 80px;
}

.mikomaxLogo {
	width: 120px;
}

.header-logoMikomax {
	padding: 41px 50px 0 0;
}

.menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	font-size: 2rem;
	font-weight: 600;
	height: 100%;
}

.btnNavi {
	position: relative;
	-webkit-transition: .3s;
	transition: .3s;
	border-bottom: 4px solid transparent;
}

.btnNavi:hover::after {
	content: '';
	position: absolute;
	background-color: #407f93;
	width: 43px;
	height: 4px;
	bottom: 25px;
	left: 25px;
	border-radius: 4px;

}

.menu a {
	text-decoration: none;
	color: #000000;
}

#lang_choice_1 {
	background: transparent;
	background-image: url(../img/icon-polygon-down-black.png);
	background-position: center right;
	background-repeat: no-repeat;
	border: none;
	cursor: pointer;
	font-size: 2rem;
	margin-top: 1px;
	outline: none;
	width: 100px;

	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

.tooltip {
	cursor: pointer;
}

.tooltipDiv {
	position: absolute;
	display: none;
	z-index: 300;
	width: 250px;
	background-color: #ffffff;
	color: #8d8d8d;
	border: 1px solid #c6c6c6;
	border-radius: 0 10px 10px 10px;
	font-size: 1.2rem;
	padding: 6px;
}

.tooltipDiv.active {
	display: block;
}

.menu li {
	padding: 0 25px;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.menu .selected::after {
	content: '';
	position: absolute;
	background-color: #407f93;
	width: 43px;
	height: 4px;
	bottom: 30px;
	border-radius: 4px;
}

.products-menu-holder {
	display: none;
}

.hamburger {
	display: none;
}

.top {
	position: relative;
	background-image: url(../img/backgroundTop.jpg);
	height: 100vh;
	background-position: center;
	background-size: cover;
}

.topContainer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
	padding-left: 85px;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.topContainer h1 {
	font-size: 4.8rem;
	font-weight: 900;
}

.topContainer h2 {
	font-size: 2.4rem;
	padding: 32px 0;
}

.topContainer a {
	font-weight: 900;
	color: #000000;
	text-decoration: none;
}

.scroll-down {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #ffffff;
	background-color: #467f93;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 280px;
	height: 80px;
	font-size: 1.6rem;
	font-weight: 600;
	-webkit-transition: .3s;
	transition: .3s;
}

.scroll-down:hover {
	background-color: #000000;
}

.scroll-down div {
	margin-left: 10px;
	border-left: 5px solid transparent;
	border-top: 9px solid #bfd4db;
	border-right: 5px solid transparent;
}

.scroll-down span::first-letter {
	text-transform: uppercase;
}
.topContainer-more {
	-webkit-transition: .3s;
	transition: .3s;
}
.topContainer-more span {
	display: inline-block;
	background-image: url(../img/icon-polygon-navy.png);
	background-position: center;
	background-repeat: no-repeat;
	width: 50px;
	height: 50px;
	border-radius: 0 15px 15px 15px;
	background-color: #005670;
	margin-right: 20px;
	vertical-align: middle;
	-webkit-transition: .3s;
	transition: .3s;
}
.topContainer-more:hover {
	color: #005670;
}
.topContainer-more:hover span {
	background-color: #000000;
}
.silence {
	position: relative;
	background-image: url(../img/backgroundCowork_450.jpg);
	background-position: center;
	background-size: cover;
	min-height: 652px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.silence-flex {}

.silence h1 {
	font-size: 4.8rem;
	font-weight: 900;
	text-align: center;
}

.silence p {
	font-size: 2.4rem;
	line-height: 3.4rem;
	text-align: center;
	padding: 3.5rem 0;
}

.silence a {
	text-decoration: none;
}

.buttonStandard {
	position: relative;
	background-color: #000000;
	padding: 20px 60px;
	border-radius: 0 30px 30px;
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
	font-weight: 900;
	-webkit-transition: .2s;
	transition: .2s;
}

.buttonStandard:hover {
	background-color: #0c576f;
}

.buttonStandard span::after {
	position: absolute;
	margin-left: 10px;
	top: calc(50% - 3px);
	content: '';
	border-left: 9px solid #ffffff;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
}

.products {
	background-color: #ebebeb;
}

.products-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 72px;
}

.products-title {
	text-align: center;
}

.products-title h1 {
	font-size: 4.6rem;
}

.products-title p {
	font-size: 1.8rem;
	font-weight: 600;
	padding-top: 22px;
}

.products-menu {
	padding-top: 64px;
	z-index: 100;
}

.iconMenu {
	padding: 0 0 0 22px;
}

.products-menuList {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.product-item {
	position: relative;
	background-color: #ffffff;
	width: 320px;
	height: 105px;
	margin-right: 1px;
	counter-increment: li;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 2.1rem;
	cursor: pointer;
}

.product-item b {
	font-weight: 900;
}

.product-item::before {
	position: absolute;
	top: 20px;
	right: 20px;
	content: "0" counter(li);
	font-size: 1.5rem;
	font-weight: 900;
}

.product-item.active::after {
	content: '';
	background-color: #e6e6cb;
	width: 100%;
	height: 8px;
	position: absolute;
	top: 0;
	left: 0;
	/*	border-top: 8px solid #e6e6cb;*/
}

.product {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-height: 800px;
	margin-top: -50px;
}

.product-left {
	position: relative;
	width: 50%;
}

.product-Item {
	top: 0;
	right: 0;
	position: absolute;
	background-color: #d2d1cf;
	height: 100%;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	overflow: hidden;
	opacity: 0;
	-webkit-transition: .5s;
	transition: .5s;
}

.product-Item.active {
	opacity: 1;
	z-index: 20;
}

.imgRWD {
	width: 100%;
	height: auto;
}

.product-left-container {
	position: relative;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 800px;
}

.product-left-pagination {
	position: absolute;
	bottom: 40px;
	right: 30px;
	z-index: 100;
}

.product-left-pagination ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.product-left-pagination li {
	width: 6px;
	height: 6px;
	border: 2px solid #ffffff;
	border-radius: 50%;
	margin-left: 5px;
	background-color: #ffffff;
	cursor: pointer;
	-webkit-transition: .5s;
	transition: .5s;
}

.product-left-pagination li.active {
	background-color: transparent;
}

.productCarousel {
	width: 100%;
	height: 100%;
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	opacity: 0;
	-webkit-transition: .5s;
	transition: .5s;
}

.productActive {
	/*	visibility: visible;*/
	opacity: 1;
	z-index: 90;
}

.product-right {
	width: 480px;
	padding: 120px 0 70px;
}

.product-rightFlex {
	padding-left: 59px;
}

.product-rightFlex--title {
	padding-bottom: 30px;
	border-bottom: 1px solid #d3d3d3;
}

.product-rightFlex--title p:first-child {
	font-size: 3rem;
	padding-bottom: 16px;
}

.product-right--upholstery {
	padding-top: 30px;
}

.product-upholstery--items {
	padding: 15px 0 35px;
}

.productColor {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.product-upholstery--items li {
	width: 17px;
	height: 17px;
	border-radius: 0 6px 6px;
	margin-top: 5px;
	margin-right: 4px;
}

.upholstery1 {
	background-color: #fefceb;
}

.upholstery2 {
	background-color: #caac96;
}

.upholstery3 {
	background-color: #a68f77;
}

.upholstery4 {
	background-color: #77563d;
}

.upholstery5 {
	background-color: #39291f;
}

.upholstery6 {
	background-color: #35291e;
}

.upholstery7 {
	background-color: #877f7b;
}

.upholstery8 {
	background-color: #443d35;
}

.upholstery9 {
	background-color: #36312c;
}

.upholstery10 {
	background-color: #201d1a;
}

.upholstery11 {
	background-color: #453e2c;
}

.upholstery12 {
	background-color: #717c29;
}

.upholstery13 {
	background-color: #ab3e18;
}

.upholstery14 {
	background-color: #941c15;
}

.upholstery15 {
	background-color: #982344;
}

.upholstery16 {
	background-color: #461e1c;
}

.upholstery17 {
	background-color: #2a2c3e;
}

.upholstery18 {
	background-color: #412532;
}

.upholstery19 {
	background-color: #245467;
}

.upholstery20 {
	background-color: #8e959e;
}

.product-housing--items,
.product-carpel--items {
	padding: 21px 0 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.product-carpel--items {
	padding-bottom: 62px;
}

.product-housing--items li,
.product-carpel--items li {
	width: 40px;
	height: 40px;
	margin-right: 19px;
	border-radius: 0 12px 12px;
}

.housing1 {
	background-color: #ffffff;
}

.housing2 {
	background-color: #2f2e3e;
}

.carpel1 {
	background-color: #ffffff;
}

.carpel2 {
	background-color: #2f2e3e;
}

.carpel3 {
	background-color: #92979f;
}

.appStore {
	position: relative;
	background-image: url('../img/backgroundApp_450.jpg');
	background-position: center;
	background-size: cover;
	min-height: 652px;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.appStore-description {
	padding-left: 164px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 10;
}

.buttonApp {
	padding: 9px 30px;
}

.appStore-description h1,
.appStore-description h2 {
	font-size: 3.6rem;
	text-align: center;
}

.appStore-description p {
	font-weight: 600;
	font-size: 1.8rem;
	padding: 35px 0 30px;
	max-width: 500px;
	line-height: 2.5rem;
}

.appStore-hands {
	position: absolute;
	top: 85px;
	left: calc(50% - 285px);
}

.about {
	background-color: #e6e6cb;
	padding: 100px 0 164px;
	text-align: center;
}

.about h1 {
	font-size: 3.6rem;
}

.aboutFlex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 90px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.about-yt {
	width: 520px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.about-description {
	width: 520px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 50px;
	text-align: left;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.about-description p {
	line-height: 30px;
	font-size: 1.8rem;
	font-weight:600;
}

.about-description p:last-child {
	padding-top: 30px;
	color: #505050;
	font-size: 1.6rem;
}

.contact {
	padding: 70px 0;
}

.contact-title {
	text-align: center;
}

.contact-title h1 {
	font-size: 3.6rem;
}

input, textarea {
	font-size: 16px;
	font-family: 'HelveticaNeueLT';
}

.contact-title p {
	padding-top: 20px;
	color: #505050;
	font-size: 1.8rem;
}

.contactFlex {
	padding-top: 35px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.6rem;
	font-weight: 600;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.formSend {
    position:absolute;
    top: 0;
    left: 0;
    width: 104%;
    height: 100%;
    background-color: rgba(255,255,255,.8);
    z-index: 100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 25px;
}
.alertForm {
    display: block;
    margin-top: 10px;
    padding-left: 20px;
    background-image: url('../img/icon-alert.png');
    background-position: top left;
    background-repeat: no-repeat;
    color: #9a9b24;
    font-size: 12px;
    height: 15px;
}
.infoForm {
    font-size: 16px;
    background-color: #9a9b24;
    color: #ffffff;
    width: 90%;
    padding: 10px 20px;
}
.contactFlex .formContener:first-child {
	margin-right: 40px;
}

.formContener {
  position: relative;
	width: 520px;
}

.input-holder {
	width: 235px;
	padding-top: 25px;
}

.regular-checkbox {
	display: none;
}

.regular-checkbox + span::before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	background-color: #ebebeb;
	margin-right: 12px;
	float: left;
}

.regular-checkbox:checked + span::before {
	background-image: url('../img/icon-checkbox.png');
	background-size: 50%;
	background-repeat: no-repeat;
	background-position: center;
}

.contactAccept {
	font-size: 1.4rem;
	color: #979797;
	cursor: pointer;
}

.input-holder input,
.input-holder textarea {
	border: none;
	border-bottom: 1px solid #000;
	outline: none;
	width: 100%;
	padding-top: 10px;
	resize: none;
}

.input-holder textarea {
	height: 100px;
	width: 490px;
}

.formFlex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.formFlex .input-holder:first-child {
	padding-right: 20px;
}

.formCheckbox {
	padding: 20px 0;
}



.recaptchaFlex {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.recaptcha {
	padding-right: 17px;
	padding-bottom: 20px;
}

.submitButton {
	border: 0;
	padding: 16px 68px 14px 60px;
}

.contactInformation {
	padding-top: 25px;
}

.contactInformation h2 {
	position: relative;
	padding-left: 22px;
}

.contactInformation h2::before {
	position: absolute;
	left: 0;
	top: 7px;
	content: '';
	width: 10px;
	height: 2px;
	vertical-align: middle;
	background-color: #bfd4db;
	margin-right: 10px;
}

.contactCards {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	-ms-flex-direction: column;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	padding: 30px 0 40px;
}

@media (min-width: 600px) {
	.contactCards {
		flex-direction: row;
		-ms-flex-direction: row;
		-webkit-box-direction: normal;
		-webkit-box-orient: horizontal;
	}
}

.contactCard {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	flex: 1;
	-ms-flex: 1;
	-webkit-box-flex: 1;

}

.contactCard img {
	padding-right: 26px;
}

.contactCard p:first-child {
	padding-bottom: 20px;
}

.contactCard p:last-child {
	padding-top: 6px;
}

.contactCard br {
	display: none;
}

@media (max-width: 599px) {
	.contactCard:not(:last-child) {
		margin-bottom: 30px;
	}
}

@media (min-width: 600px) {
	.contactCard br {
		display: block;
	}
}

.mapHolder iframe {	
	width: 100% !important;
}

.dont-break-out {

  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;

}

.a-link {
	color: #000000;
	text-decoration: none;
}

.a-link::after {
	display: block;
	width: 100%;
	content: '';
	border-bottom: solid 1px #000000;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: -webkit-transform 250ms ease-in-out;
	transition: -webkit-transform 250ms ease-in-out;
	transition: transform 250ms ease-in-out;
	transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
}

.a-link:hover::after {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

.mikomax {
	min-height: 354px;
	background-image: url('../img/backgroundMiko_450.jpg');
	background-position: center;
	background-size: cover;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
}

.mikomax h1 {
	font-size: 3.6rem;
	padding-bottom: 40px;
}

.footer {
	position: relative;
	height: 100px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 164px;
	font-size: 1.4rem;
}

.footerGoTop {
	display: none;
}

.footer-Jaaqob {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.footer-Jaaqob p {
	padding-right: 8px;
}

.footer-Jaaqob img {
	height: 14px;
	width: auto;
}

@media all and (min-width: 2001px) {
	.top {
		background-image: url(../img/backgroundTop_4000.jpg);
	}
	.silence {
		background-image: url(../img/backgroundCowork_4000.jpg);
	}
	.appStore {
		background-image: url('../img/backgroundApp_4000.jpg');
	}
	.mikomax {
		background-image: url('../img/backgroundMiko_4000.jpg');
	}
}

@media all and (max-width: 2000px) {
	.top {
		background-image: url(../img/backgroundTop_2000.jpg);
	}
	.silence {
		background-image: url(../img/backgroundCowork_2000.jpg);
	}
	.appStore {
		background-image: url('../img/backgroundApp_2000.jpg');
	}
	.mikomax {
		background-image: url('../img/backgroundMiko_2000.jpg');
	}
}

@media all and (max-width: 1200px) {
	.top {
		background-image: url(../img/backgroundTop_1200.jpg);
	}
	.silence {
		background-image: url(../img/backgroundCowork_1200.jpg);
	}
	.appStore {
		background-image: url('../img/backgroundApp_1200.jpg');
	}
	.mikomax {
		background-image: url('../img/backgroundMiko_1200.jpg');
	}
}

@media all and (max-width: 1100px) {
	.contactFlex {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.contactFlex .formContener:first-child {
		margin-right: 0px;
	}
	.footer {
		padding: 0 30px;
	}
	.appStore-description {
		padding-left: 30px;
	}
	.aboutFlex {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.about-description {
		padding-left: 0;
		padding-top: 20px;
	}
	.about-description p:last-child {
		padding-top: 20px;
	}
	.formFlex {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.input-holder {
		width: 490px;
	}
}

@media all and (max-width: 1000px) {
	.product {
		margin-top: 0;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		min-height: auto;
	}
	.products-menuList {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.product-item {
		margin-right: 0;
		margin-bottom: 4px;
	}
	.product-right {
		padding-top: 30px;
		width: 100%;
	}
	.product-rightFlex {
		padding-left: 59px;
		padding-right: 59px;
	}
	.product-left {
		width: calc(100vw - 60px);
		height: calc((100vw - 60px)*0.95);
	}
	.product-Item {
		height: calc((100vw - 60px)*0.95);
		width: calc(100vw - 60px);
	}
}

@media all and (max-width: 900px) {
	.silence h1 {
		font-size: 4rem;
		padding-left: 60px;
		padding-right: 60px;
	}

	.silence p {
		font-size: 2rem;
		line-height: 3.4rem;
		padding-left: 60px;
		padding-right: 60px;
	}
	.header-logoHush {
		padding: 0 0 0 10px;
	}
	.header-logoMikomax {
		padding: 41px 20px 0 0;
	}
}

@media all and (max-width: 850px) {
	.menu {
		position: absolute;
		top: 0;
		left: -100vw;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		height: 100vh;
		width: 100vw;
		background-color: #ffffff;
		font-size: 2.3rem;
		-webkit-transition: .5s;
		transition: .5s;
	}
	.btnNavi:hover::after {
		display: none;
	}
	.menu.open {
		left: 0;
	}
	.header-logoHush,
	.header-logoMikomax {
		z-index: 20;
	}
	.menu li {
		padding: 20px 0;
		margin: 0 30px;
		height: 100%;
		border-bottom: 1px solid #ebebeb;
	}
	.menu .selected::after {
		display: none;
	}
	.header-logoMikomax {
		padding: 47px 20px 0 40px;
                position: absolute;
                margin-left: 80px;
	}
        .headerTop-flex nav {
            position: absolute;
        }
	.hamburger {
		display: block;
		width: 30px;
		height: 33px;
		position: relative;
		right: 30px;
		top: 28px;
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
		cursor: pointer;
		z-index: 200;
	}
	.header.sticky .hamburger {
		/*position: absolute;*/

	}
	.hamburger span {
		display: block;
		position: absolute;
		height: 4px;
		width: 100%;
		background: #000000;
		border-radius: 9px;
		opacity: 1;
		left: 0;
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .25s ease-in-out;
		transition: .25s ease-in-out;
	}
	.hamburger span:nth-child(1) {
		top: 0px;
	}

	.hamburger span:nth-child(2),
	.hamburger span:nth-child(3) {
		top: 10px;
	}

	.hamburger span:nth-child(4) {
		top: 20px;
	}

	.hamburger.open span:nth-child(1) {
		top: 10px;
		width: 0%;
		left: 50%;
	}

	.hamburger.open span:nth-child(2) {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.hamburger.open span:nth-child(3) {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.hamburger.open span:nth-child(4) {
		top: 10px;
		width: 0%;
		left: 50%;
	}
}

@media all and (max-width: 800px) {
	.top {
		background-image: url(../img/backgroundTop_800.jpg);
		background-position: top;
	}
	.silence {
		background-image: url(../img/backgroundCowork_800.jpg);
	}
	.appStore {
		background-image: url('../img/backgroundApp_800.jpg');
	}
	.mikomax {
		background-image: url('../img/backgroundMiko_800.jpg');
	}
	.topContainer {
		padding-top: 130px;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.topContainer h1 {
		font-size: 4rem;
	}

	.topContainer h2 {
		font-size: 2rem;
	}
	.footer {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.footerGoTop {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		height: 100%;
		width: 50px;
		background-color: #bfd4db;
		cursor: pointer;
	}
	.footerGoTop span {
		position: absolute;
		top: 50%;
		left: 50%;
		border-bottom: 8px solid #ffffff;
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.footer-Jaaqob {
		padding-top: 12px;
	}
	.mikomax h1 {
		font-size: 3rem;
		padding: 40px 30px;
	}
	.appStore {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		background-position: top;
		min-height: 1100px;
		padding: 0 30px;
	}
	.appStore-description p {
		text-align: center;
		color: #505050;
	}
	.appStore-description {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding-left: 0;
		padding-top: 70px;
	}
	.appStore-hands {
		display: none;
	}
}

@media all and (max-width: 700px) {
	.products-title h1 {
		font-size: 4rem;
	}
}

@media all and (max-width: 600px) {
	.products-title h1 {
		font-size: 3.6rem;
	}
	.about-yt,
	.about-description {
		width: calc(100vw - 60px);
	}
	.formContener {
		width: calc(100vw - 60px);
	}
	.input-holder {
		width: calc(100vw - 60px);
	}
	.mapHolder {
		width: calc(100vw - 60px);
	}
	.mapHolder img {
		width: calc(100vw - 60px);
	}
	.input-holder textarea {
		width: calc(100vw - 60px);
	}
}

@media all and (max-width: 450px) {
	.top {
		background-image: url(../img/backgroundTop_450.jpg);
	}
	.silence {
		background-image: url(../img/backgroundCowork_450.jpg);
	}
	.appStore {
		background-image: url('../img/backgroundApp_450.jpg');
		min-height: 900px;
		padding: 0 28px;
	}
	.silence h1 {
		font-size: 2.6rem;
		line-height: 3rem;
	}
	.silence p {
		font-size: 1.6rem;
		line-height: 2.2rem;
		color: #505050;
		padding-left: 30px;
		padding-right: 30px;
	}
	.mikomax {
		background-image: url('../img/backgroundMiko_450.jpg');
	}
	.buttonStandard {
		font-size: 1.3rem;
		padding: 12px 30px 12px 20px;
	}
	.buttonStandard span::after {
		position: absolute;
		margin-left: 10px;
		top: calc(50% - 3px);
		content: '';
		border-left: 6px solid #ffffff;
		border-top: 3px solid transparent;
		border-bottom: 3px solid transparent;
	}
	.scroll-down {
		position: absolute;
		bottom: 0;
		right: 0;
		left: auto;
		color: #ffffff;
		background-color: #467f93;
		width: 185px;
		height: 60px;
		font-size: 1.3rem;
	}
	.topContainer-more {
		font-size: 1.4rem;
	}
	.topContainer-more span {
		width: 30px;
		height: 30px;
		border-radius: 0 10px 10px 10px;
		margin-right: 12px;
	}
	.scroll-down div {
		margin-left: 8px;
		border-left: 3px solid transparent;
		border-top: 6px solid #bfd4db;
		border-right: 3px solid transparent;
	}
	.topContainer {
		padding-left: 20px;
		padding-top: 20px;
	}
	.topContainer h1 {
		font-size: 3.5rem;
		padding-top: 100px;
	}

	.topContainer h2 {
		font-size: 1.6rem;
		padding: 12px 0;
	}
	.footer {
		font-size: 1.1rem;
	}
	.mikomax h1 {
		font-size: 2.6rem;
	}
	.aboutFlex {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding-top: 40px;
	}
	.about h1 {
		font-size: 3rem;
	}

	.about-description p {
		padding-top: 20px;
		font-size: 1.4rem;
		line-height: 2rem;
	}
	.about-description p:last-child {
		padding-top: 20px;
		font-size: 1.4rem;
	}
	.products-title p {
		font-size: 1.3rem;
		color: #505050;
		padding-top: 8px;
	}
	.products-title h1 {
		font-size: 2rem;
	}

	.product-rightFlex {
		padding-left: 30px;
		padding-right: 30px;
	}
	.product-upholstery--items li {
		width: 25px;
		height: 25px;
	}
	.product-left-pagination {
		bottom: 20px;
		right: 20px;
	}
	.appStore-description h1 {
		font-size: 2.6rem;
	}
	.appStore-description h2 {
		font-size: 2.6rem;
		padding: 6px;
	}
	.appStore-description p {
		font-weight: 600;
		font-size: 1.7rem;
		padding: 35px 0 30px;
		line-height: 30px;
	}
}
