.gallery_show {
	/*margin-bottom: 10px;*/
	padding: 10px;
	background: #fff;
}
.gallery__title {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 10px;
	color: #2c2c2c;
}
.gallery_show__picture {
	position: relative;
	overflow: hidden;
	margin: 0 0 10px;
	text-align: center;
	/*border: 1px solid #ee5041;*/
	/*padding: 20px 0;*/
}
.gallery_show__picture:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: url('/templates/template62/plugins/slick/ajax-loader.gif') center no-repeat, #fff;
	opacity: 0;
	visibility: hidden;
	transition: opacity 100ms ease-in;
	z-index: 1;
}
.gallery_show__picture.is-load:after {
	opacity: .5;
	visibility: visible;
}
.gallery_show__img {
	max-width: 100%;
	vertical-align: top;
}
.gallery_show__nav {
	font-size: 7rem !important;
	position: absolute;
	top: 0;
	bottom: 0;
	height: 70px;
	margin: auto 0;
	text-decoration: none;
	color: #fff;
	text-shadow: 0 2px 1px rgba(0,0,0,.2);
}
.gallery_show__nav.prev {
	left: 5px;
}
.gallery_show__nav.next {
	right: 5px;
}
.gallery_show__nav:hover {
	color: #ed4333;
}
.gallery_show__footer {
	overflow: hidden;
	text-align: right;
}
.gallery__share {
	float: left;
}
.gallery__controls {
	display: inline-block;
	vertical-align: top;
}
.gallery__link {
	font-size: 1.2rem;
	display: inline-block;
	vertical-align: middle;
	color: #1f5ead;
}
.gallery__price {
	font-size: 2rem;
	font-weight: 700;
	display: inline-block;
	padding: 0 10px;
	vertical-align: middle;
	color: #212121;
}
.gallery__controls .button {
	font-size: 1.2rem;
	padding: 10px;
}
.gallery_thumbs {
	display: flex;
	padding: 5px;
	background: #fff;

	align-items: flex-start;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.gallery_thumb {
	display: inline-block;
	width: 81px;
	height: 81px;
	padding: 5px;
	vertical-align: top;
}
.gallery_thumb__picture {
	position: relative;
	height: 69px;
	line-height: 60px;
	display: block;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	border: 1px solid #9d9d9d;
	background: #fff;
	cursor: pointer;
}
.gallery_thumb.active .gallery_thumb__picture {
	border-color: #ef5547;
}
.gallery_thumb__img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: top;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.gallery-main {
	float: left;
	margin: 0 10px 0 0;
}
.gallery-description {
	font-size: 1.4rem;
	line-height: 1.4;
}
.section.main_goods .gallery_show {
	padding: 0;
}
.section.main_goods .gallery_thumbs {
	padding: 0;
	margin-left: -5px;
}
.section.main_goods .gallery_thumb {
	padding: 0 0 5px 5px;
	height: 83px;
	width: 83px;
}
/* resp
===================================*/
@media (max-width: 767px) {
	.gallery-main {
		float: none;
		margin: 0;
	}
	.gallery__share {
		display: none;
	}
	.gallery__link {
		display: block;
		margin-bottom: 10px;
		vertical-align: top;
	}
	.gallery_thumbs {
		justify-content: space-between;
	}
    /*.gallery-main .owl-item {*/
	    /*width: 100% !important;*/
    /*}*/
}


.gallery-thumb-wrap {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -5px;
}
.gallery-thumb-wrap .item {
	flex: 1 1 86px;
	max-width: 86px;
	padding: 0 5px;
	margin-bottom: 10px;
	position: relative;
}
.gallery-thumb-wrap .item.active .gallery_thumb__picture{
	box-shadow: 0 0 0 2px #4eb4f4;
}
.gallery-thumb-wrap .gallery_thumb__picture {
	height: 100%;
	line-height: normal;
}
.gallery-thumb-wrap .gallery_thumb__img {
	position: static;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.gallery-thumb-checkbox {
	position: absolute;
	bottom: 3px;
	right: 8px;
	z-index: 1;
	cursor: pointer;
}
.gallery-thumb-checkbox__input {
	display: none !important;
}
.gallery-thumb-checkbox__mark {
	position: relative;
	display: block;
	background: #fff;
	width: 22px;
	height: 22px;
	border-radius: 3px;
	border: 1px solid #22a0ef;
	box-shadow: 0 0 6px 2px #0f84cd;
}
.gallery-thumb-checkbox:hover .gallery-thumb-checkbox__mark {
	box-shadow: 0 0 8px 2px #22a0ef;
}
.gallery-thumb-checkbox__mark:after {
	content: '';
	position: absolute;
	width: 16px;
	height: 16px;
	background-image: url("../img/tick.svg");
	background-size: 100% auto;
	background-repeat: no-repeat;
	opacity: 0;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.gallery-thumb-checkbox__input:checked + .gallery-thumb-checkbox__mark {
	background: #22a0ef;
}
.gallery-thumb-checkbox__input:checked + .gallery-thumb-checkbox__mark:after {
	opacity: 1;
}

.gallery-controls {
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
}
.gallery-controls__button {
	border: 1px solid #22a0ef;
	outline: 0;
	border-radius: 3px;
	font-size: 1rem;
	text-transform: uppercase;
	padding: 5px 15px;
	background: #22a0ef;
	color: #fff;
	margin-right: 5px;
	margin-bottom: 5px;
}
.gallery-controls__button:hover {
	background: #1a6cac;
}
.gallery-controls__button_apply {
	background: #26a927;
	border-color: #26a927;
}
.gallery-controls__button_apply:hover {
	background: #1b721c;
}
.gallery-controls__button_remove {
	background: #ed4333;
	border-color: #ed4333;
}
.gallery-controls__button_remove:hover {
	background: #a63226;
}

/*new gallery*/
.gallery-lg {
	position: relative
}
.gallery-lg__pic {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 810px;
}
.gallery-lg__pic img {
	max-width: 100%;
	height: 810px;
	position: relative;
	z-index: 1
}
.gallery-lg__pic span {
	position: absolute;
	inset: -20px;
	display: block;
	content: "";
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 150%;
	filter: blur(20px) brightness(.6);
	pointer-events: none
}
.gallery-lg__pagination {
	display: none
}
.gallery-lg__next,
.gallery-lg__prev {
	--time: 500ms;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
	border: 0;
	outline: 0;
	padding: 0;
	background-color: #fff;
	color: #627080;
	font-size: 16px;
	line-height: 1;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	box-shadow: 0 16px 48px rgba(23,42,63,.16);
}
.gallery-lg__next:hover,
.gallery-lg__prev:hover {
	box-shadow: 0 4px 24px rgba(23,42,63,.2)
}
.gallery-lg__next i,
.gallery-lg__prev i {
	display: inline-block
}
.gallery-lg__next svg,
.gallery-lg__prev svg {
	display: block;
	width: 16px;
	height: 16px
}
.gallery-lg__next.is-disabled,
.gallery-lg__prev.is-disabled {
	opacity: 0
}
.gallery-lg__prev {
	left: -16px;
}
.gallery-lg__prev i {
	transform: scaleX(-1)
}
.gallery-lg__prev svg {
	transform: rotate(-90deg)
}
@media (max-width:1322px) {
	.gallery-lg__prev {
		left: 5px;
	}
}
.gallery-lg__next {
	right: -16px;
}
.gallery-lg__next svg {
	transform: rotate(270deg)
}
@media (max-width:1322px) {
	.gallery-lg__next {
		right: 5px;
	}
}
.gallery-lg__thumbs {
	display: flex;
	flex-wrap: wrap;
	margin-top: 5px;
}
.gallery-lg__thumb {
	display: block;
	cursor: pointer;
	outline: 0;
	border: 1px solid transparent;
	width: 80px;
	height: 80px;
	border-radius: 4px;
	background-color: #fff !important;
	padding: 5px;
}
.gallery-lg__thumb img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 4px
}
.gallery-lg__thumb.is-active {
	border-color: #172A3F
}