@charset "UTF-8";
/*
Theme Name: Boss Outdoor Lighting
Author: Sergey Manuylov
*/
@import url('assets/css/normalize.css');
@import url('assets/css/grid.css');
@import url('assets/css/effects.css');
/*---Reset styles---*/
/*---Fonts---*/
@font-face {
    font-family: 'Lulo';
    src: url('assets/fonts/lulo_bold.ttf') format('truetype');
    font-style: normal;
    font-weight: 700;
}
@font-face {
    font-family: 'Lulo';
    src: url('assets/fonts/lulo.ttf') format('truetype');
    font-style: normal;
    font-weight: 400;
}
@font-face {
    font-family: 'Gotham';
    src: url('assets/fonts/gotham_black.otf') format('opentype');
    font-style: normal;
    font-weight: 900;
}
@font-face {
    font-family: 'Gotham';
    src: url('assets/fonts/gotham_bold.otf') format('opentype');
    font-style: normal;
    font-weight: 700;
}
@font-face {
    font-family: 'Gotham';
    src: url('assets/fonts/gotham_book.otf') format('opentype');
    font-style: normal;
    font-weight: 400;
}
@font-face {
    font-family: 'Gotham';
    src: url('assets/fonts/gotham_thin.otf') format('opentype');
    font-style: normal;
    font-weight: 100;
}
/*---/.Fonts---*/
/*---general styles---*/
body {
    background: #ffffff;
    font-size: 1vw;
    font-family: 'Gotham', sans-serif;
    font-weight: 400;
    color: #fff;
}
* {
    outline: none;
    background-repeat: no-repeat;
}
i {
    font-style: italic;
}
ul {
    padding-left: 0;
    list-style: none;
    margin: 0;
}
p, li {
    line-height: 1.875;
}
.half ul, .half ol {
    margin-top: 0;
    padding-bottom: 1em;
}
a, a:hover {
    text-decoration: none;
}
p {
    display: block;
    line-height: 1.5;
    margin-bottom: 1.5em;
    margin-top: 0;
}
img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
}
img.aligncenter {
    position: relative;
    margin: 0 auto;
}
p b, p strong, b, strong {
    font-weight: 700;
}
input[type="submit"] {
    cursor: pointer;
}
.capitalize {
    text-transform: uppercase;
}
.uncapitalize {
    text-transform: unset;
}
.center {
    position: relative;
    margin: 0 auto;
}
.center-text {
    text-align: center;
}
#all-content-wrapper {
    padding: 0;
    position: relative;
    overflow: hidden;
}
.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 0.10vw;
}
.flex.flex-justify-center {
    justify-content: center;
}
.flex-column {
    flex-direction: column;
}
.flex.flex-space-around {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.flex.flex-space-between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.flex-align-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.flex-align-bottom {
    -webkit-align-items: flex-end;
    align-items: flex-end;
}
.flex-align-top {
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
.flex.flex-top {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
.flex.flex-end {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}
.no-link {
    pointer-events: none;
}
h1, h2, h3, h4, h5, h6, p, ul {
    margin-top: 0;
}
h1 {
    font-size: 2.19vw;
    color: #fff;
}
h1 strong {
    font-size: 3.75vw;
    display: block;
}
h2 {
    font-size: 1.67vw;
    color: #fff;
    display: block;
}
h2 strong {
    font-size: 2.81vw;
}
h1, h2 {
    font-family: "Lulo", sans-serif;
    font-weight: 700;
}
section {
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-background-size: cover;
    background-size: cover;
}
.half {
    width: 50%;
}
section {
    position: relative;
}
select::-ms-expand {
    display: none;
}
a.btn, input[type="submit"], .btn a, button.btn {
    font-family: "Lulo", sans-serif;
    font-stretch: condensed;
    font-size: 0.73vw;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    color: #000;
    padding: 0.94vw 2.08vw;
    box-sizing: border-box;
    text-align: center;
    background-color: #f8df5a;
    min-width: 12.50vw;
    line-height: 1;
    border-radius: 0.21vw;
    -webkit-box-shadow: 0 0.26vw 0.78vw 0 rgba(3, 1, 4, 0.20);
    -moz-box-shadow: 0 0.26vw 0.78vw 0 rgba(3, 1, 4, 0.20);
    box-shadow: 0 0.26vw 0.78vw 0 rgba(3, 1, 4, 0.20);
}
.btn.black a {
    background-color: #000;
    border: 0.05vw solid #f8df5a;
    color: #fff;
}
a.btn:hover, .btn a:hover, input[type="submit"]:hover, button.btn:hover {
    opacity: 0.8;
}
.container {
    max-width: 72.92vw;
}
.container.wide-container {
    max-width: 83.33vw;
}
.container.narrow-container {
    max-width: 62.50vw;
}
#mobile-menu, #overlay, #mobile-menu-toggle {
    display: none;
}
.default-page {
    padding-top: 2.60vw;
    padding-bottom: 2.60vw;
    color: #000;
}
.default-page h2, .default-page h3, .default-page h4, .default-page h5, .default-page h6 {
    color: #000;
    line-height: 1.2;
    margin-bottom: 1.88vw;
    font-family: "Playfair Display", sans-serif;
}
.default-page h2 {
    font-size: 1.88vw;
}
.default-page h3 {
    font-size: 1.67vw;
}
.default-page h4 {
    font-size: 1.46vw;
}
.default-page h5 {
    font-size: 1.25vw;
}
.default-page h6 {
    font-size: 1.04vw;
}
.default-page ul, .default-page ol {
    padding-left: 0.78vw;
    padding-bottom: 1.88vw;
}
.default-page ul li {
    position: relative;
    padding-left: 1.04vw;
}
.default-page li {
    margin-bottom: 0.26vw;
}
.default-page ul li:before {
    position: absolute;
    content: '•';
    display: block;
    left: 0;
    color: #b37769;
}
.single .default-page {
    padding-top: 0;
    padding-bottom: 0;
}
img.alignleft {
    float: left;
    margin-right: 4.69vw;
}
img.alignright {
    float: right;
    margin-left: 4.69vw;
}
.slick-track {
    display: flex !important;
}
.slick-slider {
    margin-bottom: 0 !important;
}
.slick-slide {
    height: inherit !important;
}
div.black, section.black {
    background-color: #000;
}
div.purple, section.purple {
    background-color: #3d39aa;
}
div.dark-blue, section.dark-blue {
    background-color: #11164a;
}
.default-hero {
    padding-top: 6.77vw;
    padding-bottom: 4.17vw;
    z-index: 2;
    background-position: top center;
    position: relative;
    min-height: 480px;
}
.default-hero h1 {
    margin-bottom: 0.5em;
    font-size: 2.19vw;
}
.two-cols {
    column-count: 2;
}
.three-cols {
    column-count: 3;
}
.four-cols {
    column-count: 4;
}
/*Header*/
.header-nav {
    padding: 1.82vw 0;
    position: relative;
}
.header-nav nav > ul {
    display: flex;
    align-items: center;
}
.header-nav nav > ul > li:not(.btn) > a {
    text-transform: uppercase;
    color: #fff;
    font-family: Lulo, sans-serif;
    font-stretch: condensed;
    font-size: 0.73vw;
    font-weight: 700;
    display: inline-block;
    line-height: 1;
    padding: 0 0.94vw;
}
.header-nav nav > ul > li:not(.btn):hover > a {
    color: #f8df5a;
}
.header-nav nav > ul > li.btn {
    margin-left: 0.52vw;
}
.header-nav nav > ul > li.btn > a {
    min-width: 9.90vw;
    padding-left: 1.30vw;
    padding-right: 1.30vw;
}
.header-nav nav > ul > li {
    position: relative;
}
.header-nav nav > ul > li > ul.sub-menu {
    padding: 1em;
    position: absolute;
    width: 15.63vw;
    background-color: #000;
    left: 0;
    top: 100%;
    display: none;
    z-index: 9;
}
.header-nav nav > ul > li:hover > ul.sub-menu {
    display: block;
}
.header-nav nav > ul > li > ul.sub-menu > li > a {
    color: #f8df5a;
    font-family: Lulo, sans-serif;
    font-stretch: condensed;
    font-size: 0.73vw;
    font-weight: 700;
    display: inline-block;
    line-height: 1;
    padding: 0 0.94vw;
    line-height: 1.6;
}
.header-nav nav > ul > li > ul.sub-menu > li:hover > a {
    color: #fff;
}
.header-nav nav > ul > li > ul.sub-menu > li:not(:last-child) {
    margin-bottom: 1em;
}
.header-logo {
    max-width: 16.88vw;
}
/*Footer*/
footer {
    z-index: 9;
    position: relative;
    background-image: url(assets/img/bg/footer_bottom_bg.png);
    background-position: bottom center;
    background-color: #000;
    padding-top: 6.25vw;
    padding-bottom: 6.77vw;
}
.footer-nav {
    padding-bottom: 4.17vw;
    border-bottom: 0.05vw solid rgba(255, 255, 255, 0.10);
    color: #fff;
    font-size: 0.73vw;
}
.footer-nav a:not(.btn) {
    color: #fff;
}
.footer-copy {
    padding-top: 1.30vw;
}
.footer-info .footer-phone {
    font-family: Lulo, sans-serif;
    font-weight: 700;
    font-size: 1.25vw;
    display: block;
    margin-bottom: 0.89vw;
}
.footer-logo {
    width: 22%;
}
.footer-info {
    width: 18%;
}
.footer-navigation {
    width: 10%;
}
.footer-btn {
    width: 15%;
}
footer ul.social {
    padding-top: 1.04vw;
}
ul.social {
    display: flex;
}
ul.social li {
    margin-right: 0.52vw;
}
ul.social li a {
    height: 2.60vw;
    width: 2.60vw;
    border-radius: 50%;
    border: 0.05vw solid #fff;
    font-size: 1.04vw;
    display: flex;
    justify-content: center;
    align-items: center;
}
ul.social li a:hover {
    background-color: #fff;
    color: #000;
}
.footer-navigation nav ul li {
    margin-bottom: 1.56vw;
}
.footer-navigation nav ul li a {
    text-transform: uppercase;
    font-weight: 700;
    font-family: Lulo, sans-serif;
    font-size: 0.63vw;
    line-height: 1;
}
.footer-navigation nav ul li a:hover {
    color: #f8df5a;
}
.footer-navigation nav ul li.btn a {
    display: none;
}
.footer-copy {
    color: #aaacb2;
    font-size: 0.73vw;
}
.footer-copy a {
    color: #fff;
}
.footer-copy-left {
    width: 50%;
}
.footer-copy-left p {
    margin-bottom: 0;
    font-size: 0.73vw;
}
.footer-copy-right {
    text-transform: uppercase;
}
/*Home hero*/
.home-hero {
    padding-top: 7.81vw;
    padding-bottom: 9.11vw;
}
h1 strong, h2 strong {
    margin-bottom: 1.04vw;
    position: relative;
    display: inline-block;
}
h1 strong u, h2 strong u {
    position: relative;
    text-decoration: none;
}
h1 strong:before, h2 strong:before {
    content: '';
    display: block;
    width: 100%;
    height: 0.20vw;
    background-color: #f8df5a;
    position: absolute;
    left: -0.36vw;
    top: 100%;
}
.home-hero p, .default-hero p {
    margin-bottom: 3.13vw;
    font-size: 2.50vw;
    font-weight: 100;
}
.home-hero-content {
    padding-left: 5.73vw;
}
.home-hero-content a.btn {
    padding-top: 1.35vw;
    padding-bottom: 1.35vw;
}
.home-about {
    padding-top: 5.21vw;
    padding-bottom: 4.43vw;
}
.home-about .flex > .half:last-child {
    padding-left: 4.17vw;
}
.home-about .flex > .half:last-child p {
    margin-bottom: 2.34vw;
}
.home-about .flex > .half:last-child h2 {
    margin-bottom: 2.34vw;
}
.home-about a:not(.btn) {
    color: #f8df5a;
}
.home-services {
    background-image: url(assets/img/bg/serv_bg.jpg);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: bottom center;
    padding-top: 5.99vw;
    padding-bottom: 8.33vw;
}
.home-services-block-grid-item-wrapper {
    width: 33.3333%;
    padding-left: 1.20vw;
    padding-right: 1.20vw;
    padding-bottom: 1.56vw;
}
.home-services-block-grid {
    margin-left: -1.20vw;
    margin-right: -1.20vw;
    padding-bottom: 6.25vw;
    padding-top: 1.56vw;
}
.home-services-block-grid:last-child {
    padding-bottom: 3.65vw;
}
.home-services-block-grid-item a {
    display: flex;
    height: 14.58vw;
    position: relative;
    border-radius: 0.68vw;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    padding-left: 2.60vw;
    padding-bottom: 2.08vw;
    align-items: flex-end;
    pointer-events: none;
    padding-right: 2.60vw;
}
.home-services-block-grid-item a:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(assets/img/bg/serv_overlay.png);
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    -webkit-background-size: cover;
    background-size: cover;
}
.home-services-block-grid-item a h3 {
    margin-bottom: 0;
    color: #fff;
    text-transform: uppercase;
    font-family: Lulo, sans-serif;
    font-weight: 700;
    font-size: 1vw;
    position: relative;
}
.home-services-block-grid-item a img {
    position: absolute;
    right: 0.52vw;
    bottom: 0.52vw;
}
.home-services-block-grid-item {
    content: '';
    background: rgb(61, 57, 170);
    background: linear-gradient(225deg, rgba(61, 57, 170, 1) 0%, rgba(37, 28, 86, 1) 100%);
    padding: 0.26vw;
    border-radius: 0.68vw;
}
.home-services-blocks-wrapper {
    border-bottom: 0.05vw solid rgba(255, 255, 255, 0.3);
    margin-bottom: 2.60vw;
}
.home-services-additional-block-wrapper {
    width: 50%;
    padding-left: 1.15vw;
    padding-right: 1.15vw;
    padding-bottom: 3.13vw;
    overflow: hidden;
}
.home-services-additional-block {
    border-radius: 0.68vw;
    background: rgb(61, 57, 170);
    background: linear-gradient(225deg, rgba(61, 57, 170, 1) 0%, rgba(37, 28, 86, 1) 100%);
    border: 0.26vw solid transparent;
    position: relative;
    height: 100%;
}
.home-services-additional-block:before {
    content: '';
    display: block;
    width: calc(100% + 0.52vw);
    height: calc(100% + 0.52vw);
    background-color: #3d39aa;
    position: absolute;
    top: -0.26vw;
    left: -0.26vw;
    border-radius: 0.68vw;
}
.home-services-additional-blocks {
    margin-left: -1.15vw;
    margin-right: -1.15vw;
}
.home-services-additional-block-thumb {
    width: 34%;
    padding-top: 3.13vw;
    padding-bottom: 3.13vw;
    text-align: center;
    position: relative;
    overflow: hidden;
    border-top-left-radius: 0.68vw;
    border-bottom-left-radius: 0.68vw;
    z-index: 2;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
}
.home-services-additional-block-thumb img {
    position: relative;
    max-width: 80%;
}
.home-services-additional-block-thumb:before {
    content: '';
    display: block;
    width: 21.88vw;
    height: 21.88vw;
    border-radius: 50%;
    background-color: #fff;
    z-index: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.home-services-additional-block-content {
    width: 66%;
    padding-left: 1.56vw;
    padding-right: 2.34vw;
    padding-top: 1.04vw;
    padding-bottom: 1.04vw;
    position: relative;
    display: block;
}
.home-services-additional-block-content h3 {
    text-transform: uppercase;
    font-family: Lulo, sans-serif;
    font-size: 1.09vw;
    position: relative;
    margin-bottom: 1.56vw;
    color: #fff;
}
.home-services-additional-block-content h3:before {
    content: '';
    display: block;
    width: 3.91vw;
    height: 0.21vw;
    background-color: #f8df5a;
    position: absolute;
    bottom: -0.89vw;
    left: -1.93vw;
}
.geo {
    padding: 6.51vw 0;
}
.geo h2 {
    margin-bottom: 2.60vw;
    margin-top: 1.04vw;
}
.geo ul {
    border-top: 0.05vw dashed #545454;
    display: flex;
    flex-wrap: wrap;
}
.geo ul li {
    position: relative;
    padding-left: 2.13vw;
    padding-right: 1vw;
    padding-top: 0.68vw;
    padding-bottom: 0.68vw;
    border-bottom: 0.05vw dashed #545454;
    width: 33.3333%;
    line-height: 1.2;
    display: flex;
    align-items: center;
}
.geo ul li:before {
    content: '';
    display: block;
    width: 1.04vw;
    height: 1.35vw;
    background-image: url(assets/img/icons/pin.png);
    background-position: center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.benefits {
    padding: 6.25vw 0;
}
.benefits-content {
    padding: 3.65vw 40% 3.65vw 5.21vw;
    border-radius: 0.68vw;
    color: #000;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.benefits-content-desktop-bg, .benefits-content-mobile-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    top: 0;
    left: 0;
}
.benefits-content-mobile-bg {
    display: none;
}
.benefits-content h2 {
    color: #3d39aa;
}
.benefits-content ul {
    display: flex;
    flex-wrap: wrap;
    border-top: 0.05vw dashed #3d39aa;
}
.benefits-content ul li {
    position: relative;
    padding-left: 2.34vw;
    padding-top: 0.68vw;
    padding-bottom: 0.68vw;
    border-bottom: 0.05vw dashed #3d39aa;
    break-inside: avoid; /* Предотвращаем разрыв элементов внутри колонок */
    width: 50%;
}
.benefits-content ul li:before {
    content: '';
    display: block;
    width: 1.30vw;
    height: 1.30vw;
    background-image: url(assets/img/icons/check.png);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.benefits-content-inner {
    position: relative;
}
.page-template-residential .benefits-content-inner p {
    color: #3d39aa;
    font-size: 0.83vw;
}
.page-template-residential .benefits-content-inner ul li {
    width: 33.3333%;
}
.reasons {
    padding-top: 6.25vw;
    padding-bottom: 7.55vw;
}
.reasons-list-item-wrapper {
    padding-left: 0.78vw;
    padding-right: 0.78vw;
    padding-bottom: 1.56vw;
    width: 20%;
}
.reasons-list-item {
    background-color: #fff;
    height: 100%;
    border-radius: 0.42vw;
    -webkit-box-shadow: 0 0.52vw 1.56vw 0 rgba(10, 10, 12, 0.35);
    -moz-box-shadow: 0 0.52vw 1.56vw 0 rgba(10, 10, 12, 0.35);
    box-shadow: 0 0.52vw 1.56vw 0 rgba(10, 10, 12, 0.35);
    overflow: hidden;
    color: #000;
    padding: 1.56vw;
}
.reasons-list-item h3 {
    text-transform: uppercase;
    font-family: Lulo, sans-serif;
    font-weight: 700;
    color: #3d39aa;
    margin-bottom: 2.08vw;
    position: relative;
    font-size: 1em;
}
.reasons-list-item h3:before {
    content: '';
    display: block;
    width: 4.69vw;
    height: 0.21vw;
    background-color: #f8df5a;
    position: absolute;
    bottom: -0.89vw;
    left: -1.41vw;
}
.reasons .bottom {
    padding-top: 2.08vw;
}
.reasons .heading {
    padding-bottom: 2.60vw;
}
.contact {
    padding-top: 5.21vw;
    padding-bottom: 6.25vw;
}
.contact h2 strong:before {
    display: none;
}
.contact-content {
    padding-left: 4.69vw;
    padding-right: 45%;
}
.header-nav-right {
    display: none;
}
form .flex {
    justify-content: space-between;
}
form .flex > .half {
    width: calc(50% - 0.52vw);
}
form span {
    display: block;
}
form span input, form span select, form input:not([type="submit"]) {
    width: 100%;
    background-color: transparent;
    border: unset;
    height: 3.65vw;
    color: #fff;
    text-transform: uppercase;
    border-bottom: 0.05vw solid #fff;
    font-size: 0.68vw;
}
form input[type="submit"] {
    border: unset;
    margin-top: 1.30vw;
    min-width: 15.63vw;
    padding-top: 1.35vw;
    padding-bottom: 1.35vw;
}
option {
    color: black; /* Обычный цвет опций */
}
form span select {
    padding-bottom: 0.52vw;
    -webkit-appearance: none;
    background-image: url(assets/img/icons/select.png);
    background-repeat: no-repeat;
    background-position: top 1.30vw right 0;
    -webkit-background-size: 0.63vw 0.42vw;
    background-size: 0.63vw 0.42vw;
    font-weight: 700;
}
input::placeholder {
    position: absolute;
    top: 0; /* Начальная позиция */
    transform: translateY(1.04vw); /* Смещение вверх или вниз */
    color: #fff; /* Цвет текста placeholder */
    font-weight: 700;
}
.mobile {
    display: none;
}
.grecaptcha-badge {
    display: none !important;
}
.page-template-residential .home-services-additional-block-thumb {
    width: 21.88vw;
    height: 21.88vw;
    border-radius: 50%;
    position: absolute;
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    overflow: hidden;
    z-index: 2;
    display: block;
    justify-content: center;
    align-items: center;
    left: -5.47vw;
    top: -3.13vw;
    background-position: right;
    background-size: auto 100%;
}
.page-id-259.page-template-residential .home-services-additional-block-thumb {
    background-position: top right;
    background-size: 90% auto;
}
.page-template-residential .home-services-additional-block-thumb:before, .page-template-residential .home-services-additional-block-content h3:before {
    display: none;
}
.page-template-residential .home-services-additional-block {
    height: 11.46vw;
    overflow: hidden;
}
.page-template-residential .home-services-additional-block-content {
    width: 100%;
    padding-left: 19.27vw;
}
.page-template-residential .home-services-additional-block-content h3 {
    margin-bottom: 0;
}
.page-template-residential .home-services {
    padding-bottom: 5.21vw;
}
.process {
    padding-top: 5.73vw;
    padding-bottom: 7.29vw;
    background-color: #11164a;
}
.process .heading p {
    text-transform: none;
    font-size: 0.83vw;
}
.process-list-item {
    position: relative;
    border: 0.16vw solid #f8df5a;
    height: 100%;
    border-radius: 0.42vw;
    padding: 2.86vw 1.30vw 1.30vw 1.30vw;
}
.process-list-item span {
    position: absolute;
    width: 3.13vw;
    height: 3.13vw;
    border-radius: 50%;
    background-color: #f8df5a;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Lulo;
    color: #3d39aa;
    font-size: 0.94vw;
    font-weight: 700;
    top: -1.56vw;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.process-list-item h3 {
    text-transform: uppercase;
    font-size: 0.94vw;
    font-family: Lulo;
}
.process-list-item p {
    font-size: 0.83vw;
    line-height: 1.875;
}
.process-list-item-wrapper {
    padding-bottom: 1.56vw;
    padding-top: 1.56vw;
    padding-left: 0.78vw;
    padding-right: 0.78vw;
    flex: 1;
}
.process-list {
    padding-bottom: 1.30vw;
    padding-top: 1.56vw;
}
.home-services-additional-block-inner {
    width: 100%;
}
.page-template-residential .default-hero {
    padding-top: 5.21vw;
}
.page-template-about .process-list-item {
    padding: 1.82vw;
}
.process-list-item p {
    margin-bottom: 0;
}
.team {
    padding-top: 5.21vw;
    padding-bottom: 4.69vw;
}
.team-list {
    margin-left: -1.30vw;
    margin-right: -1.30vw;
}
.team-list-item-wrapper {
    padding: 4.95vw 1.30vw 2.60vw 1.30vw;
    width: 50%;
}
.team-list-item {
    padding: 5.99vw 3.39vw 3.39vw 3.39vw;
    border: 0.05vw solid #aaacb2;
    height: 100%;
    position: relative;
}
.team-list-item span {
    height: 9.90vw;
    width: 9.90vw;
    border-radius: 50%;
    border: 0.42vw solid #f8df5a;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -4.95vw;
}
.team-list-item h3 {
    text-align: center;
    text-transform: uppercase;
    font-family: Lulo;
    font-size: 1.67vw;
}
.team-list-item p {
    font-size: 0.83vw;
    line-height: 1.875;
}
.team-list-item p:last-child {
    margin-bottom: 0;
}
button.btn {
    border: none;
    cursor: pointer;
}
.gallery {
    padding-top: 6.25vw;
    padding-bottom: 7.29vw;
    text-align: center;
}
.gallery-list {
    padding-bottom: 1.82vw;
    padding-top: 0.78vw;
}
.gallery-list {
    margin-left: -0.26vw;
    margin-right: -0.26vw;
}
.gallery-list-item-wrapper {
    padding-left: 0.26vw;
    padding-right: 0.26vw;
    padding-bottom: 0.52vw;
    width: 20%;
}
.gallery-list-item {
    background: rgb(61, 57, 170);
    background: linear-gradient(225deg, rgba(61, 57, 170, 1) 0%, rgba(37, 28, 86, 1) 100%);
    padding: 0.26vw;
    border-radius: 0.68vw;
}
.gallery-list-item a {
    padding-top: 65%;
    background-position: center;
    background-size: cover;
    display: block;
}
.benefits-v2 {
    padding-top: 3.91vw;
    padding-bottom: 3.91vw;
}
.benefits-v2 .benefits-content {
    padding: 0;
}
.benefits-v2 .benefits-content-inner {
    width: 60%;
}
.benefits-v2 .benefits-content-img {
    width: 40%;
}
.home-services-additional-wrapper h2 {
    font-weight: 100;
    margin-bottom: 2.34vw;
}
.home-services-additional-wrapper h2 strong {
    font-size: 1.67vw !important;
    display: inline;
}
.home-services-additional-wrapper h2 strong:before {
    display: none !important;
}
.home-services-blocks-wrapper .bottom {
    padding-bottom: 5.21vw;
}
.geo-reverted ul li {
    width: 50%;
}
.repairs {
    padding-top: 4.69vw;
    padding-bottom: 6vw;
}
.repairs-list {
    margin-left: -0.89vw;
    margin-right: -0.89vw;
    padding-bottom: 0.52vw;
}
.repairs-list-item-wrapper {
    padding-left: 0.89vw;
    padding-right: 0.89vw;
    padding-bottom: 1.56vw;
    width: 50%;
}
.repairs-list-item {
    background: rgb(61, 57, 170);
    background: linear-gradient(225deg, rgba(61, 57, 170, 1) 0%, rgba(37, 28, 86, 1) 100%);
    padding: 0.26vw;
    border-radius: 0.68vw;
    height: 100%;
}
.repairs-list-item-inner {
    padding: 0.26vw;
    border-radius: 0.68vw;
    background-color: #3d39aa;
    height: 100%;
    padding: 1.56vw 2.6vw 0.26vw 2.6vw;
}
.repairs-list-item-inner h3 {
    font-size: 1.09vw;
    text-transform: uppercase;
    font-family: Lulo, sans-serif;
    margin-bottom: 1.41vw;
    position: relative;
}
.repairs-list-item-inner h3::before {
    content: "";
    display: block;
    width: 4.69vw;
    height: 0.21vw;
    background-color: #f8df5a;
    position: absolute;
    left: -2.6vw;
    bottom: -0.78vw;
}
.repairs-list-item-inner p {
    font-size: 0.83vw;
}
.page-template-why .home-services-additional-block-thumb {
    width: 21.88vw;
    height: 21.88vw;
    border-radius: 50%;
    position: absolute;
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    overflow: hidden;
    z-index: 2;
    display: block;
    justify-content: center;
    align-items: center;
    left: -5.47vw;
    top: -3.13vw;
    background-position: right;
    background-size: auto 100%;
}
.page-template-why .home-services-additional-block-thumb {
    background-position: top right;
    background-size: 90% auto;
}
.page-template-why .home-services-additional-block-thumb:before,
.page-template-why .home-services-additional-block-content h3:before {
    display: none;
}
.page-template-why .home-services-additional-block {
    height: 11.46vw;
    overflow: hidden;
}
.page-template-why .home-services-additional-block-content {
    width: 100%;
    padding-left: 19.27vw;
}
.page-template-why .home-services-additional-block-content h3 {
    margin-bottom: 0;
}
.accordions-list {
    padding-bottom: 1.30vw; /* 25px */
}
.accordions-list-item {
    margin-bottom: 0.52vw; /* 10px */
    border-radius: 0.47vw; /* 9px */
    overflow: hidden;
    border: 0.05vw solid #f8df5a; /* 1px */
}
.accordions-list-item.opened {
    -webkit-box-shadow: 0 0.52vw 1.56vw 0 rgba(10, 10, 12, 0.35);
    -moz-box-shadow: 0 0.52vw 1.56vw 0 rgba(10, 10, 12, 0.35);
    box-shadow: 0 0.52vw 1.56vw 0 rgba(10, 10, 12, 0.35);
    border: unset;
}
.accordions-list-item-q {
    text-transform: uppercase;
    font-family: Lulo, sans-serif;
    font-size: 0.94vw; /* 18px */
    color: #fff;
    padding: 1.04vw 3.13vw 1.04vw 1.56vw; /* 20px 60px 20px 30px */
    font-weight: 700;
    cursor: pointer;
    position: relative;
}
.accordions-list-item-q:after {
    content: '\2b';
    position: absolute;
    display: block;
    font-family: "Font Awesome 5 Free";
    right: 1.20vw; /* 23px */
    top: 50%;
    font-weight: 700;
    transform: translateY(-50%);
}
.accordions-list-item-q.opened:after {
    content: '\f068';
}
.accordions-list-item-q.opened {
    background-color: #fff;
    color: #3d39aa;
    border: unset;
    border-bottom: 0.05vw solid #f8df5a; /* 1px */
}
.accordions-list-item-a {
    background-color: #fff;
    color: #000;
    padding: 1.04vw 2.08vw 1.04vw 1.56vw; /* 20px 40px 20px 30px */
    display: none;
}
.accordions-list-item-a p:last-child {
    margin-bottom: 0 !important;
}
.accordions-list-item-a p {
    font-size: 0.83vw; /* 16px */
}
.slider-wrapper {
    padding-top: 5.73vw; /* 110px */
    padding-bottom: 7.55vw; /* 145px */
    background-color: #3d39aa;
}
.slider-wrapper h2 {
    margin-bottom: 3.13vw; /* 60px */
}
.slider-container {
    max-width: 62.50vw; /* 1200px */
    margin: auto;
    position: relative;
}
/* Контейнер слайдера: ширина 100% с ограничением по max-width и нужным соотношением сторон */
.slider {
    position: relative;
    width: 100%;
    max-width: 62.50vw; /* 1200px */
    aspect-ratio: 1200 / 320;
    overflow: hidden;
    margin: auto;
}
/* Стили для слайдов */
.slider-slide {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-size: cover;
    background-position: center;
    transition: all 0.5s ease;
}
/* Позиционирование и размеры слайдов в 5-слайдовом режиме (проценты относительно контейнера 1200px x 320px) */
.slide-left-hidden {
    width: 25%;
    height: 62.5%;
    left: 2.50%;
    z-index: 1;
}
.slide-left {
    width: 30%;
    height: 75%;
    left: 15%;
    z-index: 2;
}
.slide-center {
    width: 40%;
    height: 100%;
    left: 30%;
    z-index: 3;
}
.slide-right {
    width: 30%;
    height: 75%;
    left: 55%;
    z-index: 2;
}
.slide-right-hidden {
    width: 25%;
    height: 62.5%;
    left: 72.50%;
    z-index: 1;
}
/* Кнопки навигации */
.slider-prev,
.slider-next {
    position: absolute;
    top: 43%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    padding: 0.52vw; /* 10px */
    cursor: pointer;
    font-size: 2.50vw; /* 48px */
    color: #f8df5a;
}
.slider-prev {
    left: -3.13vw; /* -60px */
}
.slider-next {
    right: -3.13vw; /* -60px */
}
/* Стили для dots */
.slider-dots {
    text-align: center;
    margin-top: 2.08vw; /* 40px */
}
.slider-dots .dot {
    display: inline-block;
    width: 0.52vw; /* 10px */
    height: 0.52vw; /* 10px */
    border-radius: 50%;
    background: #fff;
    margin: 0 0.26vw; /* 5px */
    cursor: pointer;
    border: 0.10vw solid #fff; /* 2px */
}
.slider-dots .dot.active {
    background: transparent;
    border-color: #f0d85d;
}
.slider-slide > a {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border-radius: 5%;
    -webkit-box-shadow: 0 0.52vw 1.56vw 0 rgba(10, 10, 12, 0.35);
    -moz-box-shadow: 0 0.52vw 1.56vw 0 rgba(10, 10, 12, 0.35);
    box-shadow: 0 0.52vw 1.56vw 0 rgba(10, 10, 12, 0.35);
}
.page-template-bulkhead .home-hero {
	background-position:bottom center;
}
.page-template-bulkhead .reasons.purple .reasons-list {
	justify-content:center;
}
.page-template-bulkhead .reasons.purple .reasons-list-item-wrapper {
	width:25%;
}
.page-template-bulkhead .benefits-content-inner p, .page-template-bulkhead .benefits-content-inner li{
	font-size:0.83vw;
}
.page-template-bulkhead .benefits-content-inner li {
	line-height:1.2;
}
.page-template-bulkhead .benefits-content-inner h2 {
	font-size: 1.37vw;
}
.page-id-713 section.home-about.purple, .page-id-713 section.reasons {
	background-color: #fff;
}
.page-id-713 section.home-about.purple h2 {
	color:#16165C;
}
.page-id-713  section.home-about.purple p, .page-id-713 section.reasons p, .page-id-713 .accordions-list-item-a{
color: #5A6C99;	
}


.page-id-713 .accordions-list-item-q {
    border-color: #FFB700;
    color: #16165C;
}
.page-id-713 section.reasons h2,  .page-id-713 section.reasons .reasons-list-item h3 { 
	color:#16165C;
}

.page-id-713 section.reasons h2 strong:before {
    background-color: #FFB700
}

.page-id-713 section.reasons .reasons-list-item {
	background-color:#BDC5C7;
}

.page-id-713 section.reasons .reasons-list-item h3:before {
background-color: #FFB700
}
/*Responsive*/
@media (max-width: 966px) {
	.page-template-bulkhead .reasons.purple .reasons-list-item-wrapper {
		width:100%;
	}
	.page-template-bulkhead .benefits-content-inner p, .page-template-bulkhead .benefits-content-inner li{
		font-size:17px;
	}
	.page-template-bulkhead .benefits-content-inner h2 {
		font-size: 26px;
	}
    .page-template-why .home-services-additional-block-thumb {
        background-position: top right;
        background-size: 90% auto;
    }
    .page-template-why .home-services-additional-block-thumb:before, .page-template-why .home-services-additional-block-content h3:before {
        display: none;
    }
    .page-template-why .home-services-additional-block {
        height: 11.46vw;
        overflow: hidden;
    }
    .page-template-why .home-services-additional-block-content {
        width: 100%;
        padding-left: 19.27vw;
    }
    .page-template-why .home-services-additional-block-content h3 {
        margin-bottom: 0;
    }
    .accordions-list {
        padding-bottom: 25px;
    }
    .accordions-list-item {
        margin-bottom: 10px;
        border-radius: 9px;
        overflow: hidden;
        border: 1px solid #f8df5a;
    }
    .accordions-list-item.opened {
        -webkit-box-shadow: 0 10px 30px 0 rgba(10, 10, 12, 0.35);
        -moz-box-shadow: 0 10px 30px 0 rgba(10, 10, 12, 0.35);
        box-shadow: 0 10px 30px 0 rgba(10, 10, 12, 0.35);
        border: unset;
    }
    .accordions-list-item-q {
        text-transform: uppercase;
        font-family: Lulo, sans-serif;
        font-size: 18px;
        color: #fff;
        padding: 20px 60px 20px 30px;
        font-weight: 700;
        cursor: pointer;
        position: relative;
    }
    .accordions-list-item-q:after {
        content: '\2b';
        position: absolute;
        display: block;
        font-family: "Font Awesome 5 Free";
        right: 23px;
        top: 50%;
        font-weight: 700;
        transform: translateY(-50%);
    }
    .accordions-list-item-q.opened:after {
        content: '\f068';
    }
    .accordions-list-item-q.opened {
        background-color: #fff;
        color: #3d39aa;
        border: unset;
        border-bottom: 1px solid #f8df5a;
    }
    .accordions-list-item-a {
        background-color: #fff;
        color: #000;
        padding: 20px 40px 20px 30px;
        display: none;
    }
    .accordions-list-item-a p:last-child {
        margin-bottom: 0 !important;
    }
    .accordions-list-item-a p {
        font-size: 16px;
    }
    .slide-left {
        width: 30%; /* 360/1200 */
        height: 75%; /* 240/320 */
        left: 0; /* 180/1200 */
        z-index: 2;
    }
    .slide-center {
        width: 40%; /* 480/1200 */
        height: 100%; /* 320/320 */
        left: 30%; /* 360/1200 */
        z-index: 3;
    }
    .slide-right {
        width: 30%; /* 360/1200 */
        height: 75%; /* 240/320 */
        left: unset; /* 660/1200 */
        z-index: 2;
        right: 0;
    }
    .slider-container {
        padding-left: 50px;
        padding-right: 50px;
        width: 100%;
        max-width: unset;
    }
    .slider-prev,
    .slider-next {
        position: absolute;
        top: 43%;
        transform: translateY(-50%);
        background: transparent;
        border: none;
        padding: 10px;
        cursor: pointer;
        font-size: 48px;
        color: #f8df5a;
    }
    * Стили для dots *
/
    .slider-dots {
        text-align: center;
        margin-top: 40px;
    }
    .slider-dots .dot {
        display: inline-block;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #fff;
        margin: 0 5px;
        cursor: pointer;
        border: 2px solid #fff;
    }
    .slider-dots .dot.active {
        background: transparent;
        border-color: #f0d85d;
    }
    .slider {
        position: relative;
        width: 100%;
        max-width: 1200px;
        aspect-ratio: 1200 / 320; /* соотношение сторон, 1200px к 320px */
        overflow: hidden;
        margin: auto;
    }
    /* Стили для слайдов */
    .slider-slide {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background-size: cover;
        background-position: center;
        transition: all 0.5s ease;
    }
    .slider-prev {
        left: 0;
    }
    .slider-next {
        right: 0;
    }
    .slider-slide > a {
        display: block;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
        -webkit-transition: all .3 sease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3 sease-in-out;
        border-radius: 5%;
        -webkit-box-shadow: 0 5px 10px 0 rgba(10, 10, 12, 0.35);
        -moz-box-shadow: 0 5px 10px 0 rgba(10, 10, 12, 0.35);
        box-shadow: 0 5px 10px 0 rgba(10, 10, 12, 0.35);
    }
    .slider-wrapper {
        padding-top: 50px;
        padding-bottom: 60px;
        background-color: #3d39aa;
    }
    .gallery {
        padding-top: 120px;
        padding-bottom: 140px;
        text-align: center;
    }
    .gallery-list {
        padding-bottom: 35px;
        padding-top: 15px;
    }
    .gallery-list {
        margin-left: -5px;
        margin-right: -5px;
    }
    .gallery-list-item-wrapper {
        padding-left: 5px;
        padding-right: 5px;
        padding-bottom: 10px;
        width: 50%;
    }
    .gallery-list-item {
        background: rgb(61, 57, 170);
        background: linear-gradient(225deg, rgba(61, 57, 170, 1) 0%, rgba(37, 28, 86, 1) 100%);
        padding: 5px;
        border-radius: 5px;
    }
    .gallery-list-item a {
        padding-top: 65%;
        background-position: center;
        background-size: cover;
        display: block;
    }
    .benefits-v2 {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }
    .benefits-v2 .benefits-content {
        padding: 0;
    }
    .benefits-v2 .benefits-content-inner {
        width: 100%;
        padding-bottom: 30px;
    }
    .benefits-v2 .benefits-content-img {
        width: 100%;
    }
    .home-services-additional-wrapper h2 {
        font-weight: 100;
        margin-bottom: 45px;
    }
    .home-services-additional-wrapper h2 strong {
        font-size: 32px !important;
        display: inline;
    }
    .home-services-additional-wrapper h2 strong:before {
        display: none !important;
    }
    .home-services-blocks-wrapper .bottom {
        padding-bottom: 100px;
    }
    .geo-reverted ul li {
        width: 50%;
    }
    .repairs {
        padding-top: 50px;
        padding-bottom: 60px;
    }
    .repairs-list {
        margin-left: -17px;
        margin-right: -17px;
        padding-bottom: 10px;
    }
    .repairs-list-item-wrapper {
        padding-left: 17px;
        padding-right: 17px;
        padding-bottom: 30px;
        width: 100%;
    }
    .repairs-list-item {
        background: rgb(61, 57, 170);
        background: linear-gradient(225deg, rgba(61, 57, 170, 1) 0%, rgba(37, 28, 86, 1) 100%);
        padding: 5px;
        border-radius: 5px;
        height: 100%;
    }
    .repairs-list-item-inner {
        padding: 5px;
        border-radius: 5px;
        background-color: #3d39aa;
        height: 100%;
        padding: 30px 50px 5px 50px;
    }
    .repairs-list-item-inner h3 {
        font-size: 21px;
        text-transform: uppercase;
        font-family: Lulo, sans-serif;
        margin-bottom: 27px;
        position: relative;
    }
    .repairs-list-item-inner h3::before {
        content: "";
        display: block;
        width: 90px;
        height: 4px;
        background-color: #f8df5a;
        position: absolute;
        left: -50px;
        bottom: -15px;
    }
    .repairs-list-item-inner p {
        font-size: 16px;
    }
    #mobile-menu li.menu-item-has-children > a {
        position: relative;
    }
    #mobile-menu li.menu-item-has-children > a > span {
        font-size: 18px;
        position: absolute;
        margin-left: 10px;
        top: 0;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 80px;
        right: 0;
        z-index: 999;
    }
    .sub-menu {
        position: relative;
        border-radius: 0;
        background-color: #3d39aa;
        padding-top: 20px;
        padding-bottom: 20px;
        top: unset !important;
        left: unset !important;
        display: none;
    }
    .sub-menu > li > a {
        font-size: 21px;
        padding: 20px;
        color: #fff;
    }
    .sub-menu > li:not(:last-child) {
        margin-bottom: 1em;
    }
    .team {
        padding-top: 50px;
        padding-bottom: 40px;
    }
    .team-list {
        margin-left: -25px;
        margin-right: -25px;
    }
    .team-list-item-wrapper {
        padding: 95px 25px 50px 25px;
        width: 100%;
    }
    .team-list-item {
        padding: 115px 65px 65px 65px;
        border: 1px solid #aaacb2;
    }
    .team-list-item span {
        height: 190px;
        width: 190px;
        border: 8px solid #f8df5a;
        top: -95px;
    }
    .team-list-item h3 {
        font-size: 32px;
    }
    .team-list-item p {
        font-size: 16px;
    }
    .page-template-about .process-list-item {
        padding: 35px;
    }
    .page-template-residential .default-hero {
        padding-top: 100px;
    }
    .page-template-residential .home-services-additional-block-thumb {
        width: 420px;
        height: 420px;
        left: -30%;
        top: -60px;
    }
    .page-template-residential .home-services-additional-block {
        height: 220px;
    }
    .page-template-residential .home-services-additional-block-content {
        padding-left: 50%;
    }
    .page-template-residential .home-services {
        padding-bottom: 100px;
    }
    .page-template-why .home-services-additional-block-thumb {
        width: 420px;
        height: 420px;
        left: -30%;
        top: -60px;
    }
    .page-template-why .home-services-additional-block {
        height: 220px;
    }
    .page-template-why .home-services-additional-block-content {
        padding-left: 40%;
    }
    .page-template-why .home-services {
        padding-bottom: 100px;
    }
    .process {
        padding-top: 60px;
        padding-bottom: 70px;
    }
    .process .heading p {
        font-size: 16px;
    }
    .process-list-item {
        border: 3px solid #f8df5a;
        border-radius: 8px;
        padding: 55px 25px 25px 25px;
    }
    .process-list-item span {
        width: 60px;
        height: 60px;
        font-size: 18px;
        top: -30px;
    }
    .process-list-item h3 {
        font-size: 18px;
    }
    .process-list-item p {
        font-size: 16px;
    }
    .process-list-item-wrapper {
        padding-bottom: 30px;
        padding-top: 30px;
        padding-left: 15px;
        padding-right: 15px;
        flex: unset;
        width: 100%;
    }
    .process-list {
        padding-bottom: 25px;
        padding-top: 30px;
    }
    .page-template-residential .benefits-content-inner ul li {
        width: 100%;
    }
    .page-template-residential .benefits-content-inner p {
        font-size: 16px;
    }
    .benefits-content-desktop-bg {
        display: none;
    }
    .benefits-content-mobile-bg {
        display: block;
    }
    .default-hero h1 {
        font-size: 42px;
    }
    .geo ul li {
        width: 100%;
    }
    .reasons-list-item-wrapper {
        width: 33.333%;
        padding-bottom: 30px;
    }
    .mobile {
        display: block;
    }
    .header-nav-right {
        display: flex;
        align-items: center;
    }
    #mobile-menu nav > ul > li.btn {
        margin-left: 0; /* 0.52vw */
    }
    #mobile-menu nav > ul > li.btn > a {
        font-family: "Lulo", sans-serif;
        font-stretch: condensed;
        font-weight: 700;
        text-transform: uppercase;
        display: inline-block;
        color: #000;
        box-sizing: border-box;
        text-align: center;
        background-color: #f8df5a;
        line-height: 1;
        border: unset;
        cursor: pointer;
        padding: 22px 20px;
        min-width: unset;
        border-radius: 4px;
        font-size: 24px !important;
		width:100%;
		max-width:360px;
    }
    .header-logo {
        max-width: 50%;
    }
    #mobile-menu-toggle {
        display: block;
        z-index: 999;
    }
    .header-nav nav {
        display: none;
    }
    #mobile-header-search {
        height: 45px;
        width: 45px;
        border-radius: 50%;
        background-color: #c6e9eb;
        color: #0095a4;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 9999;
    }
    #mobile-menu-toggle {
        width: 40px;
        z-index: 999;
        position: relative;
    }
    #mobile-menu-toggle span {
        display: block;
        height: 2px;
        background-color: #f8df5a;
    }
    #mobile-menu-toggle span:not(:last-child) {
        margin-bottom: 9px;
    }
    #mobile-header-phone {
        height: 50px;
        width: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        color: #fff;
        border: 1px solid #f8df5a;
        border-radius: 4px;
        margin-right: 30px;
    }
    #mobile-menu {
        max-height: 100vh;
        overflow-y: scroll;
        position: absolute;
        top: 0;
        left: 0;
        padding: 150px 0 110px 0;
        z-index: 99;
        width: 100%;
        background-color: #000;
    }
    #mobile-menu > nav {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    #mobile-menu > nav li.btn a {
        width: 100%;
        max-width: 370px;
        color: #000;
    }
    #mobile-menu > nav > ul:not(.social) {
        flex-wrap: wrap;
    }
    #mobile-menu > nav > ul:not(.social) > li {
        width: 100%;
        text-align: center;
    }
    #mobile-menu > nav > ul:not(.social) > li.btn {
        padding-top: 20px;
    }
    #mobile-menu > nav > ul:not(.social) > li:not(.btn) > a {
        color: #fff;
        font-size: 24px !important;
        width: 100%;
        text-transform: uppercase;
        padding-top: 15px;
        padding-bottom: 15px;
        display: block;
        font-weight: 700;
    }
    #mobile-menu > nav > ul:first-child > li:first-child > a {
        border-top: none;
    }
    #mobile-menu > nav > ul:not(.social) > li > a:hover {
        color: #f8df5a;
    }
    #mobile-menu-toggle.opened span:first-child {
        -webkit-transform: rotate(45deg) translateY(6px) translateX(7px) translateZ(0);
        transform: rotate(45deg) translateY(6px) translateX(7px) translateZ(0);
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }
    #mobile-menu-toggle.opened span:nth-child(2) {
        display: none;
    }
    #mobile-menu-toggle.opened span:last-child {
        -webkit-transform: rotate(-45deg) translateY(0) translateX(1px) translateZ(0);
        transform: rotate(-45deg) translateY(0) translateX(1px) translateZ(0);
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }
    #overlay {
        z-index: 1;
        height: 100vh;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.6);
        display: none;
    }
    #overlay.opened {
        display: block;
    }
    body.fixed {
        overflow: hidden;
    }
    .flex {
        flex-wrap: wrap;
    }
    .half {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .header-logo {
        max-width: 245px;
    }
    .footer-logo img {
        max-width: 245px;
    }
    .footer-logo a {
        display: block;
        text-align: center;
    }
    .footer-logo {
        margin-bottom: 30px;
    }
    .footer-navigation {
        display: none;
    }
    body {
        font-size: 17px;
    }
    h1 {
        font-size: 32px;
    }
    h1 strong {
        font-size: 36px;
    }
    h2 {
        font-size: 28px;
    }
    h2 strong {
        font-size: 42px;
    }
    a.btn, input[type="submit"], .btn a, button.btn {
        font-size: 14px;
        padding: 18px 40px;
        min-width: 240px;
        border-radius: 4px;
        -webkit-box-shadow: 0 5px 15px 0 rgba(3, 1, 4, 0.20);
        -moz-box-shadow: 0 5px 15px 0 rgba(3, 1, 4, 0.20);
        box-shadow: 0 5px 15px 0 rgba(3, 1, 4, 0.20);
    }
    .btn.black a {
        border: 1px solid #f8df5a;
    }
    .container {
        max-width: 1400px;
    }
    .container.wide-container {
        max-width: 1600px;
    }
    .container.narrow-container {
        max-width: 1200px;
    }
    .default-page {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .default-page h2, .default-page h3, .default-page h4, .default-page h5, .default-page h6 {
        margin-bottom: 36px;
    }
    .default-page h2 {
        font-size: 36px;
    }
    .default-page h3 {
        font-size: 32px;
    }
    .default-page h4 {
        font-size: 28px;
    }
    .default-page h5 {
        font-size: 24px;
    }
    .default-page h6 {
        font-size: 20px;
    }
    .default-page ul, .default-page ol {
        padding-left: 15px;
        padding-bottom: 36px;
    }
    .default-page ul li {
        padding-left: 20px;
    }
    .default-page li {
        margin-bottom: 5px;
    }
    img.alignleft {
        margin-right: 90px;
    }
    img.alignright {
        margin-left: 90px;
    }
    .default-hero {
        padding-top: 135px;
        padding-bottom: 80px;
        min-height: 480px;
    }
    /*Header*/
    .header-nav {
        padding: 35px 0;
    }
    .header-nav nav > ul > li:not(.btn) > a {
        font-size: 14px;
        padding: 0 18px;
    }
    .header-nav nav > ul > li.btn {
        margin-left: 10px;
    }
    .header-nav nav > ul > li.btn > a {
        min-width: 190px;
        padding-left: 25px;
        padding-right: 25px;
    }
    /*Footer*/
    footer {
        padding-top: 55px;
        padding-bottom: 55px;
    }
    .footer-nav {
        padding-bottom: 45px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.20);
        font-size: 14px;
    }
    .footer-copy {
        padding-top: 25px;
    }
    .footer-info .footer-phone {
        font-size: 24px;
        margin-bottom: 17px;
    }
    footer ul.social {
        padding-top: 20px;
        padding-bottom: 30px;
        justify-content: center;
    }
    .footer-copy-left, .footer-copy-right {
        width: 100%;
        text-align: center;
    }
    .footer-copy-left {
        padding-bottom: 30px;
    }
    ul.social li {
        margin-right: 10px;
    }
    ul.social li a {
        height: 50px;
        width: 50px;
        border: 1px solid #fff;
        font-size: 20px;
    }
    .footer-navigation nav ul li {
        margin-bottom: 30px;
    }
    .footer-navigation nav ul li a {
        font-size: 12px;
    }
    .footer-copy {
        font-size: 14px;
    }
    .footer-copy-left p {
        font-size: 14px;
    }
    /*Home hero*/
    .home-hero {
        padding-top: 110px;
        padding-bottom: 225px;
        background-position: right 40% top 0;
    }
    h1 strong, h2 strong {
        margin-bottom: 20px;
    }
    h1 strong:before, h2 strong:before {
        height: 4px;
        left: -7px;
    }
    .home-hero p, .default-hero p {
        margin-bottom: 25px;
        font-size: 32px;
    }
    .home-hero-content {
        padding-left: 0;
    }
    .home-hero-content a.btn {
        padding-top: 26px;
        padding-bottom: 26px;
    }
    .home-about {
        padding-top: 50px;
        padding-bottom: 60px;
    }
    .home-about .flex > .half:last-child {
        padding-left: 0;
        text-align: center;
    }
    .home-about .flex > .half:first-child {
        display: none;
    }
    .home-about .flex > .half:last-child p {
        margin-bottom: 45px;
    }
    .home-about .flex > .half:last-child h2 {
        margin-bottom: 45px;
    }
    .home-services {
        padding-top: 85px;
        padding-bottom: 90px;
    }
    .home-services-block-grid-item-wrapper {
        padding-left: 23px;
        padding-right: 23px;
        padding-bottom: 30px;
    }
    .home-services-block-grid {
        margin-left: -23px;
        margin-right: -23px;
        padding-bottom: 120px;
        padding-top: 30px;
    }
    .home-services-block-grid:last-child {
        padding-bottom: 70px;
    }
    .home-services-block-grid-item a {
        height: 280px;
        border-radius: 13px;
        padding-left: 50px;
        padding-bottom: 40px;
        padding-right: 50px;
    }
    .home-services-block-grid-item a h3 {
        font-size: 17px;
    }
    .home-services-block-grid-item a img {
        right: 10px;
        bottom: 10px;
    }
    .home-services-block-grid-item {
        padding: 5px;
        border-radius: 13px;
    }
    .home-services-blocks-wrapper {
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        margin-bottom: 50px;
    }
    .home-services-additional-block-wrapper {
        padding-left: 22px;
        padding-right: 22px;
        padding-bottom: 60px;
        width: 100%;
    }
    .home-services-additional-block {
        border-radius: 13px;
        border: 5px solid transparent;
    }
    .home-services-additional-block:before {
        width: 100%;
        height: 100%;
        top: 5px;
        left: 0;
        border-radius: 13px;
    }
    .home-services-additional-blocks {
        margin-left: -22px;
        margin-right: -22px;
    }
    .home-services-additional-block-thumb {
        width: 145px;
        padding-bottom: 0;
        border-top-left-radius: 13px;
        border-bottom-left-radius: 0;
        position: absolute;
        height: 160px;
        top: 0;
        display: block;
        text-align: left;
        padding-top: 18px;
        padding-left: 10px;
    }
    .home-services-additional-block-thumb img {
        max-width: 80px;
        max-height: 75px;
    }
    .home-services-additional-block-thumb:before {
        width: 420px;
        height: 420px;
        top: unset;
        transform: unset;
        bottom: 0;
        right: 0;
    }
    .home-services-additional-block-content {
        padding-left: 55px;
        padding-right: 15px;
        padding-top: 20px;
        padding-bottom: 20px;
        width: 100%;
    }
    .home-services-additional-block-content h3 {
        font-size: 21px;
        margin-bottom: 30px;
        max-width: 300px;
        padding-left: 95px;
    }
    .home-services-additional-block-content h3:before {
        width: 120px;
        height: 4px;
        bottom: -17px;
        left: 17px;
    }
    .geo {
        padding: 55px 0;
    }
    .geo h2 {
        margin-bottom: 50px;
        margin-top: 20px;
        text-align: center;
    }
    .geo ul {
        border-top: 1px dashed #545454;
    }
    .geo ul li {
        padding-left: 60px;
        padding-top: 13px;
        padding-bottom: 13px;
        border-bottom: 1px dashed #545454;
    }
    .geo ul li:before {
        width: 20px;
        height: 26px;
    }
    .geo .half:last-child {
        text-align: center;
        padding-top: 30px;
    }
    .benefits {
        padding: 50px 0;
    }
    .benefits-content {
        padding: 55px 30px 275px 30px;
        border-radius: 13px;
        background-image: url(assets/img/bg/benefits_mobile_bg.png);
        background-position: center;
    }
	.page-template-bulkhead .benefits-content {
		padding: 55px 30px 375px 30px;
	}
    .benefits-v2 .benefits-content {
        background-image: none;
    }
    .benefits-content ul {
        border-top: 1px dashed #3d39aa;
    }
    .benefits-content ul li {
        padding-left: 45px;
        padding-top: 13px;
        padding-bottom: 13px;
        border-bottom: 1px dashed #3d39aa;
        width: 100%;
    }
    .benefits-content ul li:before {
        width: 25px;
        height: 25px;
    }
    .reasons {
        padding-top: 50px;
        padding-bottom: 55px;
    }
    .reasons-list {
        padding-left: 50px;
        padding-right: 50px;
    }
    .reasons-list-item-wrapper {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 30px;
    }
    .reasons-list-item {
        border-radius: 8px;
        -webkit-box-shadow: 0 10px 30px 0 rgba(10, 10, 12, 0.35);
        -moz-box-shadow: 0 10px 30px 0 rgba(10, 10, 12, 0.35);
        box-shadow: 0 10px 30px 0 rgba(10, 10, 12, 0.35);
        padding: 30px;
        text-align: center;
    }
    .reasons-list-item h3 {
        margin-bottom: 40px;
    }
    .reasons-list-item h3:before {
        width: 90px;
        height: 4px;
        bottom: -17px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .reasons .bottom {
        padding-top: 40px;
    }
    .reasons .heading {
        padding-bottom: 50px;
    }
    .contact {
        padding-top: 80px;
        padding-bottom: 95px;
    }
    .contact-content {
        padding-left: 90px;
        padding-right: 45%;
    }
    form .flex > .half {
        width: calc(50% - 10px);
    }
    form span input, form span select, form input:not([type="submit"]) {
        height: 70px;
        color: #fff;
        border-bottom: 1px solid #fff;
        font-size: 13px;
    }
    form input[type="submit"] {
        margin-top: 25px;
        min-width: 300px;
        padding-top: 26px;
        padding-bottom: 26px;
    }
    form span select {
        padding-bottom: 10px;
        background-position: top 25px right 0;
        -webkit-background-size: 12px 8px;
        background-size: 12px 8px;
    }
    input::placeholder {
        transform: translateY(20px); /* Смещение вверх или вниз */
    }
    .home-services-block-grid-item-wrapper {
        width: 100%;
    }
    .home-services-block-grid-item a {
        height: 140px;
        border-radius: 13px;
        padding-left: 50px;
        padding-bottom: 40px;
    }
    .footer-col {
        width: 100% !important;
        text-align: center;
    }
}
@media (max-width: 768px) {
	.page-id-584 .default-hero {
		background-image:url(https://bossoutdoorlighting.com/wp-content/uploads/2025/03/boss-holiday-lighting-2.jpg) !important;
	}
	.page-id-584 .default-hero h1 {
		font-size:26px !important;
	}
    .gallery-list-item-wrapper {
        width: 100%;
    }
    .default-hero h1 {
        font-size: 42px;
    }
    .reasons-list-item-wrapper {
        width: 100%;
    }
    .header-logo {
        max-width: 45%;
    }
    .contact-content {
        padding-left: 0;
        padding-right: 0;
    }
    form input[type="submit"] {
        margin-top: 25px;
        min-width: unset;
        padding-top: 26px;
        padding-bottom: 26px;
        width: 100%;
    }
    h1 strong:before, h2 strong:before {
        left: 50%;
        transform: translateX(-50%);
    }
    #map-list {
        display: block !important;
    }
    #map-list #list-2, #map-list #list-3 {
        border-top: none !important;
    }
    #map-list #list-1, #map-list #list-2 {
        padding-bottom: 0 !important;
    }
}
@media (max-width: 566px) {
    .slide-center {
        width: 100%;
        height: 300px;
        left: 0;
        z-index: 3;
    }
    .slider {
        height: 360px;
    }
} 
@media (max-width: 500px) {
    
    .home-services-additional-block-content h3 {
        padding-left: 0 !important;
    }
    .home-services-additional-block-content h3:before {
        left: 0;
    }
    .home-services-additional-block-content {
        padding-left: 150px;
    }
    .page-template-residential .home-services-additional-block-thumb {
        width: 100%;
        height: 150%;
        left: -55%;
        top: -25%;
    }
    .home-services-additional-block-content h3 {
        font-size: 21px;
        margin-bottom: 30px;
        max-width: 300px;
        padding-left: 55px;
    }
    h2 strong {
        font-size: 32px;
    }
    .default-hero h1 {
        font-size: 26px;
    }
    .team-list-item {
        padding: 115px 25px 45px 25px;
        border: 1px solid #aaacb2;
    }
    h2 {
        font-size: 24px;
    }
    h2 br {
        display: none;
    }
    .home-services-additional-block-content h3 {
        font-size: 16px;
    }
}
@media (max-width: 400px) {
    .home-services-additional-block-content h3 {
        font-size: 12px;
        margin-bottom: 70px;
    }
    form .flex > .half {
        width: 100%;
    }
    h1 strong {
        font-size: 30px;
    }
}
.page-id-470 section.purple#about,  .page-id-470 section.reasons {
	background-color:#fff;
}
.page-id-470 section.purple#about h2 {
	color:#16165C;
}
.page-id-470  section.purple#about p, .page-id-470 section.reasons p {
color: #5A6C99;	
}
.page-id-470 section.repairs {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 1) 100%), url(https://bossoutdoorstg.wpenginepowered.com/wp-content/uploads/2025/09/shutterstock_2628427379-1-scaled.jpg) !important;
    background-size: cover;
    background-repeat: no-repeat;
}
.page-id-470 section.repairs h2, .page-id-470 section.repairs p {
	    color: #16165C;
}
.page-id-470  .repairs-list-item-inner {
	background-color: #fff;
}
.page-id-470  .repairs-list-item-inner h3, .page-id-470  .repairs-list-item-inner p {
color:#16165C;
}
.page-id-470 .repairs-list-item-inner a.btn {
	background-color:#362CFF;
	color:#fff;
}
.page-id-470 section.reasons a.btn {
	background-color:#F75C02;
	color:#fff;
}
.page-id-470   .repairs-list-item-inner h3::before {
		background-color:#FFB700
}
 .page-id-470 section.reasons h2,  .page-id-470 section.reasons .reasons-list-item h3 { 
	color:#16165C;
}

