
/* For All */


body {
	font-family: 'Ubuntu', sans-serif;
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
}

table td, table th
{
    padding: 0;
}

h1 {
	display: none;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 700;
	margin: 40px 0;
}

h2 {
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 40px;
}

ul {
    padding: 0;
    margin-left: 20px;
}

.ul li {
	margin-bottom: 5px;
}

.img {
	box-shadow: 0px 1px 10px 2px rgba(0,0,0,0.2);
}

.imghref {
	box-shadow: 0px 1px 10px 2px rgba(0,0,0,0.2);
	cursor: pointer;
}


.h2_center {
	text-align: center;
}

.container {
	width: 1240px;
	margin: 0 auto;
}

.content {
	margin-top: 80px;
}


/* header */

.header {
	position: relative;
	z-index: 2;
	background: #fafafa;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

.header_inner_top {
	padding: 15px 0;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #565656;
	align-items: center;
}


.btn_red {
	border-radius: 5px;
	background: #ff3000;
	padding: 11px 23px;
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
}

.btn_red:hover {
	background: #e72b00;
}

.btn_pay { 
	border: 1px solid #8b8b8b;
	border-radius: 5px;
	padding: 11px 21px;
	text-decoration: none;
	color: #000;
	font-size: 14px;
	margin-left: 15px;
}

.btn_pay:hover {
	color: #575757;
}

.btn_media {
	display: none;
}

.nav {
	display: flex;
	justify-content: space-between;
}

.nav_item {
	text-decoration: none;
	color: #000;
	font-weight: 500;
	font-size: 18px;
	padding: 20px 0;
}

.nav a:hover {
	text-shadow: 0px 0px 10px #33bcff;
}

.active {
	border-bottom: 2px solid #4f4f4f;
}

/* Nav-toggle */

.nav-toggle {
	display: none;
	width: 30px;
	padding: 12px 0;
	position: absolute;
	top: 37px;
	right: 30px;
	z-index: 1;
	font-size: 0;
	color: transparent;
	cursor: pointer;
	border: 0;
	background: none;
}

.nav-toggle_item {
	display: block;
	width: 100%;
	height: 3px;
	background: #000;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.nav-toggle_item:before,
.nav-toggle_item:after {
	content: "";
	width: 100%;
	height: 3px;
	background: #000;
	position: absolute;
	left: 0;
	z-index: 1;
}

.nav-toggle_item:before {
	top: -10px;
}

.nav-toggle_item:after {
	bottom: -10px;
}

/* promo */

.promo {
	background: #f7f7f7;
	height: 218px;
	z-index: 1;
}

.banner {
    width: 1280px;
	height: 218px;
	border:none; 
	overflow: hidden;
}

.text {
	font-size: 16px;
	font-weight: 400;
}

.notice {
	color: #4f4f4f;
	font-size: 16px;
	font-weight: 400;
	font-style: italic;
}



/* news and Board */

.new {
	margin-bottom: 45px;
}

.ob {
	display: flex;
	vertical-align: top;
	margin-bottom: 60px;
}

.ob_inner {
	padding-left: 20px;
}

.ob_add {
	padding-bottom: 12px;
	text-align: right;
}

.ob_img {
	width: 200px;
	min-width: 200px;
	height: 150px;
	object-fit: cover;
	box-shadow: 0px 1px 10px 2px rgba(0,0,0,0.2);
	border-radius: 5px;
	cursor: pointer;
}

.ob_simg {
	width: 60px;
	height: 45px;
	object-fit: cover;
	box-shadow: 0px 1px 10px 2px rgba(0,0,0,0.2);
	border-radius: 3px;
	margin-right: 10px;
	cursor: pointer;
}

.new_h3 {
	font-size: 20px;
	color: #0090D8;
	margin: 0;
}

.date {
	color: #a2a2a2;
	font-size: 14px;
	font-weight: 300;
	margin: 0;
	margin-top: 4px;
}

.new_text {
	font-size: 16px;
	font-weight: 400;
}

#btn {
	font-size: 18px;
	padding: 0;
	margin: 0;
	border: 0;
	background: 0;
	text-decoration: underline;
	color: 454545;
	font-weight: 400;
	cursor: pointer;
}

#btn:hover {
	text-decoration: none;
}

