/*Colors*/
/*Fonts*/
.footer {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-top: 60px; }
  @media screen and (min-width: 650px) {
    .footer {
      margin-top: 90px; } }
  @media screen and (min-width: 1024px) {
    .footer {
      margin-top: 120px; } }
  .footer__top-row {
    padding-top: 60px;
    background-color: #eee; }
  .footer__bottom-row {
    padding-bottom: 50px;
    background-color: #363739; }
  .footer__services {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 100%;
    padding: 30px;
    margin-bottom: 30px;
    background-color: #fff;
    -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
            transform: translateY(-30px); }
    @media screen and (min-width: 650px) {
      .footer__services {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    .footer__services-item {
      width: 100%;
      margin-bottom: 20px; }
      .footer__services-item:last-child {
        margin-bottom: 0; }
      @media screen and (min-width: 650px) {
        .footer__services-item {
          width: -webkit-calc(50% - 20px);
          width: calc(50% - 20px); } }
    .footer__services-title {
      position: relative;
      text-align: center;
      margin-top: 0;
      margin-bottom: 42px;
      font-size: 23px;
      font-weight: bold;
      line-height: 1.52;
      color: #2b2f3b; }
      @media screen and (min-width: 768px) {
        .footer__services-title {
          font-size: 25px; } }
      .footer__services-title:after {
        content: '';
        position: absolute;
        left: 50%;
        bottom: -11px;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        width: 400px;
        max-width: 100%;
        height: 1px;
        background-color: #2B2F3B; }
    .footer__services-list {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      width: 400px;
      max-width: 100%;
      margin: 0 auto; }
      .footer__services-list li {
        width: -webkit-calc((100% / 3) - 10px);
        width: calc((100% / 3) - 10px);
        margin-bottom: 12px;
        text-align: center;
        font-size: 0; }
      .footer__services-list.payments-list li {
        width: -webkit-calc(50% - 10px);
        width: calc(50% - 10px); }
        @media screen and (min-width: 480px) {
          .footer__services-list.payments-list li {
            width: -webkit-calc((100% / 3) - 10px);
            width: calc((100% / 3) - 10px); } }
  .footer__navigation {
    width: 100%;
    margin-bottom: 30px; }
    @media screen and (min-width: 650px) {
      .footer__navigation {
        margin-bottom: 50px; } }
    .footer__navigation ul {
      width: -webkit-calc(100% + 22px);
      width: calc(100% + 22px);
      margin: 0 0 0 -11px;
      font-size: 0;
      text-align: center; }
    .footer__navigation li {
      position: relative;
      display: inline-block;
      vertical-align: middle;
      padding: 0 11px;
      margin-bottom: 15px; }
      .footer__navigation li:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 1px;
        height: 100%;
        background: #fff; }
      .footer__navigation li:last-child:before {
        display: none; }
    .footer__navigation a {
      color: #ffffff;
      font-size: 16px;
      font-weight: 300;
      line-height: 1.5;
      text-decoration: none; }
      .footer__navigation a:hover {
        opacity: 1;
        color: #B4D600; }
  .footer__contacts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 100%; }
  .footer__socials {
    width: 100%;
    margin-bottom: 40px; }
    @media screen and (min-width: 650px) {
      .footer__socials {
        width: -webkit-calc(33.33% - 20px);
        width: calc(33.33% - 20px);
        margin-bottom: 0; } }
    .footer__socials-title {
      margin-top: 0;
      margin-bottom: 20px;
      color: #fff;
      font-size: 20px;
      font-weight: bold;
      text-align: center; }
      @media screen and (min-width: 992px) {
        .footer__socials-title {
          font-size: 25px; } }
    .footer__socials-list {
      width: -webkit-calc(100% + 14px);
      width: calc(100% + 14px);
      margin-left: -7px;
      text-align: center; }
      .footer__socials-list li {
        display: inline-block;
        vertical-align: middle;
        margin-right: 14px; }
        @media screen and (min-width: 650px) {
          .footer__socials-list li {
            margin-right: 11px; } }
        @media screen and (min-width: 768px) {
          .footer__socials-list li {
            margin-right: 14px; } }
      .footer__socials-list a {
        display: block;
        width: 34px;
        height: 34px;
        border: 1px solid #fff;
        -webkit-border-radius: 50%;
                border-radius: 50%;
        color: #fff;
        font-size: 13px;
        text-align: center;
        line-height: 32px;
        cursor: pointer;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
        .footer__socials-list a:hover {
          background-color: #fff;
          color: #2B2F3B; }
  .footer__subsciber {
    width: 100%; }
    @media screen and (min-width: 650px) {
      .footer__subsciber {
        width: -webkit-calc(33.33% - 20px);
        width: calc(33.33% - 20px); } }
    .footer__subsciber-title {
      margin-top: 0;
      margin-bottom: 20px;
      color: #fff;
      font-weight: bold;
      font-size: 20px;
      text-align: center; }
      @media screen and (min-width: 992px) {
        .footer__subsciber-title {
          font-size: 25px; } }
    .footer__subsciber-form {
      position: relative;
      width: 326px;
      max-width: 100%;
      margin: 0 auto; }
    .footer__subsciber input {
      width: 100%;
      height: 40px;
      border: 1px solid #fff !important;
      padding: 8px 58px 8px 18px;
      background: transparent;
      color: #fff;
      font-size: 16px;
      font-family: "Futura", sans-serif;
      line-height: 1; }
      @media screen and (min-width: 768px) {
        .footer__subsciber input {
          font-size: 18px; } }
      .footer__subsciber input::-webkit-input-placeholder {
        font-weight: 300;
        color: rgba(255, 255, 255, 0.4); }
      .footer__subsciber input::-moz-placeholder {
        font-weight: 300;
        color: rgba(255, 255, 255, 0.4); }
      .footer__subsciber input::-ms-input-placeholder {
        font-weight: 300;
        color: rgba(255, 255, 255, 0.4); }
      .footer__subsciber input::placeholder {
        font-weight: 300;
        color: rgba(255, 255, 255, 0.4); }
    .footer__subsciber button {
      position: absolute;
      top: 0;
      right: 0;
      width: 40px;
      height: 40px;
      border: none;
      background-color: #89ab3f;
      color: #fff;
      font-size: 22px;
      line-height: 38px;
      text-align: center;
      cursor: pointer;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      margin: 0 !important; }
      .footer__subsciber button:hover {
        background-color: #fff;
        color: #89ab3f; }
  .footer .footer__socials-list a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-decoration: none; }
  .footer__copyright {
    padding: 20px 20px 0;
    border-top: 1px solid #fff;
    margin-top: 50px;
    color: rgba(255, 255, 255, 0.4);
    font-size: 14px;
    font-weight: 300;
    line-height: 1.7;
    text-align: center; }

#onetribe-stat-counter {
  width: 100%;
  margin-bottom: 40px; }
  #onetribe-stat-counter > div {
    margin: 0 auto; }
  @media screen and (min-width: 650px) {
    #onetribe-stat-counter {
      width: -webkit-calc(33.33% - 20px);
      width: calc(33.33% - 20px); } }

.footer {
  display: block; }
  .footer .klaviyo-form {
    padding: 0 !important; }
    .footer .klaviyo-form [data-testid="form-row"] div {
      padding: 0 !important; }
      .footer .klaviyo-form [data-testid="form-row"] div p {
        color: white; }
    .footer .klaviyo-form input.needsclick {
      width: 100% !important;
      height: 40px !important;
      border: 1px solid #fff;
      -webkit-border-radius: 0 !important;
              border-radius: 0 !important;
      padding: 8px 58px 8px 18px !important;
      background: 0 0 !important;
      color: #fff !important;
      font-size: 16px !important;
      font-family: "Futura",sans-serif !important;
      line-height: 1 !important;
      -webkit-box-shadow: none !important;
              box-shadow: none !important; }
      .footer .klaviyo-form input.needsclick:focus-visible {
        outline: 1px solid #fff !important;
        -webkit-border-radius: 3px !important;
                border-radius: 3px !important;
        border: 1px solid black !important; }
    .footer .klaviyo-form input.needsclick:hover {
      border: 1px solid #fff !important; }
    .footer .klaviyo-form input.needsclick:focus-visible {
      border: 1px solid black !important; }
    .footer .klaviyo-form .klaviyo-spinner:before {
      content: ''; }
    .footer .klaviyo-form .klaviyo-spinner:hover:after {
      border-top-color: #89ab3f !important;
      border-left-color: #89ab3f !important; }
    .footer .klaviyo-form button {
      -webkit-border-radius: 0 !important;
              border-radius: 0 !important;
      width: 40px !important;
      height: 40px !important;
      padding: 0 !important; }
      .footer .klaviyo-form button:before {
        content: '\E008';
        font-family: "icons";
        font-size: 20px;
        font-weight: 400;
        cursor: pointer; }
      .footer .klaviyo-form button:hover {
        cursor: pointer !important;
        background: #fff !important; }
        .footer .klaviyo-form button:hover:before {
          color: #89ab3f !important; }

.top-btn {
  display: none;
  position: fixed;
  bottom: 10px;
  left: 30px;
  height: 55px;
  width: 55px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  color: rgba(0, 0, 0, 0.42);
  background: #e8e8e8;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  font-size: 22px;
  z-index: 10; }

.top-btn span {
  margin-top: 4px; }

.top-btn:hover {
  cursor: pointer;
  background: #CBCBCB; }

@media screen and (max-width: 767px) {
  .top-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }

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