.insurance-intro__lead {
	margin-bottom: 20px;
	font-size: 1.8rem;
	line-height: 1.44444;
	text-align: center;
	letter-spacing: .05em;
}

.insurance-intro__text {
	margin-bottom: 23px;
}

.insurance-intro__fig {
	margin-bottom: 20px;
}

.insurance {
	margin-bottom: 30px;
}

.insurance__lead {
	margin-bottom: 27px;
	font-size: 1.6rem;
	line-height: 1.5;
	text-align: center;
	font-weight: 500;
	letter-spacing: .05em;
}

.insurance__lead--sp-align-left {
	text-align: left;
}

.insurance__price {
	text-align: center;
	font-size: 1.4rem;
	line-height: 1.42857;
}

.insurance__price span {
	font-size: 2.2rem;
	font-weight: bold;
	font-family: "Roboto", sans-serif;
}

.insurance__price--emerald span {
	color: #2ba7ab;
}

.insurance__price--blue span {
	color: #1086c9;
}

.burden__head-1 {
	margin-bottom: 30px;
	background: #dfe9e9;
	font-size: 1.5rem;
	line-height: 1.46667;
	text-align: center;
	padding: 18px 10px;
	position: relative;
	font-weight: 500;
}

.burden__head-1::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 100%);
	-ms-transform: translate(-50%, 100%);
	transform: translate(-50%, 100%);
	border-right: 10px solid transparent;
	border-top: 13px solid #dfe9e9;
	border-left: 10px solid transparent;
}

.burden__item {
	background: #f5f5f5;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.burden__item:not(:last-child) {
	margin-bottom: 28px;
}

.burden__head-2 {
	color: #ffffff;
	padding: 15px;
	text-align: center;
	font-size: 1.6rem;
	line-height: 1.4;
	letter-spacing: .05em;
	font-weight: 500;
}

.burden__item--emerald .burden__head-2 {
	background: #2ba7ab;
}

.burden__item--blue .burden__head-2 {
	background: #1086c9;
}

.burden__content {
	height: 100%;
	position: relative;
	padding: 14px 20px 27px;
}

.burden__overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(51, 51, 51, 0.9);
}

.burden__overlay span {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: rgba(255, 255, 255, 0.5);
	color: #ffffff;
	padding: 12px 10px;
	border-radius: 30px;
	font-size: 1.6rem;
	letter-spacing: .05em;
	text-align: center;
	width: 160px;
}

.burden__text {
	margin-bottom: 16px;
	font-size: 1.5rem;
	line-height: 1.73333;
}

.burden__list {
	margin-bottom: 12px;
}

.burden__list__item {
	padding: 17px 21px 15px;
	background: #ffffff;
	letter-spacing: .05em;
}

.burden__list__item + .burden__list__item {
	margin-top: 10px;
}

.burden__list__head {
	font-size: 1.5rem;
	line-height: 1.33333;
	font-weight: 500;
}

.burden__list__head span {
	display: inline-block;
	font-size: 1.2rem;
}

.burden__list__money {
	font-size: 1.4rem;
	line-height: 1.42857;
	letter-spacing: .05em;
}

.burden__list__money span {
	font-family: "Roboto", sans-serif;
	font-size: 2.2rem;
	padding-right: 4px;
	letter-spacing: .05em;
	font-weight: bold;
}

.burden__item--emerald .burden__list__money span {
	color: #2ba7ab;
}

.burden__item--blue .burden__list__money span {
	color: #1086c9;
}

.burden__closing {
	margin-top: 40px;
	font-size: 1.6rem;
	line-height: 1.375;
	color: #1086c9;
	background: #f1f1f1;
	text-align: center;
	padding: 29px 0;
	width: 100vw;
	margin-left: -5.35vw;
	font-weight: 500;
	letter-spacing: .05em;
}

.insurance-fig {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 22px;
}

.insurance-fig__item {
	text-align: center;
	color: #ffffff;
	padding: 13px 5px;
	font-size: 1.4rem;
	line-height: 1.28571;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	font-weight: 500;
}

.insurance-fig__item:not(:last-child) {
	margin-right: 35px;
	position: relative;
}

.insurance-fig__item:not(:last-child)::before,
.insurance-fig__item:not(:last-child)::after {
	content: '';
	position: absolute;
	top: 50%;
	right: -26px;
	width: 17px;
	height: 2px;
	background: #333333;
}

