

/* Start:/local/templates/aspro_max_rx/components/bitrix/form.result.new/inline_compact/style.css?17835147164241*/
.form-img {
  height: 100vh;
  max-height: 438px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.form-narrow {
  max-width: 640px;
}

  :root {
    --text: #0B253F;
    --dark-blue: #2B3953;
    --blue: #216BB5;
    --orange: #FF611E;
    --muted: #E6E8E6;
    --card: #F4F4F4;
    --container: min(1400px, calc(100vw - 88px));
    --gap: clamp(14px, 1.04vw, 20px);
    --radius: clamp(15px, 1.04vw, 20px);
    --fs-12: clamp(10px, 0.63vw, 12px);
    --fs-15: clamp(12px, 0.99vw, 15px);
    --fs-16: clamp(14px, 1.05vw, 16px);
    --fs-18: clamp(16px, 1.19vw, 18px);
    --fs-25: clamp(20px, 1.63vw, 25px);
    --fs-35: clamp(26px, 2.3vw, 35px);
  }

.help-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 325px;
	height: 325px;
    padding: 20px;
	width:var(--container);
    background: #0B253F;
    border-radius: 20px;
	margin:0 auto;
	margin-top: 3rem;
  }

  .help-card__content {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .help-card__title {
    margin: 0;
    font-size: 32px;
    font-weight: 700;
    line-height: 130%;
    color: #fff;
  }

  .help-card__text {
    margin: 0;
    font-size: 14px;
    line-height: 120%;
    color: #fff;
	margin-bottom: 40px;
  }

  .help-card__form {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .help-card__field {
    display: flex;
    align-items: center;
	background: #fff;
    border-radius: 100px;
  }

  .help-card__input {
    flex: 1;
    height: 60px;
    padding: 0 16px;
    border: 0;
    outline: none;
    background: transparent;
    font-size: 14px;
  }

  .help-card__input::placeholder {
    color: #CFD3D4;
  }

  .help-card__button {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    padding: 0 26px;
    border: 0;
    border-radius: 100px;
    background: #FF611E;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background .2s;
  }

  .help-card__button:hover {
    background: #ea5618;
  }

  .help-card__agree {
    display: flex;
    align-items: flex-start;
    gap: 6px;
    cursor: pointer;
  }

  .help-card__agree input {
    display: none;
  }

  .help-card__check {
    position: relative;

    flex-shrink: 0;

    width: 15px;
    height: 15px;

    margin-top: 1px;

    border-radius: 4px;
    background: #fff;
  }

  .help-card__check::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 4px;
    width: 6px;
    height: 3px;
    border-left: 2px solid #FF611E;
    border-bottom: 2px solid #FF611E;
    transform: rotate(-45deg);
    opacity: 0;
  }

  .help-card__agree input:checked + .help-card__check::after {
    opacity: 1;
  }
  .help-card .maxwidth-theme .form_footer .licence_block label {
    color: rgba(255, 255, 255, 0.8) !important;
    font-size: 12px !important;
	padding: 0px 0px 0px 20px !important;
}
.help-card .maxwidth-theme .form_footer .licence_block label a {
    color: rgba(255, 255, 255, 1);
}

	.help-card .form form .form_footer .licence_block label:not(.error)::before {
		width: 15px !important;
		height: 14px !important;
	}
	
	.help-card .form form .form_footer .licence_block label:not(.error)::after {
		content: url(/upload/images/polochnye_stellazhy/checkmark_mini.svg);
		left: 2px !important;
		top: -1px !important;
		font-size: 12px;
		box-shadow: unset !important;
		width: 6px !important;
		height: 5px !important;
	}
	.help-card .maxwidth-theme .form.inline {
		padding: 0;
	}

  .help-card__agree-text {
    font-size: 12px;
    line-height: 120%;
    letter-spacing: .03em;

    color: rgba(255,255,255,.8);
  }
  .help-card .maxwidth-theme {
		background: transparent;
		padding: 0;
	}
	
	.help-card .maxwidth-theme .form_body {
		background-color: #fff;
		border-radius: 100px;
		gap: 0;
		margin-bottom: 24px;
		padding: 5px;
	}
	.help-card .maxwidth-theme .form_body .form-control {
		margin-bottom: 0;
		border-radius: 100px;
	}
	.help-card .maxwidth-theme .form_body .form-control input {
		background: transparent;
		border: 0;
	}
	
	
	@media (max-width: 900px) {
		:root {
		  --container: min(1400px, calc(100vw - 20px));
		}
	}
/* End */


/* Start:/local/templates/aspro_max_rx/components/bitrix/form.result.new/inline/style.min.css?1743246226148*/
.form-img{height:100vh;max-height:438px;background-position:center;background-repeat:no-repeat;background-size:cover;}.form-narrow{max-width:640px;}
/* End */
/* /local/templates/aspro_max_rx/components/bitrix/form.result.new/inline_compact/style.css?17835147164241 */
/* /local/templates/aspro_max_rx/components/bitrix/form.result.new/inline/style.min.css?1743246226148 */
