* {padding: 0;margin: 0;border: 0;}
html, body {height: 100%; width: 100%;}

body {
	/*font-family: 'Source Sans Pro', sans-serif;*/
}
.wrapper {
	min-height: 100%;
	overflow: hidden;
	display: flex;
	flex-direction: column;

} 
.container {
	max-width: 1100px;
	margin: 0 auto;
	/*padding-bottom: 40px;*/
	position: relative;


}

.content {
	flex: 1 1 auto;
		

}
.footer {
	border-top: 2px  #dae3e7 solid;
}
.footer_row {
	justify-content: space-between;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	padding-top: 30px;
	padding-bottom: 30px;
	
}

.header {
	/*top: 0;*/
	position:relative; 
	/*background-image: url(img/hfon-2.jpg);*/
	background-repeat: no-repeat;
	background-size: cover;
	/*background-position-y:100px;
	background-size: cover;*/
	z-index: 100;
}

.header__row  {
	display: flex;
	justify-content: flex-start;		
	vertical-align: middle;
	align-items: flex-start;
	flex-wrap: wrap;
	padding-left: 30px;
}

.footer__cont {
	display: flex;
	width: 300px;	
	font-size: 20px;
	justify-content: center;}

.header-l {
	/*border-bottom: 1px dashed;*/
}

.hide-block {
display:none;
}

.header_image {
	width: 260px;
	text-align: center;
	margin-top: 35px;
}

.header__cont, .header__cont2 {
	margin-top: 30px;
	/*margin-left: -130px;*/
	/*width: 240px;	*/
	font-size: 22px;
	
	
	
}

.header__cont {
	display: flex;
	position: absolute;
	right: 50px;	
	text-align: left;

}

.profi-widget {
	display: flex;
}



.header__cont span, .header__cont2  span, .footer__cont span {
	font-weight: bolder;
}

.header__cont  a.Tel, .header__cont2 a.Tel, .footer__cont a.Tel  {
	text-decoration: none;
	color: black;
}

.header__cont2 a.Tel {
	text-decoration: none;
	color: black;
}

.header__cont2 {
	display: none;
}

.header_image img {
	max-width: 260px;
	border-radius: 130px;
}

.header__text {
	padding-left: 45px;	
	padding-top: 105px;
	max-width: 530px;

	width: 100%;
	display: flex;
	flex-direction: column;

}

.header__title {
	font-weight: 600;
    font-size: 36px;
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 50px;
    word-wrap: break-word;
}
.header__label {
	/*padding-top: 20px;*/
	font-family: 'Roboto Slab', serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.35;    
}

.info-blocks {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	margin-top: 20px;
	flex-wrap: wrap;	 
	max-width: 960px;
	margin: 0 auto;
	


}

.info-block {
	max-width: 400px;
	padding-top: 60px;
	margin-right: 40px;
	margin-bottom: 35px;


}


.block1, .block2, .block3, .block4 {
	border-radius: 12px;
}

.block1 {
	background-image: url(img/icon-prog.png);
	background-repeat: no-repeat;
	background-position: top right;

	background-size: 30%;
	
}

.block2	{
	background-image: url(img/icon-ege.png);
	background-repeat: no-repeat;
	background-position: top right;
	background-size: 30%;
}

.block3 {
	background-image: url(img/icon-infr.png);
	background-repeat: no-repeat;
	background-position: top right;
	background-size: 30%;
}

.block4 {
	background-image: url(img/icon-mat.png);
	background-repeat: no-repeat;
	background-position: top right;
	background-size: 30%;
}

.info-block-text {
	font-family: 'Roboto Slab', serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    padding-left: 15px;
    color: #787878;
    cursor: pointer;

}

.info-block-text> b {
	color: #000;
}

.info-lable {
	padding-bottom: 20px;
	font-size: 24px;
	font-weight: 900;
	line-height: 1.2;
	/*padding-left: 30px;*/
	margin-left: 15px;
	font-family: 'Source Sans Pro', sans-serif;
	border-bottom: 1px solid #fff0ad;
	margin-bottom: 30px;
	height: 66px;

}
.inf-block-price {
	font-size: 18px;
	font-family: 'Source Sans Pro', sans-serif;
	padding-left: 15px;
	border-top: 1px solid #fff0ad;
	padding-top: 20px;
	margin-top: 20px;
}

.price {
	color: #0139ac;
	line-height: 1.5;
	font-weight:700;
}


.Raspisanie_hscroll {
	display: flex;
	justify-content: center;
	width: 100%;
	margin-top: 40px;
	

}

div.Raspisanie_hscroll > div:first-child {	
	
}

.Raspisanie {
	width: 938px;	
	border: 0px solid #888;
	display: block;
	position: relative;
	text-align: center;
}

