
.arrow-b svg {
	stroke: #8a8a8a;
}
.arrow-b:hover svg {
	stroke: #afcb00;
}
.top-b {
	position: relative;
	margin: 0 0 20px;
	color: #3d3d3d;
	font-size: 22px;
	min-height: 34px;
}
@media (max-width: 650px) {
	.top-b {
		font-size: 21px;
	}
}
.top-b:before {
	position: absolute;
	left: 0;
	top: 13px;
	right: 0;
	content: '';
	z-index: 1;
	height: 1px;
	width: 100%;
	background: #e4e4e4;
}
.top-b span {
	position: relative;
	z-index: 2;
	background: #fff;
	padding: 0 15px;
	display: table;
	text-align: center;
	margin: 0 auto;
}
@media (max-width: 900px) {
	.top-b span {
		text-align: left;
		margin: 0;
	}
}
.top-b__links {
	position: absolute;
	right: 65px;
	background: #fff;
	padding: 0 15px;
	top: -10px;
	z-index: 3;
}
@media (max-width: 900px) {
	.top-b__links {
		position: initial;
		margin: 10px 0 0;
	}
}
.icon {
	display: inline-block;
	margin: 0 6px 0 0;
}
.icon-likes {
	width: 13px;
	height: 11px;
	background-position: -18px 0px;
	background-image: url("/images/png-sprite/96dpi/sprite.png");
	background-size: 31px 26px;
	background-repeat: no-repeat;
}
.icon-views {
	width: 14px;
	height: 10px;
	background-position: 0px -16px;
	background-image: url("/images/png-sprite/96dpi/sprite.png");
	background-size: 31px 26px;
	background-repeat: no-repeat;
}
.icon-photos {
	width: 14px;
	height: 12px;
	background-position: 0px 0px;
	background-image: url("/images/png-sprite/96dpi/sprite.png");
	background-size: 31px 26px;
	background-repeat: no-repeat;
}

