.header {
	z-index: 99;
}
.header .container {
    padding: 0 48px;

    
  }

@media screen and (max-width: 767px) {
     .header .container {
      	padding: 0 16px;
      }
}




.scroll-lock {
  position: fixed;
  overflow: hidden;
}

.header-wrap {
  flex-wrap: wrap;
  height: 100%;
}

.header-action-brown {

}
.header-action-brown a {
    border-color: #645E5A;
    color: #645E5A;
  }
.btn-ico:hover svg {
    fill: #BFA468;
  }
  
  .btn-ico:hover svg path {
  fill: #BFA468;
}
.header-action-brown svg {
    fill: #645E5A;
  }
.header-menu-brown {
}
.header-menu-brown svg {
    fill: #645E5A;
  }

.header-menu-open-svg {
  display: block;
  fill: #ffffff;
}

.header-menu-close-svg {
  display: none;
}

.header-active {
  height: 100vh;
  max-height: 100vh;
  background-color: #ffffff;



  

}
.header-active .container {
    height: 100%;
  }
.header-active .header-wrap {
    overflow: visible;
  }
.header-active .header-menu-open-svg {
    display: none;
  }
.header-active .header-menu-close-svg {
    display: block;
  }
.header-active .header-menu-list {
    display: flex;
  }

.header-menu-list {
  display: none;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  width: 100%;
  padding-left: 120px;
  list-style: none;

}
@media screen and (max-width: 767px) {
	.header-menu-list {
    	padding-left: 49px;
	}
  }

.header-menu-item {
  position: relative;
  margin-bottom: 24px;


}
.header-menu-item::before {
    content: '';
    position: absolute;
    left: -190px;
    top: 0;
    bottom: 0;
    z-index: 50;
    display: none;
    width: 70px;
    height: 2px;
    margin: auto;
    background-color: #A69A92;
  }
  
 /* ??
  @media (max-width: 767px) {
	  	.header-menu-item::before {
	      display: block;
	      width: 40px;
	      left: -65px;
	  	}
    }
  
  */
  

  
 .header-menu-item a:hover,
 .header-menu-item a:active,
 .header-menu-item a:focus {
 
 	color: #A69A92;
 }
  

.header-menu-item-active {

}
.header-menu-item-active a {
    color: #A69A92;
  }
.header-menu-item-active::before {
    display: block;
  }

.header-menu-item-link {
  font-size: 40px;
  line-height: 52px;
  font-weight: 500;
  letter-spacing: -2px;
  color: #645E5A;

}
 @media screen and (max-width: 767px) {
 	.header-menu-item-link{
	    font-size: 32px;
	    line-height: 40px;
	    letter-spacing: -1.6px;
 	}
  }

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  border-width: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
}
 
.section-side {
  overflow: hidden;
  margin-bottom: 20px;


}
 @media screen and (max-width: 1199px) {
 	.section-side{
    	margin-bottom: 56px;
 	}
  }
 @media screen and (max-width: 767px) {
 	.section-side{
   	 margin-bottom: 32px;
    }
  }

.breadcrumbs {
  margin-bottom: 64px;
  padding-top: 134px;


}
 @media screen and (max-width: 1199px) {
 	.breadcrumbs{
	    margin-bottom: 56px;
	    padding-top: 120px;
 	}
  }
 @media screen and (max-width: 767px) {
    .breadcrumbs {
    	margin-bottom: 32px;
    	padding-top: 96px;
    }
  }

.breadcrumbs-list {
  display: flex;
  align-items: center;
  list-style: none;
}

.breadcrumbs-item {
  margin-right: 8px;


}
.breadcrumbs-item a {
    font-size: 14px;
    color: #A69A92;


  }
  
.breadcrumbs-item a:hover,
     .breadcrumbs-item a:active,
     .breadcrumbs-item a:focus {
        color: #A69A92;
      }
   
  
  
 @media screen and (max-width: 767px) {
 	.breadcrumbs-item{
	    margin-right: 5px;
	    font-size: 11px;
	    line-height: 140%;
 	}
  }

.breadcrumbs-item-link.special-style {
  display: block;
  color: #A69A92;
}

.main-promo-title-side {
  margin-bottom: 40px;

}
 @media screen and (max-width: 767px) {
    .main-promo-title-side{
    	margin-bottom: 24px;
    }
  }

.portfolio-categories {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #645E5A;

}
 @media screen and (max-width: 767px) {
 	.portfolio-categories{
    	padding-bottom: 11px;
 	}
  }

.portfolio-categories-name,
.portfolio-categories-button {
  display: none;

}
@media screen and (max-width: 767px) {
	.portfolio-categories-button{
    	display: block;
	}
  }

.portfolio-categories-name {
  margin-bottom: 0;
  font-size: 12px;
}

.portfolio-categories-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0;
  font-size: 18px;
  line-height: 26px;
  background-color: transparent;

  
}
 @media screen and (max-width: 767px) {
 	.portfolio-categories-button{
   	 height: 25px;
 	}
  }
.portfolio-categories-button svg {
    display: block;
    width: 19px;
    height: 10px;
  }

.portfolio-categories-list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 40px;
  margin-bottom: 0;
  padding: 0;
  list-style: none;

}
@media screen and (max-width: 767px) {
	.portfolio-categories-list{
    display: none;
	}
  }

[data-hide="mobile-item"] {
}

@media screen and (max-width: 767px) {
    [data-hide="mobile-item"] [data-hide="hidden"] {
      display: none;
    }
  }
[data-hide="mobile-item"] [data-hide="button"] {
    display: none;
  
  
  }
  @media screen and (max-width: 767px) {
  	[data-hide="mobile-item"] [data-hide="button"] {
      display: flex;
  	}
  }

[data-hide="mobile-item"].is-active {
	
}


@media screen and (max-width: 767px) {
    [data-hide="mobile-item"].is-active [data-hide="hidden"] {
      display: block;
    }
  }
[data-hide="mobile-item"].is-active [data-hide="button"] svg{
     
      transform: rotate(180deg);
    
  }

.portfolio-categories-item-link {
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  white-space: nowrap;
  cursor: pointer;



}
 @media screen and (max-width: 767px) {
 .portfolio-categories-item-link{
    display: flex;
    width: 100%;
    min-height: 30px;
    font-size: 14px;
 	}
  }
.portfolio-categories-item-link:hover,
.portfolio-categories-item-link:active, 
.portfolio-categories-item-link:focus  {
 
      color: #A69A92;
 
  }
.portfolio-categories-item-link span {
    position: relative;
    top: -4px;
    font-size: 14px;
    font-weight: 400;
  }

.portfolio-subcategories-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0;
  list-style: none;

}
@media screen and (max-width: 767px) {
	.portfolio-subcategories-list {
   	 margin-bottom: 24px;
	}
  }

.portfolio-subcategories-item-link {
  display: flex;
  align-items: center;
  width: fit-content;
  height: 40px;
  font-size: 16px;
  line-height: 24px;
  padding: 8px 18px;
  border: 1px solid #645E5A;
  border-radius: 32px;
  cursor: pointer;
  white-space: nowrap;


}
.portfolio-subcategories-item-link:hover,
.portfolio-subcategories-item-link:active,
.portfolio-subcategories-item-link:focus{
      color: #BFA468;
      border: 1px solid #BFA468;


  }
  
  
.portfolio-subcategories-item-link:hover svg,
.portfolio-subcategories-item-link:active svg,
.portfolio-subcategories-item-link:focus svg {
        fill: #BFA468 !important;
      }

  
.portfolio-subcategories-item-link svg {
    display: block;
    max-width: 24px;
    max-height: 24px;
    margin-right: 4px;
    fill: #645E5A;
  }

.portfolio-subcategories-item-link--alt {
  border-color: #F6F5F0;
  background-color: #F6F5F0;
}

