.cornerbanner {
	width              : 177px;
	height             : 162px;
	background         : url('../img/telegram.png?v=13') no-repeat 0 100%;
	position           : fixed;
	z-index: 999 !important;
	bottom             : 0;
	left               : 0;
	cursor             : pointer;
	display            : none;
	text-decoration    : none;
	margin             : 0;
	padding            : 0;
	opacity            : 0;
	-webkit-transition : all 2.7s ease;
	-o-transition      : all 2.7s ease;
	transition         : all 2.7s ease
}
.cornerbanner.add {
	display            : block;
	-webkit-transition : all 3s ease;
	-o-transition      : all 3s ease;
	transition         : all 3s ease;
	opacity            : 1
}
.cornerbanner:hover {
	-webkit-transition : all .7s ease;
	-o-transition      : all .7s ease;
	transition         : all .7s ease;
	opacity            : .9
}
.cornerbanner span.info {
	color       : #FFF;
	font-size   : 11px;
	font-family : proxima_nova, sans-serif;
	font-weight : 600;
	position    : absolute;
	bottom      : 34px;
	right       : 40px;
	width       : 114px;
}
.cornerbanner span.info span {
	color : #37AEE2;
}
.cornerbanner a {
	width  : 177px;
	height : 186px
}
.cornerbanner a, .cornerbanner span.close {
	display : -webkit-box;
	display : -webkit-flex;
	display : -moz-box;
	display : -ms-flexbox;
	display : flex
}
.cornerbanner span.close {
	margin                  : 0;
	z-index                 : 10;
	cursor                  : pointer;
	position                : absolute;
	width                   : 28px;
	height                  : 25px;
	padding                 : 0 0 2px;
	border-radius           : 3px;
	right                   : -20px;
	top                     : -20px;
	float                   : right;
	background              : rgba(0, 0, 0, .2);
	text-decoration         : none;
	-webkit-box-pack        : center;
	-webkit-justify-content : center;
	-moz-box-pack           : center;
	-ms-flex-pack           : center;
	justify-content         : center;
	-webkit-box-align       : center;
	-webkit-align-items     : center;
	-moz-box-align          : center;
	-ms-flex-align          : center;
	align-items             : center;
	color                   : #FFF;
	-webkit-transition      : all .7s ease;
	-o-transition           : all .7s ease;
	transition              : all .7s ease
}
.cornerbanner span.close:hover {
	background         : rgb(113, 61, 112);
	color              : #FFF;
	-webkit-box-shadow : 0 0 15px rgba(0, 0, 0, .26);
	box-shadow         : 0 0 15px rgba(0, 0, 0, .26)
}
@media (max-width : 700px) {
	.cornerbanner.add {
		display : none !important;
	}
}