/* new price */
.hero-image {
	position: relative;
	color: #fff;
	background-position: center;
	background-size: cover;
	padding: 40px 0 60px;
	margin-bottom: 50px;
	text-align: center;
}
.hero-image:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #00000033;
}
.hero-image .page-title {
	color: #fff;
	position: relative;
	margin: 0 auto;
	text-transform: uppercase;
}
.hero-image p {
	position: relative;
	margin: 0 auto;
	max-width: 920px;
	font-weight: 500;
}
.warning {
	color: #F20000;
}
.price-accordeon-content {
	display: none;
}
.price-toc {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}
.price-toc a {
	display: inline-block;
	padding: 8px 16px;
	background: #E6E3DB;
	border: 1px solid #E6E3DB;
	border-radius: 100px;
}
.price-toc a:hover {
	border-color: #847651;
	color: #847651;
	background: transparent;
	text-decoration: none;
}
.price_lvl_1 h2 {
	font-family: 'Tenor Sans', sans-serif;
	font-weight: 400;
	font-size: 32px;
	text-transform: uppercase;
	margin: 80px 0 12px;
	transition: 0.3s color;
}
.price_lvl_1 a:hover {
	text-decoration: none;	
}
.price_lvl_1 a:hover h2 {
	color: #847651;
}
.price-accordeon-title h3{
	font-size: 22px;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	border-bottom: 1px solid #E3DDCC;
	background: url('/wp-content/uploads/2025/09/property-1default.svg') no-repeat right center;
	margin: 0;
	padding: 20px 0;
	cursor: pointer;
	transition: 0.3s all;
}
.price-accordeon-title h3:hover {
	color: #847651;
}
.price-accordeon-title.active h3 {
	border-color: transparent;
	background-image: url('/wp-content/uploads/2025/09/arrow-down.svg');
}
.price-accordeon-content {
	border-bottom: 1px solid #E3DDCC;
}
.price-accordeon-content .lvl_3, .price-accordeon-content .cloud_back {
	margin: 0;
	background: transparent;
	padding: 0;
}
.price-accordeon-content .lvl_3 {
	padding-bottom: 12px;
}
.price-accordeon-content .cloud_back {
	padding: 0 0 8px;
}
.new-style .lvl_3 h4 {
	margin: 0;
}
.price-accordeon-content .lvl_3 a {
	color: #847651;
}
.price-accordeon-content .lvl_3:not(:first-child) {
	margin-top: 20px;
}
.new-style .price_table_block_main {
  margin: 0 0 12px;
	background: #E6E3DB;
	padding: 12px;
	align-items: center;
	gap: 20px;
}
.new-style .price_table_block_main>div {
	width: calc(50% - 10px);
	margin: 0;
}
.new-style .price_table_title {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	line-height: 1.2;
}
.price_table_p_subtitle {
    font-size: 14px;
    opacity: .5;    
    margin-bottom: 4px;
}
.new-style .price_table_main div {
    margin-right: 0;
    flex: 1;
}
.new-style .price_table_p_title { 
    font-family: 'Montserrat', sans-serif; 
    margin-right: 0;
    font-size: 18px;
    font-weight: 500;
}
#upbutton {
	position: fixed;
	bottom: 20px;
	left: 20px;
	background: #E6E3DB; 
	display: none;
	padding: 8px;
	line-height: 0;
	border: 1px solid #E6E3DB;
	z-index: 100;
	transition: 0.3s all;
}
#upbutton svg {
	fill: #847651;
	transition: 0.3s fill;
}
#upbutton:hover {
	border-color: #E3DDCC;
	background: #fff;
}
/* скрыть соц сети временно */
.social_network a:nth-child(1),
.social_network a:nth-child(2) {
	display: none;
}
/* о нас */
.icon-block {
	display: flex;
	gap: 20px;
	align-items: center;
}
.icon-block.colored {
	padding: 20px;
	background: #E6E3DB;
}
.icon-block_with_btn p{
  display: flex;
	align-items: center;
	gap: 20px;
}
.icon-block_with_btn p .btn {
	flex-shrink: 0;
	margin-left: 20px;
}
.btn {
	display: inline-block;
	background: radial-gradient(80.31% 113.57% at 17.81% 19.32%, #927F4C 0%, #715B23 100%);
 color: #fff;
	padding: 12px 32px;
	border-radius: 100px;
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
	text-align: center;
	transition: 0.3s background;
}
.btn:visited, .btn:focus {
	color: #fff;
}
.btn:hover {
	background: radial-gradient(80.31% 113.57% at 17.81% 19.32%, #715B23 0%, #927F4C 100%);
 color: #fff;
}
.image-block {
	display: flex;
}
.image-block.colored {
	background: #E6E3DB;
}
.image-block>div:first-child {
	padding: 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.image-block h4 {
	font-family: 'Tenor Sans', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.3;
	margin: 0 0 10px;
}
.image-block p {
	margin: 0;
	color: #847651;
	font-size: 14px;
}
.image-block .image {
	max-width: 260px;
	width: 40%;
	flex-shrink: 0;
}
.image-block .image img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.separator-40 {
	height: 24px;
}
@media (max-width: 1170px) {
	.price_lvl_1 h2 {
	font-size: 28px;
	margin: 40px 0 12px;	
}
.price-accordeon-title h3{
	font-size: 18px;
}
.price-accordeon-content .lvl_3:not(:first-child) {
	margin-top: 24px;
}
.new-style .price_table_block_main {
	gap: 10px;
}
.new-style .price_table_block_main>div {
	width: 100%;
}
.new-style .price_table_title {
	font-size: 16px;
}
.price_table_p_subtitle {
    font-size: 13px;      
    margin-bottom: 0;
}
.new-style .price_table_p_title { 
    font-size: 14px;
}
}
@media (max-width: 768px) {
	.price-toc a {   
    padding: 4px 8px;   
    font-size: 13px;
}
		.price_lvl_1 h2 {
	font-size: 24px;
}
.price-accordeon-title h3{
	font-size: 16px;
	padding: 12px 0;
}
.new-style .price_table_title {
	font-size: 14px;
}
	/* о нас */
.icon-block, .icon-block_with_btn p {
	flex-direction: column;
	gap: 10px;
	align-items: flex-start;
}
.icon-block_with_btn p .btn {
	margin-left: 0;
}
.btn {	
	padding: 12px 16px;	
}
.image-block {
	flex-direction: column;
}
.image-block>div:first-child {
	padding: 20px;
}
.image-block h4 {
	font-size: 16px;
}
.image-block p {
	font-size: 12px;
}
.image-block .image {
	max-width: 100%;
	width: 100%;
}
.separator-40 {
	height: 12px;
}
}
/* footer */
.footer {
	padding-top: 80px;
}
.footer_container {
	flex-wrap: nowrap;
}
.footer_container>div {
	flex: 1;	
	display: flex;
	flex-direction: column;
	gap: 40px;
	align-items: flex-start;
}
.footer-logo-wrap {
	align-items: center;
	gap: 40px;
}
.footer-logo-wrap a:first-child {
	line-height: 0;
}
.footer-contacts {
	gap: 10px 30px;
}
.footer-contacts a {
	display: flex;
	align-items: center;
	gap: 12px;
}
.footer_phone_link {
	font-size: 22px;
}
.footer-messangers {
	gap: 30px;
}
.footer_menus {
	width: 100%;
	gap: 10px;
	font-size: 15px;
}
.footer-navigation ul, .policy-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;	
}
.footer a:not(.btn), a.dark {
	color: #383737;
}
.footer a:not(.btn):hover, a.dark:hover {
	color: #847651;
}
.policy-navigation ul {
	display: flex;
	flex-wrap: wrap;
	gap: 4px 20px;
	margin-top: 20px;
}
.footer_social_network {
	display: flex;
	flex-direction: column;
}
.footer_bottom_copyright {
	flex-shrink: 0;
}
.footer_bottom_copyright p {
	margin: 0;
}
.footer_bottom_copyright a {
	display: flex;
	align-items: center;
	gap: 4px;
}
@media (max-width: 1170px) {
		.footer {
		padding-top: 40px;
	}	
	.footer_container {
		flex-direction: column;
		gap: 20px;
	}
	.footer_container>div {		
		gap: 20px;		
	}
	.footer-logo-wrap {		
		gap: 20px;
	}	
	.footer-contacts {
		gap: 10px 20px;
	}	
	.footer-messangers {
		gap: 20px;
	}	
	.footer_bottom_text{		
		padding: 40px 0;
		flex-wrap: wrap;	
		gap: 10px;
	}
	#upbutton {		
		bottom: 10px;		
		padding: 4px;		
	}
}
/* услуга дочерняя */
.dflex {
	display: flex;
}
.jcsb {
	justify-content: space-between;
}
.aic {
	align-items: center;
}
.ais {
	align-items: flex-start;
}
.gap-40 {
	gap: 40px;
}
.gap-16 {
	gap: 16px;
}
.gap-12 {
	gap: 12px;
}
.equals-col>* {
	flex: 1;
}
.pt-80 {
	padding-top: 80px;
}
.pb-80 {
	padding-bottom: 80px;
}
.mb-80 {
	margin-bottom: 80px;
}
.text-center {
	text-align: center;
}
.header_uslugi_left h1 {
	padding: 0;	
	width: 100%;
}
.hero-padding {
	padding: 40px 0;
}
.header_uslugi_right {
	display: flex;
	flex-direction: column;
	gap: 20px;
	position: sticky;
	top: 40px;
}
.header_uslugi_right_info {
	gap: 20px;
	justify-content: space-between;
}
.header_uslugi_right_info div {
	font-size: 18px;
	font-weight: 500;
}
.header_uslugi_right_info div span {
	opacity: 50%;
	display: block;
	font-size: 14px;
	font-weight: 400;
}
.header_uslugi_right_info_text {
	color: #F20000;
}
.header_uslugi_image {
	height: 398px;
}
.header_uslugi_image__small {
	height: 320px;
}
.header_uslugi_image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.new-style h2 {
	font-size: 32px;
	line-height: 1.2;
	text-transform: uppercase;
	margin: 0 0 20px;
}
.porfolio_section.new-style {
	background: #fff;
	padding: 0 0 80px;
}
.porfolio_grid {
	max-width: 956px;
	margin: 40px auto;	
	column-count: 3;
  column-gap: 10px;
}
.porfolio_grid .porfolio_grid_item {
	margin-bottom: 5px;
}
.portfolio-more a{
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	width: max-content;
	margin: 0 auto;
	font-weight: 500;
}
.porfolio_grid .porfolio_grid_item:nth-child(3) {
  padding-top: 80px;
}
.porfolio_grid .porfolio_grid_item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 0;
}
.new-style .reviews_title {
    padding-top: 0;
}
/* карта */
section.map-section {
	height: auto;
	background: transparent;
	padding-top: 80px;
}
.new-style .ninth_main {
    margin: 0;
    padding: 40px;   
    background: #E6E3DB;
    border-radius: 0;
    width: auto;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 20px;
}
.new-style .ninth_title {
	font-size: 36px;
	color: #383737;
	padding: 0;
}
.new-style .ninth_text {
	color: #383737;
	opacity: 0.5;
	padding: 0;
}
.map {
	line-height: 0;
	min-width: calc(50% - 6px);
}
.map_phone_link {
	font-size: 24px;
}
.map_address {
	margin-top: auto;
}
.map_address p {
	margin: 0;
}
.btn-outline {
	background: transparent;
	color: #847651;
	border: 1px solid #847651;
	padding-top: 11px;
	padding-bottom: 11px;
}
.btn-outline:visited, .btn-outline:focus {
    color: #847651;
}
.btn-outline:hover {
	color: #fff;
	background: #847651;
}
.related-services {
	margin-top: 40px;
}
.service-item {
	width: calc((100% - 24px)/3);
	border-bottom: 1px solid #E3DDCC;
	padding-bottom: 20px;
}
.service-thumb {
	height: 300px;
	line-height: 0;
	margin-bottom: 20px;
	overflow: hidden;
}
.service-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.5s transform;
}

