/* Gallery Mobile
------------------------------------
 */
.for-mobile {
	display: none;
}
@media (max-width: 650px) {
	.for-mobile {
		display: block;
	}
}
@media (max-width: 650px) {
	.for-desktop {
		display: none;
	}
}
.gallery-mobile-b__top-back {
	background: #000;
	padding: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.gallery-mobile-b__back {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 28px;
	border: 1px solid #8a8a8a;
	padding: 0 12px;
	height: 30px;
	font-size: 12px;
	color: #8a8a8a;
}
.gallery-mobile-b__back img {
	display: block;
	margin: 0 6px 0 0;
}
.gallery-mobile-b__back_dark {
	color: #3d3d3d;
	border-color: #8a8a8a;
	padding: 0 15px;
	height: 40px;
}
.gallery-mobile-b__photos {
	background: #000;
	padding: 0 0 15px;
}
.gallery-mobile-b__scheme {
	position: relative;
}
.gallery-mobile-b__scheme-list {
	display: none;
}
.gallery-mobile-b__scheme-toggle {
	display: none;
	position: absolute;
	z-index: 3;
	color: #fff;
	font-size: 10px;
	border: 1px solid #afcb00;
	background: #3d3d3d;
	border-radius: 8px;
	padding: 5px 10px;
	width: 120px;
	margin: -28px 0 0;
}
.gallery-mobile-b__scheme-toggle_show {
	display: block;
}
.gallery-mobile-b__scheme-toggle strong {
	display: block;
	font-weight: bold;
	color: #8a8a8a;
}
.gallery-mobile-b__scheme-toggle_top-arrow:after,
.gallery-mobile-b__scheme-toggle_top-arrow:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.gallery-mobile-b__scheme-toggle_top-arrow:after {
	border-color: rgba(61,61,61,0);
	border-bottom-color: #3d3d3d;
	border-width: 5px;
	margin-left: -5px;
}
.gallery-mobile-b__scheme-toggle_top-arrow:before {
	border-color: rgba(175,203,0,0);
	border-bottom-color: #afcb00;
	border-width: 6px;
	margin-left: -6px;
}
.gallery-mobile-b__scheme-toggle_left-arrow:after,
.gallery-mobile-b__scheme-toggle_left-arrow:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.gallery-mobile-b__scheme-toggle_left-arrow:after {
	border-color: rgba(61,61,61,0);
	border-right-color: #3d3d3d;
	border-width: 5px;
	margin-top: -5px;
}
.gallery-mobile-b__scheme-toggle_left-arrow:before {
	border-color: rgba(175,203,0,0);
	border-right-color: #afcb00;
	border-width: 6px;
	margin-top: -6px;
}
.gallery-mobile-b__scheme-toggle_right-arrow:after,
.gallery-mobile-b__scheme-toggle_right-arrow:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.gallery-mobile-b__scheme-toggle_right-arrow:after {
	border-color: rgba(61,61,61,0);
	border-left-color: #3d3d3d;
	border-width: 5px;
	margin-top: -5px;
}
.gallery-mobile-b__scheme-toggle_right-arrow:before {
	border-color: rgba(175,203,0,0);
	border-left-color: #afcb00;
	border-width: 6px;
	margin-top: -6px;
}
.gallery-mobile-b__scheme-toggle_bottom-arrow:after,
.gallery-mobile-b__scheme-toggle_bottom-arrow:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.gallery-mobile-b__scheme-toggle_bottom-arrow:after {
	border-color: rgba(61,61,61,0);
	border-top-color: #3d3d3d;
	border-width: 5px;
	margin-left: -5px;
}
.gallery-mobile-b__scheme-toggle_bottom-arrow:before {
	border-color: rgba(175,203,0,0);
	border-top-color: #afcb00;
	border-width: 6px;
	margin-left: -6px;
}
.gallery-mobile-b__scheme-main {
	margin: 0 0 15px;
}
.gallery-mobile-b__scheme-main img {
	width: 100%;
	height: 234px;
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
}
.gallery-mobile-b__scheme-shop {
	position: absolute;
	bottom: 20px;
	left: 20px;
	z-index: 100;
	padding: 0 13px 0 12px;
	height: 36px;
	border-radius: 28px;
	background: #e4e4e4;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.gallery-mobile-b__scheme-shop img {
	display: block;
}
.gallery-mobile-b__scheme-shop span {
	margin: 0 0 0 7px;
	font-size: 14px;
}
.gallery-mobile-b__scheme-shop_active span {
	display: none;
}
.gallery-mobile-b__thumbs {
	padding: 0 15px;
	overflow-x: scroll;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	white-space: nowrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
}
.gallery-mobile-b__thumbs::-webkit-scrollbar {
	display: none;
}
.gallery-mobile-b__thumb {
	opacity: 0.5;
	-webkit-transition: 0.15s linear;
	transition: 0.15s linear;
}
.gallery-mobile-b__thumb_current {
	opacity: 1;
}
.gallery-mobile-b__thumb img {
	width: 60px;
	height: 60px;
	-o-object-fit: cover;
	object-fit: cover;
	display: block;
}
.gallery-mobile-b__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 15px;
}
.gallery-mobile-b__like {
	height: 36px;
	padding: 0 11px;
	border-radius: 28px;
	background: #e4e4e4;
	font-size: 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.gallery-mobile-b__like img {
	display: block;
	margin: 0 6px 0 0;
}
.gallery-mobile-b__views {
	height: 36px;
	padding: 0 13px;
	font-size: 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.gallery-mobile-b__views img {
	display: block;
	margin: 0 6px 0 0;
}
.gallery-mobile-b__share {
	height: 36px;
	width: 36px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex !important;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #e4e4e4;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 50%;
	cursor: pointer;
}
.gallery-mobile-b__share img {
	display: block;
}
.gallery-mobile-b__author {
	height: 36px;
	padding: 0 8px;
	font-size: 14px;
	border-radius: 28px;
	background: #e4e4e4;
	color: #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 0 0 auto;
}
.gallery-mobile-b__author img {
	display: block;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	margin: 0 5px 0 0;
	border: 1px solid #fff;
	-o-object-fit: cover;
	object-fit: cover;
}
.gallery-mobile-b__wanna {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 0 15px;
	padding: 15px;
	background: #f5f5f5;
}
.gallery-mobile-b__wanna .button {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	margin: 0 10px 0 0;
	height: 36px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 7px;
	color: #fff;
	background: #9fb800;
	padding: 0 13px;
	font-size: 18px;
}
.gallery-mobile-b__wanna-text {
	font-size: 12px;
	line-height: 1;
}
.gallery-mobile-b__tags {
	margin: 0 0 15px;
	padding: 0 15px;
	overflow-x: scroll;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	white-space: nowrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
}
.gallery-mobile-b__tags::-webkit-scrollbar {
	display: none;
}
.gallery-mobile-b__tag {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	height: 40px;
	padding: 0 15px;
	border: 1px solid #e4e4e4;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 20px;
	font-size: 14px;
	color: #3d3d3d;
}
.gallery-mobile-b__btm-back {
	padding: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.modal-b__gallery-help__price {
	display: none;
	font-weight: bold;
	color: #8a8a8a;
}

@media (max-width: 900px) {
	.modal-b__gallery-main .arrow-b svg {
		height: 60px;
		width: auto;
	}
	.modal-b__gallery-main .arrow-b {
		-webkit-transform: none;
		transform: none;
		top: 75px;
		height: auto;
	}
	.modal-b__gallery-main .arrow-b_left {
		left: 10px;
	}
	.modal-b__gallery-main .arrow-b_right {
		right: 10px;
	}
}

@media (max-width: 650px) {
	.modal-b__gallery-help__price {
		display: block;
	}
	.modal-b__gallery-main .arrow-b svg {
		height: 30px !important;
	}
	.modal-b__gallery-main .arrow-b {
		top: 10% !important;
		height: 80% !important;
		width: 40px !important;
		padding: 0 !important;
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	.modal-b__gallery-main .arrow-b_left {
		left: 0;
		padding-right: 50px;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
	.modal-b__gallery-main .arrow-b_right {
		right: 0;
	}
	.modal-b__gallery-content .catalog-b__list {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.modal-b__gallery-help__text {
		opacity: 1  !important;
		-webkit-transform: none !important;
		transform: none !important;
		pointer-events: auto !important;
		color: #fff !important;
		font-size: 10px !important;
		border: 1px solid #afcb00 !important;
		background: #3d3d3d !important;
		border-radius: 8px !important;
		padding: 5px 10px !important;
		white-space: normal !important;
		width: 130px !important;
		text-align: left !important;
		position: relative !important;
		left: -64px !important;
		top: -73px !important;
	}
	.modal-b__gallery-help__text:after, .modal-b__gallery-help__text:before {
		top: 100% !important;
		left: 50% !important;
		border: solid transparent !important;
		content: "" !important;
		height: 0 !important;
		width: 0 !important;
		position: absolute !important;
		pointer-events: none !important;
		transform: rotate(180deg);
	}
	.modal-b__gallery-help__text:before {
		border-color: rgba(175,203,0,0) !important;
		border-bottom-color: #afcb00 !important;
		border-width: 6px !important;
		margin-left: -6px !important;
	}
	.modal-b__gallery-help__text:after {
		border-color: rgba(61,61,61,0) !important;
		border-bottom-color: #3d3d3d !important;
		border-width: 5px !important;
		margin-left: -5px !important;
	}

	.modal-b__gallery-main .modal-b__gallery-help__icon{
		display: none;
	}
	.catalog-b__block .catalog-b__compare{
		z-index: 50;
	}
	.gallery-mobile-b__like svg {
		display: block;
		margin: 0 6px 0 0;
	}
	.modal-b__gallery .swiper-container { padding:0 !important }
}

.modal-b__gallery .modal-b__close {
	z-index: 1000;
}
