.header__wrapper {
	height: 115px;
	/*margin: 0 auto -200px;*/
}

.price_nmae {
  font-weight: bold;
  font-size: 19px;
}
.single-price-value1 {
  background-color: #deaf2d40;
  margin-bottom: 10px;
}
.header__upper {
	min-height: 132px;
	display: flex;
	flex-wrap: nowrap;
	max-width: 1440px;
	margin: 0 auto;
}
.logo2 {
	overflow: hidden;
	display: block;
	width: 325px;
	height: 63px;
	background-size: contain;
	margin: 22px 28px 0 0;
}
.header__rating {
	display: flex;
	gap: 21px;
	margin-right: 85px;
}
.header__flag::after {
	right: 0;
	border-top-color: var(--green-accent);
	border-right-width: 0;
}
.header__flag::before, .header__flag::after {
	content: "";
	width: 50%;
	box-sizing: border-box;
	display: block;
	position: absolute;
	bottom: -40px;
	border: 40px solid transparent;
	border-bottom-width: 0;
}
.header__flag::before {
	left: 0;
	border-top-color: var(--green-accent);
	border-left-width: 0;
}
.header__stars {
	padding: 30px 0 0;
}
.header__flag {
	box-sizing: border-box;
	padding: 20px 0 0;
	width: 77px;
	height: 71px;
	text-align: center;
	margin: 0 auto;
	background-color: #53a24f;
	position: relative;
	color: #fff;
	text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.header__star {
	display: inline-block;
	width: 14px;
	height: 14px;
	background: url(/assets/img/2024/star.svg) no-repeat;
}
.header__rating-title {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
}
.header__rating-subtitle {
	color: #000;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
}
.header__downMenu {
	display: flex;
	margin-left: auto;
	flex-grow: 1;
}
.header__project-calc {
	padding-top: 40px;
}
.header__sent-project::before {
	content: "";
	display: block;
	width: 42px;
	border-radius: 50%;
	height: 42px;
	background: #00a245 url(/assets/img/2024/ikonka-raschet.png) no-repeat 50%;
	background-size: 42px 42px;
	margin-right: 16px;
	flex-shrink: 0;
}
.header__social {
	margin-left: auto;
	padding-top: 40px;
}
.header__social-title {
	color: #000;
	font-size: 12px;
	font-style: normal;
	font-weight: 300;
	line-height: 104%;
	margin-bottom: 6px;
	text-align: center;
}
.header__social-title span {
	color: #50de62;
}
.social-list {
	display: flex;
	gap: 10px;
	list-style: none;
	padding: 0;
	margin: 0;
}
.social-list__link_whatsupp {
	box-shadow: 1px 1px 0px 0px #26e03f inset, -1px -1px 0px 0px var(--green-accent) inset;
	background: #1fd637;
}
.social-list__link_telegram {
	box-shadow: 1px 1px 0px 0px #2fbaff inset, -1px -1px 0px 0px #008cd1 inset;
	background: #02a4f4;
}
.social-list__link_vk {
	box-shadow: 1px 1px 0px 0px #1d84ff inset, -1px -1px 0px 0px #0668db inset;
	background: #0271f4;
}
.social-list__link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background-size: 18px;
	transition: background-color 0.3s, box-shadow 0.3s;
}
.header__call {
	margin-left: auto;
	padding-top: 40px;
}
.header__call-title::before {
	content: "";
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #00ff22;
	margin-bottom: 4px;
	animation: pulse 0.7s infinite;
}
.header__call-title {
	color: #000;
	text-align: right;
	font-size: 12px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	display: flex;
	justify-content: flex-end;
	gap: 10px;
}
.header__call-tel {
	display: block;
	color: #000;
	text-align: right;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.header__call-query {
	display: block;
	color: #50de62;
	text-align: right;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-decoration-line: underline;
}
.header__menu {
	min-height: 72px;
	line-height: 72px;
	max-width: 1420px;
	margin: 0 auto -200px;
}
.header__menu-list {
	list-style: none;
	display: flex;
	justify-content: space-between;
	padding: 0;
	margin: 0;
}
.header__menu-link {
	color: #000;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 104%;
	text-decoration: none;
	padding: 10px 0;
	-o-transition: padding 0.4s ease;
	-ms-transition: padding 0.4s ease;
	-moz-transition: padding 0.4s ease;
	-webkit-transition: padding 0.4s ease;
	-webkit-font-smoothing: antialiased;
	background-image: linear-gradient(#53a24f, #53a24f);
	background-position: 0% 100%;
	background-repeat: no-repeat;
	background-size: 0% 2px;
	transition: background-size 0.2s;
}
.header__menu-link:hover {
	background-size: 100% 2px;
}
.header__menu-link_active {
	background-size: 100% 2px;
}
.header__flag::before {
	left: 0;
	border-top-color: #53a24f;
	border-left-width: 0;
}
.header__flag::after {
  right: 0;
  border-top-color: #53a24f;
  border-right-width: 0;
}
.header__sent-project {
	display: flex;
	max-width: 195px;
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 125%;
	text-decoration-line: underline;
}
ul#menu-osnovnoe-menyu li {
    position: relative;
}

#menu-osnovnoe-menyu ul ul.sub-menu {
    position: absolute;
    right: 0;
    top: 0;
    left: 100%;
}
/**************/
	.header-menu-wrapper, .footer-menu-wrapper {
	padding: 20px 0;
}
.header-menu-cont {
	display: flex;
	justify-content: space-between;
}
.header-menu-wrapper ul.menu2, .footer-menu-wrapper ul.menu2 {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: space-between;
	position: relative;
}
.header-menu-wrapper ul.menu2 > li.menu-item > a {
  border-bottom: 1px solid #000;
}
.header-menu-wrapper ul.menu2 > li.menu-item > a, .header-menu-wrapper ul.menu2 > li.menu-item > span, .footer-menu-wrapper ul.menu2 > li.menu-item > a, .footer-catalog-menu-wrapper ul.menu2 > li.menu-item > a {
	font-weight: 700;
	text-transform: uppercase;
	color: #000;
/*	border-bottom: 1px solid transparent;*/
}
.header-menu-wrapper ul.menu2 li.menu-item-search > a::before, .header-menu-wrapper ul.menu2 li.menu-item-search > span::before {
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAPCAYAAADUFP50AAABQUlEQVQokY3SPUsWUBjG8Z8paGhbDjpUkxhUJJhoBIaULyE06uwnaHHpA+Qk6G6r4guViAVJQ20FiqIuIjjooCJB2JBaKgfvx+fgs3RNh8P1v9/Lfk30CtVgGC2oxV/sYQ5vcCpTRTzvYwYNOAmgMoI8Qhd68LuAXsN1TAa0hJe4jTt4hS08wXSeMYFDuItFPManKOsIo5FtG08j6yWYoh3jdZivahOzqMJADqZB7GChBCnqbVRRm4Pl+IezEntRfwKsyMGfqMe9EntRfQEd5OAKqjFSYr/QDfRHxo85OBhTa8c8bmbQQ3xFI5YxloO7sa99vMAavsdOv6EpvHVoy8Gkd+jGlxhSMx5E/1NRSQLH48qKU8IqnkVPt+JvI04wTf4zOvAez3OwoEOsX/lL60pXk/ptxYdCqf+jdF2d+IGycyJ5RivRXKAfAAAAAElFTkSuQmCC');
}
/*.menu-item-after::before {
	content: "";
	display: block;
	height: 76%;
	border-left: 1px solid #000;
	position: absolute;
	left: -5px;
	top: 4px;
}*/
#header-menu-box {
	margin: 0 auto;
}
.menu-item-after {
	position: relative;
	padding-left: 24px;
	padding-right: 10px;
}
.header-menu-wrapper ul.menu2 li.menu-item-favorite > a::before, .header-menu-wrapper ul.menu2 li.menu-item-favorite > span::before {
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAPCAYAAAACsSQRAAABXUlEQVQ4jX3TP0gVUBQG8N97PMIxnR0dGhVCF6FwUbBJCYImQ3BxcHCzrTalWluakkTQycVFciwS001cBP+Ag2g8igi1OHlSe1ffN9zDPef7zr3n3Hsq3z48gjt4g4doxU+s4xlOcBfv0IUWHOMjJvCrihpWMYIfWMEu+vAJHWn70r+SvJHU1SLBizxhBs9d4QneYi09Y5i7Fn+JydBHOZs4R6cSCxjCIobLsK+oRjlt2C7CF4iaP6e9CaFrq+UtqjcQZA96Cu8VQnceyxHuoVJQmqOSuqNIMp8vMNVUUmIqdfPR2CjpC9rxFMsFvUQ/ZrGH+3GTUwyijvdJaIb+5NVTd/qvofsYyECcMHpLktGM15Mfuv9eZQu9OMRrTDckiH34Ix684P9F49MeoBsbGM9PFnMVNvbhj3jwLhFNbcR3PMgvHtO5k0O5lKNw1ii47ZMF8TFe4Xfa2BcJ4A+TdFR5lgT4UwAAAABJRU5ErkJggg==');
}
.header-menu-wrapper ul.menu2 li.menu-item-after > a::before, .header-menu-wrapper ul.menu2 li.menu-item-after > span::before {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	left: 0;
	top: 8px;
	margin-top: 0;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;
}
.header-menu-box ul.menu2 > li.menu-item-has-children > ul.sub-menu {
	position: absolute;
	z-index: 999;
}
.mega-menu > ul.sub-menu {
	width: 100%;
	padding: 20px 25px;
	margin: 0;
	left: 0;
	background-color: rgba(40,40,40,.95);
}
.header-menu-wrapper ul.sub-menu, .footer-menu-wrapper ul.sub-menu {
	display: none;
}
.mega-menu.menu-item-has-children:hover > ul.sub-menu {
	display: flex;
	justify-content: space-between;
}
.menu-item-has-children:hover > ul.sub-menu {
	display: block;
}
.menu-item.menu-item-after.menu-item-search.search-target img {
}
.menu-item.menu-item-after.menu-item-search.search-target img {
  height: 20px;
  width: 20px;
}
#menu-osnovnoe-menyu>li {
  padding: 0 20px;
  position: relative;
}
#menu-osnovnoe-menyu .menu-item.menu-item-after.menu-item-favorite {
  padding: 0 13px 0 20px;
}
#menu-osnovnoe-menyu  ul {
/*	display: flex;
	justify-content: space-between;
	width: fit-content;*/
	padding: 20px 25px;
	margin: 0;
	left: 0;
	background-color: rgba(40,40,40,.95);
	min-width: 225px;
}
#menu-osnovnoe-menyu  ul ul {
	min-width: 305px;
}
#menu-osnovnoe-menyu  ul li > a {
	line-height: 1.3;
	font-size: 16px;
	font-weight: 700;
	border-bottom: 1px solid rgba(255,255,255,.25);
	color: #fff;
	margin-bottom: 8px;
	display: inline-block;
}
.header-menu-wrapper ul.menu2 li.menu-item-after > a {
	border-bottom: 1px solid transparent;
	text-transform: none;
	font-weight: 400;
}
.menu-item.menu-item-after.menu-item-search.search-target {
	color: #000;
}
.toped {
  position: relative;
  margin-top: 0px;
}
.header {
	padding: 0;
}
#modisleee{
	display: none;
}
@media (max-width: 992px) {

#modisleee{
	display: block;
}
.header {
	display: none;
}
}
.classId-453.col-md-4.col-sm-6.col-xs-12 {
	display: none;
}
.slider_tag {
	display: none;
}
.detailsli .line .black {
  color: #333333;
}
.detailsli span:first-child {
  min-width: 85px;
  margin-right: 15px;
  display: block;
}
.detailsli span {
  font-size: 16px;
}
.detailsli .line:last-child {
  margin-bottom: 0;
}
.detailsli .line {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  margin-bottom: px;
}

