/* popup/popup.ie.css */

.popup-mat {
    filter:Alpha(opacity=75);
}
.popup_shadow .popup__ie-shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    left: -10px;
    top: -11px;
    z-index: 1;
    filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='13', MakeShadow='true', ShadowOpacity='.2');
}
*:first-child+html .popup_center .popup__content {
    display: inline;
    zoom:1;
}

/* city/city.ie.css */

*:first-child+html .city__list {
    margin-right: -100px;
}
*:first-child+html .city__content{
    display: inline;
    zoom:1;
}

/* main-header/main-header.ie.css */

*:first-child+html .main-header__link {
    line-height: 32px;
    height: 31px;
}
*:first-child+html .main-header {
    zoom:1;
    display: inline;
}

