html{
    font-size:16px;
}
  .top-rent{
     
      display: flex;
    align-items: center;
    margin-left: -180px;
  }
  .rent-content{
      max-width:371px;
      margin-left: 180px;
      
  }
  @media(max-width:768px){
      .top-rent{
        min-height:400px;   
      }
      .top-rent h1 {
          margin-left:-0px;
      }
      .rent-content{
      margin-left: 150px;
  }
  }
  @media(max-width:600px){
      .top-rent{
         margin-left: 0px;
      }
      .top-rent h1 {
          margin-left:0px;
      }
      .rent-content{
      margin-left: 0px;
  }
  }
  #rent .splide__slide.is-active img{
  transform: scale(1.5);
  transition:all 0.3s linear;
  z-index: 2;
}

 #rent .splide__slide .description{
     margin:50px 0 0;
   
  transform: scale(0);
  transition:all 0.3s linear;
  z-index: 2;
}
 #rent .splide__slide.is-active{
     margin-right:60px;
 }
 #rent .splide__slide.is-active .description{
     
  transform: scale(1);
  transition:all 0.3s linear;
  z-index: 2;
}
#rent .splide__slide{
    padding-top:30px;
     padding-bottom:30px;
}
.splide__arrow {
    background: transparent;
    top:130px;
}
.splide__arrow--prev{
    left:0;
}
.splide__arrow--next{
    right:0;
}
.modal-header{
 align-items: flex-start;   
  padding: 28px 28px 10px 28px ;
}
.modal-body{
    padding: 10px 28px  28px 28px;
}
.modal-title{
   font-size:25px; 
   font-family: 'Roboto';
}
.form-control{
 border-radius:28px;   
}
.date-field {
  position: relative;
}

.date-field span {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
  pointer-events: none;
  transition: .2s;
  line-height:20px;
}

.date-field input:focus + span,
.date-field input:valid + span {
  opacity: 0;
}
/*.masonry{
  display:flex;
  flex-wrap:wrap;
  justify-content: space-between;
}

.brick{
  margin: 16px;
  border: 0px;
  border-radius: 10px;
  background: #fff;
}
 */
.masonry{
  columns: 3;
  column-gap: 16px;
}

.brick{
  break-inside: avoid;
  margin: 0 0 16px;
  border-radius: 10px;
  background: #fff;
}
@media (max-width: 992px){ .masonry{ columns: 2; } }
@media (max-width: 576px){ .masonry{ columns: 1; } }
.gallery {
  column-width: 445px;
  column-gap: 1rem;
}

.gallery img {
  width: 100%;
  height: auto;
  margin-bottom: 1rem;
  display: block;
  /* Prevent images from breaking across columns */
  break-inside: avoid;
}
@media (max-width: 992px){ .gallery{ columns: 2; } }
@media (max-width: 576px){ .gallery{ columns: 1; } }
.cart-toast{
  position: fixed;
  top: 26px;
  right: 16px;
  z-index: 99999;
  width: min(360px, calc(100vw - 32px));
  opacity: 0;
  transform: translateY(-8px);
  pointer-events: none;
  transition: opacity .2s ease, transform .2s ease;
}

.cart-toast.is-visible{
  opacity:0.8;
  transform: translateY(0);
  pointer-events: auto;
}

.cart-toast__body{
  background: #FFFBF7;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0,0,0,.12);
  padding: 12px 12px;
  display: flex;
  gap: 10px;
  align-items: center;
}

.cart-toast__icon{
  display: inline-flex;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: rgba(123,105,90,.12);
}

.cart-toast__text{
  flex: 1;
  min-width: 0;
}

.cart-toast__title{
  font-weight: 600;
  color: #534439;
  line-height: 1.2;
  margin-bottom: 2px;
}

.cart-toast__link{
  font-size: 13px;
  color: #7B695A;
  text-decoration: underline;
}

