

/* Start:/local/templates/rinscom2/a/css/delivery.css?17140945696172*/
.delivery__head {
	background: #FBFCFE;
	border-radius: 10px;
	padding: 27px 10px 145px;
	background-image: url(/local/templates/rinscom2/a/css/../img/cartempty.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: auto 125px;
	margin: 0 0 30px 0;
}

.delivery__head-title {
	font-weight: 450;
	font-variation-settings: "wght" 550;
	font-size: 24px;
	line-height: 31px;
	color: #333333;
	margin: 0 0 48px 0;
}

.delivery__head-list {
	display: flex;
	flex-flow: row wrap;
	margin: 0 -10px;
}

.delivery__head-item {
	width: 50%;
	padding: 0 10px;
	margin: 0 0 22px 0;
}

.delivery__head-itemname {
	font-weight: 450;
	font-variation-settings: "wght" 550;
	font-size: 18px;
	line-height: 23px;
	color: var(--color-blue);
	margin: 0 0 4px 0;
}

.delivery__head-itemtext {
	font-size: 16px;
	line-height: 21px;
	color: #666666;
}

.delivery__head-desc {
    margin: 10px 0 0 0;
    font-size: 14px;
    color: #666666;
    line-height: 1;
}

.delivery__text {
	font-size: 16px;
	line-height: 21px;
	color: #666666;
}

.borderedtext {
	display: inline-block;
	border: 1px solid #4976D2;
	border-radius: 5px;
	padding: 18px 24px;
	color: var(--color-blue);
	margin: 20px 0 0 0;
}

.borderedtext .bold {
	font-weight: 450;	
	font-variation-settings: "wght" 550;
}

.delivery__usl {
	margin: 45px 0 40px 0;
	background-color: #FBFCFE;
	border-radius: 10px;
	padding: 30px 14px 10px 20px;
}

.delivery__usl-title {
	font-weight: 450;	
	font-variation-settings: "wght" 550;
	font-size: 24px;
	line-height: 31px;
	color: #333333;
	margin: 0 0 24px 0;
}

.delivery__usl-list {
	list-style: none;
	padding: 0;
	margin: 0;
	counter-reset: item;
}

.delivery__usl-listitem {
	min-height: 72px;
	padding: 11px 0 0 80px;
	margin: 0 0 20px 0;
	font-size: 16px;
	line-height: 21px;
	color: #666666;
	position: relative;
}

.delivery__usl-listitem a {
	text-decoration-line: underline;
	color: #4976D2;
	text-underline-position: from-font;
}

.delivery__usl-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);

	font-variant: diagonal-fractions;
	font-size: 94px;
	line-height: 94px;
}

.delivery__purchase {
	padding: 31px 22px 6px 22px;
	border: 1px solid var(--color-blue);
	border-radius: 10px;
	margin: 0 0 53px 0;
}

.delivery__purchase-title {
	font-size: 24px;
	line-height: 31px;
	color: #333333;
	margin: 0 0 31px 0;
	font-variation-settings: "wght" 550;
}

.delivery__purchase-item {
	min-height: 72px;
	padding: 15px 0 0 98px;
	position: relative;
	font-size: 16px;
	line-height: 21px;
	color: #666666;
	margin: 0 0 34px 0;
}

.delivery__purchase-item:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 72px;
	height: 72px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--color-blue);
	background-color: #FBFCFE;
	border-radius: 10px;
}

.delivery__purchase-item.ricon-basketcart:before {
	font-size: 42px;
}

.delivery__purchase-item.ricon-lpcation:before {
	font-size: 44.9px;
}

.delivery__purchase-item.ricon-delivery-parcel:before {
	font-size: 49px;
}

.delivery__purchase-item.ricon-delivery-order:before {
	font-size: 39px;
}

.delivery__purchase-item.ricon-delivery-box:before {
	font-size: 42px;
}

