_footer-style.scss 2.13 KB
.studio_footer {
  background: #333333;
  color: #979797;
}
.copyright {
  width: 100%;
  height: 68px;
  font-size: 12px;
  display: table-cell;
  vertical-align: middle;
}
.artweb-wr {
  width: 100%;
  float: right;
  height: 68px;
  position: relative;
  a {
    height: 68px;
    line-height: 68px;
    font-size: 12px;
    float: right;
    margin-right: 36px;
    color: inherit;
  }
}
.artweb-img {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -12px;
  cursor: default;
  a {
    color: inherit;
    margin: 0;
    padding: 0;
    width: 24px;
    height: 23px;
    display: block;
    div {
      width: 24px;
      height: 23px;
      position: relative;
      color: inherit;
      &:before {
        @include svgIcon;
        color: inherit;
        font-size: 24px;
        content: '\e911';
        position: absolute;
        top: 0;
        left: 0;
      }
    }
  }
}


.contacts-footer-col {
  width: 50%;
  float: left;
  position: absolute;
  left: 0;
  top: 0;
  height: 336px;
  background: #f2f2f2;
  &.map_{
    right: 0;
    left: auto;
    background: url("../images/bg-map.jpg") 0 50% no-repeat;
  }
}

.contacts-footer-wr {
  height: 336px;
  background: #f2f2f2;
}

.c-f-title {
  text-transform: uppercase;
  font-size: 24px;
  font-family: Georgia;
  line-height: 26px;
  margin-top: 36px;
}
.c-f-adress {
  font-size: 18px;
  line-height: 20px;
  margin-top: 22px;
}

.c-f-phone {
  font-size: 24px;
  line-height: 26px;
  margin-top: 11px;
}

.c-f-email {
  margin-top: 18px;
  font-size: 16px;
  a {
    text-decoration: underline;
    &:hover {
      text-decoration: none;

    }
  }
}


@media (max-width: 767px) {
  .artweb-wr {
    width: 135px;
    margin: 0 auto;
    float: none;
    height: 40px;
    a {

      height: 40px;
      line-height: 40px;
    }
  }
  .artweb-img {
    top: 0;
    margin-top: 0;
    a {
      div {
        &:before {
          line-height: 40px;

        }
      }
    }
  }
  .contacts-footer-col {
    width: 100%;
  }
}