.cart-toast__close{
  border: 0;
  background: transparent;
  font-size: 20px;
  line-height: 1;
  padding: 4px 6px;
  cursor: pointer;
  color: #534439;
}
.product-feedback{
    display:flex;
    padding:16px;
    border-radius: 28px;
    border:1px solid #97AFD2;
    align-items: center;
}
.woocommerce-breadcrumb{
    margin-vottom:20px;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a
 {
    font-size:14px;
    color: #7b695a;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a:hover{
   text-decoration:underline; 
}
.section_servise{
    padding-top:0;
}
.top-rent{
    padding-bottom:0;
}
.js-mini-qty{
    border:0px;
    background:transparent;
}
.cart-list{
    list-style: none;
}
.cart-list_img img {
    height:100%;
}

.shipping th {
    display:none;
}
.top-img video{
    width:100%;
}
.accordion-item  h3{
font-family: Gorgera;
font-size: 60px;
}
.accordion-item.open {
 min-height: 100px;
 }
 .accordeon-text--alt svg {
        position: absolute;
    }
@media(max-width:1024px){
	.accordion-item  h3{
		font-size: 50px;
		max-width:70%;
	}
}
.subtitle, p{letter-spacing: -4%;}
.section-top .subtitle {
    font-size: clamp(16px, 1.5vw + 10px, 20px);
    font-weight: 400;
    margin-top: -30px;
}
.section-top {
   background-color: #FFFBF7;
    margin-top: -55px;
    padding: 80px 0 30px 0;
}
.top-rent{
   background-color: #FFFBF7;
    margin-top: -55px;
    padding: 80px 0 0px 0;
}
header{
    background-color:#FFFBF7;
}
.catalog header{
    background-color:transparent;
}
.product-attributes h2 {
    font-family: Roboto;
    font-size: 18px;
}
.offcanvas-body {
    max-height: calc(100vh - 350px);
	margin-bottom:280px;
}
.top-catalog {
	background-position: center;
}
.collection-card img{
aspect-ratio: 4 / 5;
}
@media(max-width:1440px){
    .section-top .subtitle {
        margin-right: 50px;
    }
    .counter {
       margin-top: 0; 
    }
}
@media (max-width: 1024px) {
  .section-top .subtitle {
        margin-right: 20px;
        font-size: 18px;
        margin-top: -32px;
    }
}
@media (max-width: 768px) {
.section-top {
        padding: 10px 0;
    }
}
@media (max-width: 600px) {
    .section-top .subtitle {
        margin-right: 0px;
        font-size: 16px;
        margin-top: -10px;
    }
    .product-right .price {
    margin-top: -15px;
    margin-bottom: 0px;
}
.offcanvas-body {
    max-height: 60vh;
	margin-bottom:250px;
    overflow-y: scroll;
}
.product-right h1 {
   text-align:center;
}
.collection-card img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 4px;
	}
	.section-top{
		min-height: 500px;
	}
	.section_about  p{
		width:100%;
		margin-bottom: 0;
	}
	.splide__slide{
	display: flex;
    justify-content: center;
}
}
.nav-item .js-cart-count{
background-color: #7b695a;
    width: 18px;
    display: block;
    height: 18px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 9px;
    position: absolute;
    top: -4px;
    right: 10px;
}
.counter{
    padding:0;
    overflow:hidden;
    height:40px;
    width: 140px;
}
.counter button{
    width:100%;
    height:40px;
}
.counter button:hover{
  background-color:#f3f0f0;   
}
.counter div
 {
    min-width: 24px;
 }
 .woocommerce-error, .woocommerce-info, .woocommerce-message {
    padding: 1em 2em 1em 3.5em;
    margin: 0 0 2em;
    position: relative;
    background-color: #FFFBF7;
    color: #7b695a;
    border-top: 0px solid transparent;
    list-style: none outside;
    width: auto;
    word-wrap: break-word;
    border-radius:28px;
}
.offcanvas-footer{
  position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: white;  
}
/*collection_page*/
.filter-content_item h3 {
    font-size:65px;
    line-height: 50px;
}
.badg{
    color:#7b695a; 
    padding: 2px 16px;
    background-color:#dbd6d3;
    font-size:11px;
}
img {
    border-radius:4px;
}
   .filter-list{
    justify-content:center;
   
}

.filter-content{
  position: relative;
}