.section-b {
	margin: 0 0 60px;
	padding: 0 35px;
}
.section-b:last-child {
	margin-bottom: 30px;
}
@media (max-width: 900px) {
	.section-b {
		padding: 0 15px;
	}
}
.gallery-b .arrow-b {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.gallery-b .arrow-b_left {
	left: 0;
}
.gallery-b .arrow-b_right {
	right: 0;
}
.gallery-b__list {
	position: relative;
	padding: 0 45px;
}
.gallery-b__grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 0 25px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.gallery-b__column {
	width: calc(18% - 10px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.gallery-b__column_w2 {
	width: calc(23% - 10px);
}
.gallery-b__column_w3 {
	width: calc(36% - 10px);
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
@media (max-width: 1100px) {
	.gallery-b__column {
		width: calc(50% - 10px);
		margin: 0 0 20px;
	}
}
@media (max-width: 900px) {
	.gallery-b__column {
		width: 100%;
	}
}
.gallery-b__column_blocks {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
@media (max-width: 900px) {
	.gallery-b__column_blocks {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.gallery-b__column_blocks .gallery-b__photo {
		width: calc(50% - 10px);
	}
}
@media (max-width: 650px) {
	.gallery-b__column_blocks {
		margin: 0;
	}
	.gallery-b__column_blocks .gallery-b__photo {
		width: 100%;
		margin: 0 0 20px;
	}
}
.gallery-b__photo {
	border: 1px solid #e4e4e4;
	display: block;
	position: relative;
	width: 100%;
}
.gallery-b__photo img {
	width: 100%;
	height: 470px;
	-o-object-fit: cover;
	object-fit: cover;
	display: block;
}
@media (max-width: 650px) {
	.gallery-b__photo img {
		height: 225px;
	}
}
.gallery-b__photo:hover {
	border-color: rgba(175,203,0,0.35);
	box-shadow: 0 3px 6px rgba(175,203,0,0.35);
}
.gallery-b__column_blocks .gallery-b__photo img {
	height: 225px;
}
.gallery-b__column_w3 .gallery-b__photo {
	margin: auto 0 0;
	width: calc(40% - 10px);
}
.gallery-b__column_w3 .gallery-b__photo_medium {
	width: calc(60% - 10px);
}
.gallery-b__column_w3 .gallery-b__photo img {
	height: 152px;
}
.gallery-b__column_w3 .gallery-b__photo_full {
	width: 100%;
	margin: 0 0 auto;
}
@media (max-width: 900px) {
	.gallery-b__column_w3 .gallery-b__photo_full {
		margin: 0 0 20px;
	}
}
.gallery-b__column_w3 .gallery-b__photo_full img {
	height: 298px;
}
.gallery-b__more {
	position: absolute;
	top: 12px;
	right: 12px;
	border-radius: 15px;
	padding: 4px 6px;
	background: #f5f5f5;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 12px;
	z-index: 2;
	color: #000;
	cursor: pointer;
	opacity: 0;
	-webkit-transition: 0.15s linear;
	transition: 0.15s linear;
	pointer-events: none;
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
}
.gallery-b__more:hover {
	background: #3d3d3d;
	color: #fff;
	-webkit-transition: 0.15s linear;
	transition: 0.15s linear;
}
.gallery-b__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: absolute;
	left: 12px;
	bottom: 12px;
	z-index: 2;
	max-width: 150px;
	opacity: 0;
	-webkit-transition: 0.15s linear;
	transition: 0.15s linear;
	pointer-events: none;
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
}
.gallery-b__info-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 8px 8px 0;
	background: #fff;
	padding: 4px 10px;
	color: #000;
	opacity: 0.85;
}
.gallery-b__info-item_choise {
	background: #fd0;
}
.gallery-b__photo:hover .gallery-b__more {
	opacity: 1;
	-webkit-transition: 0.15s linear;
	transition: 0.15s linear;
	pointer-events: auto;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.gallery-b__photo:hover .gallery-b__info {
	opacity: 1;
	-webkit-transition: 0.15s linear;
	transition: 0.15s linear;
	pointer-events: auto;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.gallery-b__note {
	font-size: 16px;
	text-align: center;
}
.gallery-b__note a {
	color: #8a8a8a;
	border-bottom: 1px solid rgba(0,0,0,0.2);
}
.gallery-b__note a:hover {
	border-color: rgba(175,203,0,0.35);
	color: #afcb00;
}

.modal-b {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	display: none;
	color: #000;
	text-align: left;
	background: #fff;
}

.arrow-b svg {
	stroke: #8a8a8a;
}
.arrow-b:hover svg {
	stroke: #afcb00;
}
.top-b {
	position: relative;
	margin: 0 0 20px;
	color: #3d3d3d;
	font-size: 22px;
	min-height: 34px;
}
@media (max-width: 650px) {
	.top-b {
		font-size: 21px;
	}
}
.top-b:before {
	position: absolute;
	left: 0;
	top: 13px;
	right: 0;
	content: '';
	z-index: 1;
	height: 1px;
	width: 100%;
	background: #e4e4e4;
}
.top-b_big {
	font-size: 28px;
}
.top-b_big:before {
	top: 17px;
}
@media (max-width: 650px) {
	.top-b_big {
		font-size: 21px;
	}
	.top-b_big:before {
		top: 13px;
	}
}
.top-b span {
	position: relative;
	z-index: 2;
	background: #fff;
	padding: 0 15px;
	display: table;
	text-align: center;
	margin: 0 auto;
}
@media (max-width: 900px) {
	.top-b span {
		text-align: left;
		margin: 0;
	}
}
.notice-b {
	font-size: 14px;
	background: #3d3d3d;
	color: #fff;
	position: absolute;
	top: calc(100% + 10px);
	left: 0;
	padding: 8px 14px;
	border-radius: 6px;
	z-index: 3;
	min-width: 314px;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: 0.15s linear;
	transition: 0.15s linear;
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
}
.notice-b:before {
	bottom: 100%;
	left: 42px;
	border: solid transparent;
	content: '';
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(61,61,61,0);
	border-bottom-color: #3d3d3d;
	border-width: 6px;
	margin-left: -6px;
}
.notice-b_right {
	left: initial;
	right: 0;
}
.notice-b_right:before {
	left: initial;
	right: 42px;
}

.row {
	max-width: 1448px;
	margin: 0 auto;
}

.modal-b {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	display: none;
	color: #000;
	text-align: left;
	background: #fff;
}
.modal-b::-webkit-scrollbar {
	display: none;
}
.modal-b__close {
	position: absolute;
	color: #fff;
	top: -60px;
	right: -50px;
	z-index: 993;
}
@media (max-width: 900px) {
	.modal-b__close {
		right: 0px;
		top: -50px;
	}
}
.modal-b__close_gallery {
	position: relative;
	display: table;
	top: 0;
	right: 0;
	margin: 10px 60px 25px auto;
}
@media (max-width: 900px) {
	.modal-b__close_gallery {
		margin: 0 10px 20px auto;
	}
}
.modal-b__close i {
	cursor: pointer;
	font-size: 28px;
	height: 40px;
	width: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: 1px solid #fff;
	border-radius: 25px;
	-webkit-transition: 0.15s linear;
	transition: 0.15s linear;
}
.modal-b__close i:before {
	content: '×';
	display: block;
	position: absolute;
	left: 12px;
	top: 1px;
	-webkit-transition: 0.15s linear;
	transition: 0.15s linear;
	opacity: 1;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}
.modal-b__close i:after {
	opacity: 0;
	-webkit-transition: 0s;
	transition: 0s;
	position: absolute;
	left: 17px;
	top: 10px;
	font-size: 14px;
	content: '← Закрыть';
	display: block;
}
@media (min-width: 900px) {
	.modal-b__close:hover i {
		width: 100px;
		-webkit-transition: 0.15s linear;
		transition: 0.15s linear;
	}
	.modal-b__close:hover i:before {
		-webkit-transition: 0.15s linear;
		transition: 0.15s linear;
		opacity: 0;
	}
	.modal-b__close:hover i:after {
		opacity: 1;
		-webkit-transition: 0.15s linear;
		transition: 0.15s linear;
		-webkit-transition-delay: 0.15s;
		transition-delay: 0.15s;
	}
}
.modal-b__gallery-slider {
	background: #000;
	position: relative;
	padding: 14px 0 20px;

}
@media (max-width: 900px) {
	.modal-b__gallery-slider {
		min-height: auto;
	}
}
.modal-b__gallery-main {
	position: relative;
}
.modal-b__gallery-main .arrow-b {
	position: absolute;
	z-index: 99;
	top: 0;
	height: 100%;
	width: 21%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.modal-b__gallery-main .arrow-b svg {
	position: relative;
	z-index: 2;
}
@media (max-width: 900px) {
	.modal-b__gallery-main .arrow-b {
		-webkit-transform: none;
		transform: none;
		top: 75px;
		height: auto;
	}
	.modal-b__gallery-main .arrow-b svg {
		height: 60px;
		width: auto;
	}
}
.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_left:before {
	z-index: 1;
	content: '';
	position: absolute;
	right: -10px;
	top: -100px;
	height: calc(100% + 200px);
	border-radius: 50%;
	width: calc(100% + 100px);
	box-shadow: inset 0 0 30px rgba(0,0,0,0.3);
	opacity: 0;
	-webkit-transition: 0.15s linear;
	transition: 0.15s linear;
}
@media (max-width: 900px) {
	.modal-b__gallery-main .arrow-b_left:before {
		display: none;
	}
}
.modal-b__gallery-main .arrow-b_left:hover:before {
	opacity: 1;
	-webkit-transition: 0.15s linear;
	transition: 0.15s linear;
}
@media (max-width: 900px) {
	.modal-b__gallery-main .arrow-b_left {
		left: 10px;
	}
}
.modal-b__gallery-main .arrow-b_right {
	right: 0;
	padding-left: 50px;
}
.modal-b__gallery-main .arrow-b_right:before {
	z-index: 1;
	content: '';
	position: absolute;
	left: -10px;
	top: -100px;
	height: calc(100% + 200px);
	border-radius: 50%;
	width: calc(100% + 100px);
	box-shadow: inset 0 0 30px rgba(0,0,0,0.3);
	opacity: 0;
	-webkit-transition: 0.15s linear;
	transition: 0.15s linear;
}
@media (max-width: 900px) {
	.modal-b__gallery-main .arrow-b_right:before {
		display: none;
	}
}
.modal-b__gallery-main .arrow-b_right:hover:before {
	opacity: 1;
	-webkit-transition: 0.15s linear;
	transition: 0.15s linear;
}
@media (max-width: 900px) {
	.modal-b__gallery-main .arrow-b_right {
		right: 10px;
	}
}
.modal-b__gallery-main .swiper-container {
	width: 100%;
	height: 100%;
}
.modal-b__gallery-main .swiper-slide {
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 80%;
}
@media (max-width: 900px) {
	.modal-b__gallery-main .swiper-slide {
		width: 100%;
	}
}
.modal-b__gallery-main .swiper-slide img {
	width: 100%;
	height: auto;
	-o-object-fit: cover;
	object-fit: cover;
	display: block;
}
.modal-b__gallery-thumbs {
	box-sizing: border-box;
	padding: 20px 0 0;
	margin: 0 auto;
	max-width: 470px;
}
.modal-b__gallery-thumbs .swiper-wrapper {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.modal-b__gallery-thumbs .swiper-slide {
	opacity: 0.5;
	cursor: pointer;
	width: 60px;
}
.modal-b__gallery-thumbs .swiper-slide img {
	width: 60px;
	height: 60px;
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
}
.modal-b__gallery-thumbs .swiper-slide-thumb-active {
	opacity: 1;
}
.modal-b__gallery-photo {
	position: relative;
	margin: 0 85px;
}
@media (max-width: 900px) {
	.modal-b__gallery-photo {
		margin: 0;
	}
}
.modal-b__gallery-help {
	position: absolute;
	z-index: 5;
}
@media (max-width: 900px) {
	.modal-b__gallery-help {
		/*display: none;*/
	}
}
.modal-b__gallery-help__icon {
	width: 40px;
	height: 40px;
	border-radius: 100%;
	display: block;
	border: 1px solid #fff;
	background: #afcb00;
	box-shadow: 0 5px 15px rgba(175,203,0,0.35);
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: 0.15s linear;
	transition: 0.15s linear;
	z-index: 5;
	cursor: pointer;
}
.modal-b__gallery-help__icon img {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 56px;
	height: 56px;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 100%;
	display: block;
	-webkit-transition: 0.15s linear;
	transition: 0.15s linear;
	opacity: 0;
}
.modal-b__gallery-help__text {
	padding: 10px 15px 10px 55px;
	border-radius: 20px;
	background: #fafafa;
	border: 1px solid #afcb00;
	white-space: nowrap;
	box-shadow: 0 5px 15px rgba(175,203,0,0.35);
	position: absolute;
	left: -20px;
	top: -18px;
	z-index: 4;
	-webkit-transition: 0.15s linear;
	transition: 0.15s linear;
	-webkit-transform: translateX(-10px);
	transform: translateX(-10px);
	opacity: 0;
	pointer-events: none;
}
.modal-b__gallery-help:hover .modal-b__gallery-help__icon {
	width: 56px;
	height: 56px;
	background: #e4e4e4;
	border-color: #afcb00;
	-webkit-transition: 0.15s linear;
	transition: 0.15s linear;
}
.modal-b__gallery-help:hover .modal-b__gallery-help__icon img {
	-webkit-transition: 0.15s linear;
	transition: 0.15s linear;
	opacity: 1;
}
.modal-b__gallery-help:hover .modal-b__gallery-help__text {
	-webkit-transition: 0.3s linear;
	transition: 0.3s linear;
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
	opacity: 1;
	pointer-events: auto;
}
.modal-b__gallery-content {
	padding: 50px 0;
}
@media (max-width: 900px) {
	.modal-b__gallery-content {
		padding: 25px 15px;
	}
}
.modal-b__gallery-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 0 10px;
}
@media (max-width: 900px) {
	.modal-b__gallery-info {
		margin: 0 0 25px;
	}
}
.modal-b__gallery-column {
	font-size: 28px;
}
@media (max-width: 900px) {
	.modal-b__gallery-column {
		font-size: 18px;
	}
}
.modal-b__gallery-column svg {
	margin: 0 4px 0 0;
}
.modal-b__gallery-column_views {
	margin: 0 75px 0 65px;
}
@media (max-width: 900px) {
	.modal-b__gallery-column_views {
		margin: 0 30px;
	}
}
.modal-b__gallery-column_want {
	margin: 0 0 0 54px;
	position: relative;
}
@media (max-width: 900px) {
	.modal-b__gallery-column_want {
		margin: 0;
	}
}
.modal-b__gallery-column_want:hover .notice-b {
	opacity: 1;
	-webkit-transition: 0.15s linear;
	transition: 0.15s linear;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}
.modal-b__gallery-column_author {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.modal-b__gallery-author {
	padding: 8px 15px 8px 10px;
	border-radius: 28px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid transparent;
	margin: 0 0 0 10px;
	color: #000;
}
.modal-b__gallery-author img {
	-o-object-fit: cover;
	object-fit: cover;
	margin: 0 10px 0 0;
	width: 40px;
	height: 40px;
	display: block;
	border-radius: 100%;
}
.modal-b__gallery-author:hover {
	border-color: rgba(175,203,0,0.35);
	box-shadow: 0 5px 15px rgba(175,203,0,0.35);
}
.modal-b__gallery-right {
	margin: 0 0 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media (max-width: 900px) {
	.modal-b__gallery-right {
		width: 100%;
		margin: 0;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}
.modal-b__gallery-share {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #000;
}
.modal-b__gallery-share svg {
	margin: 0 8px 0 0;
}
.modal-b__gallery-share:hover {
	opacity: 0.7;
}
.modal-b__gallery-tags {
	margin: 0 0 10px;
}
.modal-b__gallery-tags .btn {
	margin: 0 10px 10px 0;
}
.modal-b__gallery-grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 0 35px;
}
.modal-b__gallery-text {
	width: calc(100% - 120px);
	font-size: 18px;
}
@media (max-width: 900px) {
	.modal-b__gallery-text {
		width: 100%;
		margin: 0 0 25px;
	}
}
.modal-b__gallery-qr {
	width: 90px;
	position: relative;
}
@media (max-width: 900px) {
	.modal-b__gallery-qr {
		width: auto;
	}
}
.modal-b__gallery-qr img {
	max-width: 100%;
	height: auto;
	display: block;
}
.modal-b__gallery-qr span {
	cursor: pointer;
}
.modal-b__gallery-qr:hover .notice-b {
	opacity: 1;
	-webkit-transition: 0.15s linear;
	transition: 0.15s linear;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}
.catalog-b__end {
	padding: 30px 0 0;
	text-align: center;
	border-top: 1px solid #e4e4e4;
}
