.header.w-sheet {
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 9;
  margin-bottom: -123px;
  padding-top: 15px;
  animation-duration: 2s;
  animation-name: header;
}

.header-right {
  display: flex;
  justify-content: space-between;
  align-items: center;

}
a:hover {
  color: #000 !important;
}

@keyframes header {
  from {
    margin-top: 100%;
  }

  to {
    margin-top: 0%;
  }


}
.header-left img {
  width: 300px;
height: 102px;
}
.header-right__box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: right;
  margin-bottom: auto;
  min-width: 230px;

}
@media (min-width:780px) {
  .tel-link-2 {
    margin-left: 10px !important;
  }
}
.header-right a {
  text-transform: uppercase;
  font-size: 1.5rem;
  margin: 0;
  color: #fff;
  text-align: right;
  font-weight: 700;
  letter-spacing: 2px;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.4);
  width: 100%;
}

.tel-name {
  font-size: 0.9rem;
  color: #fd0012;
  font-weight: 700;
  letter-spacing: 2px;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.4);
}


.w-section-2 {
  background: linear-gradient(#535353, #f4f4f2);
  max-height: 530px;

}

.w-section-2 .w-sheet-1 {
  min-height: 852px;
  background-position: 93% 56%;
  background-repeat: no-repeat;
  background-size: 50%;
  animation-duration: 3s;
  animation-name: slidein;
}


@keyframes slidein {
  from {
    margin-left: 100%;
    /* width: 100%; */
  }

  to {
    margin-left: 5%;
    /* width: 100%; */
  }


}


#carousel_2a212 {
  content: '';
  position: absolute;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 6;
  max-width: 100%;
  
}

.header-namber-box {
display: none;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: #743a3e;
  z-index: 5;
  margin-top: -100px;
}
/* Контейнер */
.call-container{
  position:fixed;
  bottom:25px;
  right:25px;
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  gap:10px;
  z-index:9999;
  }
  
  /* Телефони */
  .phone-list{
  display:flex;
  flex-direction:column;
  gap:8px;
  opacity:0;
  pointer-events:none;
  transform:translateY(10px);
  transition:all .3s ease;
  }
  
  .phone-list.active{
  opacity:1;
  pointer-events:auto;
  transform:translateY(0);
  }
  
  /* Кнопки номерів */
  .phone-item{
    font-size: 1.3rem;
  background:white;
  padding:10px 16px;
  border-radius:30px;
  box-shadow:0 4px 10px rgba(0,0,0,0.2);
  text-decoration:none;
  color:#333;
  font-weight:600;
  transition:.2s;
  }
  
  .phone-item:hover{
  background:#f0f0f0;
  }
  
  /* Головна кнопка */
  .call-btn{
  width:60px;
  height:60px;
  border-radius:50%;
  border:none;
  cursor:pointer;
  background:#007BFF;
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow:0 6px 14px rgba(0,0,0,0.3);
  transition:.3s;
  }
  
  .call-btn:hover{
  transform:scale(1.08);
  }
  
  /* SVG */
  .call-btn svg{
  width:28px;
  height:28px;
  fill:white;
  }
#carousel_2a21::after {
  content: '';
position: absolute;
left: 0;
background: linear-gradient(#000, #fff0);
width: 100%;
height: 100%;
z-index: 6;
top: 0;
opacity: 0.5;

} 
.w-clearfix.w-sheet.w-sheet-1 {
  z-index: 1;
}
#carousel_2a21 > .w-clearfix.w-sheet.w-sheet-1 {
  z-index: 7;
}
.w-section-2 .w-text-1 {
  text-transform: uppercase;
  letter-spacing: 4px;
  font-weight: 700;
  margin: 169px 612px 0 0
}

.w-section-2 .w-text-2 {
  font-weight: 900;
  text-transform: uppercase;
  font-size: 4.5rem;
  letter-spacing: 2px;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.4);
  margin: 22px 517px 60px 0
}

