﻿.only-steps {
	padding: 3rem !important;
	background: #1d365f;
}

	.only-steps .step {
		max-width: 30rem;
	}

		.only-steps .step:not(:last-child)::before {
			top: 100%;
			height: 40%;
		}

	.only-steps .step__text:last-child {
		opacity: 0.5;
	}

	.only-steps .select-plan__background {
		top: 0px !important;
		height: auto !important;
	}

.select-plan {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 6rem 0 0;
	z-index: inherit;
	background: #1d365f;
	padding-bottom: 6rem !important;
}


@media only screen and (min-width: 993px) {
	.select-plan {	
		background: unset !important;
		padding-bottom: 0 !important;
	}
}

.select-plan__background {
	position: absolute;
	top: -380px;
	width: 100%;
	height: auto;
	z-index: -1;
}

	.select-plan__background::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		content: "";
		z-index: -1;
		width: 100%;
		height: 100%;
		background: rgb(29,54,95);
		background: -moz-linear-gradient(180deg, rgba(29,54,95,0) 0%, rgba(29,54,95,1) 18%, rgba(29,54,95,1) 100%);
		background: -webkit-linear-gradient(180deg, rgba(29,54,95,0) 0%, rgba(29,54,95,1) 18%, rgba(29,54,95,1) 100%);
		background: linear-gradient(180deg, rgba(29,54,95,0) 0%, rgba(29,54,95,1) 18%, rgba(29,54,95,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1d365f",endColorstr="#1d365f",GradientType=1);
	}

.select-plan__h3 {
	color: #fff;
	font-size: 2.4rem;
	line-height: 5.4rem;
	font-weight: 700;
}

.steps {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	padding: 0 3.2rem;
}

.step {
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: center;
	margin: 4.8rem 0 0;
}

	.step:not(:last-child)::before {
		content: "";
		position: absolute;
		top: 74px;
		left: 32px;
		height: 30px;
		border: 1px solid rgba(255, 255, 255, 0.2);
	}

.step__img {
	position: relative;
	max-width: 6.4rem;
	margin: 0 2.5rem 0 0;
}

.step__description {
	display: flex;
	flex-direction: column;
	color: #fff;
}

.step__text {
	font-weight: 500;
}


.step__text:first-child {
	font-size: 1.8rem;
	line-height: 2.3rem;
}

.step__text:last-child {
	font-size: 1.6rem;
	line-height: 2.1rem;
}
/*** Plans ***/
.plans {
	display: flex;
	flex-direction: column;
	width: 90%;
	margin-top: 10rem;
	/*margin: 10rem 0 -25%;*/
	background: #f8f8f8;
	box-shadow: 4px -4px 50px rgba(0, 0, 0, 0.25);
	overflow: hidden;
	border-radius: 24px 24px 24px 24px;
}

.plans__content {
	padding: 3.6rem 1.6rem;
	border-radius: 0 0 24px 24px;
	overflow: unset;
}

h5 {
	font-size: 2.8rem;
	line-height: 30px;
	font-weight: 500;
}

	@media only screen and (min-width: 62.0625em) {
		.only-steps {
			padding: 10rem 0rem !important;
		}

			.only-steps .step {
				max-width: 30rem;
				height: fit-content;
			}

			.only-steps .select-plan__background {
				top: 0px !important;
				height: auto !important;
			}

		.select-plan {
			padding-top: 8rem;
		}

		.select-plan__background {
			top: -230px;
			height: 120vh;
		}

		.select-plan__h3 {
			font-size: 3.8rem;
			line-height: 5.4rem;
			margin: 0 0 7.3rem;
		}

		.steps {
			flex-direction: row;
			justify-content: space-evenly;
			width: 100%;
		}

		.step {
			flex-direction: column;
			align-items: center;
			min-width: 22rem;
			max-width: 22rem;
		}

			.step:not(:last-child)::before {
				border: none;
			}

			.step:not(:last-child)::after {
				content: "";
				position: absolute;
				top: 65px;
				right: -13vw;
				width: max(150px, 80%);
				border: 1px solid rgba(255, 255, 255, 0.2);
			}

		.step__img {
			max-width: 12rem;
			margin: 0 0 3.2rem;
		}

		.step__text {
			text-align: center;
		}

			.step__text:first-child {
				font-size: 2.1rem;
				line-height: 2.8rem;
			}

			.step__text:last-child {
				font-size: 1.8rem;
				line-height: 2.4rem;
			}
	}
