
body {
	margin: 0;
	padding: 0;
	font-family: 'Roboto', sans-serif;
	background: url(../fon1.jpg) no-repeat fixed;
	background-size: 100%;
	background: url(fon1.jpg);
}
div.menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
div.menu li {
	float: left;
}
li.main img {
	width: 50px;
	transition-duration: .5s;
	display: none;
}
li.main ul li{
	display: inline-block;
	float: none;
	transition-duration: 1.5s;
}
li.main:hover ul li {
	transform: translateX(0);
}
li.main:hover img {
	background: rgba(102,0,0,1);
}
div.menu {
	background: rgba(0,0,0,.8);
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 50px;
	z-index: 10;
	padding-left: calc(50% - 290px);
}
a.logo img {
	height:250px;
	opacity: .8;
}
a.logo1 img {
	height:80px;
}
div.menu a.sos {
	margin: 0 10px;
	padding: 0;
}
div.menu a {
	display: inline-block;
	color: white;
	text-decoration: none;
	font-weight: lighter;
	margin: 10px;
	margin-top: 25px;
}
a.logo1 {
	position: fixed;
	height: 50px;
	padding: 0;
	top: -13px;
	z-index: 999;
	left: calc(50% - 365px);
}
a.logo {
	position: absolute;
	padding: 0;
	margin-top: 50px;
	left: calc(50% - 100px);

}
a.active div.line {
	transform: scale(1,1);
}
div.line {
	width: 100%;
	height: 2px;
	background: #f90;
	transform: scale(0,1);
	transition-duration: 1s;
	transform-origin: left top;
}
a:hover div.line {
	transform: scale(1,1);
}
div.menu a img {
	height: 20px;
	opacity: .7;
	margin: 0;
	margin-bottom: -20px;
	padding: 0;
	transition-duration: 1s;
}
a.sos:hover img {
//background: #033;
	opacity: 1;
}
div.menu ul.fadeInRight {
//display: inline-block;
//float: right;
//margin-right: 2.5%;
	animation-duration: 1s;
	animation-delay: 1s;
//margin-left: 35%;
//float: left;
	position: fixed;
//right: 12%;
//width: 100%;
	text-align: center;
}
div.fadeInRight {
	display: inline-block;
//float: right;
//margin-right: 1%;
	animation-duration: 1s;
	animation-delay: 1s;
//margin-left: 30%;
//float: left;
	position: fixed;
	right: 5%;
}