.zak_imgblock {
  width: 22%;
  float: left;
  height: 70px;
  border: 1px dashed #000;
  padding: 5px;
  box-sizing: border-box;
  margin: 5px;
  min-width: 90px;
}
#mse2_results .material a {
	font-size: 14px;
}
.proj-content .h4 a {
	font-size: 16px;
}
.zak_imgblockblock .zak_imgblock span {
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  width: 30%;
  float: left;
  line-height: 34px;
  min-width: 40px;
  margin: 0 auto;
}
.zak_imgblock div {
  padding-left: 0px;
}
.zak_imgblock img {
  max-width: 43%;
  float: right;
  margin: 0px auto 0;
}
.zak_imgblockblock {
}
.zak_imgblockblock:after {
  clear: both;
  content: "";
  display: block;
}
#mse2_results .material {
	max-height: 100px;
}

#mse2_results .proj-content {
	max-width: 402px;
} 

.zak_imgblock {
	width: calc(25% - 6px);
	float: left;
	height: 74px;
	border: 1px dashed #000;
	padding: 10px;
	box-sizing: border-box;
	margin: 10px 3px;
}
div .details li span:first-child {
	min-width: auto;
	margin-right: 0;
	display: block;
}
.zak_imgblock img {
	max-width: 43%;
	float: right;
	margin: 0px auto 0;
}
.details li .zak_imgblock span {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	width: 34%;
	float: left;
	line-height: 32px;
	min-width: 50px;
	margin: 0 auto;
}
.zak_imgblock div {
	clear: both;
	font-size: 14px;
	padding-left: 0px;
}
.lisk_agfer:after {
  content: "";
  display: block;
  clear: both;
}
.details li.lisk_agfer {
  margin: 0;
  padding: 0;
}
.details.alt {
	padding: 0px 10px;
}


