.filterSelectWrap .group,
.filterSelectWrap,
.filterSelectWrap .title,
.filterMobileActive,
.filterMobileChange,
.filterMobileRes  {
	display: none;
}
.breadcrumbs ul {
	color: #67748B;
    justify-content: center;
}
.breadcrumbs ul a {
	color: #67748B;
}
.breadcrumbs li {
    font-size: 13px;
    font-weight: 500;
}
.bg-grey {
    padding: 60px 0 0 0;
    text-align: center;
    background: #EEF3FC;
}
.textSection {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 60px;
}
.textSection a {
    color: #1788E0;
}
.offerPage .sectionTextInfo {
    font-size: 20px;
    max-width: 670px;
    margin: -20px auto 0;
}
.popupClose img {
    display: block;
}
.filterSelect {
	width: 32%;
	position: relative;
}
.filterSelect:after {
	content: '';
	display: block;
	border: 6px solid transparent;
	border-top: 7px solid #333333;
	position: absolute;
	top: 57%;
	right: 20px;
	transform: translate(0, -50%);
}
.smartfilterSelect #set_filter {
	border: 1px solid #6FD40A;
	background: #6FD40A;
	color: #fff;
	width: 267px;
    padding: 0;
}
.smartfilterSelect  .group {
    margin-bottom: 0;
}
.smartfilterSelect {
    gap: 12px;
	/*flex-wrap: nowrap;*/
}

.noSearch .innerSection {
    background: #EEF3FC;
}
.noSearch .innerSection .sectionTitle {
    display: none;
}
.sectionDesc {
	font-size: 20px;
	font-weight: 500;
	text-align: center;
}
.sectionDesc a {
	color: #1788E0;
}
.noSearch .title {
    text-align: center;
}
.noSearch .similarSection {
    padding: 20px 0 60px;
}
.popupClose::before {
    display: none;
}
.ppc-select-val-filter option {
    color: var(--color-1)!important;
 outline-color: transparent;
}

.topPanel {
    border-bottom: 1px solid #C8D8E4;
}

.gallerySection {
    padding: 50px 0 0;
}
.exampleProductSection {
	padding-top: 50px;
}

@media screen and (max-width: 1680px) {
	.sectionProduct .aboutProduct .navProduct .dFlex {
		flex-wrap: wrap;
		justify-content: flex-start;
	}
}


@media screen and (max-width: 1200px) {
	.offerPage .sectionTextInfo {
		margin: -20px auto 20px;
	}
}
@media screen and (max-width: 993px) {

.breadcrumbs ul {
    justify-content: flex-start;
}
	.choiceForm {
		display: none;
	}
	.filterSelectWrap {
		display: flex;
    	margin-bottom: 30px;
	}
.filterSelectPopup.open .filterSelectWrap {
    	margin-bottom: 0;
	}
	.filterSelect {
		width: 32%;
    	position: relative;
	}
	.filterSelect:after {
		content: '';
		display: block;
		border: 6px solid transparent;
		border-top: 7px solid #333333;
		position: absolute;
		top: 57%;
		right: 20px;
		transform: translate(0, -50%);
	}
	.offerPage .sectionTextInfo {
		font-size: 17px;
	}
	.smartfilterSelect #set_filter {
		width: 217px;
	}
	.smartfilterSelect {
		display: flex;
	}
	.smartfilterSelect ~ .filterSelectPopup {
		display: none;
	}
	section.aboutProduct.dFlex.fdc.aic.ppc-price {
		padding-bottom: 40px!important;
	}
	section.aboutProduct.dFlex.fdc.aic.ppc-price:before {
		content: '';
		display: block;
		height: 1px;
		width: 110%;
		background: var(--color-7);
		left: 0;
		margin-top: -15px;
    	margin-bottom: 30px;
	}
}

