

/* Start:/local/templates/zi/components/bitrix/catalog/catalog/bitrix/catalog.element/.default/style.css?161736384715368*/
.product__image-container {
	position: relative;
	margin-bottom: 12px;
}
.product__image {
	max-width: 635px;
	margin: auto;
	align-items: center;
}
.pegi-blurred .product__image {
	pointer-events: none;
}
.product__image-slider {
	display: flex;
	flex: 0 0 auto;
}
.pegi-blurred .product__image-slider,
.pegi-blurred .product__image-slider-nav {
	filter: blur(10px);
}
.product__image-slide {
	width: 100%;
	display: flex;
	justify-content: center;
}
.product__image-slide img {
	flex: 0 0 auto;
	margin: 0 auto;
	max-height: 423px;
	border-radius: 8px;
}
.product__image-slider:not(.slick-initialized) .product__image-slide:nth-child(n+2) {
	display: none;
}
.product__image-slider-nav {
	margin: 8px 48px;
	display: flex;
}
.product__image-slider-nav:not(.slick-initialized) .product__image-slider-nav-item:nth-child(n+6) {
	display: none;
}
.product__image-slider-nav .slick-list {
	max-width: 352px;
	margin: 0 auto;
}
.product__image-slider-nav .slick-track {
	min-height: 64px;
	margin: 0 auto;
}
.product__image-slider-nav-item {
	width: 64px;
	height: 64px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	margin-right: 8px;
	opacity: .4;
	cursor: pointer;
	border-radius: 4px;
}
.product__image-slider-nav-item img {
	max-width: 50px;
	max-height: 50px;
}
.product__image-slider-nav-item.slick-current {
	opacity: 1;
}

.slick-arrow {
	width: 36px;
	height: 36px;
}

.slick-arrow.slick-next {
	right: 6px;
}

.product__image-labels {
	position: absolute;
	display: flex;
	font-size: 14px;
	line-height: 1;
}
.product__image-labels_top {
	top: 6px;
	left: 5px;
	flex-direction: row;
	align-items: flex-start;
}
.product__image-labels_bottom {
	right: 18px;
	top: 391px;
	flex-direction: row-reverse;
	align-items: flex-end;
}
.product__image-labels_lang {
	top: 5px;
	right: 18px;
	flex-direction: row-reverse;
	align-items: flex-end;
}

.product__image-labels_lang .label_lang {
	position: relative;
	cursor: pointer;
	width: 20px;
	height: 20px;
    border-radius: 4px;
    margin-left: 4px;
    box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.15);
}

.tooltip_lang {
	display: none;
	position: absolute;
    top: -38px;
	left: 10px;
	transform: translateX(-50%);
	height: 30px;
	width: max-content;
	padding: 6px 8px;
	background: #1E202C;
	border-radius: 4px;
	color: #ffffff;
	text-align: center;
	font-weight: normal;
	font-size: 10px;
	line-height: 18px;
	transition: 0.5s 1.5s;
}

.tooltip_lang:after {
	content: "";
    position: absolute;
    bottom: -4px;
    left: 50%;
    width: 11px;
    height: 11px;
    background: #1E202C;
    border-radius: 2px;
    transform: translateX(-50%) rotate(45deg);
}

.label_lang:hover .tooltip_lang {
	display: block;
}