.delivery__comps {
	margin: 0 0 30px 0;
}

.delivery__comps-title {
	font-weight: 450;
	font-variation-settings: "wght" 550;
	font-size: 24px;
	line-height: 31px;
	color: #333333;
	margin: 0 0 18px 0;
}

.delivery__comps-list {
}

.delivery__comps-item {
	display: flex;
	margin: 0 0 31px 0;
}

.delivery__comps-imgbox {
	padding: 0 45px 0 0;
}

.delivery__comps-img {
	height: 72px;
}

.delivery__comps-info {
	padding: 15px 0 0 0;
}

.delivery__comps-btn {
	width: 156px;
	font-weight: 450;
	margin: 0 0 13px 0;
}

.delivery__comps-link {
	color: var(--color-blue);
	text-underline-position: from-font;
	display: block;
}

@media all and (min-width: 992px) {
	.delivery__text {
		font-size: 21px;
		line-height: 27px;
	}

	.delivery__usl {
		margin: 96px 0 96px 0;
		padding: 67px 44px 68px 44px;
	}

	.delivery__usl-title {
		margin: 0 0 56px 0;
	}

	.delivery__usl-list {
		display: flex;
		justify-content: space-between;
	}

	.delivery__usl-listitem {
		min-height: 92px;
		padding: 17px 0 0 97px;
		font-size: 21px;
		line-height: 27px;
	}

	.delivery__usl-listitem:before {
		font-size: 72px;
		line-height: 92px;
		right: calc(100% - 76px);
		font-variant: diagonal-fractions;
		font-size: 120px;
		line-height: 120px;
	}

	.delivery__usl-listitem:nth-child(1) {
		max-width: 360px;
	}

	.delivery__usl-listitem:nth-child(2) {
		max-width: 270px;
	}

	.delivery__usl-listitem:nth-child(3) {
		max-width: 370px;
	}

	.delivery__purchase {
		padding: 56px 44px 58px 44px;
		margin: 0 0 96px 0;
	}

	.delivery__purchase-title {
		margin: 0 0 53px 0;
	}

	.delivery__purchase-list {
		display: flex;
		flex-wrap: nowrap;
		margin: 0 -35px;
	}

	.delivery__purchase-item {
		font-size: 21px;
		line-height: 27px;
		padding: 102px 35px 0 35px;
		width: 20%;
		margin: 0;
	}

	.delivery__purchase-item:before {
		top: 0;
		left: 35px;
	}

	.delivery__comps {
		margin: 0 0 96px 0;
	}

	.delivery__comps-title {
		margin: 0 0 40px 0;
	}

	.delivery__comps-list {
		display: flex;
		flex-flow: row nowrap;
	}

	.delivery__comps-item {
		display: block;
		width: 25%;
		margin: 0;
	}

	.delivery__comps-imgbox {
		padding: 0;
		margin: 0 0 38px 0;
	}

	.delivery__comps-img {
		height: 99px;
	}

}


@media all and (min-width: 1200px) {
	.delivery__head {
		padding: 34px 46px 21px;
		background-position: 100% center;
		background-size: contain;
		margin: 0 0 96px 0;
	}

	.delivery__head-title {
		margin: 0 0 25px 0;
	}

	.delivery__head-list {
		margin: 0 -30px;
	}

	.delivery__head-item {
		width: auto;
		max-width: 320px;
		margin: 0;
		padding: 0 30px;
	}

	.delivery__head-desc {
	    margin: 20px 0 0 0;
	}


	.borderedtext {
		padding: 7px 13px;
		margin: 0;
	}
}

@media all and (min-width: 1360px) {
	.delivery__head {
		background-position: calc(100% - 85px) center;
	}

	.delivery__head-item {
		margin: 0 50px 0 0;
	}
}
/* 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/delivery.css?17140945696172 */
/* /local/templates/rinscom2/a/css/specform.v2.css?17326310325151 */
