* {
	outline: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-tap-highlight-color: transparent;
}
body {
	margin: 0;
	padding: 0;
	/*font-family: 'IBM Plex Sans', sans-serif;
	font-family: 'IBM Plex Mono', monospace;*/
	font-family: 'Roboto', sans-serif;
	font-size: 100%;
}

.page {
}
.header {
}
.header .top {
	background: #4d4d4d;
	height: 2.3em;
}
.header .top .wrap {
	width: 100%;
	max-width: 1240px;
	margin: 0 auto;
	text-align: center;
}
.header .top .wrap ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.header .top .wrap ul li {
	line-height: 2.3em;
	margin: 0 1.3em;
}
.header .top .wrap ul li a {
	text-decoration: none;
	color: #fff;
	font-size: 0.9em;
}
.header .bottom {
	height: 10.1875em;
}
.header .bottom .wrap {
	max-width: 1240px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	height: 100%;
}
.header .bottom .logo {
	float: left;
	margin: 2.8em 0 0 7.125em;
}
.header .bottom .logo img {
	width: 12.125em;

}
.header .bottom .wrap ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
}
.header .bottom .wrap ul li {
}
.header .bottom .wrap li.for_home {
	width: 25em;
	height: calc(6.25em - 2px);
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	background-image: url(../images/digitall.svg);
	background-color: #e2000f;
	background-position: 0 -1px;
	background-size: auto 6.25em;
	background-repeat: no-repeat;
	/*float: right;*/
	position: absolute;
	right: 27em;
	margin: 2em 0 0 0;
}
.header .bottom .wrap li.for_home:after {
	content: "";
	background-image: url(../images/digitall.svg);
	background-size: 4.4375em 6.25em;
	background-repeat: no-repeat;
	transform: rotate(180deg);
	width: 4.4375em;
	height: 6.25em;
	position: absolute;
	right: -1px;
	top: -1px;
}
.header .bottom .wrap li.for_home.-over {
	background: #e2000f;
}
.header .bottom .wrap li.for_home.-over:after {
	background-image: none;
}
.header .bottom .wrap li.for_office {
	width: 25em;
	height: calc(6.25em - 2px);
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	background-image: url(../images/digitall.svg);
	background-color: #9b9b9b;
	background-position: 0 -1px;
	background-size: auto 6.25em;
	background-repeat: no-repeat;
	/*float: right;*/
	position: absolute;
	right: 0;
	margin: 2em 2em 0 0;
}
.header .bottom .wrap li.for_office:after {
	content: "";
	background-image: url(../images/digitall.svg);
	background-size: 4.4375em 6.25em;
	background-repeat: no-repeat;
	transform: rotate(180deg);
	width: 4.4375em;
	height: 6.25em;
	position: absolute;
	right: -1px;
	top: -1px;
}
.header .bottom .wrap li.for_office.-over {
	background: #9b9b9b;
}
.header .bottom .wrap li.for_office.-over:after {
	background-image: none;
}
.header .bottom .wrap li.text a {
	font-size: 1.3em;
	color: #fff;
	text-decoration: none;
	/*margin-left: 6em;*/
}
.header .mobilemenu {
	float: right;
	margin-top: 3.5em;
	margin-right: 2.1em;
	width: 30px;
	cursor: pointer;
	display: none;
	transition: transform 500ms ease;
}
.header .mobilemenu .line {
	height: 4px;
	background: #9b9b9b;
	margin: 6px 0;
	border-radius: 2px;
}


#top_slider_wrap {
	width: 100%;
	margin: 0 auto;
	/*background-size: 189.75em 28.125em;*/
	position: relative;
	background: #4d4d4d;
}
#top_slider {
	width: 100%;
	max-width: 1240px;
	margin: 0 auto;
	will-change: transform;
	position: relative;
	height: 30em;
}
#top_slider .swiper-content {
	height: 30em;
	background-position: center center;
	background-size: cover;
	width: 100%;
}
#top_slider .swiper-pagination {
	margin-bottom: 1.5em;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}
#top_slider .swiper-pagination-bullet {
	width: 0.7em;
	height: 0.7em;
	border-radius: 50%;
	opacity: 1;
	border: 3px solid #fff;
	background: none;
	margin: 0 0.5em;
}
#top_slider .swiper-pagination-bullet-active {
	background: #fff;
}