h2.fadeInRight {
	animation-duration: 1s;
	animation-delay: 2s;
}
p.fadeInRight {
	animation-duration: 1s;
	animation-delay: 2.5s;
}
div.header {
	color: white;
	padding-left: 50%;
	padding-top: 15%;
	padding-right: 10%;
	text-shadow: 1px 1px 2px black, 0 0 1em black;
	line-height: 1.5em;
	height: 100%;
}
div.header h2  {
	font-size: 3em;
	margin-left: 0;
	color: white;
}
div.pulse {
	animation-duration: 1.5s;
	animation-iteration-count: infinite;
	animation-delay: 4s;
	font-size: 2em;
	background: rgba(255,1255,255,0.3);
	padding: 10px 15px;
	border-radius: 50%;
	position: absolute;
	bottom: 5%;
}
div.pulse a {
	text-decoration: none;
	color: rgba(255,153,0,.7);
}
h2 img {
	height: 100px;
	margin-bottom: -30px;
}
div.portfolio {
	background: white;
	padding: 3% 5%;
	overflow: hidden;
}
div.portfolio div.box {
	width: 29.3%;
	float: left;
	margin: 2%;
	overflow: hidden;
	position: relative;
}
div.portfolio div.box img {
	width: 100%;
	transition-duration: 1s;
}
div.portfolio a:hover img{
	transform: scale(1.2);
}
div.portfolio a[href="#top"]:hover img{
	transform: scale(1);
}
div.portfolio div.box p {
	position: absolute;
	left: 0;
	bottom: 5%;
	background: rgba(255,153,0,.7);
	color: white;
	padding: 2% 5%;
	transform: translateX(-100%);
	transition-duration: 1.5s;
//transform-origin: left top;
	width: 100%;
}
div.portfolio div.box:hover p {
	transform: translateX(0);
}
div.portfolio strong {
//font-size: 1.5em;
	text-transform: uppercase;
	font-weight: lighter;
}
div.blue {
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0);
	width: 100%;
	height: 100%;
	transition-duration: 1.5s;
}
div.recipe {
	background: white;
	padding: 10px 0;
	overflow: hidden;
}
div.recipe div.box {
	width: 25%;
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
	overflow: hidden;

}
div.recipe div.box img {
	width: 100%;
	filter: grayscale(50%);
	transition-duration: .7s;
}
div.recipe div.box:hover img{
	filter: grayscale(0%);
	transform: scale(1.02);
}
div.recipe h3 {
	font-weight: lighter;
	position: absolute;
	color: white;
	left: 0;
	top: 75%;
	width: 100%;
	text-align: center;
	text-shadow: 0px 0px 10px black;
//background: rgba(0,0,0,.5);
	padding: 10px 0;
	opacity: 0;
	transition-duration: .7s;
	font-size: 1em;
}
div.recipe div.box:hover h3 {
	opacity: 1;
}
div.about, div.produkts, div.recipet {
	background: rgba(255,255,255,1);
	overflow: hidden;
	padding: 5px 15%;
	background: white;
}
div.left_box {
	float: left;
	width: 50%;
}
div.left_box img, div.right_box img{
	width: 100%;
}
div.right_box {
	float: right;
	width: 50%;
}
div.right_box p  {
	padding-left: 20%;
	padding-top: 10%;
}
div.portfolio a.det, div.recipe a.det{
	margin-left: 0;
	clear: both;
	float: none;
	margin: auto;
}
div.technologies a.det{
	margin-left: 0;
}
div.recipe a.det {
	margin-top: 30px;
}
a.det {
	background: rgba(0,0,0,.8);
	padding: 10px 30px;
	color: orange;
	display: inline-block;
	text-decoration: none;
	float: left;
	margin-left: 20%;
//margin-top: 30px;
	transition-duration: .5s;
}
a.det:hover {
	background: rgba(0,0,0,1);
}
div.clients {
	background: white;
	padding: 20px 5%;
	overflow: hidden;
	clear: both;
}
div.clients div.circle {
	float: left;
	width: 25%;
	text-align: center;
	overflow: hidden;
	margin-bottom: 30px;
}
div.clients div.circle img {
	width: 100%;
}
div.clients div.circle div.box {
	width: 200px;
	height: 200px;
	border-radius: 50%;
	overflow: hidden;
	display: inline-block;
	margin-bottom: 40px;
}
div.clients div.circle bloquote {
//height: 230px;
	margin: auto 15%;
	display: block;
	text-align: left;
	font-style: italic;
}
h2 {
	margin-left: 50%;
	font-size: 3em;
	color: rgb(102,0,0);
	font-weight: lighter;
}
h2 div.line {
	transform: scale(1,2);
	width: 30px;
//height: 2px;
}
div.technologies {
	overflow: hidden;
	padding: 15px 15%;
	background: white;
}
div.technologies h2 {
	margin-top: 3%;
//color: white;
}
div.technologies p {
	padding-right: 50px;
}
div.contacts {
	background: rgba(255,255,255,1);
	overflow: hidden;
	padding: 20px 15%;
	background: white;
}
div.contacts h3 {
	color: #f90;
	font-weight: lighter;
	font-size: 1em;
}
form {
//padding: 40px;
	margin-left: 20%;
//margin: 20px;
//border: 2px solid white;
	display: block;
//text-align: center;
	padding-top: 10px;
//background: rgba(102,0,0,.9);
}
form input, form textarea{
	width: 350px;
	border: 1px solid gray;
	padding: 10px;
	margin-bottom: 15px;
}
form textarea {
	height: 100px;
}
form a.det {
	margin: 0;
}
div.row {
	overflow: hidden;
}
div.conteiner {
	overflow: hidden;
	padding-bottom: 100px;
	padding-top: 50px;
}
div.conteiner p {
	padding: 0;

}
div.conteiner h3 {
	font-size: 1.5em;
	color: orange;
//font-weight: lighter;
}
div.about div.conteiner p {
	margin-left: 100px;

}
div.about div.conteiner {
	padding-top: 20px;
	padding-bottom: 40px;
}
div.about div.conteiner h3 {

	font-weight: lighter;
	color: rgb(102,0,0);
}
div.recipet img {
	float: left;
	margin-right: 100px;
	margin-bottom: 20px;
	width: 40%;
}
div.recipet h3 {
	text-align: center;
}
div.recipet a.det {
	margin: auto;
}
div.recipet img.video {
	width: 25%;
	margin: 20px 5% 20px 0;
	float: none;
}



