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-photo.jpg);
	background-size: cover;
	background-position: center;
	position: relative;
}

.header-background {
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .5;
	position: absolute;
}

/* 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: 80%;
	margin-top: 10px;
}

/* containers */
.cont {
	width: 100%;
	height: auto;
	padding: 20px 0px;
}

.cont h1 {
	font-size: 25px;
}

.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: #153641;
	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 {
	min-height: 100vh;
	width: 100%;
	padding: 0px;
	border: solid #969696;
	border-width: 1px 0px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	position: relative;
}

.contact-container.left {
	min-height: 100%;
	width: 50%;
	background-image: url(images/contact-bgd.jpg);
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.contact-container.right {
	min-height: 100%;
	width: 50%;
	box-sizing: border-box;
	padding: 30px;
	font-family: 'Monda', sans-serif;
}

.cont-left {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
	box-sizing: border-box;
	width: 70%;
	margin-left: 15%;
	margin-top: 10vh;
	padding: 40px 20px;
	background-color: rgba(251, 253, 255, .7);
	position: relative;
	border: 1px solid rgba(137, 152, 167, .7);
	border-radius: 4px;
}
/* .cont-left-bgd {
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: black;
	z-index: 1;
} */

.cont-inside {
	text-align: center;
	padding: 0px;
	margin: 0px;
}

.cont-inside.offer {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}

.cont > h1 {
	/* font-family: 'Overpass', sans-serif; */
	/* font-weight: 300; */
	font-family: 'Monda', sans-serif;
	font-size: 3vw;
	margin-top: 25px;
	margin-left: 25px;
}

.cont-section {
	font-family: 'Monda', sans-serif;
	font-size: 100%;
	line-height: 1.3;
	color: rgb(7, 85, 150);
}

.cont-section img {
	height: 70px;
	filter: invert(13%) sepia(9%) saturate(5726%) hue-rotate(155deg) brightness(90%) contrast(84%);
	/* HEX: #153641 */
	width: auto;
}

.cont-ain.shop,
.cont-ain.service,
.cont-ain.forkl {
	display: none;
}

.news-txt {
	text-align: left;
	position: relative;
}
.news-txt.about {
	color: rgb(134, 176, 179);
}

.news-in {
	width: 100%;
	float: left;
}

.cont-section.offer {
	width: 30%;
}

.cont-section.offer p {
	text-align: center;
	color: #153641;
}

.sale-img {
	position: relative;
	height: 150px;
}

.sale-img img {
	position: absolute;
	bottom: 0px;
	right: 50%;
	transform: translateX(50%);
}

.cont-left.contact form {
	width: 70%;
}

.cont-left.contact>form>input,
textarea {
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 10px;
	font-family: 'Monda', sans-serif;
	font-size: 16px;
	padding: 5px;
}

.cont-left.contact>form>input {
	height: 30px;
}

.input-btn {
	width: 100%;
	margin-bottom: 10px;
	height: 30px;
	padding: 0px;
	font-family: 'Monda', sans-serif;
	font-size: 20px;
	font-weight: 400;
	background-color: #153641;
	color: white;
	border: 1px solid #112d36;
	border-radius: 3px;
}

#msg {
	max-width: 100%;
	/* margin-bottom: 10px; */
}

.policy-text {
	width: 100%;
	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;
}

.footer {
	width: 100%;
	height: 200px;
	background-color: #153641;
}

.cont-footer {
	width: 60%;
	margin-left: 20%;
	padding-top: 30px;
	line-height: 1.5;
	text-align: center;
	color: rgb(134, 176, 179);
	letter-spacing: 1.5px;
}

.cont-footer>a {
	text-decoration: none;
	color: rgb(134, 176, 179);
}

/* 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 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 {
		display: block;
		width: 100px;
	}

	.responsive {
		display: block;
		width: 100%;
		position: absolute;
		z-index: 100;
		margin-top: 100px;
	}

	.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%;
	}
	.cont-left {
		margin: 0px;
	}
}

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

	.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.offer {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.cont-section.offer {
		width: 100%;
		/* margin: 0px;
		padding: 0px; */
	}

	.offer-sale {
		width: 100%;
	}

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

	.cont.contact {
		display: flex;
		flex-direction: column-reverse;
		justify-content: center;
	}

	.contact-container.left, .contact-container.right {
		width: 100%;
	}

	.cont-left {
		margin: 0px;
	}
}