.plan-block {
	border-radius: 15px;
	color: #fff;
	font-size: 30px;
	line-height: 1.2;
	height: 200px;
	display: flex;
	position: relative;
}
.plan-block--small {
	height: 150px;
}
.plan-block--center {
	align-items: center;
	justify-content: center;
}
.plan-block__year {
	-webkit-text-stroke-color: #fff;
	-webkit-text-stroke-width: 5px;
	font-style: italic;
	font-family: 'Helvetica';
	font-size: 190px;
	font-weight: bold;
	left: -60px;
	top: -12px;
	position: absolute;
}
.plan-block__year-text {
	position: absolute;
	bottom: 15px;
	left: 45px;
	font-size: 50px;
	font-style: italic;
}
.plan-block__content {
	line-height: 0.9;
	top: 70px;
	left: 20px;
	position: relative;
	margin: 0 auto;
}
.plan-block__content--unset {
	top: 0;
	left: 0;
}
.plan-block__name {
	font-size: 1.1em;
	display: block;
	white-space: nowrap;
}
.plan-block__content--unset .plan-block__name {
	white-space: normal;
	line-height: 1.1;
}
.plan-block__name--small {
	font-size: 0.8em;
}
.plan-block__description {
	font-size: 16px;
}
.plan-details {
	font-size: 20px;
	line-height: 2;
}
.plan-details p {
	padding-inline-start: 40px;
}
.plan-green {
	background-color: #7fc14a;
}
.plan-orange {
	background-color: #fd8f02;
}
.plan-blue {
	background-color: #104266;
}
.plan-teal {
	background-color: #238a93;
}
.color-white {
	color: #fff;
}
.color-green {
	color: #7fc14a;
}
.color-orange {
	color: #ffcf57;
}
.color-blue {
	color: #3164a1;
}
.slanted {
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0;
	-webkit-transform: skew(-15deg);
	-ms-transform: skew(-15deg);
	transform: skew(-15deg);
}
.plan-list li {
	font-size: 1.4em;
}
.plan-list--small li {
	font-size: 1em;
}
.custom-list li {
	list-style-type: none;
	position: relative;
}
.custom-list li:before {
	content: '●';
	position: absolute;
	left: -1.4em;
	font-size: 1em;
}
.custom-list.custom-green li:before {
	color: #7fc14a;
}
.custom-list.custom-blue li:before {
	color: #104266;
}
.custom-list.custom-teal li:before {
	color: #238a93;
}
.custom-ol {
	counter-reset: list;
}
.custom-ol > li {
    list-style: none;
    position: relative;
}
.custom-ol > li:before {
    counter-increment: list;
    content: counter(list) ") ";
    position: absolute;
    left: -2em;
}
.plan-text {
	font-size: 1.4em;
}
.btn-blue {
	border-radius: 5px;
	background-color: #104266;
	color: #fff;
}
.btn-blue:hover {
	color: #eee;
}
.custom-title {
	color: #fff;
	border-bottom: 6px solid #104266;
	margin-bottom: 1em;
}
.custom-title__tag {
	padding: 5px 20px;
	background-color: #104266;
	position: relative;
	font-size: 30px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}
.custom-title__tag:after {
	content: " ";
	display: block;
	border-bottom: 48px solid #104266;
	border-right: 20px solid transparent;
	border-top-right-radius: 15px;
	position: absolute;
	right: -17px;
	top: 6px;
}
.custom-section-title {
	font-size: 32px;
}
.city-introduction {
	font-size: 24px;
}
.city-introduction .custom-section-title {
	color: #104266;
}
@media (max-width: 1300px) {
	.plan-block-container {
		padding-left: 30px;
	}
}
@media (max-width: 1199px) {
	.plan-block-container {
		padding-left: 60px;
	}
}
@media (max-width: 767px) {
	.plan-block-container {
		padding-right: 60px;
	}
	.plan-block-container--mobile {
		padding: 0 60px;
	}
}