.zak_imgblock.bigtext {
  padding-top: 6px;
  padding-left: 0;
  padding-right: 0;
}
.zak_imgblock.bigtext div {
  font-size: 12px;
  line-height: 12px;
  padding-top: 4px;
}	
.zak_imgblock.bigtext span span {
	float: right;
	font-size: 11px;
}
.tabcontent2 {
	padding: 0 0 0;
	margin-bottom: 20px;
}
#compl .headline.with-border.margin-bottom-20:nth-child(1) {
	border-top: 0;
}
.headline.with-border.margin-bottom-20 {
  border: 3px solid #f89500;
}
.headline.with-border.margin-bottom-20+.headline.with-border.margin-bottom-20 {
  border-top: 0;
}
.tabcontent2.active {
	border: 3px solid #f89500;
	background: #fff;
}
@media (max-width: 600px) {
    #compl {
	text-align: center;
}

    .zak_imgblock div {
    font-size: 12px;
}
.zak_imgblock {
    padding: 10px 2px;
}
}

 .square-block {
			text-align: center;
			margin-bottom: 35px;
			margin-top: 15px;
			/*height: 430px;*/
		}

		.details li .v-green-number {
			color: #509d4d;
    		font-size: 20px;
		}
div .details li {
  padding: 15px 0;
}
		.square-block .square-inner {
			/*height: 410px;*/
		}

		.square-block img {
			max-height: 400px;
			margin: 0 auto;
		}

		.square-block span {
			display: block;
		}

		.square-block-title {
			font-size: 18px;
		}

		.square-block-metr {
			font-size: 26px;
			color: black;
			font-weight: bold;
		}

		.v-img-icon {
			height: 25px;
			width: 25px;
		}

		.change-plan {
			margin-top: 30px;
			margin-bottom: 30px;
		}

		.details {
			font-family: Arial, sans-serif;
			text-transform: none;
		}

		.details li span.meters, .details li .v-green-number {
			font-size: 30px;
		}

		.details li span {
			font-size: 16px;
		}

		.details li span.price {
			padding-bottom: 15px;
			padding-top: 15px;
			font-weight: bold;
		}

        .tabcontent2_new .headline.with-border.margin-bottom-20 {
            	text-align: center;
            }
            .tabcontent2.tabcontent2_new p:nth-child(4) {
            	min-height: auto;
            }
            /* Style the tab */
            .producttab .tab2 {
                overflow: hidden;
                display: flex;
                justify-content: space-between;
            }
            
            /* Style the buttons that are used to open the tab content */
            .producttab .tab2 button {
                background: #f8f8f8;
                float: left;
                border: none;
                outline: none;
                cursor: pointer;
                padding: 14px 16px;
                transition: 0.3s;
                border-bottom: 3px solid #509d4d;
                width:32%;
            }
            
            /* Change background color of buttons on hover */
            .producttab2 .tab2 button:hover {
                background-color: #ddd;
            }
            
            /* Create an active/current tablink class */
            .producttab2 .tab2 button.active {
                background-color: #f89500;
                color: #fff;
                border-bottom: 3px solid #f89500;
            }
            
#komplektaciya #compl.tabcontent2_new h4.headline {
  min-height: auto;
  border-right: 1px solid #e6e8eb;
  margin: 0 !important;
  padding: 11px 20px;
  border-left: 1px solid #e6e8eb;
}
#komplektaciya #compl.tabcontent2_new h4.headline:nth-child(1) {
  border-right: 0px solid #e6e8eb;
  border-left: 0px solid #e6e8eb;
}
#komplektaciya p {
	min-height: auto;
	border-right: 1px solid #e6e8eb;
	margin: 0;
	font-size: 18px;
	padding: 11px 20px;
	border-left: 1px solid #e6e8eb;
}
.tabcontent2 p::after, .tabcontent2 .headline.with-border::after {
	left: 0;
	right: 0;
	width: 100%;
}
 #komplektaciya p {
  min-height: auto;
}
/**/



