*{
	margin:0;
	padding:0;
}
@media (min-width: 1200px){
.bannerText
{
	position: absolute;
	top: 70%;
	left: 10%;
	transform: translateY(-50%);
	max-width: 700px;
}
.bannerText h2,
.bannerText h3
{
	position: relative;
	margin: 0;
	padding: 0;
	display: inline-block;
	transform-origin: left;
	text-transform: uppercase;
	transform: scaleX(0);
	animation: revealTextReverse 1s ease-in-out forwards;
}
.bannerText h2
{
	color: #0682b3;
	font-size: 6em;
	animation-delay: 2s;
}
.bannerText h3
{	color: #0682b3;
	font-size: 2em;
	animation-delay: 3s;
}
.bannerText h2:before,
.bannerText h3:before
{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
	width: 100%;
	height: 100%;
	transform-origin: right;
	animation: revealText 1s ease-in-out forwards;
	animation-delay: 3s;
}
.bannerText h3:before
{
	animation-delay: 4s;
}
.bannerText p
{
	opacity: 0;
	font-weight: 400;
	font-size: 1.2em;
	animation: fadeIn 1s linear forwards;
	animation-delay: 5s;
}
.bulb
{
	opacity: 0;
	position: absolute;
	right: 10%;
	top: 50%;
	transform: translateY(-50%);
	animation: fadeIn 1s linear forwards;
	animation-delay: 6s;
	z-index: 100;
	width: 300px;
}
.sci
{
	position: absolute;
	bottom: 15px;
	right: 30px;
	display: flex;
	flex-direction: column;
}
.sci li
{
	opacity: 0;
	list-style: none;
	padding: 10px 0;
	text-align: center;
	animation: fadeInBottom 0.5s linear forwards;
}
.element1
{
	opacity: 0;
	position: absolute;
	bottom: -150px;
	right: 40%;
	width: 50px;
	height: 50px;
	border: 20px solid #8b8b8b;
	animation: rotate 40s linear infinite, fadeIn 1s linear forwards;
	animation-delay: 7s;
}

}
	/**/

@media (min-width: 992px) and (max-width: 1199px){
.bannerText
{
	position: absolute;
	top: 90%;
	left: 10%;
	transform: translateY(-50%);
	max-width: 700px;
}
.bannerText h2,
.bannerText h3
{
	position: relative;
	margin: 0;
	padding: 0;
	display: inline-block;
	transform-origin: left;
	text-transform: uppercase;
	transform: scaleX(0);
	animation: revealTextReverse 1s ease-in-out forwards;
}
.bannerText h2
{	color: #27aade;
	font-size: 4em;
	animation-delay: 2s;
}
.bannerText h3
{	color: #0682b3;
	font-size: 2em;
	animation-delay: 3s;
}
.bannerText h2:before,
.bannerText h3:before
{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
	width: 100%;
	height: 100%;
	transform-origin: right;
	animation: revealText 1s ease-in-out forwards;
	animation-delay: 3s;
}
.bannerText h3:before
{
	animation-delay: 4s;
}
.bannerText p
{
	opacity: 0;
	font-weight: 400;
	font-size: 1.2em;
	animation: fadeIn 1s linear forwards;
	animation-delay: 5s;
}
.bulb
{
	opacity: 0;
	position: absolute;
	right: 0%;
	top: 50%;
	transform: translateY(-50%);
	animation: fadeIn 1s linear forwards;
	animation-delay: 6s;
	z-index: 100;
	width: 200px;
}
.sci
{
	position: absolute;
	bottom: 15px;
	right: 30px;
	display: flex;
	flex-direction: column;
}
.sci li
{
	opacity: 0;
	list-style: none;
	padding: 10px 0;
	text-align: center;
	animation: fadeInBottom 0.5s linear forwards;
}
.lg{
	width: 150px;
}
.element1
{
	opacity: 0;
	position: absolute;
	bottom: -150px;
	right: 40%;
	width: 50px;
	height: 50px;
	border: 20px solid #8b8b8b;
	animation: rotate 40s linear infinite, fadeIn 1s linear forwards;
	animation-delay: 7s;
}
}

