﻿body {
    font-family: 'Roboto-Regular', Arial, sans-serif;
    min-width: 1200px;
}
form {
    margin: 0;
}
.container {
    width: 1170px !important;
}
.btn-primary {
    background-color: #ec7171;
    border-color: #ec7171;
}
.affix {
    position: fixed !important;
}
.alert-fix {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 2;
    border-radius: 0;
}


/* Dashboard */
.dashboard {
    position: fixed;
    left: 0;
    width: 13%;
    top: 0;
    bottom: 0;
    background-color: #fff;
    overflow-y: overlay;
    padding: 15px 45px 30px 30px;
    text-align: left;
    box-shadow: 0 0 15px rgba(0, 0, 0, .3);
    z-index: 1;
}
.dashboard label {
    font-weight: bold;
}
.dashboard ul {
    margin: 5px 0 20px;
    padding: 0;
    list-style: none;
}
.dashboard ul li {
    margin-bottom: 5px;
}
.dashboard ul a {
    text-decoration: none;
    padding: 0;
    color: #333;
}
.dashboard ul a:hover,
.dashboard ul a:focus {
    /*color: #333;*/
    background-color: transparent;
    text-decoration: underline;
}


/* Header */
header {
    padding: 20px 0;
    font-family: 'Roboto-Light';
}
.header-logo a {
    text-transform: uppercase;
    font-size: 29px;
    color: #4d897c;
}
.header-logo a:hover {
    text-decoration: none;
}
.header-logo a strong {
    font-weight: normal;
    font-family: 'Roboto-Regular';
}
.header-contacts {
    text-align: right;
    font-size: 24px;
}
.header-contacts p {
    margin-bottom: 0;
    margin-top: 4px;
}
.header-phone {
    text-align: right;
    font-size: 29px;
    color: #4d897c;
}
.header-phone a {
    color: #333;
}
.header-phone a:hover {
    text-decoration: none;
}


/* Jumbotron */
.jumbotron {
    background: url(images/jumbotron.jpg) no-repeat center 0;
    height: 540px;
    padding-top: 70px;
    margin-bottom: 0;
    position: relative;
}
.jumbotron .container {
    max-width: none;
}
.jumbotron > nav {
    background-color: rgba(255, 255, 255, .7);
    padding: 15px 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    min-width: 1200px;
    z-index: 1;
    transition-duration: 0.5s;
    transition-property: background-color;
}
.jumbotron > nav.affix {
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    width: 100%;
}
.jumbotron > nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
}
.jumbotron > nav ul li {
    display: inline;
    padding: 0 15px;
}
.jumbotron > nav ul a {
    color: #333;
    font-size: 18px;
    line-height: 2.2;
}
.jumbotron-callback {
    float: right;
    background-color: #4d897c;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    padding: 7px 15px;
    border-radius: 4px;
    line-height: 1.3;
}
.jumbotron-callback:hover, 
.jumbotron-callback:focus {
    text-decoration: none;
    color: #fff;
}
.jumbotron-callback .fa {
    border: solid 2px;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    text-align: center;
    font-size: 15px;
    float: left;
    margin-right: 10px;
    padding: 3px;
}

.jumbotron h1 {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Roboto-Light';
    font-size: 68px;
    margin-top: 40px;
}
.jumbotron h1 strong {
    font-family: 'Roboto-Regular';
    display: block;
}
.jumbotron-order {
    background-color: #4d897c;
    font-size: 30px;
    text-transform: uppercase;
    color: #fff;
    padding: 11px 15px;
    border-radius: 4px;
    display: inline-block;
    margin-top: 130px;
}
.jumbotron-order:hover{
    color: #fff;
    text-decoration: none;
}
.jumbotron-order .fa {
    font-size: 40px;
    margin-right: 10px;
}


/* Nav menu */
form > nav {
    background-color: #4d897c;
    padding: 10px 0;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    min-width: 1200px;
    z-index: 1;
    transition-duration: 0.5s;
    transition-property: background-color;
}
form > nav.affix {
    /*background-color: #fff;*/
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    width: 100%;
}
form > nav.affix + section.content {
    padding-top: 120px;
}
form > nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
}
form > nav ul li {
    display: inline;
    padding: 0 15px;
}
form > nav ul a {
    color: #fff;
    font-size: 18px;
    line-height: 2.2;
}
form > nav ul a:hover {
    color: #fff;
}
form > nav .jumbotron-callback {
    background-color: #fff;
    color: #4d897c;
}
form > nav .jumbotron-callback:hover,
form > nav .jumbotron-callback:focus {
    color: #4d897c;
}


/* Section */
section {
    padding: 60px 0;
}
.no-padding-top {
    padding-top: 0;
}
.no-padding-bottom {
    padding-bottom: 0;
}
.section-title {
    margin-top: 0;
    margin-bottom: 30px;
    text-align: center;
}
.section-title span {
    text-transform: uppercase;
    font-weight: bold;
    border: solid 3px #4d897c;
    border-radius: 25px;
    color: #4d897c;
    display: inline-block;
    padding: 5px 30px;
    font-size: 30px;
}
.section-more {
    text-align: center;
    margin-top: 30px;
}
.section-more a {
    color: #4d897c;
    text-transform: uppercase;
    font-size: 24px;
    text-decoration: underline;
}


/* Footer */
form > footer {
    background-color: #4d897c;
    color: #fff;
    padding: 30px 0 20px;
    font-family: 'Roboto-Light';
}
.footer-logo {
    text-transform: uppercase;
    font-size: 30px;
    color: #fff;
    line-height: 1.1;
    margin-top: 27px;
}
.footer-logo strong {
    font-family: 'Roboto-Regular';
    display: block;
}
.footer-contacts {
    float: right;
}
.footer-contacts p {
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 15px;
}
.footer-contacts p i {
    float: left;
    font-size: 26px;
    margin-bottom: 10px;
    margin-right: 10px;
    width: 28px;
    text-align: center;
}
.footer-contacts p i.fa-envelope {
    font-size: 18px;
}
.footer-contacts p a {
    color: #fff;
}
.footer-contacts p a:hover {
    text-decoration: none;
}


/* Front page About */
.fp-about p {
    font-size: 18px;
    text-align: justify;
    text-indent: 30px;
}


/* Front page Popular proects */
.fp-popular {
    background: url(images/top-proect-bg.jpg) repeat-y center 0;
}
.fp-popular .section-title span {
    background-color: #4d897c;
    color: #fff;
}


/* Front page Portfolio */
.fp-portfolio {
    background: url(images/top-portfolio-bg.jpg) no-repeat center 0;
}


/* Front page Reviews */
.top-review-item p {
    position: relative;
    padding: 15px 40px;
    margin: 0;
    font-size: 18px;
    text-align: justify;
}
.top-review-item em {
    text-align: right;
    display: block;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    padding: 0 40px;
    margin-top: 15px;
}
.top-review-item p:before {
    content: "\f10d";
    font-family: FontAwesome;
    font-size: 26px;
    color: #aaa;
    position: absolute;
    top: 0;
    left: 0;
}
.top-review-item p:after {
    content: "\f10e";
    font-family: FontAwesome;
    font-size: 26px;
    color: #aaa;
    position: absolute;
    right: 0;
    bottom: 0;
}


/* Proect category */
.proect-category-item {
    text-align: center;
    background-color: #fff;
    padding: 0 20px 20px;
    /*box-shadow: 0 0 10px rgba(0, 0, 0, .3);*/
    margin-bottom: 30px;
}
.proect-category-item:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, .4);
}
.proect-category-item  a:hover{
    text-decoration: none;
}
.proect-category-img {
    height: 200px;
    background-size: cover;
    background-position: center center;
    margin: 0 -20px;
}
.proect-category-item h3 {
    margin-top: 20px;
    text-align: center;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 0;
}


/* Proect list */
.proect-item {
    background-color: #fff;
    padding: 0 20px 20px;
    /*box-shadow: 0 0 10px rgba(0, 0, 0, .3);*/
    margin-bottom: 30px;
    text-align: center;
}
.proect-item:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, .4);
}
.proect-item a:hover {
    text-decoration: none;
}
.proect-item-img {
    height: 200px;
    background-size: cover;
    background-position: center center;
    margin: 0 -20px;
}
.proect-item h3 {
    margin-top: 20px;
	height: 70px;
    margin-bottom: 0;
    text-align: center;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
}
.proect-item hr {
    background-color: #4d897c;
    height: 1px;
    border: 0;
    width: 70%;
    margin: 0 auto;
}
.proect-item strong {
    display: block;
    text-align: center;
    color: #4d897c;
    font-size: 20px;
    margin-top: 10px;
}
.proect-item strong .fa {
    font-size: 27px;
}
.proect-item span {
    display: inline-block;
    padding: 5px 20px;
    border: solid 2px #4d897c;
    color: #4d897c;
    line-height: 1;
    border-radius: 20px;
    margin-top: 10px;
}


/* Proect detail */
.proect-first-img {
    margin-bottom: 30px;
}
.proect-price {
    text-align: center;
    font-size: 20px;
    margin-bottom: 30px;
}
.proect-price strong {
    display: block;
    font-size: 150%;
    color: #4d897c;
}
.proect-feedback {
    margin-top: 30px;
}
.proect-feedback .panel-body {
    padding: 30px;
}
.proect-feedback h3 {
    margin-top: 0;
    margin-bottom: 15px;
}
.proect-feedback h3 strong {
    color: #ec7171;
    text-transform: uppercase;
}
.proect-feedback textarea {
    height: 84px;
}


/* Top gallery */
.top-gallery {
    margin: 0;
}
.top-gallery a:hover {
   text-decoration: none;
}
.top-gallery > div {
    padding: 0;
}
.top-gallery-item {
    height: 300px;
    background-position: center center;
    background-size: cover;
}
.top-gallery-item > div {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    text-align: center;
    opacity: 0;
    flex-wrap: wrap;
    background-color: rgba(0, 0, 0, .6);
    color: #fff;
    padding: 30px;
    transition-duration: 0.5s;
    transition-property: opacity;
}
.top-gallery-item:hover > div {
    opacity: 1;
}
.top-gallery-item h3 {
    margin: 0;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 20px;
}
.top-gallery-item span {
    font-size: 20px;
    display: inline-block;
    line-height: 1;
    padding: 5px 30px;
    border: solid 2px;
    border-radius: 20px;
}


