@font-face {
	font-family: 'HelveticLight';
	src: url('../fonts/helveticaneuecyr-light.otf');
}

#myModal {
	margin-top: 100px;
}

.modal-image {
	width: 500px;
	
}

.modal-title {
	font-family: HelveticLight;
	font-size: 20px;
}

.modal-download {
	font-size: 50px;
	text-align: center;
	color: #5DC8CD;
}

.modal-download-icon {	
	cursor: pointer;
}

.modal-plan {
	text-align: center;
}

@media only screen and (max-width: 800px) {
	.modal-image {
		width: 400px;
	
	}	

}


@media only screen and (max-width: 400px) {
	.modal-image {
		width: 300px;
		
	}

}