#migx_komp {
  border-radius: 5px;
  border-collapse: collapse;
  min-width: 100%;
}
#migx_komp td {
  border: 2px solid #f4f2f2;
  padding: 0 15px;
  text-align: center;
}
#migx_komp tr:nth-child(2) td:nth-child(1), #migx_komp tr:nth-child(1) td:nth-child(1), #migx_komp tr:nth-child(1), #migx_komp tr:nth-child(2) {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
#migx_komp tr td:nth-child(1) {
  text-align: left;
}
#migx_komp td:nth-child(1)[colspan="4"] {
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  padding: 8px 0;
  background-color: #f4f2f2;
  color: #666;
}
.features-item-title-.text-center {
	font-size: 40px;
	font-weight: bold;
	margin: 0 auto 19px;
}
.table_plus {
  background-color: #509c4c;
  color: #fff;
  width: 25px;
  display: block;
  height: 25px;
  margin: 0 auto;
  border-radius: 25px;
  font-weight: bold;
}
.table_menys {
  background-color: #cecece;
  color: #000;
  width: 25px;
  display: block;
  height: 25px;
  margin: 0 auto;
  border-radius: 25px;
  font-weight: bold;
  line-height: 25px;
}
    .service-alt_new2 {
	background-color: #fff;
	border-radius: 15px;
	box-shadow: 0px 4px 4px 0px #00000040;
	margin-left: auto;
	margin-right: auto;
}
#top-1 .project-item-attr-text {
	font-size: 24px;
}
.service-alt_new2 .h4_new {
	text-align: center;
}
#prime_work222 a {
    width: 23%;
    height: 300px;
    margin: 0px;
    /*border: 5px solid #53a24f;*/
    /*-webkit-filter: sepia(100%);
    filter: sepia(100%);*/
    transition-duration: 1s;
}

#prime_work222 a:hover {
    border: 5px solid #fff;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-filter: none;
    filter: none;
}
h2.headline {
  margin: 0px 0 0px 0;
  font-size: 22px;
}
#header_mobi{
    display: none;
}
.classId-453.project-item-wrapper {
	display: none;
}
.project-item-wrapper .orange-link {
	font-size: 34px;
}
.img-hover_new {
  display: block;
  overflow: hidden;
  background-color: #fff;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
}
.h4_new {
  color: #282828;
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 15px;
}
.service-content-link_new {
  display: block;
}


.dje_edse {
  top: 10px !important;
  right: 23px !important;
  font-size: 16px;
  position: absolute;
  background-color:#53a24f70;
  border-radius: 13px;
  width: auto;
  color: #282728;
  text-align: center;
  padding: 5px 10px;
  margin-bottom: 15px;
}
.service-content-link_new {
  flex-direction: column;
  padding: 10px 10px;
}
.hidden-part_new {
  font-size: 14px;
  display: flex;
  justify-content: center;
  background-image: -moz-linear-gradient(90deg,#53a24f 0%,#53a24f 56%,#53a24f 100%);
  background-image: -webkit-linear-gradient(90deg,#53a24f 0%,#53a24f 56%,#53a24f 100%);
  background-image: -ms-linear-gradient(90deg,#53a24f 0%,#53a24f 56%,#53a24f 100%);
  box-shadow: 0 19px 49px 0 rgba(83, 162, 79, 0.44);
  border-radius: 15px;
  color: #fff;
  font-weight: 700;
  padding: 10px 18px;
  transition: all .35s ease-in-out;
  border: none;
  cursor: pointer;
  position: relative;
  width: fit-content;
  margin: 0 auto;
}


/*********************/

.flex-row {
	gap: 20px;
}
.flex-row {
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
	justify-content: center;
	align-items: stretch;
}

	.project-item-wrapper, .project-item-last-wrapper, .main-price-item {
	width: calc((100% - 40px)/3);
}
.project-item {
  margin-bottom: 0 !important;
}
.project-item {
  margin-bottom: 30px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 1px 144px 0 #00000005;
  overflow: hidden;
}
.project-item-image {
  position: relative;
}
.project-labels, .project-item-like {
  z-index: 2;
}
.project-labels {
  position: absolute;
  left: 0;
  top: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.project-label-top_10 {
	background-color: #aa58cc;
}
.project-label-hit {
	background-color: #74bb16;
}
.project-item-content {
	padding: 30px 30px 40px;
	border-bottom: 1px solid #e9e9e9;
}
.project-item-title {
	text-align: center;
}
.project-item-title a {
	font-size: 26px;
	color: #282828;
	font-weight: 700;
	border-bottom: 1px solid #282828;
}
.project-item-attrs {
  padding-bottom: 0 !important;
  margin-bottom: 10px !important;
}
.project-item-attrs {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}/*
.project-item-attr::before {
	content: "";
	display: block;
	width: 25px;
	height: 25px;
	position: absolute;
	left: 0;
	top: 0;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
}*//*
.project-item-attr-size::before {
	content: "M";
	font-size: 15px;
	font-weight: 600;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: none !important;
}
.project-item-attr::before {
	background-color: #f4b554;
	border-radius: 50%;
	width: 27px !important;
	height: 27px !important;
	top: 50%;
	margin-top: -13px;
	left: -5px;
}*/
.project-item-attr-text {
	line-height: 40px;
	font-size: 14px;
}
.project-item-attr-text span::after {
	content: " ";
}
#popular-projects .project-item-price {
	flex-direction: row;
	text-align: initial;
	justify-content: center;
	align-items: flex-end;
}
.single-price-box {
	font-weight: 600;
}
.single-price-box {
	display: flex;
	flex-direction: column;
	justify-content: center;
	line-height: 1.2;
	width: max-content;
	margin: 0 auto;
}
#popular-projects .project-item-price .single-price-value {
	font-size: 20px;
	text-align: center;
}
.project-item-btn {
	display: none;
	width: 100%;
	padding: 25px 0 30px;
	text-align: center;
	background: #fff;
	box-shadow: 0 1px 144px 0 rgba(0,0,0,.03);
}
.single-price-value span {
	color: #74bb16;
	font-size: 30px;
	line-height: 1.4;
	transition: all .35s ease-in-out;
}
.project-item-wrapper:hover .project-item-btn {
	display: block;
	box-shadow: 0 -1px 0 10px #fc9c27,0px 4px 9px 7px #000;
}/*
.project-item-btn__:hover {
	background: #fc9c27;
}
.project-item-btn__:hover {
	background: #fc9c27;
}*/
.orange-link::after {
	content: "";
	display: block;
width: 15px;
height: 24px;
	mask-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAALCAYAAACzkJeoAAAAl0lEQVQYlV3OIa+BYRgG4OuY8w+QvyCfIlGcLrBxil+h+SdUzWbjNIEgME3UmJPtSExQ2Lv57J27Xnvu+/k49coj/KGLuygZ/KKDAT5jzGKIf0xQQBPXgOEyZI5vlLBAPsaQDSrIYYUkxpAd6iiGmXdMMMYBPzF+YY3Ls36fYhVLbJ+PHdOHWphhihrOaVXABvpo4/YawQMvtR10HvFrpQAAAABJRU5ErkJggg==');
	-webkit-mask-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAALCAYAAACzkJeoAAAAl0lEQVQYlV3OIa+BYRgG4OuY8w+QvyCfIlGcLrBxil+h+SdUzWbjNIEgME3UmJPtSExQ2Lv57J27Xnvu+/k49coj/KGLuygZ/KKDAT5jzGKIf0xQQBPXgOEyZI5vlLBAPsaQDSrIYYUkxpAd6iiGmXdMMMYBPzF+YY3Ls36fYhVLbJ+PHdOHWphhihrOaVXABvpo4/YawQMvtR10HvFrpQAAAABJRU5ErkJggg==');
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	mask-size: contain;
	-webkit-mask-size: contain;
	mask-position: right;
	-webkit-mask-position: right;
	background-color: #fff;
	transition: all .5s ease-in-out;
	position: absolute;
	bottom: 0;
	left: 100%;
	margin-left: 10px;
	transform: translateX(0px);
}
.project-item-btn:hover .orange-link {
	color: #fff;
	border-bottom-color: #fff;
}
.project-item-wrapper:hover {
	z-index: 10;
	background: #fff;
	box-shadow: 0 0 0 10px #fff,0px 0px 9px 7px #000;
}
.project-item-btn {
	display: none;
	width: 100%;
	padding: 25px 0 30px;
	text-align: center;
	background: #53a24f;
	box-shadow: 0 1px 144px 0 rgba(0,0,0,.03);
	color: #fff;
	font-weight: bold;
	font-size: 26px;
}
.project-item-image {
	position: relative;
}
.project-item-wrapper:hover .hover__block {
  display: block;
  position: absolute;
  left: 0;
  z-index: 10;
  background: #fff;
  box-shadow: 0 0 0 10px #fff,0px 2px 9px 1px #000;
  width: 100%;
}
.project-item-wrapper:hover .project-item {
	z-index: 10;
	overflow: visible;
	position: relative;
}
.project-item-wrapper:hover .project-item-btn {
	display: block;
	box-shadow: 0 -1px 0 10px #53a24f,0px 4px 9px 7px #000;
}
.project-label {
	margin-bottom: 8px;
	padding: 8px 12px 8px 8px;
	border-radius: 0 16px 16px 0;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
}
.project-item-btn.project-item-btn__ span {
	position: relative;
}
.project-item-attr-size {
  background-image: url(/assets/templates/images/2024/Размер\ дома.jpg);
}
.project-item-attr-count_bedrooms {
  background-image: url(/assets/templates/images/2024/Спален.jpg);
}
.project-item-attr-area {
  background-image: url(/assets/templates/images/2024/Площадь\ дома.jpg);
}
.project-item-attr-raz_homes {
  background-image: url(/assets/templates/images/2024/Площадь\ террасы.jpg);
}
.project-item-attr-count_bedrooms2 {
 background-image: url(/assets/templates/images/2024/Спален.jpg);
}
.project-item-attr-raz_kx {
  background-image: url(/assets/templates/images/2024/Гостиная.jpeg);
}
.project-item-attr-raz_pars {
  background-image: url(/assets/templates/images/2024/Парная.jpg);
}
.project-item-attr-ccount_bathrooms {
  background-image: url(/assets/templates/images/2024/Санузлов.jpg);
}
.project-item-attr-ffloor {
  background-image: url(/assets/templates/images/2024/Этажи.jpg);
}
.project-item-attr {
  position: relative;
  padding-left: 45px;
  background-size: contain;
  background-repeat: no-repeat;
  max-height: 38px;
}
.button.medium.border {
	margin: 0 auto;
	display: block;
	width: fit-content;
}
#prime_work {
	gap: 3px;
}

#prime_work .project-item-title a {
  font-size: 20px;
}
#prime_work .project-item-content {
  padding: 15px 12px;
}
#prime_work .project-item-wrapper {
  width: calc((100% - 40px)/5);
}
<?
var_dump(expression)

