_footer-style.scss 2.56 KB
.footer-menu {

  width: 100%;
  li {
    margin-top: 13px;
    float: left;
    width: 100%;
    a {
      font-size: 11px;
      text-transform: uppercase;
      font-weight: 700;
      color: $main-color;
    }
  }
  &.footer-menu-catalog {
    column-count: 2;
  }
}

.btn-footer-wr {
  margin-top: 61px;
  float: right;
  .btn_ {
    width: 206px;
  }
}


.seti-list {
  margin-top: 59px;
  float: right;
  li {
    float: left;
    margin-left: 20px;
    &:first-child {
      margin-left: 0;
    }
    a {
      display: table-cell;
      width: 48px;
      height: 48px;
      border: 1px solid $turquoise-color;
      border-radius: 100%;
      text-align: center;
      vertical-align: middle;
      background: #fff;
      img {
        max-width: 100%;
        max-height: 100%;
        vertical-align: middle;
        height: 22px;
      }
      &:hover {
        background: $turquoise-color;
      }
    }
  }
}

//.section-box-footer-columns {
//  .col-xs-12 {
//    display: table-cell;
//    vertical-align: middle;
//    height: 150px;
//  }
//}

.section-box-footer-columns {
  padding-top: 42px;
}

.studio-wrapp {
  padding-top: 23px;
  padding-bottom: 23px;
  margin-top: 20px;
}

.studio-wrapp {
  font-size: 12px;
  color: #c6c6c6;
}
.all-rights-txt {
  float: left;
}

.link-studio {
  float: right;


  a {
    float: right;
    position: relative;
    color: inherit;
    padding-right: 36px;
    &:before {
      content: '';
      position: absolute;
      top: 50%;
      right: 0;
      margin-top: -(23 / 2) +px;
      background: url("../images/artweb-logo.png") 50% 50% no-repeat;
      background-size: 24px 23px;
      width: 24px;
      height: 23px;
      display: block;
    }
  }
}

@media (max-width: 767px) {
  .btn-footer-wr {
    margin-top: 0;
    float: none;
    display: inline-block;
  }
  .section-box-footer-columns {
    padding-top: 30px;
    overflow: hidden;
  }

  .seti-list {
    margin-top: 0;
    width: 48px;
    padding-top: 18px;
    li {
      margin-left: 0;
      margin-top: 15px;
      &:first-child {
        margin-top: 0;
      }
    }
  }

  .link-studio {
    margin-top: 11px;
    width: 100%;
    background: #f6f6f6;
    height: 42px;
    text-align: center;
    padding-top: 11px;
    position: relative;
    &:before {
      width: 200%;
      height: 100%;
      position: absolute;
      left: -10px;
      top: 0;
      background: #f6f6f6;
      content: '';
    }
    a {
      float: none;
    }
  }

  .studio-wrapp {
    padding-bottom: 0;
    margin-top: -19px;
    padding-top: 0;
  }
  .all-rights-txt {
    max-width: 190px;
  }




}