/*!
	Theme Name: Hello Elementor
	Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
	Description: A plain-vanilla & lightweight theme for Elementor page builder
	Author: Elementor Team
	Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
	Version: 2.3.0
	Stable tag: 2.3.0
	Requires at least: 4.7
	Tested up to: 5.4
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: hello-elementor
	Tags: flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready
*/


/*!
 * Based on Normalize.css v8.0.0, HTML5 Boilerplate v6.1.0, & Bootstrap Reboot v4.1.0 | Under MIT License
*/

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #333;
    background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0.5rem;
    margin-bottom: 1rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}

h1 {
    font-size: 2.5rem;
}

h2 {
    font-size: 2rem;
}

h3 {
    font-size: 1.75rem;
}

h4 {
    font-size: 1.5rem;
}

h5 {
    font-size: 1.25rem;
}

h6 {
    font-size: 1rem;
}

p {
    margin-top: 0;
    margin-bottom: 0.9rem;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
    white-space: pre-wrap;
}

a {
    background-color: transparent;
    text-decoration: none;
    color: #c36;
}

a:active,
a:hover {
    color: #336;
}

a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
    outline: 0;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
    height: auto;
    max-width: 100%;
}

details {
    display: block;
}

summary {
    display: list-item;
}

figcaption {
    font-size: 16px;
    color: #333;
    line-height: 1.4;
    font-style: italic;
    font-weight: 400;
}