.ballon-item {
	width: 300px;
}
.ballon-item img {
  border-radius: 5px 5px 0 0;
}
.ballon-item-content {
	padding: 10px 0;
}
.ballon-item-title {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  /*padding-bottom: 15px;*/
}
.text-center {
  text-align: center !important;
}
#map_bot  .ymaps-2-1-79-balloon__close + .ymaps-2-1-79-balloon__content {
margin: 0;
padding: 0;
}
.orange-link::after {
	content: "";
	display: block;
	width: 8px;
	height: 12px;
	mask-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAALCAYAAACzkJeoAAAAl0lEQVQYlV3OIa+BYRgG4OuY8w+QvyCfIlGcLrBxil+h+SdUzWbjNIEgME3UmJPtSExQ2Lv57J27Xnvu+/k49coj/KGLuygZ/KKDAT5jzGKIf0xQQBPXgOEyZI5vlLBAPsaQDSrIYYUkxpAd6iiGmXdMMMYBPzF+YY3Ls36fYhVLbJ+PHdOHWphhihrOaVXABvpo4/YawQMvtR10HvFrpQAAAABJRU5ErkJggg==');
	-webkit-mask-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAALCAYAAACzkJeoAAAAl0lEQVQYlV3OIa+BYRgG4OuY8w+QvyCfIlGcLrBxil+h+SdUzWbjNIEgME3UmJPtSExQ2Lv57J27Xnvu+/k49coj/KGLuygZ/KKDAT5jzGKIf0xQQBPXgOEyZI5vlLBAPsaQDSrIYYUkxpAd6iiGmXdMMMYBPzF+YY3Ls36fYhVLbJ+PHdOHWphhihrOaVXABvpo4/YawQMvtR10HvFrpQAAAABJRU5ErkJggg==');
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	mask-size: contain;
	-webkit-mask-size: contain;
	mask-position: right;
	-webkit-mask-position: right;
	background-color: #53a24f;
	transition: all .5s ease-in-out;
	position: absolute;
	bottom: 0;
	left: 100%;
	margin-left: 10px;
	transform: translateX(0px);
}
.orange-link {
	font-size: 14px;
	color: #53a24f;
	border-bottom: 1px solid #53a24f;
	position: relative;
	font-weight: 700;
	transition: all .15s ease-in-out;
}
#map_bot  .ymaps-2-1-79-balloon {
	position: absolute;
	z-index: 1;
	padding: 1px;
	box-shadow: inset 0 0 0 1px rgba(0,0,0,.15),0 5px 15px -7px rgba(0,0,0,.5);
}
#map_bot .ymaps-2-1-79-balloon {
	border-radius: 10px; 
	overflow: hidden; 
	box-shadow: none; 
}
.video-mortgage {
	overflow: hidden;
}
.video-mortgage {
	padding: 100px 0 84px;
	background: url(/assets/img/sky-bg.jpg) no-repeat;
	background-size: cover;
}
.video-mortgage__wrapper {
	max-width: 100%;
	margin: 60px auto 0;
	width: 1440px;
}
.mortgage {
	border-radius: 92px;
	border: 1px solid #c4d8ea;
	background: #fff;
	padding: 30px 95px 55px;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
}

