/**
 * INDEXIS
 * 0. Besed
 * 1. Цифры о компании
 * 2. Обращение руководителя
 * 3. Наши клиенты
 * 4. Благодарственные письма
 * 5. СМИ о нас 
 * 6. О компании
 * 7. Почему стоит обратиться
 * 8. Фото с мероприятий
 * 9. Миссия компании
 * 10. Наши сертификаты
 * 11. Новости
 * 12. Команда
 * 13. Рейтинг
 * 14. Rating styles
 * 15. Стоимость клининговых услуг
 * 16. Стоимость уборки квартир
 * 17. Гарантии - шапка
 * 18. Гарантии - Что мы гарантируем
 * 19. Гарантии - Как работает гарантия
 * 20. Гарантии - Условия
 * 21. Каллаж
 * 22. Служба контроля качества услуг Клинон
 * 23. Журнал
 * 24. Видео блог
 * 25. Текстовый блок
 * 26. Тестовый блок (старый дизайн)
 * 27. Дополнительно
 * 28. Интерактивный блок
 * 29. Калькулятор
 * 30. Скачать PDF
 * 31. Перейти в ТГ
 * 32. Добавить услугу химчистки
 * 33. Спасибо за заявку
 * 34. Сыграй и получи скидку
 * 35. Сертификаты баннер
 * 36. Сертификаты листинг
 * 37. Сертификаты преимущества
 * 38. Страница с ценами и тамбами / bigtabs
 * 39. Страница с ценами и тамбами компактный / mintabs
 * 40. Cleanon-Dez
 */

/**
 * 0. Besed
 */

.block-05-25 {
    margin: 0 auto;
    max-width: 1170px;
    position: relative;
}
.block-05-25 h1 {
  margin: 0 0 50px 0;
  color: #000227;
  font-size: 32px;
  line-height: 123.1%;
  font-family: Eastman, Verdana, sans-serif;
  letter-spacing: 0%;
  text-align: center;
}
.block-05-25 h2 {
  margin: 0 0 50px 0;
  color: #000227;
  font-size: 32px;
  line-height: 123.1%;
  font-family: Eastman, Verdana, sans-serif;
  letter-spacing: 0%;
  text-align: center;
}
.block-05-25 h2 {
    font-size: 32px;
    line-height: 123.1%;
    font-weight: 400 !important;
    font-family: Eastman, Verdana, sans-serif;
}

/**
 * 1. Цифры о компании
 */
.block-05-25.company {
    margin: 40px auto 80px;
}
.block-05-25.company .items {
  font-family: Eastman, Verdana, sans-serif;
    width: 100%;
    height: 250px;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0px 16px 73px 0px #CFD6DF8C;
    display: flex;
    padding: 50px;
}
.block-05-25.company .items .item {
    width: 25%;
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 0%;
}
.block-05-25.company .items .item span {
    font-weight: 700;
}
.block-05-25.company .items .item img {
    max-width: 100%;
    margin: 0 0 15px;
}

@media all and (max-width : 800px) {
  .block-05-25 h2 {
    font-size: 24px;
  }
  .block-05-25.company {
    margin: 0 15px;
  }
  .block-05-25.company .items {
    padding: 20px;
    flex-direction: column;
    height: auto;
  }
  .block-05-25.company .items .item {
    width: 100%;
    text-align: left;
    margin: 0 0 30px 0;
  }
  .block-05-25.company .items .item img {
    max-width: 48px;
    margin: 0 0 15px;
  }
}

/**
 * 2. Обращение руководителя
 */
.block-05-25.owner .content {
    display: flex;
    align-content: flex-end;
    flex-wrap: nowrap;
    align-items: flex-start;
}
.block-05-25.owner .content .photo {
    margin: 0 30px 0 0;
}
.block-05-25.owner .content .photo img {
    max-width: 370px;
}
.block-05-25.owner .item {
    min-height: 310px;
    border-radius: 20px;
    padding: 30px;
    background: #ffffff;
    font-family: Onest;
    font-weight: 400;
    font-size: 16px;
    line-height: 20.8px;
    letter-spacing: 0%;
}
.block-05-25.owner .item .title {
    color: #00BBFC;
    font-weight: 400;
    font-size: 20px;
}
.block-05-25.owner .item .name {
    margin: 20px 0;
    font-weight: 700;
    font-size: 32px;
}
.block-05-25.owner .item .text {
    position: relative;
    color: #00022799;
    white-space: pre-wrap;
    height: 210px;
    overflow: hidden;
}
.block-05-25.owner .item .text::after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    bottom: 0;
    background: #FFF;
    height: 40px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 1) 100%);
}
.block-05-25.owner .item .text.open::after {
    display: none;
}
.block-05-25.owner .item .callback {
    border: 2px solid #25a3e0;
    border-radius: 20px;
    padding: 12px 40px 12px 20px;
    display: inline-block;
    margin: 20px 0 0;
    font-size: 14px;
    font-weight: 500;
    color: #25a3e0;
    position: relative;
}
.block-05-25.owner .item .callback:hover {
    color: #FFF;
    background: #25a3e0;
}
.block-05-25.owner .item .readmore-cnt {
    cursor: pointer;
    border: 2px solid #bfeafa;
    border-radius: 20px;
    padding: 12px 20px 12px 20px;
    display: inline-block;
    margin: 20px 0 0;
    font-size: 14px;
    font-weight: 500;
    color: #25a3e0;
    position: relative;
    float: right;
}
.block-05-25.owner .item .readmore-cnt:hover {
    border: 2px solid #25a3e0;
    color: #FFF;
    background: #25a3e0;
}
.block-05-25.owner .item:has(.open) .readmore-cnt {
    display: none;
}
.block-05-25.owner .item.item .hide-cnt {
    display: none;
}
.block-05-25.owner .item.item:has(.open) .hide-cnt {
    margin: 10px 0 0 0;
    cursor: pointer;
    display: block;
    color: #25a3e0;
    text-decoration: underline;
    font-size: 14px;
    font-weight: 500;
}
.chevron {
    position: relative;
    display: inline-block;
    height: 10px;
    transform: rotate(180deg);
    margin: 0 0 1px 20px;
}
.chevron::before,
.chevron::after {
  position: absolute;
  display: block;
  content: "";
  border: 8px solid transparent; /*adjust size*/
}

/* Replace all text `top` below with left/right/bottom to rotate the chevron */

.chevron::before {
  top: 0;
  border-top-color: #25a3e0; /*Chevron Color*/
}

.chevron::after {
  top: -3px; /*adjust thickness*/
  border-top-color: #fff; /*Match background colour*/
}
.block-05-25.owner .item.item:has(.open) .hide-cnt:hover {
    text-decoration: none;
}
.block-05-25.owner .item .callback::after {
    content: "";
    background: url(/wp-content/themes/cleanon_theme/img/header/tg.svg) center no-repeat;
    display: block;
    color: rgba(0, 0, 0, 0);
    font-size: 0;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 10px;
    top: 10px;
    border-radius: 50%;
}
.block-05-25.owner .item .callback:hover::after {
    background: url(/wp-content/themes/cleanon_theme/img/header/tg.svg) center no-repeat #FFF;
}
@media all and (max-width : 800px) {
  .block-05-25.owner .content {
    flex-direction: column;
  }
  .block-05-25.owner .content .photo {
    margin: 0 auto;
    max-width: 100%;
  }
  .block-05-25.owner .content .photo img {
    max-width: 100%;
  }
  .block-05-25.owner .item {
    padding: 15px;
    min-height: auto;
    margin: 20px 0;
  }
  .block-05-25.owner .item .title {
    font-size: 14px;
  }
  .block-05-25.owner .item .name {
    margin: 10px 0;
    font-size: 18px;
  }
  .block-05-25.owner .item .text {
    font-size: 14px;
  }
  .block-05-25.owner .item .readmore-cnt {
    float: unset;
    width: 100%;
  }
  .block-05-25.owner .item .callback {
    width: 100%;
  }
}

/**
 * 3. Наши клиенты
 */

.block-05-25.clients .item {
    border-radius: 12px;
    background: #ffffff;
    padding: 20px;
    margin: 0 10px;
    text-align: center;
    height: 110px;
}
.block-05-25.clients .owl-carousel .owl-item img {
    display: inline-block;
    max-width: 100%;
    width: auto;
    max-height: 70px;
}
.block-05-25 .owl-carousel .owl-nav button.owl-next, .block-05-25 .owl-carousel .owl-nav button.owl-prev {
    width: 46px;
    height: 46px;
    display: block;
    background: #00bbfc;
    border-radius: 50%;
    color: #FFF;
    font-size: 30px;
    line-height: 30px;
    padding: 0;
    text-align: center;
    position: absolute;
    left: -50px;
    top: calc(50% - 23px);
    opacity: .9;
}
.block-05-25 .owl-carousel .owl-nav button.owl-next:hover, .block-05-25 .owl-carousel .owl-nav button.owl-prev:hover {
    opacity: 1;
}
.block-05-25 .owl-carousel .owl-nav button.owl-next {
    left: unset;
    right: -50px;
}

/**
 * 4. Благодарственные письма
 */
.block-05-25.review {
    position: relative;
}
.block-05-25.review .content .item {
    background: #FFF;
    border-radius: 15px;
    padding: 15px;
    margin: 5px;
}
.block-05-25.review .content .item .name {
    font-weight: 700;
    font-size: 18px;
    color: #000027;
    margin: 0 0 5px 0;
}
.block-05-25.review .content .item .company {
    font-family: Onest;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0%;
    color: #000027;
    margin: 0 0 5px 0;
}
.block-05-25.review .content .item .text {
    font-family: Onest;
    font-weight: 400;
    font-size: 14px;
    color: #00022799;
}
.block-05-25.review .content .item .icontent {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.block-05-25.review .content.owl-carousel .owl-item img {
    display: block;
    width: 180px;
    cursor: pointer;
}
@media all and (max-width : 800px) {
  .block-05-25.review .content .item .icontent {
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: center;
  }
  .block-05-25.review .content.owl-carousel .owl-item img {
    margin: 0 auto;
  }
}

/**
 * 5. СМИ о нас 
 */
.block-05-25.smi {
    margin: 20px auto 80px;
}
.block-05-25.smi .items {
    display: flex;
/*    flex-wrap: wrap;*/
}
.block-05-25.smi .item {
    border-radius: 12px;
    background: #ffffff;
    padding: 20px;
/*    margin: 10px 1%;*/
    margin: 10px 0;
    text-align: center;
    height: 110px;
/*    width: 23%;*/
}
.block-05-25.smi .item img {
    cursor: pointer;
    display: inline-block;
    max-width: 100%;
    width: auto;
    max-height: 70px;
}
@media all and (max-width : 800px) {
  .block-05-25.smi .items {
    padding: 0 20px;
  }
  .block-05-25.smi .item {
    width: unset;
  }
}

/*
 * 6. О компании
 */

.block-05-25.about {
    color: #000227;
    background: #ffffff;
    background: linear-gradient(181deg, rgba(255, 255, 255, 1) 0%, rgba(250, 250, 251, 1) 50%, rgba(250, 250, 251, 1) 100%);
    padding: 40px;
    border-radius: 20px;
    margin: 40px auto 80px;
}
.block-05-25.about .content {
    margin: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    position: relative;
}
.block-05-25.about .content h2 {
    text-align: left;
    margin: 0 0 20px;
    color: #000227;
    font-weight: 700;
    font-size: 32px;
}
.block-05-25.about .content .desc {
    width: 50%;
    font-weight: 400;
    font-size: 14px;
}
.block-05-25.about .content .desc .text {
    padding: 0 30px 0 0;
}
.block-05-25.about .content .photo {
    width: 50%;
    text-align: right;
}
.block-05-25.about .content .photo img {
    max-width: 100%;
}
.block-05-25.about .content .top {
    position: absolute;
    background: #FFF;
    left: 48%;
    width: 210px;
    border-radius: 10px;
    padding: 15px;
    color: #00022799;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
}
.block-05-25.about .content .top p {
    margin: 0;
}
.block-05-25.about .content .top h2 {
    text-align: center;
    font-weight: 700;
    font-size: 20px;
}
.block-05-25.about .content h3 {
    font-weight: 700;
    font-size: 20px;
}
.block-05-25.about .content .column {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    padding: 10px 0 0 0;
    border-top: 1px solid #d9d9df;
    margin: 0 20px 0 0;
}
.block-05-25.about .content .column .item {
    width: 33.3%;
    font-size: 14px;
    color: #00022799;
}
.block-05-25.about .content .column .item span {
    color: #000227;
    font-weight: 700;
    font-size: 20px;
    display: block;
}
.block-05-25.about .content .top .readmore {
    font-weight: 400;
    font-size: 10px;
    color: #01BCFD;
    border-bottom: 1px dashed #01BCFD;
}
.block-05-25.about .content .top .readmore:hover {
    border-bottom: none;
}
@media all and (max-width : 1070px) {
  .block-05-25.about .content .column .item span {
    font-size: 16px;
  }
  .block-05-25.about .content .column .item {
    font-size: 12px;
  }
}
@media all and (max-width : 800px) {
  .block-05-25.about {
    padding: 15px 2%;
    width: 96%;
    margin: 40px 2% 80px;
  }
  .block-05-25.about .content {
    padding: 0;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
  }
  .block-05-25.about .content .text {
    font-size: 12px;
    color: #00022799;
  }
  .block-05-25.about .content .desc {
    width: 100%;
  }
  .block-05-25.about .content .desc h3 {
    margin-top: 230px;
  }
  .block-05-25.about .content .photo {
    display: none;
  }
  .block-05-25.about .content .column {
    flex-direction: column;
  }
  .block-05-25.about .content .column .item {
    width: 100%;
  }
  .block-05-25.about .content .top {
    position: absolute;
    background: #f5f7fa;
    left: 0;
    width: 90%;
    margin: 5%;
    padding: 15px;
    bottom: 170px;
  }
}

/*
 * 7. Почему стоит обратиться
 */
.block-05-25.who {
    margin: 40px auto 80px;
}
.block-05-25.who h2 {
    text-align: left;
    margin: 0 0 20px 0;
}
.block-05-25.who .info {
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 20px 0;
}
.block-05-25.who .items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.block-05-25.who .items .item {
    width: 100%;
    margin: 0 0 20px 0;
    background: #FFF;
    padding: 25px;
    border-radius: 20px;
    line-height: 1.5em;
}
.block-05-25.who .items .item img {
    max-width: 86px;
    margin: 0 0 10px 0;
}
.block-05-25.who .items .item .title {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 15px 0;
}
.block-05-25.who .items .item .desc {
    font-size: 14px;
    font-weight: 400;
}
.block-05-25.who .items .item:nth-child(2) {
    width: 49%;
    margin: 0 1% 20px 0;
}
.block-05-25.who .items .item:nth-child(3) {
    width: 49%;
    margin: 0 0 20px 1%;
}
@media all and (max-width : 800px) {
  .block-05-25.who h2 {
    margin: 0 2% 20px;
  }
  .block-05-25.who .info {
    margin: 0 2% 20px;
    font-size: 14px;
    line-height: 1.5em;
  }
  .block-05-25.who .items .item, .block-05-25.who .items .item:nth-child(2), .block-05-25.who .items .item:nth-child(3) {
    width: 96%;
    margin: 0 2% 20px;
  }
  .block-05-25.who .items .item img {
    max-width: 48px;
  }
  .block-05-25.who .items .item .title {
    font-size: 14px;
    font-weight: 700;
  }
  .block-05-25.who .items .item .desc {
    font-size: 12px;
  }
}

/*
 * 8. Фото с мероприятий
 */
.block-05-25.photos {
    margin: 40px auto 80px;
}
.block-05-25.photos .items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 2%;
}
.block-05-25.photos .items .item {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    margin: 15px 0;
    text-align: center;
    height: 245px;
}
.block-05-25.photos .items .item img {
    width: 100%;
}
.block-05-25.photos .items .item .title, .block-05-25.photos .items .item a {
    opacity: 0; 
    -moz-transition: all 0.4s ease-out;  /* FF4+ */
    -o-transition: all 0.4s ease-out;  /* Opera 10.5+ */
    -webkit-transition: all 0.4s ease-out;  /* Saf3.2+, Chrome */
    -ms-transition: all 0.4s ease-out;  /* IE10? */
    transition: all 0.4s ease-out; 
    z-index: 20;
}
.block-05-25.photos .items .item:hover a, .block-05-25.photos .items .item:hover .title {
    opacity: 1; 
}
.block-05-25.photos .items .item:hover::after {
    position: absolute;
    top: 0;
    left: 0;
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 10;
    opacity: .4;
}
.block-05-25.photos .items .item .title {
    position: absolute;
    top: 0;
    font-weight: 700;
    color: #FFF;
    margin: 20px;
    font-size: 16px;
}
.block-05-25.photos .items .item a {
    background: #01B3FD;
    color: #FFF;
    padding: 10px 20px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    display: block;
    margin: 0 auto;
    max-width: 180px;
    text-align: center;
    position: absolute;
    bottom: 20px;
    left: 20px;
}
.block-05-25.photos .items .item a:hover {
    opacity: .8;
}
.block-05-25.photos .readmore {
    background: #01B3FD;
    color: #FFF;
    padding: 15px 20px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    margin: 20px auto;
    max-width: 160px;
    text-align: center;
}
.block-05-25.photos .readmore:hover {
    opacity: .8;
}
.block-05-25.photos .col-3 {
    width: 23%;
}
.block-05-25.photos .col-6 {
    width: 48%;
}
@media all and (max-width : 800px) {
  .block-05-25.photos .items {
    gap: 0;
    display: block;
    padding: 0 1%;
  }
  .block-05-25.photos .col-3 {
    width: 100%;
  }
  .block-05-25.photos .col-6 {
    width: 100%;
  }
  .block-05-25.photos .owl-item {
  }
  .block-05-25.photos .items .item.col-6 img {
    width: 200%;
  }
}