.product__image-labels-col {
	display: flex;
	flex-direction: column;
}
.product__image-labels_top .product__image-labels-col {
	align-items: flex-start;
}
.product__image-labels_top .product__image-labels-col + .product__image-labels-col {
	margin-left: 4px;
}
.product__image-labels_bottom .product__image-labels-col {
	align-items: flex-end;
}
.product__image-labels_bottom .product__image-labels-col + .product__image-labels-col {
	margin-right: 3px;
}
.product__image-label {
	padding: 6px;
	border-radius: 4px;
	color: #FFF;
	font-size: 12px;
	line-height: 1;
	font-weight: 600;
}
.product__image-label:hover {
	text-decoration: none;
}
.product__image-label + .product__image-label {
	margin-top: 3px;
}
.product__image-label.new {
	background-color: #5DA515;
}
.product__image-label.sale {
	background-color: #F84842;
}
.product__image-label.hit {
	background-color: #FDAD10;
}
.product__image-label.best_price {
	background-color: #CF0E08;
}
.product__image-label.preorder {
	background-color: #9423ED;
}
.product__image-label.addon {
	background-color: #33B6FF;
}
.product__image-label.showcase {
	background-color: #FEE4E3;
	color: #F84842;
}
.product-short {
	padding: 25px 20px;
	border: 1px solid #D9D9D9;
	border-radius: 8px;
}
.product-short__social {
	margin-bottom: 15px;
}
.product-short__social .rating {
	cursor: default;
}
.product-short__social .rating i {
	font-size: 16px;
	color: #E8E8E8;
}
.product-short__social .rating i:not(:last-child) {
	margin-right: 2px;
}
.product-short__social .rating i.active {
	color: #FDC81B;
}
.product-short__social .comments {
	font-size: 12px;
	cursor: default;
}
.product-short__social .comments i {
	font-size: 12px;
	color: #CCC;
	margin-right: 3px;
}
.product-short__social .comments-link {
	font-size: 14px;
	color: #868686;
	border-bottom: 1px solid #D9D9D9;
	line-height: 14px;
}
.product-short__social .comments-link:hover {
	color: #1E202C;
	border-color: #868686;
	text-decoration: none;
}
.product-short__multiprices {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-bottom: 15px;
}
.product-short__multiprice {
	font-size: 14px;
	line-height: 1;
}
.product-short__multiprice_current {
	font-size: 24px;
	line-height: 1.5;
}
.product-short__multiprice + .product-short__multiprice {
	margin-top: 5px;
}
.product-short__multiprice-price {
	font-weight: 600;
	white-space: nowrap;
}
.product-short__multiprice-price_old {
	text-decoration: line-through;
	color: #909090;
}
.product-short__price-block {
	display: flex;
	align-items: center;
	margin-bottom: 16px;
}
.product-short__price-out {
	position: relative;
	font-size: 24px;
	color: #909090;
	font-weight: bold;
	margin-right: 8px;
}
.product-short__price-out:after {
	content: "";
	position: absolute;
	height: 2px;
	width: 100%;
	left: 0;
	top: 50%;
	margin-top: -1px;
	background-color: #909090;
	transform: rotate(-5deg);
}
.product-short__price-info {
	position: relative;
}
.product-short__price-info-icon {
	font-size: 24px;
	color: #BFBFBF;
	cursor: pointer;
}
.product-short__price-info:hover .product-short__price-info-icon {
	color: #0095E8;
}
.product-short__price-info-tooltip {
	display: none;
	position: absolute;
	top: 0;
	left: 50%;
	padding-bottom: 12px;
	transform: translate(-50%, -100%);
	filter: drop-shadow(0 2px 6px rgba(0, 0, 0, .25));
	z-index: 1;
}
.product-short__price-info:hover .product-short__price-info-tooltip {
	display: block;
}
.product-short__price-info-tooltip-inner {
	position: relative;
	border-radius: 4px;
	background: #fff;
	padding: 12px 16px;
	width: 260px;
	font-size: 14px;
	line-height: 1.2;
}
.product-short__price-info-tooltip-inner:after {
	content: "";
	position: absolute;
	bottom: -6px;
	left: 50%;
	width: 12px;
	height: 12px;
	background: #fff;
	transform: translateX(-50%) rotate(45deg);
}
.product-short__price-old {
	font-size: 14px;
	line-height: 45px;
	color: #909090;
	text-decoration: line-through;
	display: inline;
	text-decoration-color: #f84842;
}
.product-short__price-old + .product-short__price {
	color: #F84842;
	float: left;
	padding-right: 5px;
}
.product-short__price {
	font-size: 24px;
	color: #2B2B2B;
	font-weight: bold;
	margin-bottom: 12px;
}
.product-short__preorder-descr {
	margin: 16px 0;
	font-size: 14px;
}
.product-short__btn-buy.btn.btn-primary:hover {
    background: #F7231C !important;
    color: white !important;
}
.btn.btn-buy:hover {
    background: #F2F2F2;
}
.product-short__btns .btn-buy {
    border-color: #D9D9D9;
}
.product-short__btns .btn {
	margin-bottom: 4px;
	position: relative;
	width: 100%;
	justify-content: center;
	padding: 13px 0;
	font-size: 16px;
	font-weight: 500;
	border-radius: 6px;
}
.product-short__links {
	text-align: center;
}
.product-short__top-links {
    margin: 10px 0 12px;
	white-space: nowrap;
}
.product-short__gift:hover,
.product-short__btn-fav:hover,
.product-short__buy-cheaper:hover{
	text-decoration: none;
}
.product-short__gift,
.product-short__btn-fav,
.product-short__buy-cheaper {
	padding-bottom: 1px;
	line-height: 15px;
	position: relative;
	white-space: nowrap;
	margin-left: 19px;
	font-size: 15px;
	cursor: pointer;
}
.product-short__btn-fav::before {
	 content: "В избранное";
 }