[hidden],
template {
    display: none;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

@media print {
    *,
     :after,
     :before {
        background: transparent !important;
        color: #000 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }
    pre {
        white-space: pre-wrap !important;
    }
    blockquote,
    pre {
        page-break-inside: avoid;
        border: 1px solid #ccc;
    }
    thead {
        display: table-header-group;
    }
    img,
    tr {
        page-break-inside: avoid;
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}

label {
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 1rem;
    line-height: 1.5;
    margin: 0;
}

input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
select,
textarea {
    width: 100%;
    border: 1px solid #666;
    border-radius: 3px;
    padding: 0.5rem 1rem;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

input[type="date"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="url"]:focus,
select:focus,
textarea:focus {
    border-color: #333;
    outline: 0 none;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
    width: auto;
    -webkit-appearance: button;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}

[type="button"],
[type="submit"],
button {
    display: inline-block;
    font-weight: 400;
    color: #c36;
    text-align: center;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid #c36;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    border-radius: 3px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

[type="button"]:focus,
[type="submit"]:focus,
button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

[type="button"]:focus,
[type="button"]:hover,
[type="submit"]:focus,
[type="submit"]:hover,
button:focus,
button:hover {
    color: #fff;
    background-color: #c36;
    text-decoration: none;
}

[type="button"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
    cursor: pointer;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
    resize: vertical;
}

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

select {
    display: block;
}

table {
    background-color: transparent;
    width: 100%;
    margin-bottom: 15px;
    font-size: 0.9em;
    border-spacing: 0;
    border-collapse: collapse;
}

table td,
table th {
    padding: 15px;
    line-height: 1.5;
    vertical-align: top;
    border: 1px solid #ccc;
}

table th {
    font-weight: 700;
}

table tfoot th,
table thead th {
    font-size: 1em;
}

table caption+thead tr:first-child td,
table caption+thead tr:first-child th,
table colgroup+thead tr:first-child td,
table colgroup+thead tr:first-child th,
table thead:first-child tr:first-child td,
table thead:first-child tr:first-child th {
    border-top: 1px solid #ccc;
}

table tbody>tr:nth-child(odd)>td,
table tbody>tr:nth-child(odd)>th {
    background-color: #eee;
}

table tbody tr:hover>td,
table tbody tr:hover>th {
    background-color: #e9e9e9;
}

table tbody+tbody {
    border-top: 2px solid #ccc;
}

@media (max-width: 767px) {
    table table {
        font-size: 0.8em;
    }
    table table td,
    table table th {
        padding: 7px;
        line-height: 1.3;
    }
    table table th {
        font-weight: 400;
    }
}

dd,
dl,
dt,
li,
ol,
ul {
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}


/*! CSS Used from: http://ykshaliapin.ru/view/css/vendor.min.css */

section {
    display: block;
}

[hidden] {
    display: none;
}

button,
input {
    font-family: sans-serif;
}

h3 {
    font-size: 1.17em;
    margin: 1em 0;
}

small {
    font-size: 80%;
}

sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

form {
    margin: 0;
}

button,
input {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
}

button,
input {
    line-height: normal;
}

button {
    text-transform: none;
}

button,
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-right: 9px;
    padding-left: 9px;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1230px) {
    .container {
        width: 1200px;
    }
}

.row {
    margin-right: -9px;
    margin-left: -9px;
}

.col-md-4,
.col-md-6,
.col-sm-12,
.col-sm-6,
.col-sm-8,
.col-xs-12,
.col-xs-6 {
    position: relative;
    min-height: 1px;
    padding-right: 9px;
    padding-left: 9px;
}

.col-xs-12,
.col-xs-6 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-6 {
    width: 50%;
}

@media (min-width: 768px) {
    .col-sm-12,
    .col-sm-6,
    .col-sm-8 {
        float: left;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-8 {
        width: 66.66666667%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }
}

@media (min-width: 992px) {
    .col-md-4,
    .col-md-6 {
        float: left;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
}

.container:after,
.container:before,
.row:after,
.row:before {
    display: table;
    content: " ";
}

.container:after,
.row:after {
    clear: both;
}

*,
:after,
:before {
    box-sizing: border-box;
}

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


/*! CSS Used from: http://ykshaliapin.ru/view/css/new-design/grey-800.css */

* {
    box-sizing: border-box;
}

::-moz-selection {
    background-color: #424242;
    color: #f9f9f9;
}

::selection {
    background-color: #424242;
    color: #f9f9f9;
}

h3 {
    font-weight: 500;
}

h3 {
    position: relative;
    margin: 1em 0 3em;
    text-align: center;
    cursor: default;
}

.btn {
    display: inline-block;
    margin: 0.6em;
    padding: 8px 30px;
    background-color: #424242;
    color: #f9f9f9;
    font-size: 0.9em;
    text-transform: uppercase;
    border-radius: 3px;
    transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) all;
}

.btn:hover {
    text-decoration: none;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.3);
}

.btn:active {
    text-decoration: none;
    background-color: #292929;
}

.block {
    padding: 2em 0;
}

.contacts h3 {
    margin: 0 0 12px;
    text-align: left;
    font-size: 32px;
    padding: 0;
}

.contacts .row {
    margin-right: 0;
    margin-left: 0;
}

.contacts .form-row {
    padding-right: 0;
    padding-left: 0;
}

.contacts .form-row label {
    margin: 0 0 6px;
    font-weight: 400;
    font-size: 16px;
}

.contacts .form-row .form__input {
    margin-top: 6px;
    border-radius: 6px;
}

.contacts .form-row .form-row--no-padding {
    padding: 0;
}

.contacts .form-row .btn {
    display: inline-block;
    padding: 12px 32px;
    font-size: 14px;
    border-radius: 33px;
    text-transform: none;
    transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) all;
}

.form__input {
    display: block;
    padding: 8px 16px;
    margin-bottom: 16px;
    width: 100%;
    transition: ease-in-out 0.4s border;
    border: 1px solid #dcdcdc;
}

.form__input:focus {
    outline: 0;
    border: 1px solid #424242;
}

.form__submit {
    text-align: center;
    display: inline-block;
    padding: 6px 32px;
    border: 1px solid #dcdcdc;
    background-color: #424242;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 20px;
    transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) all;
    border-radius: 2px;
}

.form__submit:focus {
    outline: 0;
}

.form__submit:hover {
    background-color: #292929;
}

.form__submit:active {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
}

.metering-devices label {
    padding-left: 2px;
    font-weight: 700;
    font-size: 0.9em;
    color: #424242;
}

.metering-devices .row {
    padding-bottom: 4px;
}

.form__input--volume {
    padding-right: 40px;
    position: relative;
}

.input--volume {
    position: absolute;
    height: 28px;
    width: 33px;
    bottom: 20px;
    font-size: 13px;
    right: 13px;
    text-align: center;
    background-color: rgba(66, 66, 66, 0.15);
    padding-top: 5px;
    border-radius: 2px;
}

.input--volume.input--volume-big {
    width: 60px;
}

.metering-devices .form__submit {
    padding: 20px 40px;
    margin-top: 20px;
}

.metering-devices {
    position: relative;
    transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) all;
}

.metering-devices:after {
    content: "&#1057;&#1087;&#1072;&#1089;&#1080;&#1073;&#1086;, &#1087;&#1086;&#1082;&#1072;&#1079;&#1072;&#1085;&#1080;&#1103; &#1086;&#1090;&#1087;&#1088;&#1072;&#1074;&#1083;&#1077;&#1085;&#1099;!";
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    opacity: 0;
    transition: 0.5s ease-in-out opacity;
    z-index: -1;
    padding-top: 50px;
    font-size: 24px;
    background-color: #f9f9f9;
}

.metering-devices--v2 {
    padding-bottom: 40px;
}

.metering-devices--v2 .metering-devices__row {
    border: 1px solid rgba(41, 41, 41, 0.16);
    border-radius: 2px;
    margin-bottom: 24px;
}

.metering-devices--v2 .metering-devices__row .metering-devices-row__main-label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 8px 52px;
    position: relative;
}