/*
 * 9. Миссия компании
 */
.block-05-25.mission {
    background: #FFF;
    border-radius: 20px;
    padding: 40px;
    margin: 40px auto 80px;
}
.block-05-25.mission .content {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    align-items: center;
    gap: 30px;
    margin: 0;
}
.block-05-25.mission .content .desc {
    width: 50%;
    font-size: 14px;
}
.block-05-25.mission .content .desc h2 {
    margin: 0 0 20px 0;
    text-align: left;
}
.block-05-25.mission .content .desc h3 {
    font-size: 20px;
}
.block-05-25.mission .content .desc .text {

}
.block-05-25.mission .content ul li:before {
    content: '➤';
    color: #01b3fd;
    width: 0;
    height: 0;
    top: 0;
}
.block-05-25.mission .content .desc .list {
/*    list-style-type: "";*/
    font-size: 14px;
    list-style: none;
}
.block-05-25.mission .content .desc .list li {
    padding-left: 20px;
}
.block-05-25.mission .content .photo {
    width: 50%;
}
.block-05-25.mission .content .photo img {
    width: 100%;
    border-radius: 20px;
}
@media all and (max-width : 800px) {
  .block-05-25.mission {
    margin: 0 2% 20px;
    padding: 20px 0px;
  }
  .block-05-25.mission .content {
    flex-direction: column-reverse;
  }
  .block-05-25.mission .content .photo {
    width: 100%;
  }
  .block-05-25.mission .content .desc {
    width: 100%;
  }
}

/*
 * 10. Наши сертификаты
 */

.block-05-25.cert {
    margin: 20px auto 80px;
}
.block-05-25.cert h2 {
    margin: 0 0 20px 0;
}
.block-05-25.cert .info {
    text-align: center;
    margin: 0 0 20px 0;
}
.block-05-25.cert .item {
    cursor: pointer;
}
.block-05-25.cert .item img {
    border-radius: 20px;
}

/*
 * 11. Новости
 */
.block-05-25.news {
    margin: 20px auto 80px;
}
.block-05-25.news h2 {
    text-align: left;
    margin: 0 0 30px 0;
}
.block-05-25.news .content {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: flex-start;
}
.block-05-25.news .content .social {
    width: 33%;
}
.block-05-25.news .content .social .items {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
}
.block-05-25.news .content .social .items .item {
    background: #FFF;
    border-radius: 10px;
    padding: 16px;
    width: 100%;
    margin: 0 0 20px;
}
.block-05-25.news .content .social .items .item a.icon {
    float: left;
    margin: 0 10px 0 0
}
.block-05-25.news .content .social .items .item a.icon img {
    border-radius: 10px;
}
.block-05-25.news .content .social .items .item .title {
    margin: 10px 0 0;
    font-size: 16px;
    font-weight: 700;
}
.block-05-25.news .content .social .items .item a.go {
    color: #00bbfc;
    display: inline-block;
    border-bottom: 1px dashed #00bbfc;
    font-size: 14px;
}
.block-05-25.news .content .social .items .item a.go:hover {
    border-bottom: 0;
}
.block-05-25.news .content .desc {
    width: 64%;
    margin-right: 3%;
}
.block-05-25.news .content .desc .items {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    /*gap: 3%;*/
}
.block-05-25.news .content .desc .items .item {
    background: #FFF;
    border-radius: 20px;
    padding-bottom: 20px;
    min-height: 340px;
    /*width: 47%;*/
}
.block-05-25.news .content .desc .items .item img {
    width: 100%;
    border-radius: 20px;
}
.block-05-25.news .content .desc .items .item .meta {
    margin: 10px 20px;
    color: #00022799;
    font-size: 14px;
}
.block-05-25.news .content .desc .items .item .meta a {
    color: #00022799;
    font-size: 14px;
    text-decoration: underline;
}
.block-05-25.news .content .desc .items .item .meta a:hover {
    text-decoration: none;
}
.block-05-25.news .content .desc .items .item .meta .date {
    display: inline-block;
}
.block-05-25.news .content .desc .items .item .meta .category {
    display: inline-block;
}
.block-05-25.news .content .desc .items .item .title {
    display: inline-block;    
    color: #000227;
    font-size: 16px;
    font-weight: 700;
    margin: 0 20px;
}
.block-05-25.news .content .desc .items .item a.image {
    display: block;
    height: 231px;
    overflow: hidden;
}
.block-05-25.news .owl-carousel .owl-nav button.owl-prev {
    left: -25px;
}
.block-05-25.news .owl-carousel .owl-nav button.owl-next {
    right: -25px;
}
@media all and (max-width : 800px) {
  .block-05-25.news .content {
    flex-direction: column;
  }
  .block-05-25.news .content .desc {
    width: 100%;
    margin-right: 0;
  }
  .block-05-25.news .content .social {
    width: 100%;
    margin: 20px 0;
  }
}

/*
 * 12. Команда
 */
.block-05-25.teams {
    margin: 20px auto 80px;
}
.block-05-25.teams h2 {
    margin: 0 0 20px 0;
}
.block-05-25.teams .info {
    text-align: center;
    margin: 0 10px 20px;
}
.block-05-25.teams .items {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
}
.block-05-25.teams .items .item {
    background: #e9edf2;
    margin: 0 10px;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    height: 264px;
}
.block-05-25.teams .items .item .stage {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #ff8100;
    color: #FFF;
    padding: 5px 10px;
    border-radius: 5px;
}
.block-05-25.teams .items .item .meta {
    position: absolute;
    bottom: 10px;
    text-align: center;
    background: #FFF;
    border-radius: 10px;
    width: 94%;
    margin: 0 3%;
    padding: 10px;
}
.block-05-25.teams .items .item .meta .name {
    font-weight: 700;
    margin: 0 0 5px 0;
}
@media all and (max-width : 800px) {
  .block-05-25.teams .info {
    color: #00022799;
  }
}

/*
 * 13. Рейтинг
 */
.block-05-25.rates {
    margin: 20px auto 80px;
}
.block-05-25.rates .items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 3%;
}
.block-05-25.rates .items .item {
    width: 31%;
    background: #FFF;
    border-radius: 20px;
    padding: 40px;
    text-align: center;
    margin: 0 0 25px 0;
}
.block-05-25.rates .items .item img {
    width: 126px;
    border-radius: 50%;
}
.block-05-25.rates .items .item .rate {
    font-size: 16px;
    color: #00022799;
    margin: 40px 0 0;
}
.block-05-25.rates .items .item .name {
    font-size: 24px;
    color: #000227;
    font-weight: 700;
    margin: 10px 0 0;
}
.block-05-25.rates .items .item .readmore {
    opacity: .8;
    margin: 20px 0 0;
    display: block;
    border: 2px solid #00bbfc;
    border-radius: 20px;
    padding: 15px 20px;
    color: #00bbfc;
    font-weight: 700;
    font-size: 14px;
}
.block-05-25.rates .items .item .readmore:hover {
    opacity: 1;
}

/*  
 * 14. Rating styles
 */
.rating {
    width: 100%;
    margin: 20px auto 0;
    font-size: 45px;
    overflow:hidden;
}
.rating input {
    float: right;
    opacity: 0;
    position: absolute;
}
.rating a, .rating label, .rating a.half::after {
    position: relative;
    display: inline-block;
    float: right;
    color: #aaa;
    text-decoration: none;
    -webkit-transition: color .4s;
    -moz-transition: color .4s;
    -o-transition: color .4s;
    transition: color .4s;
}
.rating a.half::after {
    display: flex;
    content: "★";
    color: #fecb00;
    position: absolute;
    left: -19px;
    top: 0;
    z-index: 10;
    width: 19px;
    overflow: hidden;
    text-align: right;
    transform: translate3d(19px, 0px, 0px);
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    align-items: center;
}
/*.rating label:hover ~ label,
.rating input:focus ~ label,
.rating label:hover,
.rating a:hover,
.rating a:hover ~ a,
.rating a:focus,
.rating a:focus ~ a, */.rating a.active {
    color: #fecb00;
    cursor: pointer;
}
.rating2 {
    direction: rtl;
}
.rating2 a {
    float:none;
    z-index: 0;
}
@media all and (max-width : 800px) {
  .block-05-25.rates .items {
    flex-direction: column;
  }
  .block-05-25.rates .items .item {
    width: 96%;
    margin: 0 2% 20px;
    padding: 20px;
  }
  .block-05-25.rates .items .item img {
    width: 86px;
  }
}

/**
 15. Стоимость клининговых услуг
 */
@media (max-width: 1300px) {
  .content:has(.block-05-25.services) {
      padding: 0 15px;
  }
}
.block-05-25.services h2.title {
    text-align: left;
    margin: 20px 0 20px 0;
    font-weight: 700;
}
.block-05-25.services .desc {
    font-size: 16px;
}
.block-05-25.services ul.category {
    margin: 30px 0 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
}
.block-05-25.services ul.category li {
    border: 1px solid #555555;
    background: #FFF;
    padding: 10px 15px;
    color: #555555;
    border-radius: 20px;
    font-weight: 400;
    font-size: 16px;
    font-family: Onest;
    margin: 0;
}
.block-05-25.services ul.category li::before {
    display: none !important;
}
.block-05-25.services ul.category li.active, .block-05-25.services ul.category li:hover {
    cursor: pointer;
    border: 1px solid #00BBFC;
    background: #00BBFC;
    color: #FFF;
}

