/*!*******************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js!./scss/templates/footer.scss ***!
  \*******************************************************************************************************************************************************************************************/
.footer {
  background: #111111;
  color: #FAFAFA;
}
.footer-wrapper-top, .footer-wrapper-bottom {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 32px;
}
@media screen and (max-width: 450px) {
  .footer-wrapper-top, .footer-wrapper-bottom {
    padding-top: 24px;
    padding-bottom: 12px;
  }
}
@media screen and (max-width: 500px) {
  .footer-wrapper-top, .footer-wrapper-bottom {
    padding-top: 16px;
    padding-bottom: 36px;
    flex-wrap: wrap;
    gap: 24px;
  }
}
.footer-wrapper-bottom {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding-top: 32px;
  padding-bottom: 40px;
}
@media screen and (max-width: 450px) {
  .footer-wrapper-bottom {
    padding-bottom: 24px;
    grid-template-columns: 1fr 1fr;
    row-gap: 16px;
    grid-template-rows: auto auto;
  }
}
@media screen and (max-width: 500px) {
  .footer-wrapper-bottom {
    grid-template-columns: 1fr;
    padding-top: 36px;
    padding-bottom: 24px;
  }
}
@media screen and (min-width: 700px) and (max-width: 1300px) {
  .footer-wrapper-bottom {
    padding-bottom: 24px;
    grid-template-columns: 1fr 1fr;
    row-gap: 16px;
    grid-template-rows: auto auto;
  }
}
@media screen and (max-width: 450px) {
  .footer__logo {
    width: 126px;
  }
}
@media screen and (max-width: 500px) {
  .footer__logo {
    width: 180px;
  }
}
@media screen and (min-width: 700px) and (max-width: 1300px) {
  .footer__logo {
    width: 126px;
  }
}
.footer__contacts {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media screen and (min-width: 700px) and (max-width: 1300px) {
  .footer__contacts {
    margin: 0 65px 0 0;
  }
}
.footer__contacts .link-standart {
  margin: 0 16px;
}
@media screen and (max-width: 450px) {
  .footer__contacts .link-standart {
    width: 100%;
  }
}
.footer__contacts .link-standart:first-child {
  margin-left: 0;
}
@media screen and (max-width: 450px) {
  .footer__contacts .link-standart:first-child {
    margin: 0 0 16px;
  }
}
.footer__contacts .link-standart:last-child {
  margin-right: 0;
}
@media screen and (max-width: 450px) {
  .footer__contacts .link-standart:last-child {
    margin: 0;
  }
}
@media screen and (max-width: 500px) {
  .footer__contacts {
    flex-wrap: wrap;
  }
  .footer__contacts .link-standart {
    margin: 0 8px;
  }
}
.footer__copyright, .footer__privacy-policy {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.2px;
}
@media screen and (max-width: 450px) {
  .footer__copyright, .footer__privacy-policy {
    letter-spacing: 0.0125em;
    grid-row-start: 2;
    grid-column-start: 1;
  }
}
@media screen and (max-width: 500px) {
  .footer__copyright, .footer__privacy-policy {
    grid-row-start: 3;
    grid-column-start: 1;
    margin-top: 8px;
    justify-self: start;
  }
}
.footer__privacy-policy {
  justify-self: center;
}
@media screen and (max-width: 450px) {
  .footer__privacy-policy {
    justify-self: end;
    grid-column-start: 2;
    grid-row-start: 1;
  }
}
@media screen and (max-width: 500px) {
  .footer__privacy-policy {
    grid-row-start: 1;
    grid-column-start: 1;
    justify-self: start;
  }
}
@media screen and (min-width: 700px) and (max-width: 1300px) {
  .footer__privacy-policy {
    justify-self: end;
    grid-column-start: 2;
    grid-row-start: 1;
    margin: 0 65px 0 0;
  }
}
.footer__socials {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-self: end;
}
.footer__socials > a {
  position: relative;
  margin: 0 12px;
}
.footer__socials > a:first-child {
  margin-left: 0;
}
.footer__socials > a:last-child {
  margin-right: 0;
}
@media screen and (max-width: 450px) {
  .footer__socials {
    grid-column-start: 2;
    grid-row-start: 2;
  }
}
@media screen and (max-width: 500px) {
  .footer__socials {
    grid-row-start: 2;
    grid-column-start: 1;
    justify-self: start;
  }
}
@media screen and (min-width: 700px) and (max-width: 1300px) {
  .footer__socials {
    grid-column-start: 2;
    grid-row-start: 2;
    justify-self: right;
    margin: 0 65px 0 0;
  }
}
.footer .telegram_hover,
.footer .instagram_hover,
.footer .facebook_hover,
.footer .youtube_hover,
.footer .tiktok_hover {
  opacity: 0;
  position: absolute;
  z-index: 2;
  left: 0;
  transition: all 0.3s ease;
  border-radius: 100%;
  width: 32px;
  height: 32px;
  background: #FFFFFF;
}
.footer .telegram_hover:hover,
.footer .instagram_hover:hover,
.footer .facebook_hover:hover,
.footer .youtube_hover:hover,
.footer .tiktok_hover:hover {
  opacity: 1;
}

#back-to-top {
  transition: all 0.3s ease;
  position: fixed;
  right: 24px;
  bottom: 100px;
  width: 40px;
  height: 40px;
  background: #3FBAC2;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  opacity: 0;
  z-index: 9;
}
#back-to-top:hover {
  background: #66C8CE;
}
