#block-headermenu {
    position: inherit;
}
.languages li.is-active {
    display: block;
}

.infoblock__description {
    padding-top: 10px;
    margin-bottom: 45px;
}

.infoblock__description li {
    display: block;
    padding-left: 24px;
    background: url(../img/infoblock__li_image.png) left top 7px no-repeat;
    margin-bottom: 12px;
}

.view-display-id-block_1 .pager__item {
    display: flex;
    justify-content: center;
}
.water-info__text p,
.leaders__description ul li {
    font-size: 24px;
    line-height: 1.3;
}

.water-info__text li {
    display: block;
    font-weight: 300;
    color: #706f6f;
    padding-left: 55px;
    margin-bottom: 40px;
    background: url(../img/li-check.png) left top 3px no-repeat;
    font-size: 24px;
    line-height: 1.3;
}

.project-main-cats .places-tabs {
    overflow-x: unset;
}

.suggesstion-box {
    background: #fff;
    box-sizing: border-box;
    margin: 0 0 0 35px;
}
.suggesstion-box > div {
    padding: 0px 20px 0px 20px;
}
.suggesstion-box > div > div {
    margin-bottom: 10px;
    margin-top: 10px;
    float: left;
    width: 100%;
}
.suggesstion-box > div a {
    font-size: 20px;
    display: block;
    color: #706f6f;
}
.search-form__input.loaded {
    background: #fff url("../img/preload.gif") no-repeat center;
}
.er-item__block p strong {
    color: #4d4d4d;
}

.nav-pagination a.active {
    border: 0;
    color: #fff;
    background: rgb(82,178,208);
    background: -moz-linear-gradient(left, rgba(82,178,208,1) 0%, rgba(27,137,168,1) 100%);
    background: -webkit-linear-gradient(left, rgba(82,178,208,1) 0%,rgba(27,137,168,1) 100%);
    background: linear-gradient(to right, rgba(82,178,208,1) 0%,rgba(27,137,168,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#52b2d0', endColorstr='#1b89a8',GradientType=1 );
}

input[type="submit"].form__submit {
    width: 176px;
    height: 56px;
    font-weight: 700;
    color: #000000;
    background: #fff;
    border-radius: 999px;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
    margin-left: auto;
    cursor: pointer;
    transition: all 0.3s;
}

.search-popup {
    display: none;
}
.search-popup__inner {
    padding: 25px 0;
}