

/* Start:/local/templates/rinscom2/a/css/treatmentform.css?17162003478636*/
.treatment__formbox {
	padding: 36px 42px 34px 36px;
	border: 1px solid var(--color-blue);
	border-radius: 10px;
	margin: 0 0 24px 0;
}

.treatment__form-row_hidden {
	position: absolute !important;
	left: -200vw;
	top: -200vh;
	margin: 0;
}

.treatment__title {
	font-size: 24px;
	line-height: 31px;
	color: var(--color-blue);
	margin: 0 0 32px 0;
}

.treatment__form-item {
	position: relative;
	margin: 0 0 12px 0;
	min-height: 44px;
}

.treatment__form-input {
	width: 100%;
	font-size: 14px;
	line-height: 18px;
	/* identical to box height */
	color: #333333;
	padding: 11px 18px 13px;
	background: #FFFFFF;
	border: 1px solid #999999;
	border-radius: var(--border-radius);
}

.treatment__form-input:focus {
	border-color: var(--color-blue);
	outline: none;
}

.treatment__form-label {
	position: absolute;
	left: 18px;
	top: 12px;
	margin: 0;
	font-size: 14px;
	line-height: 18px;
	color: #333333;
	transition: var(--transition-all);
}

.treatment__form-input:focus + .treatment__form-label, .treatment__form-input.not-empty + .treatment__form-label {
	top: 1px;
	font-size: 10px;
}

.treatment__form-selectcurent {
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-right: 5px;
}

.treatment__form-selectcurent:before {
	position: absolute;
	right: 13px;
	top: 16px;
	width: 12px;
	height: 12px;
	font-size: 5.66px;
	color: var(--color-blue);
	display: flex;
	align-items: center;
	justify-content: center;
}

.treatment__form-select.open .treatment__form-selectcurent:before {
	transform: scaleY(-1) translateY(2px);
}

.treatment__form-select {
	position: relative;
	background: #FFFFFF;
	border: 1px solid #999999;
	border-radius: var(--border-radius);
	padding: 11px 18px 13px;
	font-size: 14px;
	line-height: 18px;
	color: #333333;
}

.treatment__form-selectlist {
	display: none
}

.treatment__form-select.open .treatment__form-selectlist {
	display: block;
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
	border-top: 1px solid #F0F0F0;
}

.treatment__form-selectoption {
	padding: 7px 0;
	cursor: pointer;
}

.treatment__form-selectoption:hover {
	color: var(--color-blue);
}

.treatment__form-select.open {
	border-color: var(--color-blue);
	outline: none;
	box-shadow: 8px 8px 12px rgba(73, 118, 210, 0.15);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
}

.treatment__form-input_textarea {
	height: 178px;
	display: block;
}

.treatment__form-input_file {
	display: none;
}

.treatment__form-label_file {
	position: static;
	line-height: 18px;
	padding: 7px 0;
	display: flex;
	align-items: center;
	border: 1px solid transparent;
	color: #999999;
	width: 100%;
	box-shadow: none;
	outline: none;
	font-size: 14px;
	transition: var(--transition-all);
	cursor: pointer;
	margin: 0 0 16px 0;
}

.treatment__form-label_file:before {
	width: 30px;
	height: 30px;
	display: flex;
	font-size: 20px;
	align-items: center;
	justify-content: center;
	margin: 0 8px 0 0;
}

.treatment__form-label_file:hover {
	color: var(--color-blue);
}

.treatment__form-input-clear {
	display: none;
	position: absolute;
	bottom: -10px;
	right: 0;
	font-size: 12px;
	line-height: 16px;
}

.treatment__form-input-clear:after {
	font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
	font-size: 14px;
	position: relative;
	margin-left: 2px;
	top: 2px;
	width: 35px;
	content: "\00d7";
	text-align: center;
}

.treatment__form-input-clear:hover {
	color: red;
}

