.off-building-brief {
    max-width: 768px;
    width: 100%;
    min-width: 270px;
    margin: 20px 0;
}

.off-building-brief * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    outline: none;
    font-family: Arial-MT, Arial;
    font-weight: normal;
    font-style: normal;
    -webkit-text-size-adjust: 100%;
}

.off-building-brief__heading {
    font-size: 13px;
    font-weight: bold;
    color: #0070cc;
    border-bottom: 1px solid #C3DCF1;
    margin: 0 0 16px;
    text-decoration: none;
    display: inline-block;
    transition: opacity .2s, border .2s, color .2s, background-color .2s;
}

.off-building-brief__heading:hover {
    color: #188cf0;
    border-bottom: 1px solid #0D71C8;
}

.off-building-brief__inner { background-color: #f9f8f4 }

.off-building-brief__inner_resume { display: none }

.off-building-brief__search-wrapper {
    padding: 24px 16px 16px;
    min-height: 103px;
}

.off-building-brief__error {
    display: none;
    font-size: 13px;
    text-align: center;
    margin: 14px 0 0;
    color: #ff6074;
}

.off-building-brief__button {
    width: 100%;
    height: 43px;
    line-height: 43px;
    text-decoration: none;
    background-color: #f5f4ef;
    border: none;
    display: block;
    cursor: pointer;
    font-size: 14px;
    text-align: center;
    color: #0070cc;
    position: relative;
}

.off-building-brief__button__text {
    color: #0070cc;
    border-bottom: 1px solid #C3DCF1;
    transition: opacity .2s, border .2s, color .2s, background-color .2s;
}

.off-building-brief__button__text:hover {
    color: #188cf0;
    border-bottom: 1px solid #0D71C8;
}

.off-building-brief__button_disabled { color: silver!important }

.off-building-brief__animate {
    display: none;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
    height: 4px;
    background: url(../../img/ajax-bar.gif);
}

.off-building-brief__input {
    width: 100%;
    height: 34px;
    line-height: 32px;
    padding: 0 30px 0 10px;
    background-color: #ffffff;
    border: solid 1px #c2d5e5;
    font-size: 13px;
    box-shadow: none;
    border-radius: 0;
}

.off-building-brief__blackouts {
    list-style: none;
    list-style-position: outside;
    margin: 16px 0 0;
}

.off-building-brief__blackouts__item {
    margin: 16px auto 0;
    max-width: 230px;
}

.off-building-brief__blackouts__item:first-child { margin: 0 auto }

.off-building-brief__blackouts___description {
    font-size: 13px;
    line-height: 1.38;
    color: #4a4a4a;
    margin: 0 0 0 16px;
    display: inline-block;
    vertical-align: middle;
}

.off-building-brief__blackouts__icon {
    width: 40px;
    height: 40px;
    background: url(../../img/off-ok.svg);
    display: inline-block;
    vertical-align: middle;
}

.off-building-brief__blackouts__icon_cold_water { background: url(../../img/off-cw.svg) }
.off-building-brief__blackouts__icon_hot_water { background: url(../../img/off-hw.svg) }
.off-building-brief__blackouts__icon_electricity { background: url(../../img/off-ep.svg) }
.off-building-brief__blackouts__icon_heat { background: url(../../img/off-cc.svg) }

.off-building-brief__resume-wrapper { padding: 16px }

.off-building-brief__resource-info {
    display: none;
    font-size: 13px;
    text-align: center;
    margin: 0 0 14px;
    color: #566577;
    font-weight: bold;
}

.off-building-brief__address {
    position: relative;
    font-size: 13px;
    font-weight: bold;
    display: inline-block;
    width: 100%;
    padding: 0 90px 0 0;
    overflow: hidden;
    text-decoration: none!important;
}

.off-building-brief__address__text {
    transition: opacity .2s, border .2s, color .2s, background-color .2s;
    color: #0070cc;
    font-weight: bold;
    display: inline-block;
    border-bottom: 1px solid #C3DCF1;
}

.off-building-brief__address__text:hover {
    color: #188cf0;
    border-bottom: 1px solid #0D71C8;
}

.off-building-brief__switch {
    font-size: 12px;
    position: absolute;
    right: 0;
    top: 0;
    color: #0070cc;
    border-bottom: 1px solid #C3DCF1;
    text-decoration: none;
    transition: opacity .2s, border .2s, color .2s, background-color .2s;
}

.off-building-brief__switch:hover {
    color: #188cf0;
    border-bottom: 1px solid #0D71C8;
}

.off-building-brief__resume__head {
    clear: both;
    position: relative;
}

.off-building-brief__autocomplete {
    background: #fff;
    border: 1px solid #c2d5e5;
    box-sizing: border-box;
    box-shadow: none;
    padding: 5px;
    border-radius: 0;
    border-top: 0;
    overflow: hidden;
    width: 100%;
    font-family: Arial;
}

.off-building-brief__autocomplete .autocomplete-suggestion {
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    cursor: pointer;
    color: #333;
}

.off-building-brief__autocomplete .autocomplete-selected,
.off-building-brief__autocomplete .autocomplete-suggestion:hover { background: #ededed }

.off-building-brief__input-wrapper { position: relative }

.off-building-brief__input-clear {
    display: none;
    cursor: pointer;
    font-size: 21px;
    color: gray;
    position: absolute;
    right: 10px;
    top: 6px;
    line-height: 21px;
}

.off-app-brief * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.off-app-brief:before {
    content: '';
    width: 240px;
    height: 138px;
    position: absolute;
    bottom: 39px;
    left: 14px;
    right: 14px;
    margin: auto;
    background-image: url(../../img/meter.svg);
}

.off-app-brief {
    border: 1px solid #dbe6eb;
    position: relative;
    height: 185px;
    padding: 16px 40px 0;
    text-align: center;
}

.off-app-brief__link {
    font-size: 14px;
    color: #0070cc;
    border-bottom: 1px solid #C3DCF1;
    line-height: 18px;
    text-decoration: none;
    font-family: 'Open Sans','Helvetica','Arial',sans-serif;
    position: relative;
    z-index: 1;
    transition: opacity .2s, border .2s, color .2s, background-color .2s;
}

.off-app-brief__google-play__link {
    position: absolute;
    margin: auto;
    bottom: 5px;
    right: 0;
    left: 0;
    width: 98px;
    height: 28px;
    display: block;
}

.off-app-brief__link:hover {
    color: #188cf0;
    border-bottom: 1px solid #0D71C8;
}

.off-app-brief__google-play {
    background-image: url(../../img/offo/badge_googleplay.svg);
    width: inherit;
    height: inherit;
    background-size: cover;
}