/* Gallery */
.gallery-cat-item {
    margin-bottom: 30px;
}
.gallery-cat-item a:hover {
    text-decoration: none;
}
.gallery-cat-img {
    height: 250px;
    background-position: center center;
    background-size: cover;
}
.gallery-cat-item h3 {
    text-align: center;
    color: #000;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}

.gallery-item {
    margin-bottom: 30px;
}


/* Modal form */
.modal-form-container h3 {
    margin-top: 0;
    margin-bottom: 15px;
    text-transform: uppercase;
    padding: 10px;
}
.modal-loader {
    margin-top: 15px;
}
.modal-loader img {
    margin: 0 auto;
}
.modal-form-container .alert {
    margin-top: 15px;
    margin-bottom: 0;
}


/* Video list */
.video-item {
    text-align: center;
    margin-bottom: 30px;
}
.video-item a:hover,
.video-item a:focus {
    text-decoration: none;
    color: #333;
}
.video-item h3 {
    color: #333;
    font-size: 22px;
}


/* Guest book */
.guest-item {
    margin-bottom: 50px;
}



.offer {
  font-size: 30px;
  font-weight: bold;
  font-family: arial;
  color: #4d897c;
  margin-top: 10px;
  display: inline-block;
  position: relative;
  -webkit-mask-image: linear-gradient(-75deg, rgba(0, 0, 0, .6) 30%, #000 50%, rgba(0, 0, 0, .6) 70%);
  -webkit-mask-size: 200%;
  animation: wave 2s infinite;
}

@-webkit-keyframes wave {
  from {
    -webkit-mask-position: 150%;
  }
  to {
    -webkit-mask-position: -50%;
  }
}

.offer-special{
	font-family: Arial;
	font-size: 56px !important;
	font-weight: bold !important;
	color: #FF0000;
	text-align: center;
	text-shadow: 
		-0   -2px 2px #FFFFFF,
		 0   -2px 2px #FFFFFF,
		-0    2px 2px #FFFFFF,
		 0    2px 2px #FFFFFF,
		-2px -0   2px #FFFFFF,
		 2px -0   2px #FFFFFF,
		-2px  0   2px #FFFFFF,
		 2px  0   2px #FFFFFF,
		-1px -2px 2px #FFFFFF,
		 1px -2px 2px #FFFFFF,
		-1px  2px 2px #FFFFFF,
		 1px  2px 2px #FFFFFF,
		-2px -1px 2px #FFFFFF,
		 2px -1px 2px #FFFFFF,
		-2px  1px 2px #FFFFFF,
		 2px  1px 2px #FFFFFF,
		-2px -2px 2px #FFFFFF,
		 2px -2px 2px #FFFFFF,
		-2px  2px 2px #FFFFFF,
		 2px  2px 2px #FFFFFF,
		-2px -2px 2px #FFFFFF,
		 2px -2px 2px #FFFFFF,
		-2px  2px 2px #FFFFFF,
		 2px  2px 2px #FFFFFF;
}
/*.offer{
	color: #4d897c;
	text-align: center;
    font-size: 32px;
    margin-top: 10px;
	font-weight: bold;
}*/


/* 2026 visual refresh and responsive layout */
:root {
    --brand: #3f776c;
    --brand-dark: #28534b;
    --brand-soft: #edf5f2;
    --accent: #df6868;
    --text: #26302d;
    --muted: #65716d;
    --surface: #ffffff;
    --line: #dce6e2;
    --shadow: 0 12px 34px rgba(31, 63, 56, .13);
}

/* Consolidated fixes: this file intentionally has no @import dependencies. */
@media (max-width: 767px) {
    .jumbotron {
        padding-top: 58px !important;
    }

    .jumbotron > nav,
    .jumbotron > nav.affix {
        position: absolute !important;
        top: 0 !important;
        right: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 58px !important;
        margin: 0 !important;
        transform: none !important;
    }

    .jumbotron > nav > .container,
    form > nav > .container {
        height: 58px !important;
        padding-right: 20px !important;
        padding-left: 20px !important;
    }

    .mobile-menu-toggle {
        width: 100% !important;
        height: 58px !important;
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: space-between !important;
        padding: 0 !important;
        border: 0 !important;
        background: transparent !important;
        color: #fff !important;
        font-size: 16px !important;
        font-weight: 600 !important;
        text-transform: uppercase;
    }

    .mobile-menu-toggle > span:last-child {
        order: 1 !important;
    }

    .mobile-menu-toggle .mobile-menu-icon {
        order: 2 !important;
        width: 29px !important;
        height: 22px !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: space-between !important;
    }

    .mobile-menu-toggle .mobile-menu-icon i {
        width: 100% !important;
        height: 2px !important;
        display: block !important;
        margin: 0 !important;
        background: #fff !important;
    }

    .jumbotron > nav .main-navigation {
        top: 58px !important;
        right: 0 !important;
        left: 0 !important;
        width: 100% !important;
        margin: 0 !important;
    }
}

.hero-content,
.hero-content h1,
.hero-content p,
.hero-content a {
    -webkit-hyphens: none !important;
    -ms-hyphens: none !important;
    hyphens: none !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
}

.hero-description {
    white-space: normal !important;
    text-wrap: pretty;
}

.proect-imgs:before,
.proect-imgs:after {
    content: none !important;
    display: none !important;
}

.hero-content,
.hero-actions,
.hero-button {
    pointer-events: auto !important;
}

.hero-actions {
    justify-content: flex-start !important;
}

.hero-callback-button {
    min-width: 210px;
    cursor: pointer;
}

@media (max-width: 767px) {
    .proect-imgs {
        width: 100% !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        gap: 16px !important;
        margin: 0 0 28px !important;
    }

    .proect-imgs > [class*="col-"] {
        width: 76% !important;
        max-width: 360px !important;
        display: block !important;
        float: none !important;
        flex: 0 0 auto !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .proect-imgs a {
        width: 100% !important;
        display: block !important;
        padding: 7px !important;
        border: 1px solid #dce6e2 !important;
        border-radius: 12px !important;
        background: #fff !important;
        box-shadow: 0 8px 24px rgba(31, 63, 56, .07);
    }

    .proect-imgs img {
        width: 100% !important;
        height: auto !important;
        max-height: none !important;
        display: block !important;
        aspect-ratio: auto !important;
        object-fit: contain !important;
        border-radius: 8px !important;
    }

    .hero-actions {
        width: 100% !important;
        display: flex !important;
        justify-content: center !important;
    }

    .hero-callback-button {
        width: 100% !important;
        min-width: 0 !important;
        min-height: 50px !important;
    }
}

@media (max-width: 420px) {
    .proect-imgs > [class*="col-"] {
        width: 78% !important;
    }
}

.header-socials .social-link,
.footer-socials .social-link {
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    overflow: hidden;
    border-radius: 22% !important;
    box-shadow: 0 2px 8px rgba(14, 55, 47, 0.14);
}

.header-socials .social-link:hover,
.footer-socials .social-link:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(14, 55, 47, 0.2);
}

.header-socials .social-icon,
.footer-socials .social-icon {
    width: 100% !important;
    height: 100% !important;
    flex: 0 0 100% !important;
    display: block !important;
}

.header-socials .social-icon img,
.footer-socials .social-icon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 767px) {
    .header-socials .social-link,
    .footer-socials .social-link {
        width: 38px !important;
        min-width: 38px !important;
        height: 38px !important;
        min-height: 38px !important;
    }
}

/* ================================================================
   REDESIGN 2026-08-16 F
   Header, hero and footer based on the approved visual mockup.
   Keep this section last: it intentionally overrides legacy styles.
   ================================================================ */

:root {
    --redesign-green: #063f36;
    --redesign-green-deep: #032e28;
    --redesign-green-dark: #02251f;
    --redesign-cream: #f3eadb;
    --redesign-paper: #faf7f0;
    --redesign-line: rgba(232, 222, 203, .18);
}

header {
    padding: 18px 0 !important;
    border: 0 !important;
    background: var(--redesign-paper) !important;
}

header .container,
.jumbotron > nav > .container,
form > nav > .container,
form > footer > .container {
    width: auto !important;
    max-width: 1180px !important;
}

.site-header-row {
    min-height: 54px;
    display: grid !important;
    grid-template-columns: minmax(280px, 1fr) minmax(360px, auto) minmax(280px, 1fr) !important;
    align-items: center;
    gap: 28px;
}

.header-logo,
.header-phone,
.header-contacts {
    min-width: 0;
}

.header-logo a {
    color: var(--redesign-green) !important;
    font-family: Georgia, "Times New Roman", serif !important;
    font-size: 23px !important;
    font-weight: 400;
    letter-spacing: .01em;
    line-height: 1.05;
    text-transform: uppercase;
}

.header-logo a strong {
    font-family: inherit !important;
    font-weight: 700 !important;
}

.header-contacts {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 12px !important;
    color: #66726e;
    font-size: 12px;
}

.header-contacts > p {
    margin: 0 !important;
    color: #66726e;
    font-size: 12px !important;
    line-height: 1.3;
    white-space: nowrap !important;
}

.header-socials.has-socials,
.footer-socials.has-socials {
    display: flex !important;
    align-items: center;
    flex-wrap: nowrap;
    gap: 7px;
    margin: 0;
}

.header-socials .social-link,
.footer-socials .social-link {
    position: relative;
    width: 31px !important;
    min-width: 31px !important;
    height: 31px !important;
    min-height: 31px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    padding: 7px !important;
    border: 1px solid rgba(6, 63, 54, .22);
    border-radius: 50%;
    background: transparent;
    color: var(--redesign-green);
}

.header-socials .social-link:hover,
.header-socials .social-link:focus {
    border-color: var(--redesign-green);
    background: var(--redesign-green);
    color: #fff;
}

.header-socials .social-icon,
.footer-socials .social-icon {
    width: 100%;
    height: 100%;
    display: block;
}

.header-socials .social-icon svg,
.footer-socials .social-icon svg {
    width: 100%;
    height: 100%;
    display: block;
    fill: currentColor;
}

.header-phone {
    text-align: right !important;
}

.header-phone-label {
    display: none !important;
}

.header-phone a {
    color: #17231f !important;
    font-family: Arial, sans-serif;
    font-size: 23px !important;
    font-weight: 400 !important;
    letter-spacing: .01em;
}

.jumbotron > nav,
form > nav,
.jumbotron > nav.affix,
form > nav.affix {
    min-width: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: linear-gradient(90deg, #063b33, #07483e) !important;
    color: #fff;
    box-shadow: none;
}

.jumbotron > nav {
    height: 64px;
    top: 0;
}

.jumbotron > nav > .container,
form > nav > .container {
    height: 100%;
}

.main-navigation {
    width: 100%;
    height: 100%;
    display: grid !important;
    grid-template-columns: minmax(190px, 1fr) auto minmax(190px, 1fr) !important;
    align-items: center;
    gap: 24px;
}

.main-navigation ul {
    grid-column: 2;
    justify-self: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 34px;
    margin: 0 !important;
    padding: 0 !important;
}

.jumbotron > nav ul li,
form > nav ul li {
    display: block !important;
    padding: 0 !important;
}

.jumbotron > nav ul a,
form > nav ul a {
    display: block;
    padding: 21px 0 19px;
    color: #fff !important;
    font: 14px/1.2 Arial, sans-serif !important;
    letter-spacing: .01em;
}

.jumbotron > nav ul a:after,
form > nav ul a:after {
    bottom: 13px;
    background: var(--redesign-cream);
}

.main-navigation .jumbotron-callback {
    grid-column: 3;
    justify-self: end;
    min-height: 39px;
    display: inline-flex;
    align-items: center;
    padding: 8px 16px !important;
    border: 1px solid rgba(255, 255, 255, .8) !important;
    border-radius: 4px !important;
    background: transparent !important;
    box-shadow: none !important;
    color: #fff !important;
    font: 14px/1.2 Arial, sans-serif !important;
    text-transform: none;
}

.main-navigation .jumbotron-callback:hover,
.main-navigation .jumbotron-callback:focus {
    border-color: var(--redesign-cream) !important;
    background: var(--redesign-cream) !important;
    color: var(--redesign-green) !important;
}

.main-navigation .jumbotron-callback .fa {
    width: 21px;
    height: 21px;
    margin-right: 8px;
    padding: 3px;
    border-width: 1px;
    font-size: 12px;
}

.jumbotron {
    height: 570px !important;
    padding: 64px 0 0 !important;
    background-image: url(images/jumbotron.jpg) !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
}

.jumbotron:after {
    background: linear-gradient(90deg, rgba(3, 35, 30, .82) 0%, rgba(4, 45, 38, .58) 35%, rgba(4, 45, 38, .16) 70%, rgba(4, 45, 38, .03) 100%) !important;
}

.jumbotron > .hero-container {
    height: 100%;
    display: flex !important;
    align-items: center;
    justify-content: flex-start !important;
    padding-top: 0;
    padding-bottom: 14px;
    text-align: left !important;
}

.hero-content {
    position: relative;
    z-index: 2;
    width: 630px;
    max-width: 62%;
    color: #fff;
    text-align: left;
}

.hero-kicker {
    position: relative;
    margin: 0 0 28px;
    color: #fff;
    font: 12px/1.3 Arial, sans-serif;
    letter-spacing: .045em;
    text-transform: uppercase;
}

.hero-kicker:after {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 0;
    width: 48px;
    height: 1px;
    background: var(--redesign-cream);
}

.jumbotron .hero-content h1 {
    width: auto !important;
    max-width: none !important;
    margin: 0 0 22px !important;
    color: #fff;
    font-family: Georgia, "Times New Roman", serif !important;
    font-size: 52px !important;
    font-weight: 400;
    line-height: 1.08 !important;
    letter-spacing: 0;
    text-align: left !important;
    text-transform: none !important;
    text-shadow: 0 3px 18px rgba(0, 0, 0, .35);
}

.hero-description {
    margin: 0 0 30px;
    color: rgba(255, 255, 255, .88);
    font: 15px/1.55 Arial, sans-serif;
}

.hero-actions {
    display: flex;
    align-items: center;
    gap: 15px;
}

.hero-button {
    min-width: 176px;
    min-height: 47px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    border: 1px solid var(--redesign-cream);
    border-radius: 4px;
    font: 14px/1.2 Arial, sans-serif;
    text-decoration: none !important;
}

.hero-button-primary {
    background: var(--redesign-cream);
    color: #17231f !important;
}

.hero-button-secondary {
    background: rgba(3, 46, 39, .15);
    color: #fff !important;
}

.hero-button:hover,
.hero-button:focus {
    transform: translateY(-2px);
    box-shadow: 0 10px 26px rgba(0, 0, 0, .16);
}

.hero-button-secondary:hover,
.hero-button-secondary:focus {
    background: var(--redesign-cream);
    color: var(--redesign-green) !important;
}

form > footer {
    position: relative;
    overflow: hidden;
    padding: 0 !important;
    background: linear-gradient(135deg, var(--redesign-green-deep), var(--redesign-green-dark)) !important;
    color: rgba(255, 255, 255, .82);
    font-family: Arial, sans-serif !important;
}

.footer-cta {
    position: relative;
    z-index: 0;
    min-height: 132px;
    display: grid;
    grid-template-columns: 74px minmax(310px, 1.4fr) minmax(210px, .7fr) auto;
    align-items: center;
    gap: 28px;
    padding: 24px 0;
}

.footer-cta:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 100vw;
    transform: translateX(-50%);
    background: linear-gradient(90deg, #06443a, #00352e);
    border-bottom: 1px solid rgba(255, 255, 255, .07);
}

.footer-cta-icon {
    width: 62px;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(231, 218, 192, .55);
    color: rgba(240, 226, 200, .78);
    font-size: 36px;
}

.footer-cta-copy strong {
    display: block;
    margin-bottom: 8px;
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 25px;
    font-weight: 400;
    line-height: 1.15;
}

.footer-cta-copy span {
    color: rgba(255, 255, 255, .72);
    font-size: 13px;
    line-height: 1.45;
}

.footer-cta-phone {
    color: #fff !important;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 22px;
    white-space: nowrap;
}

.footer-cta-button {
    min-width: 158px;
    min-height: 43px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 11px 18px;
    border: 1px solid var(--redesign-cream);
    border-radius: 4px;
    background: var(--redesign-cream);
    color: #17231f !important;
    font-size: 13px;
    text-decoration: none !important;
}

.footer-cta-button:hover,
.footer-cta-button:focus {
    background: transparent;
    color: #fff !important;
}

.footer-main {
    display: grid;
    grid-template-columns: 1.2fr .75fr 1.35fr .8fr;
    align-items: start;
    gap: 48px;
    padding: 35px 0 26px;
}

.footer-logo {
    margin: 0 0 17px !important;
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 20px !important;
    font-weight: 400;
    line-height: 1.05;
}

.footer-logo strong {
    font-family: inherit !important;
    font-weight: 700;
}

.footer-brand p {
    margin: 0;
    color: rgba(255, 255, 255, .65);
    font-size: 12px;
    line-height: 1.5;
}

.footer-heading {
    display: block;
    margin-bottom: 13px;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
}

.footer-menu a {
    display: block;
    width: max-content;
    margin-bottom: 7px;
    color: rgba(255, 255, 255, .72);
    font-size: 12px;
    line-height: 1.25;
}

.footer-menu a:hover,
.footer-menu a:focus,
.footer-contacts a:hover,
.footer-contacts a:focus {
    color: #fff !important;
    text-decoration: none;
}

.footer-contacts {
    width: auto !important;
    max-width: none !important;
    float: none !important;
}

.footer-contacts p {
    display: flex !important;
    align-items: flex-start;
    margin: 0 0 12px !important;
    color: rgba(255, 255, 255, .72);
    font-size: 12px !important;
    line-height: 1.4 !important;
}

.footer-contacts p i {
    width: 20px !important;
    min-width: 20px;
    flex: 0 0 20px !important;
    margin: 1px 8px 0 0 !important;
    color: var(--redesign-cream);
    font-size: 14px !important;
    text-align: center;
}

.footer-contacts p a {
    min-width: 0;
    color: rgba(255, 255, 255, .72) !important;
    white-space: nowrap !important;
}

.footer-socials {
    min-height: 34px;
}

.footer-socials .social-link {
    width: 34px !important;
    min-width: 34px !important;
    height: 34px !important;
    min-height: 34px !important;
    border-color: rgba(243, 234, 219, .45);
    color: var(--redesign-cream);
}

.footer-socials .social-link:hover,
.footer-socials .social-link:focus {
    border-color: var(--redesign-cream);
    background: var(--redesign-cream);
    color: var(--redesign-green);
}

.footer-copyright {
    padding: 11px 0 15px;
    border-top: 1px solid rgba(255, 255, 255, .07);
    color: rgba(255, 255, 255, .48);
    font-size: 11px;
    text-align: center;
}

@media (max-width: 1199px) {
    .site-header-row {
        grid-template-columns: minmax(220px, 1fr) minmax(300px, auto) minmax(220px, 1fr) !important;
    }

    .main-navigation ul {
        gap: 22px;
    }

    .footer-cta {
        grid-template-columns: 62px minmax(280px, 1fr) auto auto;
        gap: 20px;
    }

    .footer-main {
        gap: 30px;
    }
}

@media (max-width: 991px) {
    .site-header-row {
        grid-template-columns: minmax(190px, 1fr) minmax(270px, auto) minmax(190px, 1fr) !important;
        gap: 16px;
    }

    .header-logo a,
    .header-phone a {
        font-size: 19px !important;
    }

    .main-navigation ul {
        gap: 14px;
    }

    .jumbotron > nav ul a,
    form > nav ul a {
        font-size: 13px !important;
    }

    .jumbotron .hero-content h1 {
        font-size: 46px !important;
    }

    .footer-cta {
        grid-template-columns: 56px 1fr auto;
    }

    .footer-cta-phone {
        font-size: 19px;
    }

    .footer-cta-button {
        grid-column: 3;
    }
}

@media (max-width: 767px) {
    header {
        padding: 17px 0 15px !important;
    }

    header .container {
        padding-right: 20px !important;
        padding-left: 20px !important;
    }

    .site-header-row {
        min-height: 94px;
        grid-template-columns: minmax(0, 1fr) auto !important;
        gap: 14px 12px;
    }

    .header-logo {
        grid-column: 1;
        grid-row: 1;
    }

    .header-logo a {
        max-width: 160px;
        font-size: 18px !important;
        line-height: 1.08;
    }

    .header-phone {
        grid-column: 2;
        grid-row: 1;
        align-self: start;
        padding-top: 2px;
    }

    .header-phone a {
        font-size: 17px !important;
    }

    .header-contacts {
        grid-column: 1 / -1;
        grid-row: 2;
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 10px !important;
        width: 100%;
    }

    .header-contacts > p {
        overflow: hidden;
        color: #69746f;
        font-size: 12px !important;
        text-overflow: ellipsis;
        white-space: nowrap !important;
    }

    .header-socials .social-link {
        width: 32px !important;
        min-width: 32px !important;
        height: 32px !important;
        min-height: 32px !important;
    }

    .jumbotron {
        height: 590px !important;
        padding-top: 58px !important;
        background-position: 58% center !important;
    }

    .jumbotron > nav {
        right: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 58px;
        margin: 0 !important;
    }

    .jumbotron > nav > .container,
    form > nav > .container {
        padding-right: 20px !important;
        padding-left: 20px !important;
    }

    .mobile-menu-toggle {
        width: 100%;
        height: 58px;
        display: flex !important;
        flex-direction: row-reverse;
        align-items: center;
        justify-content: space-between;
        padding: 0 !important;
        border: 0;
        background: transparent !important;
        color: #fff !important;
        font-size: 16px !important;
        font-weight: 600;
        text-transform: uppercase;
    }

    .mobile-menu-icon {
        width: 29px;
        height: 22px;
    }

    .mobile-menu-icon i {
        height: 2px;
        background: #fff;
    }

    .main-navigation {
        position: absolute;
        z-index: 20;
        top: 58px;
        right: 0;
        left: 0;
        width: 100%;
        height: auto;
        display: none !important;
        padding: 12px 20px 20px;
        background: var(--redesign-green);
        box-shadow: 0 14px 26px rgba(0, 0, 0, .18);
    }

    .main-navigation.is-open {
        display: block !important;
    }

    .main-navigation ul {
        display: block;
    }

    .jumbotron > nav ul a,
    form > nav ul a {
        padding: 12px 0 !important;
        border-bottom: 1px solid rgba(255, 255, 255, .14);
        font-size: 15px !important;
        text-align: left !important;
    }

    .jumbotron > nav ul a:after,
    form > nav ul a:after {
        display: none;
    }

    .main-navigation .jumbotron-callback {
        width: 100%;
        min-height: 46px;
        justify-content: center;
        margin-top: 16px;
        border-color: var(--redesign-cream) !important;
        background: var(--redesign-cream) !important;
        color: var(--redesign-green) !important;
    }

    .jumbotron > .hero-container {
        align-items: center;
        padding: 24px 24px 4px !important;
    }

    .hero-content {
        width: 100%;
        max-width: 100%;
        text-align: left;
    }

    .hero-kicker {
        margin-bottom: 26px;
        font-size: 11px;
    }

    .jumbotron .hero-content h1 {
        margin-bottom: 20px !important;
        font-size: 39px !important;
        line-height: 1.08 !important;
        text-align: left !important;
    }

    .hero-description {
        margin-bottom: 25px;
        font-size: 14px;
    }

    .hero-actions {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .hero-button {
        width: 100%;
        min-height: 48px;
    }

    .footer-cta {
        grid-template-columns: 50px 1fr;
        gap: 16px;
        padding: 26px 0 28px;
    }

    .footer-cta-icon {
        width: 50px;
        height: 50px;
        font-size: 27px;
    }

    .footer-cta-copy strong {
        font-size: 22px;
    }

    .footer-cta-copy span {
        font-size: 12px;
    }

    .footer-cta-phone {
        grid-column: 1 / -1;
        font-size: 21px;
        text-align: center;
    }

    .footer-cta-button {
        grid-column: 1 / -1;
        width: 100%;
        min-height: 48px;
    }

    .footer-main {
        grid-template-columns: 1fr 1fr;
        gap: 30px 24px;
        padding: 30px 0 24px;
    }

    .footer-brand,
    .footer-contacts {
        grid-column: 1 / -1;
    }

    .footer-contacts p a {
        white-space: normal !important;
        overflow-wrap: anywhere;
    }
}

@media (max-width: 420px) {
    .header-logo a {
        font-size: 16px !important;
    }

    .header-phone a {
        font-size: 15px !important;
    }

    .jumbotron .hero-content h1 {
        font-size: 34px !important;
    }

    .footer-main {
        grid-template-columns: 1fr;
    }

    .footer-menu,
    .footer-social-column {
        grid-column: 1;
    }
}

/* Banner text breathing room on tablet and desktop. */
@media (min-width: 768px) {
    .jumbotron > .hero-container {
        width: 100% !important;
        max-width: none !important;
        padding-right: clamp(32px, 4vw, 80px) !important;
        padding-left: clamp(32px, 4vw, 80px) !important;
    }
}

html {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    min-width: 0;
    color: var(--text);
    background: #fff;
    font-size: 16px;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

body img {
    max-width: 100%;
}

.container {
    width: auto !important;
    max-width: 1170px;
}

a,
button,
.proect-item,
.proect-category-item {
    transition: color .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.btn,
.jumbotron-callback {
    border-radius: 7px;
    font-weight: 600;
}

.btn-primary {
    background-color: var(--accent);
    border-color: var(--accent);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background-color: #ca5555;
    border-color: #ca5555;
}

.form-control {
    min-height: 42px;
    border-color: #cfd9d5;
    border-radius: 6px;
    box-shadow: none;
}

.form-control:focus {
    border-color: var(--brand);
    box-shadow: 0 0 0 3px rgba(63, 119, 108, .12);
}

/* Header */
header {
    padding: 18px 0;
    background: #fff;
    border-bottom: 1px solid #eef2f0;
}

.site-header-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.header-logo {
    flex: 0 1 390px;
}

.header-logo a {
    display: inline-block;
    font-size: 28px;
    line-height: 1.15;
    letter-spacing: .02em;
    color: var(--brand);
}

.header-contacts {
    flex: 1 1 auto;
    text-align: center;
    font-size: 16px;
    color: var(--muted);
}

.header-contacts p {
    margin: 0 0 7px;
}

.header-socials {
    min-height: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 7px;
}

.social-link {
    min-height: 31px;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 5px 10px;
    border: 1px solid #d7e1dd;
    border-radius: 18px;
    background: #f8faf9;
    color: #3d514c;
    font: 13px/1.2 Arial, sans-serif;
    text-decoration: none;
}

.social-link:hover,
.social-link:focus {
    color: #fff;
    border-color: var(--brand);
    background: var(--brand);
    text-decoration: none;
    transform: translateY(-1px);
}

.social-max span {
    font-weight: 700;
    letter-spacing: .02em;
}

.header-phone {
    flex: 0 0 auto;
    text-align: right;
    line-height: 1.2;
}

.header-phone-label {
    display: block;
    margin-bottom: 3px;
    color: var(--muted);
    font-size: 13px;
}

.header-phone a {
    color: var(--text);
    font-size: 25px;
    font-weight: 600;
    white-space: nowrap;
}

.header-phone a:hover,
.header-phone a:focus {
    color: var(--brand);
}

/* Navigation */
.mobile-menu-toggle {
    display: none;
}

.main-navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
}

.jumbotron > nav,
form > nav {
    min-width: 0;
}

.jumbotron > nav {
    background-color: rgba(255, 255, 255, .91);
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
    border-bottom: 1px solid rgba(63, 119, 108, .15);
}

.jumbotron > nav ul,
form > nav ul {
    float: none;
}

.jumbotron > nav ul li,
form > nav ul li {
    display: inline-block;
    padding: 0 12px;
}

.jumbotron > nav ul li:first-child,
form > nav ul li:first-child {
    padding-left: 0;
}

.jumbotron > nav ul a,
form > nav ul a {
    position: relative;
    font-size: 17px;
    font-weight: 500;
    text-decoration: none;
}

.jumbotron > nav ul a:after,
form > nav ul a:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -7px;
    left: 0;
    height: 2px;
    background: currentColor;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform .2s ease;
}

.jumbotron > nav ul a:hover:after,
.jumbotron > nav ul a:focus:after,
form > nav ul a:hover:after,
form > nav ul a:focus:after {
    transform: scaleX(1);
}

.jumbotron-callback {
    float: none;
    flex: 0 0 auto;
    background-color: var(--brand);
    box-shadow: 0 7px 18px rgba(40, 83, 75, .2);
}

.jumbotron-callback:hover,
.jumbotron-callback:focus {
    background-color: var(--brand-dark);
    transform: translateY(-1px);
}

/* Hero */
.jumbotron {
    height: 520px;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
}

.jumbotron:after {
    content: "";
    position: absolute;
    z-index: 0;
    inset: 0;
    background: linear-gradient(90deg, rgba(17, 35, 31, .56) 0%, rgba(17, 35, 31, .18) 58%, rgba(17, 35, 31, .06) 100%);
    pointer-events: none;
}

.jumbotron > .container {
    position: relative;
    z-index: 1;
}

.jumbotron h1 {
    max-width: 720px;
    margin-top: 68px;
    font-size: 64px;
    line-height: 1.06;
    letter-spacing: .01em;
    text-shadow: 0 4px 20px rgba(0, 0, 0, .38);
}

/* Sections and content */
section {
    padding: 70px 0;
}

section.content {
    min-height: 380px;
}

.section-title {
    margin-bottom: 38px;
}

.section-title span {
    padding: 6px 28px;
    border-width: 2px;
    border-color: var(--brand);
    border-radius: 30px;
    color: var(--brand);
    font-size: 27px;
    letter-spacing: .02em;
}

.fp-about p {
    color: #3f4946;
    font-size: 18px;
    line-height: 1.75;
    text-align: left;
    text-indent: 0;
}

.fp-about img {
    width: 100%;
    border-radius: 12px;
    box-shadow: var(--shadow);
}

.fp-popular {
    background-color: #f2f6f4;
    background-size: cover;
}

.fp-popular .section-title span {
    background: var(--brand);
    border-color: var(--brand);
}

.products {
    display: flex;
    flex-wrap: wrap;
}

.products > [class*="col-"] {
    display: flex;
}

.proect-item,
.proect-category-item {
    width: 100%;
    overflow: hidden;
    border: 1px solid rgba(63, 119, 108, .13);
    border-radius: 10px;
    box-shadow: 0 7px 22px rgba(32, 65, 58, .08);
}

.proect-item:hover,
.proect-category-item:hover {
    box-shadow: var(--shadow);
    transform: translateY(-4px);
}

.proect-item-img,
.proect-category-img {
    transition: transform .35s ease;
}

.proect-item:hover .proect-item-img,
.proect-category-item:hover .proect-category-img {
    transform: scale(1.025);
}

.proect-item h3 {
    height: auto;
    min-height: 62px;
    line-height: 1.35;
}

.proect-item strong,
.proect-price strong {
    color: var(--brand);
}

.proect-item span {
    border-color: var(--brand);
    color: var(--brand);
}

.fp-portfolio {
    background-size: cover;
}

.top-gallery-item {
    overflow: hidden;
}

.top-gallery-item > div {
    background: linear-gradient(180deg, rgba(16, 29, 26, .08), rgba(16, 29, 26, .78));
}

.fp-review {
    padding-top: 60px !important;
    padding-bottom: 70px;
    background: #fafcfb;
}

.top-review-item {
    max-width: 920px;
    margin: 0 auto;
    padding: 26px 30px;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 8px 28px rgba(31, 63, 56, .07);
}

.panel {
    border-color: var(--line);
    border-radius: 10px;
    box-shadow: 0 7px 24px rgba(31, 63, 56, .07);
}

.proect-feedback h3 strong {
    color: var(--accent);
}

/* Modal */
#jumbotron-callback {
    width: 760px;
    max-width: calc(100vw - 30px);
}

.modal-form-container {
    padding: 6px;
}

.modal-form-container h3 {
    padding: 0;
    font-size: 26px;
    line-height: 1.25;
}

.modal-form-container .btn {
    min-height: 44px;
}

/* Footer */
form > footer {
    padding: 38px 0 25px;
    background: var(--brand-dark);
}

.footer-logo {
    font-size: 28px;
}

.footer-contacts p {
    font-size: 17px;
}

@media (max-width: 1199px) {
    .container {
        padding-right: 24px;
        padding-left: 24px;
    }

    .header-logo a {
        font-size: 24px;
    }

    .header-phone a {
        font-size: 22px;
    }

    .jumbotron > nav ul li,
    form > nav ul li {
        padding: 0 8px;
    }

    .jumbotron > nav ul a,
    form > nav ul a {
        font-size: 15px;
    }

    .jumbotron-callback {
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    .site-header-row {
        gap: 18px;
    }

    .header-logo {
        flex-basis: 275px;
    }

    .header-logo a {
        font-size: 21px;
    }

    .header-contacts {
        font-size: 14px;
    }

    .social-link {
        padding: 5px 8px;
    }

    .social-link span {
        display: none;
    }

    .social-max span {
        display: inline;
    }

    .header-phone a {
        font-size: 20px;
    }

    .main-navigation {
        gap: 12px;
    }

    .jumbotron > nav ul li,
    form > nav ul li {
        padding: 0 5px;
    }

    .jumbotron > nav ul a,
    form > nav ul a {
        font-size: 14px;
    }

    .jumbotron-callback {
        padding: 8px 10px;
        font-size: 14px;
    }

    .jumbotron-callback .fa {
        margin-right: 6px;
    }

    .products > [class*="col-"] {
        width: 50%;
    }

    .top-gallery > [class*="col-"] {
        width: 50%;
    }
}

@media (max-width: 767px) {
    body {
        font-size: 15px;
    }

    .container {
        width: 100% !important;
        padding-right: 16px;
        padding-left: 16px;
    }

    header {
        padding: 13px 0;
    }

    .site-header-row {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 7px 14px;
    }

    .header-logo,
    .header-phone,
    .header-contacts {
        min-width: 0;
    }

    .header-logo {
        grid-column: 1;
        grid-row: 1;
    }

    .header-logo a {
        font-size: 19px;
    }

    .header-logo a strong {
        display: block;
    }

    .header-phone {
        grid-column: 2;
        grid-row: 1;
    }

    .header-phone-label {
        display: none;
    }

    .header-phone a {
        font-size: 17px;
    }

    .header-contacts {
        grid-column: 1 / -1;
        grid-row: 2;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        text-align: left;
    }

    .header-contacts p {
        margin: 0;
        font-size: 13px;
    }

    .header-socials {
        justify-content: flex-end;
        min-height: 0;
    }

    .social-link {
        min-width: 31px;
        padding: 5px 7px;
    }

    .jumbotron {
        height: 390px;
        padding-top: 62px;
        background-position: 58% center;
    }

    .jumbotron:after {
        background: linear-gradient(90deg, rgba(17, 35, 31, .64), rgba(17, 35, 31, .23));
    }

    .jumbotron > nav,
    form > nav {
        padding: 9px 0;
    }

    .mobile-menu-toggle {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 7px 0;
        border: 0;
        background: transparent;
        color: inherit;
        font: 600 16px/1.2 'Roboto-Regular', Arial, sans-serif;
        text-transform: uppercase;
    }

    .jumbotron > nav .mobile-menu-toggle {
        color: var(--text);
    }

    form > nav .mobile-menu-toggle {
        color: #fff;
    }

    .mobile-menu-icon {
        order: 2;
        width: 26px;
        display: flex;
        flex-direction: column;
        gap: 5px;
    }

    .mobile-menu-icon i {
        width: 100%;
        height: 2px;
        display: block;
        background: currentColor;
        transition: transform .2s ease, opacity .2s ease;
    }

    .mobile-menu-toggle.is-open .mobile-menu-icon i:nth-child(1) {
        transform: translateY(7px) rotate(45deg);
    }

    .mobile-menu-toggle.is-open .mobile-menu-icon i:nth-child(2) {
        opacity: 0;
    }

    .mobile-menu-toggle.is-open .mobile-menu-icon i:nth-child(3) {
        transform: translateY(-7px) rotate(-45deg);
    }

    .main-navigation {
        display: none;
        padding: 6px 0 8px;
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
    }

    .main-navigation.is-open {
        display: flex;
    }

    .jumbotron > nav ul,
    form > nav ul {
        width: 100%;
        float: none;
    }

    .jumbotron > nav ul li,
    form > nav ul li {
        width: 100%;
        display: block;
        padding: 0;
        border-top: 1px solid rgba(63, 119, 108, .14);
    }

    form > nav ul li {
        border-color: rgba(255, 255, 255, .16);
    }

    .jumbotron > nav ul a,
    form > nav ul a {
        display: block;
        padding: 8px 0;
        font-size: 16px;
        line-height: 1.3;
    }

    .jumbotron > nav ul a:after,
    form > nav ul a:after {
        display: none;
    }

    .jumbotron-callback {
        width: 100%;
        display: block;
        padding: 10px 14px;
        text-align: center;
        font-size: 15px;
    }

    .jumbotron-callback .fa {
        float: none;
        display: inline-block;
        vertical-align: middle;
    }

    .jumbotron h1 {
        max-width: 340px;
        margin-top: 72px;
        font-size: 39px;
        line-height: 1.08;
    }

    section {
        padding: 48px 0;
    }

    .section-title {
        margin-bottom: 27px;
    }

    .section-title span {
        max-width: 100%;
        padding: 6px 20px;
        font-size: 22px;
        line-height: 1.25;
    }

    .fp-about .row > [class*="col-"] {
        width: 100%;
        float: none;
    }

    .fp-about p {
        font-size: 16px;
        line-height: 1.65;
    }

    .fp-about img {
        margin-top: 20px;
    }

    .products > [class*="col-"],
    .top-gallery > [class*="col-"],
    .content .row > [class*="col-xs-"] {
        width: 100%;
        float: none;
    }

    .proect-item h3 {
        min-height: 0;
    }

    .top-gallery-item {
        height: 250px;
    }

    .top-gallery-item > div {
        align-content: flex-end;
        align-items: flex-end;
        justify-content: flex-start;
        opacity: 1;
        padding: 24px 18px;
        text-align: left;
    }

    .top-gallery-item h3 {
        width: 100%;
        margin-bottom: 10px;
        font-size: 21px;
    }

    .top-gallery-item span {
        padding: 5px 20px;
        font-size: 16px;
    }

    .fp-review {
        padding-top: 45px !important;
        padding-bottom: 48px;
    }

    .top-review-item {
        padding: 20px 16px;
    }

    .top-review-item p {
        padding: 13px 28px;
        font-size: 16px;
        text-align: left;
    }

    .top-review-item em {
        padding: 0 28px;
        font-size: 16px;
    }

    .proect-feedback .panel-body {
        padding: 20px 15px;
    }

    .proect-feedback h3 {
        font-size: 21px;
    }

    #jumbotron-callback {
        width: calc(100vw - 24px);
    }

    .modal-form-container h3 {
        font-size: 22px;
    }

    form > footer {
        padding: 30px 0 18px;
    }

    form > footer .row > [class*="col-"] {
        width: 100%;
        float: none;
    }

    .footer-logo {
        margin: 0 0 24px;
        font-size: 24px;
    }

    .footer-contacts {
        float: none;
    }

    .footer-contacts p {
        font-size: 16px;
    }

    .gallery-cat-img,
    .proect-first-img {
        height: auto;
    }

    table {
        max-width: 100%;
    }
}

@media (max-width: 420px) {
    .header-logo a {
        max-width: 150px;
        font-size: 17px;
    }

    .header-phone a {
        font-size: 16px;
    }

    .header-contacts p {
        max-width: 175px;
        line-height: 1.25;
    }

    .jumbotron h1 {
        font-size: 34px;
    }

    .section-title span {
        font-size: 20px;
    }
}


/* 2026-08-16 revision 3: unified header and straight review layout */
.jumbotron > nav,
form > nav {
    border: 0;
    background: var(--brand) !important;
    color: #fff;
    box-shadow: none;
}

.jumbotron > nav.affix,
form > nav.affix {
    background: var(--brand) !important;
    box-shadow: 0 8px 24px rgba(26, 59, 52, .2);
}

.jumbotron > nav ul a,
form > nav ul a {
    color: #fff;
}

.jumbotron > nav ul a:hover,
.jumbotron > nav ul a:focus,
form > nav ul a:hover,
form > nav ul a:focus {
    color: #fff;
}

.jumbotron > nav .jumbotron-callback,
form > nav .jumbotron-callback {
    border: 1px solid rgba(255, 255, 255, .85);
    background: #fff;
    color: var(--brand);
    box-shadow: 0 6px 16px rgba(24, 58, 51, .16);
}

.jumbotron > nav .jumbotron-callback:hover,
.jumbotron > nav .jumbotron-callback:focus,
form > nav .jumbotron-callback:hover,
form > nav .jumbotron-callback:focus {
    background: #f3f8f6;
    color: var(--brand-dark);
}

.site-header-row {
    grid-template-columns: minmax(270px, 1fr) minmax(280px, auto) minmax(270px, 1fr);
}

.header-contacts {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
}

.header-contacts p {
    white-space: nowrap;
}

.header-socials.has-socials {
    margin: 0;
    display: flex;
    flex-wrap: nowrap;
    gap: 6px;
}

.social-link {
    width: 36px;
    min-width: 36px;
    height: 36px;
    min-height: 36px;
    padding: 8px;
    border-radius: 50%;
}

.social-link .social-icon {
    display: inline-flex !important;
    visibility: visible !important;
}

.social-link .social-icon svg {
    display: block !important;
}

.social-name {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    white-space: nowrap !important;
}

.jumbotron {
    height: 500px;
}

.jumbotron h1 {
    margin-top: 56px;
}

.fp-about {
    background: #fff;
}

.fp-about .row {
    display: flex;
    align-items: stretch;
}

.fp-about .row > [class*="col-"] {
    display: flex;
}

.fp-about .row > [class*="col-"]:first-child {
    padding: 28px 32px;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: #f8fbfa;
}

.fp-about .row > [class*="col-"]:last-child {
    align-items: stretch;
}

.fp-about p {
    hyphens: none;
    overflow-wrap: normal;
}

.fp-about p:last-child {
    margin-bottom: 0;
}

.fp-about img {
    height: 100%;
    min-height: 330px;
    object-fit: cover;
}

.fp-popular,
.fp-portfolio,
.fp-review {
    border-top: 1px solid rgba(63, 119, 108, .08);
}

.proect-item,
.proect-category-item {
    border-radius: 14px;
}

.fp-review {
    padding-top: 60px !important;
    background: #fff;
}

.fp-review .row {
    display: flex !important;
    align-items: flex-start !important;
    gap: 44px;
    margin-right: 0;
    margin-left: 0;
}

.fp-review .top-review-item,
.fp-review .top-review-item.col-xs-6 {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    width: 50% !important;
    max-width: none !important;
    min-height: 0;
    flex: 1 1 0;
    float: none !important;
    margin: 0 !important;
    padding: 8px 30px 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    transform: none !important;
}

.fp-review .top-review-item p {
    margin: 0;
    padding: 8px 32px 18px;
    color: #222b28;
    font-size: 17px;
    line-height: 1.62;
    text-align: justify;
    text-indent: 0;
}

.fp-review .top-review-item em {
    margin: 0;
    padding: 0 32px;
    color: #172f2a;
    font-size: 16px;
    line-height: 1.45;
    text-align: right;
}

.fp-review .top-review-item p:before,
.fp-review .top-review-item p:after {
    color: #aeb5b2;
}

@media (max-width: 991px) {
    .site-header-row {
        grid-template-columns: minmax(220px, 1fr) minmax(220px, auto) minmax(220px, 1fr);
    }

    .header-contacts {
        gap: 8px;
    }

    .header-contacts p {
        font-size: 12px;
    }

    .social-link {
        width: 34px;
        min-width: 34px;
        height: 34px;
        min-height: 34px;
        padding: 8px;
    }

    .fp-review .row {
        gap: 24px;
    }

    .fp-review .top-review-item,
    .fp-review .top-review-item.col-xs-6 {
        padding-right: 8px !important;
        padding-left: 8px !important;
    }
}

@media (max-width: 767px) {
    .site-header-row {
        grid-template-columns: minmax(0, 1fr) auto;
    }

    .header-contacts {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 10px;
    }

    .header-contacts p {
        white-space: normal;
    }

    .jumbotron {
        height: auto;
        min-height: 390px;
    }

    .jumbotron h1 {
        margin-top: 0;
    }

    .fp-about .row {
        display: block;
    }

    .fp-about .row > [class*="col-"] {
        width: 100%;
        display: block;
        float: none;
    }

    .fp-about .row > [class*="col-"]:first-child {
        padding: 22px 20px;
    }

    .fp-about img {
        min-height: 0;
        margin-top: 18px;
    }

    .fp-review .row {
        display: block !important;
    }

    .fp-review .top-review-item,
    .fp-review .top-review-item.col-xs-6 {
        width: 100% !important;
        padding: 6px 0 28px !important;
    }

    .fp-review .top-review-item + .top-review-item {
        padding-top: 28px !important;
        border-top: 1px solid var(--line) !important;
    }

    .fp-review .top-review-item p {
        padding: 8px 28px 16px;
        font-size: 16px;
        line-height: 1.65;
        text-align: left;
    }

    .fp-review .top-review-item em {
        padding: 0 28px;
        font-size: 15px;
        text-align: left;
    }
}

/* Final consolidated overrides. Keep this block at the end of the file. */
@media (max-width: 767px) {
    .jumbotron {
        padding-top: 58px !important;
    }

    .jumbotron > nav,
    .jumbotron > nav.affix {
        position: absolute !important;
        top: 0 !important;
        right: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 58px !important;
        margin: 0 !important;
        transform: none !important;
    }

    .jumbotron > nav > .container,
    form > nav > .container {
        height: 58px !important;
        padding-right: 20px !important;
        padding-left: 20px !important;
    }

    .mobile-menu-toggle {
        width: 100% !important;
        height: 58px !important;
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: space-between !important;
        padding: 0 !important;
        border: 0 !important;
        background: transparent !important;
        color: #fff !important;
        font-size: 16px !important;
        font-weight: 600 !important;
        text-transform: uppercase;
    }

    .mobile-menu-toggle > span:last-child {
        order: 1 !important;
    }

    .mobile-menu-toggle .mobile-menu-icon {
        order: 2 !important;
        width: 29px !important;
        height: 22px !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: space-between !important;
    }

    .mobile-menu-toggle .mobile-menu-icon i {
        width: 100% !important;
        height: 2px !important;
        display: block !important;
        margin: 0 !important;
        background: #fff !important;
    }

    .jumbotron > nav .main-navigation {
        top: 58px !important;
        right: 0 !important;
        left: 0 !important;
        width: 100% !important;
        margin: 0 !important;
    }
}

.hero-content,
.hero-content h1,
.hero-content p,
.hero-content a {
    -webkit-hyphens: none !important;
    -ms-hyphens: none !important;
    hyphens: none !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
}

.hero-description {
    white-space: normal !important;
    text-wrap: pretty;
}

.proect-imgs:before,
.proect-imgs:after {
    content: none !important;
    display: none !important;
}

.hero-content,
.hero-actions,
.hero-button {
    pointer-events: auto !important;
}

.hero-actions {
    justify-content: flex-start !important;
}

.hero-callback-button {
    min-width: 210px;
    cursor: pointer;
}

@media (max-width: 767px) {
    .proect-imgs {
        width: 100% !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        gap: 16px !important;
        margin: 0 0 28px !important;
    }

    .proect-imgs > [class*="col-"] {
        width: 76% !important;
        max-width: 360px !important;
        display: block !important;
        float: none !important;
        flex: 0 0 auto !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .proect-imgs a {
        width: 100% !important;
        display: block !important;
        padding: 7px !important;
        border: 1px solid #dce6e2 !important;
        border-radius: 12px !important;
        background: #fff !important;
        box-shadow: 0 8px 24px rgba(31, 63, 56, .07);
    }

    .proect-imgs img {
        width: 100% !important;
        height: auto !important;
        max-height: none !important;
        display: block !important;
        aspect-ratio: auto !important;
        object-fit: contain !important;
        border-radius: 8px !important;
    }

    .hero-actions {
        width: 100% !important;
        display: flex !important;
        justify-content: center !important;
    }

    .hero-callback-button {
        width: 100% !important;
        min-width: 0 !important;
        min-height: 50px !important;
    }
}

@media (max-width: 420px) {
    .proect-imgs > [class*="col-"] {
        width: 78% !important;
    }
}

.header-socials .social-link,
.footer-socials .social-link {
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    overflow: hidden;
    border-radius: 22% !important;
    box-shadow: 0 2px 8px rgba(14, 55, 47, 0.14);
}

.header-socials .social-link:hover,
.footer-socials .social-link:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(14, 55, 47, 0.2);
}

.header-socials .social-icon,
.footer-socials .social-icon {
    width: 100% !important;
    height: 100% !important;
    flex: 0 0 100% !important;
    display: block !important;
}

.header-socials .social-icon img,
.footer-socials .social-icon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 767px) {
    .header-socials .social-link,
    .footer-socials .social-link {
        width: 38px !important;
        min-width: 38px !important;
        height: 38px !important;
        min-height: 38px !important;
    }
}

/* REDESIGN F — final precedence guard. Must remain the last ruleset. */
header {
    padding: 18px 0 !important;
    border: 0 !important;
    background: var(--redesign-paper) !important;
}

header .container,
.jumbotron > nav > .container,
form > nav > .container,
form > footer > .container {
    width: auto !important;
    max-width: 1180px !important;
}

.site-header-row {
    min-height: 54px;
    display: grid !important;
    grid-template-columns: minmax(280px, 1fr) minmax(360px, auto) minmax(280px, 1fr) !important;
    align-items: center;
    gap: 28px;
}

.header-logo a {
    max-width: none;
    color: var(--redesign-green) !important;
    font-family: Georgia, "Times New Roman", serif !important;
    font-size: 23px !important;
    line-height: 1.05;
}

.header-logo a strong {
    font-family: inherit !important;
    font-weight: 700 !important;
}

.header-contacts {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 12px !important;
}

.header-contacts > p {
    margin: 0 !important;
    color: #66726e;
    font-size: 12px !important;
    white-space: nowrap !important;
}

.header-socials.has-socials,
.footer-socials.has-socials {
    display: flex !important;
    align-items: center;
    flex-wrap: nowrap;
    gap: 7px;
    margin: 0;
}

.header-socials .social-link,
.footer-socials .social-link {
    position: relative;
    width: 31px !important;
    min-width: 31px !important;
    height: 31px !important;
    min-height: 31px !important;
    display: inline-flex !important;
    padding: 7px !important;
    border-radius: 50%;
}

.header-phone {
    text-align: right !important;
}

.header-phone-label {
    display: none !important;
}

.header-phone a {
    color: #17231f !important;
    font-size: 23px !important;
    font-weight: 400 !important;
}

.jumbotron > nav,
form > nav,
.jumbotron > nav.affix,
form > nav.affix {
    right: 0 !important;
    left: 0 !important;
    width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: linear-gradient(90deg, #063b33, #07483e) !important;
}

.jumbotron > nav {
    height: 64px;
}

.main-navigation {
    width: 100%;
    height: 100%;
    display: grid !important;
    grid-template-columns: minmax(190px, 1fr) auto minmax(190px, 1fr) !important;
    align-items: center;
    gap: 24px;
}

.main-navigation ul {
    grid-column: 2;
    justify-self: center;
    display: flex;
    align-items: center;
    gap: 34px;
}

.jumbotron > nav ul li,
form > nav ul li {
    display: block !important;
    padding: 0 !important;
}

.jumbotron > nav ul a,
form > nav ul a {
    padding: 21px 0 19px;
    color: #fff !important;
    font-size: 14px !important;
    text-align: center;
}

.main-navigation .jumbotron-callback {
    grid-column: 3;
    justify-self: end;
    display: inline-flex;
    align-items: center;
    padding: 8px 16px !important;
    border: 1px solid rgba(255, 255, 255, .8) !important;
    border-radius: 4px !important;
    background: transparent !important;
    box-shadow: none !important;
    color: #fff !important;
    font-size: 14px !important;
    text-transform: none;
}

.jumbotron {
    height: 570px !important;
    margin: 0;
    padding: 64px 0 0 !important;
    background-image: url(images/jumbotron.jpg) !important;
    background-position: center center !important;
    background-size: cover !important;
}

.jumbotron:after {
    background: linear-gradient(90deg, rgba(3, 35, 30, .82), rgba(4, 45, 38, .58) 35%, rgba(4, 45, 38, .16) 70%, rgba(4, 45, 38, .03)) !important;
}

.jumbotron > .hero-container {
    height: 100%;
    display: flex !important;
    align-items: center;
    justify-content: flex-start !important;
    padding-top: 0;
    padding-bottom: 14px;
    text-align: left !important;
}

.jumbotron .hero-content h1 {
    width: auto !important;
    max-width: none !important;
    margin: 0 0 22px !important;
    font-family: Georgia, "Times New Roman", serif !important;
    font-size: 52px !important;
    line-height: 1.08 !important;
    text-align: left !important;
    text-transform: none !important;
}

form > footer {
    position: relative;
    overflow: hidden;
    padding: 0 !important;
    background: linear-gradient(135deg, var(--redesign-green-deep), var(--redesign-green-dark)) !important;
}

.footer-logo {
    margin: 0 0 17px !important;
    font-family: Georgia, "Times New Roman", serif !important;
    font-size: 20px !important;
}

.footer-contacts {
    width: auto !important;
    max-width: none !important;
    float: none !important;
}

.footer-contacts p {
    display: flex !important;
    margin: 0 0 12px !important;
    font-size: 12px !important;
}

.footer-contacts p i {
    flex: 0 0 20px !important;
    width: 20px !important;
    margin: 1px 8px 0 0 !important;
    font-size: 14px !important;
}

.footer-contacts p a,
.footer-contacts p:last-child a {
    color: rgba(255, 255, 255, .72) !important;
    white-space: nowrap !important;
}

@media (max-width: 991px) and (min-width: 768px) {
    .site-header-row {
        grid-template-columns: minmax(190px, 1fr) minmax(270px, auto) minmax(190px, 1fr) !important;
        gap: 16px;
    }

    .header-logo a,
    .header-phone a {
        font-size: 19px !important;
    }

    .main-navigation ul {
        gap: 14px;
    }

    .jumbotron > nav ul a,
    form > nav ul a {
        font-size: 13px !important;
    }
}

@media (max-width: 767px) {
    header {
        padding: 17px 0 15px !important;
    }

    header .container {
        padding-right: 20px !important;
        padding-left: 20px !important;
    }

    .site-header-row {
        min-height: 94px;
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) auto !important;
        gap: 14px 12px;
    }

    .header-logo {
        grid-column: 1;
        grid-row: 1;
    }

    .header-logo a {
        max-width: 160px;
        font-size: 18px !important;
    }

    .header-phone {
        grid-column: 2;
        grid-row: 1;
    }

    .header-phone a {
        font-size: 17px !important;
    }

    .header-contacts {
        grid-column: 1 / -1;
        grid-row: 2;
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 10px !important;
    }

    .header-contacts > p {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap !important;
    }

    .jumbotron {
        height: 590px !important;
        padding-top: 58px !important;
        background-position: 58% center !important;
    }

    .jumbotron > nav {
        height: 58px;
    }

    .jumbotron > nav > .container,
    form > nav > .container {
        padding-right: 20px !important;
        padding-left: 20px !important;
    }

    .mobile-menu-toggle {
        width: 100%;
        height: 58px;
        display: flex !important;
        flex-direction: row-reverse;
        align-items: center;
        justify-content: space-between;
        padding: 0 !important;
        border: 0;
        background: transparent !important;
        color: #fff !important;
    }

    .main-navigation,
    .main-navigation.is-open {
        position: absolute;
        z-index: 20;
        top: 58px;
        right: 0;
        left: 0;
        width: 100%;
        height: auto;
        padding: 12px 20px 20px;
        background: var(--redesign-green);
    }

    .main-navigation {
        display: none !important;
    }

    .main-navigation.is-open {
        display: block !important;
    }

    .main-navigation ul {
        display: block;
    }

    .jumbotron > nav ul a,
    form > nav ul a {
        padding: 12px 0 !important;
        border-bottom: 1px solid rgba(255, 255, 255, .14);
        font-size: 15px !important;
        text-align: left !important;
    }

    .main-navigation .jumbotron-callback {
        width: 100%;
        min-height: 46px;
        display: flex;
        justify-content: center;
        margin-top: 16px;
        background: var(--redesign-cream) !important;
        color: var(--redesign-green) !important;
    }

    .jumbotron > .hero-container {
        align-items: center;
        padding: 24px 24px 4px !important;
    }

    .hero-content {
        width: 100%;
        max-width: 100%;
    }

    .jumbotron .hero-content h1 {
        margin-bottom: 20px !important;
        font-size: 39px !important;
        text-align: left !important;
    }

    .footer-main {
        grid-template-columns: 1fr 1fr;
    }

    .footer-brand,
    .footer-contacts {
        grid-column: 1 / -1;
    }

    .footer-contacts p a,
    .footer-contacts p:last-child a {
        white-space: normal !important;
        overflow-wrap: anywhere;
    }
}

@media (max-width: 420px) {
    .header-logo a {
        font-size: 16px !important;
    }

    .header-phone a {
        font-size: 15px !important;
    }

    .jumbotron .hero-content h1 {
        font-size: 34px !important;
    }

    .footer-main {
        grid-template-columns: 1fr;
    }

    .footer-menu,
    .footer-social-column {
        grid-column: 1;
    }
}


/* Revision 5: full-width hero nav, centered heading/menu and stable footer. */
.jumbotron {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.jumbotron > nav {
    right: 0;
    left: 0;
    width: 100%;
    margin: 0;
}

.jumbotron > .container {
    text-align: center;
}

.jumbotron h1 {
    width: 100%;
    max-width: 820px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.main-navigation {
    width: 100%;
    display: grid;
    grid-template-columns: minmax(170px, 1fr) auto minmax(170px, 1fr);
    align-items: center;
    gap: 24px;
}

.main-navigation ul {
    grid-column: 2;
    justify-self: center;
}

.main-navigation .jumbotron-callback {
    grid-column: 3;
    justify-self: end;
}

.footer-contacts {
    width: 280px;
    max-width: 100%;
}

.footer-contacts p {
    display: flex;
    align-items: flex-start;
}

.footer-contacts p i {
    flex: 0 0 28px;
    float: none;
}

.footer-contacts p a {
    min-width: 0;
}

.footer-contacts p:last-child a {
    white-space: nowrap;
}

@media (max-width: 767px) {
    .jumbotron > nav > .container {
        padding-right: 24px;
        padding-left: 24px;
    }

    .jumbotron > .container {
        justify-content: center;
        text-align: center;
    }

    .jumbotron h1 {
        width: 100%;
        max-width: 100%;
        margin-right: auto;
        margin-left: auto;
        text-align: center;
    }

    .main-navigation {
        display: none;
        width: 100%;
    }

    .main-navigation.is-open {
        display: flex;
    }

    .main-navigation ul {
        width: 100%;
        display: block;
    }

    .jumbotron > nav ul a,
    form > nav ul a {
        justify-content: center;
        text-align: center;
    }

    .footer-contacts {
        width: 100%;
        max-width: none;
    }

    .footer-contacts p:last-child a {
        white-space: normal;
        overflow-wrap: anywhere;
    }
}


/* 2026-08-16 revision 2: stable header, mobile navigation and content grids */
html,
body {
    width: 100%;
}

body {
    font-family: 'Roboto-Regular', 'Segoe UI', Arial, sans-serif;
    font-size: 16px;
    line-height: 1.58;
    letter-spacing: 0;
}

h1,
h2,
h3,
h4,
.btn,
.mobile-menu-toggle {
    font-family: 'Roboto-Regular', 'Segoe UI', Arial, sans-serif;
}

p,
li {
    overflow-wrap: break-word;
    word-break: normal;
    hyphens: auto;
}

header {
    position: relative;
    z-index: 30;
    padding: 20px 0;
}

.site-header-row {
    display: grid;
    grid-template-columns: minmax(250px, 1fr) minmax(260px, auto) minmax(250px, 1fr);
    align-items: center;
    gap: 28px;
    min-height: 70px;
}

.header-logo,
.header-contacts,
.header-phone {
    min-width: 0;
}

.header-logo {
    justify-self: start;
}

.header-logo a {
    font-size: 27px;
    font-weight: 300;
    line-height: 1.12;
    white-space: nowrap;
}

.header-logo a strong {
    font-weight: 700;
}

.header-contacts {
    justify-self: center;
    text-align: center;
}

.header-contacts p {
    margin: 0;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.35;
}

.header-socials {
    display: none;
    min-height: 0;
    margin-top: 8px;
}

.header-socials.has-socials {
    display: flex;
}

.social-link {
    min-width: 36px;
    min-height: 36px;
    padding: 6px 10px;
    border-color: #cfdcd7;
    color: var(--brand-dark);
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    touch-action: manipulation;
}

.social-icon {
    width: 18px;
    height: 18px;
    display: inline-flex;
    flex: 0 0 18px;
}

.social-icon svg {
    width: 100%;
    height: 100%;
    display: block;
    fill: currentColor;
}

.social-name {
    white-space: nowrap;
}

.header-phone {
    justify-self: end;
}

.header-phone-label {
    margin-bottom: 4px;
    font-size: 12px;
}

.header-phone a {
    font-size: 24px;
    font-weight: 700;
}

.jumbotron > nav,
form > nav {
    z-index: 40;
}

form > nav {
    position: relative;
}

.jumbotron > nav.affix,
form > nav.affix {
    z-index: 1000;
}

.main-navigation {
    min-height: 48px;
}

.main-navigation ul {
    display: flex;
    align-items: center;
    gap: 8px;
}

.jumbotron > nav ul li,
form > nav ul li {
    padding: 0;
}

.jumbotron > nav ul a,
form > nav ul a {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    padding: 0 12px;
    line-height: 1.25;
}

.jumbotron-callback,
.mobile-menu-toggle,
.btn,
.social-link {
    cursor: pointer;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
}

.jumbotron-callback {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.jumbotron-callback .fa {
    flex: 0 0 auto;
}

.jumbotron > .container,
.jumbotron h1 {
    pointer-events: none;
}

.fancybox-container {
    z-index: 100000 !important;
}

.fancybox-button {
    touch-action: manipulation;
}

section.content {
    background: #fbfcfc;
}

.content .section-title span {
    max-width: 100%;
}

.proect-first-img {
    overflow: hidden;
    padding: 10px;
    margin-bottom: 16px;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 10px 32px rgba(31, 63, 56, .08);
}

.proect-first-img img {
    width: 100%;
    border-radius: 9px;
}

.proect-imgs {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin: 0 0 24px;
}

.proect-imgs > [class*="col-"] {
    width: auto !important;
    float: none !important;
    padding: 0;
}

.proect-imgs a {
    display: block;
    overflow: hidden;
    border: 2px solid transparent;
    border-radius: 9px;
    background: #fff;
}

.proect-imgs a:hover,
.proect-imgs a:focus {
    border-color: var(--brand);
}

.proect-imgs img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.proect-price,
.proect-comment,
.proect-kompl {
    padding: 20px 24px;
    border: 1px solid var(--line);
    background: #fff;
}

.proect-price {
    margin-bottom: 14px;
    border-radius: 14px 14px 0 0;
    font-size: 18px;
}

.proect-price strong {
    margin-top: 5px;
    font-size: 27px;
    line-height: 1.2;
}

.proect-comment {
    border-top: 0;
    border-bottom: 0;
}

.proect-comment p {
    margin: 0;
}

.proect-kompl {
    border-radius: 0 0 14px 14px;
}

.proect-kompl h3 {
    margin: 0 0 12px;
    color: var(--brand-dark);
    font-size: 24px;
}

.proect-kompl ul {
    margin: 0;
    padding-left: 21px;
}

.proect-kompl li + li {
    margin-top: 4px;
}

.proect-feedback {
    overflow: hidden;
    border-radius: 14px;
}

.proect-feedback h3 {
    color: var(--text);
    font-size: 22px;
    line-height: 1.35;
}

.fp-review .row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    margin: 0;
}

.fp-review .top-review-item {
    width: auto;
    max-width: none;
    min-width: 0;
    float: none;
    margin: 0;
    padding: 28px 30px;
}

.fp-review .top-review-item p {
    margin: 0;
    padding: 10px 28px 18px;
    color: #39433f;
    font-size: 16px;
    line-height: 1.72;
    text-align: left;
}

.fp-review .top-review-item em {
    padding: 0 28px;
    color: var(--brand-dark);
    font-size: 15px;
    line-height: 1.55;
}

@media (max-width: 991px) {
    .site-header-row {
        grid-template-columns: minmax(210px, 1fr) minmax(200px, auto) minmax(210px, 1fr);
        gap: 18px;
    }

    .header-logo a {
        font-size: 22px;
    }

    .header-phone a {
        font-size: 20px;
    }

    .social-name {
        display: none;
    }

    .main-navigation ul {
        gap: 2px;
    }

    .jumbotron > nav ul a,
    form > nav ul a {
        padding: 0 7px;
    }
}

@media (max-width: 767px) {
    body {
        font-size: 16px;
        line-height: 1.55;
    }

    header {
        padding: 15px 0 13px;
    }

    .site-header-row {
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 10px 14px;
        min-height: 0;
    }

    .header-logo {
        grid-column: 1;
        grid-row: 1;
    }

    .header-logo a {
        max-width: 190px;
        font-size: 19px;
        white-space: normal;
    }

    .header-logo a strong {
        display: block;
    }

    .header-phone {
        grid-column: 2;
        grid-row: 1;
        align-self: center;
    }

    .header-phone a {
        font-size: 18px;
    }

    .header-contacts {
        grid-column: 1 / -1;
        grid-row: 2;
        width: 100%;
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: center;
        gap: 10px;
    }

    .header-contacts p {
        max-width: none;
        font-size: 13px;
        text-align: left;
    }

    .header-socials.has-socials {
        margin: 0;
        justify-content: flex-end;
    }

    .social-link {
        width: 38px;
        min-width: 38px;
        height: 38px;
        min-height: 38px;
        padding: 9px;
        border-radius: 50%;
    }

    .social-icon {
        width: 18px;
        height: 18px;
        flex-basis: 18px;
    }

    .social-name {
        display: none;
    }

    .jumbotron {
        height: auto;
        min-height: 390px;
        padding-top: 0;
        background-position: 58% center;
    }

    .jumbotron > nav {
        position: relative;
        top: auto;
        right: auto;
        left: auto;
        padding: 7px 0;
        border: 0;
        background: var(--brand) !important;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
    }

    .jumbotron > nav .mobile-menu-toggle,
    form > nav .mobile-menu-toggle {
        min-height: 48px;
        padding: 10px 0;
        color: #fff;
        font-size: 17px;
    }

    .jumbotron > nav.menu-open,
    form > nav.menu-open {
        background: #397267 !important;
        box-shadow: 0 10px 25px rgba(20, 50, 44, .18);
    }

    .jumbotron > .container {
        min-height: 330px;
        display: flex;
        align-items: flex-start;
        padding-top: 64px;
    }

    .jumbotron h1 {
        max-width: 300px;
        margin: 0;
        font-size: 38px;
    }

    .jumbotron.mobile-menu-open {
        min-height: 0;
    }

    .jumbotron.mobile-menu-open > .container {
        display: none;
    }

    .main-navigation {
        min-height: 0;
        margin: 0;
        padding: 0 0 12px;
        gap: 12px;
    }

    .main-navigation ul {
        display: block;
    }

    .jumbotron > nav ul li,
    form > nav ul li {
        border-color: rgba(255, 255, 255, .2);
    }

    .jumbotron > nav ul a,
    form > nav ul a {
        min-height: 50px;
        padding: 12px 2px;
        color: #fff;
        font-size: 17px;
        line-height: 1.3;
    }

    .jumbotron > nav ul a:hover,
    .jumbotron > nav ul a:focus,
    form > nav ul a:hover,
    form > nav ul a:focus {
        color: #fff;
        text-decoration: none;
    }

    .jumbotron-callback,
    form > nav .jumbotron-callback {
        min-height: 52px;
        padding: 12px 16px;
        border: 2px solid #fff;
        border-radius: 10px;
        background: #fff;
        color: var(--brand);
        box-shadow: none;
        font-size: 16px;
    }

    .jumbotron-callback:hover,
    .jumbotron-callback:focus,
    form > nav .jumbotron-callback:hover,
    form > nav .jumbotron-callback:focus {
        background: #f3f8f6;
        color: var(--brand-dark);
        transform: none;
    }

    section,
    section.content {
        padding: 44px 0;
    }

    .section-title {
        margin-bottom: 26px;
    }

    .section-title span {
        padding: 7px 18px;
        font-size: 21px;
        line-height: 1.25;
    }

    .fp-about p {
        font-size: 16px;
        line-height: 1.68;
    }

    .fp-review .row {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .fp-review .top-review-item {
        width: auto !important;
        max-width: none;
        float: none !important;
        padding: 20px 16px;
    }

    .fp-review .top-review-item p {
        padding: 10px 24px 16px;
        font-size: 16px;
        line-height: 1.65;
    }

    .fp-review .top-review-item em {
        padding: 0 24px;
        font-size: 15px;
        text-align: left;
    }

    .content > .container > .row > [class*="col-xs-"] {
        width: 100%;
        float: none;
    }

    .proect-first-img {
        padding: 7px;
        border-radius: 11px;
    }

    .proect-imgs {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 9px;
    }

    .proect-imgs > [class*="col-"] {
        width: auto !important;
    }

    .proect-price,
    .proect-comment,
    .proect-kompl {
        padding: 17px 18px;
    }

    .proect-price {
        font-size: 17px;
    }

    .proect-price strong {
        font-size: 24px;
    }

    .proect-kompl h3 {
        font-size: 22px;
    }

    .proect-feedback {
        margin-top: 24px;
    }

    .proect-feedback .row > [class*="col-xs-"] {
        width: 100%;
        float: none;
    }

    .proect-feedback h3 {
        font-size: 20px;
    }

    .proect-feedback textarea {
        min-height: 110px;
    }

    form > footer {
        position: relative;
        z-index: 10;
    }
}

@media (max-width: 420px) {
    .container {
        padding-right: 18px;
        padding-left: 18px;
    }

    .header-logo a {
        max-width: 145px;
        font-size: 17px;
    }

    .header-phone a {
        font-size: 16px;
    }

    .jumbotron h1 {
        font-size: 34px;
    }

    .proect-imgs {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}


/* Revision 4 final overrides. Keep this block last. */
.jumbotron {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.jumbotron > nav {
    right: 0;
    left: 0;
    width: 100%;
    margin: 0;
}

.jumbotron > .container {
    text-align: center;
}

.jumbotron h1 {
    width: 100%;
    max-width: 820px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.main-navigation {
    width: 100%;
    display: grid;
    grid-template-columns: minmax(170px, 1fr) auto minmax(170px, 1fr);
    align-items: center;
    gap: 24px;
}

.main-navigation ul {
    grid-column: 2;
    justify-self: center;
}

.main-navigation .jumbotron-callback {
    grid-column: 3;
    justify-self: end;
}

.footer-contacts {
    width: 280px;
    max-width: 100%;
}

.footer-contacts p {
    display: flex;
    align-items: flex-start;
}

.footer-contacts p i {
    flex: 0 0 28px;
    float: none;
}

.footer-contacts p a {
    min-width: 0;
}

.footer-contacts p:last-child a {
    white-space: nowrap;
}

.jumbotron > nav,
form > nav,
.jumbotron > nav.affix,
form > nav.affix {
    border: 0;
    background: var(--brand) !important;
    color: #fff;
}

.jumbotron > nav.affix,
form > nav.affix {
    box-shadow: 0 8px 24px rgba(26, 59, 52, .2);
}

.jumbotron > nav ul a,
form > nav ul a,
.jumbotron > nav ul a:hover,
.jumbotron > nav ul a:focus,
form > nav ul a:hover,
form > nav ul a:focus {
    color: #fff;
}

.jumbotron > nav .jumbotron-callback,
form > nav .jumbotron-callback,
.jumbotron > nav .jumbotron-callback:hover,
.jumbotron > nav .jumbotron-callback:focus,
form > nav .jumbotron-callback:hover,
form > nav .jumbotron-callback:focus {
    border-color: #fff;
    background: #fff;
    color: var(--brand);
}

.site-header-row {
    grid-template-columns: minmax(270px, 1fr) minmax(280px, auto) minmax(270px, 1fr);
}

.header-contacts {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
}

.header-contacts p {
    white-space: nowrap;
}

.header-socials.has-socials {
    display: flex;
    flex-wrap: nowrap;
    gap: 6px;
    margin: 0;
}

.social-link {
    width: 36px;
    min-width: 36px;
    height: 36px;
    min-height: 36px;
    padding: 8px;
    border-radius: 50%;
}

.social-name {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    white-space: nowrap !important;
}

.fp-about .row {
    display: flex;
    align-items: stretch;
}

.fp-about .row > [class*="col-"] {
    display: flex;
}

.fp-about .row > [class*="col-"]:first-child {
    padding: 28px 32px;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: #f8fbfa;
}

.fp-about .row > [class*="col-"]:last-child {
    align-items: stretch;
}

.fp-about p {
    hyphens: none;
    overflow-wrap: normal;
}

.fp-about img {
    height: 100%;
    min-height: 330px;
    object-fit: cover;
}

.fp-review {
    padding-top: 60px !important;
    background: #fff;
}

.fp-review .row {
    display: flex !important;
    align-items: flex-start !important;
    gap: 44px;
    margin-right: 0;
    margin-left: 0;
}

.fp-review .top-review-item,
.fp-review .top-review-item.col-xs-6 {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    width: 50% !important;
    max-width: none !important;
    min-width: 0;
    min-height: 0;
    flex: 1 1 0;
    float: none !important;
    margin: 0 !important;
    padding: 8px 30px 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    transform: none !important;
}

.fp-review .top-review-item p {
    margin: 0;
    padding: 8px 32px 18px;
    color: #222b28;
    font-size: 17px;
    line-height: 1.62;
    text-align: justify;
}

.fp-review .top-review-item em {
    margin: 0;
    padding: 0 32px;
    color: #172f2a;
    font-size: 16px;
    line-height: 1.45;
    text-align: right;
}

@media (max-width: 991px) {
    .site-header-row {
        grid-template-columns: minmax(220px, 1fr) minmax(220px, auto) minmax(220px, 1fr);
    }

    .header-contacts {
        gap: 8px;
    }

    .header-contacts p {
        font-size: 12px;
    }

    .fp-review .row {
        gap: 24px;
    }

    .fp-review .top-review-item,
    .fp-review .top-review-item.col-xs-6 {
        padding-right: 8px !important;
        padding-left: 8px !important;
    }
}

@media (max-width: 767px) {
    .jumbotron > nav > .container {
        padding-right: 24px;
        padding-left: 24px;
    }

    .jumbotron > .container {
        justify-content: center;
        text-align: center;
    }

    .jumbotron h1 {
        width: 100%;
        max-width: 100%;
        margin-right: auto;
        margin-left: auto;
        text-align: center;
    }

    .main-navigation {
        display: none;
        width: 100%;
    }

    .main-navigation.is-open {
        display: flex;
    }

    .main-navigation ul {
        width: 100%;
        display: block;
    }

    .jumbotron > nav ul a,
    form > nav ul a {
        justify-content: center;
        text-align: center;
    }

    .footer-contacts {
        width: 100%;
        max-width: none;
    }

    .footer-contacts p:last-child a {
        white-space: normal;
        overflow-wrap: anywhere;
    }

    .site-header-row {
        grid-template-columns: minmax(0, 1fr) auto;
    }

    .header-contacts {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 10px;
    }

    .header-contacts p {
        white-space: normal;
    }

    .jumbotron > nav .mobile-menu-toggle,
    form > nav .mobile-menu-toggle {
        color: #fff;
    }

    .fp-about .row {
        display: block;
    }

    .fp-about .row > [class*="col-"] {
        width: 100%;
        display: block;
        float: none;
    }

    .fp-about .row > [class*="col-"]:first-child {
        padding: 22px 20px;
    }

    .fp-about img {
        min-height: 0;
        margin-top: 18px;
    }

    .fp-review .row {
        display: block !important;
    }

    .fp-review .top-review-item,
    .fp-review .top-review-item.col-xs-6 {
        width: 100% !important;
        padding: 6px 0 28px !important;
    }

    .fp-review .top-review-item + .top-review-item {
        padding-top: 28px !important;
        border-top: 1px solid var(--line) !important;
    }

    .fp-review .top-review-item p {
        padding: 8px 28px 16px;
        font-size: 16px;
        line-height: 1.65;
        text-align: left;
    }

    .fp-review .top-review-item em {
        padding: 0 28px;
        font-size: 15px;
        text-align: left;
    }
}

/* CSS_EOF */
