.contact-page h3 {
	font-size: 20px;
}

.map-yndx {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}

@media (max-width: 700px) {
	.map-yndx {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
	}
}

.map-yndx h3 {
	text-align: left;
}

.link--blue {
	color: #387F9C;
}

.mb-40 {
	margin-bottom: 40px;
}

.uslugi-preview img {
	min-height: 270px;
}

.foot {
	background-color: #F6F6F6;
	padding: 80px 0 62px 0;
}

.foot-top {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	margin-bottom: 68px;
}

@media (max-width: 1024px) {

	.new-header-top-b .new-header-rasp {
		display: none;
	}
}

@media (max-width: 940px) {
	.foot-top {
		gap: 20px;
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 840px) {
	.new-header-logo {
		width: 214px;
	}
}

@media (max-width: 508px) {
	.foot-top {
		gap: 20px;
		grid-template-columns: repeat(1, 1fr);
	}

	.foot-top-copmany, .foot-top-copmany .new-header-rasp {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.foot-top-link__title, .foot-top-link__href {
		text-align: center;
	}
}

.foot-top-company__logo {
	margin-bottom: 40px;
}

.foot-top-company__logo img {
	width: 100%;
	max-width: 150px;
}

.foot-top-copmany .new-header-zvon {
	margin-bottom: 40px;
}

.foot-top-copmany .new-header-rasp {
	margin-bottom: 40px;
}

.foot-top-company__social {
	display: flex;
	gap: 30px;
}

.foot-top-company__social img {
	width: 30px;
	height: 30px;
}

.foot-top-company__social-vk {
	display: none;
}

.foot-top-company__social > br {
	display: none;
}

.foot-top-link {
	display: flex;
	flex-direction: column;
}

.foot-top-link__title {
	font-weight: 700;
	font-size: 20px;
	line-height: 27.24px;
	margin-bottom: 16px;
}

.foot-top-link__href {
	display: block;
	text-decoration: none;
	font-weight: 400;
	font-size: 16px;
	line-height: 21.79px;
	margin-bottom: 10px;
}

.foot-bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.foot-bottom__ya {
	display: flex;
	gap: 14px;
	align-items: center;
}

.foot-bottom__ya img {
	width: 100%;
	max-width: 47px;
	height: 54px;
}

.foot-bottom__ya p {
	max-width: 397px;
	text-align: left;
	margin-bottom: 0;
}

.foot-bottom__pay {
	display: flex;
	flex-direction: column;
}

.foot-bottom__pay span {
	font-size: 18px;
	line-height: 24.51px;
	font-weight: 400;
}

@media (max-width: 661px) {
	.foot-bottom {
		flex-direction: column;
		gap: 20px;
	}
}

.foot-copy {
	padding: 20px 0;
	background-color: #E7E7E7;
}

.foot-copy-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.foot-copy-left {
	display: flex;
	align-items: center;
	gap: 30px;
}

.foot-copy-left .copyright {
	max-width: 320px;
	margin-bottom: 0;
	text-align: left;
	font-size: 15px;
	line-height: 18px;
	font-weight: 400;
}

.foot-copy-left .link-privacy {
	font-size: 15px;
	line-height: 18px;
	font-weight: 400;
	text-decoration: underline;
	transition: all 0.5s ease-in-out;
}

.foot-copy-left .link-privacy:hover {
	text-decoration: none;
}

@media (max-width: 745px) {
	.foot-copy-wrapper {
		flex-direction: column;
		gap: 20px;
	}
}

@media (max-width: 567px) {
	.foot-copy-left {
		flex-direction: column;
	}

	.foot-copy-left .copyright {
		text-align: center;
	}
}

.map-ya {
	position: relative;
}

.map-ya-company-item {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-bottom: 30px;
}

.map-ya-company-item:last-child {
	margin-bottom: 0px;
}

.map-ya-company {
	background-color: #fff;
	max-width: 318px;
	width: 100%;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	padding: 30px 40px;
	position: absolute;
	top: 64px;
	left: calc((100vw - 1200px) / 2);
}

.map-ya-map {
	height: 490px;
}

@media (max-width: 1381px) {
	.map-ya-company {
		left: 2%
	}
}

@media (max-width: 1112px) {
	.map-ya-company {
		left: 0;
		top: 0;
		position: relative;
		max-width: 100%;
	}

	.map-ya-map {
		height: 600px;
	}
}

.map-ya-company-item__title {
	font-weight: 700;
	font-size: 16px;
	line-height: 22.4px;
}

.map-ya-company-item__link {
	font-weight: 400;
	font-size: 16px;
	line-height: 22.4px;
	text-decoration: underline;
	transition: all 0.5s ease-in-out;
}

.map-ya-company-item__link:hover {
	text-decoration: underline;
}

.map-ya-company-item__adress {
	font-weight: 400;
	font-size: 16px;
	line-height: 22.4px;
	margin-bottom: 0;
	text-align: left;
}

.new-header-top {
    min-height: 155px;
}
.new-header-top-a {
	border-bottom: 1px solid rgb(0 0 0 / 10%);
}
.new-header-adres {
	max-width: 1170px;
    margin: 0 auto;
    min-height: 45px;
    display: flex;
    align-items: center;
	gap: 10px;
    font-family: Open Sans;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    color: #333;
}
.new-header-top-b {
	max-width: 1170px;
    margin: 0 auto;
	min-height: 110px;
	display: flex;
    align-items: center;
	justify-content: space-between;
}
.new-header-logo {
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 50px;
}
.new-header-logo span {
	font-family: Open Sans;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	color: #333;
	max-width: 215px;
}
.new-header-phone {
	position: relative;
	background: #fff;
	margin: 0 0 0 -10px;
	padding: 0 10px;
}
.new-header-phone:after {
	position: absolute;
	content: '\f107';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	top: 2px;
    right: -14px;
    font-size: 17px;
}
.new-header-phone:hover:after {
	content: '\f106';
}
.new-header-phone-hide {
	position: absolute;
	background: #fff;
    left: 0;
    right: 0;
	padding: 0 10px;
	opacity: 0;
	transition: opacity 0.5s ease;
	z-index: -1000;
}
.new-header-phone:hover .new-header-phone-hide {
	opacity: 1;
	z-index: 1000;
}
.new-header-phone a {
	display: block;
	font-family: Open Sans;
	font-size: 18px;
	font-weight: 700;
	line-height: 24px;
	color: #333;
	text-decoration: none;
}
.new-header-phone a:hover {
	text-decoration: underline;
}

.new-header-email a {
	font-family: Open Sans;
	font-size: 15px;
	font-weight: 400;
	line-height: 18px;
	color: #333;
	text-decoration: underline;
}
.new-header-email a:hover {
	text-decoration: none;
}
.new-header-rasp span {
	display: block;
	font-family: Open Sans;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	color: #333;
}
.new-header-zvon {
    width: 185px;
    background: #387F9C;
    color: #fff;
    line-height: 44px;
    display: block;
    font-family: Open Sans;
    font-size: 16px;
    font-weight: 600;
    border-radius: 22px;
    text-decoration: none;
    text-align: center;
}
.new-header-zvon:hover {
    color: #fff;
    text-decoration: none;
}



.sekta {
	max-width: 1170px;
	margin: 0 auto 0 auto;
}

.blagodarstvennye-pisma {
	color: #333;
	margin: 160px auto 0 auto;
}
.blagodarstvennye-pisma-h2 {
	font-family: Open Sans;
	font-size: 32px;
	font-weight: 700;
	line-height: 40px;
	text-align: center;
}
.blagodarstvennye-pisma-block {
	margin: 60px 0 0 0;
	padding: 0 70px;
}
.blagodarstvennye-pisma-block .bx-wrapper .bx-prev {
    left: -70px;
}
.blagodarstvennye-pisma-block .bx-wrapper .bx-next {
    right: -70px;
}	

.otzyvy-o-nas {
	color: #333;
	margin: 160px 0 0 0;
	max-width: 100%;
}
.otzyvy-o-nas-h2 {
	font-family: Open Sans;
	font-size: 32px;
	font-weight: 700;
	line-height: 40px;
	text-align: center;
}
.otzyvy-o-nas-block {
    display: flex;
    align-items: center;
	min-height: 440px;
	margin: 40px 0 0 0;
	padding: 0 0 0 22vw;
	position: relative;
}
.otzyvy-o-nas-block:before {
	content: "";
    position: absolute;
    background-image: url(../../images/assets/templates/img/otzyvy-o-nas-01.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
    top: 0;
    left: 0;
    bottom: 0;
    width: 600px;
    z-index: -1;
	border-radius: 30px;
}
.otzyvy-o-nas-item {
	background: #fff;
	border-radius: 30px;
	box-sizing: border-box;
    padding: 25px;
    border: 1px solid #ebebeb;
	min-height: 340px;
}
.otzyvy-o-nas-item div{
	display: flex;
    justify-content: space-between;
	margin: 0 0 20px 0;
}
.otzyvy-o-nas-item span {
	font-family: Open Sans;
	font-size: 18px;
	font-weight: 700;
	line-height: 36px;
	display: block;
}
.otzyvy-o-nas-item b {
	background: #387F9C;
	color: #fff;
	font-family: Open Sans;
	font-size: 14px;
	font-weight: 400;
	line-height: 36px;
	text-align: center;
	border-radius: 18px 0 0 18px;
	display: block;
	padding: 0 15px;
}
.otzyvy-o-nas-item p {
	font-family: Open Sans;
	font-size: 16px;
	font-weight: 400;
	line-height: 23px;
	margin: 0;
}
.otzyvy-o-nas-block .bx-wrapper {
    margin-bottom: 0;
}
.otzyvy-o-nas-block .bx-wrapper .bx-prev {
	top: 20% !important;
    left: -80px;
    background: url(../../images/bxslider/images/tudak-bel.png) no-repeat right 15px;
}
.otzyvy-o-nas-block .bx-wrapper .bx-next {
	top: 35%;
    right: auto;
    left: -65px;
    background: url(../../images/bxslider/images/sudak-bel.png) no-repeat left 15px;
}

.kratko-o-nas {
	color: #333;
	margin: 160px auto 0 auto;
}
.kratko-o-nas-h2 {
	font-family: Open Sans;
	font-size: 32px;
	font-weight: 700;
	line-height: 40px;
	text-align: center;
}
.kratko-o-nas-block {
	display: grid;
    grid-template-columns: .85fr 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 40px;
    grid-row-gap: 0px;
    margin: 40px 0 0 0;
}
.kratko-o-nas-block img {
	border-radius: 30px;
}
.kratko-o-nas-block p {
	font-family: Open Sans;
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
	margin: 10px 0 35px 0;
}
.spoiler-btn {
	width: 185px;
    background: #387F9C;
	font-family: Open Sans;
	font-size: 16px;
	font-weight: 600;
	line-height: 44px;
	text-align: center;
	color: #fff;
	border: 0;
    border-radius: 22px;
}
.spoiler-btn::after {
    content: "Подробнее о нас";
}
.spoiler-btn.expanded::after {
    content: "Свернуть текст";
}
.spoiler-text {
    display: none;
}

.materialy-v-rabote {
	color: #333;
	margin: 160px auto 0 auto;
	min-height: 645px;
	background-image: url(../../images/assets/templates/img/materialy-v-rabote-01.png);
	background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
	position: relative;
}
.materialy-v-rabote-h2 {
	font-family: Open Sans;
	font-size: 32px;
	font-weight: 700;
	line-height: 40px;
	text-align: left;
	max-width: 410px;
	margin: 0 0 80px 0;
}
.bxslider-materialy-v-rabote a {
    background: #fff;
    padding: 2px;
    display: block;
    box-sizing: border-box;
    border-radius: 30px;
	text-decoration:none;
	color: #333;
	border: 1px solid #d6d6d6;
}
.bxslider-materialy-v-rabote a img {
    border-radius: 28px 28px 0 0;
}
.bxslider-materialy-v-rabote a span {
	font-family: Open Sans;
	font-size: 16px;
	font-weight: 700;
	line-height: 60px;
	text-decoration:none;
	color: #333;
	padding: 0 0 0 20px;
	text-transform: uppercase;
}
.materialy-v-rabote .bx-wrapper .bx-controls-direction a {
    top: auto;
	bottom: -70px;
	
}
.materialy-v-rabote .bx-wrapper .bx-next {
    left: 110px;
}

.nashi-raboty {
	color: #333;
	margin: 160px auto 0 auto;
}
.nashi-raboty-h2 {
	font-family: Open Sans;
	font-size: 32px;
	font-weight: 700;
	line-height: 40px;
	text-align: center;
}
.nashi-raboty-block {
	margin: 60px 0 0 0;
	display: grid;
	grid-template-columns: .9fr 1fr;
	grid-template-rows: 1fr;
	grid-column-gap: 40px;
	grid-row-gap: 0px;
}
.nashi-raboty-block-a {
	position: relative;
}
.nashi-raboty-block-a img {
	width: 100%;
	vertical-align: top;
	border-radius: 30px;
}
.nashi-raboty-btn {
	position: absolute;
	right: -22px;
	bottom: -22px;
	display: block;
	width: 180px;
	background: #387F9C;
	font-family: Open Sans;
	font-size: 16px;
	font-weight: 600;
	line-height: 46px;
	text-align: center;
	border-radius: 23px;
	text-decoration: none;
	color: #fff;
}
.nashi-raboty-btn:hover {
	text-decoration: none;
	color: #fff;
}
.nashi-raboty-block-b {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
	padding: 0 0 24px 0;
}
.nashi-raboty-block-b p {
	font-family: Open Sans;
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
	margin: 0 0 20px 0;
}
.nashi-raboty-block-b-img {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.nashi-raboty-block-b-img a {
	width: 120px;
    height: 120px;
    overflow: hidden;
	border-radius: 10px;
}
.nashi-raboty-block-b-img img {
	width: auto;
    height: 100%;
    vertical-align: top;
    
}


.katalog-ritualnyh {
	color: #333;
	margin: 160px auto 0 auto;
}
.katalog-ritualnyh-h2 {
	font-family: Open Sans;
	font-size: 32px;
	font-weight: 700;
	line-height: 40px;
	text-align: center;
	margin: 0 0 40px 0;
}
.katalog-ritualnyh p {
	font-family: Open Sans;
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
}
.katalog-ritualnyh-block {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
	column-gap: 3.5%;
	row-gap: 40px;
	margin: 40px 0;
}
.katalog-ritualnyh-block a {
	display: block;
	position: relative;
    width: 31%;
    min-height: 350px;
	background-repeat: no-repeat;
    background-position: center;
	border-radius: 30px;
    border: 1px solid #efefef;
    box-sizing: border-box;
}

.katalog-ritualnyh-block a:nth-child(1) {background-image: url(../../images/assets/templates/img/katalog-ritualnyh-01.png);}
.katalog-ritualnyh-block a:nth-child(2) {background-image: url(../../images/assets/templates/img/katalog-ritualnyh-02.png);}
.katalog-ritualnyh-block a:nth-child(3) {background-image: url(../../images/assets/templates/img/katalog-ritualnyh-03.png);}
.katalog-ritualnyh-block a:nth-child(4) {background-image: url(../../images/assets/templates/img/katalog-ritualnyh-04.png);}
.katalog-ritualnyh-block a:nth-child(5) {background-image: url(../../images/assets/templates/img/katalog-ritualnyh-05.png);}
.katalog-ritualnyh-block a:nth-child(6) {background-image: url(../../images/assets/templates/img/katalog-ritualnyh-06.png);}


.katalog-ritualnyh-block.more a:nth-child(1) {background-image: url(../../images/assets/templates/img/img1.jpg);}
.katalog-ritualnyh-block.more a:nth-child(2) {background-image: url(../../images/assets/templates/img/img2.jpg);}
.katalog-ritualnyh-block.more a:nth-child(3) {background-image: url(../../images/assets/templates/img/img3.jpg);}
.katalog-ritualnyh-block.more a:nth-child(4) {background-image: url(../../images/assets/templates/img/img4.jpg);}
.katalog-ritualnyh-block a:hover {
    box-shadow: 0px 4px 15px 5px #00000040;
}
.katalog-ritualnyh-block a b {
	position: absolute;
	left: 40px;
	bottom: 30px;
	font-family: Open Sans;
	font-size: 16px;
	font-weight: 700;
	line-height: 30px;
	text-transform: uppercase;
	text-decoration: none;
	color: #333;
}
.katalog-ritualnyh-block a:before {
	content: "Цена: от 9 700 руб.";
	position: absolute;
	background: #387F9C;
	width: 180px;
	line-height: 42px;
	height: 42px;
	border-radius: 21px 0 0 21px;
	right: 0;
	top: 40px;
	font-family: Open Sans;
	font-size: 15px;
	font-weight: 400;
	text-align: center;
	color: #fff;
	text-transform: none;
}

.katalog-ritualnyh-block a:nth-child(1):before {content: "Цена: от 9 700 руб.";}
.katalog-ritualnyh-block a:nth-child(2):before {content: "Цена: от 3 500 руб.";}
.katalog-ritualnyh-block a:nth-child(3):before {content: "Цена: от 6 400 руб.";}
.katalog-ritualnyh-block a:nth-child(4):before {content: "Цена: от 10 000 руб.";}
.katalog-ritualnyh-block a:nth-child(5):before {content: "Цена: от 13 500 руб.";}
.katalog-ritualnyh-block a:nth-child(6):before {content: "Цена: от 3 500 руб.";}

.katalog-ritualnyh-block.more a:before {
	content: none;
}

.katalog-ritualnyh-block.more a {
	background-size: 35%;
}

.product-specifications__img a {
	display: block;
}

.product-specifications__img img {
	width: 477px;
	height: 550px;
	object-fit: cover;
}

.product-description {
	margin-top: 40px;
	margin-left: 50%;
}

.product-description__title {
	font-size: 20px;
	line-height: 22px;
	color: #333;
	font-weight: bold;
	margin-bottom: 18px;
}

.product-description p {
	font-size: 18px;
	line-height: 22px;
	color: #333;
}

.last-paragraph {
	display: flex;
	gap: 30px;
	align-items: center;
	margin-top: 60px;
}

.price-info span {
	font-size: 20px;
	color: #333;
}

.ckhema-raboty {
	color: #333;
	margin: 160px auto 0 auto;
}
.ckhema-raboty-h2 {
	font-family: Open Sans;
	font-size: 32px;
	font-weight: 700;
	line-height: 40px;
	text-align: center;
}
.ckhema-raboty-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5.3%;
	margin: 50px 0 0 0;
}
.ckhema-raboty-item {
	width: 21%;
    text-align: center;
}
.ckhema-raboty-item b {
	font-family: Open Sans;
	font-size: 18px;
	font-weight: 700;
	line-height: 24.51px;
	text-align: center;
	color: #387F9C;
	display: block;
    margin: 25px 0 15px 0;
}
.ckhema-raboty-block p {
	font-family: Open Sans;
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
	text-align: center;
	max-width: 240px;
    margin: 0 auto;
}

.vybirayut-nas {
	color: #333;
	margin: 150px auto 0 auto;
}
.vybirayut-nas-h2 {
	font-family: Open Sans;
	font-size: 32px;
	font-weight: 700;
	line-height: 40px;
	text-align: center;
	margin: 0 0 20px 0;
}
.vybirayut-nas p {
	font-family: Open Sans;
	font-size: 18px;
	font-weight: 400;
	line-height: 27px;
	text-align: center;
	max-width: 780px;
	margin: 0 auto 50px auto;
}
.vybirayut-nas-block {
    display: flex;
    flex-wrap: wrap;
	justify-content: center;
}
.vybirayut-nas-item {
	width: 33%;
	text-align: center;
}
.vybirayut-nas-item b {
	display: block;
	font-family: Open Sans;
	font-size: 18px;
	font-weight: 700;
	line-height: 30px;
	text-align: center;
	color: #387F9C;
	margin: 20px 0 15px 0;

}
.vybirayut-nas-item p {
	font-family: Open Sans;
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
	text-align: center;
	max-width: 330px;
	margin: 0 auto;
}
.vybirayut-nas-btn {
	width: 185px;
    background: #387F9C;
    color: #fff;
    line-height: 46px;
    display: block;
    font-family: Open Sans;
    font-size: 16px;
    font-weight: 600;
    border-radius: 23px;
    text-decoration: none;
    text-align: center;
    margin: 40px auto 0 auto;
}
.vybirayut-nas-btn:hover {
    color: #fff;
}

.gotovye-pamyatniki {
	margin: 160px auto 0 auto;
}
.gotovye-pamyatniki-h2 {
	font-family: Open Sans;
	font-size: 32px;
	font-weight: 700;
	line-height: 40px;
	text-align: left;
	margin: 0 0 55px 0;
	color: #333;
}
.gotovye-pamyatniki-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	column-gap: 3%;
    row-gap: 90px;
}
.gotovye-pamyatniki-item {
    width: 31.3%;
	position: relative;
}
.gotovye-pamyatniki-item img {
	width: 100%;
    border-radius: 30px;
	vertical-align: top;
}
.gotovye-pamyatniki-item .gotovye-a {
	position: absolute;
	top: 50px;
	right: 0;
	background: #387F9C;
	font-family: Open Sans;
	font-size: 15px;
	font-weight: 400;
	line-height: 42px;
	text-align: center;
	color: #fff;
	border-radius: 30px 0 0 30px;
	width: 120px;
}
.gotovye-pamyatniki-item .gotovye-b {
	position: absolute;
	top: 110px;
	right: 0;
	background: #cacaca;
	font-family: Open Sans;
	font-size: 15px;
	font-weight: 400;
	line-height: 42px;
	text-align: center;
	color: #000;
	border-radius: 30px 0 0 30px;
	width: 185px;
}
.gotovye-pamyatniki-item a {
	font-family: Open Sans;
	font-size: 16px;
	font-weight: 700;
	line-height: 22.4px;
	text-align: left;
	color: #333;
	padding: 10px 30px;
	display: block;
	text-decoration: none;
}

.gotovye-pamyatniki-item p {
	font-family: Open Sans;
	font-size: 16px;
	font-weight: 700;
	line-height: 22.4px;
	color: #333;
	padding: 0px 30px;
}

.gotovye-pamyatniki-item .col_l {
	width: 36%;
}

.gotovye-pamyatniki-item .col_2 {
	text-align: right;
}

.gotovye-pamyatniki .bx-wrapper .bx-controls-direction a {
	top: -78px;
}
.gotovye-pamyatniki .bx-wrapper .bx-prev {
    left: auto;
    right: 100px;
}

.granitnaya-masterskaya {
	display: grid;
	grid-template-columns: 1fr .65fr;
	grid-template-rows: 1fr;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	margin: 80px auto 0 auto;
}
.granitnaya-masterskaya-a {

}
.granitnaya-masterskaya-a p{
	max-width: 600px;
	font-family: Open Sans;
	font-size: 32px;
	font-weight: 700;
	line-height: 45px;
	color: #333;
	margin: 0;
    padding: 0;
	text-align: left;
}
.granitnaya-masterskaya-a a {
	width: 260px;
	background: #387F9C;
	color: #fff;
	line-height: 60px;
	display: block;
	font-family: Open Sans;
	font-size: 18px;
	font-weight: 600;
	border-radius: 30px;
	text-decoration: none;
	text-align: center;
	margin: 20px 0 0 0;
}
.granitnaya-masterskaya-a a:after {
	content: '\f061';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
    font-size: 12px;
    padding: 0 0 0 20px;
	display:inline-block;
}
.granitnaya-masterskaya-b {
	display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 25px;
}
.granitnaya-masterskaya-b div {
    display: flex;
    align-items: center;
}
.granitnaya-masterskaya-b div:before {
	content: '';
    background-image: url(../../images/assets/templates/img/ptichka.png);
    background-size: 25px auto;
    min-width: 38px;
    background-repeat: no-repeat;
    background-position: center;
    height: 38px;
    border: 2px solid #387f9c;
    border-radius: 50%;
    margin: 0 20px 0 0;
}
.granitnaya-masterskaya-b div p {
	font-family: Open Sans;
	font-size: 18px;
	font-weight: 400;
	line-height: 25.2px;
	display: block;
    margin: 0;
	text-align: left;
}

.izgotovlenie-pamyatnikov {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
	gap: 5%;
	margin: 110px auto 0 auto;
}
.izgotovlenie-pamyatnikov-item {
    width: 30%;
    min-height: 360px;
    border-radius: 30px;
    box-sizing: border-box;
    padding: 38px;
	position: relative;
	z-index: 1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.izgotovlenie-pamyatnikov-item:nth-child(1) {
    background-image: url("../../images/assets/templates/img/izgotovlenie-pamyatnikov-01.jpg");
}
.izgotovlenie-pamyatnikov-item:nth-child(2) {
    background-image: url("../../images/assets/templates/img/izgotovlenie-pamyatnikov-02.jpg");
}
.izgotovlenie-pamyatnikov-item:nth-child(3) {
    background-image: url("../../images/assets/templates/img/izgotovlenie-pamyatnikov-03.jpg");
}
.izgotovlenie-pamyatnikov-item:before {
	position: absolute;
	content: '';
	inset: 0;
	border-radius: 30px;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), linear-gradient(233.1deg, rgba(6, 33, 46, 0.6) 48.68%, rgba(255, 255, 255, 0) 99.07%);
	box-shadow: 0px 4px 15px 5px #00000040;
	z-index: -1;
}
.izgotovlenie-pamyatnikov-item .no-before {
	font-family: Open Sans;
	font-size: 22px;
	font-weight: 700;
	line-height: 30px;
	letter-spacing: 0.04em;
	color: #fff;
	text-transform: uppercase;
	margin: 0 0 24px 0;
}
.izgotovlenie-pamyatnikov-item .no-before:before {
	display: none;
}
.izgotovlenie-pamyatnikov-item a {
    display: block;
    text-decoration: none;
	text-decoration-skip-ink: none;
	font-family: Open Sans;
	font-size: 20px;
	font-weight: 400;
	line-height: 35px;
	color: #fff;
}
.izgotovlenie-pamyatnikov-item a:hover {
    text-decoration: underline;
}
.izgotovlenie-pamyatnikov-item a:before {
	content: '\f0da';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 14px;
    padding: 0 20px 0 0;
	display:inline-block;
}


@media (max-width: 620px) {
	.new-header-top-b {
		flex-wrap: wrap;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 20px;
		margin: 20px 0;
	}
	.new-header-logo {
		justify-content: center;
		gap: 0px;
	}
}


@media screen and (max-width: 524px) {
	
	
.sekta {
	box-sizing: border-box;
	padding: 0 10px;
}
.alya-h2 {
	font-size: 24px;
	line-height: 34px;
}
.granitnaya-masterskaya {
    grid-template-columns: 1fr;
}
.granitnaya-masterskaya-a p {
    font-size: 28px;
    line-height: 34px;
}
.granitnaya-masterskaya-a a {
    line-height: 50px;
}
.granitnaya-masterskaya-b {
    row-gap: 20px;
    margin: 40px 0 0 0;
}

.izgotovlenie-pamyatnikov {
    row-gap: 30px;
}
.izgotovlenie-pamyatnikov-item {
    width: 90%;
	min-height: auto;
}
.izgotovlenie-pamyatnikov-item {
    padding: 38px 20px;
}
.izgotovlenie-pamyatnikov-item a {
    font-size: 18px;
}

.vybirayut-nas-block {
    row-gap: 40px;
}
.vybirayut-nas-item {
    width: 90%;
}
.katalog-ritualnyh-block a {
    width: 90%;
}

.gotovye-pamyatniki-h2 {
	max-width: 180px;
}
.gotovye-pamyatniki-item {
    width: 90%;
}

.ckhema-raboty-block {
    row-gap: 40px;
}
.ckhema-raboty-item {
    width: 90%;
}
	
.otzyvy-o-nas-block:before {
    width: 90%;
}
.kratko-o-nas-block {
    grid-template-columns: 1fr;
}


.nashi-raboty-block {
    grid-template-columns: 1fr;
	grid-row-gap: 60px;
}
.nashi-raboty-block-b-img {
    justify-content: center;
    gap: 20px;
}
.nashi-raboty-btn {
    left: 50%;
    right: auto;
    bottom: -26px;
    transform: translate(-50%, 0%);
}


.materialy-v-rabote {
    background-position: right 160px;
    background-size: auto 370px;
	max-width: 290px;
}
.materialy-v-rabote .bx-wrapper .bx-prev {
    //background: url(../../images/bxslider/images/tudak-bel.png) no-repeat right 15px;
}
.materialy-v-rabote .bx-wrapper .bx-next {
    //background: url(../../images/bxslider/images/sudak-bel.png) no-repeat left 15px;
}

.otzyvy-o-nas-block {
    padding: 100px 10px 10px 10px;
	display: block;
}
.otzyvy-o-nas-item div {
    flex-wrap: wrap;
    gap: 20px;
}
.otzyvy-o-nas-item b {
    font-size: 12px;
    letter-spacing: -0.5px;
}
.otzyvy-o-nas-block .bx-wrapper .bx-prev {
    top: -10% !important;
    left: 80px;
}
.otzyvy-o-nas-block .bx-next {
	top: -10% !important;
	right: auto !important;
	left: 170px !important;
}

}


.product-block:before, .product-block:after {
    display: none;
}
.product-block {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.product-block > div {
    display: block;
    position: relative;
    width: 31%;
    min-height: 350px;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 30px;
    border: 1px solid #efefef;
    box-sizing: border-box;
    margin: 0 0 40px;
    text-align: left;
}
.prod-cont .short_info {
    order: 3;
}
.prod-cont {
    display: flex;
    flex-direction: column;
}
.prod-cont .short_info a, .cat-title, .prod-title-1, .prod-cont .short_info a:hover, .cat-title:hover, .prod-title-1:hover {
    font-family: Open Sans;
    font-size: 16px;
    font-weight: 700;
    line-height: 22.4px;
    text-align: left;
    color: #333;
    padding: 10px 30px;
    display: block;
    text-decoration: none;
}
.product-block img {
    display: block;
    margin: 20px auto;
}
.prod-cont .col_2 {
    background: #387F9C;
    font-family: Open Sans;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    text-align: center;
    color: #fff;
    border-radius: 30px 0 0 30px;
    order: -1;
     width: auto;
	padding:5px 30px;
}

.prod-cont .col_l{
	background: #cacaca;
    font-family: Open Sans;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    text-align: center;
    color: #000;
    border-radius: 30px 0 0 30px;
     width: auto;
    margin-top: 20px;
    height: auto;
	padding:5px 30px;
}

.prod-cont .col_3{
	background: #cacaca!important;
    font-family: Open Sans;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    text-align: center;
    color: #000;
    border-radius: 30px 0 0 30px;
     width: auto;
    margin-top: 20px;
    height: auto;
	padding:5px 30px;
	background: #cacaca;
}

.abs-info .catalog-item-table tr:last-child td {
    display: block;
    border: 0;
    padding: 0;
    font-family: Open Sans;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    text-align: center;
    color: #000;
	background:transparent;
}
.abs-info .catalog-item-table tr:last-child {
    background: #cacaca;
    border-radius: 30px 0 0 30px;
    width: auto;
    margin-top: 20px;
    height: auto;
	padding:5px 30px;
    display: block;
}
.abs-info .catalog-item-table tr:first-child td {
    display: block;
    border: 0;
    padding: 0;
    font-family: Open Sans;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    text-align: center;
    color: #fff;
	background:transparent;
}
.abs-info .catalog-item-table tr:first-child {
    background: #387F9C;
    border-radius: 30px 0 0 30px;
    order: -1;
    width: auto;
    padding: 5px 30px;
    display: block;
}
.tabbb{
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 15px;
	border: 1px solid #efefef;
 
}
.no-text p, .no-text h2{display:none!important;}
.tabbb tr:first-child td{
	font-weight:bold;font-size:18px;
}
.tabbb td, .tabbb th{
	
	padding: 15px;
	text-align: center;
}
.abs-info .catalog-item-table {
    max-width: initial;
    width: auto;
    margin: 0;
    display: block;
}
.prod-cont .abs-info{
    position: absolute;
    top: 50px;
    right: 0;
    display: flex;
    flex-direction: column;
	align-items: flex-end;
}
.prod-cont .abs-info p {
    margin-bottom: 0;
    min-height: 42px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.ar .ar_new a{
	background:#387F9C;
	box-shadow:none;
	text-decoration:none;
}
.product-block > a {
    width: 100%;
}
.page-img .mob {
    display: none;
}
.page-img img {
    width: 100%;
}
@media screen and (max-width:767px){
	.product-block > div {
 
    width: 48%;
  
    margin: 0 0 20px;
 
}
.page-img .mob {
    display: block;
}
.page-img .pc {
    display: none;
}
}
@media screen and (max-width:500px){
	.product-block > div {
 
    width: 100%;
 
}
}

.product-description a.new-header-zvon.extform1 {
    display: inline-block;
    clear: both;
    float: none;
    /* width: 130px; */
}

.tabs-header {
	display: flex;
	margin-top: 53px;
	gap: 20px
}

.tab-btn {
	/* flex: 1; */
	padding: 14px 40px;
	border-radius: 40px;
	background: rgba(65, 68, 92, 0.1);
	border: none;
	font-size: 16px;
	font-weight: 600;
	color: rgba(51, 51, 51, 1);
	cursor: pointer;
	transition: all 0.3s ease;
	position: relative;
}

.tab-btn:hover {
	background: #387F9C;
	color: #fff;
}

.tab-btn.active {
	color: #fff;
	background: #387F9C;
}

.tabs-content {
	padding: 30px 0;
}

.tab-pane {
	display: none;
	animation: fadeIn 0.5s ease;
}

.tab-pane.active {
	display: block;
}

.tab-pane h3 {
	color: #333;
	margin-bottom: 15px;
	font-size: 24px;
}

.tab-pane p {
	color: #666;
	line-height: 1.6;
	margin-bottom: 15px;
}

.tab-pane ul {
	margin-left: 20px;
	margin-bottom: 20px;
}

.tab-pane li {
	color: #666;
	margin-bottom: 8px;
	line-height: 1.5;
}

@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translateY(10px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* Адаптивность */
@media (max-width: 600px) {
	.tabs-header {
		flex-direction: column;
	}
	
	.tab-btn {
		text-align: left;
		padding: 15px 20px;
	}
	
	.tab-btn.active::after {
		width: 3px;
		height: 100%;
		bottom: 0;
		left: 0;
	}
}

@media(max-width: 800px) {
	.product-specifications__img {
		float: none;
		width: 100%;
		max-width: 100%;
		margin: 0;
	}

	.product-specifications__img img {
		margin: 0 auto;
		display: block;
	}

	.product-description {
		margin-left: 0;
	}
}

@media(max-width: 600px) {
	.last-paragraph {
		flex-direction: column;
	}
}
