.social-button-list-small{
	display: flex;
	gap: 5px;
	bottom: 15px;
	margin-top: 11px;
	text-align: center;
}
.logIcon{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px;
	border-radius: 8px;
	flex-wrap: wrap;
}

.logIcon svg{
	width: 30px;
	height: 30px;
}
.loginForm__body .logIcon svg{
	width: 25px;
	height: 25px;
}
@media (max-width: 500px){
	.loginForm__body .logIcon svg{
		width: 35px;
		height: 35px;
	}
}
@media (max-width: 360px){
	.loginForm__body .logIcon svg{
		width: 35px;
		height: 35px;
	}
}
.logIcon--vk{
	background: #2787f5;
}
.logIcon--vk svg{
	fill: #ffffff;
}
.logIcon--ya{
	background: #fc3f1d;
}
.logIcon--mail{
	background: #005ff9;
}
.logIcon--mail svg{
	fill: #ff9e00;
	border: transparent;
}
.logIcon--apple{
	background: #000;
}


/* .social-button-list-small-vkcom{
	background-position: 0 0;
	margin-right: 5px;
}
.social-button-list-small-mailru{
	background-position: -96px 0;
	margin-right: 5px;
}
.social-button-list-small-yandex{
	background-position: -128px 0;
	margin-right: 5px;
}
.social-button-list-small-facebook{
	background-position: -32px 0px;
	margin-right: 5px;
}
.social-button-list-small-google{
	background-position: -64px 0;
	margin-right: 0px;
} */
.social-login-wrap .social-button-list-small {
	display: flex;
	justify-content: center;
}


.soc-button{
	text-align:center;
	font-size: 14px;
}
.soc-button a{
	display: inline-block;
	font-size: 13px;
	padding: 5px 10px;
	padding-left: 30px;
	text-decoration: none;
	background-color:#e2e2e2;
	margin-right: 5px;
	color:#fff;
	background-position: 8px 50%;
	background-repeat: no-repeat;
	margin-bottom:5px;
	border-radius: 4px;
}
.soc-button .vkontakte{
	background-image: url(https://s.9111s.ru/img/reg/b_vk.png);
	background-color:#5277a3; margin-left: 5px;
}
.soc-button .mailru{
	background-color:#168de2;
	background-image: url(https://s.9111s.ru/img/reg/b_mail.png);
}
.soc-button .google{
	background-color:#db4a39;
	background-image: url(https://s.9111s.ru/img/reg/b_gg.png);
}
.soc-button .facebook{
	background-color:#3c599f;
	background-image: url(https://s.9111s.ru/img/reg/b_fb.png);
}
.soc-button .odnoklassniki{
	background-color:#F6943C;
	background-image: url(https://s.9111s.ru/img/reg/b_ok.png);
}
.soc-button .yandex{
	background-color:#ff9d25;
	background-image: none; text-indent: 0;
}

.share_buttons {
	display: flex;
	flex-direction: row;
	width: 100%;
	justify-content: center;
}
.share_buttons__item {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	margin-right: 10px;
	border: 1px solid #ececec;
	/*border: 1px solid #000;*/
	border-radius: 4px;
}
.share_buttons__item:last-child {
	margin-right: 0;
}
.share_buttons__icon {
	cursor: pointer;
	padding: 5px 10px;
	position: relative;
}
.share_buttons__icon svg,
.share_buttons__icon img {
	width: 28px;
	height: 28px;
	display: block;
}
.share_buttons__counter {
	display: none;
	font-size: 18px;
	font-weight: 400;
	padding-right: 10px;
	color: #333;
	text-align: center;
}
.share_buttons__icon_9111 {

}
.share_buttons__icon_vkontakte {
	fill: #4680c2;
}
.share_buttons__icon_odnoklassniki {
	fill: #ee8208;
}
.share_buttons__icon_telegram {
	fill: #35a3dc;
}
.share_buttons__icon_whatsapp {
	fill: #25d366;
}