.qcwss-footer {
  background: #101928;
  color: #fff;
  font-family: inherit;
}

.qcwss-footer * {
  box-sizing: border-box;
}

.qcwss-footer a {
  color: #fff;
  text-decoration: none;
}

.qcwss-footer-inner {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 82px 32px 24px;
}

.qcwss-footer-logo {
  display: inline-flex;
  width: 128px;
  grid-column: 1;
  grid-row: 1;
  margin-bottom: 0;
}

.qcwss-footer-logo img {
  display: block;
  /* width: 100%; */
  min-width: 250px;
  height: auto;
}

.qcwss-footer-main {
  display: grid;
  grid-template-columns: 180px 160px 180px minmax(260px, 1fr);
  gap: 48px 86px;
  align-items: start;
  margin-bottom: 10px;
}

.qcwss-footer-group {
  margin: 0;
}

.qcwss-footer-group h3 {
  display: block;
  margin-bottom: 20px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  list-style: none;
}

.qcwss-footer-toggle {
  width: 100%;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: default;
  font: inherit;
  letter-spacing: 0;
  padding: 0;
  text-align: left;
}

.qcwss-footer-panel {
  display: flex;
  flex-direction: column;
  gap: 18px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.qcwss-footer-panel p {
  margin: 0;
}

.qcwss-footer-email,
.qcwss-footer-address,
.qcwss-footer-registration {
  grid-column: 4;
}

.qcwss-footer-email {
  grid-row: 1;
}

.qcwss-footer-address {
  grid-row: 1;
  margin-top: 92px;
}

.qcwss-footer-registration {
  grid-row: 1;
  margin-top: 226px;
}

.qcwss-footer-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-bottom: 18px;
}

.qcwss-footer-socials a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.08);
  padding: 10px 12px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}

.qcwss-footer-socials i {
  font-size: 16px;
}

.qcwss-footer-bottom {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: end;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 22px;
}

.qcwss-footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 22px 30px;
  align-items: center;
}

.qcwss-footer-legal a {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
}

.qcwss-footer-bottom p {
  margin: 0;
  color: #fff;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0.72;
  text-align: right;
}

.qcwss-footer-bottom p span {
  margin: 0 5px;
}

@media (max-width: 1024px) {
  .qcwss-footer-inner {
    padding: 82px 40px 28px;
  }

  .qcwss-footer-logo {
    margin-bottom: 72px;
  }

  .qcwss-footer-main {
    grid-template-columns: minmax(220px, 1fr) minmax(240px, 1fr);
    gap: 54px 64px;
    margin-bottom: 62px;
  }

  .qcwss-footer-logo {
    grid-column: 1 / -1;
    grid-row: auto;
  }

  .qcwss-footer-email,
  .qcwss-footer-address,
  .qcwss-footer-registration {
    grid-column: auto;
    grid-row: auto;
    margin-top: 0;
  }

  .qcwss-footer-address {
    grid-column: 1;
  }

  .qcwss-footer-registration {
    grid-column: 2;
    grid-row: 2 / span 2;
  }

  .qcwss-footer-socials {
    margin-bottom: 18px;
  }

  .qcwss-footer-bottom {
    display: block;
  }

  .qcwss-footer-legal {
    gap: 18px 30px;
    margin-bottom: 18px;
  }

  .qcwss-footer-bottom p {
    text-align: left;
  }
}

@media (min-width: 769px) {
  .qcwss-footer-group .qcwss-footer-panel {
    display: flex;
  }
}

@media (max-width: 768px) {
  .qcwss-footer-inner {
    padding: 0px 24px 22px;
  }

  .qcwss-footer-logo {
    width: 132px;
    margin-bottom: 72px;
  }

  .qcwss-footer-main {
    display: block;
    margin-bottom: 66px;
  }

  .qcwss-footer-group {
    margin-bottom: 36px;
  }

  .qcwss-footer-group h3 {
    position: relative;
    margin: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
  }

  .qcwss-footer-toggle {
    position: relative;
    min-height: 24px;
    cursor: pointer;
    padding-right: 30px;
  }

  .qcwss-footer-toggle::after {
    position: absolute;
    top: 50%;
    right: 2px;
    width: 10px;
    height: 10px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    content: "";
    transform: translateY(-70%) rotate(45deg);
  }

  .qcwss-footer-group-open .qcwss-footer-toggle::after {
    transform: translateY(-30%) rotate(225deg);
  }

  .qcwss-footer-panel {
    display: none;
    gap: 14px;
    padding-top: 16px;
    font-size: 14px;
  }

  .qcwss-footer-group-open .qcwss-footer-panel {
    display: flex;
  }

  .qcwss-footer-socials {
    margin-bottom: 18px;
  }

  .qcwss-footer-socials a {
    width: 40px;
    min-height: 40px;
    padding: 10px;
  }

  .qcwss-footer-socials span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }

  .qcwss-footer-bottom {
    display: block;
    padding-top: 24px;
  }

  .qcwss-footer-legal {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, max-content));
    gap: 26px 28px;
    align-items: start;
    margin-bottom: 20px;
  }

  .qcwss-footer-legal a {
    font-size: 12px;
  }

  .qcwss-footer-bottom p {
    max-width: 330px;
    text-align: left;
  }
}

@media (max-width: 374px) {
  .qcwss-footer-inner {
    padding-right: 18px;
    padding-left: 18px;
  }

  .qcwss-footer-legal {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}
