@font-face {
    font-family: 'MuseoSansCyrl_agg';
    src: url('/agg/assets/fonts/MuseoSansCyrl300.eot');
    src: url('/agg/assets/fonts/MuseoSansCyrl300.eot') format('embedded-opentype'),
    url('/agg/assets/fonts/MuseoSansCyrl300.woff2') format('woff2'),
    url('/agg/assets/fonts/MuseoSansCyrl300.woff') format('woff'),
    url('/agg/assets/fonts/MuseoSansCyrl300.ttf') format('truetype'),
    url('/agg/assets/fonts/MuseoSansCyrl300.svg#MuseoSansCyrl300') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'MuseoSansCyrl_agg';
    src: url('/agg/assets/fonts/MuseoSansCyrl700.eot');
    src: url('/agg/assets/fonts/MuseoSansCyrl700.eot') format('embedded-opentype'),
    url('/agg/assets/fonts/MuseoSansCyrl700.woff2') format('woff2'),
    url('/agg/assets/fonts/MuseoSansCyrl700.woff') format('woff'),
    url('/agg/assets/fonts/MuseoSansCyrl700.ttf') format('truetype'),
    url('/agg/assets/fonts/MuseoSansCyrl700.svg#MuseoSansCyrl700') format('svg');
    font-weight: 700;
    font-style: normal;
}

.pos-center {
    position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;
    margin: auto;
}

.icon-arrow-select {
    fill: #999999;
    width: 6px;
    height: 6px;
}

.icon-search {
    width: 20px;
    height: 20px;
    fill: #2F99CC;
}

.search {
    width: 100% ;
    position: relative;
}
.search.open .search__field {
    border-radius: 3px 3px 3px 0;
}
.search__field {
    font-family: 'MuseoSansCyrl_agg';
    display: block;
    height: 38px;
    width: calc(100% + 1px);

    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::-webkit-input-placeholder, .search__field::placeholder, .search__field:-moz-placeholder {
    font-weight: 300;
    font-size:14px;
    font-family: 'MuseoSansCyrl_agg';
    color: #444444 !important;
    opacity: 1;
}
.search__field:-ms-input-placeholder {
    font-weight: 300;
    font-size:14px;
    font-family: 'MuseoSansCyrl_agg';
    color: #444444 !important;
}

::-webkit-input-placeholder {
    font-weight: 300;
    font-size:14px;
    font-family: 'MuseoSansCyrl_agg';
    color: #444444 !important;
}

::-moz-placeholder {
    font-weight: 300;
    font-size:14px;
    font-family: 'MuseoSansCyrl_agg';
    color: #444444 !important;
    opacity: 1;
}

::-ms-placeholder {
    font-weight: 300;
    font-size:14px;
    font-family: 'MuseoSansCyrl_agg';
    color: #444444 !important;
    opacity: 1;
}

::placeholder {
    font-weight: 300;
    font-size:14px;
    font-family: 'MuseoSansCyrl_agg';
    color: #444444 !important;
    opacity: 1;
}

.search__btn {
    position: absolute;
    height: 32px;
    bottom: 0; top: 0;
    margin: auto;
    right: 3px;
    width: 59px;
    background: none;
    border: 0px;
}
.search__btn:hover {
    background: #2F99CC;
    border-radius: 3px;
}
.search__btn:hover .svg-icon {
    fill: #ffffff;
}
.search__select {
    font-family: 'MuseoSansCyrl_agg';
    font-size: 14px;
    position: absolute;
    right: 63.5px;
    padding: 0 25px 0 14px;
    line-height: 20px;
    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;
    z-index: 999999;
}
.search__select:hover .search__selected {
    color: #2F99CC;
}
.search__select:hover svg {
    fill: #2F99CC;
}
.search__selected {
    font-size: 14px;
    position: relative;
    top: 2px; /* === add ===*/
    color: #999999;
}
.search__select .svg-icon {
    position: absolute;
    top: 0; bottom: -4px;
    right: 9px;
    margin: auto;
}

.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;
}

.autocomplete2 {
    width:100% !important;
    position: absolute !important;
    right: 257px !important;
    top: 100% !important;
    left: 0 !important;
    background: #FFFFFF !important;
    border: 1px solid #2F99CC !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
    border-radius: 0 0 3px 3px !important;
    margin-top: -1px !important;
    z-index: 999999 !important;
}
.autocomplete2-item {
    cursor: pointer  !important;
    padding-left: 9px  !important;
    height: 38px  !important;
    line-height: 38px  !important;
    font-size: 12px  !important;
    z-index: 9999999  !important;
    color: #999999  !important;
    margin-top:0px;
    margin-bottom:0px;
    padding-top:0px;
    padding-bottom:0px;
}
.autocomplete2-item {
    text-overflow: ellipsis !important;
    overflow: hidden !important;
    white-space: nowrap !important;
}
.autocomplete2-item em {
    font-size: 14px;
    font-style: normal;
    color: #444444;
}
.autocomplete2-item:hover {
    color: #ffffff  !important;
    background: #2F99CC  !important;
    border: 1px solid #2F99CC !important;
}
.autocomplete2-item:hover em {
    color: #ffffff !important;
}
.autocomplete2-empty {
    font-size: 12px !important;
    padding: 8px 10px 8px  9px !important;
    color: #999999 !important;
}

/*
.ui-state-hover {
    background: #2F99CC  !important;
}
*/

.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;
    color: #999999;
    padding-bottom: 0px;
    padding-top: 0px;
    margin-top:0px;
    margin-bottom:0px;
}
.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%;
    }
}

@media all and (max-width: 1100px) {
    .header__right {
        width: 90%;
    }
}

@media all and (max-width: 1024px) {

    .logo {
        display: none;
    }
    .header__right {
        width: 100%;
    }
    .autocomplete {
        right: 0;
    }
    .autocomplete2 {
        right: 0;
    }
    .search {
        width: 66%;
     }

    .search.open .search__field {
        border-radius: 3px 3px 0 0;
    }
}

@media all and (max-width: 900px) {
    .search {
        width: 64%;
    }
}

@media all and (max-width: 850px) {
    .search {
        width: 63%;
    }

    .content {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media all and (max-width: 767px) {
    .search {
        width: calc(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;
        z-index: 999999;
    }

    .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;
    }
}

.banner_iframe {
    text-align:center;
    width: 100%;
}

.banner_iframe .adv {
    font-family: MuseoSansCyrl_agg;
    font-size: 10px;
    color: #999999;
    margin-top: 3px;
    text-align: right;
}