@charset "UTF-8";

body {
	display: flex;
    min-height: 100vh;
    flex-direction: column;
    font-family: 'Roboto', sans-serif;
}


a {
	color: #dc3e38;
}

a:hover {
	color: #c33732;
}

*,
a:hover,
a:visited,
a:active {
	outline: 0;
	text-decoration: none;
}


a,
a *,
.btn {
	-webkit-transition: color .1s, background .1s, border .2s;
    -o-transition: color .1s, background .1s, border .2s;
    -moz-transition: color .1s, background .1s, border .2s;
    transition: color .1s, background .1s, border .2s;
}

svg {
	-webkit-transition: fill .1s;
    -o-transition: fill .1s;
    -moz-transition: fill .1s;
    transition: fill .1s;
}


.pseudo {
	border-bottom-width: 1px;
	border-bottom-style: dotted !important;
	cursor: pointer;
}


.lined {
	color: rgb(6,137,255);
	border-bottom: 1px solid rgba(6,137,255,.4);
}

.lined:hover {
	color: #fab500 !important;
	border-color: rgba(250,181,0,.4);
}


.clck {
	cursor: pointer;
}

.visible {
    visibility: visible !important;
}


.loading {
	position: relative;
}

.loading:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(255,255,255,.85);
	z-index: 998;
}

.loading:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 30px;
	height: 30px;
	margin: -15px 0 0 -15px;
	border-radius: 50%;
	border-right: 3px solid #f73;
    border-top: 3px solid #f73;
    border-left: 3px solid #f73;
    border-bottom: 3px solid transparent;
	-webkit-transition: all .75s ease 0s;
	transition: all .75s ease 0s;
	-webkit-animation: whirl .75s infinite linear;
	animation: whirl .75s infinite linear;
	z-index: 999;
}


.content__main {
    flex: 1 0 auto;
}

.content__main.map {
    display: flex;
    flex-direction: row;
}

.content__main > .block:not(.bwmeter) {
    padding: 4rem 0;
}


h1 {
	font-size: 200%;
	margin-bottom: 2rem;
}

h2,
.h2 {
	font-size: 180%;
	margin-bottom: 2rem;
}

h4,
.h4 {
	margin-top: 1.5rem;
	margin-bottom: 1rem;
}