.block-05-25.services .items {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: row;
    margin: 30px 0;
    gap: 2%;
    justify-content: space-around;
}
.block-05-25.services .items .item {
    display: none;
    width: 23%;
    padding: 20px;
    background: #FFF;
    border-radius: 20px;
    margin: 15px 0;
}
.block-05-25.services .items .item.active {
    display: block;
}
.block-05-25.services .items .item .num {
    color: #00BBFC;
    font-weight: 700;
    font-size: 24px;
}  
.block-05-25.services .items .item .category {
    margin: 15px 0 0 0;
    color: #000;
    font-weight: 400;
    font-size: 14px;
}  
.block-05-25.services .items .item .name {
    margin: 0;
    color: #000;
    font-weight: 500;
    font-size: 20px;
}  
.block-05-25.services .items .item .prices {
    margin: 10px 0 0 0;
    color: #555555;
    font-weight:300;
    font-size: 12px;
    line-height: 1.5;
}
.block-05-25.services .items .item .exclusive {
    margin: 10px 0 0 0;
    color: #555555;
    font-weight:300;
    font-size: 12px;
    line-height: 1.7;
}
.block-05-25.services .items .item .exclusive a {
    color: #00BBFC;
    display: block;
}
.block-05-25.services .items .item .prices .price {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.block-05-25.services .items .item .prices .price span {
    display: block;
}
.block-05-25.services .items .item .prices .price span:nth-child(2) {
    border-bottom: 1px solid #eee;
    width: 30%;
    height: 15px;
}
.block-05-25.services .items .item .prices .price span:nth-child(3) {
    text-align: right;
}
.block-05-25.services .readmore {
    display: block;
    width: 100%;
    background: linear-gradient(85.82deg, #01b3fd 11.28%, #00bcfc 85.26%);
    text-align: center;
    color: #FFF;
    padding: 18px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    box-shadow: 0px 12px 6px 3px #00bbfc1f;
}
.block-05-25.services .readmore:hover {
    filter: brightness(110%);
}

@media (max-width: 900px) {
  .block-05-25.services .items .item {
    width: 31%;
  }
}
@media (max-width: 800px) {
  .block-05-25.services .items .item .name {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .block-05-25.services .items .item .name {
    font-size: 20px;
  }
  .block-05-25.services .items .item {
    width: 48%;
    padding: 20px 10px;
  }
}
@media (max-width: 540px) {
  .block-05-25.services .items .item .name {
    font-size: 16px;
  }
  .block-05-25.services .items .item .prices .price span:nth-child(2) {
    width: 10%;
  }
}
@media (max-width: 380px) {
  .block-05-25.services .items .item {
    width: 100%;
  }
}

/**
 16. Стоимость уборки квартир
 */
.block-05-25.cleaning {
    margin-top: 60px;
}
.block-05-25.cleaning h2.title {
    text-align: left;
    margin: 20px 0 20px 0;
    font-weight: 700;
}
.block-05-25.cleaning .desc {
    font-size: 16px;
}
.block-05-25.cleaning .items {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: row;
    margin: 20px 0;
    gap: 2%;
    justify-content: space-around;
}
.block-05-25.cleaning .items .item {
    display: none;
    width: 31.3%;
    padding: 15px;
    background: #FFF;
    border-radius: 20px;
    margin: 15px 0;
}
.block-05-25.cleaning .items .item.active {
    display: block;
}
.block-05-25.cleaning .items .item .name {
    color: #00BBFC;
}
.block-05-25.cleaning .items .item .prices {
    margin: 5px 0 0 0;
    font-weight: 700;
    font-size: 16px;
    color: #000227;
}
.block-05-25.cleaning .items .item .prices sup {
    font-size: 12px;
}
@media (max-width: 800px) {
  .block-05-25.cleaning .items .item {
    width: 48%;
  }
}
@media (max-width: 460px) {
  .block-05-25.cleaning .items .item {
    width: 100%;
  }
}

/**
 17. Гарантии - шапка
 */
.block-05-25.guarantee_header h2.title {
    text-align: center;
    font-size: 32px;
    line-height: 123.1%;
    font-weight: 400;
    font-family: Eastman, Verdana, sans-serif;
}
.block-05-25.guarantee_header .desc {
    font-size: 16px;
    text-align: center;
    padding: 10px 0;
    margin: 20px auto 30px;
    max-width: 600px;
    line-height: 1.4;
}
.block-05-25.guarantee_header .readmore {
    display: block;
    width: 100%;
    max-width: 230px;
    background: linear-gradient(85.82deg, #01b3fd 11.28%, #00bcfc 85.26%);
    text-align: center;
    color: #FFF;
    padding: 18px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    box-shadow: 0px 12px 6px 3px #00bbfc1f;
    margin: 0 auto;
}
.block-05-25.guarantee_header .readmore:hover {
    filter: brightness(110%);
}

/**
 18. Гарантии - Что мы гарантируем
 */
.block-05-25.guarantee_list {
    margin: 80px auto 0;
}
.block-05-25.guarantee_list h2.title {
    text-align: center;
    /*margin: 20px 0 60px 0;
    font-weight: 700;*/
    font-size: 32px;
    line-height: 123.1%;
    font-weight: 400;
    font-family: Eastman, Verdana, sans-serif;
}
.block-05-25.guarantee_list .items {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: row;
    margin: 20px 0;
    gap: 2%;
    justify-content: space-around;
}
.block-05-25.guarantee_list .items .item {
    width: 48%;
    padding: 15px 15px 0 105px;
    border-radius: 20px;
    margin: 15px 0;
    min-height: 150px;
}
.block-05-25.guarantee_list .items .item .name {
    font-size: 20px;
    font-weight: 700px;
    color: #000227;
    margin: 0 0 15px 0;
}
.block-05-25.guarantee_list .items .item .desc {
    font-size: 16px;
    font-weight: 400px;
    color: #555555;
    line-height: 1.5;
}
.block-05-25.guarantee_list .items .item.tmpl2 {
    background-size: cover;
    padding: 15px 130px 0px 15px;
}
.block-05-25.guarantee_list .items .item.tmpl2 .name {
    font-size: 20px;
    font-weight: 600px;
    color: #FFF;
}
.block-05-25.guarantee_list .items .item.tmpl2 .desc {
    font-size: 16px;
    font-weight: 400;
    color: #FFF;
}
@media (max-width: 860px) {
  .block-05-25.guarantee_list .items .item {
    width: 100%;
    padding-bottom: 15px;
  }
  .block-05-25.guarantee_list .items .item.tmpl2 {
    padding-bottom: 15px;
  }
}

/**
 19. Гарантии - Как работает гарантия
 */
.block-05-25.guarantee_work {
    margin: 150px auto 150px;
}
.block-05-25.guarantee_work h2.title {
    /*margin: 20px 0 60px 0;
    font-weight: 700;*/
    font-size: 32px;
    line-height: 123.1%;
    font-weight: 400;
    font-family: Eastman, Verdana, sans-serif;
}
.block-05-25.guarantee_work .items {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: row;
    margin: 20px 0;
    gap: 2%;
    justify-content: space-between;
}
.block-05-25.guarantee_work .items .item {
    text-align: center;
    width: 31.3%;
    border-radius: 20px;
    margin: 15px 0;
}
.block-05-25.guarantee_work .items .item .name {
    margin: 0 0 15px 0;
    color: #000227;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
}
.block-05-25.guarantee_work .items .item .desc {
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #555555;
    line-height: 1.5;
}
.block-05-25.guarantee_work .items .item .icon {
    background: #ebeef1;
    padding: 20px;
    border-radius: 50%;
    margin: 0 auto 20px 0;
}
.block-05-25.guarantee_work .items .vector:nth-child(2) {
    position: absolute;
    background: url(images/Vector1.png) 0 0 no-repeat;
    width: 246px;
    height: 35px;
    top: 40px;
    left: 20%;
}
.block-05-25.guarantee_work .items .vector:nth-child(4) {
    position: absolute;
    background: url(images/Vector2.png) 0 0 no-repeat;
    width: 252px;
    height: 43px;
    top: 40px;
    right: 21.5%;
}
@media (max-width: 1040px) {
  .block-05-25.guarantee_work .items .vector:nth-child(4) {
    right: 20%;
  }
}
@media (max-width: 960px) {
  .block-05-25.guarantee_work .items .vector:nth-child(2) {
    width: 200px;
    background-size: contain;
    left: 23%;
  }
  .block-05-25.guarantee_work .items .vector:nth-child(4) {
    width: 200px;
    background-size: contain;
    right: 23%;
  }
}
@media (max-width: 860px) {
  .block-05-25.guarantee_work .items .vector:nth-child(2) {
    width: 150px;
    background-size: contain;
    left: 23%;
  }
  .block-05-25.guarantee_work .items .vector:nth-child(4) {
    width: 150px;
    background-size: contain;
    right: 23%;
  }
}
@media (max-width: 700px) {
  .block-05-25.guarantee_work .items .vector {
    display: none;
  }
  .block-05-25.guarantee_work .items .item {
    width: 100%;
  }
}

/**
 20. Гарантии - Условия
 */
.block-05-25.guarantee_terms {
    margin: 0 auto 150px;
}
.block-05-25.guarantee_terms h2.title {
    /*margin: 20px 0 60px 0;
    font-weight: 700;*/
    font-size: 32px;
    line-height: 123.1%;
    font-weight: 400;
    font-family: Eastman, Verdana, sans-serif;
}
.block-05-25.guarantee_terms .items {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: row;
    margin: 20px 0;
    gap: 2%;
    justify-content: space-between;
}
.block-05-25.guarantee_terms .items .item {
    width: 31.3%;
    border-radius: 20px;
    margin: 15px 0;
    background: #f1f2f3; /*#F5F7FA*/
    padding: 20px;
    min-height: 250px;
}
.block-05-25.guarantee_terms .items .item .name {
    margin: 0 0 15px 0;
    color: #000227;
    font-weight: 700;
    font-size: 20px;
}
.block-05-25.guarantee_terms .items .item ul li {
    margin: 10px 0;
    color: #555555;
    font-size: 16px;
    padding: 0 0 0 25px;
    position: relative;
}
.block-05-25.guarantee_terms .items .item ul li:before {
     display: none;
}
.block-05-25.guarantee_terms .items .item ul li::after {
    position: absolute;
    content: " ";
    display: block;
    width: 15px;
    height: 1px;
    background: #00bcfc;
    left: 0;
    top: 10px;
}
@media (max-width: 700px) {
  .block-05-25.guarantee_terms .items .item {
    width: 100%;
    min-height: auto;
  }
}

/**
 * 21. Каллаж
 */
.block-05-25.collage {
    padding: 0;
    margin: 0 auto 30px
}
.block-05-25.collage h2 {
    text-align: left;
}
.block-05-25.collage .items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 0;
    justify-content: center;
}
.block-05-25.collage .items .item {
    width: 33.33%;
    display: block;
}
.block-05-25.collage .items .item img {
    max-width: 100%;
    cursor: pointer;
}
@media (max-width: 800px) {
  .block-05-25.collage {
    padding: 0 15px;
  }
  .block-05-25.collage .items .item {
    width: 50%;
    display: block;
  }
}

/**
 22. Служба контроля качества услуг Клинон
 */
.block-05-25.controlservice {
  display: block;
  position: relative;
  width: 100%;
  background-color: #FFF;
  border-radius: 20px;
  box-shadow: 0px 16px 73px 0px #CFD6DF8C;
  padding: 70px 70px 30px;
  margin-bottom: 40px;
}
.block-05-25.controlservice.contact {
  margin: 150px auto 0;
}
.block-05-25.controlservice::after {
  content: " ";
  position: absolute;
  display: block;
  right: 0;
  bottom: 0;
  background: url(/wp-content/plugins/rche-blocks25/images/bg2.png) 0 0 no-repeat;
  width: 610px;
  height: 461px;
  z-index: 0;
}
.block-05-25.controlservice .title {
  color: #000227;
  font-weight: 700 !important;
  text-align: left;
  max-width: 450px ;
  margin: 0 0 30px;
}
.block-05-25.controlservice .desc {
  color: #000227;
  font-weight: 400 !important;
  text-align: left;
  max-width: 530px ;
  font-size: 16px;
  line-height: 1.4;
}
.block-05-25.controlservice .btn {
  display: block;
  width: 100%;
  max-width: 340px;
  background: linear-gradient(85.82deg, #01b3fd 11.28%, #00bcfc 85.26%);
  text-align: center;
  color: #FFF;
  padding: 18px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  /*box-shadow: 0px 12px 6px 3px #00bbfc1f;*/
  margin: 30px 0;
}
.block-05-25.controlservice.btn:hover {
  filter: brightness(110%);
}
@media (max-width: 1170px) {
  .block-05-25.controlservice {
     margin: 0 15px;
     width: auto;
  }
}
@media (max-width: 960px) {
  .block-05-25.controlservice::after {
    width: 403px;
    height: 308px;
    background-size: cover;
  }
}
@media (max-width: 860px) {
  .block-05-25.controlservice {
    padding: 70px 30px 30px;
  }
}
@media (max-width: 820px) {
  .block-05-25.controlservice::after {
    width: 202px;
    height: 154px;
  }
}
@media (max-width: 540px) {
  .block-05-25.controlservice .btn {
    max-width: 240px;
  }
}
@media (max-width: 420px) {
  .block-05-25.controlservice .btn {
    max-width: 200px;
    padding: 18px 8px;
  }
}
@media (max-width: 380px) {
  .block-05-25.controlservice::after {
    width: 150px;
    height: 125px;
  }
}

/**
 23. Журнал
 */
.block-05-25.journal {
  margin-bottom: 40px;
}
.block-05-25.journal .items {
  display: flex;
  gap: 2%;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.block-05-25.journal .items .item {
    padding: 50px 25px;
    position: relative;
    display: block;
    /*width: 23%;*/
    margin: 0 0 20px;
    background:  #01b4fd url(/wp-content/plugins/rche-blocks25/images/journal-bg2.png) 0 100% no-repeat;
    border-radius: 20px;
    min-height: 100px;
    height: 350px;
    overflow: hidden
}
.block-05-25.journal .items .item .title {
    font-size: 16px;
    font-weight: 700;
    color: #FFF;
    line-height: 1.3;
    text-decoration: none;
}
.block-05-25.journal .items .item img {
    position: absolute;
    left: 0;
    bottom: 0;
    max-width: 100%;
}
@media (max-width: 1170px) {
  .block-05-25.journal {
    padding: 0 15px;
  }
}

@media (max-width: 800px) {
  .block-05-25.journal .items {
    flex-wrap: wrap
  }
  .block-05-25.journal .items .item {
    /*width: 48%;*/
  }
}
@media (max-width: 420px) {
  .block-05-25.journal .items .item {
    padding: 30px 10px;
    height: 250px;
  }
}


/**
 24. Видео блог
 */
.block-05-25.video-blog {
  margin-bottom: 40px;
  margin-top: 80px;
}
.block-05-25.video-blog .title {
  margin: 0 0 30px 0;
}
.block-05-25.video-blog .desc {
    margin: 0 0 30px 0;
    text-align: center;
    color: #000227;
    font-size: 16px;
    line-height: 1.5;
}
.block-05-25.video-blog .splide__list {
  display: flex;
  gap: 0;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.block-05-25.video-blog .splide__list .splide__slide {
    position: relative;
    display: block;
    width: 23%;
    margin: 0 0 20px;
    border-radius: 20px;
    min-height: 100px;
    height: 500px;
    overflow: hidden
}
.block-05-25.video-blog .splide__list .splide__slide video {
    max-width: 100%;
}
.block-05-25.video-blog .splide__list .link-stories-goal-link {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.block-05-25.video-blog .description {
    position: absolute;
    z-index: 10;
    background: #eeeeeeb3;
    padding: 20px;
    width: 100%;
    bottom: 0;
    left: 0;
    border-radius: 0 0 20px 20px;
    text-align: center;
}
.block-05-25.video-blog .gallery_play_icon-wrapper {
    display: none;
}

.fancybox__content {
    width:90vw!important;
    height: auto!important;
    max-width: 425px!important;
    max-height: 90vh!important
}
.fancybox__content video,.fancybox__content iframe {
    width: 100%!important;
    height: auto!important;
    max-width: 425px;
    max-height: 800px!important;
    object-fit: contain
}
.video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    pointer-events: none;
}
.fancybox__slide {
    padding: 0 !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
}
.f-html {
    width: 90vw !important;
    height: auto !important;
    max-width: 425px !important;
    max-height: 90vh !important;
}
.f-button[data-fancybox-close] {
    position: absolute!important;
    top: 16px!important;
    right: 16px!important;
    z-index: 10000;
    background-color: rgba(0,0,0,.6);
    border-radius: 8px;
    padding: 10px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px)
}
@media (min-width: 768px) {
    .f-button[data-fancybox-close] {
        position:absolute!important;
        top: 12px;
        right: 12px;
        z-index: 10;
        background-color: rgba(0,0,0,.6);
        border-radius: 8px;
        padding: 8px;
        width: 36px;
        height: 36px;
        display: flex;
        align-items: center;
        justify-content: center
    }
}
@media (max-width: 1170px) {
  .block-05-25.video-blog {
    padding: 0 15px;
  }
}

/**
 25. Текстовый блок
 */
.block-05-25.textblock {
  margin-bottom: 40px;
}
.block-05-25.textblock>.desc {
    margin: 0 0 30px 0;
    text-align: center;
    color: #000227;
    font-size: 16px;
    line-height: 1.5;
    max-height: 70px;
    overflow: hidden;
    position: relative;
}
.block-05-25.textblock>.desc::before {
    content: " ";
    display: block;
    width: 100%;
    height: 30px;
    bottom: 0;
    background: #F2F4F8;
    background: linear-gradient(180deg,rgba(242, 244, 248, 0.5) 0%, rgba(242, 244, 248, 0.8) 50%, rgba(242, 244, 248, 1) 100%);
}
.block-05-25.textblock>.desc.noreadmore::before {
    display: none;
}
.block-05-25.textblock>.desc.active {
    max-height: 100%;
    overflow: auto;
}
.block-05-25.textblock>.desc.active::before {
    content: "";
    display: none;
}

.block-05-25.textblock .readmore {
    color: #00BBFC;
    font-size: 16px;
    line-height: 1.5;
    text-transform: uppercase;
    margin: 0 auto 20px;
    display: block;     
    max-width: 200px;
    text-align: center;
}

.block-05-25.textblock .readmore:hover {
    text-decoration: underline;
}
.block-05-25.textblock .items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1%;
}
.block-05-25.textblock .items .item {
    width: 49%;
    background: #fff;
    box-shadow: 0px 16px 73px 0px #CFD6DF8C;
    border-radius: 20px;
    padding: 30px 30px 10px;
    margin: 12px 0;
}
.block-05-25.textblock.col-3 .items .item {
    width: 32%;
    padding: 30px 30px 20px;
}
.block-05-25.textblock .items .item .title {
    font-size: 20px;
    font-weight: 700;
    margin: 10px 0 20px;
}
.block-05-25.textblock .items .item .label {
    border: 1px solid #00BBFC;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 20px;
    color: #00BBFC;
    margin: 0 0 15px 0;
}
.block-05-25.textblock .items .item .desc {
    text-align: left;
    color: #000227;
    font-size: 16px;
    line-height: 1.5;
}

@media (max-width: 1170px) {
  .block-05-25.textblock {
    padding: 0 15px;
  }
}
@media (max-width: 800px) {
  .block-05-25.textblock .items .item {
    width: 49% !important;
  }
}
@media (max-width: 640px) {
  .block-05-25.textblock .items .item {
    width: 100% !important;
  }
}

/**
 26. Тестовый блок (старый дизайн)
 */
.txtVidTiles_2 .txtVidTiles__txt {
  max-width: unset;
}
.txtVidTiles_2 .txtVidTiles__centerTxt {
    column-count: 1;
}

/**
 27. Дополнительно
 */
.title_custom {
    line-height: 1.5;
}
.desc_custom {
    line-height: 1.5;
}
.spForm__spContent ul {
    margin: 10px 0 10px 20px;
    list-style: disc;
}

/**
 28. Интерактивный блок
 */
.interective-overlay {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #FFF;
  z-index: 100;
  opacity: .6;
}
.interective {
  display: none;
  background: #FFF;
  position: fixed;
  top: 50%;
  margin: -350px 0 0 -485px;
  width: 969px;
  height: 559px;
  z-index: 10000;
  left: 50%;
  border-radius: 20px;
  -webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
  -moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
  box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
  overflow: hidden;
}
.interective .close {
  position: absolute;
  right: 20px;
  top: 20px;
  background: #ffffff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  opacity: .9;
}
.interective .close:hover {
  opacity: 1;
}
.hide_spanche {
  display: none;	
}
.interective .close span {
  left: 30%;
  position: absolute;
  width: 40%;
  height: 1px;
  border-radius: 2px;
  background-color: #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 1000;
  top: 50%;
}
.interective .close span:last-child {
  transform: rotate(-45deg);
}
.interective .step {
  display: none;
}
.interective .step1 {
  display: none;
  border-radius: 20px;
  background: linear-gradient(180deg, rgb(255 255 255 / 50%) 0%, rgb(255 255 255 / 80%) 50%, rgb(255 250 250) 100%);
}
.interective .step1 .slogan {
  color: #52BEF5;
  padding: 10px 20px;
  border: 1px solid #52BEF5;
  border-radius: 10px;
  display: inline-block;
  text-align: center;
}
.interective .step1 .grid {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  height: 540px;
}
.interective .step1 .grid .col {
  width: 50%;
  text-align: center;
}
.interective .step1 .title {
  font-size: 48px;
  color: #52BEF5;
  text-transform: uppercase;
  font-weight: 700;
  margin: 20px 0;
  line-height: 60px;  
}
.interective .step1 .start {
  display: inline-block;
  border: 1px solid #FF8112;
  padding: 6px;
  border-radius: 40px;
}
.interective .step1 .start span {
  font-size: 24px;
  color: #fff;
  background: linear-gradient(180deg, rgba(255, 129, 18, 0.5) 0%, rgb(255 103 56) 50%, rgba(255, 60, 0, 1) 100%);
  background: linear-gradient(0deg, #ff4500, #FF8112), radial-gradient(73.48% 100% at 50.26% 0%, rgba(255, 60, 0, 0) 60.12%, #FF3C00 100%);
  border-radius: 40px;
  padding: 25px 50px;
  display: block;
  font-weight: 600;
}
.interective .step1 .bg1s {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 200;
}
.interective .step1 .bg2s {
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 200;
}
.interective .step1 .bg3s {
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 200;
}
@media (max-width: 970px) {
  .interective {
    margin: -350px 3% 0;
    left: 0;
    max-width: 94%;
  }
  .interective .step1 img.cleaning {
    max-width: 90%;
   }
}
@media (max-width: 800px) {
  .interective .step1 .title {
    font-size: 36px;
    line-height: 40px;
  }
  .interective .step1 .start span {
    font-size: 20px;
    padding: 15px 30px;
  }
}
@media (max-width: 640px) {
  .interective .step1 .title {
    font-size: 26px;
    line-height: 30px;
  }
  .interective .step1 .slogan {
    padding: 10px;
  }
}
@media (max-width: 560px) {
  .interective-overlay {
    opacity: .9;
  }
  .interective {
    height: auto;
  }
  .interective {
/*    background: #f1f1f1;*/
  }
  .interective .step1 {
    background: #f1f1f1;
    padding-bottom: 60px;
  }
  .interective .step1 .title {
    font-size: 36px;
    line-height: 40px;
    max-width: 300px;
    margin: 20px auto;
  }
  .interective .step1 .grid {
    flex-direction: column-reverse;
    flex-wrap: nowrap;
    height: auto;
  }
  .interective .step1 .grid .col {
    width: 100%;
  }
  .interective .step1 img.cleaning {
    margin: 60px 0 40px;
    max-width: 300px;
  }
  .interective .step1 .start span {
    font-size: 16px;
    padding: 15px 30px;
  }
  .interective .step1 .start {
    width: 80%;
  }
  .interective .step1 .bg1s {
    display: none;
  }
  .interective .step1 .bg3s {
    max-width: 60px;
  }
}

.interective .step2 .canvas {
  position: relative;
  width: 100%;
  height: 469px;
  /*background: #bbb;*/
  background: url(/wp-content/plugins/rche-blocks25/images/interactive/canvas.png) 0 0 no-repeat;
  background-size: cover;
}
.interective .step2 .canvas .cntr_up {
    position: absolute;
    left: 45%;
    top: 70px;
}
.interective .step2 .canvas .cntr {
    position: absolute;
    bottom: 15px;
    left: 230px;
}
.interective .step2 .canvas .left {
    position: absolute;
    left: 0;
}
.interective .step2 .canvas .right {
    position: absolute;
    right: -2px;
    top: 3px;
}
.interective .step2 .action {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  align-items: flex-start;
  justify-content: space-around;
}
.interective .step2 .action .slogan {
  width: 35%;
  color: #52bef5;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 30px;
  padding: 15px 0 0 40px;
}
.interective .step2 .action .tools {
  max-width: 240px;
  width: 240px;
  position: relative;
  z-index: 200;
  height: 90px;
} 
.interective .step2 .action .tools .bg {
  position: absolute;
  bottom: -128px;
  left: 0;
}
.interective .step2 .action .tools .spanch {
  position: absolute;
  width: 190px;
  left: 32px;
  bottom: -95px;
}
.interective .step2 .action .tools .help {
    width: 100%;
    position: absolute;
    left: 50%;
    bottom: 0;
    text-align: center;
    padding: 0 0 0 5px;
    margin: 0 0 0 -60px;
    max-width: 120px;
    font-weight: 500;
}
.interective .step2 .action .help {
  width: 35%;
  padding: 20px 30px 20px 15px;
  line-height: 18px;
  font-size: 14px;
  text-align: right;
  color: #3C3C3C;
} 
.interective .step2 .action .help .percent span {
  color: #52bef5;
  font-weight: 700;
}
.interective .step2 .progress {
  display: none;
}
.interective .step2 .send_order {
    display: none;
    border: 1px solid #FF8112;
    padding: 6px;
    border-radius: 40px;
    margin: 8px 30px 0 0;
    width: 10%;
}
.interective .step2 .send_order span {
    font-size: 14px;
    color: #fff;
    background: linear-gradient(180deg, rgba(255, 129, 18, 0.5) 0%, rgb(255 103 56) 50%, rgba(255, 60, 0, 1) 100%);
    background: linear-gradient(0deg, #ff4500, #FF8112), radial-gradient(73.48% 100% at 50.26% 0%, rgba(255, 60, 0, 0) 60.12%, #FF3C00 100%);
    border-radius: 40px;
    padding: 10px;
    display: block;
    font-weight: 300;
    text-align: center;
}
.interective .step2:has(.help .active) .action>.help {
    width: 20%;
    max-width: 20%;
    padding: 30px 10px 0 0;
}
@media (max-width: 800px) {
  .interective .step2 .action .slogan {
    font-size: 20px;
  }
  .interective .step2 .action .help {
    font-size: 12px;
  }
}
@media (max-width: 640px) {
  .interective {
    height: auto;
  }
  .interective .step2 .action .tools {
    position: absolute !important;
    top: -90px;
  }
  .interective .step2 .action {
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    align-content: center;
    flex-wrap: nowrap;
  }
  .interective .step2 .action .slogan {
    width: 100%;
    font-size: 24px;
    padding: 15px 0 0 0;
    text-align: center;
  }
  .interective .step2 .action .help {
    width: 100%;
    max-width: 300px;
    padding: 20px;
    text-align: center;
    bottom: -60px !important;
  }
  .interective .step2:has(.help .active) .action>.help {
    width: 100%;
    max-width: 100%;
    padding: 20px 0;
  }
  .interective .step2 .send_order {
    margin: 0 0 20px;
    width: 50%;
  }
  .interective .step2 .progress {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: row;
    margin: 0 20px 20px;
  }
  .interective .step2 .progress div {
    display: block;
    width: 30%;
    background: #ececec;
    height: 4px;
   }
  .interective .step2 .progress div.active {
    background: #52bef5;
  }

}

.interective .step3 .canvas {
  width: 100%;
  height: 469px;
  /*background: #bbb;*/
  background: url(/wp-content/plugins/rche-blocks25/images/interactive/canvas.png) 0 0 no-repeat;
  background-size: cover;
}
.interective .step3 .action {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: flex-start;
    justify-content: center;
}
.interective .step3 .action .slogan {
    color: #3C3C3C;
    margin: 0 0 0 3%;
    width: 42%;
}
.interective .step3 .action .slogan span {
  color: #52bef5;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 30px;
  padding: 15px 0 5px 0;
  display: block;
}
.interective .step3 [name="phone"] {
    border: 2px solid #eee;
    border-radius: 30px;
    padding: 20px 20px;
    font-size: 16px;
    color: #ccc;
    margin: 14px 20px 0 0;
    width: 22%;
}
.interective .step3 [name="phone"].error {
    border: 2px solid red;
}
.interective .step3 .send_order {
    display: inline-block;
    border: 1px solid #FF8112;
    padding: 6px;
    border-radius: 40px;
    margin: 8px 30px 0 0;
}
.interective .step3 .send_order span {
    font-size: 16px;
    color: #fff;
    background: linear-gradient(180deg, rgba(255, 129, 18, 0.5) 0%, rgb(255 103 56) 50%, rgba(255, 60, 0, 1) 100%);
    background: linear-gradient(0deg, #ff4500, #FF8112), radial-gradient(73.48% 100% at 50.26% 0%, rgba(255, 60, 0, 0) 60.12%, #FF3C00 100%);
    border-radius: 40px;
    padding: 20px 40px;
    display: block;
    font-weight: 600;
}
.interective .step3 .star7 {
  position: absolute;
  top: 65px;
  left: 16px;
}
.interective .step3 .star8 {
  position: absolute;
  top: 20px;
  left: 60px;
}
.interective .step3 .star9 {
  position: absolute;
  bottom: 45px;
  left: 0;
}
.interective .step3 .star10 {
    position: absolute;
    bottom: 0;
    right: 0;
}
.interective .step3 .star11 {
  position: absolute;
  top: 10px;
  right: 90px;
}
@media (max-width: 970px) {
  .interective .step3 .action .slogan {
    width: auto;
  }
}
@media (max-width: 840px) {
  .interective {
    height: auto;
  }
  .interective .step3 .action {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .interective .step3 .action .slogan {
    margin: 0;
    width: 100%;
    text-align: center;
  }
  .interective .step3 [name="phone"] {
    padding: 15px 20px;
    margin: 20px 0;
    max-width: 300px;
    width: 100%;
    text-align: center;
  }
  .interective .step3 .send_order {
    margin: 0 0 20px;
    width: 100%;
    max-width: 300px;
    text-align: center;
  }
  .interective .step3 .send_order span {
    padding: 15px 40px;
  }
  .interective .step3 .star9 {
    bottom: 205px; 
  }
}

/**
 29. Статьи - 1
 */
.block-2025-ab {
    max-width: 1170px;
    margin: 20px auto 40px;
    clear: both;
}
.block-2025-ab h2 {
    font-size: 32px;
    font-weight: 700;
    color: #000227;
    margin: 0 0 10px 0; 
}
.block-2025-ab .readmore {
    font-size: 12px;
    font-weight: 400px;
    display: inline-block;
    margin: 10px 0 20px;
    float: right;
    color: #00BBFC;
}
.block-2025-ab .readmore:hover {
    text-decoration: underline;
}

.block-2025-ab .items {
    clear: both;
}
.block-2025-ab .clearfix {
    clear: both;    
}
.block-2025-ab.art-1 .items .item {
    position: relative;
    text-align: center;
    border-radius: 20px;
}
.block-2025-ab.art-1 .items .item:nth-child(1) {
    width: 65%;
    margin: 0 2% 0 0;
    float: left;
}
.block-2025-ab .items .item .meta .view img, .block-2025-ab .items .item .meta .date img {
    margin-right: 5px;
}
.block-2025-ab .shadow {
    display: block;
    position: relative;
}
.block-2025-ab .shadow:after {
    content: " ";
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 50%, rgb(0 0 0 / 35%) 100%);
    border-radius: 20px;
}
.block-2025-ab.art-1 .items .item img {
    width: 100%;
    /*max-height: 412px;*/
    border-radius: 20px;
}
.block-2025-ab.art-1 .items .item a {
    z-index: 2;
    display: block;
    position: absolute;
    left: 20px;
    bottom: 60px;
    color: #FFF;
    text-decoration: none;
    font-size: 20px;
    font-weight: 700;
    text-align: left;
    line-height: 24px;
    margin: 0 20px 0 0;
}
.block-2025-ab.art-1 .items .item a:hover {
    text-decoration: underline;
}
.block-2025-ab.art-1 .items .item:nth-child(2), .block-2025-ab.art-1 .items .item:nth-child(3) {
    width: 33%;
    float: left;
}
.block-2025-ab.art-1 .items .item .meta {
    z-index: 2;
    display: flex;
    position: absolute;
    left: 20px;
    bottom: 20px;
    color: #FFF;
    text-align: left;
    gap: 15px;
}
.block-2025-ab.art-1 .items .item:nth-child(2) {
    margin: 0 0 15px 0;
}
.block-2025-ab.art-1 .items .item:nth-child(2) img, .block-2025-ab.art-1 .items .item:nth-child(3) img {
    /*max-height: 199px;*/
}
.block-2025-ab.art-1 .items .item .meta .author {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    flex-direction: row;
    gap: 10px;
}
.block-2025-ab.art-1 .items .item .meta .author img {
    width: 16px;
    height: 16px;
}
.block-2025-ab.art-1 .items .item .meta .view img, .block-2025-ab.art-1 .items .item .meta .date img {
    width: 16px;
}
.block-2025-ab.art-1 .items .item:nth-child(2) a, .block-2025-ab.art-1 .items .item:nth-child(3) a {
    bottom: 45px;
    font-size: 16px;
    line-height: 20px;
}
@media (max-width: 1170px) {
  .block-2025-ab {
    margin: 20px 20px;
  }
}
@media (max-width: 800px) {
  .block-2025-ab.art-1 .items .item:nth-child(1) {
    width: 100%;
    margin: 0 0 20px 0;
    float: unset;
  }
  .block-2025-ab.art-1 .items .item:nth-child(2) {
    margin: 0 0 20px 0;
  }
  .block-2025-ab.art-1 .items .item:nth-child(2), .block-2025-ab.art-1 .items .item:nth-child(3) {
    width: 100%;
    float: unset;
  }
  .block-2025-ab.art-1 .items .item:nth-child(2) img, .block-2025-ab.art-1 .items .item:nth-child(3) img {
    max-height: 412px;
  }
  .block-2025-ab.art-1 .items .item:nth-child(2) a, .block-2025-ab.art-1 .items .item:nth-child(3) a {
    bottom: 60px;
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 420px) {
  .block-2025-ab.art-1 .items .item:nth-child(2) a, .block-2025-ab.art-1 .items .item:nth-child(3) a {
    bottom: 45px;
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 360px) {
  .block-2025-ab.art-1 .items .item a {
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
}

/**
 30. Статьи - 2
 */
.block-2025-ab.art-2 .items {
    clear: both;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    gap: 1%;
}
.block-2025-ab.art-2 .items .item {
    position: relative;
    width: 32.3%;
    padding: 10px 10px 100px;
    background: #FFF;
    border-radius: 15px;
}
.block-2025-ab.art-2 .items .item a {
    z-index: 2;
    display: block;
    position: absolute;
    left: 20px;
    bottom: 45px;
    color: #000227;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    line-height: 20px;
    margin: 0 20px 0 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 90%;
    @supports (-webkit-line-clamp: 2) {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: initial;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
    }
}
.block-2025-ab.art-2 .items .item a:hover {
    text-decoration: underline;
}
.block-2025-ab.art-2 .items .item img {
    width: 100%;
    height: 240px;
    border-radius: 20px;
}
.block-2025-ab.art-2 .items .item .meta {
    z-index: 2;
    display: flex;
    position: absolute;
    left: 20px;
    bottom: 20px;
    color: #000227;
    text-align: left;
    gap: 15px;
}
.block-2025-ab.art-2 .items .item .meta img {
    width: 16px;
    height: auto;
}
@media (max-width: 1170px) {
  .block-2025-ab.art-2 .items .item img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 800px) {
  .block-2025-ab.art-2 .items {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-around;
  }
  .block-2025-ab.art-2 .items .item {
    width: 100%;
    margin: 0 0 20px 0;
  }
}

/**
 31. Статьи - 3
 */
.block-2025-ab.art-3  {
    max-width: 100%;
    margin: 20px 20px 40px;
}
.block-2025-ab.art-3 h2 {
    max-width: 1170px;
    margin: 20px auto 10px;
}
.block-2025-ab.art-3 .readmore {
    float: unset;
    color: #00BBFC;
    max-width: 1170px;
    margin: 10px auto 20px;
    text-align: right;
    display: block;
}
.block-2025-ab.art-3 .items .item {
    position: relative;
    text-align: center;
    border-radius: 20px;
}
.block-2025-ab.art-3 .items .item {
    width: 65%;
    margin: 0 2% 0 0;
    float: left;
}
.block-2025-ab.art-3 .items .item img {
    width: 100%;
    /*max-height: 412px;*/
    border-radius: 20px;
}
.block-2025-ab.art-3 .items .item a {
    z-index: 2;
    display: block;
    position: absolute;
    left: 20px;
    bottom: 60px;
    color: #FFF;
    text-decoration: none;
    font-size: 20px;
    font-weight: 700;
    text-align: left;
    line-height: 24px;
    margin: 0 20px 0 0;
}
.block-2025-ab.art-3 .items .item a:hover {
    text-decoration: underline;
}
.block-2025-ab.art-3 .items .item .meta {
    z-index: 2;
    display: flex;
    position: absolute;
    left: 20px;
    bottom: 20px;
    color: #FFF;
    text-align: left;
    gap: 15px;
}
.block-2025-ab.art-3 .items .item .meta .author {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    flex-direction: row;
    gap: 10px;
}
.block-2025-ab.art-3 .items .item .meta .author img {
    width: 16px;
    height: 16px;
}
.block-2025-ab.art-3 .items .item .meta .view img, .block-2025-ab.art-3 .items .item .meta .date img {
    width: 16px;
}
.block-2025-ab.art-3 .splide__arrow {
    background: #00bbfc;
    height: 3em;
    width: 3em;
}
.block-2025-ab.art-3 .splide__arrow svg {
    fill: #ffffff;
}
@media (max-width: 1170px) {
  .block-2025-ab.art-3 h2 {
    max-width: 1170px;
    margin: 20px 20px 10px;
  }
}
@media (max-width: 800px) {
  .block-2025-ab.art-3 .items .item {
    width: 100%;
    margin: 0 0 20px 0;
    float: unset;
  }
}
@media (max-width: 360px) {
  .block-2025-ab.art-3 .items .item a {
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
}

/**
 32. Статьи - 4
 */
.block-2025-ab.art-4 .items {
    clear: both;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    gap: 1%;
}
.block-2025-ab.art-4 .items .item {
    position: relative;
    width: 32.3%;
    padding: 10px 10px 100px;
    background: #FFF;
    border-radius: 15px;
    margin-bottom: 20px;
}
.block-2025-ab.art-4 .items .item:nth-child(1),.block-2025-ab.art-4 .items .item:nth-child(2) {
    width: 49.5%;
}
.block-2025-ab.art-4 .items .item a {
    z-index: 2;
    display: block;
    position: absolute;
    left: 20px;
    bottom: 45px;
    color: #000227;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    line-height: 20px;
    margin: 0 20px 0 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 90%;
    @supports (-webkit-line-clamp: 2) {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: initial;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
    }
}
.block-2025-ab.art-4 .items .item a:hover {
    text-decoration: underline;
}
.block-2025-ab.art-4 .items .item img {
    width: 100%;
    border-radius: 20px;
    /*height: 240px;*/
}
.block-2025-ab.art-4 .items .item .meta {
    z-index: 2;
    display: flex;
    position: absolute;
    left: 20px;
    bottom: 20px;
    color: #000227;
    text-align: left;
    gap: 15px;
}
.block-2025-ab.art-4 .items .item .meta img {
    width: 16px;
    height: auto;
}
@media (max-width: 1170px) {
  .block-2025-ab.art-4 .items .item img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 800px) {
  .block-2025-ab.art-4 .items {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-around;
  }
  .block-2025-ab.art-4 .items .item {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .block-2025-ab.art-4 .items .item:nth-child(1),.block-2025-ab.art-4 .items .item:nth-child(2) {
    width: 100%;
  }
}

/**
 33. Статьи - 5
 */
.block-2025-ab.art-5 .row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 2%;
    clear: both;
}
.block-2025-ab.art-5 .items {
    width: 65%;
    margin: 0 2% 0 0;
}
.block-2025-ab.art-5 .items-2 {
    width: 33%;
}
.block-2025-ab.art-5 .items .item {
    text-align: left;
    position: relative;
    text-align: center;
    border-radius: 20px;
}
.block-2025-ab.art-5 .items .item:nth-child(1) {
    width: 100%;
    margin: 0 2% 20px 0;
    float: left;
}
.block-2025-ab.art-5 .items .item img {
    width: 100%;
    /*max-height: 412px;*/
    border-radius: 20px;
}
.block-2025-ab.art-5 .items .item a {
    z-index: 2;
    display: block;
    position: absolute;
    left: 20px;
    bottom: 60px;
    color: #FFF;
    text-decoration: none;
    font-size: 20px;
    font-weight: 700;
    text-align: left;
    line-height: 24px;
    margin: 0 20px 0 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 90%;
    @supports (-webkit-line-clamp: 2) {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: initial;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
    }
}
.block-2025-ab.art-5 .items-2 .item a {
    z-index: 2;
    display: block;
    position: relative;
    color: #000227;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    line-height: 18px;
    margin: 0 10px 0 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    @supports (-webkit-line-clamp: 2) {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: initial;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
    }
}
.block-2025-ab.art-5 .items .item:nth-child(2) a, .block-2025-ab.art-5 .items .item:nth-child(3) a {
    color: #000227;
}
.block-2025-ab.art-5 .items .item a:hover, .block-2025-ab.art-5 .items-2 .item a:hover {
    text-decoration: underline;
}
.block-2025-ab.art-5 .items .item:nth-child(2), .block-2025-ab.art-5 .items .item:nth-child(3) {
    width: 48.5%;
    float: left;
    padding: 0 0 100px 0;
}
.block-2025-ab.art-5 .items .item:nth-child(2) {
    margin: 0 1.5% 0 0;
}
.block-2025-ab.art-5 .items .item:nth-child(3) {
    margin: 0 0 0 1.5%;
}
.block-2025-ab.art-5 .items .item .meta {
    z-index: 2;
    display: flex;
    position: absolute;
    left: 20px;
    bottom: 20px;
    color: #FFF;
    text-align: left;
    gap: 15px;
}
.block-2025-ab.art-5 .items-2 .item .meta {
    z-index: 2;
    display: flex;
    position: relative;
    left: unset;
    bottom: unset;
    color: #000227;
    text-align: left;
    gap: 15px;
}
.block-2025-ab.art-5 .items .item:nth-child(2) .meta, .block-2025-ab.art-5 .items .item:nth-child(3) .meta {
    color: #000227;
}
.block-2025-ab.art-5 .items .item:nth-child(2) img, .block-2025-ab.art-5 .items .item:nth-child(3) img {
    /*max-height: 199px;*/
}
.block-2025-ab.art-5 .items .item .meta .author {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    flex-direction: row;
    gap: 10px;
}
.block-2025-ab.art-5 .items .item .meta .author img {
    width: 16px;
    height: 16px;
}
.block-2025-ab.art-5 .items .item .meta .view img, .block-2025-ab.art-5 .items .item .meta .date img {
    width: 16px;
}
.block-2025-ab.art-5 .items-2 .item .meta .date {
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 10px 0;
}
.block-2025-ab.art-5 .items .item:nth-child(2) a, .block-2025-ab.art-5 .items .item:nth-child(3) a {
    bottom: 45px;
    font-size: 16px;
    line-height: 20px;
}
.block-2025-ab.art-5 .items-2 {
    width: 33%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: stretch;
    position: relative;
}
.block-2025-ab.art-5 .items-2 .item {
    margin: 0 0 20px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: flex-start;
}
.block-2025-ab.art-5 .items-2 .item .col-2 img {
    position: relative;
    max-width: 100px;
/*    max-height: 100px;*/
    float: right;
    margin: 0 0 0 10px;
    border-radius: 10px;
}
@media (max-width: 1170px) {
}
@media (max-width: 800px) {
  .block-2025-ab.art-5 .items .item:nth-child(1) {
    width: 100%;
    margin: 0 0 20px 0;
    float: unset;
  }
  .block-2025-ab.art-5 .items .item:nth-child(2) {
    margin: 0 0 20px 0;
  }
  .block-2025-ab.art-5 .items .item:nth-child(2), .block-2025-ab.art-5 .items .item:nth-child(3) {
    width: 100%;
    float: unset;
  }
  .block-2025-ab.art-5 .items .item:nth-child(2) img, .block-2025-ab.art-5 .items .item:nth-child(3) img {
    max-height: 412px;
  }
  .block-2025-ab.art-5 .items .item:nth-child(2) a, .block-2025-ab.art-5 .items .item:nth-child(3) a {
    bottom: 60px;
    font-size: 20px;
    line-height: 24px;
  }
  .block-2025-ab.art-5 .items .item:nth-child(2), .block-2025-ab.art-5 .items .item:nth-child(3) {
    padding: 0;
  }
  .block-2025-ab.art-5 .items .item:nth-child(2) a, .block-2025-ab.art-5 .items .item:nth-child(3) a {
    color: #FFF;
  }
  .block-2025-ab.art-5 .items .item:nth-child(2) .meta, .block-2025-ab.art-5 .items .item:nth-child(3) .meta {
    color: #FFF;
  }
  .block-2025-ab.art-5 .items {
    width: 55%;
  }
  .block-2025-ab.art-5 .items-2 {
    width: 43%;
  }
}
@media (max-width: 640px) {
  .block-2025-ab.art-5 .row {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    gap: 2%;
    clear: both;
  }
  .block-2025-ab.art-5 .items {
    width: 100%;
    margin: 0;
  }
  .block-2025-ab.art-5 .items .item:nth-child(3) {
    margin: 0;
  }
  .block-2025-ab.art-5 .items-2 {
    width: 100%;
    margin: 20px 0;
  }
}
@media (max-width: 420px) {
  .block-2025-ab.art-5 .items .item:nth-child(2) a, .block-2025-ab.art-5 .items .item:nth-child(3) a {
    bottom: 45px;
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 360px) {
  .block-2025-ab.art-5 .items .item a {
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
}

/**
 34. Статьи - 6
 */
.block-2025-ab.art-6 {
    max-width: 100%;
    margin: 20px 20px 40px;
}
.block-2025-ab.art-6 h2 {
    max-width: 1170px;
    margin: 20px auto 10px;
}
.block-2025-ab.art-6 .readmore {
    float: unset;
    color: #00BBFC;
    max-width: 1170px;
    margin: 10px auto 20px;
    text-align: right;
    display: block;
}
.block-2025-ab.art-6 .items {
    clear: both;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    gap: 1%;
}
.block-2025-ab.art-6 .items .item {
    position: relative;
    width: 32.3%;
    padding: 10px 10px 100px;
    background: #FFF;
    border-radius: 15px;
}
.block-2025-ab.art-6 .items .item a {
    z-index: 2;
    display: block;
    position: absolute;
    left: 20px;
    bottom: 45px;
    color: #000227;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    line-height: 20px;
    margin: 0 20px 0 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 90%;
    @supports (-webkit-line-clamp: 2) {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: initial;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
    }
}
.block-2025-ab.art-6 .items .item a:hover {
    text-decoration: underline;
}
.block-2025-ab.art-6 .items .item img {
    width: 100%;
    height: auto;
    border-radius: 20px;
}
.block-2025-ab.art-6 .items .item .meta {
    z-index: 2;
    display: flex;
    position: absolute;
    left: 20px;
    bottom: 20px;
    color: #000227;
    text-align: left;
    gap: 15px;
}
.block-2025-ab.art-6 .items .item .meta img {
    width: 16px;
    height: auto;
}
.block-2025-ab.art-6 .splide__arrow {
    background: #00bbfc;
    height: 3em;
    width: 3em;
}
.block-2025-ab.art-6 .splide__arrow svg {
    fill: #ffffff;
}
@media (max-width: 1170px) {
  .block-2025-ab.art-6 h2 {
    max-width: 1170px;
    margin: 20px 20px 10px;
  }
  .block-2025-ab.art-6 .items .item img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 800px) {
  .block-2025-ab.art-6 .items {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-around;
  }
  .block-2025-ab.art-6 .items .item {
    width: 100%;
    margin: 0 0 20px 0;
  }
}

/**
 * 29. Калькулятор
 */
.block-05-25.calculator {
    margin-top: 60px;
}
.block-05-25.calculator h1 {
    margin: 0 0 20px 0;
    text-align: left
}
.block-05-25.calculator .calculator-form {
    /*margin-top: 12px;
    filter: drop-shadow(rgba(207, 214, 223, 0.55) 0px 16px 73px);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(183, 187, 199);
    border-image: initial;
    border-radius: 20px;
    padding: 20px 40px;
    background: #f2f4f7;
    background-color: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);*/
}
.block-05-25.calculator .form-group {
    margin-bottom: 10px;
    padding-bottom: 5px;
}
.block-05-25.calculator label {
    display: block;
    margin-bottom: 0;
    font-family: Eastman, Verdana, sans-serif;
    font-size: 16px;
    background: none;
}
.block-05-25.calculator .calc__resInp {
    height: 56px;
    padding: 4px 36px;
    margin-top: 6px;
}
.block-05-25.calculator .basic .calc__resInp {
    height: 56px;
    padding: 4px 36px;
    margin-top: 6px;
    border: 1px solid #B7BBC7;
    background: none;
}
.block-05-25.calculator .select-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}
.block-05-25.calculator .select-wrapper select {
  appearance: none; /* Убираем стандартную стрелку */
  -webkit-appearance: none; /* Для Safari/Chrome */
  -moz-appearance: none; /* Для Firefox */
}
.block-05-25.calculator .select-wrapper::after {
  background: #dbdbdb url(/wp-content/themes/cleanon_theme/img/calc/next.svg) center no-repeat;
  content: " ";
  position: absolute;
  top: 18px;
  right: 36px;
  transform: translateY(-50%);
  pointer-events: none;
  color: #666;
  font-size: 12px;
  width: 32px;
  height: 32px;
  transform: rotate(90deg);
  border-radius: 50%;
}
.block-05-25.calculator .ui-button .ui-icon {
  display: none;
}
.block-05-25.calculator .list {
  padding: 0;
  margin-top: 6px;
  border: 1px solid #B7BBC7;
  background: none;
  border-radius: 28px;
}
.block-05-25.calculator .list .item {
  height: 55px;
  border-bottom: 1px solid #B7BBC7;
  padding: 0 36px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.block-05-25.calculator .list .item:last-child {
  border: none;
}
.block-05-25.calculator .select-wrapper:hover::after {
  background: #d1d1d1 url(/wp-content/themes/cleanon_theme/img/calc/next.svg) center no-repeat;
}
.block-05-25.calculator .input-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}
.block-05-25.calculator .input-wrapper::after {
  content: "M\00B2";
  position: absolute;
  top: 25px;
  right: 25px;
  font-size: 12px;
  color: #6d6b6b;
}
.block-05-25.calculator .input-wrapper-text {
  width: 100%;
  display: inline-block;
  position: relative;
}
.block-05-25.calculator .basic .input-wrapper-text .calc__resInp {
    height: unset;
    padding: 0;
    margin-top: 6px;
    border: none;
    background: none;
    width: 100%;
}
.block-05-25.calculator .basic .input-wrapper-text span {
    background: #E8ECF2;
    border-radius: 15px;
    padding: 8px 15px;
    font-family: Eastman, Verdana, sans-serif;
    font-size: 12px;
    color: #454545;
    top: -2px;
    position: absolute;
    right: 4px;
}
.block-05-25.calculator label .more {
    color: #01B3FD;
    font-size: 14px;
    text-decoration: underline;
    float: right;
}
.block-05-25.calculator label .more:hover {
    text-decoration: none;
}
.block-05-25.calculator .list.hide {
    display: none;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: unset !important;
}
/*.block-05-25.calculator select, input[type="text"], input[type="number"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 16px;
}*/
.block-05-25.calculator .checkbox-group, .radio-group {
    margin: 0;
}
.block-05-25.calculator .checkbox-group label, .radio-group label {
    /*position: absolute;*/
    right: 2px;
    background: #E8ECF2;
    border-radius: 15px;
    padding: 8px 15px;
    font-family: Eastman, Verdana, sans-serif;
    font-size: 12px;
    color: #454545;
    top: 0;
}
.block-05-25.calculator .additional-field {
    margin-top: 10px;
    /*margin-left: 20px;*/
    display: none;
}
.block-05-25.calculator .date-range-fields {
    margin-top: 15px;
    padding: 15px;
    background-color: #f9f9f9;
    border-radius: 5px;
    display: none;
}
.block-05-25.calculator .date-field {
    margin-bottom: 10px;
}
.block-05-25.calculator .calculate-btn {
    font-family: Eastman,Verdana,sans-serif;
    border-radius: 52px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: linear-gradient(85.82deg,#01b3fd 11.28%,#00bcfc 85.26%);
    cursor: pointer;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    width: 100%;
    height: 56px;
    margin-top: 12px
}
.block-05-25.calculator textarea.calc__resInp {
    height: 112px;
    padding: 20px 36px;
    border-radius: 25px;
}
.block-05-25.calculator .calculate-btn:hover {
    background-color: #45a049;
}
.block-05-25.calculator .result {
    /*display: none;*/
}
/*.block-05-25.calculator .result {
    margin-top: 30px;
    padding: 20px;
    background-color: #e8f5e9;
    border-radius: 5px;
    display: none;
    text-align: center;
    line-height: 2;
    font-size: 18px;
}
.block-05-25.calculator .result span.text {
    color: #555;
}*/

.block-05-25.calculator .c-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 3%;
}
.block-05-25.calculator .c-row .c-col-1 {
    width: 62%;
}
.block-05-25.calculator .c-row .c-col-2 {
    width: 40%;
}
.block-05-25.calculator .message {
    display: none;
}
.block-05-25.calculator .error .message {
    display: block;
    margin: 5px 0;
    color: red;
}
.block-05-25.calculator .error [type="number"], .block-05-25.calculator .error [type="text"] {
    border: 1px solid red;
}
.ui-checkboxradio-label { 
    display: inline-block;
}
.block-05-25.calculator .checkbox-group, .radio-group {
    display: inline-block;
}
.ui-state-active, .ui-button.ui-state-active:hover {
    border: 1px solid #01b3fd !important;
    background: #01b4fd !important;
    color: #ffffff !important;
}
.block-05-25.calculator .desc {
    margin: 20px 0;
    color: #4f4c4c;
}

.block-05-25.calculator .calc__resTotal {
    margin-top: 0;
    padding-top: unset;
    border-top: unset;
}

/* Стили для новых полей */
.block-05-25.calculator .contact-info {
    padding: 0;
    border-radius: 0;
    margin: 40px 0 0;
}
.block-05-25.calculator .contact-info h3 {
    margin-top: 0;
    color: #333;
    font-size: 18px;
    margin-bottom: 15px;
}
.block-05-25.calculator .privat-policy  .privat-policy {
    margin: 0px 0 60px;
    text-align: center;
    color: #555;
}
.block-05-25.calculator .privat-policy  a {
    color: #00bbfc;
    border-bottom: 1px dashed #00bbfc;
}
.block-05-25.calculator .privat-policy  a:hover {
    border-bottom: none;
}
.block-05-25.calculator .privat-policy label {
    display: inline;
    margin-bottom: 8px;
    font-weight: 300;
    color: #333;
    text-align: left;
    line-height: 1.5;
    font-size: 11px;
    line-height: 123.1%;
    color: rgb(0, 2, 39);
    font-family: unset;
}
.block-05-25.calculator .desc {
    color: #000227;
    font-size: 16px;
    line-height: 1.5;
    margin: 0 0 20px;
    text-align: center;
}
.block-05-25.calculator .desc2 {
    color: #919191;
    font-size: 12px;
    line-height: 1.5;
    margin: 20px 0;
    text-align: center;
}
.block-05-25.calculator .calc__resTotalPrice {
    align-items: flex-end;
}
.block-05-25.calculator .calc__resTotalTimeName {
    font-family: Eastman, Verdana, sans-serif;
    font-size: 18px;
    line-height: 123.1%;
    font-weight: 300;
    border-top: 1px solid #0002271A;
    padding-top: 10px;
    margin: 10px 0 0 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.block-05-25.calculator .calc__resTotalPriceCost {
    font-size: 24px;
}
@media (max-width: 900px) {
  .block-05-25.calculator .c-row {
    flex-direction: column;
  }
  .block-05-25.calculator .c-row .c-col-1 {
    width: 100%;
  }
  .block-05-25.calculator .c-row .c-col-2 {
    width: 100%;
  }
}

/*
 * 30. Скачать PDF
 */
.block-05-25.download {
    margin: 80px auto;
    background: #F5F7FA00;
    border-radius: 20px;
    box-shadow: 1px 1px 14px 0px #a9a9a961;
    clear: both;
}
.block-05-25.download .row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-between;
    padding: 20px 40px;
    gap: 4%;
}
.block-05-25.download .row .col-1 {
    width: 48%;
    text-align: left;
    padding: 0 40px 0 0;
}
.block-05-25.download .row .col-1 img {
    display: none;
    margin: 0 auto 30px;
}
.block-05-25.download .row .col-1 h2 {
    font-weight: 700 !important;
    font-size: 26px;
    text-align: left;
    margin: 0 0 20px;
}
.block-05-25.download .row .col-1 p {
    margin: 0 0 20px;
    line-height: 1.5;
    font-size: 14px;
}
.block-05-25.download .row .col-1 a {
    display: inline-block;
    background: #FF8100;
    padding: 0 55px 0 20px;
    height: 42px;
    line-height: 42px;
    color: #FFF;
    border-radius: 100px;
    position: relative;
}
.block-05-25.download .row .col-1 a::after {
    content: "";
    background: url(/wp-content/plugins/rche-blocks25/images/1509.png) 0 0 no-repeat;
    width: 34px;
    height: 34px;
    position: absolute;
    right: 3px;
    top: 4px;
}
.block-05-25.download .row .col-2 {
    width: 48%;
    text-align: left;
}
.block-05-25.download .row .col-2 .wrap {
    padding: 20px;
    box-shadow: 1px 1px 8px 5px #1c1c1c0a;
    border-radius: 10px;
}
.block-05-25.download .row .col-2 h3 {
    font-weight: 700;
    font-size: 16px;
    margin: 0 0 20px 0;
}
.block-05-25.download .row .col-2 ul {
    padding: 0 0 20px 0;
    margin: 0 20px 0 0;
    list-style: none;
}
.block-05-25.download .row .col-2 ul li {
    margin: 12px 0;
    position: relative;
    padding: 0 0 0 25px;
    line-height: 1.5;
}
.block-05-25.download .row .col-2 ul li::before {
    content: "";
    background: url(/wp-content/plugins/rche-blocks25/images/1509_plus.png) 0 0 no-repeat;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0px;
    top: 12px;
}
@media (max-width: 1170px) {
  .block-05-25.download {
    margin: 20px 10px;
  }
}
@media (max-width: 800px) {
  .block-05-25.download {
    box-shadow: none;
  }
  .block-05-25.download .row {
    align-items: stretch;
    justify-content: space-between;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 0;
    padding: 20px 10px;
  }
  .block-05-25.download .row .col-1 {
    width: 100%;
    padding: 0;
  }
  .block-05-25.download .row .col-1 img {
    display: block;
  }
  .block-05-25.download .row .col-1 h2 {
    text-align: center;
  }
  .block-05-25.download .row .col-1 p {
    text-align: center;
  }
  .block-05-25.download .row .col-1 a {
    display: block;
    margin: 0 auto;
    max-width: 280px;
  }
  .block-05-25.download .row .col-2 {
    margin: 40px 0 0;
    width: 100%;
  }
  .block-05-25.download .row .col-2 ul li {
    padding: 0 0 0 25px;
  }
}
@media (max-width: 480px) {
  .block-05-25.telegram h2 {
     font-size: 20px;
  }
  .block-05-25.download .row .col-1 a {
     max-width: 100%;
  }
}

/*
 * 31. Перейти в ТГ
 */
.block-05-25.telegram {
    margin-bottom: 80px;
    background: #0D8BFF;
    background: radial-gradient(circle,rgba(13, 139, 255, 1) 48%, rgba(14, 215, 229, 1) 100%);
    padding: 40px;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}
.block-05-25.telegram::after {
    content: "";
    background: url(/wp-content/plugins/rche-blocks25/images/1509_gradient.png) 0 0 no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}
.block-05-25.telegram::before {
    content: "";
    background: url(/wp-content/plugins/rche-blocks25/images/1508.png) 100% 0 no-repeat;
    background-size: contain;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}
.block-05-25.telegram h2 {
    font-weight: 700 !important;
    text-align: left;
    font-size: 32px;
    color: #FFF;
    margin: 0 0 20px;
}
.block-05-25.telegram p {
    margin: 0 0 20px;
    line-height: 1.5;
    color: #FFF;
    max-width: 40%;
    font-size: 16px;
}
.block-05-25.telegram a {
    display: inline-block;
    background: #FFF;
    padding: 0 20px;
    height: 42px;
    line-height: 42px;
    color: #00BBFC;
    border-radius: 100px;
    position: relative;
    z-index: 20;
}
.block-05-25.telegram a:hover {
    background: #fdfdfd;
}
.block-05-25.telegram img {
    display: none;
}
@media (max-width: 1170px) {
  .block-05-25.telegram {
    margin: 20px 10px;
  }
}
@media (max-width: 980px) {
  .block-05-25.telegram h2 {
    font-size: 24px
  }
}
@media (max-width: 860px) {
  .block-05-25.telegram {
    padding: 40px 40px 0;
    background-size: cover;
  }
  .block-05-25.telegram::after {
    background: url(/wp-content/plugins/rche-blocks25/images/1509_gradient.png) 0 100% no-repeat;
  }
  .block-05-25.telegram::before {
    display: none;
  }
  .block-05-25.telegram h2 {
    text-align: center;
  }
  .block-05-25.telegram p {
    max-width: 100%;
    text-align: center;
  }
  .block-05-25.telegram a {
    max-width: 180px;
    margin: 0 auto;
    display: block;
    text-align: center;
  }
  .block-05-25.telegram img {
    display: block;
    max-width: 332px;
    margin: -90px auto 0;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .block-05-25.telegram {
    padding: 40px 0px 0;
  }
}

/*
 * 32. Добавить услугу химчистки
 */
.block-05-25.drycleaning {
    background: #FFF;
    padding: 40px;
    box-shadow: 1px 1px 15px 10px #08080805;
    border-radius: 20px;
}
.block-05-25.drycleaning .row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 2%;
}
.block-05-25.drycleaning .row .col-1 {
    width: 58%;
    text-align: left;
    margin: 0 20px 0 0;
}
.block-05-25.drycleaning .row .col-1 h2 {
    font-size: 32px;
    color: #000227;
    text-align: left;
    font-weight: 700 !important;
    margin: 0 0 20px 0;
}
.block-05-25.drycleaning .row .col-1 h2 span {
    color: #00BBFC;
}
.block-05-25.drycleaning .row .col-1 p {
    font-size: 16px;
    line-height: 1.5;
    margin: 0 0 20px 0;
}
.block-05-25.drycleaning .row .col-1 p b {
}
.block-05-25.drycleaning .row .col-1 h3 {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 15px;
}
.block-05-25.drycleaning .row .col-1 ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.block-05-25.drycleaning .row .col-1 ul li {
    margin: 15px 0;
    padding: 0 0 0 20px;
    position: relative;
}
.block-05-25.drycleaning .row .col-1 ul li::before {
    content: " ";
    width: 8px;
    height: 8px;
    background: #00BBFC;
    position: absolute;
    left: 0;
    top: 12px;
    border-radius: 50%;
}
.block-05-25.drycleaning .row .col-1 a {
    color: #00BBFC;
    border: 1px solid #00BBFC;
    height: 42px;
    display: inline-block;
    line-height: 42px;
    padding: 0 50px;
    border-radius: 100px;
    margin: 20px 0 0 0;
}
.block-05-25.drycleaning .row .col-1 a:hover {
    background: #00BBFC;
    color: #FFF;
}
.block-05-25.drycleaning .row .col-2 {
}
.block-05-25.drycleaning .row .col-2 .image {
    position: relative;
}
.block-05-25.drycleaning .row .col-2 .image img {
    border-radius: 20px;
}
.block-05-25.drycleaning .row .col-2 .image .watermark {
    background: url(/wp-content/plugins/rche-blocks25/images/1509_watermark.png) 100% 0 no-repeat;
    position: absolute;
    left: 15px;
    bottom: 15px;
    width: 108px;
    height: 46px;
}
@media (max-width: 1170px) {
  .block-05-25.drycleaning {
    margin: 20px 10px;
  }
}
@media (max-width: 860px) {
  .block-05-25.drycleaning {
    padding: 20px 10px;
  }
  .block-05-25.drycleaning .row {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
  }
  .block-05-25.drycleaning .row .col-1 {
    width: 100%;
    margin: 0;
  }
  .block-05-25.drycleaning .row .col-1 h2 {
    text-align: center;
    font-size: 24px;
  }
  .block-05-25.drycleaning .row .col-1 a {
    display: block;
    text-align: center;
   }
  .block-05-25.drycleaning .row .col-2 {
    margin: 20px 0 0;
  }
  .block-05-25.drycleaning .row .col-2 .image img {
    max-width: 100%;
  }
}

/*
 * 33. Спасибо за заявку
 */
.block-05-25.thanks {
    margin: 20px auto;
    background: #F5F7FA00;
    border-radius: 20px;
    box-shadow: 1px 1px 14px 0px #a9a9a961;
    padding: 40px;
}

.block-05-25.thanks::after {
    content: "";
    background: url(/wp-content/plugins/rche-blocks25/images/1509_biggood.png) 100% 0 no-repeat;
    width: 50%;
    height: 110%;
    position: absolute;
    right: 0;
    bottom: 0;
    background-size: contain;
    z-index: 0;
}
.block-05-25.thanks h1 {
    font-size: 32px;
    font-weight: 700 !important;
    text-align: left;
    margin: 0 0 20px;
}
.block-05-25.thanks .desc {
    margin: 20px 0 0;
    line-height: 1.5;
    font-size: 16px;
    max-width: 70%;
}
.block-05-25.thanks .desc p {
    margin: 0 0 20px;
}
.block-05-25.thanks .dwn {
    border: 1px solid #00BBFC;
    height: 42px;
    display: inline-block;
    line-height: 42px;
    padding: 0 50px;
    border-radius: 100px;
    margin: 0 10px 0 0;
    background: #00BBFC;
    color: #FFF;
    z-index: 10;
}
.block-05-25.thanks .hmn {
    color: #00BBFC;
    border: 1px solid #00BBFC;
    height: 42px;
    display: inline-block;
    line-height: 42px;
    padding: 0 50px;
    border-radius: 100px;
    margin: 0;
    z-index: 10;
}
.block-05-25.thanks .hmn:hover {
    background: #00BBFC;
    color: #FFF;
}
@media (max-width: 1170px) {
  .block-05-25.thanks {
    margin: 20px 10px;
  }
}
@media (max-width: 800px) {
  .block-05-25.thanks .desc {
    max-width: 100%;
  }
  .block-05-25.thanks::after {
    display: none;
  }
  .block-05-25.thanks .dwn {
    margin: 0 0 10px;
    width: 100%;
    text-align: center;
  }
  .block-05-25.thanks .hmn {
    margin: 0 0 10px;
    width: 100%;
    text-align: center;
  }
}
/*
 * 34. Сыграй и получи скидку
 */
.block-05-25.interactive_start {
    background: url(/wp-content/plugins/rche-blocks25/images/int_start_bg.jpg) 50% 0 no-repeat;
    border-radius: 20px;
    height: 464px;
    margin: 40px auto 80px;
    padding: 30px;
    text-align: center;
}
.block-05-25.interactive_start img {
}
.block-05-25.interactive_start h2 {
    font-size: 42px;
    text-transform: uppercase;
    font-weight: 700 !important;
    margin: 20px 0
}
.block-05-25.interactive_start .desc {
    font-size: 16px;
    line-height: 1.5;
    opacity: .6;
    max-width: 620px;
    margin: 0 auto;
}
.block-05-25.interactive_start a {
    background: #FF6900;
    line-height: 49px;
    display: inline-block;
    padding: 0 40px;
    color: #FFF;
    border-radius: 100px;
    margin: 180px 0 0 0;
    font-weight: 700;
}
.block-05-25.interactive_start a:hover {
    opacity: .9;
}
@media (max-width: 1170px) {
  .block-05-25.interactive_start {
    margin: 40px 10px;
  }
}
@media (max-width: 860px) {
  .block-05-25.interactive_start h2 {
    font-size: 36px;
  }
}
@media (max-width: 640px) {
  .block-05-25.interactive_start {
    background: url(/wp-content/plugins/rche-blocks25/images/int_start_bg2.jpg) 50% 0 no-repeat;
    background-size: cover;
    height: 404px;
    max-width: 340px;
    margin: 40px auto;
  }
  .block-05-25.interactive_start img {
    max-width: 89px;
  }
  .block-05-25.interactive_start h2 {
    font-size: 16px;
  }
  .block-05-25.interactive_start .desc {
    font-size: 12px;
  }
  .block-05-25.interactive_start a {
    width: 100%;
    line-height: 41px;
    margin: 140px 0 0 0;
   }
}

/*
 * 35. Сертификаты баннер
 */
.block-05-25.sert-banner {
    margin: 40px auto;
}
.block-05-25.sert-banner .row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 2%
}
.block-05-25.sert-banner .row .col-1 {
    width: 49%;
    padding: 80px 0 0;
}
.block-05-25.sert-banner .row .col-2 {
    width: 49%;
}
.block-05-25.sert-banner h1 {
    margin: 0 0 20px 0;
    text-align: left;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
}
.block-05-25.sert-banner .desc {
    font-size: 16px;
    color: #00022799;
    line-height: 1.5;
    margin: 0 0 20px 0;
}
.block-05-25.sert-banner img {
    max-width: 100%;
}
.block-05-25.sert-banner .go-sert {
    background: #01BCFC;
    border-radius: 100px;
    line-height: 57px;
    display: inline-block;
    padding: 0 40px;
    color: #FFF;
    text-transform: uppercase;
    font-size: 14px;
    margin: 0 20px 0 0;
}
.block-05-25.sert-banner .about {
    border-radius: 100px;
    border: 1px solid #01BCFC;
    line-height: 57px;
    display: inline-block;
    padding: 0 40px;
    color: #01BCFC;
    text-transform: uppercase;
}
.block-05-25.sert-banner .about:hover {
    background: #01BCFC;
    color: #FFF;
}
@media (max-width: 1170px) {
  .block-05-25.sert-banner {
    margin: 40px 10px;
  }
}
@media (max-width: 900px) {
  .block-05-25.sert-banner .row {
    flex-direction: column-reverse;
  }
.block-05-25.sert-banner .row .col-1 {
    width: 100%;
    padding: 40px 0 0;
}
.block-05-25.sert-banner .row .col-2 {
    width: 100%;
    text-align: center;
}
.block-05-25.sert-banner img {
    max-width: 230px;
}
.block-05-25.sert-banner h1 {
    font-size: 24px;
    text-align: center;
}
.block-05-25.sert-banner .desc {
    text-align: center;
}
.block-05-25.sert-banner .go-sert {
    display: block;
    text-align: center;
    max-width: 300px;
    margin: 0 auto 15px;
}
.block-05-25.sert-banner .about {
    display: block;
    text-align: center;
    max-width: 300px;
    margin: 0 auto 15px;
}
}

/*
 * 36. Сертификаты листинг
 */
.block-05-25.sert-list {
    margin: 40px auto;
}
.block-05-25.sert-list h2 {
    font-size: 32px;
    font-weight: 700 !important;
    margin: 0 0 20px 0;
}
.block-05-25.sert-list .desc {
    font-size: 16px;
    color: #00022799;
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.5;
}
.block-05-25.sert-list .items {
    margin: 40px 0;
}
.block-05-25.sert-list .item {
    background: #F5F7FA;
    border-radius: 20px;
    overflow: hidden;
    padding: 0 0 15px 0;
}
.block-05-25.sert-list .item .photo {
    height: 170px;
    text-align: center;
}
.block-05-25.sert-list .item img {
    border-radius: 20px 20px 0 0;
    max-width: 100%;
    max-height: 100%;
}
.block-05-25.sert-list .item .tag {
    text-align: center;
    font-size: 14px;
    margin: 15px;
    color: #000227;
}
.block-05-25.sert-list .item .title {
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 15px 0;
}
.block-05-25.sert-list .item .price {
    text-align: center;
    font-size: 14px;
    margin: 15px;
    color: #000227;
}
.block-05-25.sert-list .item a {
    border-radius: 100px;
    border: 1px solid #00BBFC;
    line-height: 50px;
    display: block;
    padding: 0 20px;
    color: #000227;
    margin: 0 15px;
    font-size: 14px;
    position: relative;
}
.block-05-25.sert-list .item a::after {
    content: "";
    width: 22px;
    height: 22px;
    position: absolute;
    background: url(/wp-content/plugins/rche-blocks25/images/sert-arrow.svg) 0 0 no-repeat;
    right: 15px;
    top: 15px;
    z-index: 10;
}
.block-05-25.sert-list .item.splide__slide:before {
    display: none;
}
.block-05-25.sert-list .splide__arrow {
    background: #00bbfc;
    height: 3em;
    width: 3em;
}
.block-05-25.sert-list .splide__arrow svg {
    fill: #ffffff;
}
.block-05-25.sert-list .splide__arrow--prev {
    left: -4em;
}
.block-05-25.sert-list .splide__arrow--next {
    right: -4em;
}
@media (max-width: 1170px) {
  .block-05-25.sert-list {
  }
  .block-05-25.sert-list .splide__arrow--prev {
    left: 1em;
  }
  .block-05-25.sert-list .splide__arrow--next {
    right: 1em;
  }
}

/*
 * 37. Сертификаты преимущества
 */
.sert-advantages {
    max-width: 1170px;
    margin: 40px auto;
}
.sert-advantages .banner__bottomWrp {
    padding: 20px 54px 20px 38px;
}
.sert-advantages .banner__bottomItmH {
    font-size: 20px;
    font-weight: 700;
}
.banner__bottomItmTxt {
    line-height: 1.5;
    margin-top: 15px;
}
.banner__bottomItmImg {
    width: 58px;
}

/*
 * 38. Страница с ценами и тамбами
 */
.block-05-25.bigtabs {
    margin: 80px auto 20px;
}
.block-05-25.bigtabs h2 {
    color: #000227;
    font-weight: 700 !important;
    font-size: 36px;
    margin: 0 0 20px;
}
.block-05-25.bigtabs .desc {
    color: #00022799;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    margin: 0 0 20px;
}
.block-05-25.bigtabs .menu-tabs {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
}
.block-05-25.bigtabs .menu-tabs .m-tab {
    color: #000227;
    background: #E8ECF2;
    padding: 0 30px;
    line-height: 48px;
    margin: 0 10px;
    border-radius: 100px;
    font-size: 16px;
    cursor: pointer;
}
.block-05-25.bigtabs .menu-tabs .m-tab.active {
    color: #fff;
    background: #00BBFC;
}
.block-05-25.bigtabs .content-tabs {
    background: #F5F7FA;
    padding: 30px;
    border-radius: 24px;
    /*box-shadow: 1px 1px 12px 2px #0000000a;*/
    margin: 40px 0;
}
.block-05-25.bigtabs .content-tabs>.m-tab {
   display: none;
}
.block-05-25.bigtabs .content-tabs .c-tab {
   display: none;
   opacity: 0;
   transition: opacity .6s ease-out, transform .6s ease-out;
}
.block-05-25.bigtabs .content-tabs .c-tab.active {
   display: block;
   opacity: 1;
}
.block-05-25.bigtabs .content-tabs .c-tab .row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 4%;
}
.block-05-25.bigtabs .content-tabs .c-tab .row .col-1 {
    width: 48%;
}
.block-05-25.bigtabs .content-tabs .c-tab .row .col-1 .tab-row {
    margin: 10px 0;
}
.block-05-25.bigtabs .content-tabs .c-tab .row .col-1 .tab-row.active {
}
.block-05-25.bigtabs .content-tabs .c-tab .row .col-1 .title {
    background: #FFF;
    line-height: 58px;
    padding: 0 20px 0 30px;
    font-size: 16px;
    color: #000227;
    font-weight: 700;
    border-radius: 24px;
    position: relative;
}
.block-05-25.bigtabs .content-tabs .c-tab .row .col-1 .tab-row .title span {
    padding: 0 20px;
    font-size: 12px;
    display: inline-block;
    line-height: 32px;
    border-radius: 15px;
    font-weight: 400;
    position: absolute;
    right: 15px;
    top: 13px;
    color: #000227;
    background: #E8ECF2;
    cursor: pointer;
}
.block-05-25.bigtabs .content-tabs .c-tab .row .col-1 .tab-row.active .title span {
    color: #FFF;
    background: #00BBFC;
}
.block-05-25.bigtabs .content-tabs .c-tab .row .col-1 .tab-row .item {
    line-height: 1.5;
    padding: 10px 30px;
    font-size: 16px;
    color: #00022799;
    border-bottom: 1px solid #b7bbc73b;
    display: none;
    opacity: 0;
    transition: opacity .6s ease-out, transform .6s ease-out;
    transform: translateY(30px);
}
.block-05-25.bigtabs .content-tabs .c-tab .row .col-1 .tab-row .item:last-child {
    padding: 15px 30px;
    border-bottom: none;
    margin: 0 0 10px;
}
.block-05-25.bigtabs .content-tabs .c-tab .row .col-1 .tab-row .item:last-child a {
    color: #00BBFC;
    text-decoration: underline;
}
.block-05-25.bigtabs .content-tabs .c-tab .row .col-1 .tab-row .item:last-child a:hover {
    text-decoration: none;
}
.block-05-25.bigtabs .content-tabs .c-tab .row .col-1 .tab-row .item .label {
}
.block-05-25.bigtabs .content-tabs .c-tab .row .col-1 .tab-row .item .status {
    display: block;
    color: #00BBFC
}
.block-05-25.bigtabs .content-tabs .c-tab .row .col-1 .tab-row .item .value {
    display: block;
    color: #000227
}
.block-05-25.bigtabs .content-tabs .c-tab .row .col-1 .tab-row.active .title {
}
.block-05-25.bigtabs .content-tabs .c-tab .row .col-1 .tab-row.active .item {
    display: block;
    opacity: 1;
    transform: translateY(0);
}
.block-05-25.bigtabs .content-tabs .c-tab .row .col-1 .tab-row.active .item.hide {
    display: none;
}

.block-05-25.bigtabs .content-tabs .c-tab .row .col-2 {
    width: 48%;
}
.block-05-25.bigtabs .content-tabs .c-tab .row .col-2 .photo {
    background-size: cover !important; 
    min-height: 570px;
    border-radius: 24px;
    position: relative;
    padding: 0 3%;
}
.block-05-25.bigtabs .content-tabs .c-tab .row .col-2 .photo .tags {
    position: absolute;
    bottom: 25px;
    padding: 5px 20px 0;
    width: 94%;
    background: #FFF;
    border-radius: 24px;
}
.block-05-25.bigtabs .content-tabs .c-tab .row .col-2 .photo .tags .tag {
    line-height: 48px;
    border-bottom: 1px solid #b7bbc733;
    color: #000227;
    font-size: 16px;
    font-weight: 700;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.block-05-25.bigtabs .content-tabs .c-tab .row .col-2 .photo .tags .tag .label {
}
.block-05-25.bigtabs .content-tabs .c-tab .row .col-2 .photo .tags .tag .value {
    font-weight: 400;
}
.block-05-25.bigtabs .content-tabs .c-tab .row .col-2 .photo .tags .desc {
    color: #00022799;
    text-align: left;
    padding: 10px 0 0;
    margin: 0 0 20px;
}

/* transition */
.block-05-25.bigtabs .content-tabs .c-tab {
    transition: all 0.4s ease;
    overflow: hidden;
}
.block-05-25.bigtabs .content-tabs .c-tab .row .col-1 .tab-row {
    transition: all 0.4s ease;
    overflow: hidden;
}
.block-05-25.bigtabs .content-tabs .c-tab .row .col-1 .tab-row .title {
    transition: background-color 0.3s ease;
}
.block-05-25.bigtabs .content-tabs .c-tab .row .col-1 .tab-row {
    max-height: 60px; /* высота заголовка */
    transition: max-height 0.5s ease;
    overflow: hidden;
}
.block-05-25.bigtabs .content-tabs .c-tab .row .col-1 .tab-row.active {
    max-height: unset; /* больше, чем может быть контента */
}

@media (max-width: 1170px) {
  .block-05-25.bigtabs {
    margin: 40px 10px;
  }
}
@media (max-width: 900px) {
  .block-05-25.bigtabs .content-tabs .c-tab .row .col-2 .photo {
    min-height: 470px;
  }
}
@media (max-width: 800px) {
  .block-05-25.bigtabs h2 {
    font-size: 24px;
    text-align: left;
    margin: 0 0 10px;
  }
  .block-05-25.bigtabs .desc {
    text-align: left;
  }
  .block-05-25.bigtabs .menu-tabs {
    display: none;
  }
  .block-05-25.bigtabs .content-tabs {
    margin: 20px 0;
    padding: 20px 10px 10px;
  }
  .block-05-25.bigtabs .content-tabs>.m-tab {
    display: block;
    color: #00BBFC;
    background: #FFF;
    padding: 0 30px;
    line-height: 48px;
    margin: 0 0 0px;
    border-radius: 100px;
    font-size: 16px;
    font-weight: 500;
    border: 1px solid #00BBFC;
    position: relative;
  }
  .block-05-25.bigtabs .content-tabs .m-tab {
    margin: 20px 0;
  }
  .block-05-25.bigtabs .content-tabs>.m-tab span {
    position: absolute;
    right: 10px;
    top: 8px;
    width: 32px;
    height: 32px;
    background: #00BBFC;
    border-radius: 50%;
    fill: #FFF;
    text-align: center;
    line-height: 32px;
    display: block;
  }
  .block-05-25.bigtabs .content-tabs>.m-tab span svg {
    margin: -4px 0 0;
    width: 20px;
    transform: rotate(-90deg);
  }
  .block-05-25.bigtabs .content-tabs>.m-tab.active span svg {
    margin: -4px 0 0;
    width: 16px;
    transform: rotate(90deg);
  }
  .block-05-25.bigtabs .content-tabs .c-tab .row {
    flex-direction: column-reverse;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 0;
  }
  .block-05-25.bigtabs .content-tabs .c-tab .row .col-1 {
    width: 100%;
  }
  .block-05-25.bigtabs .content-tabs .c-tab .row .col-2 {
    width: 100%;
  }
 .block-05-25.bigtabs .content-tabs .c-tab .row .col-2 .photo {
    min-height: auto;
    padding: 0;
    background: none !important;
 }
  .block-05-25.bigtabs .content-tabs .c-tab .row .col-2 .photo .tags {
    position: relative;
    bottom: unset;
    padding: 5px 20px 10px;
    width: 100%;
    margin: 0 0 30px;
  }
  .block-05-25.bigtabs .content-tabs .c-tab .row .col-2 .photo .tags .tag {
    font-size: 14px;
  }
  .block-05-25.bigtabs .content-tabs .c-tab .row .col-2 .photo .tags .desc {
    font-size: 12px;
    margin: 0 0 10px;
  }
  .block-05-25.bigtabs .content-tabs .c-tab .row .col-1 .tab-row .item {
    font-size: 14px;
  }
}

/*
 * 39. Страница с ценами и тамбами компактный / mintabs
 */
.block-05-25.bigtabs.mintabs {
    margin: 20px auto;
}
.block-05-25.bigtabs.mintabs .date {
    display: block;
    background: #f4f5f7;
    padding: 10px;
    border-radius: 100px;
    margin: 10px auto;
    max-width: 250px;
    text-align: center;
    color: #0C2636;
    box-shadow: 1px 1px 6px 2px #1c1b1b0d;
}
.block-05-25.bigtabs.mintabs .menu-tabs {
}
.block-05-25.bigtabs.mintabs .menu-tabs .m-tab {
    padding: 0 15px;
    margin: 0 5px;
    color: #00bbfc;
    background: #FFF;
    border: 1px solid #00bbfc;
}
.block-05-25.bigtabs.mintabs .menu-tabs .m-tab.active {
    color: #fff;
    background: #00BBFC;
}
.block-05-25.bigtabs.mintabs .content-tabs .c-tab .row .col-1 .tab-row.active {
    margin: 0;
}
.block-05-25.bigtabs.mintabs .content-tabs .c-tab .row .col-1 .tab-row .item {
    padding: 15px 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    align-items: center;

    background: #FFF;
    padding: 15px 20px;
    border: 1px solid #eee;
}
.block-05-25.bigtabs.mintabs .content-tabs .c-tab .row {
    gap: 0;
}
.block-05-25.bigtabs.mintabs .content-tabs .c-tab .row .col-1 {
    width: 100%;
}
.block-05-25.bigtabs.mintabs .content-tabs {
    padding: 0;
    border: none;
    /*border-radius: 0;*/
}
.block-05-25.bigtabs.mintabs .content-tabs .order {
    background: #00BBFC;
    padding: 0 30px;
    line-height: 48px;
    border-radius: 100px;
    color: #FFF;
    position: relative;
}
.block-05-25.bigtabs.mintabs .content-tabs .order:after {
    content: " ";
    display: block;
    position: absolute;
    left: -40px;
    height: 70px;
    width: 1px;
    background: #eee;
    top: -10px;
}
.block-05-25.bigtabs.mintabs .content-tabs .c-tab .row .col-1 .tab-row .item .label {
    color: #000227;
    font-size: 20px;
    font-weight: 700;
    width: 60%;
}
.block-05-25.bigtabs.mintabs .content-tabs .c-tab .row .col-1 .tab-row .item .status {
    display: block;
    color: #00BBFC;
    font-size: 16px;
    font-weight: 500;
    color: #00022775;
}
.block-05-25.bigtabs.mintabs .content-tabs .c-tab .row .col-1 .tab-row .item .value {
    display: block;
    color: #000227;
    font-size: 20px;
    padding: 0;
    font-weight: 500;
}
.block-05-25.bigtabs.mintabs .content-tabs .c-tab .row .col-1 .tab-row .item:first-child {
    border-radius: 24px 24px 0 0;
}
.block-05-25.bigtabs.mintabs .content-tabs .c-tab .row .col-1 .tab-row .item:has(+.hide),
	.block-05-25.bigtabs.mintabs .content-tabs .c-tab .row .col-1 .tab-row .item:last-child {
    border-radius:  0 0 24px 24px;
}
.block-05-25.bigtabs.mintabs .content-tabs .c-tab .row .col-1 .tab-row.active {
    max-height: unset;
}

.block-05-25.bigtabs.mintabs .readmore a {
    color: #000227;
    line-height: 48px;
    border-radius: 100px;
    font-size: 16px;
    cursor: pointer;
    padding: 0;
    margin: 0 5px;
    background: #FFF;
    border: 1px solid #00bbfc;
    color: #00bbfc;
    display: block;
    max-width: 220px;
    text-align: center;
    margin: 20px auto;
    text-decoration: none;
    font-weight: 500;
}
.block-05-25.bigtabs.mintabs .content-tabs .c-tab .row .col-1 .tab-row .item .label a {
    color: #00BBFC;
}

@media (min-width: 800px) {
  .block-05-25.bigtabs.mintabs  .content-tabs .c-tab .row .col-1 .tab-row .item:last-child a {
    color: #FFF;
    text-decoration: none;
  }
  .block-05-25.bigtabs.mintabs .content-tabs .c-tab .row .col-1 .tab-row .item:last-child .label a {
    color: #00BBFC;
  }

}
@media (max-width: 1000px) {
  .block-05-25.bigtabs.mintabs .content-tabs {
    padding: 0 10px;
  }
  .block-05-25.bigtabs.mintabs .content-tabs .order:after {
    left: -20px;
  }
}
@media (max-width: 900px) {
  .block-05-25.bigtabs.mintabs .content-tabs .c-tab .row .col-1 .tab-row .item .label {
    width: 50%;
  }
}
@media (max-width: 800px) {
  .block-05-25.bigtabs.mintabs h2 {
    font-size: 24px;
    text-align: center;
  }
  .block-05-25.bigtabs.mintabs .content-tabs .c-tab .row .col-1 .tab-row .item {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 30px 20px 15px;
  }
  .block-05-25.bigtabs.mintabs .content-tabs .c-tab .row .col-1 .tab-row .item .label {
    font-size: 16px;
    width: 100%;
  }
  .block-05-25.bigtabs.mintabs .content-tabs .c-tab .row .col-1 .tab-row .item .order {
    width: 100%;
    background: #FFF;
    color: #00BBFC;
    padding: 0;
    margin: 5px 0;
    line-height: 16px;
    font-size: 16px;
    display: inline-block;
    position: relative;
    max-width: 70px;
    text-decoration: none;
  }
  .block-05-25.bigtabs.mintabs .content-tabs .c-tab .row .col-1 .tab-row .item .order::after {
    content: "→";
    position: absolute;
        right: 0;
        top: -2px;
        left: unset;
        background: unset;
        height: unset;
  }
  .block-05-25.bigtabs.mintabs .content-tabs .c-tab .row .col-1 .tab-row .item .value {
    width: unset;
    font-size: 14px;
    line-height: 14px;
    color: #00022775;
  }
  .block-05-25.bigtabs.mintabs .content-tabs .c-tab .row .col-1 .tab-row .item .status {
    border-right: 2px solid #c7c7c7;
    padding: 0 10px 0 0;
    font-size: 14px;
    line-height: 14px;
    margin: 0 10px 0 0;
  }
  .block-05-25.bigtabs.mintabs .content-tabs .c-tab .row .col-1 .tab-row .item .meta {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    margin: 0 0 5px 0;
  }
}

/**
  40. Cleanon-Dez
 */
.block-05-25.san-1 {
     margin: 40px auto 60px;
}
.block-05-25.san-1 h2.title {
    text-align: left;
    margin: 20px 0 20px 0;
    font-weight: 700;
    font-size: 32px;
}
.block-05-25.san-1 .desc {
    font-size: 22px;
    line-height: 1.5em;
    max-width: 600px;
    margin: 0 0 20px 0;
}
.block-05-25.san-1 .row {
    margin: 50px 0 0 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 5%;
    width: 100%;
}
.block-05-25.san-1 .row .col-1 {
    width: 47.5%;
    background: #FFF;
    padding: 30px 50px;
    border-radius: 20px;
    font-size: 16px;
    line-height: 1.5em;
    color: #00022799;
    min-height: 370px;
}
.block-05-25.san-1 .row .col-1 .tx-2 {
    margin: 0 0 20px 0;
}
.block-05-25.san-1 .row .col-1 .tx-1 {
    font-size: 18px;
    color: #020429;
    line-height: 1.5;
}
.block-05-25.san-1 .row .col-1 .tx-1 a {
    color: #01B3FD;
}
.block-05-25.san-1 .row .col-1 .tx-1 a:hover {
    text-decoration: underline;
}
.block-05-25.san-1 .row .col-1 a.readmore {
    display: inline-block;
    background: linear-gradient(85.82deg, #01b3fd 11.28%, #00bcfc 85.26%);
    text-align: center;
    color: #FFF;
    padding: 18px 60px;
    border-radius: 52px;
    font-size: 16px;
    margin: 30px 0 0 0;
}
.block-05-25.san-1 .row .col-2 {
    width: 47.5%;
}
.block-05-25.san-1 .row .col-2 .wrap {
    background: linear-gradient(85.82deg, #01b3fd 11.28%, #00bcfc 85.26%);
    border-radius: 20px;
    width: 100%;
    min-height: 370px;
    position: relative;
    max-width: 400px;
    margin: 0 auto;
    }
.block-05-25.san-1 .row .col-2 .wrap img {
    max-width: 130%;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin: 0 0 0 -300px;
}
@media (max-width: 1170px) {
  .block-05-25.san-1 {
     margin: 40px 20px;
  }
}

@media (max-width: 900px) {
  .block-05-25.san-1 {
    padding: 0 15px;
  }
  .block-05-25.san-1 .desc {
    font-size: 18px;
    line-height: 1.5em;
  }
  .block-05-25.san-1 h2.title {
    font-size: 28px;
  }
  .block-05-25.san-1 .row {
    flex-direction: column-reverse;
    gap: 0;
  }
  .block-05-25.san-1 .row .col-1 {
    width: auto;
    min-height: auto;
    margin: 0 5% 50px 5%;
  }
  .block-05-25.san-1 .row .col-2 {
    width: 90%;
    min-height: auto;
    margin: 80px 5% 50px 5%;
  }
}
@media (max-width: 600px) {
  .block-05-25.san-1 {
    padding: 0;
  }
  .block-05-25.san-1 .row .col-1 {
    padding: 30px 20px;
  }
  .block-05-25.san-1 .row .col-2 .wrap {
    min-height: 270px;
  }
  .block-05-25.san-1 .row .col-2 .wrap img {
    max-width: 100%;
    left: 50%;
    margin: 0 0 0 -200px;
  }
}
@media (max-width: 400px) {
  .block-05-25.san-1 .row .col-2 {
    margin: 40px 5% 50px 5%;
  }
  .block-05-25.san-1 .row .col-2 .wrap {
    min-height: 200px;
  }
  .block-05-25.san-1 .row .col-2 .wrap img {
      max-width: 100%;
      left: 50%;
      margin: 0 0 0 -50%;
  }
}