.w-section-2 .w-text>span {
  color: #fd0012;
}
.w-text.w-text-3 span {
color: #782227;
font-weight: 600;
text-transform: uppercase;
text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
}
@media (max-width: 1199px) {
  .w-section-2 .w-sheet-1 {
    min-height: 703px
  }

  .w-section-2 .w-text-1 {
    margin-right: 412px
  }

  .w-section-2 .w-text-2 {
    font-size: 4.25rem;
    margin-right: 317px
  }
}

@media (max-width: 991px) {
  .w-section-2 .w-sheet-1 {
    min-height: 671px
  }

  .w-section-2 .w-text-1 {
    margin-right: 192px
  }

  .w-section-2 .w-text-2 {
    font-size: 3.75rem;
    width: auto;
    margin-right: 234px
  }
}

@media (max-width: 767px) {
  .header-right__box {
    min-width: auto;

    }

  .header-namber-box {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding-top: 14px;
    padding-bottom: 14px;
    }
    .header-namber-box-right {
      width: auto;
    }
    .header-namber-box-right a {
      text-transform: uppercase;
      font-size: 1.5rem;
      margin: 0;
      color: #fff;
      text-align: right;
      font-weight: 700;
      letter-spacing: 2px;
      text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.4);
      width: 100%;
    }
  .w-section-2 .w-sheet-1 {
    min-height: 620px;
    background-position: 80% 82%;
    background-size: 80%;
  }

  .w-section-2 .w-text-1 {
    margin-right: 12px
  }

  .w-section-2 .w-text-2 {
    margin-right: 54px
  }
  
}

