.cart-contprice {
	 background-color: #CFDBCA;
	 padding-top: 10px;
	 padding-bottom: 40px;
	 margin-top: 30px;
}
 .contprice-img {
	 display: flex;
	 justify-content: space-between;
	 padding-top: 20px;
	 padding-bottom: 20px;
}
 .contprice-img span {
	 display: block;
}
 .contprice-img span:nth-of-type(1) {
	 font-weight: 600;
	 font-size: 25px;
	 padding: 10px 0px 10px 0px;
}
 .contprice-img span:nth-of-type(2) {
	 font-size: 26px;
}
 @media (max-width: 769px) {
	 .contprice-img {
		 align-items: center;
		 flex-direction: column;
		 justify-content: center;
		 padding-bottom: 0;
	}
	 .contprice-img-one {
		 margin-top: 20px;
		 margin-bottom: 20px;
		 min-width: 300px;
	}
	 .contprice-img span:nth-of-type(1) {
		 padding: 3px 0px 3px 0px;
	}
}
 .contprice-text {
	 font-size: 18px;
}
 .item-project {
	 padding-left: 5px;
	 padding-bottom: 12px;
}
 .cart {
	 background: #f2f2f2;
}
 .cart-main {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
	 -webkit-box-pack: justify;
	 -ms-flex-pack: justify;
	 justify-content: space-between;
}
 .cart-main-left, .cart-main-right {
	 -ms-flex-preferred-size: 50%;
	 flex-basis: 50%;
}
 .cart-main-left img {
	 border-radius: 15px;
	 max-width: 530px;
}
 .cart-main-right p {
	 margin: 0;
	 font-size: 19px;
}
 .cart-main-right h1 {
	 font-size: 38px;
	 font-weight: bold;
	 margin: 0;
	 padding-top: 2px;
	 padding-bottom: 15px;
}
 .cart-main-right span {
	 padding-bottom: 20px;
	 display: block;
	 max-width: 400px;
}
 .cart-price {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 padding-top: 30px;
	 -webkit-box-pack: justify;
	 -ms-flex-pack: justify;
	 justify-content: space-between;
}
 .cart-price span {
	 padding-right: 13px;
	 font-size: 26px;
}
 .cart-price-main {
	 font-size: 28px;
	 font-weight: 600;
	 padding-right: 40px;
}
 .cart-price button {
	 background: #E10000;
	 border-radius: 10px;
	 color: white;
	 font-size: 19px;
	 border: 0px;
	 padding-top: 10px;
	 padding-bottom: 10px;
	 min-width: 750px;
}
 .cart-price button:hover {
	 cursor: pointer;
}
 .cart-block {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-pack: justify;
	 -ms-flex-pack: justify;
	 justify-content: space-between;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
	 background: #FFFFFF;
	 -webkit-box-shadow: 0px 4px 4px rgba(0,0,0,0.25);
	 box-shadow: 0px 4px 4px rgba(0,0,0,0.25);
	 border-radius: 10px;
	 padding: 24px 70px 24px 20px;
}
 .cart-block-one {
	 font-size: 30px;
	 font-weight: bold;
}
 .cart-block-one p {
	 font-size: 15px;
	 font-weight: normal;
	 padding-bottom: 10px;
}
 .cart-block-footer {
	 display: none;
}
 .cart-title {
	 padding-top: 40px;
	 font-size: 28px;
	 padding-bottom: 15px;
	 font-weight: 600;
}
 .cart-rooms {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -ms-flex-wrap: wrap;
	 flex-wrap: wrap;
}
 .cart-rooms img {
	 padding-bottom: 20px;
	 padding-right: 16px;
}
 .cart-gallery {
	 padding-top: 70px;
}
 .cart-gallery-cont {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-pack: justify;
	 -ms-flex-pack: justify;
	 justify-content: space-between;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
	 padding-bottom: 20px;
}
 .cart-gallery-cont-href a {
	 font-size: 18px;
	 color: #C21313;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
}
 .cart-gallery-cont-href a img {
	 padding-left: 10px;
}
 .cart-gallery-title {
	 font-size: 28px;
	 font-weight: 600;
}
 .cart-gallery-arrows img {
	 cursor: pointer;
}
 .multiple-items {
	 padding-bottom: 50px;
}
 .multiple-items a {
	 display: -webkit-box !important;
	 display: -ms-flexbox !important;
	 display: flex !important;
	 -webkit-box-pack: center;
	 -ms-flex-pack: center;
	 justify-content: center;
}
 .multiple-items img {
	 border-radius: 10px;
}
 .cart-gallery-href-mob {
	 display: none;
}
 .cart-blocktext {
	 margin: 0 auto;
	 max-width: 720px;
}
 .block-text-title {
	 font-size: 28px;
	 font-weight: 600;
}
 .block-text-main p {
	 font-size: 18px;
	 line-height: 21px;
	 margin: 0;
	 padding-bottom: 20px;
}
 .block-text-title {
	 padding-bottom: 10px;
}
 .cart-form {
	 min-height: 240px;
	 background-image: url(/assets/templates/img/cart-form.png);
	 background-position: center;
	 background-size: cover;
	 background-repeat: no-repeat;
	 padding-top: 80px;
	 margin-bottom: 100px;
	 margin-top: 70px;
}
 .cart-form-title {
	 color: white;
	 text-align: center;
}
 .cart-form-title span {
	 display: block;
}
 .cart-form-title span:nth-child(1) {
	 font-size: 21px;
	 padding-bottom: 7px;
}
 .cart-form-title span:nth-child(2) {
	 font-size: 40px;
	 font-weight: 600;
	 padding-bottom: 10px;
}
 .cart-form-title span:nth-child(3) {
	 font-size: 20px;
	 padding-bottom: 45px;
}
 .cart-house {
	 min-height: 240px;
	 background-image: url(/assets/templates/img/cart-form.png);
	 background-position: center;
	 background-size: cover;
	 background-repeat: no-repeat;
	 padding: 80px 0 35px;
	 margin-bottom: 100px;
	 margin-top: 70px;
}
 .cart-house .container {
	 flex-wrap: wrap;
}
 .cart-house .polisbeton-label {
	 width: 100%;
	 margin: 10px 0;
}
 @media (max-width: 768px) {
	 .cart-house .polisbeton-label-cont {
		 column-gap: 15px;
	}
}
 @media (max-width: 550px) {
	 .cart-house .polisbeton-label-cont {
		 justify-content: center;
	}
}
 .cart-house .polisbeton-label img {
	 background: #ffffff;
	 padding: 10px;
	 border-radius: 10px;
}
 .cart-house-title {
	 color: white;
	 text-align: center;
}
 .cart-house-title span {
	 display: block;
}
 .cart-house-title span:nth-child(1) {
	 font-size: 40px;
	 padding-bottom: 7px;
	 font-weight: 600;
}
 .cart-house-title span:nth-child(2) {
	 font-size: 28px;
	 font-weight: 600;
	 padding-bottom: 10px;
}
 .cart-house-title span:nth-child(3) {
	 font-size: 18px;
	 padding-bottom: 45px;
}
 .form-horizontal {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 padding-bottom: 61px;
	 justify-content: space-between;
}
 .form-horizontal input {
	 border-radius: 10px;
	 padding: 19px 0px 16px 26px;
	 border: 0px;
	 width: 370px;
}
 .form-horizontal button {
	 background: linear-gradient(180deg, var(--color-start), var(--color-end));
	 border-radius: 10px;
	 padding: 20px 0px 16px 0px;
	 border: 0px;
	 color: white;
	 width: 370px;
	 font-size: 17px;
}
 .house-form {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 padding-bottom: 61px;
	 justify-content: space-between;
	 padding-top: 30px;
}
 .house-form input {
	 border-radius: 10px;
	 padding: 25px 0px 24px 26px;
	 border: 0px;
	 height: 58px;
	 width: 297px;
	 margin-right: -20px;
}
 .house-form input:focus-visible {
	 outline: 0px;
}
 .house-form button {
	 background: #BCBCBC;
	 border-radius: 10px;
	 padding: 23px 0px 23px 0px;
	 border: 0px;
	 color: white;
	 width: 255px;
	 font-size: 17px;
}
 .cart-house .container {
	 display: flex;
	 justify-content: space-between;
}
 @media (max-width: 1200px) {
	 .form-horizontal input, .form-horizontal button {
		 width: 305px;
	}
}
 .block-material {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -ms-flex-wrap: wrap;
	 flex-wrap: wrap;
}
 .block-material-one {
	 padding-right: 20px;
	 padding-bottom: 40px;
}
 .block-material-one span {
	 display: block;
	 font-size: 28px;
	 font-weight: 600;
	 padding-bottom: 10px;
}
 .block-material-one p {
	 margin: 0;
	 max-width: 533px;
	 padding-bottom: 10px;
}
 .block-material-one img {
	 padding-bottom: 30px;
}
 .video-review {
	 padding-bottom: 50px;
}
 .video-review-title {
	 font-size: 38px;
	 font-weight: 600;
	 margin-bottom: 40px;
}
 .video-review-cont {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
}
 .video-review-left {
	 -ms-flex-preferred-size: 50%;
	 flex-basis: 50%;
	 padding-right: 20px;
}
 .video-review-right {
	 -ms-flex-preferred-size: 50%;
	 flex-basis: 50%;
}
 .video-review-right span {
	 display: block;
	 padding-bottom: 10px;
	 font-size: 24px;
	 font-weight: 600;
}
 .video-review iframe {
	 width: 550px;
	 height: 360px;
}
 .cart-material span {
	 display: block;
}
 .cart-material span:nth-child(1) {
	 font-size: 28px;
	 font-weight: 600;
	 padding-bottom: 10px;
}
 .cart-material span:nth-child(2) {
	 font-size: 16px;
	 font-weight: 600;
	 max-width: 500px;
	 padding-bottom: 30px;
}
 .cart-material-cont {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -ms-flex-wrap: wrap;
	 flex-wrap: wrap;
}
 .cart-material-one {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-align: start;
	 -ms-flex-align: start;
	 align-items: flex-start;
	 padding-bottom: 40px;
	 padding-right: 20px;
}
 .cart-material-one p {
	 max-width: 200px;
	 margin: 0;
}
 .cart-material-one img {
	 padding-right: 20px;
}
 .cart-material-exept p {
	 max-width: 300px;
}
 .item-blocks-square {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-pack: justify;
	 -ms-flex-pack: justify;
	 justify-content: space-between;
	 padding-bottom: 14px;
}
 .item-blocks-square-one {
	 text-align: center;
	 background: #D9D9D9;
	 border-radius: 20px;
	 padding: 10px 10px 10px 10px;
}
 .item-blocks-square-one span {
	 display: block;
	 font-weight: 600;
	 padding-bottom: 5px;
}
 .catalog-port .item-bottom-left img:nth-of-type(2), .catalog-port .item-bottom-right img:nth-of-type(2) {
	 padding-left: 10px;
}
 .item-text-left {
	 padding-left: 31px;
}
 .catalog-port .item-title {
	 min-height: auto;
	 margin-bottom: 8px;
}
 .item-text-price {
	 font-size: 22px;
	 font-weight: 600;
}
 .video-mont {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
}
 .video-mont .video-review-cont {
	 -webkit-box-orient: vertical;
	 -webkit-box-direction: normal;
	 -ms-flex-direction: column;
	 flex-direction: column;
}
 .video-mont .video-review-right span {
	 padding-top: 30px;
	 padding-bottom: 0;
}
 .video-review-cont .video {
	 min-width: 380px;
	 min-height: 214px;
}
 .video-mont iframe {
	 min-width: 380px;
	 min-height: 214px;
	 width: auto;
	 height: auto;
}
 @media (max-width: 1200px) {
	 .video-review-cont {
		 -webkit-box-orient: vertical;
		 -webkit-box-direction: normal;
		 -ms-flex-direction: column;
		 flex-direction: column;
		 -webkit-box-pack: center;
		 -ms-flex-pack: center;
		 justify-content: center;
	}
	 .video-review-left, .video-review-right {
		 -ms-flex-preferred-size: auto;
		 flex-basis: auto;
	}
	 .video-review-right {
		 max-width: 560px;
	}
	 .video-review-right span {
		 padding-top: 40px;
	}
	 .video-review-left {
		 padding-right: 0;
		 width: 100%;
	}
	 .video-review-left .video {
		 width: 100%;
		 height: 100%;
	}
	 .video-review-left .video iframe {
		 width: 100%;
	}
	 .video-review-cont .video-review-left {
		 padding-right: 20px;
	}
	 .video-mont {
		 overflow-x: scroll;
	}
	 .block-material {
		 -webkit-box-pack: center;
		 -ms-flex-pack: center;
		 justify-content: center;
	}
	 .cart-price button {
		 min-width: 500px;
	}
	 .cart-block {
		 display: none;
	}
	 .cart-block-footer {
		 display: -webkit-box;
		 display: -ms-flexbox;
		 display: flex;
		 max-width: 550px;
		 margin: 0 auto;
		 margin-top: 30px;
	}
	 .cart-main-left {
		 padding-right: 30px;
	}
	 .cart-main {
		 -webkit-box-align: center;
		 -ms-flex-align: center;
		 align-items: center;
	}
	 .cart-main-left img {
		 max-height: 280px;
	}
	 .cart-material-exept p {
		 max-width: none;
	}
}
 @media (max-width: 992px) {
	 .cart-house .container {
		 flex-direction: column;
	}
	 .house-form button {
	     position: relative;
	     z-index: 1;
		 padding: 23px 0 22px 0;
	}
	 .house-form {
		 display: block;
		 padding-top: 0px;
	}
	 .cart-house-main {
		 margin: 0 auto;
	}
	 .house-form input {
	     position: relative;
	     top: -2px;
		 padding: 23px 0 23px 26px;
	}
	 .cart-form-title span:nth-child(3) {
		 padding-bottom: 20px;
	}
	 .form-horizontal input, .form-horizontal button {
		 width: 232px;
	}
	 .cart-form-img {
		 display: none;
	}
	 .cart-form {
		 padding-top: 30px;
	}
	 .cart-form .container {
		 -webkit-box-orient: vertical;
		 -webkit-box-direction: normal;
		 -ms-flex-direction: column;
		 flex-direction: column;
	}
	 .cart-price {
		 -webkit-box-orient: vertical;
		 -webkit-box-direction: normal;
		 -ms-flex-direction: column;
		 flex-direction: column;
		 -webkit-box-pack: center;
		 -ms-flex-pack: center;
		 justify-content: center;
		 -webkit-box-align: center;
		 -ms-flex-align: center;
		 align-items: center;
	}
	 .cart-price-left {
		 padding-bottom: 10px;
	}
	 .cart-price button {
		 min-width: 250px;
	}
	 .cart-main-right p {
		 font-size: 14px;
	}
	 .cart-main-right h1 {
		 font-size: 28px;
	}
}
 @media (max-width: 850px) {
	 .cart-gallery-cont-href {
		 display: none;
	}
	 .cart-gallery-href-mob {
		 display: block;
		 padding-bottom: 30px;
	}
	 .cart-gallery-href-mob a {
		 font-size: 18px;
		 color: #c21313;
		 display: -webkit-box;
		 display: -ms-flexbox;
		 display: flex;
		 -webkit-box-align: center;
		 -ms-flex-align: center;
		 align-items: center;
	}
	 .cart-gallery-href-mob a span {
		 padding-right: 20px;
	}
	 .multiple-items {
		 padding-bottom: 20px;
	}
}
 @media (max-width: 769px) {
	 .house-form {
		 display: flex;
		 flex-direction: column;
	}
	 .house-form input, .house-form button {
		 width: 100%;
		 text-align: center;
	}
	 .house-form input {
		 padding: 22px 0 31px 26px;
	}
	 .house-form button {
		 margin-top: -20px;
	}
	 .cart-house-main {
		 margin: 0;
	}
	 .cart-form-title span:nth-child(2) {
		 font-size: 28px;
	}
	 .form-horizontal {
		 flex-direction: column;
		 align-items: center;
	}
	 .form-horizontal input, .form-horizontal button {
		 width: 100%;
		 margin-bottom: 10px;
	}
	 .cart-form {
		 background-image: url(/assets/templates/img/cart-form2.png);
		 padding-top: 70px;
	}
	 .cart-form-main button {
		 background: #C21313;
	}
	 .item-text-price {
		 font-size: 18px;
	}
	 .item-blocks-square-one {
		 padding: 8px;
	}
	 .cart-material-exept p {
		 max-width: 200px;
	}
	 .cart-material-cont {
		 -webkit-box-pack: center;
		 -ms-flex-pack: center;
		 justify-content: center;
	}
	 .cart-main {
		 -webkit-box-orient: vertical;
		 -webkit-box-direction: normal;
		 -ms-flex-direction: column;
		 flex-direction: column;
	}
	 .cart-main-left {
		 padding-right: 0;
		 -ms-flex-preferred-size: 100%;
		 flex-basis: 100%;
	}
	 .cart-main-right {
		 -ms-flex-preferred-size: 100%;
		 flex-basis: 100%;
	}
}
 @media (max-width: 600px) {
	 .video-review iframe, .video-mont iframe, .video-mont img, .video-mont .video-review-left, .video-review-cont .video {
		 height: 250px !important;
		 min-width: 300px !important;
		 min-height: auto;
	}
	 .video-mont .video-review-left {
		 margin-right: 20px;
	}
	 .control-group-7 button {
		 margin-top: 0px !important;
	}
	 .cart-rooms {
		 -webkit-box-pack: center;
		 -ms-flex-pack: center;
		 justify-content: center;
		 -webkit-box-orient: vertical;
		 -webkit-box-direction: normal;
		 -ms-flex-direction: column;
		 flex-direction: column;
		 -webkit-box-align: center;
		 -ms-flex-align: center;
		 align-items: center;
	}
	 .cart-rooms img {
		 padding-right: 0;
	}
	 .cart-main-right {
		 padding-top: 20px;
	}
	 .cart-main-right span {
		 padding-bottom: 0;
	}
	 .cart-block-footer {
		 -ms-flex-wrap: wrap;
		 flex-wrap: wrap;
		 padding: 24px 10px 24px 10px;
		 -webkit-box-pack: center;
		 -ms-flex-pack: center;
		 justify-content: center;
	}
	 .cart-block-footer div {
		 -ms-flex-preferred-size: 50%;
		 flex-basis: 50%;
	}
	 .cart-block-img img {
		 margin-left: auto;
		 margin-right: auto;
		 display: block;
	}
	 .cart-block-one {
		 text-align: center;
	}
	 .cart-main-left img {
		 max-width: 100%;
		 max-height: none;
	}
	 body .main-portfolio {
		 padding-top: 0px;
	}
}
 @media (max-width: 768px) {
	 .mortgage .cart-house-title span:nth-child(1) {
		 font-size: 28px !important;
	}
}
 @media (max-width: 1200px) {
	 .mortgage .polisbeton-label-cont {
		 justify-content: center;
	}
}
 @media (max-width: 1200px) {
	 .mortgage .container {
		 justify-content: center;
	}
}
 @media (max-width: 1200px) {
	 .mortgage .cart-form-img {
		 margin-right: 15px;
	}
}
 .cart-content {
	 margin-top: 30px;
}
 .cart-content span {
	 display: block;
	 text-align: justify;
	 margin-bottom: 10px;
	 line-height: 140%;
}
 .cart-content p {
	 padding-top: 20px;
	 font-size: 20px;
}
 