.content-block.block--gray {
    padding: 20px 0 80px;
    background: #f5f5f5
}

.page_b {
    background: #fff;
    border-radius: 5px;
    color: #333;
    -webkit-font-smoothing: antialiased;
    font-family: 'Fira Sans', Arial, sans-serif;
    box-sizing: border-box
}

.page_b * {
    box-sizing: border-box
}

.button-white {
    font-family: 'Fira Sans', Arial, sans-serif;
    outline: none;
    color: #333;
    font-size: 16px;
    cursor: pointer;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
    padding: 12px 34px 14px;
    border-radius: 3px;
    border: 1px solid #c2c2ca
}

.button-white:hover {
    color: #fff;
    box-shadow: 0 1px 2px 0 rgba(92, 163, 50, 0.57);
    background-color: rgb(82, 201, 95);
    border: solid 1px rgb(71, 171, 82);
}

.button-gray {
    font-family: 'Fira Sans', Arial, sans-serif;
    outline: none;
    color: #333;
    font-size: 18px;
    cursor: pointer;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
    padding: 19px 63px 19px;
    border-radius: 29px;
    border: 0;
    background: #f5f5f5
}

.button-gray:hover {
    background: #f0f0f0
}

.page_b__title {
    font-size: 42px;
    font-weight: bold;
	line-height: normal;
	margin-bottom: 20px;
}

.page_b__title_oformlenie  {
	font-size: 24px;
	text-transform: uppercase;
	color: #494949;
	line-height: normal;
}
.page_b__title_pamyatniki {
	padding-top:10px;
	margin-bottom: 15px;
	font-size: 24px;
	text-transform: uppercase;
	color: #494949;
	padding-bottom: 10px;
	font-weight: normal;
	line-height: normal;
}

.page_b__filter {
    margin: 20px 0 30px;
	font-family: "Fira Sans", sans-serif;
}

.page_b__sections{
    overflow: hidden;
}

.page_b__separator{
    display: block;
    background: #efefef;
    height: 1px;
    width: 100%;
    border: none;
}

.page_b__filter--item {
    float: left;
    letter-spacing: .7px;
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
}

.page_b__filter--item:last-child {
    padding-right: 15px
}

.page_b__filter--item .item__link {
    border-radius: 19px;
    display: block;
    padding: 11px 18px 10px;
    border: 2px solid transparent;
    color: #333
}

.page_b__filter--item .item__link:not(div):hover {
    color: #56c262;
}

.page_b__filter--item .item__link.link--active {
    border-color: #52c95f;
    color: #333
}

.page_b__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.page_b__list:after {
    width: 28%;
    content: ''
}

.page_b__list.page_b__list_four-in-row {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 23%));
	gap: 24px;
	justify-content: space-between;
}

.page_b__list_four-in-row.page_b__list:after {
	width: 23%;
}

.page_b__list_four-in-row .page_b__list--item{
    width: 100% !important;
}

.page_b__list.page_b__list_three-in-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 24px;
}

.page_b__list_three-in-row .page_b__list--item{
	width: 28%
}

.page_b__list--item {
    margin: 0 0 35px;
    width: 28%
}

.page_b__list--item .item_pic a {
    display: block;
    transition: .3s linear;
    opacity: .9;
}

.page_b__list--item .item_pic a:hover {
    transition: .3s linear;
    opacity: 1
}

.page_b__list--item .item_pic img {
    width: 100%;
    height: 100%;
	border-radius: 5px;
	object-fit: cover;
}

.page_b__list--item .item_sale {
    position: relative;
    z-index: 2;
    margin: 10px 0 0;
    height: 20px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px;
    color: #fa766f;
    letter-spacing: .7px;
}

.page_b__list--item .item_title {
    font-size: 21px;
    line-height: 28px;
    font-weight: bold
}

.page_b__list--item .item_title__link {
    color: #333
}

.page_b__list--item .item_title__link:hover {
    color: #56c262
}

.page_b__list--item .item_text {
    max-width: 90%;
    height: auto;
    padding: 8px 0 14px;
    font-size: 15px;
    line-height: 24px;
    opacity: .7
}

.page_b__list--item .item_price {
    padding: 0 0 15px;
    font-size: 16px;
    font-weight: bold
}

.page_b__list--item .item_price_small{
    font-size: 15px !important;
}

.page_b__list--item .item_price_description{
    font-size: 12px !important;
}

.page_b__list--item .item_price s {
    font-weight: normal;
    margin: 0 0 0 12px;
}

.page_b__list--item:hover .item_button .button-white {
    color: #fff;
    box-shadow: 0 1px 2px 0 rgba(92, 163, 50, 0.57);
    background-color: rgb(100, 180, 54);
    border: solid 1px rgb(90, 163, 49);
}

