body {
	margin: 0px;
	padding: 0px;
	font-family: 'Rubik', sans-serif;
	font-size: 20px;
}
.clear {width: inherit; height: 0px; font-size: 0px; line-height: 0px; clear: both;}
/* back top button */
.back {
	position: fixed;
	right: 25px;
	bottom: 25px;
	opacity: 0;
	transition: opacity 1s linear;
	z-index: 1000;
}
.back img {
	height: 100px;
}
.dis {
	opacity: 0.8;
	transition: opacity 1s linear;
}
.back:hover {
	cursor: pointer;
}
/* header */
.header {
	clear: both;
	position: relative;
	background-image: linear-gradient(to right, rgba(0, 0, 0, .8), rgba(0, 0, 0, .6));
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
}


.header-img {
	width: 100%;
	height: calc(100vh - 100px);
	background-image: url(images/header-hall.jpg);
	background-size: cover;
	background-position: center;

}

/* fullscreen menu */
.menu-bg {
	width: 100%;
	min-height: 100px;
	background-color: white;
	border-bottom: 1px solid #969696;
}
.menu {
	width: 90%;
	height: 100%;
	margin-left: 5%;
	text-align: center;
}
.menu-right {
	float: right;
	width: 40%;
	height: auto;
	text-align: right;
}
.rht {
	float: left;
	width: 25%;
}
.hide {
	display: block;
}
.menu-item a {
	display: block;
	height: 100%;
	text-decoration: none;
	color: black;
	padding-top: 40px;
	font-size: 110%;
}
.langs a {
	padding: 10px 0px;
}
.menu-item a:hover {
	color: rgb(102, 102, 102);
}
.rwdlogo {
	display: none;
}
.logo {
	float: left;
	width: 20%;
	height: 100px;
}
.logo img {
	height: 40%;
	margin-top: 30px;
}
/* containers */
.cont {
	width: 100%;
	height: auto;
	padding: 20px 0px;
}
.cont.offer {
	background-color: white;
	min-height: 100vh;
	padding: 0px;
	border-top: 1px solid #969696;
}
.cont.news {
	background-color: white;
	min-height: 100vh;
	padding: 0px;
}
.cont.about {
	background-color: rgb(182, 220, 255);
	min-height: 100vh;
	padding: 0px;
	border: solid #969696;
	border-width: 1px 0px;
}
a.about-jobs {
	text-decoration: none;
	color: gray;
}
a.about-jobs:hover {
	color: rgb(56, 63, 138);
}
.cont.contact {
	background-color: rgb(182, 220, 255);
	min-height: 100vh;
	padding: 0px;
	border: solid #969696;
	border-width: 1px 0px;
}
.cont-inside {
	text-align: center;
	padding: 0px;
	margin: 0px;
}
.cont-inside > h1 {
	font-family: 'Overpass', sans-serif;
	/* font-weight: 300; */
	font-size: 6vw;
	margin: 0px;
}
.cont-ain.shop, .cont-ain.service, .cont-ain.forkl {
	display: none;
}
.news-txt {
	text-align: left;
	position: relative;
}
.news-in {
	width: 100%;
	float: left;
}
.cont-left {
	width: 50%;
	float: left;
}
.cont-right {
	width: 50%;
	float: left;
}
.cont-left.offer {
	width: 40%;
}
.cont-right.offer {
	width: 40%;
	float: right;
}
.cont-left.offer p, .cont-right.offer p {
	text-align: center;
}
/* .offer.sale, .offer.purchase {
	position: relative;
} */
.sale-img {
	position: relative;
	height: 150px;
	margin-top: 70px;
}
.sale-img img {
	position: absolute;
	bottom: 0px;
	right: 50%;
	transform: translateX(50%);
	
}
.cont-left.contact {
	width: 40%;
	margin-left: 10%;
	margin-top: 20px;
}
.cont-right.contact {
	width: 40%;
	color: rgb(56, 56, 56);
}
.cont-left.contact form {
	width: 70%;
}
.cont-left.contact > form > input, textarea {
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 10px;
	font-family: 'Encode Sans Condensed', sans-serif;
	font-size: 16px;
	padding: 5px;
}
.cont-left.contact > form > input {
	height: 30px;
}
.cont-left.contact > button {
	width: 70%;
	margin-bottom: 10px;
	height: 30px;
	padding: 0px;
	font-family: 'Encode Sans Condensed', sans-serif;
	font-size: 20px;
	font-weight: 400;
	background-color: rgb(56, 63, 138);
	color: white;
	border: 1px solid #969696;
}
#msg {
	max-width: 70%;
	margin-bottom: 10px;
}
.policy-text {
	width: 70%;
	font-size: 50%;
	font-style: italic;
}
.cont-left.contact textarea {
	margin-top: 10px;
}
.products {
	position: relative;
	text-align: center;
	border: 1px solid rgb(187, 201, 194);
}
.products p {
	position: absolute;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.6);
	font-size: 30px;
	bottom: 0px;
	padding: 0px;
	margin: 0px;
}
.news-txt img {
	position: absolute;
	width: 30%;
	float: right;
	border: 1px solid darkgray;
	right: 0;
	top: 50%;
	/* transform: translateY(-50%); */
}
.news-txt h2, .offer h2 {
	font-weight: normal;
}
.news-in.about {
	width: 50%;
	float: right;
}
.news-txt.about img {
	float: left;
	left: 0;
}
.news-in.contact {
	width: 50%;
	float: right;
}
.news-txt.contact img {
	float: left;
	left: 0;
}
.btn-send:hover {
	cursor: pointer;
}
.photo.contact iframe {
	width: 100%;
	height: 100%;

}
.cont-inside {
	width: 70%;
	margin-left: 15%;
	padding-top: 30px;
	padding-bottom: 30px;
	line-height: 1.8;
}
.cont-inside.offer {
	width: 60%;
	margin-left: 20%;
}
.icon {
	box-sizing: border-box;
	float: left;
	margin: 0px;
	padding: 0px;
	padding-top: 30px;
	width: 33%;
}
.cont-item {
	display: block;
	text-decoration: none;
	text-align: center;
	width: 80%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	color: rgb(102, 102, 102);
	
}
.icon p {
	margin-top: 0px;
	font-size: 1.8vw;
	color: rgb(85, 85, 85);
	font-weight: bold;
	padding-bottom: 15px;
	border-bottom: 3px solid #006AA3;
}
.icon img {
	clear: both;
	width: 100%;
	height: auto;
	left: 0;
	right: 0;
}
.cont-text.service, .cont-text.forkl, .shop-cont {
	width: 60%;
	margin-left: 20%;
	margin-bottom: 50px;
	line-height: 1.6;
}
.footer {
	width: 100%;
	height: 200px;
	background-color:rgb(182, 220, 255);
}
.cont-footer {
	width: 60%;
	margin-left: 20%;
	padding-top: 30px;
	line-height: 1.5;
	text-align: center;
	color: rgb(56, 56, 56);
	letter-spacing: 1.5px;
}
/* rwd menu */
.rwd-menu {
	display: none;
	float: right;
	margin-right: 0.5em;
}
.box-shadow-menu {
	position: relative;
	padding-left: 1.25em;
  }