.portfolio {
  margin-bottom: 24px;
}

.portfolio-content {
  margin-bottom: 24px;
  padding: 20px 0 64px;
}

.portfolio-list {
  margin-bottom: 40px;
  padding: 0;
  list-style: none;

}
.portfolio-list:last-child {
    margin-bottom: 0;
  }

.portfolio-list-one-item {

}
.portfolio-list-one-item .portfolio-item-image {
    position: relative;
    height: 0;
    padding-top: 43%;

  }
  
  
    
    @media screen and (max-width: 1199px) {
    	.portfolio-list-one-item .portfolio-item-image{
      		padding-top: 61%;
    	}
    }
  
    @media screen and (max-width: 767px) {
    	.portfolio-list-one-item .portfolio-item-image{
      		padding-top: 61%;
    	}
    }

   .portfolio-list-one-item .portfolio-item-image img {
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 100%;
    }
  
  
  
  
  
  
  
.portfolio-list-one-item .portfolio-item {
    position: relative;
    width: 100%;


  }
  
  

      @media screen and (max-width: 1023px) {
      	.portfolio-list-one-item .portfolio-item:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom-width: 0;
      }
    }








  /*******/
.portfolio-list-grid-left-big,
.portfolio-list-grid-right-big {
  display: grid;
  grid-template-rows: calc(50% - 20px) calc(50% - 20px);
  grid-template-columns: calc(50% - 20px) calc(50% - 20px);
  gap: 40px 0;
  justify-content: space-between;




  


}


@media screen and (max-width: 1023px) {
		.portfolio-list-grid-left-big,
			.portfolio-list-grid-right-big{
    		display: block;
		}
  }
  
  
  .portfolio-list-grid-left-big .portfolio-item,
  .portfolio-list-grid-right-big .portfolio-item {
    display: flex;
    flex-direction: column;
    max-height: 100%;


  }
  
  
  

@media screen and (max-width: 1023px) {
	.portfolio-list-grid-left-big .portfolio-item:last-child,
      .portfolio-list-grid-right-big .portfolio-item:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom-width: 0;
      }
    }
    
    
  .portfolio-item-small {
  	min-height: 350px ;
  }
  
  .portfolio-item-small .portfolio-item-text{
  min-height: 78px  
  }
  
.portfolio-item-small .portfolio-item-image img {
 
  height: 100%;
}
.portfolio-item-small  .portfolio-item-image {
/*  height: 222px;*/
  height: 100%;

} 
  
.portfolio-list-grid-left-big .portfolio-item-text,
.portfolio-list-grid-right-big .portfolio-item-text {
    max-height: 104px;
    overflow: hidden;
  }
  
 @media screen and (max-width: 1023px) {
      .portfolio-list-grid-left-big .portfolio-item-text,
		.portfolio-list-grid-right-big .portfolio-item-text {
      max-height: auto;
      }
    }
  
  
  
.portfolio-list-grid-left-big .portfolio-item-big,
.portfolio-list-grid-right-big .portfolio-item-big {
    grid-area: a;
    width: 100%;
    height: 100%;


  }
  
.portfolio-list-grid-left-big .portfolio-item-big .portfolio-item-image,
.portfolio-list-grid-right-big .portfolio-item-big .portfolio-item-image {
      /*height: 610px;*/
      height: 100%;

    }
    
   @media screen and (max-width: 1023px) {
   		.portfolio-list-grid-left-big .portfolio-item-big .portfolio-item-image,
       .portfolio-list-grid-right-big .portfolio-item-big .portfolio-item-image {
        position: relative;
        width: 100%;
        padding-top: 61%;
        height: 0;
       }
      }

      @media screen and (max-width: 767px) {
      .portfolio-list-grid-left-big .portfolio-item-big .portfolio-item-image,
       .portfolio-list-grid-right-big .portfolio-item-big .portfolio-item-image {
        position: relative;
        padding-top: 109%;
       }
      } 
    
    
    
    
    
    
    
    
.portfolio-list-grid-left-big .portfolio-item-big .portfolio-item-text,
.portfolio-list-grid-right-big .portfolio-item-big .portfolio-item-text {
      max-height: 54px;


    }
  
 @media screen and (max-width: 1023px) {
 		.portfolio-list-grid-left-big .portfolio-item-big .portfolio-item-text,
        .portfolio-list-grid-right-big .portfolio-item-big .portfolio-item-text {
        	max-height: auto;
        }
      }
      
.portfolio-list-grid-left-big .portfolio-item-big img,      
.portfolio-list-grid-right-big .portfolio-item-big img {
      height: 100%;
	  object-fit:cover;
    }
  
  
  
  
  
  

@media screen and (max-width: 1023px) {
	.portfolio-list-grid-left-big img,
    .portfolio-list-grid-right-big img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
  
  
  
  
  

@media screen and (max-width: 1023px) {
	.portfolio-list-grid-left-big .portfolio-item-image,
	.portfolio-list-grid-right-big .portfolio-item-image {
      position: relative;
      width: 100%;
      padding-top: 40%;
      height: 0;
    }

  }
  
  
    @media screen and (max-width: 767px) {
    	.portfolio-list-grid-left-big .portfolio-item-image,
	    .portfolio-list-grid-right-big .portfolio-item-image {
	      padding-top: 65%;
	    }
    }
  
  
  
  
  
  
.portfolio-list-grid-left-big .portfolio-item,
.portfolio-list-grid-right-big .portfolio-item {
    height: 100%;
  }
  
  
  
  /*******/
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  

.portfolio-list-grid-left-big {
  grid-template-areas: 'a b' 'a c';


}
.portfolio-list-grid-left-big:nth-child(2) {
    grid-area: b;
  }
.portfolio-list-grid-left-big:nth-child(3) {
    grid-area: c;
  }

.portfolio-list-grid-right-big {
  grid-template-areas: 'b a' 'c a';


}
.portfolio-list-grid-right-big:nth-child(1) {
    grid-area: b;
  }
.portfolio-list-grid-right-big:nth-child(2) {
    grid-area: c;
  }

.portfolio-list-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 40px;



}
@media screen and (max-width: 767px) {
	.portfolio-list-flex{
    display: block;
    }
  }
.portfolio-list-flex .portfolio-item-image {
    position: relative;
    height: 0;
    padding-top: 109%;


  }
  
   @media screen and (max-width: 1199px) {
   .portfolio-list-flex .portfolio-item-image{
      position: relative;
      width: 100%;
      padding-top: 156%;
      height: 0;
   }
    }

    @media screen and (max-width: 767px) {
      .portfolio-list-flex .portfolio-item-image{
      padding-top: 65%;
      }
    }

.portfolio-list-flex .portfolio-item-image img {
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 100%;
    }
  
  
  
  
  
.portfolio-list-flex .portfolio-item {
    width: calc(50% - 20px);


  }
  
  
      @media screen and (max-width: 767px) {
      .portfolio-list-flex .portfolio-item {
      width: 100%;
      }
    }

.portfolio-item {
  position: relative;


}
@media screen and (max-width: 1023px) {
	.portfolio-item {
    margin-bottom: 40px;
    padding-bottom: 24px;
    border-bottom: 1px solid #645E5A;
	}
  }
.portfolio-item:hover .portfolio-item-header, 
.portfolio-item:active .portfolio-item-header,
.portfolio-item:focus .portfolio-item-header {
        color: #BFA468;
  }

.portfolio-item-link {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
}

.portfolio-item-image {
  width: 100%;
  margin-bottom: 16px;
 
  overflow: hidden;
}
.portfolio-item-image img {
    width: 100%;
    object-fit: cover;
  }

