/* Extracted from inline WordPress/Elementor CSS. */
.cases-wrap{
  max-width:1100px;
  margin:0 auto;
  padding:20px 16px 40px;
  font-family:Arial,sans-serif;
}

.cases-wrap > h2{
  font-size:24px;
  line-height:1.25;
  font-weight:800;
  margin:0 0 16px;
  color:#111;
}

.case{
  margin-bottom:40px;
  background:#fff;
  border-radius:20px;
  padding:22px;
  box-shadow:0 10px 30px rgba(0,0,0,0.06);
}

.case-title{
  font-size:24px;
  margin-bottom:10px;
  color:#111;
}

.case-meta{
  font-size:14px;
  color:#555;
  margin-bottom:12px;
  line-height:1.6;
}

.case-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
  margin:18px 0;
}

.case-grid img{
  width:100%;
  border-radius:12px;
  display:block;
}

.case-desc{
  font-size:17px;
  margin-bottom:10px;
  line-height:1.6;
}

.case-problems{
  background:#fff7ed;
  padding:12px;
  border-left:4px solid #f97316;
  border-radius:10px;
  margin-bottom:10px;
}

.case-result{
  background:#f0fbfd;
  padding:12px;
  border-left:4px solid #0ab7c9;
  border-radius:10px;
}

@media(max-width:768px){
  .case-grid{
    grid-template-columns:1fr;
  }
}
.contacts-section{
  padding:40px 16px;
  background:#fff5cf;
  font-family:Arial,sans-serif;
}

.contacts-wrap{
  max-width:1100px;
  margin:0 auto;
}

.contacts-wrap h1{
  font-size:40px;
  margin:0 0 16px;
  color:#111;
}

.contacts-intro{
  font-size:18px;
  line-height:1.6;
  max-width:850px;
  margin:0 0 30px;
  color:#333;
}

.contacts-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:22px;
  margin-bottom:30px;
}

.contacts-card,
.contacts-master,
.contacts-socials{
  background:#fff;
  border-radius:22px;
  padding:24px;
  box-shadow:0 10px 30px rgba(0,0,0,0.06);
}

.contacts-card h2,
.contacts-master h2,
.contacts-socials h2{
  font-size:24px;
  margin:0 0 18px;
  color:#111;
}

.contacts-photo-box{
  border:1px dashed #94a3b8;
  border-radius:16px;
  padding:12px;
  background:#fff5cf;
}

.contacts-photo-box img{
  width:100%;
  display:block;
  border-radius:12px;
}

.contacts-hint{
  margin:12px 0 0;
  font-size:14px;
  color:#64748b;
}

.contacts-item{
  margin-bottom:14px;
  font-size:17px;
  line-height:1.5;
}

.contacts-item strong{
  display:block;
  color:#0a97a6;
  margin-bottom:4px;
}

.contacts-item a{
  color:#111;
  text-decoration:none;
  font-weight:700;
}

.contacts-master{
  display:grid;
  grid-template-columns:280px 1fr;
  gap:24px;
  align-items:center;
  margin-bottom:30px;
}

.contacts-master-photo img{
  width:100%;
  border-radius:18px;
  display:block;
}

.contacts-master-text p{
  font-size:17px;
  line-height:1.6;
  margin:0;
}

.contacts-social-links{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
}

.contacts-social-links a{
  display:inline-block;
  padding:12px 18px;
  border-radius:999px;
  background:#0ab7c9;
  color:#fff;
  text-decoration:none;
  font-weight:700;
}

.contacts-social-links a:hover{
  background:#089fb0;
}

@media(max-width:768px){
  .contacts-grid,
  .contacts-master{
    grid-template-columns:1fr;
  }

  .contacts-wrap h1{
    font-size:32px;
  }
}
.check{
  max-width:320px;
  margin:20px auto;
  padding:18px;
  background:#fff;
  border:1px dashed #ccc;
  font-family:monospace;
  font-size:14px;
  color:#111;
}

.check-header{
  text-align:center;
  margin-bottom:10px;
}

.check-line{
  border-top:1px dashed #999;
  margin:10px 0;
}

.check-body{
  font-size:13px;
}

.check-item{
  font-size:14px;
}

.check-item span{
  float:right;
}

.check-total{
  font-size:16px;
  text-align:right;
}

.check-footer{
  text-align:center;
  font-size:13px;
  margin-top:10px;
}
.docs-section{
  padding:40px 16px;
  background:#fff5cf;
  font-family:Arial,sans-serif;
}

.docs-wrap{
  max-width:1100px;
  margin:0 auto;
}

.docs-wrap h1{
  font-size:38px;
  margin-bottom:16px;
}

.docs-intro{
  font-size:18px;
  margin-bottom:30px;
  line-height:1.6;
}

.docs-block{
  margin-bottom:40px;
}

.docs-block h2{
  font-size:24px;
  margin-bottom:18px;
}

.docs-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}

.doc-card{
  background:#fff;
  border-radius:18px;
  padding:14px;
  text-align:center;
  box-shadow:0 10px 25px rgba(0,0,0,0.05);
}

.doc-card img{
  width:100%;
  border-radius:12px;
  margin-bottom:10px;
}

.doc-card p{
  font-size:15px;
  color:#333;
}

.docs-note{
  background:#f0fbfd;
  padding:16px;
  border-radius:14px;
  border-left:4px solid #0ab7c9;
  font-size:16px;
}

@media(max-width:768px){
  .docs-grid{
    grid-template-columns:1fr;
  }
}
.reviews-section{
  width:100%;
  padding:42px 16px;
  background:#fff5cf;
  font-family:Arial,sans-serif;
  box-sizing:border-box;
}

.reviews-wrap{
  max-width:1100px;
  margin:0 auto;
}

.reviews-wrap h1{
  margin:0 0 14px;
  font-size:38px;
  line-height:1.2;
  color:#111827;
}

.reviews-intro{
  max-width:850px;
  margin:0 0 28px;
  font-size:18px;
  line-height:1.6;
  color:#334155;
}

.review-card{
  background:#fff;
  border-radius:24px;
  padding:28px;
  margin-bottom:28px;
  box-shadow:0 12px 34px rgba(0,0,0,0.06);
  border-left:6px solid #0ab7c9;
}

.review-head{
  display:flex;
  align-items:center;
  gap:16px;
  margin-bottom:14px;
}

.review-avatar{
  width:58px;
  height:58px;
  border-radius:50%;
  background:#0ab7c9;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:28px;
  font-weight:700;
  flex-shrink:0;
}

.review-head h2{
  margin:0 0 4px;
  font-size:24px;
  color:#111827;
}

.review-head span{
  font-size:15px;
  color:#64748b;
}

.review-rating{
  font-size:22px;
  color:#f59e0b;
  margin-bottom:14px;
  letter-spacing:2px;
}

.review-text{
  margin:0 0 16px;
  font-size:17px;
  line-height:1.7;
  color:#334155;
}

.review-photos{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
  margin:22px 0;
}

.review-photo-item{
  position:relative;
  border-radius:18px;
  overflow:hidden;
  background:#f1f5f9;
}

.review-photo-wide{
  grid-column:1 / -1;
}

.review-photo-item span{
  position:absolute;
  top:12px;
  left:12px;
  background:#0ab7c9;
  color:#fff;
  padding:7px 12px;
  border-radius:999px;
  font-size:14px;
  font-weight:700;
  z-index:2;
}

.review-photo-item img{
  width:100%;
  display:block;
  border-radius:18px;
}

.review-original{
  display:inline-block;
  margin:4px 0 16px;
  padding:8px 12px;
  background:#ecfeff;
  border:1px solid #c9f4f8;
  border-radius:999px;
  color:#0a97a6;
  font-size:14px;
  font-weight:700;
}

.review-info{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:12px;
}

.review-info span{
  display:inline-block;
  background:#f0fbfd;
  border:1px solid #c9f4f8;
  color:#0a97a6;
  border-radius:999px;
  padding:8px 12px;
  font-size:14px;
  font-weight:700;
}

@media(max-width:768px){
  .reviews-section{
    padding:28px 12px;
  }

  .reviews-wrap h1{
    font-size:30px;
  }

  .reviews-intro{
    font-size:16px;
  }

  .review-card{
    padding:20px 16px;
    border-radius:18px;
  }

  .review-head{
    align-items:flex-start;
  }

  .review-head h2{
    font-size:21px;
  }

  .review-text{
    font-size:16px;
    line-height:1.6;
  }

  .review-photos{
    grid-template-columns:1fr;
  }
}
#dopolnitelnye-uslugi.rs-extra-services {
  width: 100% !important;
  padding: 70px 16px !important;
  background: #f6f7f9 !important;
  font-family: "Manrope", Arial, sans-serif !important;
  color: #172033 !important;
  box-sizing: border-box !important;
}

#dopolnitelnye-uslugi.rs-extra-services * {
  box-sizing: border-box !important;
  font-family: "Manrope", Arial, sans-serif !important;
}

#dopolnitelnye-uslugi .rs-extra-services__wrap {
  max-width: 1180px !important;
  margin: 0 auto !important;
}

#dopolnitelnye-uslugi .rs-extra-services__head {
  max-width: 850px !important;
  margin: 0 auto 38px !important;
  text-align: center !important;
}

#dopolnitelnye-uslugi .rs-extra-services__label {
  display: inline-block !important;
  margin-bottom: 14px !important;
  padding: 8px 16px !important;
  border-radius: 999px !important;
  background: rgba(10, 183, 201, 0.14) !important;
  color: #089fb0 !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
}

#dopolnitelnye-uslugi .rs-extra-services__head h2 {
  margin: 0 0 16px !important;
  font-size: 24px !important;
  line-height: 1.15 !important;
  font-weight: 800 !important;
  color: #101828 !important;
}

