/*
Theme Name: WallRest
Theme URI: https://wallrest.ru
Template: prespa
Author: WallRest
Author URI: https://wallrest.ru
Version: 1.0.1750795648
Updated: 2025-06-24 23:07:28

*/


.site-info {
	display: none !important;
}


@media (min-width: 54rem) {
    .main-navigation {
        flex: 0 1 80% !important;
    }
}

@media (min-width: 54rem) {
    .site-branding {
        flex: 0 1 20% !important;
    }
}

  .main-navigation {
        flex: 0 1 80% !important;
    }

 .site-branding {
        flex: 0 1 20% !important;
    }


.page-service .page-wrapper {
  display: flex;
  gap: 40px;
}
.page-service .sidebar {
  width: 250px;
}
.page-service .menu {
  list-style: none;
  padding: 0;
}

.page-service .menu li a {
  color: #333;
  text-decoration: none;
}
.page-service .menu li.current-menu-item a {
  font-weight: bold;
  color: #b90000;
}

.page-service .section-title {
  font-size: 32px;
  margin-bottom: 20px;
}
.page-service .subtitle {
  font-size: 24px;
  margin-top: 40px;
  margin-bottom: 20px;
}
.page-service .service-intro {
  display: flex;
  gap: 20px;
}
.page-service .intro-image img {
  max-width: 300px;
  height: auto;
  border-radius: 8px;
}
.page-service .price-table {
  width: 100%;
  border-collapse: collapse;
}
.page-service .price-table th,
.page-service .price-table td {
  border: 1px solid #ccc;
  padding: 10px;
}
.page-service .benefits-items {
  display: flex;
  gap: 20px;
}
.page-service .benefit-item img {
  width: 40px;
  height: 40px;
  display: block;
  margin-bottom: 10px;
}

