/*
 Отбиваем свои стили
 */
 a:hover {color:#43474d !important;}
 ul.social-small li a:hover {
    color:#43474d !important;
	
}
.top-bar a:hover{color:#fff;}
.button-green {background-color:rgb(51,235,198);}
/* Payment ico's */
.icon-payments {
    background: url(../images/icons-payments-footer.png) no-repeat top left;
    height: 42px;
}
.icon-payments .belkart, .icon-payments .maestro, .icon-payments .mastercard, .icon-payments .gr, .icon-payments .visa, .icon-payments .erip, .icon-payments .epos {
    background: url(../images/icons-payments-footer.png) no-repeat top left;
    height: 42px;
}
.icon-payments .visa {
display: inline-block;
margin-right: 21px;
	background-position: 0 0;
	 width: 77px;
}
.icon-payments .maestro {
display: inline-block;
margin-right: 21px;
	background-position: 0 -84px;
    width: 55px;
}
.icon-payments .mastercard {
display: inline-block;
margin-right: 21px;
	background-position: 0 -42px;
    width: 55px;
}
.icon-payments .erip {
display: inline-block;
margin-right: 21px;
	background-position: 0 -168px;
    height: 42px;
	 width: 115px;
}
.icon-payments .belkart {
display: inline-block;
margin-right: 21px;
	background-position: 0 -126px;
    width: 38px;
}
.icon-payments .qr {
display: inline-block;
margin-right: 21px;
	background-position: 0 -210px;
    width: 42px;
}
.icon-payments .epos {
display: inline-block;
	background-position: 0 -252px;
    width: 79px;
}