@media screen and (max-width: 1200px) {
	a.logo img {
		height: 150px;
	}
	a.logo1 {
		left: calc(50% - 40px);
	//left: 50%;
	}
	div.menu {
		padding-left: 0;
	}
	div.menu a {
	//color: black;
	}
	li.main {
		width: 150px;
		text-align:left;

	}
	div.clients div.circle {
		width: 50%;
	}
	div.portfolio div.box {
		width: 46%;
	}
	div.main, div.main img {
		display: inline-block;

	}
	div.main+div {
		display: none;
	}
	div.main:hover+div {
		display: inline-block;
	}
	div.main:hover+div a {
		display: block;
		color: white;
	}
	li.main img {
		display: block;
	}
	li.main ul li{
	//float: left;
	//transform: translateX(300px);
		background: rgba(0,0,0,.8);
		width: 150px;
		display: none;
		color: black;
		transition-duration: .5;
	}
	li.main:hover ul li {
		transform: translateX(0);
		display: block;
	}
	li.main:hover img {
		background: rgba(0,0,0,1);
		cursor: pointer;
	}
	li.main:hover a {
	//color: white;

	}
	li.main ul li:hover {
		background: rgba(0,0,0,.9);

	}
	div.clients div.clear {
		clear: both;
	}
	div.contacts {
		padding-top: 65px;
	}
	div.about, div.technologies, div.contacts {
		padding-left: 5%;
		padding-right: 5%;
	}
}
@media screen and (max-width: 1000px) {
	h2 {
	//margin-left:25%;
		margin-left:0;
		width: 100%;
		text-align: center;
	}
	h2 div.line  {
		display: none;
	}
	form input, form textarea {
		width: 100%;
	}
}
@media screen and (max-width: 800px) {
	div.portfolio div.box {
		width: 80%;
		margin: auto 10%;
		margin-bottom: 10%;
	}
	div.portfolio div.box p {
		transform: translateX(0);
	}

	div.contacts div.left {
		float: none;
		margin: auto 20%;
		margin-top: 0;
	}
	div.contacts div.right {
		margin: auto 20%;
	}
	div.contacts h2{
		padding-left: 5%;
	}
	div.technologies div.circle {
		width: 30%;
		margin-left: 10%;
		margin-right: 10%;
	}
	div.about div.box {
		width: 40%;
		margin-bottom: 5%;
	}
	div.header {
		padding-left: 35%;
	}
	div.header div.pulse {
		margin-left: 10%;
	}
	div.contacts h3 {
		width: 100%;
	}
	body {
		background-size: 152%;
	}
	div.header {
		height: 75%;
	}
	div.contacts {
		padding-top: 30px;
	}
	div.left_box, div.right_box {
		width: 80%;
		margin: auto;
		float: none;
	}
	div.right_box p {
		padding-left: 0;
	}
	div.right_box form {
		margin-left: 0;
	}
	div.recipe div.box {
		width: 50%;
	}
	div.about div.conteiner p {
		margin-left: 0;
	}
	div.recipet img {
		width: 100%;
	}
	div.technologies a.det {
		margin-bottom: 50px;
	}
	a.det {
		margin-left: 0;
	}
	div.produkts {
		padding: 0;
	}
}
@media screen and (max-width: 550px) {
	div.contacts div.right, div.contacts div.left {
		margin: auto 10%;
	}
	h2 {
	//margin-left:5%;
		font-size: 2em;
	}
	div.about div.box {
		width: 40%;
	//margin-bottom: 5%;
	}
	div.menu a.logo {
		padding-left: 10%;
	}
	div.clients div.circle {
		width: 100%;
	}
	div.header {
		padding-left: 10%;
		padding-top: 25%;
	}
	div.header div.pulse{
		margin-left: 35%;
	}

	form {
		padding: auto 3%;
	}
	div.menu a.logo {
		padding-left: 5%;
	}
	div.menu a.logo img {
		height: 70%;
	}
	div.menu, div.menu li.main img {
		height: 40px;
	}
	div.contacts {
		padding-top: 15px;
	}
	div.technologies {
		padding-top: 30px;
	}
	div.technologies p {
		padding-right: 0;
	}
	h2 img {
		height: 75px;
		margin-bottom: -20px;
	}
}
@media screen and (orientation: portrait) {
	body {
		background-size: 155%;
	}
	div.pulse {
	//bottom: 25%;
		display: none;
	}
	div.header {
		height: 30%;
	}
}



