@import url('https://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Arsenal&display=swap');
 * {
  
    }
body
{
	margin: 0;
	padding: 0;
	font-family: 'PT Sans Narrow', sans-serif;
}

.open
{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	pointer-events: none;
	z-index: 10000;
}
.open .layer
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform-origin: top;
	animation: open 1s ease-in-out forwards;
}
.open .layer:nth-child(1)
{
	background: #000;
	z-index: 2;
}
.open .layer:nth-child(2)
{
	background: #03a9f4;
	animation-delay: 1s;
	z-index: 1;
}

@keyframes open
{
	0%
	{
		transform: scaleY(1);
	}
	100%
	{
		transform: scaleY(0);
	}
}
section
{
	position: absolute;
	width: 100%;
	height: 100%;
	background: #fff;
	display: grid;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.bannerText
{
	position: absolute;
	top: 50%;
	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: 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;
}
@keyframes revealText
{
	0%
	{
		transform: scaleX(1);
	}
	100%
	{
		transform: scaleX(0);
	}
}
@keyframes revealTextReverse
{
	0%
	{
		transform: scaleX(0);
	}
	100%
	{
		transform: scaleX(1);
	}
}
.bannerText p
{
	opacity: 0;
	font-weight: 400;
	font-size: 1.2em;
	animation: fadeIn 1s linear forwards;
	animation-delay: 5s;
}
@keyframes fadeIn
{
	0%
	{
		opacity: 0;
	}
	100%
	{
		opacity: 1;
	}
}
.bannerText a
{
	opacity: 0;
	display: inline-block;
	margin: 20px 0 0;
	padding: 10px 20px;
	background: #076b92;
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	font-size: 1.2em;
	letter-spacing: 1px;
	animation: fadeInBottom 0.5s linear forwards;
	animation-delay: 5.5s;
}
@keyframes fadeInBottom
{
	0%
	{
		transform: translateY(50px);
		opacity: 0;
	}
	100%
	{
		transform: translateY(0);
		opacity: 1;
	}
}
.bulb
{
	opacity: 0;
	position: absolute;
	right: 10%;
	top: 50%;
	transform: translateY(-50%);
	animation: fadeIn 1s linear forwards;
	animation-delay: 6s;
	z-index: 100;
}
.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;
}
.bg{
	background: #F7F8FA;
	width:100%;
}
.header ul li:nth-child(1),
.sci li:nth-child(1)
{
	animation-delay: 2s;
}
.header ul li:nth-child(2),
.sci li:nth-child(2)
{
	animation-delay: 2.25s;
}
.header ul li:nth-child(3),
.sci li:nth-child(3)
{
	animation-delay: 2.5s;
}
.header ul li:nth-child(4),
.sci li:nth-child(4)
{
	animation-delay: 2.75s;
}
.header ul li:nth-child(5),
.sci li:nth-child(5)
{
	animation-delay: 3s;
}
.header ul li:nth-child(6),
.sci li:nth-child(6)
{
	animation-delay: 3.25s;
}
.sci li a
{
	font-size: 1.2em;
	color: #000;
}
.header
{
	position: absolute;
	top: 20px;
	left: 0;
	width: 100%;
	height: 80px;
	padding: 0 10%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
}
.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;
}
.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: 1.2em;
	color: #000;
	padding: 5px 10px;
	letter-spacing: 2px;
}
.header ul li a.active,
.header ul li a:hover
{
	background: #000;
	color: #fff;
}
@keyframes fadeInRight
{
	0%
	{
		transform: translateX(150px);
		opacity: 0;
	}
	100%
	{
		transform: translateX(0);
		opacity: 1;
	}
}

.element1
{
	opacity: 0;
	position: absolute;
	bottom: -150px;
	right: 40%;
	width: 250px;
	height: 250px;
	border: 40px 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;
}
@keyframes rotate
{
	0%
	{
		transform: rotate(45deg);
	}
	100%
	{
		transform: rotate(405deg);
	}
}
#main-img{
	
	margin: 100px auto;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.img-bg{
	width: 100%;
	height: 800px;
}
.main-cont{
	width: 80%;
	margin: -110px auto;


}
.rwe{
	color: #0682b3;
	font-size: 3em;
	animation-delay: 3s;
	text-align: center;
	font-weight: bolder;
	text-transform: uppercase;
}
.txt8{
	line-height:33px; 
	list-style:none; 
	font-family: helvetica;

}
#rezult{
	width: 80%;
	margin: 120px auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	}
.mytxt{
	width: 100%;
	text-align: center;
	color: #0682b3;
	font-size: 2em;
	font-weight: bolder;
}
.block1{
	margin-right: 30px;
	width: 40%;
}
.block2{

	width: 40%;
}
.circle {
  background: green;
  border-radius: 100%;
  width: 100px;
  height: 100px;
  -webkit-animation: pulsing 2s infinite;
  animation: pulsing 2s infinite;
}

@-webkit-keyframes pulsing {
  0% {
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5)
  }
  50% {
    -webkit-transform: scale(1.0, 1.0);
    transform: scale(1.0, 1.0);
  }
  100% {
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
  }
}

@keyframes pulsing {
  0% {
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5)
  }
  50% {
    -webkit-transform: scale(1.0, 1.0);
    transform: scale(1.0, 1.0);
  }
  100% {
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
  }
}
.our-product{
	width: 80%;
	margin: 80px auto;
	display: flex;
	flex-wrap:wrap;
}
.our-product h2{
	width:100%;
	text-align: center;
	color: #0682b3;
	font-weight: bolder;
	text-transform: uppercase;
}
#blck{
	width:200px;
	border:1px solid #8b8b8b;
	margin-left: 30px;

}
.img5{
	width:200px;
}
.our-product p{
	padding:10px;
	text-align: center;
	
}
.course{
	width:80%;
	margin: 20px auto;
}
.course p{
	text-align: center;
	color: #0682b3;
	font-weight: bolder;
	text-transform: uppercase;
	font-size: 2em;
}
.slider {
        width: 50%;
        margin: 100px auto;
    }

    .slick-slide {
      margin: 0px 20px;
    }

    .slick-slide img {
      width: 100%;
    }

    .slick-prev:before,
    .slick-next:before {
      color: black;
    }


    .slick-slide {
      transition: all ease-in-out .3s;
      opacity: .2;
    }

    .slick-active {
      opacity: .5;
    }

    .slick-current {
      opacity: 1;
    }
#contact{
	width: 80%;
	margin: 120px auto;
	display: flex;
}
.map{}
.info p{
	width:70%;
	color:#8b8b8b;
	font-size: 1.5em;
	margin:auto;
	text-align: center;
	font-family: 'Arsenal', sans-serif;
}
.first{
	text-transform: uppercase;
		
}
.ssulka{
	text-align: center;
	
}
.nud{
	color:#fff;
	width: 50%; 
	background:#58D3F7; 
	text-align:center; 
	padding: 10px;
	font-size:18px;
}
#content-gallery{
	width: 60%;
	margin:20% auto;
	display: flex;
	flex-wrap:wrap;
}
#footer{

	width:100%;
	height: 150px;
	background: #0682b3;
	display: flex;
	justify-content: center;
	
}
