

/* Start:/local/templates/rinscom2/a/css/pnpform.css?17291769349667*/
.hidden {
	display: none
}

.mainheader .title {
	display: none;
}

.pnp {
}
.pnp__top {
	position: relative;
	overflow: hidden;
	margin: 0 0 64px 0;
}
.pnp__toppinner {
	padding: 77px 66px;
}
.pnp__topblock {
	padding: 64px;
	max-width: 794px;
	border-radius: 16px;
	box-shadow: 0px 24px 56px 0px #061C3D1F;
	position: relative;
	z-index: 1;
	background-color: #fff;
}
.pnp__topformbox {
	display: flex;
	flex-flow: column nowrap;
	gap: 32px;
}
.pnp__toptitle {
	font-size: 28px;
	font-variation-settings: "wght" 550;
	line-height: 35.84px;
	letter-spacing: -0.012em;
	color: var(--color-blue);
}
.pnp__topform {
	display: flex;
	flex-flow: column nowrap;
	gap: 32px;
}
.pnp__topformbody {
	display: flex;
	flex-flow: row nowrap;
	gap: 40px;
}
.pnp__topformgroup {
	width: calc((100% - 40px) / 2);
	display: flex;
	flex-flow: column nowrap;
	gap: 8px;
}
.pnp__topformtitle {
	font-size: 16px;
	line-height: 20.48px;
	letter-spacing: -0.012em;
	margin: 0 0 8px 0;
}
.pnp__topformrow {
}
.pnp__topforminputbox {
}
.pnp__topforminput {
	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);
}
.pnp__topforminput:focus-visible {
	outline: unset;
	border-color: #000000;
}
.pnp__topforminput:placeholder {
	color: #999999;
}
.pnp__topformradios {
	padding: 11px 0;
	display: flex;
	flex-flow: row nowrap;
	gap: 32px;
}
.pnp__topformradio {
	display: none;
}
.pnp__topformradiolabel {
	padding: 0 0 0 24px;
	position: relative;
	font-size: 14px;
	line-height: 18px;
	color: #666666;
	cursor: pointer;

}
.pnp__topformradiolabel:before {
	content:  '';
	position: absolute;
	left: 0;
	top: 1px;
	display: block;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	border: 1px solid var(--color-blue);
}
.pnp__topformradio + .pnp__topformradiolabel:after {
	content:  '';
	position: absolute;
	left: 2px;
	top: 3px;
	display: block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	transition: var(--transition-all);
}
.pnp__topformradio:checked + .pnp__topformradiolabel:after {
	background: var(--color-blue);	
}
.pnp__topformfile {
	padding: 10px 0;
	position: relative;
}
.pnp__topformfileinput {
	display: none;
}
.pnp__topformfilelabel {
	display: flex;
	align-items: center;
	gap: 8px;
	color: var(--color-blue);
	cursor: pointer;
	font-size: 14px;
	line-height: 16px;
}

.pnp__topformfilelabel:before {
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 15.17px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pnp__topformfileclear {
    display: none;
    position: absolute;
    bottom: -10px;
    right: 0;
    font-size: 12px;
    line-height: 16px;
}

.pnp__topformfileclear: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;
}

.pnp__topformfileclear:hover {
    color: red;
}


.pnp__topformfoot {	
	display: flex;
	flex-flow: row-reverse nowrap;
	align-items: center;
	gap: 16px;
	justify-content: space-between;
}
.btn.pnp__topformsubmit {
	width: calc((100% - 40px) / 2);
	flex-shrink: 0;
	border-radius: 7px;
	font-weight: 300;
	font-variation-settings: "wght" 300;
	font-size: 17px;
	line-height: 44px;
}
.pnp__topformagree {
	flex-shrink: 0;
	flex-grow: 1;
}
.pnp__topformagreeinput {
	display: none;
}

.pnp__topformagreelabel {
	padding: 0 0 0 22px;
	position: relative;
	font-size: 12px;
	line-height: 15.36px;
	color: #666666;
	cursor: pointer;

}
.pnp__topformagreelabel:before {
	content:  '';
	position: absolute;
	left: 0;
	top: -1px;
	display: block;
	width: 18px;
	height: 18px;
	border-radius: 2px;
	border: 1px solid var(--color-blue);
}
.pnp__topformagreeinput + .pnp__topformagreelabel:after {
	content:  '';
	position: absolute;
	left: 2px;
	top: 1px;
	display: block;
	width: 14px;
	height: 14px;
	border-radius: 2px;
	transition: var(--transition-all);
}

.pnp__topformagreeinput:checked + .pnp__topformagreelabel:after {
	background: var(--color-blue);
}


.pnp__topback {
	position: absolute;
	top: 58px;
	right: 96px;
}
.pnp__topbackimgs {
	display: flex;
	flex-flow: column nowrap;
	gap: 116px;
	align-items: center;
}

.pnp__topbackimg {
	display: block;
	width: 100%;
	max-width: 100%;
}

