.pure-button:focus,
a:active,
a:hover {
	outline: 0
}

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline
}

audio:not([controls]) {
	display: none;
	height: 0
}

[hidden],
template {
	display: none
}

a {
	background-color: transparent
}

abbr[title] {
	border-bottom: 1px dotted
}

b,
optgroup,
strong {
	font-weight: 700
}

dfn {
	font-style: italic
}

h1 {
	font-size: 2em;
	margin: .67em 0
}

mark {
	background: #ff0;
	color: #000
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sup {
	top: -.5em
}

sub {
	bottom: -.25em
}

img {
	border: 0
}

svg:not(:root) {
	overflow: hidden
}

figure {
	margin: 1em 40px
}

hr {
	box-sizing: content-box;
	height: 0
}

pre,
textarea {
	overflow: auto
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

.pure-button-hover,
.pure-button:focus,
.pure-button:hover {
	filter: alpha(opacity=90);
	background-image: linear-gradient(transparent, rgba(0, 0, 0, .05) 40%, rgba(0, 0, 0, .1))
}

.pure-button-active,
.pure-button:active {
	box-shadow: 0 0 0 1px rgba(0, 0, 0, .15) inset, 0 0 6px rgba(0, 0, 0, .2) inset;
	border-color: #000\9
}

.pure-button-disabled,
.pure-button-disabled:active,
.pure-button-disabled:focus,
.pure-button-disabled:hover,
.pure-button[disabled] {
	border: none;
	background-image: none;
	filter: alpha(opacity=40);
	opacity: .4;
	cursor: not-allowed;
	box-shadow: none;
	pointer-events: none
}

.pure-button-hidden {
	display: none
}

.pure-button-primary,
.pure-button-selected,
a.pure-button-primary,
a.pure-button-selected {
	background-color: #0078e7;
	color: #fff
}

.pure-button-group .pure-button {
	letter-spacing: normal;
	word-spacing: normal;
	vertical-align: top;
	text-rendering: auto;
	margin: 0;
	border-radius: 0;
	border-right: 1px solid #111;
	border-right: 1px solid rgba(0, 0, 0, .2)
}

.pure-button-group .pure-button:first-child {
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px
}

.pure-button-group .pure-button:last-child {
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	border-right: none
}
/*
.pure-form input[type=color],
.pure-form input[type=date],
.pure-form input[type=datetime-local],
.pure-form input[type=datetime],
.pure-form input[type=email],
.pure-form input[type=month],
.pure-form input[type=number],
.pure-form input[type=password],
.pure-form input[type=search],
.pure-form input[type=tel],
.pure-form input[type=text],
.pure-form input[type=time],
.pure-form input[type=url],
.pure-form input[type=week],
.pure-form select,
.pure-form textarea {
	padding: .5em .6em;
	display: inline-block;
	border: 1px solid #ccc;
	box-shadow: inset 0 1px 3px #ddd;
	border-radius: 4px;
	vertical-align: middle;
	box-sizing: border-box
}
*/


.pure-form input:not([type]) {
	padding: .5em .6em;
	display: inline-block;
	border: 1px solid #ccc;
	box-shadow: inset 0 1px 3px #ddd;
	border-radius: 4px
}

.pure-form input[type=color] {
	padding: .2em .5em
}

.pure-form input:not([type]):focus,
.pure-form input[type=color]:focus,
.pure-form input[type=date]:focus,
.pure-form input[type=datetime-local]:focus,
.pure-form input[type=datetime]:focus,
.pure-form input[type=email]:focus,
.pure-form input[type=month]:focus,
.pure-form input[type=number]:focus,
.pure-form input[type=password]:focus,
.pure-form input[type=search]:focus,
.pure-form input[type=tel]:focus,
.pure-form input[type=text]:focus,
.pure-form input[type=time]:focus,
.pure-form input[type=url]:focus,
.pure-form input[type=week]:focus,
.pure-form select:focus,
.pure-form textarea:focus {
	outline: 0;
	border-color: #129FEA
}

.pure-form input[type=checkbox]:focus,
.pure-form input[type=file]:focus,
.pure-form input[type=radio]:focus {
	outline: #129FEA auto 1px
}

.pure-form .pure-checkbox,
.pure-form .pure-radio {
	margin: .5em 0;
	display: block
}

.pure-form input:not([type])[disabled],
.pure-form input[type=color][disabled],
.pure-form input[type=date][disabled],
.pure-form input[type=datetime-local][disabled],
.pure-form input[type=datetime][disabled],
.pure-form input[type=email][disabled],
.pure-form input[type=month][disabled],
.pure-form input[type=number][disabled],
.pure-form input[type=password][disabled],
.pure-form input[type=search][disabled],
.pure-form input[type=tel][disabled],
.pure-form input[type=text][disabled],
.pure-form input[type=time][disabled],
.pure-form input[type=url][disabled],
.pure-form input[type=week][disabled],
.pure-form select[disabled],
.pure-form textarea[disabled] {
	cursor: not-allowed;
	background-color: #eaeded;
	color: #cad2d3
}

.pure-form input[readonly],
.pure-form select[readonly],
.pure-form textarea[readonly] {
	background-color: #eee;
	color: #777;
	border-color: #ccc
}

.pure-form input:focus:invalid,
.pure-form select:focus:invalid,
.pure-form textarea:focus:invalid {
	color: #b94a48;
	border-color: #e9322d
}

.pure-form input[type=checkbox]:focus:invalid:focus,
.pure-form input[type=file]:focus:invalid:focus,
.pure-form input[type=radio]:focus:invalid:focus {
	outline-color: #e9322d
}

.pure-form select {
	height: 2.25em;
	border: 1px solid #ccc;
	background-color: #fff
}

.pure-form select[multiple] {
	height: auto
}

.pure-form label {
	margin: .5em 0 .2em
}

.pure-form fieldset {
	margin: 0;
	padding: .35em 0 .75em;
	border: 0
}

.pure-form legend {
	display: block;
	width: 100%;
	padding: .3em 0;
	margin-bottom: .3em;
	color: #333;
	border-bottom: 1px solid #e5e5e5
}

.pure-form-stacked input:not([type]),
.pure-form-stacked input[type=color],
.pure-form-stacked input[type=date],
.pure-form-stacked input[type=datetime-local],
.pure-form-stacked input[type=datetime],
.pure-form-stacked input[type=email],
.pure-form-stacked input[type=file],
.pure-form-stacked input[type=month],
.pure-form-stacked input[type=number],
.pure-form-stacked input[type=password],
.pure-form-stacked input[type=search],
.pure-form-stacked input[type=tel],
.pure-form-stacked input[type=text],
.pure-form-stacked input[type=time],
.pure-form-stacked input[type=url],
.pure-form-stacked input[type=week],
.pure-form-stacked label,
.pure-form-stacked select,
.pure-form-stacked textarea {
	display: block;
	margin: .25em 0
}

.pure-form-aligned .pure-help-inline,
.pure-form-aligned input,
.pure-form-aligned select,
.pure-form-aligned textarea,
.pure-form-message-inline {
	display: inline-block;
	vertical-align: middle
}

.pure-form-aligned textarea {
	vertical-align: top
}

.pure-form-aligned .pure-control-group {
	margin-bottom: .5em
}

.pure-form-aligned .pure-control-group label {
	text-align: right;
	display: inline-block;
	vertical-align: middle;
	width: 10em;
	margin: 0 1em 0 0
}

.pure-form-aligned .pure-controls {
	margin: 1.5em 0 0 11em
}

.pure-form .pure-input-rounded,
.pure-form input.pure-input-rounded {
	border-radius: 2em;
	padding: .5em 1em
}

.pure-form .pure-group fieldset {
	margin-bottom: 10px
}

.pure-form .pure-group input,
.pure-form .pure-group textarea {
	display: block;
	padding: 10px;
	margin: 0 0 -1px;
	border-radius: 0;
	position: relative;
	top: -1px
}

.pure-form .pure-group input:focus,
.pure-form .pure-group textarea:focus {
	z-index: 3
}

.pure-form .pure-group input:first-child,
.pure-form .pure-group textarea:first-child {
	top: 1px;
	border-radius: 4px 4px 0 0;
	margin: 0
}

.pure-form .pure-group input:first-child:last-child,
.pure-form .pure-group textarea:first-child:last-child {
	top: 1px;
	border-radius: 4px;
	margin: 0
}

.pure-form .pure-group input:last-child,
.pure-form .pure-group textarea:last-child {
	top: -2px;
	border-radius: 0 0 4px 4px;
	margin: 0
}

.pure-form .pure-group button {
	margin: .35em 0
}

.pure-form .pure-input-1 {
	width: 100%
}

.pure-form .pure-input-3-4 {
	width: 75%
}

.pure-form .pure-input-2-3 {
	width: 66%
}

.pure-form .pure-input-1-2 {
	width: 50%
}

.pure-form .pure-input-1-3 {
	width: 33%
}

.pure-form .pure-input-1-4 {
	width: 25%
}

.pure-form .pure-help-inline,
.pure-form-message-inline {
	display: inline-block;
	padding-left: .3em;
	color: #666;
	vertical-align: middle;
	font-size: .875em
}

.pure-form-message {
	display: block;
	color: #666;
	font-size: .875em
}

@media only screen and (max-width :480px) {
	.pure-form input:not([type]),
	.pure-form input[type=color],
	.pure-form input[type=date],
	.pure-form input[type=datetime-local],
	.pure-form input[type=datetime],
	.pure-form input[type=email],
	.pure-form input[type=month],
	.pure-form input[type=number],
	.pure-form input[type=password],
	.pure-form input[type=search],
	.pure-form input[type=tel],
	.pure-form input[type=text],
	.pure-form input[type=time],
	.pure-form input[type=url],
	.pure-form input[type=week],
	.pure-form label {
		margin-bottom: .3em;
		display: block
	}
	.pure-group input:not([type]),
	.pure-group input[type=color],
	.pure-group input[type=date],
	.pure-group input[type=datetime-local],
	.pure-group input[type=datetime],
	.pure-group input[type=email],
	.pure-group input[type=month],
	.pure-group input[type=number],
	.pure-group input[type=password],
	.pure-group input[type=search],
	.pure-group input[type=tel],
	.pure-group input[type=text],
	.pure-group input[type=time],
	.pure-group input[type=url],
	.pure-group input[type=week] {
		margin-bottom: 0
	}
	.pure-form-aligned .pure-control-group label {
		margin-bottom: .3em;
		text-align: left;
		display: block;
		width: 100%
	}
	.pure-form-aligned .pure-controls {
		margin: 1.5em 0 0
	}
	.pure-form .pure-help-inline,
	.pure-form-message,
	.pure-form-message-inline {
		display: block;
		font-size: .75em;
		padding: .2em 0 .8em
	}
}

.pure-menu-fixed {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 3
}

.pure-menu-item,
.pure-menu-list {
	position: relative
}

.pure-menu-list {
	list-style: none;
	margin: 0;
	padding: 0
}

.pure-menu-item {
	padding: 0;
	margin: 0;
	height: 100%
}

.pure-menu-heading,
.pure-menu-link {
	display: block;
	text-decoration: none;
	white-space: nowrap
}

.pure-menu-horizontal {
	width: 100%;
	white-space: nowrap
}

.pure-menu-horizontal .pure-menu-list {
	display: inline-block
}

.pure-menu-horizontal .pure-menu-heading,
.pure-menu-horizontal .pure-menu-item,
.pure-menu-horizontal .pure-menu-separator {
	display: inline-block;
	zoom: 1;
	vertical-align: middle
}

.pure-menu-item .pure-menu-item {
	display: block
}

.pure-menu-children {
	display: none;
	position: absolute;
	left: 100%;
	top: 0;
	margin: 0;
	padding: 0;
	z-index: 3
}

.pure-menu-horizontal .pure-menu-children {
	left: 0;
	top: auto;
	width: inherit
}

.pure-menu-active>.pure-menu-children,
.pure-menu-allow-hover:hover>.pure-menu-children {
	display: block;
	position: absolute
}

.pure-menu-has-children>.pure-menu-link:after {
	padding-left: .5em;
	content: "\25B8";
	font-size: small
}

.pure-menu-horizontal .pure-menu-has-children>.pure-menu-link:after {
	content: "\25BE"
}

.pure-menu-scrollable {
	overflow-y: scroll;
	overflow-x: hidden
}

.pure-menu-scrollable .pure-menu-list {
	display: block
}

.pure-menu-horizontal.pure-menu-scrollable .pure-menu-list {
	display: inline-block
}

.pure-menu-horizontal.pure-menu-scrollable {
	white-space: nowrap;
	overflow-y: hidden;
	overflow-x: auto;
	-ms-overflow-style: none;
	-webkit-overflow-scrolling: touch;
	padding: .5em 0
}

.pure-menu-horizontal.pure-menu-scrollable::-webkit-scrollbar {
	display: none
}

.pure-menu-horizontal .pure-menu-children .pure-menu-separator,
.pure-menu-separator {
	background-color: #ccc;
	height: 1px;
	margin: .3em 0
}

.pure-menu-horizontal .pure-menu-separator {
	width: 1px;
	height: 1.3em;
	margin: 0 .3em
}

.pure-menu-horizontal .pure-menu-children .pure-menu-separator {
	display: block;
	width: auto
}

.pure-menu-heading {
	text-transform: uppercase;
	color: #565d64
}

.pure-menu-link {
	color: #777
}

.pure-menu-children {
	background-color: #fff
}

.pure-menu-disabled,
.pure-menu-heading,
.pure-menu-link {
	padding: .5em 1em
}

.pure-menu-disabled {
	opacity: .5
}

.pure-menu-disabled .pure-menu-link:hover {
	background-color: transparent
}

.pure-menu-active>.pure-menu-link,
.pure-menu-link:focus,
.pure-menu-link:hover {
	background-color: #eee
}

.pure-menu-selected .pure-menu-link,
.pure-menu-selected .pure-menu-link:visited {
	color: #000
}

.pure-table {
	empty-cells: show;
	border: 1px solid #cbcbcb
}

.pure-table caption {
	color: #000;
	font: italic 85%/1 arial, sans-serif;
	padding: 1em 0;
	text-align: center
}

.pure-table td,
.pure-table th {
	border-left: 1px solid #cbcbcb;
	border-width: 0 0 0 1px;
	font-size: inherit;
	margin: 0;
	overflow: visible;
	padding: .5em 1em
}

.pure-table td:first-child,
.pure-table th:first-child {
	border-left-width: 0
}

.pure-table thead {
	background-color: #e0e0e0;
	color: #000;
	text-align: left;
	vertical-align: bottom
}

.pure-table td {
	background-color: transparent
}

.pure-table-odd td,
.pure-table-striped tr:nth-child(2n-1) td {
	background-color: #f2f2f2
}

.pure-table-bordered td {
	border-bottom: 1px solid #cbcbcb
}

.pure-table-bordered tbody>tr:last-child>td {
	border-bottom-width: 0
}

.pure-table-horizontal td,
.pure-table-horizontal th {
	border-width: 0 0 1px;
	border-bottom: 1px solid #cbcbcb
}

.pure-table-horizontal tbody>tr:last-child>td {
	border-bottom-width: 0
}

@media screen and (min-width:35.5em) {
	.pure-u-sm-1,
	.pure-u-sm-1-1,
	.pure-u-sm-1-12,
	.pure-u-sm-1-2,
	.pure-u-sm-1-24,
	.pure-u-sm-1-3,
	.pure-u-sm-1-4,
	.pure-u-sm-1-5,
	.pure-u-sm-1-6,
	.pure-u-sm-1-8,
	.pure-u-sm-10-24,
	.pure-u-sm-11-12,
	.pure-u-sm-11-24,
	.pure-u-sm-12-24,
	.pure-u-sm-13-24,
	.pure-u-sm-14-24,
	.pure-u-sm-15-24,
	.pure-u-sm-16-24,
	.pure-u-sm-17-24,
	.pure-u-sm-18-24,
	.pure-u-sm-19-24,
	.pure-u-sm-2-24,
	.pure-u-sm-2-3,
	.pure-u-sm-2-5,
	.pure-u-sm-20-24,
	.pure-u-sm-21-24,
	.pure-u-sm-22-24,
	.pure-u-sm-23-24,
	.pure-u-sm-24-24,
	.pure-u-sm-3-24,
	.pure-u-sm-3-4,
	.pure-u-sm-3-5,
	.pure-u-sm-3-8,
	.pure-u-sm-4-24,
	.pure-u-sm-4-5,
	.pure-u-sm-5-12,
	.pure-u-sm-5-24,
	.pure-u-sm-5-5,
	.pure-u-sm-5-6,
	.pure-u-sm-5-8,
	.pure-u-sm-6-24,
	.pure-u-sm-7-12,
	.pure-u-sm-7-24,
	.pure-u-sm-7-8,
	.pure-u-sm-8-24,
	.pure-u-sm-9-24 {
		display: inline-block;
		zoom: 1;
		letter-spacing: normal;
		word-spacing: normal;
		vertical-align: top;
		text-rendering: auto
	}
	.pure-u-sm-1-24 {
		width: 4.1667%
	}
	.pure-u-sm-1-12,
	.pure-u-sm-2-24 {
		width: 8.3333%
	}
	.pure-u-sm-1-8,
	.pure-u-sm-3-24 {
		width: 12.5%
	}
	.pure-u-sm-1-6,
	.pure-u-sm-4-24 {
		width: 16.6667%
	}
	.pure-u-sm-1-5 {
		width: 20%
	}
	.pure-u-sm-5-24 {
		width: 20.8333%
	}
	.pure-u-sm-1-4,
	.pure-u-sm-6-24 {
		width: 25%
	}
	.pure-u-sm-7-24 {
		width: 29.1667%
	}
	.pure-u-sm-1-3,
	.pure-u-sm-8-24 {
		width: 33.3333%
	}
	.pure-u-sm-3-8,
	.pure-u-sm-9-24 {
		width: 37.5%
	}
	.pure-u-sm-2-5 {
		width: 40%
	}
	.pure-u-sm-10-24,
	.pure-u-sm-5-12 {
		width: 41.6667%
	}
	.pure-u-sm-11-24 {
		width: 45.8333%
	}
	.pure-u-sm-1-2,
	.pure-u-sm-12-24 {
		width: 50%
	}
	.pure-u-sm-13-24 {
		width: 54.1667%
	}
	.pure-u-sm-14-24,
	.pure-u-sm-7-12 {
		width: 58.3333%
	}
	.pure-u-sm-3-5 {
		width: 60%
	}
	.pure-u-sm-15-24,
	.pure-u-sm-5-8 {
		width: 62.5%
	}
	.pure-u-sm-16-24,
	.pure-u-sm-2-3 {
		width: 66.6667%
	}
	.pure-u-sm-17-24 {
		width: 70.8333%
	}
	.pure-u-sm-18-24,
	.pure-u-sm-3-4 {
		width: 75%
	}
	.pure-u-sm-19-24 {
		width: 79.1667%
	}
	.pure-u-sm-4-5 {
		width: 80%
	}
	.pure-u-sm-20-24,
	.pure-u-sm-5-6 {
		width: 83.3333%
	}
	.pure-u-sm-21-24,
	.pure-u-sm-7-8 {
		width: 87.5%
	}
	.pure-u-sm-11-12,
	.pure-u-sm-22-24 {
		width: 91.6667%
	}
	.pure-u-sm-23-24 {
		width: 95.8333%
	}
	.pure-u-sm-1,
	.pure-u-sm-1-1,
	.pure-u-sm-24-24,
	.pure-u-sm-5-5 {
		width: 100%
	}
}

@media screen and (min-width:48em) {
	.pure-u-md-1,
	.pure-u-md-1-1,
	.pure-u-md-1-12,
	.pure-u-md-1-2,
	.pure-u-md-1-24,
	.pure-u-md-1-3,
	.pure-u-md-1-4,
	.pure-u-md-1-5,
	.pure-u-md-1-6,
	.pure-u-md-1-8,
	.pure-u-md-10-24,
	.pure-u-md-11-12,
	.pure-u-md-11-24,
	.pure-u-md-12-24,
	.pure-u-md-13-24,
	.pure-u-md-14-24,
	.pure-u-md-15-24,
	.pure-u-md-16-24,
	.pure-u-md-17-24,
	.pure-u-md-18-24,
	.pure-u-md-19-24,
	.pure-u-md-2-24,
	.pure-u-md-2-3,
	.pure-u-md-2-5,
	.pure-u-md-20-24,
	.pure-u-md-21-24,
	.pure-u-md-22-24,
	.pure-u-md-23-24,
	.pure-u-md-24-24,
	.pure-u-md-3-24,
	.pure-u-md-3-4,
	.pure-u-md-3-5,
	.pure-u-md-3-8,
	.pure-u-md-4-24,
	.pure-u-md-4-5,
	.pure-u-md-5-12,
	.pure-u-md-5-24,
	.pure-u-md-5-5,
	.pure-u-md-5-6,
	.pure-u-md-5-8,
	.pure-u-md-6-24,
	.pure-u-md-7-12,
	.pure-u-md-7-24,
	.pure-u-md-7-8,
	.pure-u-md-8-24,
	.pure-u-md-9-24 {
		display: inline-block;
		zoom: 1;
		letter-spacing: normal;
		word-spacing: normal;
		vertical-align: top;
		text-rendering: auto
	}
	.pure-u-md-1-24 {
		width: 4.1667%
	}
	.pure-u-md-1-12,
	.pure-u-md-2-24 {
		width: 8.3333%
	}
	.pure-u-md-1-8,
	.pure-u-md-3-24 {
		width: 12.5%
	}
	.pure-u-md-1-6,
	.pure-u-md-4-24 {
		width: 16.6667%
	}
	.pure-u-md-1-5 {
		width: 20%
	}
	.pure-u-md-5-24 {
		width: 20.8333%
	}
	.pure-u-md-1-4,
	.pure-u-md-6-24 {
		width: 25%
	}
	.pure-u-md-7-24 {
		width: 29.1667%
	}
	.pure-u-md-1-3,
	.pure-u-md-8-24 {
		width: 33.3333%
	}
	.pure-u-md-3-8,
	.pure-u-md-9-24 {
		width: 37.5%
	}
	.pure-u-md-2-5 {
		width: 40%
	}
	.pure-u-md-10-24,
	.pure-u-md-5-12 {
		width: 41.6667%
	}
	.pure-u-md-11-24 {
		width: 45.8333%
	}
	.pure-u-md-1-2,
	.pure-u-md-12-24 {
		width: 50%
	}
	.pure-u-md-13-24 {
		width: 54.1667%
	}
	.pure-u-md-14-24,
	.pure-u-md-7-12 {
		width: 58.3333%
	}
	.pure-u-md-3-5 {
		width: 60%
	}
	.pure-u-md-15-24,
	.pure-u-md-5-8 {
		width: 62.5%
	}
	.pure-u-md-16-24,
	.pure-u-md-2-3 {
		width: 66.6667%
	}
	.pure-u-md-17-24 {
		width: 70.8333%
	}
	.pure-u-md-18-24,
	.pure-u-md-3-4 {
		width: 75%
	}
	.pure-u-md-19-24 {
		width: 79.1667%
	}
	.pure-u-md-4-5 {
		width: 80%
	}
	.pure-u-md-20-24,
	.pure-u-md-5-6 {
		width: 83.3333%
	}
	.pure-u-md-21-24,
	.pure-u-md-7-8 {
		width: 87.5%
	}
	.pure-u-md-11-12,
	.pure-u-md-22-24 {
		width: 91.6667%
	}
	.pure-u-md-23-24 {
		width: 95.8333%
	}
	.pure-u-md-1,
	.pure-u-md-1-1,
	.pure-u-md-24-24,
	.pure-u-md-5-5 {
		width: 100%
	}
}

@media screen and (min-width:64em) {
	.pure-u-lg-1,
	.pure-u-lg-1-1,
	.pure-u-lg-1-12,
	.pure-u-lg-1-2,
	.pure-u-lg-1-24,
	.pure-u-lg-1-3,
	.pure-u-lg-1-4,
	.pure-u-lg-1-5,
	.pure-u-lg-1-6,
	.pure-u-lg-1-8,
	.pure-u-lg-10-24,
	.pure-u-lg-11-12,
	.pure-u-lg-11-24,
	.pure-u-lg-12-24,
	.pure-u-lg-13-24,
	.pure-u-lg-14-24,
	.pure-u-lg-15-24,
	.pure-u-lg-16-24,
	.pure-u-lg-17-24,
	.pure-u-lg-18-24,
	.pure-u-lg-19-24,
	.pure-u-lg-2-24,
	.pure-u-lg-2-3,
	.pure-u-lg-2-5,
	.pure-u-lg-20-24,
	.pure-u-lg-21-24,
	.pure-u-lg-22-24,
	.pure-u-lg-23-24,
	.pure-u-lg-24-24,
	.pure-u-lg-3-24,
	.pure-u-lg-3-4,
	.pure-u-lg-3-5,
	.pure-u-lg-3-8,
	.pure-u-lg-4-24,
	.pure-u-lg-4-5,
	.pure-u-lg-5-12,
	.pure-u-lg-5-24,
	.pure-u-lg-5-5,
	.pure-u-lg-5-6,
	.pure-u-lg-5-8,
	.pure-u-lg-6-24,
	.pure-u-lg-7-12,
	.pure-u-lg-7-24,
	.pure-u-lg-7-8,
	.pure-u-lg-8-24,
	.pure-u-lg-9-24 {
		display: inline-block;
		zoom: 1;
		letter-spacing: normal;
		word-spacing: normal;
		vertical-align: top;
		text-rendering: auto
	}
	.pure-u-lg-1-24 {
		width: 4.1667%
	}
	.pure-u-lg-1-12,
	.pure-u-lg-2-24 {
		width: 8.3333%
	}
	.pure-u-lg-1-8,
	.pure-u-lg-3-24 {
		width: 12.5%
	}
	.pure-u-lg-1-6,
	.pure-u-lg-4-24 {
		width: 16.6667%
	}
	.pure-u-lg-1-5 {
		width: 20%
	}
	.pure-u-lg-5-24 {
		width: 20.8333%
	}
	.pure-u-lg-1-4,
	.pure-u-lg-6-24 {
		width: 25%
	}
	.pure-u-lg-7-24 {
		width: 29.1667%
	}
	.pure-u-lg-1-3,
	.pure-u-lg-8-24 {
		width: 33.3333%
	}
	.pure-u-lg-3-8,
	.pure-u-lg-9-24 {
		width: 37.5%
	}
	.pure-u-lg-2-5 {
		width: 40%
	}
	.pure-u-lg-10-24,
	.pure-u-lg-5-12 {
		width: 41.6667%
	}
	.pure-u-lg-11-24 {
		width: 45.8333%
	}
	.pure-u-lg-1-2,
	.pure-u-lg-12-24 {
		width: 50%
	}
	.pure-u-lg-13-24 {
		width: 54.1667%
	}
	.pure-u-lg-14-24,
	.pure-u-lg-7-12 {
		width: 58.3333%
	}
	.pure-u-lg-3-5 {
		width: 60%
	}
	.pure-u-lg-15-24,
	.pure-u-lg-5-8 {
		width: 62.5%
	}
	.pure-u-lg-16-24,
	.pure-u-lg-2-3 {
		width: 66.6667%
	}
	.pure-u-lg-17-24 {
		width: 70.8333%
	}
	.pure-u-lg-18-24,
	.pure-u-lg-3-4 {
		width: 75%
	}
	.pure-u-lg-19-24 {
		width: 79.1667%
	}
	.pure-u-lg-4-5 {
		width: 80%
	}
	.pure-u-lg-20-24,
	.pure-u-lg-5-6 {
		width: 83.3333%
	}
	.pure-u-lg-21-24,
	.pure-u-lg-7-8 {
		width: 87.5%
	}
	.pure-u-lg-11-12,
	.pure-u-lg-22-24 {
		width: 91.6667%
	}
	.pure-u-lg-23-24 {
		width: 95.8333%
	}
	.pure-u-lg-1,
	.pure-u-lg-1-1,
	.pure-u-lg-24-24,
	.pure-u-lg-5-5 {
		width: 100%
	}
}

@media screen and (min-width:80em) {
	.pure-u-xl-1,
	.pure-u-xl-1-1,
	.pure-u-xl-1-12,
	.pure-u-xl-1-2,
	.pure-u-xl-1-24,
	.pure-u-xl-1-3,
	.pure-u-xl-1-4,
	.pure-u-xl-1-5,
	.pure-u-xl-1-6,
	.pure-u-xl-1-8,
	.pure-u-xl-10-24,
	.pure-u-xl-11-12,
	.pure-u-xl-11-24,
	.pure-u-xl-12-24,
	.pure-u-xl-13-24,
	.pure-u-xl-14-24,
	.pure-u-xl-15-24,
	.pure-u-xl-16-24,
	.pure-u-xl-17-24,
	.pure-u-xl-18-24,
	.pure-u-xl-19-24,
	.pure-u-xl-2-24,
	.pure-u-xl-2-3,
	.pure-u-xl-2-5,
	.pure-u-xl-20-24,
	.pure-u-xl-21-24,
	.pure-u-xl-22-24,
	.pure-u-xl-23-24,
	.pure-u-xl-24-24,
	.pure-u-xl-3-24,
	.pure-u-xl-3-4,
	.pure-u-xl-3-5,
	.pure-u-xl-3-8,
	.pure-u-xl-4-24,
	.pure-u-xl-4-5,
	.pure-u-xl-5-12,
	.pure-u-xl-5-24,
	.pure-u-xl-5-5,
	.pure-u-xl-5-6,
	.pure-u-xl-5-8,
	.pure-u-xl-6-24,
	.pure-u-xl-7-12,
	.pure-u-xl-7-24,
	.pure-u-xl-7-8,
	.pure-u-xl-8-24,
	.pure-u-xl-9-24 {
		display: inline-block;
		zoom: 1;
		letter-spacing: normal;
		word-spacing: normal;
		vertical-align: top;
		text-rendering: auto
	}
	.pure-u-xl-1-24 {
		width: 4.1667%
	}
	.pure-u-xl-1-12,
	.pure-u-xl-2-24 {
		width: 8.3333%
	}
	.pure-u-xl-1-8,
	.pure-u-xl-3-24 {
		width: 12.5%
	}
	.pure-u-xl-1-6,
	.pure-u-xl-4-24 {
		width: 16.6667%
	}
	.pure-u-xl-1-5 {
		width: 20%
	}
	.pure-u-xl-5-24 {
		width: 20.8333%
	}
	.pure-u-xl-1-4,
	.pure-u-xl-6-24 {
		width: 25%
	}
	.pure-u-xl-7-24 {
		width: 29.1667%
	}
	.pure-u-xl-1-3,
	.pure-u-xl-8-24 {
		width: 33.3333%
	}
	.pure-u-xl-3-8,
	.pure-u-xl-9-24 {
		width: 37.5%
	}
	.pure-u-xl-2-5 {
		width: 40%
	}
	.pure-u-xl-10-24,
	.pure-u-xl-5-12 {
		width: 41.6667%
	}
	.pure-u-xl-11-24 {
		width: 45.8333%
	}
	.pure-u-xl-1-2,
	.pure-u-xl-12-24 {
		width: 50%
	}
	.pure-u-xl-13-24 {
		width: 54.1667%
	}
	.pure-u-xl-14-24,
	.pure-u-xl-7-12 {
		width: 58.3333%
	}
	.pure-u-xl-3-5 {
		width: 60%
	}
	.pure-u-xl-15-24,
	.pure-u-xl-5-8 {
		width: 62.5%
	}
	.pure-u-xl-16-24,
	.pure-u-xl-2-3 {
		width: 66.6667%
	}
	.pure-u-xl-17-24 {
		width: 70.8333%
	}
	.pure-u-xl-18-24,
	.pure-u-xl-3-4 {
		width: 75%
	}
	.pure-u-xl-19-24 {
		width: 79.1667%
	}
	.pure-u-xl-4-5 {
		width: 80%
	}
	.pure-u-xl-20-24,
	.pure-u-xl-5-6 {
		width: 83.3333%
	}
	.pure-u-xl-21-24,
	.pure-u-xl-7-8 {
		width: 87.5%
	}
	.pure-u-xl-11-12,
	.pure-u-xl-22-24 {
		width: 91.6667%
	}
	.pure-u-xl-23-24 {
		width: 95.8333%
	}
	.pure-u-xl-1,
	.pure-u-xl-1-1,
	.pure-u-xl-24-24,
	.pure-u-xl-5-5 {
		width: 100%
	}
}

@font-face {
	font-family: MuseoSansCyrl;
	src: url(../fonts/MuseoSansCyrl-900.eot);
	src: url(../fonts/MuseoSansCyrl-900.woff2) format("woff2"), url(../fonts/MuseoSansCyrl-900.woff) format("woff"), url(../fonts/MuseoSansCyrl-900.ttf) format("truetype"), url(../fonts/MuseoSansCyrl-900.svg#MuseoSansCyrl-900) format("svg"), url(../fonts/MuseoSansCyrl-900.eot?#iefix) format("embedded-opentype");
	font-weight: 900;
	font-style: normal
}

@font-face {
	font-family: MuseoSansCyrl;
	src: url(../fonts/MuseoSansCyrl-500.eot);
	src: url(../fonts/MuseoSansCyrl-500.woff2) format("woff2"), url(../fonts/MuseoSansCyrl-500.woff) format("woff"), url(../fonts/MuseoSansCyrl-500.ttf) format("truetype"), url(../fonts/MuseoSansCyrl-500.svg#MuseoSansCyrl-500) format("svg"), url(../fonts/MuseoSansCyrl-500.eot?#iefix) format("embedded-opentype");
	font-weight: 500;
	font-style: normal
}

@font-face {
	font-family: MuseoSansCyrl;
	src: url(../fonts/MuseoSansCyrl-300.eot);
	src: url(../fonts/MuseoSansCyrl-300.woff2) format("woff2"), url(../fonts/MuseoSansCyrl-300.woff) format("woff"), url(../fonts/MuseoSansCyrl-300.ttf) format("truetype"), url(../fonts/MuseoSansCyrl-300.svg#MuseoSansCyrl-300) format("svg"), url(../fonts/MuseoSansCyrl-300.eot?#iefix) format("embedded-opentype");
	font-weight: 300;
	font-style: normal
}

@font-face {
	font-family: MuseoSansCyrl;
	src: url(../fonts/MuseoSansCyrl-100.eot);
	src: url(../fonts/MuseoSansCyrl-100.woff2) format("woff2"), url(../fonts/MuseoSansCyrl-100.woff) format("woff"), url(../fonts/MuseoSansCyrl-100.ttf) format("truetype"), url(../fonts/MuseoSansCyrl-100.svg#MuseoSansCyrl-100) format("svg"), url(../fonts/MuseoSansCyrl-100.eot?#iefix) format("embedded-opentype");
	font-weight: 100;
	font-style: normal
}

@font-face {
	font-family: kyivstar;
	src: url(../fonts/kyivstar.eot?o2jw77);
	src: url(../fonts/kyivstar.eot?o2jw77#iefix) format("embedded-opentype"), url(../fonts/kyivstar.ttf?o2jw77) format("truetype"), url(../fonts/kyivstar.woff?o2jw77) format("woff"), url(../fonts/kyivstar.svg?o2jw77#kyivstar) format("svg");
	font-weight: 400;
	font-style: normal
}

[class*=" kyivstar-icon-"], [class^=kyivstar-icon-] {
	font-family: kyivstar!important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.kyivstar-icon-tablet:before {
  content: "\e900";
}
.kyivstar-icon-close-cross:before {
  content: "\e901";
}
.kyivstar-icon-pen:before {
  content: "\e902";
}
.kyivstar-icon-phone:before {
  content: "\e903";
}
.kyivstar-icon-turn-on:before {
  content: "\e904";
}
.kyivstar-icon-avatar:before {
  content: "\e905";
}
.kyivstar-icon-cart:before {
  content: "\e906";
}
.kyivstar-icon-youtube-play:before {
  content: "\e907";
}
.kyivstar-icon-key:before {
  content: "\e908";
}
.kyivstar-icon-close:before {
  content: "\e909";
}
.kyivstar-icon-clock:before {
  content: "\e90a";
}
.kyivstar-icon-tel1:before {
  content: "\e90b";
}
.kyivstar-icon-phone1:before {
  content: "\e90c";
}
.kyivstar-icon-stripe-down:before {
  content: "\e90d";
}
.kyivstar-icon-one-stripe-left:before {
  content: "\e90e";
}
.kyivstar-icon-one-stripe-right:before {
  content: "\e90f";
}
.kyivstar-icon-stripe-left:before {
  content: "\e910";
}
.kyivstar-icon-stripe-right:before {
  content: "\e911";
}
.kyivstar-icon-tel2:before {
  content: "\e912";
}
.kyivstar-icon-plus2:before {
  content: "\e913";
}
.kyivstar-icon-apple:before {
  content: "\e914";
}
.kyivstar-icon-arrow-down:before {
  content: "\e915";
}
.kyivstar-icon-facebook:before {
  content: "\e916";
}
.kyivstar-icon-letter:before {
  content: "\e917";
}
.kyivstar-icon-diskette:before {
  content: "\e918";
}
.kyivstar-icon-planet:before {
  content: "\e919";
}
.kyivstar-icon-youtube:before {
  content: "\e91a";
}
.kyivstar-icon-lock:before {
  content: "\e91b";
}
.kyivstar-icon-marker:before {
  content: "\e91c";
}
.kyivstar-icon-photo-camera:before {
  content: "\e91e";
}
.kyivstar-icon-plus1:before {
  content: "\e91f";
}
.kyivstar-icon-two-stripe-down:before {
  content: "\e91d";
}
.kyivstar-icon-two-stripe-left:before {
  content: "\e920";
}
.kyivstar-icon-two-stripe-right:before {
  content: "\e921";
}
.kyivstar-icon-vk:before {
  content: "\e922";
}
.kyivstar-icon-basket:before {
  content: "\e923";
}
.kyivstar-icon-user:before {
  content: "\e924";
}
.kyivstar-icon-back:before {
  content: "\e925";
}
.kyivstar-icon-android:before {
  content: "\e926";
}
.kyivstar-icon-windows:before {
  content: "\e927";
}
.kyivstar-icon-devices:before {
  content: "\e928";
}
.kyivstar-icon-service:before {
  content: "\e929";
}
.kyivstar-icon-history:before {
  content: "\e92a";
}
.kyivstar-icon-tw:before {
  content: "\e92c";
}
.kyivstar-icon-in:before {
  content: "\e92d";
}
.kyivstar-icon-fb:before {
  content: "\e92e";
}
.kyivstar-icon-next:before {
  content: "\e937";
}
.kyivstar-icon-info:before {
  content: "\ea0c";
}

a.information {
	text-decoration: none;
}

html * {
	max-height: 100000px
}

a {
	color: #219fff
}

a:hover {
	text-decoration: none
}

h1,
h2,
h3,
h4,
h5 {
	font-weight: 500
}

h1,
h2 {
	line-height: 120%
}

body {
	background: #219fff;
	color: #434242;
	font-size: 14px;
	font-weight: 300;
	line-height: 20px;
	position: relative;
	min-width: 320px
}

.white-container {
	background: #fff
}

.wrap {
	max-width: 960px;
	margin: 0 auto;
	padding: 0 30px;
    max-width: 1040px;
    margin: 60px auto;
    width: 100%
}

/*.footer-white .wrap {
    padding: 20px;
    margin: 0 auto;
}
*/

.header {
	position: relative;
	z-index: 2
}

.header .wrap {
	max-width: none
}

.logo {
	text-decoration: none
}

.logo img {
	vertical-align: middle
}

.logo .logo-icon {
	height: 84px
}

.logo .logo-word {
	height: 54px;
	margin: -5px 0 0 15px
}

.content-wrap {
	padding: 60px 0 50px
}

.content {
	overflow: hidden;
	zoom: 1;
	position: relative
}

.content p {
	margin-bottom: 15px
}

.overflow {
	overflow: hidden;
	zoom: 1
}

.clear {
	clear: both
}

.text-right {
	text-align: right
}

.text-center {
	text-align: center
}

.breadcrumbs {
	font-size: 13px;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #959595;
	font-weight: 400
}

.breadcrumbs li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 8px 0 0
}

.breadcrumbs a {
	color: #42ab42
}

.breadcrumbs .sep i {
	display: block
}

.nav {
	margin: 0;
	padding: 0;
	list-style: none
}

.nav li {
	position: relative
}

.nav a {
	display: block
}

.horizontal-nav {
	overflow: hidden;
	zoom: 1
}

.horizontal-nav li {
	float: left
}

.inline-nav li {
	display: inline-block
}

.inline-justify-nav {
	text-align: justify;
	line-height: 0;
	font-size: 1px;
	text-justify: newspaper;
	zoom: 1;
	text-align-last: justify
}

.inline-justify-nav:after {
	width: 100%;
	height: 0;
	visibility: hidden;
	overflow: hidden;
	content: '';
	display: inline-block
}

.inline-justify-nav li {
	display: inline-block;
	text-align: left;
	line-height: 1;
	font-size: 1em;
	vertical-align: top
}

.justify-nav {
	display: table;
	width: 100%
}

.justify-nav li {
	display: table-cell;
	width: 1%
}

.justify-nav li a {
	padding: 0;
	text-align: center;
	white-space: nowrap
}

.justify-wrap {
	text-align: justify;
	line-height: 0;
	font-size: 1px;
	text-justify: newspaper;
	zoom: 1;
	text-align-last: justify
}

.justify-wrap:after {
	width: 100%;
	height: 0;
	visibility: hidden;
	overflow: hidden;
	content: '';
	display: inline-block
}

.justify-block {
	display: inline-block;
	text-align: left;
	line-height: 1;
	font-size: 12px;
	vertical-align: top
}

.vertical-align-helper {
	height: 100%;
	width: 100%;
	display: table;
	box-sizing: border-box
}

.vertical-align-helper .vertical-align-middle {
	display: table-cell;
	vertical-align: middle
}

.header-top {
	padding: 35px 0 27px
}

.top-phone {
	color: #434242;
	font-size: 18px;
	text-align: center;
	font-weight: 300;
	padding: 17px 0 0 0
}

.top-phone p {
	margin: 0 0 10px 0
}

.top-phone p i {
	font-size: 21px;
	vertical-align: middle;
	display: inline-block;
	margin: -4px 7px 0 0
}

.top-phone a {
	color: #219fff;
	font-size: 30px;
	line-height: 1;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 900
}

.device-list .less-link,
.device-list .more-link {
	color: #219fff;
	font-weight: 300;
	font-size: 20px;
	line-height: 120%;
	cursor: pointer;
	display: inline-block;
	margin: 0 55px 0 0
}

.device-list .less-link {
  display: none;
}

/* .beesafe-icon-two-stripe-down*/
.less-link i {
    transform: rotate(180deg);
    display: inline-block;
}

.device-list .less-link i,
.device-list .more-link i {
	font-size: 12px;
	margin: 0 0 0 5px
}

.empty-list {
    background: #edf0f4;
    width: 100%;
    padding: 150px 0 200px;
    box-sizing: border-box;
    color: #000;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    line-height: 110%;
    position: relative
}

.empty-list .mts-ico-close {
    position: absolute;
    top: 25px;
    right: 25px;
    color: #ed1c24;
    font-size: 15px;
    cursor: pointer
}

.empty-list h4 {
    color: #000;
    font-size: 28px;
    font-weight: 400;
    line-height: 120%;
    margin: 0 0 75px 0
}

.empty-list .add-link {
    font-size: 24px
}

.modal-lock {
    margin: 30px auto 0;
    background: #edf0f4;
    width: 100%;
    padding: 155px 20px 265px;
    box-sizing: border-box;
    color: #000;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    line-height: 110%;
    position: relative
}

.modal-lock .kyivstar-icon-close {
    position: absolute;
    top: 25px;
    right: 25px;
    color: #ed1c24;
    font-size: 15px;
    cursor: pointer
}

.modal-lock h3 {
    color: #fff;
    font-size: 36px;
    font-weight: 400;
    line-height: 120%;
    margin: 0 0 60px 0
}

.modal-lock .field-holder {
    max-width: 540px;
    margin: 0 auto
}

.modal-lock .field-holder .red-bordered-button {
    max-width: 237px;
    font-size: 16px;
    font-weight: 400;
    margin: 0px 60px 0px 0px
}

.modal-lock .field-holder .red-btn {
    max-width: 237px;
    font-size: 16px;
    font-weight: 400;
    margin-top: 10px;
}

.bordered-btn {
	border: 2px solid #fff;
	background: 0 0;
	color: #fff
}

.bordered-btn:hover {
	box-shadow: none;
	background: #fddc33;
	border-color: #fddc33;
	color: #434e55
}

.bordered-btn:active {
	box-shadow: none
}

.square-btn {
	border-radius: 0;
	font-size: 18px;
	padding: 10px 35px;
	text-decoration: none
}

.operator-nav {
	border-bottom: 1px solid #bababa;
	margin: 0 auto 90px;
	max-width: 980px
}

.operator-nav li {
	vertical-align: bottom;
	font-size: 50px
}

.operator-nav a {
	text-decoration: none;
	padding: 0 40px 20px;
	color: #219fff;
	border-bottom: 10px solid #fff
}

.operator-nav .active a {
	border-color: #219fff
}

.operator-nav .kyivstar-icon-back {
	font-size: 42px;
	display: inline-block;
	vertical-align: top
}

.device-list .delete-link {
	text-decoration: none;
	font-size: 20px;
	font-weight: 300;
	color: #219fff
}

.device-list .delete-link .kyivstar-icon-close-cross {
	font-size: 8px;
	padding: 5px 5px 4px;
	display: inline-block;
	margin: -2px 0 0 15px;
	border: 1px solid #219fff;
	border-radius: 50%;
	color: #219fff;
	vertical-align: middle
}

.device-list .delete-link:hover i {
	color: #fff;
	background: #219fff
}

.checkbox {
	z-index: -1;
	opacity: 0;
}

.checkbox+label {
	position: relative;
	padding: 0 0 0 16px;
	cursor: pointer;
	display: inline-block;
	min-height: 16px
}

.checkbox+label:before {
	content: '';
	display: block;
	width: 14px;
	height: 14px;
	border-radius: 3px;
	border: 1px solid #219fff;
	position: absolute;
	left: 0;
	top: 1px;
	background: #fff
}

.checkbox+label:after {
	content: '';
	width: 10px;
	height: 8px;
	background-image: url("data:image/svg+xml,%3Csvg width='10' height='8' viewBox='0 0 10 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EGroup%3C/title%3E%3Cdesc%3ECreated using Figma%3C/desc%3E%3Cg id='Canvas' transform='translate%28-210 4239%29'%3E%3Cg id='Group'%3E%3Cg id='Vector'%3E%3Cuse xlink:href='%23path0_fill' transform='translate%28210.62 -4238.29%29' fill='%23219fff'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3Cpath id='path0_fill' d='M 2.50902 6.575C 2.40902 6.575 2.20902 6.475 2.20902 6.475L 0.209017 4.475C 0.00901699 4.275 -0.090983 3.975 0.109017 3.775C 0.309017 3.575 0.609017 3.575 0.809017 3.775L 2.40902 5.375L 7.80902 0.075C 8.10902 -0.025 8.40902 -0.025 8.60902 0.075C 8.80902 0.275 8.80902 0.575 8.60902 0.775L 2.90902 6.475C 2.80902 6.575 2.70902 6.575 2.50902 6.575Z'/%3E%3C/defs%3E%3C/svg%3E%0A");
	position: absolute;
	left: 3px;
	top: 5px;
	display: none
}

.checkbox:checked+label:after {
	display: block
}

@media all and (max-width:1279px) {
	.logo .logo-icon {
		height: 64px
	}
	.logo .logo-word {
		height: 40px;
		margin: -5px 0 0 15px
	}
	.top-phone {
		padding: 7px 0 0 0
	}
	.user {
		padding: 7px 0 0 0
	}
}

@media all and (max-width:1100px) {
	.device-form .pure-g {
		margin: 0 -15px
	}
	.device-form .input-holder {
		padding: 0 15px 130px
	}
}

@media all and (max-width:1023px) {
	.logo .logo-word {
		display: none
	}
	.top-phone {
		font-size: 16px
	}
	.top-phone p i {
		font-size: 19px;
		margin: -4px 4px 0 0
	}
	.top-phone a {
		font-size: 26px
	}
	.user {
		font-size: 16px
	}
	.user .kyivstar-icon-avatar {
		font-size: 14px;
		margin: -4px 7px 0 0
	}
	.user .user-phone {
		font-size: 14px;
		padding: 0 0 0 20px
	}
	.landing-steps {
		left: 30px
	}
	.phone-bg {
		float: none;
		margin: 0 auto 45px
	}
	.installation-tab .tab-text-holder {
		margin: 0 auto;
		float: none
	}
	.installation .install-intro {
		max-width: 560px;
		padding: 0 25px;
		margin: 0 auto 50px
	}
	.block-app .play-link {
		margin: 13px 0 0 0
	}
/*	.footer {
		padding: 40px 0;
		font-size: 15px
	}
	.footer p {
		font-size: 20px;
		margin: 0 0 10px 0
	}
	.footer .telephone {
		font-size: 20px;
		margin: 0 0 45px 0;
		display: block
	}
	.footer .footer-nav {
		max-width: 225px;
		font-size: 18px;
		border-right: none;
		border-bottom: 2px solid #fff;
		padding: 0 0 30px 0;
		margin: 0 auto 30px
	}
	.footer .footer-social {
		font-size: 15px;
		margin: 0 auto;
		max-width: 175px
	}
*/
	.tablet-order-1 {
		-webkit-order: 1;
		order: 1
	}
	.tablet-order-2 {
		-webkit-order: 2;
		order: 2
	}
	.blocking-holder {
		width: auto;
		max-width: 300px;
		display: block;
		margin: 0 auto 15px
	}
	.device-list .phone-bg {
		margin: 0 auto 50px
	}
	.geo-modal .text-holder {
		padding: 0 0 0 30px
	}
	.geo-modal .address {
		margin-top: 30px;
	}
  .geo-modal .date {
		margin-bottom: 30px;
	}
}

@media all and (max-width:959px) {
	.device-form p {
		line-height: 120%;
		height: 0
	}
	.geo-modal .back-link {
		max-width: 150px;
		float: right;
		margin: 0
	}
	.locations-table {
		font-size: 16px;
		line-height: 120%
	}
}

@media all and (max-width:860px) {
	.block-history .pages {
		margin: 10px 0 0 0
	}
}

@media all and (max-width:767px) {
	.wrap {
		padding: 0 20px
	}
	.header .wrap {
		padding: 0 15px
	}
	.logo .logo-icon {
		height: 40px
	}
	.login-btn {
		display: none
	}
	.lang-select {
		display: none
	}
	.user {
		float: none;
		font-weight: 300;
		text-align: center;
		font-size: 12px;
		padding: 4px 0 0 0;
		line-height: 140%
	}
	.user .user-name {
		margin: 0 0 4px 0
	}
	.user .kyivstar-icon-avatar {
		font-size: 12px;
		margin: -1px 6px 0 0
	}
	.user .user-phone {
		color: #929fa7;
		font-size: 11px;
		padding: 0 0 0 25px
	}
	.header-top {
		padding: 15px 0 18px
	}
	.top-phone {
		padding: 12px 0 0 0;
		max-width: 140px;
		margin: 0 auto
	}
	.top-phone p {
		font-size: 12px;
		line-height: 130%;
		margin: 0 0 5px 0;
		min-height: 30px
	}
	.top-phone p i {
		font-size: 15px
	}
	.top-phone a {
		font-size: 17px
	}
	.main-nav li {
		font-size: 14px;
		line-height: 120%;
		vertical-align: middle;
		border: none
	}
	.main-nav li a {
		white-space: normal;
		padding: 7px 4px
	}
	.main-nav .active a {
		padding: 6px 4px
	}
	.block-title {
		font-size: 23px
	}
	.fon-visible {
		display: block
	}
	.white-btn {
		padding: 8px 41px
	}
	.yellow-btn {
		padding: 10px 43px
	}
	.welcome {
		padding: 30px 0 0 0;
		font-size: 18px
	}
	.welcome h2 {
		margin: 0 auto 20px
	}
	.welcome h3 {
		font-size: 16px;
		margin: 0 0 25px 0
	}
	.welcome .input-holder {
		padding: 0 30px 25px
	}
	.welcome img {
		height: 78px
	}
	.info-form {
		padding: 35px 30px;
		font-size: 14px
	}
	.info-form h2 {
		margin: 0 0 25px 0
	}
	.info-form .form-item {
		margin: 0 0 15px 0
	}
	.info-form label {
		margin: 0 0 25px 0;
		font-size: 20px
	}
	.info-form input[type=color],
	.info-form input[type=date],
	.info-form input[type=datetime-local],
	.info-form input[type=datetime],
	.info-form input[type=email],
	.info-form input[type=month],
	.info-form input[type=number],
	.info-form input[type=password],
	.info-form input[type=search],
	.info-form input[type=tel],
	.info-form input[type=text],
	.info-form input[type=time],
	.info-form input[type=url],
	.info-form input[type=week],
	.info-form select,
	.info-form textarea {
		padding: 10px 20px
	}
	.info-form select {
		margin: 0 0 20px 0;
		padding: 10px 20px;
		height: 37px
	}
	.info-form .information {
		margin: 20px -20px 0
	}
	.info-form p {
		margin: 18px 0 0 0
	}
	.device-form {
		padding: 35px 0;
		font-size: 14px
	}
	.device-form h2 {
		margin: 0 0 25px 0
	}
	.device-form .pure-g {
		margin: 0 -12px
	}
	.device-form .input-holder {
		padding: 0 12px 0;
		margin: 0 0 30px
	}
	.device-form p {
		font-size: 16px;
		text-align: left
	}
	.device-form select {
		height: 37px;
		padding: 10px 20px
	}
	.device-form input[type=text] {
		padding: 10px 20px;
		max-width: 270px;
		margin: 0 auto
	}
	.bottom-block {
		font-size: 14px;
		padding: 50px 0 65px
	}
	.bottom-block h2 {
		margin: 0 auto 55px
	}
	.bottom-block .yellow-btn {
		padding: 10px 29px
	}
	.mobile-order-1 {
		-webkit-order: 1;
		order: 1
	}
	.mobile-order-2 {
		-webkit-order: 2;
		order: 2
	}
	.mobile-order-3 {
		-webkit-order: 3;
		order: 3
	}
	.phone-visible-grid {
		display: inline-block
	}
	.landing-steps {
		display: none
	}
	.install-slider-control {
		font-size: 17px;
		text-align: center
	}
	.install-slider-control span i {
		font-size: 30px
	}
	.install-slider-control .count {
		width: 30px
	}
	.install-tabs-nav {
		font-size: 14px;
		line-height: 30px
	}
	.install-tabs-nav span {
		margin: 0 0 0 6px
	}
	.installation-tab {
		padding: 1px 15px 0
	}
	.step-slide-text {
		font-size: 12px
	}
	.step-slide .number {
		width: 48px;
		font-size: 18px
	}
	.phone-bg {
		margin: 0 auto 25px
	}
	.step-slider-wrap {
		padding: 20px 0 15px 0
	}
	.iphone-phone {
		width: 200px
	}
	.android-phone {
		width: 200px
	}
	.windows-phone {
		width: 200px
	}
	.installation {
		padding: 30px 0
	}
	.installation .wrap {
		padding: 0
	}
	.installation .block-title {
		margin: 0 0 12px 0
	}
	.installation .install-intro {
		max-width: 560px;
		padding: 0 25px;
		font-size: 14px;
		margin: 0 auto 15px
	}
	.phone-visible {
		display: inherit
	}
	.block-app {
		padding: 40px 0;
		text-align: left;
		font-size: 16px
	}
	.block-app .wrap {
		padding: 0 15px
	}
	.block-app h2 {
		margin: 0 0 25px;
		padding: 0 0 0 42px
	}
	.block-app h2 .left-line {
		top: 14px;
		left: 0;
		width: 32px;
		height: 90px;
		border-top: 1px solid #fff;
		border-left: 1px solid #fff;
		border-bottom: 1px solid #fff;
		border-radius: 6px 0 0 6px
	}
	.block-app h2 .left-line:after {
		content: '';
		width: 7px;
		height: 7px;
		border-radius: 50%;
		right: -4px;
		bottom: -4px;
		left: auto
	}
	.block-app h2 .right-line {
		top: 87px;
		right: auto;
		left: 0;
		width: 32px;
		height: 75px;
		border-top: none;
		border-left: 1px solid #fff;
		border-bottom: 1px solid #fff;
		border-right: none;
		border-radius: 0 0 0 6px
	}
	.block-app h2 .right-line:after {
		content: '';
		width: 7px;
		height: 7px;
		border-radius: 50%;
		right: -4px;
		bottom: -4px;
		left: auto
	}
	.block-app .app-var-holder {
		padding: 0 0 0 52px;
		margin: 0 0 44px 0
	}
	.block-app .play-link {
		margin: 0 0 26px 0
	}
	.block-app .play-link img {
		height: 46px
	}
	.block-app .link-form {
		float: none;
		max-width: 260px;
		font-size: 12px;
		margin: 0
	}
	.block-app label {
		font-size: 16px;
		margin: 0 0 12px 0
	}
	.block-app input[type=text] {
		max-width: 130px;
		padding: 10px 10px 10px 17px;
		height: 34px;
		font-size: 12px
	}
	.block-app .yellow-btn {
		padding: 8px 15px;
		max-width: 102px;
		height: 34px
	}
	.block-app .yellow-btn i {
		font-size: 14px;
		margin: -2px 0 0 5px
	}
	.block-app .on-change {
		padding: 0 0 0 60px;
		font-size: 14px
	}
	.block-app .kyivstar-icon-cart {
		width: 48px;
		height: 48px;
		line-height: 48px;
		margin: -24px 0 0 0;
		font-size: 30px
	}
	.device-list .phone-bg {
		margin: 0 auto 30px
	}
	.device-list .device-options {
		text-align: center;
		margin: 20px 0 0 0
	}
	.device-list .device-options .pure-button {
		max-width: 240px
	}
	.device-list table {
		width: 100%;
		font-size: 14px
	}
	.device-list table td {
		width: 50%;
		padding: 4px 15px
	}
	.device-list .extend-link {
		position: static;
		display: inline-block;
		margin: 5px 0 0 0
	}
	.device-list .add-holder {
		margin: 0;
		text-align: center
	}
	.device-list article {
		margin: 0 0 50px 0
	}
	.content-wrap {
		padding: 30px 0
	}
	.block-history {
		font-size: 14px
	}
	.block-history .category-form {
		margin: 20px auto 25px;
		font-size: 12px;
		max-width: 240px
	}
	.block-history select {
		padding: 7px 20px;
		background-size: 10px 5px
	}
	.block-history .history-table {
		margin: 0 -5px 25px
	}
	.block-history .history-table th {
		padding: 5px;
		font-size: 14px
	}
	.block-history .history-table th i {
		font-size: 9px;
		margin: 0 0 0 10px
	}
	.block-history .history-table td {
		padding: 13px 11px
	}
	.block-history .history-table td span {
		margin: 0 0 5px 0;
		display: block
	}
	.block-history .pagination {
		text-align: center;
		margin: 0 0 15px 0
	}
	.block-history .year-form {
		max-width: 100px;
		margin: 0 auto 25px;
		font-size: 12px
	}
	.block-history .all-history {
		padding: 0
	}
	.all-history {
		padding: 0;
		max-width: 205px;
		font-size: 17px;
		line-height: 130%
	}
	.all-history .kyivstar-icon-two-stripe-down {
		font-size: 12px;
		margin: 0 0 0 9px
	}
	.history-main .block-title {
		margin: 0 0 15px 0
	}
	.history-main .description {
		font-size: 18px;
		line-height: 130%;
		margin: 0 0 30px 0
	}
	.history-categories article {
		margin: 0 0 30px 0
	}
	.history-categories h2 {
		font-size: 18px
	}
	.user-form {
		font-size: 14px;
		text-align: center
	}
	.user-form input[type=color],
	.user-form input[type=date],
	.user-form input[type=datetime-local],
	.user-form input[type=datetime],
	.user-form input[type=email],
	.user-form input[type=month],
	.user-form input[type=number],
	.user-form input[type=password],
	.user-form input[type=search],
	.user-form input[type=tel],
	.user-form input[type=text],
	.user-form input[type=time],
	.user-form input[type=url],
	.user-form input[type=week],
	.user-form select,
	.user-form textarea {
		padding: 10px 25px
	}
	.user-form a {
		text-decoration: none
	}
	.user-form a:hover {
		text-decoration: underline
	}
	.user-form label {
		font-size: 18px;
		display: block;
		padding: 0;
		margin: 0;
		text-align: center
	}
	.user-form .pure-u-1 {
		margin: 0 0 17px 0
	}
	.user-form .btn-holder {
		margin: 10px 0 20px
	}
	.user-form .pure-button:hover {
		text-decoration: none
	}
	.user-form .blue-button {
		font-size: 16px
	}
	.user-form .blue-button i {
		font-size: 12px;
		margin: 0 5px 0 0
	}
	.user-form .warning {
		margin: 0;
		color: #219fff
	}
	.pop-up-form h3 {
		font-size: 20px
	}
	.pop-up-form .field-holder {
		margin: 0 0 20px 0
	}
	.pop-up-form .packet-text {
		font-size: 16px;
		padding: 0
	}
	.pop-up-form .phone-step1 {
		font-size: 14px;
		padding: 8px 20px;
		height: 36px;
		margin: 0 auto 20px;
		display: block
	}
	.pop-up-form .yellow-btn {
		font-size: 14px;
		padding: 8px 20px;
		height: 36px;
		margin: 0
	}
	.pop-up-form .for-connect {
		font-size: 16px
	}
	.pop-up-form .for-connect .kyivstar-icon-tel1 {
		position: static;
		margin: 0 auto
	}
	.connect-modal {
		padding: 100px 20px
	}
	.connect-modal .block-app .yellow-btn {
		padding: 8px 15px;
		height: 34px;
		font-size: 12px;
		max-width: 107px
	}
	.connect-modal .block-app .yellow-btn i {
		margin: -2px 0 0 5px
	}
	.block-modal {
		font-size: 18px;
		padding: 35px 12px
	}
	.block-modal .remodal-close {
		right: 10px;
		top: 10px
	}
	.block-modal h3 {
		font-size: 25px
	}
	.block-modal .modal-title {
		/*color: #fff;*/
		font-size: 18px;
		margin: 0 0 20px
	}
	.block-modal .modal-title p {
		max-width: 210px;
		margin: 0 auto
	}
	.block-modal h4 {
		font-size: 16px;
		margin: 0 auto 35px;
		text-align: center
	}
	.block-modal .block-table {
		text-align: center;
		margin: 0 auto 15px
	}
	.block-modal .block-table td {
		display: block;
		padding: 20px 0 25px
	}
	.block-modal .block-table .icon-td {
		width: auto;
		padding: 0
	}
	.block-modal .block-form h4 {
		font-size: 18px;
		margin: 0 auto 20px
	}
	.block-modal .block-form .pure-g {
		max-width: 266px;
		margin: 0 auto
	}
	.block-modal .block-form .field-holder {
		padding: 0 8px;
		margin: 0 0 24px 0
	}
	.block-modal .block-form .pure-u-md-4-24 .field-holder {
		padding: 0 8px
	}
	.block-modal .block-form .yellow-btn {
		margin: 0!important
	}
	.geo-modal {
		font-size: 18px;
		padding: 35px 12px
	}
	.geo-modal .remodal-close {
		right: 10px;
		top: 10px
	}
	.geo-modal h3 {
		font-size: 25px
	}
	.geo-modal .text-holder {
		padding: 0;
		margin: 0 0 35px 0
	}
	.geo-modal h3,
	.geo-modal p {
		text-align: center
	}
	.geo-modal .modal-title {
		max-width: 240px;
		margin: 0 auto
	}
	.geo-modal .address {
		text-align: left;
		font-size: 18px
	}
  .geo-modal .date {
		text-align: left;
		font-size: 18px
	}
	.geo-modal .back-link {
		text-align: left;
		font-size: 16px;
		max-width: 100px
	}
	.geo-modal .yellow-btn {
		padding: 7px 12px;
		font-size: 13px
	}
	.geo-modal .yellow-btn i {
		font-size: 20px
	}
	.locations-table {
		font-size: 14px;
		line-height: 120%
	}
	.locations-table th {
		padding: 14px 5px
	}
	.locations-table td {
		padding: 5px
	}
	.location-history__pagination {
		margin: 0 0 10px 0
	}
	.location-history__bottom-btns .square-btn {
		padding: 7px 12px;
		font-size: 13px;
		margin: 0 15px
	}
	.operator-nav li {
		font-size: 25px
	}
	.operator-nav a {
		padding: 0 10px 10px;
		border-width: 5px
	}
	.operator-nav .kyivstar-icon-back {
		font-size: 18px;
		vertical-align: top
	}
	.phone-hidden {
		display: none
	}
	.device-list .delete-link .kyivstar-icon-close-cross {
		vertical-align: middle;
		display: inline-block;
		margin: -5px 10px 0 0
	}
	.device-list .delete-link {
		margin: 15px 0 20px 0;
		font-size: 18px
	}
}

/* orig */

.pure-button {
    background: #39f;
    color: #fff;
    border-radius: 0;
    padding: 12px
}

.pure-button:focus {
    background-image: none;
    box-shadow: none
}

.pure-button:hover {
    box-shadow: none;
    border: none;
}

.pure-button i {
    font-size: 24px;
    display: inline-block;
    vertical-align: middle;
    margin: -4px 10px 0 0
}

.small_size i {
    font-size: 10px;
}

.pure-button:focus, a:active, a:hover {
    outline: 0
}

.pure-table, table {
    border-spacing: 0
}


button, input, optgroup, select, textarea {
    font: inherit;
    margin: 0
}

.pure-button, input {
    line-height: normal
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled], html input[disabled] {
    cursor: default
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

.pure-button, .pure-form input:not([type]), .pure-menu {
    box-sizing: border-box
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend, td, th {
    padding: 0
}

legend {
    border: 0
}

.hidden, [hidden] {
    display: none !important
}

.pure-img {
    max-width: 100%;
    height: auto;
    display: block
}

.pure-g {
    letter-spacing: -.31em;
    text-rendering: optimizespeed;
    font-family: FreeSans, Arimo, "Droid Sans", Helvetica, Arial, sans-serif;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    -webkit-align-content: flex-start;
    align-content: flex-start
}

@media all and (-ms-high-contrast: none),(-ms-high-contrast: active) {
    table .pure-g {
        display: block
    }
}

.opera-only :-o-prefocus, .pure-g {
    word-spacing: -.43em
}

.pure-u, .pure-u-1, .pure-u-1-1, .pure-u-1-12, .pure-u-1-2, .pure-u-1-24, .pure-u-1-3, .pure-u-1-4, .pure-u-1-5, .pure-u-1-6, .pure-u-1-8, .pure-u-10-24, .pure-u-11-12, .pure-u-11-24, .pure-u-12-24, .pure-u-13-24, .pure-u-14-24, .pure-u-15-24, .pure-u-16-24, .pure-u-17-24, .pure-u-18-24, .pure-u-19-24, .pure-u-2-24, .pure-u-2-3, .pure-u-2-5, .pure-u-20-24, .pure-u-21-24, .pure-u-22-24, .pure-u-23-24, .pure-u-24-24, .pure-u-3-24, .pure-u-3-4, .pure-u-3-5, .pure-u-3-8, .pure-u-4-24, .pure-u-4-5, .pure-u-5-12, .pure-u-5-24, .pure-u-5-5, .pure-u-5-6, .pure-u-5-8, .pure-u-6-24, .pure-u-7-12, .pure-u-7-24, .pure-u-7-8, .pure-u-8-24, .pure-u-9-24 {
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
    display: inline-block;
    zoom: 1
}

.pure-g [class*=pure-u] {
    font-family: sans-serif
}

.pure-u-1-24 {
    width: 4.1667%
}

.pure-u-1-12, .pure-u-2-24 {
    width: 8.3333%
}

.pure-u-1-8, .pure-u-3-24 {
    width: 12.5%
}

.pure-u-1-6, .pure-u-4-24 {
    width: 16.6667%
}

.pure-u-1-5 {
    width: 20%
}

.pure-u-5-24 {
    width: 20.8333%
}

.pure-u-1-4, .pure-u-6-24 {
    width: 25%
}

.pure-u-7-24 {
    width: 29.1667%
}

.pure-u-1-3, .pure-u-8-24 {
    width: 33.3333%
}

.pure-u-3-8, .pure-u-9-24 {
    width: 37.5%
}

.pure-u-2-5 {
    width: 40%
}

.pure-u-10-24, .pure-u-5-12 {
    width: 41.6667%
}

.pure-u-11-24 {
    width: 45.8333%
}

.pure-u-1-2, .pure-u-12-24 {
    width: 50%
}

.pure-u-13-24 {
    width: 54.1667%
}

.pure-u-14-24, .pure-u-7-12 {
    width: 58.3333%
}

.pure-u-3-5 {
    width: 60%
}

.pure-u-15-24, .pure-u-5-8 {
    width: 62.5%
}

.pure-u-16-24, .pure-u-2-3 {
    width: 66.6667%
}

.pure-u-17-24 {
    width: 70.8333%
}

.pure-u-18-24, .pure-u-3-4 {
    width: 75%
}

.pure-u-19-24 {
    width: 79.1667%
}

.pure-u-4-5 {
    width: 80%
}

.pure-u-20-24, .pure-u-5-6 {
    width: 83.3333%
}

.pure-u-21-24, .pure-u-7-8 {
    width: 87.5%
}

.pure-u-11-12, .pure-u-22-24 {
    width: 91.6667%
}

.pure-u-23-24 {
    width: 95.8333%
}

.pure-u-1, .pure-u-1-1, .pure-u-24-24, .pure-u-5-5 {
    width: 100%
}

.pure-g [class*=pure-u], button, html, input, select, textarea {
	font-family: MuseoSansCyrl, Arial, Helvetica, sans-serif
}
.mob-wide-margin {
    margin-bottom: 1em;
}

.pure-button {
    display: inline-block;
    zoom: 1;
    white-space: nowrap;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.pure-button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.pure-button-group {
    letter-spacing: -.31em;
    text-rendering: optimizespeed
}

.opera-only :-o-prefocus, .pure-button-group {
    word-spacing: -.43em
}

.pure-button {
    font-family: inherit;
    font-size: 100%;
    padding: 0 16px;
    color: #fff;
    border: transparent;
    background-color: #39f;
    text-decoration: none;
    border-radius: 2px
}

.pure-button:hover {
    color: #000;
    border: transparent;
    background-color: #fc3;
    border: none;
}

.pure-button-hover, .pure-button:focus, .pure-button:hover {
    filter: alpha(opacity=90);
    background-image: linear-gradient(transparent, rgba(0, 0, 0, .05) 40%, rgba(0, 0, 0, .1))
}

.pure-button-hidden {
    display: none
}

.pure-button-primary, .pure-button-selected, a.pure-button-primary, a.pure-button-selected {
    background-color: #0078e7;
    color: #fff
}

.pure-button-group .pure-button {
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
    margin: 0;
    border-radius: 0;
    border-right: 1px solid #111;
    border-right: 1px solid rgba(0, 0, 0, .2)
}

.pure-button-group .pure-button:first-child {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px
}

.pure-button-group .pure-button:last-child {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-right: none
}

/*
.pure-form input[type=color], .pure-form input[type=date], .pure-form input[type=datetime-local], .pure-form input[type=datetime], .pure-form input[type=email], .pure-form input[type=month], .pure-form input[type=number], .pure-form input[type=password], .pure-form input[type=search], .pure-form input[type=tel], .pure-form input[type=text], .pure-form input[type=time], .pure-form input[type=url], .pure-form input[type=week], .pure-form select, .pure-form textarea {
    padding: .5em .6em;
    display: inline-block;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 3px #ddd;
    border-radius: 4px;
    vertical-align: middle;
    box-sizing: border-box
}
*/

.pure-form input:not([type]) {
    padding: .5em .6em;
    display: inline-block;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 3px #ddd;
    border-radius: 4px
}

.pure-form input[type=color] {
    padding: .2em .5em
}

.pure-form input:not([type]):focus, .pure-form input[type=color]:focus, .pure-form input[type=date]:focus, .pure-form input[type=datetime-local]:focus, .pure-form input[type=datetime]:focus, .pure-form input[type=email]:focus, .pure-form input[type=month]:focus, .pure-form input[type=number]:focus, .pure-form input[type=password]:focus, .pure-form input[type=search]:focus, .pure-form input[type=tel]:focus, .pure-form input[type=text]:focus, .pure-form input[type=time]:focus, .pure-form input[type=url]:focus, .pure-form input[type=week]:focus, .pure-form select:focus, .pure-form textarea:focus {
    outline: 0;
    border-color: #129FEA
}

.pure-form input[type=checkbox]:focus, .pure-form input[type=file]:focus, .pure-form input[type=radio]:focus {
    outline: #129FEA auto 1px
}

.pure-form .pure-checkbox, .pure-form .pure-radio {
    margin: .5em 0;
    display: block
}

.pure-form input:not([type])[disabled], .pure-form input[type=color][disabled], .pure-form input[type=date][disabled], .pure-form input[type=datetime-local][disabled], .pure-form input[type=datetime][disabled], .pure-form input[type=email][disabled], .pure-form input[type=month][disabled], .pure-form input[type=number][disabled], .pure-form input[type=password][disabled], .pure-form input[type=search][disabled], .pure-form input[type=tel][disabled], .pure-form input[type=text][disabled], .pure-form input[type=time][disabled], .pure-form input[type=url][disabled], .pure-form input[type=week][disabled], .pure-form select[disabled], .pure-form textarea[disabled] {
    cursor: not-allowed;
    background-color: #eaeded;
    color: #848484
}

.pure-form input[readonly], .pure-form select[readonly], .pure-form textarea[readonly] {
    background-color: #eee;
    color: #777;
    border-color: #ccc
}

.pure-form input:focus:invalid, .pure-form select:focus:invalid, .pure-form textarea:focus:invalid {
    color: #b94a48;
    border-color: #e9322d
}

.pure-form input[type=checkbox]:focus:invalid:focus, .pure-form input[type=file]:focus:invalid:focus, .pure-form input[type=radio]:focus:invalid:focus {
    outline-color: #e9322d
}

.pure-form select {
    height: 2.25em;
    border: 1px solid #ccc;
    background-color: #fff
}

.pure-form select[multiple] {
    height: auto
}

.pure-form label {
    margin: .5em 0 .2em
}

.pure-form fieldset {
    margin: 0;
    padding: .35em 0 .75em;
    border: 0
}

.pure-form legend {
    display: block;
    width: 100%;
    padding: .3em 0;
    margin-bottom: .3em;
    color: #333;
    border-bottom: 1px solid #e5e5e5
}

.pure-form-stacked input:not([type]), .pure-form-stacked input[type=color], .pure-form-stacked input[type=date], .pure-form-stacked input[type=datetime-local], .pure-form-stacked input[type=datetime], .pure-form-stacked input[type=email], .pure-form-stacked input[type=file], .pure-form-stacked input[type=month], .pure-form-stacked input[type=number], .pure-form-stacked input[type=password], .pure-form-stacked input[type=search], .pure-form-stacked input[type=tel], .pure-form-stacked input[type=text], .pure-form-stacked input[type=time], .pure-form-stacked input[type=url], .pure-form-stacked input[type=week], .pure-form-stacked label, .pure-form-stacked select, .pure-form-stacked textarea {
    display: block;
    margin: .25em 0
}

.pure-form-aligned .pure-help-inline, .pure-form-aligned input, .pure-form-aligned select, .pure-form-aligned textarea, .pure-form-message-inline {
    display: inline-block;
    vertical-align: middle
}

.pure-form-aligned textarea {
    vertical-align: top
}

.pure-form-aligned .pure-control-group {
    margin-bottom: .5em
}

.pure-form-aligned .pure-control-group label {
    text-align: right;
    display: inline-block;
    vertical-align: middle;
    width: 10em;
    margin: 0 1em 0 0
}

.pure-form-aligned .pure-controls {
    margin: 1.5em 0 0 11em
}

.pure-form .pure-input-rounded, .pure-form input.pure-input-rounded {
    border-radius: 2em;
    padding: .5em 1em
}

.pure-form .pure-group fieldset {
    margin-bottom: 10px
}

.pure-form .pure-group input, .pure-form .pure-group textarea {
    display: block;
    padding: 10px;
    margin: 0 0 -1px;
    border-radius: 0;
    position: relative;
    top: -1px
}

.pure-form .pure-group input:focus, .pure-form .pure-group textarea:focus {
    z-index: 3
}

.pure-form .pure-group input:first-child, .pure-form .pure-group textarea:first-child {
    top: 1px;
    border-radius: 4px 4px 0 0;
    margin: 0
}

.pure-form .pure-group input:first-child:last-child, .pure-form .pure-group textarea:first-child:last-child {
    top: 1px;
    border-radius: 4px;
    margin: 0
}

.pure-form .pure-group input:last-child, .pure-form .pure-group textarea:last-child {
    top: -2px;
    border-radius: 0 0 4px 4px;
    margin: 0
}

.pure-form .pure-group button {
    margin: .35em 0
}

.pure-form .pure-input-1 {
    width: 100%
}

.pure-form .pure-input-3-4 {
    width: 75%
}

.pure-form .pure-input-2-3 {
    width: 66%
}

.pure-form .pure-input-1-2 {
    width: 50%
}

.pure-form .pure-input-1-3 {
    width: 33%
}

.pure-form .pure-input-1-4 {
    width: 25%
}

.pure-form .pure-help-inline, .pure-form-message-inline {
    display: inline-block;
    padding-left: .3em;
    color: #666;
    vertical-align: middle;
    font-size: .875em
}

.pure-form-message {
    display: block;
    color: #666;
    font-size: .875em
}

@media only screen and (max-width: 480px) {
    .pure-form input:not([type]), .pure-form input[type=color], .pure-form input[type=date], .pure-form input[type=datetime-local], .pure-form input[type=datetime], .pure-form input[type=email], .pure-form input[type=month], .pure-form input[type=number], .pure-form input[type=password], .pure-form input[type=search], .pure-form input[type=tel], .pure-form input[type=text], .pure-form input[type=time], .pure-form input[type=url], .pure-form input[type=week], .pure-form label {
        margin-bottom: .3em;
        display: block
    }

    .pure-group input:not([type]), .pure-group input[type=color], .pure-group input[type=date], .pure-group input[type=datetime-local], .pure-group input[type=datetime], .pure-group input[type=email], .pure-group input[type=month], .pure-group input[type=number], .pure-group input[type=password], .pure-group input[type=search], .pure-group input[type=tel], .pure-group input[type=text], .pure-group input[type=time], .pure-group input[type=url], .pure-group input[type=week] {
        margin-bottom: 0
    }

    .pure-form-aligned .pure-control-group label {
        margin-bottom: .3em;
        text-align: left;
        display: block;
        width: 100%
    }

    .pure-form-aligned .pure-controls {
        margin: 1.5em 0 0
    }

    .pure-form .pure-help-inline, .pure-form-message, .pure-form-message-inline {
        display: block;
        font-size: .75em;
        padding: .2em 0 .8em
    }
}

.pure-menu-fixed {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 3
}

.pure-menu-item, .pure-menu-list {
    position: relative
}

.pure-menu-list {
    list-style: none;
    margin: 0;
    padding: 0
}

.pure-menu-item {
    padding: 0;
    margin: 0;
    height: 100%
}

.pure-menu-heading, .pure-menu-link {
    display: block;
    text-decoration: none;
    white-space: nowrap
}

.pure-menu-horizontal {
    width: 100%;
    white-space: nowrap
}

.pure-menu-horizontal .pure-menu-list {
    display: inline-block
}

.pure-menu-horizontal .pure-menu-heading, .pure-menu-horizontal .pure-menu-item, .pure-menu-horizontal .pure-menu-separator {
    display: inline-block;
    zoom: 1;
    vertical-align: middle
}

.pure-menu-item .pure-menu-item {
    display: block
}

.pure-menu-children {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    margin: 0;
    padding: 0;
    z-index: 3
}

.pure-menu-horizontal .pure-menu-children {
    left: 0;
    top: auto;
    width: inherit
}

.pure-menu-active > .pure-menu-children, .pure-menu-allow-hover:hover > .pure-menu-children {
    display: block;
    position: absolute
}

.pure-menu-has-children > .pure-menu-link:after {
    padding-left: .5em;
    content: "\25B8";
    font-size: small
}

.pure-menu-horizontal .pure-menu-has-children > .pure-menu-link:after {
    content: "\25BE"
}

.pure-menu-scrollable {
    overflow-y: scroll;
    overflow-x: hidden
}

.pure-menu-scrollable .pure-menu-list {
    display: block
}

.pure-menu-horizontal.pure-menu-scrollable .pure-menu-list {
    display: inline-block
}

.pure-menu-horizontal.pure-menu-scrollable {
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
    padding: .5em 0
}

.pure-menu-horizontal.pure-menu-scrollable::-webkit-scrollbar {
    display: none
}

.pure-menu-horizontal .pure-menu-children .pure-menu-separator, .pure-menu-separator {
    background-color: #ccc;
    height: 1px;
    margin: .3em 0
}

.pure-menu-horizontal .pure-menu-separator {
    width: 1px;
    height: 1.3em;
    margin: 0 .3em
}

.pure-menu-horizontal .pure-menu-children .pure-menu-separator {
    display: block;
    width: auto
}

.pure-menu-heading {
    text-transform: uppercase;
    color: #565d64
}

.pure-menu-link {
    color: #777
}

.pure-menu-children {
    background-color: #fff
}

.pure-menu-disabled, .pure-menu-heading, .pure-menu-link {
    padding: .5em 1em
}

.pure-menu-disabled {
    opacity: .5
}

.pure-menu-disabled .pure-menu-link:hover {
    background-color: transparent
}

.pure-menu-active > .pure-menu-link, .pure-menu-link:focus, .pure-menu-link:hover {
    background-color: #eee
}

.pure-menu-selected .pure-menu-link, .pure-menu-selected .pure-menu-link:visited {
    color: #000
}

.pure-table {
    empty-cells: show;
    border: 1px solid #cbcbcb
}

.pure-table caption {
    color: #000;
    font: italic 85%/1 arial, sans-serif;
    padding: 1em 0;
    text-align: center
}

.pure-table td, .pure-table th {
    border-left: 1px solid #cbcbcb;
    border-width: 0 0 0 1px;
    font-size: inherit;
    margin: 0;
    overflow: visible;
    padding: .5em 1em
}

.pure-table td:first-child, .pure-table th:first-child {
    border-left-width: 0
}

.pure-table thead {
    background-color: #e0e0e0;
    color: #000;
    text-align: left;
    vertical-align: bottom
}

.pure-table td {
    background-color: transparent
}

.pure-table-odd td, .pure-table-striped tr:nth-child(2n-1) td {
    background-color: #f2f2f2
}

.pure-table-bordered td {
    border-bottom: 1px solid #cbcbcb
}

.pure-table-bordered tbody > tr:last-child > td {
    border-bottom-width: 0
}

.pure-table-horizontal td, .pure-table-horizontal th {
    border-width: 0 0 1px;
    border-bottom: 1px solid #cbcbcb
}

.pure-table-horizontal tbody > tr:last-child > td {
    border-bottom-width: 0
}

@media screen and (min-width: 35.5em) {
    .pure-u-sm-1, .pure-u-sm-1-1, .pure-u-sm-1-12, .pure-u-sm-1-2, .pure-u-sm-1-24, .pure-u-sm-1-3, .pure-u-sm-1-4, .pure-u-sm-1-5, .pure-u-sm-1-6, .pure-u-sm-1-8, .pure-u-sm-10-24, .pure-u-sm-11-12, .pure-u-sm-11-24, .pure-u-sm-12-24, .pure-u-sm-13-24, .pure-u-sm-14-24, .pure-u-sm-15-24, .pure-u-sm-16-24, .pure-u-sm-17-24, .pure-u-sm-18-24, .pure-u-sm-19-24, .pure-u-sm-2-24, .pure-u-sm-2-3, .pure-u-sm-2-5, .pure-u-sm-20-24, .pure-u-sm-21-24, .pure-u-sm-22-24, .pure-u-sm-23-24, .pure-u-sm-24-24, .pure-u-sm-3-24, .pure-u-sm-3-4, .pure-u-sm-3-5, .pure-u-sm-3-8, .pure-u-sm-4-24, .pure-u-sm-4-5, .pure-u-sm-5-12, .pure-u-sm-5-24, .pure-u-sm-5-5, .pure-u-sm-5-6, .pure-u-sm-5-8, .pure-u-sm-6-24, .pure-u-sm-7-12, .pure-u-sm-7-24, .pure-u-sm-7-8, .pure-u-sm-8-24, .pure-u-sm-9-24 {
        display: inline-block;
        zoom: 1;
        letter-spacing: normal;
        word-spacing: normal;
        vertical-align: top;
        text-rendering: auto
    }

    .pure-u-sm-1-24 {
        width: 4.1667%
    }

    .pure-u-sm-1-12, .pure-u-sm-2-24 {
        width: 8.3333%
    }

    .pure-u-sm-1-8, .pure-u-sm-3-24 {
        width: 12.5%
    }

    .pure-u-sm-1-6, .pure-u-sm-4-24 {
        width: 16.6667%
    }

    .pure-u-sm-1-5 {
        width: 20%
    }

    .pure-u-sm-5-24 {
        width: 20.8333%
    }

    .pure-u-sm-1-4, .pure-u-sm-6-24 {
        width: 25%
    }

    .pure-u-sm-7-24 {
        width: 29.1667%
    }

    .pure-u-sm-1-3, .pure-u-sm-8-24 {
        width: 33.3333%
    }

    .pure-u-sm-3-8, .pure-u-sm-9-24 {
        width: 37.5%
    }

    .pure-u-sm-2-5 {
        width: 40%
    }

    .pure-u-sm-10-24, .pure-u-sm-5-12 {
        width: 41.6667%
    }

    .pure-u-sm-11-24 {
        width: 45.8333%
    }

    .pure-u-sm-1-2, .pure-u-sm-12-24 {
        width: 50%
    }

    .pure-u-sm-13-24 {
        width: 54.1667%
    }

    .pure-u-sm-14-24, .pure-u-sm-7-12 {
        width: 58.3333%
    }

    .pure-u-sm-3-5 {
        width: 60%
    }

    .pure-u-sm-15-24, .pure-u-sm-5-8 {
        width: 62.5%
    }

    .pure-u-sm-16-24, .pure-u-sm-2-3 {
        width: 66.6667%
    }

    .pure-u-sm-17-24 {
        width: 70.8333%
    }

    .pure-u-sm-18-24, .pure-u-sm-3-4 {
        width: 75%
    }

    .pure-u-sm-19-24 {
        width: 79.1667%
    }

    .pure-u-sm-4-5 {
        width: 80%
    }

    .pure-u-sm-20-24, .pure-u-sm-5-6 {
        width: 83.3333%
    }

    .pure-u-sm-21-24, .pure-u-sm-7-8 {
        width: 87.5%
    }

    .pure-u-sm-11-12, .pure-u-sm-22-24 {
        width: 91.6667%
    }

    .pure-u-sm-23-24 {
        width: 95.8333%
    }

    .pure-u-sm-1, .pure-u-sm-1-1, .pure-u-sm-24-24, .pure-u-sm-5-5 {
        width: 100%
    }
}

@media screen and (min-width: 48em) {
    .mob-wide-margin {
        margin-bottom: 0;
    }

    .pure-u-md-1, .pure-u-md-1-1, .pure-u-md-1-12, .pure-u-md-1-2, .pure-u-md-1-24, .pure-u-md-1-3, .pure-u-md-1-4, .pure-u-md-1-5, .pure-u-md-1-6, .pure-u-md-1-8, .pure-u-md-10-24, .pure-u-md-11-12, .pure-u-md-11-24, .pure-u-md-12-24, .pure-u-md-13-24, .pure-u-md-14-24, .pure-u-md-15-24, .pure-u-md-16-24, .pure-u-md-17-24, .pure-u-md-18-24, .pure-u-md-19-24, .pure-u-md-2-24, .pure-u-md-2-3, .pure-u-md-2-5, .pure-u-md-20-24, .pure-u-md-21-24, .pure-u-md-22-24, .pure-u-md-23-24, .pure-u-md-24-24, .pure-u-md-3-24, .pure-u-md-3-4, .pure-u-md-3-5, .pure-u-md-3-8, .pure-u-md-4-24, .pure-u-md-4-5, .pure-u-md-5-12, .pure-u-md-5-24, .pure-u-md-5-5, .pure-u-md-5-6, .pure-u-md-5-8, .pure-u-md-6-24, .pure-u-md-7-12, .pure-u-md-7-24, .pure-u-md-7-8, .pure-u-md-8-24, .pure-u-md-9-24 {
        display: inline-block;
        zoom: 1;
        letter-spacing: normal;
        word-spacing: normal;
        vertical-align: top;
        text-rendering: auto
    }

    .pure-u-md-1-24 {
        width: 4.1667%
    }

    .pure-u-md-1-12, .pure-u-md-2-24 {
        width: 8.3333%
    }

    .pure-u-md-1-8, .pure-u-md-3-24 {
        width: 12.5%
    }

    .pure-u-md-1-6, .pure-u-md-4-24 {
        width: 16.6667%
    }

    .pure-u-md-1-5 {
        width: 20%
    }

    .pure-u-md-5-24 {
        width: 20.8333%
    }

    .pure-u-md-1-4, .pure-u-md-6-24 {
        width: 25%
    }

    .pure-u-md-7-24 {
        width: 29.1667%
    }

    .pure-u-md-1-3, .pure-u-md-8-24 {
        width: 33.3333%
    }

    .pure-u-md-3-8, .pure-u-md-9-24 {
        width: 37.5%
    }

    .pure-u-md-2-5 {
        width: 40%
    }

    .pure-u-md-10-24, .pure-u-md-5-12 {
        width: 41.6667%
    }

    .pure-u-md-11-24 {
        width: 45.8333%
    }

    .pure-u-md-1-2, .pure-u-md-12-24 {
        width: 50%
    }

    .pure-u-md-13-24 {
        width: 54.1667%
    }

    .pure-u-md-14-24, .pure-u-md-7-12 {
        width: 58.3333%
    }

    .pure-u-md-3-5 {
        width: 60%
    }

    .pure-u-md-15-24, .pure-u-md-5-8 {
        width: 62.5%
    }

    .pure-u-md-16-24, .pure-u-md-2-3 {
        width: 66.6667%
    }

    .pure-u-md-17-24 {
        width: 70.8333%
    }

    .pure-u-md-18-24, .pure-u-md-3-4 {
        width: 75%
    }

    .pure-u-md-19-24 {
        width: 79.1667%
    }

    .pure-u-md-4-5 {
        width: 80%
    }

    .pure-u-md-20-24, .pure-u-md-5-6 {
        width: 83.3333%
    }

    .pure-u-md-21-24, .pure-u-md-7-8 {
        width: 87.5%
    }

    .pure-u-md-11-12, .pure-u-md-22-24 {
        width: 91.6667%
    }

    .pure-u-md-23-24 {
        width: 95.8333%
    }

    .pure-u-md-1, .pure-u-md-1-1, .pure-u-md-24-24, .pure-u-md-5-5 {
        width: 100%
    }
}

@media screen and (min-width: 64em) {
    .pure-u-lg-1, .pure-u-lg-1-1, .pure-u-lg-1-12, .pure-u-lg-1-2, .pure-u-lg-1-24, .pure-u-lg-1-3, .pure-u-lg-1-4, .pure-u-lg-1-5, .pure-u-lg-1-6, .pure-u-lg-1-8, .pure-u-lg-10-24, .pure-u-lg-11-12, .pure-u-lg-11-24, .pure-u-lg-12-24, .pure-u-lg-13-24, .pure-u-lg-14-24, .pure-u-lg-15-24, .pure-u-lg-16-24, .pure-u-lg-17-24, .pure-u-lg-18-24, .pure-u-lg-19-24, .pure-u-lg-2-24, .pure-u-lg-2-3, .pure-u-lg-2-5, .pure-u-lg-20-24, .pure-u-lg-21-24, .pure-u-lg-22-24, .pure-u-lg-23-24, .pure-u-lg-24-24, .pure-u-lg-3-24, .pure-u-lg-3-4, .pure-u-lg-3-5, .pure-u-lg-3-8, .pure-u-lg-4-24, .pure-u-lg-4-5, .pure-u-lg-5-12, .pure-u-lg-5-24, .pure-u-lg-5-5, .pure-u-lg-5-6, .pure-u-lg-5-8, .pure-u-lg-6-24, .pure-u-lg-7-12, .pure-u-lg-7-24, .pure-u-lg-7-8, .pure-u-lg-8-24, .pure-u-lg-9-24 {
        display: inline-block;
        zoom: 1;
        letter-spacing: normal;
        word-spacing: normal;
        vertical-align: top;
        text-rendering: auto
    }

    .pure-u-lg-1-24 {
        width: 4.1667%
    }

    .pure-u-lg-1-12, .pure-u-lg-2-24 {
        width: 8.3333%
    }

    .pure-u-lg-1-8, .pure-u-lg-3-24 {
        width: 12.5%
    }

    .pure-u-lg-1-6, .pure-u-lg-4-24 {
        width: 16.6667%
    }

    .pure-u-lg-1-5 {
        width: 20%
    }

    .pure-u-lg-5-24 {
        width: 20.8333%
    }

    .pure-u-lg-1-4, .pure-u-lg-6-24 {
        width: 25%
    }

    .pure-u-lg-7-24 {
        width: 29.1667%
    }

    .pure-u-lg-1-3, .pure-u-lg-8-24 {
        width: 33.3333%
    }

    .pure-u-lg-3-8, .pure-u-lg-9-24 {
        width: 37.5%
    }

    .pure-u-lg-2-5 {
        width: 40%
    }

    .pure-u-lg-10-24, .pure-u-lg-5-12 {
        width: 41.6667%
    }

    .pure-u-lg-11-24 {
        width: 45.8333%
    }

    .pure-u-lg-1-2, .pure-u-lg-12-24 {
        width: 50%
    }

    .pure-u-lg-13-24 {
        width: 54.1667%
    }

    .pure-u-lg-14-24, .pure-u-lg-7-12 {
        width: 58.3333%
    }

    .pure-u-lg-3-5 {
        width: 60%
    }

    .pure-u-lg-15-24, .pure-u-lg-5-8 {
        width: 62.5%
    }

    .pure-u-lg-16-24, .pure-u-lg-2-3 {
        width: 66.6667%
    }

    .pure-u-lg-17-24 {
        width: 70.8333%
    }

    .pure-u-lg-18-24, .pure-u-lg-3-4 {
        width: 75%
    }

    .pure-u-lg-19-24 {
        width: 79.1667%
    }

    .pure-u-lg-4-5 {
        width: 80%
    }

    .pure-u-lg-20-24, .pure-u-lg-5-6 {
        width: 83.3333%
    }

    .pure-u-lg-21-24, .pure-u-lg-7-8 {
        width: 87.5%
    }

    .pure-u-lg-11-12, .pure-u-lg-22-24 {
        width: 91.6667%
    }

    .pure-u-lg-23-24 {
        width: 95.8333%
    }

    .pure-u-lg-1, .pure-u-lg-1-1, .pure-u-lg-24-24, .pure-u-lg-5-5 {
        width: 100%
    }
}

@media screen and (min-width: 80em) {
    .pure-u-xl-1, .pure-u-xl-1-1, .pure-u-xl-1-12, .pure-u-xl-1-2, .pure-u-xl-1-24, .pure-u-xl-1-3, .pure-u-xl-1-4, .pure-u-xl-1-5, .pure-u-xl-1-6, .pure-u-xl-1-8, .pure-u-xl-10-24, .pure-u-xl-11-12, .pure-u-xl-11-24, .pure-u-xl-12-24, .pure-u-xl-13-24, .pure-u-xl-14-24, .pure-u-xl-15-24, .pure-u-xl-16-24, .pure-u-xl-17-24, .pure-u-xl-18-24, .pure-u-xl-19-24, .pure-u-xl-2-24, .pure-u-xl-2-3, .pure-u-xl-2-5, .pure-u-xl-20-24, .pure-u-xl-21-24, .pure-u-xl-22-24, .pure-u-xl-23-24, .pure-u-xl-24-24, .pure-u-xl-3-24, .pure-u-xl-3-4, .pure-u-xl-3-5, .pure-u-xl-3-8, .pure-u-xl-4-24, .pure-u-xl-4-5, .pure-u-xl-5-12, .pure-u-xl-5-24, .pure-u-xl-5-5, .pure-u-xl-5-6, .pure-u-xl-5-8, .pure-u-xl-6-24, .pure-u-xl-7-12, .pure-u-xl-7-24, .pure-u-xl-7-8, .pure-u-xl-8-24, .pure-u-xl-9-24 {
        display: inline-block;
        zoom: 1;
        letter-spacing: normal;
        word-spacing: normal;
        vertical-align: top;
        text-rendering: auto
    }

    .pure-u-xl-1-24 {
        width: 4.1667%
    }

    .pure-u-xl-1-12, .pure-u-xl-2-24 {
        width: 8.3333%
    }

    .pure-u-xl-1-8, .pure-u-xl-3-24 {
        width: 12.5%
    }

    .pure-u-xl-1-6, .pure-u-xl-4-24 {
        width: 16.6667%
    }

    .pure-u-xl-1-5 {
        width: 20%
    }

    .pure-u-xl-5-24 {
        width: 20.8333%
    }

    .pure-u-xl-1-4, .pure-u-xl-6-24 {
        width: 25%
    }

    .pure-u-xl-7-24 {
        width: 29.1667%
    }

    .pure-u-xl-1-3, .pure-u-xl-8-24 {
        width: 33.3333%
    }

    .pure-u-xl-3-8, .pure-u-xl-9-24 {
        width: 37.5%
    }

    .pure-u-xl-2-5 {
        width: 40%
    }

    .pure-u-xl-10-24, .pure-u-xl-5-12 {
        width: 41.6667%
    }

    .pure-u-xl-11-24 {
        width: 45.8333%
    }

    .pure-u-xl-1-2, .pure-u-xl-12-24 {
        width: 50%
    }

    .pure-u-xl-13-24 {
        width: 54.1667%
    }

    .pure-u-xl-14-24, .pure-u-xl-7-12 {
        width: 58.3333%
    }

    .pure-u-xl-3-5 {
        width: 60%
    }

    .pure-u-xl-15-24, .pure-u-xl-5-8 {
        width: 62.5%
    }

    .pure-u-xl-16-24, .pure-u-xl-2-3 {
        width: 66.6667%
    }

    .pure-u-xl-17-24 {
        width: 70.8333%
    }

    .pure-u-xl-18-24, .pure-u-xl-3-4 {
        width: 75%
    }

    .pure-u-xl-19-24 {
        width: 79.1667%
    }

    .pure-u-xl-4-5 {
        width: 80%
    }

    .pure-u-xl-20-24, .pure-u-xl-5-6 {
        width: 83.3333%
    }

    .pure-u-xl-21-24, .pure-u-xl-7-8 {
        width: 87.5%
    }

    .pure-u-xl-11-12, .pure-u-xl-22-24 {
        width: 91.6667%
    }

    .pure-u-xl-23-24 {
        width: 95.8333%
    }

    .pure-u-xl-1, .pure-u-xl-1-1, .pure-u-xl-24-24, .pure-u-xl-5-5 {
        width: 100%
    }
}


.user {
    float: right;
    font-weight: 300;
    text-align: center;
    font-size: 18px;
    padding: 17px 0 0 0
}

.user a {
    color: #434242;
    text-decoration: underline
}

.user a:hover {
    text-decoration: none
}

.user .user-name {
    margin: 0 0 10px 0
}

.user .kyivstar-icon-avatar {
    font-size: 16px;
    margin: -4px 10px 0 0;
    color: #39f;
    vertical-align: middle;
    display: inline-block
}

.user .user-phone {
    color: #929fa7;
    font-size: 14px;
    padding: 0 0 0 25px
}

.main-nav-holder {
    background: #eff2f4
}

.main-nav-holder:after {
    content: '';
    display: block;
    clear: both
}

.login-btn {
    float: right;
    background: #fc3;
    color: #339cfb;
    font-size: 13px;
    font-weight: 700;
    width: 110px;
    padding: 11px;
    border-radius: 0
}

.login-btn:focus {
    box-shadow: none;
    background: #fc3
}

.login-btn:hover {
    background: #39f;
    color: #fff;
    box-shadow: none
}

.lang-select {
    float: right;
    width: 110px;
    background: #fff;
    position: relative;
    color: #3b4952;
    font-size: 13px;
    text-align: center;
    line-height: 135%;
    border-top: 1px solid #eff2f4;
    border-bottom: 1px solid #eff2f4
}

.lang-select .current {
    padding: 9px 0;
    cursor: pointer;
    background: #fff;
    position: relative;
    z-index: 2
}

.lang-select .current span {
    display: inline-block;
    position: relative
}

.lang-select .current i {
    position: absolute;
    left: 100%;
    top: 50%;
    margin: -.5em 0 0 5px;
    color: #ccc;
    font-size: 6px
}

.lang-select .active {
    padding-top: 7px;
    border-top: 2px solid #39f;
    box-shadow: 0 -5px 5px -4px rgba(0, 0, 0, .18)
}

.lang-select ul {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    padding: 0;
    list-style: none;
    background: #fff;
    color: #42a4fb;
    font-size: 12px;
    border-top: 2px solid #eff2f4;
    margin: 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, .18)
}

.lang-select ul li {
    border-bottom: 1px solid #eff2f4
}

.lang-select ul a {
    display: block;
    padding: 10px;
    color: #42a4fb;
    text-decoration: none
}

.lang-select ul a:hover {
    text-decoration: underline
}

.block-title {
    font-size: 36px;
    line-height: 125%;
    font-weight: 300
}

.fon-visible {
    display: none
}

.white-btn {
    padding: 14px 60px;
    border-radius: 25px;
    border: 2px solid #fff;
    background: 0;
    font-weight: 900;
    color: #fff
}

.white-btn:focus {
    box-shadow: none;
    background-image: none
}

.white-btn:hover {
    background: #fddc33;
    color: #434e55;
    border-color: #fddc33;
    box-shadow: none
}

.red-btn {
    background: #005CFF;
    font-weight: 900;
    border-radius: 3px;
    color: #fff
}

.red-btn:focus {
    box-shadow: none;
    background-image: none
}

.red-btn:hover {
    box-shadow: none;
    color: #000000;
    background: #FFFFFF;
    border: 1px solid #005CFF;
}

.welcome {
    padding: 70px 0 50px;
    color: #434242;
    font-size: 24px;
    font-weight: 300;
    line-height: 120%;
    text-align: center
}

.welcome h2 {
    max-width: 660px;
    margin: 0 auto 60px
}

.welcome h3 {
    font-size: 26px;
    line-height: 115%;
    font-weight: 500;
    margin: 0 0 65px 0
}

.welcome .welcome-item {
    padding: 0 30px 50px
}

.welcome img {
    margin: 0 0 20px 0;
    height: 85px
}

.welcome p {
    margin: 0
}

.main-nav {
    color: #a9b4ba;
    font-size: 16px;
    line-height: 135%;
    font-weight: 500
}

.main-nav a {
    color: #a9b4ba;
    text-decoration: none
}

.main-nav li {
    border-right: 1px solid #fff
}

.main-nav li a {
    padding: 8px 0
}

.main-nav li a:hover {
    color: #219fff
}

.main-nav .active {
    border-top: 1px solid #eff2f4;
    border-bottom: 1px solid #eff2f4;
    background: #fff
}

.main-nav .active a {
    color: #219fff;
    background: #fff;
    padding: 7px
}

.info-form {
    background: #219fff;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 120%;
    padding: 55px 30px 30px;
    position: relative
}

.info-form h2 {
    margin: 0 0 55px 0
}

.info-form .holder {
    max-width: 540px;
    margin: 0 auto
}

.info-form .input-holder {
    margin: 0 0 30px 0
}

.info-form label {
    display: block;
    margin: 0 0 30px 0;
    font-size: 24px;
    font-weight: 500
}

.info-form label:after {
    content: '*';
    position: relative;
    width: 11px;
    height: 11px;
    color: #fcd933;
    margin: -2px 0 0 8px;
    vertical-align: text-top
}

.info-form input[type=color], .info-form input[type=date], .info-form input[type=datetime-local], .info-form input[type=datetime], .info-form input[type=email], .info-form input[type=month], .info-form input[type=number], .info-form input[type=password], .info-form input[type=search], .info-form input[type=tel], .info-form input[type=text], .info-form input[type=time], .info-form input[type=url], .info-form input[type=week], .info-form select, .info-form textarea {
    border-radius: 25px;
    box-shadow: none;
    font-weight: 300;
    padding: 15px 30px;
    background: #fff;
    color: #929fa7;
    height: auto;
    margin: 0 auto;
    border: none
}

.info-form select {
    color: #434e55;
    background: #fddc33;
    font-weight: 500;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.3' height='7.81' viewBox='0 0 14.3 7.81'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23434e55;%7D%3C/style%3E%3C/defs%3E%3Cpolygon class='a' points='7.15 7.82 0 1.5 1.32 0 7.15 5.15 12.97 0 14.3 1.5 7.15 7.82'/%3E%3C/svg%3E");
    background-position: right 18px center;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.info-form .information {
    margin: 15px 0 0 -18px
}

.info-form p {
    margin: 10px 0 0 0
}

.info-form .white-btn {
    margin: 0 0 10px 0
}

.delete-hidden {
    display: none;
}

.phone-hidden {
    cursor: pointer;
    font-weight: 700
}

.phone-visible {
    display: none;
    cursor: pointer;
    font-weight: 700
}

.phone-visible-grid {
    display: none
}

.mobile-login {
    width: 80px;
    float: right
}

.mobile-login ul {
    margin: 0 0 6px 0
}

.mobile-login ul li {
    color: #42a4fb;
    font-size: 12px
}

.mobile-login ul a {
    color: #42a4fb;
    text-decoration: none
}

.mobile-login ul .active a {
    color: #3b4952
}

.mobile-login .pure-button {
    background: #fc3;
    color: #339cfb;
    font-size: 11px;
    font-weight: 700;
    width: 100%;
    padding: 6px;
    border-radius: 0
}

.mobile-login .pure-button:focus {
    box-shadow: none;
    background: #fc3
}

.mobile-login .pure-button:hover {
    background: #fc3;
    color: #fff;
    box-shadow: none
}

.device-form {
    padding: 100px 0;
    color: #434e55;
    font-size: 16px;
    font-weight: 300;
    line-height: 120%;
    text-align: center
}

.device-form h2 {
    color: #434e55;
    margin: 0 0 125px 0
}

.device-form .pure-g {
    margin: 0 -20px
}

.device-form .input-holder {
    padding: 0 20px 0;
    margin: 0 0 130px
}

.device-form input[type=color], .device-form input[type=date], .device-form input[type=datetime-local], .device-form input[type=datetime], .device-form input[type=email], .device-form input[type=month], .device-form input[type=number], .device-form input[type=password], .device-form input[type=search], .device-form input[type=tel], .device-form input[type=text], .device-form input[type=time], .device-form input[type=url], .device-form input[type=week], .device-form select, .device-form textarea {
    border-radius: 25px;
    border: none;
    box-shadow: none;
    font-weight: 300;
    padding: 15px 40px;
    background: #ebebeb;
    color: #929fa7;
    height: auto;
    margin: 0 auto
}

.device-form select {
    color: #434e55;
    font-weight: 500;
    padding: 15px 30px;
    height: 49px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.3' height='7.81' viewBox='0 0 14.3 7.81'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23434e55;%7D%3C/style%3E%3C/defs%3E%3Cpolygon class='a' points='7.15 7.82 0 1.5 1.32 0 7.15 5.15 12.97 0 14.3 1.5 7.15 7.82'/%3E%3C/svg%3E");
    background-position: right 18px center;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.device-form p {
    color: #219fff;
    font-size: 24px;
    font-weight: 500;
    margin: 0;
    height: 51px;
    line-height: 46px
}

.bottom-block {
    background: #219fff;
    padding: 80px 0 60px;
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    line-height: 120%
}

.bottom-block h2 {
    margin: 0 auto 70px;
    max-width: 700px;
    color: #fff
}

.bottom-block .red-btn {
    padding: 13px 43px;
    border: 2px solid #fcd933
}

.bottom-block .red-btn:hover {
    color: #fff;
    border: 2px solid #fff;
    background: 0 0
}

.landing-steps {
    width: 42px;
    position: absolute;
    left: 50px;
    top: 50%;
    margin: -223px 0 0 0
}

.landing-steps .step {
    width: 38px;
    height: 38px;
    border: 2px solid #fff;
    border-radius: 50%;
    font-weight: 300;
    font-size: 24px;
    line-height: 38px
}

.landing-steps .border {
    width: 2px;
    height: 146px;
    background: #fff;
    margin: 7px auto
}

.landing-steps .active {
    background: #fc3;
    border-color: #fc3;
    color: #434e55
}

.installation {
    padding: 80px 0 55px;
    position: relative
}

.installation .wrap {
    max-width: 1070px
}

.installation .block-title {
    text-align: center;
    margin: 0 0 50px 0
}

.installation .install-intro {
    max-width: 500px;
    color: #424e55;
    font-size: 18px;
    font-weight: 300;
    line-height: 130%;
    padding: 0 60px;
    margin: 0 0 -80px 0
}

.installation-tab {
    max-width: 1080px;
    margin: 0 auto -1px;
    overflow: hidden;
    padding: 1px 25px 0;
    height: 1px;
    box-sizing: border-box
}

.installation-tab.active {
    height: auto
}

.installation-tab .tab-text-holder {
    max-width: 560px;
    float: left;
    margin: 150px 0 0 0
}

.step-slider-wrap {
    position: relative;
    padding: 35px 0 30px 0;
    clear: both
}

.step-slider-wrap .bx-wrapper {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .21)
}

.step-slider-wrap .bx-controls {
    position: absolute;
    left: 0;
    top: 0
}

.step-slide-text {
    display: table-cell;
    vertical-align: middle;
    font-family: Vodafone_Lt, Arial, sans-serif;
    color: #929fa7;
    font-size: 16px;
    padding: 3px 10px 3px 0
}

.step-slide {
    display: table;
    width: 100%;
    background: #fff;
    box-shadow: inset 0 10px 30px -10px rgba(0, 0, 0, .21);
    transition: box-shadow .3s ease;
    height: 85px
}

.step-slide .number {
    width: 68px;
    text-align: center;
    display: table-cell;
    color: #0697ff;
    font-size: 24px;
    font-weight: 500;
    vertical-align: middle
}

.step-slider .slide {
    opacity: .3;
    transition: opacity .3s ease
}

.step-slider .active-slide {
    opacity: 1
}

.step-slider .active-slide + .slide {
    opacity: .6
}

.step-slider .active-slide .step-slide {
    box-shadow: inset 0 10px 20px -10px transparent
}

.phone-bg {
    position: relative;
    margin: 0 auto 25px;
    float: right
}

.phone-bg .android-bg {
    background-size: 100% auto;
    background-position: left top;
    background-image: url(../images/android_bg.png);
    padding: 201.36% 0 0 0
}

.phone-bg .android-bg .phone-slider-wrap {
    padding: 22.945% 6.164% 0 5.136%
}

.phone-bg .iphone-bg {
    background-size: 100% auto;
    background-position: left top;
    background-image: url(../images/iphone_bg.png);
    padding: 207.59% 0 0 0
}

.phone-bg .iphone-bg .phone-slider-wrap {
    padding: 25.412% 5.95% 0
}

.phone-bg .windows-bg {
    background-size: 100% auto;
    background-position: left top;
    background-image: url(../images/windows_bg.png);
    padding: 179.22% 0 0 0
}

.phone-bg .windows-bg .phone-slider-wrap {
    padding: 13.636% 7.142% 0 6.493%
}

.phone-bg .phone-slider-wrap {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    box-sizing: border-box
}

.phone-bg .phone-slider-wrap img {
    width: 100%;
    display: block
}

.android-phone {
    width: 292px
}

.iphone-phone {
    width: 303px
}

.windows-phone {
    width: 308px
}

.install-slider-control {
    color: #0095FF;
    font-size: 24px;
    font-weight: 500;
    float: left;
    text-align: center
}

.install-slider-control span {
    display: inline-block;
    vertical-align: middle
}

.install-slider-control span i {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    font-size: 40px
}

.install-slider-control .count {
    margin: 0 15px;
    display: inline-block;
    width: 50px
}

.install-slider-control .count span {
    display: inline;
    vertical-align: baseline
}

.install-slider-control .next, .install-slider-control .prev {
    cursor: pointer;
    margin: -3px 0 0 0
}

.install-tabs-nav {
    color: #323131;
    font-size: 18px;
    float: right;
    font-weight: 300;
    line-height: 36px
}

.install-tabs-nav span {
    margin: 0 0 0 15px;
    cursor: pointer
}

.install-tabs-nav .active {
    color: #fad63f
}

.block-app {
    padding: 110px 0 75px;
    text-align: center;
    background: #219fff;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 120%
}

.block-app h2 {
    max-width: 435px;
    margin: 0 auto 65px;
    position: relative
}

.block-app h2 .left-line {
    position: absolute;
    top: 35px;
    left: -110px;
    width: 100px;
    height: 75px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    border-radius: 25px 0 0 0
}

.block-app h2 .left-line:after {
    content: '';
    width: 13px;
    height: 13px;
    background: #fff;
    border-radius: 50%;
    display: block;
    position: absolute;
    left: -7px;
    bottom: -13px
}

.block-app h2 .right-line {
    position: absolute;
    top: 35px;
    right: -110px;
    width: 100px;
    height: 75px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    border-radius: 0 25px 0 0
}

.block-app h2 .right-line:after {
    content: '';
    width: 13px;
    height: 13px;
    background: #fff;
    border-radius: 50%;
    display: block;
    position: absolute;
    right: -7px;
    bottom: -13px
}

.block-app .play-link {
    margin: 13px 0 0 80px
}

.block-app .play-link img {
    height: 74px;
    display: block
}

.block-app .link-form {
    max-width: 380px;
    margin: 0 auto;
    float: right;
    width: 100%
}

.block-app .app-var-holder {
    margin: 0 0 140px 0
}

.block-app label {
    margin: 0 0 18px 0;
    display: block
}

.block-app input[type=text] {
    max-width: 215px;
    border-radius: 25px 0 0 25px;
    border: none;
    box-shadow: none;
    font-weight: 300;
    padding: 15px 35px;
    background: #fff;
    color: #929fa7;
    margin: 0 auto;
    float: left;
    height: 49px
}

.block-app .red-btn {
    padding: 13px 33px;
    max-width: 165px;
    border-radius: 0 25px 25px 0;
    display: block;
    border: 2px solid #fddc33;
    height: 49px
}

.block-app .red-btn i {
    font-size: 18px;
    margin: -3px 0 0 15px;
    vertical-align: middle;
    display: inline-block
}

.block-app .red-btn:hover {
    border-color: #fff
}

.block-app .on-change {
    position: relative;
    padding: 0 0 0 100px;
    font-size: 24px;
    text-align: left;
    line-height: 120%
}

.block-app .kyivstar-icon-cart {
    width: 66px;
    height: 66px;
    text-align: center;
    line-height: 66px;
    font-size: 40px;
    color: #219fff;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    margin: -33px 0 0 0
}

.phone-visible {
    display: none
}



.device-blocking {
    text-align: center
}

.device-blocking .block-title {
    margin: 0 0 40px 0
}

.blocking-holder {
    width: 300px;
    display: inline-block;
    margin: 0 5px;
    vertical-align: top
}

.blocking-item {
    border: 1px solid #e0e4e5;
    border-radius: 5px;
    padding: 18px 18px 18px 0;
    overflow: hidden;
    text-align: left;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    cursor: pointer
}

.blocking-item.android-item {
    color: #7fd600
}

.blocking-item.android-item:hover {
    background: #7fd600;
    border-color: #7fd600;
    color: #fff
}

.blocking-item.android-item:hover i {
    border-color: #fff;
    color: #fff
}

.blocking-item.ios-item {
    color: #434e55
}

.blocking-item.ios-item i {
    color: #a6b1b8
}

.blocking-item.ios-item:hover {
    background: #a6b1b8;
    border-color: #a6b1b8;
    color: #fff
}

.blocking-item.ios-item:hover i {
    border-color: #fff;
    color: #fff
}

.blocking-item.win-item {
    color: #0070db
}

.blocking-item.win-item i {
    color: #1d78d7
}

.blocking-item.win-item:hover {
    background: #1d78d7;
    border-color: #1d78d7;
    color: #fff
}

.blocking-item.win-item:hover i {
    border-color: #fff;
    color: #fff
}

.blocking-item i {
    float: left;
    font-size: 35px;
    width: 90px;
    text-align: center;
    border-right: 1px solid #e0e4e5;
    margin: 0 20px 0 0;
    padding: 5px 0
}

.blocking-item-ru i {
    float: left;
    font-size: 35px;
    width: 70px;
    text-align: center;
    border-right: 1px solid #e0e4e5;
    margin: 0 15px 0 0;
    padding: 5px 0
}

.blocking-item-content {
    padding: 20px 20px 0;
    display: none
}

.blocking-variant {
    color: #8ea9b9;
    font-size: 12px;
    line-height: 130%;
    text-align: left;
    margin: 0 0 20px 0
}

.blocking-variant .blocking-var-label {
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    margin: 0 0 10px 0;
    color: #229fff;
    cursor: pointer
}

.blocking-variant .blocking-var-content {
    display: none
}

.blocking-variant.opened .blocking-var-label {
    color: #454e54
}

.blocking-variant.opened .blocking-var-content {
    display: block
}

.blocking-steps {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #404e56
}

.blocking-steps li {
    position: relative;
    padding: 0 0 5px 25px;
    border-left: 1px solid #ccc;
    margin: 0 0 0 12px
}

.blocking-steps li:last-child {
    border: none
}

.blocking-steps li span {
    position: absolute;
    border: 1px solid #ccc;
    border-radius: 50%;
    background: #fff;
    left: -12px;
    top: 0;
    font-size: 12px;
    color: #ccc;
    display: block;
    width: 23px;
    height: 23px;
    text-align: center;
    line-height: 24px
}

.device-list .device-options {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin: 40px 0 0 0
}

.device-list .device-options .pure-g {
    margin: 0 -20px
}

.device-list .device-options .button-holder {
    padding: 12px 5px
}

.device-list .device-options .pure-button {
	background: #39f;
	color: #fff;
	border-radius: 0;
	width: 100%;
	padding: 12px
}

.device-list .device-options .pure-button:focus {
	background-image: none;
	box-shadow: none
}

.device-list .device-options .pure-button:hover {
	color: #434242;
	background: #fc3;
	box-shadow: none
}

.device-list .device-options .pure-button i {
	font-size: 24px;
	display: inline-block;
	vertical-align: middle;
	margin: -4px 10px 0 0
}

.device-list .wrap {
    max-width: 1080px
}

.device-list .phone-bg {
    float: none;
    margin: 0;
    width: 220px
}

.device-list .android-bg .number {
    color: #229fff;
    font-size: 20px;
    font-weight: 700;
    position: absolute;
    left: 37px;
    top: 190px;
    width: 140px;
    text-align: center
}

.device-list .iphone-bg .number {
    color: #229fff;
    font-size: 14px;
    font-weight: 700;
    position: absolute;
    left: 57px;
    top: 193px;
    width: 100px;
    text-align: center
}

.windows-phone .number {
  color: #229fff;
	font-size: 14px;
	font-weight: 700;
	position: absolute;
	left: 54px;
	top: 156px;
	width: 100px;
	text-align: center
}


.device-list .more-link,
.device-list .delete-link {
    color: #219fff;
    font-weight: 300;
    font-size: 20px;
    line-height: 120%;
    cursor: pointer
}

.device-list .more-link i {
    font-size: 12px;
    margin: 0 0 0 5px
}

.device-list .table-holder {
    position: relative
}

.device-list .extend-link {
    position: absolute;
    right: 0;
    top: 150px;
    color: #219fff;
    font-size: 18px;
    line-height: 120%;
    text-decoration: underline;
    font-weight: 300
}

.device-list .extend-link:hover {
    text-decoration: none
}

.device-list table {
    color: #434242;
    font-size: 20px;
    line-height: 120%;
    font-weight: 300;
    margin: 0 0 28px 0
}

.device-list table tr {
    display: none
}

.device-list table tr:nth-child(1), .device-list table tr:nth-child(2), .device-list table tr:nth-child(3), .device-list table tr:nth-child(4), .device-list table tr:nth-child(5), .device-list table tr:nth-child(6), .device-list table tr:nth-child(7) {
    display: table-row
}

.device-list table tr:first-child td {
    padding-top: 0
}

.device-list table tr:last-child td {
    padding-bottom: 0
}

.device-list table td {
    border-right: 2px solid #39f;
    padding: 9px 40px 9px 50px
}

.device-list table td:first-child {
    padding-left: 0
}

.device-list table td:last-child {
    padding-right: 0;
    border: none
}

.device-list article {
    margin: 0 0 90px 0
}

.device-list .add-link {
    text-decoration: none;
    font-size: 24px;
    font-weight: 300;
    display: inline-block
}

.device-list .add-link i {
    vertical-align: middle;
    display: inline-block;
    margin: -5px 5px 0 0
}

.device-list .add-holder {
    margin: -30px 0 0 0
}

.add-link {
    text-decoration: none;
    font-size: 20px;
    font-weight: 400;
    display: inline-block;
    color: #219fff;
}

.add-link i {
    vertical-align: middle;
    display: inline-block;
    font-size: 24px;
    margin: -5px 20px 0 0;
    color: #219fff;
}

.add-link .kyivstar-icon-plus1 {
    display: none
}

.add-link:hover .kyivstar-icon-plus1 {
    display: inline-block
}

.add-link:hover .kyivstar-icon-plus2 {
    display: none
}

.block-history {
    color: #4d4f50;
    font-size: 20px;
    font-weight: 300;
    line-height: 120%
}

.block-history .wrap {
    max-width: 1200px
}

.block-history .block-title {
    text-align: center;
    margin: 0 0 25px 0
}

.block-history .category-form {
    margin: 20px auto 25px;
    color: #4d4f50;
    font-size: 16px;
    font-weight: 300;
    max-width: 410px
}

.block-history select,
.admin-table select {
    margin-bottom: 5px;
		padding: 0;
    border: 1px solid #aaa;
    border-radius: 4px;
    color: #444;
    padding-left: 8px;
    height: 28px;
    width: 100%;  /* needed */
	  -webkit-appearance: none;
  	-moz-appearance: none;
	  appearance: none;
  	/* SVG background image */
	  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%238C98F2'><polygon points='0,0 70,0 30,50'/></svg>") no-repeat;
  	background-size: 12px;
	  background-position: calc(100% - 3px) 11px;
  	background-repeat: no-repeat;
	  background-color: #fff;
}
.dataTables_length select {
		width: 25%;
}

.block-history .history-table {
    width: 100% !important;
    margin: 0 0 35px 0
}

.block-history .history-table th {
    width: 33.3333%;
    padding: 21px 35px;
    color: #fff;
    font-size: 22px;
    font-weight: 300;
    border: 1px solid #898989;
    border-bottom: none;
    border-top: none
}

.block-history .history-table th i {
    font-size: 13px;
    margin: 0 0 0 20px
}

.block-history .history-table td {
    width: 33.3333%;
    padding: 20px 35px;
    border: 1px solid #898989
}

.block-history .admin-table td {
    padding: 0;
    width: 10%;
    text-align: center;
    font-size: 12px;
}

.block-history .admin-table th {
    font-size: 12px;
}

.block-history .history-table td span {
    margin: 0 25px 0 0
}

.admin-table div a {
    margin: 2px 5px;
}

.block-history .history-table tr:nth-child(2) td {
    border-top: none
}

.block-history .admin-table th {
    padding: 0;
}


.block-history .bg-blue {
    background: #219fff
}

.block-history .all-history {
    padding: 0px 25px 0 35px
}

.paginate_button {
	cursor: pointer;
}

.block-history .pagination {
    margin: 10px 0 0 10px
}

.block-history .pagination a {
    text-decoration: none;
    color: #e3e0e0;
    margin: 0 10px 0 0
}

.block-history .pagination a:hover {
    color: #219fff
}

.pagination .active {
    cursor: text;
}

.block-history .pagination .active {
    color: #219fff;
}

.block-history .year-form {
    max-width: 150px;
    margin: 0 auto;
    font-size: 16px;
    text-align: center
}

.block-history .category-form, .block-history .photo-form {
    margin: 20px auto 25px;
    color: #4d4f50;
    font-size: 16px;
    font-weight: 400;
    max-width: 410px
}

.block-history .photo-form {
    max-width: 625px
}

.block-history .photo-form select {
    width: 405px;
    margin: 0 25px 0 0
}

.block-history .history-table img {
    width: 100%;
    max-width: 248px
}

.block-history .bg-red {
    background: #39f
}

.block-history .year-form select {
    border-radius: 30px
}

.block-history .year-form-photo {
    max-width: 330px
}

.block-history .year-form-photo select {
    border-radius: 6px;
    max-width: 150px;
    margin: 0 25px 0 0;
    background-position: center right 10px
}

.block-history .year-form-photo select:last-child {
    margin: 0
}


.all-history {
    font-size: 20px;
    color: #219fff;
    font-weight: 300
}

.all-history a {
    color: #219fff;
    text-decoration: none;
    cursor: pointer;
}

.all-history .kyivstar-icon-two-stripe-down {
    display: inline-block;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    margin: 0 0 0 12px;
    font-size: 14px
}

.history-main .wrap {
    max-width: 1100px
}

.history-main .block-title {
    text-align: center;
    margin: 0 0 30px 0
}

.history-main .description {
    text-align: center;
    font-size: 26px;
    font-weight: 300;
    margin: 0 0 70px 0
}

.history-categories {
    text-align: center;
    margin: 0 0 20px 0
}

.history-categories .pure-g {
    margin: 0 -20px
}

.history-categories article {
    padding: 0 20px;
    margin: 0 0 50px 0
}

.history-categories h2 {
    font-size: 24px;
    line-height: 120%;
    font-weight: 300
}

.history-categories a {
    color: #434242;
    text-decoration: none
}

.history-categories a:hover {
    text-decoration: underline
}

.history-categories img {
    height: 84px
}

.user-profile .block-title {
    margin: 0 0 40px 0;
    color: #000;
    font-family: TTLakes;
    font-size: 20px;
    line-height: 27px;
    text-transform: uppercase;
    text-align: center
}

.user-profile .wrap {
    max-width: 800px
}

.user-form {
    font-size: 16px
}

.user-form input[type=color], .user-form input[type=date], .user-form input[type=datetime-local], .user-form input[type=datetime], .user-form input[type=email], .user-form input[type=month], .user-form input[type=number], .user-form input[type=password], .user-form input[type=search], .user-form input[type=tel], .user-form input[type=text], .user-form input[type=time], .user-form input[type=url], .user-form input[type=week], .user-form select, .user-form textarea {
    color: #232323;
    padding: 15px 28px;
    background: #ebebeb;
    border: none;
    box-shadow: none;
    border-radius: 25px;
    font-weight: 300
}

.user-form a {
    text-decoration: none
}

.user-form a:hover {
  cursor: pointer;
  text-decoration: underline
}

.user-form label {
    color: #219fff;
    font-weight: 500;
    font-size: 22px;
    line-height: 120%;
    display: block;
    padding: 11px 10px 0 0;
    margin: 0
}

.user-form label span {
    color: #fcd933;
    font-weight: 700;
    display: inline-block;
    margin: -4px 0 0 0;
    vertical-align: top
}

.user-form .pure-u-1 {
    margin: 0 0 25px 0
}

.user-form .btn-holder {
    margin: 20px 0 40px
}

.user-form .pure-button:hover {
    text-decoration: none
}

.user-form .blue-button {
    font-size: 16px
}

.user-form .blue-button i {
    font-size: 12px;
    margin: 0 5px 0 0
}

.user-form .warning {
    margin: 0;
    color: #219fff
}

.blue-button {
    background: #219fff;
    color: #fff;
    font-weight: 900;
    padding: 15px 25px;
    border-radius: 25px
}

.blue-button:focus {
    background-image: none;
    box-shadow: none
}

.blue-button:hover {
    background: #fddc33;
    color: #454e54;
    box-shadow: none
}

.blue-bordered-button {
    background: 0 0;
    color: #219fff;
    font-weight: 900;
    padding: 13px 40px;
    border-radius: 25px;
    border: 2px solid #219fff
}

.blue-bordered-button:focus {
    background-image: none;
    box-shadow: none
}

.blue-bordered-button:hover {
    background: #219fff;
    color: #fff;
    box-shadow: none
}

html.remodal-is-locked {
    overflow: hidden;
    touch-action: none
}

.remodal, [data-remodal-id] {
    display: none
}

.remodal-overlay {
    position: fixed;
    z-index: 9999;
    top: -5000px;
    right: -5000px;
    bottom: -5000px;
    left: -5000px;
    background: rgba(64, 72, 77, .6);
    display: none
}

.remodal-wrapper {
    position: fixed;
    z-index: 10000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    overflow: auto;
    text-align: center;
    -webkit-overflow-scrolling: touch
}

.remodal-wrapper:after {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    margin-left: -.05em;
    content: ""
}

.remodal-overlay, .remodal-wrapper {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.remodal {
    position: relative;
    outline: 0;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%
}

.remodal-is-initialized {
    display: inline-block;
    vertical-align: middle
}

.pop-up-form {
    text-align: center
}

.pop-up-form h3 {
    color: #000;
    font-size: 36px;
    font-weight: 300;
    margin: 0 0 30px 0;
    line-height: 120%
}

.pop-up-form .step {
    display: none;
    max-width: 700px;
    margin: 0 auto
}

.pop-up-form .wide-step {
    max-width: none
}

.pop-up-form .step1 .red-btn {
    margin: 0 0 0 15px
}

.pop-up-form .packs {
    max-width: 390px;
    margin: 0 auto
}

.pop-up-form .red-btn {
    padding: 13px 30px;
    font-size: 18px;
    line-height: 110%;
    vertical-align: middle;
    height: 49px
}

.pop-up-form .red-btn i {
    vertical-align: middle;
    display: inline-block;
    margin: -4px 5px 0 0
}

.pop-up-form .red-btn:hover {
}

.pop-up-form .phone-step1 {
    vertical-align: middle;
    text-transform: uppercase;
    background: 0 0;
    outline: 0;
    text-align: center;
    height: 49px;
    border: 2px solid #fff;
    background: #229fff;
    color: #fff;
    padding: 9px 15px;
    font-size: 18px;
    line-height: 110%;
    font-weight: 300;
    box-sizing: border-box;
    border-radius: 25px;
    width: 190px
}

.pop-up-form .phone-step1::-webkit-input-placeholder {
    color: #86d4f2
}

.pop-up-form .phone-step1:-moz-placeholder {
    color: #323131
}

.pop-up-form .phone-step1::-moz-placeholder {
    color: #323131
}

.pop-up-form .phone-step1:-ms-input-placeholder {
    color: #323131
}

.pop-up-form span.error {
    display: block;
    margin: 10px 0 0 0;
    color: #fff;
    font-size: 14px
}

.pop-up-form .field-holder {
    margin: 0 0 45px 0
}

.pop-up-form .radio {
    vertical-align: top;
    width: 17px;
    height: 17px
}

.pop-up-form .radio + label {
    cursor: pointer
}

.pop-up-form .radio:not(checked) {
    position: absolute;
    opacity: 0
}

.pop-up-form .radio:not(checked) + label {
    position: relative;
    color: #fff;
    font-size: 20px;
    width: 120px;
    text-align: left;
    display: inline-block
}

.pop-up-form .radio:not(checked) + label:before {
    content: '';
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
    border-radius: 50%;
    background: 0 0;
    display: inline-block;
    vertical-align: middle;
    margin: -3px 10px 0 0
}

.pop-up-form .radio:checked + label:before {
    border-color: #fad63f;
    background: #fad63f
}

.pop-up-form .radio-holder {
    padding: 10px;
    display: inline-block;
    white-space: nowrap
}

.pop-up-form .violet-btn {
    margin: 20px 0 0 0;
    min-width: 140px;
    border: none
}

.pop-up-form .for-connect {
    font-size: 23px;
    line-height: 120%;
    margin: 0 0 50px 0;
    position: relative;
    font-weight: 300
}

.pop-up-form .for-connect .kyivstar-icon-tel1 {
    font-size: 56px;
    display: block;
    text-align: center;
    position: absolute;
    left: 0;
    top: 73px
}

.pop-up-form .pass-input {
    width: 220px;
    background: 0 0;
    border: none;
    border-bottom: 1px solid #7c7b7b;
    text-align: center;
    outline: 0
}

.pop-up-form .pass-input.error {
    border-color: #e61a00
}

.pop-up-form .forgot-link {
    font-size: 12px;
    text-decoration: underline;
    color: #323131
}

.pop-up-form .forgot-link:hover {
    text-decoration: none
}

.pop-up-form .packet-text {
    display: none;
    font-size: 22px;
    line-height: 140%;
    font-weight: 300;
    padding: 0 0 0 60px
}

.pop-up-form .action-checkboxes {
    max-width: 320px;
    margin: 0 auto;
    text-align: left
}

.pop-up-form .action-checkboxes .radio:not(checked) + label {
    width: auto
}

.pop-up-form .action-checkboxes .radio-holder {
    padding: 7px 0;
    display: block;
    width: auto
}

.connect-modal {
    background: #fff;
    width: 70%;
    padding: 100px 20px 130px;
    box-sizing: border-box;
    color: #000;
}

.connect-modal .remodal-close {
    position: absolute;
    top: 25px;
    right: 25px;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    font-weight: 300;
    text-align: center
}

.connect-modal .block-app {
    background: 0 0;
    padding: 0;
    margin: 0 -20px
}

.connect-modal .block-app .red-btn {
    font-size: 16px
}

.connect-modal .block-app .red-btn i {
    margin: -3px 0 0 15px
}

.block-modal {
    font-size: 24px;
    text-align: left;
    line-height: 120%
}

.block-modal .modal-title {
    font-size: 22px;
    line-height: 120%;
    font-weight: 300;
    text-align: center;
    margin: 0 0 50px 0
}

.block-modal .modal-title p {
    margin: 0
}

.block-modal h3 {
    color: #000;
    font-family: TTLakes;
    font-size: 24px;
    line-height: 32px;
    margin: 0 0 16px 0
}

.block-modal h4 {
    font-size: 26px;
    font-weight: 500;
    line-height: 110%;
    margin: 0 0 25px 0
}

.block-modal .modal-inner {
    max-width: 1050px;
    margin: 0 auto
}

.block-modal .block-table {
    margin: 0 0 35px 0
}

.block-modal .block-table td {
    padding: 18px 0
}

.block-modal .block-table .icon-td {
    width: 70px;
    text-align: center;
    padding: 0 25px 0 0
}

.block-modal .block-table .icon-td i {
    font-size: 47px
}

.block-modal .block-table .icon-td .kyivstar-icon-phone {
    font-size: 34px
}

.block-modal .block-form {
    text-align: center;
    max-width: 820px;
    margin: 0 auto;
    font-size: 16px
}

.block-modal .block-form h4 {
    margin: 0 0 30px 0;
    font-size: 18px;
    line-height: 22px;
}
/*
.block-modal .block-form input[type=color], .block-modal .block-form input[type=date], .block-modal .block-form input[type=datetime-local], .block-modal .block-form input[type=datetime], .block-modal .block-form input[type=email], .block-modal .block-form input[type=month], .block-modal .block-form input[type=number], .block-modal .block-form input[type=password], .block-modal .block-form input[type=search], .block-modal .block-form input[type=tel], .block-modal .block-form input[type=text], .block-modal .block-form input[type=time], .block-modal .block-form input[type=url], .block-modal .block-form input[type=week], .block-modal .block-form select, .block-modal .block-form textarea {
    color: #434e55;
    padding: 15px 28px;
    background: #fff;
    box-shadow: none;
    border-radius: 25px;
    font-weight: 300;
    height: 43px
}
*/

.block-modal .block-form a {
    text-decoration: none
}

.block-modal .block-form a:hover {
    text-decoration: underline
}

.block-modal .block-form .field-holder {
    padding: 0 25px;
    margin-bottom: 30px;
}

.block-modal .block-form .red-btn {
/*    border: 2px solid #fddc33;*/
    margin-top: 20px
}

.block-modal .block-form .red-btn:hover {
/*    border-color: #fff*/
}

.block-modal .block-form .red-bordered-button {
  font-weight: 900;
}


.block-modal .block-form .pure-u-md-4-24 .field-holder {
    padding: 0 15px
}

.block-modal .block-form .pure-g {
    margin: 0 -15px 0 -25px
}

.geo-modal {
    text-align: left;
    font-size: 22px;
    line-height: 130%;
    font-weight: 300
}

.geo-modal .modal-inner {
    max-width: 1220px;
    margin: 0 auto
}

.geo-modal .map-holder iframe, .geo-modal .map-holder img, .geo-modal .map-holder object {
    max-width: 100%
}

.geo-modal h3 {
    font-size: 36px;
    line-height: 110%;
    margin: 0 0 25px 0;
    font-weight: 300
}

.geo-modal p {
    margin: 0
}

.geo-modal .address {
    font-size: 24px;
    margin-top: 50px;
}
.geo-modal .date {
    font-size: 24px;
    margin-bottom: 50px;
}

.geo-modal .devices a {
    color: #fff;
    font-weight: 100;
    text-decoration: none;
    background-image: linear-gradient(to left, #fff 50%, #fff 50%);
    background-repeat: repeat-x;
    background-size: 1px 1px;
    background-position: 0 1.05em
}

.geo-modal .devices a:hover {
    background: 0 0
}

.geo-modal .red-btn {
    font-size: 18px;
    padding: 9px 18px 8px;
    border: 2px solid #fddc33;
    background-image: none;
    color: #434e55;
    font-weight: 900
}

.geo-modal .red-btn[disabled] {
    font-size: 18px;
    padding: 9px 18px 8px;
    border: 2px solid #fff;
    background-image: none;
    color: #ddd;
    opacity: 1;
    background: #fff;
    font-weight: 900
}

.geo-modal .red-btn:hover {
    border-color: #fff;
    color: #fff
}

.geo-modal .red-btn i {
    font-size: 28px;
    vertical-align: middle;
    margin: -4px 5px 0 0;
    display: inline-block
}

.geo-modal .back-link {
    display: inline-block;
    margin: 11px 0 0;
    font-size: 18px;
    line-height: 120%;
    padding: 0 0 0 15px
}

.geo-modal .text-holder {
    padding: 40px 0 0 40px
}

.geo-modal .square-btn {
    font-weight: 400;
    padding: 10px 35px
}

.locations-table {
    width: 100% !important;
    font-size: 18px;
    line-height: 110%;
    border: 1px solid #f0f0f0
}

.locations-table th {
    color: #666;
    background: #f0f0f0;
    font-weight: 700;
    padding: 20px 15px
}

.locations-table th i {
    font-size: 12px
}



/*.locations-table th.sorting {
    cursor: pointer;
}
.locations-table th.sorting:after {
    font-family: kyivstar !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    opacity: 0.5;
    display: inline-block;
    content: "\e90b";
    font-size: 12px;
    margin: 0 0 0 4px;
}

.locations-table th.sorting_asc:after  {
    opacity: 1;
    transform:rotate(180deg);
}*/

.locations-table td {
    border-bottom: 1px solid #f0f0f0;
    padding: 15px;
    font-weight: 300;
    min-width: 50px;
}

.table-wrap {
    overflow: auto
}

.location-history {
    margin: 45px 0 0 0
}

.location-history__title {
    text-align: center
}

.location-history__table-wrap {
    margin: 0 0 25px 0
}

.location-history__all-history {
    font-size: 18px
}

.location-history__all-history a {
    cursor: pointer;
    color: #fff;
    background: 0 0
}

.location-history__all-history .kyivstar-icon-two-stripe-down {
    font-size: 11px
}

.location-history__pagination {
    font-size: 18px
}

.location-history__pagination a {
    color: #fff;
    margin: 0 4px;
    background: 0 0;
    text-decoration: none
}

.location-history__pagination .active {
    font-weight: 700
}

.location-history__bottom-btns {
    margin: 35px 0 0 0;
    text-align: center
}

.location-history__bottom-btns .square-btn {
    margin: 0 30px
}

.red-bordered-button {
    border: 2px solid #fff;
    background: 0 0;
    color: #fff;
    border-radius: 25px;
}

.red-bordered-button:hover {
    box-shadow: none;
    background: #fddc33;
    border-color: #fddc33;
    border: 2px solid #fddc33;
    color: #434e55
}

.red-bordered-button:active {
    box-shadow: none
}

.geo-modal .red-bordered-button:hover {
    color: #434242;
    background: #fc3;
    border: 2px solid #fddc33;
    box-shadow: none
}

.geo-modal .red-btn:hover {
    color: #fff;
    background: #39f;
    border: 2px solid #fff;
    box-shadow: none
}

.photo-form .red-btn:hover {
    color: #219fff;
    background: #fff;
    border: 2px solid #219fff;
    box-shadow: none
}

.square-btn {
    border-radius: 0;
    font-size: 18px;
    padding: 10px 35px;
    text-decoration: none
}

/*
.footer-white {
    background: #fff;
}

.footer {
    padding: 40px 0;
    background: #F5F5F5;
    color: #707070;

}

.footer .bottom-block {
    background: #f7f8fb;
}

.footer .bottom-block a {
    color: #229fff;
  text-align: left;
}

.footer-blocks
{
	margin: 0 -15px;
}
.footer .footer-part a {
    margin-right: 20px;
}
*/
.bottom-block
{
	margin: 0 0 30px 0;
	padding: 0 15px;
  text-align: left;
}
.bottom-block h3
{
	font-size: 14px;
	font-weight: 900;
	line-height: 26px;
	margin: 0 0 10px 0;
}
.bottom-block .nav
{
	font-size: 12px;
	font-weight: 300;
	line-height: 130%;
}
.bottom-block .nav li
{
	margin: 7px 0;
  padding: 0;
}
.bottom-block .nav a
{
	text-decoration: none;
}
.bottom-block .nav a:hover
{
	color: #4c5a63;
	text-decoration: underline;
}
.bottom-block .small
{
	font-size: 10px;
}

.copyright {
    color: #b4b7bb;
    font-size: 11px;
    font-weight: 300;
    line-height: 130%;
    padding: 0 15px;
}

.user-form .red-btn {
    padding: .5em 1em;
}

.user-form .red-btn .mts-ico-key {
    font-size: 12px;
    margin: 0 10px 0 0
}

.user-form .question {
    color: #39f
}

.login-form {
    max-width: 800px;
    margin: 0 auto
}

.login-form label {
    display: block;
    color: #000;
    font-size: 20px;
    margin: 0 0 18px 20px
}

.login-form input {
    width: 210px;
    background: 0 0;
    text-align: left;
    outline: 0;
    display: block;
    max-width: 100%;
    margin: 0 auto 30px;
    font-family: Montserrat-Regular;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    padding: 0 25px;
    height: 54px;
    border: none;
    border-radius: 5px
}

.login-form .red-btn {
    min-width: 300px;
    margin: 30px 0 15px;
    font-weight: bold
}

.login-form .forgot-pass {
    font-size: 16px;
    margin: 0 auto;
}

.map-holder {
    height: 450px;
}

.photo-modal .text-holder .red-btn {
    margin: 0 0 25px 0;
    width: 49%;
    font-weight: 400
}

.geo-modal .text-holder .red-btn {
    padding: 9px 39px 9px 33px;
    margin: 0 0 25px 0;
    width: 100%
}

.geo-modal .text-holder .red-bordered-button {
    padding: 8px 10px 8px 31px;
    margin: 0 0 30px 0;
    width: 100%
}

.modal-geolocation {
    width: 100%;
    box-sizing: border-box;
    padding: 100px 0;
    color: #fff;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    line-height: 120%;
    position: relative
}

.modal-geolocation .modal-inner {
    max-width: 700px;
    margin: 0 auto
}

.modal-geolocation .modal-inner h3 {
    color: #fff;
    font-size: 36px;
    font-weight: 400;
    line-height: 120%;
    margin: 0 0 35px 0
}

.modal-geolocation .modal-inner p {
    margin: 0 0 65px 0
}

.modal-geolocation .field-holder {
    max-width: 245px;
    margin: 0 auto
}

.modal-geolocation .field-holder .red-btn {
    max-width: 105px;
    font-size: 18px;
    padding: 10px 42px;
    font-weight: 400;
    margin-top: 10px;
}

.modal-geolocation .field-holder .red-bordered-button {
    max-width: 105px;
    font-size: 18px;
    padding: 10px 37px;
    font-weight: 400
}

.dataTable .sorting_asc .kyivstar-icon-stripe-down {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    display: inline-block
}

.dataTable .sorting, .dataTable .sorting_asc, .dataTable .sorting_desc {
    cursor: pointer;
    outline: 0
}

.dataTable th.sorting .kyivstar-icon-stripe-down {
    opacity: .5 !important
}

.info-message {
    border: 2px solid #219fff;
    border-radius: 5px;
    padding: 14px;
    text-align: center;
    font-size: 18px;
    line-height: 140%;
    font-weight: 600;
    color: #219fff;
    margin: 0 0 20px 0
}

.info-message .message-inner {
    margin: 0 auto;
    padding: 14px;
    border: 2px solid #fff;
    border-radius: 5px;
}

.popup_msg .message-inner {
    color: #fff;
}

/*.footer-social
{
	padding: 0 15px;
}
.footer-social a
{
	background: #e6ebef;
	border-radius: 50%;
	display: inline-block;
	font-size: 16px;
	height: 36px;
	line-height: 39px;
	margin: 0 8px 0 0;
	text-align: center;
	text-decoration: none;
	width: 36px;
}
.footer-social a:hover i
{
	color: #fff;
}
.footer-social .kyivstar-icon-fb
{
	color: #23599c;
}
.footer-social .kyivstar-icon-tw
{
	color: #49a6f8;
}
.footer-social .kyivstar-icon-youtube-play
{
	color: #e93f33;
}
.footer-social .soc-fb:hover
{
	background: #23599c;
}
.footer-social .soc-tw:hover
{
	background: #49a6f8;
}
.footer-social .soc-yt:hover
{
	background: #e93f33;
}
.footer-social a i {
  line-height: 39px;
}
*/
.main-ios-step, .main-windows-step, .main-noos-step {
    display: none
}

.block-model {
    padding: 70px 0 0 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 130%;
    text-align: center;
}

.block-model .wrap {
    max-width: 800px
}

.block-model .block-title {
    margin: 0 0 70px 0
}

.block-model p {
    margin: 0 0 55px 0
}

.block-model .phone-bg {
    float: none;
    margin: 0;
    width: 225px
}

.block-model .input-holder {
    margin: 105px 0 0 30px;
    max-width: 315px
}

.block-model input[type=color], .block-model input[type=date], .block-model input[type=datetime-local], .block-model input[type=datetime], .block-model input[type=email], .block-model input[type=month], .block-model input[type=number], .block-model input[type=password], .block-model input[type=search], .block-model input[type=tel], .block-model input[type=text], .block-model input[type=time], .block-model input[type=url], .block-model input[type=week], .block-model select, .block-model textarea {
    border-radius: 6px;
    border: none;
    box-shadow: none;
    font-weight: 400;
    padding: 15px 40px;
    background: #fff;
    color: #000;
    height: auto;
    margin: 0 auto
}

.block-model select {
    width: 100%;
    color: #000;
    padding: 12px 20px;
    height: 49px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.3' height='7.81' viewBox='0 0 14.3 7.81'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23434e55;%7D%3C/style%3E%3C/defs%3E%3Cpolygon class='a' points='7.15 7.82 0 1.5 1.32 0 7.15 5.15 12.97 0 14.3 1.5 7.15 7.82'/%3E%3C/svg%3E");
    background-position: right 18px center;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.block-app .download {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 130%;
    max-width: 200px;
    margin: 0 0 0 70px
}


.connect-modal .block-model {
    background: 0 0;
    padding: 0 0 60px 0
}

.block-app .download .kyivstar-icon-arrow-down {
    font-size: 49px;
    color: #fc3;
    cursor: pointer;
}

.block-app .pure-button-disabled .kyivstar-icon-arrow-down {
    font-size: 49px;
    color: #fff
}

.bottom-block-landing {
	background: #219fff;
	padding: 80px 0 60px;
	text-align: center;
	font-size: 16px;
	font-weight: 300;
	line-height: 120%
}

.bottom-block-landing h2 {
	margin: 0 auto 70px;
	max-width: 700px;
	color: #fff
}

.pure-button-disabled, .pure-button-disabled:active, .pure-button-disabled:focus, .pure-button-disabled:hover, .pure-button[disabled] {
    border: none;
    background-image: none;
    filter: alpha(opacity=40);
    opacity: .4;
    cursor: not-allowed;
    box-shadow: none;
    pointer-events: none;
    background: #ddd;
    color: #fff;
}


div.pure-button-disabled {
  opacity: 1;
  color: #fd3;
  background: none;
}

.download p {
  color: #fff;
}

.link-form .pure-button-disabled {
  color: #fff;
  border: 2px solid #e4e4e4;
  opacity: 1;
  background: #e4e4e4;
}

.info-form .pure-button-disabled {
    background: #fff;
    color: #ddd;
    opacity: 1;

}


.red-btn {
    padding: 10px 25px;
}

.red-bordered-button {
    padding: 10px 25px;
}

.small-button {
    padding: 0px 16px;
}

.small-font {
    font-size: 75%;
}

.wide-margin {
  margin-left: 40px;
}

.text-red {color:red;}

.highlight_border {
  border: 1px solid red !important;
}

.toolbar {
  display: inline;
  margin: 0 35px 0 0;
}

.block-history .table-wrap .category-form  {
    max-width: 800px;
    display: inline;
}
.block-history .table-wrap .category-form .pure-input-1 {
    margin: 0 auto 35px;
    text-align: center;
}

.dataTables_processing {
    margin-bottom: 50px;
    text-align: center;
}

@media all and (max-width: 1279px) {
    .logo .logo-icon {
        height: 64px
    }

    .logo .logo-word {
        height: 40px;
        margin: -5px 0 0 15px
    }

    .top-phone {
        padding: 7px 0 0 0
    }

    .user {
        padding: 7px 0 0 0
    }
}

@media all and (max-width: 1100px) {
    .device-form .pure-g {
        margin: 0 -15px
    }

    .device-form .input-holder {
        padding: 0 15px 130px
    }
}

@media all and (max-width: 1023px) {
    .logo .logo-word {
        display: none
    }

    .top-phone {
        font-size: 16px
    }

    .top-phone p i {
        font-size: 19px;
        margin: -4px 4px 0 0
    }

    .top-phone a {
        font-size: 26px
    }

    .user {
        font-size: 16px
    }

    .user .kyivstar-icon-avatar {
        font-size: 14px;
        margin: -4px 7px 0 0
    }

    .user .user-phone {
        font-size: 14px;
        padding: 0 0 0 20px
    }

    .landing-steps {
        left: 30px
    }

    .phone-bg {
        float: none;
        margin: 0 auto 45px
    }

    .installation-tab .tab-text-holder {
        margin: 0 auto;
        float: none
    }

    .installation .install-intro {
        max-width: 560px;
        padding: 0 25px;
        margin: 0 auto 50px
    }

    .block-app .play-link {
        margin: 13px 0 0 0
    }

/*    .footer {
        padding: 40px 0;
        font-size: 15px
    }

    .footer p {
        font-size: 20px;
        margin: 0 0 10px 0
    }

    .footer .telephone {
        font-size: 20px;
        margin: 0 0 45px 0;
        display: block
    }

    .footer .footer-nav {
        max-width: 225px;
        font-size: 18px;
        border-right: none;
        border-bottom: 2px solid #fff;
        padding: 0 0 30px 0;
        margin: 0 auto 30px
    }

    .footer .footer-social {
        font-size: 15px;
        margin: 0 auto;
        max-width: 175px
    }
*/
    .tablet-order-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        order: 1
    }

    .tablet-order-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        order: 2
    }

    .blocking-holder {
        width: auto;
        max-width: 300px;
        display: block;
        margin: 0 auto 15px
    }

    .device-list .phone-bg {
        margin: 0 auto 50px
    }

    .geo-modal .text-holder {
        padding: 0 0 0 30px
    }

    .geo-modal .address {
        margin-top: 30px;
    }
    .geo-modal .date {
        margin-bottom: 30px;
    }
}

@media all and (max-width: 959px) {
    .device-form p {
        line-height: 120%;
        height: 0
    }

    .geo-modal .back-link {
        max-width: 150px;
        float: right;
        margin: 0
    }

    .locations-table {
        font-size: 16px;
        line-height: 120%
    }
}

@media all and (max-width: 860px) {
    .block-history .pages {
        margin: 10px 0 0 0
    }
}

@media all and (max-width: 767px) {
		.paginate-text-center {
				text-align: center
		}

    .wrap {
        padding: 0 20px
    }

    .header .wrap {
        padding: 0 15px
    }

    .logo .logo-icon {
        height: 40px
    }

    .login-btn {
        display: none
    }

    .lang-select {
        display: none
    }

    .user {
        float: none;
        font-weight: 300;
        text-align: center;
        font-size: 12px;
        padding: 4px 0 0 0;
        line-height: 140%
    }

    .user .user-name {
        margin: 0 0 4px 0
    }

    .user .kyivstar-icon-avatar {
        font-size: 12px;
        margin: -1px 6px 0 0
    }

    .user .user-phone {
        color: #929fa7;
        font-size: 11px;
        padding: 0 0 0 25px
    }

    .header-top {
        padding: 15px 0 18px
    }

    .top-phone {
        padding: 12px 0 0 0;
        max-width: 140px;
        margin: 0 auto
    }

    .top-phone p {
        font-size: 12px;
        line-height: 130%;
        margin: 0 0 5px 0;
        min-height: 30px
    }

    .top-phone p i {
        font-size: 15px
    }

    .top-phone a {
        font-size: 17px
    }

    .main-nav li {
        font-size: 14px;
        line-height: 120%;
        vertical-align: middle;
        border: none
    }

    .main-nav li a {
        white-space: normal;
        padding: 7px 4px
    }

    .main-nav .active a {
        padding: 6px 4px
    }

    .block-title {
        font-size: 23px
    }

    .fon-visible {
        display: block
    }

    .white-btn {
        padding: 8px 41px
    }

    .welcome {
        padding: 30px 0 0 0;
        font-size: 18px
    }

    .welcome h2 {
        margin: 0 auto 20px
    }

    .welcome h3 {
        font-size: 16px;
        margin: 0 0 25px 0
    }

    .welcome .input-holder {
        padding: 0 30px 25px
    }

    .welcome img {
        height: 78px
    }

    .modal-geolocation .modal-inner p {
        margin: 0 0 15px 0;
    }

    .info-form {
        padding: 35px 30px;
        font-size: 14px
    }

    .info-form h2 {
        margin: 0 0 25px 0
    }

    .info-form .form-item {
        margin: 0 0 15px 0
    }

    .info-form label {
        margin: 0 0 25px 0;
        font-size: 20px
    }

    .info-form input[type=color], .info-form input[type=date], .info-form input[type=datetime-local], .info-form input[type=datetime], .info-form input[type=email], .info-form input[type=month], .info-form input[type=number], .info-form input[type=password], .info-form input[type=search], .info-form input[type=tel], .info-form input[type=text], .info-form input[type=time], .info-form input[type=url], .info-form input[type=week], .info-form select, .info-form textarea {
        padding: 10px 20px
    }

    .info-form select {
        margin: 0 0 20px 0;
        padding: 10px 20px;
        height: 37px
    }

    .info-form .data {
        max-width: 100%
    }

    .info-form .information {
        margin: 20px -20px 0
    }

    .info-form p {
        margin: 18px 0 0 0
    }

    .device-form {
        padding: 35px 0;
        font-size: 14px
    }

    .device-form h2 {
        margin: 0 0 25px 0
    }

    .device-form .pure-g {
        margin: 0 -12px
    }

    .device-form .input-holder {
        padding: 0 12px 0;
        margin: 0 0 30px
    }

    .device-form p {
        font-size: 16px;
        text-align: left
    }

    .device-form select {
        height: 37px;
        padding: 10px 20px
    }

    .device-form input[type=text] {
        padding: 10px 20px;
        max-width: 270px;
        margin: 0 auto
    }

    .bottom-block {
        font-size: 14px;
    }

    .bottom-block h2 {
        margin: 0 auto 55px
    }

    .bottom-block .red-btn {
        padding: 10px 29px
    }

    .mobile-order-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        order: 1
    }

    .mobile-order-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        order: 2
    }

    .mobile-order-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        order: 3
    }

    .phone-visible-grid {
        display: inline-block
    }

    .landing-steps {
        display: none
    }

    .install-slider-control {
        font-size: 17px;
        text-align: center
    }

    .install-slider-control span i {
        font-size: 30px
    }

    .install-slider-control .count {
        width: 30px
    }

    .install-tabs-nav {
        font-size: 14px;
        line-height: 30px
    }

    .install-tabs-nav span {
        margin: 0 0 0 6px
    }

    .installation-tab {
        padding: 1px 15px 0
    }

    .step-slide-text {
        font-size: 12px
    }

    .step-slide .number {
        width: 48px;
        font-size: 18px
    }

    .phone-bg {
        margin: 0 auto 25px
    }

    .step-slider-wrap {
        padding: 20px 0 15px 0
    }

    .iphone-phone {
        width: 200px
    }

    .android-phone {
        width: 200px
    }

    .windows-phone {
        width: 200px
    }

    .installation {
        padding: 30px 0
    }

    .installation .wrap {
        padding: 0
    }

    .installation .block-title {
        margin: 0 0 12px 0
    }

    .installation .install-intro {
        max-width: 560px;
        padding: 0 25px;
        font-size: 14px;
        margin: 0 auto 15px
    }

    .phone-visible {
        display: inherit
    }

    .block-app {
        padding: 40px 0;
        text-align: left;
        font-size: 16px
    }

    .block-app .wrap {
        padding: 0 15px
    }

    .block-app h2 {
        margin: 0;
        padding: 0 0 0 42px
    }

    .block-app h2 .left-line {
        top: 14px;
        left: 0;
        width: 32px;
        height: 90px;
        border-top: 1px solid #fff;
        border-left: 1px solid #fff;
        border-bottom: 1px solid #fff;
        border-radius: 6px 0 0 6px
    }

    .block-app h2 .left-line:after {
        content: '';
        width: 7px;
        height: 7px;
        border-radius: 50%;
        right: -4px;
        bottom: -4px;
        left: auto
    }

    .block-app h2 .right-line {
        top: 87px;
        right: auto;
        left: 0;
        width: 32px;
        height: 75px;
        border-top: none;
        border-left: 1px solid #fff;
        border-bottom: 1px solid #fff;
        border-right: none;
        border-radius: 0 0 0 6px
    }

    .block-app h2 .right-line:after {
        content: '';
        width: 7px;
        height: 7px;
        border-radius: 50%;
        right: -4px;
        bottom: -4px;
        left: auto
    }

    .block-app .app-var-holder {
        padding: 0 0 0 52px;
        margin: 0 0 44px 0
    }

    .block-app .play-link {
        margin: 0 0 26px 0
    }

    .block-app .play-link img {
        height: 46px
    }

    .block-app .link-form {
        float: none;
        max-width: 260px;
        font-size: 12px;
        margin: 0
    }

    .block-app label {
        font-size: 16px;
        margin: 0 0 12px 0
    }

    .block-app input[type=text] {
        max-width: 130px;
        padding: 10px 10px 10px 17px;
        height: 34px;
        font-size: 12px
    }

    .block-app .red-btn {
        padding: 8px 15px;
        max-width: 102px;
        height: 34px
    }

    .block-app .red-btn i {
        font-size: 14px;
        margin: -2px 0 0 5px
    }

    .block-app .on-change {
        padding: 0 0 0 60px;
        font-size: 14px
    }

    .block-app .kyivstar-icon-cart {
        width: 48px;
        height: 48px;
        line-height: 48px;
        margin: -24px 0 0 0;
        font-size: 30px
    }

    .block-app .download p {
        display: inline;
    }

    .block-app .pure-button-disabled .kyivstar-icon-arrow-down,
    .block-app .download .kyivstar-icon-arrow-down {
        font-size: 30px;
    }

    .block-app .download {
      font-size: 16px;
      font-weight: 100;
      line-height: 100%;
      max-width: 300px;
      margin: 0;
    }


    .device-list .phone-bg {
        margin: 0 auto 30px
    }

    .device-list .device-options {
        text-align: center;
        margin: 20px 0 0 0
    }

    .pure-button {
        max-width: 100%
    }

    .photo-modal .text-holder .red-btn {
        width: 100%;
    }

    .block-history .photo-form select {
        font-size: 11px;
        max-width: 240px;
        display: block;
        margin: 0 auto 30px
    }

    .device-list table {
        width: 100%;
        font-size: 14px
    }

    .device-list table td {
        width: 50%;
        padding: 4px 15px
    }

    .device-list .extend-link {
        position: static;
        display: inline-block;
        margin: 5px 0 0 0
    }

    .device-list .add-holder {
        margin: 0;
        text-align: center
    }

    .device-list article {
        margin: 0 0 50px 0
    }

    .content-wrap {
        padding: 30px 0
    }

    .block-history {
        font-size: 14px
    }

    .block-history .category-form {
        margin: 0 auto 30px;
        font-size: 12px;
        max-width: 240px
    }

		.block-history select,
		.admin-table select {
	  		/* SVG background image */
			  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23888888'><polygon points='0,0 80,0 40,100'/></svg>") no-repeat;
  			background-size: 12px;
			  background-position: calc(100% - 3px) 11px;
		  	background-repeat: no-repeat;
			  background-color: #fff;

				background-size: 10px 5px;
				margin-bottom: 5px;
		}
		.dataTables_length select {
				width: 60%;
		}

    .block-history .history-table {
        margin: 0 -5px 25px
    }

    .block-history .history-table th {
        padding: 5px;
        font-size: 14px
    }

    .block-history .history-table th i {
        font-size: 9px;
        margin: 0 0 0 10px
    }

    .block-history .history-table td {
        padding: 13px 6px
    }

    .block-history .history-table td span {
        margin: 0 0 5px 0;
        display: block
    }

    .block-history .pagination {
        text-align: center;
        margin: 10px 0 10px 0
    }

    .block-history .year-form {
        max-width: 100px;
        margin: 0 auto 25px;
        font-size: 12px
    }

    .block-history .all-history {
        padding: 0
    }

    .all-history {
        padding: 0;
        max-width: 100%;
        font-size: 17px;
        line-height: 130%
    }

    .all-history .kyivstar-icon-two-stripe-down {
        font-size: 12px;
        margin: 0 0 0 9px
    }

    .history-main .block-title {
        margin: 0 0 15px 0
    }

    .history-main .description {
        font-size: 18px;
        line-height: 130%;
        margin: 0 0 30px 0
    }

    .history-categories article {
        margin: 0 0 30px 0
    }

    .history-categories h2 {
        font-size: 18px
    }

    .user-form {
        font-size: 14px;
        text-align: center
    }

    .user-form input[type=color], .user-form input[type=date], .user-form input[type=datetime-local], .user-form input[type=datetime], .user-form input[type=email], .user-form input[type=month], .user-form input[type=number], .user-form input[type=password], .user-form input[type=search], .user-form input[type=tel], .user-form input[type=text], .user-form input[type=time], .user-form input[type=url], .user-form input[type=week], .user-form select, .user-form textarea {
        padding: 10px 25px
    }

    .user-form a {
        text-decoration: none
    }

    .user-form a:hover {
        text-decoration: underline
    }

    .user-form label {
        font-size: 18px;
        display: block;
        padding: 0;
        margin: 0;
        text-align: center
    }

    .user-form .pure-u-1 {
        margin: 0 0 17px 0
    }

    .user-form .btn-holder {
        margin: 10px 0 20px
    }

    .user-form .pure-button:hover {
        text-decoration: none
    }

/*    .modal-lock .field-holder .red-bordered-button {
        margin: 0 0 25px 0
    }
*/

    .user-form .blue-button {
        font-size: 16px
    }

    .user-form .blue-button i {
        font-size: 12px;
        margin: 0 5px 0 0
    }

    .user-form .warning {
        margin: 0;
        color: #219fff
    }

    .pop-up-form h3 {
        font-size: 20px
    }

    .pop-up-form .field-holder {
        margin: 0 0 20px 0
    }

    .pop-up-form .packet-text {
        font-size: 16px;
        padding: 0
    }

    .pop-up-form .phone-step1 {
        font-size: 14px;
        padding: 8px 20px;
        height: 36px;
        margin: 0 auto 20px;
        display: block
    }

    .login-form .forgot-pass {
        margin: 10px auto;
    }

    .pop-up-form .red-btn {
        font-size: 14px;
        padding: 8px 20px;
        height: 36px;
        margin: 0
    }

    .pop-up-form .for-connect {
        font-size: 16px
    }

    .pop-up-form .for-connect .kyivstar-icon-tel1 {
        position: static;
        margin: 0 auto
    }

    .connect-modal {
        padding: 100px 20px
    }

    .connect-modal .block-app .red-btn {
        padding: 8px 15px;
        height: 34px;
        font-size: 12px;
        max-width: 107px
    }

    .connect-modal .block-app .red-btn i {
        margin: -2px 0 0 5px
    }

    .block-modal {
        font-size: 18px;
        padding: 35px 12px;
        width:100%;
    }

    .block-modal .remodal-close {
        right: 10px;
        top: 10px
    }

    .block-modal h3 {
        font-size: 25px
    }

    .block-modal .modal-title {
        /*color: #fff;*/
        font-size: 18px;
        margin: 0 0 20px
    }

    .block-modal .modal-title p {
        max-width: 210px;
        margin: 0 auto
    }

    .block-modal h4 {
        font-size: 16px;
        margin: 0 auto 35px;
        text-align: center
    }

    .block-modal .block-table {
        text-align: center;
        margin: 0 auto 15px
    }

    .block-modal .block-table td {
        display: block;
        padding: 20px 0 25px
    }

    .block-modal .block-table .icon-td {
        width: auto;
        padding: 0
    }

    .block-modal .block-form h4 {
        font-size: 18px;
        margin: 0 auto 20px
    }

    .block-modal .block-form .pure-g {
        max-width: 266px;
        margin: 0 auto
    }

    .block-modal .block-form .field-holder {
        padding: 0 8px;
        margin: 0 0 24px 0
    }

    .block-modal .block-form .pure-u-md-4-24 .field-holder {
        padding: 0 8px
    }

    .block-modal .block-form .red-btn {
/*        margin: 0 !important*/
    }

    .geo-modal {
        font-size: 18px;
        padding: 35px 12px
    }

    .geo-modal .remodal-close {
        right: 10px;
        top: 10px
    }

    .geo-modal h3 {
        font-size: 25px
    }

    .geo-modal .text-holder {
        padding: 0;
        margin: 0 0 35px 0
    }

    .geo-modal h3, .geo-modal p {
        text-align: center
    }

    .geo-modal .modal-title {
        max-width: 240px;
        margin: 0 auto
    }

    .geo-modal .address {
        text-align: left;
        font-size: 18px
    }
    .geo-modal .date {
        text-align: left;
        font-size: 18px
    }

    .geo-modal .back-link {
        text-align: left;
        font-size: 16px;
        max-width: 100px
    }

    .geo-modal .red-btn {
        padding: 7px 12px;
        font-size: 13px
    }

    .geo-modal .red-btn i {
        font-size: 20px
    }

    .locations-table {
        font-size: 14px;
        line-height: 120%
    }

    .locations-table th {
        padding: 14px 5px
    }

    .locations-table td {
        padding: 5px
    }

    .location-history__pagination {
        margin: 0 0 10px 0;
        text-align: center;
    }

    .location-history__bottom-btns .square-btn {
        padding: 7px 12px;
        font-size: 13px;
        margin: 10px 15px
    }
}

@media all and (max-width:579px) {
	.bottom-block {
		text-align: center;
    padding: 0;
	}
/*  .footer .bottom-block a
  {
    text-align: center;
  }
  .copyright
	{
		margin: 0 0 30px 0;
		text-align: center;
	}
  .footer-social a {
    margin: 0 4px;
  }
  .footer-social {
    text-align: center;
  }
*/
  .modal-lock .field-holder .red-bordered-button {
    margin: 0px 0px 10px 0px
  }
}

@media all and (max-width:360px) {
  .block-history .history-table {
    margin: 0 -1px 25px;
  }
  .block-history .history-table td {
    padding: 6px 2px;
  }
  .white-container {
    width: 100% !important;
  }
  .dataTables_paginate {
    margin: 0 20px;
  }
}

.block-app .pure-button-disabled {
  opacity: .4 !important;
  cursor: not-allowed;
}
#admin-edit-form .input-sm {
    text-align: center;
}
.kyivstar-icon-pen:before {
  cursor: pointer;
}
.pure-form input[type="search"] {
	background-image: url(../images/Search.svg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 10px center;
  padding-left: 45px;
}

#external_filter_container select {
		width: 90%;
    margin-bottom: 10px;
}
.block-history .history-table img {
	width: 100%;
	max-width: 248px
}

.show_on_small {
	display: none;
}

@media all and (max-width:767px) {
	.show_on_small {
		display: block;
	}
	.block-history .history-table th {
		padding: 2px;
		font-size: 14px;
	}
	.block-history .history-table td {
		padding: 0px 5px;
		font-size: 13px
	}
	.block-history .photo-table td,
	.block-history .photo-table th {
		font-size: 11px
	}
}

@media all and (max-width: 920px) {
    .geo-modal .text-holder .red-btn {
        padding: 9px 39px 9px 10px;
        font-size: 14px;
    }
}

.pagination .kyivstar-icon-two-stripe-down {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.sms-device-block-message h4,
.push-device-block-message h4 {
	text-align: center;
}
#admins .pure-button {
  min-width: 150px;
}
#admins td span {
	margin: 0;
}
#from_date, #to_date {
  width: 145px;
  height: 28px;
  border: 1px solid #aaa;
  box-shadow: none;
  background: none;
  border-radius: 4px;
  padding: 0 0.4em;
	background: white url(/images/calendar-icon.svg) right no-repeat;
	padding-right: 17px;
}
.small-height-btn {
    height: 35px;
    padding-top: 6px;
}
.smallest-height-btn {
    height: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.height-asinput-btn {
    height: 28px;
    padding-top: 3px;
}

.head-form {
		margin: 20px auto 25px;
}

.head-form .blank_input {
    background: none;
    border: 1px solid #aaa;
    box-shadow: none;
    border-radius: 4px;
    height: 28px;
    padding: 0 0.4em;
}
.head-form input[type="search"] {
	background-image: url(../images/Search.svg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 10px center;
  padding-left: 45px;
}
.head_notification {
    position: fixed;
    width: 100%;
    top: 0;
    padding: 10px;
    border: none;
    z-index: 100000;
		background: rgba(34, 159, 255, .9);
		color: #fff;
		text-align: center;
}
.head_notification .red-btn {
		float: right;
		margin-right: 20px;
}
#head_notification_message {
    font-size: 1.5em;
    margin-top: 10px;
    display: inline-block;
}
td.details-control {
	background: url('../images/details_open.png') no-repeat center center;
	cursor: pointer;
}
tr.shown td.details-control {
	background: url('../images/details_close.png') no-repeat center center;
}
@media all and (max-width:360px) {
	#head_notification_message {
    font-size: 1.2em;
  }
}
.wy-tooltip {
    z-index: 30000;
	border: 1px solid #F1D031;
	color: #444;
	background: #FFFFA3;
	box-shadow: 0 2px 3px #999;
	position: absolute;
	padding: 5px;
	text-align: left;
 	border-radius: 5px;
	 -moz-border-radius: 5px;
	 -webkit-border-radius: 5px;
}
.wy-hide { display: none; }

.device_app_version {
  display: inline;
}

.update_app_message {
  display: none;
  height: 20px;
}

.text-left {
  text-align: left;
}

.absolute_container {
    position:relative;
    padding-bottom: 20px;
}

.absolute_center_el {
    left: 50%;
    position:absolute;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}

.absolute_container_right {
    position:absolute;
    right: 0;
    max-width: 310px;
}

.owl-carousel{
    display:none;
    width:100%;
    -webkit-tap-highlight-color:transparent;
    position:relative;
    z-index:1
}
.owl-carousel .owl-stage{
    position:relative;
    -ms-touch-action:pan-Y
}
.owl-carousel .owl-stage:after{
    content:".";
    display:block;
    clear:both;
    visibility:hidden;
    line-height:0;
    height:0
}
.owl-carousel .owl-stage-outer{
    position:relative;
    overflow:hidden;
    -webkit-transform:translate3d(0,0,0)
}
.owl-carousel .owl-item{
    position:relative;
    min-height:1px;
    float:left;
    -webkit-backface-visibility:hidden;
    -webkit-tap-highlight-color:transparent;
    -webkit-touch-callout:none
}
.owl-carousel .owl-item img{
    display:block;
    width:100%;
    -webkit-transform-style:preserve-3d
}
.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{
    display:none
}
.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{
    cursor:pointer;
    cursor:hand;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none
}
.owl-carousel.owl-loaded{
    display:block
}
.owl-carousel.owl-loading{
    opacity:0;
    display:block
}
.owl-carousel.owl-hidden{
    opacity:0
}
.owl-carousel.owl-refresh .owl-item{
    visibility:hidden
}
.owl-carousel.owl-drag .owl-item{
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none
}
.owl-carousel.owl-grab{
    cursor:move;
    cursor:-webkit-grab;
    cursor:grab
}
.owl-carousel.owl-rtl{
    direction:rtl
}
.owl-carousel.owl-rtl .owl-item{
    float:right
}
.no-js .owl-carousel{
    display:block
}
.owl-carousel .animated{
    -webkit-animation-duration:1s;
    animation-duration:1s;
    -webkit-animation-fill-mode:both;
    animation-fill-mode:both
}
.owl-carousel .owl-animated-in{
    z-index:0
}
.owl-carousel .owl-animated-out{
    z-index:1
}
.owl-carousel .fadeOut{
    -webkit-animation-name:fadeOut;
    animation-name:fadeOut
}
@-webkit-keyframes fadeOut{
    0%{
        opacity:1
    }
    100%{
        opacity:0
    }
}
@keyframes fadeOut{
    0%{
        opacity:1
    }
    100%{
        opacity:0
    }
}
.owl-height{
    transition:height .5s ease-in-out
}

.bottom-space {
  margin-bottom: 10px;
}

.ui-widget-header {
  font-weight: normal;
}

input::-ms-clear {  display: none; width : 0; height: 0; }
input::-ms-reveal {  display: none; width : 0; height: 0; }


.icon_siren {
    width: 24px;
    height: 24px;
    background: url(/images/icon_siren.png) center no-repeat;
}
.icon_wipe {
    width: 23px;
    height: 24px;
    background: url(/images/icon_wipe.png) center no-repeat;
}
.icon_simstate {
    width: 19px;
    height: 24px;
    background: url(/images/icon_simstate.png) center no-repeat;
}

.ui-datepicker {
  width: 20em;
  padding: .2em .2em 0;
  display: none;
}

.ui-datepicker-trigger {
  cursor: pointer;
}

.ui-datepicker-prev, .ui-datepicker-next {
  display: none;
}

.ui-datepicker-header {
  border: none;
  background: #ffffff;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}

.ui-datepicker select.ui-datepicker-month {
  margin-right: 20px;
}

.ui-datepicker select.ui-datepicker-year {
  width: 30%;
}

.ui-datepicker-title select {
  border: none;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  outline: none;
  background: url("/images/arrow-select.svg") 90% center no-repeat;
}

.ui-datepicker th {
  color: #d0d0d0;
}

.ui-widget-content .ui-state-default {
  border: none;
  border-radius: 50%;
  padding: 10px;
  text-align: center;
  background: transparent;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight, .ui-state-active, .ui-widget-content .ui-state-active {
  background: #219BFF;
  color: #ffffff;
}

.ui-widget-content .ui-state-highlight {
  border: 1px solid #219BFF;
  background: #FFF;
  color: #000;
}


.ui-widget.ui-widget-content {
  border: none;
  cursor: pointer;
  box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.38);
}

.ui-datepicker .ui-datepicker-buttonpane button {
    margin: 0;
    padding-right: 0;
}

button.ui-datepicker-current,
button.ui-datepicker-close
{
    display: none;
}

.cancel_calendar {
    background: url(/images/calendar_cancel.svg) no-repeat !important;
    font-size: 99px !important;
    background-position-x: 15px !important;
    background-position-y: 15px !important;
}

.cancel_submit {
    background: url(/images/calendar_ok.svg) no-repeat !important;
    font-size: 99px !important;
    background-position-x: 15px !important;
    background-position-y: 15px !important;
}

.day-highlight {
  background: #e6e6e6 !important;
}

.pure-button-active, .pure-button:active {
    background: #00D829;
    border-radius: 3px;
    border-color: #00D829;
    color: #fff;
}
