.authentication {
	margin: 12px 0 0 0;
}

.authentication-list {
	display: flex;
	align-items: center;
	justify-content: center;
}

.authentication-item {
	width: 36px;
	height: 36px;
	text-decoration: none;
	text-transform: none;
	display: flex;
	align-items: center;
	font-family: 'Roboto-Medium', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 23px;
	color: #fff;
	max-width: 300px;
}

.authentication-item:hover {
	text-decoration: none;
	color: #fff;
}
.authentication-item img {
	width: 100%;
	max-width: 38px;
	height: 100%;
	max-height: 38px;
}

.authentication-list_vertical {
	flex-direction: row;
	align-items: stretch;
	flex-wrap: wrap;
}

.authentication-list_vertical:after {
	content: "";
	height: 1px;
	opacity: 0;
	margin: 2px;
	max-width: 300px;
	width: 100%;
}

.authentication-list_vertical .authentication-item {
	width: 100%;
	margin: 2px;
}


.authentication-list_text .authentication-item img {
	margin-right: 13px;
}

.authentication-item:not(:last-child) {
	margin-right: 2px;
}

.authentication-item_fb {
	background: linear-gradient(0deg, #3A589E, #3A589E), #3A589E;
}


.authentication-item_tw {
	background: linear-gradient(0deg, #1EBEF0, #1EBEF0), #1EBEF0;
}

.authentication-item_vk {
	background: linear-gradient(0deg, #5181B8, #5181B8), #5181B8;
}

.authentication-item_ok {
	background: linear-gradient(0deg, #F7931E, #F7931E), #F7931E;
}

.authentication-item_gp {
	background: linear-gradient(0deg, #DD4B39, #DD4B39), #DD4B39;
}