@media screen and (max-width: 568px) {
	.smartfilterSelect {
		display: none;
	}
	.smartfilterSelect ~ .filterSelectPopup {
		display: block;
	}
	.filterSelectWrap {
		display: flex;
		position: fixed;
		flex-direction: column;
		width: 100%;
		bottom: -40px;
		left: 0;
		right: 0;
		background: #fff;
		z-index: -99999;
		padding: 20px 16px;
		transform: translate(0%, 100%);
    	transition: all .3s ease;
	}
	.filterSelect {
		width: 100%;
	}
	.filterSelect:not(:last-child) {
		margin-bottom: 12px;
	}
	.filterSelectWrap .title {
		font-size: 20px;
		display: block;
	}
	.filterSelectWrap {
		align-items: flex-start;
	}
	.filterSelectWrap .group {
		display: flex;
		justify-content: space-between;
    	width: 100%;
	}
	.filterSelectWrap .group input {
		width: 49%;
	}
	#set_filter,
	#del_filter {
		font-size: 14px;
		font-weight: 600;
		text-transform: uppercase;
		padding: 0;
	}
	#del_filter {
		border: 1px solid #C8D8E4;
		color: #1788E0;
	}
	#set_filter {
		border: 1px solid #6FD40A;
		background: #6FD40A;
		color: #fff;
	}
	.filterSelectPopup .overlay {
		position: fixed;
		top: 0;
		left: 0;
		background: rgb(0 0 0 / 40%);
		width: 100%;
		height: 100%;
		z-index: -2222222;
    	opacity: 0;
	}
	.filterMobileActive,
	.filterMobileChange {
		display: block;
		border: 1px solid #C8D8E4;
		background: transparent;
		width: 100%;
		padding: 9px 0;
		font-size: 13px;
		font-weight: 500;
		color: #333333;
		margin-bottom: 15px;
	}
	.filterMobileRes {
		color: #67748B;
		background: transparent;
		border: 0;
		outline: none;
		display: block;
		text-align: center;
		width: 100%;
		margin-bottom: 30px;
	}
	.filterMobileChange {
		text-align: center;
    	color: #1788E0;
	}
	.filterSelectPopup.open .filterSelectWrap {
		transform: translate(0%, 0%);
		bottom: 0;
		z-index: 999999999999999;
	}
	.filterSelectPopup.open .overlay {
		z-index: 22;
    	opacity: 1;
	}
	.textSection {
		font-size: 17px;
		margin-bottom: 30px;
	}
	.bg-grey {
		padding: 30px 0 0 0;
	}
	.offerPage .sectionTextInfo {
		font-size: 15px;
	}
	h1.sectionTitle, .h1.sectionTitle {
		font-size: 20px;
	}
}





/* Страница продукта */

.sectionProduct {
    display: flex;
    flex-direction: row-reverse;
	margin-top: 62px;
	border-top: 1px solid #C8D8E4;
    overflow: hidden;
}
.sectionProduct .productSliderFlex {
	min-width: 0;
	width: 50%;
}
.sectionProduct .aboutProduct {
    width: 50%;
	align-items: flex-start;
	padding: 80px 60px 60px;
}
.sectionProduct .productSliderFlex .navProduct,
.mainBannerSlider .swiper-button-next,
.mainBannerSlider .swiper-button-prev {
	display: none;
}
.sectionProduct .aboutProduct .navProduct {
    position: unset;
	margin-top: 22px;
	border-bottom: 1px solid #C8D8E4;
    padding-bottom: 43px;
}
.productPage .breadcrumbs {
    position: absolute;
    top: 0;
	left: 60px;
    max-width: 570px;
	padding-top: 145px;
    overflow: hidden;
}
.productPage .breadcrumbs ul {
    flex-wrap: nowrap!important;
    width: 145%;
    justify-content: flex-start;
}
.aboutPrice {
    margin-left: 0;
    flex-direction: column;
    align-items: flex-start;
}
.aboutHeader .aboutPrice .btn {
    margin: 40px 0 45px 0;
}
.sectionProduct .aboutProduct .navProduct a {
    width: 175px;
}
.sectionProduct .aboutProduct .navProduct a .img {
    height: 105px;
}
.sectionProduct .exampleItemAbout .place:not(:last-child) {
    margin-right: 45px;
}
.sectionProduct .exampleItemAbout {
    margin: 30px 0 16px;
}
.aboutProductPage .aboutBodyDesc {
	padding: 50px 220px 50px 60px;
    border: 0;
    margin: 0;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
	border-right: 1px solid var(--color-7);
}
.aboutProductPage  {
	border-top: 1px solid var(--color-7);
	border-bottom: 1px solid var(--color-7);
}
.aboutProductPage .aboutParams {
    padding: 0;
    width: 100%;
}
.aboutBodyImage {
    width: 50%;
	display: flex;
    align-items: center;
    justify-content: center;
    padding: 70px 0;
}
.aboutBodyImage .img {
    width: 90%;
}
.productPage h1.sectionTitle {
    display: none;
}