@media (max-width: 575px) {
  .header.w-sheet {
flex-wrap: wrap;
margin-bottom: -203px;
    padding-top: 0px;
  }
  .header.w-sheet .header-left {
   width: 100%;
   display: flex;
   justify-content: center;
  }
  .header-right {
flex-wrap: wrap;
justify-content: center;
}
.header-right__box {
justify-content: center;
min-width: auto;

}
.header-right a {
text-align: center;
}
  .w-section-2 {
background: linear-gradient(#535353, #f4f4f2);
max-height: 564px;
}
  .w-section-2 .w-sheet-1 {
    min-height: 675px;
    background-position: 80% 90%;
background-size: 100%;
  }

  .w-section-2 .w-text-1 {
    margin-right: 0;
    margin-top: 236px;
  }

  .w-section-2 .w-text-2 {
    margin-right: 0;
    font-size: 3rem
  }
  .w-section-4 .w-icon-1,
.w-section-4 .w-icon-2,
.w-section-4 .w-icon-3 {
margin: 0 auto !important;
}
.w-section-4 h5{
text-align: center;
}
.w-section-4 h5 br{
display: none;
}
}
.w-section-3 .w-sheet-1 {
  min-height: 641px
}

.w-section-3 .w-layout-wrap-1 {
  margin: 58px auto 58px 0
}

.w-section-3 .w-layout-cell-1 {
  min-height: 552px
}

.w-section-3 .w-container-layout-1 {
  padding-right: 30px
}

.w-section-3 .w-shape-1 {
  width: 456px;
  background-image: none;
  left: 0;
  right: auto;
  margin-bottom: 0
}

.w-section-3 .w-image-1 {
  width: 639px;
  height: 402px;
  margin: 0 0 0 auto
}

.w-section-3 .w-layout-cell-2 {
  min-height: 552px
}

.w-section-3 .w-container-layout-2 {
  padding: 20px 30px
}

.w-section-3 .w-line-1 {
  width: 69px;
  height: 3px;
  transform-origin: left center;
  margin: 0 auto 0 0
}

.w-section-3 .w-text-1 {
  font-family: Roboto, sans-serif;
  font-size: 2.25rem;
  margin: 20px 0 0
}

.w-section-3 .w-text-2 {
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 20px 0 0
}

.w-section-3 .w-text-3 {
  margin: 23px 0 0
}

.w-section-3 .w-btn-1 {
  background-image: none;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  font-family: Roboto, sans-serif;
  margin: 20px 0 0
}

@media (max-width: 1199px) {
  .w-section-3 .w-sheet-1 {
    min-height: 516px
  }

  .w-section-3 .w-layout-wrap-1 {
    margin-top: 60px;
    margin-bottom: 60px;
    margin-right: initial;
    margin-left: initial
  }

  .w-section-3 .w-layout-cell-1 {
    min-height: 489px
  }

  .w-section-3 .w-shape-1 {
    margin-bottom: initial
  }

  .w-section-3 .w-image-1 {
    width: 513px;
    height: 359px
  }

  .w-section-3 .w-layout-cell-2 {
    min-height: 489px
  }

  .w-section-3 .w-text-2 {
    margin-left: 0;
    margin-right: 0
  }
}

@media (max-width: 991px) {
  .w-section-3 .w-sheet-1 {
    min-height: 470px
  }

  .w-section-3 .w-layout-cell-1 {
    min-height: 100px
  }

  .w-section-3 .w-container-layout-1 {
    padding-right: 0
  }

  .w-section-3 .w-shape-1 {
    width: 312px;
    margin-bottom: initial
  }

  .w-section-3 .w-image-1 {
    height: 299px;
    width: 348px
  }

  .w-section-3 .w-layout-cell-2 {
    min-height: 100px
  }
}

@media (max-width: 767px) {
  .w-section-3 .w-sheet-1 {
    min-height: 699px
  }

  .w-section-3 .w-container-layout-1 {
    padding-right: 0
  }

  .w-section-3 .w-image-1 {
    width: 480px
  }

  .w-section-3 .w-container-layout-2 {
    padding-left: 50px;
    padding-right: 50px
  }
  .w-container-layout-2 .w-text.w-text-1 {
    font-size: 2rem;
  }
}

@media (max-width: 575px) {
  .w-section-3 .w-sheet-1 {
    min-height: 681px
  }

  .w-section-3 .w-shape-1 {
    width: 280px;
    margin-bottom: initial
  }

  .w-section-3 .w-image-1 {
    height: 231px;
    width: 290px
  }

  .w-section-3 .w-container-layout-2 {
    padding-left: 30px;
    padding-right: 30px
  }
}
.w-section-4 .w-sheet-1 {
  min-height: 227px
}

.w-section-4 .w-layout-wrap-1 {
  margin: 21px auto 20px 0
}

.w-section-4 .w-layout-cell-1 {
  min-height: 195px
}

.w-section-4 .w-container-layout-1 {
  padding: 30px
}

.w-section-4 .w-text-1 {
  margin-top: 0;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 0;
  letter-spacing: 2px
}

.w-section-4 .w-text-2 {
  margin: 20px 0 0
}

.w-section-4 .w-layout-cell-2 {
  min-height: 195px
}

.w-section-4 .w-container-layout-2 {
  padding: 30px 20px 30px 30px
}

.w-section-4 .w-icon-1,
.w-section-4 .w-icon-2,
.w-section-4 .w-icon-3 {
  height: 64px;
  width: 64px;
  margin: 0 auto 0 0
}

.w-section-4 .w-text-3 {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1.125rem;
  margin: 20px 0 0
}

.w-section-4 .w-layout-cell-3 {
  min-height: 195px
}

.w-section-4 .w-container-layout-3 {
  padding: 30px 20px
}


.w-section-4 .w-text-4 {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1.125rem;
  margin: 20px 0 0
}

.w-section-4 .w-layout-cell-4 {
  min-height: 195px
}

.w-section-4 .w-container-layout-4 {
  padding: 30px 20px
}


.w-section-4 .w-text-5 {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1.125rem;
  margin: 20px 0 0
}

@media (max-width: 1199px) {
  .w-section-4 .w-sheet-1 {
    min-height: 193px
  }

  .w-section-4 .w-layout-wrap-1 {
    margin-right: initial;
    margin-left: initial
  }

  .w-section-4 .w-layout-cell-1 {
    min-height: 161px
  }

  .w-section-4 .w-layout-cell-2 {
    min-height: 161px
  }

  .w-section-4 .w-layout-cell-3 {
    min-height: 161px
  }

  .w-section-4 .w-layout-cell-4 {
    min-height: 161px
  }
}

@media (max-width: 991px) {
  .w-section-4 .w-sheet-1 {
    min-height: 232px
  }

  .w-section-4 .w-layout-cell-1 {
    min-height: 100px
  }

  .w-section-4 .w-layout-cell-2 {
    min-height: 100px
  }

  .w-section-4 .w-layout-cell-3 {
    min-height: 100px
  }

  .w-section-4 .w-layout-cell-4 {
    min-height: 100px
  }
}

@media (max-width: 767px) {
  .w-section-4 .w-sheet-1 {
    min-height: 332px
  }

  .w-section-4 .w-container-layout-1 {
    padding-left: 10px;
    padding-right: 10px
  }

  .w-section-4 .w-container-layout-2 {
    padding-right: 10px;
    padding-left: 10px
  }

  .w-section-4 .w-container-layout-3 {
    padding-left: 10px;
    padding-right: 10px
  }

  .w-section-4 .w-container-layout-4 {
    padding-left: 10px;
    padding-right: 10px
  }
  .w-section-6 .w-container-layout-2 {
    text-align: center;
  }
  .w-section-6 .w-text-1 {
    margin-left: 56px
  }
}
.w-section-5 {
  background-image: none
}

.w-section-5 .w-sheet-1 {
  min-height: 929px
}

.w-section-5 .w-layout-wrap-1 {
  margin: 60px auto 60px 0
}

.w-section-5 .w-layout-cell-1 {
  min-height: 480px
}

.w-section-5 .w-container-layout-1 {
  padding: 0
}

.w-section-5 .w-shape-1 {
  width: 375px;
  height: 360px;
  background-image: none;
  margin: 59px 0 0 auto
}

.w-section-5 .w-image-1 {
  width: 351px;
  height: 351px;
  margin: -411px auto 0 0
}

.w-section-5 .w-layout-cell-2 {
  min-height: 385px
}

.w-section-5 .w-container-layout-2 {
  padding: 30px
}

.w-section-5 .w-text-1 {
  margin-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  letter-spacing: 2px
}

.w-section-5 .w-text-2 {
  margin-top: 20px;
  margin-bottom: 0
}

.w-section-5 .w-btn-1 {
  margin-left: 0;
  background-image: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.875rem
}

.w-section-5 .w-layout-cell-3 {
  min-height: 326px
}

.w-section-5 .w-container-layout-3 {
  padding: 30px
}

.w-section-5 .w-text-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 2px
}
.w-text.w-text-palette-2-base.w-text-4 {
  color: #9c5428 !important;
  margin-left: 0;
width: 100%;
  margin-top: 0;
  font-size: 2.25rem;
  line-height: 40px;
  text-transform: none
}