.metering-devices--v2 .metering-devices__row .metering-devices-row__main-label span {
    font-size: 18px;
    font-weight: 400;
}

.metering-devices--v2 .metering-devices__row .metering-devices-row__main-label span.metering-devices-row__main-label--close,
.metering-devices--v2 .metering-devices__row .metering-devices-row__main-label span.metering-devices-row__main-label--open {
    font-size: 12px;
    font-weight: 300;
}

.metering-devices--v2 .metering-devices__row .metering-devices-row__main-label::before {
    position: absolute;
    content: "";
    right: 8px;
    top: 8px;
    width: 36px;
    height: 36px;
    opacity: 0.45;
    background-size: cover;
    transition: all 0.25s linear;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20%3F%3E%3Csvg%20id%3D%22Outlined%22%20viewBox%3D%220%200%2032%2032%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cstyle%3E%0D%0A%20%20%20%20g%20%7B%0D%0A%20%20%20%20%20%20%20%20fill%3A%20%23292929%3B%0D%0A%20%20%20%20%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Ctitle%2F%3E%3Cg%20id%3D%22Fill%22%3E%3Cpath%20d%3D%22M16%2C2A14%2C14%2C0%2C1%2C0%2C30%2C16%2C14%2C14%2C0%2C0%2C0%2C16%2C2Zm0%2C26A12%2C12%2C0%2C1%2C1%2C28%2C16%2C12%2C12%2C0%2C0%2C1%2C16%2C28Z%22%2F%3E%3Cpath%20d%3D%22M16%2C18l-5.29-5.29L9.29%2C14.12l5.3%2C5.29a2%2C2%2C0%2C0%2C0%2C2.82%2C0l5.3-5.29-1.42-1.41Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

.metering-devices--v2 .metering-devices__row .metering-devices-row__main-label::after {
    position: absolute;
    content: "";
    left: 8px;
    top: 8px;
    width: 36px;
    height: 36px;
    opacity: 0.45;
    background-size: cover;
}

.metering-devices--v2 .metering-devices__row .metering-devices-row__main-label.metering-devices-row__main-label--cold::after {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20%3F%3E%3Csvg%20data-name%3D%22Layer%201%22%20id%3D%22Layer_1%22%20viewBox%3D%220%200%20256%20256%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3Bstroke%3A%232979ff%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-width%3A10px%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M197.5%2C172.12a69.5%2C69.5%2C0%2C0%2C1-139%2C0C58.5%2C133.74%2C128%2C14.37%2C128%2C14.37S197.5%2C133.74%2C197.5%2C172.12Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M88.16%2C200.55a48.68%2C48.68%2C0%2C0%2C1-8.46-20.49%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M99.69%2C212l-.69-.5%22%2F%3E%3C%2Fsvg%3E");
}

.metering-devices--v2 .metering-devices__row .metering-devices-row__main-label.metering-devices-row__main-label--hot::after {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20%3F%3E%3Csvg%20data-name%3D%22Layer%201%22%20id%3D%22Layer_1%22%20viewBox%3D%220%200%20256%20256%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3Bstroke%3A%23c62828%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-width%3A10px%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M197.5%2C172.12a69.5%2C69.5%2C0%2C0%2C1-139%2C0C58.5%2C133.74%2C128%2C14.37%2C128%2C14.37S197.5%2C133.74%2C197.5%2C172.12Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M88.16%2C200.55a48.68%2C48.68%2C0%2C0%2C1-8.46-20.49%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M99.69%2C212l-.69-.5%22%2F%3E%3C%2Fsvg%3E");
}

.metering-devices--v2 .metering-devices__row .metering-devices-row__main-label.metering-devices-row__main-label--electro::after {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20%3F%3E%3Csvg%20id%3D%22Layer_1%22%20style%3D%22enable-background%3Anew%200%200%2064%2064%3B%22%20version%3D%221.1%22%20viewBox%3D%220%200%2064%2064%22%20xml%3Aspace%3D%22preserve%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23ff9100%3Bstroke-width%3A3%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A10%3B%7D%0A%09.st1%7Bfill%3A%23ff9100%3B%7D%0A%09.st2%7Bfill%3Anone%3Bstroke%3A%23000000%3Bstroke-width%3A3%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A10%3B%7D%0A%09.st3%7Bfill%3Anone%3Bstroke%3A%23ff9100%3Bstroke-width%3A3%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%09.st4%7Bfill%3Anone%3Bstroke%3A%23ff9100%3Bstroke-width%3A3%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-dasharray%3A5.8%2C5.8%3B%7D%0A%3C%2Fstyle%3E%3Cg%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M47%2C33c1.9-2.9%2C3-6.3%2C3-10c0-9.9-8.1-18-18-18s-18%2C8.1-18%2C18c0%2C3.7%2C1.1%2C7.1%2C3%2C10h0c2.2%2C4.7%2C3.9%2C9.1%2C3%2C12h24%20%20%20C43.1%2C42.1%2C44.8%2C37.7%2C47%2C33L47%2C33z%22%2F%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M45%2C49H19c-1.1%2C0-2-0.9-2-2v0c0-1.1%2C0.9-2%2C2-2h26c1.1%2C0%2C2%2C0.9%2C2%2C2v0C47%2C48.1%2C46.1%2C49%2C45%2C49z%22%2F%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M43%2C53H21c-1.1%2C0-2-0.9-2-2v0c0-1.1%2C0.9-2%2C2-2h22c1.1%2C0%2C2%2C0.9%2C2%2C2v0C45%2C52.1%2C44.1%2C53%2C43%2C53z%22%2F%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M29%2C58h-4c-1.1%2C0-2-0.9-2-2v-1c0-1.1%2C0.9-2%2C2-2h14c1.1%2C0%2C2%2C0.9%2C2%2C2v1c0%2C1.1-0.9%2C2-2%2C2h-4%22%2F%3E%3Cpolyline%20class%3D%22st0%22%20points%3D%2228%2C58%2028%2C59%2036%2C59%2036%2C58%20%20%22%2F%3E%3Crect%20class%3D%22st0%22%20height%3D%2210%22%20width%3D%226%22%20x%3D%2229%22%20y%3D%2235%22%2F%3E%3Cline%20class%3D%22st0%22%20x1%3D%2239%22%20x2%3D%2235%22%20y1%3D%2223%22%20y2%3D%2235%22%2F%3E%3Cline%20class%3D%22st0%22%20x1%3D%2229%22%20x2%3D%2225%22%20y1%3D%2235%22%20y2%3D%2223%22%2F%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M25%2C23c1.2%2C0%2C1.2%2C1.7%2C2.3%2C1.7c1.2%2C0%2C1.2-1.4%2C2.3-1.4c1.2%2C0%2C1.2%2C1.4%2C2.3%2C1.4c1.2%2C0%2C1.2-1.4%2C2.3-1.4%20%20%20c1.2%2C0%2C1.2%2C1.4%2C2.3%2C1.4c1.2%2C0%2C1.2-1.7%2C2.3-1.7%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

.metering-devices--v2 .metering-devices__row .metering-devices-row__main-label.metering-devices-row__main-label--gaz::after {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20%3F%3E%3C!DOCTYPE%20svg%20%20PUBLIC%20'-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN'%20%20'http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd'%3E%3Csvg%20enable-background%3D%22new%200%200%2075%2075%22%20height%3D%2275px%22%20id%3D%22Calque_1%22%20version%3D%221.1%22%20viewBox%3D%2217%2014%2040%2040%22%20width%3D%2275px%22%20xml%3Aspace%3D%22preserve%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20style%3D%22%0D%0A%20%20%20%20fill%3A%20%232979ff%3B%0D%0A%22%3E%3Cg%3E%3Cg%3E%3Cpath%20d%3D%22M35.417%2C49.653c-2.313-0.176-3.747-1.353-4.108-1.662c-0.276-0.233-0.541-0.478-0.771-0.697l-0.416-0.415%20%20%20%20c-2.008-2.132-2.649-4.37-2.144-7.481c0.215-1.315%2C0.697-2.526%2C1.207-3.809c0.139-0.349%2C0.278-0.701%2C0.414-1.057%20%20%20%20c0.145%2C0.955%2C0.239%2C1.869%2C0.273%2C2.532l0.158%2C3.068l1.678-2.574c2.011-3.085%2C3.734-9.5%2C4-14.189%20%20%20%20c0.062-1.12-0.073-2.176-0.516-3.533s-1.766-1.13-1.766-1.13l0.25%2C2.101c0.374%2C3.146-0.687%2C8.775-2.215%2C12.734%20%20%20%20c-0.233-1.326-0.436-2.179-0.68-3.322c-0.407-1.905-1.719-3.062-1.719-3.062s0.031%2C1.188-0.281%2C3.094%20%20%20%20c-0.315%2C1.919-0.847%2C3.073-1.454%2C4.601c-0.526%2C1.325-1.071%2C2.695-1.322%2C4.226c-0.609%2C3.745%2C0.212%2C6.574%2C2.681%2C9.195l0.455%2C0.454%20%20%20%20c0.272%2C0.261%2C0.569%2C0.533%2C0.873%2C0.79c0.609%2C0.52%2C2.432%2C1.917%2C5.251%2C2.131c0.026%2C0.002%2C0.052%2C0.003%2C0.077%2C0.003%20%20%20%20c0.518%2C0%2C0.956-0.399%2C0.996-0.924C36.38%2C50.175%2C35.967%2C49.695%2C35.417%2C49.653z%22%2F%3E%3C%2Fg%3E%3Cg%3E%3Cpath%20d%3D%22M48.76%2C34.494c-0.888-4.016-3.135-7.182-3.793-7.935c-1.238-1.518-2.28-1.778-2.28-1.778s0.583%2C1.344%2C0.676%2C2.867%20%20%20%20s-0.149%2C2.049-0.67%2C3.38c-0.417-1.435-2.568-5.998-4.068-8.279c-1.417-2.154-3.421-4.457-5.491-5.747%20%20%20%20c0.047%2C0.496%2C0.322%2C1.855%2C0.369%2C2.344c3.415%2C3.462%2C7.2%2C11.466%2C7.852%2C14.589l0.405%2C1.938l1.32-1.476%20%20%20%20c0.662-0.74%2C1.521-2.485%2C1.987-4.193c0.634%2C1.197%2C1.321%2C2.822%2C1.741%2C4.722c0.693%2C3.134%2C0.767%2C7.717-2.815%2C11.751%20%20%20%20c-0.624%2C0.704-1.977%2C2.816-4.759%2C2.974c-0.552%2C0.032-0.973%2C0.504-0.942%2C1.055c0.03%2C0.532%2C0.471%2C0.943%2C0.998%2C0.943%20%20%20%20c0.019%2C0%2C0.039%2C0%2C0.058-0.001c2.397-0.137%2C4.102-1.344%2C6.141-3.644C49.63%2C43.34%2C49.554%2C38.083%2C48.76%2C34.494z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

.metering-devices--v2 .metering-devices__row .metering-devices-row__main-label:hover::before {
    opacity: 1;
}

.metering-devices--v2 .metering-devices__row .metering-devices-row__main-body {
    padding-top: 8px;
}

.metering-devices--v2 .metering-devices-row__inputs small,
.metering-devices--v2 .metering-devices__row.metering-devices__row--close .metering-devices-row__main-body,
.metering-devices--v2 .metering-devices__row.metering-devices__row--close .metering-devices-row__main-label--open {
    display: none;
}

.metering-devices--v2 .metering-devices-row__main-label {
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 4px;
    font-weight: 500;
    font-size: 0.9em;
    color: #424242;
}

.metering-devices--v2 .metering-devices-row__add-button {
    text-align: center;
}

.metering-devices--v2 .metering-devices-row__add-button button {
    width: calc(100% - 20px);
    padding: 8px 4px;
    border: 1px dashed #ccc;
    background: #f9f9f9;
    color: #a5a5a5;
    border-radius: 2px;
    margin-bottom: 16px;
    margin-top: -12px;
    transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) all;
}

.metering-devices--v2 .metering-devices-row__add-button button span {
    position: relative;
}

.metering-devices--v2 .metering-devices-row__add-button button span:before {
    content: "+";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -20px;
    line-height: 12px;
    font-size: 20px;
}

.metering-devices--v2 .metering-devices-row__add-button button:hover {
    color: #333;
    border-color: #333;
}

.metering-devices--v2 .metering-devices-row__add-button button:focus {
    outline: 0;
    border-style: solid;
}

.form_inputs-wrapper {
    padding-right: 70px;
    margin-bottom: 16px;
    background-color: #f9f9f9;
    margin-right: 0;
    margin-left: 0;
    padding-bottom: 0 !important;
}

.form_inputs-wrapper>div {
    padding-left: 0;
    padding-right: 2px;
}

.form_inputs-wrapper .form__input {
    margin-bottom: 0;
    margin-right: 4px;
    margin-left: 4px;
    padding-right: 2px !important;
}

.elementor-post__excerpt .info-line span {
    font-size: 14px;
}

.info-line {
    justify-content: space-between;
}

.info-line span:nth-child(1),
.components span:first-child {
    font-weight: 500;
    text-align: start;
}

.components span:nth-child(1) {
    font-weight: 500;
}

.info-line span:last-child,
.components span:last-child {
    text-align: end;
    float: right;
}

.components span {
    padding-left: 10px;
}

.info-line a {
    display: block;
    width: 100%;
}

p {
    margin: 0;
    margin-top: 5px;
}

.house h3 {
    margin-top: 20px;
}

.house h3 {
    margin-bottom: 40px;
}

h3 {
    margin-bottom: 20px;
}

.info-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.house-attribute {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin-bottom: 10px;
    width: 49%;
}

.house-attribute .body {
    font-weight: 500;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    font-size: 1.2em;
}

.house-attribute .body a {
    display: block;
    width: 100%;
    color: rgb(11, 97, 209);
    font-size: 14px;
}

@media (max-width: 768px) {
    .house-attribute {
        width: 100%;
    }
    .info-line {
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .info-line a {
        display: block;
        width: 100%;
    }
    .blur {
        border-radius: 0;
    }
}

.elementor-nav-menu li a:last-child {
    padding-right: 0;
}

.elementor-nav-menu li a:last-child:hover {
    padding-right: 0;
}

.elementor-nav-menu li:last-child {
    padding-right: 0;
}

.label-contacts {
    font-size: 12px;
    font-style: italic;
    font-weight: 300;
}

.elementor-icon-list-text {
    margin-top: -5px;
}

td {
    background-color: #e8e8e8 !important;
    width: 25%;
    text-align: start;
}

td.value {
    background-color: #f1f1f1 !important;
}

table.staff td {
    width: 16%;
}

table.staff td.value {
    font-size: 24px;
}

a {
    color: #4c7ddd;
}

.blur {
    background: rgba(53, 60, 74, 0.6);
    border-radius: 8px 0 0 8px;
}

.blur h2 {
    padding: 0;
    margin: 0;
}

@supports ( (-webkit-backdrop-filter: blur(2em)) or (backdrop-filter: blur(2em))) {
    .blur {
        backdrop-filter: blur(70px);
        background: transparent;
    }
}

.components-head {
    font-weight: 600;
    margin-top: 10px;
}

.components {
    width: 100%;
}

.divider {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.divider * {
    flex-shrink: 0;
}

.divider span.divider {
    width: 100%;
    flex-shrink: 1;
    border-bottom: 1px dotted #333;
    margin: 5px;
}

.modal-vp {
    position: absolute;
    z-index: 9999;
    top: 100px;
    overflow-y: visible;
    height: 600px;
}

.e-form__indicators__indicator--state-completed .e-form__indicators__indicator__label {
    color: #777 !important;
}

.elementor-field-label {
    color: #444 !important;
    font-weight: 500;
    font-size: 14px;
}

.elementor-field-option {
    font-size: 14px;
}

a.bvi-link-shortcode {
    background-color: transparent!important;
}

.select-tab {
    display: flex;
    justify-content: space-around;
}

.select-tab span {
    margin-top: 10px;
    font-weight: bold;
    font-size: 18px;
    color: rgb(11, 97, 209);
    cursor: pointer;
    padding: 5px 30px;
    border: 1px solid #4c7ddd;
}

.select-tab span:hover {
    border: 1px solid #c36;
    color: #c36;
}

.detail {
    display: none;
}

.house-news {
    display: none;
    margin-top: 30px;
}

.house-news-form {
    margin-top: 15px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.house-news-single-post {
    margin-top: 15px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.house-news-single-post:last-child {
    border: none;
}

.house-news-single-post p {
    margin-bottom: 10px;
    font-size: 16px;
}

.house-news-single-post button {
    font-size: 14px;
    color: #fff;
    border: none;
    background: #0d66c2;
    margin-right: 7px;
}

span.date {
    font-size: 16px;
    background: #ffc107;
    border-radius: 5px;
    padding: 2px 5px;
}