#dopolnitelnye-uslugi .rs-extra-services__head p {
  margin: 0 !important;
  font-size: 18px !important;
  line-height: 1.65 !important;
  color: #4b5563 !important;
  font-weight: 400 !important;
}

#dopolnitelnye-uslugi .rs-extra-services__grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 22px !important;
}

#dopolnitelnye-uslugi .rs-extra-service-card {
  display: flex !important;
  flex-direction: column !important;
  min-height: 245px !important;
  padding: 26px !important;
  border-radius: 24px !important;
  background: #ffffff !important;
  border: 1px solid #e5e7eb !important;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08) !important;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease !important;
}

#dopolnitelnye-uslugi .rs-extra-service-card:hover {
  transform: translateY(-4px) !important;
  border-color: rgba(10, 183, 201, 0.65) !important;
  box-shadow: 0 20px 44px rgba(15, 23, 42, 0.13) !important;
}

#dopolnitelnye-uslugi .rs-extra-service-card h3 {
  margin: 0 0 12px !important;
  font-size: 21px !important;
  line-height: 1.3 !important;
  font-weight: 800 !important;
  color: #111827 !important;
}

#dopolnitelnye-uslugi .rs-extra-service-card p {
  margin: 0 !important;
  font-size: 16px !important;
  line-height: 1.6 !important;
  color: #566173 !important;
  font-weight: 400 !important;
}

#dopolnitelnye-uslugi .rs-extra-service-card__bottom {
  margin-top: auto !important;
  padding-top: 22px !important;
}

#dopolnitelnye-uslugi .rs-extra-service-card__bottom span {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 38px !important;
  padding: 8px 16px !important;
  border-radius: 999px !important;
  background: #0ab7c9 !important;
  color: #ffffff !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  white-space: nowrap !important;
}

#dopolnitelnye-uslugi .rs-extra-services__note {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 24px !important;
  margin-top: 34px !important;
  padding: 24px 28px !important;
  border-radius: 24px !important;
  background: #ffffff !important;
  border: 1px solid #e5e7eb !important;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06) !important;
}

#dopolnitelnye-uslugi .rs-extra-services__note p {
  margin: 0 !important;
  max-width: 740px !important;
  font-size: 15px !important;
  line-height: 1.6 !important;
  color: #5b6472 !important;
  font-weight: 400 !important;
}

#dopolnitelnye-uslugi .rs-extra-services__btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 210px !important;
  min-height: 52px !important;
  padding: 14px 22px !important;
  border-radius: 999px !important;
  background: #0ab7c9 !important;
  color: #ffffff !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  text-decoration: none !important;
  border: none !important;
  cursor: pointer !important;
  transition: background 0.25s ease, transform 0.25s ease !important;
}

#dopolnitelnye-uslugi .rs-extra-services__btn:hover {
  background: #08aebe !important;
  color: #ffffff !important;
  transform: translateY(-2px) !important;
  text-decoration: none !important;
}

@media (max-width: 980px) {
  #dopolnitelnye-uslugi.rs-extra-services {
    padding: 56px 14px !important;
  }

  #dopolnitelnye-uslugi .rs-extra-services__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  #dopolnitelnye-uslugi .rs-extra-services__head h2 {
    font-size: 32px !important;
  }
}

@media (max-width: 640px) {
  #dopolnitelnye-uslugi.rs-extra-services {
    padding: 44px 12px !important;
  }

  #dopolnitelnye-uslugi .rs-extra-services__head {
    text-align: left !important;
    margin-bottom: 26px !important;
  }

  #dopolnitelnye-uslugi .rs-extra-services__head h2 {
    font-size: 24px !important;
  }

  #dopolnitelnye-uslugi .rs-extra-services__head p {
    font-size: 16px !important;
  }

  #dopolnitelnye-uslugi .rs-extra-services__grid {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

  #dopolnitelnye-uslugi .rs-extra-service-card {
    min-height: auto !important;
    padding: 22px !important;
    border-radius: 20px !important;
  }

  #dopolnitelnye-uslugi .rs-extra-service-card h3 {
    font-size: 20px !important;
  }

  #dopolnitelnye-uslugi .rs-extra-services__note {
    display: block !important;
    padding: 22px !important;
  }

  #dopolnitelnye-uslugi .rs-extra-services__btn {
    width: 100% !important;
    margin-top: 18px !important;
  }
}
.price-factors-section {
  width: 100%;
  padding: 70px 16px;
  background: #f6f7f9;
  font-family: "Manrope", Arial, sans-serif;
  color: #172033;
  box-sizing: border-box;
}

.price-factors-section .price-factors-wrap,
.price-factors-section .price-factors-head,
.price-factors-section .price-factors-grid,
.price-factors-section .price-factor-card,
.price-factors-section .price-factors-bottom {
  box-sizing: border-box;
}

.price-factors-wrap {
  max-width: 1180px;
  margin: 0 auto;
}

.price-factors-head {
  max-width: 860px;
  margin: 0 auto 38px;
  text-align: center;
}

.price-factors-label {
  display: inline-block;
  margin-bottom: 14px;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(10, 183, 201, 0.14);
  color: #089fb0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}

.price-factors-head h2 {
  margin: 0 0 16px;
  font-size: 24px;
  line-height: 1.15;
  font-weight: 800;
  color: #101828;
}

.price-factors-head p {
  margin: 0;
  font-size: 18px;
  line-height: 1.65;
  font-weight: 400;
  color: #4b5563;
}

.price-factors-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.price-factor-card {
  position: relative;
  min-height: 265px;
  padding: 26px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.price-factor-card:hover {
  transform: translateY(-4px);
  border-color: rgba(10, 183, 201, 0.65);
  box-shadow: 0 20px 44px rgba(15, 23, 42, 0.13);
}

.price-factor-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: #0ab7c9;
  color: #ffffff;
  font-size: 15px;
  line-height: 1;
  font-weight: 800;
}

.price-factor-card h3 {
  margin: 0 0 12px;
  font-size: 21px;
  line-height: 1.3;
  font-weight: 800;
  color: #111827;
}

.price-factor-card p {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  color: #566173;
}

.price-factors-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: 34px;
  padding: 28px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
}

.price-factors-bottom-text {
  max-width: 760px;
}

.price-factors-bottom h3 {
  margin: 0 0 8px;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 800;
  color: #111827;
}

.price-factors-bottom p {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  color: #5b6472;
}

.price-factors-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 210px;
  min-height: 52px;
  padding: 14px 22px;
  border-radius: 999px;
  background: #0ab7c9;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 800;
  text-decoration: none;
  transition: background 0.25s ease, transform 0.25s ease;
}

.price-factors-button:hover {
  background: #08aebe;
  color: #ffffff;
  transform: translateY(-2px);
  text-decoration: none;
}

@media (max-width: 980px) {
  .price-factors-section {
    padding: 56px 14px;
  }

  .price-factors-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .price-factors-head h2 {
    font-size: 24px;
  }

  .price-factors-bottom {
    align-items: flex-start;
  }
}

@media (max-width: 640px) {
  .price-factors-section {
    padding: 44px 12px;
  }

  .price-factors-head {
    text-align: left;
    margin-bottom: 26px;
  }

  .price-factors-head h2 {
    font-size: 27px;
  }

  .price-factors-head p {
    font-size: 16px;
  }

  .price-factors-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .price-factor-card {
    min-height: auto;
    padding: 22px;
    border-radius: 20px;
  }

  .price-factor-card h3 {
    font-size: 20px;
  }

  .price-factors-bottom {
    display: block;
    padding: 22px;
  }

  .price-factors-button {
    width: 100%;
    margin-top: 18px;
  }
}.bath-price-section {
  width: 100%;
  padding: 70px 16px;
  background: #f6f7f9;
  font-family: "Manrope", Arial, sans-serif;
  color: #111827;
  box-sizing: border-box;
}

.bath-price-section * {
  box-sizing: border-box;
  font-family: "Manrope", Arial, sans-serif;
}

.bath-price-wrap {
  max-width: 1320px;
  margin: 0 auto;
}

.bath-price-head {
  max-width: 860px;
  margin: 0 auto 42px;
  text-align: center;
}

.bath-price-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(10, 183, 201, 0.14);
  color: #089fb0;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 800;
}

.bath-price-head h2 {
  margin: 0 0 16px;
  font-size: 40px;
  line-height: 1.15;
  font-weight: 800;
  color: #101828;
}

.bath-price-head p {
  margin: 0;
  font-size: 18px;
  line-height: 1.65;
  font-weight: 400;
  color: #4b5563;
}

.bath-price-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}

.bath-price-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 28px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  box-shadow: 0 16px 38px rgba(15, 23, 42, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.bath-price-card:hover {
  transform: translateY(-5px);
  border-color: rgba(10, 183, 201, 0.7);
  box-shadow: 0 24px 52px rgba(15, 23, 42, 0.14);
}

.bath-price-card__image {
  position: relative;
  height: 230px;
  overflow: hidden;
  background: #e5e7eb;
}

.bath-price-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.bath-price-card:hover .bath-price-card__image img {
  transform: scale(1.04);
}

.bath-price-card__body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 26px;
}

.bath-price-card__top {
  min-height: 188px;
}

.bath-price-card__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  padding: 8px 16px;
  border-radius: 999px;
  background: #0ab7c9;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 800;
}

.bath-price-card__badge--popular {
  background: #101828;
}

.bath-price-card h3 {
  margin: 0 0 12px;
  font-size: 27px;
  line-height: 1.2;
  font-weight: 800;
  color: #050505;
}

