/*pager*/
.pager {
    background: rgba(47, 153, 204, 0.15);
    padding: 7px 0 6px;
}
.pager .content > * {
    display: inline;
    margin-right: 2px;
    vertical-align: middle;
}
.icon-arrow-pager {
    position: relative;
    left: -2px;
    width: 20px;
    height: 20px;
    stroke: #999999;
}
.pager__link,
.pager__active {
    text-decoration: none;
    font-size: 14px;
    line-height: 20px;
    color: #999999;
}
.pager__link {
    text-decoration: underline;
    color: #2F99CC;
}
.pager__link:hover {
    text-decoration: none;
}
.pager__link:active {
    color: #2A6496;
    text-decoration: none;
}
.pager .pager__colon {
    margin-right: -2px;
    margin-left: 0;
    display: inline-block;
    font-size: 0;
}
/*end pager*/


.search {
    width: 69.10%;
    position: relative;
}
.search.open .search__field {
    border-radius: 3px 3px 3px 0;
}
.search__field {
    display: block;
    height: 38px;
    width: 100%;
    padding-right: 265px;
    overflow: hidden;
    text-overflow: ellipsis;
    background: #FFFFFF;
    border: 1px solid #2F99CC;
    box-sizing: border-box;
    border-radius: 3px;
    padding-left: 9px;
    font-weight: 300;
    font-size: 14px;
    color: #444444;
}
.search__field::placeholder {
    color: #444444;
    opacity: 1;
}
.search__field:-ms-input-placeholder {
    color: #444444;
}
.search__btn {
    position: absolute;
    height: 32px;
    bottom: 0; top: 0;
    margin: auto;
    right: 3px;
    width: 59px;
    background: none;
}
.search__btn:hover {
    background: #2F99CC;
    border-radius: 3px;
}
.search__btn:hover .svg-icon {
    fill: #ffffff;
}
.search__select {
    position: absolute;
    right: 64px;
    padding: 0 25px 0 14px;
    line-height: 22px;
    min-width: 193px;
    box-sizing: border-box;
    height: 22px;
    top: 0;
    bottom: 0;
    margin: auto;
    border-right: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    cursor: pointer;
}
.search__select:hover .search__selected {
    color: #2F99CC;
}
.search__select:hover svg {
    fill: #2F99CC;
}
.search__selected {
    font-size: 14px;
    position: relative;
    top: 2px;
    color: #999999;
}
.search__select .svg-icon {
    position: absolute;
    top: 0; bottom: -4px;
    right: 9px;
    margin: auto;
}

.search__select-list {
    display: none;
    position: absolute;
    top: 100%;
    left: -1px;
    right: -1px;
    margin-top: 8px;
    box-sizing: border-box;
    background: #FFFFFF;
    border: 1px solid #2F99CC;
    border-top: none;
    border-radius: 0 0 3px 3px;
}
.search__select-list.open {
    display: block;
}
.search__select-item {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 8px;
    height: 38px;
    line-height: 38px;
    padding-left: 9px;
    font-size: 14px;
}
.search__selected .svg-icon,
.search__select-item .svg-icon {
    display: none;
}
.search__select-item:hover {
    background: #2F99CC;
    color: #FFFFFF;
}


@media all and (max-width: 1200px) {
    .search {
        width: 68.1%;
    }
}

.search {
    width: calc(65% + 1px);
}

.search.open .search__field {
    border-radius: 3px 3px 0 0;
}

@media all and (max-width: 1024px) {
    .autocomplete {
        right: 0;
    }
}

@media all and (max-width: 900px) {
    .search {
       /* width: 64%; */
       width: 80%;
    }
}

@media all and (max-width: 850px) {
    .search {
       /* width: 63%; */
        width: 80%;
    }
}

@media all and (max-width: 767px) {
    .search {
        width: calc(83% - 0px);
      /*    width: 100%; */
    }
}

@media all and (max-width: 550px) {
    .search__select .icon-arrow-select {
        display: none;
    }
    .search__field {
        padding-right: 120px;
    }
    .search__select {
        min-width: inherit;
        width: 0;
        height: 0;
        padding: 0;
        border-left: none;
        border-right: none;
    }
    .search__selected {
        position: absolute;
        right: 64px;
        width: 52px;
        line-height: 22px;
        box-sizing: border-box;
        height: 22px;
        top: 0;
        bottom: 0;
        margin: auto;
        border-right: 1px solid #CCCCCC;
        border-left: 1px solid #CCCCCC;
        cursor: pointer;
    }
    .search__selected .icon-search-type-1 {
        width: 23px;
        height: 22px;
    }
    .search__selected .icon-search-type-2 {
        width: 24px;
        height: 24px;
    }
    .search__selected .svg-icon {
        position: absolute;
        top: 0; bottom: 0; left: 0; right: 0;
        margin: auto;
        display: block;
        fill: rgba(153, 153, 153, 0.6);
        stroke: rgba(153, 153, 153, 0.6);
    }
    .search__select:hover svg {
        fill: rgba(153, 153, 153, 0.6);
        stroke: rgba(153, 153, 153, 0.6);
    }
    .search__selected:hover .svg-icon {
        fill: #2F99CC;
        stroke: #2F99CC;
    }
    .search__select-list {
        left: 0; right: 0;
        margin-top: -1px;
        border-top: 1px solid #2F99CC;
    }
    .search__selected span {
        display: none;
    }
    .search__select {
        position: static;
    }

    .pager__link, .pager__active {
        font-size: 12px;
        line-height: 16px;
    }
    .pager {
        padding-bottom: 9px;
    }
}

/*search-result*/
.search-result {
    margin-top: 34px;
}

.autocomplete {
    display: none;
    position: absolute;
    right: 257px;
    top: 100%;
    left: 0;
    background: #FFFFFF;
    border: 1px solid #2F99CC;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 0 0 3px 3px;
    margin-top: -1px;
    z-index: 4;
}
.autocomplete-item {
    cursor: pointer;
    padding-left: 9px;
    height: 38px;
    line-height: 38px;
    font-size: 12px;
    color: #999999;
}
.autocomplete-item {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.autocomplete-item em {
    font-size: 14px;
    color: #444444;
}
.autocomplete-item:hover {
    color: #ffffff;
    background: #2F99CC;
}
.autocomplete-item:hover em {
    color: #ffffff;
}
.autocomplete-empty {
    font-size: 12px;
    padding: 8px 10px 8px  9px;
    color: #999999;
}
.autocomplete-block .autocomplete {
    left: 0;
    right: 0;
}
.autocomplete-block.open .form__field {
    border-radius: 3px 3px 0 0;
}

.banner_iframe {
    text-align:center;
    width: 100%;
}

.banner_iframe .adv {
    font-family: MuseoSansCyrl;
    font-size: 10px;
    color: #999999;
    margin-top: 3px;
    text-align: right;
}

