

/************************************************************
                        
                         B A S I C S

************************************************************/

.old-site-root-element html{
	background: none;
}

/*
.osago_html body:after{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 40px;
	width: 100%;
	height: 100%;
	pointer-events: none;
	opacity: .5;
	background: url(/new/assets/test/osago-360.jpg) no-repeat left top/100% auto;
}
*/

.old-site-root-element .osago-contents{
	position: relative;
	color: #172126;
	z-index: 0;
	overflow: hidden;
}

.old-site-root-element .osago-contents .section{
	display: flex;
	position: relative;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	box-sizing: border-box;
	padding: 0 48px;
	z-index: 0;
}

@media (max-width: 800px){

.old-site-root-element .osago-contents .section{
	padding: 0 20px;
}

}

.old-site-root-element .osago-contents .section>*{
	display: flex;
	position: relative;
	flex-direction: column;
	align-items: stretch;
	justify-content: flex-start;
	flex-grow: 1;
	width: 100%;
	max-width: 1440px;
}


.osago_body .old-site-root-element  .page-header{}

.osago_body .old-site-root-element  .page-header .logo{
	position: relative;
}

.osago_body .old-site-root-element  .page-header .logo .to-start{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.osago_body .old-site-root-element  .page-header .logo .to-osago-partner{
	display: block;
	position: absolute;
	width: 107px;
	height: 20px;
	background: url(/new/assets/img/osago/partner-logo.svg) no-repeat left top/contain;
	top: calc(100% + 12px);
	left: 0;
}



/************************************************************
                        
                            T O P

************************************************************/


.old-site-root-element .osago-contents .section-top{
	margin-top: 140px;
}

@media (max-width:  1250px){

.old-site-root-element .osago-contents .section-top{
	margin-top: 90px;
}

}

@media (max-width:  640px){

.old-site-root-element .osago-contents .section-top{
	margin-top: 38px;
}

}

.old-site-root-element .osago-contents .section-top>*{
	flex-direction: row;
	align-items: flex-start;
	justify-content: flex-start;
}

@media (max-width:  1250px){

.old-site-root-element .osago-contents .section-top>*{
	flex-direction: column;
}

}

.old-site-root-element .osago-contents .section-top .info{
	flex-grow: 1;
	flex-basis: 0;
}

@media (max-width:  640px){

.old-site-root-element .osago-contents .section-top .info{
	flex-grow: initial;
	flex-basis: initial;
	padding: 0 20px;
	box-sizing: border-box;
}

}

	.old-site-root-element .osago-contents .section-top .info .header{
		font-family: Circe-Bold;
		font-size: 108px;
		line-height: 108px;
	}

@media (max-width:  1420px){

	.old-site-root-element .osago-contents .section-top .info .header{
		font-size: 72px;
		line-height: 72px;
	}

}

@media (max-width:  640px){

	.old-site-root-element .osago-contents .section-top .info .header{
		font-size: 32px;
		line-height: 36px;
	}

}

		.old-site-root-element .osago-contents .section-top .info .header:after{
			content: 'онлайн';
			display: inline-flex;
			vertical-align: top;
			flex-direction: row;
			align-items: center;
			justify-content: center;
			font-family: Circe-Bold;
			font-size: 12px;
			line-height: 24px;
			align-items: center;
			letter-spacing: .08em;
			text-transform: uppercase;
			border: 2px solid #172126;
			box-sizing: border-box;
			border-radius: 12px;
			height: 32px;
			padding: 0 16px;
		}

	@media (max-width:  640px){

		.old-site-root-element .osago-contents .section-top .info .header:after{
			display: none;
		}

	}

	.old-site-root-element .osago-contents .section-top .info .text{
		font-family: Circe-Regular;
		font-size: 24px;
		line-height: 28px;
		margin-top: 24px;
		max-width: 616px;
	}

@media (max-width:  640px){

	.old-site-root-element .osago-contents .section-top .info .text{
		font-size: 18px;
		line-height: 24px;
		margin-top: 16px;
	}

}

.old-site-root-element .osago-contents .section-top .form{
	margin: 0 120px;
	width: 580px;
	flex-shrink: 0;
}

@media (max-width: 1420px){

.old-site-root-element .osago-contents .section-top .form{
	margin: 0 60px;
}

}

@media (max-width: 1280px){

.old-site-root-element .osago-contents .section-top .form{
	margin: 0 0 0 60px;
}

}

@media (max-width:  1250px){

.old-site-root-element .osago-contents .section-top .form{
	margin: 60px 0 0;
}

}

@media (max-width:  640px){

.old-site-root-element .osago-contents .section-top .form{
	margin: 48px 0 0;
	width: 100%;
}

}

	.old-site-root-element .osago-contents .section-top .form>*{
		background: #F2F6F7;
		border-radius: 12px;
		padding: 48px 32px;
		box-sizing: border-box;
	}

@media (max-width:  640px){

	.old-site-root-element .osago-contents .section-top .form>*{
		padding: 24px 20px;
	}

}

		.old-site-root-element .osago-contents .section-top .form .text{
			font-family: Circe-Bold;
			font-size: 32px;
			line-height: 36px;
		}

	@media (max-width:  640px){

		.old-site-root-element .osago-contents .section-top .form .text{
			font-size: 18px;
			line-height: 24px;
		}

	}

		.old-site-root-element .osago-contents .section-top .form .data{
			display: flex;
			flex-direction: row;
			align-items: flex-start;
			justify-content: flex-start;
			margin-top: 24px;
		}

	@media (max-width:  640px){

		.old-site-root-element .osago-contents .section-top .form .data{
			flex-direction: column;
		}

	}

			.old-site-root-element .osago-contents .section-top .form .data .car-number{
				flex-grow: 1;
			}

		@media (max-width:  640px){

			.old-site-root-element .osago-contents .section-top .form .data .car-number{
				flex-grow: initial;
				align-self: stretch;
			}

		}

				.old-site-root-element .osago-contents .section-top .form .data .car-number .value{
					background: #fff;
					border: 1px solid #C2C9CC;
					border-radius: 12px;
					box-sizing: border-box;
					overflow: hidden;
					height: 56px;
					flex-grow: 1;
					max-width: 440px;
				}

			@media (max-width: 800px){

				.old-site-root-element .osago-contents .section-top .form .data .car-number .value{
					width: 100%;
				}

			}

					.old-site-root-element .osago-contents .section-top .form .data .car-number .value input{
						display: block;
						font-family: Roboto;
						font-size: 16px;
						line-height: 56px;
						color: #172126;
						text-indent: 16px;
						width: 100%;
						text-transform: uppercase;
					}

						.old-site-root-element .osago-contents .section-top .form .data .car-number .value input::placeholder{
							color: #586066;
							text-transform: initial;
						}

				.old-site-root-element .osago-contents .section-top .form .data .car-number .no-value{
					display: block;
					font-family: Roboto;
					font-size: 12px;
					line-height: 16px;
					color: #586066;
					margin-top: 16px;
				}

					.old-site-root-element .osago-contents .section-top .form .data .car-number .no-value:before{
						content: 'Рассчитать без номера';
					}

			.old-site-root-element .osago-contents .section-top .form .data .continue{
				display: flex;
				flex-direction: row;
				align-items: center;
				justify-content: center;
				text-align: center;
				background: #F47D32;
				box-shadow: 0px 18px 40px -15px rgba(255, 99, 0, 0.4);
				border-radius: 12px;
				height: 56px;
				padding: 0 24px;
				margin-left: 24px;
				font-family: Circe-Bold;
				font-size: 16px;
				line-height: 24px;
				letter-spacing: .08em;
				text-transform: uppercase;
				color: #FFF;
				cursor: pointer;
				transition:
					background 200ms ease,
					color 200ms ease,
					box-shadow 200ms ease
				;
				will-change: background, color, box-shadow;
			}

			.old-site-root-element .osago-contents .section-top .form .data .continue.disabled{
				background: #bbb;
				/*color: #90979C;*/
				box-shadow: none;
				pointer-events: none;
			}

		@media (max-width:  640px){

			.old-site-root-element .osago-contents .section-top .form .data .continue{
				margin-left: 0;
				margin-top: 32px;
			}

		}

				.old-site-root-element .osago-contents .section-top .form .data .continue:before{
					content: 'продолжить';
				}



/************************************************************
                        
                            T O P

************************************************************/


.old-site-root-element .osago-contents .section-best{
	margin-top: 160px;
	z-index: 1;
}

@media (max-width:  640px){

.old-site-root-element .osago-contents .section-best{
	margin-top: 120px;
}

}

.old-site-root-element .osago-contents .section-best>*{
	flex-direction: row;
	align-items: flex-start;
	justify-content: flex-start;
}

.old-site-root-element .osago-contents .section-best .inner{
	width: 66%;
}

@media (max-width:  1420px){

.old-site-root-element .osago-contents .section-best .inner{
	width: 80%;
}

}

@media (max-width:  960px){

.old-site-root-element .osago-contents .section-best .inner{
	width: 100%;
}

}

	.old-site-root-element .osago-contents .section-best .inner .header{
		font-family: Circe-Bold;
		font-size: 72px;
		line-height: 72px;
		max-width: 730px;
	}

@media (max-width:  1420px){

	.old-site-root-element .osago-contents .section-best .inner .header{
		font-size: 48px;
		line-height: 48px;
		max-width: 530px;
	}

}

@media (max-width:  640px){

	.old-site-root-element .osago-contents .section-best .inner .header{
		font-size: 32px;
		line-height: 36px;
	}

}

	.old-site-root-element .osago-contents .section-best .inner .list{
		display: flex;
		flex-direction: row;
		align-items: flex-start;
		justify-content: space-between;
		flex-wrap: wrap;
		margin-top: 48px;
		margin-bottom: -48px;
	}

@media (max-width:  640px){

	.old-site-root-element .osago-contents .section-best .inner .list{
		flex-direction: column;
		flex-wrap: nowrap;
		align-items: stretch;
		justify-content: flex-start;
		margin: 50px 0 0;
	}

}

		.old-site-root-element .osago-contents .section-best .inner .list>*{
			width: calc(50% - 16px);
			margin-bottom: 48px;
		}

	@media (max-width:  640px){

		.old-site-root-element .osago-contents .section-best .inner .list>*{
			width: auto;
			margin-bottom: 0;
		}

		.old-site-root-element .osago-contents .section-best .inner .list>*+*{
			margin-top: 32px;
		}

	}

		.old-site-root-element .osago-contents .section-best .inner .list .item{}

			.old-site-root-element .osago-contents .section-best .inner .list .item .icon{
				background-repeat: no-repeat;
				background-position: left center;
				background-size: auto 100%;
				height: 48px;
			}

			.old-site-root-element .osago-contents .section-best .inner .list .item .title{
				font-family: Circe-Bold;
				font-size: 24px;
				line-height: 28px;
				margin-top: 32px;
			}

		@media (max-width:  640px){

			.old-site-root-element .osago-contents .section-best .inner .list .item .title{
				font-size: 18px;
				line-height: 24px;
				margin-top: 16px;
			}

		}

			.old-site-root-element .osago-contents .section-best .inner .list .item .text{
				font-family: Circe-Regular;
				font-size: 24px;
				line-height: 28px;
				color: #586066;
				margin-top: 16px;
			}

		@media (max-width:  640px){

			.old-site-root-element .osago-contents .section-best .inner .list .item .text{
				font-size: 18px;
				line-height: 24px;
				margin-top: 4px;
			}

		}

		.old-site-root-element .osago-contents .section-best .inner .list .continue{
			display: flex;
			flex-direction: column;
			align-items: flex-start;
			justify-content: flex-end;
			align-self: stretch;
		}

	@media (max-width:  640px){

		.old-site-root-element .osago-contents .section-best .inner .list .continue{
			display: none;
		}

	}

			.old-site-root-element .osago-contents .section-best .inner .list .continue:before{
				content: 'Оформи сейчас!';
				font-family: Circe-Bold;
				font-size: 32px;
				line-height: 36px;
			}

			.old-site-root-element .osago-contents .section-best .inner .list .continue>*{
				display: flex;
				flex-direction: row;
				align-items: center;
				justify-content: center;
				background: #F47D32;
				box-shadow: 0px 18px 40px -15px rgba(255, 99, 0, 0.4);
				border-radius: 12px;
				padding: 0 24px;
				font-family: Circe-Bold;
				font-size: 16px;
				line-height: 24px;
				align-items: center;
				letter-spacing: .08em;
				text-transform: uppercase;
				color: #fff;
				height: 56px;
				margin-top: 32px;
			}

				.old-site-root-element .osago-contents .section-best .inner .list .continue>*:before{
					content: 'Начать оформление';
				}



/************************************************************
                        
                            T O P

************************************************************/


.old-site-root-element .osago-contents .section-factoids{
	margin-top: 160px;
	background: #F2F6F7;
}

@media (max-width:  640px){

.old-site-root-element .osago-contents .section-factoids{
	margin-top: 120px;
}

}

.old-site-root-element .osago-contents .section-factoids>*{
	flex-direction: row;
	position: relative;
	align-items: flex-start;
	justify-content: flex-start;
	padding-left: 20%;
	box-sizing: border-box;
}

@media (max-width:  1250px){

.old-site-root-element .osago-contents .section-factoids>*{
	padding-left: 30%;
}

}

@media (max-width:  640px){

.old-site-root-element .osago-contents .section-factoids>*{
	padding-left: 0;
}

}

.old-site-root-element .osago-contents .section-factoids .image-before{
	display: block;
	position: absolute;
	left: 0;
	top: 87px;
	width: 49%;
	background: url(/new/assets/img/osago/factoids.png) no-repeat center top/contain;
	transform: translate(-38%,0%);
	z-index: 0;
}

@media (max-width:  640px){

.old-site-root-element .osago-contents .section-factoids .image-before{
	top: auto;
	left: auto;
	right: -150px;
	bottom: 128px;
	width: 270px;
	transform: translate(0,100%) translate(0,0);
}

}

	.old-site-root-element .osago-contents .section-factoids .image-before:before{
		content: '';
		display: block;
		position: relative;
		width: 100%;
		padding-bottom: 128.24%;
	}

.old-site-root-element .osago-contents .section-factoids .inner{
	position: relative;
	padding: 160px 0;
	z-index: 1;
}

@media (max-width:  1250px){

.old-site-root-element .osago-contents .section-factoids .inner{
	padding: 80px 0;
}

}

@media (max-width:  640px){

.old-site-root-element .osago-contents .section-factoids .inner{
	padding: 120px 0;
}

}

	.old-site-root-element .osago-contents .section-factoids .inner>*{
		display: flex;
		flex-direction: row;
		align-items: flex-start;
		justify-content: flex-start;
	}

@media (max-width:  960px){

	.old-site-root-element .osago-contents .section-factoids .inner>*{
		flex-direction: column;
		align-items: stretch;
	}

}

	.old-site-root-element .osago-contents .section-factoids .inner>*+*{
		margin-top: 48px;
		padding-top: 48px;
		border-top: 1px solid #C4C4C4;
	}

	.old-site-root-element .osago-contents .section-factoids .inner .title{
		font-family: Circe-Bold;
		font-size: 48px;
		line-height: 48px;
		width: 290px;
		flex-shrink: 0;
		margin-right: 200px;
	}

@media (max-width:  1250px){

	.old-site-root-element .osago-contents .section-factoids .inner .title{
		font-size: 32px;
		line-height: 36px;
		width: 190px;
		margin-right: 100px;
	}

}

@media (max-width:  960px){

	.old-site-root-element .osago-contents .section-factoids .inner .title{
		margin: 0 0 16px;
	}

}

@media (max-width:  640px){

	.old-site-root-element .osago-contents .section-factoids .inner .title{
		font-size: 24px;
		line-height: 28px;
	}

}

	.old-site-root-element .osago-contents .section-factoids .inner .text{
		font-family: Roboto;
		font-size: 16px;
		line-height: 24px;
		flex-grow: 1;
		flex-basis: 0;
	}

@media (max-width:  960px){

	.old-site-root-element .osago-contents .section-factoids .inner .text{
		flex-grow: initial;
		flex-basis: initial;
	}

}

@media (max-width:  640px){

	.old-site-root-element .osago-contents .section-factoids .inner .text{
		font-size: 16px;
		line-height: 24px;
	}

}

.old-site-root-element .osago-contents .section-factoids .image-after{
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 67%;
	background: url(/new/assets/img/osago/best/phone.png) no-repeat left top/100% auto;
	transform: translate(25%,-80%);
	z-index: 0;
}

@media (max-width:  1420px){

.old-site-root-element .osago-contents .section-factoids .image-after{
	transform: translate(40%,-80%);
}

}

@media (max-width:  640px){

.old-site-root-element .osago-contents .section-factoids .image-after{
	width: 390px;
	right: -20px;
	transform: translate(0, -100%) translate(163px, 233px);
}

}

	.old-site-root-element .osago-contents .section-factoids .image-after:before{
		content: '';
		display: block;
		position: relative;
		width: 100%;
		padding-bottom: 118.77%;
	}



/************************************************************
                        
                            T O P

************************************************************/


.old-site-root-element .osago-contents .section-flow{
	margin-top: 160px;
}

@media (max-width:  640px){

.old-site-root-element .osago-contents .section-flow{
	margin-top: 120px;
}

}

.old-site-root-element .osago-contents .section-flow>*{}

.old-site-root-element .osago-contents .section-flow .header{
	font-family: Circe-Bold;
	font-size: 72px;
	line-height: 72px;
	text-align: center;
	max-width: 830px;
	margin: 0 auto;
}

@media (max-width:  640px){

.old-site-root-element .osago-contents .section-flow .header{
	font-size: 32px;
	line-height: 36px;
}

}

.old-site-root-element .osago-contents .section-flow .list{
	display: flex;
	flex-direction: row;
	align-items: stretch;
	justify-content: flex-start;
	margin-top: 100px;
}

@media (max-width:  960px){

.old-site-root-element .osago-contents .section-flow .list{
	flex-wrap: wrap;
}

}

@media (max-width:  640px){

.old-site-root-element .osago-contents .section-flow .list{
	flex-direction: column;
	flex-wrap: nowrap;
	border: 1px solid #F2F6F7;
	border-radius: 20px;
	box-sizing: border-box;
	padding: 20px 16px;
	margin-top: 40px;
}

}


	.old-site-root-element .osago-contents .section-flow .list>*{
		padding: 32px 24px 48px;
		flex-grow: 1;
		flex-basis: 0;
		border: 1px solid #F2F6F7;
		border-radius: 20px;
		box-sizing: border-box;
	}

@media (max-width:  960px){

	.old-site-root-element .osago-contents .section-flow .list>*{
		flex-grow: initial;
		flex-basis: initial;
		width: calc(50% - 16px);
		margin-right: 16px;
		max-width: 400px;
	}

}

@media (max-width:  640px){

	.old-site-root-element .osago-contents .section-flow .list>*{
		position: relative;
		width: auto;
		max-width: initial;
		margin: 0;
		border-radius: 0;
		padding: 0 0 0 32px;
		border:  none;
	}

}

	.old-site-root-element .osago-contents .section-flow .list>*+*{
		margin-left: 32px;
	}

@media (max-width:  960px){

	.old-site-root-element .osago-contents .section-flow .list>*+*{
		margin-left: 0;
	}

}

@media (max-width:  640px){

	.old-site-root-element .osago-contents .section-flow .list>*+*{
		margin-top: 32px;
	}

}

		.old-site-root-element .osago-contents .section-flow .list .index{
			font-family: Circe-Bold;
			font-size: 18px;
			line-height: 24px;
		}

	@media (max-width:  640px){

		.old-site-root-element .osago-contents .section-flow .list .index{
			position: absolute;
			top: 0;
			left: 0;
		}

	}

		.old-site-root-element .osago-contents .section-flow .list .title{
			font-family: Circe-Bold;
			font-size: 32px;
			line-height: 36px;
			margin-top: 32px;
		}

	@media (max-width:  640px){

		.old-site-root-element .osago-contents .section-flow .list .title{
			font-size: 18px;
			line-height: 24px;
			margin-top: 0;
		}

	}

		.old-site-root-element .osago-contents .section-flow .list .text{
			font-family: Roboto;
			font-size: 16px;
			line-height: 24px;
			margin-top: 16px;
		}

	@media (max-width:  640px){

		.old-site-root-element .osago-contents .section-flow .list .text{
			font-size: 16px;
			line-height: 24px;
			margin-top: 14px;
		}

	}



/************************************************************
                        
                            T O P

************************************************************/


.old-site-root-element .osago-contents .section-calc{
	margin-top: 130px;
}

@media (max-width:  640px){

.old-site-root-element .osago-contents .section-calc{
	margin-top: 120px;
}

}

.old-site-root-element .osago-contents .section-calc>*{
	position: relative;
	flex-direction: row;
	align-items: flex-start;
	justify-content: flex-start;
}

.old-site-root-element .osago-contents .section-calc .form{
	position: relative;
	width: 50%;
	max-width: 704px;
	z-index: 1;
}

@media (max-width:  960px){

.old-site-root-element .osago-contents .section-calc .form{
	width: 100%;
}

}

	.old-site-root-element .osago-contents .section-calc .form .header{
		font-family: Circe-Bold;
		font-size: 72px;
		line-height: 72px;
	}

@media (max-width:  640px){

	.old-site-root-element .osago-contents .section-calc .form .header{
		font-size: 32px;
		line-height: 36px;
		padding: 0 20px;
		box-sizing: border-box;
	}

}

	.old-site-root-element .osago-contents .section-calc .form .inner{
		background: #F2F6F7;
		border-radius: 12px;
		padding: 48px 32px;
		box-sizing: border-box;
		margin-top: 48px;
	}

@media (max-width:  960px){

	.old-site-root-element .osago-contents .section-calc .form .inner{
		max-width: 600px;
	}

}

@media (max-width:  640px){

	.old-site-root-element .osago-contents .section-calc .form .inner{
		margin-top: 24px;
		padding: 24px 20px;
	}

}

		.old-site-root-element .osago-contents .section-calc .form .inner .text{
			font-family: Circe-Bold;
			font-size: 32px;
			line-height: 36px;
		}

	@media (max-width:  640px){

		.old-site-root-element .osago-contents .section-calc .form .inner .text{
			font-size: 18px;
			line-height: 24px;
		}

	}

		.old-site-root-element .osago-contents .section-calc .form .inner .data{
			display: flex;
			flex-direction: row;
			align-items: flex-start;
			justify-content: flex-start;
			margin-top: 24px;
		}

	@media (max-width:  640px){

		.old-site-root-element .osago-contents .section-calc .form .inner .data{
			flex-direction: column;
			align-items: stretch;
		}

	}

			.old-site-root-element .osago-contents .section-calc .form .inner .data .car-number{
				flex-grow: 1;
			}

		@media (max-width:  640px){

			.old-site-root-element .osago-contents .section-calc .form .inner .data .car-number{
				flex-grow: initial;
			}

		}

				.old-site-root-element .osago-contents .section-calc .form .inner .data .car-number .value{
					background: #fff;
					border: 1px solid #C2C9CC;
					border-radius: 12px;
					box-sizing: border-box;
					overflow: hidden;
					height: 56px;
					flex-grow: 1;
					max-width: 440px;
				}

			@media (max-width: 800px){

				.old-site-root-element .osago-contents .section-calc .form .inner .data .car-number .value{
					width: 100%;
				}

			}

					.old-site-root-element .osago-contents .section-calc .form .inner .data .car-number .value input{
						display: block;
						font-family: Roboto;
						font-size: 16px;
						line-height: 56px;
						color: #172126;
						text-indent: 16px;
						width: 100%;
						text-transform: uppercase;
					}

						.old-site-root-element .osago-contents .section-calc .form .inner .data .car-number .value input::placeholder{
							color: #586066;
							text-transform: initial;
						}

				.old-site-root-element .osago-contents .section-calc .form .inner .data .car-number .no-value{
					display: block;
					font-family: Roboto;
					font-size: 12px;
					line-height: 16px;
					color: #586066;
					margin-top: 16px;
				}

					.old-site-root-element .osago-contents .section-calc .form .inner .data .car-number .no-value:before{
						content: 'Рассчитать без номера';
					}

			.old-site-root-element .osago-contents .section-calc .form .inner .data .continue{
				display: flex;
				flex-direction: row;
				align-items: center;
				justify-content: center;
				text-align: center;
				background: #F47D32;
				box-shadow: 0px 18px 40px -15px rgba(255, 99, 0, 0.4);
				border-radius: 12px;
				height: 56px;
				padding: 0 24px;
				margin-left: 24px;
				font-family: Circe-Bold;
				font-size: 16px;
				line-height: 24px;
				letter-spacing: .08em;
				text-transform: uppercase;
				color: #FFF;
			}

			.old-site-root-element .osago-contents .section-calc .form .inner .data .continue.disabled{
				background: #bbb;
				/*color: #90979C;*/
				box-shadow: none;
				pointer-events: none;
			}

		@media (max-width:  640px){

			.old-site-root-element .osago-contents .section-calc .form .inner .data .continue{
				align-self: flex-start;
				margin: 32px 0 0;
			}

		}

				.old-site-root-element .osago-contents .section-calc .form .inner .data .continue:before{
					content: 'продолжить';
				}

.old-site-root-element .osago-contents .section-calc .image{
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 63%;
	background: url(/new/assets/img/osago/calc.png) no-repeat center top/contain;
	transform: translate(18%,-26%);
	z-index: 0;
}

@media (max-width:  640px){

.old-site-root-element .osago-contents .section-calc .image{
	width: 470px;
	top: auto;
	bottom: 0;
	transform: translate(0,100%) translate(237px,-231px);
}

}

	.old-site-root-element .osago-contents .section-calc .image:before{
		content: '';
		display: block;
		position: relative;
		width: 100%;
		padding-bottom: 112.54%;
	}



/************************************************************
                        
                            T O P

************************************************************/


.old-site-root-element .osago-contents .section-faq{
	margin-top: 230px;
	margin-bottom: 160px;
}

@media (max-width:  640px){

.old-site-root-element .osago-contents .section-faq{
	margin-top: 160px;
	margin-bottom: 120px;
}

}

.old-site-root-element .osago-contents .section-faq>*{}

.old-site-root-element .osago-contents .section-faq .header{
	font-family: Circe-Bold;
	font-size: 72px;
	line-height: 72px;
	text-align: center;
	max-width: 830px;
	margin: 0 auto;
}

@media (max-width:  640px){

.old-site-root-element .osago-contents .section-faq .header{
	font-size: 32px;
	line-height: 36px;
}

}

.old-site-root-element .osago-contents .section-faq .list{
	background: #fff;
	box-shadow: 0px 18px 40px -16px rgba(70, 119, 149, 0.32);
	border-radius: 16px;
	box-sizing: border-box;
	padding: 0 48px;
	margin-top: 48px;
}

@media (max-width:  640px){

.old-site-root-element .osago-contents .section-faq .list{
	position: relative;
	margin-top: 32px;
	padding: 0 20px;
	left: -20px;
	width: calc(100% + 40px);
}

}

	.old-site-root-element .osago-contents .section-faq .list>*{}

	.old-site-root-element .osago-contents .section-faq .list>*+*{
		border-top: 1px solid #F2F6F7;
	}

	.old-site-root-element .osago-contents .section-faq .list .handler{
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		min-height: 90px;
		padding: 16px 0;
	}

@media (max-width:  640px){

	.old-site-root-element .osago-contents .section-faq .list .handler{
		min-height: 80px;
		padding: 20px 0;
	}

}

	.old-site-root-element .osago-contents .section-faq .list .handler,
	.old-site-root-element .osago-contents .section-faq .list .handler *{
		cursor: pointer;
	}

		.old-site-root-element .osago-contents .section-faq .list .handler .title{
			font-family: Circe-Bold;
			font-size: 24px;
			line-height: 28px;
			flex-grow: 1;
			flex-basis: 0;
			max-width: 970px;
		}

	@media (max-width:  640px){

		.old-site-root-element .osago-contents .section-faq .list .handler .title{
			font-size: 18px;
			line-height: 24px;
		}

	}

		.old-site-root-element .osago-contents .section-faq .list .handler:after{
			content: '';
			display: block;
			width: 24px;
			height: 24px;
			margin-left: 24px;
			background: url(/new/assets/img/osago/dropdown.svg) no-repeat center center/contain;
			transition: transform 200ms ease;
			will-change: transform;
		}

	@media (max-width:  640px){

		.old-site-root-element .osago-contents .section-faq .list .handler:after{
			align-self: flex-start;
			margin-left: 16px;
			margin-top: 5px;
		}

	}

		.old-site-root-element .osago-contents .section-faq .list .expanded .handler:after{
			transform: rotate(180deg);
		}

	.old-site-root-element .osago-contents .section-faq .list .contents{
		height: 0;
		overflow: hidden;
		transition:
			height 200ms ease,
			transform 200ms ease
		;
		will-change: height, transform;
	}

	.old-site-root-element .osago-contents .section-faq .list .expanded .contents{
		height: auto;
		transform:  translate(0,-16px);
	}

		.old-site-root-element .osago-contents .section-faq .list .contents>*{
			font-family: Roboto;
			font-size: 16px;
			line-height: 24px;
			color: #586066;
			padding: 8px 0 32px;
			max-width: 1270px;
		}

	@media (max-width:  640px){

		.old-site-root-element .osago-contents .section-faq .list .contents>*{
			padding: 8px 0 20px;
		}

	}

			.old-site-root-element .osago-contents .section-faq .list .contents>*>*{
				display: block;
				margin: 0;
				padding: 0;
			}

			.old-site-root-element .osago-contents .section-faq .list .contents>*>*+*{
				margin-top: 8px;
			}
















































/************************************************************
                        
                         B A S I C S

************************************************************/

.old-site-root-elementhtml{
	background: none;
}

/*
.osago_html body:after{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 40px;
	width: 100%;
	height: 100%;
	pointer-events: none;
	opacity: .5;
	background: url(/new/assets/test/osago-360.jpg) no-repeat left top/100% auto;
}
*/

.old-site-root-element.osago-contents{
	position: relative;
	color: #172126;
	z-index: 0;
	overflow: hidden;
}

.old-site-root-element.osago-contents .section{
	display: flex;
	position: relative;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	box-sizing: border-box;
	padding: 0 48px;
	z-index: 0;
}

@media (max-width: 800px){

.old-site-root-element.osago-contents .section{
	padding: 0 20px;
}

}

.old-site-root-element.osago-contents .section>*{
	display: flex;
	position: relative;
	flex-direction: column;
	align-items: stretch;
	justify-content: flex-start;
	flex-grow: 1;
	width: 100%;
	max-width: 1440px;
}


.osago_body .old-site-root-element.page-header{}

.osago_body .old-site-root-element.page-header .logo{
	position: relative;
}

.osago_body .old-site-root-element.page-header .logo .to-start{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.osago_body .old-site-root-element.page-header .logo .to-osago-partner{
	display: block;
	position: absolute;
	width: 107px;
	height: 20px;
	background: url(/new/assets/img/osago/partner-logo.svg) no-repeat left top/contain;
	top: calc(100% + 12px);
	left: 0;
}



/************************************************************
                        
                            T O P

************************************************************/


.old-site-root-element.osago-contents .section-top{
	margin-top: 140px;
}

@media (max-width:  1250px){

.old-site-root-element.osago-contents .section-top{
	margin-top: 90px;
}

}

@media (max-width:  640px){

.old-site-root-element.osago-contents .section-top{
	margin-top: 38px;
}

}

.old-site-root-element.osago-contents .section-top>*{
	flex-direction: row;
	align-items: flex-start;
	justify-content: flex-start;
}

@media (max-width:  1250px){

.old-site-root-element.osago-contents .section-top>*{
	flex-direction: column;
}

}

.old-site-root-element.osago-contents .section-top .info{
	flex-grow: 1;
	flex-basis: 0;
}

@media (max-width:  640px){

.old-site-root-element.osago-contents .section-top .info{
	flex-grow: initial;
	flex-basis: initial;
	padding: 0 20px;
	box-sizing: border-box;
}

}

	.old-site-root-element.osago-contents .section-top .info .header{
		font-family: Circe-Bold;
		font-size: 108px;
		line-height: 108px;
	}

@media (max-width:  1420px){

	.old-site-root-element.osago-contents .section-top .info .header{
		font-size: 72px;
		line-height: 72px;
	}

}

@media (max-width:  640px){

	.old-site-root-element.osago-contents .section-top .info .header{
		font-size: 32px;
		line-height: 36px;
	}

}

		.old-site-root-element.osago-contents .section-top .info .header:after{
			content: 'онлайн';
			display: inline-flex;
			vertical-align: top;
			flex-direction: row;
			align-items: center;
			justify-content: center;
			font-family: Circe-Bold;
			font-size: 12px;
			line-height: 24px;
			align-items: center;
			letter-spacing: .08em;
			text-transform: uppercase;
			border: 2px solid #172126;
			box-sizing: border-box;
			border-radius: 12px;
			height: 32px;
			padding: 0 16px;
		}

	@media (max-width:  640px){

		.old-site-root-element.osago-contents .section-top .info .header:after{
			display: none;
		}

	}

	.old-site-root-element.osago-contents .section-top .info .text{
		font-family: Circe-Regular;
		font-size: 24px;
		line-height: 28px;
		margin-top: 24px;
		max-width: 616px;
	}

@media (max-width:  640px){

	.old-site-root-element.osago-contents .section-top .info .text{
		font-size: 18px;
		line-height: 24px;
		margin-top: 16px;
	}

}

.old-site-root-element.osago-contents .section-top .form{
	margin: 0 120px;
	width: 580px;
	flex-shrink: 0;
}

@media (max-width: 1420px){

.old-site-root-element.osago-contents .section-top .form{
	margin: 0 60px;
}

}

@media (max-width: 1280px){

.old-site-root-element.osago-contents .section-top .form{
	margin: 0 0 0 60px;
}

}

@media (max-width:  1250px){

.old-site-root-element.osago-contents .section-top .form{
	margin: 60px 0 0;
}

}

@media (max-width:  640px){

.old-site-root-element.osago-contents .section-top .form{
	margin: 48px 0 0;
	width: 100%;
}

}

	.old-site-root-element.osago-contents .section-top .form>*{
		background: #F2F6F7;
		border-radius: 12px;
		padding: 48px 32px;
		box-sizing: border-box;
	}

@media (max-width:  640px){

	.old-site-root-element.osago-contents .section-top .form>*{
		padding: 24px 20px;
	}

}

		.old-site-root-element.osago-contents .section-top .form .text{
			font-family: Circe-Bold;
			font-size: 32px;
			line-height: 36px;
		}

	@media (max-width:  640px){

		.old-site-root-element.osago-contents .section-top .form .text{
			font-size: 18px;
			line-height: 24px;
		}

	}

		.old-site-root-element.osago-contents .section-top .form .data{
			display: flex;
			flex-direction: row;
			align-items: flex-start;
			justify-content: flex-start;
			margin-top: 24px;
		}

	@media (max-width:  640px){

		.old-site-root-element.osago-contents .section-top .form .data{
			flex-direction: column;
		}

	}

			.old-site-root-element.osago-contents .section-top .form .data .car-number{
				flex-grow: 1;
			}

		@media (max-width:  640px){

			.old-site-root-element.osago-contents .section-top .form .data .car-number{
				flex-grow: initial;
				align-self: stretch;
			}

		}

				.old-site-root-element.osago-contents .section-top .form .data .car-number .value{
					background: #fff;
					border: 1px solid #C2C9CC;
					border-radius: 12px;
					box-sizing: border-box;
					overflow: hidden;
					height: 56px;
					flex-grow: 1;
					max-width: 440px;
				}

			@media (max-width: 800px){

				.old-site-root-element.osago-contents .section-top .form .data .car-number .value{
					width: 100%;
				}

			}

					.old-site-root-element.osago-contents .section-top .form .data .car-number .value input{
						display: block;
						font-family: Roboto;
						font-size: 16px;
						line-height: 56px;
						color: #172126;
						text-indent: 16px;
						width: 100%;
						text-transform: uppercase;
					}

						.old-site-root-element.osago-contents .section-top .form .data .car-number .value input::placeholder{
							color: #586066;
							text-transform: initial;
						}

				.old-site-root-element.osago-contents .section-top .form .data .car-number .no-value{
					display: block;
					font-family: Roboto;
					font-size: 12px;
					line-height: 16px;
					color: #586066;
					margin-top: 16px;
				}

					.old-site-root-element.osago-contents .section-top .form .data .car-number .no-value:before{
						content: 'Рассчитать без номера';
					}

			.old-site-root-element.osago-contents .section-top .form .data .continue{
				display: flex;
				flex-direction: row;
				align-items: center;
				justify-content: center;
				text-align: center;
				background: #F47D32;
				box-shadow: 0px 18px 40px -15px rgba(255, 99, 0, 0.4);
				border-radius: 12px;
				height: 56px;
				padding: 0 24px;
				margin-left: 24px;
				font-family: Circe-Bold;
				font-size: 16px;
				line-height: 24px;
				letter-spacing: .08em;
				text-transform: uppercase;
				color: #FFF;
				cursor: pointer;
				transition:
					background 200ms ease,
					color 200ms ease,
					box-shadow 200ms ease
				;
				will-change: background, color, box-shadow;
			}

			.old-site-root-element.osago-contents .section-top .form .data .continue.disabled{
				background: #bbb;
				/*color: #90979C;*/
				box-shadow: none;
				pointer-events: none;
			}

		@media (max-width:  640px){

			.old-site-root-element.osago-contents .section-top .form .data .continue{
				margin-left: 0;
				margin-top: 32px;
			}

		}

				.old-site-root-element.osago-contents .section-top .form .data .continue:before{
					content: 'продолжить';
				}



/************************************************************
                        
                            T O P

************************************************************/


.old-site-root-element.osago-contents .section-best{
	margin-top: 160px;
	z-index: 1;
}

@media (max-width:  640px){

.old-site-root-element.osago-contents .section-best{
	margin-top: 120px;
}

}

.old-site-root-element.osago-contents .section-best>*{
	flex-direction: row;
	align-items: flex-start;
	justify-content: flex-start;
}

.old-site-root-element.osago-contents .section-best .inner{
	width: 66%;
}

@media (max-width:  1420px){

.old-site-root-element.osago-contents .section-best .inner{
	width: 80%;
}

}

@media (max-width:  960px){

.old-site-root-element.osago-contents .section-best .inner{
	width: 100%;
}

}

	.old-site-root-element.osago-contents .section-best .inner .header{
		font-family: Circe-Bold;
		font-size: 72px;
		line-height: 72px;
		max-width: 730px;
	}

@media (max-width:  1420px){

	.old-site-root-element.osago-contents .section-best .inner .header{
		font-size: 48px;
		line-height: 48px;
		max-width: 530px;
	}

}

@media (max-width:  640px){

	.old-site-root-element.osago-contents .section-best .inner .header{
		font-size: 32px;
		line-height: 36px;
	}

}

	.old-site-root-element.osago-contents .section-best .inner .list{
		display: flex;
		flex-direction: row;
		align-items: flex-start;
		justify-content: space-between;
		flex-wrap: wrap;
		margin-top: 48px;
		margin-bottom: -48px;
	}

@media (max-width:  640px){

	.old-site-root-element.osago-contents .section-best .inner .list{
		flex-direction: column;
		flex-wrap: nowrap;
		align-items: stretch;
		justify-content: flex-start;
		margin: 50px 0 0;
	}

}

		.old-site-root-element.osago-contents .section-best .inner .list>*{
			width: calc(50% - 16px);
			margin-bottom: 48px;
		}

	@media (max-width:  640px){

		.old-site-root-element.osago-contents .section-best .inner .list>*{
			width: auto;
			margin-bottom: 0;
		}

		.old-site-root-element.osago-contents .section-best .inner .list>*+*{
			margin-top: 32px;
		}

	}

		.old-site-root-element.osago-contents .section-best .inner .list .item{}

			.old-site-root-element.osago-contents .section-best .inner .list .item .icon{
				background-repeat: no-repeat;
				background-position: left center;
				background-size: auto 100%;
				height: 48px;
			}

			.old-site-root-element.osago-contents .section-best .inner .list .item .title{
				font-family: Circe-Bold;
				font-size: 24px;
				line-height: 28px;
				margin-top: 32px;
			}

		@media (max-width:  640px){

			.old-site-root-element.osago-contents .section-best .inner .list .item .title{
				font-size: 18px;
				line-height: 24px;
				margin-top: 16px;
			}

		}

			.old-site-root-element.osago-contents .section-best .inner .list .item .text{
				font-family: Circe-Regular;
				font-size: 24px;
				line-height: 28px;
				color: #586066;
				margin-top: 16px;
			}

		@media (max-width:  640px){

			.old-site-root-element.osago-contents .section-best .inner .list .item .text{
				font-size: 18px;
				line-height: 24px;
				margin-top: 4px;
			}

		}

		.old-site-root-element.osago-contents .section-best .inner .list .continue{
			display: flex;
			flex-direction: column;
			align-items: flex-start;
			justify-content: flex-end;
			align-self: stretch;
		}

	@media (max-width:  640px){

		.old-site-root-element.osago-contents .section-best .inner .list .continue{
			display: none;
		}

	}

			.old-site-root-element.osago-contents .section-best .inner .list .continue:before{
				content: 'Оформи сейчас!';
				font-family: Circe-Bold;
				font-size: 32px;
				line-height: 36px;
			}

			.old-site-root-element.osago-contents .section-best .inner .list .continue>*{
				display: flex;
				flex-direction: row;
				align-items: center;
				justify-content: center;
				background: #F47D32;
				box-shadow: 0px 18px 40px -15px rgba(255, 99, 0, 0.4);
				border-radius: 12px;
				padding: 0 24px;
				font-family: Circe-Bold;
				font-size: 16px;
				line-height: 24px;
				align-items: center;
				letter-spacing: .08em;
				text-transform: uppercase;
				color: #fff;
				height: 56px;
				margin-top: 32px;
			}

				.old-site-root-element.osago-contents .section-best .inner .list .continue>*:before{
					content: 'Начать оформление';
				}



/************************************************************
                        
                            T O P

************************************************************/


.old-site-root-element.osago-contents .section-factoids{
	margin-top: 160px;
	background: #F2F6F7;
}

@media (max-width:  640px){

.old-site-root-element.osago-contents .section-factoids{
	margin-top: 120px;
}

}

.old-site-root-element.osago-contents .section-factoids>*{
	flex-direction: row;
	position: relative;
	align-items: flex-start;
	justify-content: flex-start;
	padding-left: 20%;
	box-sizing: border-box;
}

@media (max-width:  1250px){

.old-site-root-element.osago-contents .section-factoids>*{
	padding-left: 30%;
}

}

@media (max-width:  640px){

.old-site-root-element.osago-contents .section-factoids>*{
	padding-left: 0;
}

}

.old-site-root-element.osago-contents .section-factoids .image-before{
	display: block;
	position: absolute;
	left: 0;
	top: 87px;
	width: 49%;
	background: url(/new/assets/img/osago/factoids.png) no-repeat center top/contain;
	transform: translate(-38%,0%);
	z-index: 0;
}

@media (max-width:  640px){

.old-site-root-element.osago-contents .section-factoids .image-before{
	top: auto;
	left: auto;
	right: -150px;
	bottom: 128px;
	width: 270px;
	transform: translate(0,100%) translate(0,0);
}

}

	.old-site-root-element.osago-contents .section-factoids .image-before:before{
		content: '';
		display: block;
		position: relative;
		width: 100%;
		padding-bottom: 128.24%;
	}

.old-site-root-element.osago-contents .section-factoids .inner{
	position: relative;
	padding: 160px 0;
	z-index: 1;
}

@media (max-width:  1250px){

.old-site-root-element.osago-contents .section-factoids .inner{
	padding: 80px 0;
}

}

@media (max-width:  640px){

.old-site-root-element.osago-contents .section-factoids .inner{
	padding: 120px 0;
}

}

	.old-site-root-element.osago-contents .section-factoids .inner>*{
		display: flex;
		flex-direction: row;
		align-items: flex-start;
		justify-content: flex-start;
	}

@media (max-width:  960px){

	.old-site-root-element.osago-contents .section-factoids .inner>*{
		flex-direction: column;
		align-items: stretch;
	}

}

	.old-site-root-element.osago-contents .section-factoids .inner>*+*{
		margin-top: 48px;
		padding-top: 48px;
		border-top: 1px solid #C4C4C4;
	}

	.old-site-root-element.osago-contents .section-factoids .inner .title{
		font-family: Circe-Bold;
		font-size: 48px;
		line-height: 48px;
		width: 290px;
		flex-shrink: 0;
		margin-right: 200px;
	}

@media (max-width:  1250px){

	.old-site-root-element.osago-contents .section-factoids .inner .title{
		font-size: 32px;
		line-height: 36px;
		width: 190px;
		margin-right: 100px;
	}

}

@media (max-width:  960px){

	.old-site-root-element.osago-contents .section-factoids .inner .title{
		margin: 0 0 16px;
	}

}

@media (max-width:  640px){

	.old-site-root-element.osago-contents .section-factoids .inner .title{
		font-size: 24px;
		line-height: 28px;
	}

}

	.old-site-root-element.osago-contents .section-factoids .inner .text{
		font-family: Roboto;
		font-size: 16px;
		line-height: 24px;
		flex-grow: 1;
		flex-basis: 0;
	}

@media (max-width:  960px){

	.old-site-root-element.osago-contents .section-factoids .inner .text{
		flex-grow: initial;
		flex-basis: initial;
	}

}

@media (max-width:  640px){

	.old-site-root-element.osago-contents .section-factoids .inner .text{
		font-size: 16px;
		line-height: 24px;
	}

}

.old-site-root-element.osago-contents .section-factoids .image-after{
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 67%;
	background: url(/new/assets/img/osago/best/phone.png) no-repeat left top/100% auto;
	transform: translate(25%,-80%);
	z-index: 0;
}

@media (max-width:  1420px){

.old-site-root-element.osago-contents .section-factoids .image-after{
	transform: translate(40%,-80%);
}

}

@media (max-width:  640px){

.old-site-root-element.osago-contents .section-factoids .image-after{
	width: 390px;
	right: -20px;
	transform: translate(0, -100%) translate(163px, 233px);
}

}

	.old-site-root-element.osago-contents .section-factoids .image-after:before{
		content: '';
		display: block;
		position: relative;
		width: 100%;
		padding-bottom: 118.77%;
	}



/************************************************************
                        
                            T O P

************************************************************/


.old-site-root-element.osago-contents .section-flow{
	margin-top: 160px;
}

@media (max-width:  640px){

.old-site-root-element.osago-contents .section-flow{
	margin-top: 120px;
}

}

.old-site-root-element.osago-contents .section-flow>*{}

.old-site-root-element.osago-contents .section-flow .header{
	font-family: Circe-Bold;
	font-size: 72px;
	line-height: 72px;
	text-align: center;
	max-width: 830px;
	margin: 0 auto;
}

@media (max-width:  640px){

.old-site-root-element.osago-contents .section-flow .header{
	font-size: 32px;
	line-height: 36px;
}

}

.old-site-root-element.osago-contents .section-flow .list{
	display: flex;
	flex-direction: row;
	align-items: stretch;
	justify-content: flex-start;
	margin-top: 100px;
}

@media (max-width:  960px){

.old-site-root-element.osago-contents .section-flow .list{
	flex-wrap: wrap;
}

}

@media (max-width:  640px){

.old-site-root-element.osago-contents .section-flow .list{
	flex-direction: column;
	flex-wrap: nowrap;
	border: 1px solid #F2F6F7;
	border-radius: 20px;
	box-sizing: border-box;
	padding: 20px 16px;
	margin-top: 40px;
}

}


	.old-site-root-element.osago-contents .section-flow .list>*{
		padding: 32px 24px 48px;
		flex-grow: 1;
		flex-basis: 0;
		border: 1px solid #F2F6F7;
		border-radius: 20px;
		box-sizing: border-box;
	}

@media (max-width:  960px){

	.old-site-root-element.osago-contents .section-flow .list>*{
		flex-grow: initial;
		flex-basis: initial;
		width: calc(50% - 16px);
		margin-right: 16px;
		max-width: 400px;
	}

}

@media (max-width:  640px){

	.old-site-root-element.osago-contents .section-flow .list>*{
		position: relative;
		width: auto;
		max-width: initial;
		margin: 0;
		border-radius: 0;
		padding: 0 0 0 32px;
		border:  none;
	}

}

	.old-site-root-element.osago-contents .section-flow .list>*+*{
		margin-left: 32px;
	}

@media (max-width:  960px){

	.old-site-root-element.osago-contents .section-flow .list>*+*{
		margin-left: 0;
	}

}

@media (max-width:  640px){

	.old-site-root-element.osago-contents .section-flow .list>*+*{
		margin-top: 32px;
	}

}

		.old-site-root-element.osago-contents .section-flow .list .index{
			font-family: Circe-Bold;
			font-size: 18px;
			line-height: 24px;
		}

	@media (max-width:  640px){

		.old-site-root-element.osago-contents .section-flow .list .index{
			position: absolute;
			top: 0;
			left: 0;
		}

	}

		.old-site-root-element.osago-contents .section-flow .list .title{
			font-family: Circe-Bold;
			font-size: 32px;
			line-height: 36px;
			margin-top: 32px;
		}

	@media (max-width:  640px){

		.old-site-root-element.osago-contents .section-flow .list .title{
			font-size: 18px;
			line-height: 24px;
			margin-top: 0;
		}

	}

		.old-site-root-element.osago-contents .section-flow .list .text{
			font-family: Roboto;
			font-size: 16px;
			line-height: 24px;
			margin-top: 16px;
		}

	@media (max-width:  640px){

		.old-site-root-element.osago-contents .section-flow .list .text{
			font-size: 16px;
			line-height: 24px;
			margin-top: 14px;
		}

	}



/************************************************************
                        
                            T O P

************************************************************/


.old-site-root-element.osago-contents .section-calc{
	margin-top: 130px;
}

@media (max-width:  640px){

.old-site-root-element.osago-contents .section-calc{
	margin-top: 120px;
}

}

.old-site-root-element.osago-contents .section-calc>*{
	position: relative;
	flex-direction: row;
	align-items: flex-start;
	justify-content: flex-start;
}

.old-site-root-element.osago-contents .section-calc .form{
	position: relative;
	width: 50%;
	max-width: 704px;
	z-index: 1;
}

@media (max-width:  960px){

.old-site-root-element.osago-contents .section-calc .form{
	width: 100%;
}

}

	.old-site-root-element.osago-contents .section-calc .form .header{
		font-family: Circe-Bold;
		font-size: 72px;
		line-height: 72px;
	}

@media (max-width:  640px){

	.old-site-root-element.osago-contents .section-calc .form .header{
		font-size: 32px;
		line-height: 36px;
		padding: 0 20px;
		box-sizing: border-box;
	}

}

	.old-site-root-element.osago-contents .section-calc .form .inner{
		background: #F2F6F7;
		border-radius: 12px;
		padding: 48px 32px;
		box-sizing: border-box;
		margin-top: 48px;
	}

@media (max-width:  960px){

	.old-site-root-element.osago-contents .section-calc .form .inner{
		max-width: 600px;
	}

}

@media (max-width:  640px){

	.old-site-root-element.osago-contents .section-calc .form .inner{
		margin-top: 24px;
		padding: 24px 20px;
	}

}

		.old-site-root-element.osago-contents .section-calc .form .inner .text{
			font-family: Circe-Bold;
			font-size: 32px;
			line-height: 36px;
		}

	@media (max-width:  640px){

		.old-site-root-element.osago-contents .section-calc .form .inner .text{
			font-size: 18px;
			line-height: 24px;
		}

	}

		.old-site-root-element.osago-contents .section-calc .form .inner .data{
			display: flex;
			flex-direction: row;
			align-items: flex-start;
			justify-content: flex-start;
			margin-top: 24px;
		}

	@media (max-width:  640px){

		.old-site-root-element.osago-contents .section-calc .form .inner .data{
			flex-direction: column;
			align-items: stretch;
		}

	}

			.old-site-root-element.osago-contents .section-calc .form .inner .data .car-number{
				flex-grow: 1;
			}

		@media (max-width:  640px){

			.old-site-root-element.osago-contents .section-calc .form .inner .data .car-number{
				flex-grow: initial;
			}

		}

				.old-site-root-element.osago-contents .section-calc .form .inner .data .car-number .value{
					background: #fff;
					border: 1px solid #C2C9CC;
					border-radius: 12px;
					box-sizing: border-box;
					overflow: hidden;
					height: 56px;
					flex-grow: 1;
					max-width: 440px;
				}

			@media (max-width: 800px){

				.old-site-root-element.osago-contents .section-calc .form .inner .data .car-number .value{
					width: 100%;
				}

			}

					.old-site-root-element.osago-contents .section-calc .form .inner .data .car-number .value input{
						display: block;
						font-family: Roboto;
						font-size: 16px;
						line-height: 56px;
						color: #172126;
						text-indent: 16px;
						width: 100%;
						text-transform: uppercase;
					}

						.old-site-root-element.osago-contents .section-calc .form .inner .data .car-number .value input::placeholder{
							color: #586066;
							text-transform: initial;
						}

				.old-site-root-element.osago-contents .section-calc .form .inner .data .car-number .no-value{
					display: block;
					font-family: Roboto;
					font-size: 12px;
					line-height: 16px;
					color: #586066;
					margin-top: 16px;
				}

					.old-site-root-element.osago-contents .section-calc .form .inner .data .car-number .no-value:before{
						content: 'Рассчитать без номера';
					}

			.old-site-root-element.osago-contents .section-calc .form .inner .data .continue{
				display: flex;
				flex-direction: row;
				align-items: center;
				justify-content: center;
				text-align: center;
				background: #F47D32;
				box-shadow: 0px 18px 40px -15px rgba(255, 99, 0, 0.4);
				border-radius: 12px;
				height: 56px;
				padding: 0 24px;
				margin-left: 24px;
				font-family: Circe-Bold;
				font-size: 16px;
				line-height: 24px;
				letter-spacing: .08em;
				text-transform: uppercase;
				color: #FFF;
			}

			.old-site-root-element.osago-contents .section-calc .form .inner .data .continue.disabled{
				background: #bbb;
				/*color: #90979C;*/
				box-shadow: none;
				pointer-events: none;
			}

		@media (max-width:  640px){

			.old-site-root-element.osago-contents .section-calc .form .inner .data .continue{
				align-self: flex-start;
				margin: 32px 0 0;
			}

		}

				.old-site-root-element.osago-contents .section-calc .form .inner .data .continue:before{
					content: 'продолжить';
				}

.old-site-root-element.osago-contents .section-calc .image{
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 63%;
	background: url(/new/assets/img/osago/calc.png) no-repeat center top/contain;
	transform: translate(18%,-26%);
	z-index: 0;
}

@media (max-width:  640px){

.old-site-root-element.osago-contents .section-calc .image{
	width: 470px;
	top: auto;
	bottom: 0;
	transform: translate(0,100%) translate(237px,-231px);
}

}

	.old-site-root-element.osago-contents .section-calc .image:before{
		content: '';
		display: block;
		position: relative;
		width: 100%;
		padding-bottom: 112.54%;
	}



/************************************************************
                        
                            T O P

************************************************************/


.old-site-root-element.osago-contents .section-faq{
	margin-top: 230px;
	margin-bottom: 160px;
}

@media (max-width:  640px){

.old-site-root-element.osago-contents .section-faq{
	margin-top: 160px;
	margin-bottom: 120px;
}

}

.old-site-root-element.osago-contents .section-faq>*{}

.old-site-root-element.osago-contents .section-faq .header{
	font-family: Circe-Bold;
	font-size: 72px;
	line-height: 72px;
	text-align: center;
	max-width: 830px;
	margin: 0 auto;
}

@media (max-width:  640px){

.old-site-root-element.osago-contents .section-faq .header{
	font-size: 32px;
	line-height: 36px;
}

}

.old-site-root-element.osago-contents .section-faq .list{
	background: #fff;
	box-shadow: 0px 18px 40px -16px rgba(70, 119, 149, 0.32);
	border-radius: 16px;
	box-sizing: border-box;
	padding: 0 48px;
	margin-top: 48px;
}

@media (max-width:  640px){

.old-site-root-element.osago-contents .section-faq .list{
	position: relative;
	margin-top: 32px;
	padding: 0 20px;
	left: -20px;
	width: calc(100% + 40px);
}

}

	.old-site-root-element.osago-contents .section-faq .list>*{}

	.old-site-root-element.osago-contents .section-faq .list>*+*{
		border-top: 1px solid #F2F6F7;
	}

	.old-site-root-element.osago-contents .section-faq .list .handler{
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		min-height: 90px;
		padding: 16px 0;
	}

@media (max-width:  640px){

	.old-site-root-element.osago-contents .section-faq .list .handler{
		min-height: 80px;
		padding: 20px 0;
	}

}

	.old-site-root-element.osago-contents .section-faq .list .handler,
	.old-site-root-element.osago-contents .section-faq .list .handler *{
		cursor: pointer;
	}

		.old-site-root-element.osago-contents .section-faq .list .handler .title{
			font-family: Circe-Bold;
			font-size: 24px;
			line-height: 28px;
			flex-grow: 1;
			flex-basis: 0;
			max-width: 970px;
		}

	@media (max-width:  640px){

		.old-site-root-element.osago-contents .section-faq .list .handler .title{
			font-size: 18px;
			line-height: 24px;
		}

	}

		.old-site-root-element.osago-contents .section-faq .list .handler:after{
			content: '';
			display: block;
			width: 24px;
			height: 24px;
			margin-left: 24px;
			background: url(/new/assets/img/osago/dropdown.svg) no-repeat center center/contain;
			transition: transform 200ms ease;
			will-change: transform;
		}

	@media (max-width:  640px){

		.old-site-root-element.osago-contents .section-faq .list .handler:after{
			align-self: flex-start;
			margin-left: 16px;
			margin-top: 5px;
		}

	}

		.old-site-root-element.osago-contents .section-faq .list .expanded .handler:after{
			transform: rotate(180deg);
		}

	.old-site-root-element.osago-contents .section-faq .list .contents{
		height: 0;
		overflow: hidden;
		transition:
			height 200ms ease,
			transform 200ms ease
		;
		will-change: height, transform;
	}

	.old-site-root-element.osago-contents .section-faq .list .expanded .contents{
		height: auto;
		transform:  translate(0,-16px);
	}

		.old-site-root-element.osago-contents .section-faq .list .contents>*{
			font-family: Roboto;
			font-size: 16px;
			line-height: 24px;
			color: #586066;
			padding: 8px 0 32px;
			max-width: 1270px;
		}

	@media (max-width:  640px){

		.old-site-root-element.osago-contents .section-faq .list .contents>*{
			padding: 8px 0 20px;
		}

	}

			.old-site-root-element.osago-contents .section-faq .list .contents>*>*{
				display: block;
				margin: 0;
				padding: 0;
			}

			.old-site-root-element.osago-contents .section-faq .list .contents>*>*+*{
				margin-top: 8px;
			}













































