.wix-footer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.wix-footer button:focus, input:focus, select:focus, textarea:focus {
  outline: 0;
}

.wix-footer icon {
  display: inline-block;
}

.wix-footer input[type="checkbox"], .wix-footer .mobile-menu-wrapper, .wix-footer input[type="radio"] {
  display: none;
}

/******footer*******/
.wix-footer footer {
  position: relative;
  left: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  font-size: 16px;
  height: auto;
  width: 100%;
  padding: 120px 162px;
  background-color: var(--grey);
}

.wix-footer .flex-wrapper-footer {
  display: flex;
  width: 100%;
  height: auto;
}

  .wix-footer .flex-wrapper-footer .logo {
    bottom: 18px;
  }

.wix-footer .flex-container-footer {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
}

.wix-footer .child-footer {
  display: flex;
  flex-direction: column;
  gap: 4px;
  /* width: 100%;*/
  width:185px;
  margin-left:70px;
}

.wix-footer .sub-title-footer {
  display: flex;
  flex-direction: column;
  gap: 15.5px;
  list-style-type: none;
  padding-right: 0;
  font-weight: 300;
}

.wix-footer .child-footer li:hover {
  /*font-weight: 700;*/
}

.wix-footer .child-footer .title-footer {
  font-weight: 700;
  margin-bottom: 12px;
}

.wix-footer .social-media {
  display: flex;
  gap: 33px;
  flex-direction: column;
  height: auto;
  /*width: 340px;*/
  width: 385px
}

.wix-footer .social-buttons {
  display: flex;
  width: 180px;
  height: 24.5px;
  gap: 20px
}

.wix-footer .logo {
  display: block;
  height: 44px;
  width: 123.72px;
  background: url(../imgs/logo.svg) center no-repeat;
  bottom: 12px;
}

.wix-footer .facebook {
  display: block;
  height: 20px;
  width: 20px;
  background: url(../imgs/icon-facebook.svg) center no-repeat;
}

.wix-footer .instagram {
  display: block;
  height: 20px;
  width: 20px;
  background: url(../imgs/icon-instagram.svg) center no-repeat;
}

.wix-footer .linkedin {
  display: block;
  height: 20px;
  width: 20px;
  background: url(../imgs/icon-linkedin.svg) center no-repeat;
}

.wix-footer .twitter {
  display: block;
  height: 20px;
  width: 20px;
  background: url(../imgs/icon-twitter.svg) center no-repeat;
}

.wix-footer .youtube {
  display: block;
  height: 20px;
  width: 20px;
  background: url(../imgs/icon-youtube.svg) center no-repeat;
}


@media only screen and (min-width: 1024px) and (max-width: 1280px) {

  /******footer*******/
  .wix-footer .flex-wrapper-footer {
    flex-direction: column;
    gap: 65px;
    height: auto;
  }

  .wix-footer .flex-container-footer {
    width: 100%;
  }

  .wix-footer footer {
    padding: 120px 30px;
  }

  .wix-footer .social-media {
    width: auto;
    height: 44px;
    gap: 10%;
    flex-direction: row;
    margin-left: 0;
    align-items: center;
  }

  .wix-footer .flex-wrapper-footer .logo {
    bottom: 13px;
    position: relative;
  }
}


@media only screen and (max-width: 1024px) {

  /******footer*******/
  .wix-footer .flex-wrapper-footer {
    height: auto;
    width: 100%;
    flex-direction: column-reverse;
    gap: 24px;
  }

  .wix-footer footer {
    min-height: 301.5px;
    height: auto;
    padding: 22px 23px;
    /* overflow: auto;*/
    scrollbar-width: none;
  }

  .wix-footer .logo {
    display: none;
  }

  .wix-footer .social-media {
    width: 100%;
    margin-left: 0;
    align-items: center;
    height: 24.5px;
  }

  .wix-footer .flex-container-footer {
    gap: 0px;
    flex-direction: column;
    height: auto;
  }

  .wix-footer .child-footer {
    width: 100%;
    gap: 0;
  }

  .wix-footer .child-footer .title-footer {
    height: 41px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .wix-footer .child-footer .title-footer::after {
    content: "";
    display: block;
    height: 7.6px;
    width: 7.6px;
    aspect-ratio: 1;
    background: url(../imgs/arr-down-blue-dark.svg) center no-repeat;
  }

  .wix-footer .sub-title-footer {
    max-height: 0px;
    display: flex;
    flex-direction: column;
    gap: 15.5px;
    overflow: hidden;
    gap: 20px;
    margin: 0;
  }

  .wix-footer .child-footer:has(.title-footer-checkbox:checked) .sub-title-footer {
    max-height: 2500px;
    height: auto;
    overflow: auto;
    scrollbar-width: none;
    padding: 10px 0;
  }

  .wix-footer .footer-logo-desktop {
    display: none;
  }
}

/* colors */
/* Set variables for all modes */
:root {
  --black: #000;
  --light-blue: #CAD8EA4D;
  --dark-blue: #040043;
  --blue-super-light: #0d2d6d0d;
  --blue-text: #3C65E3;
  --blue-dark-migdal: #020140;
  --blue-attention: #D4E5F580;
  --white: #ffffff;
  --grey-light: #f3f3f3;
  --disabled-gray: #B7C0D3;
  --grey: #FBFBFB;
  --grey-drop-down-box: #E5E5E5;
  --grey-line: #EFF3F9;
  --green: #A2EB9A;
  --sat: env(safe-area-inset-top);
  --sar: env(safe-area-inset-right);
  --sab: env(safe-area-inset-bottom);
  --sal: env(safe-area-inset-left);
}
