@import url(https://fonts.googleapis.com/css?family=Ubuntu:300,300i,400,400i,500,500i,700,700i&amp;subset=cyrillic,cyrillic-ext);

@font-face {
    font-family: "Avenir Next Cyr";
    src: url("fonts/AvenirNextCyr/AvenirNextCyr-Medium.eot");
    src: url("fonts/AvenirNextCyr/AvenirNextCyr-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/AvenirNextCyr/AvenirNextCyr-Medium.woff") format("woff"), url("fonts/AvenirNextCyr/AvenirNextCyr-Medium.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Avenir Next Cyr";
    src: url("fonts/AvenirNextCyr/AvenirNextCyr-Demi.eot");
    src: url("fonts/AvenirNextCyr/AvenirNextCyr-Demi.eot?#iefix") format("embedded-opentype"), url("fonts/AvenirNextCyr/AvenirNextCyr-Demi.woff") format("woff"), url("fonts/AvenirNextCyr/AvenirNextCyr-Demi.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Avenir Next Cyr";
    src: url("fonts/AvenirNextCyr/AvenirNextCyr-Bold.eot");
    src: url("fonts/AvenirNextCyr/AvenirNextCyr-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/AvenirNextCyr/AvenirNextCyr-Bold.woff") format("woff"), url("fonts/AvenirNextCyr/AvenirNextCyr-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
}

*:focus {
    outline-color: transparent !important;
    text-decoration: inherit !important;
}

html {
    font-size: 10px;
}

body,
html {
    width: 100%;
    height: 100%;
    min-height: 100%;
}

body {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    position: relative;
}

body._blur .site {
    -webkit-filter: blur(2px);
    filter: blur(2px);
    -moz-filter: blur(2px);
    -o-filter: blur(2px);
    -ms-filter: "progid:DXImageTransform.Microsoft.Blur(pixelradius=2px, enabled='true')";
}

body._fixed {
    overflow: hidden;
}

a {
    text-decoration: none;
}

textarea.form__input {
    min-height: 98px;
}

h3 {
    margin-bottom: 15px;
}

p {
    margin-bottom: 10px;
}

._align-left {
    text-align: left;
}

._align-right {
    text-align: right;
}

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

.clear:after {
    content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.button {
    display: inline-block;
    font-weight: 400;
    padding: 7px 30px 9px;
    border: 1px solid #ffffff;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    cursor: pointer;
    outline: none;
    font-size: 14px;
    text-align: center;
}

.button._dark {
    border-color: #0077c8;
    background-color: #0077c8;
    color: #ffffff;
}

.button._dark._disabled {
    border-color: #888888;
    background-color: #888888;
    color: #ffffff;
    cursor: not-allowed;
}

.button._dark-hover:hover {
    border-color: #0077c8;
    background-color: #0077c8;
    color: #ffffff;
}

.button._dark-hover._disabled:hover {
    border-color: #888888;
    background-color: #888888;
    color: #ffffff;
}

.button._dark-border {
    border-color: #ffffff;
    background-color: #0077c8;
    color: #ffffff;
}

.button._dark-border._disabled {
    border-color: #ffffff;
    background-color: #888888;
    color: #ffffff;
    cursor: not-allowed;
}

.button._dark-border-hover:hover {
    border-color: #ffffff;
    background-color: #0077c8;
    color: #ffffff;
}

.button._dark-border-hover._disabled:hover {
    border-color: #ffffff;
    background-color: #888888;
    color: #ffffff;
}

.button._light {
    border-color: #ffffff;
    background-color: #ffffff;
    color: #0077c8;
}

.button._light._disabled {
    border-color: #ffffff;
    background-color: #ffffff;
    color: #888888;
    cursor: not-allowed;
}

.button._light-hover:hover {
    border-color: #ffffff;
    background-color: #ffffff;
    color: #0077c8;
}

.button._light-hover._disabled:hover {
    border-color: #ffffff;
    background-color: #ffffff;
    color: #888888;
}

.button._light-border {
    border-color: #0077c8;
    background-color: #ffffff;
    color: #0077c8;
}

.button._light-border._disabled {
    border-color: #888888;
    background-color: #ffffff;
    color: #888888;
    cursor: not-allowed;
}

.button._light-border-hover:hover {
    border-color: #0077c8;
    background-color: #ffffff;
    color: #0077c8;
}

.button._light-border-hover._disabled:hover {
    border-color: #888888;
    background-color: #ffffff;
    color: #888888;
}

.button .fa._before {
    margin-right: 10px;
}

.button .fa._after {
    margin-left: 10px;
}

.button + .button {
    margin: 0 0 0 40px;
}

.overlayed {
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    z-index: 10;
}

.captcha__container {
    padding: 10px;
    border: 1px solid #d9d9d9;
    background: #f6f6f6;
    width: 278px;
}

.captcha__container .fa-repeat {
    line-height: 40px;
    vertical-align: middle;
    margin-bottom: 10px;
    margin-left: 10px;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: 1px solid #d9d9d9;
    text-align: center;
    background: #ffffff;
    color: #a2a2a2;
    cursor: pointer;
}

.captcha__container .fa-repeat:hover {
    color: #0077c8;
    border-color: #0077c8;
}

@media (max-width: 767px) {
    .captcha__container .fa-repeat {
        line-height: 25px;
        width: 25px;
        height: 25px;
        font-size: 14px;
    }
}

.captcha__container .form__input.captcha__word {
    width: 100%;
    width: -webkit-calc(100% - 26px);
    width: -moz-calc(100% - 26px);
    width: calc(100% - 26px);
}

.captcha__container .form__input.captcha__word + .fa {
    margin: 36px 0 0 10px;
}

.captcha__container._modal {
    width: 100%;
}

.captcha__label {
    margin-bottom: 7px;
    display: block;
    width: 100%;
}

.captcha__image {
    margin-bottom: 10px;
    width: 180px;
    height: 40px;
}

.modal-window {
    background: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.modal-window__header {
    padding: 60px 60px 20px 60px;
    font-weight: 300;
    line-height: 30px;
    color: #000000;
    text-align: center;
}

@media (max-width: 767px) {
    .modal-window__header {
        padding: 20px 50px 20px 20px;
    }
}

.modal-window__close {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    border-color: #a2a2a2;
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    color: #a2a2a2;
    line-height: 30px;
    text-align: center;
}

.modal-window__close:hover {
    color: #0077c8;
    border-color: #0077c8;
}

.modal-window__close .fa {
    line-height: 28px;
    vertical-align: top;
}

@media(max-width: 350px) {
    .modal-window__close {
        right: 10px;
    }

}


.modal-window__title {
    font-size: 22px;
    font-weight: 400;
}

.modal-window__content {
    padding: 25px 30px;
    border-color: #e1e1e1;
    border-style: solid;
    border-width: 1px 0;
}

@media (max-width: 767px) {
    .modal-window__content {
        padding: 15px 20px;
    }
}

.modal-window__footer {
    text-align: center;
    padding: 35px 30px;
}

@media (max-width: 767px) {
    .modal-window {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        -webkit-transform: none;
        transform: none;
        overflow-x: hidden;
        overflow-y: scroll;
    }
}

.notification__container {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 12;
}

@media (max-width: 767px) {
    .notification__container {
        bottom: 0;
        right: 0;
        left: 0;
    }
}

.notification__item {
    display: none;
    position: relative;
    background-color: #0077c8;
    padding: 30px 25px;
    color: #ffffff;
    margin-top: 10px;
    font-size: 14px;
    letter-spacing: .015em;
    -webkit-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.16);
    max-width: 400px;
}

.notification__item._loading:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 12;
    background-image: repeating-linear-gradient(-45deg, #f3f3f3, #f3f3f3 11px, #ffffff 10px, #ffffff 20px);
    background-size: 28px 28px;
    animation: move .5s linear infinite;
    opacity: 0.75;
}

@keyframes move {

.notification__item._loading

0
%
{
    background-position: 0 0
;
}
.notification__item._loading

100
%
{
    background-position: 28px 0
;
}
}
@media (max-width: 767px) {
    .notification__item {
        padding: 15px 35px 15px 15px;
        margin-top: 1px;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

.notification__close {
    position: absolute;
    width: 16px;
    height: 16px;
    right: 5px;
    top: 5px;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    cursor: pointer;
}

@media (max-width: 767px) {
    .notification__close {
        width: 35px;
        text-align: center;
        top: 50%;
        -webkit-transform: translate(0%, -50%);
        transform: translate(0%, -50%);
        margin-top: -1px;
    }
}

.link-more {
    color: #0077c8;
    padding-top: 20px;
    display: inline-block;
    text-decoration: underline;
}

.link-more .fa-angle-left {
    margin-right: 10px;
}

.link-more .fa-angle-right {
    margin-left: 10px;
}

.fa._required {
    position: absolute;
    line-height: 1em;
    margin: 10px 0 0 10px;
    color: #d0d0d0;
}

.fa._required._valid {
    color: #0077c8;
}

.form__label {
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    color: #2e2e2e;
    width: 195px;
    display: inline-block;
    vertical-align: middle;
}

.form__label-checkbox {
    overflow: auto;
    padding-left: 30px;
    width: auto;
    max-width: 601px;
    cursor: pointer;
}

.form__label._required {
    font-weight: 600;
}

@media (max-width: 767px) {
    .form__label {
        width: 100%;
        margin-bottom: 5px;
    }
}

.form__hint {
    display: block;
    margin-bottom: 20px;
    font-size: 12px;
    font-style: italic;
    width: 601px;
}

@media (max-width: 767px) {
    .form__hint {
        width: 100%;
    }
}

.form__input {
    color: #757575;
    padding: 8px 20px 8px;
    border: 1px solid #d9d9d9;
    background: #ffffff;
    outline: none;
    font-size: 14px;
    vertical-align: middle;
    resize: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
}

.form__input:focus {
    -webkit-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.16);
}

.form__input-text {
    width: 402px;
}

.form__input-text:disabled {
    background: #efefef;
    cursor: not-allowed;
}

@media (max-width: 1279px) {
    .form__input-text {
        width: calc(100% - 30px);
    }
}

@media (max-width: 767px) {
    .form__input-text {
        width: 100%;
        width: -webkit-calc(100% - 25px);
        width: -moz-calc(100% - 25px);
        width: calc(100% - 25px);
    }
}

.form__input-checkbox {
    width: 10px;
    height: 10px;
    margin-left: -30px;
    float: left;
    -webkit-appearance: none;
}

.form__input-checkbox:after {
    font-family: "FontAwesome";
    display: block;
    color: #2e2e2e;
    line-height: 20px;
    text-align: center;
    width: 20px;
    height: 20px;
    background: #ffffff;
    border: 1px solid #d9d9d9;
    outline: none;
    content: "";
    position: absolute;
    margin: -1px 0 0 -1px;
}

.form__input-checkbox:checked:after {
    content: "\f00c";
}

.form__input-checkbox:focus:after {
    -webkit-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.16);
}

.form__input-checkbox._error:after {
    border-color: #df1e37;
}

.form__input-checkbox + .form__label-checkbox {
    margin-left: 23px;
    width: auto;
}

.form__input-date {
    width: 135px;
}

.form__input-date:hover + .ui-datepicker-trigger,
.form__input-date:focus + .ui-datepicker-trigger {
    color: #0077c8;
}

.form__input-password {
    padding-right: 40px;
}

.form__input-select {
    width: 402px;
}

.form__input-select._modal {
    width: 100%;
}

.form__input._error {
    border-color: #df1e37;
}

.form__input._validate:valid + .fa._required {
    color: #0077c8;
}

.form__input._required + .fa._required {
    position: absolute;
    line-height: 1em;
    color: #0077c8;
    margin: 10px 0 0 10px;
    color: #d0d0d0;
}

.form__input._required._valid + .fa._required {
    color: #0077c8;
}

.form__input._modal {
    width: 100%;
}

@media (max-width: 767px) {
    .form__input {
        padding: 8px 20px 8px 10px;
    }
}

.form__section {
    margin-bottom: 45px;
}

.form__section-caption {
    font-size: 16px;
    color: #000000;
    font-weight: 500;
    border-bottom: 1px solid #efefef;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .form__section-caption {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
}

@media (max-width: 767px) {
    .form__section {
        margin-bottom: 25px;
    }
}

.form__errors-container {
    padding-left: 20px;
    position: relative;
    color: #0077c8;
    margin-bottom: 20px;
}

.form__errors-container:before {
    content: "\f06a";
    font-family: "FontAwesome";
    font-size: 14px;
    position: absolute;
    left: 0;
}

.form__footer {
    padding: 35px 0;
    border-top: 1px solid #efefef;
}

.form__footer._modal {
    text-align: center;
    border: none;
}

@media (max-width: 767px) {
    .form__footer._modal {
        padding: 15px 0;
    }
}

@media (max-width: 767px) {
    .form__footer {
        padding: 15px 0;
    }
}

.form__row {
    margin-top: 10px;
}

.form__row._modal {
    margin-bottom: 12px;
    padding: 0 40px;
    position: relative;
    margin-top: 0;
}

@media (max-width: 767px) {
    .form__row._modal {
        padding: 0 20px;
    }
}

.form__link-container {
    font-size: 13px;
    max-width: 601px;
}

.form__link-item {
    padding-top: 15px;
}

.form__link-title {
    display: block;
    font-size: 12px;
}

.form__link-url {
    text-decoration: underline;
    color: #0077c8;
}

.form-modal__auth {
    width: 500px;
}

.form-modal__auth-input-login,
.form-modal__auth-input-password {
    padding-left: 40px;
}

.form-modal__auth-input-icon {
    position: absolute;
    left: 55px;
    line-height: 38px;
    color: #0077c8;
}

@media (max-width: 767px) {
    .form-modal__auth-input-icon {
        left: 35px;
    }
}

.form-modal__auth-links {
    text-align: center;
    margin-bottom: 0;
    margin-top: 15px;
}

.form-modal__auth-link {
    color: #9e9e9e;
    text-decoration: underline;
}

.form-modal__auth-link:hover {
    color: #0077c8;
}

@media (max-width: 767px) {
    .form-modal__auth {
        width: 100%;
    }
}

.form-modal__account {
    width: 450px;
}

@media (max-width: 767px) {
    .form-modal__account {
        width: 100%;
    }
}

.form-modal__meter-history {
    width: 500px;
}

@media (max-width: 767px) {
    .form-modal__meter-history {
        width: 100%;
    }
}

@media(max-width: 350px) {
    .form-modal__auth #system_change_password .form__row._modal {
        margin-left: -20px;
    }
}



.warn {
    color: #e01e38;
    font-weight: 600;
}

.user-consent-request__container {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    z-index: 12;
}

.user-consent-request__textarea {
    height: 200px;
}

.user-consent-request__label {
    font-size: 12px;
}

.filter-block {
    background: #f9f9f9;
    padding: 20px;
    border: 1px solid #d9d9d9;
}

.filter-documents .form__input-select,
.filter-object .form__input-select {
    width: 100%;
}

.filter-documents .button,
.filter-object .button {
    width: 100%;
}

.filter-documents__suggest,
.filter-object__suggest {
    display: none;
    padding: 0 20px;
    background: #ffffff;
    border: 1px solid #d9d9d9;
    border-top-color: #ffffff;
    margin-top: -1px;
    position: absolute;
    width: 100%;
    -webkit-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 4px 6px 8px 0 rgba(0, 0, 0, 0.16);
}

.filter-documents__suggest-item,
.filter-object__suggest-item {
    padding: 6px 0;
    cursor: pointer;
}

.filter-documents__suggest-item:hover,
.filter-object__suggest-item:hover {
    color: #0077c8;
}

.filter-transactions .button {
    width: 100%;
}

.filter-transactions__date-label {
    font-size: 14px;
    color: #191919;
    font-weight: 700;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}

@media (max-width: 767px) {
    .filter-transactions__date-label {
        margin: 0 0 5px 0;
        display: block;
        font-weight: 400;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .filter-transactions__date-label {
        font-weight: 400;
    }
}

@media (max-width: 767px) {
    .filter-transactions__date-input {
        width: 44%;
        margin: 0 0 0 -4px;
        padding: 8px 20px 8px 10px;
    }
}



@media (max-width: 767px) {
    .filter-transactions__date-input:first-of-type {
        margin: 0;
    }
}

.filter-transactions__date-wrapper {
    display: inline-block;
    margin: 5px;
    vertical-align: middle;
}

@media (max-width: 767px) {
    .filter-transactions__date-wrapper {
        width: 12%;
        margin: 0 0 0 -4px;
        text-align: center;
    }
}

.filter-transactions  .filter-transactions__reset {
    margin: 10px 0 0 0;
}

.transactions__info-wrapper {
    margin-bottom: 30px;
}

.transactions__info-label {
    font-weight: 700;
    color: #423932;
    font-size: 16px;
    text-transform: uppercase;
}

.transactions__info-value {
    padding-left: 10px;
    color: #423932;
    font-size: 16px;
}

.table {
    width: 100%;
    border-collapse: collapse;
}

.table__row:nth-child(2n+1) .table__cell {
    background: #f9f9f9;
}

.table__head {
    border: 1px solid #e5e5e5;
    padding: 20px 10px;
    background: #8a8888;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
}

.table__cell {
    border: 1px solid #e5e5e5;
    padding: 15px 10px;
    color: #3f3d3d;
    font-size: 14px;
}

@media (max-width: 767px) {
    .table__cell-caption {
        vertical-align: middle;
        padding-right: 10px;
        width: 40%;
        text-align: left;
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    .table__cell-data {
        width: 60%;
        margin-left: -4px;
        display: inline-block;
        vertical-align: middle;
    }
}

@media (max-width: 767px) {
    .table__cell:first-of-type {
        padding-top: 10px;
        margin-top: -1px;
        border-top-style: solid;
    }
}

@media (max-width: 767px) {
    .table__cell:last-of-type .table__cell-caption {
        padding-bottom: 0;
    }
}

@media (max-width: 767px) {
    .table__cell:last-of-type .table__cell-data {
        padding-bottom: 0;
    }
}

@media (max-width: 767px) {
    .table__cell:last-of-type {
        border-bottom-width: 1px;
        padding-bottom: 10px;
    }
}

.table__cell._right {
    text-align: right;
}

@media (max-width: 767px) {
    .table__cell._right {
        text-align: left;
    }
}

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

@media (max-width: 767px) {
    .table__cell {
        display: block;
        padding: 5px 10px 5px;
        border-width: 1px 1px 0 1px;
        border-top-style: dashed;
    }
}

.table__footer {
    padding: 20px 10px;
}

.table__text-small {
    font-size: 12px;
}

.table__caption {
    text-align: left;
    font-size: 18px;
    color: #000000;
    margin: 20px 0 20px 0;
}

@media (max-width: 767px) {
    .table__caption {
        font-size: 14px;
        margin: 0 0 -1px 0;
        padding: 10px;
        border: 1px solid #e5e5e5;
        background: #8a8888;
        color: #ffffff;
        font-weight: 700;
    }
}

.table-input__wrapper {
    display: inline-block;
}

.table-input__wrapper._hidden {
    display: none;
}

.table-input__field.form__input-text {
    width: 100%;
    width: -webkit-calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
    padding: 8px 5px;
}

.table-input__hint {
    display: inline-block;
    font-weight: 600;
}

.table-meters__number {
    font-size: 16px;
    font-weight: 700;
}

.table-meters__value {
    font-weight: 600;
}

.table-meters__value._hidden {
    display: none;
}

.table-meters__diff {
    font-weight: 400;
    font-size: 12px;
    position: absolute;
}

@media (max-width: 767px) {
    .table-meters__diff {
        display: block;
        position: relative;
    }
}

.table-meters__edit {
    float: right;
    color: #0077c8;
    cursor: pointer;
}

@media (max-width: 767px) {
    .table-meters__edit {
        font-size: 24px;
        margin-top: 3px;
        margin-right: -3px;
    }
}

.table-meters__history-icon {
    color: #0077c8;
    line-height: inherit;
    float: right;
    cursor: pointer;
}

@media (max-width: 767px) {
    .table-meters__history-icon {
        font-size: 24px;
    }
}

.table-meters__history-container {
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    border: 1px solid #e1e1e1;
}

.table-meters__history-item {
    padding: 10px 20px;
}

.table-meters__history-period {
    font-size: 16px;
    font-weight: 700;
}

.table-meters__history-date,
.table-meters__history-value {
    font-weight: 600;
}

.table-meters__history-date span,
.table-meters__history-value span {
    font-weight: 400;
    font-size: 12px;
}

.table-meters__history-status {
    font-weight: 700;
}

.table-meters__history-status-fixed {
    color: #0b9a0a;
}

.table-meters__history-status-none {
    color: #e40f2c;
}

.table-meters .table__head {
    width: 12%;
}

.table-meters .table__head:first-of-type {
    width: 16%;
}

@media (max-width: 767px) {
    .table-meters .form__input-text {
        padding: 5px;
        width: 100px;
    }
}

.table-debtors .table__row._selected td {
    background: #f1f1f1;
    color: #0077c8;
    font-weight: 600;
}

.table-transactions__in {
    color: #6aa00a;
}

.table-transactions__out {
    color: #c61b13;
}

@media (max-width: 767px) {
    .table {
        margin-bottom: 20px;
    }
}

.owl__container {
    position: relative;
}

.owl-prev,
.owl-next {
    position: absolute;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    cursor: pointer;
}

.owl-prev {
    left: 0;
}

.owl-next {
    right: 0;
    padding-left: 4px;
}

.owl__nav {
    position: absolute;
    top: 50%;
    left: 15px;
    right: 15px;
    height: 30px;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    z-index: 2;
}

.owl__nav._light .owl-prev,
.owl__nav._light .owl-next {
    background-color: #ffffff;
    color: #0077c8;
}

.owl__nav._light .owl-prev:hover,
.owl__nav._light .owl-next:hover {
    color: #ffffff;
    background-color: #0077c8;
}

.owl__nav._dark .owl-prev,
.owl__nav._dark .owl-next {
    color: #ffffff;
    background-color: #0077c8;
}

.owl__nav._dark .owl-prev:hover,
.owl__nav._dark .owl-next:hover {
    background-color: #ffffff;
    color: #0077c8;
}

.owl-dot {
    cursor: pointer;
    display: inline-block;
    margin: 0 3px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    width: 14px;
    height: 14px;
}

.owl-dot.active span {
    margin: 2px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 8px;
    height: 8px;
    display: block;
}

.owl__dots {
    z-index: 2;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    height: 16px;
    text-align: center;
}

.owl__dots._light .owl-dot {
    border: 1px solid #ffffff;
    background: #ffffff;
    border-color: #0077c8;
}

.owl__dots._light .owl-dot.active span {
    background-color: #0077c8;
}

.owl__dots._dark .owl-dot {
    border: 1px solid #ffffff;
    border-color: #0077c8;
    background-color: #0077c8;
}

.owl__dots._dark .owl-dot.active span {
    background: #ffffff;
}

.slider__container {
    margin-top: 50px;
    margin-bottom: 25px;
}

@media (max-width: 767px) {
    .slider__container {
        margin-top: 25px;
        margin-bottom: 15px;
    }
}

.slider__item {
    padding: 80px 60px;
    height: 370px;
    background-position: center top;
    background-repeat: no-repeat;
}

@media (max-width: 991px) and (min-width: 768px) {
    .slider__item {
        height: 290px;
    }
}

@media (max-width: 767px) {
    .slider__item {
        height: 290px;
        padding: 40px 10px;
    }
}

.slider__title {
    font-family: "Avenir Next Cyr";
    font-size: 32px;
    color: #000000;
    margin-bottom: 25px;
    line-height: 34px;
    position: relative;
    z-index: 3;
    width: 60%;
}

@media (max-width: 767px) {
    .slider__title {
        font-size: 18px;
        line-height: 20px;
        width: 100%;
        margin-bottom: 10px;
    }
}

.slider__text {
    font-family: "Avenir Next Cyr";
    font-size: 22px;
    line-height: 24px;
    color: #5f5353;
    margin-bottom: 40px;
    position: relative;
    z-index: 3;
    width: 60%;
}

@media (max-width: 767px) {
    .slider__text {
        font-size: 16px;
        line-height: 18px;
        width: 100%;
    }
}

.slider__link:hover {
    text-decoration: none;
}

.banner__wrapper {
    overflow: hidden;
}

.banner__item {
    padding: 0 10px;
}

.banner__item._mobile {
    padding: 0;
    margin-bottom: 15px;
}
.banner__container {
    margin-bottom: 15px;
    padding-bottom: 40px;
    position: relative;
}

@media (max-width: 767px) {
    .banner__container {
        padding-bottom: 15px;
        margin-bottom: 0;
    }
}

.banner__link {
    display: block;
    width: 295px;
    height: 135px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

.banner__link:hover .banner__text {
    color: #ffffff;
    background-color: #0077c8;
}

.banner__link:hover .banner__text:after {
    color: #ffffff;
    background-color: #0077c8;
}

.banner__link:hover .banner__text._mobile:after {
    color: #0077c8;
    background: #ffffff;
}

.banner__link._mobile {
    width: 100%;
    height: auto;
}

@media (max-width: 1199px) and (min-width: 992px) {
    .banner__link {
        width: 230px;
        background-size: cover;
        font-size: 14px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .banner__link {
        width: 230px;
        background-size: cover;
        font-size: 14px;
    }
}

.banner__text {
    background: #2e2e2e;
    font-size: 16px;
    color: #ffffff;
    display: inline-block;
    position: absolute;
    bottom: 30px;
    left: 10px;
    right: 45px;
    padding: 5px;
    line-height: 20px;
    -webkit-transform: translate(0%, 50%);
    transform: translate(0%, 50%);
}

.banner__text:after {
    font-family: FontAwesome;
    content: "\f054";
    position: absolute;
    right: -35px;
    bottom: 15px;
    color: #0077c8;
    display: block;
    width: 30px;
    height: 30px;
    background: #ffffff;
    text-align: center;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    padding: 6px 0px 0 3px;
    font-weight: 700;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    top: 50%;
}

.banner__text._mobile {
    position: relative;
    bottom: auto;
    left: 0;
    width: 100%;
    right: 0;
    padding: 15px 60px 15px 15px;
    -webkit-transform: none;
    transform: none;
    display: block;
}

.banner__text._mobile:after {
    right: 15px;
}

.main-tabs__wrapper {
    bottom: 50px;
}

.main-tabs__panel {
    border-bottom: 2px solid #d9d9d9;
    margin-bottom: 10px;
}

.main-tabs__button {
    color: #000000;
    font-size: 22px;
    font-weight: 300;
    display: inline-block;
    padding: 0 20px 20px 10px;
    margin-right: 40px;
    opacity: 0.5;
    position: relative;
}

.main-tabs__button:hover,
.main-tabs__button._active {
    color: #000000;
    text-decoration: none;
    opacity: 1;
    border-bottom: 2px solid #ffffff;
    border-color: #0077c8;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: -2px;
}

.main-tabs__button:hover .fa,
.main-tabs__button._active .fa {
    color: #0077c8;
}

.main-tabs__button:hover {
    border-color: transparent;
}

.main-tabs__button:hover._active {
    border-color: #0077c8;
}

.main-tabs__button .fa {
    margin-right: 10px;
}

.main-tabs__link {
    color: #000000;
}

.main-tabs__link:hover {
    text-decoration: none;
    color: #000000;
}

.main-tabs__tab {
    padding: 30px 0;
}

.article-list__wrapper {
    overflow: hidden;
}

.article-list__wrapper > .row {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    display: flex;
}

.article-list__item {
    margin-bottom: 30px;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: 50%;
    align-self: auto;
    padding: 0 15px;
}

@media (max-width: 767px) {
    .article-list__item {
        flex-basis: 100%;
        margin-bottom: 15px;
    }
}

.article-list__link {
    display: block;
    width: 100%;
    height: 100%;
    padding: 20px;
    border: 1px solid #e5e5e5;
    overflow: auto;
}

.article-list__link:hover {
    text-decoration: none;
    border-color: #0077c8;
}

@media (max-width: 767px) {
    .article-list__link {
        padding: 10px;
    }
}

.article-list__date {
    margin-bottom: 20px;
    color: #0077c8;
    font-size: 12px;
}

@media (max-width: 767px) {
    .article-list__date {
        margin-bottom: 5px;
    }
}

.article-list__image {
    width: 100%;
}

.article-list__image-container {
    float: left;
    margin: 0 10px 0 0;
    width: 96px;
    height: auto;
}

.article-list__preview {
    color: #3f3d3d;
    line-height: 18px;
}

@media (max-width: 767px) {
    .article-list__preview {
        font-size: 16px;
    }
}

.site {
    position: relative;
    min-height: 100%;
    display: flex;
    flex-direction: row;
    height: 100%;
    align-items: stretch;
    flex-wrap: wrap;
}

.site > .row {
    flex: 1 0 100%;
    width: 100%;
}

.site__wrapper {
    display: flex;
    min-height: 100%;
    align-items: stretch;
}

.site__panel {
    display: none;
    flex: 0 0 202px;
    text-align: left;
    border: 1px solid #d9d9d9;
    border-width: 0px 1px;
    padding-bottom: 30px;
    background: #ffffff;
    z-index: 11;
}

.site__panel .header-mobile__menu {
    position: absolute;
    right: -64px;
    top: 0;
    background: #ffffff;
    border-bottom: 1px solid #d9d9d9;
}

@media (max-width: 767px) {
    .site__panel .header-mobile__menu {
        position: fixed;
        right: 0;
        z-index: 10;
    }
}

@media (max-width: 991px) {
    .site__panel._opened {
        display: block;
        width: 285px;
        padding-top: 79px;
    }
}

@media (max-width: 767px) {
    .site__panel._opened {
        width: 100%;
        overflow-x: visible;
        overflow-y: scroll;
        height: 100%;
        padding-top: 79px;
        border: none;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .site__panel._opened + .site__container:before {
        position: fixed;
        background: rgba(0, 0, 0, 0.5);
        content: "";
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 10;
    }
}

@media (min-width: 992px) {
    .site__panel {
        display: block;
    }
}

@media (max-width: 991px) {
    .site__panel {
        position: fixed;
        z-index: 11;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .site__panel {
        border-width: 0px 1px 1px 1px;
    }
}

.site__container {
    width: 100%;
    width: -webkit-calc(100% - 202px);
    width: -moz-calc(100% - 202px);
    width: calc(100% - 202px);
    display: flex;
    flex-direction: column;
    text-align: left;
    min-height: 100%;
}

.site__container._blur {
    -webkit-filter: blur(2px);
    filter: blur(2px);
    -moz-filter: blur(2px);
    -o-filter: blur(2px);
    -ms-filter: "progid:DXImageTransform.Microsoft.Blur(pixelradius=2px, enabled='true')";
}

@media (max-width: 991px) {
    .site__container {
        margin-left: 0;
        width: 100%;
        margin-top: 64px;
    }
}

.site__inner {
    padding: 0 0 65px 25px;
    flex: 1 0 auto;
}

@media (max-width: 991px) and (min-width: 768px) {
    .site__inner {
        padding: 0 0 65px 0;
    }
}

@media (max-width: 767px) {
    .site__inner {
        padding: 0 15px 65px 15px;
    }
}

.site__inner ol {
    margin-left: 15px;
}

.account-selector__wrapper {
    display: inline-block;
    width: 185px;
}

@media (max-width: 767px) {
    .account-selector__wrapper {
        display: block;
        width: 100%;
    }
}

.desktop-logo {
    margin: 19px 0 28px;
    text-align: center;
}

.desktop-logo__link:hover {
    text-decoration: none;
}

.desktop-logo__title {
    font-size: 18px;
    line-height: 22px;
    color: #2e2e2e;
    font-family: "Avenir Next Cyr";
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 16px;
}

.menu-main {
    margin: 0;
    padding: 0;
    list-style: none;
}

.menu-main__item {
    position: relative;
    border-top: 1px solid #d9d9d9;
    color: #ffffff;
}

@media (min-width: 768px) {
    .menu-main__item:hover .menu-main__link {
        background: #0077c8;
        color: #ffffff;
    }
}

@media (min-width: 768px) {
    .menu-main__item:hover .menu-main__submenu {
        display: block;
    }
}

.menu-main__item:hover a {
    text-decoration: none;
}

.menu-main__item:hover a.menu__list__sub-menu__url {
    text-decoration: underline;
}

.menu-main__item:last-child {
    border-bottom: 1px solid #d9d9d9;
}

@media (max-width: 767px) {
    .menu-main__item .fa-angle-up,
    .menu-main__item .fa-angle-down {
        cursor: pointer;
        position: absolute;
        width: 47px;
        text-align: center;
        height: 47px;
        line-height: 47px;
        top: 0;
        right: 0;
        color: #2e2e2e;
        background: #ffffff;
        z-index: 2;
    }
}

.menu-main__link {
    position: relative;
    padding: 12px 30px 13px 30px;
    display: block;
    color: #2e2e2e;
    font-size: 16px;
}

.menu-main__link._active {
    background: #0077c8;
    color: #ffffff;
}

.menu-main__link .fa-angle-right {
    cursor: pointer;
    position: absolute;
    width: 47px;
    text-align: center;
    height: 47px;
    line-height: 47px;
    top: 0;
    right: 0;
}

@media (max-width: 991px) and (min-width: 768px) {
    .menu-main__link .fa-angle-right {
        color: #2e2e2e;
        background: #ffffff;
    }
}

.menu-main__submenu {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 100%;
    top: -1px;
    width: 220px;
    display: none;
}

.menu-main__submenu-item {
    position: relative;
    border-top: 1px solid #d9d9d9;
    margin: 0 30px;
    z-index: 8;
}

.menu-main__submenu-item:nth-child(1) {
    border-top: 0;
}

.menu-main__submenu-link {
    padding: 12px 0px 13px 0px;
    display: block;
    color: #2e2e2e;
    font-size: 16px;
}

.menu-main__submenu-link._active {
    color: #0077c8;
    text-decoration: underline;
}

.menu-main__submenu-link:hover {
    color: #0077c8;
    text-decoration: none;
}

@media (max-width: 767px) {
    .menu-main__submenu-link {
        padding: 10px 0px 11px 0px;
        font-size: 14px;
    }
}

.menu-main__submenu:after {
    content: "";
    position: fixed;
    background: #f9f9f9;
    width: 220px;
    height: 100%;
    margin-left: -1px;
    top: 0;
    z-index: 7;
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
}

@media (max-width: 991px) {
    .menu-main__submenu:after {
        display: none;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .menu-main__submenu {
        background: #f9f9f9;
        border: 1px solid #d9d9d9;
        width: 285px;
    }
}

@media (max-width: 767px) {
    .menu-main__submenu {
        border-top: 1px solid #d9d9d9;
        background: #ececec;
        position: relative;
        left: auto;
        top: auto;
        width: auto;
    }
}

.menu-footer {
    padding: 25px 30px 29px 67px;
    border-bottom: 1px solid #474747;
    list-style: none;
    margin: 0;
}

@media (max-width: 767px) {
    .menu-footer {
        padding-left: 30px;
    }
}

.menu-footer__item {
    display: inline-block;
    margin-right: 50px;
}

@media (max-width: 767px) {
    .menu-footer__item {
        display: block;
        margin: 0 0 10px 0;
    }
}

@media (max-width: 767px) {
    .menu-footer__item:last-of-type {
        margin: 0;
    }
}

.menu-footer__link {
    font-size: 14px;
    color: #ffffff;
    text-decoration: underline;
}

.menu-footer__link:hover {
    text-decoration: none;
    color: #ffffff;
}

.menu-account {
    margin-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e5e5e5;
}

.menu-account__item {
    border: 1px solid #e5e5e5;
    margin-bottom: 30px;
}

.menu-account__item:hover {
    border-color: #0077c8;
}

.menu-account__item:hover .menu-account__icon {
    background-color: #0077c8;
}

.menu-account__link {
    width: 100%;
    height: 100px;
    padding: 30px;
    display: flex;
    align-items: center;
}

.menu-account__icon {
    margin-right: 20px;
    background: #2e2e2e;
    border-radius: 23px;
    flex: 0 1 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
}

.menu-account__icon .fa {
    color: #ffffff;
}

.menu-account__name {
    font-weight: 500;
    font-size: 16px;
    color: #2e2e2e;
    flex: 0 1 100%;
    flex: 0 1 -webkit-calc(100% - 65px);
    flex: 0 1 -moz-calc(100% - 65px);
    flex: 0 1 calc(100% - 65px);
}

.socials-icons {
    margin-top: 35px;
    padding: 0 0 0 30px;
}

.socials-icons__item {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin: 0 10px 0 0;
    color: #0077c8;
}

@media (max-width: 991px) {
    .socials-icons__item .fa {
        font-size: 32px;
    }
}

.socials-icons__item:hover {
    color: #2e2e2e;
}

@media (max-width: 991px) {
    .socials-icons__item {
        margin-right: 20px;
    }
}

.copyright {
    margin-top: 35px;
    color: #2e2e2e;
    font-size: 12px;
    padding: 0 0 0 30px;
}

.header {
    padding: 14px 20px 15px 25px;
    background-color: #0077c8;
    color: #ffffff;
}

.header__phone {
    float: left;
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
}

.header__phone .fa {
    height: 23px;
    width: 23px;
    margin-right: 17px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    color: #0077c8;
    background: #ffffff;
    vertical-align: text-bottom;
    font-size: initial;
    line-height: 24px;
    text-align: center;
}

.header__phone a {
    color: #ffffff;
    border-bottom: 1px solid transparent;
}

@media(min-width: 1024px) {
    .header__phone a:hover {
        border-bottom: 1px solid white;
    }
}

.header__button-call {
    display: block;
    float: left;
    font-weight: 600;
    margin-top: -3px;
    margin-left: 23px;
}

.header__button-call:hover {
    font-size: 14px;
}

.header-auth__container {
    float: right;
    margin-top: 5px;
}

.header-auth__container .fa-lock {
    margin-right: 13px;
}

@media (max-width: 991px) {
    .header-auth__container .fa-lock {
        margin: 0;
    }
}

.header-auth__container .fa {
    vertical-align: middle;
    cursor: pointer;
}

@media (max-width: 1199px) and (min-width: 992px) {
    .header-auth__container .fa {
        font-size: 18px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .header-auth__container .fa {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .header-auth__container .fa {
        font-size: 24px;
    }
}

.header-auth__container a {
    color: #ffffff;
    border-bottom: 1px solid transparent;
    transition: .2s;
}
@media(min-width: 1024px) {
    .header-auth__container a:hover {
        border-bottom: 1px solid white;
    }
}


@media (max-width: 767px) {
    .header-auth__container a {
        color: #0077c8;
    }
}

.header-auth__login,
.header-auth__user {
    margin-right: 12px;
    display: inline-block;
    vertical-align: middle;
}

@media (max-width: 991px) {
    .header-auth__login,
    .header-auth__user {
        margin: 0;
    }
}

@media (max-width: 991px) {
    .header-auth__user .fa {
        margin-right: 20px;
    }
}

.header-auth__registration {
    padding-left: 12px;
    border-left: 1px solid #ffffff;
}

.header-auth__logout {
    display: inline-block;
    vertical-align: middle;
    margin-left: -4px;
}

@media screen and (min-width: 1200px) {
    .header-auth__logout {
        padding-left: 12px;
        border-left: 1px solid #ffffff;
    }
}

.header-auth__login span {
    cursor: pointer;
    border-bottom: 1px dashed transparent;
}

.header-auth__login span:hover {
    text-decoration: none;
    border-bottom: 1px dashed #ffffff;
}

.header-mobile {
    background: #ffffff;
    float: left;
    margin: -14px 75px -15px -25px;
    height: 64px;
    overflow: hidden;
}

.header-mobile__menu {
    display: inline-block;
    vertical-align: middle;
    color: #000000;
    height: 64px;
    line-height: 64px;
    width: 55px;
    text-align: center;
    cursor: pointer;
}

.header-mobile__menu .fa {
    line-height: 64px;
}

.site__panel._opened .header-mobile__menu {
    height: 80px;
    line-height: 80px;
}
@media (max-width: 991px) and (min-width: 768px) {
    .header-mobile__menu {
        height: 64px;
        line-height: 64px;
        width: 64px;
    }
}

.header-mobile__logo {
    display: inline-block;
    vertical-align: middle;
    margin-left: -4px;
    white-space: nowrap;
}

.header-mobile__logo-url {
    display: block;
    padding-right: 15px;
}

.header-mobile__logo-name {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 22px;
    color: #2e2e2e;
    font-family: "Avenir Next Cyr";
    font-weight: 700;
    margin-left: -4px;
    padding: 0 0 0 15px;
    white-space: normal;
}

.header-mobile__logo-image {
    height: 44px;
    margin: 10px 0;
    display: inline-block;
    vertical-align: middle;
}

.header-mobile__callback {
    margin: -12px 0 -15px;
    font-size: 14px;
    text-align: center;
    font-weight: 400;
    text-decoration: underline;
    cursor: pointer;
}

.header-mobile__phone {
    height: 80px;
    padding: 5px 20px;
    line-height: 80px;
}

.header-mobile__phone a {
    color: #0077c8;
    font-size: 17px;
    font-weight: bold;
}

.header-mobile__phone .fa {
    height: 23px;
    width: 23px;
    margin-right: 17px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    color: #ffffff;
    background-color: #0077c8;
    vertical-align: text-bottom;
    font-size: initial;
    line-height: 24px;
    text-align: center;
}

@media(max-width: 991px) {
    .header-mobile__phone .header__phone-multiple {
        padding-left: 0;
    }
    .header-mobile__phone .header__phone-multiple .header__phone-multiple--item {
        font-size: 14px;
        margin-bottom: 10px;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    .header-mobile__phone {
        height: 80px;
        padding: 5px 20px;
        line-height: 80px;
        position: fixed;
        top: 0;
    }
}

@media (max-width: 767px) {
    .header-mobile__phone {
        width: 100%;
        width: -webkit-calc(100% - 55px);
        width: -moz-calc(100% - 55px);
        width: calc(100% - 55px);
        background: #ffffff;
        border-bottom: 1px solid #d9d9d9;
        position: fixed;
        top: 0;
        z-index: 10;
    }
}

@media (max-width: 375px) {
    .header-mobile__phone {
        width: calc(100% - 40px);
    }
    .header-mobile__phone a {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .header-mobile {
        margin: -14px 75px -15px -15px;
    }
}

@media (max-width: 991px) {
    .header {
        position: fixed;
        z-index: 9;
        top: 0;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .header {
        width: 750px;
    }
}

@media (max-width: 767px) {
    .header {
        background-color: #ffffff;
        color: #0077c8;
        border-bottom: 1px solid #d9d9d9;
        width: 100%;
        padding: 14px 15px 15px 15px;
    }
}

.search__icon {
    float: right;
    margin-right: 64px;
    margin-top: 5px;
    cursor: pointer;
}

.search__icon .fa {
    margin-right: 9px;
    font-size: 18px;
    vertical-align: middle;
}

@media (max-width: 991px) {
    .search__icon .fa {
        margin: 0;
    }
}

@media (max-width: 767px) {
    .search__icon .fa {
        font-size: 24px;
    }
}

@media (max-width: 991px) {
    .search__icon {
        margin-right: 20px;
    }
}

.search__label {
    border-bottom: 1px dashed #ffffff;
}

@media(min-width: 1024px) {
    .search__label:hover {
        border-bottom: 1px dashed transparent;
    }
}

.search__form {
    display: none;
    padding: 11px 20px 14px;
    background: #ffffff;
}

.search__form._opened {
    display: block;
}

@media (max-width: 991px) {
    .search__form {
        position: fixed;
        width: 100%;
        top: 64px;
        z-index: 9;
        border-bottom: 1px solid #d9d9d9;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .search__form {
        width: 750px;
    }
}

@media (max-width: 767px) {
    .search__form {
        padding: 11px 15px 14px;
    }
}

.search__request {
    width: 100%;
    width: -webkit-calc(100% - 130px);
    width: -moz-calc(100% - 130px);
    width: calc(100% - 130px);
}

@media (max-width: 767px) {
    .search__request {
        width: 100%;
        width: -webkit-calc(100% - 60px);
        width: -moz-calc(100% - 60px);
        width: calc(100% - 60px);
    }
}

.search__button {
    float: right;
}

@media (max-width: 767px) {
    .search__button {
        padding: 7px 14px 9px;
    }
}

.search__suggest {
    width: 100%;
    width: -webkit-calc(100% - 130px);
    width: -moz-calc(100% - 130px);
    width: calc(100% - 130px);
    margin-left: -4px;
}

@media (max-width: 767px) {
    .search__suggest {
        width: 100%;
        width: -webkit-calc(100% - 60px);
        width: -moz-calc(100% - 60px);
        width: calc(100% - 60px);
    }
}

.search__language-guess {
    margin: 10px 0 10px;
    font-style: italic;
}

.search__language-guess a {
    color: #0077c8;
    word-break: break-all;
}

.search-result {
    width: 100%;
    font-size: 14px;
}

.search-result__wrapper {
    position: relative;
    width: 100%;
    width: -webkit-calc(100% - 130px);
    width: -moz-calc(100% - 130px);
    width: calc(100% - 130px);
    top: -1px;
    z-index: 10;
}

@media (max-width: 767px) {
    .search-result__wrapper {
        width: -webkit-calc(100% - 60px);
        width: -moz-calc(100% - 60px);
        width: calc(100% - 60px);
    }
}

.search-result__container {
    position: absolute;
    width: 100%;
    background: #ffffff;
    border: 1px solid #d9d9d9;
    border-top-style: dotted;
}

.search-result__container._active {
    -webkit-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.16);
    padding: 0;
}

.search-result a {
    color: #0077c8;
    text-decoration: underline;
}

.search-result th {
    width: 30%;
    padding: 10px 10px 10px 20px;
    font-weight: normal;
}

@media (max-width: 767px) {
    .search-result th {
        width: auto;
        padding: 5px 5px 5px 10px;
    }
}

.search-result td {
    width: 70%;
    padding: 10px;
}

@media (max-width: 767px) {
    .search-result td {
        width: auto;
        padding: 5px;
    }
}

.search-result tr:last-of-type th,
.search-result tr:last-of-type td {
    border: none;
}

.search-result__separator th,
.search-result__separator td {
    border-bottom: 1px dashed #d9d9d9;
    padding: 0;
    height: 1px;
    font-size: 1px;
}

@media (max-width: 767px) {
    .search-result {
        font-size: 12px;
    }
}

.search-page__result-container {
    margin: 10px 0 20px;
    padding: 10px 0;
    border: 1px solid #d9d9d9;
    border-width: 1px 0;
}

.search-page__result-item {
    padding: 10px 0;
    border-bottom: 1px dashed #d9d9d9;
}

.search-page__result-item:first-of-type {
    padding-top: 0;
}

.search-page__result-item:last-of-type {
    padding-bottom: 0;
    border: none;
}

.search-page__result-item a {
    color: #0077c8;
}

.search-page__result-item p:last-of-type {
    margin: 0;
}

@media (max-width: 767px) {
    .search-page__result-item p {
        font-size: 12px;
    }
}

.search-popup {
    -webkit-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.16);
    padding: 0;
    background: #ffffff;
    border: 1px solid #d9d9d9;
    border-top-style: dotted;
    margin-top: -1px;
    color: #757575;
}

.search-popup__row {
    padding: 8px 20px 8px;
}

.search-popup__row._active {
    color: #0077c8;
    cursor: pointer;
}

@media (max-width: 767px) {
    .search-popup__row {
        padding: 8px 10px 8px;
    }
}

.search-popup__item-count {
    float: right;
}

.breadcrumb__container {
    padding: 15px 25px 5px;
    font-size: 12px;
    color: #adadad;
}

@media (max-width: 991px) and (min-width: 768px) {
    .breadcrumb__container {
        padding: 15px 0 5px;
    }
}

@media (max-width: 767px) {
    .breadcrumb__container {
        padding: 15px 15px 5px;
    }
}

.breadcrumb__item {
    display: inline;
}

.breadcrumb__item-url {
    color: #adadad;
}

.breadcrumb__item-url:hover {
    color: #000000;
    text-decoration: none;
}

.page-title__container {
    color: #000000;
    padding: 10px 0 25px;
    position: relative;
    border-bottom: 1px solid #d9d9d9;
    margin: 0 0 25px 25px;
}

@media (max-width: 991px) and (min-width: 768px) {
    .page-title__container {
        margin: 0 0 25px 0;
    }
}

@media (max-width: 767px) {
    .page-title__container {
        margin: 0 15px 10px 15px;
        padding: 5px 0 10px;
    }
}

.page-title__text {
    font-weight: 300;
    font-size: 28px;
    margin: 0;
}

@media (max-width: 767px) {
    .page-title__text {
        font-weight: 400;
        font-size: 22px;
        line-height: 26px;
    }
}

.page-title._lined {
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 25px;
}

.page-navigation__wrapper {
    text-align: center;
    color: #3f3d3d;
    margin: 15px 0 0;
    position: relative;
}

.page-navigation__wrapper .fa {
    width: 20px;
    text-align: center;
    vertical-align: middle;
}

.page-navigation__wrapper a {
    color: #0077c8;
    min-width: 20px;
    display: inline-block;
    vertical-align: middle;
}

.page-navigation__current {
    width: 20px;
    display: inline-block;
    background-color: #0077c8;
    color: #ffffff;
    vertical-align: middle;
}

.page-navigation__show-all-wrapper {
    display: inline-block;
    position: absolute;
    right: 0;
}

@media (max-width: 767px) {
    .page-navigation__show-all-wrapper {
        display: block;
        margin-top: 20px;
        right: auto;
        position: relative;
    }
}

.page-navigation__show-all-label {
    color: #3f3d3d;
    font-size: 12px;
    margin-left: 5px;
    display: inline-block;
}

.page-navigation__show-all .fa {
    font-size: 16px;
}

.footer {
    background: #2e2e2e;
    width: 100%;
    bottom: 0;
}

.footer__block {
    padding: 29px 30px 30px 70px;
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .footer__block {
        padding-left: 30px;
    }
}

.footer__block a {
    font-size: 14px;
    color: #ffffff;
    text-decoration: underline;
}

.footer__block a:hover {
    text-decoration: none;
}

.footer__items .footer__item:not(:last-child) {
    margin-bottom: 10px;
}

._password {
    height: 38px;
    position: absolute;
    margin-left: -28px;
    line-height: 38px;
    display: inline-block;
    color: #0077c8;
    font-size: 16px;
}

.ui-datepicker {
    background: #ffffff;
    border: 1px solid #d9d9d9;
    padding: 5px;
    -webkit-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.16);
    margin-top: 5px;
}

.ui-datepicker .ui-state-default {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: normal;
    color: #454545;
}

.ui-datepicker .ui-state-hover,
.ui-datepicker .ui-state-focus {
    border: 1px solid #cccccc;
    background: #ededed;
    font-weight: normal;
    color: #0077c8;
}

.ui-datepicker .ui-state-highlight {
    border: 1px solid #2e2e2e;
    background: #2e2e2e;
    color: #ffffff;
}

.ui-datepicker .ui-state-active {
    border: 1px solid #ffffff;
    border-color: #0077c8;
    background-color: #0077c8;
    font-weight: normal;
    color: #ffffff;
}

.ui-datepicker:empty {
    display: none;
}

.ui-datepicker-header {
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 5px;
    position: relative;
}

.ui-datepicker-calendar {
    width: 100%;
    font-size: 13px;
    border-collapse: collapse;
    margin: 0;
}

.ui-datepicker-prev,
.ui-datepicker-next {
    position: absolute;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-family: "FontAwesome";
    font-size: 14px;
    text-align: center;
    cursor: pointer;
}

.ui-datepicker-prev.ui-state-hover,
.ui-datepicker-prev.ui-state-focus,
.ui-datepicker-next.ui-state-hover,
.ui-datepicker-next.ui-state-focus {
    background: none;
    border: none;
    color: #0077c8;
}

.ui-datepicker-prev {
    left: 0;
}

.ui-datepicker-prev:before {
    content: "\f104";
}

.ui-datepicker-next {
    right: 0;
}

.ui-datepicker-next:before {
    content: "\f105";
}

.ui-datepicker-title {
    margin: 0 auto;
    line-height: 24px;
    text-align: center;
    color: #0077c8;
}

.ui-datepicker-trigger {
    font-family: "FontAwesome";
    position: absolute;
    margin-left: -34px;
    margin-top: 4px;
    padding: 0;
    font-size: 18px;
    line-height: 30px;
    width: 30px;
    border: none;
    background: transparent;
    color: #757575;
}

.ui-datepicker-trigger:hover {
    color: #0077c8;
}

.ui-datepicker th {
    padding: 7px 3px;
    text-align: center;
    font-weight: 400;
    border: 0;
}

.ui-datepicker td {
    border: 0;
    padding: 1px;
}

.ui-datepicker td a {
    display: block;
    padding: 2px 6px;
    text-align: right;
    text-decoration: none;
}

.ui-datepicker-other-month .ui-state-default {
    opacity: 0.5;
}

.ui-datepicker-other-month .ui-state-hover {
    opacity: 1.0;
}

.personal-area__greetings {
    font-size: 18px;
    color: #000000;
    margin: 30px 0;
    font-weight: 500;
}

.personal-area__account-wrapper {
    background: #f9f9f9;
    padding: 20px;
    border: 1px solid #d9d9d9;
}

.personal-area__account-add,
.personal-area__account-number,
.personal-area__account-balance {
    display: inline-block;
    vertical-align: middle;
    margin: 0 30px 0 0;
    color: #423932;
}

.personal-area__account-add-label,
.personal-area__account-number-label,
.personal-area__account-balance-label {
    display: inline-block;
    vertical-align: middle;
}

.personal-area__account-add-value,
.personal-area__account-number-value,
.personal-area__account-balance-value {
    font-weight: 700;
    padding-left: 10px;
    display: inline-block;
    vertical-align: middle;
}

@media (max-width: 767px) {
    .personal-area__account-number {
        width: 100%;
        margin: 0 0 10px 0;
    }
}

@media (max-width: 991px) {
    .personal-area__account-number-value {
        padding: 0;
        width: 100%;
    }
}

.personal-area__notice-date {
    color: #b2b2b2;
    font-size: 12px;
    font-weight: 500;
}

.personal-area__notice-text {
    font-size: 13px;
}

.personal-area__payment-document-number {
    color: #423932;
    font-size: 16px;
    font-weight: 600;
}

.personal-area__payment-document-period,
.personal-area__payment-document-summ {
    display: inline-block;
    vertical-align: middle;
    margin: 0 30px 0 0;
}

.personal-area__payment-document-number-label,
.personal-area__payment-document-number-value,
.personal-area__payment-document-period-label,
.personal-area__payment-document-period-value,
.personal-area__payment-document-summ-label,
.personal-area__payment-document-summ-value {
    display: inline-block;
    vertical-align: middle;
}

.personal-area__payment-document-number-value,
.personal-area__payment-document-period-value,
.personal-area__payment-document-summ-value {
    font-weight: 600;
}

.personal-area-menu {
    margin-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e5e5e5;
}

.personal-area-menu__item {
    border: 1px solid #e5e5e5;
    margin-bottom: 30px;
}

.personal-area-menu__item:hover {
    border: 1px solid #000000;
    border-color: #0077c8;
}

.personal-area-menu__name {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    font-weight: 500;
    font-size: 16px;
    width: 100%;
    color: #2e2e2e;
}

.personal-area-menu__ico {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    padding-right: 20px;
}

.personal-area-menu__ico-personal-data {
    background: #423932 url(images/ico/personal-area__menu1.png) no-repeat center 49%;
}

.personal-area-menu__ico-indebtedness {
    background: #423932 url(images/ico/personal-area__menu2.png) no-repeat center 49%;
}

.personal-area-menu__ico-counters {
    background: #423932 url(images/ico/personal-area__menu3.png) no-repeat center 49%;
}

.personal-area-menu__ico-request {
    background: #423932 url(images/ico/personal-area__menu4.png) no-repeat center 49%;
}

.personal-area-menu__ico-advt {
    background: #423932 url(images/ico/personal-area__menu5.png) no-repeat center 49%;
}

.personal-area-menu__ico-wrapper {
    width: 45px;
    height: 45px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.personal-area-menu__url {
    display: table;
    width: 100%;
    height: 100px;
    padding: 30px;
}

.personal-area-menu__url:hover {
    color: #2e2e2e;
    text-decoration: none;
}

.personal-area-menu__url:hover .personal-area-menu__ico-wrapper {
    background-color: #0077c8;
}
@media(max-width: 1279px) {
    .personal-area .section-block__right{
        width: auto;
        margin-bottom: 20px;
    }
}
@media(max-width: 767px) {
    .personal-area .section-block__right {
        text-align: left;
    }
    .personal-area .section-block__left{
        margin-bottom: 20px;
    }
}

.section-block {
    padding: 30px;
    border: 1px solid #e5e5e5;
    border-top: none;
}

.section-block__right {
    text-align: right;
}

@media (max-width: 991px) {
    .section-block__right {
        margin-top: 10px;
    }
}

.section-block:first-child {
    border-top: 1px solid #e5e5e5;
}

.section-block:nth-child(2) {
    background: #f9f9f9;
}

.section-block__container {
    margin-bottom: 25px;
}

@media (max-width: 767px) {
    .section-block__container {
        margin-bottom: 15px;
    }
}

.section-block__icon {
    line-height: 38px;
    vertical-align: middle;
    margin-right: 30px;
    width: 38px;
    text-align: center;
}

.section-block__content {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 100%;
    width: -webkit-calc(100% - 72px);
    width: -moz-calc(100% - 72px);
    width: calc(100% - 72px);
}

@media (max-width: 991px) {
    .section-block__content {
        width: 100%;
    }
}

.section-block__caption {
    margin-bottom: 10px;
    font-weight: 700;
}

.section-block__caption-link {
    font-weight: 400;
    border-bottom: 1px dashed #000000;
    border-color: #0077c8;
    color: #0077c8;
    float: right;
}

@media (max-width: 991px) {
    .section-block__open,
    .section-block__closed {
        cursor: pointer;
    }
}

@media (max-width: 991px) {
    .section-block__open {
        display: none;
    }
}

@media (max-width: 991px) {
    .section-block__close {
        display: inline;
    }
}

@media (max-width: 991px) {
    .section-block._closed .section-block__caption {
        margin-bottom: 0;
    }
}

@media (max-width: 991px) {
    .section-block._closed .section-block__content {
        display: none;
    }
}

@media (max-width: 991px) {
    .section-block._closed .section-block__right {
        display: none;
    }
}

@media (max-width: 991px) {
    .section-block._closed .section-block__open {
        display: inline;
    }
}

@media (max-width: 991px) {
    .section-block._closed .section-block__close {
        display: none;
    }
}

.section-block.payment-document {
    border: 1px solid #e5e5e5;
    border-color: #0077c8;
}

@media (max-width: 767px) {
    .section-block {
        padding: 10px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .section-block {
        padding: 20px;
    }
}

.news-page {
    border-bottom: 1px solid #efefef;
    padding-bottom: 20px;
}

.news-page__date {
    color: #0077c8;
    font-size: 12px;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .news-page__date {
        margin-bottom: 10px;
    }
}

.news-page__image {
    max-width: 400px;
    height: auto;
    margin: 0 30px 30px 0;
    float: left;
}

@media (max-width: 767px) {
    .news-page__image {
        width: 100%;
        max-width: 100%;
        height: auto;
        margin: 0 0 15px 0;
    }
}

@media (max-width: 767px) {
    .news-page {
        font-size: 16px;
    }
}

.faq__date,
.notice__date {
    color: #b2b2b2;
    font-size: 12px;
    font-weight: 500;
}

.faq__text,
.notice__text {
    font-size: 14px;
    color: #2e2e2e;
    margin-top: 5px;
}

.faq__text-full,
.notice__text-full {
    display: none;
}

.faq__link,
.notice__link {
    cursor: pointer;
    display: block;
    color: #2e2e2e;
    position: relative;
    z-index: 2;
    padding: 8px 25px 8px 40px;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: 100%;
    align-self: auto;
}

.faq__link:hover,
.notice__link:hover {
    text-decoration: none;
}

.faq__link:hover .notice__text,
.notice__link:hover .notice__text {
    color: #0077c8;
}

@media (max-width: 767px) {
    .faq__link,
    .notice__link {
        padding: 0;
    }
}

.faq__item,
.notice__item {
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
    padding: 10px 30px;
    border-width: 1px;
    border-style: solid;
    border-color: #e5e5e5;
    border-image: initial;
}

.faq__item .fa,
.notice__item .fa {
    color: #d1d1d1;
    flex-grow: 0;
    align-self: auto;
    text-align: center;
}

.faq__item .fa.fa-info-circle,
.notice__item .fa.fa-info-circle {
    flex-shrink: 0;
    flex-basis: 40px;
}

.faq__item .fa.fa-chevron-down,
.notice__item .fa.fa-chevron-down {
    flex-shrink: 0;
    flex-basis: 30px;
}

.faq__item:hover .fa.fa-info-circle,
.notice__item:hover .fa.fa-info-circle {
    color: #0077c8;
}

.faq__item:hover .fa.fa-chevron-down,
.notice__item:hover .fa.fa-chevron-down {
    color: #2e2e2e;
}

.faq__item-inner,
.notice__item-inner {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    -webkit-align-content: stretch;
    align-content: stretch;
}

.faq__item._open .faq__text-full,
.notice__item._open .faq__text-full {
    display: block;
    margin-top: 10px;
    border-top: 1px solid #e5e5e5;
    padding: 10px 30px 10px 80px;
}

@media (max-width: 767px) {
    .faq__item._open .faq__text-full,
    .notice__item._open .faq__text-full {
        padding: 10px 0 0;
    }
}

.faq__item._open .fa.fa-info-circle,
.notice__item._open .fa.fa-info-circle {
    color: #0077c8;
}

.faq__item._open .fa.fa-chevron-down,
.notice__item._open .fa.fa-chevron-down {
    color: #2e2e2e;
}

.faq__item._open .fa.fa-chevron-down:before,
.notice__item._open .fa.fa-chevron-down:before {
    content: "\f077";
}

@media (max-width: 767px) {
    .faq__item,
    .notice__item {
        margin-bottom: 15px;
        padding: 10px;
    }
}

.faq-page,
.notice-page {
    border-bottom: 1px solid #efefef;
    padding-bottom: 20px;
}

.faq-page__date,
.notice-page__date {
    color: #0077c8;
    font-size: 12px;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .faq-page__date,
    .notice-page__date {
        margin-bottom: 10px;
    }
}

.faq-page__text-preview,
.notice-page__text-preview {
    font-size: 18px;
}

.faq-page__text-detail,
.notice-page__text-detail {
    margin-top: 30px;
}

@media (max-width: 767px) {
    .faq-page__text-detail,
    .notice-page__text-detail {
        font-size: 16px;
        margin-top: 15px;
    }
}

.houses-list__wrapper > .row {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    display: flex;
}

.houses-list__item {
    margin-bottom: 30px;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: 50%;
    align-self: auto;
    padding: 0 15px;
}

.houses-list__item-inner {
    cursor: pointer;
    display: block;
    width: 100%;
    padding: 20px;
    border: 1px solid #e5e5e5;
}

.houses-list__item-inner._active,
.houses-list__item-inner:hover {
    text-decoration: none;
    border-color: #0077c8;
}

.houses-list__item-inner._active .houses-list__title,
.houses-list__item-inner:hover .houses-list__title {
    color: #0077c8;
    text-decoration: none;
    border-color: #0077c8;
}

@media (max-width: 767px) {
    .houses-list__item-inner {
        padding: 10px;
    }
}

@media (max-width: 767px) {
    .houses-list__item {
        flex-basis: 100%;
        margin-bottom: 15px;
    }
}

.houses-list__title {
    font-weight: 700;
    color: #2e2e2e;
    display: inline-block;
    border-bottom: 1px solid #ebebeb;
    font-size: 16px;
    margin-bottom: 10px;
}

.houses-list__data-item {
    color: #2e2e2e;
    margin-top: 10px;
}

.houses-list__data-item-title {
    display: inline-block;
}

.houses-list__data-item-value {
    display: inline-block;
    font-weight: 700;
}

@media (max-width: 767px) {
    .houses-list__data-item-title {
        width: 65%;
    }
    .houses-list__data-item {
        margin-top: 5px;
    }
}

.houses-list__link-container {
    text-align: center;
    margin-top: 20px;
}

.houses-map__container {
    width: 100%;
    margin-bottom: 30px;
    height: 375px;
}

@media (max-width: 767px) {
    .houses-map__container {
        height: 225px;
        margin-bottom: 15px;
    }
}

.houses-map__info {
    padding-left: 20px;
    padding-top: 10px;
}

.houses-map__info-title {
    font-size: 14px;
    font-weight: 600;
}

@media (max-width: 767px) {
    .houses-map__info-title {
        font-size: 12px;
    }
}

.houses-map__info-buttons {
    text-align: center;
    margin-top: 10px;
}

@media (max-width: 767px) {
    .houses-map__info {
        padding: 0;
        width: 200px;
    }
}

.house__description {
    margin-bottom: 50px;
}

.house__properties-wrapper {
    padding-bottom: 20px;
    border-bottom: 1px solid #d9d9d9;
}

.house__properties-wrapper > .row {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    display: flex;
}

.house__properties-group {
    margin-bottom: 30px;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: 50%;
    align-self: auto;
    padding: 0 15px;
}

.house__properties-group-caption {
    font-weight: 700;
    color: #000000;
    font-size: 18px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 2px solid #d9d9d9;
}

@media (max-width: 767px) {
    .house__properties-group-caption {
        padding-bottom: 10px;
        margin-bottom: 10px;
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .house__properties-group {
        flex-basis: 100%;
        margin-bottom: 15px;
    }
}

.house__property-item {
    color: #2e2e2e;
    font-size: 14px;
    padding: 10px 0;
    border-bottom: 1px solid #d9d9d9;
    overflow: auto;
}

.house__property-item:last-child {
    border-bottom: 0;
}

.house__property-item-title {
    float: left;
    width: 48%;
}

.house__property-item-value {
    font-weight: 700;
    float: right;
    width: 48%;
}

@media (max-width: 767px) {
    .house__property-item-value {
        width: 52%;
    }
}

@media (max-width: 767px) {
    .house__property-item {
        padding: 5px 0;
        font-size: 12px;
    }
}

.house-tabs__wrapper {
    bottom: 50px;
}

.house-tabs__wrapper .owl__container .owl__dots {
    bottom: 0;
}

@media(max-width: 767px) {
    .house-tabs__wrapper .owl__container .slider__carousel_gallery {
        margin-bottom: 30px;
    }
    .house-tabs__wrapper .owl__container .owl__dots {
        bottom: -20px;
    }
}

.house-tabs__panel {
    border-bottom: 2px solid #d9d9d9;
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .house-tabs__panel {
        border-bottom-width: 1px;
    }
}

.house-tabs__button {
    color: #000000;
    font-size: 22px;
    font-weight: 300;
    display: inline-block;
    padding: 0 20px 20px 10px;
    margin-right: 40px;
    opacity: 0.5;
    position: relative;
}

.house-tabs__button:hover,
.house-tabs__button._active {
    color: #000000;
    text-decoration: none;
    opacity: 1;
    border-bottom: 2px solid #ffffff;
    border-color: #0077c8;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: -2px;
}

.house-tabs__button:hover .fa,
.house-tabs__button._active .fa {
    color: #0077c8;
}

@media (max-width: 767px) {
    .house-tabs__button:hover,
    .house-tabs__button._active {
        padding-bottom: 10px;
        border-bottom-width: 1px;
    }
}

.house-tabs__button:hover {
    border-color: transparent;
}

.house-tabs__button:hover._active {
    border-color: #0077c8;
}

.house-tabs__button .fa {
    margin-right: 10px;
}

@media (max-width: 767px) {
    .house-tabs__button .fa {
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .house-tabs__button {
        padding: 0 10px 10px 10px;
        margin-right: 0px;
        text-align: center;
    }
}

.house-tabs__link {
    color: #000000;
}

.house-tabs__tab {
    padding: 30px 0;
}

@media (max-width: 767px) {
    .house-tabs__tab {
        padding: 15px 0;
    }
}

.documents__wrapper {
    padding: 15px 0 30px;
    border-bottom: 1px solid #d9d9d9;
}

.documents__wrapper-description {
    color: #000000;
    margin: 0 0 30px;
    font-weight: 500;
    border-bottom: 1px solid #efefef;
    padding-bottom: 30px;
}

@media (max-width: 767px) {
    .documents__wrapper {
        padding: 0 0 30px;
    }
}

.documents__group {
    margin-bottom: 40px;
}

.documents__group-caption {
    font-size: 18px;
    color: #000000;
    font-weight: 500;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #d9d9d9;
}

@media (max-width: 767px) {
    .documents__group-caption {
        font-size: 16px;
    }
}

.documents__group:last-of-type {
    margin: 0;
}

@media (max-width: 767px) {
    .documents__group {
        margin-bottom: 25px;
    }
}

.documents__item {
    margin-bottom: 15px;
    padding-left: 30px;
    position: relative;
}

.documents__item-icon {
    position: absolute;
    left: 0;
    top: 1px;
}

.documents__item-title {
    display: block;
}

.documents__item-href {
    color: #0077c8;
    font-size: 16px;
    text-decoration: underline;
    transition: .2s;
}
@media(min-width: 1024px) {
    .documents__item-href:hover {
        text-decoration: none;
    }
}

.documents__item-size {
    display: inline-block;
    margin-right: 17px;
}

.documents__item-date {
    color: #969696;
    display: inline-block;
    font-size: 12px;
}

.text-common ul,
.text-common ol {
    margin: 0 0 15px 20px;
}

.text-common p {
    margin: 0 0 15px 0;
}

.text-common blockquote {
    padding: 0 0 0 20px;
}

.main-block__title {
    padding-bottom: 20px;
    border-bottom: 2px solid #d9d9d9;
    font-weight: 300;
    color: #3f3d3d;
    font-size: 18px;
    margin: 10px 0 25px 0;
}

@media (max-width: 767px) {
    .main-block__title {
        padding-top: 20px;
        padding-bottom: 0;
        border-top: 2px solid #d9d9d9;
        border-bottom: none;
        font-weight: 500;
        margin: 25px 0 20px 0;
    }
}

.main-block__content a {
    color: #0077c8;
}

.main-block__content a:hover {
    text-decoration: underline;
}

.main-block__text {
    font-size: 14px;
    color: #3f3d3d;
    padding-bottom: 25px;
    margin-bottom: 15px;
    position: relative;
}

.main-block__text:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 60px;
    height: 2px;
    background-color: #0077c8;
}

.main-block__section {
    margin-top: 25px;
}

.main-block__row {
    font-size: 14px;
    color: #3f3d3d;
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-content: stretch;
    flex-wrap: nowrap;
    align-items: stretch;
}

.main-block__row .fa {
    color: #e9dddb;
    width: 20px;
    text-align: center;
    margin-left: -28px;
    position: absolute;
    margin-top: 4px;
}

.main-block__label {
    flex: 0 1 35%;
    font-weight: 700;
    min-width: 35%;
    margin-right: 10px;
    word-break: break-word;
}

.main-block__value {
    flex: 1 1 100%;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #0077c8;
    color: #ffffff;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    color: #0077c8;
}

.select2-container--default .select2-results__option--highlighted[aria-selected=true] {
    background-color: #0077c8;
    color: #ffffff;
}

@media (max-width: 767px) {
    .select2-container--default .select2-results__option {
        padding: 8px;
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    .select2-container--default .select2-selection--single .select2-selection__rendered {
        padding: 8px 65px 8px 8px;
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    .select2-container--default .select2-search--dropdown .select2-search__field {
        padding: 8px;
        top: -31px;
        font-size: 12px;
    }
}

.company__caption {
    font-size: 18px;
    margin: 30px 0;
    font-weight: 500;
    border-bottom: 1px solid #efefef;
    padding-bottom: 30px;
}

.company__description {
    padding-bottom: 30px;
    font-size: 14px;
    margin-bottom: 10px;
}
.company__description ul {
    margin-left: 17px;
}

/** ----------------- CUSTOM ----------------------- **/
.header__phone-multiple {
    font-size: 13px;
    line-height: 14px;
    padding-left: 42px;
}

.header__phone-multiple--item {
    display: block;
}

.company__buttons {
    display: inline-block;
}

.company__buttons .button {
    padding-right: 30px;
}

.company__buttons .button:first-child {
    margin-left: 0px;
}

#system_change_password .form__errors-container span {
    display: block;
}

.check_payment {
    width: 210px;
    margin: 0 auto;
}

@media(max-width: 767px) {
    .check_payment {
        margin-bottom: 20px;
    }
}

.check_payment a {
    border: 1px solid #ffffff;
    background-color: #0077c8;
    color: #ffffff;
    font-weight: 600;
    display: inline-block;
    padding: 7px 30px 9px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    cursor: pointer;
    outline: none;
    font-size: 16px;
    text-align: center;
    transition: .2s;
}
@media(min-width: 1024px) {
    .check_payment a:hover {
        background: transparent;
        border: 1px solid #0077c8;
        color: #0077c8;
    }
}


.check_payment input {
    border-color: #ffffff;
    background-color: #0077c8;
    color: #ffffff;
    font-weight: 600;
    display: inline-block;
    padding: 7px 30px 9px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    cursor: pointer;
    outline: none;
    font-size: 16px;
    text-align: center;
}

.house_blocks_link {
    border: 1px solid #ffffff;
    background-color: #0077c8;
    color: #ffffff;
    font-weight: 600;
    display: inline-block;
    padding: 7px 30px 9px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    cursor: pointer;
    outline: none;
    font-size: 16px;
    text-align: center;
    width: 100%;
    margin-bottom: 8px;
}
@media(min-width: 1024px) {
    .house_blocks_link:hover {
        text-decoration: none;
        background: white;
        color: #0077c8;
        border-color: #0077c8;
    }
}


@media(max-width: 1279px) {
    .house_plan {
        width: 100%;
    }
}


.apply_text {
    height: 300px;
    overflow: overlay;
}

#system_apply_license .form__row {
    padding: 0px;
}

.equipment_filter .select2-container--default .select2-search--dropdown .select2-search__field {
    top: -38px;
}

@media(max-width: 767px) {
    .equipment_filter .select2-container--default .select2-search--dropdown .select2-search__field {
        top: -35px;
        padding: 5px;
    }
}

.search-table td {
    padding: 0 10px 5px 0px;
}
.search-page__form {
    margin-bottom: 10px;
}

.load-wraper{
    position: relative;
    height: 100%;
    width: 100%;
    background-color: rgb(211,211,211);
    z-index: 44;
    overflow: hidden;
    border-radius: 5px;
}
.activity{
    position: absolute;
    left: -45%;
    height: 100%;
    width: 45%;
    background-image: linear-gradient(to left, rgba(251,251,251, .05), rgba(251,251,251, .3), rgba(251,251,251, .6), rgba(251,251,251, .3), rgba(251,251,251, .05));
    background-image: -moz-linear-gradient(to left, rgba(251,251,251, .05), rgba(251,251,251, .3), rgba(251,251,251, .6), rgba(251,251,251, .3), rgba(251,251,251, .05));
    background-image: -webkit-linear-gradient(to left, rgba(251,251,251, .05), rgba(251,251,251, .3), rgba(251,251,251, .6), rgba(251,251,251, .3), rgba(251,251,251, .05));
    animation: loading 1s infinite;
    z-index: 45;
}

@keyframes loading {
    0%{
        left: -45%;
    }
    100%{
        left: 100%;
    }
}