@media (min-width: 800px) and (max-width: 991px){
.header
{
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;

	padding: 0 5;
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
}
.logo2{
	width: 100px;
}
.header .logo
{
	opacity: 0;
	margin-top: 20px;
	padding: 0;
	font-size: 1em;
	text-transform: uppercase;
	animation: fadeIn 0.5s linear forwards;
	animation-delay: 5s;
}
.header ul
{
	margin-top: 40px;
	padding: 0;
	z-index: 100;
	display: flex;
	}
.header ul li
{
	opacity: 0;
	list-style: none;
	margin: 0 10px;
	animation: fadeInRight 0.5s linear forwards;
}
.header ul li:last-child
{
	margin-right: 0;
}
.header ul li a
{
	text-decoration: none;
	font-size: 1em;
	color: #000;
	padding: 5px 10px;
	letter-spacing: 2px;
}
.bannerText
{
	position: absolute;
	top:40%;
	left: 5%;
	transform: translateY(-50%);
	max-width: 70%;
	
}
.bannerText p{
	text-align: justify;
}
.bannerText h2,
.bannerText h3
{
	position: relative;
	margin: 0;
	padding: 0;
	display: inline-block;
	transform-origin: left;
	text-transform: uppercase;
	transform: scaleX(0);
	animation: revealTextReverse 1s ease-in-out forwards;
}
.bannerText h2
{	color: #27aade;
	font-size: 2em;
	animation-delay: 2s;
}
.bannerText h3
{	color: #0682b3;
	font-size: 2em;
	animation-delay: 3s;
}
.bannerText h2:before,
.bannerText h3:before
{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
	width: 100%;
	height: 100%;
	transform-origin: right;
	animation: revealText 1s ease-in-out forwards;
	animation-delay: 3s;
}
.bannerText h3:before
{
	animation-delay: 4s;
}
.bannerText p
{
	opacity: 0;
	font-weight: 400;
	font-size: 1.2em;
	animation: fadeIn 1s linear forwards;
	animation-delay: 5s;
}
.bulb
{
	opacity: 0;
	position: absolute;
	right: 0%;
	top: 30%;
	transform: translateY(-50%);
	animation: fadeIn 1s linear forwards;
	animation-delay: 6s;
	z-index: 100;
	width: 200px;
}
.sci
{
	position: absolute;
	bottom: 480px;
	right: 30px;
	display: flex;
	flex-direction: column;
}
.sci li
{
	opacity: 0;
	list-style: none;
	padding: 10px 0;
	text-align: center;
	animation: fadeInBottom 0.5s linear forwards;
}
.txtzag{
	font-size:1em;
	}
.lg{
	width: 100px;
}
.element1
{
	opacity: 0;
	position: absolute;
	bottom: 400px;
	right: 40%;
	width: 50px;
	height: 50px;
	border: 20px solid #8b8b8b;
	animation: rotate 40s linear infinite, fadeIn 1s linear forwards;
	animation-delay: 7s;
}
#contact{
	width: 80%;
	margin: 120px auto;
	display: flex;
	flex-wrap:wrap;
	flex-direction: column;
}
.map{
	width:40%;
}
.info{width:40%;}
.info p{
	width:100%;
	color:#8b8b8b;
	font-size: 1.5em;
	margin:auto;
	text-align: center;
	font-family: 'Arsenal', sans-serif;
}
.first{
	text-transform: uppercase;
		
}
.ssulka{
	text-align: center;
	
}
}
	
	
@media (min-width: 481px) and (max-width: 768px){ 
.header{
	position: absolute;
	top: 30px;
	left: 0;
	width: 100%;

	padding: 0 10%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
}
.logo2{
	width: 100px;
}
.header .logo
{
	opacity: 0;
	margin-top: 20px;
	padding: 0;
	font-size: 2em;
	text-transform: uppercase;
	animation: fadeIn 0.5s linear forwards;
	animation-delay: 5s;
}
.header ul
{
	margin: 0;
	padding: 0;
	z-index: 100;
	display: flex;
	flex-direction: column;
}
.header ul li
{
	opacity: 0;
	list-style: none;
	margin: 0 10px;
	animation: fadeInRight 0.5s linear forwards;
}
.header ul li:last-child
{
	margin-right: 0;
}
.header ul li a
{
	text-decoration: none;
	font-size: 1em;
	color: #000;
	padding: 5px 10px;
	letter-spacing: 2px;
}
.header ul li a.active,
.header ul li a:hover
{
	background: #000;
	color: #fff;
}
.bannerText
{
	position: absolute;
	top: 50%;
	left: 2%;
	transform: translateY(-50%);
	max-width: 400px;
	text-align: left;
}
.bannerText p{
	text-align: justify;
}
.bannerText h2,
.bannerText h3
{
	position: relative;
	margin: 0;
	padding: 0;
	display: inline-block;
	transform-origin: left;
	text-transform: uppercase;
	transform: scaleX(0);
	animation: revealTextReverse 1s ease-in-out forwards;
}
.bannerText h2
{	color: #27aade;
	font-size: 2em;
	animation-delay: 2s;
}
.bannerText p{
	font-size: 1em;
}
.bannerText h3
{	color: #0682b3;
	font-size: 1em;
	animation-delay: 3s;
}
.bulb
{	width: 90px;
	opacity: 0;
	position: absolute;
	right: 0%;
	top: 50%;
	transform: translateY(-50%);
	animation: fadeIn 1s linear forwards;
	animation-delay: 6s;
	z-index: 100;
	
}
.sci
{
	position: absolute;
	bottom: 15px;
	right: 0px;
	display: flex;
	flex-direction: column;
}
.sci li
{
	opacity: 0;
	list-style: none;
	padding: 10px 0;
	text-align: center;
	animation: fadeInBottom 0.5s linear forwards;
}
.txtzag{
	font-size:1em;
	}
.lg{
	width: 100px;
}
.img-bg{
	width:100%;
	height:400px;
	margin-top: 30px;
}

#contact{
	width: 80%;
	margin: 120px auto;
	display: flex;
	justify-content: center;
	flex-wrap:wrap;
	flex-direction: column;
}
.map{
	width:100%;
}
.info{width:40%;}
.info p{
	width:400px;
	color:#8b8b8b;
	font-size: 1.5em;
	margin:auto;
	text-align: center;
	font-family: 'Arsenal', sans-serif;
}
.first{
	text-transform: uppercase;
		
}
.ssulka{
	text-align: center;
	width:400px;
	
}
#main-img{
	width:100%;
}
.img-bg{
	width:100%;
}
.element1
{
	opacity: 0;
	position: absolute;
	bottom: -260px;
	right: 40%;
	width: 50px;
	height: 50px;
	border: 20px solid #8b8b8b;
	animation: rotate 40s linear infinite, fadeIn 1s linear forwards;
	animation-delay: 7s;
}
.element2
{
	opacity: 0;
	position: absolute;
	left: -10px;
	top: 40%;
	width: 40px;
	height: 40px;
	border: 2px solid #000;
	animation: rotate 30s linear infinite, fadeIn 1s linear forwards;
	animation-delay: 7s;
}
.nud{
	color:#fff;
	width: 80%; 
	background:#58D3F7; 
	text-align:center; 
	padding: 10px;
	font-size:18px;
}
#footer{
	width:100%;
	height: 150px;
	background: #0682b3;
	display: flex;
	justify-content: center;
}
}
@media (max-width: 480px){ 
.header{
	position: absolute;
	top: 20px;
	left: 0;
	width: 100%;
	padding: 0 10%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
}
.logo2{
	width: 100px;
}
.header .logo
{
	opacity: 0;
	margin: 0;
	padding: 0;
	font-size: 1em;
	text-transform: uppercase;
	animation: fadeIn 0.5s linear forwards;
	animation-delay: 5s;
}
.header ul
{
	margin-top:10px;
	padding: 0;
	z-index: 100;
	display: flex;
	flex-direction: column;
}
.header ul li
{
	opacity: 0;
	list-style: none;
	margin: 0 10px;
	animation: fadeInRight 0.5s linear forwards;
}
.header ul li:last-child
{
	margin-right: 0;
}
.header ul li a
{
	text-decoration: none;
	font-size: 1em;
	color: #000;
	padding: 5px 10px;
	letter-spacing: 2px;
}
.header ul li a.active,
.header ul li a:hover
{
	background: #000;
	color: #fff;
}
.bannerText
{
	position: absolute;
	top: 60%;
	left: 5%;
	transform: translateY(-50%);
	max-width: 400px;
	text-align: left;
}
.bannerText p{
	text-align: justify;
}

.bannerText h2,
.bannerText h3
{
	position: relative;
	margin: 0;
	padding: 0;
	display: inline-block;
	transform-origin: left;
	text-transform: uppercase;
	transform: scaleX(0);
	animation: revealTextReverse 1s ease-in-out forwards;
}

.bannerText h2
{	color: #27aade;
	font-size: 2em;
	animation-delay: 2s;
}
.bannerText h3
{	color: #0682b3;
	font-size: 1em;
	animation-delay: 3s;
}
.bannerText p{
	font-size: 1em;
}
.bulb
{	width: 120px;
	opacity: 0;
	position: absolute;
	right: 0%;
	top: 50%;
	transform: translateY(-50%);
	animation: fadeIn 1s linear forwards;
	animation-delay: 6s;
	z-index: 100;
	display:none;
}
.sci
{
	position: absolute;
	bottom: 15px;
	right: 0px;
	display: flex;
	flex-direction: column;
}
.sci li
{
	opacity: 0;
	list-style: none;
	padding: 10px 0;
	text-align: center;
	animation: fadeInBottom 0.5s linear forwards;
}
.txtzag{
	font-size:1em;
	}
.lg{
	width: 100px;
}
.img-bg{
	width:100%;
	height:400px;
	margin-top: 30px;
}

#contact{
	width: 80%;
	margin: 120px auto;
	display: flex;
	justify-content: center;
	flex-wrap:wrap;
	flex-direction: column;
}
#content-gallery{
	width: 60%;
	margin:50% auto;
	display: flex;
	flex-wrap:wrap;
	justify-content: center;
}
.map{
	width:100%;
}
.info{width:40%;}
.info p{
	width:400px;
	color:#8b8b8b;
	font-size: 1.5em;
	margin:auto;
	text-align: center;
	font-family: 'Arsenal', sans-serif;
}
.first{
	text-transform: uppercase;
		
}
.ssulka{
	text-align: center;
	width:400px;
	
}
.nud{
	color:#fff;
	width: 80%; 
	background:#58D3F7; 
	text-align:center; 
	padding: 10px;
	font-size:18px;
}
#main-img{
	width:100%;
}
.img-bg{
	width:100%;
}
.element2
{
	opacity: 0;
	position: absolute;
	left: -10px;
	top: 40%;
	width: 50px;
	height: 50px;
	border: 2px solid #000;
	animation: rotate 30s linear infinite, fadeIn 1s linear forwards;
	animation-delay: 7s;
}
#footer{
	width:100%;
	height: 150px;
	background: #0682b3;
	display: flex;
	justify-content: center;
	}
}
@media (max-width: 360px){ 
.header{
	position: absolute;
	top: 5%;/**/
	left: 0;
	width: 100%;
	padding: 0 10%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
}
.logo2{
	width: 100px;
}
.header .logo
{
	opacity: 0;
	margin: 0;
	padding: 0;
	font-size: 1em;
	text-transform: uppercase;
	animation: fadeIn 0.5s linear forwards;
	animation-delay: 5s;
}
.header ul
{
	margin-top:0;
	padding: 0;
	z-index: 100;
	display: flex;
	flex-direction: column;
}
.header ul li
{
	opacity: 0;
	list-style: none;
	margin: 0 10px;
	animation: fadeInRight 0.5s linear forwards;
}
.header ul li:last-child
{
	margin-right: 0;
}
.header ul li a
{
	text-decoration: none;
	font-size: 1em;
	color: blue;
	padding: 5px 10px;
	letter-spacing: 2px;
}
.header ul li a.active,
.header ul li a:hover
{
	background: #000;
	color: #fff;
}
.bannerText
{
	position: absolute;
	top: 100%;
	left: 5%;
	transform: translateY(-50%);
	max-width: 400px;
	text-align: left;
}
.bannerText p{
	text-align: justify;
}
.bannerText h2,
.bannerText h3
{
	position: relative;
	margin: 0;
	padding: 0;
	display: inline-block;
	transform-origin: left;
	text-transform: uppercase;
	transform: scaleX(0);
	animation: revealTextReverse 1s ease-in-out forwards;
}
.bannerText h2
{	color: #27aade;
	font-size: 2em;
	animation-delay: 2s;
}
.bannerText h3
{	color: #0682b3;
	font-size: 1em;
	animation-delay: 3s;
}
.bannerText a{
	margin-bottom:40px;
}
.bulb
{	width: 100px;
	opacity: 0;
	position: absolute;
	right: 0%;
	top: 50%;
	transform: translateY(-50%);
	animation: fadeIn 1s linear forwards;
	animation-delay: 6s;
	z-index: 100;
	
}
.sci
{
	position: absolute;
	bottom: 15px;
	right: 0px;
	display:none;
}
.sci li
{
	opacity: 0;
	list-style: none;
	padding: 10px 0;
	text-align: center;
	animation: fadeInBottom 0.5s linear forwards;
}
.txtzag{
	font-size:.75em;
	}
.lg{
	width: 100px;
}
.img-bg{
	width:100%;
	height:400px;
	margin-top: 30px;
}

#contact{
	width: 80%;
	margin: 120px auto;
	display: flex;
	justify-content: center;
	flex-wrap:wrap;
	flex-direction: column;
}
.map{
	width:100%;
}
.info{width:40%;}
.info p{
	width:400px;
	color:#8b8b8b;
	font-size: 1.5em;
	margin:auto;
	text-align: center;
	font-family: 'Arsenal', sans-serif;
}
.first{
	text-transform: uppercase;
		
}
.ssulka{
	text-align: center;
	width:400px;
	
}
.nud{
	color:#fff;
	width: 80%; 
	background:#58D3F7; 
	text-align:center; 
	padding: 10px;
	font-size:18px;
}
#main-img{
	width:100%;
}
.img-bg{
	width:100%;
}
.element1
{
	opacity: 0;
	position: absolute;
	bottom: -210px;
	right: 20%;
	width: 50px;
	height: 50px;
	border: 5px solid #8b8b8b;
	animation: rotate 40s linear infinite, fadeIn 1s linear forwards;
	animation-delay: 7s;
}
.element2
{
	opacity: 0;
	position: absolute;
	left: -10px;
	top: 40%;
	width: 50px;
	height: 50px;
	border: 2px solid #000;
	animation: rotate 30s linear infinite, fadeIn 1s linear forwards;
	animation-delay: 7s;
}
#content-gallery{
	width: 60%;
	margin:70% auto;
	display: flex;
	flex-wrap:wrap;
	justify-content: center;
}
#footer{
	width:100%;
	height: 150px;
	background: #0682b3;
	display: flex;
	justify-content: center;
	}
}