@font-face {
    font-family: 'BodoniCondC';
    src: local('BodoniCondC'), url('fonts/BodoniCondC.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

body {
	font-family: 'BodoniCondC';
}

.header {
	background: #434343;
	height: 67px;
}
.header__pay_button {
	padding-top: 5px;
	text-align: right;
}
.header__pay_button a {
	text-transform: uppercase;
	font-size: 2.5rem;
	color: #ffffff;
	padding: 2px 12px 0;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius: 5px;
	margin-left: 15px;
	background: #0066ff;
	background: -webkit-linear-gradient(#0066ff 0%, #0043a6 100%);
	background: -o-linear-gradient(#0066ff 0%, #0043a6 100%);
	background: linear-gradient(#0066ff 0%, #0043a6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0066ff', endColorstr='#0043a6',GradientType=0 );
}

/* main */
.main {
	background: url('../img/bg-main.png') #0c0c0c;
}
.tariff_info {
	padding: 40px 0;
}
.tariff_info__price {
	width: 35%;
}
.tariff_info__price .price {
	color: #0066ff;
	font-size: 20.3rem;
	line-height: 1;
	margin-left: -13px;
}
.tariff_info__price .price_unit {
	color: #ffffff;
	text-transform: uppercase;
	font-size: 7.4rem;
	line-height: 1;
}
.tariff_info__price .price_unit span {
	font-size: 8.5rem;
}
.tariff_info__desc {
	width: 65%;
}
.tariff_info__desc .name {
	color: #0066ff;
	font-size: 5rem;
	text-transform: uppercase;
}
.tariff_info__desc .name span {
	font-size: 7rem;
	margin-right: 15px;
}
.tariff_info__desc .channels_count {
	font-size: 6rem;
	color: #ffffff;
	text-transform: uppercase;
	line-height: normal;
	margin-top: 145px;
}
.tariff_info__desc .channels_count span {
	font-size: 8rem;
}
.main__promo_text {
	max-width: 100%;
	padding: 20px 0;
}
.main__promo_text ul {
	width: 95%;
	margin: 0 auto;
	padding: 0;
}
.main__promo_text ul li {
	list-style: none;
	float: left;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 2.6rem;
}
.main__promo_text ul li:before {
	content: url('../img/list-style.png');
	margin: 0 10px;
	vertical-align: middle;
}
.main__promo_text ul li:first-child:before {
	content: none;
	margin-left: 0;
}
.main__promo_text ul li:nth-child(odd) {
	color: #0066ff;
}

/* footer */
.footer	{
	background: #333333;
	height: 248px;
	padding: 15px 0;
}
.footer__contacts {
	text-align: center;
	text-transform: uppercase;
	color: #ffffff;
	font-size: 2.3rem;
}
.footer__company_name {
	color: #b3b3b3;
}