.portfolio-item-header {
  margin-bottom: 4px;
  font-size: 24px;
  line-height: 29px;
  font-weight: 500;
  letter-spacing: -1.2px;
  

}
@media screen and (max-width: 767px) {
	.portfolio-item-header {
    font-size: 22px;
    line-height: 28px;
    letter-spacing: -1.2px;
	}
  }

.portfolio-item-text {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 26px;

}
@media screen and (max-width: 1023px) {
	.portfolio-item-text {
    font-size: 16px;
    line-height: 24px;
    max-height: none;
	}
  }

.contacts {
  position: relative;
  margin-bottom: 40px;
  padding: 40px 0;
  text-align: center;



}
@media screen and (max-width: 767px) {
	.contacts {
    padding: 24px 0;
	}
  }
.contacts::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 280px;
    height: 1px;
    margin: auto;
    background-color: #645E5A;
  }
.contacts::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 280px;
    height: 1px;
    margin: auto;
    background-color: #645E5A;
  }

.contacts-last {
  padding-bottom: 0;
  margin-bottom: 0;




}
 @media screen and (max-width: 1199px) {
 	.contacts-last{
    margin-bottom: 0;
 	}
  }
@media screen and (max-width: 1024px) {
	.contacts-last {
    margin-bottom: 0;
	}
  }
@media screen and (max-width: 767px) {
	.contacts-last {
   	 margin-bottom: 0;
	}
  }
.contacts-last::after {
    display: none;
  }

.contacts.portfolio-page {
  margin-bottom: 20px;

}
@media screen and (max-width: 767px) {
	.contacts.portfolio-page{
    margin-bottom: 40px;
	}
  }

.contacts-header {
  margin-bottom: 24px;
  font-size: 24px;
  line-height: 29px;
  font-weight: 500;


}
 @media screen and (max-width: 767px) {
 	.contacts-header{
    margin-bottom: 16px;
    font-size: 22px;
 	}
  }
.contacts-header a:hover,
.contacts-header a:active,
.contacts-header a:focus {
 
        color: #A69A92;
 
  }

.contacts-buttons {
  display: flex;
  justify-content: center;
  gap: 8px;


}
@media screen and (max-width: 767px) {
	.contacts-buttons{
    flex-direction: column;
	}
  }
@media screen and (max-width: 767px) {
	.contacts-buttons{
    width: fit-content;
    margin: auto;
	}
  }

.contacts-button {
  height: 40px;
  padding: 0 18px;
  border: 1px solid #645E5A;
  border-radius: 32px;
  font-weight: 500;
  background-color: transparent;

	color: rgb(100, 94, 90);
}
@media screen and (max-width: 767px) {
	.contacts-button{
    width: fit-content;
    margin: auto;
    }
  }
.contacts-button:hover,
.contacts-button:active,
.contacts-button:focus  {
      color: #BFA468;
      border-color: #BFA468;
    
  }
  
    
.contacts-button:hover svg path,
.contacts-button:active svg path,
.contacts-button:focus svg path{
        fill: #BFA468 !important;
      }
  
  
  

.pagination-list {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  list-style: none;

}
 @media screen and (max-width: 767px) {
 	.portfolio-item-small .portfolio-item-text {
	  min-height: 0px;
	}
	
	.mobile-width{
		width:100%;
		display: block;
	}
  }

.pagination-item {
  min-width: 44px;
  text-align: center;

}
.pagination-item a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 58px;
    padding: 16px;
    border-bottom: 1px solid #ffffff;
    font-size: 18px;
    line-height: 100%;
    opacity: 1;
    cursor: pointer;
  

  }
  
  .pagination-item a:hover,
  .pagination-item a:active,
  .pagination-item a:focus { 
        background-color: #F6F5F0;
        border-bottom: 1px solid #F6F5F0;
    } 

.pagination-item-active {
}
.pagination-item-active a {
    border-bottom: 1px solid #DDC590;
    color: #DDC590;
  }

.image-comparison {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 64px;

}
@media screen and (max-width: 767px) {
	.image-comparison{
    margin-bottom: 40px;
	}
  }

.image-comparison__slider-wrapper {
  position: relative;
  padding-top: 58%;
  padding-bottom: 30px;

}
.image-comparison__slider-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: calc(100% - 30px);
    background-color: rgba(0, 0, 0, 0.4);
  }

.image-comparison__label {
  font-size: 0;
  line-height: 0;
}

.image-comparison__label,
.image-comparison__range {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: none;
  appearance: none;
  outline: none;
  cursor: ew-resize;
  z-index: 20;
}

.image-comparison__range {
}
.image-comparison__range:hover ~ .image-comparison__slider .image-comparison__thumb  {
   
      transform: scale(1.2);
 
  }

.image-comparison .image-comparison__slider-wrapper .image-comparison__range:active,
.image-comparison .image-comparison__slider-wrapper .image-comparison__range:focus,
.image-comparison .image-comparison__slider-wrapper .image-comparison__range--active {
}
.image-comparison .image-comparison__slider-wrapper .image-comparison__range--active ~ .image-comparison__slider .image-comparison__thumb {
    transform: scale(0.8);
    background-color: rgba(white, 0.5);
  }

.image-comparison__image-wrapper--overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(50% + 1px);
  height: 100%;
  overflow: hidden;
}

.image-comparison__figure {
  margin: 0;
}

.image-comparison__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 30px);
  object-fit: cover;
  object-position: 0 50%;
  overflow: hidden;

}
.image-comparison__figure--overlay .image-comparison__image {
    z-index: 1;
  }

.image-comparison__caption {
  position: absolute;
  bottom: 0;
  min-width: max-content;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  font-size: 16px;
  color: #A69A92;
  
}
 @media screen and (max-width: 40.063em) {
 	.image-comparison__caption {
    	font-size: 12px;
 	}
  }

.image-comparison__caption--before {
  left: 0;
  z-index: 2;
}

.image-comparison__caption-body {
  max-width: 100%;
  background-color: rgba(white, 0.55);
}

.image-comparison__slider {
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  transition: background-color 0.3s ease-in-out;
  z-index: 10;
}

.image-comparison__thumb-line-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: calc(50% - 20px);
  background-color: #FFFFFF;
}

.image-comparison__thumb-line-bottom {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 3px;
  height: calc(50% - 50px);
  background-color: #FFFFFF;
}

.image-comparison__range--active  {
  background-color: rgba(white, 0);
}

.image-comparison__thumb {
  position: absolute;
  top: calc(50% - 20px);
  left: calc(50% - 20px);
  width: 40px;
  height: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  box-shadow: 0 0 22px 0 rgba(#000, 0.5);
  transform-origin: center;
  transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

.image-comparison__range::-webkit-slider-runnable-track {
  width: 40px;
  height: 40px;
  opacity: 0;
}

.image-comparison__range::-moz-range-thumb {
  width: 40px;
  height: 40px;
  opacity: 0;
}

.image-comparison__range::-webkit-slider-thumb {
  width: 40px;
  height: 40px;
  opacity: 0;
}

.image-comparison__range::-ms-fill-lower {
  background-color: transparent;
}

.image-comparison__range::-ms-track {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  margin: 0;
  padding: 0;
  background-color: transparent;
  color: transparent;
  outline: none;
  cursor: col-resize;
}

.image-comparison__range::-ms-thumb {
  width: 0.5%;
  height: 100%;
  opacity: 0;
}

.image-comparison__range::-ms-tooltip {
  display: none;
}

.portfolio-page-texts {
  margin-bottom: 64px;

}
 @media screen and (max-width: 767px) {
 	.portfolio-page-texts{
    margin-bottom: 35px;
 	}
  }

.portfolio-page-text {
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 29px;
  font-weight: 500;
  letter-spacing: -1.2px;

}
@media screen and (max-width: 767px) {
	.portfolio-page-text {
	    font-size: 22px;
	    line-height: 28px;
	    letter-spacing: -1.1px;
	}
  }

.portfolio-page-texts-double {
  display: flex;
  gap: 70px;


}
 @media screen and (max-width: 1024px) {
 .portfolio-page-texts-double{
    flex-direction: column;
    gap: 17px;
 }
  }
.portfolio-page-texts-double .portfolio-page-text-item {
    width: calc(50% - 35px);
  

  }
    @media screen and (max-width: 1024px) {
    .portfolio-page-texts-double .portfolio-page-text-item {
      width: 100%;
    }
    }

.portfolio-page-text-item {
}
.portfolio-page-text-item .portfolio-page-text {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
  }

.portfolio-page-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 64px;
  padding: 0;
  list-style: none;


}
@media screen and (max-width: 767px) {
	.portfolio-page-list {
    	margin-bottom: 40px;
	}
  }
.portfolio-page-list:last-child {
    margin-bottom: 0;
  }

.portfolio-page-item-image {
  position: relative;
  width: 100%;
  height: 0;
  margin-bottom: 8px;

}
.portfolio-page-item-image img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
  }

