.default-section,
section.default-section {
  background-color: #FFFFFF;
  border-radius: 32px;
  box-shadow: 0px 24px 32px -6px #00000026;
}

@media(max-width: 767px) {
  .default-section,
  section.default-section {
    border-radius: 16px;
  }
}

.default-section:not(:last-child),
section.default-section:not(:last-child) {
  margin-bottom: 80px;
}

@media(max-width: 1023px) {

  .default-section:not(:last-child),
  section.default-section:not(:last-child) {
    margin-bottom: 56px;
  }
}

@media(max-width: 767px) {

  .default-section:not(:last-child),
  section.default-section:not(:last-child) {
    margin-bottom: 32px;
  }
}

@media(max-width: 1023px) {
  .default-section {
    border-radius: 16px;
  }
}

.default-section__inner {
  display: flex;
  flex-direction: column;
  gap: 44px;
  padding: 40px;
}

@media(max-width: 1023px) {
  .default-section__inner {
    padding: 16px;
    gap: 24px;
  }
}

.default-section__row:not(:first-child) {
  border-top: 1px solid #BDBDBD;
  padding-top: 44px;
}

@media(max-width: 1023px) {
  .default-section__row:not(:first-child) {
    padding-top: 24px;
  }
}

.default-section__title h2 {
  font-family: Inter;
  font-weight: 600;
  font-size: 56px;
  line-height: 110%;
  color: #F51F29;
}

@media(max-width: 1023px) {
  .default-section__title h2 {
    font-weight: 500;
    font-size: 24px;
    line-height: 95%;
  }

  .default-section__title h2 br {
    display: none;
  }
}

.default-section__title p {
  font-family: Inter;
  font-weight: 500;
  font-size: 28px;
  line-height: 130%;
}

@media(max-width: 1366px) {
  .default-section__title p br {
    display: none;
  }
}

@media(max-width: 1023px) {
  .default-section__title p {
    font-size: 16px;
  }
}

.default-section__title--flex {
  display: flex;
  gap: 32px;
}

@media(max-width: 1023px) {
  .default-section__title--flex {
    gap: 16px;
  }
}

.default-section__title--column {
  flex-direction: column;
}




.tag {
  display: inline-block;
  padding: 5px 12px;
  font-family: Inter;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #1C1C1C;
  background-color: #F2F2F2;
  border-radius: 6px;
}

@media(max-width: 1023px) {
  .tag {
    font-size: 13px;
    line-height: 140%;
  }
}



/* .card-facts__inner {
    margin-left: -12px;
    margin-right: -12px;
  }
  
  .card-facts__left {
    margin-right: 12px;
    margin-left: 12px;
  } */

/* .card-facts__right {
  font-weight: 400;
} */

.socials__row {
  max-width: 1096px;
  margin-left: auto;
  margin-top: 56px;
}

@media(max-width: 767px) {
  .socials__row {
    margin-top: 24px;
  }
}

.photo-stream__img.socials {
  padding: 0;
}

.socials__text {
  font-size: 56px;
  line-height: 110%;
  font-weight: 600;
}

/* @media (max-width: 1199px) {
    .socials__text {
      font-size: 20px;
      line-height: 24px;
    }
  } */

@media (max-width: 1023px) {
  .socials__text {
    font-size: 46px;
  }
}

@media (max-width: 767px) {
  .socials__text {
    font-size: 24px;
    line-height: 95%;
  }
}


@media (max-width: 479px) {
  .socials__row-line {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr !important;
    row-gap: 24px;
  }

  .socials__row-line .social {
    margin: auto;
  }

  .socials__row .social:not(:last-child) {
    margin-right: auto !important;
  }

  .socials__row .social:nth-child(1),
  .socials__row .social:nth-child(4) {
    margin-left: 0 !important;
  }

  .socials__row .social:nth-child(3),
  .socials__row .social:nth-child(6) {
    margin-right: 0 !important;
  }
}

@media (max-width: 375px) {
  .socials__row-line {
    flex-wrap: wrap;
    gap: 24px;
    /* justify-content: flex-start;
      flex-wrap: wrap;
      row-gap: 24px;
      margin-left: -24px;
      margin-right: -24px; */
  }

  .socials__row-line .social {
    /* margin-left: 24px !important;
      margin-right: 24px !important; */
  }
}


.main {
  padding-top: 136px;
}

@media (max-width: 1199px) {
  .main {
    padding-top: 88px;
  }
}

@media (max-width: 1023px) {
  .main {
    padding-top: 64px;
  }
}

@media (max-width: 767px) {
  .main {
    padding-top: 48px;
  }
}

h2.feedback__title {
  font-size: 56px;
  line-height: 110%;
  font-weight: 600;
}

@media (max-width: 1023px) {
  h2.feedback__title {
    font-size: 20px;
  }
}

section.feedback {
  font-weight: 400;
}

span.input-radio__text {
  font-weight: 400;
}

label.input-file__label {
  font-weight: 400;
}

.feedback__form-box span.input-checkbox__text {
  font-weight: 400;
}

input.input__field {
  font-weight: 400;
}

@media (max-width: 1023px) {
  .title--big.title {
    font-size: 36px;
    line-height: 100%;
    font-weight: 600;
  }
}