#b-footer {
  background: #23222F;
  padding: 40px 0 0;
  position: relative;
  color: #fff;
}

#b-footer-cr {
  padding: 25px 0 25px;
  text-align: center;
  font-size: 16px;
  opacity: 0.2;
}

#b-footer-cr a {
  font-family: 'Open Sans';
  font-size: 14px;
  color: #fff;
  text-decoration: none;
}

#b-footer-menu {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-start;
  padding: 25px 0 25px;
  margin: 0 auto;
  font-size: 16px;
  text-align: center;
  max-width: 1500px;
}

#b-footer-menu .b-rowfooter {
  padding: 11px 1%;
  padding-top: 2px;
  min-width: 140px;
  max-width: 300px;
  width: 18%;
  font-weight: 300;
  display: inline-block;
  vertical-align: top;
  text-align: left;
}

#b-footer-menu .b-rowfooter div {
  margin: 12px 0;
}

#b-footer-menu .b-rowfooter strong {
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.9);
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 8px;
  display: inline-block;
}

#b-footer-menu .b-rowfooter a {
  text-decoration: none;
  color: rgba(255, 255, 255, .6);
  font-family: 'Open Sans';
  font-size: 15px;
  line-height: 120%;
  font-weight: 400;
  transition: all .2s ease-in-out;
}

#b-footer-menu .b-rowfooter a:hover {
  color: #0062d3;
}

#b-footer-menu .b-rowfooter.b-footer-logo {
  padding-top: 0;
  width: 16%;
}

#b-footer-menu .b-rowfooter.b-footer-copy {
  padding-top: 12px;
  font-family: 'Open Sans';
  font-size: 15px;
  width: 16%;
  background: rgba(255, 255, 255, .08);
  border-radius: 10px;
  padding: 18px 20px;
  margin-top: 14px;
}

#b-footer-menu .b-rowfooter.b-footer-copy div {
  margin-bottom: 0;
}

.b-footer-logo img {
  width: 160px;
}

.b-footer-logo div {
  padding-left: 60px;
}

#b-footer-menu .b-footer-copy strong {
  display: inline-block;
  padding: 3px 10px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  font-size: 15px;
}


#b-footer-soc {
  text-align: center;
  padding: 25px 0 25px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin: 0 auto;
  text-align: center;
  max-width: 740px;
}

#b-footer-soc a {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  padding: 15px 4%;
  /* background: rgba(9, 107, 205, 0.7); */
  border-radius: 5px;
  transition: all .2s ease-in;
  opacity: 0.8;
}

#b-footer-soc a:hover {
  opacity: 1;
  transition: all .2s ease-in;
  transform: scale(1.2);
}

#b-footer-soc a img {
  height: 30px;
}

#b-footer-soc a span {
  display: block;
  color: rgba(250, 250, 250, 1);
  font-size: 12px;
  font-weight: 400;
  font-family: "Open Sans";
  margin-top: 6px;
}

#b-footer-soc a.vk {
  /* background: #4d7198 */
}

#b-footer-soc a.f {
  /* background: #3b5998 */
}

#b-footer-soc a.tg {
  /* background: #0088cc */
}

#b-footer-soc a.ya {
  /* background: rgba(200, 50, 50, 1); */
}

#b-footer-soc a.in {
  /* background: rgba(220, 40, 70, 1); */
  /* background: linear-gradient(225deg, rgb(220, 12, 16), rgb(162, 37, 167)); */
}

#b-footer-soc a.yo {
  /* background: rgba(250, 20, 20, 1); */
}

#b-footer-cr span {
  line-height: 500px;
}


@media screen and (max-width: 999px) {
  #b-footer-menu .b-rowfooter {
    width: 23%;
  }

  #b-footer-menu .b-rowfooter.b-footer-copy {
    display: none;
  }
}

@media screen and (max-width: 800px) {
  #b-footer {
    padding: 30px 0;
  }

  #b-footer-menu {
    display: block;
  }

  #b-footer-menu .b-rowfooter {
    width: 31%;
    padding: 20px 1%;
    font-size: 15px;
  }

  #b-footer-menu .b-rowfooter.b-footer-logo {
    display: block;
    text-align: center;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  #b-footer-soc {
    padding: 10px 0;
  }

  #b-footer-cr {
    padding: 16px 0;
  }
}

@media screen and (max-width: 480px) {
  .b-footer-logo img {
    width: 180px;
  }

  #b-footer-menu {
    display: block;
    width: auto;
  }

  #b-footer-menu .b-rowfooter {
    display: block;
    width: 200px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 10px;
  }

  #b-footer-soc a {
    padding: 10px 4%;
  }

  #b-footer-cr {
    padding-top: 30px;
  }
}