.inputtext{
border-radius: 10px;
}

.site-footer {
  margin-top: 24px;
  background: #111111;
  border-top: 0;
  color: #d8d8d8;
  font-size: 13px;
  line-height: 1.45;
}

.footer-silhouette {
  background: #f4f4f4;
  line-height: 0;
  overflow: hidden;
  text-align: center;
}

.footer-silhouette img {
  display: block;
  width: 100%;
  max-width: 1420px;
  height: auto;
  margin: 0 auto -1px;
}

.footer-inner {
  width: min(1140px, calc(100% - 32px));
  margin: 0 auto;
  padding: 24px 0 16px;
}

.footer-top {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.75fr);
  gap: 24px;
  align-items: start;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.footer-brand h2 {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: 21px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.2;
}

.footer-brand p {
  max-width: 620px;
  color: #d8d8d8;
  font-size: 14px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr minmax(260px, 1.25fr) 1fr;
  gap: 22px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.footer-section {
  display: flex;
  flex-direction: column;
  gap: 5px;
  min-width: 0;
}

.site-footer h6 {
  margin: 0 0 6px;
  color: #ffffff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1.3;
  text-transform: uppercase;
}

.site-footer p {
  margin: 0;
  color: #d7d7d7;
  text-align: left;
}

.site-footer a {
  color: #f0b133;
  font-weight: 650;
  text-decoration: none;
}

.site-footer a:hover,
.site-footer a:focus {
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.footer-payments {
  display: flex;
  justify-content: center;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.footer-payments img {
  display: block;
  width: min(340px, 100%);
  height: auto;
  border-radius: 6px;
  background: #ffffff;
}

.footer-disclaimer {
  padding: 16px 0 0;
}

.footer-disclaimer p {
  max-width: 960px;
  color: #bcbcbc;
  font-size: 12px;
}

.footer-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  justify-content: space-between;
  margin-top: 16px;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: #9f9f9f;
  font-size: 12px;
}

@media (max-width: 920px) {
  .footer-top,
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

@media (max-width: 560px) {
  .footer-inner {
    width: min(100% - 24px, 1120px);
    padding: 22px 0 16px;
  }
}

.category-tags {
  display: flex;
  flex-wrap: wrap;
}

.category-tag {
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 5px 10px;
  margin-right: 5px;
  margin-bottom: 5px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
}

.category-tag.active {
  background-color: #007bff;
  color: #fff;
}

body {
  font-family: "inter", sans-serif;
}


.select2-container--classic .select2-selection--single {
    height: 40px;
    border-radius: 4px;
    border: 1px solid #ced4da;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
    padding-left: 12px;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    height: 38px;
}
  