.bath-price-card__desc {
  margin: 0;
  font-size: 16px;
  line-height: 1.55;
  font-weight: 400;
  color: #4b5563;
}

.bath-price-info {
  margin: 22px 0 0;
  padding: 18px 0;
  border-top: 1px solid #e5e7eb;
  border-bottom: 1px solid #e5e7eb;
}

.bath-price-info__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 1.4;
}

.bath-price-info__row:last-child {
  margin-bottom: 0;
}

.bath-price-info__row span {
  color: #111827;
  font-weight: 600;
}

.bath-price-info__row b {
  color: #6b7280;
  font-weight: 500;
  text-align: right;
}

.bath-price-list {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.bath-price-list li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 24px;
  font-size: 15px;
  line-height: 1.45;
  color: #4b5563;
}

.bath-price-list li:last-child {
  margin-bottom: 0;
}

.bath-price-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #0ab7c9;
}

.bath-price-box {
  margin-top: auto;
  padding: 18px;
  border-radius: 22px;
  background: rgba(10, 183, 201, 0.12);
}

.bath-price-box__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 12px;
}

.bath-price-box__row:last-of-type {
  margin-bottom: 0;
}

.bath-price-box__size {
  font-size: 16px;
  line-height: 1.3;
  color: #111827;
  font-weight: 700;
}

.bath-price-box__cost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 106px;
  min-height: 40px;
  padding: 8px 15px;
  border-radius: 999px;
  border: 1px solid #0ab7c9;
  background: #ffffff;
  color: #089fb0;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 800;
  white-space: nowrap;
}

.bath-price-box__note {
  margin: 14px 0 0;
  padding-top: 14px;
  border-top: 1px solid rgba(10, 183, 201, 0.22);
  font-size: 14px;
  line-height: 1.5;
  color: #4b5563;
}

.bath-price-note {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: 32px;
  padding: 26px 28px;
  border-radius: 26px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
}

.bath-price-note h3 {
  margin: 0 0 8px;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 800;
  color: #111827;
}

.bath-price-note p {
  margin: 0;
  max-width: 820px;
  font-size: 16px;
  line-height: 1.6;
  color: #5b6472;
}

.bath-price-note__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  min-height: 52px;
  padding: 14px 22px;
  border-radius: 999px;
  background: #0ab7c9;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 800;
  text-decoration: none;
  transition: background 0.25s ease, transform 0.25s ease;
}

.bath-price-note__button:hover {
  background: #08aebe;
  color: #ffffff;
  text-decoration: none;
  transform: translateY(-2px);
}

@media (max-width: 1100px) {
  .bath-price-grid {
    gap: 20px;
  }

  .bath-price-card h3 {
    font-size: 24px;
  }

  .bath-price-card__body {
    padding: 22px;
  }
}

@media (max-width: 980px) {
  .bath-price-section {
    padding: 56px 14px;
  }

  .bath-price-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bath-price-head h2 {
    font-size: 34px;
  }

  .bath-price-note {
    align-items: flex-start;
  }
}

@media (max-width: 680px) {
  .bath-price-section {
    padding: 44px 12px;
  }

  .bath-price-head {
    text-align: left;
    margin-bottom: 28px;
  }

  .bath-price-head h2 {
    font-size: 28px;
  }

  .bath-price-head p {
    font-size: 16px;
  }

  .bath-price-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .bath-price-card {
    border-radius: 24px;
  }

  .bath-price-card__image {
    height: 210px;
  }

  .bath-price-card__top {
    min-height: auto;
  }

  .bath-price-card h3 {
    font-size: 24px;
  }

  .bath-price-card__body {
    padding: 22px;
  }

  .bath-price-note {
    display: block;
    padding: 22px;
  }

  .bath-price-note__button {
    width: 100%;
    margin-top: 18px;
  }
}.rs-calc {
  width: 100%;
  max-width: 100%;
  padding: 32px 12px;
  background: #f7f7f7;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
  overflow-x: hidden;
}

.rs-calc__wrap {
  width: 100%;
  max-width: 860px;
  min-width: 0;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 22px;
  padding: 24px;
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
}

.rs-calc__head {
  max-width: 680px;
  margin-bottom: 22px;
}

.rs-calc__badge {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 10px;
  padding: 7px 13px;
  border-radius: 999px;
  background: rgba(10, 183, 201, 0.14);
  color: #087f8c;
  font-size: 13px;
  font-weight: 700;
  overflow-wrap: anywhere;
}

.rs-calc__head h2 {
  margin: 0 0 10px;
  font-size: 28px;
  line-height: 1.15;
  color: #111111;
  overflow-wrap: anywhere;
}

.rs-calc__head p {
  margin: 0;
  font-size: 15px;
  line-height: 1.5;
  color: #555555;
  overflow-wrap: anywhere;
}

.rs-calc__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.75fr);
  gap: 20px;
  align-items: start;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
}

.rs-calc__form,
.rs-calc__result,
.rs-field,
.rs-client-fields {
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
}

.rs-calc__form {
  display: grid;
  gap: 14px;
}

.rs-field label {
  display: block;
  margin-bottom: 7px;
  font-size: 14px;
  font-weight: 700;
  color: #222222;
  overflow-wrap: anywhere;
}

.rs-field select {
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding: 13px 38px 13px 14px;
  border: 1px solid #d8d8d8;
  border-radius: 12px;
  background-color: #ffffff;
  color: #222222;
  font-size: 15px;
  line-height: 1.35;
  outline: none;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  appearance: none;
  -webkit-appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, #111111 50%),
    linear-gradient(135deg, #111111 50%, transparent 50%);
  background-position:
    calc(100% - 20px) 50%,
    calc(100% - 14px) 50%;
  background-size:
    6px 6px,
    6px 6px;
  background-repeat: no-repeat;
}

.rs-field select:focus {
  border-color: #0ab7c9;
  box-shadow: 0 0 0 3px rgba(10, 183, 201, 0.18);
}

.rs-result-card {
  position: sticky;
  top: 18px;
  max-width: 100%;
  min-width: 0;
  padding: 20px;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(10, 183, 201, 0.12) 0%, #ffffff 100%);
  border: 1px solid rgba(10, 183, 201, 0.35);
  box-sizing: border-box;
}

.rs-result-label {
  display: block;
  margin-bottom: 8px;
  color: #087f8c;
  font-weight: 700;
  font-size: 14px;
  overflow-wrap: anywhere;
}

.rs-result-price {
  margin-bottom: 16px;
  font-size: 38px;
  line-height: 1;
  font-weight: 800;
  color: #111111;
  overflow-wrap: anywhere;
}

.rs-result-list {
  display: grid;
  gap: 9px;
  margin-bottom: 14px;
}

.rs-result-list div {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3px;
  min-width: 0;
  padding-bottom: 9px;
  border-bottom: 1px solid #e7e7e7;
  font-size: 14px;
}

.rs-result-list span {
  min-width: 0;
  color: #555555;
  overflow-wrap: anywhere;
}

.rs-result-list b {
  min-width: 0;
  color: #111111;
  font-weight: 700;
  white-space: normal;
  overflow-wrap: anywhere;
}

.rs-note {
  margin: 0 0 14px;
  font-size: 13px;
  line-height: 1.45;
  color: #666666;
  overflow-wrap: anywhere;
}

.rs-client-fields {
  display: grid;
  gap: 9px;
  margin: 14px 0;
}

.rs-client-fields input {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding: 12px 13px;
  border: 1px solid #d8d8d8;
  border-radius: 12px;
  background: #ffffff;
  color: #111111;
  font-size: 14px;
  line-height: 1.35;
  outline: none;
  box-sizing: border-box;
}

.rs-client-fields input:focus {
  border-color: #0ab7c9;
  box-shadow: 0 0 0 3px rgba(10, 183, 201, 0.18);
}

.rs-send-telegram {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 48px;
  border: none;
  border-radius: 14px;
  background: #111111;
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  text-align: center;
  cursor: pointer;
  transition: 0.2s ease;
  overflow-wrap: anywhere;
}

.rs-send-telegram:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.16);
}

.rs-send-status {
  margin: 0;
  font-size: 13px;
  line-height: 1.35;
  color: #333333;
  overflow-wrap: anywhere;
}

.rs-call {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 48px;
  border-radius: 14px;
  background: #0ab7c9;
  color: #ffffff !important;
  text-decoration: none;
  font-size: 15px;
  font-weight: 800;
  text-align: center;
  transition: 0.2s ease;
  overflow-wrap: anywhere;
  box-sizing: border-box;
}

.rs-call:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(10, 183, 201, 0.28);
}

@media (max-width: 760px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  .rs-calc {
    padding: 24px 6px;
  }

  .rs-calc__wrap {
    padding: 14px;
    border-radius: 18px;
  }

  .rs-calc__head {
    margin-bottom: 18px;
  }

  .rs-calc__head h2 {
    font-size: 22px;
    line-height: 1.18;
  }

  .rs-calc__head p {
    font-size: 14px;
  }

  .rs-calc__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .rs-field label {
    font-size: 14px;
  }

  .rs-field select {
    font-size: 13px;
    line-height: 1.3;
    padding-left: 10px;
    padding-right: 34px;
  }

  .rs-result-card {
    position: static;
    padding: 14px 12px;
    border-radius: 16px;
  }

  .rs-result-price {
    font-size: 30px;
  }

  .rs-client-fields input,
  .rs-send-telegram,
  .rs-call {
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
  }
}.rs-extra-box {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
}

.rs-extra-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  min-height: 48px;
  padding: 13px 14px;
  border: 1px solid rgba(10, 183, 201, 0.35);
  border-radius: 14px;
  background: rgba(10, 183, 201, 0.08);
  color: #111111;
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
  text-align: left;
  box-sizing: border-box;
}