.portfolio-page-item-text {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
  color: #A69A92;
}

.portfolio-page-list-one-item {
  width: 100%;


}
.portfolio-page-list-one-item .portfolio-page-item-image {
    padding-top: 75%;
  

  }
  
    @media screen and (max-width: 1199px) {
    .portfolio-page-list-one-item .portfolio-page-item-image {
      padding-top: 64%;
    }
    }

    @media screen and (max-width: 767px) {
    .portfolio-page-list-one-item .portfolio-page-item-image {
      padding-top: 64%;
    }
    }
  
.portfolio-page-list-one-item .portfolio-page-item {
    position: relative;
    width: 100%;


  }
  

@media screen and (max-width: 1023px) {
      .portfolio-page-list-one-item .portfolio-page-item :last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom-width: 0;
      }
    }

.portfolio-page-list-two {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;



}
@media screen and (max-width: 767px) {
	.portfolio-page-list-two {
    	display: block;
	}
  }
  
.portfolio-page-list-two .portfolio-page-item-image {
    padding-top: 87%;
  }
  
    @media screen and (max-width: 1199px) {
    .portfolio-page-list-two .portfolio-page-item-image {
      padding-top: 97%;
    }
    }
  
    @media screen and (max-width: 767px) {
    .portfolio-page-list-two .portfolio-page-item-image {
      padding-top: 91%;
    }
    }
  
.portfolio-page-list-two .portfolio-page-item {
    width: calc(50% - 4px);


  }
  
  
@media screen and (max-width: 767px) {
      .portfolio-page-list-two .portfolio-page-item {
	      width: 100%;
	      margin-bottom: 40px;
      }
    }

.portfolio-page-list-three {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;


}
@media screen and (max-width: 767px) {
	.portfolio-page-list-three {
    display: block;
	}
  }
.portfolio-page-list-three .portfolio-page-item {
    width: calc(33% - 3px);


  }

    @media screen and (max-width: 767px) {
    .portfolio-page-list-three .portfolio-page-item {
      width: 100%;
      margin-bottom: 40px;
    }
    }

 .portfolio-page-list-three .portfolio-page-item .portfolio-page-item-image {
      padding-top: 132%;
 
    }

      @media screen and (max-width: 1199px) {
       .portfolio-page-list-three .portfolio-page-item .portfolio-page-item-image {
       
        padding-top: 188%;
       }
      }
  
      @media screen and (max-width: 767px) {
       .portfolio-page-list-three .portfolio-page-item .portfolio-page-item-image {
        padding-top: 132%;
       }
      }

.photo-prev {
  position: absolute;
  top: 0;
  left: -32px;
  bottom: 0;
  z-index: 40;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  margin: auto;
  border-radius: 50%;
 background-color: white;
  opacity:1 important;


}
@media screen and (max-width: 767px) {
	.photo-prev {
	    display: none;
    }
  }
.photo-prev::after {
    display: none;
  }
.photo-prev svg {
    position: relative;
    left: 10px;
    display: block;
    width: 24px;
    height: 24px;
    fill: #645E5A;
  }

.photo-next {
  position: absolute;
  top: 0;
  right: -32px;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  margin: auto;
  border-radius: 50%;
  background-color: white;
  opacity:1 important;
	


}
 @media screen and (max-width: 767px) {
 	.photo-next{
    display: none;
 	}
  }
.photo-next svg {
    position: relative;
    right: 10px;
    display: block;
    width: 24px;
    height: 24px;
    fill: #645E5A;
  }
.photo-next::after {
    display: none;
  }

.portfolio-photo-slider {
}
.portfolio-photo-slider .swiper-pagination {
    /*bottom: 35px;*/


  }
  
      @media screen and (max-width: 767px) {
		.portfolio-photo-slider .swiper-pagination {
			bottom: 0;
			height: auto;
			background: var(--bs-body-bg);
			padding-top: 5px;
		}
    }

.portfolio-pagination {
}
.portfolio-pagination .swiper-pagination-bullet {
    background-color: #CFCFCF;
  }
.portfolio-pagination .swiper-pagination-bullet-active {
    background-color: #645E5A;
  }

.portfolio-slide {

}
.portfolio-slide .portfolio-page-item-image {
    padding-top: 64%;
    padding-bottom: 30px;
  }
.portfolio-slide img {
    height: calc(100% - 30px);
  }

.portfolio-video {
  padding-top: 56%;
  margin-bottom: 79px;


}
@media screen and (max-width: 1199px) {
	.portfolio-video {
    padding-top: 56%;
	}
  }
@media screen and (max-width: 767px) {
	.portfolio-video{
    padding-top: 56%;
    margin-bottom: 56px;
	}
  }

.portfolio-virtual-image {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 59%;
  margin-bottom: 8px;


}
 @media screen and (max-width: 1199px) {
 .portfolio-virtual-image{
    padding-top: 57%;
 }
  }
.portfolio-virtual-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

.portfolio-virtual-header {
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 29px;
  font-weight: 500;
  
}
@media screen and (max-width: 767px) {
	.portfolio-virtual-header {
    font-size: 22px;
    line-height: 28px;
	}
  }

.portfolio-page-links {
  display: flex;
  align-items: center;
  justify-content: space-between;



}
@media screen and (max-width: 1199px) {
	.portfolio-page-links {
    display: none;
	}
  }
.portfolio-page-links a {
    font-size: 24px;
    line-height: 24px;
    color: #8F7949;
  }
.portfolio-page-links svg {
    width: 24px;
    min-width: 24px;
    height: 24px;
  }

.video-block {
  position: relative;
  width: 100%;
  height: 0;
  max-height: 100vh;




}
.video-block video {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
  }
.video-block iframe {
    width: 100%;
    height: 100%;
  }
.video-block .video-poster {
    width: 100%;
    height: 100%;
  }
.video-block img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
  }

.video-block.is-play {


}
.video-block.is-play::before {
    display: none;
  }
.video-block.is-play .video-button {
    opacity: 0;


  }
  
.video-block.is-play .video-button:hover,
.video-block.is-play .video-button:active {
      opacity: 0.5;
    }
  
  
  
  
  
  
.video-block.is-play .video-texts {
    display: none;
  }

.video-button {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 50;
  width: 73px;
  height: 63px;
  margin: auto;
  background-color: transparent;





 

}
 @media screen and (max-width: 1199px) {
 	.video-button{
    width: 44px;
    height: 38px;
 	}
  }
@media screen and (max-width: 1024px) {
	.video-button {
    width: 34px;
    height: 30px;
	}
  }
@media screen and (max-width: 500px) {
	.video-button {
    width: 22px;
    height: 19px;
	}
  }
.video-button img {
    display: block;
    width: 100%;
    height: 100%;
  }
