#popup_counter {
  background: #ef4123;
  height: 62px;
  display: none;
  border-bottom: 2px solid #fff; }
  @media screen and (max-width: 950px) {
    #popup_counter {
      height: 190px; } }
  #popup_counter .data_for_js {
    display: none; }
  #popup_counter .left, #popup_counter .center, #popup_counter .right {
    float: left;
    width: 33.333%; }
    @media screen and (max-width: 950px) {
      #popup_counter .left, #popup_counter .center, #popup_counter .right {
        width: 100%; } }
  #popup_counter .left p {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 18px;
    border-right: 1px solid #fff; }
    @media screen and (max-width: 950px) {
      #popup_counter .left p {
        border-right: 0px; } }
    #popup_counter .left p span {
      font-size: 0.8em; }
  #popup_counter .center p {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 18px;
    font-size:13px;
    border-right: 1px solid #fff;
    color: #fff; }
    @media screen and (max-width: 950px) {
      #popup_counter .center p {
        border-right: 0px; } }
  #popup_counter .right {
    overflow: hidden;
    position: relative; }
    #popup_counter .right .wrapper {
      overflow: hidden;
      width: 100%;
      margin: 0px auto; }
      #popup_counter .right .wrapper .bt, #popup_counter .right .wrapper .counter {
        float: left;
        width: 50%; }
      #popup_counter .right .wrapper .bt {
        margin: 14px 0;
         width: 47%;
        text-align: center; }
        #popup_counter .right .wrapper .bt a {
          display: inline-block;
          line-height: 37px;
          background: #fff;
          border-radius: 3px;
          color: #000;
          text-decoration: none;
          text-transform: uppercase;
          padding: 0 10px;
          font-weight: bold;
          background-color: #ffffff;
          color: #ef4123;
          font-size: 14px; }
          #popup_counter .right .wrapper .bt a:hover {
            background-color: #ef4123;
            color: #ffffff; }
      #popup_counter .right .wrapper .counter {
        margin: 14px 0;
        font-size: 22px;
        line-height: 24px;
        font-weight: bold;
        position: relative;
        padding-bottom: 10px; }
        #popup_counter .right .wrapper .counter .time {
          width: 130px;
          margin: 0px auto; }
        #popup_counter .right .wrapper .counter .desc {
          position: absolute;
          bottom: 0px;
          font-size: 8px;
          color: #fff;
          line-height: 8px;
          word-spacing: 13px;
          left: 0px;
          right: 0px;
          width: 127px;
          padding-left: 3px;
          margin: 0px auto; }
    #popup_counter .right .close {
      position: absolute;
      top: 14px;
      right: 14px;
      height: 12px;
      width: 12px;
      background: url("../images/close_icon.png") no-repeat;
      background-size: 12px 12px;
      cursor: pointer; 
    }
     @media screen and (max-width: 1058px) {
        #popup_counter .right .close {
          top: 5px;
          right: 5px; } }
      @media screen and (max-width: 950px) {
        #popup_counter .right .close {
          top: 14px;
          right: 14px; } }

    }

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