/*@import url('https://fonts.googleapis.com/css?family=Fira+Sans:700,900');*/


    @font-face {
		font-family: 'Fira Sans';
		font-style: normal;
		font-weight: 700;
		src: url(fonts/FiraSans-Bold.ttf) format('truetype');}
    
    @font-face {
		font-family: 'Fira Sans';
		font-style: normal;
		font-weight: 900;
		src: url(fonts/FiraSans-Black.ttf) format('truetype');}

#hidden-content{
	width: 900px;
	border-radius: 4px;
}
.leftBlock{
    font-family: 'Fira Sans', sans-serif;
	width: 65%;
	float: left;
}
.rightBlock{
	width: 31%;
	float: right;
	padding: 17px;
}
.line1{
	position: relative;
	background: #F1162B;
	color: #fff;
	min-height: 175px;
	text-transform: uppercase;
	font-size: 30px;
    font-weight: bold;
    padding-left: 260px;
    padding-top: 40px;
}
.line1 span,.line2 span{
	font-size: 35px;
}
.line2{
	position: relative;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 30px;
}
.manModal{
	position: absolute;
	bottom: 0;
	left: 35px;
	top: 10px;
	max-width: 280px;
}
.fancybox-slide>*{
	padding: 0 /*!important*/;
}
.colRed{
	font-size: 30px;
	color: #F1162B;
}
.proc{
	font-size: 90px;
	font-weight: bold;
	color: #F1162B;
	position: absolute;
	bottom: 0;
	right: 0;
}
.procLeft{
	float: left;
	text-align: right;
	width: 54%;
	margin-top: 15px;
}
.procRight{
	float: right;
	text-align: left;
	font-size: 90px;
	color: #F1162B;
	width: 42%;
	font-weight: 900;
}
.miniTxt{
	font-size: 12px;
}
#hidden-content input[name='phone']{
	width: 100%;
}
.btnModal{
	background: linear-gradient(to bottom, #32AB48 ,#0E7B3D 100%);
    color: #fff;
    font-size: 24px;
    padding: 10px 20px !important;
    text-decoration: none;
    text-align: center;
    display: block;
    
    box-shadow: 0 4px 0 #025639;
    border: 1px solid #39BC4A; 
    border-radius: 3px; 
    line-height: 30px; 
    margin-top: 5px;
}

.btnModal:hover {
    background: linear-gradient(to bottom, #0E7B3D ,#32AB48 100%);
}






@media (min-width:768px) and (max-width:991px){
	#hidden-content{
		width: 700px;
	}
	.line1{
		font-size: 25px;
		padding-left: 200px;
	}
	.line1 span, .line2 span{
		font-size: 28px;
	/*	padding-left:200px; */
	}
	.line2{
		font-size: 25px;
	}
	.rightBlock{
		padding: 10px;
		width: 32%;
	}
	.procRight{
		font-size: 75px;
	}
	.procLeft{
	    width:54%;
	}
	.manModal{
	    max-width: 230px;
	    left: 5px;
	}
	
	
	
	
}
@media (min-width:520px) and (max-width:767px){
	#hidden-content{
		width: 500px;
	}
	.leftBlock{
		width: 100%;
	}
	.rightBlock{
		width: 100%
	}
	.line1{
		font-size: 25px;
		padding-left: 200px;
	}
	.line1 span, .line2 span{
		font-size: 28px;
	}
	.line2{
		font-size: 25px;
	}
	.rightBlock{
		padding: 425px 8px 15px 8px;
		width: 100%;
	    max-width: 400px;
	    margin-left: 42px;
	    float: none;
	    text-align: center;
	}
	.procRight{
		font-size: 75px;
	}
		.procLeft{
	    width:55%;
	}
	
	.manModal{
	    left: 20px;
	    max-height: 150px;
	}	
	
}
@media (max-width:519px){
	.manModal{
		display: none;
	}
	#hidden-content{
		width: 300px;
	}
	.leftBlock{
		width: 100%;
	}
	.rightBlock{
		width: 100%
	}
	.line1{
		font-size: 20px;
		padding-left: 0;
		text-align: center;
		min-height: 100px;
		padding-top: 25px;
	}
	.line1 span, .line2 span{
		font-size: 23px;
	}
	.line2{
		font-size: 20px;
		text-align: center;
		padding: 10px;
	}
	.rightBlock{
		padding: 270px 2px 2px 2px;
		width: 100%;
	    max-width: 260px;
	    margin-left: 18px;
	    float: none;
	    text-align: center;
	    
	}
	.procRight{
		font-size: 60px;
		width: 41%;
	}
	.procLeft{
		width: 54%;
		margin-top:12px;
	}
}