.majloCard a.project-card-link_majlo {
  position: relative;
  display: inline-block;
  width: 100%; }
  .majloCard a.project-card-link_majlo .cli-info-panel {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 90px 15px 15px;
    box-sizing: border-box;
    width: 100%;
    color: #fff;
    transition: 0.2s; }
    .majloCard a.project-card-link_majlo .cli-info-panel .cli-second-info-row {
      text-align: center;
      font-size: 15px;
      line-height: 1.4rem;
       }
  .majloCard a.project-card-link_majlo:hover .cli-info-panel {
    display: block; }
@media (max-width: 576px) {
.majloCard a.project-card-link_majlo .cli-info-panel {
  padding: 70px 15px 15px;
}
}
.project-card-img{
    height: 250px;
}
.project-card-link{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.project-card:hover .project-card-content-hover{
    z-index: 1;
}
.img-cover{
    transition: all 1s ease-in-out;
}
.project-card:hover .img-cover{
    transform: scale(1.2);
}
.projects-standard-houses__items .project-card-img{
    height: 250px;
}
.footer__links{
    display: flex;
    flex-direction: column;
    margin-top: -25px;
}
.portfolio_btn{
    margin: auto;
    width: 20%;
}
.warranty-top {
    position: relative;
    min-height: 500px;
    background: url(../images/warranty-1.jpg) center no-repeat;
    background-size: cover;
    padding: 40px;
    margin-bottom: 40px;
}
.warranty-top-title {
    position: relative;
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    line-height: 1.3;
    text-shadow: 0 2px 1px #181c29b0;
}
.warrant-block__item {
    position: relative;
    min-height: 450px;
    background: url(../images/warranty-2.jpg) center no-repeat;
    padding: 20px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 30px;
    background-size: cover;
}
.warrant-block__item:nth-child(2){
    background-image: url(../images/warranty-3.jpg);
}
.warrant-block__item:nth-child(3){
    background-image: url(../images/warranty-4.jpg);
}
.warrant-block__item:nth-child(4){
    background-image: url(../images/warranty-5.jpg);
}
.warrant-block__item:nth-child(5){
    background-image: url(../images/warranty-6.jpg);
}
.warrant-block__item:nth-child(6){
    background-image: url(../images/warranty-7.jpg);
}
.warrant-block__item::before, .warranty-top::before{
    background: url(../images/shading.png) left bottom no-repeat;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .9;
    transform: scale(1, -1);
    background-size: cover;
}
.warrant-block__title {
    color: #fff;
    font-size: 40px;
    margin-bottom: 30px;
    position: relative;
}
.warrant-block__content{
    display: flex;
    align-items: stretch;
    position: relative;
}
.warrant-block__important {
    font-size: 26px;
    line-height: 1.4;
    background-image: linear-gradient(to top, #2c8ab2, #2e5160);
    color: #fff;
    padding: 20px;
    display: flex;
    align-items: center;
}
.warrant-block__text {
    position: relative;
    border: 1px solid #274b5b;
    background-color: rgba(255, 255, 255, 80%);
    flex: 0 0 60%;
    padding: 30px 20px;
    display: flex;
    align-items: center;
}
.categories-hidden--collapsed ul{
    max-height: 140px;
    overflow: hidden;
}
.categories-lable-collapser{
    align-items: center;
    background-color: #fff;
    border: 1px solid rgba(39, 75, 91, .4);
    border-radius: 4px;
    color: rgba(43, 40, 34, .6);
    font-size: 16px;
    font-weight: 400;
    height: 40px;
    outline: 0;
    padding-left: 28px;
    padding-right: 28px;
    border-color: #274b5b;
    color: #2b2822;
}
.categories-lable-collapser:hover{
    background-image: linear-gradient(to top, #2c8ab2, #2e5160);
    color: #fff;
}
.categories-lable-collapser.none{
    display: none;
}
.project-card-col__area{
    order: -2;
}
.project-card-col__gabariti{
    order: -1;
}
.arhive-banners__block {
    margin-top: 40px;
}
.arhive-banner__item {
    display: flex;
    align-items: stretch;
    background-color: #fff;
    margin-bottom: 40px;
}
.arhive-banner__img {
    flex: 40%;
    max-height: 260px;
}
.arhive-banner__img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.arhive-banner__content {
    flex: 60%;
    padding: 20px 50px;
}
.arhive-banner__title {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: normal;
    color: #2f5160;
    margin-bottom: 2.5rem;
}
.arhive-banner__link {
    text-decoration: none!important;
    color: #2b7b9e!important;
}
.arhive-banner__title .link-with-arrow__icon{
    height: 75px;
    width: 75px;
    margin-bottom: -33px;
    margin-left: -11px;
}
.arhive-banner__title.link-with-arrow:hover{
    text-decoration: none;
}
.arhive-banner__list{
    padding-left: 0;
}
.arhive-banner__list li{
    list-style-type: none;
    position: relative;
    padding-left: 30px;
}
.arhive-banner__list li::before{
    content: '';
    display: block;
    width: 16px;
    height: 10px;
    border-bottom: 3px solid #2b7b9e;
    border-left: 3px solid #2b7b9e;
    position: absolute;
    top: 4px;
    left: 0;
    z-index: 1;
    transform: rotate(-45deg);
}
.btn--wrap{
    white-space: normal;
}
.project__link{
    font-size: 18px;
    font-weight: 700;
    letter-spacing: normal;
    color: #2f5160;
    cursor: pointer;
    margin-top: -10px;
    margin-bottom: 10px;
    position: relative;
    transition: all .3s ease;
}
.project__link:hover{
    text-decoration: underline;
}
.project__link::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 180px;
    margin-left: 10px;
    margin-top: -7px;
    background: url(../images/arrow-right.png) center no-repeat;
    width: 34px;
    height: 14px;
    transition: all .5s ease-in-out;
}
.project__link:hover::before{
    margin-left: 35px;
}
.project__links{
    padding-right: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: -1.1rem;
    margin-bottom: 0.5rem;
}
.soc-share{
    position: relative;
    display: flex;
    align-items: center;
}
.project__print{
    position: relative;
}
.social__label, .print__lable{
    position: absolute;
    top: 100%;
    left: 90%;
    z-index: 1;
    opacity: 0;
    background-color: #fff;
    padding: 5px;
    font-size: 13px;
    letter-spacing: normal;
    color: #222;
    line-height: 1.3;
    border: 1px solid rgba(39, 75, 91, .3);
    transition: all .3s ease;
    transition-delay: .3s;
}
.print__lable{
    top: 75%;
    width: 130px;
}
.soc-share:hover .social__label, .project__print:hover .print__lable{
    opacity: 1;
}
.project-card__plan{
    display: block;
    position: absolute;
    right: 10px;
    top: 180px;
    width: 60px;
    height: 60px;
    z-index: 10;
    padding: 3px;
    background-color: #fff;
    border: 1px solid rgba(39, 75, 91, .3);
    transition: all .3s ease;
}
.project-card__plan:hover{
    border-color: #1958c3;
}
.project-card__plan img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
h1.catalog__title, .single h1.project__title{
    font-size: 2rem;
}
.catalog__benefits {
    padding: 0 0 20px 0;
}
.benefits {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px 0;
}
.benefits__item {
    width: 16%;
    text-align: center;
}
.benefits__icon {
    color: #2d6780;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 50%);
    width: 80px;
    height: 80px;
    margin: 0 auto 10px;
}
.icon-svg {
    width: 55px;
    height: 55px;
}
.benefits__desc {
    color: #375867;
    font-size: 0.9rem;
    line-height: 1.3;
    font-weight: 600;
}
.hide {
    display: none!important
}
.show {
    display: block!important
}

.tab-content>.tab-pane {
    display: none
}
.tab-content>.active {
    display: block
}
.fade {
    transition: opacity .15s linear;
}
.fade:not(.show) {
    opacity: 0;
}
.catalog__tabs .nav-tabs{
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    list-style: none;
    border-left: 1px solid #274b5b;
    border-top: 1px solid #274b5b;
    margin-top: 25px;
    margin-bottom: 30px;
}
.catalog__tabs .nav-item{
    flex-grow: 1;
    border-right: 1px solid #274b5b;
    border-bottom: 1px solid #274b5b;

}
.catalog__tabs .nav-item:last-child{
    border-right: 1px solid #274b5b;
}
.catalog__tabs .nav-link{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 400;
    outline: 0;
    padding: 5px 20px;
    color: #2b2822;
    width: 100%;
}

.catalog__tabs .nav-link:hover{
    color: #fff;
    background-image: linear-gradient(to top, #2c8ab2, #2e5160);
}
.catalog__tabs .nav-link.active{
    color: #fff;
    background-image: linear-gradient(to top, #2c8ab2, #2e5160);
}
.catalog__tabs .btn{
    height: 40px;
    height: 40px;
    font-weight: 400;
    font-size: 16px;
}
.header__wishlist.show{
    display: flex !important;
}
@media (min-width: 769px) and (max-width:1499px){
    .searchbox{
        right: 150px!important;
    }
    .header__btn-square1{
        right: 84px !important;
    }
    .header__wishlist{
        right: 210px;
        width: 120px;
    }
    .header__wishlist-count{
        font-size: 17px;
        width: 35px;
    }
    .header__wishlist-count:after, .header__wishlist-count:before{
        border-radius: 30px 30px 0 0;
        height: 30px;
        top: 3px;
    }
}
/* Уменьшение отступов */
@media only screen and (min-width: 1500px){
    .catalog__body{
        padding-bottom: 1rem;
    }
    .project__present2{
        padding: 2rem 0 8rem;
    }
    .catalog__footer {
        padding: 3rem 0 2rem;
    } 
    .house-looks-like {
        padding: 2rem 0 1rem;
    }
    .questions{
        padding: 5rem 0 4rem;
    }
    .photos-objects{
        padding: 3rem 0 4rem;
    }
    .calculation-cost{
        padding: 3rem 0 6rem;
    }
    .projects-standard-houses, .building-cost{
        padding: 3rem 0 2rem;
    }
    .catalog__footer h2, .catalog__footer .h2, .catalog__footer h3, .catalog__footer .h3, .building-cost h2, .building-cost .h2, .html-block h2, .html-block .h2{
        margin-top: 0.5rem;
    }
    .construction-house{
        padding: 2rem 0 5rem;
    }
    .html-block {
        padding-bottom: 4rem;
    }
    .html-block section{
        padding: 0;
    }
}
@media only screen and (min-width: 768px){
    .licenses, .partners, .quality-guarantee, .suppliers-advertisers, .news{
        padding: 3rem 0;
    }
}
/* Конец уменьшения отступов */
.cli-info-panel-2{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    box-sizing: border-box;
    width: 100%;
    color: #fff;
    transition: .2s;
    background-color: rgba(0,0,0,.6);
}
.cli-info-panel + .cli-info-panel-2{
    background-color: transparent;
}
.project-card.majloCard:hover a.project-card-link_majlo .cli-info-panel, .project-card--var2:hover .cli-info-panel-2 {
    display: block;
}
.project-card--var2 .project-card-title{
    cursor: pointer;
    display: block;
}
.project-card--var2:hover .project-card-title{
    margin-bottom: 1rem;
}
.project-card--var2.project-card:hover .project-card-price{
    margin-bottom: 0;
}
.project-card--var2.project-card:hover .project-card-options{
    margin-bottom: 0.8rem;
    height: auto;
}
.cli-third-info-row{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    padding: 10px 15px;
    text-transform: uppercase;
    font-size: 15px;
    background-color: rgba(0,0,0,.3);
}
.project-card--var2 .project-card-to-wishlist{
    position: absolute;
    right: 25px;
    top: 15px;
    width: 35px;
    height: 35px;
    z-index: 10;
    border: none;
}
.project-card--var2 .project-card-to-wishlist .icon{
    transform: scale(1.3);
}
.project-card--var2 .project-card-to-wishlist .icon:after,
.project-card--var2 .project-card-to-wishlist .icon:before
{
    background-image: linear-gradient(#fff, #fff);
}
.project-card--var2 .project-card-to-wishlist.active .icon:before, 
.project-card--var2 .project-card-to-wishlist:hover .icon:before{
    background-image: linear-gradient(45deg, #2c8ab2, #2e5160);
}
.project-card--var2 .project-card-to-wishlist.active .icon:after, 
.project-card--var2 .project-card-to-wishlist:hover .icon:after{
    background-image: linear-gradient(-45deg, #2c8ab2, #2e5160);
}
.project-card--var2 .project-card-to-wishlist.active, 
.project-card--var2 .project-card-to-wishlist:hover{
    background-image: none;
}
.project-card--var2 .project-card-price{
 text-align: center;   
}
.project-card--var2 .project-card-content{
    padding-top: 1rem;
}
.project-card--var2 .pr-1{
    padding-left: 0;
}
.services-page__btn{
    color: #2f5160;
    font-weight: 700;
    border: none;
    transform: translateY(-100px);
}
.services-page__btn:hover{
    color: #fff;
    background-image: linear-gradient(to top, #2c8ab2, #2e5160);
    background-color: transparent;
}
.filters .h4{
    /*font-size: 16px;
    font-weight: 700;
    line-height: 1.63;
    letter-spacing: normal;
    color: #2f5160;
    font-family: UniNeue;*/
}
.collaps-inner{
  display: none;
}
.catalog__list-categories-mobile .btn.--dark{
  height: 40px;
  width: 100%;
  font-size: 16px;
}
.catalog__list-categories-mobile.collapsed .btn.--dark{
  margin-bottom: 15px;
}
.filters__submit .btn:active, .btn:hover{
  background-image: linear-gradient(to bottom, #2284df -16%, #1958c3 115%);
  border: 1px;
  border-image-slice: 1;
  border-image-source: linear-gradient(to bottom, #2284df -16%, #1958c3 115%);
}
.reviews-block{
  padding: 80px 0;
}
.reviews-block__slider .swiper-slide{
  height: auto;
}
.reviews-item{
  background-color: #fff;
  height: 100%;
}
.reviews-item__img{
    height: 300px;
}
.reviews-item__img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.reviews-item__content{
    padding: 10px 15px 15px;
}
.reviews-item__author{
  color: #2f5160;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}
.reviews-item__text{
  color: #474747;
  font-size: 15px;
}
.questions-form {
  position: relative;
  padding: 50px 0;
  margin-top: -20px;
  margin-bottom: 20px;
}
.questions-form::before{
  content: '';
    pointer-events: none;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background-color: #274b5b;
    background-image: url(../images/bg.png);
    background-repeat: no-repeat;
    background-position: 200px center;
    background-size: cover;
}
.questions-form__title{
  font-size: 42px;
  letter-spacing: 2.5px;
  color: #fff;
  margin-bottom: 5px;
}
.questions-form__text{
  color: #fff;
  font-size: 20px;
  margin-bottom: 40px;
}
.questions-form__fields{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
  gap: 20px 0;
}
.questions-form__field{
  width: 49%;
}
.questions-form__field input[type=text], .questions-form__field input[type=tel], .questions-form__textarea textarea{
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #2e5160;
  padding: 10px;
  width: 100%;
}
.questions-form__field input[type=text]::placeholder, .questions-form__field input[type=tel]::placeholder, .questions-form__textarea textarea::placeholder{
  font-size: 16px;
  font-weight: 700;
  color: #305362;
}
.questions-form__textarea textarea{
  width: 100%;
  height: 120px;
  resize: none;
  margin-bottom: 20px;
}
.questions-form__field .btn{
  width: 100%;
  margin-bottom: 15px;
}
.questions-form__acceptance-text{
  color: #fff;
}
.questions-form__acceptance-text a{
  color: #fff;
  text-decoration: underline;
  font-size: 16px;
}
.questions-form__acceptance-text a:hover{
  text-decoration: none;
}
.questions-form__acceptance{
  display: flex;
  gap: 0 10px;
  align-items: center;
}
@media (max-width: 1199px){
    .arhive-banner__content{
        flex: 70%;
        padding: 20px 20px;
    }
    .benefits__item {
        width: 30%;
    }
    .questions-form:before{
      background-position: left center;
    }
}
@media (max-width: 991px){
    .project-card-img {
        height: 250px;
    }
    .footer__links{
        margin-top: 0;
    }
    .sidebar{
        margin-top: 0;
    }
    .building__triggers {
        white-space: normal;
    }
    .services-page__btn{
        transform: translateY(-150px);
    }
    .questions-form:before{
      background-position: center;
    }
	.icon--arrow-right-v3 {
		width: 70px;
    	background-size: contain;
	}
}
@media (max-width: 767px){
    .warranty-top{
        padding: 20px;
        min-height: 300px;
    }
    .warrant-block__item{
        padding: 20px;
        min-height: auto;
    }
    .warranty-top-title{
        font-size: 34px;
    }
    .warrant-block__content{
        flex-wrap: wrap;
    }
    .warrant-block__title{
        font-size: 32px ;
    }
    .warrant-block__important{
        font-size: 22px;
        flex: 0 0 100%;
        order: -1;
    }
    .warrant-block__text{
        flex: 0 0 100%;
        padding: 20px;
    }
    .arhive-banner__item{
        flex-wrap: wrap;
    }
    .arhive-banners__block{
        margin-top: 20px;
    }
    .arhive-banner__item{
        margin-bottom: 20px;
    }
    .arhive-banner__img{
        max-height: 280px;
    }
    .arhive-banner__content{
        padding: 10px 20px;
    }
    .advantages__list1, .advantages__list2{
        flex-direction: column;
        align-items: center;
    }
    .services-page__btn{
        display: flex;
        transform: translateY(0);
        margin: 10px auto 20px auto;
    }
    .questions-form{
      padding: 30px 0;
    }
    .questions-form__title{
      font-size: 32px;
    }
    .questions-form__acceptance-text a{
      font-size: 14px;
    }
}
@media (max-width: 576px){
    .project-card-img {
        height: 200px;
    }
    .project-card__plan{
        right: 5px;
        top: 145px;
        width: 50px;
        height: 50px;
    }
    .benefits__item{
        width: 49%;
    }
	
	.icon--arrow-right-v3 {
		width: 50px;
	}
	.similar-projects__title {
		min-width: 200px;
	}
}
@media (max-width: 425px){
    .portfolio-page__project:hover .portfolio-page__project-desc{
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }
    .portfolio-page__project-desc{
        padding: 2rem;
    }
    .portfolio-page__project-row{
        justify-content: space-between;
    }
    .portfolio-page__project-options{
        margin-right: 0;
    }
    .portfolio-page__project-option-val, .portfolio-page__project-cost{
        font-size: 14px;
    }
    .portfolio-page__project-cost{
        padding-right: 15px;
    }
    .warrant-block__title{
        font-size: 26px;
        margin-bottom: 15px;
    }
    .benefits__item,.questions-form__field{
        width: 100%;
    }
}
@media (max-width: 350px){
    .portfolio-page__project-row{
        flex-wrap: nowrap;
    }
}
@media only screen and (min-width: 1700px){
    .header__contacts {
        margin-top: 2rem;
    }
    .header__social {
        margin-top: 2.5rem;
    }
}

@media print {
    html, body{
            height: 297mm;
            width: 210mm;
            font-size: 14px;
    }
    h1 {
        font-size: 24px;
    }
    h2 {
        font-size: 20px;
    }
    h3 {display: none !important;}
    h4 {display: none !important;}
    *, *:before, *:after {
        color: #000;
        box-shadow: none;
        text-shadow: none;
        background-color: transparent!important;
    }
    * { -webkit-print-color-adjust: exact; }
    .container{
        width: auto;
        margin: 0;
        padding: 0;
    }
    jdiv{display: none !important;}
    #wpfront-scroll-top-container{display: none !important;}
    header{display: none !important;}
    .breadcrumbs, .project__links, .project__nav, .print__lable, .project__present, .project__btns, .popular-projects, .similar-projects, .previously-viewed, .project__present2, .grecaptcha-badge{
        display: none !important;
    }
    .project__option-val{
        width: 70%;
    }
    .table2{overflow-x: visible;}
    .table2__col:first-child{
        width: 25%;
    }
    .table2__col{
        padding: 0.5rem!important;
    }
    footer{display: none !important;}
    @page {margin: 10mm 10mm 10mm 20mm;}

    }
@media only screen and (min-width: 992px){
  .calculation-cost--new {
    background: url(../images/4.jpg) right bottom no-repeat;
    background-position: right -20% bottom;
    background-size: 46%;
  }
  .calculation-cost--new .calculation-cost__step{
    display: grid;
    grid-template-rows: repeat(4, auto);
    grid-auto-flow:column;
  }
}
@media only screen and (min-width: 1500px){
  .calculation-cost--new {
    padding: 3rem 0;
    background-size: 43%;
  }
}
@media only screen and (min-width: 1600px){
  .calculation-cost--new {
    background-size: 50%;
  }
}