.mortgage__slider-wrap {
  z-index: 99;
}
.mortgage-left-wrap {
  /*! z-index: 9999; */
  /*! position: relative; */
}
.mortgage__slider-wrap {
	max-width: 550px;
}
.mortgage__title {
  z-index: 9;
  position: relative;
}
.popup-with-zoom-anim.mortgage__button {
  z-index: 9;
  position: relative;
}
/*.mortgage-left-wrap {
	max-width: 900px;
}*/
.mortgage__title {
	color: #000;
	font-size: 48px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	letter-spacing: 1.92px;
	/*max-width: 630px;*/
	margin: 0 0 34px;
	text-align: center;
}
ul.arch-form__feature-list {
	/* background: #ffffff99; */
	background: rgb(255, 255, 255);
	background: linear-gradient( 90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 45%, rgba(255, 255, 255, 0.7) 100% );
	border-radius: 15px;
	padding: 5px 0px 5px 5px;
}
.arch-form__feature-item {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 125%;
	padding-left: 25px;
	background: url(/assets/templates/images/2024/arrow-green.svg) 0 40% no-repeat;
	background-size: 15px;
}
.mortgage__slider-wrap {
	margin-bottom: 53px;
	position: relative;
}
.mortgage__button {
	outline: none;
	transition: 0.3s ease-in-out;
}
.mortgage__button, .popup-with-zoom-anim_NOT.mortgage__button.ridle_dkdke_dwww {
	display: block;
	width: fit-content;
	border-radius: 10px;
	/* background: var(--green-accent); */
	background: linear-gradient(180deg, #50de62 0%, #0abc22 100%);
	padding: 29px 60px;
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	text-decoration: none;
	color: #fff;
	border: none;
	text-transform: uppercase;
}
.mortgage__bg {
	position: absolute;
	right: -124px;
	bottom: 0;
}
.arch-form__feature-item {
	list-style: none;
}
.popup-with-zoom-anim_NOT.mortgage__button.ridle_dkdke_dwww {
	right: 100px;
	position: absolute;
	z-index: 9;
	bottom: 55px;
	width: 600px;
	text-align: center;
}
.project-item-btn .orange-link {
  color: #fff;
  border-bottom-color: #fff;
}

.slider_tag li a {
  background-color: #f4f2f2;
  border-color: #f4f2f2;
  color: #282828;
  font-size: 14px;
  display: block;
  text-align: center;
  margin: 0 5px;
  cursor: pointer;
  border-radius: .25rem;
}
.slider_tag  .slick-prev, .slider_tag  .slick-next {
	background-color: #53a24f;
	border-radius: 14px;
	text-align: center;
}
.slider_tag  .slick-prev::before, .slider_tag  .slick-next::before {
  font-size: 14px;
  margin: 0 0 0 4px;
  font-weight: bold;
}
.slider_tag {
  margin: 0 auto;
  padding: 0;
}
.slider_tag li a:hover {
  background-color: #53a24f;
  border-color: #53a24f;
  color: #fff;
  background-color: #74bb16;
  border-color: #74bb16;
  color: #fff;
}
.container-fluid {
	/*width: 1600px;*/
	max-width: 98%;
}
/*.seo-slider-control-wrap {
	width: 150px;
	padding: 15px 20px 0 0;
}*/
.orange-link:hover::after {
  transform: translateX(15px);
}
.orange-link:hover {
	color: #1b4d18;
	border-bottom-color: #1b4d18;
}
.seo-box-item {
	margin-bottom: 35px;
}
.seo-box-item-title {
	font-weight: 700;
}
.seo-box-item-links .btn-seo {
	margin: 0 15px 15px 0;
}
.btn-seo, .page-numbers:not(.dots) {
  background-color: #f4f2f2;
  border-color: #f4f2f2;
  color: #282828;
  font-size: 14px;
}
.btn {
  display: inline-block;
  padding: .375rem .75rem;
  cursor: pointer;
  border-radius: .25rem;
}
a.btn-seo:hover {
  background-color: #53a24f;
  border-color: #53a24f;
  color: #fff;
  background-color: #74bb16;
  border-color: #74bb16;
  color: #fff;
}
.orange-link::after {
	content: "";
	display: block;
	width: 8px;
	height: 12px;
	mask-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAALCAYAAACzkJeoAAAAl0lEQVQYlV3OIa+BYRgG4OuY8w+QvyCfIlGcLrBxil+h+SdUzWbjNIEgME3UmJPtSExQ2Lv57J27Xnvu+/k49coj/KGLuygZ/KKDAT5jzGKIf0xQQBPXgOEyZI5vlLBAPsaQDSrIYYUkxpAd6iiGmXdMMMYBPzF+YY3Ls36fYhVLbJ+PHdOHWphhihrOaVXABvpo4/YawQMvtR10HvFrpQAAAABJRU5ErkJggg==');
	-webkit-mask-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAALCAYAAACzkJeoAAAAl0lEQVQYlV3OIa+BYRgG4OuY8w+QvyCfIlGcLrBxil+h+SdUzWbjNIEgME3UmJPtSExQ2Lv57J27Xnvu+/k49coj/KGLuygZ/KKDAT5jzGKIf0xQQBPXgOEyZI5vlLBAPsaQDSrIYYUkxpAd6iiGmXdMMMYBPzF+YY3Ls36fYhVLbJ+PHdOHWphhihrOaVXABvpo4/YawQMvtR10HvFrpQAAAABJRU5ErkJggg==');
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	mask-size: contain;
	-webkit-mask-size: contain;
	mask-position: right;
	-webkit-mask-position: right;
	background-color: #53a24f;
	transition: all .5s ease-in-out;
	position: absolute;
	bottom: 0;
	left: 100%;
	margin-left: 10px;
	transform: translateX(0px);
}
.orange-link {
	font-size: 14px;
	color: #53a24f;
	border-bottom: 1px solid #53a24f;
	position: relative;
	font-weight: 700;
	transition: all .15s ease-in-out;
}
#seo-links-wrap {
	display: none;
}
#seo-links-wrap {
	margin-top: -57px;
}
#mse2_tv\|floor .filter_row, #mse2_tv\|count_bedrooms .filter_row, #mse2_tv\|count_bathrooms .filter_row {
  float: left;
  margin-right: 12px;
}
.filter_block {
  clear: both;
}