.w-section-5 .w-text-5 {
  margin-left: 0
}

.w-section-5 .w-image-2 {
  min-height: 539px;
  background-position: 50% 50%
}

.w-section-5 .w-container-layout-4 {
  padding: 30px
}

@media (max-width: 1199px) {
  .w-section-5 .w-sheet-1 {
    min-height: 614px
  }

  .w-section-5 .w-layout-wrap-1 {
    margin-right: initial;
    margin-left: initial
  }

  .w-section-5 .w-layout-cell-1 {
    min-height: 396px
  }

  .w-section-5 .w-shape-1 {
    height: 273px;
    width: 275px
  }

  .w-section-5 .w-image-1 {
    width: 291px;
    height: 267px;
    margin-top: -324px
  }

  .w-section-5 .w-layout-cell-2 {
    min-height: 317px
  }

  .w-section-5 .w-layout-cell-3 {
    min-height: 269px
  }

  .w-section-5 .w-image-2 {
    min-height: 444px
  }
}

@media (max-width: 991px) {
  .w-section-5 .w-sheet-1 {
    min-height: 1242px
  }

  .w-section-5 .w-layout-cell-1 {
    min-height: 100px
  }

  .w-section-5 .w-container-layout-1 {
    padding: 0
  }

  .w-section-5 .w-shape-1 {
    height: 405px;
    width: 587px
  }

  .w-section-5 .w-image-1 {
    width: 638px;
    height: 383px;
    margin-top: -456px
  }

  .w-section-5 .w-layout-cell-2 {
    min-height: 100px
  }

  .w-section-5 .w-layout-cell-3 {
    min-height: 100px
  }

  .w-section-5 .w-image-2 {
    min-height: 583px
  }
}