.block {
	position: absolute;	
	display: flex;
	align-content: center;
	justify-content: center;
	width: 120px;	
	flex-direction: column;
	border-radius: 4px;
	font-size: 15px;
    font-family: 'Source Sans Pro';
}

.ochnik {
	background-color: #a5ecdb;	
}

.online {
	background-color: #a5deec;
}

.viezd {
	background-color: #aae1b4;
}

.GrayZone {
	background-color: #e9e9e9;
}

.GoldZone {
	background-color: #fce97e;
}

.BlackZone {
	background-color: #606060;
}

.Times {	
	width: 100%;
}

span.Time {
	display: flex;	
	justify-content: space-between;	
	color: #9db5c2;
	font-size: 14px;
	line-height: 39px;		
	background: repeating-linear-gradient(#ffffff, #ffffff 50%,#f5f0a8 54%);
	width: 940px;
	/*border-top: 1px solid #f5f0a8;*/
	margin-top: 9px;
}

span.TText:last-child {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: -60px;

}

.TText {
	background-color: #ffffff;
	padding-right: 15px;
	padding-left: 15px;
}

span.line  {
	display: inline-block; 
  	vertical-align: middle;
}




.Day {
	width: 120px;
	height: 50px;
	border: 0px solid #888;
	margin-right: 3px;	
}

.DayName{
	color: #3b58a1;
	border-bottom: 2px solid #80d0f1;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 900;
    font-size: 16px;
	line-height: 2;

}


.Week{
	width: 100%;
	height: 500px;
	border: 0px solid #888;
	background-image: url("img/daylinefon2.jpg");
}

.DayLine{
	width: 20px;
	border: 1px solid #888;
	vertical-align: top;
	border-right: 5px solid #FFF;
}


.Zan, .Zan2 {
	display: flex;
	align-items: center;	
	justify-content: center;
	border-radius: 4px;
	margin-top: 2px;
	font-size: 14px;

}

.Zan {
	
	min-height: 50px;
	
}

.Zan2 {
	
	min-height: 100px;
	
}


/*725*/
@media all and (max-width: 880px) {
	.Raspisanie_hscroll {
		overflow: auto;
		position: relative;
		display: block;
		box-sizing: border-box;
		
		}
	div.Raspisanie   {
		display: inline-block;
		vertical-align: top;
		width: 1050px;
		overflow-x: auto;		
		-webkit-overflow-scrolling: touch;
	

	}

	.header__text {
		margin-top: 15px;
		padding-top: 0px;
		padding-left: 0px;
		text-align: center;
		align-items: center;


	}
	.header__title {
		line-height: 42px;
		text-align: center;
	}
	.header__cont {
		margin-left: 0px;
		display: none;


	}

	.header__cont2 {
		display: flex;
		text-align: center;
		width: 100%;
		align-items: center;
		justify-content: center;
	}
	.info-block {
		margin-right: 10px;
	}
	.header__row {
		align-items: center;
		justify-content: center;
		padding-left: 10px;
		padding-right: 10px;
	}

	.header__label {
		margin-top: 20px;
	}

	.footer_row {
		flex-direction: column-reverse;
		justify-content: center;
		align-items: center;
	}
	.footer__cont {
		margin-bottom: 30px;
	}

}

h2 {
	margin-top: 85px;
	margin-bottom: 60px;
	text-align: center;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 48px;
}

.Days {
	width: 980px;	
	height: 50px;	
	position: absolute;
	top: -22px;
	display: flex;
	flex-wrap: nowrap;
	margin-left: 70px;
	margin-right: 70px;

	
}

span.Day {
	/*width: 160px;*/
	/*width: 100%;*/
	color: #3b58a1;
	font-size: 16px;	
	display: inline-block;	
	border-bottom: 2px solid #81d0f1;
	line-height: 60px;	
	z-index: 0;
	margin-right: 3px;
}

.DText {
	background-color: #ffffff;
	padding-right: 30px;
}

.Hfon {
	position: absolute;
	width: 100%;
    height: 260px;
	top: 0;
	background-image: url("img/hfon-2.jpg");
	background-size: cover;
	border: 0px solid #000000;
	z-index: 0;
}

.Telegram {
	width: 32px;
	height: 32px;
	background-image: url("img/telegram.png"); 
	background-size: cover;
	margin-left: 10px;
}

.Whatsapp {
	width: 32px;
	height: 32px;
	background-image: url("img/whatsapp.png"); 
	background-size: cover;
	margin-left: 10px;
}

.Max {
	width: 26px;
	height: 26px;
	background-image: url("img/max.png"); 
	background-size: cover;
	margin-left: 14px;
	margin-top: 2px;
}
