

/* Start:/local/templates/rinscom2/a/css/about.css?17129468734101*/
.about__head {
	background: #FBFCFE;
	border-radius: 10px;
	padding: 27px 10px 145px;
	background-image: url(/local/templates/rinscom2/a/css/../img/aboutback.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: auto 125px;
	margin: 0 0 30px 0;
}

.about__head-title {
	font-weight: 450;
	font-size: 24px;
	line-height: 31px;
	color: #333333;
	margin: 0 0 48px 0;
}

.about__head-list {
	display: flex;
	flex-flow: row wrap;
	margin: 0 -10px;
}

.about__head-item {
	width: 50%;
	padding: 0 10px;
	margin: 0 0 22px 0;
}

.about__head-itemname {
	font-weight: 450;
	font-size: 18px;
	line-height: 23px;
	color: var(--color-blue);
	margin: 0 0 4px 0;
}

.about__head-itemtext {
	font-size: 16px;
	line-height: 21px;
	color: #666666;
}

.about__text {
	font-size: 16px;
	line-height: 21px;
	color: #666666;
}

.borderedtext {
	display: inline-block;
	border: 1px solid var(--color-blue);
	border-radius: 5px;
	padding: 13px 13px 22px 13px;
	color: var(--color-blue);
	margin: 31px 0 20px 0;
}

.borderedtext .bold {
	font-weight: 450;
}

.about__why {
	margin: 45px 0 40px 0;
}

.about__why-title {
	font-weight: 450;
	font-size: 24px;
	line-height: 31px;
	color: #333333;
	margin: 0 0 46px 0;
}

.about__why-list {
	list-style: none;
	padding: 0;
	margin: 0;
	counter-reset: item;
}

.about__why-listitem {
	min-height: 72px;
	padding: 16px 0 0 85px;
	margin: 0 0 8px 0;
	font-size: 16px;
	line-height: 21px;
	color: #333333;
	position: relative;
}

.about__why-listitem a {
	text-decoration-line: underline;
	color: var(--color-blue);
	text-underline-position: from-font;
}

.about__why-listitem:before {
	content: "0"counter(item);
	counter-increment: item;
	position: absolute;
	top: 0;
	right: calc(100% - 60px);
	font-weight: 450;
	font-size: 56px;
	line-height: 72px;
	color: #fff;
	-webkit-text-stroke: 2px var(--color-blue);
}

.about__blocks {
	margin: 40px 0 0 0;
}

.about__block {
	margin: 0 0 20px 0;
	border: 1px solid var(--color-blue);
	border-radius: 10px;
	padding: 24px 18px 37px 22px;
}

.about__block-name {
	font-weight: 450;
	font-size: 18px;
	line-height: 23px;
	color: var(--color-blue);
	margin: 0 0 13px 0;
}

.about__block-text {
	font-size: 16px;
	line-height: 21px;
	color: #666666;
}

.about__block-btn {
	min-width: 156px;
	font-weight: 450;
}

.about__block-btnbox {
	margin: 21px 0 0 0;
}

@media all and (min-width: 992px) {
	.about__text {
		font-size: 21px;
		line-height: 27px;
	}

	.about__why {
		margin: 96px 0 -76px 0;
	}

	.about__why-title {
		margin: 0 0 56px 0;
	}

	.about__why-list {
		display: flex;
		justify-content: space-between;
		flex-flow: row wrap ;
		margin: 0 -15px;
	}

	.about__why-listitem {
		min-height: 92px;
		font-size: 18px;
		line-height: 18px;
		width: 50%;
		padding: 17px 15px 0 122px;
		margin: 0 0 96px 0;
	}

	.about__why-listitem:before {
		font-size: 72px;
		line-height: 92px;
		right: calc(100% - 101px);
	}

	.about__blocks {
		margin: 96px 0 0 0;
		display: flex;
		flex-flow: row nowrap;
		justify-content: space-between;
	}

	.about__block {
		width: calc(50% - 15px);
		padding: 33px 85px 34px 56px;
		margin: 0
	}

	.about__block-name {
		margin: 0 0 10px 0;
		font-size: 24px;
		line-height: 31px;
	}

	.about__block-text {
		font-size: 18px;
		line-height: 23px;
	}
}

@media all and (min-width: 1200px) {
	.about__head {
		padding: 34px 46px 21px;
		background-position: 100% center;
		background-size: contain;
		margin: 0 0 96px 0;
	}

	.about__head-title {
		margin: 0 0 25px 0;
	}

	.about__head-list {
		margin: 0 -30px;
	}

	.about__head-item {
		width: auto;
		max-width: 320px;
		margin: 0;
		padding: 0 30px;
	}

	.borderedtext {
		padding: 19px 44px;
		margin: 36px 0;
	}
}

@media all and (min-width: 1360px) {
	.about__head {
		background-position: calc(100% - 85px) center;
	}

	.about__why-listitem {
		width: 25%;
	}
}
/* End */


/* Start:/local/templates/rinscom2/a/css/aboutexamples.css?17129468731013*/
.aboutexamples {
	margin: 40px 0 48px 0;
}

.aboutexamples__card {
	padding: 0 5px;
}

.aboutexamples__card-box {
	padding: 0 10px;
}

.aboutexamples__card-imgbox {
	margin: 0 -10px 21px;
}

.aboutexamples__card-img {
	display: block;
	width: 100%;
}

.aboutexamples__card-type {
	margin: 0 0 5px 0;
	font-size: 14px;
	line-height: 18px;
	/* identical to box height */
	color: #999999;
}

.aboutexamples__card-name {
	font-weight: 450;
	font-size: 16px;
	line-height: 21px;
	color: #333333;
}

.aboutexamples__card-desc {
	font-size: 16px;
	line-height: 21px;
	color: #333333;
	display: none;
}

.aboutexamples__body {
	margin: 30px -5px 0;
}

@media all and (min-width: 992px) {
	.aboutexamples {
		margin: 96px 0 96px 0;
	}

	.aboutexamples__body {
		margin: 30px -15px 0;
	}

	.aboutexamples__card {
		padding: 0 15px;
	}

	.aboutexamples__card-box {
		padding: 0px 25px 40px;
	}

	.aboutexamples__card-imgbox {
		margin: 0 -25px -84px;
	}
}

/* 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/about.css?17129468734101 */
/* /local/templates/rinscom2/a/css/aboutexamples.css?17129468731013 */
/* /local/templates/rinscom2/a/css/specform.v2.css?17326310325151 */