.video-button:hover,
.video-button:active {
    opacity: 0.8;
  }
.video-button:disabled {
    opacity: 0.5;
    pointer-events: none;
  }

.is-play {




}
.is-play:hover,
.is-play:active {
    opacity: 0.5
  }
.is-play .video-button-pause {
    width: 18px;
    height: 24px;
    margin-right: 20px;
  }
.is-play .video-button-pause-svg {
    display: block;
  }
.is-play .video-button-play-svg {
    display: none;
  }

.contacts-page-row {
  display: flex;
  justify-content: space-between;
  gap: 40px;

}
@media screen and (max-width: 1199px) {
	.contacts-page-row {
    flex-direction: column;
	}
  }

.contacts-page-links {
  width: calc(50% - 20px);

}
@media screen and (max-width: 1199px) {
	.contacts-page-links {
    width: 100%;
	}
  }

.contacts-page-link {
  display: flex;
  margin-bottom: 4px;
  width: fit-content;
  font-size: 32px;
  line-height: 42px;
  font-weight: 500;
  letter-spacing: -1.6px;


}
@media screen and (max-width: 1199px) {
	.contacts-page-link {
    line-height: 40px;
	}
  }
.contacts-page-link:hover,
.contacts-page-link:active,
.contacts-page-link:focus    {
      color: #A69A92;

  }

.contacts-page-text {
  font-size: 18px;
  line-height: 26px;
  color: #A69A92;
}

.contacts-page-map {
  position: relative;
  width: 100%;
  height: 480px;


}
 @media screen and (max-width: 767px) {
 	.contacts-page-map{
    height: 500px;
 	}
  }
  
 @media screen and (max-width: 500px) {
 .contacts-page-map{
    height: 300px;
    }
  }

.contacts-page-header {
  margin-bottom: 64px;

}
 @media screen and (max-width: 767px) {
 	.contacts-page-header{
 	    margin-bottom: 56px;
 	}
  }

.contacts-map {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;





}
@media screen and (max-width: 1199px) {
	.contacts-map {
    width: 100%;
    min-width: auto;
	}
  }
@media screen and (max-width: 767px) {
	.contacts-map {
    position: static;
    order: -1;
    width: 100%;
    min-width: 100%;
    max-height: 100vh;
    height: 500px;
    margin-bottom: 20px;
	}
  }
@media screen and (max-width: 500px) {
	.contacts-map {
    position: static;
    order: -1;
    width: 100%;
    min-width: 100%;
    max-height: 100vh;
    height: 300px;
    margin-bottom: 20px;
	}
  }
.contacts-map img {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
.contacts-map iframe {
    width: 100%;
    height: 100%;
    border-width: 0;
  }

.contacts-page-texts {
  width: 100%;
  padding: 48px 0;
}

.contacts-page-texts-header {
  margin-bottom: 4px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  line-height: 26px;
}

.contacts-page-texts-text {
  font-size: 14px;
  line-height: 20px;
}

.services.section--alt {
  margin-bottom: 48px;
  padding: 80px 0;


}
 @media screen and (max-width: 1199px) {
 	.services.section--alt{
    padding: 64px 0;
 	}
  }
@media screen and (max-width: 767px) {
	.services.section--alt {
    	padding: 48px 0;
	}
  }

.services-header {
  margin-bottom: 80px;


}
@media screen and (max-width: 1199px) {
	.services-header {
    margin-bottom: 64px;
	}
  }
@media screen and (max-width: 767px) {
	.services-header {
    margin-bottom: 24px;
	}
  }

.services-text {
  font-size: 32px;
  line-height: 42px;
  font-weight: 500;
  letter-spacing: -1.6px;

}
@media screen and (max-width: 1199px) {
	.services-text {
	    font-size: 26px;
	    line-height: 32px;
	}
  }

.services-list {
  border-top: 1px solid #645E5A;
  padding-left: 0;
  list-style: none;
}
 
.services-item {
  border-bottom: 1px solid #645E5A;
  padding: 22px 0 14px;
}
 
.services-item-header-texts {
  display: flex;
  gap: 27px;

}
@media screen and (max-width: 767px) {
	.services-item-header-texts {
    flex-direction: column;
    gap: 10px
	}
  }

.services-item-header {
  width: calc(50% - 4px);
  font-size: 40px;
  line-height: 52px;
  font-weight: 500;
  letter-spacing: -2px;


}
@media screen and (max-width: 1199px) {
	.services-item-header {
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -1.8px;
	}
  }
@media screen and (max-width: 767px) {
	.services-item-header {
    width: 100%;
    margin-bottom: 0;
    font-size: 32px;
    line-height: 40px;    
    letter-spacing: -1.6px;
	}
  }

.services-small-item-header {
  width: calc(50% - 4px);
  font-size: 32px;
  line-height: 42px;
  font-weight: 500;
  letter-spacing: -1.6px;

}
@media screen and (max-width: 767px) {
	.services-small-item-header {
    width: 100%;
    margin-bottom: 0;
    font-size: 26px;
    line-height: 32px;
    letter-spacing: -1.3px;
	}
  }
 
.services-item-link {
  display: flex;
  align-items: center;
  margin-top: 48px;
  font-size: 24px;
  line-height: 24px;
  line-height: 100%;
  font-weight: 500;
  color: #8F7949;



}
@media screen and (max-width: 767px) {
	.services-item-link {
    	margin-top: 14px;
	}
  }
.services-item-link:hover,
.services-item-link:active,
.services-item-link:focus {
      color: #A69A92;

 
  }
  
  
  
.services-item-link:hover svg,
.services-item-link:active svg,
.services-item-link:focus svg {
        fill: #A69A92;
      }
      
.services-item-link svg {
    display: block;
    width: 24px;
    min-width: 24px;
    height: 24px;
    margin-left: 16px;
    fill: #8F7949;
  }
 
.services-item-texts {
  width: calc(50% - 4px);
  height: 100%;

}
@media screen and (max-width: 767px) {
	.services-item-texts {
    	width: 100%;
	}
  }

.services-item-text {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 24px;
}

.service-image {
  position: relative;
  width: 100%;
  height: 0;
  margin-bottom: 80px;
  padding-top: 51%;



}
@media screen and (max-width: 1199px) {
	.service-image {
    padding-top: 43%;
	}
  }
@media screen and (max-width: 767px) {
	.service-image {
    margin-bottom: 24px;
    padding-top: 42%;
	}
  }
.service-image img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }

.service-text {
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 42px;
  font-weight: 500;
  letter-spacing: -1.6px;

}
@media screen and (max-width: 767px) {
	.service-text {
    font-size: 26px;
    line-height: 32px;
    letter-spacing: -1.3px;
	}
  }

.service-header {
  margin-bottom: 48px;
  font-size: 40px;
  line-height: 52px;
  letter-spacing: -2px;

}
@media screen and (max-width: 767px) {
	.service-header {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -1.6px;
	}
  }

.service-list {
  counter-reset: my-counter;
  margin-bottom: 15px;
  padding: 0;
  border-top: 1px solid #645E5A;
  list-style: none;

}
 @media(max-width: 767px) {
 	.service-list{
    	margin-bottom: 10px;
 	}
  }

.service-item {
  display: flex;
  padding: 24px 0;
  border-bottom: 1px solid #645E5A;






}
.service-item p:last-child {
      margin-bottom: 0;
    }
    
.service-item:last-child {
    margin-bottom: 0;
  }
@media(max-width: 767px) {
	.service-item {
    	flex-direction: column;
	}
  }
.service-item::before {
    content: '0' counter(my-counter);
    counter-increment: my-counter;
    font-size: 32px;
    font-weight: 500;
    margin-right: 10px;
    width: 80px;
    min-width: 80px;

  }
  
  
