.pg_hosting_price_container {
	display: flex;
	align-items: center;
}

.pg_hosting_price_container p {
	font-size: 16px;
	padding-left: 15px;
}

.pg_hosting_price_button {
	height: 32px;
	margin-left: 10px;
	border-radius: 27px;
	border: 1px solid #1E1E1E;
	background-color: transparent;
	padding-left: 13px;
	padding-right: 13px;
}

.pg_hosting_price_button.active {
	background-color: #C50178;
	border: 0px;
	color: #fff;
}


.pg_hosting_tariffs {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	margin-top: 30px;
	grid-gap: 20px;
}

.pg_hosting_tariffs_cell {
	width: 100%;
	height: 583px;
	border-radius: 32px;
	background: #fff;
	position: relative;
}

.pg_hosting_tariffs_cell section {
	color: #001D8C;
	font-size: 24px;
	font-weight: 600;
	margin-top: 25px;
	text-align: center;
}

.pg_hosting_tariffs_columns {
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
	padding: 0 30px;
}

.pg_hosting_tariffs_columns span {
	margin-top: 16px;
	margin-bottom: 16px;
	height: 20px;
	width: 40%;
	font-weight: bold;
}

.pg_hosting_tariffs_columns p {
	margin-top: 16px;
	margin-bottom: 16px;
	height: 24px;
	width: 60%;
}

.line {
	border-bottom: 1px solid #001D8C;
	width: 100%;
}

.pg_hosting_tariffs_OldPrices {
	position: absolute;
    text-decoration: line-through;
    left: 49%;
    color: #c60078;
    top: -10px;
    font-size: 14px;
    font-weight: 600;
}

.pg_hosting_tariffs_price {
	position: absolute;
	bottom: 100px;
	width: 100%;
	text-align: center;
}

.pg_hosting_tariffs_prices {
	font-weight: 700;
	font-size: 30px;
}

.pg_hosting_tariffs_priceDesc {
	font-weight: 700;
	font-size: 23px;
}

.pg_hosting_tariffs_button {
	position: absolute;
	bottom: 35px;
	left: 50%;
	transform: translateX(-50%);
	width: 156px;
	height: 54px;
	border-radius: 27px;
	background-color: #D9D9D9;
	border: 0;
}


@media (min-width: 900px) {

	.pg_hosting_tariffs {
		display: flex;
		flex-direction: row;
	}
}

.pg_hostingAddition {
	margin-top: 50px;
}

.pg_hostingAddition_title {
	color: #001D8C;
	font-size: 24px;
	font-weight: 600;
	padding-left: 15px;
	margin-bottom: 30px;
}

.pg_hostingAddition_content {
	display: flex;
	justify-content: space-between;
	padding-left: 10px;
	grid-gap: 20px;
}

.pg_hostingAddition_contentColumn {
	padding: 1px;
}

.pg_hostingAddition_contentColumn section {
	display: flex;
	flex-direction: column;
	height: auto;
}

.pg_hostingAddition_contentColumn section:not(:last-child) {
	margin-bottom: 40px;
}


.pg_hostingAddition_contentColumn section svg {
	margin-right: 5px;
}

.pg_hostingAddition_contentColumn section span {
	font-size: 18px;
	font-weight: bold;
	display: flex;
	align-items: center;
}

.pg_hostingAddition_contentColumn section p {
	font-size: 16px;
	margin-bottom: 0px;
}



@media (min-width: 600px) {}