.rs-extra-toggle span {
  min-width: 0;
  overflow-wrap: anywhere;
}

.rs-extra-toggle b {
  flex: 0 0 auto;
  padding: 5px 9px;
  border-radius: 999px;
  background: #0ab7c9;
  color: #ffffff;
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}

.rs-extra-toggle::after {
  content: "↓";
  flex: 0 0 auto;
  font-size: 16px;
  font-weight: 800;
  color: #087f8c;
}

.rs-extra-box.rs-extra-open .rs-extra-toggle::after {
  content: "↑";
}

.rs-extra-content {
  display: none;
  gap: 9px;
  margin-top: 10px;
}

.rs-extra-box.rs-extra-open .rs-extra-content {
  display: grid;
}

.rs-check {
  display: flex;
  max-width: 100%;
  min-width: 0;
  gap: 10px;
  align-items: flex-start;
  margin: 0;
  padding: 11px 12px;
  border: 1px solid #e3e3e3;
  border-radius: 12px;
  background: #fbfbfb;
  cursor: pointer;
  box-sizing: border-box;
}

.rs-check input {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin-top: 1px;
  accent-color: #0ab7c9;
}

.rs-check span {
  min-width: 0;
  font-size: 14px;
  line-height: 1.35;
  color: #333333;
  overflow-wrap: anywhere;
}

@media (max-width: 760px) {
  .rs-extra-toggle {
    min-height: 46px;
    padding: 12px 10px;
    font-size: 14px;
  }

  .rs-extra-toggle b {
    font-size: 11px;
    padding: 4px 7px;
  }

  .rs-check {
    padding: 10px;
  }

  .rs-check span {
    font-size: 13px;
  }
}
/* Исправление размера и регистра заголовков в блоке cases */
.cases-wrap h2.case-title,
.cases-wrap > h2 {
  font-size: 24px !important;
  line-height: 1.25 !important;
  font-weight: 800 !important;
  text-transform: none !important;
  letter-spacing: normal !important;
}

@media (max-width: 768px) {
  .cases-wrap h2.case-title,
  .cases-wrap > h2 {
    font-size: 22px !important;
    line-height: 1.25 !important;
    text-transform: none !important;
    letter-spacing: normal !important;
  }
}

/* Keep page content typography consistent with the home price blocks. */
main#content,
main#content .elementor-heading-title,
main#content .elementor-widget-text-editor,
main#content .elementor-icon-box-title,
main#content .elementor-icon-box-description,
main#content .elementor-button,
main#content p,
main#content li,
main#content input,
main#content textarea,
.branch-page,
.branch-page *,
.city-hero,
.city-hero *,
.bath-price-section,
.bath-price-section *,
#dopolnitelnye-uslugi.rs-extra-services,
#dopolnitelnye-uslugi.rs-extra-services * {
  font-family: "Manrope", Arial, sans-serif !important;
}

/* Documents page redesign. */
body.page-id-8454 main#content {
  background: #f5f8fb;
  color: #101828;
}

body.page-id-8454 .elementor-8454 > .elementor-element-3d1c063 {
  display: none;
}

body.page-id-8454 .elementor-8454 .elementor-element-e113b4b {
  padding: 34px 16px 8px;
  background: #f5f8fb;
}

body.page-id-8454 .elementor-8454 .elementor-element-e113b4b > .e-con-inner {
  max-width: 1180px;
}

body.page-id-8454 h1.elementor-heading-title {
  max-width: 760px;
  margin: 0;
  color: #101828;
  font-size: 25px !important;
  line-height: 1.25 !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
}

body.page-id-8454 .docs-section {
  padding: 18px 16px 70px;
  background: #f5f8fb;
  font-family: "Manrope", Arial, sans-serif;
}

body.page-id-8454 .docs-wrap {
  max-width: 1180px;
  margin: 0 auto;
}

body.page-id-8454 .docs-intro {
  max-width: 900px;
  margin: 0 0 26px;
  padding: 18px 20px 18px 22px;
  border-left: 4px solid #0ab7c9;
  background: #ffffff;
  color: #3f4f63;
  font-size: 16px;
  line-height: 1.65;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.06);
}

body.page-id-8454 .docs-block {
  margin: 0 0 34px;
}

body.page-id-8454 .docs-block h2 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: #101828;
  font-size: 22px !important;
  line-height: 1.25 !important;
  font-weight: 800 !important;
}

body.page-id-8454 .docs-block h2::before {
  content: "";
  flex: 0 0 auto;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #0ab7c9;
}

body.page-id-8454 .docs-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

body.page-id-8454 .doc-card {
  min-width: 0;
  padding: 14px;
  border: 1px solid #dfe9ee;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.07);
}

body.page-id-8454 .doc-card img {
  display: block;
  width: 100%;
  max-height: 330px;
  min-height: 180px;
  object-fit: contain;
  object-position: center;
  padding: 10px;
  border: 1px solid #edf3f5;
  border-radius: 6px;
  background: #f8fbfc;
}

body.page-id-8454 .doc-card p {
  margin: 12px 0 0;
  color: #111827;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 700;
}

body.page-id-8454 .docs-info {
  margin: 0 0 18px;
  padding: 20px 22px;
  border: 1px solid #dfe9ee;
  border-radius: 8px;
  background: #ffffff;
}

body.page-id-8454 .docs-info p {
  margin: 0 0 14px;
  color: #3f4f63;
  font-size: 16px;
  line-height: 1.65;
}

body.page-id-8454 .docs-info ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.page-id-8454 .docs-info li {
  position: relative;
  padding-left: 22px;
  color: #243247;
  font-size: 15px;
  line-height: 1.45;
}

body.page-id-8454 .docs-info li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #0ab7c9;
}

@media (max-width: 900px) {
  body.page-id-8454 .docs-grid,
  body.page-id-8454 .docs-info ul {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  body.page-id-8454 .elementor-8454 .elementor-element-e113b4b {
    padding: 24px 12px 4px;
  }

  body.page-id-8454 h1.elementor-heading-title {
    font-size: 24px !important;
  }

  body.page-id-8454 .docs-section {
    padding: 14px 12px 54px;
  }

  body.page-id-8454 .docs-intro,
  body.page-id-8454 .docs-info {
    padding: 16px;
  }

  body.page-id-8454 .docs-block h2 {
    font-size: 20px !important;
  }

  body.page-id-8454 .docs-grid,
  body.page-id-8454 .docs-info ul {
    grid-template-columns: 1fr;
  }

  body.page-id-8454 .doc-card img {
    max-height: 300px;
    min-height: 160px;
  }
}

/* Utility pages redesign: photos, reviews, contacts, documents, prices. */
body.page-id-8269 main#content,
body.page-id-4816 main#content,
body.page-id-18 main#content,
body.page-id-8454 main#content,
body.page-id-16 main#content {
  background: #f5f8fb;
  color: #101828;
}

body.page-id-8269 .elementor-8269 > .elementor-element-6212a36,
body.page-id-8269 .elementor-8269 > .elementor-element-002ebe2 {
  display: none;
}

body.page-id-8269 .elementor-8269 > .elementor-element-45172be,
body.page-id-4816 .elementor-4816 > .elementor-element-99ba899,
body.page-id-18 .elementor-18 > .elementor-element-4b039a4,
body.page-id-16 .elementor-16 > .elementor-element-c14c978 {
  padding: 36px 16px 8px;
  background: #f5f8fb;
}

body.page-id-8269 .elementor-8269 > .elementor-element-45172be > .e-con-inner,
body.page-id-4816 .elementor-4816 > .elementor-element-99ba899 > .e-con-inner,
body.page-id-18 .elementor-18 > .elementor-element-4b039a4 > .e-con-inner,
body.page-id-16 .elementor-16 > .elementor-element-c14c978 > .e-con-inner {
  max-width: 1180px;
}

body.page-id-8269 .elementor-8269 > .elementor-element-45172be h2.elementor-heading-title,
body.page-id-4816 .elementor-4816 > .elementor-element-99ba899 h2.elementor-heading-title,
body.page-id-18 .elementor-18 > .elementor-element-4b039a4 h2.elementor-heading-title,
body.page-id-16 .elementor-16 > .elementor-element-c14c978 h2.elementor-heading-title {
  max-width: 820px;
  margin: 0;
  color: #101828;
  font-size: 34px !important;
  line-height: 1.16 !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

body.page-id-8269 .photo-intro,
body.page-id-18 .contacts-section,
body.page-id-16 .price-intro {
  padding: 20px 16px 22px;
  background: #f5f8fb;
  font-family: "Manrope", Arial, sans-serif;
}

body.page-id-8269 .photo-intro__wrap,
body.page-id-18 .contacts-wrap,
body.page-id-16 .price-intro__wrap {
  max-width: 1180px;
  margin: 0 auto;
}

body.page-id-8269 .photo-intro__wrap,
body.page-id-18 .contacts-intro,
body.page-id-16 .price-intro__wrap {
  padding: 18px 20px 18px 22px;
  border-left: 4px solid #0ab7c9;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.06);
}

body.page-id-8269 .photo-intro p,
body.page-id-18 .contacts-intro,
body.page-id-16 .price-intro p {
  margin: 0 0 12px;
  color: #3f4f63;
  font-size: 16px;
  line-height: 1.65;
}

body.page-id-8269 .photo-intro p:last-child,
body.page-id-16 .price-intro p:last-child {
  margin-bottom: 0;
}

body.page-id-8269 .cases-wrap {
  max-width: 1180px;
  padding: 22px 16px 76px;
  font-family: "Manrope", Arial, sans-serif;
}

body.page-id-8269 .case {
  margin-bottom: 24px;
  padding: 22px;
  border: 1px solid #dfe9ee;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.07);
}

body.page-id-8269 .case-title {
  margin: 0 0 10px;
  color: #101828;
  font-size: 22px !important;
  line-height: 1.25;
  font-weight: 800;
}

body.page-id-8269 .case-meta {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 4px 8px;
  max-width: 100%;
  margin: 0 0 14px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(10, 183, 201, 0.12);
  color: #089fb0;
  font-size: 13px;
  line-height: 1.45;
  font-weight: 700;
}

body.page-id-8269 .case-grid {
  gap: 14px;
  margin: 18px 0;
}

body.page-id-8269 .case-grid img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border: 1px solid #edf3f5;
  border-radius: 8px;
  background: #edf3f5;
}