.homepage .half {
	width: 50%;
	color: #333333;
}
.homepage .half:first-child {
	background: #f0f0f0;
	text-align: center;
	padding: 5em 0;
}
.homepage .for_home h1 {
	color: #e2000f;
	margin: 0;
	padding: 0;
	font-weight: 300;
	font-size: 2.2em;
}
.homepage .for_home h1 a {
	color: #e2000f;
	text-decoration: none;
}
.homepage .for_office h1 {
	color: #666666;
	margin: 0;
	padding: 0;
	font-weight: 300;
	font-size: 2.2em;
}
.homepage .for_office h1 a {
	color: #666666;
	text-decoration: none;
}
.homepage .half hr {
	border: 0;
	background: #fff;
	height: 3px;
	margin: 0;
	padding: 0;
	width: 17.5em;
	margin: 1em auto 10em auto;
}
.homepage .half:first-child img {
	width: 15.8125em;
}
.homepage .half p.text {
	width: 60%;
	margin: 10em auto 0 auto;
	font-size: 1.1em;
}
.homepage .for_home {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	margin-bottom: 1em;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.homepage .for_office {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	margin-bottom: 5em;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.homepage .for_home ul {
	list-style: none;
	padding: 0;
	margin: 4.2em 0 3em 0;
	color: #4d4d4d;
	font-size: 1.4em;
	font-weight: 300;
	overflow: hidden;
}
.homepage .for_office ul {
	list-style: none;
	padding: 0;
	margin: 4.2em 0 1.5em 0;
	color: #e2000f;
	font-size: 1.4em;
	font-weight: 300;
	overflow: hidden;
}
.homepage ul li {
	padding-left: 3em;
	margin: 4em 0;
	position: relative;
	font-family: 'IBM Plex Mono', monospace;
}
.homepage ul li:after {
	content: "";
	height: 1px;
	width: 3.5em;
	left: 8.9em;
	top: -2em;
	background: #e1e1e1;
	position: absolute;
}
.homepage ul li:last-child:before {
	content: "";
	height: 1px;
	width: 3.5em;
	left: 8.9em;
	bottom: -2em;
	background: #e1e1e1;
	position: absolute;
}
.homepage .for_home ul li a {
	text-decoration: none;
	color: #4d4d4d;
}
.homepage .for_office ul li a {
	text-decoration: none;
	color: #e2000f;
}
.homepage ul li img {
	margin-right: 3em;
	width: 2.94643em;
}
.homepage .for_home ul li strong,
.homepage .for_home ul li b {
	color: #e2000f;
	font-weight: 500;
}
.homepage .for_office ul li strong,
.homepage .for_office ul li b {
	color: #666;
	font-weight: 500;
}
.homepage .half p.button {
	text-align: center;
	position: relative;
}
.homepage .for_home p.button a {
	text-decoration: none;
	color: #fff;
	background: #e2000f;
	margin: 0 auto;
	padding: 0.8em 2.5em;
	border-radius: 2em;
	font-size: 1.1em;
}
.homepage .for_office p.button a {
	text-decoration: none;
	color: #fff;
	background: #666;
	margin: 0 auto;
	padding: 0.8em 2.5em;
	border-radius: 2em;
	font-size: 1.1em;
}


.list_for_home,
.list_for_office {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}
.list_for_home .item,
.list_for_office .item {
	margin-bottom: 7em;
	overflow: hidden;
}
.list_for_home h1 {
	color: #e2000f;
	margin: 0;
	padding: 0;
	font-weight: 300;
	font-size: 2.2em;
	background-image: url(../images/home-internet_small.svg);
	background-size: 7.95455em 2.84091em;
	background-repeat: no-repeat;
	background-position: top right;
	height: 2.84091em;
	line-height: 2.84091em;
	padding-left: 3.52273em;
	position: relative;
}
.list_for_home h2 {
	color: #e2000f;
	margin: 0;
	padding: 0;
	font-weight: 300;
	font-size: 2.2em;
	height: 2.84091em;
	line-height: 2.84091em;
	padding-left: 3.52273em;
	position: relative;
}
.list_for_home h3 {
	color: #fff;
	margin: 0;
	padding: 0.5em 0;
	font-weight: 300;
	font-size: 2.2em;
	height: 2.84091em;
	background-image: url(../images/request.svg);
	background-size: 4.97159em 4.71591em;
	background-repeat: no-repeat;
	background-position: right 5em top -0.6em;
	background-color: #e2000f;
	line-height: 2.84091em;
	padding-left: 3.52273em;
	position: relative;
	cursor: pointer;
	transition: transform 500ms ease;
}
.list_for_office h3 {
	color: #fff;
	margin: 0;
	padding: 0.5em 0;
	font-weight: 300;
	font-size: 2.2em;
	height: 2.84091em;
	background-image: url(../images/request.svg);
	background-size: 4.97159em 4.71591em;
	background-repeat: no-repeat;
	background-position: right 5em top -0.6em;
	background-color: #9b9b9b;
	line-height: 2.84091em;
	padding-left: 3.52273em;
	position: relative;
	cursor: pointer;
	transition: transform 500ms ease;
}
.list_for_office h1 {
	color: #4d4d4d;
	margin: 0;
	padding: 0;
	font-weight: 300;
	font-size: 2.2em;
	background-image: url(../images/office-internet_small.svg);
	background-size: 7.95455em 2.84091em;
	background-repeat: no-repeat;
	background-position: top right;
	height: 2.84091em;
	line-height: 2.84091em;
	padding-left: 3.52273em;
	position: relative;
}
.list_for_home h1:before,
.list_for_home h2:before {
	content: "";
	position: absolute;
	left: 1.39205em;
	top: 1.29205em;
	width: 0;
	height: 0;
	/*border-style: solid;
	border-width: 0.255682em 0.255682em 0 0.255682em;
	border-color: #e2000f transparent transparent transparent;*/
	width: 0.4em;
	height: 0.4em;
	background: #e2000f;
}
.list_for_office h1:before,
.list_for_office h2:before {
	content: "";
	position: absolute;
	left: 1.39205em;
	top: 1.29205em;
	width: 0;
	height: 0;
	/*border-style: solid;
	border-width: 0.255682em 0.255682em 0 0.255682em;
	border-color: #e2000f transparent transparent transparent;*/
	width: 0.4em;
	height: 0.4em;
	background: #4d4d4d;
}
.list_for_home h3:before,
.list_for_office h3:before {
	content: "";
	position: absolute;
	left: 1.39205em;
	top: 1.69205em;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0.255682em 0 0.255682em 0.255682em;
	border-color: transparent transparent transparent #fff;
	transition: transform 500ms ease;
	will-change: transform;
}
.list_for_home h3.open:before,
.list_for_office h3.open:before {
	transform: rotate(90deg);
}
.list_for_home h3:after,
.list_for_office h3:after {
	content: "";
	position: absolute;
	background-image: url(../images/digitall.svg);
	background-size: 2.72705em 3.9em;
	background-position: 0 -1px;
	top: 0;
	right: 0;
	width: 2.72705em;
	height: 3.9em;
	-moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}
.list_for_home hr,
.list_for_office hr {
	margin: 0;
	padding: 0;
	border: 0;
	height: 1px;
	background: #d7d7d7;
	margin: 1.6875em 0 1.6875em 0;
}
.list_for_home .content,
.list_for_office .content {
	font-family: 'IBM Plex Mono', monospace;
	font-size: 1.6em;
	color: #4d4d4d;
	float: left;
	margin-left: 2em;
	margin-top: 0.5em;
	margin-bottom: 1.5em;
}
.list_for_home .content img {
	margin-right: 2em;
	width: 6.48438em;
}
.list_for_office .content img {
	margin-right: 2em;
	width: 3.63281em;
}
.list_for_home .content strong,
.list_for_home .content b {
	font-weight: 500;
	color: #e2000f;
}
.list_for_office .content strong,
.list_for_office .content b {
	font-weight: 300;
	color: #e2000f;
}
.list_for_home .price,
.list_for_office .price {
	font-size: 3.5em;
	color: #e2000f;
	font-size: 300;
	font-family: 'IBM Plex Sans', monospace;
	position: relative;
	letter-spacing: -1px;
	float: right;
	margin-right: 3.375em;
	margin-top: 0.3em;
}
.list_for_home .price sup,
.list_for_office .price sup {
	font-size: 1.6rem;
	margin-left: 0.3em;
	white-space: nowrap;
}
.list_for_home .price sub,
.list_for_office .price sub {
	font-size: 1.1rem;
	margin: 2.1em 0 0 -1.7em;
	color: #9b9b9b;
	position: absolute;
	white-space: nowrap;
}
.list_for_home .desc,
.list_for_office .desc {
	clear: both;
	overflow: hidden;
}
.list_for_home .desc p,
.list_for_office .desc p {
	margin: -0.3em 0 0 2.1em;
	padding: 0;
	color: #4d4d4d;
	font-size: 1.47em;
	float: left;
}
.list_for_home .more,
.list_for_home .hide,
.list_for_office .more,
.list_for_office .hide {
	float: right;
	text-align: center;
	position: relative;
	margin-top: -2.3em;
	margin-right: 9em;
	overflow: hidden;
}
.list_for_home .hide,
.list_for_office .hide {
	display: none;
}
.list_for_home .more p a,
.list_for_office .more p a {
	text-decoration: none;
	color: #fff;
	/*background: #e2000f;*/
	color: #e2000f;
	border: 1px solid #e2000f;
	margin: 0 auto;
	padding: 0.7em 1.8em;
	border-radius: 2em;
	font-size: 1.1em;
	box-sizing: border-box;
}
.list_for_home .hide p a,
.list_for_office .hide p a {
	text-decoration: none;
	color: #fff;
	background: #e2000f;
	color: #fff;
	border: 1px solid #e2000f;
	margin: 0 auto;
	padding: 0.7em 1.8em;
	border-radius: 2em;
	font-size: 1.1em;
	box-sizing: border-box;
}
.list_for_home .details,
.list_for_office .details {
	margin-top: 1.8em;
	clear: both;
	display: none;
	background: #f0f0f0;
	padding: 2em 3em;
	color: #4d4d4d;
	font-size: 1.1em;
	line-height: 2.5em;
	overflow: hidden;
}
.list_for_home .details strong,
.list_for_home .details b,
.list_for_office .details strong,
.list_for_office .details b {
	color: #e2000f;
	font-weight: 300;
}
.list_for_home .details .opts,
.list_for_office .details .opts {
	list-style: none;
	padding: 0 0 0 2.4em;
	margin: 0;
}
.list_for_home .details .opts li,
.list_for_office .details .opts li {
	position: relative;
}
.list_for_home .details .opts li:before,
.list_for_office .details .opts li:before {
	content: "";
	position: absolute;
	width: 0.738636em;
	height: 0.738636em;
	background: #e2000f;
	left: -2.2em;
	top: 0.9em;
}
.list_for_home .details .coverage,
.list_for_office .details .coverage {
	list-style: none;
	padding: 1.3em 0 0 0;
	margin: 0;
	font-size: 0.8em;
	line-height: 1.5em;
	overflow: hidden;
}
.list_for_home .details .coverage li,
.list_for_office .details .coverage li {
	border: 1px solid #e2000f;
	background: #fff;
	color: #4d4d4d;
	border-radius: 1.3em;
	float: left;
	padding: 0.35em 1em;
	margin: 0 0.5em 0.5em 0;
}
.list_for_home .details .chanlist a,
.list_for_office .details .chanlist a {
	display: inline-block;
	border: 1px solid #e2000f;
	background: #fff;
	border-radius: 1.3em;
	padding: 0em 1.5em;
	margin: 0 0 0 0;
	text-decoration: none;
	color: #e2000f;
	font-weight: 600;
	line-height; 1em;
}
.list_for_home .details .extras {
	width: 50%;
	float: left;
	margin: 1em 0 2em 0;
}
.list_for_home .details .extras p {
	margin: 0;
	padding: 0;
	line-height: 2em;
}
.list_for_home .details .extras p:nth-child(1) {
	font-family: 'IBM Plex Mono', monospace;
	width: 60%;
	float: left;
	font-size: 1.3em;
	box-sizing: border-box;
}
.list_for_home .details .extras p:nth-child(2) {
	width: 20%;
	float: left;
	font-size: 1.7em;
	line-height: 1.7em;
	color: #e2000f;
	box-sizing: border-box;
	position: relative;
}
.list_for_home .details .extras p:nth-child(2) span {
	color: #cdcdcd;
	margin-right: 0.1em;
}
.list_for_home .details .extras p:nth-child(2) sup {
	font-size: 0.6em;
	margin-left: 0.2em;
	top: 0.3em;
	/* position: absolute; */
	line-height: 1em;
	white-space: nowrap;
}
.list_for_home .details .extras p:nth-child(2) sub {
	font-size: 0.4em;
	color: #9b9b9b;
	margin-left: -1.5em;
	/* position: absolute; */
	top: 2em;
	line-height: 1em;
	white-space: nowrap;
}
.list_for_home .details .extras p:nth-child(3) {
	clear: both;
	font-size: 0.8em;
}
.list_for_home #contact_feedback_div,
.list_for_office #contact_feedback_div {
	display: none;
	padding: 2em 2em;
	color: #666;
}
.contact_content #contact_feedback_div {
	padding: 0em 2em 5em 2em;
	color: #666;
}
.list_for_home #contact_feedback_div p,
.list_for_office #contact_feedback_div p,
.contact_content #contact_feedback_div p {
	margin: 0 0 0 1.5em;
	padding: 0;
}
.list_for_home #contact_feedback_div input[type="text"],
.list_for_office #contact_feedback_div input[type="text"],
.contact_content #contact_feedback_div input[type="text"] {
	width: calc(50% - 3em);
	float: left;
	margin: 1em 1.5em 1em 1.5em;
	font-family: 'Roboto', sans-serif;
	font-size: 1em;
	padding: 0.8em;
	border: 2px solid #b2b2b2;
	box-sizing: border-box;
}
.list_for_home #contact_feedback_div input[type="submit"],
.contact_content #contact_feedback_div input[type="submit"] {
	font-family: 'Roboto', sans-serif;
	clear: both;
	text-decoration: none;
	color: #fff;
	background: #e2000f;
	color: #fff;
	border: 1px solid #e2000f;
	margin: 0 auto;
	padding: 0.5em 2.5em;
	border-radius: 2em;
	font-size: 1.1em;
	box-sizing: border-box;
	font-weight: 300;
	float: left;
	margin: 1.5em;
}
.list_for_office #contact_feedback_div input[type="submit"] {
	font-family: 'Roboto', sans-serif;
	clear: both;
	text-decoration: none;
	color: #fff;
	background: #9b9b9b;
	color: #fff;
	border: 1px solid #9b9b9b;
	margin: 0 auto;
	padding: 0.5em 2.5em;
	border-radius: 2em;
	font-size: 1.1em;
	box-sizing: border-box;
	font-weight: 300;
	float: left;
	margin: 1.5em;
}
.list_for_home #contact_feedback_div input[type="text"]:focus,
.list_for_home #contact_feedback_div select:focus,
.list_for_home #contact_feedback_div textarea:focus,
.list_for_office #contact_feedback_div input[type="text"]:focus,
.list_for_office #contact_feedback_div select:focus,
.list_for_office #contact_feedback_div textarea:focus,
.contact_content #contact_feedback_div input[type="text"]:focus,
.contact_content #contact_feedback_div select:focus,
.contact_content #contact_feedback_div textarea:focus {
	border: 2px solid #e2000f;
}
.list_for_home #contact_feedback_div select,
.list_for_office #contact_feedback_div select,
.contact_content #contact_feedback_div select {
	width: calc(50% - 3em);
	float: left;
	margin: 1em 1.5em 1em 1.5em;
	font-family: 'Roboto', sans-serif;
	font-size: 1em;
	padding: 0.8em;
	border: 2px solid #b2b2b2;
	box-sizing: border-box;
	background: #fff;
}
.list_for_home #contact_feedback_div textarea,
.list_for_office #contact_feedback_div textarea,
.contact_content #contact_feedback_div textarea {
	width: calc(50% - 3em);
	float: left;
	margin: 1em 1.5em 1em 1.5em;
	font-family: 'Roboto', sans-serif;
	font-size: 1em;
	padding: 0.8em;
	border: 2px solid #b2b2b2;
	box-sizing: border-box;
}
.list_for_home #contact_feedback_div .g-recaptcha,
.list_for_office #contact_feedback_div .g-recaptcha,
.contact_content #contact_feedback_div .g-recaptcha {
	float: left;
	margin: 1em 1.5em 1em 1.5em;
}


