/* Velvetoo Footer 1.3.0 */
#footer .footer__before {
  background: var(--velv-footer-benefits-bg, #fff);
  color: var(--velv-footer-text, #555b61);
  padding: 0;
}

.velv-footer-benefits {
  background: var(--velv-footer-benefits-bg, #fff);
  border-bottom: 1px solid var(--velv-footer-border, #d4d6d8);
  border-top: 1px solid var(--velv-footer-border, #d4d6d8);
  padding: 30px 0;
}

.velv-footer-benefits__grid {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.velv-footer-benefit {
  align-items: center;
  display: flex;
  gap: 16px;
  min-width: 0;
  padding: 4px 28px;
}

.velv-footer-benefit + .velv-footer-benefit {
  border-left: 1px solid var(--velv-footer-border, #d4d6d8);
}

.velv-footer-benefit__icon {
  color: var(--velv-footer-accent, #164f91);
  flex: 0 0 38px;
  height: 38px;
}

.velv-footer-benefit__icon svg {
  fill: none;
  height: 100%;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
  width: 100%;
}

.velv-footer-benefit__title {
  color: var(--velv-footer-heading, #2f343b);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
}

.velv-footer-benefit__text {
  color: var(--velv-footer-text, #555b61);
  font-size: 13px;
  line-height: 1.4;
  margin-top: 8px;
}

#footer .footer__before .block-social {
  margin: 0;
}

#footer .footer__before .ps-social-follow,
#footer .footer__before .block-social,
#footer .footer__before [class*="social-follow"],
#footer .footer__before [class*="socialfollow"] {
  display: none !important;
}

#footer .footer__main {
  background: var(--velv-footer-bg, #ededed) !important;
  border: 0;
  color: var(--velv-footer-text, #555b61) !important;
  font-size: var(--velv-footer-desktop-size, 13px);
}

#footer .footer__main .footer__main-top {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 34px;
  padding-top: 34px;
}

#footer .footer__main .footer__main-top > * {
  flex: 0 0 20%;
  max-width: 20%;
  padding-left: 18px;
  padding-right: 18px;
  width: 20%;
}

.velv-footer-brand {
  color: var(--velv-footer-text, #555b61);
  order: -10;
}

.velv-footer-brand__logo {
  display: inline-block;
  margin-bottom: 24px;
  max-width: 165px;
}

.velv-footer-brand__logo img {
  display: block;
  height: auto;
  max-width: 100%;
  width: auto;
}

.velv-footer-brand__legal {
  color: var(--velv-footer-text, #555b61);
  font-size: 12px;
  line-height: 1.65;
}

.velv-footer-brand__social {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-start;
  margin: 14px 0 18px;
}

.velv-footer-brand__social-link {
  align-items: center;
  color: var(--velv-footer-accent, #164f91) !important;
  display: inline-flex;
  height: 25px;
  justify-content: center;
  width: 25px;
}

.velv-footer-brand__social-link svg {
  fill: currentColor;
  height: 22px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
  width: 22px;
}

.velv-footer-brand__social-link--facebook svg,
.velv-footer-brand__social-link--pinterest svg,
.velv-footer-brand__social-link--x svg {
  stroke: none;
}

.velv-footer-brand__social-link--instagram rect,
.velv-footer-brand__social-link--instagram circle:not(.velv-social-dot),
.velv-footer-brand__social-link--youtube path:first-child {
  fill: none;
}

.velv-footer-brand__social-link--youtube .velv-social-play {
  fill: currentColor;
  stroke: none;
}

.velv-footer-social--moved {
  margin-top: 18px;
  padding: 0;
  text-align: left;
}

.velv-footer-social--moved h4 {
  display: none;
}

.velv-footer-social--moved ul {
  align-items: center;
  display: flex;
  gap: 13px;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
}

.velv-footer-social--moved li {
  margin: 0 !important;
}

#footer .footer__main .footer__main-bottom {
  border-top: 1px solid var(--velv-footer-border, #d4d6d8);
  margin-top: 0;
  padding-top: 16px;
}

#footer .footer__main .footer__block,
#footer .footer__main .links,
#footer .footer__main .collapse,
#footer .footer__main [class*="footer-block"] {
  background-color: transparent !important;
}

#footer .footer__main h2,
#footer .footer__main h3,
#footer .footer__main h4,
#footer .footer__main .h3,
#footer .footer__main .h4,
#footer .footer__main .footer__title,
#footer .footer__main .title {
  color: var(--velv-footer-heading, #2f343b) !important;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 12px;
  text-transform: none;
}

#footer .footer__main p,
#footer .footer__main li,
#footer .footer__main address,
#footer .footer__main span {
  color: var(--velv-footer-text, #555b61) !important;
  font-size: inherit;
  line-height: 1.4;
}

#footer .footer__main ul,
#footer .footer__main .footer__block ul,
#footer .footer__main .links ul {
  margin-bottom: 0;
}

#footer .footer__main li {
  margin-bottom: 5px;
}

#footer .footer__main a,
#footer .footer__main a:visited {
  color: var(--velv-footer-link, #4b535b) !important;
  font-size: inherit;
  line-height: 1.4;
  text-decoration: none;
}

#footer .footer__main a:hover,
#footer .footer__main a:focus {
  color: var(--velv-footer-accent, #164f91) !important;
  text-decoration: underline;
}

#footer .footer__main .material-icons,
#footer .footer__main svg,
#footer .footer__main i {
  color: var(--velv-footer-accent, #164f91);
}

#footer .footer__main > .container > .copyright {
  display: none !important;
}

@media (max-width: 991.98px) {
  .velv-footer-benefits { padding: 16px 0; }
  .velv-footer-benefits__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 16px; }
  .velv-footer-benefit { padding: 2px 18px; }
  .velv-footer-benefit:nth-child(3) { border-left: 0; }

  #footer .footer__main .footer__main-top > * {
    flex-basis: 33.333%;
    max-width: 33.333%;
    width: 33.333%;
  }
}

@media (max-width: 767.98px) {
  .velv-footer-benefits { padding: 14px 0; }
  .velv-footer-benefit { gap: 9px; padding: 4px 10px; }
  .velv-footer-benefit__icon { flex-basis: 27px; height: 27px; }
  .velv-footer-benefit__title { font-size: 13px; }
  .velv-footer-benefit__text { font-size: 11px; }

  #footer .footer__main {
    font-size: var(--velv-footer-mobile-size, 14px);
  }

  #footer .footer__main .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  #footer .footer__main .footer__main-top {
    padding-bottom: 12px;
    padding-top: 10px;
  }

  #footer .footer__main .footer__main-top > * {
    flex-basis: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }

  .velv-footer-brand {
    border-bottom: 1px solid var(--velv-footer-border, #d4d6d8);
    padding: 22px 0 18px !important;
    text-align: center;
  }

  .velv-footer-brand__logo { margin-bottom: 13px; max-width: 145px; }

  .velv-footer-brand__social {
    justify-content: center;
    margin-bottom: 14px;
    margin-top: 12px;
  }

  .velv-footer-social--moved {
    margin-bottom: 5px;
    margin-top: 14px;
  }

  #footer .footer__main .footer__block,
  #footer .footer__main .links {
    border-bottom: 1px solid var(--velv-footer-border, #d4d6d8);
    margin: 0;
    padding: 0;
  }

  #footer .footer__main h2,
  #footer .footer__main h3,
  #footer .footer__main h4,
  #footer .footer__main .h3,
  #footer .footer__main .h4,
  #footer .footer__main .footer__title,
  #footer .footer__main .title {
    align-items: center;
    display: flex;
    font-size: 15px;
    justify-content: space-between;
    margin: 0;
    min-height: 48px;
  }

  #footer .footer__main .collapse,
  #footer .footer__main .collapsing {
    padding-bottom: 10px;
  }

  #footer .footer__main li { margin-bottom: 7px; }

}

@media (max-width: 389.98px) {
  .velv-footer-benefits__grid { grid-template-columns: 1fr; row-gap: 0; }
  .velv-footer-benefit { border-left: 0 !important; padding: 9px 12px; }
  .velv-footer-benefit + .velv-footer-benefit { border-top: 1px solid var(--velv-footer-border, #d4d6d8); }
}
