.algorithm-lift-lip {
}
.algorithm-lift-lip .bold {
	font-family: "RotonBol";
	font-weight: 400;
}
.algorithm-lift-lip .text-blue {
	color: #00178e;
}
.algorithm-lift-lip .mt-0 {
	margin-top: 0px;
}
.algorithm-lift-lip .mt-12 {
	margin-top: 12px;
}
.algorithm-lift-lip .mt-24 {
	margin-top: 24px;
}
.algorithm-lift-lip .mt-40 {
	margin-top: 40px;
}
@media all and (max-width: 768px) {
	.algorithm-lift-lip .mt-40 {
		margin-top: 24px;
	}
}
.article__wrap .algorithm-lift-lip p {
	font-size: 18px;
	line-height: 23px;
}
.article__wrap .algorithm-lift-lip h2 {
	margin-top: 40px;
	margin-bottom: 0;
	font-size: 36px;
	line-height: 45px;
	color: #00178e;
}
@media all and (max-width: 768px) {
	.article__wrap .algorithm-lift-lip h2 {
		margin-top: 24px;
		font-size: 24px;
		line-height: 31px;
	}
}
.article__wrap .algorithm-lift-lip h3 {
	margin-top: 3px;
	margin-bottom: 0;
	font-size: 24px;
	line-height: 29px;
	color: #00178e;
}
@media all and (max-width: 768px) {
	.article__wrap .algorithm-lift-lip h3 {
		margin-top: 0;
		font-size: 21px;
		line-height: 27px;
	}
}
.article__wrap .algorithm-lift-lip sup {
	font-size: 60%;
}

.algorithm-lift-lip__head {
	margin-top: 12px;
	border-radius: 16px;
	padding: 32px 345px 32px 24px;
	background: #00ce57;
	font-family: "RotonReg";
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	color: #fff;
	background-image: url('/static/f/med_article/679/img/bg-1.png');
	background-repeat: no-repeat;
	background-size: 314px;
	background-position: right top -70px;
}
@media all and (max-width: 1155px) {
	.algorithm-lift-lip__head {
		background-position: right top -60px;
	}
}
@media all and (max-width: 1030px) {
	.algorithm-lift-lip__head {
		background-position: right bottom;
	}
}
@media all and (max-width: 992px) {
	.algorithm-lift-lip__head {
		background-position: right center;
	}
}
@media all and (max-width: 680px) {
	.algorithm-lift-lip__head {
		padding: 16px;
		background-image: none;
	}
}

.algorithm-lift-lip__note {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	min-height: 101px;
	margin-top: 24px;
	padding: 20px 20px 20px 85px;
	border-radius: 20px;
	background-color: #ebfaf0;
	background-image: url('/static/f/med_article/679/img/lamp.svg');
	background-repeat: no-repeat;
	background-size: auto 61px;
	background-position: left 20px top 20px;
	font-family: "RotonReg";
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	color: #00ce57;
}
.algorithm-lift-lip__note--warn {
	background-image: url('/static/f/med_article/679/img/warn.svg');
	background-size: 58px 42px;
}
.algorithm-lift-lip__note--bg-y-center {
	background-position: left 20px center;
}
.algorithm-lift-lip__note.ml-23 {
	margin-left: 23px;
}
@media all and (max-width: 768px) {
	.algorithm-lift-lip__note {
		margin-top: 24px;
		padding: 68px 16px 16px 16px;
		border-radius: 16px;
		background-size: auto 40px;
		background-position: left 16px top 16px;
		font-size: 18px;
		line-height: 23px;
	}
	.algorithm-lift-lip__note--warn {
		padding: 56px 16px 16px 16px;
		background-size: 38px 27.5px;
	}
	.algorithm-lift-lip__note--bg-y-center {
		background-position: left 16px top 16px;
	}
	.algorithm-lift-lip__note.ml-23 {
		margin-left: 0px;
	}
}

.algorithm-lift-lip__source {
	margin-top: 40px;
}
.algorithm-lift-lip__source-title {
	display: block;
	margin-bottom: 12px;
	font-family: "RotonReg";
	font-weight: 700;
	font-size: 12px;
	line-height: 17px;
	color: #00178e;
}
.algorithm-lift-lip__source-text {
	display: block;
	font-family: "RotonReg";
	font-weight: 400;
	font-size: 12px;
	line-height: 17px;
	color: #444;
}
@media all and (max-width: 768px) {
	.algorithm-lift-lip__source {
		margin-top: 24px;
	}
}

.algorithm-lift-lip__method {
	margin-top: 24px;
	border-radius: 20px;
	padding: 20px;
	background: #ebfaf0;
}
.algorithm-lift-lip__method-title {
	font-family: "RotonReg";
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	color: #00178e;
}
.algorithm-lift-lip__method ul {
	margin: 12px 0 0;
	padding: 0;
	list-style-type: none;
}
.algorithm-lift-lip__method ul li {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-family: "RotonReg";
	font-weight: 400;
	font-size: 18px;
	line-height: 23px;
	color: #444;
}
.algorithm-lift-lip__method ul li + li {
	margin-top: 12px;
}
.algorithm-lift-lip__method-num-desktop {
	flex-shrink: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 35px;
	height: 35px;
	margin-right: 12px;
	background: #00178e;
	border-radius: 100%;
	font-family: "RotonReg";
	font-weight: 700;
	font-size: 24px;
	line-height: 24px;
	color: #fff;
}
.algorithm-lift-lip__method-num-mobile {
	display: none;
}
@media all and (max-width: 768px) {
	.algorithm-lift-lip__method {
		border-radius: 16px;
		padding: 16px;
	}
	.algorithm-lift-lip__method ul li {
		display: block;
	}
	.algorithm-lift-lip__method-num-desktop {
		display: inline;
		width: auto;
		height: auto;
		margin-right: 0;
		background: none;
		font-weight: 400;
		font-size: 18px;
		line-height: 23px;
		color: #444;
	}
	.algorithm-lift-lip__method-num-mobile {
		display: inline;
	}
}

