body {
	/*font-family: 'Press Start 2P', cursive;*/
	font-family: 'Comfortaa', cursive;
	height: 100%;
	background-image: url(img/solarmatch.jpg);
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
}

/*.bgi {
	background-image: url(img/trees.jpg);
	background-size: cover ;
	height: 100%;
	width: 100%;
}*/

.info {
	position: absolute;
	/*margin-left: auto;
	margin-right: auto;*/
	width: 470px;
	/*height: 150px;*/
	text-align: center;
	background: radial-gradient(ellipse closest-side at center, rgba(0,0,0,0.90),rgba(0,0,0,0.0));
	border-radius: 5px;


    top: 45%;
    left: 50%;
    margin-left: -235px;
    line-height: 1.8;
	padding: 10px;
}

.inbl {
	display: inline-block;
}

img {
	position: relative;
	display: inline;
	float: left;
}

span {
	font-size: 30px;
	color: 	#ffc742;
	/*#D8D9D4;*/
}

.email-info {
	/*float: middle;*/
	position: absolute;
    width: 310px;
    text-align: right;
    background: rgba(255, 165, 0,0.85);
    border-radius: 5px;

	/*right: 20px; /* same as height */
   /* height:20px;
	transform-origin: 95% 50%;
	/*line-height: -20px; /* same as height, for vertical centering */

	/*float: right;*/

	/*top: 45%;*/
    left: 50%;

    margin-left: -170px;
    bottom: 20%;
    border: 2px solid #232422;
    padding: 15px;
	/*transform: rotate(90deg);*/
	/*transform-origin: center center;*/
	font-size: 18px;
	color: 	#ffc742!important;
}

.email-info a{
	/*padding-right: 8%;*/
	text-align: center;
	display: inline;
	/*vertical-align: middle;*/
	float:right;
	position: absolute;  /* подробнее про position: absolute; */
  	/*top: 0;*/
  	left: 0;
  	/*bottom: 0;*/
  	right: 0;
	margin: auto;
}

a {

	color: 	#353535!important;
	display: inline-block;
	vertical-align: middle;
}

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

	/*body {
		background-size: 150% 100%;
	}*/

	.info {
		width: 450px;
		margin-left: -235px;
	}

	span {
		font-size: 25px;
	}
}

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

	body {
		background-size: auto 100%;
	}

	.info {
		width: 500px;
		margin-left: -260px;
	}

	span {
		font-size: 25px;
	}

	.email-info {
		transform: rotate(0deg);
		/*float: none;*/
		right: 50%;
		margin-right: -165px;
	}
}

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

	body {
		background-size: auto 100%;
	}

	.info {
		width: 450px;
		margin-left: -235px;
	}

	span {
		font-size: 25px;
	}
}

@media screen and (max-width: 470px) {
	.info {
		width: 400px;
		margin-left: -210px;
	}
	span {
		font-size: 25px;
	}
}

@media screen and (max-width: 418px) {
	.info {
		width: 300px;
		margin-left: -160px;
	}
	span {
		font-size: 20px;
	}

	.email-info {
		width: 250px;
		margin-left: -145px;
		font-size: 16px;
	}

	img {
		display: none;
	}
}