.box-shadow-menu:before {
	content: "";
	position: absolute;
	right: 0;
	top: 0.25em;
	width: 1.5em;
	height: 0.25em;
	background: black;
	box-shadow: 
	  0 0.5em 0 0 black,
	  0 1em 0 0 black;
  }

@media screen and (max-width: 1200px) {

.menu {
	width: 94%;
	height: 100%;
	margin-left: 2%;
	text-align: center;
}
.menu-right {
	width: 60%;
}
.rht {
	width: 25%;
}

.logo img {
	height: 40%;
	margin-top: 20px;
}
.cont-inside, .shop-cont {
	width: 86%;
	margin-left: 7%;
}
.icon p {
	font-size: 2.5vw;
}
.cont-inside.offer {
	width: 84%;
	margin-left: 8%;
}
.cont-left.contact {
	margin: 20px 0px;
	width: 45%;
	margin-right: 10%;
}
.cont-right.contact {
	width: 45%;
}
.cont-left.contact form, .cont-left.contact button, .policy-text {
	width: 100%;
}

}

@media screen and (max-width: 770px) {
.header {
	height: auto;
}	
.header-img img{
	height: auto;
}
.back img{
	width: 30px;
	height: auto;
}
.rwd-menu {
	display: block;
	position: absolute;
	right: 0.5em;
	top: 0.5em;
}
.menu {
	width: 100%;
	margin: 0;
	height: auto;
	display: none;
}
.rwdlogo {
	width: 100%;
	height: 100%;
}
.responsive {
	display: block;
}
.logo {
	display: none;
}
.rwdlogo {
	display: block;
	width: inherit;
	height: 100px;
}
.rwdlogo img{
	clear: both;
	width: 30%;
	margin: 10px 35% 10px 35%;
}
.menu-left {
	clear: both;
	width: 100%;
	text-align: center;
}
.menu-right {
	clear: both;
	width: 100%;
	text-align: center;
	height: 100%;
}
.menu-item {
	width: 100%;
	height: inherit;
}
.rht.langs {
	position: static;
	width: 100%;
	margin-left: 0px;
	background-color: transparent;
}
.menu-item a {
	position: static;
	color: white;
	padding: 15px 0px 15px 0px;
	height: inherit;
}
.cont.offer, .cont.news, .cont.about, .cont.contact {
	min-height: auto;
}
.products {
	clear: both;
	float: left;
	width: 84%;
	margin-left: 8%;
}
.cont-left.offer, .cont-right.offer, .cont-left.contact, .cont-right.contact {
	clear: both;
	width: 100%;
}
}

@media screen and (max-width: 400px) {

	.rwdlogo img {
		float: left;
		margin-left: 10%;
		width: 50%;
	}
	.icon {
		width: 100%;
		margin-left: 0px;
		margin-right: 0px;
	}
	.icon p {
		font-size: 12vw;
	}

	.news-txt img {
		width: 70%;	
		margin-left: 15%;

	}
	.cont-inside h1 {
		font-size: 45px;
	}
}