

/* Start:/bitrix_personal/templates/main/components/bitrix/news.list/tariffs_new/style.css?17640381932723*/
.tarifs_list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 32px;
	margin-bottom: 40px;
}
.tarif_cat {
	margin-top: auto;
}
.tarif_item {
	border-radius: 36px;
	background: #F5F5F5;
	box-shadow: 0px 4px 10px 0px rgba(109, 109, 109, 0.10);
	padding: 20px 30px 30px 30px;
	display: flex;
	flex-direction: column;
	gap: 20px;
	justify-content: space-between;
}
.tarif_item > div {
	display: flex;
	flex-direction: column;
}
.tarif_item .top {
	height: 100%;
}
.tarif_type {
	display: flex;
	margin: 0 0 10px auto;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 145%;
	color: #07C32F;
	border-radius: 30px;
	border: 1px solid #07C32F;
	padding: 6px 16px;
}
.tarif_type.red {
	color: #D81016;
	border: 1px solid #D81016;
}
.tarif_name {
	color: #333;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 10px;
}
.tarif_under-name {
	color: #595959;
	font-size: 16px;
	font-weight: 400;
	line-height: 145%;
	margin-bottom: auto;
}
.tarif_price {
	display: flex;
	gap: 10px;
	color: #333;
	font-weight: 700;
	margin-top: 20px;
}
.tarif_price .ot {
	font-size: 30px;
	margin-top: auto;
	line-height: 100%;
}
.tarif_price .price {
	font-size: 40px;
	line-height: 100%;
}
.tarif_price .rub {
	color: #9C9C9C;
	font-size: 24px;
	font-weight: 400;
	margin-bottom: auto;
	line-height: 100%;
}
.tarif_includeds {
	border-top: 1px solid #CCCCCC;
	padding: 20px 0;
	margin: 0 0 20px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	min-height: 270px;
	margin-bottom: auto;
}
.tarif_included {
	display: flex;
	align-items: center;
	gap:10px;
}
.tarif_included span {
	color: #595959;
	font-size: 14px;
	font-weight: 400;
	line-height: 145%;
}
.tarif_item .btn {
	color: #333;
	font-size: 16px;
	font-weight: 400;
	background: #FFDE41;
	padding: 8px 20px;
	border-radius: 30px;
	border: 2px solid #FFDE41;
	transition: 0.3s all;
	width: max-content;
	outline: none !important;
}
@media (hover:hover) {
	.tarif_item .btn:hover {
		background: transparent;
	}
}
@media screen and (max-width: 1200px) {
	.tarifs_list {
		grid-template-columns: repeat(2, 1fr);
	}
	.tarif_includeds {
		min-height: 200px;
	}
}
@media screen and (max-width: 1000px) {
	.tarif_name {
		font-size: 20px;
	}
	.tarif_under-name {
		font-size: 14px;
	}
	.tarif_price .price {
		font-size: 30px;
	}
	.tarif_price .ot {
		font-size: 20px;
	}
	.tarif_price .rub {
		font-size: 20px;
	}
	.tarif_type {
		padding: 4px 12px;
		font-size: 14px;
	}
	.tarifs_list {
		gap: 20px;
	}
	.tarif_item {
		padding: 20px;
	}
}
@media screen and (max-width: 600px) {
	.tarif_cat {
		display: none;
	}
    .tarifs_list {
        grid-template-columns: repeat(1, 1fr);
    }
    .tarif_includeds {
        min-height: inherit;
    }
}
/* End */
/* /bitrix_personal/templates/main/components/bitrix/news.list/tariffs_new/style.css?17640381932723 */