body.page-id-8269 .case-desc {
  margin: 0 0 12px;
  color: #3f4f63;
  font-size: 16px;
  line-height: 1.65;
}

body.page-id-8269 .case-problems,
body.page-id-8269 .case-result {
  padding: 14px 16px;
  border-radius: 8px;
  font-size: 15px;
  line-height: 1.55;
}

body.page-id-8269 .case-problems {
  background: #fff8ed;
  border-left: 4px solid #f59e0b;
}

body.page-id-8269 .case-result {
  background: #ecfeff;
  border-left: 4px solid #0ab7c9;
}

body.page-id-4816 .elementor-4816 > .elementor-element-57af863,
body.page-id-4816 .elementor-4816 > .elementor-element-6366089,
body.page-id-4816 .elementor-4816 > .elementor-element-a8f7812 {
  padding-left: 16px;
  padding-right: 16px;
  background: #f5f8fb !important;
}

body.page-id-4816 .elementor-4816 > .elementor-element-57af863 > .e-con-inner,
body.page-id-4816 .elementor-4816 > .elementor-element-a8f7812 > .e-con-inner,
body.page-id-4816 .elementor-4816 .container {
  max-width: 1180px;
}

body.page-id-4816 .elementor-4816 > .elementor-element-57af863 {
  padding-top: 16px;
  padding-bottom: 24px;
}

body.page-id-4816 .elementor-4816 > .elementor-element-57af863 .elementor-heading-title {
  color: #3f4f63;
  font-size: 18px !important;
  line-height: 1.55 !important;
  font-weight: 500 !important;
}

body.page-id-4816 .elementor-4816 > .elementor-element-6366089 {
  padding-top: 12px;
  padding-bottom: 30px;
}

body.page-id-4816 .elementor-4816 > .elementor-element-6366089 .e-con.e-child {
  min-width: 0;
  border-radius: 8px;
}

body.page-id-4816 .elementor-4816 > .elementor-element-6366089 img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

body.page-id-4816 .elementor-4816 > .elementor-element-a8f7812 {
  padding-top: 18px;
  padding-bottom: 76px;
}

body.page-id-4816 .elementor-4816 > .elementor-element-a8f7812 h2.elementor-heading-title {
  margin: 0 0 18px;
  color: #101828;
  font-size: 28px !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
}

body.page-id-4816 .my-overfl,
body.page-id-4816 .e-n-accordion {
  overflow: visible !important;
}

body.page-id-4816 .e-n-accordion {
  display: grid;
  gap: 14px;
}

body.page-id-4816 .e-n-accordion-item {
  border: 1px solid #dfe9ee;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.07);
  overflow: hidden;
}

body.page-id-4816 .e-n-accordion-item-title {
  padding: 17px 18px;
  background: #ffffff;
}

body.page-id-4816 .e-n-accordion-item-title-text {
  color: #101828;
  font-size: 17px;
  line-height: 1.35;
  font-weight: 800;
}

body.page-id-4816 .e-n-accordion-item[open] .e-n-accordion-item-title {
  border-bottom: 1px solid #dfe9ee;
  background: #ecfeff;
}

body.page-id-4816 .e-n-accordion-item .elementor-heading-title {
  color: #101828;
  font-size: 19px !important;
  line-height: 1.35 !important;
  font-weight: 800 !important;
}

body.page-id-4816 .e-n-accordion-item .elementor-widget-image img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px;
  background: #edf3f5;
}

body.page-id-18 .contacts-section {
  padding-bottom: 76px;
}

body.page-id-18 .contacts-wrap {
  max-width: 1180px;
}

body.page-id-18 .contacts-intro {
  max-width: 900px;
  margin: 0 0 26px;
}

body.page-id-18 .contacts-grid {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 18px;
  margin-bottom: 24px;
}

body.page-id-18 .contacts-card,
body.page-id-18 .contacts-master,
body.page-id-18 .contacts-socials {
  border: 1px solid #dfe9ee;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.07);
}

body.page-id-18 .contacts-card h2,
body.page-id-18 .contacts-master h2,
body.page-id-18 .contacts-socials h2 {
  margin: 0 0 16px;
  color: #101828;
  font-size: 22px !important;
  line-height: 1.25;
  font-weight: 800;
}

body.page-id-18 .contacts-photo-box {
  border: 1px solid #dfe9ee;
  border-radius: 8px;
  background: #f8fbfc;
}

body.page-id-18 .contacts-photo-box img,
body.page-id-18 .contacts-master-photo img {
  border-radius: 8px;
}

body.page-id-18 .contacts-item {
  margin: 0;
  padding: 13px 0;
  border-bottom: 1px solid #edf3f5;
  color: #3f4f63;
  font-size: 16px;
  line-height: 1.55;
}

body.page-id-18 .contacts-item:last-child {
  border-bottom: 0;
}

body.page-id-18 .contacts-item strong {
  color: #089fb0;
}

body.page-id-18 .contacts-master {
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 22px;
  margin-bottom: 24px;
}

body.page-id-18 .contacts-master-text p {
  color: #3f4f63;
  font-size: 16px;
  line-height: 1.65;
}

body.page-id-18 .contacts-social-links a {
  border-radius: 8px;
  background: #0ab7c9;
}

body.page-id-18 .contacts-social-links a:hover {
  background: #089fb0;
}

body.page-id-16 .price-intro {
  padding-bottom: 28px;
}

body.page-id-16 .price-intro__wrap {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

body.page-id-16 .bath-price-section,
body.page-id-16 #dopolnitelnye-uslugi.rs-extra-services,
body.page-id-16 .price-factors-section,
body.page-id-16 .rs-calc {
  background: #f5f8fb !important;
}

body.page-id-16 .bath-price-head h2,
body.page-id-16 #dopolnitelnye-uslugi .rs-extra-services__head h2,
body.page-id-16 .price-factors-head h2,
body.page-id-16 .rs-calc__head h2 {
  font-size: 32px !important;
  line-height: 1.18 !important;
}

body.page-id-16 .bath-price-card,
body.page-id-16 .price-factor-card,
body.page-id-16 .price-factors-bottom,
body.page-id-16 .bath-price-note,
body.page-id-16 .rs-calc__wrap {
  border: 1px solid #dfe9ee !important;
  border-radius: 8px !important;
  background: #ffffff !important;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.07) !important;
}

body.page-id-16 .bath-price-card__image,
body.page-id-16 .bath-price-card__image img {
  border-radius: 8px 8px 0 0 !important;
}

body.page-id-16 .bath-price-box,
body.page-id-16 .rs-calc__form,
body.page-id-16 .rs-calc__result,
body.page-id-16 .rs-calc input,
body.page-id-16 .rs-calc select,
body.page-id-16 .rs-calc textarea,
body.page-id-16 .rs-check {
  border-radius: 8px !important;
}

@media (max-width: 900px) {
  body.page-id-18 .contacts-grid,
  body.page-id-18 .contacts-master {
    grid-template-columns: 1fr;
  }

  body.page-id-4816 .elementor-4816 > .elementor-element-6366089 .e-con.e-child {
    width: 100%;
  }
}

@media (max-width: 640px) {
  body.page-id-8269 .elementor-8269 > .elementor-element-45172be,
  body.page-id-4816 .elementor-4816 > .elementor-element-99ba899,
  body.page-id-18 .elementor-18 > .elementor-element-4b039a4,
  body.page-id-16 .elementor-16 > .elementor-element-c14c978 {
    padding: 24px 12px 6px;
  }

  body.page-id-8269 .elementor-8269 > .elementor-element-45172be h2.elementor-heading-title,
  body.page-id-4816 .elementor-4816 > .elementor-element-99ba899 h2.elementor-heading-title,
  body.page-id-18 .elementor-18 > .elementor-element-4b039a4 h2.elementor-heading-title,
  body.page-id-16 .elementor-16 > .elementor-element-c14c978 h2.elementor-heading-title {
    font-size: 26px !important;
  }

  body.page-id-8269 .photo-intro,
  body.page-id-18 .contacts-section,
  body.page-id-16 .price-intro {
    padding-left: 12px;
    padding-right: 12px;
  }

  body.page-id-8269 .photo-intro__wrap,
  body.page-id-18 .contacts-intro,
  body.page-id-16 .price-intro__wrap {
    padding: 16px;
  }

  body.page-id-8269 .cases-wrap {
    padding: 16px 12px 58px;
  }

  body.page-id-8269 .case {
    padding: 16px;
  }

  body.page-id-8269 .case-title,
  body.page-id-18 .contacts-card h2,
  body.page-id-18 .contacts-master h2,
  body.page-id-18 .contacts-socials h2 {
    font-size: 20px !important;
  }

  body.page-id-4816 .elementor-4816 > .elementor-element-57af863,
  body.page-id-4816 .elementor-4816 > .elementor-element-6366089,
  body.page-id-4816 .elementor-4816 > .elementor-element-a8f7812 {
    padding-left: 12px;
    padding-right: 12px;
  }

  body.page-id-4816 .elementor-4816 > .elementor-element-a8f7812 h2.elementor-heading-title,
  body.page-id-16 .bath-price-head h2,
  body.page-id-16 #dopolnitelnye-uslugi .rs-extra-services__head h2,
  body.page-id-16 .price-factors-head h2,
  body.page-id-16 .rs-calc__head h2 {
    font-size: 24px !important;
  }

  body.page-id-4816 .e-n-accordion-item-title {
    padding: 15px 14px;
  }

  body.page-id-4816 .e-n-accordion-item-title-text {
    font-size: 16px;
  }

  body.page-id-18 .contacts-card,
  body.page-id-18 .contacts-master,
  body.page-id-18 .contacts-socials {
    padding: 18px;
  }
}

/* Match utility pages with the /filialy/ main-content style. */
body.page-id-8269 main#content,
body.page-id-4816 main#content,
body.page-id-18 main#content,
body.page-id-8454 main#content,
body.page-id-16 main#content {
  --branch-accent: #12bfd2;
  --branch-accent-dark: #0795a8;
  --branch-ink: #101828;
  --branch-muted: #516176;
  --branch-line: #dce8ee;
  --branch-soft: #edf7fa;
  background: #f5f8fb !important;
}