.product-short__btn-fav_active::before {
	content: "В избранном"
}
.product-short__gift{
	color: #F84842;
}
.product-short__gift {
	border-bottom: 1px solid #FDCFCE;
    margin-right: 10px;
}
.product-short__btn-fav,
.product-short__buy-cheaper {
	border-bottom: 1px solid #D9D9D9;
}
.product-short__gift:hover {
	border-color: #F84842;;
}
.product-short__btn-fav:hover,
.product-short__buy-cheaper:hover {
	border-color: #868686;
}
.product-short__buy-cheaper:hover path {
    stroke: #868686;
}
.product-short__buy-cheaper path {
    stroke: #BFBFBF;
}

.product-short__links svg,
.product-short__links i {
	position: absolute;
	left: -23px;
	bottom: -1px;
}
.product-short__links .product-short__gift svg {
	bottom: 2px;
}
.product-short__links .material-icons {
	font-size: 21px;
}
.product-short__links {
	margin-bottom: 20px;
	margin-left: -5px;
}
.product-short__links .product-short__btn-fav .favorite_border {
	color: #BFBFBF;
}
.product-short__links .product-short__btn-fav .favorite,
.product-short__links .product-short__btn-fav:hover .favorite {
	color: transparent;
}
.product-short__links .product-short__btn-fav:hover .favorite_border,
.product-short__links .product-short__btn-fav_active .favorite_border,
.product-short__links .product-short__btn-fav_active .favorite {
	color: #F84842;
}
.product-short__links .product-short__btn-fav_active:hover .favorite {
	color: #FDCFCE;
}
.product-short__btns .tooltip {
	display: none;
	padding: 10px 15px;
	background: rgba(0, 0, 0, 0.7);
	border-radius: 2px;
	color: #FFF;
	white-space: nowrap;
	position: absolute;
	bottom: 100%;
	left: 50%;
	-webkit-transform: translate(-50%, -7px);
	-ms-transform: translate(-50%, -7px);
	-o-transform: translate(-50%, -7px);
	transform: translate(-50%, -7px);
}
.product-short__btns .tooltip:after {
	content: "";
	border: solid 7px transparent;
	border-top-color: rgba(0, 0, 0, 0.7);
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.product-short__btn-subscribe_active {
	pointer-events: none;
}
.product-short__text_subscribed {
	display: none;
}
.product-short__btn-subscribe_active .product-short__text_subscribed {
	display: block;
}
.product-short__btn-subscribe_active .product-short__text_unsubscribed {
	display: none;
}
.product-short__btn-fav_active.btn i {
	color: #F84842;
}
.product-short__props {
	margin: 20px 0 0;
	border-top: 1px solid #E8E8E8;
	padding-top: 20px;
	font-size: 14px;
}
.product-short__props {
	line-height: 1;
}
.product-short__prop {
	margin-bottom: 8px;
}
.product-short__prop dt,
.product-short__prop dd {
	display: inline;
	margin: 0;
	line-height: 20px;
}
.product-short__prop dt {
	color: #1E202C;
}
.product-short__prop a {
	border-bottom: 1px solid #D9D9D9;
}
.product-short__prop a:hover {
	text-decoration: none;
	border-color: #868686;
}
.product__set-container {
	margin: 15px 0 25px;
}
.product__addon-base-games {
	font-style: italic;
	margin-bottom: 24px;
}
.product__addon-base-games-link {
	text-decoration: underline;
}
.product__video {
	position: relative;
	padding-bottom: 350px;
	margin: 5px 0;
}
.product__video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-width: 630px;
	max-height: 354px
}
.product__rules-link a {
	text-decoration: underline;
}
.product__rules-link + .product__rules-text {
	margin-top: 40px;
}
.product__ratings {
	padding: 0 20px 20px;
}
.product__kit-title {
	font-size: 24px;
	font-weight: bold;
}
.product__item-sliders {
	margin-left: -20px;
	margin-right: -20px;
}
.product__item-slider {
	padding: 40px 20px 30px;
	width: 100%;
}
.tabs .tab-links .row .tab-link {
	padding: 0 8px;
	font-weight: 600;
	font-size: 14px;
	line-height: 1.43;
	color: #868686;
}

.tab-items a {
	text-decoration: underline;
	text-decoration-color: #BFBFBF;
}