.pnp__tableblock {
	margin: 0 0 64px 0;
}
.pnp__tabletitle {
	font-size: 24px;
	font-weight: 550;
	font-variation-settings: "wght" 550;
	line-height: 31.2px;
	color: #333333;
	margin: 0 0 24px 0;
}
.pnp__tablelink {
	font-size: 14px;
	font-weight: 550;
	font-variation-settings: "wght" 550;
	line-height: 20.8px;
	color: var(--color-blue);
	text-decoration: unset;
	outline: none;
	cursor: pointer;
	transition: var(--transition-all);
}
.pnp__tablelink:hover {
	color: var(--color-lightblue);
	text-decoration: unset;
}
.pnp__tablecaption {
	font-size: 14px;
	line-height: 17.92px;
	color: #000000;
}
.pnp__tablewrapper {
	margin: 0 -15px 24px -15px;
	overflow-x: auto;
	padding: 0 15px;
}
.pnp__tablewrapper > table {
	width: 100%;
	min-width: 1190px;
	border-radius: 10px;
	overflow: hidden;
	color: #333333;
}
.pnp__tablewrapper > table > thead {
}
.pnp__tablewrapper > table > thead > tr {}
.pnp__tablewrapper > table > thead > tr > th {
	background-color: var(--color-blue);
	color: #ffffff;
	padding: 14px 12px;
	font-size: 18px;
	font-weight: 550;
	font-variation-settings: "wght" 550;
	line-height: 23.4px;
	min-width: 132px;
	width: 216px
}

.pnp__tablewrapper > table > thead > tr > th[colspan] {
	text-align: center;
}

.pnp__tablewrapper_pi > table > thead > tr > th:nth-child(1) {width: 487px}
.pnp__tablewrapper_pi > table > thead > tr > th:nth-child(2) {width: 170px}
.pnp__tablewrapper_pi > table > thead > tr > th:nth-child(3) {width: 487px}
.pnp__tablewrapper_pi > table > thead > tr > th:nth-child(4) {width: 155px}
.pnp__tablewrapper_pi > table > thead > tr > th:nth-child(5) {width: 152px}
.pnp__tablewrapper_pi > table > thead > tr > th:nth-child(6) {width: 152px}
.pnp__tablewrapper_pi > table > thead > tr > th:nth-child(7) {width: 132px}

.pnp__tablewrapper_pi > table > thead > tr > th {
	padding: 17px 12px;
}

.pnp__tablewrapper > table > tbody > tr > td {
	vertical-align: top;
	padding: 10px 12px;
	font-size: 16px;
	line-height: 20.8px;
	transition: var(--transition-all);
}

.pnp__tablewrapper > table > tbody > tr:nth-child(even) > td {
	background: #4976D214;
}
.pnp__tablewrapper > table > tbody > tr:nth-child(odd) > td {
	background: #FFFFFF00;
}
.pnp__tablewrapper > table > tbody > tr:hover > td {
	background: #4976D23D;
}

.pnp__tablewrapper > table > tbody > tr > td > table {
	margin: -5px 0;
}

.pnp__tablewrapper > table > tbody > tr > td > table > tbody > tr > td {
	padding: 0;
	vertical-align: top;
	font-size: 16px;
	line-height: 2;
}

.pnp__notice {
	border-radius: 10px;
	background: #FBFCFE;
	padding: 40px 58px;
	margin: 0 0 128px 0;
}
.pnp__noticeinner {
	display: flex;
	flex-flow: row nowrap;
	gap: 24px;
	font-size: 16px;
	line-height: 24px;
	color: #000000;
}

.pnp__noticeinner:before {
	width: 48px;
	height: 48px;
	line-height: 48px;
	font-size: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--color-blue);
}

@media all and (max-width: 992px) {
	.pnp__topblock {
		padding: 32px;
	}
	.pnp__topformbody {
		gap: 20px;
	}
	.pnp__toppinner {
		padding: 40px 16px;
	}
}

@media all and (max-width: 768px) {

	.pnp__toppinner {
		padding: 0;
		display: flex;		
		flex-flow: column-reverse nowrap;
		gap: 24px;
	}
	.pnp__topblock {
		padding: 24px 0;
		max-width: unset;
		border-radius: 0;
		box-shadow: unset;
	}
	.pnp__topformbox {
		gap: 32px;
	}
	.pnp__topformbody {
		flex-flow: column nowrap;
		gap: 16px;
	}
	.pnp__topformgroup {
		width: 100%;
	}
	.pnp__topformfoot {
		flex-flow: column-reverse nowrap;
		align-items: flex-start;
		gap: 16px;
	}
	.btn.pnp__topformsubmit {
		width: 100%;
		max-width: 360px;
		align-self: center;
	}
	.pnp__topback {
		position: static;
	}
	.pnp__topbackimgs {
		gap: 32px;
	}
	.pnp__topbacktop {
		width: 76.6%;
	}

	.pnp__topbackbottom {
		width: 100%;
	}

	.pnp__tabletitle {
		font-size: 16px;
		line-height: 20.48px;
	}
	.pnp__tablewrapper > table {
		border-radius: 4px;
	}
	.pnp__tablewrapper > table > thead > tr > th {
		width: 149px	
	}

	.pnp__tablewrapper_pi > table > thead > tr > th:nth-child(1) {width: 215px}
	.pnp__tablewrapper_pi > table > thead > tr > th:nth-child(2) {width: 170px}
	.pnp__tablewrapper_pi > table > thead > tr > th:nth-child(3) {width: 215px}
	.pnp__tablewrapper_pi > table > thead > tr > th:nth-child(4) {width: 155px}
	.pnp__tablewrapper_pi > table > thead > tr > th:nth-child(5) {width: 152px}
	.pnp__tablewrapper_pi > table > thead > tr > th:nth-child(6) {width: 152px}
	.pnp__tablewrapper_pi > table > thead > tr > th:nth-child(7) {width: 132px}

	.pnp__notice {
		padding: 8px 16px;
		margin: 0 0 64px 0;
	}
	.pnp__noticeinner {
		gap: 16px;
		font-size: 14px;
		line-height: 24px;
		align-items: center;
	}

	.pnp__noticeinner:before {
		width: 32px;
		height: 32px;
		line-height: 32px;
		font-size: 26px;
	}

}
/* 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/pnpform.css?17291769349667 */
/* /local/templates/rinscom2/a/css/specform.v2.css?17326310325151 */
