.autocomplete-suggestions{
    text-align: left;
    cursor: default;
    border: 1px solid #ccc;
    border-top: 0;
    background: #fff;
    box-shadow: -1px 1px 3px rgba(0,0,0,.1);
    position: absolute;
    display: none;
    z-index: 9999;
    max-height: 254px;
    overflow: hidden;
    overflow-y: auto;
    box-sizing: border-box;

}
.autocomplete-suggestion {
    position: relative;
    padding: 0 .6em;
    line-height: 23px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1.02em;
    color: #333;
}
.autocomplete-suggestion b {
    font-weight: 400;
    color: #1f8dd6;
}
.boiler {
    width: 100%;
    display: block;
    position: relative;
    padding: 20px 20px 5px;
    border-radius: 6px;
    background-color: #fdfbf2;
    margin-bottom: 30px;
    border: transparent;
    font-family: sans-serif;
    box-sizing: border-box;
}
.boiler .boiler-title {
    display: block;
    font-size: 24px;
    font-family: "Gilroy", sans-serif;
    font-weight: 400;
    color: #033c85;
    margin-bottom: 10px;
}

.boiler-desc {
    font-size: 14px;
    margin: 0 0 15px;
    color: #000;
}
.boiler .boiler-input {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    height: auto;
    padding: 10px 20px;
    border-radius: 6px;
    background-color: #ffffff;
    color: #002d66;
    font-size: 15px;
    line-height: 22px;
    border: none;
    margin: 0 0 15px;
    text-indent: 5px;
    width: 100%;
}
.boiler-result {
    font-size: 16px;
    color: #000;
    font-weight: 700;
    margin: 0 0 15px;
}
.boiler-desc.boiler-under-desc {
    font-size: 14px;
    margin: 0 0 15px;
}
.boiler > :last-child {
    margin-bottom: 0;
}
.widget_services {
    display: block;
    position: relative;
    border-radius: 6px;
    background-color: #fdfbf2;
    padding: 30px;
}
.widget_services .title {
    display: block;
    color: #009ece;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}
.widget_services .link {
    display: flex;
    align-items: center;
    position: relative;
    border-radius: 6px;
    border: 1px solid #009ece;
    padding: 10px 20px 10px 70px;
    color: #009ece;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.1;
    min-height: 46px;
    margin-bottom: 20px;
    transition: 0.2s;
}
.widget_services .link:last-child {
    margin-bottom: 0;
}
.widget_services .link:before {
    content: '';
    display: block;
    position: absolute;
    background: url(../images/ico_service_1.png) 0 0 no-repeat;
    width: 36px;
    height: 44px;
    left: 12px;
    top: 50%;
    margin-top: -22px;
}
.usefull-links .widget-header{
    display: none;
}
.widget_services .link:hover {
    text-decoration: none;
    color: white;
    background: #009ece;
}
.usefull-links #custom_html-2{
    position: initial !important;
}
.usefull-links #custom_html-2_clone{
    display: none !important;
}
