.appBadges {
	background-color:#FFF;
	height: 60px;
	padding-left: 15px;
	padding-right: 15px;
}
.optionsAppBadges .appBadges {
	background-color: transparent !important;
}
.badgesBox {
	display: flex;
	justify-content: space-between;
}
.oneBadge {
	display: inline-block;
	position: relative;
	vertical-align: top;
}
.oneBadge a {
	display:inline-block;
	overflow:hidden;
	height:60px;
	background-size: auto 40px !important;
	margin-top: 9px;
	margin-bottom: 9px;
	height: 40px;
}
.onebadge a {
	display:inline-block;
	overflow:hidden;
}
.appBadges.lv .google {
	background: url(/images/appBadges/gPlayLV.svg) no-repeat;
}
.appBadges.en .google {
	background: url(/images/appBadges/gPlayEN.svg) no-repeat;
}
.appBadges.ru .google {
	background: url(/images/appBadges/gPlayRU.svg) no-repeat;
}
.appBadges.lv .huawei {
	background: url(/images/appBadges/appGalLV.svg) no-repeat;
}
.appBadges.en .huawei {
	background: url(/images/appBadges/appGalEN.svg) no-repeat;
}
.appBadges.ru .huawei {
	background: url(/images/appBadges/appGalRU.svg) no-repeat;
}
.appBadges.lv .ios {
	background: url(/images/appBadges/appStLV.svg) no-repeat;
}
.appBadges.en .ios {
	background: url(/images/appBadges/appStEN.svg) no-repeat;
}
.appBadges.ru .ios {
	background: url(/images/appBadges/appStRU.svg) no-repeat;
}
.oneBadge .google {
	width:136px;
}
.oneBadge .huawei {
	width:134px;
}
.oneBadge .ios {
	width:120px;
}
@media only screen and (hover: none) and (pointer: coarse){
	.badgesBox {
		justify-content: space-evenly;
	}
}
@media screen and (max-width: 768px) {
	.badgesBox {
		justify-content: center;
	}
}