body.page-id-8269 main#content *,
body.page-id-4816 main#content *,
body.page-id-18 main#content *,
body.page-id-8454 main#content *,
body.page-id-16 main#content * {
  box-sizing: border-box;
}

body.page-id-8269 .elementor-8269 > .elementor-element-45172be,
body.page-id-4816 .elementor-4816 > .elementor-element-99ba899,
body.page-id-18 .elementor-18 > .elementor-element-4b039a4,
body.page-id-16 .elementor-16 > .elementor-element-c14c978,
body.page-id-8269 .photo-intro,
body.page-id-8269 .cases-wrap,
body.page-id-4816 .elementor-4816 > .elementor-element-57af863,
body.page-id-4816 .elementor-4816 > .elementor-element-6366089,
body.page-id-4816 .elementor-4816 > .elementor-element-a8f7812,
body.page-id-18 .contacts-section,
body.page-id-8454 .elementor-8454 .elementor-element-e113b4b,
body.page-id-8454 .docs-section,
body.page-id-16 .price-intro,
body.page-id-16 .bath-price-section,
body.page-id-16 #dopolnitelnye-uslugi.rs-extra-services,
body.page-id-16 .price-factors-section,
body.page-id-16 .rs-calc {
  width: min(1160px, calc(100% - 40px)) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  background: transparent !important;
}

body.page-id-8269 .elementor-8269 > .elementor-element-45172be,
body.page-id-4816 .elementor-4816 > .elementor-element-99ba899,
body.page-id-18 .elementor-18 > .elementor-element-4b039a4,
body.page-id-16 .elementor-16 > .elementor-element-c14c978 {
  padding-top: 54px !important;
  padding-bottom: 8px !important;
}

body.page-id-8454 .elementor-8454 .elementor-element-e113b4b {
  padding-top: 34px !important;
  padding-bottom: 8px !important;
}

body.page-id-8269 .elementor-8269 > .elementor-element-45172be h2.elementor-heading-title,
body.page-id-4816 .elementor-4816 > .elementor-element-99ba899 h2.elementor-heading-title,
body.page-id-18 .elementor-18 > .elementor-element-4b039a4 h2.elementor-heading-title,
body.page-id-16 .elementor-16 > .elementor-element-c14c978 h2.elementor-heading-title {
  max-width: 780px;
  color: var(--branch-ink);
  font-size: 44px !important;
  line-height: 1.08 !important;
  font-weight: 900 !important;
}

body.page-id-8454 h1.elementor-heading-title {
  color: var(--branch-ink);
  font-weight: 900 !important;
}

body.page-id-8269 .photo-intro,
body.page-id-16 .price-intro {
  padding-top: 12px !important;
  padding-bottom: 28px !important;
}

body.page-id-18 .contacts-section,
body.page-id-8454 .docs-section {
  padding-top: 14px !important;
}

body.page-id-8269 .photo-intro__wrap,
body.page-id-18 .contacts-intro,
body.page-id-8454 .docs-intro,
body.page-id-16 .price-intro__wrap {
  max-width: 720px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.page-id-8269 .photo-intro p,
body.page-id-18 .contacts-intro,
body.page-id-8454 .docs-intro,
body.page-id-16 .price-intro p {
  color: #344256;
  font-size: 18px !important;
  line-height: 1.65 !important;
  font-weight: 400 !important;
}

body.page-id-8269 .case,
body.page-id-4816 .e-n-accordion-item,
body.page-id-18 .contacts-card,
body.page-id-18 .contacts-master,
body.page-id-18 .contacts-socials,
body.page-id-8454 .docs-block,
body.page-id-8454 .docs-info,
body.page-id-16 .bath-price-card,
body.page-id-16 .price-factor-card,
body.page-id-16 .price-factors-bottom,
body.page-id-16 .bath-price-note,
body.page-id-16 .rs-calc__wrap {
  border: 1px solid var(--branch-line) !important;
  border-radius: 8px !important;
  background: #ffffff !important;
  box-shadow: none !important;
}

body.page-id-8269 .case,
body.page-id-18 .contacts-card,
body.page-id-18 .contacts-master,
body.page-id-18 .contacts-socials,
body.page-id-8454 .docs-block,
body.page-id-8454 .docs-info {
  padding: 24px !important;
}

body.page-id-8454 .docs-block h2,
body.page-id-18 .contacts-card h2,
body.page-id-18 .contacts-master h2,
body.page-id-18 .contacts-socials h2,
body.page-id-8269 .case-title,
body.page-id-4816 .elementor-4816 > .elementor-element-a8f7812 h2.elementor-heading-title,
body.page-id-4816 .e-n-accordion-item .elementor-heading-title {
  color: var(--branch-ink) !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
}

body.page-id-8454 .docs-block h2,
body.page-id-18 .contacts-card h2,
body.page-id-18 .contacts-master h2,
body.page-id-18 .contacts-socials h2 {
  font-size: 28px !important;
  line-height: 1.18 !important;
}

body.page-id-8269 .case-desc,
body.page-id-18 .contacts-master-text p,
body.page-id-18 .contacts-item,
body.page-id-8454 .docs-info p,
body.page-id-8454 .docs-info li,
body.page-id-8454 .doc-card p,
body.page-id-16 .bath-price-head p,
body.page-id-16 #dopolnitelnye-uslugi .rs-extra-services__head p,
body.page-id-16 .price-factors-head p,
body.page-id-16 .rs-calc__head p {
  color: var(--branch-muted) !important;
}

body.page-id-8269 .case-meta,
body.page-id-8454 .docs-block h2::before,
body.page-id-16 .bath-price-label,
body.page-id-16 #dopolnitelnye-uslugi .rs-extra-services__label,
body.page-id-16 .price-factors-label,
body.page-id-16 .rs-calc__badge {
  color: var(--branch-accent-dark) !important;
}

body.page-id-8269 .case-meta,
body.page-id-16 .bath-price-label,
body.page-id-16 #dopolnitelnye-uslugi .rs-extra-services__label,
body.page-id-16 .price-factors-label,
body.page-id-16 .rs-calc__badge {
  background: var(--branch-soft) !important;
}

body.page-id-4816 .elementor-4816 > .elementor-element-57af863 .elementor-heading-title {
  max-width: 720px;
  color: #344256 !important;
  font-size: 18px !important;
  line-height: 1.65 !important;
  font-weight: 400 !important;
}

body.page-id-4816 .elementor-4816 > .elementor-element-6366089 {
  padding-top: 0 !important;
}

body.page-id-4816 .elementor-4816 > .elementor-element-6366089 .e-con.e-child {
  border: 1px solid var(--branch-line) !important;
  border-radius: 8px !important;
  background: #ffffff !important;
  box-shadow: none !important;
}

body.page-id-4816 .e-n-accordion-item-title {
  min-height: 50px;
  padding: 13px 14px !important;
  border-radius: 8px;
}

body.page-id-4816 .e-n-accordion-item-title-text {
  color: var(--branch-ink) !important;
  font-size: 15px !important;
  line-height: 1.25 !important;
  font-weight: 800 !important;
}

body.page-id-4816 .e-n-accordion-item[open] .e-n-accordion-item-title {
  background: var(--branch-soft) !important;
}

body.page-id-8454 .docs-grid {
  gap: 14px !important;
}

body.page-id-8454 .doc-card {
  border: 1px solid var(--branch-line) !important;
  border-radius: 8px !important;
  box-shadow: none !important;
}

body.page-id-16 .bath-price-section,
body.page-id-16 #dopolnitelnye-uslugi.rs-extra-services,
body.page-id-16 .price-factors-section,
body.page-id-16 .rs-calc {
  padding-top: 36px !important;
  padding-bottom: 36px !important;
}

body.page-id-16 .bath-price-head,
body.page-id-16 #dopolnitelnye-uslugi .rs-extra-services__head,
body.page-id-16 .price-factors-head,
body.page-id-16 .rs-calc__head {
  max-width: 760px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  text-align: left !important;
}

body.page-id-16 .bath-price-head h2,
body.page-id-16 #dopolnitelnye-uslugi .rs-extra-services__head h2,
body.page-id-16 .price-factors-head h2,
body.page-id-16 .rs-calc__head h2 {
  color: var(--branch-ink) !important;
  font-size: 28px !important;
  line-height: 1.18 !important;
  font-weight: 900 !important;
}

@media (max-width: 767px) {
  body.page-id-8269 .elementor-8269 > .elementor-element-45172be,
  body.page-id-4816 .elementor-4816 > .elementor-element-99ba899,
  body.page-id-18 .elementor-18 > .elementor-element-4b039a4,
  body.page-id-16 .elementor-16 > .elementor-element-c14c978,
  body.page-id-8269 .photo-intro,
  body.page-id-8269 .cases-wrap,
  body.page-id-4816 .elementor-4816 > .elementor-element-57af863,
  body.page-id-4816 .elementor-4816 > .elementor-element-6366089,
  body.page-id-4816 .elementor-4816 > .elementor-element-a8f7812,
  body.page-id-18 .contacts-section,
  body.page-id-8454 .elementor-8454 .elementor-element-e113b4b,
  body.page-id-8454 .docs-section,
  body.page-id-16 .price-intro,
  body.page-id-16 .bath-price-section,
  body.page-id-16 #dopolnitelnye-uslugi.rs-extra-services,
  body.page-id-16 .price-factors-section,
  body.page-id-16 .rs-calc {
    width: min(100% - 24px, 1160px) !important;
  }

  body.page-id-8269 .elementor-8269 > .elementor-element-45172be,
  body.page-id-4816 .elementor-4816 > .elementor-element-99ba899,
  body.page-id-18 .elementor-18 > .elementor-element-4b039a4,
  body.page-id-16 .elementor-16 > .elementor-element-c14c978 {
    padding-top: 28px !important;
  }

  body.page-id-8269 .elementor-8269 > .elementor-element-45172be h2.elementor-heading-title,
  body.page-id-4816 .elementor-4816 > .elementor-element-99ba899 h2.elementor-heading-title,
  body.page-id-18 .elementor-18 > .elementor-element-4b039a4 h2.elementor-heading-title,
  body.page-id-16 .elementor-16 > .elementor-element-c14c978 h2.elementor-heading-title {
    font-size: 34px !important;
    line-height: 1.12 !important;
  }

  body.page-id-8269 .photo-intro p,
  body.page-id-18 .contacts-intro,
  body.page-id-8454 .docs-intro,
  body.page-id-16 .price-intro p,
  body.page-id-4816 .elementor-4816 > .elementor-element-57af863 .elementor-heading-title {
    font-size: 15px !important;
    line-height: 1.6 !important;
  }

  body.page-id-8269 .case,
  body.page-id-18 .contacts-card,
  body.page-id-18 .contacts-master,
  body.page-id-18 .contacts-socials,
  body.page-id-8454 .docs-block,
  body.page-id-8454 .docs-info {
    padding: 18px !important;
  }

  body.page-id-8454 .docs-block h2,
  body.page-id-18 .contacts-card h2,
  body.page-id-18 .contacts-master h2,
  body.page-id-18 .contacts-socials h2,
  body.page-id-16 .bath-price-head h2,
  body.page-id-16 #dopolnitelnye-uslugi .rs-extra-services__head h2,
  body.page-id-16 .price-factors-head h2,
  body.page-id-16 .rs-calc__head h2 {
    font-size: 23px !important;
  }
}

/* Match main page-title size with /filialy/. */
body.page-id-8269 .elementor-8269 > .elementor-element-45172be h2.elementor-heading-title,
body.page-id-4816 .elementor-4816 > .elementor-element-99ba899 h2.elementor-heading-title,
body.page-id-18 .elementor-18 > .elementor-element-4b039a4 h2.elementor-heading-title,
body.page-id-8454 h1.elementor-heading-title,
body.page-id-16 .elementor-16 > .elementor-element-c14c978 h2.elementor-heading-title {
  font-size: 25px !important;
  line-height: 1.25 !important;
}

/* Move utility page titles closer to the header. */
body.page-id-8269 .elementor-8269 > .elementor-element-45172be,
body.page-id-4816 .elementor-4816 > .elementor-element-99ba899,
body.page-id-18 .elementor-18 > .elementor-element-4b039a4,
body.page-id-8454 .elementor-8454 .elementor-element-e113b4b,
body.page-id-16 .elementor-16 > .elementor-element-c14c978 {
  padding-top: 24px !important;
  padding-bottom: 8px !important;
}

@media (max-width: 767px) {
  body.page-id-8269 .elementor-8269 > .elementor-element-45172be,
  body.page-id-4816 .elementor-4816 > .elementor-element-99ba899,
  body.page-id-18 .elementor-18 > .elementor-element-4b039a4,
  body.page-id-8454 .elementor-8454 .elementor-element-e113b4b,
  body.page-id-16 .elementor-16 > .elementor-element-c14c978 {
    padding-top: 20px !important;
  }
}

/* Mobile fixed header offset for documents page. */
@media (max-width: 1024px) {
  body.page-id-8454 main#content {
    padding-top: 82px !important;
  }

  body.page-id-8454 .elementor-8454 .elementor-element-e113b4b {
    padding-top: 16px !important;
  }
}