@media (max-width: 767px) {
  .w-section-5 .w-sheet-1 {
    min-height: 1127px
  }

  .w-section-5 .w-shape-1 {
    height: 291px;
    width: 480px
  }

  .w-section-5 .w-image-1 {
    width: 466px;
    height: 286px;
    margin-top: -350px
  }

  .w-section-5 .w-container-layout-2 {
    padding-left: 10px;
    padding-right: 10px
  }

  .w-section-5 .w-container-layout-3 {
    padding-left: 10px;
    padding-right: 10px
  }

  /* .w-section-5 .w-text-3 {
    font-size: 3rem
  } */

  .w-section-5 .w-text-4 {
    font-size: 4.5rem
  }

  .w-section-5 .w-image-2 {
    min-height: 437px
  }

  .w-section-5 .w-container-layout-4 {
    padding-left: 10px;
    padding-right: 10px
  }
}

@media (max-width: 575px) {
  .w-section-5 .w-sheet-1 {
    min-height: 1148px
  }

  .w-section-5 .w-shape-1 {
    height: 216px;
    width: 299px
  }

  .w-section-5 .w-image-1 {
    width: 281px;
    height: 217px;
    margin-top: -275px
  }

  .w-section-5 .w-image-2 {
    min-height: 322px
  }
}
.w-section-6 {
  background-image: none
}

.w-section-6 .w-sheet-1 {
  min-height: 381px
}

.w-section-6 .w-layout-wrap-1 {
  margin: 29px auto 29px 0
}

.w-section-6 .w-image-1 {
  min-height: 323px;
  background-position: 50% 50%
}

.w-section-6 .w-container-layout-1 {
  padding: 20px
}

.w-section-6 .w-layout-cell-2 {
  min-height: 323px
}

.w-section-6 .w-container-layout-2 {
  padding: 20px
}

.w-section-6 .w-text-1 {
  font-weight: 700;
  font-size: 2rem;
  margin: 0 0 0 20px
}

.w-section-6 .w-btn-1 {
  margin-left: auto;
  margin-right: 0;
  background-image: none;
  text-transform: uppercase;
  font-size: 0.875rem;
  letter-spacing: 2px
}
.w-container-layout.w-container-layout-3 {
  margin-left: 40px;
}
@media (max-width: 1199px) {
  .w-section-6 .w-sheet-1 {
    min-height: 310px
  }

  .w-section-6 .w-layout-wrap-1 {
    margin-right: initial;
    margin-left: initial
  }

  .w-section-6 .w-image-1 {
    min-height: 266px;
    z-index: 0
  }

  .w-section-6 .w-layout-cell-2 {
    min-height: 100px;
    z-index: 2
  }

  .w-section-6 .w-text-1 {
    font-size: 1.875rem;
    margin-left: 16px
  }
}

@media (max-width: 991px) {
  .w-container-layout.w-container-layout-3 {
    margin-left: 0;
  }
  .w-section-6 .w-sheet-1 {
    min-height: 232px
  }

  .w-section-6 .w-image-1 {
    min-height: 204px
  }

  .w-section-6 .w-container-layout-2 {
    padding-left: 10px;
    padding-right: 10px
  }

  .w-section-6 .w-text-1 {
    margin-left: 0
  }
}

@media (max-width: 767px) {
  .w-section-6 .w-sheet-1 {
    min-height: 364px
  }

  .w-section-6 .w-image-1 {
    min-height: 230px
  }

  .w-section-6 .w-container-layout-1 {
    padding-left: 10px;
    padding-right: 10px
  }

  .w-section-6 .w-text-1 {
    width: auto;
    margin-left: 0;
  }
  .w-section-6 .w-btn-1 {
    margin: 30px auto;
  }
  .w-section-5 .w-layout-cell-3 {
    order: 2;
  }
}

@media (max-width: 575px) {
  .w-section-6 .w-sheet-1 {
    min-height: 258px
  }

  .w-section-6 .w-image-1 {
    min-height: 191px
  }

}
.w-section-7 .w-sheet-1 {
  min-height: 431px
}

