#myFooter {
  color: #fff;
  padding-top: 30px;
  font-size: 16px;
  box-shadow: none;
  margin-top: calc(40px + 1vw);
}

#myFooter small {
  font-size: 14px;
}

#myFooter li {
  margin: 7px 0;
}

#myFooter ul {
  font-size: 18px;
  list-style-type: none;
  line-height: 1.4;
}

#myFooter h2, .h2 {
  font-size: 24px;
}

#myFooter h3, .h3 {
  font-size: 22px;
}

#myFooter h3 {
  font-size: 20px;
  color: #00a31a;
  font-weight: bold;
}

#myFooter a {
  color: #e0e0e0;
  text-decoration: none;
  transition: all .3s;
}

#myFooter .phone-number a {
  font-size: 22px;
  color: #ffffff;
}

#myFooter .phone-number a:hover {
  color: #c3c3c3;
}

#myFooter a:hover, #myFooter a:focus {
  text-decoration: none;
  color: #00a31a;
  transition: all .3s;
}

#myFooter .social-networks a {
  font-size: 30px;
  color: #ffffff;
  margin: 6px 8px;
  transition: 0.2s;
}

#myFooter .social-networks a:hover {
  text-decoration: none;
  color: #c3c3c3;
  transition: 0.2s;
}

#myFooter .social-networks .facebook:hover {
  color: #0077e2;
}

#myFooter .social-networks .youtube:hover {
  color: #ff0000;
}

#myFooter .social-networks .instagram:hover {
  color: #ff00e6;
}

#myFooter .social-networks .x {
  opacity: 1;
  transition: 0.2s;
}

#myFooter .social-networks .x:hover {
  opacity: .7;
  transition: 0.2s;
}

#myFooter .btn.btn-primary {
  font-size: 20px;
  font-weight: 700;
  border-radius: 4px;
}

#myFooter .btn {
  color: #fff !important;
  background-color: #007800;
}

#myFooter .btn:hover {
  color: #fff;
  background-color: #006510;
  transition: all .3s;
}

#myFooter .ratings {
  padding: 0;
}

#myFooter .ratings a {
  font-size: 18px;
  padding: 0;
}

#myFooter .footer-copyright p {
  font-size: 14px;
  margin-bottom: 0;
  color: #747474;
}

#myFooter .footer-copyright {
  background-color: rgb(15,15,15);
  padding-top: 10px;
  margin-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}

/* Back to top button */

#btop-but:before {
  position: absolute;
  content: "";
  background: #fff;
  width: 37px;
  height: 38px;
  top: 2px;
  left: 1px;
  border-radius: 4px;
  z-index: -1;
  box-shadow: 0 0 5px 2px #000;
}

#btop-but {
  position: fixed;
  bottom: -4px;
  right: 7px;
  font-size: 40px;
  line-height: 38px;
  height: 54px;
  z-index: 9999;
  transition: all .3s;
  text-shadow: none;
  opacity: .7;
}

@media (hover: hover) and (pointer: fine) {
  #btop-but:hover {
    opacity: 1;
    transition: all .3s;
  }
}

#btop-but a {
  color: #007800 !important;
}