.features-item-box {
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
	align-items: center;
}
.features-item-title {
	font-size: 20px;
	font-weight: 700;
	width: 100%;
	margin-bottom: 20px;
}
.features-item-box {
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
	align-items: center;
}
.features-item-title {
	font-size: 20px;
	font-weight: 700;
	width: 100%;
	margin-bottom: 20px;
}
.full-width-features {
	width: 100%;
	columns: 1;
}
.features-item-list {
	color: #7abe21;
	padding-left: 20px;
	list-style-type: circle;
	font-size: 14px;
}
.features-item-list li span {
	color: #282828;
}
.features-last-box {
	align-items: stretch;
	margin-bottom: -20px;
	flex-direction: column;
}
.features-last-box > div {
	width: 100%;
	margin-bottom: 20px;
	text-align: center;
}
.single-price-value {
	font-weight: 700;
	font-size: 14px;
}

.project-item-wrapper.project-item-wrapper_vid {
  width: calc(100% - 40px);
}
.project-item-wrapper.project-item-wrapper_vid .project-item-image {
  width: 49%;
  display: inline-block;
}
.project-item-wrapper.project-item-wrapper_vid .hover__block {
  width: 49%;
  display: inline-block;
  position: static;
  box-shadow: none;
  position: relative;
}
.project-item-wrapper.project-item-wrapper_vid .project-item-wrapper .project-item-btn {
}
.project-item-wrapper.project-item-wrapper_vid .project-item-btn {
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  bottom: auto;
  box-shadow: none;
}
.features-last-box > div {
	width: 100%;
	margin-bottom: 20px;
}
.single-lightgray-box {
	background-color: #f4f2f2;
	border-radius: 5px;
	padding: 10px 25px;
}
.single-credit-box b {
	font-size: 20px;
}
.single-lightgray-box.single-pay-box {
	padding-top: 25px;
	padding-bottom: 25px;
}
.single-pay-box {
	background-position: right 25px center !important;
}
.single-pay-box b {
	margin-right: 5px;
}
.single-smeta-btn-box > a, .single-pay-box {
	padding-left: 25px;
}
.single-pay-box {
	/*padding-right: 45px;
	background-image: url('data:image/png;base64,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');*/
	background-size: 30px;
	background-repeat: no-repeat;
	background-position: right 25px center;
	display: flex;
	align-items: center;
}
.button.orange {
	background-image: -moz-linear-gradient(90deg,#509c4c 0%,#509c4c 56%,#509c4c 100%); 
	background-image: -webkit-linear-gradient(90deg,#509c4c 0%,#509c4c 56%,#509c4c 100%); 
	background-image: -ms-linear-gradient(90deg,#509c4c 0%,#509c4c 56%,#509c4c 100%); 
	box-shadow: 0 19px 49px 0 rgb(80, 157, 77);
	width: 100%;
}
.features-author-wide {
	width: 100%;
	margin: 0 auto;
	margin-bottom: 25px;
	height: 100%;
}
.features-author-wide {
	background-color: #f4f2f2;
	border-radius: 10px;
	padding-top: 25px;
	padding-bottom: 25px;
}
span.table_zapros {
    font-weight: bold;
}
#top-1 .project-item-attr {
	width: 100%;
	overflow: hidden;
	margin: 0 0 10px;
}
.features-author-wide .single-author-upper-text {
	font-size: 18px;
	text-align: center;
}
.single-author-photo {
	width: 190px;
	height: 190px;
	border-radius: 50%;
	margin: 0 auto 10px;
}
.features-author-wide .single-author-fio {
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 26px;
	text-align: center;
	color: #000;
}
.phone-masked-box > a {
	color: #000;
}
.single-author-photo img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	object-fit: cover;
	-o-object-fit: cover;
}

.catalog-phone-wrapper {
	margin-bottom: 20px;
	text-align: center;
}
.masked-phone-number, .phone-masked-box > a {
	font-weight: 700;
	font-size: 22px;
}
.single-catalog-call-form {
	text-align: center;
}
#single-catalog-phone-form {
	border-radius: 5px;
	margin-bottom: 25px;
	width: 85%;
	background: #fff url(/assets/img/2024/phone-icon.svg) no-repeat scroll 15px 15px;
	padding-left: 35px;
}
.socials-list-project {
	gap: 5px;
	margin-top: 15px;
}
.project-privacy {
	width: 83%;
	margin-top: 15px;
}
.privacy-group {
	font-size: 12px;
	color: #282728;
	margin-bottom: 0;
}
.privacy-group span {
	color: #282728;
	border-bottom: 1px solid #282728;
	transition: all .25s ease-in-out;
	cursor: pointer;
}
.features-item-title {
	display: none;
}
.buttonsdsd {
	display: inline-block;
	border-radius: 15px;
	color: #fff;
	font-weight: 700;
	padding: 20px 18px;
	transition: all .35s ease-in-out;
	border: none;
	cursor: pointer;
	position: relative;
	max-width: 68%;
}
.socials-list.socials-list-project {
	text-align: center;
	width: max-content;
	margin: 36px auto 0;
}
.form-group.privacy-group.text-center.project-privacy {
	margin: 0 auto;
	text-align: center;
}
#single-catalog-phone-form {
	margin: 0 auto 25px;
}
.bast-banks-wrap {
	display: flex;
	flex-direction: column;
	margin-top: 40px;
}
.best-bank-item, .best-bank-item:hover {
	transition: border .3s ease-in-out;
}
.best-bank-item {
	display: flex;
	flex-direction: column;
	width: 100%;
	margin-bottom: 25px;
	box-shadow: 3px 3px 8px 0px rgba(73,73,73,.116);
	background-color: #f0f3f5;
	padding: 15px;
	border-radius: 7px;
	border: 2px solid transparent;
}
.best-bank-head {
	display: flex;
	flex-direction: row;
	width: 100%;
	margin-bottom: 10px;
}
.best-bank-logo {
	display: flex;
	align-items: flex-start;
	width: 15%;
	/*aspect-ratio: 1/1;*/
}
.best-bank-logo img {
	width: 100%;
}
.best-bank-content {
	display: flex;
	flex-direction: row;
	width: 85%;
}
.best-bank-content-col.col-1 {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 20%;
	padding-left: 7px;
}
.best-bank-content-row {
	display: flex;
	align-items: end;
}
.best-bank-content-title {
	font-weight: 700;
	font-size: 15px;
}
.best-bank-content-dess {
	font-size: 12px;
	font-weight: 700;
	opacity: .9;
	text-transform: uppercase;
}
.best-bank-content-col.col-2, .best-bank-content-col.col-3, .best-bank-content-col.col-4 {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	width: 27%;
}
.best-bank-content-header {
	font-size: 12px;
}
.best-bank-content-value {
	font-size: 16px;
	font-weight: 700;
}
.best-bank-button {
	display: flex;
	width: 20%;
}
.best-bank-button a {
	display: flex;
	align-items: center;
	color: #fff;
	background-color: #74bb16;
	padding: 5px 10px;
	width: 100%;
	height: 100%;
	border-radius: 7px;
	text-align: center;
	margin: 0 auto;
	display: block;
	line-height: 50px;
}
.best-bank-item:hover {
	border: 2px solid #6db114;
}
.best-bank-body {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
}
.best-bank-label {
	background-color: #fff;
	border-radius: 4px;
	font-weight: 500;
	padding: 7px;
	margin-right: 7px;
	font-size: 12px;
	width: calc((100% - 28px) / 4);
	text-align: center;
}
.project-labels {
  z-index: 999;
      font-size: 0;
}

