

/* Start:/bitrix/templates/stroynee/components/bitrix/news.list/test/style.css?176234561216931*/
* {
  box-sizing: border-box;
  font-family: "Unbounded", sans-serif;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  margin: 0;
  padding: 0;
}

.button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  font-size: 16px;
  font-weight: 500;
  background: #4aaeba;
  box-shadow: 0px 10px 31px -6px rgba(74, 174, 186, 0.7);
  border: none;
  outline: none;
  cursor: pointer;
  height: 56px;
  color: white;
  text-transform: uppercase;
  padding-top: 3px;
}

.button:hover {
  background: #0f8d9c;
  transition: 0.2s;
}

.input {
  width: 100%;
  height: 48px;
  border-radius: 10px;
  border: 1px solid #a4c6cb;
  background: #fff;
  outline: none;
  padding: 1px 20px;
  font-family: "Circe", sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.input:hover {
  border: 2px solid #95d6de;
  padding: 0px 19px;
}

.input:focus {
  border: 2px solid #4aaeba;
  padding: 0px 19px;
}

.input::placeholder {
  color: #c9c9c9;
}

.input-error {
  color: #ce2828;
  font-family: "Circe", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  margin-top: 5px;
  position: relative;
  top: 5px;
}

.slim {
  background: #f8fafc;
}

.header {
  background: rgba(255, 255, 255, 0.66);
  box-shadow: 0px 4px 30px 0px rgba(11, 39, 45, 0.1);
  backdrop-filter: blur(21px);
  width: 100%;
  height: 84px;
  position: relative;
  z-index: 5;
}

.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  margin: 0 auto;
  max-width: 1084px;
  position: relative;
  z-index: 2;
}

.header__burger {
  cursor: pointer;
}

.header__auth {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: #0f8d9c;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.header__text {
  margin-right: 21px;
}

.header__auth-btn {
  height: 48px;
  padding: 5px 28px 5px 23px;
  border-radius: 24px;
}

.container {
  margin: 0 auto;
  max-width: 1084px;
  width: 100%;
  z-index: 2;
  position: relative;
}

.user-form {
  width: 100%;
  padding: 72px 0 125px 0;
}

.user-form__title {
  color: #0f8d9c;
  font-family: Unbounded, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 60px;
  margin-bottom: 40px;
  width: 100%;
  text-align: left;
}

.user-form__form-item {
  width: 100%;
  margin-top: 87px;
}

.user-form__form-item:first-child {
  margin-top: 0;
}

.user-form__lable {
  color: #505050;
  font-size: 28px;
  font-weight: 700;
  line-height: 42px;
  margin-bottom: 31px;
}

.user-form__inputs-row {
  display: flex;
  gap: 48px;
  row-gap: 39px;
  flex-wrap: wrap;
  position: relative;
}

.dn {
  display: none;
}

.inputs-error {
  color: #ce2828;
  font-family: "Circe", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  position: absolute;
  left: 0;
  top: 58px;
  display: none;
}

.user-form__inputs-row--error .inputs-error {
  display: block;
}

.user-form__form-field {
  display: flex;
  align-items: center;
  gap: 20px;
  min-width: fit-content;
  position: relative;
}

.user-form__input-lable {
  color: #5c5c5c;
  font-family: "Circe", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 21.6px;
}

.user-form__gender-field {
  display: flex;
  width: fit-content;
  gap: 6px;
  position: relative;
}

.user-form__gender-item {
  width: 62px;
  height: 48px;
  border-radius: 14px;
  background: #d5eaed;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.user-form__gender-btn {
  color: #5c5c5c;
  font-family: "Circe", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 36px;
  height: 36px;
  width: 50px;
  text-align: center;
  border-radius: 9px;
}

.user-form__gender-item--active.user-form__gender-btn {
  background: #fff;
  box-shadow: 0px 4px 9px 0px #bbd6dc;
}

.input.user-form__input {
  width: 112px;
}