.page_content {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
.page_content h1 {
	color: #4d4d4d;
	margin: 0;
	padding: 0;
	font-weight: 300;
	font-size: 2.2em;
	height: 2.84091em;
	line-height: 2.84091em;
	padding-left: 3.52273em;
	position: relative;
	background-image: url(../images/logo.svg);
	background-size: 5.48295em 2.15909em;
	background-repeat: no-repeat;
	background-position: top right;
}
.page_content h1:before {
	content: "";
	position: absolute;
	left: 1.39205em;
	top: 1.29205em;
	width: 0;
	height: 0;
	/*border-style: solid;
	border-width: 0.255682em 0.255682em 0 0.255682em;
	border-color: #e2000f transparent transparent transparent;*/
	width: 0.4em;
	height: 0.4em;
	background: #e2000f;
}
.page_content h2 {
	padding: 0.2em 0 0.2em 3em;
	margin: 2em 0;
}
.page_content hr {
	margin: 0;
	padding: 0;
	border: 0;
	height: 1px;
	background: #d7d7d7;
	margin: 1.6875em 0 1.6875em 0;
}
.page_content .text {
	font-size: 1.1em;
	color: #4d4d4d;
	line-height: 1.8em;
	padding: 0em 1.5em;
	margin-bottom: 4em;
}
.page_content .text a {
	text-decoration: none;
	color: #e2000f;
}
.page_content .text a:hover {
	text-decoration: underline;
}
.page_content .tv_packets {
	width: 100%;
	font-size: 0.9em;
}



.contact_content {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
.contact_content h1 {
	color: #4d4d4d;
	margin: 0;
	padding: 0;
	font-weight: 300;
	font-size: 2.2em;
	height: 2.84091em;
	line-height: 2.84091em;
	padding-left: 3.52273em;
	position: relative;
	background-image: url(../images/logo.svg);
	background-size: 5.48295em 2.15909em;
	background-repeat: no-repeat;
	background-position: top right;
}
.contact_content h1:before {
	content: "";
	position: absolute;
	left: 1.39205em;
	top: 1.29205em;
	width: 0;
	height: 0;
	/*border-style: solid;
	border-width: 0.255682em 0.255682em 0 0.255682em;
	border-color: #e2000f transparent transparent transparent;*/
	width: 0.4em;
	height: 0.4em;
	background: #e2000f;
}
.contact_content h2 {
	color: #4d4d4d;
	margin: 0;
	padding: 0;
	font-weight: 300;
	font-size: 1.5em;
	height: 2.84091em;
	line-height: 2.84091em;
	padding-left: 5.2em;
	position: relative;
	background-repeat: no-repeat;
	background-position: 1.4em 0.5em;
}
.contact_content h2.support {
	background-image: url(../images/contact-telephone.svg);
	background-size: 2.08333em 2.08333em;
}
.contact_content h2.locations {
	background-image: url(../images/contact-locations.svg);
	background-size: 2.08333em 2.08333em;
}
.contact_content h2.form {
	background-image: url(../images/contact_inq.svg);
	background-size: 2.08333em 2.08333em;
}
.contact_content hr {
	margin: 0;
	padding: 0;
	border: 0;
	height: 1px;
	background: #d7d7d7;
	margin: 1.6875em 0 1.6875em 0;
}
.contact_content .support_text {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	/*-webkit-align-items: center;
	align-items: center;*/
	-webkit-justify-content: center;
	justify-content: center;
}
.contact_content .half {
	width: 40%;
	float: left;
	color: #4d4d4d;
	margin: 0;
	padding: 1em 2.5em 5em 2.5em;
	list-style: none;
	box-sizing: border-box;
}
.contact_content .half strong,
.contact_content .half b {
	color: #e2000f;
	font-weight: 500;
}
.contact_content .half li {
	font-size: 2em;
	font-weight: bold;
}
.contact_content .half li:nth-child(1) {
	font-size: 1.4em;
	font-weight: 400;
	margin-bottom: 1em;
}
.contact_content .mapp {
	overflow: hidden;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-align-items: center;
	align-items: center;
	/*-webkit-justify-content: center;
	justify-content: center;*/
	margin-bottom: 2em;
}
.contact_content .mapt {
	margin-left: 7em;
	color: #4d4d4d;
}
.contact_content .mapp h3 {
	margin: 0 0 1em 0;
	padding: 0;
	font-size: 1.5em;
	font-weight: 300;
}
.contact_content .mapp p {
	clear: both;
	margin: 0;
	padding: 0;
	line-height: 1.8em;
	font-size: 1em;
}
.contact_content .mapp a {
	text-decoration: none;
	color: #e2000f;
}
.contact_content .mapp a:hover {
	text-decoration: underline;
}
.contact_content .gmapwrap {
	width: 50%;
	margin-left: auto;
}
.contact_content .gmap {
	width: 100%;
	height: 20em;
}
.contact_content .gmap iframe {
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0px;
}



.channels {
	font-size: 1rem;
}
.channels .group {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.channels .group .imgwrap {
	/*border: 1px solid #d7d7d7;*/
	border-radius: 0.5em;
	width: 9em;
	height: 9em;
	box-sizing: border-box;
	text-align: center;
	margin: 1.3em 1.3em 0 1.3em;
	position: relative;
	-webkit-box-shadow: 0 0 10px #eee;
	box-shadow: 0 0 10px #eee;
}
.channels .group .imgwrap img {
	margin-top: 0.3em;
	transition: all 0.7s;
	position: absolute;
	top: 0.5em;
	left: 1.375em;
	z-index: 2;
	width: 6.25em;
	height: 6.25em;
}
.channels .group .imgwrap .number {
	position: absolute;
	bottom: 0.3em;
	left: 0;
	right: 0;
	text-align: center;
}
.channels .group .imgwrap .name {
	width: 6.25em;
	height: 6.25em;
	position: absolute;
	top: 0.5em;
	left: 1.375em;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	opacity: 0;
	z-index: 1;
}
.channels h2 {
	margin: 4em 0 3em 0;
}
.channels h2 .price {
	float: right;
	margin-right: 1.5em;
	font-weight: 300;
	font-family: 'IBM Plex Sans', monospace;
	position: relative;
	letter-spacing: -1px;
	font-size: 2em;
	color: #e2000f;
	margin-top: -0.2em;
}
.channels h2 .price sup,
.channels h2 .price sup {
	font-size: 1.7rem;
	margin-left: 0.3em;
}
.channels h2 .price sub,
.channels h2 .price sub {
	font-size: 1.1rem;
	margin: 1.6em 0 0 -1.7em;
	color: #9b9b9b;
	position: absolute;
}



.footer .top {
	background: #949494;
}
.footer .top .wrap {
	max-width: 920px;
	width: 100%;
	margin: 0 auto;
}
.footer .top .wrap ul {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.footer .top .wrap ul li {
	/*width: 25%;
	margin-right: 8%;*/
	width: 37.5%;
	float: left;
	color: #595959;
	font-weight: 600;
	height: 3.18182em;
	line-height: 3.18182em;
	color: #595959;
	text-decoration: none;
	font-size: 1.1em;
	box-sizing: border-box;
}
.footer .top .wrap ul li:last-child {
	/*padding-left: 8%;
	margin-right: 0;*/
	width: 25%;
}
.footer .top .wrap ul li a {
	color: #595959;
	text-decoration: none;
	font-size: 1.1em;
}
.footer .bottom {
	background: #4d4d4d;
	overflow: hidden;
}
.footer .bottom .wrap {
	max-width: 920px;
	width: 100%;
	margin: 0 auto;
	padding: 1.5em 0 2.5em 0;
	overflow: hidden;
}
.footer .bottom ul {
	margin: 0;
	padding: 0;
	list-style: none;
	color: #9b9b9b;
}
.footer .bottom .col1 li,
.footer .bottom .col2 li {
	margin: 1.4em 0;
	font-size: 1.1em;
}
.footer .bottom .col3 ul {
}
.footer .bottom .col3 li {
	margin: 0.7em 0;
	font-size: 1.2em;
	color: #fff;
}
.footer .bottom .col3 li strong,
.footer .bottom .col3 li b {
	font-weight: 300;
	font-size: 0.9em;
	color: #9b9b9b;
	margin: 1.1em 0 0.5em 0;
	display: block;
}
.footer .bottom .wrap .col {
	float: left;
	/*width: 25%;
	margin-right: 8%;*/
	width: 37.5%;
	box-sizing: border-box;
}
.footer .bottom .wrap .col:last-child {
	/*padding-left: 8%;
	margin-right: 0;*/
	width: 25%;
}
.footer .bottom .wrap .col a {
	color: #fff;
	text-decoration: none;
}
.footer .foot .wrap {
	max-width: 920px;
	width: 100%;
	margin: 0 auto;
	font-size: 0.95em;
	color: #808080;
	padding: 1.2em 0;
	overflow: hidden;
}
.footer .foot .wrap strong,
.footer .foot .wrap b {
	color: #4d4d4d;
	font-weight: 300;
}
.footer .foot .address {
	float: left;
	width: 66%;
}
.footer .foot .address a {
	color: #e2000f;
	text-decoration: none;
}
.footer .foot .copyright {
	padding-left: 8%;
	padding-top: 0.7em;
	width: 25%;
	float: right;
}

/* coverage */
/*.homepage .coverage {
	background: #f0f0f0;
	margin: 0 0 7em 0;
	text-align: center;
	padding: 5em 0;
}
.homepage .coverage .city {
	border: 2px solid #e2000f;
	width: 50%;
	padding: 3em 0;
	font-family: 'Roboto', sans-serif;
	font-size: 1em;
	padding: 0.8em;
	border: 2px solid #b2b2b2;
	box-sizing: border-box;
	background: #fff;
}
.homepage .coverage ul {
	margin: 0;
	padding: 0;
}
.homepage .coverage ul li {
	line-height: 1em;
	margin: 0;
	padding: 0;
}
.homepage .coverage ul li:after {
	background: #f0f0f0;
}
.homepage .coverage ul li:before {
	background: #f0f0f0;
}*/


/*********************************************************/

@media (min-width: 0px) and (max-width: 600px) {
	body {
		font-size: 80%;
	}
	/*.header .top {
		display: none;
	}*/
	.header .bottom,
	.header .bottom .wrap,
	.header .bottom .wrap ul {
    	height: 17.1875em;
    	position: relative;
	}
	.header .bottom .wrap li.for_home,
	.header .bottom .wrap li.for_office {
		/*display: none;*/
	}
	.header .bottom .wrap li.for_home {
		/*width: 18em;
		right: 18em;*/
		width: 50%;
		left: 0;
		bottom: 1.5em;
	}
	.header .bottom .wrap li.for_office {
		/*width: 18em;*/
		width: 50%;
		left: 50%;
		bottom: 1.5em;
	}
	.header .bottom .logo {
		margin: 2.8em 0 0 2.8em;
	}
	/*.header .mobilemenu {
		display: block;
	}
	.header .bottom .wrap li.for_home,
	.header .bottom .wrap li.for_office {
		display: none;
	}*/
	.homepage .half {
		width: 100%;
	}
	.homepage .half:first-child {
		padding: 3em 0;
	}
	.homepage .half hr {
		margin: 1em auto 5em auto;
	}
	.homepage .half p.text {
		margin: 1em auto 1em auto;
	}
	.homepage .for_home ul,
	.homepage .for_office ul {
		margin: 1em 0 1em 0;
	}
	.homepage .for_office {
		margin-top: 3em;
	}
	.homepage ul li {
		padding-left: 2em;
	}
	.homepage ul li img {
		margin-right: 2em;
	}
	.list_for_home h1, .list_for_office h1 {
		background: none;
	}
	.list_for_home .content img, .list_for_office .content img {
		width: 3.5em;
		margin-right: 1em;
	}
	.list_for_home .content, .list_for_office .content {
		font-size: 1.25em;
		margin-left: 1em;
	}
	.list_for_home .price, .list_for_office .price {
		font-size: 1.9em;
		margin-right: 2em;
	}
	.list_for_home .price sup, .list_for_office .price sup {
		font-size: 1rem;
	}
	.list_for_home .price sub, .list_for_office .price sub {
		font-size: 0.8rem;
		margin: 1.4em 0 0 -1.2em;
	}
	.list_for_home .desc p, .list_for_office .desc p {
		font-size: 1.1em;
		max-width: 45%;
	}
	.list_for_home h3, .list_for_office h3 {
		background-image: none;
		padding-left: 2.5em;
	}
	.list_for_home h3::after, .list_for_office h3::after {
		background: none;
	}
	.list_for_home .more, .list_for_home .hide, .list_for_office .more, .list_for_office .hide {
		margin-right: 2em;
	}
	.list_for_home .details .extras {
		width: 100%;
	}
	.list_for_home .details .extras p:nth-child(1) {
		width: 80%;
	}
	.list_for_home #contact_feedback_div input[type="text"], .list_for_office #contact_feedback_div input[type="text"], .contact_content #contact_feedback_div input[type="text"],
	.list_for_home #contact_feedback_div select, .list_for_office #contact_feedback_div select, .contact_content #contact_feedback_div select,
	.list_for_home #contact_feedback_div textarea, .list_for_office #contact_feedback_div textarea, .contact_content #contact_feedback_div textarea {
		width: 100%;
		margin: 1em 0 1em 0;
	}
	.list_for_home hr, .list_for_office hr {
		margin-left: 1em;
		margin-right: 1em;
	}
	.page_content, .contact_content {
		padding: 0 1em;
		box-sizing: border-box;
	}
	.page_content h1, .contact_content h1 {
		background: none;
	}
	.contact_content .support_text {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.contact_content .half {
		width: 100%;
		padding: 1em 2.5em 2.5em 2.5em;
	}
	.contact_content .half li {
		font-size: 1.6em;
	}
	.contact_content .mapp {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.contact_content .mapp h3 {
		margin: 1em 0 1em 0;
	}
	.contact_content .gmapwrap {
		width: 100%;
		margin-top: 2em;
	}
	.contact_content .mapt {
		width: 100%;
		margin-left: 1em;
	}
	.page_content h2 {
		padding: 0.2em 0 0.2em 0em;
	}
	.channels h2 .price {
		margin-right: 0.5em;
	}
	.channels {
		font-size: 0.8rem;
	}
	.channels .group .imgwrap {
		margin: 1em 1em 0 1em;
	}
	.footer .top .wrap {
		display: none;
	}
	.footer .bottom .wrap .col {
		width: 50% !important;
		padding: 0 0 0 2em;
	}
	.footer .bottom .wrap .col:last-child {
		width: 100% !important;
	}
	.footer .foot .address,
	.footer .foot .copyright {
		width: 100%;
		padding: 0.5em 1em;
		float: none;
	}
	/*.homepage .coverage {
		font-size: 90% !important;
		margin-left: -11em !important;
		margin-right: 0 !important;
		width: calc(100% + 11em);
	}
	.text .coverage {
		font-size: 90% !important;
		margin-left: -15em !important;
		margin-right: 0 !important;
		width: calc(100% + 15em);
	}*/
	/*.coverage .services {
		margin: 20em 0 0 9em;
		width: 100%;
		text-align: center;
	}*/
}
@media (min-width: 600px) and (max-width: 900px) {
	body {
		font-size: 90%;
	}
	/*.header .top {
		display: none;
	}*/
	.header .bottom,
	.header .bottom .wrap,
	.header .bottom .wrap ul {
    	height: 17.1875em;
    	position: relative;
	}
	.header .bottom .logo {
		margin: 2.8em 0 0 2.8em;
	}
	/*.header .mobilemenu {
		display: block;
	}*/
	.header .bottom .wrap li.for_home,
	.header .bottom .wrap li.for_office {
		/*display: none;*/
	}
	.header .bottom .wrap li.for_home {
		/*width: 18em;
		right: 18em;*/
		width: 50%;
		left: 0;
		bottom: 1.5em;
	}
	.header .bottom .wrap li.for_office {
		/*width: 18em;*/
		width: 50%;
		left: 50%;
		bottom: 1.5em;
	}
	.homepage .half {
		width: 100%;
	}
	.homepage .half:first-child {
		padding: 3em 0;
	}
	.homepage .half hr {
		margin: 1em auto 5em auto;
	}
	.homepage .half p.text {
		margin: 1em auto 1em auto;
	}
	.homepage .for_home ul,
	.homepage .for_office ul {
		margin: 1em 0 1em 0;
	}
	.homepage .for_office {
		margin-top: 3em;
	}
	.homepage ul li {
		padding-left: 2em;
	}
	.homepage ul li img {
		margin-right: 2em;
	}
	.list_for_home h1, .list_for_office h1 {
		background: none;
	}
	.list_for_home .content img, .list_for_office .content img {
		width: 4.5em;
	}
	.list_for_home .content, .list_for_office .content {
		font-size: 1.4em;
	}
	.list_for_home .price, .list_for_office .price {
		font-size: 2.5em;
	}
	.list_for_home .price sup, .list_for_office .price sup {
		font-size: 1.2rem;
	}
	.list_for_home .price sub, .list_for_office .price sub {
		font-size: 1rem;
		margin: 1.4em 0 0 -1.2em;
	}
	.list_for_home .desc p, .list_for_office .desc p {
		font-size: 1.2em;
		max-width: 60%;
	}
	.list_for_home h3, .list_for_office h3 {
		background-position: right 1em top -0.6em;
	}
	.list_for_home h3::after, .list_for_office h3::after {
		background: none;
	}
	.list_for_home .more, .list_for_home .hide, .list_for_office .more, .list_for_office .hide {
		margin-right: 5em;
	}
	.list_for_home hr, .list_for_office hr {
		margin-left: 1em;
		margin-right: 1em;
	}
	.contact_content .half li {
		font-size: 1.6em;
	}
	.contact_content .mapt {
		margin-left: 2em;
	}
	.page_content, .contact_content {
		padding: 0 1em;
		box-sizing: border-box;
	}
	.footer .top .wrap ul li {
		padding: 0 0 0 1em;
	}
	.footer .bottom .wrap .col {
		padding: 0 0 0 1em;
	}
	/*.homepage .coverage {
		font-size: 90% !important;
		margin-left: -5em !important;
		margin-right: 0 !important;
		width: calc(100% + 5em);
	}
	.text .coverage {
		font-size: 90% !important;
		margin-left: -5em !important;
		margin-right: 0 !important;
		width: calc(100% + 5em);
	}*/
}
@media (min-width: 900px) and (max-width: 950px) {
	.header .bottom .logo {
		margin: 2.8em 0 0 4.125em;
	}
	.header .bottom .wrap li.for_home {
		width: 17em;
		right: 19em;
	}
	.header .bottom .wrap li.for_office {
		width: 17em;
	}
	.header .bottom .wrap li.text a {
		/*margin-left: 4em;*/
	}
	.header .bottom .wrap li.for_office {
		width: 17em;
	}
	.list_for_home hr, .list_for_office hr {
		margin-left: 1em;
		margin-right: 1em;
	}
	.page_content, .contact_content {
		padding: 0 1em;
		box-sizing: border-box;
	}
	.footer .top .wrap ul li {
		padding: 0 0 0 1em;
	}
	.footer .bottom .wrap .col {
		padding: 0 0 0 1em;
	}
}
@media (min-width: 950px) and (max-width: 1110px) {
	.header .bottom .logo {
		margin: 2.8em 0 0 5.125em;
	}
	.list_for_home hr, .list_for_office hr {
		margin-left: 1em;
		margin-right: 1em;
	}
	.page_content, .contact_content {
		padding: 0 1em;
		box-sizing: border-box;
	}
	.header .bottom .wrap li.for_home {
		width: 19em;
		right: 21em;
	}
	.header .bottom .wrap li.for_office {
		width: 19em;
	}
}
@media (min-width: 1110px) and (max-width: 1200px) {
	.list_for_home hr, .list_for_office hr {
		margin-left: 1em;
		margin-right: 1em;
	}
	.page_content, .contact_content {
		padding: 0 1em;
		box-sizing: border-box;
	}
	.header .bottom .wrap li.for_home {
		width: 20em;
		right: 22em;
	}
	.header .bottom .wrap li.for_office {
		width: 20em;
	}
}
