/*
-Lato
-Raleway
*/
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700,900|Raleway:300,400,500,600,700,800,900&display=swap");
.slick-dots li {
  margin: 0 -1px;
}

footer .footer-container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  max-width: 1366px;
  background-color: #fff;
}

footer .footer-container .tooths-left-container {
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

footer .footer-container .tooths-right-container {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

footer .footer-container .tooths-left-container .teeth-left,
footer .footer-container .tooths-right-container .teeth-left {
  width: 120px;
  text-align: left;
}

footer .footer-container .tooths-left-container .teeth-left img,
footer .footer-container .tooths-right-container .teeth-left img {
  width: 70px;
}

footer .footer-container .tooths-left-container .teeth-rigth,
footer .footer-container .tooths-right-container .teeth-rigth {
  padding: 35px 0;
  width: 120px;
  text-align: right;
}

footer .footer-container .tooths-left-container .teeth-rigth img,
footer .footer-container .tooths-right-container .teeth-rigth img {
  width: 70px;
}

footer .footer-container .footer-subcont {
  padding: 70px 0;
}

footer .footer-container .footer-subcont .footer-image {
  width: 100%;
  text-align: center;
}

footer .footer-container .footer-subcont .footer-image img {
  width: 100%;
  max-width: 150px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

footer .footer-container .footer-subcont .footer-title {
  margin-bottom: 5px;
  font-size: 18px;
  color: #467ABD;
  font-weight: 700;
  line-height: 22px;
  font-family: "Lato", sans-serif;
}

footer .footer-container .footer-subcont .footer-main-menu ul li {
  width: 100%;
  display: block;
}

footer .footer-container .footer-subcont .footer-main-menu ul li a {
  text-decoration: none;
  display: block;
  margin: 12px 0;
  font-size: 14px;
  color: #5E656B;
  font-weight: 400;
  line-height: 17px;
  font-family: "Lato", sans-serif;
}

footer .footer-container .footer-subcont .footer-main-menu ul li:hover a {
  font-weight: 700;
}

footer .footer-container .footer-subcont .footer-main-menu ul li.active a {
  font-weight: 700;
}

footer .footer-container .footer-subcont .footer-main-menu ul li .homepage,
footer .footer-container .footer-subcont .footer-main-menu ul li .contact {
  display: none;
}

footer .footer-container .footer-subcont .contact-cont {
  width: 100%;
}

footer .footer-container .footer-subcont .contact-cont .text-mobile {
  margin: 15px 0 5px 0;
  display: none;
  font-size: 16px;
  color: #467ABD;
  font-weight: 400;
  line-height: 19px;
  font-family: "Lato", sans-serif;
}

footer .footer-container .footer-subcont .contact-cont .contact-element {
  width: 100%;
  text-align: left;
  margin: 10px 0;
}

footer .footer-container .footer-subcont .contact-cont .contact-element .icon {
  margin-right: 15px;
  width: 16px;
  display: inline-block;
  vertical-align: top;
  line-height: 17px;
}

footer .footer-container .footer-subcont .contact-cont .contact-element .icon img {
  width: 100%;
}

footer .footer-container .footer-subcont .contact-cont .contact-element .text {
  width: 86%;
  max-width: 200px;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  color: #5E656B;
  font-weight: 400;
  line-height: 17px;
  font-family: "Lato", sans-serif;
}

footer .footer-container .footer-subcont .contact-cont .contact-element .text a {
  text-decoration: none;
  cursor: auto;
  font-size: 14px;
  color: #5E656B;
  font-weight: 400;
  line-height: 17px;
  font-family: "Lato", sans-serif;
}

footer .footer-container .copyright {
  width: 90%;
  margin: 0 auto;
  text-align: center;
  border-top: 1px solid #707070;
  padding: 23px 15px;
  font-size: 16px;
  color: #467ABD;
  font-weight: 400;
  line-height: 19px;
  font-family: "Raleway", sans-serif;
}

@media only screen and (max-width: 480px) {
  footer .footer-container .copyright {
    font-size: 14px;
    line-height: 16px;
    padding: 15px;
  }
}

@media only screen and (max-width: 680px) {
  footer .footer-container .tooths-left-container {
    top: 58%;
  }
  footer .footer-container .tooths-right-container {
    top: 58%;
  }
  footer .footer-container .tooths-left-container .teeth-left,
  footer .footer-container .tooths-right-container .teeth-left {
    width: 60px;
  }
  footer .footer-container .tooths-left-container .teeth-left img,
  footer .footer-container .tooths-right-container .teeth-left img {
    width: 50px;
  }
  footer .footer-container .tooths-left-container .teeth-rigth,
  footer .footer-container .tooths-right-container .teeth-rigth {
    width: 60px;
    padding: 60px 0;
  }
  footer .footer-container .tooths-left-container .teeth-rigth img,
  footer .footer-container .tooths-right-container .teeth-rigth img {
    width: 50px;
  }
  footer .footer-container .footer-subcont .contact-cont .text-mobile {
    display: block;
  }
  footer .footer-container .footer-subcont .contact-cont .contact-element {
    margin: 0 0 -5px;
  }
}

@media only screen and (max-width: 991px) {
  footer .footer-container .footer-subcont {
    margin: 0 auto;
    width: 50%;
    min-width: 280px;
    padding: 50px 0;
  }
  footer .footer-container .footer-subcont .footer-image {
    margin: 0 auto;
    width: 90%;
    min-width: 280px;
    padding-bottom: 47px;
    border-bottom: 1px solid #707070;
  }
  footer .footer-container .footer-subcont .footer-image img {
    position: inherit;
    -webkit-transform: none;
            transform: none;
  }
  footer .footer-container .footer-subcont .footer-title {
    margin: 48px auto 0 auto;
    width: 50%;
    min-width: 160px;
  }
  footer .footer-container .footer-subcont .footer-main-menu {
    margin: 0 auto;
    width: 50%;
    min-width: 160px;
  }
  footer .footer-container .footer-subcont .footer-main-menu ul li a {
    font-size: 16px;
    line-height: 19px;
  }
  footer .footer-container .footer-subcont .contact-cont {
    margin: 0 auto;
    width: 50%;
    min-width: 160px;
  }
  footer .footer-container .footer-subcont .contact-cont .contact-element .icon {
    display: none;
  }
  footer .footer-container .footer-subcont .contact-cont .contact-element .text {
    margin: 0 auto;
    width: 100%;
  }
}
/*# sourceMappingURL=footer.css.map */