#more {
	display: none;
}



/* info and Billing */

.info_inner {
	display: flex;
	#justify-content: space-between;
}

.Sidebar {
	width: 260px;	/* 260 + 60 margin + 920 (attachment) = 1240 (container) */
	padding: 0;
	margin: 0;
	margin-right: 60px;
}

.li_item {
	list-style:none;
	padding: 17px 20px;
	border: 1px solid #cdcdcd;
	border-bottom: 0px solid #cdcdcd;
}

.li_item:last-child {
	border-bottom: 1px solid #cdcdcd;
}

.li_item a {
	text-decoration: none;
	color: #4f4f4f;
	font-weight: 500;
	font-size: 16px;
}

.li_item a:hover {
	color: #000;
	text-shadow: 0px 0px 10px #33bcff;
}

.li_active {
	border-left: solid 5px #0090D8;
}
.li_active a {
	color: #000;
}

.attachment {
	width: 920px;
	margin: 0;
}

.attachment_h {
	font-size: 20px;
	color: #0090D8;
	margin-bottom: 25px;
	margin-top: 55px;
	font-weight: 500;
}

.attachment_h:first-child {
	margin-top: 0px;
}

.attachment_p {
	font-size: 16px;
	line-height: 1.5;
	color: #4f4f4f;
	font-weight: 400;
}

.manual p {
	font-size: 16px;
	line-height: 1.5;
	color: #4f4f4f;
	font-weight: 400;
}

.manual img {
	margin: 0 auto 40px auto;
	display: block;
	box-shadow: 0px 1px 10px 2px rgba(0,0,0,0.2)
}



/* tariffs single page */