.treatment__form-heading {
	font-size: 16px;
	line-height: 21px;
	/* identical to box height */
	color: #333333;
	margin: 0 0 17px 0;
}

.treatment__form-checkboxwrap {
	position: relative;
	font-size: 16px;
	line-height: 21px;
	/* identical to box height */
	margin: 0 0 6px 0;
	color: #000000;
}

.treatment__form-checkbox {
	display: none;
}

.treatment__form-checkboxlabel {
	padding: 0 0 0 26px;
	position: relative;
	margin: 0;
	cursor: pointer;
}

.treatment__form-checkboxlabel:before {
	content: '';
	display: block;
	width: 14px;
	height: 14px;
	position: absolute;
	left: 0;
	top: 5px;
	border: 1px solid #999999;
}

.treatment__form-checkboxlabel:hover:before {
	border: 1px solid var(--color-blue);
}

.treatment__form-checkbox:checked + .treatment__form-checkboxlabel:after {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	position: absolute;
	left: 3px;
	top: 8px;
	background-color: var(--color-blue);
}

.treatment__form-checkboxwrap:last-child {
	margin: 0 0 17px 0;
}

.treatment__form-submit {
	margin: 23px 0 10px 0;
	width: 100%;
}

.treatment__form-notice {
	font-size: 12px;
	line-height: 15px;
	color: #999999;
}

.form__agree {
    text-align: left;
    margin-top: 13px;
}
.form__agree-box {
    position: relative;
}
.form__agree-input {
    display: none;
}
.form__agree-label {
    font-size: 12px;
    line-height: 18px;
    color: #666666;
    padding-left: 20px;
    cursor: pointer;
    display: block;
}

.form__agree-label:before {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    width: 14px;
    height: 14px;
    display: block;
    border: 1px solid #666666;
}

.form__agree-input:checked + .form__agree-label:before {
    border: 1px solid var(--color-blue);
}

.form__agree-input:checked + .form__agree-label:after {
    content: '';
    position: absolute;
    display: block;
    top: 4px;
    left: 2px;
    width: 10px;
    height: 10px;
    background-color: var(--color-blue);

}

.treatment__desc {
	border: 1px solid #F0F0F0;
	border-radius: 10px;
	padding: 23px 19px 23px 19px;
	font-size: 16px;
	line-height: 21px;
	color: #666666;
}

.treatment__form-radios {
	margin: 0 0 12px 0;
}
.treatment__form-radioname {
	margin: 0 0 16px 0;
	font-weight: 300;
    font-variation-settings: "wght" 300;
    font-size: 16px;
	line-height: 21px;
}
.treatment__form-radiolist {
	display: flex;
	flex-flow: row wrap;
	gap: 8px;
}
.treatment__form-radio {
	display: none;
}
.treatment__form-radiolabel {
	display: block;
	color: #666666;
	font-size: 14px;
	line-height: 1;
	margin: 0;
	width: 100%;
	padding: 5px 11px;
	background: #4976D20F;
	border: 1px solid #4976D20F;
	transition: var(--transition-all);
	border-radius: 5px;
	cursor:  pointer;
}

.treatment__form-radio:checked + .treatment__form-radiolabel {
	color: #ffffff;
	background-color: var(--color-blue);
	border-color: var(--color-blue);
}