@media screen and (max-width: 1023px) {
    	.service-item::before {
      width: 30px;
      min-width: 30px;
      margin-right: 30px;
      font-size: 26px;
    	}
    }

@media screen and (max-width: 767px) {
    .service-item::before {
      width: 100%;
      margin-bottom: 16px;
      margin-right: 0;
    }
    }
  
  
  
  
  
  
.service-item:last-child {
    margin-bottom: 0;
  }
  
.service-item:nth-child(n + 10)::before {
      content: counter(my-counter);
    }
 

.service-item-header {
  font-size: 32px;
  line-height: 42px;
  font-weight: 500;
  letter-spacing: -1.6px;
  width: 30%;
  min-width: 30%;
  padding-right: 20px;


}
@media screen and (max-width: 1023px) {
	.service-item-header {
    width: 32%;
    min-width: 32%;
    margin-bottom: 16px;
    font-size: 26px;
    letter-spacing: -1.3px;
	}
  }
@media screen and (max-width: 767px) {
	.service-item-header {
    width: 100%;
    min-width: 100%;
    margin-bottom: 16px;
	}
  }

.service-item-price {
  min-width: 140px;
  margin-right: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  white-space: nowrap;
  color: #8F7949;

}
@media(max-width: 767px) {
	.service-item-price {
    width: 100%;
    min-width: 100%;
    margin-bottom: 16px;
	}
  }

.calculator-header {
  margin-bottom: 80px;


}
@media screen and (max-width: 1199px) {
	.calculator-header {
    	margin-bottom: 64px;
	}
  }
@media screen and (max-width: 767px) {
	.calculator-header {
    margin-bottom: 24px;
	}
  }

.calculator-text {
  font-size: 32px;
  line-height: 42px;
  font-weight: 500;
  letter-spacing: -1.6px;

}
@media screen and (max-width: 767px) {
	.calculator-text {
    font-size: 26px;
    line-height: 32px;
    letter-spacing: -1.3px;
	}
  }

.calculator.section--alt {
  padding: 80px 0;

}
@media(max-width: 767px) {
	.calculator.section--alt {
    padding: 64px 0;
    }
  }

.calculator-form {
  counter-reset: my-counter;
}

.calculator-part {
}

.calculator-part .calculator-question:nth-child(n + 10)::before {
        content: counter(my-counter) '.';
  }

.calculator-step {
  margin-bottom: 48px;
}

.calculator-question {
  display: flex;
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 29px;
  font-weight: 500;
  letter-spacing: -1.2px;



}
@media screen and (max-width: 1123px) {
	.calculator-question {
    font-size: 22px;
    line-height: 28px;
    letter-spacing: -1.1px;
	}
  }
.calculator-question::before {
    content: '0' counter(my-counter) '.';
    counter-increment: my-counter;
    margin-right: 4px;
    font-size: 24px;
    font-weight: 500;
  }
.calculator-question:last-child {
    margin-bottom: 0;
  }

.calculator-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  padding-left: 0;
  list-style: none;

}
@media screen and (max-width: 767px) {
	.calculator-list {
    gap: 8px
	}
  }

.calculator-list-two {
}
.calculator-list-two .calculator-item {
    width: calc(50% - 12px);

  }
  
  
    @media screen and (max-width: 767px) {
    .calculator-list-two .calculator-item {
      width: 100%;
    }
    }

.calculator-list-three {
}
.calculator-list-three .calculator-item {
    width: calc(33% - 13px);


  }
  
@media screen and (max-width: 1023px) {
      .calculator-list-three .calculator-item {
      width: 100%;
      }
    }

.calculator-list-one {
}
.calculator-list-one .calculator-item {
    width: 100%;
  }

.calculator-item {
  position: relative;
  height: auto;
  padding: 24px 24px 24px 64px;
  border-radius: 24px;
  background-color: #FFFFFF;


  

 
}
.calculator-item:hover::before,
   .calculator-item:active::before,
   .calculator-item:focus::before {
     
        border: 1px solid #645E5A 
  }
  
  
.calculator-item input[type="radio"] + label,
.calculator-item input[type="checkbox"] + label {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
  }
  
.calculator-item input[type="radio"] + label::before ,
.calculator-item input[type="checkbox"] + label::before {
      content: '';
      position: absolute;
      left: 24px;
      top: 24px;
      display: block;
      width: 24px;
      height: 24px;
      border-radius: 50%;
      border: 1px solid #A69A92;
      background-color: #FFFFFF;
    }
  
  
  
.calculator-item input[type="radio"]:checked + label::before,
.calculator-item input[type="checkbox"]:checked + label::before {
      border: 1px solid #645E5A
 }


.calculator-item-big-text {
  margin-bottom: 8px;
  font-size: 24px;
  line-height: 29px;
  font-weight: 500;
  letter-spacing: -1.2px;

}
@media screen and (max-width: 1123px) {
	.calculator-item-big-text {
	    font-size: 22px;
	    line-height: 28px;
	    letter-spacing: -1.1px;
	}
  }

.calculator-item-grey-text {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 24px;
  color: #A69A92;
}

.calculator-item-image {
  position: relative;
  width: 100%;
  height: 0;
  margin-bottom: 16px;
  padding-top: 62%;



}
@media screen and (max-width: 1199px) {
	.calculator-item-image{
    	padding-top: 60%;
	}
  }
@media screen and (max-width: 767px) {
	.calculator-item-image{
	    margin-bottom: 24px;
	    padding-top: 61%;
	}
  }
.calculator-item-image img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }

.calculator-item-content-border {
  margin-bottom: 24px;
  padding-bottom: 6px;
  border-bottom: 1px solid #A69A92;
}

.calculator-item-span {
  display: flex;
  width: 100%;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 20px;
  color: #8F7949;
}

.calculator-item-small-header {
  margin-bottom: 4px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
}

.calculator-item-text {
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 20px;
}

.calculator-item-link {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  width: fit-content;
  height: 40px;
  padding: 0 18px;
  border: 1px solid #645E5A;
  border-radius: 32px;
  font-weight: 500;

}
.calculator-item-link svg {
    display: block;
    width: 24px;
    min-width: 24px;
    height: 24px;
    margin-left: 4px;
  }

.calculator-item-square {
  padding: 24px;


}
@media screen and (max-width: 767px) {
	.calculator-item-square {
    	padding: 8px 16px;
	}
  }
.calculator-item-square .calculator-item-content {
    display: flex;
    align-items: flex-end;
    gap: 24px;


  }
  
@media screen and (max-width: 767px) {
	.calculator-item-square .calculator-item-content{
      justify-content: space-between;
      flex-wrap: wrap;
	}
    }

.calculator-item-square-image {
  width: 88px;
  min-width: 88px;
  height: 88px;

  
}
@media screen and (max-width: 767px) {
		.calculator-item-square-image {
    width: 48px;
    min-width: 48px;
    height: 48px;
    margin-bottom: 4px;
		}
  }
  
.calculator-item-square-image img {
    display: block;
    width: 100%;
    height: 100%;
  }

.calculator-item-square-image-small {
}
@media screen and (max-width: 767px) {
	.calculator-item-square-image-small {
    	order: 1;
	}
  }

.calculator-item-square-image-big {
	margin-left: 10px;
}
 @media screen and (max-width: 767px) {
 	.calculator-item-square-image-big{
    	order: 2;
 	}
  }

.calculator-item-range {
  width: 100%;

}
@media screen and (max-width: 767px) {
	.calculator-item-range {
    	order: 3;
    	 width: 95%;
	}
 
  }

.range-slider * {
  margin: 0;
  padding: 0;
  border: 0;
}

.range-slider, 
.range-ticks,
.label-range {
  position: relative;
  display: flex;
}