.user-form__waist-field {
  width: 300px;
  height: 48px;
  border-radius: 14px;
  background: #d5eaed;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}

.user-form__waist-content {
  min-width: 100px;
}

.user-form__waist-btn {
  border-radius: 9px;
  height: 36px;
  color: #5c5c5c;
  text-align: center;
  font-family: "Circe", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 36px;
  padding: 0 20px;
  cursor: pointer;
}

.user-form__waist-btn span {
  font-family: "Circe", sans-serif;
}

.user-form__waist-btn--active {
  background: #fff;
  box-shadow: 0px 4px 9px 0px #bbd6dc;
}

.checkboxes-block {
  margin-top: 87px;
}

.user-form__checkbox-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.user-form__checkbox {
  border-radius: 100px;
  position: relative;
  overflow: hidden;
}

.user-form__checkbox input {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 12;
}

.user-form__checkbox-inner {
  background: #d5eaed;
  padding: 13px 30px;
  color: #0f8d9c;
  font-family: "Circe", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 21.6px;
  cursor: pointer;
}

input[type="checkbox"]:checked ~ div {
  background: #0f8d9c;
  color: #d5eaed;
}

.user-form__submit {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 72px;
}

.user-form__submit-btn {
  width: 294px;
  text-align: center;
}

.user-form__result {
  max-width: 1084px;
  margin: 72px auto 0 auto;
}

.steps-section__progress {
  width: 100%;
  height: 14px;
  border-radius: 100px;
  background: #cdf2bc;
}

.steps-section__progress-line {
  height: 14px;
  border-radius: 100px;
  border: 1px solid rgba(17, 118, 160, 0.4);
  background: linear-gradient(90deg, #4aaeba 0.59%, #b3e9d9 100%);
}

.user-form__step-one {
  border: none;
  position: relative;
  padding: 52px;
  background: #FFFFFF;
  box-shadow: 0px 20px 39px -12px rgba(0, 0, 0, 0.1);
  border-radius: 35px;
}

.user-form__step-one .steps-section__progress-line {
  width: calc(100% / 3 - 10px);
}

.user-form__step-text-back {
  color: rgba(0, 0, 0, 0.05);
  font-size: 100px;
  line-height: 100px;
  font-weight: 400;
  position: absolute;
  bottom: 0;
  right: -3px;
}

.user-form__step-title {
  color: #0f8d9c;
  font-size: 28px;
  font-weight: 700;
  line-height: 42px;
}

.user-form__step-text {
  color: #4f4f4f;
  font-family: "Circe", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 21.6px;
  margin-top: 24px;
}

.user-form__step-two {
  padding: 52px;
  border-radius: 35px;
  background: #fff;
  box-shadow: 0px 20px 39px -12px rgba(0, 0, 0, 0.1);
  margin-top: 24px;
  z-index: 1;
  position: relative;
}

.user-form__step-two .steps-section__progress-line {
  width: calc(100% / 3 * 2 - 10px);
}

.user-form__step-two .user-form__step-title {
  text-align: center;
}

.user-form .articles-list__row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 40px;
  margin-top: 48px;
}

.user-form .articles-list__item {
  width: 100%;
  height: 442px;
  border-radius: 35px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
}

.user-form .articles-list__heading {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-bottom: 20px;
}

.user-form .logo-sm {
  margin: 0;
}

.user-form .articles-list__item-content {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.46) 45.87%);
  height: 310px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 32px;
}

.user-form .articles-list__content-title {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  margin: 0;
}

.user-form .articles-list__content-desc {
  color: #fff;
  font-family: "Circe", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  max-width: 278px;
  margin-bottom: 32px;
}