.btn-megabitus {
	color: #fff;
	font-size: 95%;
	padding: .5rem 1.5rem;
	border: 0;
	border-radius: 20px;
	box-shadow: 0 5px 15px 0 rgba(172,37,48,.3);
	background-image: linear-gradient(to bottom,#eb8b2d,#dc3e38);
}

.btn-megabitus:hover {
	color: #fff;
	background-image: linear-gradient(to bottom,#eb8b2d,#c73731);
}

.btn-megabitus:focus,
.btn-megabitus:active {
	box-shadow: 0 2px 3px 0 rgba(172,37,48,.3);
}

.btn-megabitus-lg {
	font-size: 110%;
	padding: 1rem 3rem;
	border-radius: 30px;
	box-shadow: 0 10px 25px 0 rgba(172,37,48,.3);
}

.btn-megabitus-link {
	color: #dc3e38;
	padding: 0;
}

.btn-megabitus-link:hover {
	color: #c33732;
}

.btn-megabitus-link:focus,
.btn-megabitus-link:active {
	box-shadow: none;
}


.ya-share2 {
	margin-top: 3px;
}


ion-card {
	display: block;
	margin: 1rem 0;
}

ion-item {
	display: flex;
	justify-content: space-between;
}

ion-item ion-label {
	font-weight: 600;
}

ion-item ion-label small {
	display: block;
	color: #8d96b2;
	font-size: 85%;
	font-weight: 300;
}

ion-item ion-note {
	color: #8d96b2;
	font-size: 85%;
	font-weight: 300;
	margin-left: 1rem;
	white-space: nowrap;
	align-self: flex-start;
}

ion-row {
	display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

ion-row > ion-col {
	position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}


.indicators {
	line-height: 1;
}

.indicators .green {
	color: #28bc00;
}

.indicators .red {
	color: #dc3e38;
}

.indicators .col-label {
	font-weight: 600;
	line-height: 1.2;
}

.indicators .col-label small {
	display: block;
	color: #8d96b2;
	font-size: 85%;
	font-weight: 300;
}

.indicators .col-note {
	color: #8d96b2;
	font-size: 85%;
	font-weight: 300;
	margin-left: 1rem;
	white-space: nowrap;
	flex-grow: 0;
	align-self: flex-start;
}

.indicators .indicator-name {
	color: #8d96b2;
	font-weight: 300;
	white-space: nowrap;
}

.indicators .row2 .indicator-value {
	opacity: .7;
}


header {
	height: 68px;
	background: #fff;
	border-bottom: 2px solid #dadfe7;
}

header .container {
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

header .logo img {
	width: 175px;
	height: 48px;
}

header .menu {
	height: 62px;
	line-height: 62px;
	margin-top: 4px;
}

header .menu a {
	display: inline-block;
	height: 100%;
	color: inherit;
	margin: 0 .5rem;
}

header .menu a:hover,
header .menu .selected {
	color: #dc3e38;
}

header .menu .selected {
	position: relative;
}

header .menu .selected:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 4px;
	background: #dc3e38;
}

header .menu .login {
	margin-left: 5rem;
	margin-right: 0;
	display: none;
}

header .menu .login svg {
	width: 14px;
	height: 18px;
	fill: #EB8B2D;
	margin-right: .5rem;
	position: relative;
	top: -2px;
}

header .menu .login:hover svg {
	fill: #dc3e38;
}

header .touch {
	width: 24px;
	height: 24px;
	display: none;
}

header .touch svg {
	width: 100%;
	height: 100%;
	fill: #444;
}

header .touch:hover svg {
	fill: #111;
}


.bwmeter {
	min-height: 500px;
	background: #eef2f4;
	overflow: hidden;
	position: relative;
}

.bwmeter .nav-pills-wrap {
	position: absolute;
	display: flex;
	justify-content: center;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	padding: 2rem 0;
	z-index: 9;
}

.bwmeter .nav-pills {
	background: #fff;
	border-radius: 6px;
	padding: 3px;
	flex-wrap: nowrap;
	box-shadow: 0 3px 15px 0 rgba(0,0,0,.1);
}

.bwmeter .nav-pills .nav-item {
	min-width: 120px;
	text-align: center;
}

.bwmeter .nav-pills .nav-link {
	color: #8d96b2;
	border-radius: 4px;
}

.bwmeter .nav-pills .nav-link.active {
	color: #dc3e38;
	background: #eef2f4;
}

.bwmeter .tab-content,
.bwmeter .tab-pane {
	height: 100%;
	position: relative;
	z-index: 1;
}

.bwmeter .tab-start {
	padding: 7rem 0 4rem;
}

.bwmeter .btn-start-wrap {
	text-align: center;
}

.bwmeter__header {
	line-height: 1.2;
}

.bwmeter__header__title {
	font-size: 150%;
	text-align: right;
	padding: 0 3rem;
}

.bwmeter__header__data {
	font-weight: 300;
}

.bwmeter__header__data > .row:not(.last) {
	margin-bottom: 1rem;
}

.bwmeter__header__data > .last + .row {
	margin-bottom: 0;
}

.bwmeter__header__data > .share {
	max-height: 0;
	overflow: hidden;
}

.bwmeter__header__data > .share.open {
	max-height: 100px;
}

.bwmeter__header__data .title {
	color: #8d96b2;
	padding-bottom: 2px;
	align-self: flex-end;
}

.bwmeter__header__data .data {
	font-size: 140%;
	align-self: flex-end;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.bwmeter__header__data .btn-megabitus-link {
	font-weight: 300;
	padding: .3rem 0;
}

.bwmeter__body {
	margin: 3rem 0 1rem;
}

.bwmeter__body__indicators {
	padding-top: 1.5rem;
}

.bwmeter__body__indicators .indicator-name {
	margin-bottom: 1rem;
}

.bwmeter__body__indicators .row1 .indicator-value {
	font-size: 300%;
}

.bwmeter__body__indicators .row2 .indicator-value {
	font-size: 260%;
}

.bwmeter__body__indicators .row1 {
	margin-bottom: 3rem;
}

.bwmeter__body__canvas {
	position: relative;
	z-index: -1;
}

.bwmeter__body__canvas .runman {
	height: 300px;
}

.bwmeter__body__canvas .waves {
	position: absolute;
	bottom: -3rem;
}

.bwmeter__error {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.bwmeter__error__text {
	font-size: 130%;
	margin-bottom: 2rem;
}

.bwmeter .map-container {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #eef2f4;
}

.bwmeter .map-center {
	position: absolute;
	bottom: 3rem;
	left: .5rem;
	width: 44px;
	height: 44px;
	padding: 8px;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 1px 2px 1px rgba(0,0,0,.15), 0 2px 5px -3px rgba(0,0,0,.15);
	cursor: pointer;
}

.bwmeter .map-center svg {
	width: 100%;
	height: 100%;
	fill: #f73;
}

.bwmeter .map-dialog {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 19;
	overflow: hidden;
	display: none;
}

.bwmeter .map-dialog.opened {
	display: flex;
}

.bwmeter .map-dialog > *,
.bwmeter .tab-map > * {
	position: absolute;
	z-index: 19;
}

.bwmeter .map-dialog__card {
	right: 0;
	width: 350px;
	line-height: 1.3;
	border-bottom: 2px solid #dadfe7;
	box-shadow: 0 0 10px -5px rgba(0,0,0,.3);
}

.bwmeter .map-dialog__card,
.bwmeter .map-dialog__card__block {
	top: 0;
	bottom: 0;
	background: #fff;
	display: flex;
	flex-direction: column;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: -webkit-transform ease-out .15s;
	transition: transform ease-out .15s;
	transition: transform ease-out .15s, -webkit-transform ease-out .15s;
}

.bwmeter .map-dialog__card.opened,
.bwmeter .map-dialog__card__block.opened {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.bwmeter .map-dialog__card .indicators {
	padding: 1rem 0;
}

.bwmeter .map-dialog__card .indicators .indicator-name {
	font-size: 85%;
	margin-bottom: .3rem;
}

.bwmeter .map-dialog__card .indicators .row1 .indicator-value {
	font-size: 160%;
}

.bwmeter .map-dialog__card .indicators .row2 .indicator-value {
	font-size: 120%;
}

.bwmeter .map-dialog__card .indicators .row1 {
	margin-top: 1.5rem;
	margin-bottom: 1rem;
}

.bwmeter .map-dialog__card__close {
	position: absolute;
	width: 30px;
	height: 30px;
	top: 12px;
	right: 10px;
	z-index: 20;
	cursor: pointer;
}

.bwmeter .map-dialog__card__close svg {
	width: 100%;
	height: 100%;
	fill: #aaa;
}

.bwmeter .map-dialog__card__close:hover svg {
	fill: #222;
}

.bwmeter .map-dialog__card__block {
	position: absolute;
	left: 0;
	width: 100%;
}

.bwmeter .map-dialog__card__block > * {
	padding: 1rem;
}

.bwmeter .map-dialog__card__block-wrap {
	height: 100%;
	overflow-x: hidden;
	overflow-y: scroll;
	position: relative;
}

.bwmeter .map-dialog__card__footer {
	margin-top: auto;
	padding: 1rem;
	background: #fffdea;
	box-shadow: 0 -2px 2px -1px rgba(0,0,0,.1);
	position: relative;
    z-index: 1;
}

.bwmeter .map-dialog__card__footer .indicators {
	padding-top: .5rem;
}

.bwmeter .map-dialog__card__footer .btn-restart {
	font-size: 85%;
	display: block;
	margin: 0 auto;
}

.bwmeter .map-dialog__card .map-dialog__card__title {
	font-size: 110%;
	padding: 1rem 48px 1rem 1rem;
	box-shadow: 0 2px 2px -1px rgba(0,0,0,.1);
}

.bwmeter .map-dialog__card .map-dialog__card__title .title__icon {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: .7rem;
	cursor: pointer;
}

.bwmeter .map-dialog__card .map-dialog__card__title .title__icon svg {
	width: 100%;
	height: 100%;
	fill: #999;
}

.bwmeter .map-dialog__card .map-dialog__card__title .title__icon:hover svg {
	fill: #222;
}

.bwmeter .map-dialog__card .map-dialog__card__body {
	height: 100%;
	overflow-y: scroll;
}

.bwmeter .map-dialog__card .map-dialog__card__hint {
	color: #f73;
	font-size: 80%;
	padding: 15px 15px 15px 42px;
	background-color: rgba(255,119,51,.1);
	border-radius: 6px;
	position: relative;
}

.bwmeter .map-dialog__card .map-dialog__card__hint:after {
	content: '';
	position: absolute;
	top: 15px;
	left: 15px;
	width: 15px;
	height: 15px;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE2IDE2IiBmaWxsPSJub25lIj48Y2lyY2xlIGN4PSI4IiBjeT0iOCIgcj0iOCIgZmlsbD0iI0Y3MyIvPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNy44NjggMy4wMDdhMS4xNiAxLjE2IDAgMCAxIDEuMjg0IDEuMjg1bC0uNjAxIDUuMjY1YS41LjUgMCAwIDEtLjQ5Ny40NDNoLS4xMDhhLjUuNSAwIDAgMS0uNDk3LS40NDNsLS42MDItNS4yNjVhMS4xNiAxLjE2IDAgMCAxIDEuMDIxLTEuMjg0ek05IDEyYTEgMSAwIDEgMS0yIDAgMSAxIDAgMCAxIDIgMHoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=);
	background-size: cover;
}

.bwmeter .map-dialog__card .btn-confirm {
	margin: 1rem 0;
}

.bwmeter .map-dialog__card .address-label {
	margin-bottom: .5rem;
}

.bwmeter .map-dialog__card .address-coords {
	font-size: 85%;
	font-weight: 300;
	opacity: .6;
}

.bwmeter .map-dialog__card .map-dialog__card__list {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.bwmeter .map-dialog__card .map-dialog__card__list .list-item {
	display: flex;
	justify-content: space-between;
	font-size: 85%;	
	padding: .6rem 0;
	border-bottom: 1px solid #eee;
	cursor: pointer;
}

.bwmeter .map-dialog__card .map-dialog__card__list .list-item.add {
	border-bottom: 0;
}

.bwmeter .map-dialog__card .map-dialog__card__list .list-item.add .btn {
	font-size: 100%;
}

.bwmeter .map-dialog__card .map-dialog__card__list .list-item.home .list-item__label,
.bwmeter .map-dialog__card .map-dialog__card__list .list-item.work .list-item__label,
.bwmeter .map-dialog__card .map-dialog__card__list .list-item.other .list-item__label {
	color: inherit;
	font-weight: bold;
}

.bwmeter .map-dialog__card .map-dialog__card__list .list-item.home .list-item__note,
.bwmeter .map-dialog__card .map-dialog__card__list .list-item.work .list-item__note,
.bwmeter .map-dialog__card .map-dialog__card__list .list-item.other .list-item__note {
	display: none;
}

.bwmeter .map-dialog__card .map-dialog__card__list .list-item__label {
	color: #666;
	padding-right: 1rem;
}

.bwmeter .map-dialog__card .map-dialog__card__list .list-item:hover .list-item__label {
	color: #222;
}

.bwmeter .map-dialog__card .map-dialog__card__list .list-item__note {
	color: #aaa;
	font-size: 90%;
	font-weight: 300;
	white-space: nowrap;
	max-width: 50%;
	display: flex;
}

.bwmeter .map-dialog__card .map-dialog__card__list .list-item__note .operator-name {
	overflow: hidden;
	text-overflow: ellipsis;
}

.bwmeter .map-dialog__card .map-dialog__card__list .list-item__note .operator-type:before {
	content: '/';
	margin: 0 .3em;
}

.bwmeter .map-dialog__card ion-card {
	background: #f5f5f5;
	margin: 1rem -1rem;
	padding: 1rem;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.bwmeter .map-dialog__card ion-card .indicators {
	margin-top: 1rem;
}


.bwmeter-result {
	padding: 3rem 0;
}

.bwmeter-result > .container {
	position: relative;
}

.bwmeter-result .bwmeter__header .coord {
	color: #999;
	white-space: nowrap;
}

.bwmeter-result .bwmeter__body {
    margin: 2rem 0;
}

.bwmeter-result .bwmeter__body__indicators {
    padding: 1.5rem 0;
}

.bwmeter-result .map-layer,
.bwmeter-result .map-layer:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;	
}

.bwmeter-result .map-layer:after {
	content: '';
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC44NSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZWVmMmY0IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-radial-gradient(center, ellipse cover,  rgba(255,255,255,0.85) 0%, rgba(238,242,244,1) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,0.85)), color-stop(100%,rgba(238,242,244,1)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,0.85) 0%,rgba(238,242,244,1) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,0.85) 0%, rgba(238,242,244,1) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,0.85) 0%, rgba(238,242,244,1) 100%);
	background: radial-gradient(ellipse at center, rgba(255,255,255,0.85) 0%, rgba(238,242,244,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d9ffffff', endColorstr='#eef2f4', GradientType=1);
}


.block1 {
	overflow: hidden;
}

.block1 .txt {
	display: flex;
	align-items: center;
	padding-right: 2rem;
}

.block1 .txt p {
	color: #8d96b2;
}

.block1 .img {
	min-height: 507px;
	position: relative;
}

.block1 .img img {
	position: absolute;
}

.block1 .img .cmp {
	bottom: 0;
	left: 80px;
	width: 951px;
	height: 507px;
}

.block1 .img .tel {
	bottom: 0;
	left: 0;
	width: 227px;
	height: 412px;
}

.block1 .apps {
	display: flex;
	flex-wrap: wrap;
	gap: .75rem 1rem;
	margin-top: 2rem;
}

.block1 .apps a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 184px;
	height: 56px;
	fill: #eb8b2d;
	border: 1px solid #eb8b2d;
	border-radius: 28px;
}

.block1 .apps a:hover {
	box-shadow: 0 10px 20px rgba(0,0,0,.05);
}

.block1 .apps svg {
	width: 100%;
	height: 100%;
}

.block1 .apps__rustore svg {
	width: 65%;
}


.block2 {
	background: #eef2f4;
	text-align: center;
}

.block2 .h2 {
	margin-bottom: 4rem;
}

.block2 .item {
	padding-top: 100px;
	position: relative;
}

.block2 .item svg {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -32px;
	width: 64px;
	height: 64px;
	fill: #eb8b2d;
	-webkit-transition: -webkit-transform ease-out .15s;
	transition: transform ease-out .15s;
	transition: transform ease-out .15s, -webkit-transform ease-out .15s;
}

.block2 .item:hover svg {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}

.block2 .item1 svg {
	height: 65px;
}

.block2 .item2 svg {
	top: 5px;
	height: 54px;
}

.block2 .item3 svg {
	width: 56px;
	height: 61px;
	top: 2px;
	margin-left: -28px;
}

.block2 .item4 svg {
	width: 56px;
	height: 56px;
	top: 6px;
	margin-left: -28px;
}

.block2 .item .title {
	font-size: 110%;
	font-weight: bold;
	line-height: 1.3;
}

.block2 .item .desc {
	color: #8d96b2;
	font-size: 90%;
	font-weight: 300;
	line-height: 1.4;
	margin-top: .8rem;
}

.block2 .btn-start-wrap {
	margin-top: 4rem;
}


/*
.content__main > .block.block3 {
	padding: 2rem 0 0;
	background: #f9f9f9;
}

.content__main > .block.block3:first-child {
	padding: .5rem 0;
}

.block3 img {
	width: 100%;
}

.content__main > .block.block4 {
	padding: 2rem 0 0;
}

.block4 p {
	margin-bottom: .5rem;
}
*/


footer {
	font-size: 90%;
	color: #888;
	background: #dadfe7;
	padding: 1.5rem 0;
}

footer a {
	color: #888;
}

footer a:hover {
	color: #666;
}

footer .contacts {
	text-align: right;
}


.inside .content__main {
	padding: 3rem 0;
}


.table-about {
	font-size: 90%;
}

.table-about th:not(:first-child),
.table-about td:not(:first-child) {
	text-align: center;
}

.table-about th .desc {
	color: #aaa;
	font-size: 85%;
}

.table-about .yes {
	color: #77b94f;
}

.table-about .no {
	color: #d95959;
}

.table-about .part {
	color: #d1a952;
}


.scroll-x {
    overflow-x: scroll;
}


.content-map {
	flex-grow: 1;
	position: relative;
}

.content-map > div {
	position: absolute;
	top: 0;
    left: 0;
}

.content-map__map {
	width: 100%;
	height: 100%;
}

.content-map__topbar {
    padding: 1rem .75rem;
    z-index: 1;
}

.content-map__topbar .btn-group .btn {
	background: #fff;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 20%);
}

.content-map__topbar .btn-group .dropdown-toggle:after {
	position: relative;
	top: 2px;
}

.content-map__topbar .btn-group .custom-control-label:after,
.content-map__topbar .btn-group .custom-control-label:before {
	top: .1rem;
}


@-webkit-keyframes whirl {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes whirl {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}


@media (max-width: 1199px) {

.bwmeter__body__indicators {
	font-size: 90%;
}

}


@media (max-width: 991px) {

.container {
	max-width: 100%;
}

header {
    height: 62px;
}

header .logo img {
    width: 150px;
    height: 42px;
}

header .menu {
	font-size: 95%;
	height: 56px;
	line-height: 56px;
}

header .menu a {
    margin: 0 .4rem;
}

header .menu .login {
    margin-left: 1.5rem;
}

header .menu .login svg {
    width: 12px;
    height: 16px;
}

.bwmeter__header {
	font-size: 95%;
}

.bwmeter__body__indicators {
	font-size: 80%;
}

.bwmeter__body__indicators .indicator-name {
	font-size: 120%;
}

.bwmeter .map-dialog__card {
	width: 300px;
	font-size: 95%;
}

.bwmeter .map-dialog__card .map-dialog__card__title .title__icon {
	width: 14px;
	height: 14px;
	margin-right: .5rem;
	position: relative;
    top: -2px;
}

}


@media (max-width: 767px) and (orientation: portrait) {

.bwmeter:not(.bwmeter-result) {
	height: calc(100vh - 58px);
}

}


@media (max-width: 767px) {

header {
    height: 58px;
}

header .logo img {
    width: 140px;
    height: 38px;
}

header .menu {
	display: none;
}

header .touch {
	/*display: block;*/
}

.bwmeter .nav-pills-wrap {
	padding: 1.5rem 0;
}

.bwmeter .tab-start {
    padding: 6rem 0 3rem;
}

.bwmeter__header {
	font-size: 80%;
}

.bwmeter__header__title {
	font-size: 140%;
}

.bwmeter__header__data > .row:not(.last) {
    margin-bottom: .5rem;
}

.bwmeter__body {
    margin: 2rem 0 0;
}

.bwmeter__body__canvas .runman {
	height: 230px;
}

.bwmeter__body__canvas .waves {
    width: 100vw;
    height: 50vh;
    top: calc(100% - 2rem);
    left: -15px;
    bottom: unset;
}

.bwmeter__body__indicators {
	font-size: 70%;
	padding-top: 0;
}

.bwmeter__body__indicators .row1 {
	margin-bottom: 1.5rem;
}

.bwmeter__body__indicators .row2 .indicator-value {
	font-size: 180%;
}

.bwmeter .btn-start-wrap {
	margin-top: 2rem;
}

.bwmeter .map-dialog__card {
	width: 280px;
	font-size: 90%;
}

.bwmeter .indicators {
	padding-left: 18%;
    padding-right: 10%;
}

.block1 .txt {
	order: 1;	
}

.block1 .img {
	margin-bottom: 3rem;
}

.block1 .img .cmp {
	left: 120px;
}

.block1 .img .tel {
	left: 40px;
}

.block2 .item {
	margin-bottom: 2rem;
}

.block2 .btn-start-wrap {
    margin-top: 2rem;
}

}


@media (max-width: 575px) and (orientation: portrait) {

.bwmeter:not(.bwmeter-result) {
	height: calc(100vh - 54px);
}

}


@media (max-width: 575px) {

header {
    height: 54px;
}

header .logo img {
    width: 124px;
    height: 34px;
}

header .touch {
    width: 22px;
    height: 22px;
}

.content__main > .block:not(.bwmeter) {
    padding: 3rem 0;
}

h1 {
	font-size: 180%;
	margin-bottom: 2rem;
}

h2,
.h2 {
	font-size: 160%;
	margin-bottom: 2rem;
}

.btn-megabitus-lg {
	font-size: 95%;
	padding: .8rem 2.4rem;
}

.indicators .col-sm-4 {
	width: 33.333%;
}

.indicators .col-sm-6 {
	width: 50%;
}

.bwmeter .nav-pills {
	font-size: 90%;
}

.bwmeter__header {
	font-size: 65%;
	text-align: center;
}

.bwmeter__header__title {
	text-align: center;
	margin-bottom: 1rem;
	padding: 0;
}

.bwmeter__body__canvas .runman {
    height: 200px;
}

.bwmeter__body__indicators {
    font-size: 65%;
}

.bwmeter__body__indicators .row1 .indicator-value {
    font-size: 260%;
}

.bwmeter .btn-start-wrap {
    margin-top: 1.5rem;
}

.bwmeter-result {
    padding: 2rem 0;
}

.bwmeter-result .bwmeter__header .coord {
	display: block;
	font-size: 80%;
}

.block1 .apps a {
	width: 150px;
	height: 46px;
	border-radius: 23px;
}

.content__main > .block.block4 {
	padding: 2rem 0 0;
}

footer,
footer .contacts {
	text-align: center;
}

footer .contacts {
	margin-top: .25rem;
}

}


@media (max-width: 399px) {

.content__main > .block:not(.bwmeter) {
    padding: 2rem 0;
}

.btn-megabitus-lg {
	font-size: 90%;
	padding: .7rem 2.2rem;
}

.bwmeter .nav-pills .nav-item {
    min-width: 110px;
}

.bwmeter .map-dialog__card {
	width: 260px;
	font-size: 85%;
}

.bwmeter .map-dialog__card .map-dialog__card__title .title__icon {
	width: 12px;
	height: 12px;
}

.bwmeter-result .bwmeter__body__indicators {
	padding-top: 0;
	padding-bottom: 0;
}

.bwmeter-result .indicators {
	padding-left: 10%;
}

.block1 .apps a {
	width: 120px;
	height: 37px;
	border-radius: 19px;
}

.content__main > .block.block4 {
	padding: 2rem 0 0;
}

}


@media (max-width: 319px) {

.bwmeter__header {
    font-size: 70%;
}

}


@media (min-height: 800px) and (orientation: portrait) {

.bwmeter .nav-pills-wrap {
    padding: 2rem 0;
}

.bwmeter .tab-start {
    padding: 7rem 0 4rem;
}

.bwmeter__body {
    margin: 3rem 0 0;
}

.bwmeter__body__canvas .runman {
    height: 230px;
}

.bwmeter__body__indicators {
    font-size: 70%;
}

.bwmeter .btn-start-wrap {
    margin-top: 2rem;
}

}


@media (max-height: 699px) and (orientation: portrait) {

.bwmeter .nav-pills {
    font-size: 80%;
}

.bwmeter .nav-pills .nav-link {
	padding: .3rem .8rem;
}

.bwmeter .tab-start {
    padding: 5rem 0 0;
}

.bwmeter__header {
    font-size: 60%;
}

.bwmeter__body__canvas .runman {
    height: 180px;
}

}


@media (max-height: 599px) and (orientation: portrait) {

.btn-megabitus-lg {
    font-size: 85%;
    padding: .5rem 2.1rem .55rem;
}

.bwmeter .nav-pills-wrap {
    padding: 1rem 0;
}

.bwmeter .nav-pills {
    font-size: 75%;
}

.bwmeter .nav-pills .nav-link {
	padding: .2rem .6rem;
}

.bwmeter .tab-start {
    padding: 4rem 0 0;
}

.bwmeter__header {
    font-size: 55%;
}

.bwmeter__header__title {
    margin-bottom: .5rem;
}

.bwmeter__body {
    margin: 1rem 0 0;
}

.bwmeter__body__canvas .runman {
    height: 160px;
}

.bwmeter__body__indicators {
    font-size: 60%;
}

.bwmeter__body__indicators .row1 {
    margin-bottom: 1rem;
}

.bwmeter__body__indicators .row1 .indicator-value {
    font-size: 220%;
}

}


@media (max-height: 499px) and (orientation: portrait) {

.bwmeter__body__canvas .runman {
    height: 200px;
}

}

