/*##########*/
/*Page tariffs overview*/
/*##########*/
.containerTariffsOuter {
	padding: 10px;
}
.containerTariffs {
	padding-bottom: 10px;
}
.containerTariffsInner {
	margin: 10px 10px 0 10px;
}
.tariffsContent {
	background: url(../images/tariffs/bg_tariffsDivider_ts20231006115118.png) 232px  0 repeat-y;
}
.tab {
	padding: 10px 10px 0 10px;
	background: url(../images/tariffs/elements_tariffs_ts20231006115118.png) 0  0 no-repeat;
}
.tab.second {
	background: url(../images/tariffs/elements_tariffs_ts20231006115118.png) 0  -201px no-repeat;
}
.tab a {
	height: 35px;
	line-height: 35px;
	text-decoration: none;
	width: 190px;
	float: left;
	display: block;
	text-align: center;
	color: #ff7800;
	font-size: 18px;
}
.tab a.active {
	color: #fff;
}
.item {
	border-bottom: 1px solid #81562f;
}
.item .tarif {
	float: left;
	width: 210px;
	padding: 10px;
	color: #c29a77;
	font-size: 13px;
}
.item .tarif span {
	display: block;
}
.item .tarif .name {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	line-height: 30px;
}
.item .desc {
	float: right;
	padding: 10px 20px 0 0;
	width: 650px;
} 
.item .desc .text {
	height: 100px;
	overflow: hidden;
}
.item .desc .buttonContainer {
	text-align: right;
	padding: 5px 0 0 0;
}
.item .desc .more, .item .desc .close {
	display: inline-block;
	background: url(../images/tariffs/elements_tariffs_ts20231006115118.png) 0  -137px no-repeat;
	width: 84px;
	height: 21px;
	line-height: 21px;
	font-size: 11px;
	color: #fff;
	text-decoration: none;
	text-align: left;
	padding-left: 5px;
	float: right;
}
.item .desc .close {
	background: url(../images/tariffs/elements_tariffs_ts20231006115118.png) 0  -169px no-repeat;
	display: none;
}

.tariffsContent .item .tarif span {
	display: inline;
}

.tariffsContent .item .tarif span.name,
.tariffsContent .item .tarif span.duration {
	display: block;
}
