.comeback-wrap {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  height: 0;
  overflow: hidden;
  background: -webkit-gradient(linear, right top, left top, color-stop(13.13%, #2456D7), color-stop(85.33%, #4114C2));
  background: linear-gradient(270deg, #2456D7 13.13%, #4114C2 85.33%);
  -webkit-transition: height 0.1s;
  transition: height 0.1s;
  z-index: 70; }
  .comeback-wrap--active {
    height: 50px; }
  .comeback-wrap__container {
    width: 1220px;
    margin: 0 auto;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .comeback-wrap__photo-wrap {
    height: 50px;
    overflow: hidden;
    margin-right: 20px; }
  .comeback-wrap__photo {
    width: 64px;
    height: 64px;
    overflow: hidden;
    border-radius: 50%;
    border: 2px #fff solid;
    margin-top: -7px; }
    .comeback-wrap__photo img {
      max-width: 100%; }
  .comeback-wrap__text {
    font-size: 16px;
    color: #fff;
    margin-right: 40px; }
  .comeback-wrap__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .comeback-wrap__link:hover {
      text-decoration: none; }
  .comeback-wrap__close {
    margin-left: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .comeback-wrap__close__button {
      background: none;
      border: 0;
      outline: none;
      margin-left: 15px; }
  .comeback-wrap__btn {
    color: #333333;
    font-size: 16px;
    padding: 3px 30px 4px; }
  .comeback-wrap__forever {
    color: #f5f3f3;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    margin-left: 25px;
    font-size: 11px;
    line-height: 1.1;
    border-bottom: 1px #e4e1e1 dotted;
    cursor: pointer; }
    .comeback-wrap__forever:hover {
      border-color: transparent;
      text-decoration: none; }

#header-wrap {
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s; }
  .comeback-active #header-wrap {
    -webkit-transform: translateY(50px);
    transform: translateY(50px); }

#container-wrap {
  -webkit-transition: padding 0.2s;
  transition: padding 0.2s; }
  .comeback-active #container-wrap {
    padding-top: 50px; }

.top-ads-banner-wrap {
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s; }
  .comeback-active .top-ads-banner-wrap {
    -webkit-transform: translateY(50px);
    transform: translateY(50px); }

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