.range-slider {
  flex-flow: column nowrap;
  width: 100%;
  height: 38px;
  margin: 0 auto;
  box-sizing: border-box;
  font-size: calc(20px + (20)*(100vw)/(2000)); 

}
.range-slider::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 20;
    height: 4px;
    width: 100%;
    margin: auto;
    background-color: #F6F5F0;
  }

.range-slider input[type=range], 
.range {
  position: relative;
  display: flex;
  align-items: center;
  height: 38px;    
  overflow: hidden;
  background-color: white;
}

.range-slider input[type=range] {
 
 
  width: 100%;
  z-index: 50;
  opacity: 0;
}



.range-slider input[type=range]:focus {
  outline: transparent;
}

.label-range {
  font-size: 24px;
  line-height: 29px;
  font-weight: 500;
}

.data-range {
  position: absolute;
  top: 0;
  z-index: 90;
  display: flex;
  justify-content: center;
  align-items: center;   
  height: 38px;    
  width: 30px; 
  text-align: center;
  font: bold 0.5em/1.5 'Roboto', sans-serif;
  color: #FFF;
  pointer-events: none;
  background-image: url('../img/content/calculator/tumbler.svg');
  background-size: 100%;
}

.data-range-line {
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 4px;
  min-height: 4px;
  margin: auto;
  background-color: #DDC590;
  z-index: 30;
}

.data-range-number {
  position: absolute;
  left: 0;
  top: -30px;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: -1.2px;
  color: #645E5A;
  white-space: nowrap;

}
@media screen and (max-width: 767px) {
	.data-range-number {
    font-size: 22px;
    line-height: 28px;
    letter-spacing: -1.1px;
	}
  }

.calculator-results {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-top: 40px;
  border-top: 1px solid #645E5A;


}
@media screen and (max-width: 1300px) {
	.calculator-results {
    flex-wrap: wrap;
	}
  }
@media screen and (max-width: 1199px) {
	.calculator-results{
    flex-direction: column;
	}
  }

.calculator-results-header {
  width: fit-content;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: -1.2px;
  font-weight: 500;


}
@media screen and (max-width: 1199px) {
	.calculator-results-header {
    	margin-bottom: 40px;
	}
  }
@media screen and (max-width: 767px) {
	.calculator-results-header {
    font-size: 22px;
    line-height: 28px;
    letter-spacing: -1.1px;
	}
  }

.calculator-results-part {
  width: fit-content;

}
@media screen and (max-width: 1199px) {
	.calculator-results-part {
    	margin-bottom: 24px;
	}
  }

.calculator-results-part-text {
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  white-space: nowrap;
}

.calculator-results-part-val {
  margin-bottom: 0;
  font-size: 56px;
  line-height: 52px;
  font-weight: 500;
  letter-spacing: -2.8px;
  white-space: nowrap;

}
@media screen and (max-width: 767px) {
	.calculator-results-part-val {
    font-size: 48px;
    line-height: 52px;
    letter-spacing: -2px;
	}
  }

.calculator-results-button {
  display: flex;
  align-items: center;
  width: fit-content;
  height: 56px;
  margin-top: auto;
  padding: 0 24px;
  border-radius: 32px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  background-color: #8F7949;
  color: #FFFFFF;



}
a.calculator-results-button:hover {
	  color: #FFFFFF;
	}
@media screen and (max-width: 1300px) {
	.calculator-results-button {
    margin-left: auto;
    margin-top: 30px;
	}
  }
@media screen and (max-width: 1199px) {
	.calculator-results-button {
    width: 343px;
    margin-top: 0;
    justify-content: center;
	}
  }
.calculator-results-button svg {
    width: 24px;
    min-width: 24px;
    height: 24px;
    margin-right: 4px;
    fill: #ffffff;
  }

.blog-text {
  font-size: 32px;
  font-weight: 500;
}

.blog-list {
  display: flex;
  flex-wrap: wrap;
  gap: 80px 40px;
  padding: 0;
  list-style: none;

}
@media screen and (max-width: 767px) {
	.blog-list {
    	gap: 40px;
    }
  }

.blog-item {
  width: calc(50% - 20px);

}
@media screen and (max-width: 767px) {
	.blog-item {
    width: 100%;
	}
  }

.blog-item-image {
  position: relative;
  width: 100%;
  height: 0;
  margin-bottom: 24px;
  padding-top: 74%;

}
.blog-item-image img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
  }

.blog-item-big {
  width: 100%;

}
.blog-item-big .blog-item-image {
    padding-top: 56%;
  }

.blog-item-date {
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 20px;
  color: #6A5E5A;
}

.blog-item-header {
  margin-bottom: 8px;
  font-size: 32px;
  line-height: 42px;
  font-weight: 500;
  letter-spacing: -1.6px;

}
@media screen and (max-width: 767px) {
	.blog-item-header {
    font-size: 26px;
    line-height: 32px;
    letter-spacing: -1.3px;
	}
  }

.blog-item-text {
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 26px;
}

.blog-item-link {
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  color: #8F7949;

}
.blog-item-link svg {
    display: block;
    width: 24px;
    min-width: 24px;
    height: 24px;
    margin-left: 16px;
    fill: #8F7949;
  }

.article-big-text {
  font-size: 32px;
  line-height: 42px;
  font-weight: 500;
  letter-spacing: -1.6px;

}
@media screen and (max-width: 767px) {
	.article-big-text {
    font-size: 26px;
    line-height: 32px;
    letter-spacing: -1.3px;
	}
  }

.article {



}
.article h2 {
    margin-bottom: 24px;
    font-size: 40px;
    line-height: 52px;
    font-weight: 500;
    letter-spacing: -2px;


  }
  
      @media screen and (max-width: 1199px) {
      .article h2 {
      font-size: 36px;
      font-size: 44px;
      letter-spacing: -1.8px;
      }
    }

    @media screen and (max-width: 767px) {
    .article h2 {
      font-size: 32px;
      line-height: 40px;
      letter-spacing: -1.6px;
    }
    }
  
.article h3 {
    margin-bottom: 24px;
    font-size: 32px;
    line-height: 42px;
    font-weight: 500;
    letter-spacing: -1.6px;


  }
  
@media screen and (max-width: 1199px) {
      .article h3 {
      font-size: 26px;
      font-size: 32px;
      letter-spacing: -1.3px;
      }
    }
  
.article .contacts h2,
.article .portfolio-virtual h2 {
      font-size: 24px;
      font-weight: 29px;
 
  }

.article-part {
  margin-bottom: 64px;

}
@media screen and (max-width: 767px) {
	.article-part {
    margin-bottom: 40px;
	}
  }

.article-column-texts {
  display: flex;
  gap: 72px;
  flex-wrap: wrap;


}
@media screen and (max-width: 1199px) {
	.article-column-texts {
    gap: 0;
	}
  }
.article-column-texts p {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 15px;
  }

.article-column {
  width: calc(50% - 36px);

}
@media screen and (max-width: 1199px) {
	.article-column {
    width: 100%;
	}
  }

.article-column-image {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 74%;

}
.article-column-image img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

.main-services {
  padding: 80px 0;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transform: scale(1.1);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), transform 0.6s cubic-bezier(0.55, 0, 0.1, 1), visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  pointer-events: none;
  -ms-overflow-style: none;
  scrollbar-width: none;

}
.modal:-webkit-scrollbar {
    display: none;
  }

.modal-wrapper {
  position: relative;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  min-height: 100%;
  padding: 60px 40px;
  transform: translateZ(0);
  background-color: #0f0f0f4d;

}
@media screen and (max-width: 767px) {
	.modal-wrapper {
    padding: 0;
	}
  }

.modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.modal-content {
  box-sizing: border-box;
  position: relative;
  padding: 40px;
  border-radius: 24px;
  background-color: #ffffff;
  max-width: 450px;
  max-height: calc(100vh - 120px);
  overflow-y: auto;



}
@media screen and (max-width: 1199px) {
	.modal-content {
    padding: 32px 24px;
	}
  }