/* Минимальные стили для структуры */
.usluga-container {
  display: flex;
  gap: 30px;
  max-width: 1200px;
  margin: 40px auto;
  padding: 0 15px;
}
.usluga-sidebar {
  flex: 0 0 220px;
  border-right: 1px solid #ccc;
  padding-right: 15px;
}
.usluga-sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.usluga-sidebar ul li {
  margin-bottom: 12px;
}
.usluga-sidebar ul li.active > a {
  font-weight: 700;
  color: #0073aa;
}
.usluga-sidebar ul li a {
  text-decoration: none;
  color: #333;
}
.usluga-main {
  flex: 1;
}
.usluga-section {
  margin-bottom: 40px;
}
.usluga-section h2 {
  margin-bottom: 15px;
  font-size: 1.6rem;
  border-bottom: 2px solid #0073aa;
  padding-bottom: 5px;
}
.table-prices {
  width: 100%;
  border-collapse: collapse;
}
.table-prices th,
.table-prices td {
  border: 1px solid #ccc;
  padding: 10px;
  text-align: left;
}
.table-prices th {
  background-color: #f5f5f5;
}
.benefits-list,
.includes-list {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.benefits-item,
.includes-item {
  flex: 0 0 150px;
  text-align: center;
}
.benefits-item img,
.includes-item img {
  max-width: 50px;
  margin-bottom: 10px;
}
.gallery-grid {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
.gallery-grid img {
  max-width: 100%;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.reviews-list {
  border-left: 4px sol
}

<style>
/* Обертка */
.usluga-container {
  display: flex;
  gap: 30px;
  max-width: 1200px;
  margin: 40px auto;
  padding: 0 15px;
  flex-wrap: wrap;
}

/* Сайдбар (меню слева) — теперь 40% */
.usluga-sidebar {
  flex: 0 0 40%;
  max-width: 40%;
  border-right: 1px solid #ccc;
  padding-right: 15px;
  box-sizing: border-box;
}

.usluga-sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.usluga-sidebar ul li {
  margin-bottom: 12px;
}

.usluga-sidebar ul li.active > a {
  font-weight: 700;
  color: #0073aa;
}


.page-service .page-wrapper {
  display: flex;
  gap: 40px;
  max-width: 1200px;
  margin: 40px auto;
  padding: 0 15px;
  flex-wrap: wrap;
}

.page-service .sidebar {
  flex: 0 0 25%;
  max-width: 25%;
  border-right: 1px solid #ccc;
  padding-right: 15px;
  box-sizing: border-box;
}

.page-service .page-content {
  flex: 0 0 75%;
  max-width: 75%;
  box-sizing: border-box;
}

/* Адаптив */
@media (max-width: 991px) {
  .page-service .sidebar,
  .page-service .page-content {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    border-right: none;
  }
}
.page-service .sidebar {
  flex: 0 0 25%;
  max-width: 25%;
  border-right: 1px solid #ccc; /* вертикальная линия */
  padding-right: 15px;
  box-sizing: border-box;
}

.page-service .page-content {
  flex: 0 0 75%;
  max-width: 75%;
  box-sizing: border-box;
}

.page-service .page-wrapper {
  display: flex;
  gap: 30px;
  max-width: 1200px;
  margin: 40px auto;
  padding: 0 15px;
  flex-wrap: nowrap; /* чтобы не ломать в одну колонку */
}

/* Адаптив */
@media (max-width: 767px) {
  .page-service .sidebar,
  .page-service .page-content {
    flex: 0 0 100%;
    max-width: 100%;
    border-right: none;
    padding-right: 0;
  }
}

.wp-block-columns.p-animation-text-moveUp.is-layout-flex.wp-container-core-columns-is-layout-d8a81c52.wp-block-columns-is-layout-flex.animated {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

hr.wp-block-separator.has-alpha-channel-opacity {
    padding-bottom: 10px;
	    background: white;
}

.wp-block-columns.is-swap-on-mobile.p-animation-text-moveUp.is-layout-flex.wp-container-core-columns-is-layout-13455e4b.wp-block-columns-is-layout-flex.animated {
    margin-bottom: 16px !important;
}


.circle {
    position: absolute;
    left: -8px;
    top: 0;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border: 2px solid #000000;
    border-radius: 50%;
    text-align: center;
    font-size: 22px;
    line-height: 36px;
    font-weight: bold;
    color: #000000;
    z-index: 1;
}

h2.wp-block-heading.has-text-align-center {
    padding-top: 0;
    margin-top: 0;
}

.wp-block-group.pattern-services.is-layout-constrained.wp-block-group-is-layout-constrained {
    padding-bottom: 0 !important;
}

p.has-text-align-center {
    margin-top: 0;
}

@media (min-width: 54rem) {
    .main-navigation a {
        padding: 9px;
    }
}

.footer-content, .footer-content p {
    /* font-size: var(--wp--custom--typography--font-size--normal); */
    line-height: 1;
}


a.wp-block-button__link.has-black-background-color.has-background.wp-element-button {

    font-weight: 600;
   
}

:where(h1,h2,h3,h4,h5,h6) a {
    color: #962b35;
    font-size: 16px;
    line-height: 0.5em;
}

    body:not(.dark-mode):not(.has-transparent-header) .call-to-action.wp-block-button .wp-block-button__link {
        background-color: #1b2c3b !important;
        color: #ffffff !important;
        font-weight: bold;
}

li.menu-item {
    margin-top: 4px;
}


.search-icon a {
    padding-top: 14px;
}



.site-wrapper {
    max-width: 1148px !important;
    padding: 0;
}



h1, h2, h3, h4, h5, h6 {
    color: #404040;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

/* Общие стили для анимации */
.animate {
  opacity: 0;
  animation-fill-mode: forwards;
  animation-duration: 1s;
  animation-timing-function: ease-out;
}

/* Анимация: сверху вниз */
.slide-down {
  animation-name: slideDown;
}

@keyframes slideDown {
  from {
    transform: translateY(-100px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/* Анимация: снизу вверх */
.slide-up {
  animation-name: slideUp;
}

@keyframes slideUp {
  from {
    transform: translateY(100px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/* Анимация: слева направо */
.slide-left {
  animation-name: slideLeft;
}

@keyframes slideLeft {
  from {
    transform: translateX(-100px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

/* Анимация: справа налево */
.slide-right {
  animation-name: slideRight;
}

@keyframes slideRight {
  from {
    transform: translateX(100px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}




.wp-block-column.animate.slide-left.is-layout-flow.wp-block-column-is-layout-flow {
    border: 1px solid #3b88b9;
    padding: 20px;
    margin: 0px 0px 0px 20px;
}

.breadcrumbs {
    float: right;
}

.wp-block-column.animate.slide-right.is-layout-flow.wp-block-column-is-layout-flow {
    border: 1px solid #3b88b9;
    padding: 20px;
    margin: 0px 20px 0px 0px;
}

h2.wp-block-heading {
    font-family: 'Roboto', sans-serif;
    color: black;
    font-weight: 400;
}


h1.entry-title {
    color: #293a4a;
    font-weight: 300;
    padding: 0px 10px;
    text-align: center;
    padding-bottom: 20px;
    text-decoration: underline 1px #853337;
    text-underline-offset: 8px;
}

.fix-width {
	width: 1148px !important
}


.wp-block-columns.alignfull.fix-width.has-text-color.has-background.is-layout-flex.wp-container-core-columns-is-layout-28f84493.wp-block-columns-is-layout-flex {
    width: 1148px !important;
    margin: 0 auto;
	padding: 0
}

.border-block {
	    border: 1px solid #3b88b9;
    padding: 20px;
    margin: 0px 0px 0px 20px;
}


 h5 {
    color: #440a0a;
    font-size: 20px;
}


h2.wp-block-heading.has-text-align-center {
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 10px;
}


.wp-block-columns.alignfull.has-text-color.has-background.is-layout-flex.wp-container-core-columns-is-layout-28f84493.wp-block-columns-is-layout-flex {
    max-width: 1148px;
    width: 100vw;
    margin: 0 auto;
    padding: 0;
}

.wp-block-columns.alignfull.has-text-color.has-background.is-layout-flex.wp-container-core-columns-is-layout-0780762d.wp-block-columns-is-layout-flex {
	   max-width: 1148px;
    width: 100vw;
    margin: 0 auto;
    padding: 0;
}

.woocommerce div.product .product_title {
    clear: none;
    margin-top: 0;
    padding: 0;
    text-align: left;
    font-size: 20px;
	font-weight: 500
}

.woocommerce .quantity .qty {
    width: 3.631em;
    text-align: center;
    height: 42px;
}

.woocommerce-tabs ul.tabs li {
    border: 1px solid #cfc8d8;
    background-color: #293a4a;
    /* color: wheat; */
    display: inline-block;
    position: relative;
    z-index: 0;
    border-radius: 4px 4px 0 0;
    margin: 0 -5px;
    padding: 0 1em;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    display: inline-block;
    padding: .5em 0;
    font-weight: 700;
    color: #fffbfb;
    text-decoration: none;
}

li.site-header-cart {
    float: right;
}

li.site-header-account {
    float: right;
}

ul#top-menu {
    width: 100%;
}

span.posted_in a {
	    color: #853337;
    text-decoration: none;
}


img.attachment-woocommerce_single.size-woocommerce_single {
    aspect-ratio: 3 / 3 !important;
    border: 1px solid #d3d4d6;
}

.header-image-container .breadcrumbs {
    color: #fff;
    text-decoration: underline 2px grey;
}

.header-image-container h1 {
    margin-top: .75rem;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    color: white;
    font-size: 42px;
}

.header-image-wrapper {
    height: 200px !important;
}

.header-image-container .breadcrumbs {
    color: #fff;
    text-decoration: underline 2px grey;
    display: none;
}


.wp-block-column.yandex-form.is-layout-flow.wp-block-column-is-layout-flow {
    border: 1px solid grey;
    padding: 20px;
    margin: 0 20px 0 0;
}

.wp-block-column.yandex-map.is-layout-flow.wp-block-column-is-layout-flow {
    border: 1px solid grey;
    padding: 20px;
    margin: 0 0 20px 0;
}

.Footer {
	height: 0 !important
	display: none !important
}

.Footer-Link {
	display: none !important
}

footer.Footer.Footer_iframe {
    display: none !important;
}


#metaslider-id-675 .flexslider .caption-wrap .caption {
    background: #f5f7fa94;
	    margin-left: 60px;
}

.metaslider.ms-theme-databold .flexslider .caption-wrap .caption {
   
	min-width: calc(40% - 60px); }

#metaslider-id-675 .flexslider .caption-wrap .caption {
    color: black;
    font-family: 'Roboto', sans-serif;
}



#metaslider-id-675 .flexslider .flex-direction-nav li a {
    background-color: rgb(41 58 74) !important;
    margin: 0 20px 0 20px !important;
    height: 60px;
    border-radius: 5px;
}


.metaslider.ms-theme-databold .flexslider .caption-wrap .caption {
    padding: 30px;
    top: 55%
}

li#tab-title-reviews{
	background-color: #293a50 !important;
}


.wp-elements-9f6a8ecee5859f68a2573c5944ac9bef {
    line-height: 1em;
}


.whatsapp-button {
    position: fixed;
    top: 94px; /* расстояние от верхнего края */
    right: 20px; /* расстояние от правого края */
    z-index: 9999;
    background-color: #25D366;
    padding: 10px;
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: opacity 0.3s ease;
}

.whatsapp-button img {
    width: 32px;
    height: 32px;
    display: block;
}


.back-to-top {
    background-color: #000000 !important;
	right: 25px !important
}

.main-navigation {
    flex: 0 1 80% !important;
    justify-content: left !important;
}


li.wp-block-button.call-to-action {
    float: right;
}

.slide-menu.slide-section {
    width: 100%;
}

ul.sub-menu li.menu-item {
    margin-top: 0px;
}


@media (min-width: 54rem) {
    .site-menu ul ul a {
        width: 300px;
    }
}

.beer-slider img {
    width: 100%;
    height: auto;
}


@media (min-width: 54rem) {
    .prespa-post-container .post-thumbnail:hover img {
        transition: none !important;
		opacity: unset!important;
		transform: none !important;
    }
}

@media (min-width: 54rem) {
    .prespa-post-container .post-thumbnail figure {
        display: inline-block;
        line-height: 0;
        overflow: hidden;
        width: 100%;
    }
}


.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: unset;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.portfolio-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px; /* отступы между элементами */
}

.portfolio-item {
    flex: 1 1 300px; /* ширина примерно 300px, растягивается при необходимости */
    max-width: 300px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

/* Выровнять высоту картинок и сделать одинаковую */
.portfolio-item img {
    height: 225px;       /* фиксированная высота */
    width: 100%;         /* под ширину блока */
    object-fit: cover;   /* обрезка по центру без искажения */
    display: block;
    border-radius: 4px;  /* при желании скруглить углы */
    margin-bottom: 10px; /* отступ снизу */
}

/* Заголовок и кнопка под картинкой */
.portfolio-item h3 {
    margin: 0 0 10px 0;
    font-size: 1.1rem;
    line-height: 1.3;
}

.read-more-btn {
    align-self: flex-start;
    padding: 6px 12px;
    font-size: 0.9rem;
    cursor: pointer;
}

.portfolio-item img {
    height: 200px !important;        /* фиксированная высота */
    width: auto;          /* ширина по пропорции */
    max-width: 100%;      /* не больше ширины контейнера */
    object-fit: cover;    /* обрезать лишнее без искажений */
    display: block;
    margin: 0 auto;  /* выравнивание по центру и отступ снизу */
    border-radius: 4px;
}

.read-more-btn {
    background-color: #1b2c3b !important;
   
}

.portfolio-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.portfolio-item a {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.portfolio-item h3 {
    flex-grow: 1;
}

.read-more-btn {
    align-self: center; 
    margin-top: auto;
}


img.attachment-large.size-large.wp-post-image {
    max-height: 400px;
    /* background-size: cover; */
}

.entry-meta {
    display: none;
}

.post-share-wrap {
  
    display: none;
}

.single-post .breadcrumbs {
    display: none;
}

.top-meta a {
    background: #142838 !important;
}

.single .breadcrumbs+.top-meta {
    margin-top: 0;
	margin-bottom: 0;
	display: none
}



.about-author.hentry {
    display: none;
}

div#comments {
    display: none;
}

body:not(.dark-mode) input[type="button"], body:not(.dark-mode) input[type="reset"], body:not(.dark-mode) [type="submit"], .wp-block-button > .slider-button {
    background-color: #192a36 !important;
}


/* Стилизация заголовков калькулятора */
.calc-item__title span {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  color: #333;
  font-weight: 600;
  margin-bottom: 10px;
}

/* Стилизация полей ввода */
.calc-item input,
.calc-item select {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 10px;
  width: 100%;
  font-size: 16px;
  background-color: #f9f9f9;
}

/* Стилизация кнопки отправки */
.calc-submit-button {
  background-color: #0073aa;
  color: #fff;
  border: none;
  padding: 12px 24px;
  font-size: 16px;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.calc-submit-button:hover {
  background-color: #005177;
}


.custom-quantity-style .calc-item__title span {
  color: #0073aa;
}

.custom-quantity-style .input-number-counter {
  display: none !important;
}


form#services-calc-form h2 {
    text-align: center;
}

form#services-calc-form {
    margin: 0 auto;
    text-align: center;
    line-height: 3em;
}

#services-container select {
    border: 1px solid #ccc;
    height: 50px;
    padding: 10px;
	    width: 300px;
    /* margin: 10px; */
}

div#calc-result {
    text-align: center;
}


.related-posts-link {
    text-align: center;
    line-height: 1.2em;
    color: #192d41;
}

.related-posts-link a {
    color: #192d41 !important;
}

.top-meta {
    text-align: center;
}

.nav-links a {
    color: #122c39 !important;
    line-height: 1em !important;
}


@media (min-width: 54rem) {
    .hentry, #secondary > section, .comment-body, .comment-form, .about-author {
        padding: 0rem 1rem;
    }
}

h1.entry-title {
    line-height: 1.2em;
    font-size: 32px;
}


.slider-handle::before {
    left: -16px;
    border-right-color: #ffffff !important;
}

.slider-handle::after {
    right: -16px;
    border-left-color: #ffffff !important;
}

@media (max-width: 768px) {
  .portfolio-grid {
    grid-template-columns: 1fr !important;
  }
}


.page-service .price-table td {
    width: 80%;
}

h2.wp-block-heading {
    font-family: 'Roboto', sans-serif;
    color: black;
    font-weight: 400;
    text-transform: uppercase;
}


#related_page_widget-2 h3.heading {
    text-transform: uppercase;
}


.service-intro {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.intro-image img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.intro-text h4 {
    margin-top: 0;
}

.read-more-button {
    display: inline-block;
    margin-top: 10px;
    padding: 6px 12px;
    background-color: #0073aa;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
}

.read-more-button:hover {
    background-color: #005177;
}

#related_page_widget-2 .intro-text h4 {
    margin-top: 0;
    text-transform: uppercase;
}

#related_page_widget-2 p {
    font-size: 14px;
}

h1.entry-title {
    line-height: 1.2em;
    font-size: 32px;
    padding-top: 20px !important;
}

button.remove-service {
    margin-top: 20px !important;
}