.algorithm-lift-lip__table {
	margin-top: 24px;
	border: 1px solid #444;
	border-radius: 20px;
	background: #fff;
	overflow: hidden;
}
.algorithm-lift-lip__table-row {
	display: flex;
	justify-content: flex-start;
}
.algorithm-lift-lip__table-row:nth-child(1) {
	background: #00ce57;
}
.algorithm-lift-lip__table-row:nth-child(2) {
	background: #effff4;
}
.algorithm-lift-lip__table-row:nth-child(3) {
	border-top: 1px solid #444;
	background: #fffbeb;
}
.algorithm-lift-lip__table-row:nth-child(4) {
	border-top: 1px solid #444;
	background: #fff3f3;
}
.algorithm-lift-lip__table-col {
	padding: 12px 20px;
	font-family: "RotonReg";
	font-weight: 400;
	font-size: 18px;
	line-height: 23px;
	color: #444;
}
.algorithm-lift-lip__table-col:nth-child(1) {
	width: 100%;
	max-width: 133px;
	flex-shrink: 0;
	border-right: 1px solid #444;
}
.algorithm-lift-lip__table-col:nth-child(2) {
	flex: 1;
	border-right: 1px solid #444;
}
.algorithm-lift-lip__table-col:nth-child(3) {
	flex: 1;
}
.algorithm-lift-lip__table-row:nth-child(1) .algorithm-lift-lip__table-col {
	font-weight: 700;
	color: #fff;
}
.algorithm-lift-lip__table-row:nth-child(1) .algorithm-lift-lip__table-col:nth-child(1),
.algorithm-lift-lip__table-row:nth-child(1) .algorithm-lift-lip__table-col:nth-child(2) {
	border-right: 1px solid #fff;
}
.algorithm-lift-lip__table-col:nth-child(1) span {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
	width: 35px;
	height: 35px;
	background: #00178e;
	border-radius: 100%;
	font-family: "RotonReg";
	font-weight: 700;
	font-size: 24px;
	line-height: 24px;
	color: #fff;
}
.algorithm-lift-lip__table-row:nth-child(2) .algorithm-lift-lip__table-col:nth-child(1) span {
	background: #00ce57;
}
.algorithm-lift-lip__table-row:nth-child(3) .algorithm-lift-lip__table-col:nth-child(1) span {
	background: #ffc300;
}
.algorithm-lift-lip__table-row:nth-child(4) .algorithm-lift-lip__table-col:nth-child(1) span {
	background: #f72723;
}
.algorithm-lift-lip__table-col p.algorithm-lift-lip__table-col-text-mobile {
	display: none;
	margin-bottom: 4px;
	font-family: "RotonReg";
	font-weight: 700;
	font-size: 18px;
	line-height: 23px;
	color: #444;
}
.algorithm-lift-lip__table-col:nth-child(1) p.algorithm-lift-lip__table-col-text-mobile {
	font-size: 20px;
	line-height: 24px;
	color: #00178e;
}
@media all and (max-width: 768px) {
	.algorithm-lift-lip__table-row {
		flex-direction: column;
	}
	.algorithm-lift-lip__table-row:nth-child(1) {
		display: none;
	}
	.algorithm-lift-lip__table-col:nth-child(1) {
		width: 100%;
		max-width: none;
	}
	.algorithm-lift-lip__table-col:nth-child(1) span {
		display: none;
	}
	.algorithm-lift-lip__table-col p.algorithm-lift-lip__table-col-text-mobile {
		display: block;
	}
	.algorithm-lift-lip__table-col:nth-child(1),
	.algorithm-lift-lip__table-col:nth-child(2) {
		border-right: none;
	}
	.algorithm-lift-lip__table-col:nth-child(2) {
		padding-top: 0;
		padding-bottom: 0;
	}
}

.algorithm-lift-lip__items {
	margin-top: 24px;
}
.algorithm-lift-lip__items-title {
	font-family: "RotonReg";
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	color: #00178e;
}
.algorithm-lift-lip__items-wrap {
	display: flex;
	justify-content: flex-start;
	align-items: normal;
	gap: 12px;
	margin-top: 12px;
}
.algorithm-lift-lip__item {
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 0;
	border: 1px solid #00ce57;
	border-radius: 20px;
	background: #fff;
	overflow: hidden;
}
.algorithm-lift-lip__item-pic {
	width: 100%;
	border-bottom: 1px solid #00ce57;
	border-radius: 20px;
	overflow: hidden;
	background: #ebfaf0;
}
.algorithm-lift-lip__item-pic img {
	width: 100%;
	display: block;
	font-size: 0;
	line-height: 0;
}
.algorithm-lift-lip__item-text {
	padding: 12px;
	font-family: "RotonReg";
	font-weight: 400;
	font-size: 18px;
	line-height: 23px;
	color: #444;
}
.algorithm-lift-lip__item-text span {
	font-weight: 700;
	color: #00178e;
}
@media all and (max-width: 768px) {
	.algorithm-lift-lip__items-wrap {
		flex-wrap: wrap;
	}
	.algorithm-lift-lip__item {
		flex-grow: initial;
		flex-shrink: initial;
		flex-basis: initial;
		width: 100%;
		max-width: 520px;
		margin: 0 auto;
	}
}