@media all and (min-width: 1200px) {
	.treatment__inner {
		margin: 0 -15px;
		display: flex;
	}

	.treatment__col {
		padding: 0 15px;
	}

	.treatment__col_right {
		width: 410px;
		flex: 0 0 410px;
	}

	.treatment__col_left {
		flex: 1 1 auto;
	}

	.treatment__desc {
		font-size: 18px;
		line-height: 23px;
		height: 100%;
	}

	.treatment__formbox {
		margin: 0;
	}

	.treatment__title {
		font-size: 36px;
		line-height: 46px;
		color: #333333;
		margin: 0 0 56px 0;
	}

	.treatment__form-row {
		display: flex;
		margin: 0 -21px;
	}

	.treatment__form-row_hidden {
		position: absolute !important;
		left: -200vw;
		top: -200vh;
		margin: 0;
	}

	.treatment__form-col {
		padding: 0 21px;
	}

	.treatment__form-col_left {
		width: 282px;
	}

	.treatment__form-item {
		margin: 0 0 24px 0;
	}

/*	.treatment__form-item[data-hideonreset] {
		margin: 0 0 12px 0
	}*/

	.treatment__form-input {
		max-width: 240px;
	}

	.treatment__form-input_textarea {
		height: 112px;
		width: 100%;
		max-width: unset;
	}

	.treatment__form-col_right {
		flex: 1 1 auto;
	}

	.treatment__form-label_file {
		font-size: 16px;
	}

	.treatment__form-heading {
		font-size: 16px;
		line-height: 21px;
	}

	.treatment__form-submit {
		margin: 27px 0 0 0;
	}

	.treatment__form-checkboxwrap:last-child {
		margin: 0;
	}

	.treatment__form-notice {
		margin: 34px 0 0 0;
		max-width: 400px;
	}

	.form__agree {
		margin: 34px 0 0 0;
		max-width: 400px;
	}

	.treatment__form-radios {
		margin: 0 0 32px 0;
	}

	.treatment__form-radiolabel {
		font-size: 16px;
		line-height: 14px;
		width: auto;
	}
}

@media all and (min-width: 1360px) {
	.treatment__col_right {
		width: 490px;
		flex: 0 0 490px;
	}

	.treatment__desc {
		padding: 53px 66px 23px 54px;
		font-size: 18px;
		line-height: 23px;
	}

	.treatment__formbox {
		padding: 61px 84px 61px 85px;
	}
}
/* End */