.mainBanner.mainBannerSlider {
	height: auto;
    pointer-events: none;
}
.ppc-fasad-main {
    flex-direction: column;
    display: flex;
}
.ppc-fasad-main {
    flex-direction: column;
    left: 100%;
    display: flex;
}
.ppc-fasad-main .swiper-slide:nth-child(3), .ppc-fasad-main .swiper-slide:nth-child(4) {
    display: none;
}
@media screen and (max-width: 993px) {
	.mainBanner.mainBannerSlider {
		height: 635px;
	}
	.ppc-fasad-main {
    	flex-direction: unset;
    	left: 0;
	}

	.ppc-fasad-main .swiper-slide:nth-child(3), .ppc-fasad-main .swiper-slide:nth-child(4) {
		display: block;
	}
.mainBanner.mainBannerSlider {
	pointer-events: unset;
}
}





@media screen and (max-width: 1440px) {
	.sectionProduct {
		margin-top: 142px;
	}
	.productPage .breadcrumbs {
		padding-top: 13px;
	}
	.aboutProduct .place img {
		width: auto;
	}
}

@media screen and (max-width: 1300px) {
	.aboutProductPage .aboutBodyDesc {
		padding: 50px 90px 50px 60px;
	}
	.sectionProduct .aboutProduct .navProduct a {
		width: 136px;
	}
	.productPage .breadcrumbs {
		max-width: 470px;
	}
	.sectionProduct .aboutProduct .navProduct a .img {
		height: 84px;
	}
	.sectionProduct .aboutProduct .navProduct a span {
		font-size: 13px;
	}
}

@media screen and (max-width: 1200px) {
	.sectionProduct .aboutProduct {
		padding: 60px 20px 60px;
	}
	.productPage .breadcrumbs {
		max-width: 45vw;
		top: -10px;
		left: 20px;
		padding-top: 0;
	}
	.aboutPrice {
		text-align: left;
	}
	.aboutPrice .dFlex.fdc.aifs {
		align-items: flex-start;
	}
	.aboutProductPage .aboutBodyDesc {
		padding: 50px 35px 50px 20px;
	}
}


@media screen and (max-width: 993px) { 
	.sectionProduct {
		flex-direction: column;
	}
	.sectionProduct .productSliderFlex {
		min-width: 0;
		width: 100%;
	}
	.sectionProduct .productSliderFlex .navProduct, .mainBannerSlider .swiper-button-next {
		display: block;
	}
	.sectionProduct .productSliderFlex .navProduct ul {
		justify-content: center;
	}
	.sectionProduct .aboutProduct .navProduct {
		display: none;
	}
	.sectionProduct .aboutProduct {
		padding: 110px 15px 60px;
		width: 100%;
		align-items: center;
	}
	.aboutPrice {
		align-items: center;
	}
	.aboutPrice .dFlex.fdc.aifs {
		align-items: center;
	}
	.aboutHeader .description,
	.aboutPrice .text {
		display: none;
	}
	.mainBannerSlider .swiper-button-prev {
		top: 45%;
		width: 40px;
		left: 10px;
		bottom: auto;
		background: #fff;
		position: absolute;
    	display: flex;
	}
	.mainBannerSlider .swiper-button-next {
		top: 45%;
		width: 40px;
		left: auto;
		right: 10px;
		bottom: auto;
		background: #fff;
    	display: flex;
	}
	.aboutBodyImage .img {
		width: 80%;
	}
	.aboutHeader {
		margin-bottom: 0;
	}
	.aboutHeader .aboutPrice .btn,
	.sectionProduct .exampleItemAbout {
		margin: 0;
	}
.sectionProduct {
    margin-top: 180px;
}
.productPage .breadcrumbs {
    max-width: 100vw;
    top: -40px;
    left: 18px;
    padding-top: 0;
}
}

@media screen and (max-width: 768px) { 
	.navProduct a .img {
		height: 85px;
		padding-bottom: 10px;
		border-bottom: 4px solid transparent;
		margin-bottom: 5px;
	}
	.mainBanner.mainBannerSlider {
		height: 390px;
	}
}
@media screen and (max-width: 767px) { 
	.sectionProduct {
		margin-top: 0;
	}
	.aboutHeader {
		order: 1;
	}
	.aboutProductPage {
		flex-direction: column;
	}
	.aboutProductPage .aboutBodyDesc {
		padding: 20px 15px;
		width: 100%;
		border: 0
	}
	.aboutBodyImage {
		width: 100%;
	}
	.aboutBodyImage .img {
		width: 70%;
	}
	.navProduct a .img {
		margin-bottom: 5px;
	}
	.navProduct span {
		font-size: 13px;
	}
	.productPage .innerPage {
		padding-top: 50px;
		border: 0;
		/*border-top: 1px solid var(--color-7);*/
		position: relative;
	}
	.productPage .breadcrumbs {
		max-width: 90%;
		top: 46px;
		left: 15px;
		padding-top: 0;
		z-index: 3;
   		overflow: auto;
	}
	.aboutProduct .title {
		position: absolute;
		top: 33px;
		left: 15px;
	}
.aboutProduct .exampleItemAbout {
    justify-content: center;
    width: 100%;
}
.aboutProduct .place img {
    width: 24px;
    margin-right: 9px;
}
.sectionProduct .exampleItemAbout .place:not(:last-child) {
    margin-right: 10px;
}
}

