body>.bottom {
  background-color: #333;
  color: #fff;
  font-size: 20px;
  padding: 0
}

body>.bottom a {
  color: inherit
}

body>.bottom .view-web {
  padding: 20px 150px;
}

body>.bottom .view-mobile {
  display: none
}

body>.bottom .view-tablet {
  display: none;
}

body>.bottom .col {
  line-height: 2em;
  text-align: left;
  width: 200px;
  margin: 0 10px;
  display: inline-block;
  vertical-align: top;
  float: left;
}

body>.bottom .col .block {
  display: flex;
  flex-direction: row;
}

body>.bottom .support {
  width: 265px;
}

body>.bottom .col>.title {
  font-weight: 700;
  opacity: 0.8;
}

body>.bottom .col>.line {
  opacity: .8
}

body>.bottom .col>.newsletter {
  margin-top: 10px
}

body>.bottom .col>.newsletter input[type=email] {
  width: 210px;
  padding: 12px;
  border-radius: 26px 0 0 26px;
  border-width: 0;
  height: auto;
  background-color: #fff;
  display: inline-block;
  font-size: inherit
}

body>.bottom .col>.newsletter button[type=submit] {
  padding: 12px 15px;
  border-radius: 0 26px 26px 0;
  border-width: 0;
  background-color: #ffd300;
  font-weight: 700;
  height: auto;
  line-height: normal;
  font-size: inherit;
  margin-left: -4px
}

body>.bottom .bottomEnd {
  width: 100%;
  display: inline-block;
}

body>.bottom .bottomEnd>.socials {
  float: left;
}

body>.bottom .bottomEnd>.socials>.social {
  width: 35px;
  text-align: center;
  color: #000;
  background-color: #fff;
  border-radius: 50%;
  margin: 0 15px;
  display: inline-block;
  vertical-align: top;
  float: left;
}

body>.bottom .brand {
  text-align: right;
  color: #989998;
}

body>.bottom .bottomEnd>.brand>.copyright {
  font-size: 13px;
    line-height: 35px;
    float: right;
    width: 64%;
    padding-right: 10px;
}

@media (max-width:1024px) {
  body>.bottom .view-tablet {
    display: block;
    padding: 20px;
  }
  body>.bottom .view-mobile {
      display: none;
  }
  body>.bottom .view-web {
      display: none;
  }
}

@media (max-width:800px) {
  body>.bottom .view-web {
      display: none
  }
  body>.bottom .view-mobile {
      display: block;
      padding-top: 25px
  }
  body>.bottom .view-tablet {
      display: none;
  }
  body>.bottom .site-map {
      margin: 20px auto
  }
  body>.bottom .site-map .col-1,
  body>.bottom .site-map .col-2 {
      width: 8em;
      vertical-align: top;
      display: inline-block
  }
  body>.bottom .site-map .col {
      width: auto;
      display: block;
      font-size: 16px
  }
  body>.bottom .bottomEnd>.brand>.copyright {
    line-height: 23px;
  }
  body>.bottom .bottomEnd>.socials {
    float: left;
    text-align: center;
    width: 100%;
    padding-top: 10px;
  }
}