/* Start:/local/templates/rinscom2/a/css/specform.v2.css?17326310325151*/
.hf {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	padding: 32px 12px;
}
.hf_margintop {
	margin-top: 64px;
}
.hf_marginbottom {
	margin-bottom: 64px;
}
.hf__back {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.hf__backimg {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 74% center;
}
.hf__inner {
	width: 100%;
	max-width: 1440px;
	position: relative;
	z-index: 2;
	background-color: #FFFFFF;
	border: 2px solid #4976D24D;
	border-radius: 16px;
	box-shadow: 0px 24px 56px 0px #061C3D1F;
	padding: 24px 16px;
}
.hf__form {
	display: flex;
	flex-flow: column nowrap;
	gap: 16px;
}
.hf__head {
	display: flex;
	flex-flow: column nowrap;
	gap: 16px;
}
.hf__title {
	font-size: 24px;
	font-weight: 550;
	font-variation-settings: "wght" 550;
	line-height: 30.72px;
	letter-spacing: -0.012em;
	color: var(--color-blue);
}
.hf__text {
	font-size: 16px;
	font-weight: 300;
	font-variation-settings: "wght" 300;
	line-height: 20.48px;
	color: #000000;
}
.hf__hidden {
	display: none;
}
.hf__body {	
	display: flex;
	flex-flow: column nowrap;
	gap: 14px;
}
.hf__forminput {
	width: 100%;
	border-radius: 5px;
	line-height: 38px;
	border: 1px solid #F0F0F0;
	font-size: 16px;
	font-weight: 300;
	font-variation-settings: "wght" 300;
	padding: 0 13px;
	transition: var(--transition-all);
}
.hf__forminput:focus-visible {
	outline: unset;
	border-color: #000000;
}
.hf__forminput:placeholder {
	color: #999999;
}
.hf__formtextarea {
	width: 100%;
	border-radius: 5px;
	line-height: 38px;
	border: 1px solid #F0F0F0;
	font-size: 16px;
	font-weight: 300;
	font-variation-settings: "wght" 300;
	padding: 0 13px;
	transition: var(--transition-all);
	min-height: 90px;
	resize: unset;
}
.hf__formtextarea:focus-visible {
	outline: unset;
	border-color: #000000;
}
.hf__formtextarea:placeholder {
	color: #999999;
}
.hf__formitem_dop {
	display: none;	
}
.hf__footer {
	display: flex;
	flex-flow: column nowrap;
	gap: 16px;
}
.hf__formfile {
	display: flex;
	flex-flow: column nowrap;
	gap: 16px;
	position: relative;
}
.hf__formfileinput {
	display: none;
}
.hf__formfilelabel {
	display: flex;
	flex-flow: column nowrap;
	gap: 2px;
	padding: 0 0 0 28px;
	color: var(--color-blue);
	cursor: pointer;
}
.hf__formfilelabel:before {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 15.17px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	line-height: 20px !important;
}
.hf__formfilelabeltop {
	font-size: 14px;
	line-height: 16px;
}
.hf__formfilelabelbot {
	font-size: 12px;
	font-weight: 300;
	line-height: 15.36px;
	color: #92ade4;
}
.hf__formfileclear {
	display: none;
	font-size: 14px;
	line-height: 16px;
	position: relative;
	color: #666666;
}
.hf__formfileclear.active {
	display: inline-flex;
	flex-flow: row-reverse nowrap;
	align-items: center;
	justify-content: flex-end;
	gap: 8px;
}
.hf__formfileclear:before {
	font-size: 10.2px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	line-height: 20px !important;
	color: var(--color-blue);
}
.hf__footerfoot {
	display: flex;
	flex-flow: column nowrap;
	gap: 8px;
}
.btn.hf__submit {
	border-radius: 7px;
	width: 100%;
	font-size: 17px;
	line-height: 44px;
}
.hf__agreeinput {
	display: none;
}
.hf__agreelabel {
	padding: 1.5px 0 1.5px 26px;
	position: relative;
	font-size: 12px;
	line-height: 15.36px;
	color: #000000;
	cursor: pointer;
}
.hf__agreelabel:before {
	content:  '';
	position: absolute;
	left: 0;
	top: 50%;
	display: block;
	width: 18px;
	height: 18px;
	border-radius: 5px;
	border: 1px solid var(--color-blue);
	transform: translateY(-50%);
}
.hf__agreeinput + .hf__agreelabel:after {
	content:  '';
	position: absolute;
	left: 2px;
	top: 50%;
	display: block;
	width: 14px;
	height: 14px;
	border-radius: 3px;
	transition: var(--transition-all);
	transform: translateY(-50%);
}
.hf__agreeinput:checked + .hf__agreelabel:after {
	background: var(--color-blue);
}

@media all and (min-width: 1200px) {

	.hf_margintop {
		margin-top: 96px;
	}
	.hf_marginbottom {
		margin-bottom: 96px;
	}
	.hf__inner {
	    padding: 32px;
	}
	
	.hf__title {
	    font-size: 28px;
	    line-height: 35.84px;
	    letter-spacing: -0.012em;
	}
	
	.hf__form {
	    flex-flow: row nowrap;
	    gap: 16px;
	}

	.hf__formfile {
		gap: 8px	
	}
	
	.hf__body {
	    flex: 0 0 504px;
	    flex-flow: row wrap;
	    gap: 14px 16px;
	}
	
	.hf__footer {
	    flex: 0 0 240px;
	    justify-content: space-between;
	}
	
	.hf__formtextarea {
	    min-height: 124px;
	}
	
	.hf__formitem {
	    width: calc(50% - 8px);
	}
	
	.hf__formitem:nth-child(3) {
	    width: 100%;
	}
}

@media all and (min-width: 1440px) {
	.hf {
	    padding: 47px 0;
	}
	
	.hf__inner {
	    padding: 64px;
	}
	
	.hf__form {
	    gap: 32px;
	}
}
/* End */
/* /local/templates/rinscom2/a/css/treatmentform.css?17162003478636 */
/* /local/templates/rinscom2/a/css/specform.v2.css?17326310325151 */