@media screen and (max-width: 576px) { 
	.sectionProduct .productSliderFlex .navProduct ul {
		justify-content: flex-start;
    	padding-bottom: 10px;
	}
}







/*
 Секция с прогрессом работы
*/

.progressSection {
	padding: 50px 60px 35px;
}
.progressTableRow {
	display: flex;
	width: 100%;
}
.progressTableRow.line {
	position: relative;
}
.progressTableCol {
	height: 76px;
	background: rgb(111 212 10 / 3%);
	width: 25%;
	border: 1px solid #C8D8E4;
	margin-right: -1px;
}
.progressTableRow:not(:nth-child(4)) .progressTableCol {
	margin-bottom: -1px;
}
.progressTableCol.head,
.progressTableRow.price .head  {
	width: 286px;
	background: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-size: 20px;
	padding: 0 16px;
	font-weight: 400;
    font-family: var(--ff-p);
}

.step-1 .progressTableRow.line .progressTableCol:nth-child(1) {
	background: rgb(111 212 10 / 15%);
}
.step-2 .progressTableRow.line .progressTableCol:nth-child(2) {
	background: rgb(111 212 10 / 15%);
}
.step-3 .progressTableRow.line .progressTableCol:nth-child(3) {
	background: rgb(111 212 10 / 15%);
}
.step-4 .progressTableRow.line .progressTableCol:nth-child(4) {
	background: rgb(111 212 10 / 15%);
}
.progressTableTrack {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.step {
	position: absolute;
	background: #6FD40A;
	height: 43px;		
	z-index: 1;
}
.priceBlock {
	width: 30%;
	font-size: 30px;
	padding: 20px;
	height: 128px;
	display: flex;
	flex-direction: column;
	margin-top: 20px;
	justify-content: flex-end;
	font-weight: 400;
    font-family: var(--ff-p);
}
.priceBlock span {
	font-size: 15px;
	font-weight: 500;
    font-family: var(--ff-m);
}
.priceBlock span:not(:last-child) {
	margin-bottom: 5px;
}
.step-1 .progressTableRow.line .priceBlock:nth-child(1) {
	background: rgb(111 212 10 / 15%);
}
.step-2 .progressTableRow.line .priceBlock:nth-child(2) {
	background: rgb(111 212 10 / 15%);
}
.step-3 .progressTableRow.line .priceBlock:nth-child(3) {
	background: rgb(111 212 10 / 15%);
}
.step-4 .progressTableRow.line .priceBlock:nth-child(4) {
	background: rgb(111 212 10 / 15%);
}


@media screen and (max-width: 1350px) { 
	.priceBlock {
		font-size: 24px;
	}
}
@media screen and (max-width: 1200px) { 
	.progressSection {
		padding: 50px 0 35px;
	}
	.progressTableCol.head, .progressTableRow.price .head {
		font-size: 16px;
	}
	.priceBlock {
		height: 104px;
	}
}

@media screen and (max-width: 993px) {
	.priceBlock {
		font-size: 22px;
	}
	.progressTable {
		width: 1075px;
	}
	.progressTableScroll {
		overflow: auto;
	}
}

@media screen and (max-width: 576px) {
	.progressTableCol {
		height: 58px;
	}
	.priceBlock {
		font-size: 16px;
	}
	.priceBlock span {
		font-size: 13px;
	}
	.progressTableCol.head, .progressTableRow.price .head {
		font-size: 12px;
	}
	.progressTableCol.head, .progressTableRow.price .head {
		width: 161px;
	}
	.priceBlock {
		height: 86px;
	}
}



/* Страница с картой */

.search .title {
    text-align: left;
    margin-bottom: 20px;
}
.search {
    padding: 50px 60px;
	margin-top: 50px;
}
.searchHome {
    display: flex;
    height: 865px;
    overflow: hidden;
}
.searchHomeScroll {
    height: 865px;
    overflow: auto;
	width: 37%;
	min-width: 525px;
}
.searchHomeScroll::-webkit-scrollbar {
  width: 5px;
  background-color: #f9f9fd;
}

.searchHomeScroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #6FD40A;
}

.searchHomeScroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2);
  border-radius: 10px;
  background-color: #f9f9fd;
}
.searchHomeMap {
    width: 67%;
    height: 100%;
}
.searchHomeListItem {
    position: relative;
}
.searchHomeListItem .btn {
    position: absolute;
    bottom: 20px;
    z-index: 1;
    background: #EEF3FC;
	border: 1px solid #C8D8E4;
    right: 20px;
	color: #1788E0;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
}
.searchHomeListItem .img {
    position: relative;
}
.searchHomeListItemAbout {
    position: absolute;
    z-index: 1;
	bottom: 20px;
    left: 20px;
    color: #fff;
    font-size: 20px;
	width: 44%;
}
.searchHomeListItemAbout .title {
    margin: 0;
}
.searchHomeListItemAbout .count {
    font-size: 13px;
}
.changeMap {
    display: none;
}
.sectionProduct .aboutProduct .navProduct .dFlex {
    align-items: flex-start;
}
.sectionProduct .aboutProduct .navProduct a.navProductMore {
    height: 92px;
}
.phaseItem .count {
    font-size: 100px;
    font-family: var(--ff-p);
    display: flex;
    flex-direction: column;
}
.phaseItem .count span {
    font-size: 22px;
	line-height: 0em;
}
.phaseItem .desc {
    margin-bottom: 16px;
}
.phaseItem {
    position: relative;
}
.phaseItem .arrow {
    position: absolute;
    right: 55px;
    bottom: 20px;
}
.innerSection .similarSection.ppc-not-result {
    padding-bottom: 60px;
    margin: 0 -58px -90px;
}
@media screen and (max-width: 1640px) { 
	.innerSection .similarSection.ppc-not-result {
		padding-bottom: 60px;
		margin: 0 -15px -90px;
	}
}
@media screen and (max-width: 1200px) { 
	.search {
		padding: 50px 20px;
		margin-top: 50px;
	}
	.searchHomeScroll {
		min-width: 450px;
	}
	.searchHomeMap .map {
		height: 100%!important;
		overflow: hidden;
	}
}

@media screen and (max-width: 1200px) { 
	.searchHomeScroll {
		min-width: 390px;
	}
	.searchHomeListItem .btn {
		position: unset;
		width: 100%;
		text-align: center;
	}
}

@media screen and (max-width: 993px) { 
	.phaseItem .count {
		font-size: 50px;
	}
	.phaseItem .count span {
		font-size: 20px;
	}
	.phaseItem .arrow {
		right: 20px;
	}
}

@media screen and (max-width: 767px) { 
	.searchHomeListItemAbout {
		font-size: 15px;
		width: 100%;
		display: flex;
		justify-content: space-around;
		left: 0;
		align-items: center;
	}
	.searchHomeScroll {
		min-width: 270px;
	}
	.searchHome,
	.searchHomeScroll {
		height: 678px;
	}
	.mainBanner.mainBannerSlider {
		height: 250px;
	}
	.phase:last-of-type {
		display: block;
	}
	.phaseItem:nth-child(3n+2) .link {
		border-left: 0;
		border-right: 0;
	}

	.phaseItem .count {
		font-size: 30px;
	}
	.phaseItem .count span {
		font-size: 17px;
		line-height: 1em;
	}
}


@media screen and (max-width: 568px) { 
	.search .title {
		display: none;
	}
	.search {
		padding: 0;
		margin-top: 20px;
		background: transparent;
	}
	.search .filterMobileActive {
		background: #6FD40A;
		border: 0;
		color: #fff;
		text-transform: uppercase;
		font-size: 14px;
		height: 44px;
	}
	.changeMap {
		display: block;
		color: #1788E0;
		font-size: 15px;
		font-weight: 400;
	}
	.changeMap span {
		display: none;
	}
	.changeMap span.active {
		display: block;
	}
	.searchHome {
		height: auto;
	}
	.searchHomeMap, .searchHomeScroll {
		display: none;
	}
	.searchHomeMap.active, .searchHomeScroll.active {
		display: block;
		height: auto;
		min-width: 100%;
		overflow: unset;
	}
	.searchHomeMap {
		height: 500px!important;
	}
	.sectionDesc {
		display: flex;
		justify-content: space-between;
	}
	.searchHomeListItem {
		position: relative;
		margin-bottom: 16px;
		display: block;
	}
}