/*!***********************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[0].use[3]!./template-parts/footer/footer.scss ***!
  \***********************************************************************************************************************************************************************************************************/
.footer {
  background-color: #e6b938;
  padding: 26px 0;
  position: fixed;
  bottom: 0;
  width: 100%; }
  .footer .wrapper {
    padding-top: 0;
    margin: 0 auto; }
    @media screen and (max-width: 991px) {
      .footer .wrapper {
        padding: 0 30px; } }

.footer__first-row {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .footer__first-row br {
    display: none; }
    @media screen and (max-width: 860px) {
      .footer__first-row br {
        display: initial; } }
  @media screen and (max-width: 640px) {
    .footer__first-row {
      flex-wrap: wrap;
      padding-bottom: 30px;
      border-bottom: 2px solid #93272c; }
      .footer__first-row a {
        font-size: 18px;
        cursor: pointer; }
      .footer__first-row br {
        display: none; } }

.footer__sec-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 30px 0;
  border-bottom: 2px solid #93272c; }
  @media screen and (max-width: 640px) {
    .footer__sec-row {
      flex-wrap: wrap;
      margin-bottom: 30px;
      column-gap: 30px; }
      .footer__sec-row p {
        width: 100px; } }
  .footer__sec-row .footer__item {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #232323; }
    .footer__sec-row .footer__item:not(:last-child) {
      margin-right: 20px; }
  @media screen and (max-width: 1200px) {
    .footer__sec-row .footer__social {
      display: none; } }

.footer__social {
  display: flex;
  margin-left: 50px; }
  .footer__social a:not(:last-child) {
    margin-right: 24px; }

.footer__thr-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 30px; }
  @media screen and (max-width: 500px) {
    .footer__thr-row {
      flex-direction: column-reverse;
      align-items: center; }
      .footer__thr-row .footer__social {
        margin: 0; } }
  .footer__thr-row .footer__social {
    display: none; }
    @media screen and (max-width: 1200px) {
      .footer__thr-row .footer__social {
        display: flex; } }
    @media screen and (max-width: 640px) {
      .footer__thr-row .footer__social img {
        width: 30px;
        height: 30px; } }

.footer__copyright {
  margin-top: 30px; }