.w-section-7 .w-text-1 {
  width: 787px;
  margin: 43px auto 0
}

.w-section-7 .w-layout-wrap-1 {
  width: 1140px;
  margin: 50px 0 43px
}

.w-section-7 .w-layout-cell-1 {
  background-image: none;
  min-height: 287px
}

.w-section-7 .w-container-layout-1 {
  padding: 10px
}

.w-section-7 .w-image-1 {
  height: 176px;
  margin: 0 auto 0 0
}

.w-section-7 .w-layout-cell-2 {
  background-image: none;
  min-height: 287px
}

.w-section-7 .w-container-layout-2 {
  padding: 10px
}

.w-section-7 .w-image-2 {
  height: 176px;
  margin: 0 auto 0 0
}

.w-section-7 .w-layout-cell-3 {
  background-image: none;
  min-height: 287px
}

.w-section-7 .w-container-layout-3 {
  padding: 10px
}

.w-section-7 .w-image-3 {
  height: 176px;
  margin: 0 auto 0 0
}

.w-section-7 .w-layout-cell-4 {
  background-image: none;
  min-height: 287px
}

.w-section-7 .w-container-layout-4 {
  padding: 10px
}

.w-section-7 .w-image-4 {
  height: 176px;
  margin: 0 auto 0 0
}

.w-section-7 .w-layout-cell-5 {
  min-height: 287px;
  background-image: none
}

.w-section-7 .w-container-layout-5 {
  padding: 10px
}

.w-section-7 .w-image-5 {
  height: 176px;
  margin: 0 auto 0 0
}

@media (max-width: 1199px) {
  .w-section-7 .w-sheet-1 {
    min-height: 381px
  }

  .w-section-7 .w-layout-wrap-1 {
    width: 940px
  }

  .w-section-7 .w-layout-cell-1 {
    min-height: 237px
  }

  .w-section-7 .w-image-1 {
    height: 142px;
    margin-right: initial;
    margin-left: initial
  }

  .w-section-7 .w-layout-cell-2 {
    min-height: 237px
  }

  .w-section-7 .w-image-2 {
    height: 142px;
    margin-right: initial;
    margin-left: initial
  }

  .w-section-7 .w-layout-cell-3 {
    min-height: 237px
  }

  .w-section-7 .w-image-3 {
    height: 142px;
    margin-right: initial;
    margin-left: initial
  }

  .w-section-7 .w-layout-cell-4 {
    min-height: 237px
  }

  .w-section-7 .w-image-4 {
    height: 142px;
    margin-right: initial;
    margin-left: initial
  }

  .w-section-7 .w-layout-cell-5 {
    min-height: 237px
  }

  .w-section-7 .w-image-5 {
    height: 142px;
    margin-right: initial;
    margin-left: initial
  }
}

@media (max-width: 991px) {
  .w-section-7 .w-sheet-1 {
    min-height: 444px
  }

  .w-section-7 .w-text-1 {
    width: 720px
  }

  .w-section-7 .w-layout-wrap-1 {
    width: 360px;
    margin-left: auto;
    margin-right: auto
  }

  .w-section-7 .w-layout-cell-1 {
    min-height: 374px
  }

  .w-section-7 .w-image-1 {
    height: 260px;
    width: 340px;
    margin-left: 0;
    margin-right: 0
  }

  .w-section-7 .w-layout-cell-2 {
    min-height: 374px
  }

  .w-section-7 .w-image-2 {
    height: 260px;
    width: 340px;
    margin-left: 0;
    margin-right: 0
  }

  .w-section-7 .w-layout-cell-3 {
    min-height: 374px
  }

  .w-section-7 .w-image-3 {
    height: 260px;
    width: 340px;
    margin-left: 0;
    margin-right: 0
  }

  .w-section-7 .w-layout-cell-4 {
    min-height: 374px
  }

  .w-section-7 .w-image-4 {
    height: 260px;
    width: 340px;
    margin-left: 0;
    margin-right: 0
  }

  .w-section-7 .w-layout-cell-5 {
    min-height: 374px
  }

  .w-section-7 .w-image-5 {
    height: 260px;
    width: 340px;
    margin-left: 0;
    margin-right: 0
  }
}

