.box-modal {
	position: relative;
	width: 500px;
	padding: 16px;
	background: #fff;
	color: #3c3c3c;
	font: 14px/18px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
	box-shadow: 0 0 0 6px rgba(153, 153, 153, .3);
	border-radius: 6px;
	margin: 0 auto;
}

.box-modal-ad {
	position: relative;
	width: 345px;
	height: 170px;
	box-shadow: 0 0 0 6px rgba(153, 153, 153, .3);
}
@media (max-width: 600px) {
	.box-modal {
		width: 320px;
	}
}
.box-modal_close { position: absolute; right: 10px; top: 6px; font-size: 11px; line-height: 15px; color: #999; cursor: pointer; }
.box-modal_ad_close { position: absolute; right: 10px; top: 5px; font-size: 25px; line-height: 15px; color: #999; cursor: pointer; }
.box-modal_close:hover { color: #666; }

.arcticmodal-overlay, .arcticmodal-container {
	/*top: auto;*/
	max-width: 100vw;
}

.arcticmodal-container_i2 {
	padding: 0;
}

#header-soc-links {
	float: right;
	margin: 10px 0px 0px 0px;
}
#header-soc-links li {
	display: inline-block;
	padding-left: 5px;
}
#header-soc-links a {
	width: 40px;
	background: transparent url("/sites/all/themes/allboxing/img/soc_icons_allbox.png") no-repeat scroll;
	padding-top: 40px;
	display: block;
}
#header-soc-links .twitter-icon a {
	background-position: -90px 0px;
}
#header-soc-links .facebook-icon a {
	background-position: -45px 0px;
}
#header-soc-links .ok-icon a {
	background-position: -45px -45px;
}

#header-soc-links .zen-icon {
	width: 45px;
	height: 40px;
}

#header-soc-links .zen-icon a{
	background: transparent url("/sites/all/themes/allboxing_mobile/img/zen.png") no-repeat scroll;
	background-size: cover;
}

#header-soc-links .telegram-icon a{
	background-position: -225px 0px;
}

#header-soc-links.inpopup {
	float:none;
}