.page_b__list--item:hover .item_button .button-white:hover {
    color: #fff;
    box-shadow: 0 1px 2px 0 rgba(92, 163, 50, 0.57);
    background-color: rgb(106, 192, 57);
    border: solid 1px rgb(97, 176, 53);
}

.page_b__paging {
    margin: 35px 0 50px;
    position: relative;
    text-align: center;
}

.page_b__paging:after {
    height: 1px;
    background: #e8e8e8;
    right: 0;
    width: 100%;
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
}

.page_b__paging span {
    color: rgba(51, 51, 51, .7);
    font-size: 15px;
    background: #fff;
    position: relative;
    z-index: 2;
    padding: 0 11px
}

.page_b__more {
    margin: 14px auto 0;
    display: table;
    text-align: center;
}

.page_b__more--count {
    padding: 5px 0 0;
    opacity: .7;
    font-size: 15px;
    line-height: 24px;
	text-align: center;
}

* + .page_b__seotext {
	margin-top: 3em;
}
.page_b__seotext p a:not(.button),
.page_b__seotext p + a:not(.button),
.page_b__seotext .reviews-b_row .reviews-b__all{
	border-bottom: 1px dashed rgba(86, 194, 98, .3);
	color: #56c262;
}
.page_b__seotext .gallery{
	margin-top: 1em;
	margin-bottom: 1em;
}

@media screen and (max-width: 890px) {
    .content-block.block--gray {
        padding: 0
    }

    .page_b {
        padding: 30px 15px 30px
    }

    .page_b__title {
        font-size: 29px;
    }

    .page_b__filter {
        margin-left: -15px;
        margin-right: -15px;
    }

    .page_b__filter--item:first-child {
        padding-left: 15px;
    }

	.page_b__list.page_b__list_four-in-row
	{
		display: flex;
		gap: 0;
	}

	.page_b__list:after {
		width: 46%
	}

	.page_b__list_four-in-row .page_b__list--item,
	.page_b__list_three-in-row .page_b__list--item,
    .page_b__list--item {
        width: 46%!important;
    }

    .page_b__list--item .item_title {
        font-size: 19px;
        line-height: 25px
    }

    .page_b__list--item .item_text {
        font-size: 13px;
        line-height: 18px;
    }

    .page_b__list--item .item_price {
        padding: 0 0 10px;
        font-size: 15px
    }

    .page_b__list--item .item_price s {
        margin: 0 0 0 5px;
        font-size: 13px
    }

    .page_b__list--item .item_button .button-white {
        display: block;
        text-align: center
    }
}

@media screen and (min-width: 596px) {
	.frame__video_youtube {
		width: 100%;
		height: 480px;
	}
}
@media screen and (max-width: 595px) {
	.frame__video_youtube {
		width: 100%;
		height: 200px;
	}
}

.page_b__title__seo h1 {
	font-size: 42px;
	font-weight: bold;
	line-height: normal;
}
.maps___yandex.maps__two .iframe__ {
	width: 49%;
	height: 400px;
}
.maps___yandex.maps__one .iframe__ {
	width: 100%;
	height: 400px;
}
@media screen and (max-width: 595px) {
	.maps___yandex {
		width: 100%;
	}
	.maps___yandex.maps__two .iframe__ {
		width: 100%;
		height: 350px;
	}
	.maps___yandex.maps__one .iframe__ {
		width: 100%;
		height: 350px;
	}
}

.page_b__seotext img {
	max-width: 100%;
	height: auto;
}

.page_b__seotext img[width="915"],
.page_b__seotext img[width="920"],
.page_b__seotext img[width="940"],
.page_b__seotext img[width="981"],
.page_b__seotext img[width="1023"],
.page_b__seotext img[width="1024"] {
	width: 100%;
}

.page_b__seotext img[width="440"],
.page_b__seotext img[width="450"],
.page_b__seotext img[width="455"],
.page_b__seotext img[width="460"] {
	min-width: 49%;
}

@media screen and (min-width: 891px) {
	.page_b__list.page_b__list_two-in-row {
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(200px, 46%));
		gap: 24px;
		justify-content: space-between;
	}

	.page_b__list_two-in-row.page_b__list:after {
		width: 46%;
	}

	.page_b__list_two-in-row .page_b__list--item {
		width: 100% !important;
	}
}

@media screen and (max-width: 890px) {
	.page_b__list_two-in-row.page_b__list:after {
		width: 23%;
	}
}

/* Основные стили для Swiper */
.swiper-container {
	aspect-ratio: 1 / 1;
	margin: 20px 0;
	position: relative;
	overflow: hidden;
	border-radius: 5px;
}

.swiper-wrapper {
	display: flex;
	width: 100%;
	height: 100%;
}

.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: auto;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.swiper-slide img {
	width: 100%;
	height: auto;
	object-fit: cover;
	display: block;
	border-radius: 5px;
}