.page-id-470 section.reasons h2 strong:before {
    background-color: #FFB700
}

.page-id-470 section.reasons .reasons-list-item {
	background-color:#BDC5C7;
}

.page-id-470 section.reasons .reasons-list-item h3:before {
background-color: #FFB700
}
.page-id-470 section.process a.btn {
	background-color:#F75C02;
	color:#fff;
}
.page-id-470 section.process h2 strong:before {
	background-color:#F75C02;
}
.page-id-470 section.process .process-list-item {
    border: 0.16vw solid #F75C02;
}
.page-id-470 section.process .process-list-item span {
	background-color:#FFB700;
	color:#fff;
}



.page-id-713 section.repairs {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 1) 100%), url(https://bossoutdoorstg.wpenginepowered.com/wp-content/uploads/2025/09/shutterstock_2628427379-1-scaled.jpg) !important;
    background-size: cover;
    background-repeat: no-repeat;
}
.page-id-713 section.repairs h2, .page-id-713 section.repairs p {
        color: #16165C;
}
.page-id-713  .repairs-list-item-inner {
    background-color: #fff;
}
.page-id-713  .repairs-list-item-inner h3, .page-id-713  .repairs-list-item-inner p {
color:#16165C;
}
.page-id-713 .repairs-list-item-inner a.btn {
    background-color:#362CFF;
    color:#fff;
}
.page-id-713 .repairs-list-item-inner h3::before {
        background-color:#FFB700
}
.page-id-713 section.process a.btn {
    background-color:#F75C02;
    color:#fff;
}
.page-id-713 section.process h2 strong:before {
    background-color:#F75C02;
}
.page-id-713 section.process .process-list-item {
    border: 0.16vw solid #F75C02;
}
.page-id-713 section.process .process-list-item span {
    background-color:#FFB700;
    color:#fff;
}