.tab-items a:hover {
	text-decoration-color:  inherit;
}
@media screen and (max-width: 991px) {
	.product__image .slider-nav {
		padding: 20px 0;
		width: 100%;
	}
	.product__tabs .tab-items {
		margin-left: -20px;
		margin-right: -20px;
		width: auto;
	}
	.product__tabs .tab-link_mobile {
		padding: 15px 20px;
		border-bottom: 1px solid #E8E8E8;
		font-weight: bold;
		font-family: "Bandera Pro";
		cursor: pointer;
	}
	.product__tabs .tab-link_mobile i {
		transition: transform .2s ease-in-out;
	}
	.product__tabs .tab-link_mobile.expanded i {
		color: #F84842;
		transform: rotate(180deg);
	}
	.product__tabs .tab-item {
		padding: 15px 20px 20px;
		border-bottom: 1px solid #E8E8E8;
	}
	.product__tabs .tabs .tab-item.active {
		display: none;
	}
	.product__tabs .tabs .tab-item.expanded {
		display: block;
	}
	.slick-arrow.slick-next {
		right: 0 !important;
	}
}
@media screen and (max-width: 767px) {
	.product__tabs .tab-items {
		margin-left: -10px;
		margin-right: -10px;
	}
	.product__item-sliders {
		margin-left: -10px;
		margin-right: -10px;
	}
	.product__item-slider {
		padding-left: 10px;
		padding-right: 10px;
	}
}
@media screen and (max-width: 1200px) {
	.product__item-slider {
		padding-top: 20px;
		padding-bottom: 10px;
	}
}
@media screen and (min-width: 992px) {
	.product:after {
		content: "";
		display: table;
		clear: both;
	}
	.product__image-container,
	.product__set-container,
	.product__tabs {
		width: 67%;
		float: left;
		padding-right: 12px;
	}
	.product__tabs .tab-links {
		font-family: "Bandera Pro";
		font-weight: bold;
		border-color: #E8E8E8;
		border-width: 1px;
	}
	.product__tabs .tab-links_top,
	.product__tabs :not(.tabs-initialized) .tab-links_top .tab-link:first-child span,
	.product__tabs .tab-links_top .tab-link.active span {
		border-bottom-style: solid;
	}
	.product__tabs .tab-links_top .row {
		align-items: flex-start;
	}
	.product__tabs .tab-links_bottom,
	.product__tabs :not(.tabs-initialized) .tab-links_bottom .tab-link:first-child span,
	.product__tabs .tab-links_bottom .tab-link.active span {
		border-top-style: solid;
	}
	.product__tabs .tab-links_bottom .row {
		align-items: flex-end;
	}
	.product__tabs .tab-link {
		text-decoration: none;
	}
	.product__tabs .tab-link span {
		padding: 12px 0;
		display: block;
		position: relative;
	}
	.product__tabs .tab-links_top .tab-link span {
		margin-bottom: -1px;
	}
	.product__tabs .tab-links_bottom .tab-link span {
		margin-top: -1px;
	}
	.product__tabs .tabs .tab-link.active {
		border-color: #121316;
		border-width: 2px;
		color: #1E202C;
	}
	.product__tabs .tab-items {
		padding: 20px 0 30px;
	}
	.product__sidebar {
		width: 33%;
		float: right;
		padding-left: 12px;
	}
}
@media screen and (min-width:1367px) {
	.product__image-container,
	.product__set-container,
	.product__tabs {
		width: 72%;
	}
	.product__sidebar {
		width: 28%;
	}
}
@media screen and (min-width:1701px) {
	.product__image-container,
	.product__set-container,
	.product__tabs {
		width: 75%;
	}
	.tab-items {
		width: 78%;
	}
	.product__sidebar {
		width: 25%;
	}
}
@media screen and (max-width:687px) {
	.product__video {
		position: relative;
		padding-bottom: 56.25%;
		margin: 5px 0;
	}
}

@media screen and (max-width:634px) {
	.product__image-slide img {
		height: 223px;
	}
	.product__image-labels_bottom {
		right: 3%;
		top: 191px;
	}
}

@media screen and (max-width: 403px) {
	.product__image-labels_lang {
		flex-direction: column-reverse;
	}
	.product__image-labels_lang .label_lang {
		margin-left: 0;
		margin-bottom: 4px;
	}
}
/* End */


/* Start:/bitrix/components/arturgolubev/yandex.share/templates/.default/style.css?1574326885322*/
.ar_al_left {text-align:left;}
.ar_al_center {text-align:center;}
.ar_al_right {text-align:right;}
.ya-share-text-wrap {display: inline-block; vertical-align: middle;}
.ya-share-wrap {display: inline-block; vertical-align: middle;}

html .ya-share2__list_direction_horizontal > .ya-share2__item {margin-bottom: 5px;}
/* End */
/* /local/templates/zi/components/bitrix/catalog/catalog/bitrix/catalog.element/.default/style.css?161736384715368 */
/* /bitrix/components/arturgolubev/yandex.share/templates/.default/style.css?1574326885322 */
