.icon {
  position: relative; }
  .icon [class^="icon_"] {
    background: url("/images/main/icons1.png") 100px 100px no-repeat; }
  .icon .icon_phone-red {
    display: none; }
  @media (min-width: 250px) {
    .icon .icon_phone-red {
      position: absolute;
      display: block;
      top: 50%;
      left: 0;
      margin-top: -11px;
      width: 23px;
      height: 23px;
      background-position: 0 -332px; }
      .icon .icon_phone-red + a {
        padding-left: 40px; } }

.modal-header .close {
  top: -49px;
  right: -47px; }

.modal-backdrop {
  position: fixed;
  bottom: 0;
  z-index: 1039; }

/*# sourceMappingURL=page.css.map */