.filter-content_item{
  opacity: 0;
  pointer-events: none;
  left: 0;
  top: 0;
  width: 100%;
  display: none;
  flex-wrap: wrap;

  transform: translateY(10px);
  transition: opacity .25s ease, transform .25s ease;
}
/* элемент появляется в потоке, но еще прозрачен */
.filter-content_item.is-visible{
  display: flex;
}
.filter-grid{
    display:flex;
  flex-wrap: wrap;  
  width: 100%;
}

.filter-content_item.is-active{
  opacity: 1;
   display: flex;
  position:relative;
  pointer-events: auto;
  transform: translateY(0);
  transition: opacity 1.25s ease, transform 1.25s ease;
}
    .filter-item {
    max-width: 410px;
    margin-right: 2%;
    margin-bottom: 2%;
    width: 48%;
    position: relative;
    overflow: hidden;
    aspect-ratio: 4 / 5; 
}
.filter-item > img{
  width: 100%;
  height: calc(100% - 40px);
  object-fit: cover;
  display: block;
}
.filter-item_title{
    display:flex;
    align-items-center;
    justify-content:space-between;
    font-size:18px;
    padding:10px 0;
    font-weight:500;
}
.filter-item_cover{
    position: absolute;
     inset: 0;    
     height: calc(100% - 40px);
    display:flex;
    flex-wrap:wrap;
    opacity:0;
    transition: all 0.3s linear;
}
.filter-item_cover img{
    width:50%;
    height: 50%;
    object-fit: cover;
}
.filter-item:hover .filter-item_cover{
    opacity:1;
}
.content{
    
}
@media(max-width: 1024px){
     .filter-item {
    max-width: 100%;
    width:100%;
}

}
@media(max-width: 768px){
.filter-content_item h3 {
    font-size: 35px;
    line-height: 30px;
}
}
@media(max-width: 600px){
    .filter-list{
    justify-content:flex-start;
    overflow-x:scroll;
}
.filter-list .btn{
    white-space: nowrap;
}
}

/*custom_page*/
 .section-top.custom .top-img{ top: 23%;}
 .section-top.custom h1{
    margin-top:-2.25rem;
}
@media(max-width:1024px){
  .section-top.custom h1{
    margin-bottom:70px;
}  
 .section-top.custom .top-img {
    top: 28%;
}
}
@media(max-width:600px){
   .section-top.custom h1{
    margin-bottom:0px;
    line-height: 50px;
}
    .section-top.custom {
        margin-top: 0; 
        min-height: 439px;
    }

}
/*contect-page*/
.contact-bg{
    width:455px;
    max-width:100%;
    opacity:0.4;
}
/*checkout_page*/
    form h1, form h2, form h3, form h4, form h5 {
      font-family:Roboto;  
    }
    input, textarea {
        border:1px solid #B49C9C;
        border-radius:28px;
        min-height:48px;
        padding:0 12px;
        line-height:100%;
    }
	input[type="checkbox"]{
	width: 24px;
    min-height: 24px!important;	
	margin-right:10px;
	}
	.form-check{
    display: flex!important;
	}
    .product-attrs{
        padding: 0;
        font-size:14px;
        list-style:none;
    }
    .minicart-price{
    line-height: 1;
    position: absolute;
    right: 10px;
    top: 0px;
    }
    .woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last{
        width:100%;
    }
    #add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment
 {
    background: transparent;
    border-radius: 5px;
}
/* Контейнер поля */
.woocommerce-checkout .form-row{
  position: relative;
  margin-bottom: 18px;
}

/* Инпут */
.woocommerce-checkout .form-row .woocommerce-input-wrapper .input-text{
 color: #7B695A;
}

/* Лейбл превращаем в floating */
.woocommerce-checkout .form-row  label{
  position: absolute;
  left: 14px;
  top: 18px;
  margin: 0;
  font-size: 14px;
  line-height: 1;
  color: #A0A5AC;
   transition: all .18s ease;
  background: #fff;
  padding: 0 4px;
  z-index: 2;
}
.woocommerce-checkout .form-row.place-order label{
    left:0;
    position:relative;  
    display:flex!important;
    align-items:center;
    color: #7b695a;
}
.woocommerce-checkout .form-row.place-order label a{
    color:#97AFD2;
}
.woocommerce-terms-and-conditions {
    border: 1px solid #c7b7a7;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    background: #FFFBF7;
}
.woocommerce-checkout .form-row.place-order label span{
    margin-left:15px;
}
p.validate-required label{
  
}
/* Убираем лишний nbsp визуально не надо, но можно оставить */
.woocommerce-checkout .form-row > label .required{
  margin-left: 2px;
}

