h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    padding: 0;
  }
  .service__slider{
    position: relative;
  }
  .slick-arrow{
        -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
    position: absolute;
      top: 30%;
      left: 0%;
      background: transparent;
      border: none;
      color: transparent;
      width: 50px;
      height: 50px;
  z-index:20;
  }
  .slick-arrow:before{
    content:"<";
    position:absolute;
    top:0;
    left: 0%;
    width:50px;
    text-align:center;
  font-size: 42px;
  line-height:50px;
  z-index:-1;
      color: #DEF9BB;
      border: 2px solid #DEF9BB;
      border-radius: 25px;
      background-color: #fff
  }
  
  .slick-arrow.slick-next{
    left:calc(100% + 10px);
  }
  .slick-arrow.slick-next:before{
    content:">";
  }
  section {
    padding: 50px 0;
  }
  
  h1 {
    font-weight: 600;
    font-size: 64px;
    line-height: 78px;
  }
  
  h2 {
    font-size: 48px;
    font-weight: 600;
    text-transform: uppercase;
  }
  
  .accent {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
  }
  
  .accent__btn {
    display: flex; /* для центрирования содержимого */
    align-items: center; /* выравнивание по вертикали */
    justify-content: center; /* по горизонтали */
    width: 100%; /* растягиваем на всю ширину */
    
    background: radial-gradient(141.2% 158.56% at 67% -42.5%, #DEF9BB 0%, rgba(245, 219, 254, 0) 100%),
                radial-gradient(50.83% 457.5% at 27.25% 164%, rgba(168, 142, 239, 0) 0%, #DEF9BB 100%),
                linear-gradient(180deg, #DEF9BB 0%, #B0E9FD 100%);
    border-top: 1px solid #DEF9BB;
    box-shadow: 0px 16px 50px -16px #217EDD;
    border-radius: 100px;
    padding: 22px 35px;
    
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #2977F5;
    border: none;
    text-align: center;
    text-decoration: none;
}

  .accent__btn:hover {
    background: linear-gradient(300.24deg, rgb(64 155 222) 5.94%, #4085f4 86.77%) !important;
    color: #FFF;
  }
  
  .banner {
    padding: 0;
  }
  .banner__item {
    position: relative;
  }
  .banner__item img {
    width: 100%;
    height: 600px;
    object-fit: cover;
  }
  .banner__inner {
    padding: 100px 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .banner__inner .container {
    display: flex;
    flex-direction: column;
    gap: 50px;
    height: 100%;
    align-items: start;
  }
  .banner__inner h1 {
    color: #043e79;
  }
  
  .service {
    background-image: url("/images/bg.jpg");
    background-size: cover;
  }
  .service .service__inner {
    grid-template-rows: repeat(3, 250px);
  }
  .service__inner {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-flow: row;
    gap: 20px;
    width: 100%;
  }
  .service .r2 {
    grid-column: span 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 50px;
    padding: 20px;
    align-items: center;
    text-align: center;
    background: linear-gradient(300.24deg, rgb(64 155 222) 5.94%, #4085f4 86.77%) !important;
    color: #fff;
  }
  .service__item {
    /* background: rgba(255, 255, 255, 0.55); */
    -webkit-backdrop-filter: blur(10.5px);
    backdrop-filter: blur(10.5px);
    padding: 20px;
    background-blend-mode: lighten;
    background-size: cover;
    border-radius: 20px;
    text-align: end;
    display: flex;
    align-items: end;
    justify-content: end;
    color: white;
  }
  .service__item:hover {
    background: linear-gradient(300.24deg, rgb(64 155 222) 5.94%, #4085f4 86.77%) !important;
  }
  
  .works {
    padding-top: 50px;
  }
  .works__item {
    padding: 0 5px;
    position: relative;
  }
  .works__item img {
    border-radius: 20px;
  }
  .works__item::after {
    position: absolute;
    border-radius: 20px;
    content: "";
    height: calc(100% - 10px);
    width: calc(100% - 20px);
    top: 5px;
    left: 10px;
    border: 2px solid #fff;
  }
  .works__item:hover::before {
    border-radius: 20px;
    position: absolute;
    content: "";
    height: 100%;
    width: calc(100% - 10px);
    top: 0;
    left: 5px;
    background-color: rgba(255, 255, 255, 0.504);
  }
  
  .top {
    background-image: url(/images/bd_mes.png);
    color: #fff;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
  }
  .top::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(0, 0, 0, 0.381);
  }
  .top__inner {
    display: flex;
    gap: 50px;
    position: relative;
    align-items: center;
  }
  .top__inner a {
    min-width: 295px;
    text-align: center;
  }
  
  .services__inner.ab {
    position: absolute;
    top: 0;
    right: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
    height: 60%;
  }
  .services__inner.ab::before {
    content: "";
  }
  .services__inner.ab .w3 {
    padding: 20px 50px;
    background-color: #fff;
    margin: auto 0;
    min-height: 80%;
    border-radius: 20px;
  }
  .services__list {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
    font-size: 16px;
  }
  .services__list > li::before {
    content: "o";
    color: #8bc34ae8;
    margin-right: 10px;
  }
  
  .service img {
    max-width: 80%;
    border-radius: 20px;
  }
  .service__inner .w3 {
    grid-column: span 3;
  }
  .service__inner .w3 h2 {
    color: #043e79;
    margin-bottom: 40px;
  }
  
  img {
    max-width: 100%;
  }
  
  .content_inner img {
    max-width: none;
    height: 800px;
  }
  .content_inner .service {
    background: none;
  }
  .content_inner .service__inner {
    /*height: 800px;*/
    position: relative;
  }
  .content_inner .service__inner::before {
    content: "";
  }
  .content_inner .services__inner.ab .w3 {
    padding-left: 0;
    padding-right: 40px;
  }
  .content_inner .services__inner.ab::before {
    display: none;
  }
  .content_inner .services__inner.ab::after {
    content: "";
  }
  .content_inner .accent__btn {
    text-align: center;
    margin: 20px 30px;
  }
  
  .servise__sub {
    border-radius: 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
    color: #2977F5;
    background-color: #dfffab;
    padding: 30px;
  }
  .servise__sub::before {
    content: "";
  }
  .servise__sub::after {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 20px;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border: 2px solid #fff;
  }
  .servise__sub span {
    font-size: 24px;
    font-weight: 600;
  }
  .servise__sub .price {
    text-align: end;
  }/*# sourceMappingURL=clining.css.map */
@media screen and (max-width: 720px) {
  .slick-arrow.slick-next {
    left: calc(100% - 10px);
    top: 100px;
}
      .custom-arrow .slick-prev {
        left: calc(50% - 150px);
        top: 100px;
    }
}
}

.benefits-list {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr); 
  gap: 15px 30px; 
  font-size: 16px;
  color: #333;
  max-width: 900px;
}

.benefits-list li {
  position: relative;
  padding-left: 28px;
  line-height: 1.5;
}

.benefits-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #2a8dd4;
  font-size: 18px;
  line-height: 1.5;
}

ul.benefits-list {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 20px 30px !important; 
}


@media (max-width: 767px) {
  .benefits-list {
    grid-template-columns: 1fr; 
  }
}

.fullwidth-block img {
  height: 200px;
  max-width: none;
}

.reviews {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.reviews__item {
  flex: 1 1 200px;
}

.reviews__item img {
  width: 100%;
  height: auto;
  border-left: 2px solid #ccc;
  border-right: 2px solid #ccc;
  border-radius: 5px;
  padding: 4px;
  box-sizing: border-box;
}

@media (max-width: 600px) {
  .reviews {
    flex-direction: column;
    gap: 15px;
  }

  .container {
    margin-left: 0 !important;
  }
}

.responsive-table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #ccc9c9;
}

.responsive-table th {
  text-align: center;
}

.responsive-table th,
.responsive-table td {
  padding: 10px;
  color: #000;
  font-size: 1.8rem;
}

.responsive-table td {
  color: #333;
  font-size: 1.6rem;
}

.responsive-table tr {
  border-bottom: 1px solid #5edf90;
}

.responsive-table tr:nth-child(2n):hover td,
.responsive-table tr:hover td {
  background-color: #d6f4ce;
}

/* 📱 Мобильная адаптация только для .responsive-table */
@media (max-width: 768px) {
  .responsive-table {
    border: none;
  }

  .responsive-table thead {
    display: none;
  }

  .responsive-table tr {
    display: block;
    margin-bottom: 20px;
    border: 1px solid #5edf90;
    border-radius: 8px;
    background: #f9f9f9;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    padding: 12px 15px;
  }

  .responsive-table td {
    display: block;
    border: none;
    padding: 8px 0;
    font-size: 1.5rem;
    border-bottom: 1px solid #d8f4d6;
  }

  .responsive-table td:last-child {
    border-bottom: none;
  }

  .responsive-table td::before {
    content: attr(data-label);
    font-weight: bold;
    color: #333;
    display: block;
    margin-bottom: 4px;
    font-size: 1.4rem;
  }

  .responsive-table tr:hover td {
    background-color: transparent;
  }
}

