
*{
	padding: 0;
	margin: 0;
	border: 0;
}
*,*:before,*:after{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
:focus,:active{outline: none;}
a:focus,a:active{outline: none;}

nav,footer,header,aside{display: block;}

html,body{
	height: 100%;
	width: 100%;
	font-size: 100%;
	line-height: 1;
	font-size: 14px;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
input,button,textarea{font-family:inherit;}

input::-ms-clear{display: none;}
button{cursor: pointer;}
button::-moz-focus-inner {padding:0;border:0;}
a, a:visited{text-decoration: none;}
a:hover{text-decoration: none;}
ul li{list-style: none;}
img{vertical-align: top;}

h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight: 400;}
/*--------------------*/
body{
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.header{
	margin: 36px 0px 36px 0px;
}
.container{
	max-width: 1280px;
	margin: 0 auto;
}
.header__body{
	display: flex;
	justify-content: space-around;
	align-items: center;
	max-height: 198px;
	padding: 36px 0px;
	flex-wrap: wrap;
}
.header__text{
	font-size: 58px;
	font-weight: bold;
	margin-left: 6%;
}
.header__text-content{
	color: #000000;
}
.header__text-decor{
	color: #999999; 
}
.header__link-image{
	max-width: 90px;
}
@media (max-width:768px){
	.header__link-image{
		max-width: 80px;
	}
	.header{
		margin: 0px;
	}
}

@media (max-width:492px){
	.header__link-image{
		max-width: 70px;
	}
}
.perfomance-cover{
	background-color: #999999;
}

.perfomance{
	
	display: flex;
	flex-direction: column;
	align-items: center;
}
.perfomance__text p{
	color: #000000;
}
.perfomance__text{
	text-align: center;
	margin: 72px 0% 36px 0%;
	padding: 0px 15px;
}
.perfomance__image{
	margin-top: 36px;
	border: 9px solid #fff;
	border-radius: 100%;
	width: 100%;
	height: 335px;
	max-width: 335px;
	background-image: url(../img/pim.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
}

.perfomance__text-first, .perfomance__text-second{
	color: #000000;
	font-size: 50px;
}
.perfomance__text-first{
	margin-bottom: 16px;
	font-weight: 900;
}
@media (max-width: 768px){
	.header__body{
		flex-direction: column;
		max-height: 100%;
		padding: 32px 0px 32px 0px;
	}
	.header__text{
		margin: 0;
		font-size: 48px;
		margin-bottom: 2%;
	}
	.perfomance__image{
		margin-top: 32px;
	}
	.perfomance__text{
		text-align: center;
		margin: 64px 0% 32px 0%;
		padding: 0px 15px;
	}
	.perfomance__image{
		margin-top: 28px;
		width: 100%;
		height: 285px;
		max-width: 285px;
	}
}
@media (max-width:492px){
	.perfomance__image{
		margin-top: 28px;
	}
	.header__text{
		font-size: 36px;
	}
	.header__body{
		padding: 28px 0px 28px 0px;
	}
	.perfomance__image{
		margin-top: 28px;
		width: 100%;
		height: 260px;
		max-width: 260px;
	}
	.perfomance__text-first, .perfomance__text-second{
		font-size: 18px;
	}
	.perfomance__text{
		text-align: center;
		align-self: center;
		margin: 28px 0% 28px 0%;
		padding: 0px 15px;
	}
}
.area{
	margin-top: 36px;
}
.area__container{
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0px 15px;
}
.area__title{
	font-weight: 900;
	margin: 36px 0px;
}
.area__content{
	color: #000000;
	max-width: 768px;
}
.area__title, .area__content p{
	font-size: 25px;
}
.area__img{
	max-width: 336px;
	max-height: 336px;
	padding: 0px 15px;
}
.area__img img{
	width: 335px;
}
.area__content p{
	margin-bottom: 24px;
}
.area__content p:last-child{
	margin-bottom: 0px;
}
@media (max-width:768px){
	.area__title{
		margin: 32px 0px;
	}
	.area__content p{
		margin-bottom: 16px;
	}
	.area__img img{
		width: 285px;
	}
	.area{
		margin-top: 32px;
	}
}

@media (max-width:492px){
	.area__title, .area__content p{
		font-size: 18px;
	}
	.area__content p{
		margin-bottom: 14px;
	}
	.area__title{
		margin: 18px 0px;
	}
	.area__img img{
		width: 260px;
	}
	.area{
		margin-top: 28px;
	}
}

.sertificate{
	margin: 36px 0px 0px 0px;
	background-color: #999999;
}
.sertificate__title{
	font-weight: 900;
	font-size: 25px;
	color:#000000;
	text-align: center;
	padding: 36px 0px 36px 0px;
}
.sertificate__image{
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0px 15px;
	
}
.sertificate__image img{
	margin-bottom: 36px;
	width: 100%;
	max-width: 747px;
}
.sertificate__image img:last-child{
	margin-bottom: 36px;
}
@media (max-width:768px){
	.sertificate__title{
		padding: 32px 0px 32px 0px;
	}
	.sertificate{
		margin: 40px 0px 0px 0px;
	}
	.sertificate__image img{
		margin-bottom: 32px;
		
	}
	.sertificate__image img:last-child{
		margin-bottom: 32px;
	}
}
@media (max-width:492px){
	.sertificate__title{
		padding: 28px 0px 28px 0px;
		font-size: 18px;
	}
	.sertificate{
		margin: 28px 0px 0px 0px;
	}
	.sertificate__image img{
		margin-bottom: 28px;
		
	}
	.sertificate__image img:last-child{
		margin-bottom: 28px;
	}
}


.offers{
	margin-top: 36px;
}
.offers__content{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.offers__content img{
	width: 335px;
}
.offers__text{
	margin-top: 36px;
	font-size: 25px;
	color: #000000;
	padding: 0px 15px;
}
.offers__text-title{
	font-weight: 900;
	margin-bottom: 36px;
}
.offers__text-content p{
	margin-bottom: 36px;
}
.offers__text-content p:last-child{
	margin-bottom: 36px;
}
@media (max-width:768px){
	.offers{
		margin-top: 32px;
	}
	.offers__text{
		margin-top: 32px;

	}
	.offers__text-title{
		margin-bottom: 32px;
	}
	.offers__text-content p{
		margin-bottom: 26px;
	}
	.offers__text-content p:last-child{
		margin-bottom: 32px;
	}
	.offers__content img{
		width: 285px;
	}
}
@media (max-width:492px){
	.offers__text-title{
		margin-bottom: 28px;
	}
	.offers{
		margin-top: 28px;
	}
	.offers__text{
		font-size: 18px;
		margin-top: 28px;
	}
	.offers__content img{
		width: 260px;
	}
	.offers__text-content p:last-child{
		margin-bottom: 28px;
	}
}
.information{
	background-color: #999999;
}
.information__content{
	max-width: 717px;
	padding: 36px 0px 36px 0px;
	color: #000000;
	margin: 0 auto;
	font-size: 25px;
}
.information__phone{
	color: #000000;
}
.information__content p{
	margin-bottom: 36px;
}
.information__content p:last-child{
	margin-bottom: 0px;
}

@media (max-width:768px){
	.information__content{
		margin: 0 auto;
		padding: 28px 15px 28px 15px;
	}
	.information__content p{
		margin-bottom: 32px;
	}
}	
@media (max-width:492px){
	.information__content{
		margin: 0 auto;
		font-size: 18px;
		padding: 28px 15px 28px 15px;
	}
	.information__content p{
		margin-bottom: 28px;
	}
}


.footer__icons{
	max-width: 90px;
}
.footer__content{
	display: flex;
	justify-content: space-between;
	padding: 36px 0px 36px 0px;
}
.footer__icon{
	display: flex;
	margin-right: 11%;
}
.footer__icon a{
	margin-right: 3%;
}
.footer__icon a:last-child{
	margin-right: 0px;
}
.footer__arrow{
	margin-left: 11%;
	margin-right: 3%;
}
@media (max-width:768px){
	.footer__icons{
		max-width: 80px;
	}
	.footer__content{
		flex-direction: column-reverse;
		justify-content: center;
		align-items: center;
		padding: 32px 0px 32px 0px;
	}
	.footer__arrow{
		margin-left: 0%;
		margin-right: 0%;
	}
	.footer__icon a{
		margin-right: 2%;
	}
	.footer__icon{
		justify-content: space-between;
		width: 75%;
		align-items: center;
		margin-bottom: 16px;
		margin-right: 0%;
	}
}
@media (max-width:492px){
	.footer__content{
		padding: 28px 0px 28px 0px;
	}
	.footer__icon a:last-child{
		margin-bottom: 3%;
		margin-top: 3%;
	}
	.footer__icons{
		max-width: 70px;
	}
	.footer__icon{
		justify-content: center;
		margin-bottom: 0px;
	}
}
