.l-a-fly {
  font-family: Tahoma, Arial, sans-serif;
  display: none;
  text-align: center; }
  .l-a-fly .l-a-fly__logo {
    background: #c0e9ff url(http://vykza.ru/img/header-bg.png) left top no-repeat;
    padding: 15px 0;
    height: 102px; }
    .l-a-fly .l-a-fly__logo img {
      width: 266px;
      max-width: 266px; }
  .l-a-fly .l-a-fly__item {
    padding-top: 10px;
    background: #edebed;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 102px; }
    .l-a-fly .l-a-fly__item .l-a-fly__text {
      margin: 0;
      font-size: 13px; }
      .l-a-fly .l-a-fly__item .l-a-fly__text a {
        color: #1660BF;
        text-decoration: none;
        border-bottom: 1px dashed #1660BF; }
        .l-a-fly .l-a-fly__item .l-a-fly__text a:hover {
          border-bottom: none; }
  .l-a-fly.-opened {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999; }
  .l-a-fly.-fly-modern .l-a-fly__logo {
    display: none; }
  .l-a-fly.-fly-modern .l-a-fly__item {
    padding-top: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.65); }
    .l-a-fly.-fly-modern .l-a-fly__item .l-a-fly__text {
      color: #e0e0e0;
      background-color: black;
      padding: 15px;
      line-height: 1; }
      .l-a-fly.-fly-modern .l-a-fly__item .l-a-fly__text a {
        color: #e0e0e0;
        border-color: #e0e0e0; }
    .l-a-fly.-fly-modern .l-a-fly__item .l-a-fly__a {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translateX(-50%) translateY(-50%); }
      .l-a-fly.-fly-modern .l-a-fly__item .l-a-fly__a .l-a-fly__a-close {
        display: block;
        width: 24px;
        height: 24px;
        background: url(../images/close.png) no-repeat 0 0;
        background-size: cover;
        float: right;
        margin: 0 0 5px;
        cursor: pointer; }

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