#toprtxt {
	position: absolute;
	top: 120px;
	left: 5%;
	color: #fff;
	font-size: 20px;
}
#toprtxt .line1 {
	display: block;
	font-family: 'WOFF2 Peugeot New Cyrillic Beta1-Regular', Arial, sans-serif;
	font-weight: bold;
	//font-size: 25px;
	font-size: 2vw;
}
#toprtxt .line2 {
	display: block;
	font-family: 'WOFF2 Peugeot New Cyrillic Beta1-Regular', Arial, sans-serif;
	font-size: 1.2vw;
}
.imgtxtblock2 {
	background-color: #000;
	color: #fff;
	padding: 20px 0;
	display: none;
}

@media only screen and (max-width: 991px) {
	#toprtxt {
		position: absolute;
		top: 120px;
		left:0px;
		color: #fff;
	}
	#toprtxt .line1 {
		font-size: 3vw;
	}
	#toprtxt .line2 {
		font-size: 1.7vw;
	}
	
	.imgtxtblock2 {
		display: block;
	}
	.txtpl {
		width: 80%;
		float: none;
		text-align: left;
		margin: 0 auto;
	}
	#toprtxt {display:none;}
	.txt1 {font-weight:bold; font-size:20px; line-height: 20px; margin-bottom:20px;}
	.txt2 {font-size:14px; line-height:14px;}
}

@media only screen and (max-width: 600px) {
	#toprtxt {
		top:27%;
	}
	#toprtxt .line1 {
		font-size: 4vw;
	}
	#toprtxt .line2 {
		font-size: 2.3vw;
	}
	#toprtxt {display:none;}
}