/* Mobile fixed header offset for utility pages. */
@media (max-width: 1024px) {
  body.page-id-8269 main#content,
  body.page-id-4816 main#content,
  body.page-id-18 main#content,
  body.page-id-16 main#content {
    padding-top: 82px !important;
  }

  body.page-id-8269 .elementor-8269 > .elementor-element-45172be,
  body.page-id-4816 .elementor-4816 > .elementor-element-99ba899,
  body.page-id-18 .elementor-18 > .elementor-element-4b039a4,
  body.page-id-16 .elementor-16 > .elementor-element-c14c978 {
    padding-top: 16px !important;
  }
}

/* Compact price page first screen. */
body.page-id-16 .elementor-16 > .elementor-element-457b0c8 {
  display: none !important;
}

body.page-id-16 .price-intro__wrap {
  padding: 20px 22px !important;
  border: 1px solid #e3ebf4 !important;
  border-left: 4px solid #0ab7c9 !important;
  border-radius: 8px !important;
  background: #ffffff !important;
  box-shadow: none !important;
}

@media (max-width: 767px) {
  body.page-id-16 main#content {
    padding-top: 18px !important;
  }

  body.page-id-16 .elementor-16 > .elementor-element-c14c978 {
    padding-top: 18px !important;
    padding-bottom: 4px !important;
  }

  body.page-id-16 .price-intro {
    padding-top: 8px !important;
    padding-bottom: 24px !important;
  }

  body.page-id-16 .price-intro__wrap {
    padding: 16px 16px 16px 18px !important;
  }

  body.page-id-16 .price-intro p {
    font-size: 15px !important;
    line-height: 1.55 !important;
  }
}

/* Price page custom first block. */
body.page-id-16 .price-hero {
  width: min(100% - 40px, 1160px);
  margin: 0 auto;
  padding: 28px 0 22px;
  font-family: "Manrope", Arial, sans-serif;
}

body.page-id-16 .price-hero__wrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 24px;
  align-items: stretch;
  padding: 26px;
  border: 1px solid #e3ebf4;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
}

body.page-id-16 .price-hero__label {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #eaf9fb;
  color: #087b8b;
  font-size: 13px;
  line-height: 1;
  font-weight: 800;
}

body.page-id-16 .price-hero h1 {
  max-width: 680px;
  margin: 0 0 14px;
  color: #101828;
  font-size: 25px !important;
  line-height: 1.25 !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
}

body.page-id-16 .price-hero p {
  max-width: 720px;
  margin: 0;
  color: #344256;
  font-size: 17px;
  line-height: 1.62;
  font-weight: 400;
}

body.page-id-16 .price-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

body.page-id-16 .price-hero__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  border: 1px solid #0ab7c9;
  border-radius: 999px;
  background: #0ab7c9;
  color: #ffffff !important;
  font-size: 15px;
  line-height: 1;
  font-weight: 800;
  text-decoration: none !important;
}

body.page-id-16 .price-hero__button--light {
  background: #ffffff;
  color: #101828 !important;
  border-color: #cfd9e5;
}

body.page-id-16 .price-hero__facts {
  display: grid;
  gap: 10px;
}

body.page-id-16 .price-hero__fact {
  padding: 16px;
  border-radius: 8px;
  background: #f5f8fb;
}

body.page-id-16 .price-hero__fact span {
  display: block;
  margin-bottom: 6px;
  color: #667085;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 700;
}

body.page-id-16 .price-hero__fact strong {
  display: block;
  color: #101828;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 900;
}

@media (max-width: 767px) {
  body.page-id-16 .price-hero {
    width: calc(100% - 24px);
    padding: 14px 0 18px;
  }

  body.page-id-16 .price-hero__wrap {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 16px;
    box-shadow: none;
  }

  body.page-id-16 .price-hero h1 {
    font-size: 25px !important;
  }

  body.page-id-16 .price-hero p {
    font-size: 15px;
    line-height: 1.55;
  }

  body.page-id-16 .price-hero__actions {
    gap: 10px;
  }

  body.page-id-16 .price-hero__button {
    width: 100%;
    min-height: 44px;
  }
}

/* Contacts page custom first block. */
body.page-id-18 .contacts-hero {
  width: min(100% - 40px, 1160px);
  margin: 0 auto;
  padding: 28px 0 18px;
  font-family: "Manrope", Arial, sans-serif;
}

body.page-id-18 .contacts-hero__wrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 270px;
  gap: 22px;
  align-items: center;
  padding: 24px;
  border: 1px solid #e3ebf4;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
}

body.page-id-18 .contacts-hero__label {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #eaf9fb;
  color: #087b8b;
  font-size: 13px;
  line-height: 1;
  font-weight: 800;
}