.mortgage__slider-title {
	text-align: center;
	padding-right: 58px;
}
@media (max-width: 1900px) {
	#top-1 {
	padding: 0;
}
}
@media (max-width: 1750px) {
#top-1 .project-item-attr-text {
  font-size: 20px;
}
}
@media (max-width: 1530px) {
#top-1 .project-item-attr-text {
  font-size: 16px;
}
}
@media (max-width: 1250px) {
#top-1 .project-item-attr-text {
  font-size: 14px;
}
}
@media (max-width: 1120px) {
.project-item-attr {
  padding-left: 35px;
  max-height: 28px;
}
}
@media (max-width: 1400px) {
    #prime_work222 a {
    height: 180px;
}
}
@media (max-width: 1024px) {
.project-item-wrapper, .project-item-last-wrapper, .main-price-item {
	width: calc((100% - 40px)/2);
}

#prime_work .project-item-wrapper {
	width: calc((100% - 40px)/2);
}
#header_mobi{
    display: block;
}
#header_mobi .header{
    display: block;
}
#prime_work222 img {
	height: 160px;
	max-width: 170px;
}
.mortgage {
	padding: 30px 22px;
}
.popup-with-zoom-anim_NOT.mortgage__button.ridle_dkdke_dwww {
	position: static;
	margin-top: 7px;
}
.mortgage__bg {
	position: absolute;
	right: 0;
	bottom: 0;
	max-width: 465px;
}
.slider_tag.slick-initialized.slick-slider.slick-dotted {
	margin-top: 13px;
}
#prime_work222 a {
    height: 150px;
    width: 15%;
}
}
@media (max-width: 700px) {
#migx_komp td {
	border: 1px solid #f4f2f2;
	padding: 0 2px;
	font-size: 12px;
}
.popup-with-zoom-anim.mortgage__button {
	width: 100%;
}
.popup-with-zoom-anim_NOT.mortgage__button.ridle_dkdke_dwww {
  position: static;
  width: 100%;
  margin: 12px auto;
}
#prime_work222 img {
	width: 20%;
	height: 120px;
	max-width: 170px;
}
.mortgage__bg {
	display: none;
}
#migx_komp td:nth-child(1)[colspan="4"] {
  font-size: 20px;
}
#migx_komp tr:nth-child(2) td:nth-child(1), #migx_komp tr:nth-child(1) td:nth-child(1), #migx_komp tr:nth-child(1), #migx_komp tr:nth-child(2) {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}
}
@media (max-width: 1360px) {.project-item-content {
    padding: 30px 0px 40px;
}}
@media (max-width: 600px) {
    .project-item-wrapper, .project-item-last-wrapper, .main-price-item {
    	width: 100%;
    }
    #top-1 .project-item-attr {
	width: 100%;
	margin: 0 0 10px;
}
    #prime_work .project-item-wrapper {
    	width: 100%;
    }
    #top-1 .project-item-attr-text {
  font-size: 16px;
}
.project-item-content {
    padding: 30px 7px 40px;
}
.project-item-attr-text {
    line-height: 40px;
    font-size: 12px;
}
}
@media (max-width: 480px) {
	#prime_work222 img {
	width: 100%;
	max-width: 170px;
}
#prime_work222 a {
    height: auto;
    width: 100%;
}
#prime_work222 a {
    height: 300px;
    width: 100%;
    min-height: 300px;
}
#prime_work222 img {
    width: 100%;
    max-width: max-content;
    height: 100%;
}
}
