@import url('https://fonts.googleapis.com/css?family=Exo+2:300,300i&display=swap&subset=cyrillic');

#developer {
	display: block;
	padding: 23px 0 20px;
	font-family: 'Exo 2';
	font-size: 14px;
	line-height: 16px;
	font-weight: 300;
	font-style: italic;
	text-align: center;
	color: #999999;
	cursor: default;
	background-color: #191919;
	
}
#developer a.logo {
	display: inline-block;
	margin-top: -4px;
	margin-left: 4px;
	vertical-align: middle;
	outline: none;

}
#developer a.logo svg {
	display: block;
	width: 80px;
	height: 36px;
}
#developer a.logo svg g {
	fill: #999999;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
#developer a.logo:hover svg g {
	fill: #ffffff;
}


.thankimg {
	display: block;
	max-height: 90vh;
	max-width: 90vw;
	margin: 0 auto;
}