.insurance-fig__item:not(:last-child)::after {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.insurance-fig__item--1 {
	background: #0fa044;
	max-width: 69px;
}

.insurance-fig__item--2 {
	background: #2ba7ab;
	max-width: 109px;
}

.insurance-fig__item--3 {
	background: #1086c9;
	max-width: 89px;
}

.step-link {
	border-top: 1px solid #0fa044;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	margin-top: 20px;
}

.step-link__item {
	width: 50%;
	height: 50px;
	border-bottom: 1px solid #0fa044;
}

.step-link__item:nth-child(odd) {
	border-right: 1px solid #0fa044;
}

.step-link__number {
	display: none;
}

.step-link__other {
	width: 100%;
	padding: 20px 5.35vw 0;
}

.step-link__button-1 {
	color: #0fa044;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 1.5rem;
	width: 100%;
	height: 100%;
}

.step-link__button-2 {
	color: #FFFFFF;
	background: url(../../common/img/icon_arrow_white.svg) no-repeat right 20px center, #AAAAAA;
	font-size: 1.5rem;
	font-weight: 500;
	width: 100%;
	height: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.how2reserve {
	margin-bottom: 40px;
}

.how2reserve__item {
	position: relative;
	margin-bottom: 30px;
}

.how2reserve__label {
	color: #FFFFFF;
	background: #0fa044;
	position: absolute;
	top: 0;
	left: 0;
	width: 180px;
	height: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 1.5rem;
}

.how2reserve__main {
	height: 100%;
}

.how2reserve__image {
	margin-bottom: 18px;
}

.how2reserve__image img {
	display: block;
}

.how2reserve__text {
	font-size: 1.5rem;
	line-height: 1.86667;
	margin-bottom: 15px;
	display: block;
}

.how2reserve .button {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.flow-logo {
	width: 173px;
	margin-bottom: 20px;
}

.flow-image {
	width: 100%;
	margin-bottom: 40px;
}

@media screen and (min-width: 681px) {

.insurance-intro__lead { /* md */
	margin-bottom: 30px;
	font-size: 2.2rem;
}

.insurance-intro__text { /* md */
	margin-bottom: 88px;
}

.insurance-intro__fig { /* md */
	margin-bottom: 25px;
}

.insurance { /* md */
	margin-bottom: 80px;
}

.insurance--mbsm { /* md */
	margin-bottom: 57px;
}

.insurance__lead { /* md */
	margin-bottom: 45px;
	font-size: 1.8rem;
}

.insurance__lead--sp-align-left { /* md */
	text-align: center;
}

.insurance__lead--mbsm { /* md */
	margin-bottom: 37px;
}

.insurance__price { /* md */
	font-size: 1.6rem;
	line-height: 1.375;
}

.insurance__price span { /* md */
	font-size: 2.8rem;
}

.burden__head-1 { /* md */
	margin-bottom: 38px;
	padding: 24px 10px;
	font-size: 1.6rem;
}

.burden__head-1::before { /* md */
	border-width: 20px 15px 0;
}

.burden__items { /* md */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.burden__item { /* md */
	width: calc(50% - 10px);
}

.burden__item:not(:last-child) { /* md */
	margin-bottom: 0;
}

.burden__head-2 { /* md */
	padding: 20px;
}

.burden__content { /* md */
	padding: 25px 20px 20px;
}

.burden__overlay span { /* md */
	width: 200px;
	padding: 16px 10px;
	font-size: 1.8rem;
}

.burden__text { /* md */
	margin-bottom: 27px;
}

.burden__list { /* md */
	margin-bottom: 15px;
}

.burden__list__head span { /* md */
	display: inline;
	font-size: 1.5rem;
}

.burden__closing { /* md */
	margin-left: 0;
	width: 100%;
	padding: 27px 0;
	margin-top: 60px;
	font-size: 2rem;
	letter-spacing: .1em;
}

.insurance-fig { /* md */
	margin-bottom: 26px;
}

.insurance-fig__item { /* md */
	width: 230px;
	padding: 20px 5px;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	font-size: 1.6rem;
	max-width: inherit;
}

.insurance-fig__item:not(:last-child) { /* md */
	margin-right: 45px;
}

.insurance-fig__item:not(:last-child)::before,
.insurance-fig__item:not(:last-child)::after { /* md */
	right: -30px;
}

.step-link { /* md */
	border-top: none;
	margin-top: 50px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.step-link__item:nth-child(odd) { /* md */
	border-right: none;
}

.step-link__item { /* md */
	border: none;
	width: calc((100% - 40px) / 4);
	height: auto;
	position: relative;
}

.step-link__item:not(:first-child):before {
	position: absolute;
	top: 21px;
	left: -6px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	content: "";
	width: 50px;
	height: 1px;
	background: #808080;
	display: block;
}

.step-link__number { /* md */
	text-align: center;
	display: block;
	font-style: italic;
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	font-size: 2.0rem;
	margin-bottom: 10px;
}

.step-link__number span {
	color: #0fa044;
	font-size: 3.3rem;
	padding-left: 0.05em;
}

.step-link__other { /* md */
	width: 400px;
	padding: 0;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}

.step-link__button-1 { /* md */
	width: 100%;
	height: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #0fa044;
	font-size: 1.5rem;
	font-weight: 500;
	border: 1px solid #0fa044;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.step-link__button-1:hover {
	background: #0fa044;
	color: #FFFFFF;
}

.step-link__button-2 { /* md */
	background: #AAAAAA;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.step-link__button-2:hover {
	background: #0fa044;
	color: #FFFFFF;
}

.how2reserve { /* md */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 30px;
}

.how2reserve__item { /* md */
	padding-top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: calc((100% - 40px) / 3);
}

.how2reserve__label { /* md */
	width: 150px;
	font-size: 1.4rem;
}

.how2reserve__text { /* md */
	line-height: 2;
	margin-bottom: 23px;
}

}

@media screen and (min-width: 1100px) {

.burden__item { /* lg */
	width: calc(50% - 30px);
}

.burden__content { /* lg */
	padding: 33px 39px 40px;
}

.burden__list__item { /* lg */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.burden__list__head { /* lg */
	width: 55%;
}

.burden__list__money { /* lg */
	width: 45%;
	text-align: right;
}

.step-link { /* lg */
	margin-top: 100px;
}

.step-link__item { /* lg */
	width: 178px;
}

.step-link__item:not(:first-child):before {
	left: -10px;
	width: 63px;
}

.step-link__other { /* lg */
	width: 178px;
	margin-top: 0;
	margin-left: 32px;
	margin-right: 0;
}

.how2reserve__item { /* lg */
	width: calc((100% - 100px) / 3);
}

.how2reserve__label { /* lg */
	width: 180px;
	font-size: 1.5rem;
}

.how2reserve__image { /* lg */
	margin-bottom: 12px;
}

.flow-logo { /* lg */
	width: 216px;
}

.flow-image { /* lg */
	width: 760px;
	margin: 0 auto 40px;
}

}