.service-item h3 {
	font-family: Tenor Sans, sans-serif;
	font-size: 24px;
	line-height: 1.2;
	font-weight: 400;
	margin: 0 0 4px;
}
.service-item p {
	margin: 0;
	font-size: 14px;
}
.service-info {
	position: relative;
	padding-right: 70px;
}
.service-info:after {
	content: '';
	width: 50px;
	height: 50px;
	background: url('/wp-content/uploads/2025/09/right-up.svg') no-repeat center/20px;
	position: absolute;
	right: 0;
	top: 0;
	border: 1px solid #E3DDCC;
	border-radius: 50%;
	transition: 0.5s background;
}
.service-item:hover .service-thumb img {
	transform: scale(1.05);
}
.service-item:hover .service-info:after {
	background: #847651 url('/wp-content/uploads/2025/09/right-up-1.svg') no-repeat center/20px;
}
@media (max-width: 1170px) {
	.gap-40 {
		gap: 30px;
	}
.pt-80 {
	padding-top: 60px;
}
.pb-80 {
	padding-bottom: 60px;
}
	.mb-80 {
	margin-bottom: 60px;
}
.header_uslugi_right_info {
	flex-wrap: wrap;
	gap: 10px;
	}
	.header_uslugi_right_info .btn {
		flex-basis: 100%;
	}
.header_uslugi_right_info div {
	font-size: 16px;
}
.header_uslugi_right_info div span {
	font-size: 12px;
}
.header_uslugi_image {
	height: 298px;
}
.new-style h2 {
	font-size: 28px;
}
	.services_chil_container_page {
    margin-top: 60px;
}
.porfolio_section.new-style {
	padding: 0 0 60px;
}

.porfolio_grid .porfolio_grid_item:nth-child(3) {
  padding-top: 60px;
}
/* карта */
section.map-section {
	padding-top: 60px;
}

.new-style .ninth_main {
    padding: 40px 20px;  
	gap: 16px;
}
.new-style .ninth_title {
	font-size: 28px;
}
.map_phone_link {
	font-size: 24px;
}
.service-thumb {
	height: 240px;
}
.service-item h3 {
	font-size: 20px;
}

.service-info {
	padding-right: 50px;
}
.service-info:after {	
	width: 40px;
	height: 40px;
}
}
@media (max-width: 768px) {
	.mob-flex-column {
		flex-direction: column;
	}
	.gap-40 {
		gap: 20px;
	}
.pt-80 {
	padding-top: 40px;
}
.pb-80 {
	padding-bottom: 40px;
}
	.mb-80 {
	margin-bottom: 40px;
}
	.hero-padding {
		padding-top: 20px;
	}
.new-style h2 {
	font-size: 24px;
}
	.services_chil_container_page {
    margin-top: 40px;
}
.porfolio_section.new-style {
	padding: 0 0 40px;
}

.porfolio_grid .porfolio_grid_item:nth-child(3) {
  padding-top: 40px;
}
/* карта */
section.map-section {
	padding-top: 40px;
}
.new-style .ninth_main {
    padding: 40px 20px;  
	gap: 16px;
}
.new-style .ninth_title {
	font-size: 24px;
}
.map_phone_link {
	font-size: 20px;
}

.service-item {
	width: 100%;
}
	.service-item p {
	font-size: 12px;
}
.service-info {
	padding-right: 40px;
}
.service-info:after {
	width: 32px;
	height: 32px;
}
	.header_uslugi_right {
		width: 100%;
	}
}