@media (max-width: 767px) {
  .w-section-7 .w-text-1 {
    width: 540px
  }

  .w-section-7 .w-layout-cell-1 {
    min-height: 100px
  }

  .w-section-7 .w-layout-cell-2 {
    min-height: 100px
  }

  .w-section-7 .w-layout-cell-3 {
    min-height: 100px
  }

  .w-section-7 .w-layout-cell-4 {
    min-height: 100px
  }

  .w-section-7 .w-layout-cell-5 {
    min-height: 100px
  }
}

@media (max-width: 575px) {
  .w-section-7 .w-text-1 {
    width: 340px
  }

  .w-section-7 .w-layout-wrap-1 {
    width: 340px
  }

  .w-section-7 .w-image-1 {
    height: 245px;
    width: 320px
  }

  .w-section-7 .w-image-2 {
    height: 245px;
    width: 320px
  }

  .w-section-7 .w-image-3 {
    height: 245px;
    width: 320px
  }

  .w-section-7 .w-image-4 {
    height: 245px;
    width: 320px
  }

  .w-section-7 .w-image-5 {
    height: 245px;
    width: 320px
  }
}
.w-section-8 {
  background-image: none
}

.w-section-8 .w-sheet-1 {
  min-height: 602px
}

.w-section-8 .w-layout-wrap-1 {
  margin: 70px auto 70px 0
}

.w-section-8 .w-layout-cell-1 {
  min-height: 497px
}

.w-section-8 .w-container-layout-1 {
  padding: 30px
}

.w-section-8 .w-image-1 {
  object-position: 0% 57.01%;
  background-position: 0% 57.01%;
  height: 407px;
  margin: 0 auto 0 0
}

.w-section-8 .w-layout-cell-2 {
  background-image: none;
  min-height: 497px
}

.w-section-8 .w-container-layout-2 {
  padding: 30px 30px 30px 20px
}

.w-section-8 .w-text-1 {
  text-transform: none;
  margin: 0
}

.w-section-8 .w-text-2 {
  font-style: normal;
  margin: 30px 0 0
}

@media (max-width: 1199px) {
  .w-section-8 .w-sheet-1 {
    min-height: 13px
  }

  .w-section-8 .w-layout-wrap-1 {
    margin-right: initial;
    margin-left: initial
  }

  .w-section-8 .w-layout-cell-1 {
    min-height: 410px
  }

  .w-section-8 .w-image-1 {
    height: 336px;
    margin-right: initial;
    margin-left: initial
  }

  .w-section-8 .w-layout-cell-2 {
    min-height: 410px
  }
}

@media (max-width: 991px) {
  .w-section-8 .w-layout-cell-1 {
    min-height: 623px
  }

  .w-section-8 .w-container-layout-1 {
    padding-left: 10px;
    padding-right: 10px
  }

  .w-section-8 .w-image-1 {
    height: 533px;
    margin-right: initial;
    margin-left: initial
  }

  .w-section-8 .w-layout-cell-2 {
    min-height: 100px
  }
}

@media (max-width: 767px) {
  .w-section-8 .w-sheet-1 {
    min-height: 113px
  }

  .w-section-8 .w-layout-cell-1 {
    min-height: 100px
  }

  .w-section-8 .w-image-1 {
    height: 386px;
    margin-right: initial;
    margin-left: initial
  }

  .w-section-8 .w-container-layout-2 {
    padding-right: 10px;
    padding-left: 10px
  }
}

@media (max-width: 575px) {
  .w-section-8 .w-image-1 {
    height: 243px;
    margin-right: initial;
    margin-left: initial
  }
}
#carousel_5983 {
  font-family: Arial, sans-serif;
  background: #f1f3f4;
  margin: 0;
  padding: 40px;
}

.reviews-wrapper {
  max-width: 1200px;
  margin: auto;
  position: relative;
}

.reviews-container {
  overflow: hidden;
}

.reviews-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.review-card {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  margin: 10px;
  min-width: calc(25% - 20px);
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
  box-sizing: border-box;
}