body.page-id-18 .contacts-hero h1 {
  margin: 0 0 12px;
  color: #101828;
  font-size: 25px !important;
  line-height: 1.25 !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
}

body.page-id-18 .contacts-hero p {
  max-width: 720px;
  margin: 0;
  color: #344256;
  font-size: 17px;
  line-height: 1.62;
}

body.page-id-18 .contacts-hero__actions {
  display: grid;
  gap: 10px;
}

body.page-id-18 .contacts-hero__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid #0ab7c9;
  border-radius: 999px;
  background: #0ab7c9;
  color: #ffffff !important;
  font-size: 15px;
  line-height: 1;
  font-weight: 800;
  text-decoration: none !important;
  text-align: center;
}

body.page-id-18 .contacts-hero__button--light {
  background: #ffffff;
  color: #101828 !important;
  border-color: #cfd9e5;
}

body.page-id-18 .contacts-section {
  padding-top: 12px !important;
}

body.page-id-18 .contacts-grid {
  margin-top: 0 !important;
}

@media (max-width: 767px) {
  body.page-id-18 main#content {
    padding-top: 18px !important;
  }

  body.page-id-18 .contacts-hero {
    width: calc(100% - 24px);
    padding: 14px 0 14px;
  }

  body.page-id-18 .contacts-hero__wrap {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 16px;
    box-shadow: none;
  }

  body.page-id-18 .contacts-hero p {
    font-size: 15px;
    line-height: 1.55;
  }

  body.page-id-18 .contacts-hero__button {
    width: 100%;
    min-height: 44px;
  }

  body.page-id-18 .contacts-section {
    padding-top: 8px !important;
  }
}

/* Reviews page custom first block. */
body.page-id-4816 .reviews-hero {
  width: min(100% - 40px, 1160px);
  margin: 0 auto;
  padding: 28px 0 18px;
  font-family: "Manrope", Arial, sans-serif;
}

body.page-id-4816 .reviews-hero__wrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 310px;
  gap: 22px;
  align-items: stretch;
  padding: 24px;
  border: 1px solid #dfe9ee;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
}

body.page-id-4816 .reviews-hero__label {
  display: inline-flex;
  width: fit-content;
  margin: 0 0 12px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(10, 183, 201, 0.12);
  color: #089fb0;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 800;
}

body.page-id-4816 .reviews-hero h1 {
  margin: 0 0 12px;
  color: #101828;
  font-size: 25px !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
}

body.page-id-4816 .reviews-hero p {
  max-width: 760px;
  margin: 0;
  color: #3f4f63;
  font-size: 16px;
  line-height: 1.65;
}

body.page-id-4816 .reviews-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

body.page-id-4816 .reviews-hero__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 11px 18px;
  border: 1px solid #0ab7c9;
  border-radius: 999px;
  background: #0ab7c9;
  color: #ffffff !important;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 800;
  text-decoration: none !important;
}

body.page-id-4816 .reviews-hero__button--light {
  background: #ffffff;
  color: #101828 !important;
  border-color: #dfe9ee;
}

body.page-id-4816 .reviews-hero__facts {
  display: grid;
  gap: 10px;
}

body.page-id-4816 .reviews-hero__fact {
  display: grid;
  gap: 4px;
  align-content: center;
  min-height: 72px;
  padding: 14px 16px;
  border-radius: 8px;
  background: #f5f8fb;
  border: 1px solid #e6eef2;
}

body.page-id-4816 .reviews-hero__fact span {
  color: #667085;
  font-size: 13px;
  line-height: 1.25;
  font-weight: 700;
}

body.page-id-4816 .reviews-hero__fact strong {
  color: #101828;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 800;
}

body.page-id-4816 .elementor-4816 > .elementor-element-b916c19 {
  padding-top: 12px !important;
}

@media (max-width: 767px) {
  body.page-id-4816 main#content {
    padding-top: 18px !important;
  }

  body.page-id-4816 .reviews-hero {
    width: calc(100% - 24px);
    padding: 16px 0 12px;
  }

  body.page-id-4816 .reviews-hero__wrap {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 18px 14px;
    box-shadow: none;
  }

  body.page-id-4816 .reviews-hero p {
    font-size: 15px;
    line-height: 1.55;
  }

  body.page-id-4816 .reviews-hero__actions {
    display: grid;
  }

  body.page-id-4816 .reviews-hero__button {
    width: 100%;
  }
}

/* Photo works page custom first block. */
body.page-id-8269 .photo-hero {
  width: min(100% - 40px, 1160px);
  margin: 0 auto;
  padding: 28px 0 18px;
  font-family: "Manrope", Arial, sans-serif;
}

body.page-id-8269 .photo-hero__wrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 310px;
  gap: 22px;
  align-items: stretch;
  padding: 24px;
  border: 1px solid #dfe9ee;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
}

body.page-id-8269 .photo-hero__label {
  display: inline-flex;
  width: fit-content;
  margin: 0 0 12px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(10, 183, 201, 0.12);
  color: #089fb0;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 800;
}

body.page-id-8269 .photo-hero h1 {
  margin: 0 0 12px;
  color: #101828;
  font-size: 25px !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
}

body.page-id-8269 .photo-hero p {
  max-width: 760px;
  margin: 0;
  color: #3f4f63;
  font-size: 16px;
  line-height: 1.65;
}

body.page-id-8269 .photo-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

body.page-id-8269 .photo-hero__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 11px 18px;
  border: 1px solid #0ab7c9;
  border-radius: 999px;
  background: #0ab7c9;
  color: #ffffff !important;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 800;
  text-decoration: none !important;
}

body.page-id-8269 .photo-hero__button--light {
  background: #ffffff;
  color: #101828 !important;
  border-color: #dfe9ee;
}

body.page-id-8269 .photo-hero__facts {
  display: grid;
  gap: 10px;
}

body.page-id-8269 .photo-hero__fact {
  display: grid;
  gap: 4px;
  align-content: center;
  min-height: 72px;
  padding: 14px 16px;
  border-radius: 8px;
  background: #f5f8fb;
  border: 1px solid #e6eef2;
}

body.page-id-8269 .photo-hero__fact span {
  color: #667085;
  font-size: 13px;
  line-height: 1.25;
  font-weight: 700;
}

body.page-id-8269 .photo-hero__fact strong {
  color: #101828;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 800;
}

body.page-id-8269 .elementor-8269 > .elementor-element-d6da61f {
  padding-top: 12px !important;
}

@media (max-width: 767px) {
  body.page-id-8269 main#content {
    padding-top: 18px !important;
  }

  body.page-id-8269 .photo-hero {
    width: calc(100% - 24px);
    padding: 16px 0 12px;
  }

  body.page-id-8269 .photo-hero__wrap {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 18px 14px;
    box-shadow: none;
  }

  body.page-id-8269 .photo-hero p {
    font-size: 15px;
    line-height: 1.55;
  }

  body.page-id-8269 .photo-hero__actions {
    display: grid;
  }

  body.page-id-8269 .photo-hero__button {
    width: 100%;
  }
}

/* Documents page custom first block. */
body.page-id-8454 .docs-hero {
  width: min(100% - 40px, 1160px);
  margin: 0 auto;
  padding: 28px 0 18px;
  font-family: "Manrope", Arial, sans-serif;
}

body.page-id-8454 .docs-hero__wrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 310px;
  gap: 22px;
  align-items: stretch;
  padding: 24px;
  border: 1px solid #dfe9ee;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
}

body.page-id-8454 .docs-hero__label {
  display: inline-flex;
  width: fit-content;
  margin: 0 0 12px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(10, 183, 201, 0.12);
  color: #089fb0;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 800;
}

body.page-id-8454 .docs-hero h1 {
  margin: 0 0 12px;
  color: #101828;
  font-size: 25px !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
}

body.page-id-8454 .docs-hero p {
  max-width: 760px;
  margin: 0;
  color: #3f4f63;
  font-size: 16px;
  line-height: 1.65;
}

body.page-id-8454 .docs-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

body.page-id-8454 .docs-hero__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 11px 18px;
  border: 1px solid #0ab7c9;
  border-radius: 999px;
  background: #0ab7c9;
  color: #ffffff !important;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 800;
  text-decoration: none !important;
}

body.page-id-8454 .docs-hero__button--light {
  background: #ffffff;
  color: #101828 !important;
  border-color: #dfe9ee;
}

body.page-id-8454 .docs-hero__facts {
  display: grid;
  gap: 10px;
}

body.page-id-8454 .docs-hero__fact {
  display: grid;
  gap: 4px;
  align-content: center;
  min-height: 72px;
  padding: 14px 16px;
  border-radius: 8px;
  background: #f5f8fb;
  border: 1px solid #e6eef2;
}

body.page-id-8454 .docs-hero__fact span {
  color: #667085;
  font-size: 13px;
  line-height: 1.25;
  font-weight: 700;
}

body.page-id-8454 .docs-hero__fact strong {
  color: #101828;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 800;
}

body.page-id-8454 .elementor-8454 > .elementor-element-3c5a2c4,
body.page-id-8454 .docs-section {
  padding-top: 12px !important;
}

@media (max-width: 767px) {
  body.page-id-8454 main#content {
    padding-top: 18px !important;
  }

  body.page-id-8454 .docs-hero {
    width: calc(100% - 24px);
    padding: 16px 0 12px;
  }

  body.page-id-8454 .docs-hero__wrap {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 18px 14px;
    box-shadow: none;
  }

  body.page-id-8454 .docs-hero p {
    font-size: 15px;
    line-height: 1.55;
  }

  body.page-id-8454 .docs-hero__actions {
    display: grid;
  }

  body.page-id-8454 .docs-hero__button {
    width: 100%;
  }
}
