@charset "UTF-8";
.site_footer {
  font-family: Oswald, sans-serif;
}
.site_footer .container {
  width: 80vw !important;
  max-width: 1208px;
}
.site_footer .row.row-one {
  position: relative;
}
@media screen and (max-width: 576px) {
  .site_footer .row.row-one {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
.site_footer .main-text-button {
  font-family: Oswald, sans-serif;
  width: 248px;
  height: 71px;
  border-radius: 2px;
  font-weight: 200;
  border: 0px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  padding: 16px 18px;
  color: white;
  background: #4C9EAA;
  font-size: 20px;
  line-height: 160%;
  cursor: pointer;
}
.site_footer .main-text-button:hover {
  background: #428B96;
}
.site_footer .button-decoration {
  font-size: 15px;
  margin-left: 20px;
}
.site_footer .footerContainer {
  width: 100%;
  padding-top: 80px;
  min-height: 510px;
  position: relative;
  background: #F7F5F2;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.site_footer .firstColumn {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.site_footer .firstColumn {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 236px;
}
.site_footer .firstColumn .second-text {
  font-family: Oswald;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 160%;
  color: #5C6668;
}
.site_footer .navigation {
  display: flex;
  justify-content: space-around;
}
.site_footer .secondColumn a,
.site_footer .thirdСolumn a {
  text-decoration: none;
  color: #231F20;
}
.site_footer .logo {
  width: 134px;
  height: 76px;
}
.site_footer .logo img {
  width: 100%;
}
.site_footer .clientPortalRef {
  display: flex;
  flex-direction: column;
}
.site_footer .clientPortalRef p {
  font-size: 18px;
  color: #5C6668;
  font-weight: 300;
}
.site_footer .clientPortalRefMobile {
  display: none;
  margin-top: 48px;
}
.site_footer .clientPortalRef > button {
  height: 64px;
  width: 70%;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  border-radius: 2px;
  border: 0px;
  background: #4C9EAA;
  color: white;
  padding: 16px 18px;
  font-weight: 300;
}
.site_footer .footerUl {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
}
.site_footer .footerUl > li {
  list-style-type: none;
  display: block;
  padding: 9px;
}
.site_footer .footerUl > li:first-child {
  padding-top: 0px;
}
.site_footer .socialFacebook {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  width: 125px;
  align-items: center;
  font-size: 18px;
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 576px) {
  .site_footer .socialFacebook {
    bottom: unset;
    order: 1;
  }
}
.site_footer .socialFacebook p {
  margin: 0 !important;
}
.site_footer .socialFacebook > div > a > img {
  height: 20px;
  width: 20px;
  left: 2px;
  top: 2px;
  border-radius: 0px;
}
.site_footer .fourthColumn {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.site_footer .fourthColumn p {
  margin: 0;
  color: #5C6668;
  font-size: 18px;
}
.site_footer .fourthColumn p span {
  display: block;
  line-height: 28.8px;
}
.site_footer .fourthColumn p span :first-of-type {
  font-weight: 700;
}
.site_footer .fourthColumn a {
  color: #5C6668;
}
.site_footer .fourthColumn > p:first-child {
  font-family: Axis Extra, sans-serif;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  letter-spacing: 1px;
  color: black;
}
.site_footer .footer-contacts {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.site_footer .footer-contacts a {
  text-decoration: none;
}
.site_footer .footer-contacts p {
  margin-top: 24px;
}
.site_footer .copyrights {
  width: 100%;
  height: 86px;
  display: flex;
  align-items: center;
  background: white;
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 576px) {
  .site_footer .copyrights {
    position: relative;
  }
}
.site_footer .copyrights .img,
.site_footer .copyrights .text,
.site_footer .copyrights .socials {
  display: flex;
  align-items: center;
}
.site_footer .copyrights .text > p {
  margin: 0;
  font-size: 18px;
  line-height: 160%;
}
.site_footer .copyrights .img {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.site_footer .copyrights .socials {
  justify-content: flex-end;
}
.site_footer .copyrights .socialIcons {
  width: 166px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 576px) {
  .site_footer .footerContainer {
    min-height: 1000px;
  }
  .site_footer .socialFacebook {
    position: relative;
    padding-top: 190px;
    //margin-bottom: -20px;
  }
  .site_footer .firstColumn {
    height: auto;
  }
  .site_footer .clientPortalRef {
    display: none;
  }
  .site_footer .clientPortalRef > button {
    flex-direction: row-reverse;
    width: 194px !important;
  }
  .site_footer .navigation {
    justify-content: space-between;
  }
  .site_footer .footerUl > li {
    padding-left: 0;
    font-size: 18px;
  }
  .site_footer .logo {
    width: 93px;
    height: 53px;
  }
  .site_footer .second-text p {
    margin-top: 40px;
  }
  .site_footer .secondColumn {
    margin-top: 30px;
  }
  .site_footer .fourthColumn {
    margin-top: 56px;
    height: auto !important;
  }
  .site_footer .footer-contacts {
    margin-top: 24px;
    font-size: 18px;
  }
  .site_footer .clientPortalRefMobile {
    display: block;
    margin-top: 48px;
  }
  .site_footer .copyrights {
    height: auto;
    margin-top: 63px;
    padding: 48px 0px;
  }
  .site_footer .copyrights .socials {
    justify-content: center;
  }
  .site_footer .copyrights-column-one {
    display: flex;
    justify-content: center;
  }
  .site_footer .copyrights-column-two {
    justify-content: center;
  }
  .site_footer .copyrights-column-three {
    justify-content: center;
    padding-top: 42px;
    padding-bottom: 42px;
  }
  .site_footer .copyrights .text > p {
    margin: 0 -30px;
    text-align: center;
  }
}
@media screen and (max-width: 375px) {
  .site_footer .footerContainer {
    min-height: 1000px;
  }
}
.site_footer .wpcf7-not-valid-tip {
  position: absolute;
  left: 0;
  bottom: -20px;
}

/*# sourceMappingURL=footer.css.map */