@media screen and (max-width: 767px) {
	.modal-content {
    max-width: calc(100vw - 56px);
    padding: 32px 24px;
	}
  }
.modal-content .contacts-form {
    padding: 0;
  }

.modal-close-btn {
  position: absolute;
  z-index: 10;
  top: 16px;
  right: 16px;
  width: 24px;
  height: 24px;
  background-color: transparent;

}
.modal-close-btn svg {
    display: block;
    z-index: 100;
    width: 24px;
    height: 24px;
    fill: #000000;
  }

.modal--preload {
  transition: none;
}

.modal.is-active {
  transform: scale(1);
  visibility: visible;
  opacity: 1;
  transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  pointer-events: auto;
}

iframe {
  max-width: 100%;
  border-width: 0;
}

[data-open-modal="photo-modal"] {
  cursor: pointer;
}

.modal-header {
  margin-bottom: 8px;
  text-align: center;
  font-size: 32px;
  line-height: 42px;
  font-weight: 500;
  letter-spacing: -1.6px;

}
@media screen and (max-width: 767px) {
	.modal-header {
    font-size: 26px;
    line-height: 32px;
    letter-spacing: -1.3px;
	}
  }

.modal-text {
  margin-bottom: 24px;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
}

.modal-form-list {
  list-style: none;
  padding: 0;
}

.modal-form-item {
  position: relative;
  width: 100%;
  margin-bottom: 32px;



}
.modal-form-item input {
    display: block;
    width: 100%;
    height: 56px;
    font-size: 18px;
    color: #8F7949;
    border-bottom: 1px solid #A69A92;
  }
.modal-form-item input::placeholder {
    padding-left: 40px;
    color: #A69A92;
  }
.modal-form-item svg {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: block;
    margin: auto;
  }

.modal-form-button {
  width: 100%;

}
@media screen and (max-width: 767px) {
	.modal-form-button {
    margin-bottom: 32px;
	}
  }

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 56px;
  margin-bottom: 32px;
  padding: 0 25px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  border-radius: 32px;
  white-space: nowrap;
  background: transparent;
  background: #8F7949;
  color: #ffffff;
  letter-spacing: -0.8px;


}
.btn:hover,
   .btn:active,
   .btn:focus {
      opacity: 0.8;
    }

@media (max-width: 767px) {
	.btn {
    height: 56px;
    font-size: 10px;
	}
  }

input[type="radio"] + label {
  position: relative;
  width: calc(100% - 54px);
  margin-bottom: 0;
  padding-left: 32px;
  text-transform: none;
  font-size: 14px;


}
input[type="radio"] + label:hover::before,
input[type="radio"] + label:active::before,
input[type="radio"] + label:focus::before {

        background-color: #8F7949;

  }
  
  
 input[type="radio"] + label:hover::after,
   input[type="radio"] + label:active::after,
   input[type="radio"] + label:focus::after {  
        left: -36px;  
  } 
  
  
  
input[type="radio"] + label::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0;
    display: block;
    width: 24px;
    height: 24px;
    border: 1px solid #8F7949;
  }

input[type="radio"]:checked + label {
}
input[type="radio"]:checked + label::before {
    background-color: #8F7949;
    background-image: url('../img/content/calculator/icon-tick.svg');
    background-size: 20px 20px;
    background-position: center center;
  }

.company-header {
  margin-bottom: 40px;
}

.company-text {
  margin-bottom: 15px;
  font-size: 40px;
  line-height: 52px;
  font-weight: 500;
  letter-spacing: -2px;


}
@media screen and (max-width: 1199px) {
	.company-text {
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -1.8px;
	}
  }
@media screen and (max-width: 767px) {
	.company-text {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -1.6px;
	}
  }

.company-owner {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 80px;

}
@media screen and (max-width: 767px) {
	.company-owner {
    flex-direction: column;
	}
  }

.company-owner-image {
  width: 448px;
  min-width: 448px;
  height: 420px;
  margin-right: 40px;


}
@media screen and (max-width: 767px) {
	.company-owner-image {
    order: 2;
    width: 279px;
    min-width: 279px;
    height: 261px;
	}
  }
.company-owner-image img {
    display: block;
    width: 100%;
    height: 100%;
  }

.company-owner-header {
  margin-bottom: 8px;
  font-size: 40px;
  line-height: 52px;
  font-weight: 500;
  letter-spacing: -2px;


}
@media screen and (max-width: 1199px) {
	.company-owner-header {
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -1.8px;
	}
  }
@media screen and (max-width: 767px) {
	.company-owner-header {
    text-align: center;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -1.6px;
	}
  }

.company-owner-text {
  font-size: 24px;
  font-weight: 500;
  line-height: 29px;
  letter-spacing: -1.2px;
  color: #A69A92;

}
@media screen and (max-width: 767px) {
	.company-owner-text {
    text-align: center;
    font-size: 22px;
    line-height: 28px;
    letter-spacing: -1.1px;
	}
  }

.company-facts {
  margin: 107px 0;
	margin-bottom:170px

}
@media screen and (max-width: 1199px) {
	.company-facts {
    margin-top: 0;
	}
  }
@media screen and (max-width: 1199px) {
	.company-facts {
    margin: 32px 0
	}
  }

.company-facts-list {
  display: flex;
  gap: 48px;
  list-style: none;
  padding-left: 0;

}
@media screen and (max-width: 767px) {
	.company-facts-list {
    width: 100%;
    flex-wrap: wrap;
	}
  }

.company-facts-item {
  width: calc(100% - 16px);

}
@media screen and (max-width: 767px) {
	.company-facts-item {
    width: 100%;
	}
  }

.company-facts-big-text {
  margin-bottom: 8px;
  font-size: 132px;
  line-height: 112px;
  letter-spacing: -11.9px;
  font-weight: 500;


}
@media screen and (max-width: 1199px) {
	.company-facts-big-text {
    font-size: 94px;
    line-height: 80px;
    letter-spacing: -8.5px;
	}
  }
@media screen and (max-width: 767px) {
	.company-facts-big-text {
    font-size: 56px;
    line-height: 48px;
    letter-spacing: -5px;
	}
  }

.company-facts-text {
  font-size: 24px;
  line-height: 29px;
  font-weight: 500;
  letter-spacing: -1.2px;
  max-width: 250px;
}

.main-blog-header {
  font-size: 40px;
  font-weight: 500;
  line-height: 52px;
  letter-spacing: -2px;


}
@media screen and (max-width: 1199px) {
	.main-blog-header {
    font-size: 36px;
    line-height: 44px;
	}
  }
@media screen and (max-width: 767px) {
	.main-blog-header {
    font-size: 32px;
    line-height: 40px;
	}
  }


.partners {
margin-top: 166px;
}
.partners .swiper-slide {
    width: 300px;
   /* max-width: 300px;
    height: 200px;*/


  }
  
.partners .swiper-slide img {
      height: 100%;
    }
.partners .swiper-pagination {
    display: none;
  }
  
  .main-projects, .main-blog, .main-owner {
  
   -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */
  -khtml-user-select: none;    /* Konqueror */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* Internet Explorer/Edge */
  user-select: none;
  
  }
  
.main-blog-slider-item-title {
    font-size: 22px;
 
}
@media (min-width: 1100.98px) {
	.main-owner-description {
	
	    width: 56.333333%;
	
	    margin-left: 16px;
	}
}

 
 
.swiper--arrows .swiper-action{
	max-width: 1794px;
	
}

.video-close{
	top: 11px;
	right: 16px;
	
}
@media screen and (max-width: 767px) {
	.video-close{
		top: 5px;
    right: 10px;
	
	}
	
	#frame_video{
		height:auto;
	}
  }