.review-header {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.avatar {
  width: 40px;
  height: 40px;
  background: #4285f4;
  color: white;
  font-weight: bold;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

.review-name {
  font-weight: bold;
}

.stars {
  color: #fbbc04;
  margin: 5px 0;
}

.review-text {
  font-size: 14px;
  color: #444;
}

/* Arrows */
.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: white;
  border: none;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  cursor: pointer;
  font-size: 18px;
  z-index: 1;
}

.arrow:hover {
  background: #f1f3f4;
}

.arrow-left {
  left: -20px;
}

.arrow-right {
  right: -20px;
}

/* Responsive */
@media (max-width: 992px) {
  .review-card {
    min-width: calc(50% - 20px);
  }
}

@media (max-width: 600px) {
  .review-card {
    min-width: calc(100% - 20px);
  }
}
.w-section-10 {
  background-image: none
}

.w-section-10 .w-sheet-1 {
  min-height: 570px
}

.w-section-10 .w-layout-wrap-1 {
  margin: 70px auto 70px 0
}

.w-section-10 .w-layout-cell-1 {
  background-image: none;
  min-height: 239px
}

.w-section-10 .w-container-layout-1 {
  padding: 30px 30px 30px 20px
}

.w-section-10 .w-text-1 {
  text-transform: uppercase;
  font-size: 1.25rem;
  margin: 0
}

.w-section-10 .w-text-2 {
  position: relative;
  font-size: 1.5rem;
  margin: 40px 0 0
}

.w-section-10 .w-layout-cell-2 {
  background-image: none;
  min-height: 237px
}

.w-section-10 .w-container-layout-2 {
  padding: 30px
}

.w-section-10 .w-text-3 {
  text-transform: uppercase;
  font-size: 1.25rem;
  margin: 0
}

.w-section-10 .w-social-icons-1 {
  white-space: nowrap;
  height: 32px;
  min-height: 16px;
  width: 188px;
  min-width: 124px;
  margin: 23px auto 0 0
}

.w-section-10 .w-icon-1 {
  height: 100%
}

.w-section-10 .w-icon-2 {
  height: 100%
}

.w-section-10 .w-icon-3 {
  height: 100%
}

.w-section-10 .w-icon-4 {
  height: 100%
}

.w-section-10 .w-text-4 {
  font-size: 1.25rem;
  margin: 32px 0 0
}

.w-section-10 .w-layout-cell-3 {
  background-image: none;
  min-height: 476px
}

.w-section-10 .w-container-layout-3 {
  padding: 30px
}

.w-section-10 .w-text-5 {
  text-transform: uppercase;
  font-size: 2.25rem;
  margin: 0
}

.w-section-10 .w-form-1 {
  height: 334px;
  margin: 32px -60px 0 0
}

.w-section-10 .w-btn-1 {
  background-image: none;
  text-transform: uppercase;
  font-size: 0.875rem;
  letter-spacing: 2px
}
.reviews-wrapper .w-text.w-text-palette-2-base.w-text-4 {
  color: #000 !important;
  text-align: center;
}
@media (max-width: 1199px) {
  .w-section-10 .w-sheet-1 {
    min-height: 194px
  }

  .w-section-10 .w-layout-wrap-1 {
    margin-right: initial;
    margin-left: initial
  }

  .w-section-10 .w-layout-cell-1 {
    min-height: 100px
  }

  .w-section-10 .w-layout-cell-2 {
    min-height: 100px
  }

  .w-section-10 .w-layout-cell-3 {
    min-height: 100px
  }

  .w-section-10 .w-form-1 {
    margin-right: initial;
    margin-left: initial
  }
}

@media (max-width: 991px) {
  .w-section-10 .w-sheet-1 {
    min-height: 148px
  }
}

@media (max-width: 767px) {
  .w-section-10 .w-container-layout-1 {
    padding-right: 10px;
    padding-left: 10px
  }

  .w-section-10 .w-container-layout-2 {
    padding-left: 10px;
    padding-right: 10px
  }

  .w-section-10 .w-container-layout-3 {
    padding-left: 10px;
    padding-right: 10px
  }
}

@media (max-width: 575px) {
  .w-section-10 .w-sheet-1 {
    min-height: 15px
  }
}