.tariftabs {
	width: 100%;
	outline: 1px solid #DDDDDD;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

.tariftab {
	width: 50%;
	height: 60px;
	font-weight: 500;
	font-size: 22px;
    text-align: center;
    cursor: pointer;
	color: #000;
	padding: 0px 5px;
}	
.tariftab_sek {
	background: url("../img/fon_sek_z.jpg") no-repeat;
}
.tariftab_mun {
	background: url("../img/fon_mun_z.jpg") no-repeat;
}
.back_sek {
	background: url("../img/fon_sek.jpg") no-repeat;
}
.back_mun {
	background: url("../img/fon_mun.jpg") no-repeat;
}
.tariftab:hover {
	text-shadow: 0px 0px 10px #33bcff;
}
.tariftab_unsel {
	color: #4F4F4F;
	background: #E5E5E5;
	outline: 1px solid #CCCCCC;
} 

.tarif_content {
	width: 100%;
	transition-duration: 0.1s;
	background-size: cover;
}

.tarif_about {
	padding: 20px 45px;
	margin: 0;
	color: #4f4f4f;
	font-weight: 500;
	font-size: 16px;
}

.tarif_about_bottom {
	padding: 0 45px 20px 45px;
	margin: 0;
	color: #4f4f4f;
	font-weight: 500;
	font-size: 16px;
}

.tarif_inner {
	padding: 0 10px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.card_inner {
	/* width: 400px; for 3 */
	width: 300px;
	height: 420px;
	text-align: center;
}

.card {
	width: 250px;
	height: 336px;
	margin: 0 auto;
	box-shadow: 0px 2px 20px 2px rgba(0,0,0,0.3);
	border-radius: 7px;
	text-align: center;
	font-weight: 400;
	font-size: 16px;
	background: #FFF;
	filter: opacity(80%);
}

.card_title {
	margin: 0;
	padding: 20px;
	background: #def4ff;
	border-radius: 7px 7px 0 0;
	font-size: 18px;
	color: #0090D8;
}

.card_p {
	padding: 22px 0px;
	width: 194px;
	margin: 0 auto;
	border-bottom: solid 1px #cacac9;
	line-height: 1.2;
	color: #000;
}

.card_p:last-child {
	border-bottom: solid 0px #cacac9;
	padding-bottom: 0;
}

.card_text {
	font-size: 16px;
	font-weight: 400;
	color: #b0b0b0;
}

.number {
	font-size: 30px;
}


.medium {
	font-weight: 500;
}

.btn_connect_card {
	display: inline-block;
	margin: 0 auto;
	margin-top: 30px;
	background: #ff3000;
	padding: 16px 40px;
	text-decoration: none;
	color: #fff;
	border-radius: 5px;
	font-size: 16px;
	font-weight: 500;
}

.btn_connect_card:hover {
	background: #e72b00;
}

/* Coverage area single page */   

.intro {
	max-width: 940px;
	color: #0090D8;
	font-weight: 700;
	line-height: 1.7;
	margin-bottom: 50px;
}

.street {
	display: inline-table;
	list-style: none;
	font-weight: 400;
	font-size: 15px;
	color: #333;
	padding: 0;
	margin-right: 150px;
}

.street:first-of-type {
	margin-bottom: 50px;
}

.street:last-child {
	margin-right: 0px;
}

.street li:first-child {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 20px;
	text-transform: uppercase;
}

/* contacts area single page */

.contacts_inner {
	display: flex;
	justify-content: space-between;
}

.contacts_text {
	width: 470px;
}

.contacts_h {
	font-size: 24px;
	color: #0090D8;
	font-weight: 500;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}

.contacts_p {
	line-height: 1.6;
	font-size: 18px;
	margin: 0;
	padding-bottom: 33px;
	color: #000;
}

.contacts_p a {
	display: block;
	text-decoration: none;
	color: #000;
}

.map {
	width: 460px;
	height: 320px;
	box-shadow: 0px 1px 10px 2px rgba(0,0,0,0.2);
	border-radius: 3px;
	cursor: pointer;
}

/* connect and auth  */

.formsection {
	padding: 80px 0;
}

.formwide {
	width: 442px;
	margin: 0 auto;
}
.formmsg {
	max-width: 576px;
}

.input {
	width: 100%;
	height: 38px;
	border: 2px solid #ababab;
	font-size: 16px;
	font-family: 'Ubuntu', sans-serif;
	border-radius: 5px;
	padding-left: 14px;
	box-sizing: border-box;
	margin-top: 6px;
	margin-bottom: 16px;
}
.input.area {
	height: 120px;
	padding-top: 8px;
}
.input.incaptcha {
	width: 200px;
}
.input.sm {
	width: 324px;
}
/*   Год, месяц   */
.input.per {
	width: 160px;
}
.input.incard {
	width: 70px;
	font-weight: 700;
	text-transform: lowercase;
}
.input option {
	color: #4f4f4f;
}

.captcha {
	display: flex;
	justify-content: space-between;
}

.captcha_img {
	height: 45px;
	width: 138px;
}

.btn {
	width: 100%;
	height: 38px;
	background: #ff3000;
	color: #fff;
	text-align: center;
	margin-top: 24px;
	border-radius: 5px;
	border: 0px;
	font-size: 17px;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 700;
	cursor: pointer;
}

.btn:hover {
	background: #e72b00;
}

.btn.sm {
	width: 324px;
	font-size: 16px;
}



/* Billing single page */


.table_info td {
	vertical-align: top;
	padding-bottom: 10px;
}
.table_info_td1 {
	width: 200px;
}

.table_pay td {
	vertical-align: top;
}
.table_pay_td1 {
	width: 100px;
}

.table_stat {
	width: 100%;
}
.table_stat td {
	border: 1px solid #DDDDDD;
	padding: 5px 15px;
	font-weight: 400;
	font-size: 15px;
	color: #333;
}
.table_stat_trh {
    background-color: #DDDDFF;
	font-weight: 500;
}
.table_stat_tr1 {
    background-color: #FFFFFF;
}
.table_stat_tr2 {
    background-color: #EEEEEE; 
}

.billing_pay_inner {
	padding-bottom: 30px;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.billing_pay_card {
	width: 220px;
	height: 160px;
	text-align: center;
}
.billing_pay_card a {
    display: inline-block;
	text-decoration: none;
	color: #4f4f4f;
	font-weight: 500;
	font-size: 16px;
	
}
.billing_pay_card.activ a  {
	color: #000000;
	text-shadow: 0px 0px 10px #33bcff;
}
.billing_pay_card img {
	cursor: pointer;
	transition-duration: 0.1s;
	width: 170px;
	height: 90px;
	border: #c2cfdf 1px solid;
	box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.3);
	border-radius: 7px;
    filter: grayscale(1);
}
.billing_pay_card img:hover {
	box-shadow: 0px 2px 20px 10px rgba(0,171,255,0.4);
	filter: grayscale(75%)
}
.billing_pay_card.activ img {
	width: 180px;
	height: 100px;
	border: #0090D8 1px solid;
	box-shadow: 0px 2px 20px 10px rgba(0,171,255,0.4);
    filter: none; 
}




/* footer */


.footer {
	background: #3b3b3b;
	margin-top: 120px;
}

.footer_inner {
	padding: 50px 0;
	display: flex;
	justify-content: space-between;
}

.footer_text {
	margin-top: 15px;
	color: #6f6f6f;
	font-size: 15px;
}

.footer_title {
	font-weight: 500;
	font-size: 18px;
	color: #c8c8c8;
	margin: 22px 0;
}

.footer_block a,
.footer_tel a {
	display: block;
	text-decoration: none;
	color: #fff;
	font-size: 16px;
	line-height: 1.5;
}

.footer_tel a {
	font-size: 22px;
}

.footer_block a:hover,
.footer_tel a:hover {
	color: #82d6ff;
}



/* Responsive */

@media screen and (max-width: 1240px) {
	body {
		min-width: 992px; /* for banner */
	}
	.container {
		width: 940px;
	}
	.banner {
		width: 992px;
	}

	/* info and Billing */
	
	.Sidebar {		
		width: 230px;	/* 230 + 30 (margin) + 680 (attachment) = 940 (container) */
		margin-right: 30px;
	}
	
	.attachment {
		width: 680px;
	}
	

	/* tariffs */

	.card_inner {
		width: 300px;
	}
	.card {
		width: 230px;
	}
	
}


@media screen and (max-width: 768px) {
	body {
		min-width: 472px;	/* for screen max-width 576px */
	}
	h1 {
		display: block;
	}
	.content {
		margin-top: 40px;
	}
	.promo {
		display: none;
	}
	.container {
		width: 540px;
	}
	img {
		max-width: 540px;
	}
	.header_inner_top {
		border: 0px;
	}
	.btn_top {
		display: none;
	} 
	.nav_item {
		font-size: 20px;
	}
	.nav-toggle {
		display: block;
	}
	.nav_media {
		display: none;
	}
	.nav_active {
		padding-bottom: 24px;
		display: grid;
	}
	.active {
		border-bottom: 0px solid #000;
		text-shadow: 0px 0px 10px #33bcff;	
	}
	.btn_media {
		display: flex;
		color: #000;
		padding: 22px 0;
	}
	.intro {
		width: 100%;
	}
	
	.btn_red, .btn_pay, .li_item a {
		font-size: 18px;
	}
	
	/* contacts */

	.contacts_inner {
		display: block;
	}

	/* info */

	.info_inner {
		display: block;
	}
	.Sidebar {
		width: 100%;
		margin-bottom: 50px;
	}
	.attachment {
		width: 100%;
	}

	/* tariffs */

	.card_inner {
		width: 250px;
		height: 400px;
	}
	.tarif_about {
		padding: 20px;
	}
	
	/* footer */
	
	.footer_inner {
		padding: 40px 0;
	}
	.footer_block {
		display: none;
	}
	.footer_title {
		margin-bottom: 10px;
	}
	
}

@media screen and (max-width: 576px) {
	
	.container {
		width: 90%;
		min-width: 442px;
	}
	img {
		max-width: 442px;
	}
	
	/* news and Board */
	
	.ob_img {
		width: 160px;
		height: 120px;
	}

	/* tariffs */
	
	.card_inner {
		width: 206px;
	}
	.card {
		width: 206px;
	}
	.btn_connect_card {
		padding: 16px 30px;
	}
	
}

