.page-id-1439 h1, .page-id-1439 h2, .page-id-1439 h3, .page-id-1439 h4, .page-id-1439 h5, .page-id-1439 h6 {
	margin: 0;
	font-family: 'Roboto', sans-serif;
}

.page-id-1439 p{
	color:inherit;
	padding: 0;
	margin: 0;
	line-height: 16px;
}
.page-id-1439 .container{
	margin: 0 auto;
	max-width: 1270px;
}

.page-id-1439 .cover{
	background-color: #fff;
	text-align: center;
}

.page-id-1439 .logo__img{
	display: flex;
	position: relative;
	background-image: url("../img/logo-soyuz-white.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	z-index: 1;
	width: 640px;
	height: 220px;
	margin: 0 auto;
	margin-top: -500px;
	margin-bottom: 290px;

}

.page-id-1439 .cover__img{
	position: relative;
/* 	max-width: 1270px;	 */
	z-index: 0;
}


.page-id-1439 .wrapper__photo{
	position: relative;
	margin: 0;
	padding: 0;
	background-image: url("../img/director.png");
	background-repeat: no-repeat;
	background-position:center center;
	background-size: 700px;
	width:580px;
	height:770px;
	margin-left: 80px;
	margin-top: -90px;
	z-index: 1;
}

.page-id-1439 .wrapper__text{
	display: flex;
	flex-direction:column;
	justify-content: center;
	position: relative;
	color: #fff;
	font-size: 18px;
	z-index: 2;
	background-color: #bad4e3;
	width: 290px;
	height: 140px;
	margin-top: -150px;
	margin-left: 370px;
	margin-bottom: 100px;
	text-align: left;
	padding: 0 20px;

}

.page-id-1439 .wrapper__text h3{
	color: #0055B7;
	font-size: 14px;
	font-weight: normal;
	margin:0;
}

.page-id-1439 .cover__wrapper{
	display: flex;
	justify-content: space-between;
}

.page-id-1439 .cover__text{
	text-align: left;
	font-size: 15px;
	width: 510px;
	margin-right: 40px;
	color: #0055B7;
	margin-top: 115px;
	
}

.page-id-1439 .cover__text2{
	margin-bottom: 60px;
}

.page-id-1439 .cover__text h1{
	font-size: 30px;
	font-weight: normal;
	margin-bottom: 70px;
	
}

.page-id-1439 .cover__text p{
	margin-bottom: 14px;
}

.page-id-1439 .progres{
	margin-bottom: 25px;
	display: flex;
	justify-content: space-around;
	width: 40px;
	height: 30px;
	border-radius: 5px;
}

.page-id-1439 .progres__block{
	width: 40px;
	height: 30px;
	background-color:orange;
	transition: width 0.4s ease 0s;
  }
  
 @keyframes block{
	0%{
	  width: 0px;
	} 
	100%{
	  width: 40px;
	}
  
  }

.page-id-1439 .progres span{
	margin-left: 80px;
	padding-top: 5px;
	font-size: 20px;
	color: #94c0d4;
}

.page-id-1439 .progres4 span{
	margin-left: 280px;
	margin-right: 20px;
	color: #0055B7;
}

/* .page-id-1439 .btn{
	display: flex;
	height: 20px;
	width: 180px;
	text-decoration: none;
	align-items: center;
	color: #F89E2A;
	font-weight: 700;
	font-size: 16px;
	margin-bottom: 48px;
	padding: 20px;
	margin-top: 20px;
} */

.page-id-1439 .btn:hover{
	background-color:#ff7a53;
	color: #fff;
	transition: 1s linear;
}


.page-id-1439 .fiveyear{
	background-color: #edf4f8;
	display: flex;
	justify-content: space-between;

}

.page-id-1439 .congrats{
	background-image: url("../img/congrats.png");
	background-size: 750px;
	background-repeat: no-repeat;
	background-position: center top;
	margin-left: 10px;
	width: 730px;
	height: 925px;
	margin-bottom: 10px;
}

.page-id-1439 .fiveyear__photo{
	position: relative;
	width: 180px;
	background-color: #000;
	margin-left: -25px;
	margin-top: -5px;
}

.page-id-1439 .fiveyear__cards{
	max-width: 500px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin-top: 90px;
}

.page-id-1439 .card{
	max-width: 150px;
	height: 170px;
	flex-basis: 50%;
	padding: 10px;
	background-color: #fff;
	margin: 10px;
	text-align: center;
	margin-top: 20px;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.page-id-1439 .card h3{
	font-size: 20px;
	font-weight: normal;
}

.page-id-1439 .why{
	background-color: #fff;
	display: flex;
	justify-content: space-between;
	
}

.page-id-1439 .why__photo1{
	background-image: url("../img/why__photo1.jpg");
	background-repeat: no-repeat;
	background-size: 700px;
	width: 600px;
	height: 920px;
	margin-top: -60px;
	margin-left: 40px;
}

.page-id-1439 .why__photo{
	width: 460px;
	flex-basis: 100%;
	margin-bottom: 30px;
}

.page-id-1439 .why__photo2{
	display: flex;
	flex-direction: column;
	margin-right: 75px;
}

.page-id-1439 .why2{
	margin-top: 100px;
}

.page-id-1439 .why__customer{
	display: flex;
	flex-direction:column;
	justify-content: center;
	position: relative;
	color: #fff;
	font-size: 18px;
	z-index: 2;
	background-color: #bad4e3;
	width: 290px;
	height: 140px;
	padding-left: 20px;
	margin-left: 350px;
	margin-top: -250px;
	align-items: end;	
}

.page-id-1439 .why__customer h3{
	color: #0055B7;
	font-size: 14px;
	font-weight: normal;
}

.page-id-1439 .statistick{
	padding-top: 150px;
	background-color: #5ca1be;
	display: flex;
	flex-wrap: wrap;
}

.page-id-1439 .statiswick__zone1{
	display: flex;
	flex-wrap: wrap;
	 width: 640px; 
	padding: 0 10px 0 61px;
}

.page-id-1439 .statiswick__zone2{
	display: flex;
	flex-wrap: wrap;
	width: 630px;
	padding: 0 10px;
}

.page-id-1439 .statiswick__zone3{
	display: flex;
	flex-wrap: wrap;
	width: 650px;
	padding: 0 10px;
}

.page-id-1439 .statiswick__zone4{
	display: flex;;
	flex-wrap: wrap;
	width: 650px;
	margin-left: -40px;
	padding: 0 10px;
}

.page-id-1439 .statistick__subtext{
	color: #d1e2ec;
	min-width: 180px;
	font-size: 14px;
}

.page-id-1439 .statistick__subtext2{
	color: #94c0d4;
	font-size: 20px;
}

.page-id-1439 .statistick__subtext3{
	font-size: 14px;
}

.page-id-1439 .statistick h2{
	color: #fff;
	font-size: 34px;
	width: 350px;
	font-weight:700;
}

.page-id-1439 .statistick__title{
	flex-basis: 100%;
	width: 350px;
	margin: 0 auto;
	margin-bottom: 50px;
}

.page-id-1439 .statistick__fiveyear h3{
	color: #fff;
	max-width: 280px;
	font-size: 28px;
	margin: 45px 0 15px;
	font-weight:700;
}

.page-id-1439 .statistick__text{
	width: 580px;
	text-align: center;
	margin: 94px 0;
}
.page-id-1439 .statistick__text p{
	color: #f89e2a;
	font-size: 24px;
	line-height:24px;
}
.page-id-1439 .statistick__photo{
	background-image: url("../img/statistick__photo.png");
	background-repeat: no-repeat;
	background-size: 870px;
	background-position: center center;
	height: 500px;
	width: 540px;
	
}
.page-id-1439 .statistick__photo2{
	background-image: url("../img/statistick__photo2.jpg");
	background-repeat: no-repeat;
	background-size: 600px;
	background-position: left -80px center;
	margin-left: 31px;
	margin-bottom: -20px;
	height: 390px;
	width: 280px;
}


.page-id-1439 .statistick__fiveyear{
	display: inline-block;
	text-align: center;
	width: 280px;
	height: 300px;
	margin: 0;
	padding: 10px;
	border-left:  1px solid #fff;
	border-right:  1px solid #fff;
}

.page-id-1439 .statistick__four{
	border-left: none;
	margin-left: 20px;
	height: 370px;
}

.page-id-1439 .statistick__five{
	margin-top: -50px;
	margin-left: -1px;
	border-right: none;
	height: 420px;
}

.page-id-1439 .statistick__block{
	width: 280px;
	height: 270px;
}

.page-id-1439 .statistick__block2{
	width: 280px;
	height: 200px;
	background-color: #dfeaf1;
	margin-top: 170px;
}


.page-id-1439 .ourcongrats{
	background-color: #dfeaf1;
	font-size: 14px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding-bottom: 30px;
}

.page-id-1439 .ourcongrats__card{
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	display: flex;
	width: 1150px;
	padding: 20px;
	align-items: center;
	margin-top: 30px;
}

.page-id-1439 .ourcongrats__card h3{
	text-align: center;
	font-weight: normal;
	font-size: 17px;
}

.page-id-1439 .ourcongrats__text{
	justify-content: center;
	width: 900px;
	padding: 0 60px ;
}

.page-id-1439 .ourcongrats__card p{
	text-align: left;
	line-height: 16px;
}

.page-id-1439 .ourcongrats__autor{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	text-align: center;
	padding-left: 100px;
}

.page-id-1439 .ourcongrats__autor p{
	flex-basis: 100%;
	text-align: center;
	margin: 0;
	margin-bottom: 10px;
}

.page-id-1439 .ourcongrats__photo{
	position: relative;
	width:180px;
	height:180px;
	object-fit:cover;
}

.page-id-1439 .card1{
	background-color: #d8efec;
	color:#6c757d;
}

.page-id-1439 .card1 h3 , .card3 h3{
	color: #54595f;
	font-size: 17px;
}

.page-id-1439 .card2{
	background-color: #5ca1be;
	color:#fff;
}

.page-id-1439 .card3{
	background-color:#eef0f4;
	color:#6c757d;
}

.page-id-1439 .card4{
	margin-left: -123px;
}

.page-id-1439 .card5{
	margin-right: -124px;
}

.page-id-1439 .employers{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding-top: 94px;
	background-color: #fff;
}

.page-id-1439 .employers__text{
	display: flex;
	flex-direction: column;
	flex-basis: 50%;
	text-align: left;
	font-size: 15px;
	max-width: 510px;
	color: #0055B7;
	margin-top: 115px;
	margin-left: 60px;
	margin: 115px 40px 0 60px;
}

.page-id-1439 .employers__text h2{
	font-size: 36px;
	font-weight: normal;
}

.page-id-1439 .employers__card{
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	max-width: 200px;
	flex-basis: 25%;
	margin-top: 30px;
	margin: 50px;
}



.page-id-1439 .employer__card__text{
	background-color: #5ca1be;
	width: 275px;
	height: 135px;
	padding: 22px 0 33px 20px;
	font-size: 14px;
	color: #fff;
	margin-left: -40px;
}

.page-id-1439 .employer__card__text h3{
	font-weight: normal;
	font-size:17px;
}

.page-id-1439 .employer__card__photo{ 
	width: 200px;
	height: 300px;
	margin: 0;
} 

.page-id-1439 .galery{
	background-color: #dfeaf1;
	padding-top: 20px;
	display: flex;
	flex-wrap: wrap;
}

.page-id-1439 .galery h2{
	color: #0055B7;
	font-size: 30px;
	text-align: center;
	justify-content: center;
	font-weight: normal;
}

.page-id-1439 .galery__photos{
	display: flex; 
	flex-wrap: wrap;
}

.page-id-1439 .galery__photo{
	width: 380px;
	height: 250px;
	margin: 15px;
}	

.page-id-1439 .photo__horizont{
 width: 790px;
 height: 396px;
 margin-top: -410px;

}

.page-id-1439 .photo__vertikal{
	/* margin-top: -40px; */
	height: 660px;
}

.page-id-1439 .offer{

	background-image: url("../img/information_items_property_133.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 1300px;
	max-width: 1300px;
	height: 500px;
	display: flex;
	flex-direction: column;
	text-align: center;
	align-items: center;	
}

.page-id-1439 .offer__area{
	background-color: rgba(186,212,227, 0.4);
	width: 100%;
	height: 500px;
}	

.page-id-1439 .offer_text{
	background-color: rgba(92, 161, 190, 0.46);
	width: 90%;
	height: 65px;
	margin: 0 auto;
	margin-top: 200px;
	display: flex;
    justify-content: center;
    align-items: center;
}

.page-id-1439 .offer p{
	display: inline-block;
	width: 700px;
	height: 40px;
	color: #fff;
	font-size: 40px;
	padding: 10px 15px ;
	margin: 0;
}

.page-id-1439 .btn2{
	display: inline-block;
	background-color: #f89e2a;
	color: #fff;
	text-decoration: none;
	font-size: 20px;
	padding: 15px 40px;
	margin-top: 30px;
}

.page-id-1439 .animated{
	opacity: 0;
}

.page-id-1439 .card__photo{
	margin-left: -13px;
    position:relative;
    height:80px;
    width:180px;
}
.page-id-1439 .poster{
    display:none;
    margin-left:-800px;
    padding:10px;
    margin-top:-120px;
    background:#f3f3f3;
}
.page-id-1439 .card__photo:hover .poster{
    display:block;
    position:absolute;
    z-index:9999;
    width:800px;
}

.page-id-1439 .card__poster{
	width: 100%;
}

@media screen and (max-width: 1270px){
	.page-id-1439 .container{
		width: 95%;
	}

	.page-id-1439 .cover__img{
		width: 100%;
	}

	.page-id-1439 .wrapper__photo{
		width: 430px;
	}

	.page-id-1439 .wrapper__text{
		margin-left: 220px;
	}

	.page-id-1439 .cover__text{
		width: 380px;
	}
	.page-id-1439 .congrats{
		background-size: 500px;
		margin-left: 60px;
	}

	 .page-id-1439 .fiveyear__cards{
		max-width: 410px;
	 }

	.page-id-1439 .why__photo1{
		background-size: 560px;
		width: 500px;
		height: 790px;
	}

	.page-id-1439 .why__customer{
		margin-left: 300px;
		margin-top: -280px;
		width: 240px;
	}

	.page-id-1439 .why__photo{
		width: 360px;
	}

	.page-id-1439 .why__photo2{
		margin-right: 15px;
	}

	.page-id-1439 .statistick__photo{
		background-size: 600px;
		width: 440px;
	}

	.page-id-1439 .btn{
		margin-bottom: 39px;
	}

	.page-id-1439 .statistick__photo2{
		background-size: 450px;
		width: 220px;
		margin-left: 20px;
	}

	.page-id-1439 .statiswick__zone1, .statiswick__zone3, .statiswick__zone4{
		width: 505px;
		padding: 0;
		padding-left: 10px;
	}

	.page-id-1439 .statiswick__zone2{
		width: 460px;
		padding: 0;
		padding-left: 10px;
	}

	.page-id-1439 .statiswick__zone4{
		margin-left: -26px;
		width: 490px;
	}
	.page-id-1439 .statistick__block, .statistick__block2{
		width: 230px;
	}
	.page-id-1439 .statistick__fiveyear{
		width: 240px;
	}

	.page-id-1439 .statistick_three{
		padding-right: 0;
		width: 230px;
	}

	.page-id-1439 .statistick__four{
		margin: 0;
	}

	.page-id-1439 .statistick__five{
		width: 230px;
	}

	.page-id-1439 .statistick__text{
		width: 450px;
		margin-bottom: 30px;
	}
	
	.page-id-1439 .ourcongrats__card{
		width: 850px;
	}

	.page-id-1439 .employers__text{
		max-width: 270px;
	}

	.page-id-1439 .galery__photo{
		width: 290px;
		height: 180px;
	}

	.page-id-1439 .photo__horizont{
		height: 240px;
		width: 610px;
		margin-top: -255px;
	}

	.page-id-1439 .photo__vertikal{
		height: 450px;
	}
}

@media screen and (max-width: 1024px){
	.page-id-1439 .employers__card{
		margin: 40px;
	}

	.page-id-1439 .galery__photo{
		width: 280px;
    	height: 170px;
	}

	.page-id-1439 .photo__horizont{
		height: 240px;
		width: 590px;
		margin-top: -255px;
	}

	.page-id-1439 .photo__vertikal{
		height: 440px;
	}

	.page-id-1439 .statiswick__zone1, .page-id-1439 .statiswick__zone2, .page-id-1439 .statiswick__zone3, .page-id-1439 .statiswick__zone4{
		width: 470px;
	}
	.page-id-1439 .statistick__fiveyear{
		width: 230px;
	}

	.page-id-1439 .statistick__text{
		width: 430px;
	}

	.page-id-1439 .statistick__photo2{
		margin-left: 10px;
	}

	.page-id-1439 .statistick__block, .page-id-1439 .statistick__block2{
		width: 230px;
	}

	.page-id-1439 .statiswick__zone4{
		width: 480px;
		margin-left: -11px;
	}
	

	
}

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

	.page-id-1439 .galery h2{
		display: block;
		margin: 0 auto;
		margin-bottom: 30px;
	}

	.page-id-1439 .galery__photo{
		display: block;
		margin: 0 auto;
		margin-bottom: 30px;
		width: 330px;
   		height: 210px;
	}

	.page-id-1439 .photo__vertikal, .photo__horizont{
		display:none;
	}
	.page-id-1439 .employers__text{
		max-width: 100%;
	}

	.page-id-1439 .ourcongrats__card{
		width: 90%;
		flex-direction: column;
	}

	.page-id-1439 .ourcongrats__text{
		width: 100%;
	}

	.page-id-1439 .ourcongrats__autor{
		padding-left: 0;
	}

	.page-id-1439 .wrapper__photo{
		height: 610px;
		margin-left: 40px;
		width: 350px;
		background-size: 530px;
	}

	.page-id-1439 .wrapper__text{
		margin-left: 150px;
		width: 240px;
		height: 100px;
		margin-top: -230px;
	}

	.page-id-1439 .logo__img{
		width: 500px;
		height: 220px;
		margin-top: -350px;
		margin-bottom: 140px;
	}

	.page-id-1439 .cover__text{
		width: 270px;
		margin-top: 15px;
	}

	.page-id-1439 .cover__text2{
		margin-bottom: 0;
	}

	.page-id-1439 .fiveyear__cards{
		justify-content: space-evenly;
		flex-direction: column;
		margin-top: 0px;
		padding-bottom: 0;
		margin-right: 20px;
	}

	.page-id-1439 .card{
		max-width: 130px;
		height: 125px;
	}

	.page-id-1439 .fiveyear__photo{
		width: 140px;
		margin-left: -15px;
	}

	.page-id-1439 .logo{
		width: 140px;
	}

	.page-id-1439 .logo img{
		width: 140px;
	}

	.page-id-1439 .congrats{
		background-size: 480px;
		margin-left: 0px;
		width: 540px;
	}

	.page-id-1439 .why__photo1{
		background-size: 470px;
		width: 390px;
		height: 640px;
	}

	.page-id-1439 .why__photo{
		width: 270px;
	}

	.page-id-1439 .why__customer{
		margin-left: 250px;
		margin-top: -230px;
		width: 180px;
		height: 100px;
	}

	.page-id-1439 .btn{
		margin-bottom: 23px;
		margin-top: 0;
	}

	.page-id-1439 .statistick{
		flex-direction: column;
	}

	.page-id-1439 .statiswick__zone1, .page-id-1439 .statiswick__zone2, .page-id-1439 .statiswick__zone3, .page-id-1439 .statiswick__zone4, .page-id-1439 .statistick__title{
		width: 100%;
		flex-wrap: wrap;
	}

	.page-id-1439 .statistick__fiveyear{
		width: 49%;
	}

	.page-id-1439 .statistick h2{
		width: 100%;
    	text-align: center;
	}

	.page-id-1439 .statistick__photo{
		background-size: 700px;
    	width: 100%;
	}

	.page-id-1439 .statistick__photo2{
		background-size: 540px;
		width: 40%;
		margin-left: 70px;
	}

	.page-id-1439 .statistick__text{
		width: 100%;
	}
	.page-id-1439 .statistick__block, .page-id-1439 .statistick__block2{
		display: none;
	}

	.page-id-1439 .statistick__five{
		margin-top: 0;
		height: 300px;
		border-right: 1px solid #fff;
	}

	.page-id-1439 .statiswick__zone4{
		margin-left: 7px;
	}
}

@media screen and (max-width: 768px){
	.page-id-1439 .offer p{
		width: 100%;
		font-size: 32px;
	}

	.page-id-1439 .offer{
		background-size: 700px;
		height: 360px;
	}

	.page-id-1439 .offer_text{
		margin-top: 120px;
	}

	.page-id-1439 .card5{
		margin-right: -90px;
	}

	.page-id-1439 .statistick__photo2{
		margin-left: 55px;
	}

	.page-id-1439 .why__photo1{
		background-size: 310px;
		width: 270px;
		height: 480px;
	}
	.page-id-1439 .why__customer{
		margin-left: 160px;
		margin-top: -230px;
		width: 150px;
		height: 60px;
		font-size: 16px;
	}

	.page-id-1439 .why__photo{
		width: 200px;
		margin-bottom: 10px;
	}

	.page-id-1439 .why2{
		margin-top: 20px;
	}

	.page-id-1439 .btn{
		margin-bottom: 21px;
	}

	.page-id-1439 .fiveyear{
		flex-direction: column;
		padding-bottom: 100px;
	}

	.page-id-1439 .congrats{
		height: 700px;
	}

	.page-id-1439 .fiveyear__cards{
		flex-direction: row;
		justify-content: space-between;
		margin: 0 auto;
	}

	.page-id-1439 .logo__img{
		width: 65%;
		margin-top: -260px;
		margin-bottom: 60px;
	}

	.page-id-1439 .wrapper__photo{
		height: 430px;
		margin-left: 40px;
		width: 260px;
		background-size: 360px;
	}

	.page-id-1439 .wrapper__text{
		margin-left: 150px;
		width: 150px;
		height: 60px;
		margin-top: -160px;
		font-size: 12px;
		padding: 5px;
	}

	.page-id-1439 .wrapper__text h3{
		font-size: 10px;
	}

	.page-id-1439 .cover__text{
	font-size: 10px;
    width: 180px;
    margin-top: 0px;
	}

	.page-id-1439 .cover__text h1{
		font-size: 16px;
		font-weight: normal;
		margin-bottom: 10px;
	}
	.page-id-1439 .progres{
		margin-bottom: 10px;
	}

}

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

	.page-id-1439 .offer_text{
		height: auto;
	}
	.page-id-1439 .statistick__photo{
		background-size: 550px;
	}

	.page-id-1439 .statistick__photo2{
		margin-left: 2px;
		background-size: 400px;
    	width: 50%;
	}

	.page-id-1439 .statistick__text{
		margin-top: 30px;
	}

	.page-id-1439 .statistick__fiveyear{
		height: 350px;
	}

	.page-id-1439 .statistick__five, .page-id-1439 .statistick_three{
		height: 390px;
	}

	.page-id-1439 .statistick__five{
		padding-top: 25px;
	}

	.page-id-1439 .congrats{
		background-size: 370px;
		height: 530px;
		width: 400px;
	}

	.page-id-1439 .fiveyear__cards{
		justify-content: space-around;
	}
	.page-id-1439 .why__photo1{
		background-size: 240px;
		width: 200px;
		height: 335px;
	}

	.page-id-1439 .why__customer{
		margin-left: 140px;
		margin-top: -150px;
		width: 100px;
		height: 45px;
		font-size: 10px;
	}

	.page-id-1439 .why__customer h3{
		font-size: 8px;
	}

	.page-id-1439 .why__photo{
		width: 130px;
   		margin-bottom: 5px;
	}

	.page-id-1439 .btn{
		width: 120px;
		margin-bottom: 11px;
		font-size: 10px;
	}

	.page-id-1439 .wrapper__photo{
		height: 350px;
		margin-left: 35px;
		width: 180px;
		background-size: 260px;
	}

	.page-id-1439 .wrapper__text{
		margin-left: 115px;
		width: 100px;
		height: 40px;
		margin-top: -160px;
		font-size: 10px;
		padding: 5px;
	}

	.page-id-1439 .wrapper__text h3 {
		font-size: 7px;
	}

	.page-id-1439 .cover__text{
		font-size: 8px;
		width: 120px;
	}

	.page-id-1439 .cover__text h1{
		font-size: 12px;
	}

	.page-id-1439 .progres{
		width: 20px;
		height: 20px;
	}

	.page-id-1439 .progres span{
		margin-left: 40px;
		font-size: 10px;
	}

	.page-id-1439 .progres4{
		margin-left: 60px;
	}

	.page-id-1439 .progres4 span{
		margin-left: 240px;
	}

	
}
@media screen and (max-width: 425px){
	.page-id-1439 .ourcongrats__card p {
		text-align: center;
	}

	.page-id-1439 .ourcongrats{
		font-size: 10px;
	}

	.page-id-1439 .statistick__fiveyear {
		height: 370px;
	}

	.page-id-1439 .statiswick__zone4 {
		margin-left: 6px;
	}

	.page-id-1439 .congrats {
		background-size: 330px;
		height: 480px;
		width: 350px;
	}

	.page-id-1439 .why__photo1 {
		background-size: 200px;
		width: 160px;
		height: 280px;
	}
	.page-id-1439 .why__customer {
		margin-left: 120px;
		margin-top: -90px;
		width: 80px;
		height: 35px;
		font-size: 8px;
		padding-left: 5px;
	}

	.page-id-1439 .why__photo {
		width: 110px;
		margin-bottom: 10px;
	}

	.page-id-1439 .btn {
		width: 80px;
		margin-bottom: 5px;
		font-size: 8px;
		padding: 10px;
	}

	.page-id-1439 .logo__img {
		margin-top: -210px;
		margin-bottom: 0px;
	}

	.page-id-1439 .wrapper__photo {
		height: 330px;
		margin-left: 30px;
		width: 160px;
		background-size: 220px;
	}

	.page-id-1439 .wrapper__text{
		margin-left: 110px;
		width: 80px;
		height: 40px;
		margin-top: -160px;
		font-size: 8px;
		padding: 3px;
	}
}

@media screen and (max-width: 375px){
	.page-id-1439 .offer {
		background-size: 490px;
		height: 320px;
	}

	.page-id-1439 .galery__photo{
		width: 260px;
    	height: 181px;
	}

	.page-id-1439 .galery h2{
		font-size: 20px;
	}

	.page-id-1439 .employers__text h2 {
		font-size: 24px;
	}

	.page-id-1439 .employers__text{
		font-size: 12px;
	}

	.page-id-1439 .ourcongrats__photo{
		width: 150px;
   		height: 150px;
	}

	.page-id-1439 .statistick h2{
		font-size: 20px;
		margin-top: 10px;
	}

	.page-id-1439 .statistick__fiveyear{
		height: 250px;
	}

	.page-id-1439 .statistick__fiveyear h3{
		font-size: 18px;
	}

	.page-id-1439 .statistick__subtext3 {
		font-size: 10px;
	}

	.page-id-1439 .statistick__subtext2 {
		font-size: 10px;
	}

	.page-id-1439 .statistick__text{
		font-size: 18px;
	}

	.page-id-1439 .statistick__photo {
		background-size: 410px;
		width: 95%;
		height: 300px;
	}	

	.page-id-1439 .statistick__photo2{
		height: 290px;
	}

	.page-id-1439 .statiswick__zone4 {
		margin-left: 0px;
		margin-top: 5px;
	}

	.page-id-1439 .statistick__four{
		border-right: none;
	}

	.page-id-1439 .why__photo1 {
		background-size: 170px;
		width: 140px;
		height: 240px;
	}

	.page-id-1439 .why__customer {
		margin-left: 100px;
	}

	.page-id-1439 .why__photo {
		width: 75px;
	}

	.page-id-1439 .congrats {
		background-size: 280px;
		height: 400px;
		width: 300px;
	}

	.page-id-1439 .wrapper__photo {
		height: 280px;
		margin-left: 25px;
		width: 140px;
		background-size: 170px;
	}

	.page-id-1439 .wrapper__text {
		margin-left: 100px;
		width: 65px;
		margin-top: -120px;
	}

	.page-id-1439 .cover__text h1 {
		font-size: 8px;
	}

	.page-id-1439 .cover__text {
		font-size: 6px;
		width: 110px;
		margin-right: 15px;
	}

	.page-id-1439 .ourcongrats__card{
		margin: 20px 0;
	}
}




