.alape-video-container .video-button {
	display: inline-block;
	border: 1px solid #c9c8c6;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 10;
	border-radius: 50%;
	cursor: pointer;
	background: #ffffff;
	padding: 4px;
	margin: 0;
	font-size: 0;
	line-height: 1;
	margin: -30px 0 0 -30px;
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
	-o-transition: opacity .3s;
	-ms-transition: opacity .3s;
	transition: opacity .3s;
}

.alape-video-container.play .video-button {
	opacity: 0;
}

.alape-video-container.play:hover .video-button {
	opacity: 1;
}

.alape-video-container .video-button span {
	display: inline-block;
	width: 44px;
	height: 44px;
	background: #c5c3c2;
	border-radius: 50%;
	cursor: pointer;
	font-size: 0;
	line-height: 1;
	position: relative;
}

.alape-video-container .video-button span:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 17px 0 17px 29.4px;
	border-color: transparent transparent transparent #ffffff;
	position: absolute;
	left: 13px;
	top: 5px;
	z-index: 1;
	cursor: pointer;
}

.alape-video-container.play .video-button span:before,
.alape-video-container.play .video-button span:after {
	content: '';
	display: block;
	width: 5px;
	height: 26px;
	background: #ffffff;
	position: absolute;
	left: 15px;
	top: 9px;
	z-index: 1;
	border: 0;
}

.alape-video-container.play .video-button span:after {
	left: 24px;
}

.content-block .shop_art_link {
    background: url("/images/strelka_for_art.gif") no-repeat scroll left top #cccccc;
    color: #000000;
    display: inline-block;
    float: left;
    font: 12px Arial,Tahoma,Verdana;
    padding: 1px 7px 1px 26px;
    text-decoration: none;
}
.content-block .shop_art_link:hover {
    background-color: #787878;
    color: #ffffff;
}

.modal-box {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.63);
    text-align: center;
    display: none;
}

.modal-window {
    display: inline-block;
    width: 1055px;
    background: #ffffff;
    box-shadow: 0 0 7px rgba(24, 24, 25, 0.27);
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -528px;
    margin-top: -300px;
}

.modal-window .modal-content {
    font-size: 17px;
    font-weight: 300;
    color: #32404d;
}

.modal-window .close {
    background: url("/images/intro_next.gif") no-repeat scroll right top rgba(0, 0, 0, 0);
    color: #ffffff;
    font: bold 12px/16px Arial;
    padding: 0 28px 2px 0;
    text-decoration: none;
    position: absolute;
    right: 12px;
    top: 12px;
    z-index: 1;
    cursor: pointer;
}