/* Состояния */
.woocommerce-checkout .form-row.is-focused > label,
.woocommerce-checkout .form-row.has-value > label{
  top: -8px;
  font-size: 12px;
  color: #A0A5AC;
}
.woocommerce-shipping-methods, .woocommerce-checkout #payment ul.payment_methods{
    list-style:none;
    padding: 0;
}
.woocommerce-shipping-methods li, .payment_methods li {
    display: flex;
    align-items: center;
}
.woocommerce-shipping-methods li label, .payment_methods li label{
    margin-left:10px;
}
.wc_payment_method.payment_method_bacs{
    position: relative;
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
    position: absolute;
    box-sizing: border-box;
    width: 100%;
    padding: 1em;
    margin: 1em 0;
    font-size: .92em;
    border-radius: 2px;
    line-height: 1.5;
    background-color: #dcd7e2;
    color: #515151;
    top: 100%;
    display:none;
}
.wc_payment_method.payment_method_bacs:hover  .woocommerce-checkout #payment div.payment_box{
     display:block;
 }
 .woocommerce-checkout-review-order-table  .cart-subtotal{
     position:absolute;
     height:0;
     overflow:hidden;
     opacity:0;
 }
/*anypage*/
   .top-brand {
        min-height: 700px;
        height:768px;
        margin-top: -130px;
        display: flex;
        align-items: center;
        border-bottom:1px solid #97AFD2;
}

    .top-brand img {
        position:absolute;
        left:0;
        right:0;
        bottom:0;
        margin:0 auto;
        max-width:661px;
    }

    .opacity-08{
        opacity:0.8;
        transition: opacity .3s ease;
    }
    .opacity-08:hover{
        opacity:1;
    }
    @media(max-width:768px){
        .top-brand img {
            max-width: 400px;
        }
        .top-brand {
        min-height: 500px;
        height: 500px;
        }
    }
    @media (max-width: 600px) {
    .top-brand img {
        max-width: 80%;
    }
        .top-brand {
        min-height: 400px;
        height: 400px;
    }
}
@media (max-width: 400px) {
    .h2.quote{
        font-size: 45px;
        line-height: 40px;
    }
}
.hero-video-wrap{
  position:relative;
  width:100%;
  overflow:hidden;
}

.hero-video{
  position:absolute;
  top:50%;
  left:50%;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position: center top;
  transform:translate(-50%, -50%);
  pointer-events:none;
}
.hero-video{

  transition:opacity .6s ease;
}
/*single-product*/
   .gift-block{
      background: #FFFBF7;
    padding: 8px 16px;
    display: inline-flex;
    border-radius: 4px;
    font-weight: 500;
    align-items: center;
   }
   .woocommerce table.shop_attributes td, .woocommerce table.shop_attributes, .woocommerce table.shop_attributes th, .woocommerce table.shop_attributes tr:nth-child(even) td, .woocommerce table.shop_attributes tr:nth-child(even) th {
    border-top: 0;
    border-bottom: 0;
    background:transparent;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
    color: #7B695A;
    font-size: 25px;
    font-weight: 500;
	margin-bottom:0;
	    display: flex;
    align-items: center;
}
.product-right h1{
    font-size:70px;
}
.product-right .btn{
    min-height:40px;
    min-width:200px;
    font-size: 16px;

}
@media(max-width:600px){
  .product-right .btn{
    margin-top:2rem;
}  
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price{
    text-align:center;
}
.product-right .h2,.product-right  h2 {
  line-height: 110%;
    }
}
h1{
line-height: 1;
}
.product-feedback:hover{
    background-color: #FFFBF7;
}
.woocommerce div.product form.cart{
    margin-bottom:0;
}