.user-form .articles-list__content-link {
  border-radius: 14px;
  border: 1px solid #fff;
  box-shadow: 0px 10px 31px -6px rgba(74, 99, 102, 0.7);
  width: 100%;
  height: 40px;
  line-height: 38px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

.user-form__step-three {
  padding: 52px 52px 44px 52px;
  border-radius: 35px;
  background: #fff;
  box-shadow: 0px 20px 39px -12px rgba(0, 0, 0, 0.1);
  margin-top: 24px;
  z-index: 1;
  position: relative;
}

.user-form__step-block {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
  width: 100%;
}

.user-form__step-three .steps-section__progress-line {
  width: 100%;
}

.user-form__step-three .user-form__step-title {
  position: absolute;
}

.user-form__save-result {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

.user-form__save-result-btn {
  width: 384px;
  color: #fff;
  font-family: Unbounded, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
  text-align: center;
}

@media (max-width: 1124px) {
  .button {
      text-transform: uppercase;
      font-size: 16px;
      font-weight: 500;
      line-height: 24px;
      height: 48px;
  }

  .input {
      font-size: 16px;
  }

  .header {
      padding: 0 79px;
  }

  .container {
      width: 100%;
      padding: 0 79px;
  }

  .user-form {
      padding: 40px 0 120px;
  }

  .user-form__title {
    font-size: 32px;
    line-height: 48px;
    margin-bottom: 32px;
  }

  .user-form__form-item {
      margin-top: 48px;
  }

  .user-form__form-item:first-child {
      margin-top: 0;
  }

  .user-form__lable {
      font-size: 20px;
      line-height: 30px;
  }

  .user-form__inputs-row {
      gap: 38px;
      row-gap: 35px;
  }

  .inputs-error {
      font-size: 14px;
      line-height: 16.2px;
      top: 58px;
  }

  .user-form__form-field {
      gap: 14px;
  }

  .user-form__input-lable {
      font-size: 16px;
      line-height: 19.2px;
  }

  .user-form__gender-field {
      display: flex;
      width: fit-content;
      gap: 6px;
      position: relative;
  }

  .user-form__gender-btn {
      font-size: 16px;
  }

  .checkboxes-block {
      margin-top: 48px;
  }

  .input.user-form__input {
      width: 90px;
  }

  .user-form__submit {
      width: 100%;
      display: flex;
      justify-content: center;
      margin-top: 72px;
  }

  .user-form__submit-btn {
      width: 100%;
  }

  .user-form__result {
      margin: 56px 0 0 0;
      padding: 0 79px;
  }

  .user-form__step-one {
      border-radius: 32px;
      padding: 32px 32px 40px 32px;
  }

  .user-form__step-text-back {
      font-size: 70px;
      line-height: 70px;
      bottom: -4px;
      right: -6px;
  }

  .user-form__step-text {
      font-size: 16px;
      line-height: 19.2px;
  }

  .user-form__step-two {
      padding: 32px 0;
      border-radius: 32px;
      margin-top: 20px;
  }

  .user-form__step-two .steps-section__progress {
      width: calc(100% - 64px);
      margin: 0 auto;
  }

  .user-form__step-two .user-form__step-title {
      text-align: start;
      padding: 0 32px;
  }

  .user-form .articles-list__row {
      display: flex;
      min-width: unset;
      overflow-x: auto;
  }

  .user-form .articles-list__item {
      min-width: 299px;
      width: 299px;
  }

  .user-form .articles-list__item:first-child {
      margin-left: 32px;
  }

  .user-form .articles-list__item:last-child {
      margin-right: 32px;
  }

  .user-form__step-three {
      padding: 32px;
      border-radius: 32px;
      margin-top: 16px;
  }

  .user-form__step-three .user-form__step-title {
      text-align: start;
      font-size: 26px;
      line-height: 39px;
  }

  .user-form__save-result-btn {
      width: 384px;
      font-size: 16px;
      line-height: 120% !important;
      text-transform: uppercase !important;
      text-align: center;
      padding: 0 !important;
  }
}

@media (max-width: 900px) {
  .user-form__step-three .user-form__step-title {
      position: relative;
  }
}

@media (max-width: 767px) {
  .button {
      text-transform: none;
  }

  .header__text {
      display: none;
  }

  .header {
      padding: 0 37px;
      height: 80px;
  }

  .header__container {
      max-width: 500px;
  }

  .header__auth-btn {
      height: 40px;
      padding: 5px 26px 5px 21px;
  }

  .header__auth-btn-icon {
      height: 26px;
      width: 26px;
  }

  .container {
      width: 100%;
      padding: 0 37px;
      overflow: hidden;
  }

  .user-form__title {
    word-break: break-word;
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 32px;
  }

  .user-form__form-item {
      margin-top: 40px;
  }

  .user-form__form-item:first-child {
      margin-top: 0;
  }

  .user-form__form-item--drugs .user-form__checkbox-row .user-form__checkbox:nth-child(-n + 14) {
      width: calc(50% - 8px);
  }

  .user-form__checkbox-inner {
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
  }

  .user-form__inputs-row {
      display: block;
  }

  .inputs-error {
      font-size: 14px;
      line-height: 16.2px;
      position: relative;
      background: white;
      padding: 12px 12px 12px 32px;
      top: -28px;
      border-bottom-right-radius: 24px;
      border-bottom-left-radius: 24px;
  }

  .user-form__form-field {
      background: white;
      padding: 20px 12px 20px 32px;
      margin-bottom: 1px;
      justify-content: space-between;
      box-shadow: 0px 4px 28px -6px rgba(5, 49, 58, 0.15);
      backdrop-filter: blur(20.5px);
  }

  .user-form__form-field:nth-child(1) {
      border-top-right-radius: 24px;
      border-top-left-radius: 24px;
  }

  .user-form__form-field:nth-child(4) {
      border-bottom-right-radius: 24px;
      border-bottom-left-radius: 24px;
      margin-bottom: 16px;
      box-shadow: 0px 4px 28px -6px rgba(5, 49, 58, 0.15);
      backdrop-filter: blur(20.5px);
  }

  .user-form__inputs-row--error .user-form__form-field:nth-child(4) {
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0;
  }

  .user-form__form-field:nth-child(6) {
      border-radius: 24px;
      display: block;
      padding: 20px;
  }

  .user-form__form-field:nth-child(6) .user-form__input-lable {
      text-align: center;
  }

  .checkboxes-block {
      margin-top: 40px;
  }

  .user-form__input-lable {
      font-size: 16px;
      line-height: 19.2px;
  }

  .user-form__waist-field {
      width: 100%;
      height: 84px;
      display: block;
      padding: 6px;
      margin-top: 26px;
  }

  .user-form__waist-btn {
      border-radius: 9px;
      height: 36px;
      padding: 0 20px;
  }

  .user-form__gender-field {
      gap: 8px;
  }

  .user-form__gender-btn {
      font-size: 16px;
  }

  .input.user-form__input {
      width: 132px;
  }

  .user-form__checkbox {
      width: 100%;
      border-radius: 14px;
      text-align: center;
  }

  .user-form__submit {
      margin-top: 48px;
  }

  .user-form__submit-btn {
      width: 100%;
  }

  .user-form__result {
      margin: 48px 0 0 0;
      padding: 0;
  }

  .user-form__step-one {
      border-radius: 40px;
      padding: 38px 37px 24px 37px;
  }

  .user-form__step-text-back {
      font-size: 35px;
      line-height: 35px;
      bottom: -4px;
      right: 0;
      left: 0;
      text-align: center;
  }

  .user-form__step-title {
      font-size: 20px;
      line-height: 30px;
  }

  .user-form__step-two {
      padding: 38px 0;
      border-radius: 40px;
  }

  .user-form__step-two .steps-section__progress {
      width: calc(100% - 74px);
      margin: 0 auto;
  }

  .user-form__step-two .user-form__step-title {
      padding: 0 37px;
  }

  .user-form .articles-list__row {
      display: flex;
      min-width: unset;
      overflow-x: auto;
  }

  .user-form .articles-list__item {
      min-width: 284px;
      width: 284px;
  }

  .user-form .articles-list__item:first-child {
      margin-left: 37px;
  }

  .user-form .articles-list__item:last-child {
      margin-right: 37px;
  }

  .user-form__step-three {
      padding: 38px 37px 32px 37px;
      border-radius: 40px;
      margin-top: 20px;
  }

  .user-form__step-three .user-form__step-title {
      font-size: 20px;
      line-height: 30px;
  }

  .user-form__step-block {
      flex-direction: column;
      gap: 24px;
  }

  .user-form__save-result-btn {
      width: 100%;
      min-width: 300px;
      max-width: 384px;
      height: fit-content;
      text-decoration: none;
      padding: 0;
      font-size: 16px !important;
      font-style: normal;
      font-weight: 500;
      line-height: 120% !important;
      text-align: center;
      text-transform: none !important;
  }
}

@media (max-width: 374px) {
  .container {
      padding: 0 calc((100vw - 300px) / 2);
  }

  .header {
      padding: 0 calc((100vw - 300px) / 2);
  }
}

/* End */
/* /bitrix/templates/stroynee/components/bitrix/news.list/test/style.css?176234561216931 */
