@charset "UTF-8";

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

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
}

a:active,
a:hover {
    outline: 0
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

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
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

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-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}


/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@media print {
    *,
    :after,
    :before {
        background: 0 0!important;
        color: #000!important;
        box-shadow: none!important;
        text-shadow: none!important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }
    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    img,
    tr {
        page-break-inside: avoid
    }
    img {
        max-width: 100%!important
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    .navbar {
        display: none
    }
    .btn>.caret,
    .dropup>.btn>.caret {
        border-top-color: #000!important
    }
    .label {
        border: 1px solid #000
    }
    .table {
        border-collapse: collapse!important
    }
    .table td,
    .table th {
        background-color: #fff!important
    }
    .table-bordered td,
    .table-bordered th {
        border: 1px solid #ddd!important
    }
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    font-family: MuseoSans;
    font-size: 16px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #333
}

a:focus,
a:hover {
    color: #0d0d0d;
    text-decoration: none
}

a:focus {
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 22px;
    margin-bottom: 22px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[role=button] {
    cursor: pointer
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: 900;
    line-height: 1.1;
    color: inherit
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-weight: 400;
    line-height: 1;
    color: #777
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 22px;
    margin-bottom: 11px
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
    font-size: 65%
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
    margin-top: 11px;
    margin-bottom: 11px
}

.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-size: 75%
}

.h1,
h1 {
    font-size: 24px
}

.h2,
h2 {
    font-size: 21px
}

.h3,
h3 {
    font-size: 20px
}

.h4,
h4 {
    font-size: 19px
}

.h5,
h5 {
    font-size: 16px
}

.h6,
h6 {
    font-size: 14px
}

p {
    margin: 0 0 11px
}

.lead {
    margin-bottom: 22px;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4
}

@media (min-width:768px) {
    .lead {
        font-size: 24px
    }
}

.small,
small {
    font-size: 87%
}

.mark,
mark {
    background-color: #fcf8e3;
    padding: .2em
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.text-primary {
    color: #337ab7
}

a.text-primary:focus,
a.text-primary:hover {
    color: #286090
}

.text-success {
    color: #3c763d
}

a.text-success:focus,
a.text-success:hover {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:focus,
a.text-info:hover {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:focus,
a.text-warning:hover {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:focus,
a.text-danger:hover {
    color: #843534
}

.bg-primary {
    color: #fff;
    background-color: #337ab7
}

a.bg-primary:focus,
a.bg-primary:hover {
    background-color: #286090
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:focus,
a.bg-success:hover {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:focus,
a.bg-info:hover {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:focus,
a.bg-warning:hover {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:focus,
a.bg-danger:hover {
    background-color: #e4b9b9
}

.page-header {
    padding-bottom: 10px;
    margin: 44px 0 22px;
    border-bottom: 1px solid #eee
}

ol,
ul {
    margin-top: 0;
    margin-bottom: 11px
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px
}

.list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}

dl {
    margin-top: 0;
    margin-bottom: 22px
}

dd,
dt {
    line-height: 1.42857143
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

@media (min-width:768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }
    .dl-horizontal dd {
        margin-left: 180px
    }
}

abbr[data-original-title],
abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #777
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

blockquote {
    padding: 11px 22px;
    margin: 0 0 22px;
    font-size: 20px;
    border-left: 5px solid #eee
}

blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
    margin-bottom: 0
}

blockquote .small,
blockquote footer,
blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777
}

blockquote .small:before,
blockquote footer:before,
blockquote small:before {
    content: '\2014 \00A0'
}

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0;
    text-align: right
}

.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
    content: ''
}

.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
    content: '\00A0 \2014'
}

address {
    margin-bottom: 22px;
    font-style: normal;
    line-height: 1.42857143
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25)
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    box-shadow: none
}

pre {
    display: block;
    padding: 10.5px;
    margin: 0 0 11px;
    font-size: 15px;
    line-height: 1.42857143;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container,
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:768px) {
    .container {
        width: 750px
    }
}

@media (min-width:970px) {
    .container {
        width: 970px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px
    }
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width:768px) {
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left
    }
    .col-sm-12 {
        width: 100%
    }
    .col-sm-11 {
        width: 91.66666667%
    }
    .col-sm-10 {
        width: 83.33333333%
    }
    .col-sm-9 {
        width: 75%
    }
    .col-sm-8 {
        width: 66.66666667%
    }
    .col-sm-7 {
        width: 58.33333333%
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-5 {
        width: 41.66666667%
    }
    .col-sm-4 {
        width: 33.33333333%
    }
    .col-sm-3 {
        width: 25%
    }
    .col-sm-2 {
        width: 16.66666667%
    }
    .col-sm-1 {
        width: 8.33333333%
    }
    .col-sm-pull-12 {
        right: 100%
    }
    .col-sm-pull-11 {
        right: 91.66666667%
    }
    .col-sm-pull-10 {
        right: 83.33333333%
    }
    .col-sm-pull-9 {
        right: 75%
    }
    .col-sm-pull-8 {
        right: 66.66666667%
    }
    .col-sm-pull-7 {
        right: 58.33333333%
    }
    .col-sm-pull-6 {
        right: 50%
    }
    .col-sm-pull-5 {
        right: 41.66666667%
    }
    .col-sm-pull-4 {
        right: 33.33333333%
    }
    .col-sm-pull-3 {
        right: 25%
    }
    .col-sm-pull-2 {
        right: 16.66666667%
    }
    .col-sm-pull-1 {
        right: 8.33333333%
    }
    .col-sm-pull-0 {
        right: auto
    }
    .col-sm-push-12 {
        left: 100%
    }
    .col-sm-push-11 {
        left: 91.66666667%
    }
    .col-sm-push-10 {
        left: 83.33333333%
    }
    .col-sm-push-9 {
        left: 75%
    }
    .col-sm-push-8 {
        left: 66.66666667%
    }
    .col-sm-push-7 {
        left: 58.33333333%
    }
    .col-sm-push-6 {
        left: 50%
    }
    .col-sm-push-5 {
        left: 41.66666667%
    }
    .col-sm-push-4 {
        left: 33.33333333%
    }
    .col-sm-push-3 {
        left: 25%
    }
    .col-sm-push-2 {
        left: 16.66666667%
    }
    .col-sm-push-1 {
        left: 8.33333333%
    }
    .col-sm-push-0 {
        left: auto
    }
    .col-sm-offset-12 {
        margin-left: 100%
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }
    .col-sm-offset-9 {
        margin-left: 75%
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }
    .col-sm-offset-6 {
        margin-left: 50%
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }
    .col-sm-offset-3 {
        margin-left: 25%
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }
    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width:970px) {
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left
    }
    .col-md-12 {
        width: 100%
    }
    .col-md-11 {
        width: 91.66666667%
    }
    .col-md-10 {
        width: 83.33333333%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-8 {
        width: 66.66666667%
    }
    .col-md-7 {
        width: 58.33333333%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-5 {
        width: 41.66666667%
    }
    .col-md-4 {
        width: 33.33333333%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-2 {
        width: 16.66666667%
    }
    .col-md-1 {
        width: 8.33333333%
    }
    .col-md-pull-12 {
        right: 100%
    }
    .col-md-pull-11 {
        right: 91.66666667%
    }
    .col-md-pull-10 {
        right: 83.33333333%
    }
    .col-md-pull-9 {
        right: 75%
    }
    .col-md-pull-8 {
        right: 66.66666667%
    }
    .col-md-pull-7 {
        right: 58.33333333%
    }
    .col-md-pull-6 {
        right: 50%
    }
    .col-md-pull-5 {
        right: 41.66666667%
    }
    .col-md-pull-4 {
        right: 33.33333333%
    }
    .col-md-pull-3 {
        right: 25%
    }
    .col-md-pull-2 {
        right: 16.66666667%
    }
    .col-md-pull-1 {
        right: 8.33333333%
    }
    .col-md-pull-0 {
        right: auto
    }
    .col-md-push-12 {
        left: 100%
    }
    .col-md-push-11 {
        left: 91.66666667%
    }
    .col-md-push-10 {
        left: 83.33333333%
    }
    .col-md-push-9 {
        left: 75%
    }
    .col-md-push-8 {
        left: 66.66666667%
    }
    .col-md-push-7 {
        left: 58.33333333%
    }
    .col-md-push-6 {
        left: 50%
    }
    .col-md-push-5 {
        left: 41.66666667%
    }
    .col-md-push-4 {
        left: 33.33333333%
    }
    .col-md-push-3 {
        left: 25%
    }
    .col-md-push-2 {
        left: 16.66666667%
    }
    .col-md-push-1 {
        left: 8.33333333%
    }
    .col-md-push-0 {
        left: auto
    }
    .col-md-offset-12 {
        margin-left: 100%
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%
    }
    .col-md-offset-9 {
        margin-left: 75%
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%
    }
    .col-md-offset-6 {
        margin-left: 50%
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%
    }
    .col-md-offset-3 {
        margin-left: 25%
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%
    }
    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width:1200px) {
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left
    }
    .col-lg-12 {
        width: 100%
    }
    .col-lg-11 {
        width: 91.66666667%
    }
    .col-lg-10 {
        width: 83.33333333%
    }
    .col-lg-9 {
        width: 75%
    }
    .col-lg-8 {
        width: 66.66666667%
    }
    .col-lg-7 {
        width: 58.33333333%
    }
    .col-lg-6 {
        width: 50%
    }
    .col-lg-5 {
        width: 41.66666667%
    }
    .col-lg-4 {
        width: 33.33333333%
    }
    .col-lg-3 {
        width: 25%
    }
    .col-lg-2 {
        width: 16.66666667%
    }
    .col-lg-1 {
        width: 8.33333333%
    }
    .col-lg-pull-12 {
        right: 100%
    }
    .col-lg-pull-11 {
        right: 91.66666667%
    }
    .col-lg-pull-10 {
        right: 83.33333333%
    }
    .col-lg-pull-9 {
        right: 75%
    }
    .col-lg-pull-8 {
        right: 66.66666667%
    }
    .col-lg-pull-7 {
        right: 58.33333333%
    }
    .col-lg-pull-6 {
        right: 50%
    }
    .col-lg-pull-5 {
        right: 41.66666667%
    }
    .col-lg-pull-4 {
        right: 33.33333333%
    }
    .col-lg-pull-3 {
        right: 25%
    }
    .col-lg-pull-2 {
        right: 16.66666667%
    }
    .col-lg-pull-1 {
        right: 8.33333333%
    }
    .col-lg-pull-0 {
        right: auto
    }
    .col-lg-push-12 {
        left: 100%
    }
    .col-lg-push-11 {
        left: 91.66666667%
    }
    .col-lg-push-10 {
        left: 83.33333333%
    }
    .col-lg-push-9 {
        left: 75%
    }
    .col-lg-push-8 {
        left: 66.66666667%
    }
    .col-lg-push-7 {
        left: 58.33333333%
    }
    .col-lg-push-6 {
        left: 50%
    }
    .col-lg-push-5 {
        left: 41.66666667%
    }
    .col-lg-push-4 {
        left: 33.33333333%
    }
    .col-lg-push-3 {
        left: 25%
    }
    .col-lg-push-2 {
        left: 16.66666667%
    }
    .col-lg-push-1 {
        left: 8.33333333%
    }
    .col-lg-push-0 {
        left: auto
    }
    .col-lg-offset-12 {
        margin-left: 100%
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }
    .col-lg-offset-9 {
        margin-left: 75%
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }
    .col-lg-offset-6 {
        margin-left: 50%
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }
    .col-lg-offset-3 {
        margin-left: 25%
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }
    .col-lg-offset-0 {
        margin-left: 0
    }
}

table {
    background-color: transparent
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left
}

th {
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 22px
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.table>caption+thead>tr:first-child>td,
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>td,
.table>thead:first-child>tr:first-child>th {
    border-top: 0
}

.table>tbody+tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #fff
}

.table-condensed>tbody>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>thead>tr>th {
    padding: 5px
}

.table-bordered,
.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.table-hover>tbody>tr:hover {
    background-color: #f5f5f5
}

table col[class*=col-] {
    position: static;
    float: none;
    display: table-column
}

table td[class*=col-],
table th[class*=col-] {
    position: static;
    float: none;
    display: table-cell
}

.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>thead>tr>td.active,
.table>thead>tr>th.active {
    background-color: #f5f5f5
}

.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr.active:hover>th,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover {
    background-color: #e8e8e8
}

.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>thead>tr>td.success,
.table>thead>tr>th.success {
    background-color: #dff0d8
}

.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr.success:hover>th,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover {
    background-color: #d0e9c6
}

.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>thead>tr>td.info,
.table>thead>tr>th.info {
    background-color: #d9edf7
}

.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr.info:hover>th,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover {
    background-color: #c4e3f3
}

.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>thead>tr>td.warning,
.table>thead>tr>th.warning {
    background-color: #fcf8e3
}

.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr.warning:hover>th,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover {
    background-color: #faf2cc
}

.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>thead>tr>td.danger,
.table>thead>tr>th.danger {
    background-color: #f2dede
}

.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr.danger:hover>th,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover {
    background-color: #ebcccc
}

.table-responsive {
    overflow-x: auto;
    min-height: .01%
}

@media screen and (max-width:767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 16.5px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }
    .table-responsive>.table {
        margin-bottom: 0
    }
    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tfoot>tr>td,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>thead>tr>th {
        white-space: nowrap
    }
    .table-responsive>.table-bordered {
        border: 0
    }
    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>thead>tr>th:first-child {
        border-left: 0
    }
    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>thead>tr>th:last-child {
        border-right: 0
    }
    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th {
        border-bottom: 0
    }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 22px;
    font-size: 24px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px
}

input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input[type=checkbox],
input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal
}

input[type=file] {
    display: block
}

input[type=range] {
    display: block;
    width: 100%
}

select[multiple],
select[size] {
    height: auto
}

input[type=file]:focus,
input[type=checkbox]:focus,
input[type=radio]:focus {
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px
}

output {
    display: block;
    padding-top: 7px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #555
}

.form-control {
    display: block;
    width: 100%;
    height: 36px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.form-control::-ms-expand {
    border: 0;
    background-color: transparent
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1
}

.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed
}

textarea.form-control {
    height: auto
}

input[type=search] {
    -webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type=date].form-control,
    input[type=time].form-control,
    input[type=datetime-local].form-control,
    input[type=month].form-control {
        line-height: 36px
    }
    .input-group-sm input[type=date],
    .input-group-sm input[type=time],
    .input-group-sm input[type=datetime-local],
    .input-group-sm input[type=month],
    input[type=date].input-sm,
    input[type=time].input-sm,
    input[type=datetime-local].input-sm,
    input[type=month].input-sm {
        line-height: 33px
    }
    .input-group-lg input[type=date],
    .input-group-lg input[type=time],
    .input-group-lg input[type=datetime-local],
    .input-group-lg input[type=month],
    input[type=date].input-lg,
    input[type=time].input-lg,
    input[type=datetime-local].input-lg,
    input[type=month].input-lg {
        line-height: 49px
    }
}

.form-group {
    margin-bottom: 15px
}

.checkbox,
.radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.checkbox label,
.radio label {
    min-height: 22px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9
}

.checkbox+.checkbox,
.radio+.radio {
    margin-top: -5px
}

.checkbox-inline,
.radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer
}

.checkbox-inline+.checkbox-inline,
.radio-inline+.radio-inline {
    margin-top: 0;
    margin-left: 10px
}

.checkbox-inline.disabled,
.checkbox.disabled label,
.radio-inline.disabled,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio label,
fieldset[disabled] .radio-inline,
fieldset[disabled] input[type=checkbox],
fieldset[disabled] input[type=radio],
input[type=checkbox].disabled,
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=radio][disabled] {
    cursor: not-allowed
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 38px
}

.form-control-static.input-lg,
.form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0
}

.input-sm {
    height: 33px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-sm {
    height: 33px;
    line-height: 33px
}

select[multiple].input-sm,
textarea.input-sm {
    height: auto
}

.form-group-sm .form-control {
    height: 33px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px
}

.form-group-sm select.form-control {
    height: 33px;
    line-height: 33px
}

.form-group-sm select[multiple].form-control,
.form-group-sm textarea.form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 33px;
    min-height: 36px;
    padding: 6px 10px;
    font-size: 14px;
    line-height: 1.5
}

.input-lg {
    height: 49px;
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.input-lg {
    height: 49px;
    line-height: 49px
}

select[multiple].input-lg,
textarea.input-lg {
    height: auto
}

.form-group-lg .form-control {
    height: 49px;
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.3333333;
    border-radius: 6px
}

.form-group-lg select.form-control {
    height: 49px;
    line-height: 49px
}

.form-group-lg select[multiple].form-control,
.form-group-lg textarea.form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 49px;
    min-height: 42px;
    padding: 11px 16px;
    font-size: 20px;
    line-height: 1.3333333
}

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 45px
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    pointer-events: none
}

.form-group-lg .form-control+.form-control-feedback,
.input-group-lg+.form-control-feedback,
.input-lg+.form-control-feedback {
    width: 49px;
    height: 49px;
    line-height: 49px
}

.form-group-sm .form-control+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.input-sm+.form-control-feedback {
    width: 33px;
    height: 33px;
    line-height: 33px
}

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
    color: #3c763d
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
}

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8
}

.has-success .form-control-feedback {
    color: #3c763d
}

.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3
}

.has-warning .form-control-feedback {
    color: #8a6d3b
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede
}

.has-error .form-control-feedback {
    color: #a94442
}

.has-feedback label~.form-control-feedback {
    top: 27px
}

.has-feedback label.sr-only~.form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

@media (min-width:768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .form-inline .form-control-static {
        display: inline-block
    }
    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }
    .form-inline .input-group .form-control,
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn {
        width: auto
    }
    .form-inline .input-group>.form-control {
        width: 100%
    }
    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .checkbox,
    .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .checkbox label,
    .form-inline .radio label {
        padding-left: 0
    }
    .form-inline .checkbox input[type=checkbox],
    .form-inline .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px
}

.form-horizontal .checkbox,
.form-horizontal .radio {
    min-height: 29px
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px
}

@media (min-width:768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px
}

@media (min-width:768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 20px
    }
}

@media (min-width:768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 14px
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px
}

.btn.focus,
.btn:focus,
.btn:hover {
    color: #fff;
    text-decoration: none
}

.btn.active,
.btn:active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-default {
    color: #fff;
    background-color: #f44336;
    border-color: #f44336
}

.btn-default.focus,
.btn-default:focus {
    color: #fff;
    background-color: #ea1c0d;
    border-color: #a21309
}

.btn-default.active,
.btn-default:active,
.btn-default:hover,
.open>.dropdown-toggle.btn-default {
    color: #fff;
    background-color: #ea1c0d;
    border-color: #e11b0c
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open>.dropdown-toggle.btn-default.focus,
.open>.dropdown-toggle.btn-default:focus,
.open>.dropdown-toggle.btn-default:hover {
    color: #fff;
    background-color: #c8180b;
    border-color: #a21309
}

.btn-default.active,
.btn-default:active,
.open>.dropdown-toggle.btn-default {
    background-image: none
}

.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
    background-color: #f44336;
    border-color: #f44336
}

.btn-default .badge {
    color: #f44336;
    background-color: #fff
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40
}

.btn-primary.active,
.btn-primary:active,
.btn-primary:hover,
.open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40
}

.btn-primary.active,
.btn-primary:active,
.open>.dropdown-toggle.btn-primary {
    background-image: none
}

.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary .badge {
    color: #337ab7;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success.focus,
.btn-success:focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625
}

.btn-success.active,
.btn-success:active,
.btn-success:hover,
.open>.dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open>.dropdown-toggle.btn-success.focus,
.open>.dropdown-toggle.btn-success:focus,
.open>.dropdown-toggle.btn-success:hover {
    color: #fff;
    background-color: #398439;
    border-color: #255625
}

.btn-success.active,
.btn-success:active,
.open>.dropdown-toggle.btn-success {
    background-image: none
}

.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled].focus,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info.focus,
.btn-info:focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85
}

.btn-info.active,
.btn-info:active,
.btn-info:hover,
.open>.dropdown-toggle.btn-info {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open>.dropdown-toggle.btn-info.focus,
.open>.dropdown-toggle.btn-info:focus,
.open>.dropdown-toggle.btn-info:hover {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85
}

.btn-info.active,
.btn-info:active,
.open>.dropdown-toggle.btn-info {
    background-image: none
}

.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled].focus,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning.focus,
.btn-warning:focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d
}

.btn-warning.active,
.btn-warning:active,
.btn-warning:hover,
.open>.dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open>.dropdown-toggle.btn-warning.focus,
.open>.dropdown-toggle.btn-warning:focus,
.open>.dropdown-toggle.btn-warning:hover {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d
}

.btn-warning.active,
.btn-warning:active,
.open>.dropdown-toggle.btn-warning {
    background-image: none
}

.btn-warning.disabled.focus,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled].focus,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger.focus,
.btn-danger:focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19
}

.btn-danger.active,
.btn-danger:active,
.btn-danger:hover,
.open>.dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open>.dropdown-toggle.btn-danger.focus,
.open>.dropdown-toggle.btn-danger:focus,
.open>.dropdown-toggle.btn-danger:hover {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19
}

.btn-danger.active,
.btn-danger:active,
.open>.dropdown-toggle.btn-danger {
    background-image: none
}

.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled].focus,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}

.btn-link {
    color: #333;
    font-weight: 400;
    border-radius: 0
}

.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
    border-color: transparent
}

.btn-link:focus,
.btn-link:hover {
    color: #0d0d0d;
    text-decoration: none;
    background-color: transparent
}

.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
    color: #777;
    text-decoration: none
}

.btn-lg {
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.3333333;
    border-radius: 6px
}

.btn-sm {
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-xs {
    padding: 1px 5px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: 5px
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.row:after,
.row:before {
    content: " ";
    display: table
}

.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.row:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right!important
}

.pull-left {
    float: left!important
}

.hide {
    display: none!important
}

.show {
    display: block!important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none!important
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.visible-lg,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-print,
.visible-print-block,
.visible-print-inline,
.visible-print-inline-block,
.visible-sm,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none!important
}

@media (max-width:767px) {
    .visible-xs {
        display: block!important
    }
    table.visible-xs {
        display: table!important
    }
    tr.visible-xs {
        display: table-row!important
    }
    td.visible-xs,
    th.visible-xs {
        display: table-cell!important
    }
}

@media (max-width:767px) {
    .visible-xs-block {
        display: block!important
    }
}

@media (max-width:767px) {
    .visible-xs-inline {
        display: inline!important
    }
}

@media (max-width:767px) {
    .visible-xs-inline-block {
        display: inline-block!important
    }
}

@media (min-width:768px) and (max-width:969px) {
    .visible-sm {
        display: block!important
    }
    table.visible-sm {
        display: table!important
    }
    tr.visible-sm {
        display: table-row!important
    }
    td.visible-sm,
    th.visible-sm {
        display: table-cell!important
    }
}

@media (min-width:768px) and (max-width:969px) {
    .visible-sm-block {
        display: block!important
    }
}

@media (min-width:768px) and (max-width:969px) {
    .visible-sm-inline {
        display: inline!important
    }
}

@media (min-width:768px) and (max-width:969px) {
    .visible-sm-inline-block {
        display: inline-block!important
    }
}

@media (min-width:970px) and (max-width:1199px) {
    .visible-md {
        display: block!important
    }
    table.visible-md {
        display: table!important
    }
    tr.visible-md {
        display: table-row!important
    }
    td.visible-md,
    th.visible-md {
        display: table-cell!important
    }
}

@media (min-width:970px) and (max-width:1199px) {
    .visible-md-block {
        display: block!important
    }
}

@media (min-width:970px) and (max-width:1199px) {
    .visible-md-inline {
        display: inline!important
    }
}

@media (min-width:970px) and (max-width:1199px) {
    .visible-md-inline-block {
        display: inline-block!important
    }
}

@media (min-width:1200px) {
    .visible-lg {
        display: block!important
    }
    table.visible-lg {
        display: table!important
    }
    tr.visible-lg {
        display: table-row!important
    }
    td.visible-lg,
    th.visible-lg {
        display: table-cell!important
    }
}

@media (min-width:1200px) {
    .visible-lg-block {
        display: block!important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline {
        display: inline!important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline-block {
        display: inline-block!important
    }
}

@media (max-width:767px) {
    .hidden-xs {
        display: none!important
    }
}

@media (min-width:768px) and (max-width:969px) {
    .hidden-sm {
        display: none!important
    }
}

@media (min-width:970px) and (max-width:1199px) {
    .hidden-md {
        display: none!important
    }
}

@media (min-width:1200px) {
    .hidden-lg {
        display: none!important
    }
}

@media print {
    .visible-print {
        display: block!important
    }
    table.visible-print {
        display: table!important
    }
    tr.visible-print {
        display: table-row!important
    }
    td.visible-print,
    th.visible-print {
        display: table-cell!important
    }
}

@media print {
    .visible-print-block {
        display: block!important
    }
}

@media print {
    .visible-print-inline {
        display: inline!important
    }
}

@media print {
    .visible-print-inline-block {
        display: inline-block!important
    }
}

@media print {
    .hidden-print {
        display: none!important
    }
}

@font-face {
    font-family: MuseoSans;
    src: url(../fonts/MuseoSansRegular/MuseoSansRegular.eot);
    src: url(../fonts/MuseoSansRegular/MuseoSansRegular.eot?#iefix) format("embedded-opentype"), url(../fonts/MuseoSansRegular/MuseoSansRegular.woff) format("woff"), url(../fonts/MuseoSansRegular/MuseoSansRegular.ttf) format("truetype");
    font-style: normal;
    font-weight: 400
}

@font-face {
    font-family: MuseoSans;
    src: url(../fonts/MuseoSansBold/MuseoSansBold.eot);
    src: url(../fonts/MuseoSansBold/MuseoSansBold.eot?#iefix) format("embedded-opentype"), url(../fonts/MuseoSansBold/MuseoSansBold.woff) format("woff"), url(../fonts/MuseoSansBold/MuseoSansBold.ttf) format("truetype");
    font-style: normal;
    font-weight: 700
}

@font-face {
    font-family: MuseoSans;
    src: url(../fonts/MuseoSansItalic/MuseoSansItalic.eot);
    src: url(../fonts/MuseoSansItalic/MuseoSansItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/MuseoSansItalic/MuseoSansItalic.woff) format("woff"), url(../fonts/MuseoSansItalic/MuseoSansItalic.ttf) format("truetype");
    font-style: italic;
    font-weight: 400
}

@font-face {
    font-family: MuseoSans;
    src: url(../fonts/MuseoSansLight/MuseoSansLight.eot);
    src: url(../fonts/MuseoSansLight/MuseoSansLight.eot?#iefix) format("embedded-opentype"), url(../fonts/MuseoSansLight/MuseoSansLight.woff) format("woff"), url(../fonts/MuseoSansLight/MuseoSansLight.ttf) format("truetype");
    font-style: normal;
    font-weight: 300
}

@font-face {
    font-family: MuseoSans;
    src: url(../fonts/MuseoSansMedium/MuseoSansMedium.eot);
    src: url(../fonts/MuseoSansMedium/MuseoSansMedium.eot?#iefix) format("embedded-opentype"), url(../fonts/MuseoSansMedium/MuseoSansMedium.woff) format("woff"), url(../fonts/MuseoSansMedium/MuseoSansMedium.ttf) format("truetype");
    font-style: normal;
    font-weight: 500
}

@font-face {
    font-family: MuseoSans;
    src: url(../fonts/MuseoSansBlack/MuseoSansBlack.eot);
    src: url(../fonts/MuseoSansBlack/MuseoSansBlack.eot?#iefix) format("embedded-opentype"), url(../fonts/MuseoSansBlack/MuseoSansBlack.woff) format("woff"), url(../fonts/MuseoSansBlack/MuseoSansBlack.ttf) format("truetype");
    font-style: normal;
    font-weight: 900
}

@font-face {
    font-family: MuseoSans;
    src: url(../fonts/MuseoSansBoldItalic/MuseoSansBoldItalic.eot);
    src: url(../fonts/MuseoSansBoldItalic/MuseoSansBoldItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/MuseoSansBoldItalic/MuseoSansBoldItalic.woff) format("woff"), url(../fonts/MuseoSansBoldItalic/MuseoSansBoldItalic.ttf) format("truetype");
    font-style: italic;
    font-weight: 700
}

@font-face {
    font-family: MuseoSans;
    src: url(../fonts/MuseoSansMediumItalic/MuseoSansMediumItalic.eot);
    src: url(../fonts/MuseoSansMediumItalic/MuseoSansMediumItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/MuseoSansMediumItalic/MuseoSansMediumItalic.woff) format("woff"), url(../fonts/MuseoSansMediumItalic/MuseoSansMediumItalic.ttf) format("truetype");
    font-style: italic;
    font-weight: 500
}

@font-face {
    font-family: MuseoSans;
    src: url(../fonts/MuseoSansLightItalic/MuseoSansLightItalic.eot);
    src: url(../fonts/MuseoSansLightItalic/MuseoSansLightItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/MuseoSansLightItalic/MuseoSansLightItalic.woff) format("woff"), url(../fonts/MuseoSansLightItalic/MuseoSansLightItalic.ttf) format("truetype");
    font-style: italic;
    font-weight: 300
}

@font-face {
    font-family: MuseoSans;
    src: url(../fonts/MuseoSansBlackItalic/MuseoSansBlackItalic.eot);
    src: url(../fonts/MuseoSansBlackItalic/MuseoSansBlackItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/MuseoSansBlackItalic/MuseoSansBlackItalic.woff) format("woff"), url(../fonts/MuseoSansBlackItalic/MuseoSansBlackItalic.ttf) format("truetype");
    font-style: italic;
    font-weight: 900
}

.ico-miniclock {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='16' height='16' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath fill='%232196F3' d='M 8 0C 3.56923 0 0 3.56923 0 8C 0 12.4308 3.56923 16 8 16C 12.4308 16 16 12.4308 16 8C 16 3.56923 12.4308 0 8 0ZM 8 13.5385C 4.92308 13.5385 2.46154 11.0769 2.46154 8C 2.46154 4.92308 4.92308 2.46154 8 2.46154C 11.0769 2.46154 13.5385 4.92308 13.5385 8C 13.5385 11.0769 11.0769 13.5385 8 13.5385Z'/%3E%3Cpath transform='translate(6.77 3.69231)' fill='%232196F3' d='M 3.69231 3.07692L 2.76923 3.07692C 2.58462 3.07692 2.46154 2.95385 2.46154 2.76923L 2.46154 0.615385C 2.46154 0.246154 2.21538 0 1.84615 0L 0.615385 0C 0.246154 0 0 0.246154 0 0.615385L 0 4.92308C 0 5.29231 0.246154 5.53846 0.615385 5.53846L 3.69231 5.53846C 4.06154 5.53846 4.30769 5.29231 4.30769 4.92308L 4.30769 3.69231C 4.30769 3.32308 4.06154 3.07692 3.69231 3.07692Z'/%3E%3C/svg%3E")
}

.ico-fast {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='16' height='16' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg%3E%3Cuse xlink:href='%23path0_fill' fill='%232196F3'/%3E%3Cuse xlink:href='%23path1_fill' transform='translate(4.31 5.538)'/%3E%3Cuse xlink:href='%23path1_fill' transform='translate(8.62 5.538)'/%3E%3C/g%3E%3Cdefs%3E%3Cpath id='path0_fill' d='M 8 0C 3.56923 0 0 3.56923 0 8C 0 12.4308 3.56923 16 8 16C 12.4308 16 16 12.4308 16 8C 16 3.56923 12.4308 0 8 0ZM 8 14C 4.92308 14 2 11.0769 2 8C 2 4.92308 4.92308 2 8 2C 11.0769 2 14 4.92308 14 8C 14 11.0769 11.0769 14 8 14Z'/%3E%3Cpath id='path1_fill' fill='%232196F3' d='M 3.44615 1.96923L 0.984616 0.123077C 0.861539 0.0615383 0.738462 0 0.615385 0C 0.246154 0 0 0.246154 0 0.615385L 0 4.30769C 0 4.67692 0.246154 4.92308 0.615385 4.92308C 0.738462 4.92308 0.861539 4.86154 0.984616 4.8L 3.44615 2.95385C 3.56923 2.83077 3.69231 2.64615 3.69231 2.46154C 3.69231 2.27692 3.56923 2.09231 3.44615 1.96923Z'/%3E%3C/defs%3E%3C/svg%3E")
}

.ico-explode {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Canvas' transform='translate(-3352 -726)'%3E%3Cpath transform='translate(3358 732.001)' fill='%23FFFFFF' d='M 11.561 2.17126C 11.393 2.05726 6.56002 0.145277 6.372 0.0712615C 6.13402 -0.0237541 5.868 -0.0237541 5.63002 0.0712615C 5.442 0.145277 0.609 2.05726 0.441 2.17126C 0.164016 2.35726 0 2.66725 0 2.99926L 0 8.99926C 0 9.40825 0.249 9.77528 0.629016 9.92828L 5.62903 11.9283C 5.74805 11.9773 5.87405 11.9993 6.00005 11.9993C 6.12605 11.9993 6.25205 11.9763 6.37106 11.9283L 11.3711 9.92828C 11.751 9.77626 12 9.40825 12 8.99926L 12 2.99926C 12 2.66725 11.836 2.35726 11.561 2.17126ZM 5.00002 9.52328L 2.00002 8.32328L 2.00002 4.47728L 5.00002 5.67728L 5.00002 9.52328ZM 6 3.92228L 3.693 2.99926L 6 2.07728L 8.307 2.99926L 6 3.92228ZM 9.99998 8.32225L 6.99998 9.52225L 6.99998 5.67625L 9.99998 4.47625L 9.99998 8.32225Z'/%3E%3Cpath transform='translate(3361 726)' fill='%23FFFFFF' d='M 2.00002 5.00002L 3.99998 5.00002L 3.99998 3L 6 3L 3 0L 0 3L 2.00002 3L 2.00002 5.00002Z'/%3E%3Cpath transform='translate(3361 745)' fill='%23FFFFFF' d='M 3.99998 3.66211e-07L 2.00002 3.66211e-07L 2.00002 2.00002L 0 2.00002L 3 5.00002L 6 2.00002L 3.99998 2.00002L 3.99998 3.66211e-07Z'/%3E%3Cpath transform='translate(3371 735)' fill='%23FFFFFF' d='M 5.00002 3L 2.00002 0L 2.00002 2.00002L 3.66211e-07 2.00002L 3.66211e-07 3.99998L 2.00002 3.99998L 2.00002 6L 5.00002 3Z'/%3E%3Cpath transform='translate(3352 735)' fill='%23FFFFFF' d='M 3 0L 0 3L 3 6L 3 3.99998L 5.00002 3.99998L 5.00002 2.00002L 3 2.00002L 3 0Z'/%3E%3C/g%3E%3C/svg%3E")
}

.ico-implode {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Canvas' transform='translate(-3343 -802)'%3E%3Cpath transform='translate(3349 808.001)' fill='%23FFFFFF' d='M 11.561 2.17126C 11.393 2.05726 6.56002 0.145277 6.372 0.0712615C 6.13402 -0.0237541 5.868 -0.0237541 5.63002 0.0712615C 5.442 0.145277 0.609 2.05726 0.441 2.17126C 0.164016 2.35726 0 2.66725 0 2.99926L 0 8.99926C 0 9.40825 0.249 9.77528 0.629016 9.92828L 5.62903 11.9283C 5.74805 11.9773 5.87405 11.9993 6.00005 11.9993C 6.12605 11.9993 6.25205 11.9763 6.37106 11.9283L 11.3711 9.92828C 11.751 9.77626 12 9.40825 12 8.99926L 12 2.99926C 12 2.66725 11.836 2.35726 11.561 2.17126ZM 5.00002 9.52328L 2.00002 8.32328L 2.00002 4.47728L 5.00002 5.67728L 5.00002 9.52328ZM 6 3.92228L 3.693 2.99926L 6 2.07728L 8.307 2.99926L 6 3.92228ZM 9.99998 8.32225L 6.99998 9.52225L 6.99998 5.67625L 9.99998 4.47625L 9.99998 8.32225Z'/%3E%3Cpath transform='matrix(1 0 0 -1 3352 807)' fill='%23FFFFFF' d='M 2.00002 5.00002L 3.99998 5.00002L 3.99998 3L 6 3L 3 0L 0 3L 2.00002 3L 2.00002 5.00002Z'/%3E%3Cpath transform='matrix(1 0 0 -1 3352 826)' fill='%23FFFFFF' d='M 3.99998 3.66211e-07L 2.00002 3.66211e-07L 2.00002 2.00002L 0 2.00002L 3 5.00002L 6 2.00002L 3.99998 2.00002L 3.99998 3.66211e-07Z'/%3E%3Cpath transform='matrix(-1 0 0 1 3367 811)' fill='%23FFFFFF' d='M 5.00002 3L 2.00002 0L 2.00002 2.00002L 3.66211e-07 2.00002L 3.66211e-07 3.99998L 2.00002 3.99998L 2.00002 6L 5.00002 3Z'/%3E%3Cpath transform='matrix(-1 0 0 1 3348 811)' fill='%23FFFFFF' d='M 3 0L 0 3L 3 6L 3 3.99998L 5.00002 3.99998L 5.00002 2.00002L 3 2.00002L 3 0Z'/%3E%3C/g%3E%3C/svg%3E")
}

.ico-send-to-pack {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Canvas' transform='translate(-3294 -878)'%3E%3Cpath transform='translate(3300 878)' fill='%23FFFFFF' d='M 12 8.99952L 12 2.99935C 12 2.66732 11.836 2.35733 11.561 2.17132C 11.397 2.06032 6.55604 0.14425 6.37201 0.0712638C 6.13403 -0.0237546 5.86801 -0.0237546 5.63003 0.0712638C 5.44501 0.14425 0.605017 2.06032 0.441001 2.17132C 0.164016 2.35733 0 2.66732 0 2.99935L 0 8.99952C 0 9.40852 0.249001 9.77556 0.629017 9.92856L 5.62904 11.9286C 5.74806 11.9757 5.87406 11.9997 6.00006 11.9997C 6.12606 11.9997 6.25206 11.9757 6.37107 11.9286L 11.3711 9.92856C 11.751 9.77556 12 9.40852 12 8.99952ZM 5.00003 9.52252L 2.00002 8.32248L 2.00002 4.47741L 5.00003 5.67744L 5.00003 9.52252ZM 6.00001 3.92239L 3.69301 2.99935L 6.00001 2.07734L 8.30702 2.99935L 6.00001 3.92239ZM 10 8.32248L 7 9.52252L 7 5.67739L 10 4.47736L 10 8.32248Z'/%3E%3Cpath transform='translate(3307 882.999)' fill='%23FFFFFF' d='M 9.99917 -1.60222e-07L 7.99915 -1.60222e-07C 7.56813 -1.60222e-07 7.18615 0.276008 7.05016 0.68402L 4.56217 8.15025L 3.70717 7.29424C 3.31619 6.90325 2.68417 6.90325 2.29318 7.29424L 0.293164 9.29432C 0.0101793 9.57632 -0.0768205 10.0014 0.0711642 10.3723L 1.56615 14.1104C 1.23315 14.2715 0.99915 14.6064 0.99915 15.0005L 0.99915 18.0006C 0.99915 18.5526 1.44615 19.0006 1.99914 19.0006L 8.99914 19.0006C 9.55212 19.0006 9.99912 18.5526 9.99912 18.0006L 9.99912 15.0005C 9.99912 14.6485 9.80614 14.3525 9.53014 14.1745L 10.8931 11.4474C 10.9631 11.3104 10.9991 11.1564 10.9991 11.0004L 10.9991 1.00001C 10.9992 0.447997 10.5522 -1.60222e-07 9.99917 -1.60222e-07ZM 7.99915 17.0005L 2.99912 17.0005L 2.99912 16.0004L 7.99915 16.0004L 7.99915 17.0005ZM 8.99914 10.7653L 7.38115 14.0004L 3.67712 14.0004L 2.17314 10.2413L 2.99912 9.41526L 4.29213 10.7083C 4.53714 10.9533 4.89213 11.0533 5.23014 10.9743C 5.56614 10.8943 5.83816 10.6463 5.94916 10.3173L 8.72018 2.00007L 8.99918 2.00007L 8.99918 10.7653L 8.99914 10.7653Z'/%3E%3Cpath transform='translate(3294 882.999)' fill='%23FFFFFF' d='M 8.707 7.29419C 8.31602 6.9032 7.684 6.9032 7.29301 7.29419L 6.43801 8.1502L 3.94899 0.68402C 3.81301 0.276008 3.43098 -1.60222e-07 3.00001 -1.60222e-07L 0.999986 -1.60222e-07C 0.447001 -1.60222e-07 0 0.447997 0 1.00001L 0 11.0003C 0 11.1563 0.0360001 11.3093 0.105 11.4483L 1.46799 14.1754C 1.19297 14.3534 0.999986 14.6484 0.999986 15.0004L 0.999986 18.0005C 0.999986 18.5525 1.44699 19.0005 1.99997 19.0005L 9.00002 19.0005C 9.553 19.0005 10 18.5525 10 18.0005L 10 15.0004C 10 14.6054 9.766 14.2714 9.43399 14.1103L 10.929 10.3722C 11.077 10.0002 10.991 9.57623 10.707 9.29422L 8.707 7.29419ZM 8.00003 17.0005L 3.00001 17.0005L 3.00001 16.0004L 8.00003 16.0004L 8.00003 17.0005ZM 7.32203 14.0004L 3.61801 14.0004L 2.00002 10.7653L 2.00002 2.00003L 2.27902 2.00003L 5.05004 10.3163C 5.16006 10.6453 5.43306 10.8933 5.76906 10.9733C 6.10707 11.0533 6.46108 10.9523 6.70708 10.7073L 8.00008 9.41521L 8.82606 10.2422L 7.32203 14.0004Z'/%3E%3C/g%3E%3C/svg%3E")
}

.ico-no-pos {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='60' height='60' viewBox='0 0 60 60' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Canvas' transform='translate(2127 40)'%3E%3Cg id='Group'%3E%3Cg id='Vector'%3E%3Cuse xlink:href='%23path0_fill' transform='translate(-2127 -40)' fill='%23333333'/%3E%3C/g%3E%3Cg id='Vector'%3E%3Cuse xlink:href='%23path1_fill' transform='translate(-2106 -17)' fill='%23333333'/%3E%3C/g%3E%3Cg id='Vector'%3E%3Cuse xlink:href='%23path2_fill' transform='translate(-2106 12)' fill='%23333333'/%3E%3C/g%3E%3Cg id='Vector'%3E%3Cuse xlink:href='%23path3_fill' transform='translate(-2106 -0.998749)' fill='%23333333'/%3E%3C/g%3E%3Cg id='Vector'%3E%3Cuse xlink:href='%23path4_fill' transform='translate(-2096 -0.998749)' fill='%23333333'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3Cpath id='path0_fill' d='M 49.554 0L 10.446 0L 0 16.713L 0 60L 60 60L 60 16.713L 49.554 0ZM 57.196 16L 31 16L 31 2L 48.446 2L 57.196 16ZM 11.554 2L 29 2L 29 16L 2.804 16L 11.554 2ZM 2 58L 2 18L 58 18L 58 58L 2 58Z'/%3E%3Cpath id='path1_fill' d='M 15 0L 3 0C 1.346 0 0 1.346 0 3C 0 4.654 1.346 6 3 6L 15 6C 16.654 6 18 4.654 18 3C 18 1.346 16.654 0 15 0ZM 15 4L 3 4C 2.449 4 2 3.552 2 3C 2 2.448 2.449 2 3 2L 15 2C 15.551 2 16 2.448 16 3C 16 3.552 15.551 4 15 4Z'/%3E%3Cpath id='path2_fill' d='M 17 0L 1 0C 0.448 0 0 0.447 0 1C 0 1.553 0.448 2 1 2L 17 2C 17.552 2 18 1.553 18 1C 18 0.447 17.552 0 17 0Z'/%3E%3Cpath id='path3_fill' d='M 4.00025 10.9987C 4.55225 10.9987 5.00025 10.5518 5.00025 9.99875L 5.00025 3.41275L 6.29325 4.70575C 6.48825 4.90075 6.74425 4.99875 7.00025 4.99875C 7.25625 4.99875 7.51225 4.90075 7.70725 4.70575C 8.09825 4.31475 8.09825 3.68275 7.70725 3.29175L 4.70825 0.292749C 4.61625 0.199749 4.50525 0.12675 4.38225 0.0757497C 4.13825 -0.0252503 3.86225 -0.0252503 3.61825 0.0757497C 3.49525 0.12675 3.38525 0.199749 3.29225 0.292749L 0.293249 3.29175C -0.0977507 3.68275 -0.0977507 4.31475 0.293249 4.70575C 0.488249 4.90075 0.74425 4.99875 1.00025 4.99875C 1.25625 4.99875 1.51225 4.90075 1.70725 4.70575L 3.00025 3.41275L 3.00025 9.99875C 3.00025 10.5518 3.44825 10.9987 4.00025 10.9987Z'/%3E%3Cpath id='path4_fill' d='M 4.70825 0.292749C 4.61625 0.199749 4.50525 0.12675 4.38225 0.0757497C 4.13825 -0.0252503 3.86225 -0.0252503 3.61825 0.0757497C 3.49525 0.12675 3.38525 0.199749 3.29225 0.292749L 0.293249 3.29175C -0.0977507 3.68275 -0.0977507 4.31475 0.293249 4.70575C 0.488249 4.90075 0.74425 4.99875 1.00025 4.99875C 1.25625 4.99875 1.51225 4.90075 1.70725 4.70575L 3.00025 3.41275L 3.00025 9.99875C 3.00025 10.5518 3.44825 10.9987 4.00025 10.9987C 4.55225 10.9987 5.00025 10.5518 5.00025 9.99875L 5.00025 3.41275L 6.29325 4.70575C 6.48825 4.90075 6.74425 4.99875 7.00025 4.99875C 7.25625 4.99875 7.51225 4.90075 7.70725 4.70575C 8.09825 4.31475 8.09825 3.68275 7.70725 3.29175L 4.70825 0.292749Z'/%3E%3C/defs%3E%3C/svg%3E")
}

.ico-alarm {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 384'%3E%3Cpath d='M192 384c31.488 0 58.709-17.28 73.493-42.667H118.507C133.291 366.72 160.512 384 192 384zM369.408 257.109C339.861 247.232 320 219.691 320 188.544V128C320 57.408 262.592 0 192 0S64 57.408 64 128v60.544c0 31.147-19.861 58.688-49.408 68.565L0 261.952V320h384v-58.048l-14.592-4.843zM64.747 277.333a114.74 114.74 0 0 0 41.92-88.789V128c0-47.061 38.272-85.333 85.333-85.333S277.333 80.939 277.333 128v60.544a114.692 114.692 0 0 0 41.941 88.789H64.747z'/%3E%3C/svg%3E")
}

.ico-i {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cuse xlink:href='%23a' fill='%232196F3'/%3E%3Cdefs%3E%3Cpath id='a' d='M10 0C4.5 0 0 4.5 0 10s4.5 10 10 10 10-4.5 10-10S15.5 0 10 0zm1 15H9V9h2v6zm0-8H9V5h2v2z'/%3E%3C/defs%3E%3C/svg%3E")
}

.ico-ok {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='52' height='52' viewBox='0 0 52 52' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cuse xlink:href='%23a' fill='%232196F3'/%3E%3Cuse xlink:href='%23b' transform='translate(12 15)' fill='%232196F3'/%3E%3Cdefs%3E%3Cpath id='a' d='M26 0C11.664 0 0 11.663 0 26s11.664 26 26 26 26-11.663 26-26S40.336 0 26 0zm0 50C12.767 50 2 39.233 2 26S12.767 2 26 2s24 10.767 24 24-10.767 24-24 24z'/%3E%3Cpath id='b' d='M26.252.336l-15.369 17.29-9.259-7.407a1 1 0 0 0-1.249 1.563l10 8a.999.999 0 0 0 1.373-.117l16-18A1 1 0 1 0 26.252.336z'/%3E%3C/defs%3E%3C/svg%3E")
}

.ico-lupa {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='22' height='22' viewBox='0 0 22 22' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cuse xlink:href='%23a' fill='%23FFF'/%3E%3Cdefs%3E%3Cpath id='a' d='M15.956 14.434a8.854 8.854 0 0 0 1.906-5.503c0-2.386-.93-4.629-2.617-6.314A8.866 8.866 0 0 0 8.931 0a8.865 8.865 0 0 0-6.314 2.617A8.864 8.864 0 0 0 0 8.93a8.87 8.87 0 0 0 2.617 6.314 8.864 8.864 0 0 0 6.314 2.617 8.861 8.861 0 0 0 5.439-1.858L20.366 22l1.577-1.578-5.987-5.988zm-2.29-.768a6.65 6.65 0 0 1-4.735 1.963c-1.79 0-3.47-.697-4.736-1.963a6.649 6.649 0 0 1-1.962-4.735c0-1.79.696-3.47 1.962-4.736a6.649 6.649 0 0 1 4.736-1.962c1.79 0 3.47.696 4.736 1.963a6.644 6.644 0 0 1 1.962 4.735 6.65 6.65 0 0 1-1.963 4.736z'/%3E%3C/defs%3E%3C/svg%3E")
}

.ico-add-place {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='22' height='14' viewBox='0 0 22 14' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cuse xlink:href='%23a' transform='translate(5 4)' fill='%23F44336'/%3E%3Cuse xlink:href='%23b' fill='%23F44336'/%3E%3Cdefs%3E%3Cpath id='a' d='M4 0H2v2H0v2h2v2h2V4h2V2H4V0z'/%3E%3Cpath id='b' d='M21.707 6.293l-6-6A.997.997 0 0 0 15 0H1a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h14a.997.997 0 0 0 .707-.293l6-6a.999.999 0 0 0 0-1.414zM14.586 12H2V2h12.586l5 5-5 5z'/%3E%3C/defs%3E%3C/svg%3E")
}

.ico-adress_marker {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='16' height='20' viewBox='0 0 16 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23333'%3E%3Cpath d='M11.115 5.21L6.889 9.436 4.632 7.179 3.24 8.57l2.953 2.953a.982.982 0 0 0 1.392 0l4.922-4.922-1.392-1.392z'/%3E%3Cpath d='M7.875 0C3.533 0 0 3.533 0 7.875 0 12.217 4.571 17.167 7.875 20c3.301-2.831 7.875-7.782 7.875-12.125C15.75 3.533 12.217 0 7.875 0zm0 17.378c-2.097-1.966-5.906-6.217-5.906-9.503a5.912 5.912 0 0 1 5.906-5.906 5.912 5.912 0 0 1 5.906 5.906c0 3.286-3.81 7.537-5.906 9.503z'/%3E%3C/g%3E%3C/svg%3E")
}

.ico-adress_marker_on {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='16' height='20' viewBox='0 0 16 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23F44336' d='M8 0a8 8 0 0 0-8 8c0 4.418 8 12 8 12s8-7.582 8-12a8 8 0 0 0-8-8zm-.5 12.914L3.293 8.707l1.414-1.414L7.5 10.086l4.793-4.793 1.414 1.414L7.5 12.914z'/%3E%3C/svg%3E")
}

.ico-arr-back-blue {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='10' viewBox='0 0 20 10' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cuse xlink:href='%23a' transform='matrix(-1 0 0 1 20 0)' fill='%232196F3'/%3E%3Cdefs%3E%3Cpath id='a' d='M15.15 0l-1.456 1.502 2.362 2.436H0v2.124h16.056l-2.362 2.436L15.151 10 20 5l-4.85-5z'/%3E%3C/defs%3E%3C/svg%3E")
}

.ico-arr-back {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='10' viewBox='0 0 20 10' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cuse xlink:href='%23a' transform='matrix(-1 0 0 1 20 0)' fill='%23949494'/%3E%3Cdefs%3E%3Cpath id='a' d='M15.15 0l-1.456 1.502 2.362 2.436H0v2.124h16.056l-2.362 2.436L15.151 10 20 5l-4.85-5z'/%3E%3C/defs%3E%3C/svg%3E")
}

.ico-arr-next {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='10' viewBox='0 0 20 10' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cuse xlink:href='%23a' fill='%23949494'/%3E%3Cdefs%3E%3Cpath id='a' d='M15.15 0l-1.456 1.502 2.362 2.436H0v2.124h16.056l-2.362 2.436L15.151 10 20 5l-4.85-5z'/%3E%3C/defs%3E%3C/svg%3E")
}

.ico-assort {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cuse xlink:href='%23a' fill='%23949494'/%3E%3Cuse xlink:href='%23b' transform='translate(4 5)' fill='%23949494'/%3E%3Cuse xlink:href='%23c' transform='translate(4 9)' fill='%23949494'/%3E%3Cuse xlink:href='%23d' transform='translate(4 13)' fill='%23949494'/%3E%3Cdefs%3E%3Cpath id='a' d='M18 0H2C.897 0 0 .897 0 2v16c0 1.103.897 2 2 2h16c1.103 0 2-.897 2-2V2c0-1.103-.897-2-2-2zm-.003 18H2V2h16l-.003 16z'/%3E%3Cpath id='b' d='M12 0H0v2h12V0z'/%3E%3Cpath id='c' d='M12 0H0v2h12V0z'/%3E%3Cpath id='d' d='M9 0H0v2h9V0z'/%3E%3C/defs%3E%3C/svg%3E")
}

.ico-attach {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='13' height='21' viewBox='0 0 13 21' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cuse xlink:href='%23a' fill='%23F44336'/%3E%3Cdefs%3E%3Cpath id='a' d='M6.5 0C2.794 0 0 3.009 0 7v8.5C0 18.687 2.103 21 5 21s5-2.313 5-5.5V8c0-2.393-1.407-4-3.5-4S3 5.607 3 8v7h2V8c0-.602.146-2 1.5-2S8 7.398 8 8v7.5c0 1.743-.928 3.5-3 3.5s-3-1.757-3-3.5V7c0-2.897 1.893-5 4.5-5S11 4.103 11 7v7h2V7c0-3.991-2.794-7-6.5-7z'/%3E%3C/defs%3E%3C/svg%3E")
}

.ico-clock {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cuse xlink:href='%23a' fill='%232196F3'/%3E%3Cuse xlink:href='%23b' transform='translate(8.003 8.001)' fill='%232196F3'/%3E%3Cuse xlink:href='%23c' transform='translate(29.01 11.002)' fill='%232196F3'/%3E%3Cuse xlink:href='%23d' transform='translate(29.01 45.008)' fill='%232196F3'/%3E%3Cuse xlink:href='%23e' transform='translate(45.015 29.005)' fill='%232196F3'/%3E%3Cuse xlink:href='%23f' transform='translate(11.004 29.005)' fill='%232196F3'/%3E%3Cuse xlink:href='%23g' transform='translate(18.006 19.003)' fill='%232196F3'/%3E%3Cuse xlink:href='%23h' transform='translate(11.694 52.261)' fill='%232196F3'/%3E%3Cuse xlink:href='%23i' transform='translate(5.415 45.865)' fill='%232196F3'/%3E%3Cuse xlink:href='%23j' transform='translate(7.287 48.209)' fill='%232196F3'/%3E%3Cuse xlink:href='%23k' transform='translate(9.386 50.349)' fill='%232196F3'/%3E%3Cuse xlink:href='%23l' transform='translate(3.796 43.342)' fill='%232196F3'/%3E%3Cuse xlink:href='%23m' transform='translate(57.998 30.125)' fill='%232196F3'/%3E%3Cuse xlink:href='%23n' transform='translate(.154 31.999)' fill='%232196F3'/%3E%3Cuse xlink:href='%23o' transform='translate(.617 34.962)' fill='%232196F3'/%3E%3Cuse xlink:href='%23p' transform='translate(2.447 40.664)' fill='%232196F3'/%3E%3Cuse xlink:href='%23q' transform='translate(1.381 37.858)' fill='%232196F3'/%3E%3Cuse xlink:href='%23r' transform='translate(28.449 58)' fill='%232196F3'/%3E%3Cuse xlink:href='%23s' transform='translate(51.936 46.758)' fill='%232196F3'/%3E%3Cuse xlink:href='%23t' transform='translate(45.414 52.914)' fill='%232196F3'/%3E%3Cuse xlink:href='%23u' transform='translate(47.795 51.088)' fill='%232196F3'/%3E%3Cuse xlink:href='%23v' transform='translate(53.646 44.298)' fill='%232196F3'/%3E%3Cuse xlink:href='%23w' transform='translate(49.975 49.031)' fill='%232196F3'/%3E%3Cuse xlink:href='%23x' transform='translate(57.727 33.105)' fill='%232196F3'/%3E%3Cuse xlink:href='%23y' transform='translate(57.15 36.047)' fill='%232196F3'/%3E%3Cuse xlink:href='%23z' transform='translate(14.188 53.93)' fill='%232196F3'/%3E%3Cuse xlink:href='%23A' transform='translate(56.275 38.916)' fill='%232196F3'/%3E%3Cuse xlink:href='%23B' transform='translate(55.099 41.677)' fill='%232196F3'/%3E%3Cuse xlink:href='%23C' transform='translate(25.46 57.792)' fill='%232196F3'/%3E%3Cuse xlink:href='%23D' transform='translate(19.622 56.454)' fill='%232196F3'/%3E%3Cuse xlink:href='%23E' transform='translate(22.503 57.276)' fill='%232196F3'/%3E%3Cuse xlink:href='%23F' transform='translate(16.842 55.332)' fill='%232196F3'/%3E%3Cuse xlink:href='%23G' transform='translate(34.415 57.503)' fill='%232196F3'/%3E%3Cuse xlink:href='%23H' transform='translate(37.329 56.797)' fill='%232196F3'/%3E%3Cuse xlink:href='%23I' transform='translate(40.157 55.784)' fill='%232196F3'/%3E%3Cuse xlink:href='%23J' transform='translate(31.445 57.907)' fill='%232196F3'/%3E%3Cuse xlink:href='%23K' transform='translate(42.857 54.484)' fill='%232196F3'/%3E%3Cdefs%3E%3Cpath id='a' d='M1 31.006a1 1 0 0 0 1-1C2 14.563 14.567 2 30.01 2a27.857 27.857 0 0 1 17.308 6.001h-5.304a1 1 0 1 0 0 2h7.917a.959.959 0 0 0 .193 0h.892v-9a1 1 0 1 0-2.001 0v5.81A29.83 29.83 0 0 0 30.01 0C13.462 0 0 13.46 0 30.005a1 1 0 0 0 1 1z'/%3E%3Cpath id='b' d='M22.007 0C9.872 0 0 9.87 0 22.004c0 12.133 9.872 22.004 22.007 22.004 12.135 0 22.007-9.87 22.007-22.004C44.014 9.87 34.142 0 22.007 0zm0 42.007c-11.031 0-20.006-8.973-20.006-20.003S10.976 2 22.007 2c11.032 0 20.007 8.974 20.007 20.004 0 11.03-8.975 20.003-20.007 20.003z'/%3E%3Cpath id='c' d='M1 4a1 1 0 0 0 1-1V1a1 1 0 1 0-2 0v2a1 1 0 0 0 1 1z'/%3E%3Cpath id='d' d='M1 0a1 1 0 0 0-1 1v2a1 1 0 1 0 2 0V1a1 1 0 0 0-1-1z'/%3E%3Cpath id='e' d='M1 2h2a1 1 0 1 0 0-2H1a1 1 0 1 0 0 2z'/%3E%3Cpath id='f' d='M3 0H1a1 1 0 1 0 0 2h2a1 1 0 1 0 0-2z'/%3E%3Cpath id='g' d='M13.005 6.143V1a1 1 0 1 0-2.001 0v5.143c-1.72.447-3.001 2-3.001 3.859 0 .74.215 1.424.567 2.02L.293 20.296a.999.999 0 1 0 1.415 1.414l8.277-8.276a3.95 3.95 0 0 0 2.02.567 4.005 4.005 0 0 0 4-4c0-1.86-1.28-3.412-3-3.859zm-1 5.86a2.004 2.004 0 0 1-2.002-2.001 2.001 2.001 0 0 1 4.001 0c0 1.103-.896 2-2 2z'/%3E%3Cpath id='h' d='M.198.408a.995.995 0 0 0 .8 1.59c.31 0 .61-.13.81-.4.32-.44.23-1.07-.21-1.4a.996.996 0 0 0-1.4.21z'/%3E%3Cpath id='i' d='M1.817.414c-.32-.44-.95-.55-1.4-.23a1.006 1.006 0 0 0 .59 1.82 1.008 1.008 0 0 0 .81-1.59z'/%3E%3Cpath id='j' d='M.334.25c-.41.368-.45 1-.08 1.408.19.23.47.341.75.341.23 0 .47-.08.66-.25.41-.37.45-1 .08-1.41C1.385-.08.755-.11.334.25z'/%3E%3Cpath id='k' d='M1.677.26c-.4-.37-1.04-.34-1.41.06A1 1 0 0 0 .997 2c.27 0 .54-.11.74-.32a.996.996 0 0 0-.06-1.41V.26z'/%3E%3Cpath id='l' d='M1.875.505h-.01a.988.988 0 0 0-1.36-.37.997.997 0 1 0 .5 1.86 1 1 0 0 0 .87-1.49z'/%3E%3Cpath id='m' d='M.96 2H1c.54 0 .98-.43 1-.96A.996.996 0 0 0 1.04 0C.49-.02.02.41 0 .96-.02 1.51.41 1.98.96 2z'/%3E%3Cpath id='n' d='M1.106 1.997A1.001 1.001 0 0 0 .896.006a.99.99 0 0 0-.89 1.09c.05.52.49.9.99.9l.11.001z'/%3E%3Cpath id='o' d='M1.204 1.975c.54-.11.89-.64.77-1.18A.988.988 0 0 0 .794.024a.989.989 0 0 0-.77 1.18c.09.47.51.79.97.79.069 0 .14 0 .21-.02z'/%3E%3Cpath id='p' d='M1.914.594c-.22-.5-.81-.73-1.32-.51-.5.22-.73.81-.51 1.319.17.37.53.6.92.6a1.006 1.006 0 0 0 .91-1.41z'/%3E%3Cpath id='q' d='M1.949.699a.988.988 0 0 0-1.25-.65 1 1 0 0 0-.65 1.26c.14.42.53.69.95.69.1 0 .21-.01.31-.04.52-.17.81-.741.64-1.26z'/%3E%3Cpath id='r' d='M1.02 0C.47-.01.01.43 0 .98A.998.998 0 0 0 .98 2H1c.55 0 .99-.43 1-.98C2.01.47 1.57.01 1.02 0z'/%3E%3Cpath id='s' d='M.211.39a1 1 0 0 0 .17 1.4c.19.14.4.21.62.21.29 0 .59-.13.79-.39a.992.992 0 0 0-.18-1.4.993.993 0 0 0-1.4.18z'/%3E%3Cpath id='t' d='M.43.175a.996.996 0 0 0-.25 1.39c.19.28.5.43.82.43a1 1 0 0 0 .57-.17c.45-.31.57-.939.25-1.39A.997.997 0 0 0 .43.175z'/%3E%3Cpath id='u' d='M.35.24A.999.999 0 0 0 1 2 .999.999 0 0 0 1.76.35 1 1 0 0 0 .35.24z'/%3E%3Cpath id='v' d='M1.53.148C1.06-.142.44.008.15.468c-.29.47-.15 1.09.32 1.38.17.101.35.15.53.15a1 1 0 0 0 .53-1.85z'/%3E%3Cpath id='w' d='M.282.308a.987.987 0 0 0 .03 1.41.97.97 0 0 0 .69.28c.26 0 .53-.1.72-.31A.996.996 0 1 0 .282.308z'/%3E%3Cpath id='x' d='M1.14.01A1.01 1.01 0 0 0 .01.861c-.08.55.3 1.05.85 1.13.05.01.1.01.14.01a1 1 0 0 0 .14-1.99z'/%3E%3Cpath id='y' d='M1.248.028c-.54-.13-1.08.2-1.22.73-.13.54.2 1.08.73 1.22a1.003 1.003 0 0 0 1.21-.73 1.005 1.005 0 0 0-.72-1.22z'/%3E%3Cpath id='z' d='M1.515.14a.996.996 0 0 0-1.37.35.995.995 0 1 0 1.71 1.02.997.997 0 0 0-.34-1.37z'/%3E%3Cpath id='A' d='M1.342.06a.995.995 0 0 0-1.28.6.992.992 0 0 0 .93 1.341c.41 0 .8-.25.94-.66a.992.992 0 0 0-.59-1.28z'/%3E%3Cpath id='B' d='M1.44.1C.95-.137.34.06.1.56S.07 1.663.56 1.9a1.004 1.004 0 0 0 1.34-.46A1 1 0 0 0 1.44.1z'/%3E%3Cpath id='C' d='M1.118.008a.992.992 0 0 0-1.11.87c-.07.55.32 1.05.87 1.11v.01h.12c.5 0 .93-.37.99-.88a.992.992 0 0 0-.87-1.11z'/%3E%3Cpath id='D' d='M1.325.056a.993.993 0 0 0-1.27.62c-.18.52.1 1.09.62 1.27.11.03.22.05.33.05a.997.997 0 0 0 .32-1.94z'/%3E%3Cpath id='E' d='M1.224.025c-.54-.12-1.07.21-1.2.75-.12.54.22 1.08.75 1.2.08.02.15.02.23.02.45 0 .87-.31.97-.77a.993.993 0 0 0-.75-1.2z'/%3E%3Cpath id='F' d='M1.423.098a.99.99 0 0 0-1.33.479c-.23.5-.02 1.1.48 1.33.14.06.28.09.42.09.38 0 .74-.21.91-.58a.99.99 0 0 0-.48-1.32z'/%3E%3Cpath id='G' d='M.817.017c-.54.1-.9.63-.8 1.17.09.48.52.811.99.811.06 0 .12 0 .18-.011.54-.109.9-.63.8-1.17a1 1 0 0 0-1.17-.8z'/%3E%3Cpath id='H' d='M.713.043a.987.987 0 0 0-.67 1.24 1.005 1.005 0 0 0 1.25.67c.53-.16.83-.72.67-1.25-.161-.52-.72-.82-1.25-.66z'/%3E%3Cpath id='I' d='M.616.076c-.51.21-.75.8-.54 1.311.16.38.53.609.92.609.13 0 .26-.02.39-.069.51-.221.75-.801.54-1.311-.221-.51-.8-.75-1.31-.54z'/%3E%3Cpath id='J' d='M.914.003a.998.998 0 0 0-.91 1.08c.04.52.48.92 1 .92h.08v-.01c.55-.04.96-.52.91-1.07a1.007 1.007 0 0 0-1.08-.92z'/%3E%3Cpath id='K' d='M.526.126c-.49.26-.67.87-.4 1.35.18.34.52.53.88.53.16 0 .32-.04.47-.13.49-.26.67-.87.4-1.35a.983.983 0 0 0-1.35-.4z'/%3E%3C/defs%3E%3C/svg%3E")
}

.ico-close {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='21' height='20' viewBox='0 0 21 20' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cuse xlink:href='%23a' fill='%23949494'/%3E%3Cdefs%3E%3Cpath id='a' d='M20.001 1.624L18.376 0l-8.375 8.376L1.625 0 0 1.624 8.376 10 0 18.376 1.625 20l8.376-8.376L18.376 20l1.625-1.624L11.625 10l8.376-8.376z'/%3E%3C/defs%3E%3C/svg%3E")
}

.ico-confirm {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='22' height='20' viewBox='0 0 22 20' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cuse xlink:href='%23a' transform='translate(0 2.033)' fill='%23F44336'/%3E%3Cuse xlink:href='%23b' transform='translate(4.54)' fill='%23F44336'/%3E%3Cdefs%3E%3Cpath id='a' d='M17.667 15.459H2.208V2.209H13.25V0H2.208A2.211 2.211 0 0 0 0 2.208v13.25a2.21 2.21 0 0 0 2.208 2.21h15.46a2.21 2.21 0 0 0 2.208-2.21v-5.52h-2.209v5.52z'/%3E%3Cpath id='b' d='M1.951 7.682L0 9.634l5.44 5.44L17.454 1.857 15.414 0 5.345 11.076 1.951 7.682z'/%3E%3C/defs%3E%3C/svg%3E")
}

.ico-contacts {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='20' viewBox='0 0 18 20' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cuse xlink:href='%23a' fill='%23949494'/%3E%3Cuse xlink:href='%23b' transform='translate(7.008 3.008)' fill='%23949494'/%3E%3Cdefs%3E%3Cpath id='a' d='M16 0H4C2.897 0 2 .896 2 2v2H0v2h2v3H0v2h2v3H0v2h2v2c0 1.104.897 2 2 2h12c1.103 0 2-.896 2-2V2a2 2 0 0 0-2-2zM4 18v-2h1v-2H4v-3h1V9H4V6h1V4H4V2h12l.001 16H4z'/%3E%3Cpath id='b' d='M3.598 3.887a.53.53 0 0 0 .748 0l1.492-1.494a.53.53 0 0 0 0-.747L4.346.155a.53.53 0 0 0-.748 0L1.735 2.02l.01.01a6.589 6.589 0 0 0 0 8.932l-.01.012 1.863 1.864a.53.53 0 0 0 .748 0l1.492-1.492a.53.53 0 0 0 0-.746L4.346 9.108a.528.528 0 0 0-.748 0l-.726.728a4.997 4.997 0 0 1 0-6.677l.726.727z'/%3E%3C/defs%3E%3C/svg%3E")
}

.ico-copy {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cuse xlink:href='%23a' fill='%23F44336'/%3E%3Cdefs%3E%3Cpath id='a' d='M18 6h-4V2c0-1.102-.897-2-2-2H2C.897 0 0 .898 0 2v10c0 1.103.897 2 2 2h4v4c0 1.103.897 2 2 2h10c1.103 0 2-.897 2-2V8c0-1.102-.897-2-2-2zM2 12V2h10l.001 10H2zm16 6H8v-4h4c1.103 0 2-.897 2-2V8h4v10z'/%3E%3C/defs%3E%3C/svg%3E")
}

.ico-cost {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cuse xlink:href='%23a' transform='translate(0 8.261)' fill='%232196F3'/%3E%3Cuse xlink:href='%23b' transform='translate(13 3)' fill='%232196F3'/%3E%3Cuse xlink:href='%23c' transform='translate(8)' fill='%232196F3'/%3E%3Cuse xlink:href='%23d' transform='translate(5 12.086)' fill='%232196F3'/%3E%3Cdefs%3E%3Cpath id='a' d='M8 13.739c-3.309 0-6-2.691-6-6a6.009 6.009 0 0 1 4.266-5.742A9.886 9.886 0 0 1 6.014 0C2.562.886 0 4.015 0 7.739c0 4.411 3.589 8 8 8 3.725 0 6.854-2.562 7.74-6.013a10.097 10.097 0 0 1-1.998-.252A6.008 6.008 0 0 1 8 13.739z'/%3E%3Cpath id='b' d='M4 0H2v1.05C.86 1.282 0 2.292 0 3.5 0 4.878 1.122 6 2.5 6h1a.5.5 0 0 1 0 1H0v2h2v1h2V8.95c1.14-.232 2-1.242 2-2.45C6 5.122 4.879 4 3.5 4h-1a.5.5 0 0 1 0-1H6V1H4V0z'/%3E%3Cpath id='c' d='M8 0C3.589 0 0 3.59 0 8c0 4.411 3.589 8 8 8s8-3.589 8-8c0-4.41-3.589-8-8-8zm0 14c-3.309 0-6-2.691-6-6 0-3.308 2.691-6 6-6s6 2.692 6 6c0 3.309-2.691 6-6 6z'/%3E%3Cpath id='d' d='M2.5 1.914h.514A9.996 9.996 0 0 1 1.879 0 2.5 2.5 0 0 0 0 2.414c0 1.378 1.122 2.5 2.5 2.5h1a.5.5 0 0 1 0 1H0v2h2v1h2v-1.05a2.504 2.504 0 0 0 1.805-3.417A10.1 10.1 0 0 1 3.9 2.955a2.38 2.38 0 0 0-.4-.041h-1a.5.5 0 0 1 0-1z'/%3E%3C/defs%3E%3C/svg%3E")
}

.ico-delete {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cuse xlink:href='%23a' fill='%23333'/%3E%3Cdefs%3E%3Cpath id='a' d='M20 1.624L18.375 0 10 8.376 1.625 0 0 1.624l8.376 8.375L0 18.375l1.625 1.624 8.376-8.376L18.375 20 20 18.375l-8.376-8.376L20 1.624z'/%3E%3C/defs%3E%3C/svg%3E")
}

.ico-dialog {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cuse xlink:href='%23a' fill='%232196F3'/%3E%3Cuse xlink:href='%23b' transform='translate(22 6)' fill='%232196F3'/%3E%3Cuse xlink:href='%23c' transform='translate(22 12)' fill='%232196F3'/%3E%3Cuse xlink:href='%23d' transform='translate(22 18)' fill='%232196F3'/%3E%3Cuse xlink:href='%23e' transform='translate(22 24)' fill='%232196F3'/%3E%3Cuse xlink:href='%23f' transform='translate(8 18)' fill='%232196F3'/%3E%3Cuse xlink:href='%23g' transform='translate(8 24)' fill='%232196F3'/%3E%3Cuse xlink:href='%23h' transform='translate(8 30)' fill='%232196F3'/%3E%3Cuse xlink:href='%23i' transform='translate(8 36)' fill='%232196F3'/%3E%3Cuse xlink:href='%23j' transform='translate(35 38)' fill='%232196F3'/%3E%3Cuse xlink:href='%23k' transform='translate(35 44)' fill='%232196F3'/%3E%3Cdefs%3E%3Cpath id='a' d='M55 20h-5V5c0-2.757-2.243-5-5-5H19c-2.757 0-5 2.243-5 5v7H5c-2.757 0-5 2.243-5 5v22c0 2.757 2.243 5 5 5h7v7a1 1 0 0 0 1.707.707L21.414 44H24v3c0 2.757 2.243 5 5 5h9v7a1 1 0 0 0 1.707.707L47.414 52H55c2.757 0 5-2.243 5-5V25c0-2.757-2.243-5-5-5zM16 5c0-1.654 1.346-3 3-3h26c1.654 0 3 1.346 3 3v22c0 1.654-1.346 3-3 3h-6a.996.996 0 0 0-.707.293L32 36.586V31a1 1 0 0 0-1-1H19c-1.654 0-3-1.346-3-3V5zm5 37a.996.996 0 0 0-.707.293L14 48.586V43a1 1 0 0 0-1-1H5c-1.654 0-3-1.346-3-3V17c0-1.654 1.346-3 3-3h9v13c0 2.757 2.243 5 5 5h5v10h-3zm37 5c0 1.654-1.346 3-3 3h-8a.996.996 0 0 0-.707.293L40 56.586V51a1 1 0 0 0-1-1H29c-1.654 0-3-1.346-3-3V32h4v7a1 1 0 0 0 1.707.707L39.414 32H45c2.757 0 5-2.243 5-5v-5h5c1.654 0 3 1.346 3 3v22z'/%3E%3Cpath id='b' d='M1 2h14a1 1 0 1 0 0-2H1a1 1 0 1 0 0 2z'/%3E%3Cpath id='c' d='M1 2h18a1 1 0 1 0 0-2H1a1 1 0 1 0 0 2z'/%3E%3Cpath id='d' d='M1 2h8a1 1 0 1 0 0-2H1a1 1 0 1 0 0 2z'/%3E%3Cpath id='e' d='M1 2h16a1 1 0 1 0 0-2H1a1 1 0 1 0 0 2z'/%3E%3Cpath id='f' d='M1 2h2a1 1 0 1 0 0-2H1a1 1 0 1 0 0 2z'/%3E%3Cpath id='g' d='M1 2h2a1 1 0 1 0 0-2H1a1 1 0 1 0 0 2z'/%3E%3Cpath id='h' d='M1 2h4a1 1 0 1 0 0-2H1a1 1 0 1 0 0 2z'/%3E%3Cpath id='i' d='M13 0H1a1 1 0 1 0 0 2h12a1 1 0 1 0 0-2z'/%3E%3Cpath id='j' d='M1 2h6a1 1 0 1 0 0-2H1a1 1 0 1 0 0 2z'/%3E%3Cpath id='k' d='M15 0H1a1 1 0 1 0 0 2h14a1 1 0 1 0 0-2z'/%3E%3C/defs%3E%3C/svg%3E")
}

.ico-download {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='16' height='20' viewBox='0 0 16 20' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cuse xlink:href='%23a' transform='translate(2.29)' fill='%23F44336'/%3E%3Cuse xlink:href='%23b' transform='translate(0 16)' fill='%23F44336'/%3E%3Cdefs%3E%3Cpath id='a' d='M11.414 8.707L10 7.293l-3.293 3.293V0h-2v10.586L1.414 7.293 0 8.707l5.707 5.707 5.707-5.707z'/%3E%3Cpath id='b' d='M14 0v2H2V0H0v2c0 1.102.896 2 2 2h12c1.104 0 2-.898 2-2V0h-2z'/%3E%3C/defs%3E%3C/svg%3E")
}

.ico-dropdown {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='10' height='8' viewBox='0 0 10 8' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cuse xlink:href='%23a' transform='translate(0 .288)' fill='%23C2C2C2'/%3E%3Cdefs%3E%3Cpath id='a' d='M4.36 6.542A.829.829 0 0 0 5 6.85a.824.824 0 0 0 .64-.308l4.166-5.138a.875.875 0 0 0 .116-.91A.833.833 0 0 0 9.167 0H.833a.833.833 0 0 0-.755.493.876.876 0 0 0 .115.912L4.36 6.542zm-1.747-4.83h4.775L5 4.655 2.613 1.712z'/%3E%3C/defs%3E%3C/svg%3E")
}

.ico-eng {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cuse xlink:href='%23a' fill='%23F0F0F0'/%3E%3Cuse xlink:href='%23b' transform='translate(.413 4.694)' fill='%230052B4'/%3E%3Cuse xlink:href='%23c' transform='translate(17.344 4.694)' fill='%230052B4'/%3E%3Cuse xlink:href='%23d' transform='translate(.413 15.13)' fill='%230052B4'/%3E%3Cuse xlink:href='%23e' transform='translate(15.13 .413)' fill='%230052B4'/%3E%3Cuse xlink:href='%23f' transform='translate(4.694 17.344)' fill='%230052B4'/%3E%3Cuse xlink:href='%23g' transform='translate(4.694 .413)' fill='%230052B4'/%3E%3Cuse xlink:href='%23h' transform='translate(15.13 17.344)' fill='%230052B4'/%3E%3Cuse xlink:href='%23i' transform='translate(17.344 15.13)' fill='%230052B4'/%3E%3Cg fill='%23D80027'%3E%3Cuse xlink:href='%23j'/%3E%3Cuse xlink:href='%23k' transform='translate(15.13 15.13)'/%3E%3Cuse xlink:href='%23l' transform='translate(3.515 15.13)'/%3E%3Cuse xlink:href='%23m' transform='translate(2.809 3.515)'/%3E%3Cuse xlink:href='%23n' transform='translate(15.13 2.809)'/%3E%3C/g%3E%3Cdefs%3E%3Cpath id='a' d='M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12z'/%3E%3Cpath id='b' d='M2.067 0A11.956 11.956 0 0 0 0 4.175h6.243L2.067 0z'/%3E%3Cpath id='c' d='M6.243 4.175A11.957 11.957 0 0 0 4.175 0L0 4.175h6.243z'/%3E%3Cpath id='d' d='M0 0a11.957 11.957 0 0 0 2.067 4.175L6.243 0H0z'/%3E%3Cpath id='e' d='M4.175 2.067A11.957 11.957 0 0 0 0 0v6.243l4.175-4.176z'/%3E%3Cpath id='f' d='M0 4.175a11.957 11.957 0 0 0 4.175 2.068V0L0 4.175z'/%3E%3Cpath id='g' d='M4.175 0A11.957 11.957 0 0 0 0 2.067l4.175 4.176V0z'/%3E%3Cpath id='h' d='M0 6.243a11.957 11.957 0 0 0 4.175-2.068L0 0v6.243z'/%3E%3Cpath id='i' d='M0 0l4.175 4.175A11.957 11.957 0 0 0 6.243 0H0z'/%3E%3Cpath id='j' d='M23.898 10.435H13.565V.102a12.12 12.12 0 0 0-3.13 0v10.333H.102a12.12 12.12 0 0 0 0 3.13h10.333v10.333a12.12 12.12 0 0 0 3.13 0V13.565h10.333a12.12 12.12 0 0 0 0-3.13z'/%3E%3Cpath id='k' d='M0 0l5.355 5.355c.246-.246.481-.504.705-.77L1.476 0H0z'/%3E%3Cpath id='l' d='M5.355 0L0 5.355c.246.246.504.481.77.705l4.585-4.584V0z'/%3E%3Cpath id='m' d='M6.06 5.355L.705 0A12.03 12.03 0 0 0 0 .77l4.585 4.585H6.06z'/%3E%3Cpath id='n' d='M0 6.06L5.355.705A12.017 12.017 0 0 0 4.585 0L0 4.585V6.06z'/%3E%3C/defs%3E%3C/svg%3E")
}

.ico-expand {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='10' height='20' viewBox='0 0 10 20' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cuse xlink:href='%23a' transform='rotate(90 5 5)' fill='%232196F3'/%3E%3Cdefs%3E%3Cpath id='a' d='M15.15 0l-1.456 1.502 2.362 2.436H0v2.124h16.056l-2.362 2.436L15.151 10 20 5l-4.85-5z'/%3E%3C/defs%3E%3C/svg%3E")
}

.ico-find {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cuse xlink:href='%23a' fill='%23949494'/%3E%3Cuse xlink:href='%23b' transform='translate(11.275 11.27)' fill='%23949494'/%3E%3Cdefs%3E%3Cpath id='a' d='M2.05 8.2h16.4v1.025h2.05v-2.05l-.003-.018a1.016 1.016 0 0 0-.07-.348c-.011-.028-.026-.054-.04-.082-.02-.04-.032-.083-.059-.12l-4.1-6.15A1.03 1.03 0 0 0 15.375 0H5.125c-.342 0-.662.172-.853.457l-4.1 6.15c-.025.038-.039.08-.058.121-.015.028-.029.053-.04.082a1.012 1.012 0 0 0-.07.347c0 .006-.004.012-.004.018v12.3c0 .566.458 1.026 1.025 1.026h8.2v-2.05H2.05V8.2zm9.225-6.15h3.552l2.733 4.1h-6.285v-4.1zm-5.602 0h3.552v4.1H2.941l2.732-4.1z'/%3E%3Cpath id='b' d='M9.396 7.947c.538-.81.854-1.78.854-2.822A5.131 5.131 0 0 0 5.125 0 5.131 5.131 0 0 0 0 5.125c0 2.826 2.3 5.125 5.125 5.125a5.088 5.088 0 0 0 2.822-.854l3.328 3.329 1.45-1.45-3.329-3.328zm-4.27.253A3.079 3.079 0 0 1 2.05 5.125 3.079 3.079 0 0 1 5.125 2.05 3.079 3.079 0 0 1 8.2 5.125 3.079 3.079 0 0 1 5.125 8.2z'/%3E%3C/defs%3E%3C/svg%3E")
}

.ico-for {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='17' height='20' viewBox='0 0 17 20' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cuse xlink:href='%23a' fill='%23949494'/%3E%3Cuse xlink:href='%23b' transform='translate(4 4.999)' fill='%23949494'/%3E%3Cdefs%3E%3Cpath id='a' d='M16.97 10.758c-.146-.585-.279-1.167-.41-1.738C15.546 4.586 14.498 0 8 0 3.589 0 0 3.589 0 8v11a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1v-2h1c1.103 0 2-.897 2-2v-3h1a.998.998 0 0 0 .97-1.242zM14 10a1 1 0 0 0-1 1v4h-2a1 1 0 0 0-1 1v2H2V8c0-3.309 2.691-6 6-6 4.685 0 5.489 2.561 6.61 7.465l.123.535H14z'/%3E%3Cpath id='b' d='M4 1.677c-.889-2.688-4-1.8-4 .248C0 4.08 4 6.989 4 6.989S8 4.08 8 1.925c0-2.047-3.111-2.936-4-.248z'/%3E%3C/defs%3E%3C/svg%3E")
}

.ico-i-get {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cuse xlink:href='%23a' transform='translate(6)' fill='%23F44336'/%3E%3Cuse xlink:href='%23b' transform='translate(0 13)' fill='%23F44336'/%3E%3Cdefs%3E%3Cpath id='a' d='M16 0H2C.896 0 0 .898 0 2v9h2V2h3v6a1.002 1.002 0 0 0 1.707.707L9 6.415l2.293 2.293A1 1 0 0 0 13 8V2h3l-.003 12H9v2h7c1.104 0 2-.897 2-2V2c0-1.102-.896-2-2-2zm-5 5.586L9.707 4.294a.994.994 0 0 0-1.414-.001L7 5.586V2h4v3.586z'/%3E%3Cpath id='b' d='M20 4h-7.586l.293-.292c.305-.305.38-.77.188-1.155l-1-2a.998.998 0 0 0-1.211-.501L5.927 1.637A.997.997 0 0 0 5 1H1a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h4a1 1 0 0 0 1-1h11a1 1 0 0 0 .8-.4l3-4A.999.999 0 0 0 20 4zM4 9H2V3h2v6zm12.5-1H6V3.72l4.494-1.497.289.58-1.49 1.49A.988.988 0 0 0 9.01 5H9v1h9l-1.5 2z'/%3E%3C/defs%3E%3C/svg%3E")
}

.ico-inbox-active {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cuse xlink:href='%23a' fill='%232196F3'/%3E%3Cuse xlink:href='%23b' transform='translate(14.47 14.348)' fill='%232196F3'/%3E%3Cdefs%3E%3Cpath id='a' d='M2.025 8.203h16.198v4.101h2.024V7.177c0-.007-.004-.012-.004-.018a1.023 1.023 0 0 0-.069-.348c-.01-.028-.025-.054-.04-.082-.018-.039-.03-.082-.057-.12L16.027.457A1.009 1.009 0 0 0 15.186 0H5.062a1.01 1.01 0 0 0-.842.456L.17 6.608c-.025.038-.038.081-.058.121-.013.028-.028.054-.04.082a1.021 1.021 0 0 0-.068.348c0 .006-.004.011-.004.018v12.304a1.02 1.02 0 0 0 1.012 1.026h12.149v-2.051H2.025V8.203zm9.11-6.152h3.509l2.699 4.101h-6.207V2.051zm-5.532 0h3.508v4.101H2.904l2.7-4.101z'/%3E%3Cpath id='b' d='M8.099 3.376L5.778 5.728V0H3.753v5.728L1.432 3.376 0 4.826l4.765 4.827L9.53 4.825 8.1 3.376z'/%3E%3C/defs%3E%3C/svg%3E")
}

.ico-inbox {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cuse xlink:href='%23a' fill='%23949494'/%3E%3Cuse xlink:href='%23b' transform='translate(14.47 14.348)' fill='%23949494'/%3E%3Cdefs%3E%3Cpath id='a' d='M2.025 8.203h16.198v4.101h2.024V7.177c0-.007-.004-.012-.004-.018a1.023 1.023 0 0 0-.069-.348c-.01-.028-.025-.054-.04-.082-.018-.039-.03-.082-.057-.12L16.027.457A1.009 1.009 0 0 0 15.186 0H5.062a1.01 1.01 0 0 0-.842.456L.17 6.608c-.025.038-.038.081-.058.121-.013.028-.028.054-.04.082a1.021 1.021 0 0 0-.068.348c0 .006-.004.011-.004.018v12.304a1.02 1.02 0 0 0 1.012 1.026h12.149v-2.051H2.025V8.203zm9.11-6.152h3.509l2.699 4.101h-6.207V2.051zm-5.532 0h3.508v4.101H2.904l2.7-4.101z'/%3E%3Cpath id='b' d='M8.099 3.376L5.778 5.728V0H3.753v5.728L1.432 3.376 0 4.826l4.765 4.827L9.53 4.825 8.1 3.376z'/%3E%3C/defs%3E%3C/svg%3E")
}

.ico-info {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cuse xlink:href='%23a' fill='%23949494'/%3E%3Cuse xlink:href='%23b' transform='translate(7 8)' fill='%23949494'/%3E%3Cuse xlink:href='%23c' transform='translate(8.75 4.75)' fill='%23949494'/%3E%3Cdefs%3E%3Cpath id='a' d='M10 0C4.486 0 0 4.487 0 10c0 5.515 4.486 10 10 10s10-4.485 10-10c0-5.514-4.486-10-10-10zm0 18c-4.411 0-8-3.589-8-8s3.589-8 8-8 8 3.589 8 8-3.589 8-8 8z'/%3E%3Cpath id='b' d='M4 1a1 1 0 0 0-1-1H1v2h1v3H0v2h6V5H4V1z'/%3E%3Cpath id='c' d='M1.25 2.5a1.25 1.25 0 1 0 0-2.5 1.25 1.25 0 0 0 0 2.5z'/%3E%3C/defs%3E%3C/svg%3E")
}

.ico-kg {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='20' viewBox='0 0 18 20' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cuse xlink:href='%23a' fill='%232196F3'/%3E%3Cuse xlink:href='%23b' transform='translate(5 10)' fill='%232196F3'/%3E%3Cuse xlink:href='%23c' transform='translate(9 10)' fill='%232196F3'/%3E%3Cdefs%3E%3Cpath id='a' d='M17.937 14.649l-3-8A1.002 1.002 0 0 0 14 6h-1.557A3.95 3.95 0 0 0 13 4c0-2.206-1.795-4-4-4S5 1.794 5 4c0 .732.212 1.409.557 2H4c-.417 0-.79.259-.937.649l-3 8A1 1 0 0 0 0 15v4a1 1 0 0 0 1 1h16a1 1 0 0 0 1-1v-4a1 1 0 0 0-.063-.351zM9 2c1.104 0 2 .898 2 2 0 1.103-.896 2-2 2s-2-.897-2-2c0-1.102.896-2 2-2zm7 16H2v-2.818L4.693 8h8.613L16 15.182V18z'/%3E%3Cpath id='b' d='M4.5 0H2.668L1.5 1.664V0H0v6h1.5V4.335L2.668 6H4.5L2.395 3 4.5 0z'/%3E%3Cpath id='c' d='M0 1.5v3C0 5.327.673 6 1.5 6H3c.827 0 1.5-.673 1.5-1.5V2.25H2.25v1.5H3v.75H1.5v-3h3V0h-3C.673 0 0 .673 0 1.5z'/%3E%3C/defs%3E%3C/svg%3E")
}

.ico-link {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='21' height='20' viewBox='0 0 21 20' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cuse xlink:href='%23a' fill='%23949494'/%3E%3Cuse xlink:href='%23b' transform='translate(5.794 5.769)' fill='%23949494'/%3E%3Cuse xlink:href='%23c' transform='rotate(134.999 9.11 5.093)' fill='%23949494'/%3E%3Cuse xlink:href='%23d' transform='rotate(-45.009 21.824 7.803)' fill='%23949494'/%3E%3Cdefs%3E%3Cpath id='a' d='M2.98 12.798l-.702-.703a.996.996 0 0 1 0-1.407l8.438-8.437a.984.984 0 0 1 .703-.292.99.99 0 0 1 .704.292l.703.703 1.405-1.405-.702-.703c-1.128-1.128-3.094-1.128-4.22 0L.874 9.282a2.986 2.986 0 0 0 0 4.219l.702.703 1.406-1.406z'/%3E%3Cpath id='b' d='M13.36.703L12.654 0 11.25 1.406l.704.703c.188.188.29.437.29.703a.99.99 0 0 1-.29.702l-8.437 8.438a1.02 1.02 0 0 1-1.407 0l-.703-.703L0 12.654l.703.703a2.963 2.963 0 0 0 2.11.874c.797 0 1.545-.31 2.11-.874l8.436-8.437a2.962 2.962 0 0 0 .873-2.108c0-.796-.31-1.546-.873-2.109z'/%3E%3Cpath id='c' d='M9.943 0H0v1.989h9.943V0z'/%3E%3Cpath id='d' d='M9.943 0H0v1.988h9.943V0z'/%3E%3C/defs%3E%3C/svg%3E")
}

.ico-logofull {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='64' height='103' viewBox='0 0 64 103' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cuse xlink:href='%23a' transform='translate(0 74.405)' fill='%23333'/%3E%3Cuse xlink:href='%23b' transform='translate(5.183 74.324)' fill='%23333'/%3E%3Cuse xlink:href='%23c' transform='translate(11.148 74.404)' fill='%23333'/%3E%3Cuse xlink:href='%23d' transform='translate(14.902 74.404)' fill='%23333'/%3E%3Cuse xlink:href='%23e' transform='translate(20.881 74.404)' fill='%23333'/%3E%3Cuse xlink:href='%23f' transform='translate(29.332 74.404)' fill='%23333'/%3E%3Cuse xlink:href='%23g' transform='translate(33.426 74.404)' fill='%23333'/%3E%3Cuse xlink:href='%23h' transform='translate(39.194 74.404)' fill='%23333'/%3E%3Cuse xlink:href='%23i' transform='translate(44.614 74.404)' fill='%23333'/%3E%3Cuse xlink:href='%23j' transform='translate(50.364 74.404)' fill='%23333'/%3E%3Cuse xlink:href='%23k' transform='translate(54.693 74.324)' fill='%23333'/%3E%3Cuse xlink:href='%23l' transform='translate(59.982 74.324)' fill='%23333'/%3E%3Cg fill='%23333'%3E%3Cuse xlink:href='%23m' transform='translate(4.137 87.127)'/%3E%3Cuse xlink:href='%23n' transform='translate(2.873)'/%3E%3Cuse xlink:href='%23o' transform='translate(23.399 33.708)'/%3E%3Cuse xlink:href='%23p' transform='translate(30.738 28.088)'/%3E%3Cuse xlink:href='%23q' transform='translate(30.738 53.995)'/%3E%3Cuse xlink:href='%23r' transform='translate(21.59 31.882)'/%3E%3Cuse xlink:href='%23s' transform='translate(39.887 50.201)'/%3E%3Cuse xlink:href='%23t' transform='translate(39.886 31.882)'/%3E%3Cuse xlink:href='%23u' transform='translate(21.59 50.201)'/%3E%3C/g%3E%3Cuse xlink:href='%23v' transform='translate(16.78 39.419)' fill='%23333'/%3E%3Cuse xlink:href='%23w' transform='translate(42.743 39.331)' fill='%23333'/%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h1.294c.164 0 .343.008.538.024s.39.053.585.112c.194.06.382.148.564.27a1.8 1.8 0 0 1 .482.496c.14.208.252.47.337.784.085.313.127.694.127 1.145v.32c0 .49-.038.908-.117 1.255a3.29 3.29 0 0 1-.313.877 1.94 1.94 0 0 1-.451.57c-.171.143-.35.25-.535.324-.185.074-.373.12-.56.144a4.243 4.243 0 0 1-.532.035h-.125v2.782H0V0zm1.359 5.339c.234 0 .43-.037.59-.11a.846.846 0 0 0 .382-.343 1.68 1.68 0 0 0 .205-.598c.042-.244.063-.538.063-.88v-.824c0-.27-.018-.505-.055-.704a1.165 1.165 0 0 0-.198-.488.829.829 0 0 0-.382-.286 1.676 1.676 0 0 0-.605-.095h-.065V5.34h.065z'/%3E%3Cpath id='b' d='M2.125 9.297a3.08 3.08 0 0 1-.445-.035 1.619 1.619 0 0 1-.475-.146 1.796 1.796 0 0 1-.837-.86A3.397 3.397 0 0 1 .1 7.422C.034 7.092 0 6.7 0 6.242V3.008c0-.46.034-.854.103-1.18.068-.327.16-.6.272-.824C.49.78.618.602.762.471a1.762 1.762 0 0 1 .927-.439c.157-.02.302-.031.435-.031.127 0 .268.01.423.03a1.67 1.67 0 0 1 .917.421c.147.132.276.308.39.531.113.223.204.499.272.829.069.33.103.729.103 1.196v3.237c0 .452-.036.841-.105 1.169a3.57 3.57 0 0 1-.275.83 1.86 1.86 0 0 1-.847.865 1.67 1.67 0 0 1-.462.153 2.733 2.733 0 0 1-.415.036zm0-1.042a.749.749 0 0 0 .332-.07.543.543 0 0 0 .235-.241c.061-.115.108-.265.14-.452.032-.187.048-.423.048-.71V2.628a4.69 4.69 0 0 0-.048-.733 1.61 1.61 0 0 0-.14-.473.577.577 0 0 0-.235-.255.71.71 0 0 0-.332-.075.732.732 0 0 0-.34.075.583.583 0 0 0-.24.255c-.063.12-.111.277-.142.473-.032.196-.048.44-.048.733v4.156c0 .286.016.522.048.709.03.187.079.337.142.452a.551.551 0 0 0 .24.241.77.77 0 0 0 .34.07z'/%3E%3Cpath id='c' d='M0 0h1.294v8.045h1.764v1.092H0V0z'/%3E%3Cpath id='d' d='M1.575 0h1.489l1.579 9.137h-1.31L3.099 7.5h-1.56l-.225 1.637H0L1.575 0zm1.374 6.457l-.6-4.553h-.055L1.69 6.457h1.26z'/%3E%3Cpath id='e' d='M0 0h1.405c.16 0 .336.007.527.02.191.015.383.05.575.106.19.054.376.138.554.248.179.111.337.263.475.455.139.192.249.434.332.726.084.29.126.643.126 1.054v.23c0 .697-.094 1.262-.28 1.7-.188.437-.461.751-.825.945l1.37 3.653h-1.37l-1.134-3.42H1.27v3.42H0V0zm1.465 4.718c.226 0 .417-.026.574-.08a.778.778 0 0 0 .38-.27c.096-.127.167-.295.21-.502a3.93 3.93 0 0 0 .065-.774v-.723c0-.235-.02-.437-.06-.608a.973.973 0 0 0-.203-.423.835.835 0 0 0-.377-.246 1.84 1.84 0 0 0-.59-.08h-.193v3.706h.194z'/%3E%3Cpath id='f' d='M0 0h3.163v1.092h-1.87v2.734h1.444v1.09H1.294v3.13h1.919v1.092H0V0z'/%3E%3Cpath id='g' d='M1.559 4.537L0 0h1.384l.795 2.922h.05L3.022 0h1.34L2.8 4.542l1.564 4.595H3.03L2.219 6.2h-.085L1.29 9.137H0l1.559-4.6z'/%3E%3Cpath id='h' d='M.001 0h1.295c.163 0 .341.008.536.024.196.016.39.053.585.112.195.06.383.148.564.27.182.122.342.287.482.496.14.208.253.47.337.784.086.313.129.694.129 1.145v.32c0 .49-.04.908-.118 1.255a3.35 3.35 0 0 1-.313.877 1.95 1.95 0 0 1-.451.57 1.98 1.98 0 0 1-.536.324c-.185.074-.37.12-.56.144a4.256 4.256 0 0 1-.531.035h-.125v2.782H0V0h.001zM1.36 5.339c.233 0 .43-.037.59-.11a.85.85 0 0 0 .383-.343c.094-.154.163-.354.204-.598.042-.244.063-.538.063-.88v-.824a4 4 0 0 0-.055-.704 1.16 1.16 0 0 0-.197-.488.835.835 0 0 0-.382-.286 1.68 1.68 0 0 0-.606-.095h-.064V5.34h.064z'/%3E%3Cpath id='i' d='M0 0h1.405c.16 0 .335.007.526.02.192.015.384.05.576.106.19.054.376.138.554.248.178.111.337.263.475.455.138.192.249.434.333.726.083.29.125.643.125 1.054v.23c0 .697-.094 1.262-.28 1.7-.188.437-.462.751-.825.945l1.37 3.653h-1.37l-1.135-3.42H1.27v3.42H0V0zm1.465 4.718c.227 0 .418-.026.575-.08a.783.783 0 0 0 .38-.27c.096-.127.167-.295.209-.502.044-.21.065-.468.065-.774v-.723c0-.235-.02-.437-.06-.608a.97.97 0 0 0-.202-.423.839.839 0 0 0-.377-.246 1.843 1.843 0 0 0-.59-.08H1.27v3.706h.195z'/%3E%3Cpath id='j' d='M0 0h3.162v1.092H1.294v2.734h1.444v1.09H1.294v3.13h1.92v1.092H0V0z'/%3E%3Cpath id='k' d='M0 7.367c0-.196.01-.378.031-.543a6.54 6.54 0 0 1 .098-.538h1.006v.443c0 .248.013.464.04.654.03.188.076.348.141.479a.7.7 0 0 0 .26.294c.108.066.24.1.397.1.247 0 .435-.073.565-.218.13-.145.195-.356.195-.635 0-.142-.01-.273-.028-.392a1.671 1.671 0 0 0-.094-.355 2.541 2.541 0 0 0-.182-.373 4.58 4.58 0 0 0-.296-.435L.783 4.13a4.354 4.354 0 0 1-.554-.994 2.9 2.9 0 0 1-.196-1.065c0-.304.045-.582.134-.836A1.89 1.89 0 0 1 .549.58a1.7 1.7 0 0 1 .617-.427C1.411.051 1.69 0 1.998 0c.376 0 .69.057.942.172.252.114.452.263.604.45.148.185.254.393.315.622.062.23.092.462.092.692 0 .196-.014.377-.042.543-.029.166-.06.348-.097.55h-1v-.434c0-.485-.064-.858-.194-1.116a.661.661 0 0 0-.634-.388c-.244 0-.425.072-.546.217-.119.145-.18.338-.18.58 0 .13.009.244.028.348a1.503 1.503 0 0 0 .207.54c.05.081.107.167.17.257L3.168 4.98c.274.382.485.748.63 1.1.147.35.22.722.22 1.115 0 .325-.048.618-.143.878-.094.259-.23.481-.406.662a1.78 1.78 0 0 1-.64.421 2.3 2.3 0 0 1-.844.147c-.386 0-.708-.055-.963-.167a1.59 1.59 0 0 1-.609-.439 1.609 1.609 0 0 1-.32-.62A2.753 2.753 0 0 1 0 7.367z'/%3E%3Cpath id='l' d='M0 7.367c0-.196.012-.378.032-.543.023-.166.055-.344.097-.538h1.006v.443c0 .248.014.464.041.654.03.188.076.348.14.479a.72.72 0 0 0 .26.294c.11.066.241.1.398.1.246 0 .435-.073.564-.218.13-.145.195-.356.195-.635 0-.142-.008-.273-.027-.392a1.735 1.735 0 0 0-.095-.355 2.437 2.437 0 0 0-.182-.373 4.6 4.6 0 0 0-.296-.435L.785 4.13a4.323 4.323 0 0 1-.555-.994 2.914 2.914 0 0 1-.195-1.065c0-.304.044-.582.133-.836C.255.982.383.765.55.58.717.397.923.255 1.168.153 1.412.051 1.69 0 1.999 0c.377 0 .692.057.942.172.251.114.453.263.603.45.149.185.255.393.317.622.062.23.093.462.093.692 0 .196-.015.377-.042.543-.029.166-.061.348-.1.55h-.999v-.434c0-.485-.065-.858-.194-1.116a.66.66 0 0 0-.635-.388c-.243 0-.425.072-.545.217-.118.145-.18.338-.18.58 0 .13.01.244.029.348a1.455 1.455 0 0 0 .206.54c.05.081.107.167.17.257L3.17 4.98c.273.382.483.748.63 1.1.147.35.22.722.22 1.115 0 .325-.048.618-.144.878-.094.259-.23.481-.406.662a1.78 1.78 0 0 1-.64.421c-.25.098-.531.147-.845.147-.386 0-.707-.055-.962-.167a1.584 1.584 0 0 1-.609-.439 1.589 1.589 0 0 1-.32-.62A2.726 2.726 0 0 1 0 7.367z'/%3E%3Cpath id='m' d='M54.874 0H.97A.973.973 0 0 0 0 .972v.094c0 .535.436.972.97.972h2.936v4.256l23.918 9.58 23.916-9.58V2.038h3.135c.533 0 .97-.438.97-.972V.972a.974.974 0 0 0-.97-.972zM15.356 8.685L5.94 4.915V2.038h9.415v6.647zm11.45 4.586L17.392 9.5V2.038h9.414v11.233zm11.45-3.77l-9.415 3.77V2.038h9.414v7.463zm11.45-4.586l-9.415 3.77V2.038h9.414v2.877z'/%3E%3Cpath id='n' d='M56.157 68.784h-3.154l.002-2.547h5.248l-5.597-11.21h-4.191V15.101l3.362.673a1.014 1.014 0 0 0 1.198-.798 1.02 1.02 0 0 0-.799-1.2l-14.69-2.94a1.032 1.032 0 0 0-.206-.02l2.848-9.505A1.018 1.018 0 0 0 39.203 0H19.05a1.016 1.016 0 0 0-.975 1.311l2.848 9.504c-.068 0-.137.006-.206.02l-14.69 2.941a1.02 1.02 0 0 0 .399 1.998l3.362-.673v39.926H5.6L0 66.237h5.17v2.546H2.254a.974.974 0 0 0-.97.972v.095c0 .534.436.97.97.97h53.905c.533 0 .97-.436.97-.97v-.095a.974.974 0 0 0-.97-.971zm-1.197-4.585H34.336l-1.46-2.923a19.255 19.255 0 0 0 8.726-4.21h9.796l3.562 7.133zm-25.833-4.586c-9.54 0-17.302-7.771-17.302-17.324 0-9.552 7.761-17.323 17.302-17.323 9.54 0 17.301 7.771 17.301 17.323 0 9.553-7.76 17.324-17.301 17.324zM11.825 33.657v-4.105h2.757a19.449 19.449 0 0 0-2.757 4.105zm13.48-15.315L21.792 6.623H36.46l-3.512 11.72h-7.645zm7.384 2.038v2.883a19.331 19.331 0 0 0-3.562-.335 19.34 19.34 0 0 0-3.562.335V20.38h7.124zm10.983 9.172h2.756v4.105a19.408 19.408 0 0 0-2.756-4.105zm-.01 25.475a19.421 19.421 0 0 0 2.766-4.105v4.105h-2.766zm2.775-40.332c-.002.027-.008.053-.008.08v12.738h-4.826a19.313 19.313 0 0 0-6.878-3.755V19.51l2.046-6.83c.108.072.23.125.365.152l9.301 1.862zM20.42 2.038h17.415l-.763 2.547h-15.89l-.763-2.547zm.698 10.795c.135-.027.258-.08.365-.152l2.047 6.83v4.247a19.322 19.322 0 0 0-6.878 3.756h-4.826V14.776c0-.028-.006-.053-.008-.08l9.3-1.863zm-9.292 38.088a19.436 19.436 0 0 0 2.767 4.106h-2.767v-4.106zm-4.968 6.144h9.795a19.253 19.253 0 0 0 8.725 4.21l-1.46 2.923H3.295l3.563-7.133zm.35 11.719v-2.547h9.413v2.547H7.206zm11.45 0v-2.547h6.52l2.326-4.66c.201.017.404.027.606.037v7.17h-9.453zm11.488 0v-7.17c.202-.01.405-.02.606-.037l2.326 4.66h6.443v2.547h-9.376zm11.41 0v-2.547h9.414l-.001 2.547h-9.412z'/%3E%3Cpath id='o' d='M8.571 0C3.845 0 0 3.85 0 8.581c0 4.732 3.845 8.582 8.571 8.582 4.727 0 8.571-3.85 8.571-8.582C17.142 3.85 13.298 0 8.572 0zm0 15.123c-3.602 0-6.533-2.935-6.533-6.542 0-3.606 2.93-6.54 6.533-6.54 3.602 0 6.533 2.934 6.533 6.54 0 3.607-2.93 6.542-6.533 6.542z'/%3E%3Cpath id='p' d='M1.262 2.526A1.262 1.262 0 1 0 1.26.002a1.262 1.262 0 0 0 .002 2.524z'/%3E%3Cpath id='q' d='M1.261 2.526A1.262 1.262 0 1 0 1.26.002a1.262 1.262 0 0 0 .001 2.524z'/%3E%3Cpath id='r' d='M1.262 2.526A1.262 1.262 0 1 0 1.26.002a1.262 1.262 0 0 0 .002 2.524z'/%3E%3Cpath id='s' d='M1.261 2.526A1.262 1.262 0 1 0 1.26.002a1.262 1.262 0 0 0 .001 2.524z'/%3E%3Cpath id='t' d='M1.262 2.526A1.262 1.262 0 1 0 1.26.002a1.262 1.262 0 0 0 .002 2.524z'/%3E%3Cpath id='u' d='M1.261 2.526A1.262 1.262 0 1 0 1.26.002a1.262 1.262 0 0 0 .001 2.524z'/%3E%3Cpath id='v' d='M4.536 5.635c0 .064-.04.105-.105.105H3.339c-.064 0-.105-.04-.105-.105V1.15H1.31v4.485c0 .064-.04.105-.105.105h-1.1C.04 5.74 0 5.7 0 5.635V.105C0 .041.04 0 .105 0H4.43c.065 0 .105.041.105.105v5.53z'/%3E%3Cpath id='w' d='M.334 4.582c.016-.064.065-.09.13-.064l.38.113c.29.096.534.121.833.121.687 0 1.14-.47 1.27-1.304H.94c-.065 0-.105-.04-.105-.105v-.93c0-.065.04-.106.105-.106h1.972c-.153-.728-.597-1.133-1.236-1.133-.372 0-.607.032-.842.105l-.38.12c-.064.025-.105 0-.129-.063L.035.42C.01.357.035.315.099.29L.471.17C.876.04 1.215 0 1.676 0c1.625 0 2.62 1.141 2.62 2.955 0 1.821-.995 2.963-2.62 2.963a3.51 3.51 0 0 1-1.213-.194l-.388-.13c-.073-.024-.089-.065-.064-.13l.323-.882z'/%3E%3C/defs%3E%3C/svg%3E")
}

.ico-logosmall {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='120' height='18' viewBox='0 0 120 18' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cuse xlink:href='%23a' transform='translate(0 .152)' fill='%23333'/%3E%3Cuse xlink:href='%23b' transform='translate(9.718)' fill='%23333'/%3E%3Cuse xlink:href='%23c' transform='translate(20.902 .151)' fill='%23333'/%3E%3Cuse xlink:href='%23d' transform='translate(27.942 .151)' fill='%23333'/%3E%3Cuse xlink:href='%23e' transform='translate(39.152 .151)' fill='%23333'/%3E%3Cuse xlink:href='%23f' transform='translate(54.997 .151)' fill='%23333'/%3E%3Cuse xlink:href='%23g' transform='translate(62.673 .151)' fill='%23333'/%3E%3Cuse xlink:href='%23h' transform='translate(73.489 .151)' fill='%23333'/%3E%3Cuse xlink:href='%23i' transform='translate(83.65 .151)' fill='%23333'/%3E%3Cuse xlink:href='%23j' transform='translate(94.432 .151)' fill='%23333'/%3E%3Cuse xlink:href='%23k' transform='translate(102.55)' fill='%23333'/%3E%3Cuse xlink:href='%23l' transform='translate(112.466)' fill='%23333'/%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h2.427c.306 0 .642.014 1.008.045.366.03.73.1 1.096.21.365.113.717.277 1.059.508.338.227.64.536.904.928.262.39.472.882.632 1.47.159.587.238 1.302.238 2.147v.6c0 .918-.072 1.702-.22 2.353-.146.653-.341 1.2-.586 1.644a3.636 3.636 0 0 1-.847 1.068c-.32.269-.656.47-1.004.609a4.287 4.287 0 0 1-1.05.269 7.952 7.952 0 0 1-.997.066h-.234v5.216H0V0zm2.547 10.01c.44 0 .809-.07 1.106-.207.3-.134.54-.35.718-.642.179-.288.305-.664.385-1.121a10.09 10.09 0 0 0 .116-1.65V4.845c0-.507-.033-.946-.102-1.32-.07-.37-.192-.676-.37-.914a1.554 1.554 0 0 0-.717-.537c-.3-.118-.678-.177-1.136-.177h-.12v8.115h.12z'/%3E%3Cpath id='b' d='M3.984 17.431c-.256 0-.535-.02-.835-.065a3.037 3.037 0 0 1-.89-.274 3.368 3.368 0 0 1-.848-.598 3.559 3.559 0 0 1-.72-1.015c-.21-.423-.378-.942-.503-1.56C.063 13.299 0 12.563 0 11.707v-6.07c0-.861.065-1.6.193-2.21.127-.614.299-1.127.51-1.546.214-.418.456-.752.727-.998a3.05 3.05 0 0 1 .853-.566c.296-.13.592-.218.885-.259A6.38 6.38 0 0 1 3.983 0c.238 0 .502.02.793.056a3.132 3.132 0 0 1 1.719.79c.276.246.518.578.732.995.21.418.381.936.51 1.555.128.618.192 1.366.192 2.241v6.07c0 .849-.067 1.578-.197 2.192-.132.611-.303 1.128-.516 1.555a3.487 3.487 0 0 1-1.588 1.624c-.29.143-.58.238-.866.287a5.12 5.12 0 0 1-.778.066zm0-1.952c.237 0 .445-.045.624-.132.176-.085.324-.239.44-.452.115-.215.202-.497.262-.848a8.1 8.1 0 0 0 .09-1.33V4.925c0-.549-.03-1.007-.09-1.374-.06-.367-.147-.663-.263-.887a1.082 1.082 0 0 0-.44-.477 1.331 1.331 0 0 0-.623-.141 1.38 1.38 0 0 0-.638.14c-.18.095-.33.254-.45.478-.117.224-.207.52-.266.887-.06.367-.09.825-.09 1.374v7.792c0 .537.03.98.09 1.33.059.35.149.633.267.848.119.213.269.367.45.452.181.087.393.132.637.132z'/%3E%3Cpath id='c' d='M0 0h2.426v15.085h3.308v2.047H0V0z'/%3E%3Cpath id='d' d='M2.952 0h2.793l2.96 17.132H6.251l-.441-3.07H2.885l-.422 3.07H0L2.952 0zM5.53 12.107L4.404 3.57h-.102l-1.135 8.535h2.362z'/%3E%3Cpath id='e' d='M0 0h2.634c.3 0 .63.013.99.039C3.98.067 4.34.13 4.7.236c.357.102.706.26 1.04.466.334.208.632.493.89.852.26.36.467.813.623 1.36.156.545.235 1.207.235 1.979v.432c0 1.305-.175 2.365-.526 3.184-.35.82-.863 1.41-1.545 1.773l2.567 6.85H5.417L3.29 10.72h-.907v6.41H0V0zm2.746 8.846c.425 0 .783-.05 1.078-.15a1.46 1.46 0 0 0 .712-.505c.18-.238.313-.554.392-.942.082-.394.122-.878.122-1.452V4.443c0-.441-.037-.821-.112-1.141a1.823 1.823 0 0 0-.38-.793 1.566 1.566 0 0 0-.706-.461c-.295-.101-.663-.152-1.106-.152h-.363v6.951h.363z'/%3E%3Cpath id='f' d='M0 0h5.931v2.047H2.426v5.126h2.707v2.045H2.426v5.868h3.597v2.047H0V0z'/%3E%3Cpath id='g' d='M2.923 8.506L0 0h2.596l1.49 5.48h.092L5.668 0H8.18L5.247 8.516l2.934 8.616H5.679L4.16 11.625h-.159l-1.583 5.507H0l2.922-8.626z'/%3E%3Cpath id='h' d='M.002 0H2.43c.306 0 .64.014 1.005.045.367.03.733.1 1.097.21.365.113.718.277 1.058.508a3.3 3.3 0 0 1 .904.928c.263.39.474.882.631 1.47.161.587.241 1.302.241 2.147v.6c0 .918-.073 1.702-.22 2.353-.146.653-.343 1.2-.586 1.644a3.657 3.657 0 0 1-.847 1.068c-.323.269-.658.47-1.006.609a4.273 4.273 0 0 1-1.047.269 7.975 7.975 0 0 1-.998.066h-.234v5.216H0V0h.002zM2.55 10.01c.436 0 .807-.07 1.106-.207.3-.134.54-.35.718-.642.177-.288.306-.664.383-1.121a9.994 9.994 0 0 0 .117-1.65V4.845a7.42 7.42 0 0 0-.103-1.32c-.069-.37-.19-.676-.369-.914a1.567 1.567 0 0 0-.717-.537c-.301-.118-.679-.177-1.135-.177h-.12v8.115h.12z'/%3E%3Cpath id='i' d='M0 0h2.634c.3 0 .629.013.987.039.36.028.719.092 1.079.197.359.102.706.26 1.04.466.334.208.631.493.89.852.258.36.467.813.624 1.36.156.545.234 1.207.234 1.979v.432c0 1.305-.175 2.365-.526 3.184-.35.82-.865 1.41-1.545 1.773l2.567 6.85H5.417L3.289 10.72H2.38v6.41H0V0zm2.746 8.846c.427 0 .785-.05 1.08-.15.291-.099.53-.268.71-.505.181-.238.314-.554.393-.942.083-.394.123-.878.123-1.452V4.443c0-.441-.037-.821-.113-1.141a1.817 1.817 0 0 0-.38-.793 1.573 1.573 0 0 0-.706-.461c-.295-.101-.664-.152-1.107-.152h-.365v6.951h.365z'/%3E%3Cpath id='j' d='M0 0h5.93v2.047H2.425v5.126h2.708v2.045H2.426v5.868h3.599v2.047H0V0z'/%3E%3Cpath id='k' d='M0 13.813c0-.367.019-.708.059-1.018.042-.311.103-.646.184-1.008h1.884v.83c0 .465.025.87.077 1.226.054.353.142.652.264.898.122.243.283.426.487.55.203.124.45.188.745.188.462 0 .815-.136 1.06-.408.243-.27.364-.667.364-1.19 0-.266-.018-.511-.052-.735a3.135 3.135 0 0 0-.176-.667 4.765 4.765 0 0 0-.342-.699A8.588 8.588 0 0 0 4 10.965L1.469 7.743A8.164 8.164 0 0 1 .43 5.881a5.439 5.439 0 0 1-.367-1.998c0-.57.084-1.091.25-1.567a3.53 3.53 0 0 1 .717-1.228c.312-.343.697-.61 1.157-.801.46-.191.98-.287 1.56-.287.705 0 1.293.107 1.765.322a3.01 3.01 0 0 1 1.132.843c.28.348.477.738.592 1.168.116.432.172.866.172 1.297 0 .368-.025.707-.078 1.019-.054.31-.113.652-.183 1.03H5.273v-.813c0-.91-.12-1.61-.364-2.093-.244-.485-.642-.726-1.188-.726-.458 0-.797.134-1.024.406-.224.272-.337.633-.337 1.086 0 .243.015.459.052.653.033.196.086.374.148.537.066.163.147.323.24.477.094.151.2.311.32.482l2.819 3.65c.513.716.908 1.401 1.18 2.063.276.655.414 1.353.414 2.09 0 .61-.09 1.158-.269 1.645a3.478 3.478 0 0 1-.762 1.243 3.362 3.362 0 0 1-1.2.788 4.316 4.316 0 0 1-1.581.275c-.725 0-1.328-.102-1.806-.312-.477-.206-.859-.48-1.143-.823a3.016 3.016 0 0 1-.6-1.162A5.16 5.16 0 0 1 0 13.813z'/%3E%3Cpath id='l' d='M0 13.813c0-.367.022-.708.06-1.018.042-.311.102-.646.183-1.008h1.884v.83c0 .465.028.87.079 1.226.056.353.141.652.262.898.124.243.286.426.487.55.206.124.452.188.745.188.463 0 .816-.136 1.059-.408.245-.27.365-.667.365-1.19a4.79 4.79 0 0 0-.05-.735 3.256 3.256 0 0 0-.178-.667 4.57 4.57 0 0 0-.341-.699A8.622 8.622 0 0 0 4 10.965L1.472 7.743A8.106 8.106 0 0 1 .431 5.881a5.463 5.463 0 0 1-.365-1.998c0-.57.082-1.091.248-1.567a3.53 3.53 0 0 1 .717-1.228c.313-.343.699-.61 1.158-.801A4.044 4.044 0 0 1 3.75 0c.705 0 1.296.107 1.765.322.472.213.85.493 1.13.843.28.348.48.738.596 1.168.116.432.173.866.173 1.297 0 .368-.026.707-.079 1.019-.053.31-.114.652-.185 1.03H5.275v-.813c0-.91-.122-1.61-.365-2.093-.243-.485-.64-.726-1.19-.726-.456 0-.796.134-1.021.406-.223.272-.337.633-.337 1.086 0 .243.017.459.053.653a2.728 2.728 0 0 0 .387 1.014c.093.151.2.311.32.482l2.82 3.65c.512.716.905 1.401 1.181 2.063.275.655.41 1.353.41 2.09 0 .61-.087 1.158-.267 1.645a3.443 3.443 0 0 1-.762 1.243 3.365 3.365 0 0 1-1.2.788c-.47.184-.995.275-1.583.275-.725 0-1.326-.102-1.805-.312-.477-.206-.859-.48-1.142-.823a2.979 2.979 0 0 1-.6-1.162A5.11 5.11 0 0 1 0 13.813z'/%3E%3C/defs%3E%3C/svg%3E")
}

.ico-logout {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='17' viewBox='0 0 20 17' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cuse xlink:href='%23a' transform='translate(6.181 1.634)' fill='%23333'/%3E%3Cuse xlink:href='%23b' fill='%23333'/%3E%3Cdefs%3E%3Cpath id='a' d='M9.272 0L7.815 1.457l2.06 2.06H4.121A4.126 4.126 0 0 0 0 7.637v1.03h2.06v-1.03c0-1.134.923-2.06 2.06-2.06h5.755l-2.06 2.06 1.457 1.458 4.547-4.547L9.272 0z'/%3E%3Cpath id='b' d='M11.332 14.423H2.06V2.06h11.332V0H0v16.483h13.392v-5.15h-2.06v3.09z'/%3E%3C/defs%3E%3C/svg%3E")
}

.ico-map-marker {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='17' height='22' viewBox='0 0 17 22' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cuse xlink:href='%23a' fill='%23F44336'/%3E%3Cuse xlink:href='%23b' transform='translate(4.14 4.144)' fill='%23F44336'/%3E%3Cdefs%3E%3Cpath id='a' d='M8.288 0C3.718 0 0 3.718 0 8.288a8.265 8.265 0 0 0 5.294 7.726L8.288 22l2.993-5.986a8.266 8.266 0 0 0 5.295-7.726C16.576 3.718 12.857 0 8.288 0zm1.93 14.194l-.411.133-1.52 3.04-1.519-3.038-.411-.134a6.2 6.2 0 0 1-4.285-5.907 6.222 6.222 0 0 1 6.216-6.216 6.222 6.222 0 0 1 6.216 6.216 6.2 6.2 0 0 1-4.286 5.906z'/%3E%3Cpath id='b' d='M4.144 0A4.148 4.148 0 0 0 0 4.144a4.148 4.148 0 0 0 4.144 4.144 4.148 4.148 0 0 0 4.144-4.144A4.148 4.148 0 0 0 4.144 0zm0 6.216a2.074 2.074 0 0 1-2.072-2.072c0-1.142.93-2.072 2.072-2.072 1.143 0 2.072.93 2.072 2.072 0 1.143-.93 2.072-2.072 2.072z'/%3E%3C/defs%3E%3C/svg%3E")
}

.ico-adresses {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='17' height='22' viewBox='0 0 17 22' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cuse xlink:href='%23a' fill='%23333'/%3E%3Cuse xlink:href='%23b' transform='translate(4.14 4.144)' fill='%23333'/%3E%3Cdefs%3E%3Cpath id='a' d='M8.288 0C3.718 0 0 3.718 0 8.288a8.265 8.265 0 0 0 5.294 7.726L8.288 22l2.993-5.986a8.266 8.266 0 0 0 5.295-7.726C16.576 3.718 12.857 0 8.288 0zm1.93 14.194l-.411.133-1.52 3.04-1.519-3.038-.411-.134a6.2 6.2 0 0 1-4.285-5.907 6.222 6.222 0 0 1 6.216-6.216 6.222 6.222 0 0 1 6.216 6.216 6.2 6.2 0 0 1-4.286 5.906z'/%3E%3Cpath id='b' d='M4.144 0A4.148 4.148 0 0 0 0 4.144a4.148 4.148 0 0 0 4.144 4.144 4.148 4.148 0 0 0 4.144-4.144A4.148 4.148 0 0 0 4.144 0zm0 6.216a2.074 2.074 0 0 1-2.072-2.072c0-1.142.93-2.072 2.072-2.072 1.143 0 2.072.93 2.072 2.072 0 1.143-.93 2.072-2.072 2.072z'/%3E%3C/defs%3E%3C/svg%3E")
}

.ico-net-posylok {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cuse xlink:href='%23a' fill='%23333'/%3E%3Cuse xlink:href='%23b' transform='translate(21 23)' fill='%23333'/%3E%3Cuse xlink:href='%23c' transform='translate(21 52)' fill='%23333'/%3E%3Cuse xlink:href='%23d' transform='translate(21 39.001)' fill='%23333'/%3E%3Cuse xlink:href='%23e' transform='translate(31 39.001)' fill='%23333'/%3E%3Cdefs%3E%3Cpath id='a' d='M49.554 0H10.446L0 16.713V60h60V16.713L49.554 0zm7.642 16H31V2h17.446l8.75 14zM11.554 2H29v14H2.804l8.75-14zM2 58V18h56v40H2z'/%3E%3Cpath id='b' d='M15 0H3C1.346 0 0 1.346 0 3s1.346 3 3 3h12c1.654 0 3-1.346 3-3s-1.346-3-3-3zm0 4H3a1.001 1.001 0 0 1 0-2h12a1.001 1.001 0 0 1 0 2z'/%3E%3Cpath id='c' d='M17 0H1a1 1 0 1 0 0 2h16a1 1 0 1 0 0-2z'/%3E%3Cpath id='d' d='M4 10.999a1 1 0 0 0 1-1V3.413l1.293 1.293a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414l-2.999-3a1.001 1.001 0 0 0-1.416 0l-2.999 3a.999.999 0 1 0 1.414 1.414L3 3.413v6.586a1 1 0 0 0 1 1z'/%3E%3Cpath id='e' d='M4.708.293a1.001 1.001 0 0 0-1.416 0L.293 3.292a.999.999 0 1 0 1.414 1.414L3 3.413v6.586a1 1 0 1 0 2 0V3.413l1.293 1.293a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414l-2.999-3z'/%3E%3C/defs%3E%3C/svg%3E")
}

.ico-news-go {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='20' viewBox='0 0 18 20' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cuse xlink:href='%23a' fill='%232196F3'/%3E%3Cuse xlink:href='%23b' transform='translate(6.07)' fill='%232196F3'/%3E%3Cdefs%3E%3Cpath id='a' d='M1.716 0L0 1.68 8.497 10 0 18.317 1.716 20 11.93 10 1.716 0z'/%3E%3Cpath id='b' d='M1.716 0L0 1.68 8.497 10 0 18.317 1.716 20 11.93 10 1.716 0z'/%3E%3C/defs%3E%3C/svg%3E")
}

.ico-no-letters {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='60' height='50' viewBox='0 0 60 50' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cuse xlink:href='%23a' fill='%23333'/%3E%3Cuse xlink:href='%23b' transform='translate(41.76 31.757)' fill='%23333'/%3E%3Cdefs%3E%3Cpath id='a' d='M58 30.103V1c0-.008-.004-.015-.005-.023a1.002 1.002 0 0 0-.06-.331c-.003-.007-.008-.012-.01-.018-.011-.027-.029-.048-.042-.074a.963.963 0 0 0-.149-.221.995.995 0 0 0-.082-.077.934.934 0 0 0-.204-.137c-.032-.017-.062-.034-.097-.047A.965.965 0 0 0 57 0H1a.985.985 0 0 0-.351.071C.614.084.584.102.552.118a.976.976 0 0 0-.204.138C.319.281.292.304.266.333a.986.986 0 0 0-.149.221C.104.58.086.601.075.628.072.635.067.639.065.646a.977.977 0 0 0-.06.331C.004.985 0 .992 0 1v39l.002.009c.001.107.017.214.053.319.004.012.013.021.018.033.014.035.034.064.052.097.039.074.083.143.137.204a1.015 1.015 0 0 0 .286.219c.033.017.063.036.099.05.111.04.229.069.353.069h33.636c1.692 5.216 6.591 9 12.364 9 7.168 0 13-5.832 13-13 0-2.535-.74-4.895-2-6.897zm-2.794-3.175a13.071 13.071 0 0 0-.723-.541c-.094-.067-.185-.137-.28-.201a12.96 12.96 0 0 0-.748-.455c-.111-.064-.218-.132-.331-.193-.241-.129-.489-.242-.738-.356-.135-.062-.267-.129-.405-.187-.233-.097-.472-.177-.71-.26-.161-.056-.319-.119-.483-.169-.231-.07-.468-.124-.704-.181-.176-.043-.349-.094-.527-.13-.256-.051-.518-.083-.778-.119-.162-.022-.321-.055-.485-.071a12.923 12.923 0 0 0-7.423 1.476l-5.275-4.307L56 3.217v24.405c-.169-.163-.351-.309-.528-.462-.089-.076-.175-.157-.266-.232zM54.357 2l-21.05 18.588c-.012.014-.029.019-.041.034l-.003.005-1.964 1.734c-1.267 1.131-3.33 1.132-4.602-.003l-1.978-1.746c-.006-.007-.007-.016-.014-.023-.024-.027-.057-.038-.083-.062L3.643 2h50.714zm-31.92 19.264C16.881 26.117 6.086 34.704 2 37.937V3.217l20.437 18.047zM34.163 39H3.879c4.548-3.604 14.801-11.78 20.069-16.402l1.422 1.255c1.001.894 2.317 1.341 3.632 1.341 1.313 0 2.627-.446 3.625-1.337l1.451-1.281 5.031 4.108c-.033.025-.061.055-.094.08-.291.227-.57.468-.84.719-.092.085-.189.166-.278.253-.245.241-.475.495-.701.755-.239.273-.46.557-.673.847-.109.148-.224.291-.326.444-.156.233-.295.475-.436.717-.086.147-.173.293-.253.444-.127.24-.242.484-.353.732a12.031 12.031 0 0 0-.676 1.881c-.06.219-.121.436-.17.659-.06.273-.103.552-.145.832-.027.178-.062.354-.082.534A13 13 0 0 0 34 37c0 .373.022.749.057 1.128.019.218.049.432.078.646.011.076.016.15.028.226zM47 48c-5.115 0-9.414-3.515-10.639-8.253a11.646 11.646 0 0 1-.258-1.323l-.014-.093A10.38 10.38 0 0 1 36 37c0-.436.033-.866.083-1.292.017-.144.043-.286.066-.429a10.772 10.772 0 0 1 .288-1.318c.071-.248.155-.49.243-.731.058-.158.109-.32.174-.475.147-.35.312-.692.494-1.024.087-.158.187-.308.281-.462.125-.204.253-.406.392-.602a10.748 10.748 0 0 1 .882-1.086c.078-.085.152-.173.232-.255.308-.314.633-.614.982-.892l.002-.001c.356-.285.736-.547 1.132-.791A10.896 10.896 0 0 1 47 26c.426 0 .848.03 1.265.079.126.015.25.039.375.057a10.787 10.787 0 0 1 1.283.271c.269.074.533.16.795.254.133.048.266.093.397.145.297.12.587.257.873.402.081.041.166.075.245.118.343.186.673.394.994.615.13.09.253.189.379.284.2.151.396.306.586.47a11.171 11.171 0 0 1 .93.912c.095.104.193.204.283.312A10.931 10.931 0 0 1 58 37c0 6.065-4.935 11-11 11z'/%3E%3Cpath id='b' d='M10.193.293a.999.999 0 0 0-1.414 0L5.243 3.83 1.707.293A.999.999 0 1 0 .293 1.707L3.83 5.243.293 8.78a.999.999 0 1 0 1.414 1.414l3.536-3.536 3.536 3.536a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414L6.657 5.243l3.536-3.536a1 1 0 0 0 0-1.414z'/%3E%3C/defs%3E%3C/svg%3E")
}

.ico-no-place {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='49' height='55' viewBox='0 0 49 55' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cuse xlink:href='%23a' fill='%23333'/%3E%3Cuse xlink:href='%23b' transform='translate(30.11 36.758)' fill='%23333'/%3E%3Cuse xlink:href='%23c' transform='translate(12.35 12)' fill='%23333'/%3E%3Cdefs%3E%3Cpath id='a' d='M36.552 29.061c3.431-7.736 1.888-17.742-3.815-23.444A19.052 19.052 0 0 0 19.177 0a19.052 19.052 0 0 0-13.56 5.617c-6.703 6.702-7.536 19.312-1.804 26.952l15.364 22.188 4.665-6.737C26.018 52.163 30.358 55 35.354 55c7.168 0 13-5.832 13-13 0-6.764-5.194-12.332-11.802-12.939zM19.177 51.243L5.437 31.4C.236 24.467.981 13.08 7.031 7.031A17.063 17.063 0 0 1 19.177 2c4.588 0 8.901 1.787 12.146 5.031 5.254 5.254 6.56 15.013 3.024 22.02-.389.03-.77.079-1.15.143l-.144.022c-.312.056-.616.126-.92.204-.128.032-.256.062-.38.098-.222.064-.439.136-.655.211-.21.072-.42.147-.627.23-.13.053-.259.109-.387.167-.29.127-.573.264-.85.411l-.146.079a12.896 12.896 0 0 0-6.464 8.742l-.007.03c-.076.375-.132.756-.175 1.142-.006.053-.017.104-.023.157-.043.432-.067.869-.067 1.313a12.632 12.632 0 0 0 .112 1.62c.026.2.056.4.092.6.036.21.073.419.12.626.013.057.03.114.044.171.065.271.127.544.208.808l-3.75 5.418zM35.354 53c-4.799 0-8.879-3.094-10.378-7.388-.09-.259-.168-.52-.239-.782l-.049-.19a11.403 11.403 0 0 1-.15-.697 11.26 11.26 0 0 1-.064-.41 10.632 10.632 0 0 1-.069-.529c-.03-.331-.05-.664-.05-1.003 0-4.159 2.32-7.786 5.735-9.655.043-.023.09-.044.132-.067.246-.13.498-.252.754-.364.156-.067.316-.126.475-.186.15-.057.3-.115.451-.165a11.3 11.3 0 0 1 .787-.223c.062-.015.123-.033.185-.048.332-.075.67-.138 1.013-.183l.013-.002c.361-.047.728-.077 1.1-.089l.448-.014c6.022.051 10.906 4.961 10.906 10.995 0 6.065-4.935 11-11 11z'/%3E%3Cpath id='b' d='M10.193.293a.999.999 0 0 0-1.414 0L5.243 3.828 1.707.293A.999.999 0 1 0 .293 1.707L3.83 5.242.293 8.777a.999.999 0 1 0 1.414 1.414l3.536-3.535 3.536 3.535a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414L6.657 5.242l3.536-3.535a1 1 0 0 0 0-1.414z'/%3E%3Cpath id='c' d='M14 7c0-3.859-3.14-7-7-7S0 3.141 0 7s3.14 7 7 7 7-3.141 7-7zm-7 5c-2.757 0-5-2.243-5-5s2.243-5 5-5 5 2.243 5 5-2.243 5-5 5z'/%3E%3C/defs%3E%3C/svg%3E")
}

.ico-openup {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='11' height='11' viewBox='0 0 11 11' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cuse xlink:href='%23a' transform='translate(4)' fill='%23949494'/%3E%3Cuse xlink:href='%23b' transform='translate(0 2)' fill='%23949494'/%3E%3Cdefs%3E%3Cpath id='a' d='M6.5 0h-4a.5.5 0 0 0 0 1h2.793L.146 6.146a.5.5 0 1 0 .708.708L6 1.707V4.5a.5.5 0 0 0 1 0v-4a.5.5 0 0 0-.5-.5z'/%3E%3Cpath id='b' d='M8.5 3a.5.5 0 0 0-.5.5V8H1V1h4.5a.5.5 0 0 0 0-1h-5a.5.5 0 0 0-.5.5v8a.5.5 0 0 0 .5.5h8a.5.5 0 0 0 .5-.5v-5a.5.5 0 0 0-.5-.5z'/%3E%3C/defs%3E%3C/svg%3E")
}

.ico-outbox-active {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cuse xlink:href='%23a' fill='%232196F3'/%3E%3Cuse xlink:href='%23b' transform='matrix(1 0 0 -1 14.47 24)' fill='%232196F3'/%3E%3Cdefs%3E%3Cpath id='a' d='M2.025 8.203h16.198v4.101h2.024V7.177c0-.007-.004-.012-.004-.018a1.023 1.023 0 0 0-.069-.348c-.01-.028-.025-.054-.04-.082-.018-.039-.03-.082-.057-.12L16.027.457A1.009 1.009 0 0 0 15.186 0H5.062a1.01 1.01 0 0 0-.842.456L.17 6.608c-.025.038-.038.081-.058.121-.013.028-.028.054-.04.082a1.021 1.021 0 0 0-.068.348c0 .006-.004.011-.004.018v12.304a1.02 1.02 0 0 0 1.012 1.026h12.149v-2.051H2.025V8.203zm9.11-6.152h3.509l2.699 4.101h-6.207V2.051zm-5.532 0h3.508v4.101H2.904l2.7-4.101z'/%3E%3Cpath id='b' d='M8.099 3.376L5.778 5.728V0H3.753v5.728L1.432 3.376 0 4.826l4.765 4.827L9.53 4.825 8.1 3.376z'/%3E%3C/defs%3E%3C/svg%3E")
}

.ico-outbox {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cuse xlink:href='%23a' fill='%23949494'/%3E%3Cuse xlink:href='%23b' transform='matrix(1 0 0 -1 14.47 24)' fill='%23949494'/%3E%3Cdefs%3E%3Cpath id='a' d='M2.025 8.203h16.198v4.101h2.024V7.177c0-.007-.004-.012-.004-.018a1.023 1.023 0 0 0-.069-.348c-.01-.028-.025-.054-.04-.082-.018-.039-.03-.082-.057-.12L16.027.457A1.009 1.009 0 0 0 15.186 0H5.062a1.01 1.01 0 0 0-.842.456L.17 6.608c-.025.038-.038.081-.058.121-.013.028-.028.054-.04.082a1.021 1.021 0 0 0-.068.348c0 .006-.004.011-.004.018v12.304a1.02 1.02 0 0 0 1.012 1.026h12.149v-2.051H2.025V8.203zm9.11-6.152h3.509l2.699 4.101h-6.207V2.051zm-5.532 0h3.508v4.101H2.904l2.7-4.101z'/%3E%3Cpath id='b' d='M8.099 3.376L5.778 5.728V0H3.753v5.728L1.432 3.376 0 4.826l4.765 4.827L9.53 4.825 8.1 3.376z'/%3E%3C/defs%3E%3C/svg%3E")
}

.ico-payment-security {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='62' height='48' viewBox='0 0 62 48' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cuse xlink:href='%23a' fill='%232196F3'/%3E%3Cuse xlink:href='%23b' transform='translate(6.66 7.658)' fill='%232196F3'/%3E%3Cuse xlink:href='%23c' transform='translate(32.18 6.564)' fill='%232196F3'/%3E%3Cuse xlink:href='%23d' transform='translate(6.66 24.068)' fill='%232196F3'/%3E%3Cuse xlink:href='%23e' transform='translate(6.66 30.632)' fill='%232196F3'/%3E%3Cuse xlink:href='%23f' transform='translate(19.97 24.068)' fill='%232196F3'/%3E%3Cuse xlink:href='%23g' transform='translate(33.29 24.068)' fill='%232196F3'/%3E%3Cuse xlink:href='%23h' transform='translate(42.17 19.692)' fill='%232196F3'/%3E%3Cuse xlink:href='%23i' transform='translate(49.38 36.103)' fill='%232196F3'/%3E%3Cdefs%3E%3Cpath id='a' d='M54.302 0H3.26C1.462 0 0 1.442 0 3.214v32.82c0 1.772 1.462 3.214 3.26 3.214h35.507c.575 0 1.04-.46 1.04-1.026 0-.566-.465-1.026-1.04-1.026H3.26a1.17 1.17 0 0 1-1.178-1.162V3.214c0-.641.528-1.163 1.178-1.163h51.043c.65 0 1.179.522 1.179 1.163v14.222c0 .567.466 1.026 1.04 1.026.575 0 1.04-.46 1.04-1.026V3.214C57.562 1.442 56.1 0 54.303 0z'/%3E%3Cpath id='b' d='M11.027 0H2.15C.964 0 0 .95 0 2.12v6.564c0 1.169.964 2.12 2.15 2.12h8.877c1.185 0 2.15-.951 2.15-2.12V2.12c0-1.17-.965-2.12-2.15-2.12zM4.438 8.752H2.15a.069.069 0 0 1-.07-.068V2.12a.07.07 0 0 1 .07-.069h2.288v6.701zm6.658-.068a.069.069 0 0 1-.07.068H6.52V6.427h1.179c.574 0 1.04-.459 1.04-1.025 0-.567-.465-1.026-1.04-1.026h-1.18V2.051h4.508c.038 0 .07.03.07.069v6.564z'/%3E%3Cpath id='c' d='M12.691 0a6.058 6.058 0 0 0-3.326.989A6.09 6.09 0 0 0 6.034 0C2.707 0 0 2.669 0 5.949s2.707 5.949 6.034 5.949a6.059 6.059 0 0 0 3.327-.99c.982.641 2.14.99 3.33.99 3.327 0 6.034-2.67 6.034-5.95 0-3.28-2.707-5.948-6.034-5.948zM7.803 9.432a3.973 3.973 0 0 1-1.77.414c-2.18 0-3.952-1.748-3.952-3.897 0-2.15 1.773-3.898 3.953-3.898.62 0 1.226.144 1.771.414A5.859 5.859 0 0 0 6.658 5.95c0 1.264.408 2.479 1.145 3.483zm4.888.414a3.997 3.997 0 0 1-1.771-.414 5.859 5.859 0 0 0 1.147-3.483c0-.567-.466-1.026-1.04-1.026-.575 0-1.04.46-1.04 1.026 0 .772-.23 1.492-.625 2.099a3.852 3.852 0 0 1-.624-2.1c0-2.148 1.774-3.897 3.953-3.897 2.18 0 3.953 1.749 3.953 3.898s-1.773 3.897-3.953 3.897z'/%3E%3Cpath id='d' d='M9.917 0H1.04C.466 0 0 .46 0 1.026 0 1.592.466 2.05 1.04 2.05h8.877c.575 0 1.04-.459 1.04-1.025C10.957.459 10.492 0 9.918 0z'/%3E%3Cpath id='e' d='M33.22 0H1.04C.466 0 0 .46 0 1.026 0 1.592.466 2.05 1.04 2.05h32.18c.574 0 1.04-.459 1.04-1.025C34.26.459 33.794 0 33.22 0z'/%3E%3Cpath id='f' d='M9.917 0H1.04C.466 0 0 .46 0 1.026 0 1.592.466 2.05 1.04 2.05h8.877c.575 0 1.04-.459 1.04-1.025C10.957.459 10.492 0 9.918 0z'/%3E%3Cpath id='g' d='M7.698 0H1.04C.466 0 0 .46 0 1.026 0 1.592.466 2.05 1.04 2.05h6.658c.575 0 1.04-.459 1.04-1.025C8.738.459 8.273 0 7.698 0z'/%3E%3Cpath id='h' d='M17.615 12.203V7.59c0-4.185-3.453-7.59-7.698-7.59C5.673 0 2.22 3.405 2.22 7.59v4.613C.931 12.632 0 13.834 0 15.248v9.846c0 1.772 1.462 3.214 3.26 3.214h13.315c1.797 0 3.26-1.442 3.26-3.214v-9.846c0-1.414-.931-2.616-2.22-3.045zM4.3 7.59c0-3.054 2.52-5.539 5.617-5.539 3.098 0 5.618 2.485 5.618 5.539v4.444H4.3V7.59zm13.454 17.504c0 .641-.529 1.162-1.179 1.162H3.259a1.17 1.17 0 0 1-1.178-1.162v-9.846c0-.641.528-1.163 1.178-1.163h13.316c.65 0 1.179.522 1.179 1.163v9.846z'/%3E%3Cpath id='i' d='M2.705 0C1.213 0 0 1.196 0 2.667a2.67 2.67 0 0 0 1.664 2.46v1.369c0 .566.466 1.026 1.04 1.026.575 0 1.041-.46 1.041-1.026V5.128A2.67 2.67 0 0 0 5.41 2.667C5.41 1.197 4.196 0 2.705 0zm0 3.282a.62.62 0 0 1-.624-.615c0-.34.28-.616.624-.616a.62.62 0 0 1 .624.616.62.62 0 0 1-.624.615z'/%3E%3C/defs%3E%3C/svg%3E")
}

.ico-payment {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='16' viewBox='0 0 20 16' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cuse xlink:href='%23a' fill='%23949494'/%3E%3Cuse xlink:href='%23b' transform='translate(13 8)' fill='%23949494'/%3E%3Cuse xlink:href='%23c' transform='translate(3 8)' fill='%23949494'/%3E%3Cuse xlink:href='%23d' transform='translate(3 11)' fill='%23949494'/%3E%3Cdefs%3E%3Cpath id='a' d='M18 0H2C.896 0 0 .898 0 2v12c0 1.103.896 2 2 2h16c1.104 0 2-.897 2-2V2c0-1.102-.896-2-2-2zm-.003 14H2V7h15.999l-.002 7zm.002-9H2V2h16l-.001 3z'/%3E%3Cpath id='b' d='M4 0H0v2h4V0z'/%3E%3Cpath id='c' d='M7 0H0v2h7V0z'/%3E%3Cpath id='d' d='M5 0H0v2h5V0z'/%3E%3C/defs%3E%3C/svg%3E")
}

.ico-pencil {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cuse xlink:href='%23a' transform='translate(18.82 1.177)' fill='%23333'/%3E%3Cuse xlink:href='%23b' fill='%23333'/%3E%3Cdefs%3E%3Cpath id='a' d='M0 0l.001.001L0 0z'/%3E%3Cpath id='b' d='M18.82 1.178A4 4 0 0 0 15.975 0a3.997 3.997 0 0 0-2.846 1.18L1.719 12.588a.994.994 0 0 0-.263.464L.03 18.758a1 1 0 0 0 1.213 1.212l5.706-1.427a.995.995 0 0 0 .464-.263L18.82 6.87A4.006 4.006 0 0 0 20 4.024a3.996 3.996 0 0 0-1.18-2.846zM2.375 17.626l.791-3.163 1.977.395.396 1.977-3.164.791zm3.289-4.704l-1.21-.241 7.957-7.956.725.726-7.472 7.47zm1.657 2.624l-.243-1.21 7.471-7.47.727.725-7.955 7.955zm10.085-10.09l-.718.72-2.864-2.865.72-.718c.766-.764 2.1-.764 2.864 0h-.002c.765.764.765 2.098 0 2.863z'/%3E%3C/defs%3E%3C/svg%3E")
}

.ico-pencil-red {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cuse xlink:href='%23a' transform='translate(18.82 1.177)' fill='%23f44336'/%3E%3Cuse xlink:href='%23b' fill='%23f44336'/%3E%3Cdefs%3E%3Cpath id='a' d='M0 0l.001.001L0 0z'/%3E%3Cpath id='b' d='M18.82 1.178A4 4 0 0 0 15.975 0a3.997 3.997 0 0 0-2.846 1.18L1.719 12.588a.994.994 0 0 0-.263.464L.03 18.758a1 1 0 0 0 1.213 1.212l5.706-1.427a.995.995 0 0 0 .464-.263L18.82 6.87A4.006 4.006 0 0 0 20 4.024a3.996 3.996 0 0 0-1.18-2.846zM2.375 17.626l.791-3.163 1.977.395.396 1.977-3.164.791zm3.289-4.704l-1.21-.241 7.957-7.956.725.726-7.472 7.47zm1.657 2.624l-.243-1.21 7.471-7.47.727.725-7.955 7.955zm10.085-10.09l-.718.72-2.864-2.865.72-.718c.766-.764 2.1-.764 2.864 0h-.002c.765.764.765 2.098 0 2.863z'/%3E%3C/defs%3E%3C/svg%3E")
}

.ico-phone {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cuse xlink:href='%23a' fill='%23333'/%3E%3Cuse xlink:href='%23b' transform='translate(5 5.336)' fill='%23333'/%3E%3Cdefs%3E%3Cpath id='a' d='M10 0C4.487 0 0 4.486 0 10s4.486 10 10 10 10-4.486 10-10S15.514 0 10 0zm0 18c-4.411 0-8-3.589-8-8s3.589-8 8-8 8 3.589 8 8-3.588 8-8 8z'/%3E%3Cpath id='b' d='M9.127 6.442l-2.146-.001a.538.538 0 0 0-.539.538l.001 1.047a5.08 5.08 0 0 1-4.802-4.804h1.045c.296 0 .537-.24.537-.537L3.222.537a.536.536 0 0 0-.536-.536L.539 0A.541.541 0 0 0 0 .538l.001 2.685h.016A6.705 6.705 0 0 0 6.444 9.65v.014h2.683a.54.54 0 0 0 .538-.538l-.001-2.147a.538.538 0 0 0-.537-.537z'/%3E%3C/defs%3E%3C/svg%3E")
}

.ico-poisk {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cuse xlink:href='%23a' transform='matrix(-1 0 0 1 22.418 5.838)' fill='%23333'/%3E%3Cuse xlink:href='%23b' transform='matrix(-1 0 0 1 24 0)' fill='%23333'/%3E%3Cdefs%3E%3Cpath id='a' d='M10.418 0a6.17 6.17 0 0 0-6.162 6.162c0 1.349.435 2.597 1.173 3.613L0 15.204l1.376 1.376 5.429-5.43a6.129 6.129 0 0 0 3.613 1.174 6.17 6.17 0 0 0 6.162-6.162A6.17 6.17 0 0 0 10.418 0zm0 10.378A4.221 4.221 0 0 1 6.2 6.162a4.221 4.221 0 0 1 4.217-4.216 4.221 4.221 0 0 1 4.216 4.216 4.221 4.221 0 0 1-4.216 4.216z'/%3E%3Cpath id='b' d='M12 0C5.383 0 0 5.383 0 12c0 2.252.624 4.361 1.708 6.164l1.426-1.426A9.992 9.992 0 0 1 1.946 12C1.946 6.456 6.456 1.946 12 1.946c5.544 0 10.054 4.51 10.054 10.054 0 5.544-4.51 10.054-10.054 10.054a9.992 9.992 0 0 1-4.738-1.188l-1.426 1.426A11.927 11.927 0 0 0 12 24c6.617 0 12-5.383 12-12S18.617 0 12 0z'/%3E%3C/defs%3E%3C/svg%3E")
}

.ico-posylki {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cuse xlink:href='%23a' fill='%23333'/%3E%3Cdefs%3E%3Cpath id='a' d='M19.996 6.982a.985.985 0 0 0-.068-.339c-.011-.028-.025-.053-.039-.08-.019-.038-.031-.08-.057-.117l-4-6A1 1 0 0 0 15 0H5c-.334 0-.646.167-.832.445l-4 6c-.025.037-.038.079-.057.118-.013.027-.028.052-.039.08a.985.985 0 0 0-.068.339C.004 6.988 0 6.993 0 7v12a1 1 0 0 0 1 1h18a1 1 0 0 0 1-1V7c0-.007-.004-.012-.004-.018zM11 2h3.465l2.666 4H11V2zM5.535 2H9v4H2.869l2.666-4zM18 18H2V8h16v10z'/%3E%3C/defs%3E%3C/svg%3E")
}

.ico-reg {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cuse xlink:href='%23a' transform='translate(7 5)' fill='%23333'/%3E%3Cuse xlink:href='%23b' fill='%23333'/%3E%3Cdefs%3E%3Cpath id='a' d='M3 0C1.344 0 0 1.344 0 3c0 1.157.662 2.149 1.622 2.65L1 10h4l-.622-4.35A2.988 2.988 0 0 0 6 3c0-1.656-1.344-3-3-3z'/%3E%3Cpath id='b' d='M10 0C4.486 0 0 4.486 0 10s4.486 10 10 10 10-4.486 10-10S15.514 0 10 0zm0 18c-4.411 0-8-3.589-8-8s3.589-8 8-8 8 3.589 8 8-3.589 8-8 8z'/%3E%3C/defs%3E%3C/svg%3E")
}

.ico-reload {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cuse xlink:href='%23a' transform='translate(7.52)' fill='%23F44336'/%3E%3Cuse xlink:href='%23b' transform='translate(0 4.004)' fill='%23F44336'/%3E%3Cuse xlink:href='%23c' transform='translate(6.49 12.764)' fill='%23F44336'/%3E%3Cdefs%3E%3Cpath id='a' d='M3.81 4.838c3.039.443 5.464 2.956 5.695 6.093.012.164.019.33.019.498h1.905c0-.216-.009-.428-.024-.638C11.1 6.663 7.845 3.37 3.81 2.916V0L0 3.81l3.81 3.809v-2.78z'/%3E%3Cpath id='b' d='M4.187 9.897a6.672 6.672 0 0 1-.48-2.472A6.696 6.696 0 0 1 7.04 1.65L6.086 0a8.606 8.606 0 0 0-4.284 7.425c0 1.185.255 2.352.726 3.43L0 12.315l5.205 1.394 1.393-5.204-2.411 1.392z'/%3E%3Cpath id='c' d='M11.911 0L6.708 1.394l2.404 1.389A6.643 6.643 0 0 1 3.885 5.33 6.596 6.596 0 0 1 .864 4.61L0 6.307c1.21.617 2.517.93 3.885.93a8.548 8.548 0 0 0 6.897-3.49l2.525 1.457L11.91 0z'/%3E%3C/defs%3E%3C/svg%3E")
}

.ico-show-more {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cuse xlink:href='%23a' transform='translate(7.516)' fill='%23F44336'/%3E%3Cuse xlink:href='%23b' transform='translate(0 4.004)' fill='%23F44336'/%3E%3Cuse xlink:href='%23c' transform='translate(6.489 12.764)' fill='%23F44336'/%3E%3Cdefs%3E%3Cpath id='a' d='M3.81 4.838c3.039.443 5.464 2.956 5.695 6.093.012.164.019.33.019.498h1.905c0-.216-.009-.428-.024-.638C11.1 6.663 7.845 3.37 3.81 2.916V0L0 3.81l3.81 3.809v-2.78z'/%3E%3Cpath id='b' d='M4.187 9.897a6.672 6.672 0 0 1-.48-2.472A6.696 6.696 0 0 1 7.04 1.65L6.086 0a8.606 8.606 0 0 0-4.284 7.425c0 1.185.255 2.352.726 3.43L0 12.315l5.205 1.394 1.393-5.204-2.411 1.392z'/%3E%3Cpath id='c' d='M11.911 0L6.708 1.394l2.404 1.389A6.643 6.643 0 0 1 3.885 5.33a6.596 6.596 0 0 1-3.021-.72L0 6.307c1.21.617 2.517.93 3.885.93a8.548 8.548 0 0 0 6.897-3.49l2.525 1.457L11.91 0z'/%3E%3C/defs%3E%3C/svg%3E")
}

.ico-signup {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cuse xlink:href='%23a' transform='translate(7 5)' fill='%23949494'/%3E%3Cuse xlink:href='%23b' fill='%23949494'/%3E%3Cdefs%3E%3Cpath id='a' d='M3 0C1.344 0 0 1.344 0 3c0 1.157.662 2.149 1.622 2.65L1 10h4l-.622-4.35A2.988 2.988 0 0 0 6 3c0-1.656-1.344-3-3-3z'/%3E%3Cpath id='b' d='M10 0C4.486 0 0 4.486 0 10s4.486 10 10 10 10-4.486 10-10S15.514 0 10 0zm0 18c-4.411 0-8-3.589-8-8s3.589-8 8-8 8 3.589 8 8-3.589 8-8 8z'/%3E%3C/defs%3E%3C/svg%3E")
}

.ico-soc-fb {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='11' height='20' viewBox='0 0 11 20' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cuse xlink:href='%23a' fill='%23385C8E'/%3E%3Cdefs%3E%3Cpath id='a' d='M.323 10.652h2.192v9.025c0 .179.144.323.322.323h3.718a.323.323 0 0 0 .322-.323v-8.982h2.52a.323.323 0 0 0 .321-.286l.383-3.323a.323.323 0 0 0-.32-.36H6.876V4.645c0-.628.338-.947 1.005-.947H9.78a.323.323 0 0 0 .323-.322V.325A.322.322 0 0 0 9.78.002H7.165L7.045 0C6.59 0 5.013.09 3.767 1.236c-1.38 1.27-1.189 2.791-1.143 3.055v2.436H.323A.323.323 0 0 0 0 7.049v3.28c0 .178.144.323.323.323z'/%3E%3C/defs%3E%3C/svg%3E")
}

.ico-soc-tw {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='17' viewBox='0 0 20 17' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cuse xlink:href='%23a' fill='%2373A1FB'/%3E%3Cdefs%3E%3Cpath id='a' d='M19.547 1.89c-.314.14-.637.257-.968.352.391-.442.69-.962.871-1.53a.323.323 0 0 0-.472-.376 7.612 7.612 0 0 1-2.25.889A4.315 4.315 0 0 0 13.723 0a4.298 4.298 0 0 0-4.258 4.848A10.992 10.992 0 0 1 1.92.846a.322.322 0 0 0-.529.041c-.38.653-.581 1.4-.581 2.159a4.29 4.29 0 0 0 1.022 2.783 3.638 3.638 0 0 1-.575-.257.322.322 0 0 0-.48.275v.057c0 1.544.831 2.935 2.102 3.692a3.703 3.703 0 0 1-.326-.047.322.322 0 0 0-.368.415 4.292 4.292 0 0 0 3.145 2.878 7.595 7.595 0 0 1-4.06 1.159c-.304 0-.61-.018-.91-.053a.323.323 0 0 0-.212.591 11.578 11.578 0 0 0 6.262 1.836c4.37 0 7.105-2.062 8.63-3.79 1.9-2.157 2.99-5.011 2.99-7.831 0-.118-.002-.237-.005-.355a8.347 8.347 0 0 0 1.92-2.035.323.323 0 0 0-.398-.474z'/%3E%3C/defs%3E%3C/svg%3E")
}

.ico-soc-vk {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='12' viewBox='0 0 20 12' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cuse xlink:href='%23a' fill='%23436EAB'/%3E%3Cdefs%3E%3Cpath id='a' d='M17.213 7.197c.663.647 1.363 1.257 1.959 1.97.262.317.511.644.701 1.011.27.523.026 1.098-.443 1.13l-2.913-.002c-.752.063-1.351-.24-1.855-.754-.404-.41-.777-.848-1.165-1.273a2.76 2.76 0 0 0-.525-.466c-.397-.258-.743-.179-.97.236-.231.422-.284.889-.307 1.36-.03.685-.238.866-.928.897-1.472.07-2.87-.153-4.169-.896-1.145-.655-2.032-1.58-2.805-2.627C2.289 5.745 1.136 3.505.101 1.203-.132.682.038.404.611.394a82.167 82.167 0 0 1 2.852 0c.387.005.642.227.792.592.514 1.264 1.143 2.467 1.933 3.583.21.296.425.593.73.802.338.232.595.155.754-.221a2.5 2.5 0 0 0 .168-.752c.075-.88.085-1.757-.047-2.633-.08-.547-.389-.901-.935-1.005C6.58.707 6.621.604 6.756.445 6.99.17 7.211 0 7.65 0h3.293c.518.102.633.335.704.857l.003 3.657c-.006.202.1.802.464.935.291.095.483-.137.658-.322.788-.837 1.351-1.826 1.854-2.85.223-.45.415-.918.6-1.385.138-.346.355-.517.745-.51l3.17.003c.093 0 .188.002.28.017.533.091.68.321.515.843-.26.818-.766 1.5-1.26 2.184-.529.732-1.094 1.438-1.618 2.174-.482.672-.443 1.01.155 1.594z'/%3E%3C/defs%3E%3C/svg%3E")
}

.ico-star-on {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cuse xlink:href='%23a' fill='%23F44336'/%3E%3Cdefs%3E%3Cpath id='a' d='M19.924 6.587A1 1 0 0 0 19 5.968h-5.38L10.894.508c-.339-.678-1.45-.678-1.789 0l-2.724 5.46H1A1 1 0 0 0 .293 7.68l4.584 4.594-1.838 6.45a1 1 0 0 0 1.516 1.108L10 16.193l5.445 3.638a1 1 0 0 0 1.516-1.108l-1.838-6.45 4.584-4.594c.286-.286.371-.718.217-1.092z'/%3E%3C/defs%3E%3C/svg%3E")
}

.ico-star {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cuse xlink:href='%23a' fill='%23333'/%3E%3Cdefs%3E%3Cpath id='a' d='M19.924 6.587A1 1 0 0 0 19 5.968h-5.38L10.894.508c-.339-.678-1.45-.678-1.789 0l-2.724 5.46H1A1 1 0 0 0 .293 7.68l4.584 4.594-1.838 6.45a1 1 0 0 0 1.516 1.108L10 16.193l5.445 3.638a1 1 0 0 0 1.516-1.108l-1.838-6.45 4.584-4.594c.286-.286.371-.718.217-1.092zm-6.63 4.686a1 1 0 0 0-.255.984l1.252 4.394-3.736-2.496a1.007 1.007 0 0 0-.555-.169c-.193 0-.387.057-.555.169L5.709 16.65l1.252-4.394c.1-.35.003-.726-.254-.984l-3.293-3.3H7a1 1 0 0 0 .895-.555L10 3.198l2.105 4.22a1 1 0 0 0 .895.555h3.586l-3.293 3.3z'/%3E%3C/defs%3E%3C/svg%3E")
}

.ibg-top-bg {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='1440' height='229' viewBox='0 0 1440 229' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg fill='%23F5F5F5'%3E%3Cuse xlink:href='%23a'/%3E%3Cuse xlink:href='%23b'/%3E%3Cuse xlink:href='%23c'/%3E%3Cuse xlink:href='%23d'/%3E%3Cuse xlink:href='%23e'/%3E%3Cuse xlink:href='%23f'/%3E%3Cuse xlink:href='%23g'/%3E%3Cuse xlink:href='%23h'/%3E%3Cuse xlink:href='%23i'/%3E%3Cuse xlink:href='%23j'/%3E%3Cuse xlink:href='%23k'/%3E%3Cuse xlink:href='%23l'/%3E%3Cuse xlink:href='%23m'/%3E%3Cuse xlink:href='%23n'/%3E%3Cuse xlink:href='%23o'/%3E%3Cuse xlink:href='%23p'/%3E%3Cuse xlink:href='%23q'/%3E%3Cuse xlink:href='%23r'/%3E%3Cuse xlink:href='%23s'/%3E%3Cuse xlink:href='%23t'/%3E%3Cuse xlink:href='%23u'/%3E%3Cuse xlink:href='%23v'/%3E%3Cuse xlink:href='%23w'/%3E%3Cuse xlink:href='%23x'/%3E%3Cuse xlink:href='%23y'/%3E%3Cuse xlink:href='%23z'/%3E%3Cuse xlink:href='%23A'/%3E%3Cuse xlink:href='%23B'/%3E%3Cuse xlink:href='%23C'/%3E%3Cuse xlink:href='%23D'/%3E%3Cuse xlink:href='%23E'/%3E%3Cuse xlink:href='%23F'/%3E%3Cuse xlink:href='%23G'/%3E%3Cuse xlink:href='%23H'/%3E%3Cuse xlink:href='%23I'/%3E%3Cuse xlink:href='%23J'/%3E%3Cuse xlink:href='%23K'/%3E%3Cuse xlink:href='%23L'/%3E%3Cuse xlink:href='%23M'/%3E%3Cuse xlink:href='%23N'/%3E%3Cuse xlink:href='%23O'/%3E%3Cuse xlink:href='%23P'/%3E%3Cuse xlink:href='%23Q'/%3E%3Cuse xlink:href='%23R'/%3E%3Cuse xlink:href='%23S'/%3E%3Cuse xlink:href='%23T'/%3E%3Cuse xlink:href='%23U'/%3E%3Cuse xlink:href='%23V'/%3E%3Cuse xlink:href='%23W'/%3E%3Cuse xlink:href='%23X'/%3E%3Cuse xlink:href='%23Y'/%3E%3Cuse xlink:href='%23Z'/%3E%3Cuse xlink:href='%23aa'/%3E%3Cuse xlink:href='%23ab'/%3E%3Cuse xlink:href='%23ac'/%3E%3Cuse xlink:href='%23ad'/%3E%3Cuse xlink:href='%23ae'/%3E%3Cuse xlink:href='%23af'/%3E%3Cuse xlink:href='%23ag'/%3E%3Cuse xlink:href='%23ah'/%3E%3Cuse xlink:href='%23ai'/%3E%3Cuse xlink:href='%23aj'/%3E%3Cuse xlink:href='%23ak'/%3E%3Cuse xlink:href='%23al'/%3E%3Cuse xlink:href='%23am'/%3E%3Cuse xlink:href='%23an'/%3E%3Cuse xlink:href='%23ao'/%3E%3C/g%3E%3Cdefs%3E%3Cpath id='a' d='M1196.44 205.007h-15.36v-91.841a4.134 4.134 0 0 0-4.13-4.137h-8.17c-1.81-6.565-7.83-11.4-14.95-11.4h-17.98c-7.12 0-13.13 4.834-14.95 11.4h-1.47v-7.262a4.134 4.134 0 0 0-4.13-4.137h-33.4a4.134 4.134 0 0 0-4.13 4.137v14.627l-1.9 1.616a14.841 14.841 0 0 1-2.68-8.521c0-6.539-5.31-11.86-11.84-11.86h-19.26c-6.53 0-11.84 5.321-11.84 11.86 0 2.801-.78 5.499-2.22 7.823l-1.08-.918v-14.628a4.134 4.134 0 0 0-4.13-4.137h-33.398a4.133 4.133 0 0 0-4.129 4.137v14.628l-13.95 11.816a4.14 4.14 0 0 0-1.463 3.16v73.636h-15.361a4.132 4.132 0 0 0-4.129 4.137 4.132 4.132 0 0 0 4.129 4.137h241.921c2.28 0 4.13-1.852 4.13-4.137a4.134 4.134 0 0 0-4.13-4.136zm-110.41-99.104h9.73v8.274h-9.73v-8.274zm-92.48 0h9.73v8.274h-9.73v-8.274zm-5.688 99.104h-9.725v-69.5h9.725v69.5zm-2.575-77.774l5.645-4.782h5.193l-5.646 4.782h-5.192zm48.813 77.774h-37.981V133.29l13.951-11.816a4.131 4.131 0 0 0 1.46-3.16v-12.411h7.16v12.411c0 1.218.53 2.374 1.46 3.16l13.95 11.816v71.717zm.28-82.316a23.147 23.147 0 0 0 4.13-13.202c0-1.977 1.6-3.586 3.57-3.586h7.99a11.807 11.807 0 0 0-.55 3.586c0 4.388-1.92 8.53-5.27 11.364l-6.02 5.101-3.85-3.263zm45.96 82.316h-37.98V133.29l7.22-6.119a23.11 23.11 0 0 0 8.19-17.682 3.59 3.59 0 0 1 3.58-3.586 3.59 3.59 0 0 1 3.58 3.586c0 6.829 2.98 13.273 8.19 17.682l7.22 6.119v71.717zm1.53-81.254l1.54-1.302h5.2l-4.14 3.502-2.6-2.2zm44.71 81.254h-37.98V133.29l13.95-11.816a4.131 4.131 0 0 0 1.46-3.16v-12.411h7.16v12.411c0 1.218.53 2.374 1.46 3.16l13.95 11.816v71.717zm0-82.551l-6.08-5.151 6.08-.002v5.153zm9.27-16.553h4.29a16.07 16.07 0 0 0-1.26 3.126h-8.98a7.243 7.243 0 0 1 5.95-3.126zm36.97 99.104h-37.98v-87.704h7.61c2.28 0 4.13-1.853 4.13-4.137 0-4.005 3.25-7.263 7.25-7.263s7.25 3.258 7.25 7.263a4.135 4.135 0 0 0 4.13 4.137h7.61v87.704z'/%3E%3Cpath id='b' d='M1196.44 220.726H954.519a4.133 4.133 0 0 0-4.129 4.137 4.132 4.132 0 0 0 4.129 4.137h241.921c2.28 0 4.13-1.852 4.13-4.137a4.135 4.135 0 0 0-4.13-4.137z'/%3E%3Cpath id='c' d='M1006.49 134.034a4.135 4.135 0 0 0-4.13 4.137v8.826a4.134 4.134 0 0 0 4.13 4.136c2.28 0 4.13-1.852 4.13-4.136v-8.826a4.135 4.135 0 0 0-4.13-4.137z'/%3E%3Cpath id='d' d='M1023.73 134.034a4.126 4.126 0 0 0-4.12 4.137v8.826c0 2.284 1.85 4.136 4.12 4.136 2.29 0 4.13-1.852 4.13-4.136v-8.826a4.128 4.128 0 0 0-4.13-4.137z'/%3E%3Cpath id='e' d='M1006.49 177.426a4.134 4.134 0 0 0-4.13 4.137v8.825a4.135 4.135 0 0 0 4.13 4.137c2.28 0 4.13-1.853 4.13-4.137v-8.825a4.134 4.134 0 0 0-4.13-4.137z'/%3E%3Cpath id='f' d='M1023.73 177.426a4.125 4.125 0 0 0-4.12 4.137v8.825c0 2.284 1.85 4.137 4.12 4.137 2.29 0 4.13-1.853 4.13-4.137v-8.825a4.128 4.128 0 0 0-4.13-4.137z'/%3E%3Cpath id='g' d='M1006.49 155.73a4.134 4.134 0 0 0-4.13 4.137v8.825a4.134 4.134 0 0 0 4.13 4.137c2.28 0 4.13-1.852 4.13-4.137v-8.825a4.134 4.134 0 0 0-4.13-4.137z'/%3E%3Cpath id='h' d='M1023.73 155.73a4.125 4.125 0 0 0-4.12 4.137v8.825c0 2.285 1.85 4.137 4.12 4.137 2.29 0 4.13-1.852 4.13-4.137v-8.825a4.128 4.128 0 0 0-4.13-4.137z'/%3E%3Cpath id='i' d='M1052.73 134.034a4.135 4.135 0 0 0-4.13 4.137v8.826a4.134 4.134 0 0 0 4.13 4.136c2.28 0 4.12-1.852 4.12-4.136v-8.826a4.126 4.126 0 0 0-4.12-4.137z'/%3E%3Cpath id='j' d='M1069.98 134.034a4.128 4.128 0 0 0-4.13 4.137v8.826a4.134 4.134 0 0 0 4.13 4.136c2.28 0 4.12-1.852 4.12-4.136v-8.826a4.126 4.126 0 0 0-4.12-4.137z'/%3E%3Cpath id='k' d='M1052.73 177.426a4.134 4.134 0 0 0-4.13 4.137v8.825a4.135 4.135 0 0 0 4.13 4.137c2.28 0 4.12-1.853 4.12-4.137v-8.825a4.125 4.125 0 0 0-4.12-4.137z'/%3E%3Cpath id='l' d='M1069.98 177.426a4.128 4.128 0 0 0-4.13 4.137v8.825a4.135 4.135 0 0 0 4.13 4.137c2.28 0 4.12-1.853 4.12-4.137v-8.825a4.125 4.125 0 0 0-4.12-4.137z'/%3E%3Cpath id='m' d='M1052.73 155.73a4.134 4.134 0 0 0-4.13 4.137v8.825a4.134 4.134 0 0 0 4.13 4.137c2.28 0 4.12-1.852 4.12-4.137v-8.825a4.125 4.125 0 0 0-4.12-4.137z'/%3E%3Cpath id='n' d='M1069.98 155.73a4.128 4.128 0 0 0-4.13 4.137v8.825a4.134 4.134 0 0 0 4.13 4.137c2.28 0 4.12-1.852 4.12-4.137v-8.825a4.125 4.125 0 0 0-4.12-4.137z'/%3E%3Cpath id='o' d='M1098.97 134.034a4.135 4.135 0 0 0-4.13 4.137v8.826a4.134 4.134 0 0 0 4.13 4.136c2.28 0 4.12-1.852 4.12-4.136v-8.826a4.12 4.12 0 0 0-4.12-4.137z'/%3E%3Cpath id='p' d='M1116.21 134.034a4.126 4.126 0 0 0-4.12 4.137v8.826c0 2.284 1.85 4.136 4.12 4.136 2.29 0 4.13-1.852 4.13-4.136v-8.826a4.128 4.128 0 0 0-4.13-4.137z'/%3E%3Cpath id='q' d='M1098.97 177.426a4.134 4.134 0 0 0-4.13 4.137v8.825a4.135 4.135 0 0 0 4.13 4.137c2.28 0 4.12-1.853 4.12-4.137v-8.825a4.12 4.12 0 0 0-4.12-4.137z'/%3E%3Cpath id='r' d='M1116.21 177.426a4.125 4.125 0 0 0-4.12 4.137v8.825c0 2.284 1.85 4.137 4.12 4.137 2.29 0 4.13-1.853 4.13-4.137v-8.825a4.128 4.128 0 0 0-4.13-4.137z'/%3E%3Cpath id='s' d='M1098.97 155.73a4.134 4.134 0 0 0-4.13 4.137v8.825a4.134 4.134 0 0 0 4.13 4.137c2.28 0 4.12-1.852 4.12-4.137v-8.825a4.12 4.12 0 0 0-4.12-4.137z'/%3E%3Cpath id='t' d='M1116.21 155.73a4.125 4.125 0 0 0-4.12 4.137v8.825c0 2.285 1.85 4.137 4.12 4.137 2.29 0 4.13-1.852 4.13-4.137v-8.825a4.128 4.128 0 0 0-4.13-4.137z'/%3E%3Cpath id='u' d='M1145.21 134.034a4.135 4.135 0 0 0-4.13 4.137v8.826a4.134 4.134 0 0 0 4.13 4.136c2.28 0 4.12-1.852 4.12-4.136v-8.826a4.126 4.126 0 0 0-4.12-4.137z'/%3E%3Cpath id='v' d='M1162.46 134.034a4.128 4.128 0 0 0-4.13 4.137v8.826a4.134 4.134 0 0 0 4.13 4.136c2.28 0 4.12-1.852 4.12-4.136v-8.826a4.126 4.126 0 0 0-4.12-4.137z'/%3E%3Cpath id='w' d='M1145.21 177.426a4.134 4.134 0 0 0-4.13 4.137v8.825a4.135 4.135 0 0 0 4.13 4.137c2.28 0 4.12-1.853 4.12-4.137v-8.825a4.125 4.125 0 0 0-4.12-4.137z'/%3E%3Cpath id='x' d='M1162.46 177.426a4.128 4.128 0 0 0-4.13 4.137v8.825a4.135 4.135 0 0 0 4.13 4.137c2.28 0 4.12-1.853 4.12-4.137v-8.825a4.125 4.125 0 0 0-4.12-4.137z'/%3E%3Cpath id='y' d='M1145.21 155.73a4.134 4.134 0 0 0-4.13 4.137v8.825a4.134 4.134 0 0 0 4.13 4.137c2.28 0 4.12-1.852 4.12-4.137v-8.825a4.125 4.125 0 0 0-4.12-4.137z'/%3E%3Cpath id='z' d='M1162.46 155.73a4.128 4.128 0 0 0-4.13 4.137v8.825a4.134 4.134 0 0 0 4.13 4.137c2.28 0 4.12-1.852 4.12-4.137v-8.825a4.125 4.125 0 0 0-4.12-4.137z'/%3E%3Cpath id='A' d='M1153.83 117.395c2.28 0 4.13-1.852 4.13-4.137a4.134 4.134 0 0 0-4.13-4.137 4.134 4.134 0 0 0-4.13 4.137 4.134 4.134 0 0 0 4.13 4.137z'/%3E%3Cpath id='B' d='M487.924 205.017h-28.459v-13.591c5.485-.643 13.123-3.401 13.123-15.249 0-9.732-5.869-32.541-17.251-32.541-11.383 0-17.252 22.809-17.252 32.541 0 11.848 7.638 14.606 13.123 15.249v13.591h-34.554v-17.931c6.354-.602 15.774-3.509 15.774-17.573 0-11.109-6.975-38.281-19.903-38.281-12.928 0-19.903 27.171-19.903 38.281 0 14.064 9.42 16.971 15.775 17.573v17.931h-37.305v-21.152c6.979-.576 17.74-3.581 17.74-19.29 0-12.344-7.663-42.533-21.868-42.533-14.205 0-21.868 30.189-21.868 42.533 0 7.375 2.352 12.728 6.99 15.913 3.245 2.227 7.133 3.063 10.748 3.36v21.169H325.53v-17.931c6.355-.602 15.775-3.509 15.775-17.573 0-11.109-6.975-38.281-19.903-38.281-12.928 0-19.903 27.171-19.903 38.281 0 14.064 9.42 16.971 15.775 17.573v17.931h-34.556v-13.591c5.485-.643 13.123-3.4 13.123-15.249 0-9.732-5.869-32.541-17.251-32.541-11.382 0-17.251 22.809-17.251 32.541 0 11.848 7.637 14.606 13.122 15.249v13.591h-28.459a4.132 4.132 0 0 0-4.129 4.136 4.132 4.132 0 0 0 4.129 4.135h241.922a4.132 4.132 0 0 0 4.129-4.135 4.132 4.132 0 0 0-4.129-4.136zm-218.328-28.84c0-4.379 1.457-11.061 3.544-16.249 2.461-6.12 4.856-8.021 5.449-8.021.594 0 2.988 1.901 5.45 8.021 2.087 5.188 3.544 11.87 3.544 16.249 0 5.634-1.933 7.177-8.994 7.177-7.06 0-8.993-1.543-8.993-7.177zm40.159-6.664c0-5.445 1.736-13.42 4.322-19.846 3-7.458 6.024-10.165 7.325-10.165 1.301 0 4.324 2.707 7.325 10.165 2.584 6.426 4.321 14.401 4.321 19.846 0 7.252-2.721 9.462-11.646 9.462-8.924 0-11.647-2.21-11.647-9.462zm43.597-4.937c0-6.183 1.968-15.229 4.897-22.51 3.248-8.076 6.794-11.754 8.714-11.754 1.92 0 5.466 3.678 8.714 11.754 2.929 7.282 4.897 16.328 4.897 22.51 0 8.445-3.307 11.156-13.61 11.156-10.304 0-13.612-2.711-13.612-11.156zm47.526 4.937c0-5.445 1.736-13.42 4.322-19.846 2.999-7.458 6.023-10.165 7.325-10.165 1.301 0 4.324 2.707 7.325 10.166 2.584 6.426 4.321 14.401 4.321 19.845 0 7.252-2.721 9.463-11.646 9.463-8.925-.001-11.647-2.211-11.647-9.463zm45.463 6.664c0-4.379 1.457-11.061 3.544-16.249 2.462-6.12 4.857-8.021 5.45-8.021s2.989 1.901 5.45 8.021c2.087 5.188 3.544 11.87 3.544 16.249 0 5.634-1.933 7.177-8.994 7.177-7.062 0-8.994-1.543-8.994-7.177z'/%3E%3Cpath id='C' d='M487.924 220.73H246.002a4.131 4.131 0 0 0-4.129 4.135 4.131 4.131 0 0 0 4.129 4.135h241.922a4.131 4.131 0 0 0 4.129-4.135 4.132 4.132 0 0 0-4.129-4.135z'/%3E%3Cpath id='D' d='M371.549 68.753c-6.012 0-11.38 2.813-14.862 7.192-3.482-4.38-8.851-7.192-14.862-7.192a4.132 4.132 0 0 0-4.129 4.135 4.132 4.132 0 0 0 4.129 4.135c5.919 0 10.734 4.823 10.734 10.75a4.131 4.131 0 0 0 4.128 4.136 4.131 4.131 0 0 0 4.128-4.135c0-5.928 4.815-10.751 10.734-10.751a4.131 4.131 0 0 0 4.128-4.135 4.131 4.131 0 0 0-4.128-4.135z'/%3E%3Cpath id='E' d='M725.889 205.009H714.15l-10.456-12.078a4.122 4.122 0 0 0-3.119-1.427h-15.844l-6.215-9.446a4.129 4.129 0 0 0-3.448-1.86h-10.357l-6.973-55.12a4.132 4.132 0 0 0-4.096-3.616h-10.734a4.133 4.133 0 0 0-4.127 4.036l-.727 29.882h-2.906l-3.813-45.844a4.141 4.141 0 0 0-1.637-2.965l-9.909-7.445a4.118 4.118 0 0 0-3.287-.747l-36.157 7.246-13.06-3.849a4.121 4.121 0 0 0-2.661.113l-14.863 5.791a4.138 4.138 0 0 0-2.617 3.505l-3.303 38.881a4.138 4.138 0 0 0 4.114 4.487h1.929l-3.2 25.645h-12.961c-1.138 0-2.225.47-3.006 1.3l-9.405 10.005h-16.283c-1.504 0-2.889.82-3.615 2.138l-6.262 11.368h-11.186a4.133 4.133 0 0 0-4.129 4.136 4.134 4.134 0 0 0 4.129 4.138h241.923a4.133 4.133 0 0 0 4.128-4.136 4.133 4.133 0 0 0-4.128-4.138zm-170.736-90.553l6.612-2.577-.596 14.933a4.133 4.133 0 0 0 4.128 4.302 4.133 4.133 0 0 0 4.123-3.971l.636-15.927 5.972 1.76v33.029a4.132 4.132 0 0 0 4.128 4.137 4.133 4.133 0 0 0 4.129-4.137v-32.733l28.898-5.791v40.178a4.133 4.133 0 0 0 4.128 4.137 4.134 4.134 0 0 0 4.129-4.137v-36.951l1.819 1.367 4.803 56.916a4.131 4.131 0 0 0 4.485 3.745 4.135 4.135 0 0 0 3.739-4.494l-.417-4.589h6.213a4.132 4.132 0 0 0 4.127-4.035l.727-29.882h3.066l6.385 50.463h-55.588v-30.885a4.132 4.132 0 0 0-4.128-4.136 4.133 4.133 0 0 0-4.129 4.136v30.885h-37.535l3.651-29.269a4.142 4.142 0 0 0-1.001-3.251 4.128 4.128 0 0 0-3.096-1.399h-2.11l2.702-31.824zm-50.57 90.553l2.883-5.232h30.508a4.132 4.132 0 0 0 4.128-4.137 4.132 4.132 0 0 0-4.128-4.136h-5.319l2.851-3.033h137.34l1.995 3.033h-7.212a4.132 4.132 0 0 0-4.128 4.136 4.132 4.132 0 0 0 4.128 4.137h31.062l4.528 5.232H504.583z'/%3E%3Cpath id='F' d='M725.889 220.727H483.966a4.133 4.133 0 0 0-4.129 4.136 4.133 4.133 0 0 0 4.129 4.137h241.923a4.133 4.133 0 0 0 4.128-4.137 4.133 4.133 0 0 0-4.128-4.136z'/%3E%3Cpath id='G' d='M579.331 158.413a4.132 4.132 0 0 0-4.128 4.136v7.446a4.132 4.132 0 0 0 4.128 4.137 4.132 4.132 0 0 0 4.128-4.137v-7.446a4.132 4.132 0 0 0-4.128-4.136z'/%3E%3Cpath id='H' d='M1435.87 220.727h-241.92a4.134 4.134 0 0 0-4.13 4.136 4.134 4.134 0 0 0 4.13 4.137h241.92c2.28 0 4.13-1.852 4.13-4.137a4.134 4.134 0 0 0-4.13-4.136z'/%3E%3Cpath id='I' d='M1231.66 150.024a4.134 4.134 0 0 0-4.13 4.137v7.722a4.134 4.134 0 0 0 4.13 4.136c2.28 0 4.13-1.852 4.13-4.136v-7.722a4.134 4.134 0 0 0-4.13-4.137z'/%3E%3Cpath id='J' d='M1265.51 100.935a4.134 4.134 0 0 0-4.13 4.137v7.722a4.134 4.134 0 0 0 4.13 4.136c2.28 0 4.13-1.852 4.13-4.136v-7.722a4.134 4.134 0 0 0-4.13-4.137z'/%3E%3Cpath id='K' d='M1265.51 125.756a4.134 4.134 0 0 0-4.13 4.136v7.722a4.134 4.134 0 0 0 4.13 4.137c2.28 0 4.13-1.852 4.13-4.137v-7.722a4.134 4.134 0 0 0-4.13-4.136z'/%3E%3Cpath id='L' d='M1299.37 150.024a4.134 4.134 0 0 0-4.13 4.137v7.722a4.134 4.134 0 0 0 4.13 4.136c2.28 0 4.13-1.852 4.13-4.136v-7.722a4.134 4.134 0 0 0-4.13-4.137z'/%3E%3Cpath id='M' d='M1356.34 70.048c-6.83 0-12.38 5.567-12.38 12.41 0 6.844 5.55 12.41 12.38 12.41 6.83 0 12.39-5.566 12.39-12.41 0-6.843-5.56-12.41-12.39-12.41zm0 16.547a4.143 4.143 0 0 1-4.13-4.137 4.143 4.143 0 0 1 4.13-4.136 4.136 4.136 0 1 1 0 8.273z'/%3E%3Cpath id='N' d='M1435.87 138.442c2.28 0 4.13-1.853 4.13-4.137v-8.825a4.134 4.134 0 0 0-4.13-4.136 4.134 4.134 0 0 0-4.13 4.136v4.688h-2.95v-4.688a4.134 4.134 0 0 0-4.13-4.136 4.134 4.134 0 0 0-4.13 4.136v4.688h-2.95v-4.688a4.134 4.134 0 0 0-4.13-4.136 4.134 4.134 0 0 0-4.13 4.136v4.688h-2.96v-4.688a4.125 4.125 0 0 0-4.12-4.136 4.134 4.134 0 0 0-4.13 4.136v4.688h-2.96v-4.688a4.134 4.134 0 0 0-4.13-4.136 4.125 4.125 0 0 0-4.12 4.136v4.688h-3.12v-29.452a4.134 4.134 0 0 0-4.13-4.136h-1.56V63.695a4.134 4.134 0 0 0-4.13-4.137h-.28V42.746a4.125 4.125 0 0 0-4.12-4.136h-.5l-8.91-22.64V5.725a4.125 4.125 0 0 0-4.12-4.136 4.134 4.134 0 0 0-4.13 4.136V15.97l-8.91 22.64h-.49a4.128 4.128 0 0 0-4.13 4.136v16.812h-.28a4.134 4.134 0 0 0-4.13 4.136v32.885h-1.56a4.134 4.134 0 0 0-4.13 4.137v81.616h-6.05v-39.968c2.16-3.035 3.3-6.459 3.3-9.988 0-14.256-8.24-19.65-14.87-23.984-2.63-1.725-5.14-3.37-7.15-5.452v-7.243a4.134 4.134 0 0 0-4.13-4.137 4.134 4.134 0 0 0-4.13 4.137v7.243c-1.29 1.34-2.79 2.499-4.4 3.613V90.18a4.134 4.134 0 0 0-4.13-4.137h-.04l-2.76-20.143a4.133 4.133 0 0 0-4.09-3.574h-1.19l-6.49-28.407c3.46-2.204 5.76-6.075 5.76-10.478 0-5.393-3.45-9.99-8.25-11.699V4.137A4.134 4.134 0 0 0 1265.52 0a4.134 4.134 0 0 0-4.13 4.137v7.605c-4.81 1.708-8.26 6.306-8.26 11.7 0 .578.05 1.146.12 1.704a31.7 31.7 0 0 0-15.87-4.27c-17.53 0-31.79 14.29-31.79 31.853 0 17.56 14.26 31.847 31.79 31.847 2.49 0 4.93-.287 7.3-.845l-.31 2.312h-.05a4.125 4.125 0 0 0-4.12 4.137v16.372c-1.61-1.114-3.11-2.273-4.41-3.613v-7.243a4.134 4.134 0 0 0-4.13-4.137 4.126 4.126 0 0 0-4.12 4.137v7.243c-2.02 2.082-4.52 3.727-7.16 5.452-6.62 4.333-14.86 9.727-14.86 23.984 0 3.529 1.13 6.952 3.3 9.988v62.645h-14.87a4.134 4.134 0 0 0-4.13 4.137 4.134 4.134 0 0 0 4.13 4.136h241.92c2.28 0 4.13-1.852 4.13-4.136a4.134 4.134 0 0 0-4.13-4.137h-46.59v-18.54a4.134 4.134 0 0 0-4.13-4.136h-1.38v-43.89h52.1zm-79.85-110.41l4.16 10.576h-8.32l4.16-10.575zm-9.4 18.85h18.8v12.676h-5.27v-2.483a4.134 4.134 0 0 0-4.13-4.136 4.134 4.134 0 0 0-4.13 4.136v2.483h-5.27V46.883zm-4.4 20.948h27.61v28.75h-27.61V67.83zm-5.7 37.022h39v13.181h-3.49v-2.482a4.134 4.134 0 0 0-4.13-4.136 4.134 4.134 0 0 0-4.13 4.136v2.482h-3.85v-2.482a4.134 4.134 0 0 0-4.13-4.136 4.134 4.134 0 0 0-4.13 4.136v2.482h-3.85v-2.482a4.134 4.134 0 0 0-4.13-4.136 4.134 4.134 0 0 0-4.13 4.136v2.482h-3.02v-13.181h-.01zm0 21.455h39v39.713h-39v-39.713zm0 47.986h39v8.039h-39v-8.039zm-19.26-41.918c0 1.308-.33 2.613-.97 3.86h-5.34c.13-1.266.2-2.559.2-3.86 0-6.815-.69-11.373-1.71-14.834 4.69 3.325 7.82 6.822 7.82 14.834zm-17.89-17.615c1.94 3.716 3.52 7.501 3.52 17.615a28.6 28.6 0 0 1-.25 3.86h-6.55a30.33 30.33 0 0 1-.25-3.86c0-10.114 1.59-13.898 3.53-17.615zm-21.04-28.717h-25.63l.49-3.585h24.65l.49 3.585zm-2.12-15.444l.5 3.586h-22.39l.49-3.585h21.4zm-10.7-51.295c2.28 0 4.13 1.856 4.13 4.137a4.136 4.136 0 0 1-4.13 4.136 4.143 4.143 0 0 1-4.13-4.136 4.143 4.143 0 0 1 4.13-4.137zm0 22.697l4.64 20.325h-9.28l4.64-20.325zm-28.13 34.302c-12.98 0-23.53-10.575-23.53-23.574 0-13.001 10.55-23.58 23.53-23.58 8.15 0 15.76 4.29 20.03 11.227l-5.01 21.95h-1.19a4.133 4.133 0 0 0-4.09 3.573l-1.2 8.8a23.33 23.33 0 0 1-8.54 1.604zm-5.72 34.11c2.16 1.893 4.49 3.415 6.77 4.904 1.82 1.196 3.51 2.299 4.98 3.487-7.83-1.296-12.85-3.599-15.73-5.346 1.35-.932 2.69-1.922 3.98-3.045zm-17.89 21.962c0-.477.01-.934.03-1.381a94.153 94.153 0 0 0 9.28 5.241h-8.34c-.64-1.247-.97-2.552-.97-3.86zm32.48 72.633h-29.18v-60.499h29.18v60.499zm2.46-69.051c-15.38-2.436-27.71-10.013-32.46-13.284 1.09-1.634 2.48-2.97 4.11-4.228 1.29 1.028 3.24 2.367 5.96 3.713 6.25 3.086 13.92 4.979 22.81 5.645.27 1.346.42 2.853.42 4.571 0 1.211-.29 2.42-.84 3.583zm27.81 69.051h-22.02v-42.849h22.02v42.849zm0-62.645v11.522h-22.02v-11.522c2.17-3.036 3.31-6.459 3.31-9.988 0-10.419-4.41-16.102-9.36-20.099v-17.96h34.13v17.96c-4.96 3.997-9.36 9.68-9.36 20.099 0 3.528 1.14 6.952 3.3 9.988zm4.96-9.988c0-8.011 3.13-11.508 7.81-14.834-1.01 3.461-1.7 8.02-1.7 14.834 0 1.301.06 2.595.19 3.86h-5.34c-.63-1.247-.96-2.552-.96-3.86zm9.86 54.093v18.54h-6.56v-60.499h29.18v37.822h-18.49a4.134 4.134 0 0 0-4.13 4.137zm59.22 18.54h-50.97v-14.403h50.97v14.403zm30.46 0h-22.2v-14.403h22.2v14.403z'/%3E%3Cpath id='O' d='M1402.15 150.576h-4.64a4.134 4.134 0 0 0-4.13 4.136 4.134 4.134 0 0 0 4.13 4.137h4.64c2.28 0 4.13-1.852 4.13-4.137a4.134 4.134 0 0 0-4.13-4.136z'/%3E%3Cpath id='P' d='M1421.3 161.607h-4.65a4.134 4.134 0 0 0-4.13 4.137 4.134 4.134 0 0 0 4.13 4.136h4.65c2.28 0 4.13-1.852 4.13-4.136a4.134 4.134 0 0 0-4.13-4.137z'/%3E%3Cpath id='Q' d='M1406.13 180.912h-4.65a4.134 4.134 0 0 0-4.13 4.137 4.134 4.134 0 0 0 4.13 4.136h4.65c2.28 0 4.12-1.852 4.12-4.136a4.125 4.125 0 0 0-4.12-4.137z'/%3E%3Cpath id='R' d='M108.603 207.323a4.125 4.125 0 0 0-5.527-1.885c-2.644 1.303-4.731 2.332-9.374 2.332-4.638 0-6.728-1.03-9.375-2.333-3.028-1.491-6.46-3.182-13.019-3.182-6.555 0-9.986 1.691-13.012 3.182-2.646 1.303-4.737 2.333-9.376 2.333-4.637 0-6.728-1.03-9.375-2.333-3.028-1.491-6.462-3.182-13.023-3.182-6.558 0-9.99 1.691-13.018 3.182-2.647 1.304-4.737 2.333-9.376 2.333A4.132 4.132 0 0 0 0 211.905a4.133 4.133 0 0 0 4.129 4.136c6.558 0 9.99-1.69 13.018-3.181 2.647-1.304 4.737-2.333 9.375-2.333 4.642 0 6.734 1.03 9.382 2.334 3.027 1.491 6.46 3.181 13.017 3.181 6.56 0 9.99-1.691 13.018-3.182 2.645-1.303 4.735-2.332 9.37-2.332 4.638 0 6.728 1.029 9.375 2.332 3.027 1.492 6.46 3.182 13.018 3.182 6.565 0 9.994-1.691 13.02-3.182a4.139 4.139 0 0 0 1.881-5.537z'/%3E%3Cpath id='S' d='M246.051 220.729H4.13A4.132 4.132 0 0 0 0 224.864 4.132 4.132 0 0 0 4.13 229h241.92a4.133 4.133 0 0 0 4.129-4.136 4.132 4.132 0 0 0-4.129-4.135z'/%3E%3Cpath id='T' d='M246.051 205.013h-3.621v-86.67a4.133 4.133 0 0 0-4.129-4.136 4.132 4.132 0 0 0-4.128 4.136v13.51h-2.385v-6.341a4.133 4.133 0 0 0-4.129-4.136 4.132 4.132 0 0 0-4.128 4.136v6.341h-2.385v-6.341a4.133 4.133 0 0 0-4.129-4.136 4.132 4.132 0 0 0-4.128 4.136v6.341h-2.386v-13.51a4.133 4.133 0 0 0-4.128-4.136 4.133 4.133 0 0 0-4.129 4.136v30.974h-4.954v-5.422a4.133 4.133 0 0 0-4.129-4.136 4.132 4.132 0 0 0-4.128 4.136v5.422h-3.853v-5.422a4.133 4.133 0 0 0-4.129-4.136 4.132 4.132 0 0 0-4.128 4.136v5.422h-4.956v-30.974a4.133 4.133 0 0 0-4.128-4.136 4.133 4.133 0 0 0-4.129 4.136v13.51h-2.385v-6.341a4.132 4.132 0 0 0-4.128-4.136 4.133 4.133 0 0 0-4.129 4.136v6.341h-2.385V102.23a4.13 4.13 0 0 0 3.979-4.128V62.648a4.132 4.132 0 0 0-4.128-4.136h-.178l-5.835-10.191V34.619c0-.404-.059-.807-.175-1.194L135.465 3.92a4.13 4.13 0 0 0-3.953-2.941 4.129 4.129 0 0 0-3.953 2.941l-8.883 29.505c-.117.387-.176.79-.176 1.194V48.32l-5.834 10.192h-.177a4.133 4.133 0 0 0-4.129 4.136V98.1a4.129 4.129 0 0 0 3.979 4.128v64.457H64.428v-5.331a4.132 4.132 0 0 0-4.128-4.136 4.132 4.132 0 0 0-4.129 4.136v5.331H4.13A4.132 4.132 0 0 0 0 170.822a4.132 4.132 0 0 0 4.129 4.136h52.04v10.821c-7.066-4.639-15.32-7.137-23.956-7.137-11.706 0-22.717 4.573-31.004 12.875a4.14 4.14 0 0 0 0 5.848 4.121 4.121 0 0 0 5.838 0c6.729-6.739 15.665-10.451 25.166-10.451 9.5 0 18.437 3.712 25.165 10.451a4.123 4.123 0 0 0 5.838 0c6.728-6.739 15.665-10.451 25.165-10.451 8.942 0 17.384 3.29 23.955 9.298v12.936a4.132 4.132 0 0 0 4.129 4.135H246.05a4.131 4.131 0 0 0 4.128-4.135 4.131 4.131 0 0 0-4.128-4.135zm-133.713-19.234c-7.065-4.639-15.32-7.136-23.956-7.136s-16.89 2.497-23.956 7.137v-10.821h47.912v10.82zm19.173-166.341l3.326 11.045h-6.651l3.325-11.045zm-4.755 19.317h9.509v6.531h-9.509v-6.53zm-1.737 14.803h12.983l2.836 4.954h-18.655l2.836-4.954zm-8.403 13.226h29.79v27.182h-29.79V66.784zm19.297 47.423a4.133 4.133 0 0 0-4.129 4.136v86.67h-11.189V102.237h21.832v29.616h-2.386v-13.51a4.132 4.132 0 0 0-4.128-4.136zm27.799 90.806h-23.67v-64.888h23.67v64.888zm38.533 0h-30.276v-47.424h30.276v47.424zm31.928 0h-23.671v-64.888h23.671v64.888z'/%3E%3Cpath id='U' d='M146.556 144.537a4.132 4.132 0 0 0-4.129 4.135v13.471a4.133 4.133 0 0 0 4.129 4.136 4.132 4.132 0 0 0 4.128-4.136v-13.471a4.131 4.131 0 0 0-4.128-4.135z'/%3E%3Cpath id='V' d='M157.198 144.537a4.131 4.131 0 0 0-4.128 4.135v13.471a4.132 4.132 0 0 0 4.128 4.136 4.133 4.133 0 0 0 4.129-4.136v-13.471a4.132 4.132 0 0 0-4.129-4.135z'/%3E%3Cpath id='W' d='M146.556 175.732a4.133 4.133 0 0 0-4.129 4.136v13.471a4.133 4.133 0 0 0 4.129 4.136 4.132 4.132 0 0 0 4.128-4.136v-13.471a4.132 4.132 0 0 0-4.128-4.136z'/%3E%3Cpath id='X' d='M157.198 175.732a4.132 4.132 0 0 0-4.128 4.136v13.471a4.132 4.132 0 0 0 4.128 4.136 4.133 4.133 0 0 0 4.129-4.136v-13.471a4.133 4.133 0 0 0-4.129-4.136z'/%3E%3Cpath id='Y' d='M217.017 144.537a4.132 4.132 0 0 0-4.129 4.135v13.471a4.133 4.133 0 0 0 4.129 4.136 4.133 4.133 0 0 0 4.128-4.136v-13.471a4.131 4.131 0 0 0-4.128-4.135z'/%3E%3Cpath id='Z' d='M227.659 144.537a4.132 4.132 0 0 0-4.129 4.135v13.471a4.133 4.133 0 0 0 4.129 4.136 4.132 4.132 0 0 0 4.128-4.136v-13.471a4.131 4.131 0 0 0-4.128-4.135z'/%3E%3Cpath id='aa' d='M217.017 175.732a4.133 4.133 0 0 0-4.129 4.136v13.471a4.133 4.133 0 0 0 4.129 4.136 4.133 4.133 0 0 0 4.128-4.136v-13.471a4.132 4.132 0 0 0-4.128-4.136z'/%3E%3Cpath id='ab' d='M227.659 175.732a4.133 4.133 0 0 0-4.129 4.136v13.471a4.133 4.133 0 0 0 4.129 4.136 4.132 4.132 0 0 0 4.128-4.136v-13.471a4.132 4.132 0 0 0-4.128-4.136z'/%3E%3Cpath id='ac' d='M131.511 68.048c-6.785 0-12.305 5.53-12.305 12.326 0 6.797 5.52 12.327 12.305 12.327s12.305-5.53 12.305-12.327-5.52-12.326-12.305-12.326zm0 16.382a4.057 4.057 0 0 1-4.049-4.055 4.057 4.057 0 0 1 4.049-4.055 4.056 4.056 0 0 1 0 8.11z'/%3E%3Cpath id='ad' d='M181.052 164.39a4.133 4.133 0 0 0-4.129 4.136v25.733a4.133 4.133 0 0 0 4.129 4.136 4.132 4.132 0 0 0 4.128-4.136v-25.733a4.131 4.131 0 0 0-4.128-4.136z'/%3E%3Cpath id='ae' d='M193.162 164.39a4.132 4.132 0 0 0-4.128 4.136v25.733a4.132 4.132 0 0 0 4.128 4.136 4.133 4.133 0 0 0 4.129-4.136v-25.733a4.133 4.133 0 0 0-4.129-4.136z'/%3E%3Cpath id='af' d='M86.066 35.697h-20.1c.497-1.355.768-2.817.768-4.343 0-6.955-5.648-12.613-12.591-12.613H24.966c-6.943 0-12.592 5.658-12.592 12.613 0 6.956 5.649 12.614 12.592 12.614h.427a12.585 12.585 0 0 0-.769 4.343c0 6.955 5.649 12.614 12.592 12.614h48.85c6.942 0 12.59-5.659 12.59-12.614.001-6.956-5.647-12.614-12.59-12.614zm0 16.956h-48.85a4.343 4.343 0 0 1 0-8.685 4.132 4.132 0 0 0 4.13-4.135 4.132 4.132 0 0 0-4.13-4.136h-12.25a4.343 4.343 0 0 1 0-8.685h29.176a4.343 4.343 0 0 1 0 8.685 4.132 4.132 0 0 0-4.128 4.136 4.132 4.132 0 0 0 4.128 4.135h31.924a4.343 4.343 0 0 1 0 8.685z'/%3E%3Cpath id='ag' d='M229.29 68.753a10.36 10.36 0 0 0 .231-2.186c0-5.735-4.657-10.4-10.382-10.4h-36.093c-5.724 0-10.382 4.665-10.382 10.4 0 5.734 4.657 10.4 10.382 10.4h13.424a10.437 10.437 0 0 0-.218 2.127c0 5.735 4.657 10.4 10.381 10.4h21.558c5.725 0 10.382-4.665 10.382-10.4 0-5.362-4.073-9.79-9.283-10.34zm-1.099 12.47h-21.558a2.129 2.129 0 0 1 0-4.256 4.132 4.132 0 0 0 4.128-4.136 4.132 4.132 0 0 0-4.128-4.136h-23.587a2.13 2.13 0 0 1 0-4.256h36.094a2.128 2.128 0 0 1 0 4.256 4.132 4.132 0 0 0-4.128 4.136 4.132 4.132 0 0 0 4.128 4.136h9.051a2.129 2.129 0 0 1 0 4.256z'/%3E%3Cpath id='ah' d='M965.807 204.986h-19.555v-9.058c4.338-1.672 7.431-5.883 7.431-10.816v-4.14c0-6.393-5.185-11.593-11.559-11.593-6.375 0-11.56 5.2-11.56 11.593v4.14c0 4.933 3.093 9.144 7.431 10.816v9.058h-7.142c-8.267-11.899-15.62-24.959-21.913-38.922h1.516a4.134 4.134 0 0 0 4.129-4.14 4.134 4.134 0 0 0-4.129-4.14h-5.071c-4.66-11.331-8.721-23.362-12.096-35.885h.287a4.134 4.134 0 0 0 4.128-4.141 4.134 4.134 0 0 0-4.128-4.14h-2.404c-.034-.139-.07-.28-.103-.419-8.337-34.667-10.155-66.783-10.212-87.62a4.132 4.132 0 0 0-3.98-4.122V10.683a4.134 4.134 0 0 0-4.128-4.14 4.135 4.135 0 0 0-4.129 4.14v10.773a4.13 4.13 0 0 0-3.979 4.122c-.058 20.837-1.875 52.953-10.212 87.621-.034.138-.07.279-.103.418h-2.402a4.134 4.134 0 0 0-4.128 4.14 4.134 4.134 0 0 0 4.128 4.141h.285c-3.375 12.52-7.436 24.552-12.097 35.885h-5.069a4.134 4.134 0 0 0-4.129 4.14 4.134 4.134 0 0 0 4.129 4.14h1.514c-6.293 13.963-13.647 27.023-21.913 38.922H801.76v-9.058c4.338-1.672 7.432-5.883 7.432-10.816v-4.141c0-6.392-5.186-11.593-11.561-11.593-6.374 0-11.559 5.201-11.559 11.593v4.141c0 4.932 3.092 9.144 7.431 10.816v9.058H775.75v-9.058c4.339-1.672 7.431-5.883 7.431-10.816v-4.141c0-6.392-5.185-11.593-11.559-11.593-6.375 0-11.56 5.201-11.56 11.593v4.141c0 4.932 3.093 9.144 7.431 10.816v9.058h-17.752v-9.058c4.338-1.672 7.432-5.883 7.432-10.816v-4.141c0-6.392-5.186-11.593-11.56-11.593-6.375 0-11.56 5.202-11.56 11.594v4.141c0 4.932 3.093 9.144 7.431 10.816v9.058h-17.6a4.134 4.134 0 0 0-4.128 4.14 4.134 4.134 0 0 0 4.128 4.141h241.923a4.134 4.134 0 0 0 4.129-4.14 4.135 4.135 0 0 0-4.129-4.141zm-216.892-19.874a3.31 3.31 0 0 1-3.302 3.312 3.312 3.312 0 0 1-3.303-3.312v-4.14a3.31 3.31 0 0 1 3.303-3.312 3.31 3.31 0 0 1 3.302 3.312v4.14zm26.009 0a3.31 3.31 0 0 1-3.302 3.312 3.31 3.31 0 0 1-3.303-3.312v-4.14a3.31 3.31 0 0 1 3.303-3.312 3.31 3.31 0 0 1 3.302 3.312v4.14zm26.009 0a3.31 3.31 0 0 1-3.303 3.312 3.31 3.31 0 0 1-3.302-3.312v-4.14a3.31 3.31 0 0 1 3.302-3.312 3.31 3.31 0 0 1 3.303 3.312v4.14zm71.814-149.738c.565 20.562 2.907 48.42 9.934 78.244h-19.867c7.026-29.823 9.368-57.682 9.933-78.244zM860.744 121.9h24.007c3.272 12.471 7.195 24.505 11.715 35.885h-7.068l-7.633-28.406a4.131 4.131 0 0 0-3.986-3.063h-10.06a4.13 4.13 0 0 0-3.986 3.063l-7.633 28.406h-7.07c4.519-11.381 8.442-23.415 11.714-35.885zm20.102 35.884h-16.197l6.232-23.187h3.734l6.231 23.187zm-36.839 47.203c1.518-14.56 13.827-25.948 28.74-25.948 14.914 0 27.223 11.388 28.741 25.948h-57.481zm65.775-.001c-1.545-19.133-17.565-34.228-37.035-34.228-19.469 0-35.489 15.095-37.034 34.228h-11.086c7.91-12.002 14.927-25.06 20.95-38.921h54.341c6.021 13.862 13.04 26.919 20.95 38.921h-11.086zm35.643-19.873a3.31 3.31 0 0 1-3.302 3.312 3.31 3.31 0 0 1-3.302-3.312v-4.14a3.31 3.31 0 0 1 3.302-3.312 3.31 3.31 0 0 1 3.302 3.312v4.14z'/%3E%3Cpath id='ai' d='M965.807 220.719H723.884a4.134 4.134 0 0 0-4.128 4.14 4.134 4.134 0 0 0 4.128 4.141h241.923a4.135 4.135 0 0 0 4.129-4.141 4.135 4.135 0 0 0-4.129-4.14z'/%3E%3Cpath id='aj' d='M744.582 67.473h-20.1c.497-1.355.768-2.817.768-4.343 0-6.955-5.648-12.613-12.591-12.613h-29.177c-6.943 0-12.592 5.658-12.592 12.613 0 6.957 5.649 12.615 12.592 12.615h.427a12.583 12.583 0 0 0-.769 4.342c0 6.955 5.649 12.614 12.592 12.614h48.849c6.943 0 12.592-5.658 12.592-12.614s-5.648-12.614-12.591-12.614zm0 16.957h-48.849a4.343 4.343 0 0 1 0-8.685 4.132 4.132 0 0 0 4.128-4.136 4.132 4.132 0 0 0-4.128-4.136h-12.251a4.343 4.343 0 0 1 0-8.685h29.176a4.343 4.343 0 0 1 0 8.685 4.132 4.132 0 0 0-4.128 4.136 4.132 4.132 0 0 0 4.128 4.136h31.924a4.343 4.343 0 0 1 0 8.685z'/%3E%3Cpath id='ak' d='M1040.23 37.732c.15-.705.23-1.436.23-2.186 0-5.735-4.65-10.4-10.38-10.4h-36.092c-5.724 0-10.381 4.665-10.381 10.4s4.657 10.4 10.381 10.4h13.422c-.14.687-.22 1.399-.22 2.128 0 5.734 4.66 10.4 10.39 10.4h21.55c5.73 0 10.39-4.665 10.39-10.4 0-5.363-4.08-9.79-9.29-10.342zm-1.1 12.47h-21.55a2.128 2.128 0 1 1 0-4.256c2.28 0 4.12-1.852 4.12-4.136a4.125 4.125 0 0 0-4.12-4.136h-23.592a2.13 2.13 0 0 1 0-4.256h36.092c1.17 0 2.13.954 2.13 2.128 0 1.173-.96 2.129-2.13 2.129a4.134 4.134 0 0 0-4.13 4.135 4.133 4.133 0 0 0 4.13 4.136h9.05a2.128 2.128 0 1 1 0 4.256z'/%3E%3Cpath id='al' d='M517.411 111.712c.151-.706.231-1.437.231-2.187 0-5.734-4.658-10.4-10.382-10.4h-36.093c-5.724 0-10.382 4.666-10.382 10.4 0 5.735 4.657 10.4 10.382 10.4h13.424a10.373 10.373 0 0 0-.219 2.128c0 5.734 4.657 10.4 10.382 10.4h21.558c5.724 0 10.382-4.665 10.382-10.4 0-5.363-4.073-9.79-9.283-10.341zm-1.099 12.47h-21.558a2.13 2.13 0 0 1 0-4.257 4.132 4.132 0 0 0 4.128-4.135 4.133 4.133 0 0 0-4.128-4.136h-23.588a2.13 2.13 0 0 1-2.125-2.129 2.13 2.13 0 0 1 2.126-2.128h36.094a2.129 2.129 0 0 1 0 4.257 4.133 4.133 0 0 0-4.129 4.136 4.132 4.132 0 0 0 4.129 4.135h9.051a2.13 2.13 0 0 1 0 4.257z'/%3E%3Cpath id='am' d='M59.088 107.157c-6.011 0-11.38 2.813-14.861 7.192-3.483-4.379-8.851-7.192-14.863-7.192a4.131 4.131 0 0 0-4.128 4.135 4.132 4.132 0 0 0 4.128 4.135c5.919 0 10.734 4.822 10.734 10.75a4.131 4.131 0 0 0 4.129 4.135 4.131 4.131 0 0 0 4.128-4.135c0-5.928 4.815-10.75 10.733-10.75a4.132 4.132 0 0 0 4.129-4.135 4.131 4.131 0 0 0-4.129-4.135z'/%3E%3Cpath id='an' d='M817.034 101.889c-6.012 0-11.38 2.813-14.862 7.192-3.483-4.379-8.851-7.192-14.862-7.192a4.132 4.132 0 0 0-4.129 4.135 4.131 4.131 0 0 0 4.129 4.135c5.918 0 10.733 4.823 10.733 10.751a4.132 4.132 0 0 0 4.129 4.135 4.132 4.132 0 0 0 4.128-4.135c0-5.928 4.815-10.751 10.734-10.751a4.131 4.131 0 0 0 4.128-4.135 4.132 4.132 0 0 0-4.128-4.135z'/%3E%3Cpath id='ao' d='M1145.21 39.17c-6.02 0-11.38 2.813-14.87 7.193-3.48-4.38-8.85-7.192-14.86-7.192a4.133 4.133 0 0 0-4.13 4.135 4.133 4.133 0 0 0 4.13 4.135c5.92 0 10.74 4.822 10.74 10.75a4.125 4.125 0 1 0 8.25 0c0-5.928 4.82-10.75 10.74-10.75 2.28 0 4.12-1.852 4.12-4.135a4.125 4.125 0 0 0-4.12-4.135z'/%3E%3C/defs%3E%3C/svg%3E")
}

.ico-trash {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='19' height='20' viewBox='0 0 19 20' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cuse xlink:href='%23a' transform='translate(2.105 5.263)' fill='%23949494'/%3E%3Cuse xlink:href='%23b' fill='%23949494'/%3E%3Cuse xlink:href='%23c' transform='translate(6.316 9.474)' fill='%23949494'/%3E%3Cuse xlink:href='%23d' transform='translate(10.526 9.474)' fill='%23949494'/%3E%3Cdefs%3E%3Cpath id='a' d='M0 12.632c0 1.16.944 2.105 2.105 2.105h10.527a2.107 2.107 0 0 0 2.105-2.105V0H0v12.632zM2.105 2.105h10.527v10.527H2.106V2.105z'/%3E%3Cpath id='b' d='M12.632 2.105V0H6.316v2.105H0V4.21h18.947V2.105h-6.315z'/%3E%3Cpath id='c' d='M2.105 0H0v6.316h2.105V0z'/%3E%3Cpath id='d' d='M2.105 0H0v6.316h2.105V0z'/%3E%3C/defs%3E%3C/svg%3E")
}

.ico-user {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='16' height='16' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cuse xlink:href='%23a' transform='translate(4)' fill='%23333'/%3E%3Cuse xlink:href='%23b' transform='translate(0 9)' fill='%23333'/%3E%3Cdefs%3E%3Cpath id='a' d='M4 8c2.206 0 4-1.794 4-4 0-2.205-1.794-4-4-4S0 1.795 0 4c0 2.206 1.794 4 4 4zm0-6c1.103 0 2 .896 2 2 0 1.103-.897 2-2 2s-2-.897-2-2c0-1.104.897-2 2-2z'/%3E%3Cpath id='b' d='M8 0C3.29 0 0 2.467 0 6v1h16V6c0-3.533-3.29-6-8-6zM2.159 5c.598-1.808 2.834-3 5.842-3 3.008 0 5.243 1.192 5.841 3H2.159z'/%3E%3C/defs%3E%3C/svg%3E")
}

.ico-wallet {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='60' height='48' viewBox='0 0 60 48' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cuse xlink:href='%23a' transform='translate(46 19)' fill='%23333'/%3E%3Cuse xlink:href='%23b' fill='%23333'/%3E%3Cuse xlink:href='%23c' transform='translate(48 34.845)' fill='%23333'/%3E%3Cuse xlink:href='%23d' transform='translate(48 38.42)' fill='%23333'/%3E%3Cuse xlink:href='%23e' transform='translate(48 42.013)' fill='%23333'/%3E%3Cuse xlink:href='%23f' transform='translate(24 42)' fill='%23333'/%3E%3Cuse xlink:href='%23f' transform='translate(20 42)' fill='%23333'/%3E%3Cuse xlink:href='%23f' transform='translate(28 42)' fill='%23333'/%3E%3Cuse xlink:href='%23f' transform='translate(12 42)' fill='%23333'/%3E%3Cuse xlink:href='%23f' transform='translate(8 42)' fill='%23333'/%3E%3Cuse xlink:href='%23f' transform='translate(16 42)' fill='%23333'/%3E%3Cuse xlink:href='%23f' transform='translate(40 42)' fill='%23333'/%3E%3Cuse xlink:href='%23f' transform='translate(32 42)' fill='%23333'/%3E%3Cuse xlink:href='%23f' transform='translate(44 42)' fill='%23333'/%3E%3Cuse xlink:href='%23f' transform='translate(36 42)' fill='%23333'/%3E%3Cuse xlink:href='%23g' transform='translate(4 42.013)' fill='%23333'/%3E%3Cuse xlink:href='%23h' transform='translate(4 7.8)' fill='%23333'/%3E%3Cuse xlink:href='%23i' transform='translate(4 11.6)' fill='%23333'/%3E%3Cuse xlink:href='%23j' transform='translate(4 26.8)' fill='%23333'/%3E%3Cuse xlink:href='%23k' transform='translate(4 19.2)' fill='%23333'/%3E%3Cuse xlink:href='%23l' transform='translate(4 15.399)' fill='%23333'/%3E%3Cuse xlink:href='%23m' transform='translate(4 30.6)' fill='%23333'/%3E%3Cuse xlink:href='%23f' transform='translate(4 23)' fill='%23333'/%3E%3Cuse xlink:href='%23n' transform='translate(4 34.399)' fill='%23333'/%3E%3Cuse xlink:href='%23k' transform='translate(4 38.2)' fill='%23333'/%3E%3Cuse xlink:href='%23o' transform='translate(4 4.012)' fill='%23333'/%3E%3Cuse xlink:href='%23f' transform='translate(40 4)' fill='%23333'/%3E%3Cuse xlink:href='%23f' transform='translate(44 4)' fill='%23333'/%3E%3Cuse xlink:href='%23f' transform='translate(28 4)' fill='%23333'/%3E%3Cuse xlink:href='%23f' transform='translate(32 4)' fill='%23333'/%3E%3Cuse xlink:href='%23f' transform='translate(24 4)' fill='%23333'/%3E%3Cuse xlink:href='%23f' transform='translate(36 4)' fill='%23333'/%3E%3Cuse xlink:href='%23f' transform='translate(16 4)' fill='%23333'/%3E%3Cuse xlink:href='%23f' transform='translate(12 4)' fill='%23333'/%3E%3Cuse xlink:href='%23f' transform='translate(8 4)' fill='%23333'/%3E%3Cuse xlink:href='%23f' transform='translate(20 4)' fill='%23333'/%3E%3Cuse xlink:href='%23p' transform='translate(48 4.012)' fill='%23333'/%3E%3Cuse xlink:href='%23q' transform='translate(48 7.59)' fill='%23333'/%3E%3Cuse xlink:href='%23r' transform='translate(48 11.183)' fill='%23333'/%3E%3Cdefs%3E%3Cpath id='a' d='M0 5c0 2.757 2.243 5 5 5s5-2.243 5-5-2.243-5-5-5-5 2.243-5 5zm8 0c0 1.654-1.346 3-3 3S2 6.654 2 5s1.346-3 3-3 3 1.346 3 3z'/%3E%3Cpath id='b' d='M56.524 0H3.476A3.48 3.48 0 0 0 0 3.476v41.049A3.48 3.48 0 0 0 3.476 48h53.049A3.48 3.48 0 0 0 60 44.524V3.476A3.48 3.48 0 0 0 56.524 0zM3.476 46A1.478 1.478 0 0 1 2 44.524V3.476C2 2.662 2.662 2 3.476 2h47.049C51.338 2 52 2.662 52 3.476V15h-1c-4.962 0-9 4.037-9 9s4.038 9 9 9h1v11.524c0 .814-.662 1.476-1.476 1.476H3.476zM58 44.524c0 .814-.662 1.476-1.476 1.476H53.67c.009-.019.012-.041.021-.06.065-.145.111-.297.155-.452.022-.077.054-.149.071-.229.053-.237.083-.482.083-.735V33h4v11.524zM58 31h-7c-3.859 0-7-3.141-7-7s3.141-7 7-7h7v14zm-4-16V3.476c0-.253-.03-.498-.082-.735-.017-.079-.049-.152-.071-.229a3.647 3.647 0 0 0-.155-.452c-.009-.019-.012-.041-.021-.06h2.854C57.338 2 58 2.662 58 3.476V15h-4z'/%3E%3Cpath id='c' d='M.29.285a1.003 1.003 0 0 0 0 1.41 1.011 1.011 0 0 0 1.42 0c.18-.19.29-.44.29-.71 0-.261-.11-.521-.29-.7-.38-.38-1.05-.38-1.42 0z'/%3E%3Cpath id='d' d='M1 0C.45 0 0 .439 0 1c0 .55.45 1 1 1s1-.45 1-1c0-.561-.45-1-1-1z'/%3E%3Cpath id='e' d='M.29.278C.109.467 0 .728 0 .988a1.004 1.004 0 0 0 1.71.71c.18-.19.29-.45.29-.71 0-.26-.11-.521-.29-.71-.38-.37-1.05-.37-1.42 0z'/%3E%3Cpath id='f' d='M1 2a1 1 0 1 0 0-2 1 1 0 0 0 0 2z'/%3E%3Cpath id='g' d='M.29.278C.11.467 0 .728 0 .988c0 .26.11.52.29.71.19.18.45.29.71.29.26 0 .52-.11.71-.29.18-.19.29-.45.29-.71 0-.26-.11-.521-.29-.71-.38-.37-1.04-.37-1.42 0z'/%3E%3Cpath id='h' d='M1 2a1 1 0 1 0 0-2 1 1 0 0 0 0 2z'/%3E%3Cpath id='i' d='M1 2a1 1 0 1 0 0-2 1 1 0 0 0 0 2z'/%3E%3Cpath id='j' d='M1 2a1 1 0 1 0 0-2 1 1 0 0 0 0 2z'/%3E%3Cpath id='k' d='M1 2a1 1 0 1 0 0-2 1 1 0 0 0 0 2z'/%3E%3Cpath id='l' d='M1 2a1 1 0 1 0 0-2 1 1 0 0 0 0 2z'/%3E%3Cpath id='m' d='M1 2a1 1 0 1 0 0-2 1 1 0 0 0 0 2z'/%3E%3Cpath id='n' d='M1 2a1 1 0 1 0 0-2 1 1 0 0 0 0 2z'/%3E%3Cpath id='o' d='M.29.278C.11.467 0 .717 0 .988a1.009 1.009 0 0 0 1 1c.26 0 .52-.11.71-.29.18-.19.29-.45.29-.71 0-.26-.11-.521-.29-.71-.38-.37-1.05-.37-1.42 0z'/%3E%3Cpath id='p' d='M1 1.988c.26 0 .52-.11.71-.29.18-.19.29-.45.29-.71 0-.271-.11-.521-.29-.71-.38-.37-1.05-.37-1.42 0-.181.189-.29.45-.29.71a1.004 1.004 0 0 0 1 1z'/%3E%3Cpath id='q' d='M1 1.99A.994.994 0 1 0 1 0a.994.994 0 1 0 0 1.99z'/%3E%3Cpath id='r' d='M1 1.988a1.01 1.01 0 0 0 1-1c0-.271-.11-.522-.29-.71-.37-.37-1.05-.37-1.41 0a.98.98 0 0 0-.3.71c0 .27.109.52.29.7.189.19.439.3.71.3z'/%3E%3C/defs%3E%3C/svg%3E")
}

.ico-x {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='10' height='10' viewBox='0 0 10 10' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cuse xlink:href='%23a' transform='translate(.9 .912)' fill='%23C2C2C2'/%3E%3Cdefs%3E%3Cpath id='a' d='M0 8.432l.672.656 3.424-3.84 3.408 3.84.688-.656L4.72 4.544 8.192.656 7.504 0 4.096 3.84.672 0 0 .656l3.456 3.888L0 8.432z'/%3E%3C/defs%3E%3C/svg%3E")
}

.ico-script {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cuse xlink:href='%23a' transform='translate(7 4)' fill='%23F44336'/%3E%3Cuse xlink:href='%23a' transform='translate(7 8)' fill='%23F44336'/%3E%3Cuse xlink:href='%23b' fill='%23F44336'/%3E%3Cdefs%3E%3Cpath id='a' d='M6 0H0v2h6V0z'/%3E%3Cpath id='b' d='M17 0H7C5.346 0 4 1.346 4 3v9c-2.206 0-4 1.794-4 4s1.794 4 4 4h8c2.206 0 4-1.794 4-4V6h3a1 1 0 0 0 1-1V3c0-1.654-1.346-3-3-3zM8.537 18H4c-1.103 0-2-.897-2-2s.897-2 2-2h4.537A3.97 3.97 0 0 0 8 16c0 .728.195 1.411.537 2zM14 3v13c0 1.103-.897 2-2 2s-2-.897-2-2 .897-2 2-2a1 1 0 0 0 0-2H6V3c0-.551.449-1 1-1h7.184A2.966 2.966 0 0 0 14 3zm4 1h-2V3c0-.551.449-1 1-1 .551 0 1 .449 1 1v1z'/%3E%3C/defs%3E%3C/svg%3E")
}

.ico-budet-otpravlena {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cuse xlink:href='%23a' fill='%232196F3'/%3E%3Cuse xlink:href='%23b' transform='translate(10 9.997)' fill='%232196F3'/%3E%3Cuse xlink:href='%23c' transform='translate(16 16.999)' fill='%232196F3'/%3E%3Cuse xlink:href='%23d' transform='translate(16 14.003)' fill='%232196F3'/%3E%3Cdefs%3E%3Cpath id='a' d='M2 8.002h18v-1c0-.007-.004-.013-.004-.019a.99.99 0 0 0-.068-.339c-.011-.028-.025-.053-.039-.08-.019-.039-.031-.08-.057-.118l-4-6A1.004 1.004 0 0 0 15 0H5c-.334 0-.646.168-.832.446l-4 6.001c-.025.037-.038.078-.057.117-.014.027-.028.052-.039.08a.995.995 0 0 0-.068.34C.004 6.988 0 6.994 0 7v12.003a1 1 0 0 0 1 1h7v-2H2V8.002zM11 2h3.465l2.666 4.001H11v-4zM5.535 2H9v4.001H2.869l2.666-4z'/%3E%3Cpath id='b' d='M7 0C3.141 0 0 3.14 0 7.001s3.141 7.002 7 7.002 7-3.14 7-7.002C14 3.141 10.859 0 7 0zm0 12.002c-2.757 0-5-2.243-5-5A5.006 5.006 0 0 1 7 2c2.757 0 5 2.244 5 5.001a5.006 5.006 0 0 1-5 5.001z'/%3E%3Cpath id='c' d='M2 0H0v4h2V0z'/%3E%3Cpath id='d' d='M1 2a1 1 0 1 0 0-2 1 1 0 0 0 0 2z'/%3E%3C/defs%3E%3C/svg%3E")
}

.ico-dostavlena {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cuse xlink:href='%23a' fill='%232196F3'/%3E%3Cuse xlink:href='%23b' transform='translate(14.47 16.699)' fill='%232196F3'/%3E%3Cdefs%3E%3Cpath id='a' d='M2.025 8.202h16.198v7.177h2.024V7.177c0-.007-.003-.012-.004-.018a1.023 1.023 0 0 0-.069-.348c-.01-.029-.025-.054-.038-.082-.02-.039-.033-.082-.059-.12L16.027.457A1.008 1.008 0 0 0 15.186 0H5.062a1.01 1.01 0 0 0-.842.456L.17 6.608c-.024.038-.038.081-.058.121-.013.028-.028.053-.04.082a1.02 1.02 0 0 0-.068.348c0 .006-.004.01-.004.018V19.48a1.02 1.02 0 0 0 1.012 1.026h12.149v-2.05H2.025V8.201zm9.11-6.151h3.509l2.7 4.1h-6.208v-4.1zm-5.532 0h3.508v4.1H2.904l2.7-4.1z'/%3E%3Cpath id='b' d='M8.099 0L3.753 4.402 1.432 2.05 0 3.5l3.753 3.8L9.53 1.45 8.1 0z'/%3E%3C/defs%3E%3C/svg%3E")
}

.ico-na-sklade {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cuse xlink:href='%23a' fill='%232196F3'/%3E%3Cuse xlink:href='%23b' transform='translate(13.01 17.995)' fill='%232196F3'/%3E%3Cuse xlink:href='%23c' transform='translate(10.3 11.989)' fill='%232196F3'/%3E%3Cdefs%3E%3Cpath id='a' d='M2.002 8.007h16.015v2.997h2.001V7.006c0-.007-.003-.012-.004-.018a.984.984 0 0 0-.068-.339c-.01-.028-.025-.053-.038-.08-.02-.038-.032-.08-.058-.117L15.846.446A1 1 0 0 0 15.014 0H5.004c-.334 0-.646.167-.832.445L.168 6.451c-.024.037-.038.079-.057.118-.013.027-.028.052-.039.08a.986.986 0 0 0-.068.34c0 .005-.004.01-.004.017v12.011a1 1 0 0 0 1 1.001h8.008v-2.002H2.002V8.008zm9.008-6.005h3.468l2.67 4.003H11.01V2.002zm-5.47 0h3.468v4.003H2.872L5.54 2.002z'/%3E%3Cpath id='b' d='M6.005 4.004H2.002V0L0 2.002v3.003a1 1 0 0 0 1 1h6.006a1 1 0 0 0 1.001-1V2.002L6.005 0v4.004z'/%3E%3Cpath id='c' d='M7.42.294a1 1 0 0 0-1.415 0L0 6.299l1.415 1.416 5.298-5.299 5.298 5.3 1.415-1.417L7.421.294z'/%3E%3C/defs%3E%3C/svg%3E")
}

.ico-na-upakovke {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cuse xlink:href='%23a' fill='%232196F3'/%3E%3Cuse xlink:href='%23b' transform='translate(12 10.991)' fill='%232196F3'/%3E%3Cdefs%3E%3Cpath id='a' d='M2 7.993h16v.994h2V6.994c0-.007-.004-.012-.004-.018a.983.983 0 0 0-.068-.339c-.011-.028-.025-.053-.039-.08-.019-.037-.031-.08-.057-.116l-4-5.995A1 1 0 0 0 15 0H5c-.334 0-.646.167-.832.445l-4 5.995c-.025.037-.038.079-.057.117-.013.027-.028.052-.039.08a.983.983 0 0 0-.068.34c0 .005-.004.01-.004.017v11.99a1 1 0 0 0 1 1h9v-1.999H2V7.993zm9-5.995h3.465l2.666 3.997H11V1.998zm-5.465 0H9v3.997H2.869l2.666-3.997z'/%3E%3Cpath id='b' d='M0 0v7c0 3.809 3.797 5.57 5.805 5.971L6 13.01l.195-.038C8.203 12.571 12 10.81 12 6.994V0H0zm10 6.994c0 2.769-3.16 3.756-4 3.97-.84-.212-4-1.2-4-3.963V1.998h8v4.996z'/%3E%3C/defs%3E%3C/svg%3E")
}

.ico-oplachena {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cuse xlink:href='%23a' fill='%232196F3'/%3E%3Cuse xlink:href='%23b' transform='translate(16 12)' fill='%232196F3'/%3E%3Cdefs%3E%3Cpath id='a' d='M2 8h16v2h2V7c0-.006-.004-.012-.004-.018a.99.99 0 0 0-.068-.339c-.011-.028-.025-.053-.039-.08-.019-.039-.031-.081-.057-.118l-4-6A1.004 1.004 0 0 0 15 0H5c-.334 0-.646.168-.832.446l-4 6c-.025.037-.038.078-.057.117-.014.027-.028.052-.039.08a.994.994 0 0 0-.068.339C.004 6.988 0 6.994 0 7v12a1 1 0 0 0 1 1h13v-2H2V8zm9-6h3.465l2.666 4H11V2zM5.535 2H9v4H2.869l2.666-4z'/%3E%3Cpath id='b' d='M5 5H3a1.001 1.001 0 0 1 0-2h4V1H5V0H3v1C1.346 1 0 2.346 0 4s1.346 3 3 3h2a1.001 1.001 0 0 1 0 2H1v2h2v1h2v-1c1.654 0 3-1.346 3-3 0-1.653-1.346-3-3-3z'/%3E%3C/defs%3E%3C/svg%3E")
}

.ico-upakovana {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cuse xlink:href='%23a' fill='%232196F3'/%3E%3Cuse xlink:href='%23b' transform='translate(12 10.991)' fill='%232196F3'/%3E%3Cuse xlink:href='%23c' transform='translate(15 13.988)' fill='%232196F3'/%3E%3Cdefs%3E%3Cpath id='a' d='M2 7.993h16v.994h2V6.994c0-.007-.004-.012-.004-.018a.983.983 0 0 0-.068-.339c-.011-.028-.025-.053-.039-.08-.019-.037-.031-.08-.057-.116l-4-5.995A1 1 0 0 0 15 0H5c-.334 0-.646.167-.832.445l-4 5.995c-.025.037-.038.079-.057.117-.013.027-.028.052-.039.08a.983.983 0 0 0-.068.34c0 .005-.004.01-.004.017v11.99a1 1 0 0 0 1 1h9v-1.999H2V7.993zm9-5.995h3.465l2.666 3.997H11V1.998zm-5.465 0H9v3.997H2.869l2.666-3.997z'/%3E%3Cpath id='b' d='M0 0v7c0 3.809 3.797 5.57 5.805 5.971L6 13.01l.195-.038C8.203 12.571 12 10.81 12 6.994V0H0zm10 6.994c0 2.769-3.16 3.756-4 3.97-.84-.212-4-1.2-4-3.963V1.998h8v4.996z'/%3E%3Cpath id='c' d='M2 5.995h2V3.997h2V1.998H4V0H2v1.998H0v1.999h2v1.998z'/%3E%3C/defs%3E%3C/svg%3E")
}

.ico-v-puti {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cuse xlink:href='%23a' fill='%232196F3'/%3E%3Cuse xlink:href='%23b' transform='translate(14 14.293)' fill='%232196F3'/%3E%3Cdefs%3E%3Cpath id='a' d='M2 8h16v4h2V7c0-.007-.004-.012-.004-.018a.984.984 0 0 0-.068-.339c-.011-.028-.025-.053-.039-.08-.019-.038-.031-.08-.057-.117l-4-6A1 1 0 0 0 15 0H5c-.334 0-.646.167-.832.445l-4 6c-.025.037-.038.079-.057.118-.013.027-.028.052-.039.08a.985.985 0 0 0-.068.339C.004 6.988 0 6.993 0 7v12a1 1 0 0 0 1 1h11v-2H2V8zm9-6h3.465l2.666 4H11V2zM5.535 2H9v4H2.869l2.666-4z'/%3E%3Cpath id='b' d='M8.293 0L6.586 1.707H1v2h3.586l-1 1H0v2h3v3h2V6.121l1-1v3.586h2V3.121l1.707-1.707L8.293 0z'/%3E%3C/defs%3E%3C/svg%3E")
}

.ico-vozvrat {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='25' height='24' viewBox='0 0 25 24' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cuse xlink:href='%23a' fill='%232196F3'/%3E%3Cuse xlink:href='%23b' transform='translate(12.002 11.998)' fill='%232196F3'/%3E%3Cdefs%3E%3Cpath id='a' d='M2 8.002h16.004v1.994h2V7.001c0-.006-.004-.012-.004-.018a.99.99 0 0 0-.068-.339c-.01-.028-.025-.053-.039-.08-.019-.039-.03-.08-.057-.118l-4-6A1.004 1.004 0 0 0 15.002 0H5.001c-.334 0-.646.168-.832.446L.168 6.447c-.025.037-.038.078-.057.117-.014.027-.028.052-.039.08a.994.994 0 0 0-.068.34C.004 6.988 0 6.994 0 7v12.003a1 1 0 0 0 1 1h9.002v-2H2V8.002zM11.002 2h3.466l2.666 4.001h-6.132v-4zM5.536 2h3.466v4.001H2.87l2.666-4z'/%3E%3Cpath id='b' d='M6.001 0A6.007 6.007 0 0 0 0 6.001h2c0-2.205 1.796-4 4.001-4a4.006 4.006 0 0 1 4.001 4 4.005 4.005 0 0 1-4 4.001c-1.042 0-2.02-.402-2.827-1.174L5 7H0v5.001l1.757-1.757h.001a5.96 5.96 0 0 0 4.243 1.758A6.007 6.007 0 0 0 12.002 6a6.007 6.007 0 0 0-6-6.001z'/%3E%3C/defs%3E%3C/svg%3E")
}

.ico-zhdem-na-sklad {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cuse xlink:href='%23a' fill='%232196F3'/%3E%3Cuse xlink:href='%23b' transform='translate(10 9.997)' fill='%232196F3'/%3E%3Cuse xlink:href='%23c' transform='translate(16 12.997)' fill='%232196F3'/%3E%3Cdefs%3E%3Cpath id='a' d='M2 8.002h18v-1c0-.007-.003-.012-.004-.018a.985.985 0 0 0-.068-.34c-.011-.027-.025-.052-.038-.08-.02-.037-.032-.08-.058-.116l-4-6.002A.999.999 0 0 0 15 0H5c-.334 0-.646.167-.832.445l-4 6.002c-.024.037-.038.079-.057.118-.013.027-.028.052-.039.08a.985.985 0 0 0-.068.339c0 .006-.004.01-.004.018v12.003a1 1 0 0 0 1 1h7v-2H2V8.002zm9-6.001h3.465l2.667 4H11v-4zM5.535 2H9v4H2.869l2.666-4z'/%3E%3Cpath id='b' d='M7 0C3.141 0 0 3.142 0 7.002s3.141 7.002 7 7.002c3.86 0 7-3.142 7-7.002S10.86 0 7 0zm0 12.003c-2.757 0-5-2.244-5-5.001A5.006 5.006 0 0 1 7 2c2.757 0 5 2.243 5 5a5.006 5.006 0 0 1-5 5.002z'/%3E%3Cpath id='c' d='M2 0H0v5.001h4v-2H2V0z'/%3E%3C/defs%3E%3C/svg%3E")
}

.ico-lost {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 505.771 505.771'%3E%3Cpath fill='%232196F3' d='M42.677,170.667h341.333v128h42.667V149.333c0-0.128-0.085-0.256-0.085-0.384c-0.043-2.475-0.555-4.907-1.451-7.232 c-0.235-0.597-0.533-1.131-0.832-1.707c-0.405-0.853-0.661-1.728-1.216-2.517l-85.333-128C333.792,3.584,327.136,0,320.011,0 H106.677c-7.125,0-13.781,3.584-17.749,9.515l-85.333,128c-0.533,0.789-0.811,1.664-1.216,2.517 c-0.299,0.576-0.597,1.088-0.832,1.707c-0.896,2.304-1.408,4.757-1.451,7.211c0,0.128-0.085,0.256-0.085,0.384v256 c0,11.776,9.536,21.333,21.333,21.333h298.667V384H42.677V170.667z M234.677,42.667h73.92L365.472,128H234.677V42.667z M118.091,42.667h73.92V128H61.216L118.091,42.667z'/%3E%3Cpolygon fill='%232196F3' points='505.76,377.771 475.595,347.605 426.677,396.501 377.76,347.605 347.595,377.771 396.512,426.667 347.595,475.605 377.76,505.771 426.677,456.853 475.595,505.771 505.76,475.605 456.843,426.667'/%3E%3C/svg%3E")
}

.ico-wating {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512'%3E%3Cpath fill='%232196F3' d='M42.667,170.731h384v-21.333c0-0.149-0.064-0.256-0.085-0.384c-0.043-2.496-0.555-4.907-1.451-7.232 c-0.235-0.597-0.533-1.131-0.811-1.707c-0.427-0.811-0.683-1.707-1.237-2.496l-85.333-128C333.781,3.627,327.147,0.064,320,0.064 H106.667c-7.125,0-13.781,3.563-17.749,9.493l-85.333,128c-0.512,0.789-0.811,1.685-1.216,2.517 c-0.277,0.576-0.597,1.109-0.832,1.707c-0.896,2.325-1.408,4.736-1.451,7.232c0,0.128-0.085,0.235-0.085,0.384v256 c0,11.776,9.557,21.333,21.333,21.333h149.333v-42.667h-128V170.731z M234.667,42.731h73.92l56.896,85.333H234.667V42.731z M118.08,42.731H192v85.333H61.205L118.08,42.731z'/%3E%3Cpath fill='%232196F3' d='M362.667,213.269c-82.325,0-149.333,67.008-149.333,149.333s67.008,149.333,149.333,149.333 c82.347,0,149.333-67.008,149.333-149.333S445.013,213.269,362.667,213.269z M362.667,469.269 C303.851,469.269,256,421.419,256,362.603c0-58.816,47.851-106.667,106.667-106.667c58.816,0,106.667,47.851,106.667,106.667 C469.333,421.419,421.483,469.269,362.667,469.269z'/%3E%3Cpolygon fill='%232196F3' points='384,277.269 341.333,277.269 341.333,383.936 426.667,383.936 426.667,341.269 384,341.269'/%3E%3C/svg%3E")
}

a.button textarea,
button,
input,
select {
    -webkit-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    appearance: none!important;
    outline: 0;
    font-family: inherit
}

a.button,
button,
input,
input[type=file]+span,
select {
    height: 56px
}

a.button {
    line-height: 56px
}

input,
input[type=file]+span,
select,
textarea {
    width: 100%;
    border: 1px solid #c2c2c2;
    vertical-align: top;
    border-radius: 0;
    padding: 0 16px;
    background: #fff;
    color: #333;
    font-size: 16px
}

textarea {
    height: 120px;
    padding: 10px 18px;
    line-height: normal;
    resize: none
}

a.button,
button,
input[type=button],
input[type=reset],
input[type=submit] {
    display: inline-block;
    width: auto;
    vertical-align: top;
    padding: 0 20px;
    background-color: #f44336;
    border: 1px solid #f44336;
    border-radius: 0;
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

a.button:hover,
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
    background-color: #ea1c0d;
    border-color: #ea1c0d;
    color: #fff;
    text-decoration: none
}

::-webkit-textfield-decoration-container {
    height: 56px
}

input[type=checkbox],
input[type=radio],
label input[type=checkbox]+span:before,
label input[type=radio]+span:not(._shiptor_widget_courier_logotype):before {
    display: inline-block;
    padding: 0;
    height: 1em;
    width: 1em;
    border-radius: 0;
    border: 1px solid #c2c2c2;
    vertical-align: baseline
}

label input[type=checkbox]+span,
label input[type=radio]+span {
    padding-left: 1.5em;
    display: inline-block;
    position: relative
}

label input[type=checkbox]+span:before,
label input[type=radio]+span:not(._shiptor_widget_courier_logotype):before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0
}

input[type=radio],
label input[type=radio]+span:not(._shiptor_widget_courier_logotype):before {
    border-radius: 50%
}

input[type=radio]:checked,
label input[type=radio]:checked+span:not(._shiptor_widget_courier_logotype):before {
    background-repeat: no-repeat;
    background-position: 50%;
    border-color: #2196f3;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='8' height='8' xmlns='http://www.w3.org/2000/svg'%3E%3Cg%3E%3Ctitle%3E%3C/title%3E%3Ccircle r='4' cy='4' cx='4' fill='%232196F3'/%3E%3C/g%3E%3C/svg%3E")
}

input[type=checkbox]:checked,
label input[type=checkbox]:checked+span:before {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 80%;
    border-color: #2196f3;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='10' height='10' viewBox='0 0 10 10' x='0px' y='0px' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%232196F3' d='M 3.72404 5.79901L 1.767 3.84301L -5.43595e-08 5.61099L 4.04302 9.65402L 9.90105 1.45299L 7.86601 4.86375e-08L 3.72404 5.79901Z'/%3E%3C/svg%3E")
}

::-ms-check {
    color: #2196f3;
    border: 1px solid #c2c2c2
}

label>input[type=checkbox],
label>input[type=radio] {
    display: none
}

label {
    cursor: pointer
}

.editableSelect,
select {
    background: url("data:image/svg+xml;charset=utf8,%3Csvg width='10' height='8' viewBox='0 0 10 8' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cuse xlink:href='%23a' transform='translate(0 .288)' fill='%23C2C2C2'/%3E%3Cdefs%3E%3Cpath id='a' d='M4.36 6.542A.829.829 0 0 0 5 6.85a.824.824 0 0 0 .64-.308l4.166-5.138a.875.875 0 0 0 .116-.91A.833.833 0 0 0 9.167 0H.833a.833.833 0 0 0-.755.493.876.876 0 0 0 .115.912L4.36 6.542zm-1.747-4.83h4.775L5 4.655 2.613 1.712z'/%3E%3C/defs%3E%3C/svg%3E") right 15px top 50% no-repeat #fff;
    background-size: 10px 8px;
    text-indent: .01px;
    text-overflow: "";
    padding-right: 56px
}

select::-ms-expand {
    display: none
}

select option {
    padding: inherit
}

input[type=file] {
    padding: 0;
    position: relative
}

input[type=file]+span {
    line-height: 54px
}

::-ms-browse {
    display: inline-block;
    width: auto;
    vertical-align: top;
    padding: 0 20px;
    background-color: #f44336;
    border: 1px solid #f44336;
    color: #fff;
    cursor: pointer;
    border-radius: 0;
    box-sizing: border-box;
    height: inherit;
    -ms-appearance: none
}

::-ms-browse:hover {
    background-color: #ea1c0d;
    border-color: #ea1c0d;
    color: #fff;
    text-decoration: none
}

input[type=file][disabled]::-ms-browse,
input[type=file][disabled]::-ms-browse:hover {
    color: #fff;
    background-color: #f77066;
    border-color: #f77066;
    cursor: default
}

::-webkit-file-upload-button {
    display: inline-block;
    width: auto;
    vertical-align: top;
    padding: 0 20px;
    background-color: #f44336;
    border: 1px solid #f44336;
    color: #fff;
    cursor: pointer;
    border-radius: 0;
    box-sizing: border-box;
    height: inherit;
    -webkit-appearance: none;
    position: absolute;
    top: -1px;
    left: -1px
}

::-webkit-file-upload-button:hover {
    background-color: #ea1c0d;
    border-color: #ea1c0d;
    color: #fff;
    text-decoration: none
}

input[type=file][disabled]::-webkit-file-upload-button,
input[type=file][disabled]::-webkit-file-upload-button:hover {
    color: #fff;
    background-color: #f77066;
    border-color: #f77066;
    cursor: default
}

label input[type=file] {
    display: none
}

label input[type=file]+span {
    display: block;
    position: relative
}

label input[type=file]+span b {
    font-weight: 400
}

label input[type=file]+span a.button {
    position: absolute;
    top: -1px;
    right: -1px;
    height: inherit;
    box-sizing: border-box;
    line-height: 54px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

label input[type=file]+span a.button:before {
    content: "Обзор..."
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    display: none
}

input[type=number] {
    -moz-appearance: textfield
}

input[disabled],
label input[type=checkbox][disabled]+span:before,
label input[type=file][disabled]+span,
label input[type=file][disabled]+span a.button,
label input[type=radio][disabled]+span:before,
select[disabled],
textarea[disabled] {
    color: #4d4d4d;
    background-color: #e6e6e6;
    border-color: #dcdcdc;
    cursor: default
}

label input[type=checkbox][disabled]+span,
label input[type=radio][disabled]+span {
    color: #4d4d4d;
    cursor: default
}

a.button.disabled,
a.button.disabled:hover,
a.button[disabled],
a.button[disabled]:hover,
button[disabled],
button[disabled]:hover,
input[type=button][disabled],
input[type=button][disabled]:hover,
input[type=reset][disabled],
input[type=reset][disabled]:hover,
input[type=submit][disabled],
input[type=submit][disabled]:hover,
label input[type=file][disabled]+span a.button {
    color: #fff;
    background-color: #f77066;
    border-color: #f77066;
    cursor: default
}

#operation {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 60px;
    display: none;
    z-index: 5;
    background: #2196f3;
    color: #fff
}

#operation a {
    color: #fff
}

a {
    cursor: pointer;
    text-decoration: underline
}

.pe-boxes a,
footer a,
header a {
    text-decoration: none
}

footer a:hover,
header a:hover {
    text-decoration: underline
}

.under-dot {
    border-bottom: 1px dotted #333;
    text-decoration: none
}

.under-dot:hover {
    border-bottom: 1px dotted #0d0d0d
}

.grayline {
    background: #f5f5f5
}

.grayline .pad {
    padding-top: 20px;
    padding-bottom: 20px
}

.pe-gray,
.pe-gray:visited {
    color: #949494
}

.pe-red,
.pe-red:visited {
    color: #f44336
}

.pe-blue,
.pe-blue:visited {
    color: #2196f3
}

.pe-caption {
    color: #949494;
    font-size: 12px;
    font-weight: 400
}

.col-auto {
    padding-left: 15px;
    padding-right: 15px;
    float: left
}

.rel {
    position: relative
}

.tright {
    text-align: right
}

.f12 {
    font-size: 12px
}

.f14 {
    font-size: 14px
}

.f16 {
    font-size: 16px
}

.f18 {
    font-size: 18px
}

.f24 {
    font-size: 24px
}

.icon {
    width: 1em;
    height: 1em;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    vertical-align: top;
    margin-right: 5px
}

body.ohide {
    overflow: hidden
}

label.attach {
    display: block
}

label.attach input[type=file]+span {
    line-height: 24px;
    height: 24px;
    border: none;
    padding-left: 30px
}

label.attach input[type=file]+span b {
    text-decoration: underline
}

label.attach input[type=file]+span a.button,
label.attach input[type=file]+span a.button:hover {
    padding: 0;
    background-color: transparent;
    width: 20px;
    background-position: left;
    background-repeat: no-repeat;
    border: none;
    right: auto;
    left: 0;
    top: 0
}

label.attach input[type=file]+span a.button:before {
    content: ''
}

label.pe-label {
    display: inline-block;
    margin: 0
}

.checkbox {
    position: relative;
    line-height: 20px
}

.checkbox input[type=checkbox] {
    opacity: 0;
    z-index: 1;
    margin: 0;
    width: 20px;
    height: 20px;
    position: relative;
    vertical-align: middle
}

.checkbox span {
    line-height: inherit
}

.checkbox span:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    border: 2px solid #949494;
    background-color: #fff;
    width: 20px;
    height: 20px
}

.checkbox input[type=checkbox]:checked+span:before {
    border-color: #2196f3;
    background-position: center;
    background-size: 80%;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='10' height='10' viewBox='0 0 10 10' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg%3E%3Cpath fill='%232196FA' d='M 3.72404 5.79901L 1.767 3.84301L -5.43595e-08 5.61099L 4.04302 9.65402L 9.90105 1.45299L 7.86601 4.86375e-08L 3.72404 5.79901Z'/%3E%3C/g%3E%3C/svg%3E")
}

body,
html {
    min-width: 320px
}

body {
    padding-top: 190px
}

.dn {
    display: none
}

.linepad {
    padding-top: 20px;
    padding-bottom: 20px
}

.formline {
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative
}

.formline .error {
    position: absolute;
    background: #fff;
    border: 1px solid #c2c2c2;
    padding: 0 6px 0 20px;
    margin-top: 4px;
    font-size: 14px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .3);
    width: 100%;
    color: #f44336;
    z-index: 1;
    min-width: 90px;
    text-align: left
}

.formline .error:before {
    content: '';
    position: absolute;
    background: #fff;
    border: 1px solid #c2c2c2;
    width: 6px;
    height: 6px;
    transform: rotate(45deg);
    top: -3px;
    left: 6px
}

.formline .error:after {
    content: '!';
    position: absolute;
    background: #fff;
    width: 15px;
    padding: 0;
    text-align: center;
    top: 0;
    left: 0;
    display: block;
    font-weight: 900;
    color: #f44336
}

.form-error {
    color: #f44336;
    font-weight: 700;
    display: none
}

input.invalid {
    border-color: #f44336
}

.pb20 {
    padding-bottom: 20px
}

.pt20 {
    padding-top: 20px
}

.pb30 {
    padding-bottom: 30px
}

.pt30 {
    padding-top: 30px
}

.pt10 {
    padding-top: 10px
}

.h24 {
    font-weight: 900;
    font-size: 24px
}

.line24 {
    line-height: 28px
}

.b16 {
    font-weight: 900
}

.mr {
    margin-right: 15px
}

input.tiny {
    width: 70px
}

input.wide {
    width: 100%
}

.savelink,
input.savelink {
    background-color: transparent;
    height: 25px;
    padding: 0 0 0 35px;
    background-position: left;
    background-repeat: no-repeat;
    display: inline-block;
    color: #f44336;
    border: none;
    text-decoration: underline;
    font-size: 16px;
    font-weight: 400;
    vertical-align: middle
}

.savelink:hover,
input.savelink:hover {
    background-color: transparent;
    border: none;
    color: #f44336
}

.savelink {
    white-space: nowrap
}

.savelink.dark {
    color: #333
}

.pe-acc {
    padding: 5px 0;
    height: 33px
}

.pe-acc .ico-logout {
    padding-left: 25px;
    height: 1em;
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain
}

.pe-acc .links sup {
    background: #f44336;
    color: #fff;
    border-radius: 1em;
    padding: 0 3px
}

.pe-acc .links span {
    display: inline-block;
    vertical-align: middle
}

.pe-acc .links a {
    margin-left: 15px
}

.pe-acc .links a>b {
    margin-right: 7px
}

.pe-acc .links a:hover,
.pe-acc .links a:hover span {
    text-decoration: underline
}

.pe-acc .links .ico {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
    padding-left: 25px;
    height: 23px;
    vertical-align: middle
}

.pe-acc .links .ico.ico-alarm {
    background-size: auto 20px
}

.pe-top {
    height: 143px;
    position: relative;
    padding: 10px;
    transition: .5s
}

.pe-top>.block {
    position: absolute;
    margin: auto 0;
    top: 0;
    bottom: 0;
    line-height: 24px
}

.pe-top>.line {
    height: 24px;
    line-height: 24px
}

.pe-top>.logo {
    background: url(../img/logo.svg) center no-repeat;
    background-size: contain;
    width: 64px;
    height: 104px;
    margin: auto;
    left: 0;
    right: 0
}

.pe-top>.logo>a {
    display: block;
    height: inherit
}

.pe-top>.menu {
    left: 0
}

.pe-top>.menu>.rel {
    position: relative;
    height: inherit
}

.pe-top>.menu>.rel>.openbtn {
    cursor: pointer
}

.pe-top>.menu>.rel>.openbtn:before {
    display: inline-block;
    content: "•••";
    margin-right: 5px
}

.pe-top>.menu>.rel>.all {
    position: absolute;
    display: none;
    border: 2px solid #949494;
    background: #fff;
    padding: 10px;
    max-width: 320px;
    top: 100%;
    left: 0;
    z-index: 10;
    min-width: 280px
}

.pe-top>.menu>.rel>.all.open {
    display: block
}

.pe-top>.menu>.rel>.all a {
    display: block;
    padding: 6px 4px
}

.pe-top>.menu>.rel>.all a.more {
    display: none
}

.pe-top>.menu>.rel>.all a.more:before {
    display: inline-block;
    content: "•••";
    margin-right: 5px
}

.pe-top>.kabinet {
    right: 0
}

.pe-top>.kabinet a,
.pe-top>.kabinet span.lang {
    display: inline-block;
    vertical-align: middle;
    margin: 0 3px;
    position: relative;
    cursor: pointer
}

.pe-top>.kabinet a:last-child,
.pe-top>.kabinet span.lang:last-child {
    margin-right: 0
}

.pe-top>.kabinet a>.icon,
.pe-top>.kabinet span.lang>.icon {
    display: inline-block;
    position: relative;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-position: left;
    vertical-align: middle
}

.pe-top>.kabinet a>.icon.ico-posylki,
.pe-top>.kabinet a>.icon.ico-user,
.pe-top>.kabinet span.lang>.icon.ico-posylki,
.pe-top>.kabinet span.lang>.icon.ico-user {
    width: 20px;
    height: 20px
}

.pe-top>.kabinet a>.icon>i,
.pe-top>.kabinet span.lang>.icon>i {
    font-size: 12px;
    line-height: 14px;
    height: 14px;
    min-width: 14px;
    border-radius: 7px;
    text-align: center;
    color: #fff;
    background: #f44336;
    display: block;
    position: absolute;
    top: -8px;
    right: -7px;
    font-style: normal
}

.pe-top>.kabinet a>.caption,
.pe-top>.kabinet span.lang>.caption {
    padding-left: 5px
}

.pe-top>.kabinet a .lang-en,
.pe-top>.kabinet span.lang .lang-en {
    width: 24px;
    height: 24px;
    background: url(../img/icon-usa.png) center no-repeat;
    background-size: contain
}

.pe-top>.kabinet a .lang-ru,
.pe-top>.kabinet span.lang .lang-ru {
    width: 24px;
    height: 24px;
    background: url(../img/ru.png) center no-repeat;
    background-size: contain
}

.pe-top>.kabinet a .choose,
.pe-top>.kabinet span.lang .choose {
    position: absolute;
    display: none;
    top: 100%;
    margin-top: 5px;
    left: 0;
    width: 24px
}

.pe-top>.kabinet a .choose .icon,
.pe-top>.kabinet span.lang .choose .icon {
    margin-bottom: 5px
}

.pe-top>.kabinet a .choose .icon a,
.pe-top>.kabinet span.lang .choose .icon a {
    width: 24px;
    height: 24px;
    margin: 0
}

.pe-top>.kabinet span.lang.open .choose {
    display: block
}

.pe-top.scroll {
    transition: .5s;
    height: 60px
}

.pe-top.scroll>.logo {
    background: url(../img/logosmall.svg) center no-repeat;
    width: 120px;
    height: 18px
}

@media (max-width:460px) {
    .pe-top {
        padding: 5px
    }
    .pe-top.scroll {
        transition: .5s;
        height: 50px
    }
    .pe-top.scroll>.logo {
        background: url(../img/logosmall.svg) center no-repeat;
        width: 120px;
        height: 18px
    }
}

@media (max-width:350px) {
    .pe-top.scroll>.logo {
        background: url(../img/logotiny.svg) center no-repeat;
        width: 61px;
        height: 18px
    }
}

@media (max-width:460px) {
    .pe-top>.logo {
        right: auto
    }
    .pe-top>.menu {
        left: auto;
        right: 0;
        top: 10px;
        margin: 0;
        width: 26px;
        height: 26px;
        overflow: hidden
    }
    .pe-top>.menu>.rel>.all {
        left: auto;
        right: 0
    }
    .pe-top>.kabinet {
        top: 10px;
        bottom: auto;
        margin: 0;
        right: 40px
    }
    .pe-head>.add {
        float: none;
        margin-bottom: 15px
    }
    .pe-acc .links .ico.ico-alarm {
        background-size: auto 15px;
        padding-left: 20px
    }
    .pe-acc .links a {
        font-size: 12px;
        margin-left: 5px
    }
    .pe-acc .links span {
        font-size: 12px
    }
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 10
}

.pe-global-menu {
    position: fixed;
    top: 0;
    left: -150%;
    display: block;
    transition: .5s;
    width: 100%;
    height: 100%;
    z-index: 1100
}

.pe-global-menu.open {
    left: 0;
    display: block
}

.pe-global-menu .fh {
    height: 100%
}

.pe-global-menu .bg {
    background: #fff;
    box-shadow: 5px 5px 25px rgba(0, 0, 0, .3);
    position: relative;
    padding-top: 92px;
    transition: .5s
}

.pe-global-menu .bg .close {
    position: absolute;
    top: 92px;
    right: 60px;
    cursor: pointer;
    transition: .5s
}

.pe-global-menu .bg .close:before {
    display: inline-block;
    content: '•••';
    font-weight: 700;
    transform: rotate(90deg)
}

.pe-global-menu .bg.scroll {
    padding-top: 52px
}

.pe-global-menu .bg.scroll .close {
    top: 52px
}

.pe-global-menu .bg:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -100%;
    background: #fff
}

.pe-global-menu .bg a {
    display: block;
    margin-bottom: 20px;
    text-decoration: none
}

.pe-global-menu .bg a:hover {
    text-decoration: underline
}

.pe-head {
    margin: 20px 0
}

.pe-head>.add {
    float: right
}

.pe-head>.add>button {
    height: 56px;
    box-shadow: 15px 15px 30px rgba(244, 67, 54, .15)
}

.pe-head>.add a.button {
    vertical-align: middle;
    margin-left: 8px
}

.pe-head>.add .balance {
    vertical-align: middle;
    margin-right: 15px
}

.pe-head>.links>a {
    display: inline-block;
    margin: 0 20px;
    color: #949494
}

.pe-head>.links>a:visited {
    color: #949494
}

.pe-head>.links>a:first-child {
    margin-left: 0
}

.pe-head>.links>a.active {
    color: #333;
    font-weight: 700
}

.pe-head h1 {
    margin-top: 15px
}

.pe-boxes {
    line-height: 24px;
    padding: 10px 0
}

.pe-boxes a {
    display: inline-block;
    margin: 10px 15px
}

.pe-boxes a:first-child {
    margin-left: 0
}

.pe-boxes a:last-child {
    margin-right: 0
}

.pe-boxes a>.icon {
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-position: left
}

.pe-boxes a.active {
    font-weight: 700
}

.pe-checkall {
    padding-top: 30px
}

.pe-list {
    padding: 0 0 10px
}

.pe-list .status {
    margin-top: 5px;
    position: relative
}

.pe-list .status>.icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain
}

.pe-list .status>span {
    display: block;
    margin-left: 25px;
    font-weight: 700;
    font-size: 12px
}

.pe-list .status>a {
    display: inline-block;
    margin-top: 4px;
    background: #E5E5E5;
    color: #333;
    text-decoration: none!important;
    text-align: center;
    padding: 5px 10px;
    font-size: 12px
}

.pe-list .status>a:hover {
    background: #cecece
}

.pe-list .status>a.explode {
    background: 0 0;
    border: 2px solid #E5E5E5
}

.pe-list .status>a.explode:hover {
    border: 2px solid #cecece
}

.pe-list .status.get {
    color: #f44336;
    margin-top: 10px;
    cursor: pointer
}

.pe-list .item.th,
.pe-list .th {
    padding-top: 15px;
    padding-bottom: 15px;
    border: none!important
}

.pe-list .item.th .declaration,
.pe-list .item.th .price,
.pe-list .item.th .status,
.pe-list .item.th .thead,
.pe-list .item.th .ves,
.pe-list .th .declaration,
.pe-list .th .price,
.pe-list .th .status,
.pe-list .th .thead,
.pe-list .th .ves {
    display: none
}

.pe-list .item.th .thead,
.pe-list .th .thead {
    font-weight: 700
}

.pe-list .item.th .col-buttons,
.pe-list .th .col-buttons {
    float: left
}

.pe-list .item {
    border-top: 2px solid #C2C2C2;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 13px;
    position: relative
}

.pe-list .item.first {
    border-top: none;
    margin-top: 20px
}

.pe-list .item.open .subline {
    display: block
}

.pe-list .item.open .col-buttons .plus:before {
    display: none
}

.pe-list .item .subline {
    position: absolute;
    left: 5px;
    width: 1px;
    background: #C2C2C2;
    height: auto;
    top: 0;
    bottom: 0;
    margin: auto;
    display: none
}

.pe-list .item .subline.mn {
    top: 10px
}

.pe-list .item .subline>.dot {
    background: #C2C2C2;
    height: 1px;
    width: 10px;
    margin-top: 9px;
    position: relative
}

.pe-list .item .subline>.dot:before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background: #C2C2C2;
    border-radius: 50%;
    top: -2px;
    left: -2px;
    position: absolute;
    border: 1px solid #fff
}

.pe-list .item:hover>.col-data>.status>a.explode {
    display: inline-block
}

.pe-list .item .col-buttons {
    padding-left: 10px;
    padding-right: 10px;
    position: relative
}

.pe-list .item .col-buttons .none {
    position: relative
}

.pe-list .item .col-buttons .none:after {
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #C4C4C4;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    content: ''
}

.pe-list .item .col-buttons .plus {
    position: relative;
    display: inline-block;
    width: 22px
}

.pe-list .item .col-buttons .plus:after {
    display: block;
    width: 100%;
    height: 2px;
    background: #949494;
    top: 50%;
    left: 0;
    position: absolute;
    content: '';
    margin-top: -1px
}

.pe-list .item .col-buttons .plus:before {
    display: block;
    width: 2px;
    height: 100%;
    background: #949494;
    top: 0;
    left: 50%;
    position: absolute;
    content: '';
    margin-left: -1px
}

.pe-list .item .col-head {
    float: left;
    width: 55%;
    padding-left: 10px;
    padding-right: 10px;
    position: relative
}

.pe-list .item .col-data {
    float: left;
    width: 45%;
    padding-left: 10px;
    padding-right: 10px;
    position: relative
}

.pe-list .item .buttons {
    font-size: 16px;
    padding-bottom: 4px
}

.pe-list .item .buttons a,
.pe-list .item .buttons label {
    vertical-align: top;
    height: 22px
}

.pe-list .item .zakaz,
.pe-list .item .zakaz a {
    color: #949494
}

.pe-list .item .zakaz .num {
    display: inline-block;
    vertical-align: top
}

.pe-list .item .zakaz .pcol {
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    margin-left: 5px
}

.pe-list .item .declaration,
.pe-list .item .price,
.pe-list .item .tracknumber,
.pe-list .item .ves,
.pe-list .item .zakaz {
    padding-bottom: 0
}

.pe-list .item .head {
    margin-bottom: 0
}

.pe-list .item .head.b {
    font-weight: 700
}

.pe-list .item .head.marked {
    padding-left: 20px;
    background-repeat: no-repeat
}

.pe-list .item .declaration,
.pe-list .item .ves {
    display: inline-block;
    vertical-align: top;
    white-space: nowrap
}

.pe-list .item .ves {
    margin-right: 5px
}

.pe-list .item .head {
    line-height: 1.43em;
    max-height: 2.86em;
    overflow: hidden;
    -text-overflow: ellipsis;
    text-overflow: ellipsis;
    position: relative
}

.pe-list .item .head .view-photos {
    line-height: normal;
    float: right
}

.pe-list .item .pricepop {
    position: relative;
    display: inline-block;
    cursor: pointer
}

.pe-list .item .pricepop .hint {
    top: auto;
    left: auto;
    bottom: 40px;
    right: 0;
    z-index: 2
}

.pe-list .item .pricepop .hint .body {
    padding: 15px;
    height: auto;
    width: 300px;
    font-size: 14px;
    cursor: default
}

.pe-list .item .pricepop .hint .body .prs {
    float: left;
    width: 50%;
    padding-right: 5px;
    text-align: right
}

.pe-list .item .pricepop .hint .body .capt {
    float: left;
    width: 50%;
    padding-left: 5px;
    text-align: left;
    font-weight: 700
}

.pe-list .item .pricepop:hover .hint {
    display: block
}

.pe-list .item a {
    text-decoration: underline;
    word-break: break-all
}

.pe-list .item a.expand {
    display: block;
    color: #2196f3
}

.pe-list .item a.expand .icon {
    vertical-align: middle
}

.pe-list .item a.expand .open {
    display: none;
    text-decoration: underline
}

.pe-list .item a.expand .close {
    display: inline-block;
    text-decoration: underline
}

.pe-list .item a.expand.open .icon {
    transform: rotate(180deg)
}

.pe-list .item a.expand.open .open {
    display: inline-block
}

.pe-list .consists,
.pe-list .item a.expand.open .close {
    display: none
}

.pe-list .consists.open {
    display: block
}

.pe-list .consists .line {
    padding: 0 0 10px;
    border: none
}

.pe-list .consists .line:first-child {
    padding-top: 10px
}

.pe-list .consists .line:first-child .subline>.dot {
    margin-top: 18px
}

.pe-list .consists .line:last-child .subline {
    margin: 0;
    height: 10px;
    bottom: auto
}

.pe-list .consists .line .zakaz {
    padding-left: 10px
}

.pe-list .consists .col-buttons {
    display: none
}

.pe-actions {
    line-height: 30px;
    padding: 15px 0;
    text-align: center
}

.pe-actions a {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 30px;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none
}

footer {
    margin-top: 20px
}

footer .filials {
    margin-bottom: 40px
}

footer .links {
    padding: 0 0 30px;
    font-size: 14px
}

footer .links .part {
    margin-top: 15px;
    margin-bottom: 15px
}

footer .links .part a {
    margin: 5px 0;
    display: block
}

footer .timezone {
    background: #f5f5f5;
    padding: 30px 15px 15px;
    position: relative;
    margin-top: 40px
}

footer .timezone .icon {
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-position: top left;
    float: left
}

footer .timezone .txt {
    margin-left: 90px
}

footer .timezone .desc {
    padding-top: 50px
}

footer .timezone .head {
    font-size: 24px;
    font-weight: 900
}

footer .block {
    padding-top: 30px
}

footer .block .status {
    padding-bottom: 5px
}

footer .block .head {
    font-size: 24px;
    font-weight: 900
}

footer .block .adres {
    font-size: 14px
}

footer .copyr {
    position: relative;
    color: #949494
}

footer .copyr .logo {
    width: auto;
    height: 24px;
    background-repeat: no-repeat;
    background-position: top left;
    margin-bottom: 14px;
    background-size: auto 24px
}

footer .copyr .line {
    padding: 6px 0
}

footer .copyr .social a {
    display: inline-block;
    width: 25px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-right: 20px
}

footer .copyr a,
footer .copyr a:visited {
    color: #949494
}

.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    z-index: 100;
    overflow: auto;
    display: none
}

.popup .body {
    margin: 10px auto;
    background: #fff;
    width: 300px;
    position: relative
}

.popup .body .pad {
    padding: 20px
}

.popup .body .head {
    font-weight: 700
}

.popup .body form,
.popup .body p {
    margin: 10px 0
}

.popup .body form .formError {
    color: #c00;
    display: none
}

.popup .body form .block {
    padding: 10px 0
}

.popup .body form .block.last {
    padding: 15px 0 0
}

.popup .body form .button {
    font-weight: 700;
    font-size: 16px
}

.popup.confirm-delete .pad,
.popup.info .pad {
    padding: 15px 15px 15px 80px
}

.popup.confirm-delete .ico-dialog,
.popup.confirm-delete .ico-ok,
.popup.info .ico-dialog,
.popup.info .ico-ok {
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    position: absolute;
    background-size: contain;
    top: 15px;
    left: 15px
}

.popup.confirm-delete .head,
.popup.info .head {
    padding: 10px 0 30px
}

.popup.confirm-delete .choose a,
.popup.info .choose a {
    display: block;
    padding-left: 35px;
    min-height: 25px;
    background-repeat: no-repeat;
    background-position: left;
    margin: 10px 0
}

.popup.add-adress,
.popup.cats-all,
.popup.declaration,
.popup.edit-pos,
.popup.goto-upak,
.popup.modal-invoice,
.popup.otz-add,
.popup.photos,
.popup.search,
.popup.search-by-id,
.popup.usa-adress {
    background: #fff
}

.popup.add-adress .body,
.popup.cats-all .body,
.popup.declaration .body,
.popup.edit-pos .body,
.popup.goto-upak .body,
.popup.modal-invoice .body,
.popup.otz-add .body,
.popup.photos .body,
.popup.search .body,
.popup.search-by-id .body,
.popup.usa-adress .body {
    width: auto
}

.popup.item-info {
    background: #fff
}

.popup.item-info .body {
    width: auto
}

.popup.item-info a {
    text-decoration: underline
}

.popup.item-info a i.icon {
    margin-right: 5px;
    vertical-align: middle
}

.popup.item-info .line {
    padding: 5px 0
}

.popup.cats-all .list {
    padding-top: 30px
}

.popup.cats-all .list a {
    padding-left: 30px;
    background-repeat: no-repeat;
    background-position: top left;
    text-decoration: none;
    display: block
}

.popup.cats-all .list .block {
    height: 70px;
    padding: 20px 0
}

.popup.photos .pic {
    height: 140px;
    text-align: center
}

.popup.photos .pic .img {
    height: 80px;
    text-align: center;
    overflow: hidden;
    display: block
}

.popup.photos .pic img {
    height: 100%
}

.popup.photos .pic .photoname {
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.popup.otz-add .stars i {
    width: 36px;
    height: 36px;
    cursor: pointer
}

.hint {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 20;
    display: none
}

.hint.open {
    display: block
}

.hint .body {
    width: 300px;
    height: 150px;
    padding: 15px;
    box-shadow: 4px 4px 20px rgba(0, 0, 0, .3);
    background: #fff;
    position: relative
}

.hint .body:after,
.hint .body:before {
    content: '';
    position: absolute;
    background: #fff;
    width: 20px;
    height: 20px;
    box-shadow: 4px 4px 20px rgba(0, 0, 0, .3);
    z-index: -1;
    transform: rotate(45deg)
}

.hint .body:after {
    box-shadow: none;
    z-index: 21
}

.hint .body .txt {
    font-weight: 700;
    padding-bottom: 65px
}

.hint .body .switch {
    position: absolute;
    bottom: 15px;
    left: 15px
}

.hint .body .switch a {
    text-decoration: underline;
    display: inline-block
}

.hint .body .switch a:first-child {
    margin-right: 20px
}

.hint .body .step {
    position: absolute;
    bottom: 55px;
    right: 15px;
    font-size: 12px
}

.hint.top-right .body:after,
.hint.top-right .body:before {
    left: 20px;
    bottom: -10px
}

.hint.top-left .body:after,
.hint.top-left .body:before {
    right: 20px;
    bottom: -10px
}

.hint.bottom-right .body:after,
.hint.bottom-right .body:before {
    left: 20px;
    top: -10px
}

.hint.bottom-left .body:after,
.hint.bottom-left .body:before {
    right: 20px;
    top: -10px
}

.hint.right-top .body:after,
.hint.right-top .body:before {
    right: -10px;
    top: 20px
}

.hint.right-bottom .body:after,
.hint.right-bottom .body:before {
    right: -10px;
    bottom: 20px
}

.hint.left-top .body:after,
.hint.left-top .body:before {
    left: -10px;
    top: 20px
}

.hint.left-bottom .body:after,
.hint.left-bottom .body:before {
    left: -10px;
    bottom: 20px
}

.adress-block {
    background: #FFF;
    border: 1px solid #C2C2C2;
    box-sizing: border-box;
    border-radius: 2px;
    height: 140px;
    padding: 15px 40px 15px 15px;
    position: relative
}

.adress-block .fio {
    font-size: 24px;
    line-height: 28px;
    height: 56px;
    overflow: hidden;
    margin-bottom: 5px
}

.adress-block .adres {
    line-height: 16px;
    height: 48px;
    overflow: hidden
}

.adress-block .btns {
    position: absolute;
    top: 0;
    right: 15px
}

.adress-block .btns a {
    display: block;
    height: 25px;
    width: 25px;
    margin: 15px 0;
    background-position: center;
    background-repeat: no-repeat
}

.no-adress {
    padding-left: 70px;
    background-position: top left;
    background-repeat: no-repeat;
    margin-top: 30px;
    min-height: 50px
}

.usa-adress-card {
    height: 280px
}

.usa-adress-card .info {
    border: 1px solid #C2C2C2;
    border-radius: 2px;
    padding: 30px;
    position: relative;
    height: 230px
}

.usa-adress-card .info .head {
    font-size: 24px;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 15px
}

.usa-adress-card .info .txt {
    font-size: 14px;
    line-height: 18px;
    height: 90px;
    overflow: hidden
}

.usa-adress-card .info .showonmap {
    position: absolute;
    left: 30px;
    bottom: 30px
}

.usa-adress-card .comment {
    padding: 15px 30px
}

.usa-adress-card .comment .txt {
    height: 36px;
    line-height: 18px;
    font-size: 14px;
    overflow: hidden
}

.add-steps .step {
    color: #949494;
    display: none
}

.add-steps .step .head {
    font-size: 24px
}

.add-steps .step.active {
    display: block
}

.add-steps .step.active .head {
    font-weight: 900;
    color: #333
}

.add-steps .step.active .number {
    color: #f44336
}

.input-price {
    position: relative
}

.input-price:after {
    position: absolute;
    top: 0;
    right: 16px;
    color: #949494;
    content: '$';
    line-height: 56px;
    display: inline-block
}

.input-price input {
    padding-right: 30px
}

.input-kg {
    position: relative
}

.input-kg:after {
    position: absolute;
    top: 0;
    right: 16px;
    color: #949494;
    content: 'кг';
    line-height: 56px;
    display: inline-block
}

.input-kg input {
    padding-right: 30px
}

.str-desc {
    padding-left: 17px
}

.str-desc li {
    margin: 3px 0
}

label.calc {
    margin-right: 10px
}

label.calc-mass {
    line-height: 56px
}

label.calc-mass input[type=radio]+span {
    text-decoration: underline;
    color: #949494
}

label.calc-mass input[type=radio]:checked+span {
    text-decoration: none;
    color: #333
}

label.calc-mass input[type=radio]+span:before {
    display: none
}

.calc-xyz {
    line-height: 56px
}

.calc-xyz span {
    line-height: normal;
    display: inline-block;
    margin: 0 5px;
    vertical-align: middle
}

.calc-x {
    width: 9px;
    height: 9px;
    vertical-align: middle;
    margin: 0 5px
}

.calc-total {
    font-size: 24px
}

.calc-total b {
    font-weight: 900
}

.calc-total-desc {
    margin-bottom: 20px
}

.calc-total-desc>div {
    margin: 3px 0
}

.calc-total-desc b {
    color: #9C8A8A
}

.calc-ways-place {
    display: none
}

.calc-way-card {
    height: 165px;
    padding: 25px 30px;
    position: relative;
    border: 1px solid #C2C2C2;
    margin-bottom: 30px;
    background: #FFF;
    cursor: pointer
}

.calc-way-card.active {
    border: 1px solid #2196F3;
    box-shadow: 15px 15px 30px rgba(51, 51, 51, .15)
}

.calc-way-card>.head {
    font-size: 24px
}

.calc-way-card .price {
    font-weight: 900;
    color: #f44336;
    position: absolute;
    bottom: 25px;
    left: 30px;
    font-size: 24px
}

.calc-way-card .info {
    position: absolute;
    bottom: 25px;
    right: 30px;
    font-size: 20px
}

.toknowmore {
    text-decoration: underline;
    margin-left: 25px;
    margin-top: -5px;
    margin-bottom: 5px;
    display: block
}

a.cansel-button {
    height: 56px;
    line-height: 56px;
    text-decoration: underline;
    background-position: left;
    background-repeat: no-repeat;
    padding-left: 30px;
    margin-left: 20px
}

.add_adress .card {
    height: 145px;
    padding: 30px;
    background-position: top 30px right 30px;
    background-repeat: no-repeat;
    cursor: pointer;
    border: 1px solid #C2C2C2;
    border-radius: 2px
}

.add_adress .card .head {
    font-weight: 700;
    padding-right: 20px;
    padding-bottom: 10px
}

.add-list .th {
    display: none
}

.add-list .row {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #cecece
}

.desc-help {
    margin-top: 120px;
    margin-bottom: 90px
}

.err404 {
    max-width: 540px;
    height: 300px;
    background: url(../img/404.svg) center no-repeat;
    background-size: contain;
    font-size: 260px;
    line-height: 300px;
    font-weight: 900;
    margin: 40px auto;
    position: relative
}

.err404:after,
.err404:before {
    content: '4';
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    display: block
}

.err404:before {
    left: 0
}

.err404:after {
    right: 0
}

.page-top {
    height: 230px;
    background-position: top center;
    background-repeat: no-repeat;
    padding-top: 50px;
    text-align: center
}

.page-top .path {
    font-size: 12px;
    color: #949494
}

.page-top .path a {
    color: #949494;
    text-decoration: none
}

.limits .card {
    padding-top: 15px;
    padding-bottom: 15px
}

.limits .card .ico {
    width: 50px;
    height: 50px;
    background-position: center;
    background-repeat: no-repeat;
    position: relative
}

.limits .card .ico:after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
    content: '';
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='52' height='52' viewBox='0 0 52 52' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cuse xlink:href='%23a' transform='translate(1 1)' fill='%23E0E0E0'/%3E%3Cdefs%3E%3Cpath id='a' d='M49 25c0 13.255-10.745 24-24 24v2c14.36 0 26-11.64 26-26h-2zM25 49C11.745 49 1 38.255 1 25h-2c0 14.36 11.64 26 26 26v-2zM1 25C1 11.745 11.745 1 25 1v-2C10.64-1-1 10.64-1 25h2zM25 1c13.255 0 24 10.745 24 24h2C51 10.64 39.36-1 25-1v2zM7.44 42.795L42.796 7.44 41.38 6.026 6.026 41.381l1.414 1.414z'/%3E%3C/defs%3E%3C/svg%3E")
}

.limits .card .head {
    font-weight: 700;
    font-size: 18px;
    padding: 10px 0
}

.limits .card .txt {
    color: #949494;
    font-size: 14px
}

.limitsplit {
    border-bottom: #949494 1px solid
}

.virtual-addr {
    padding: 30px;
    font-size: 34px;
    text-align: center;
    border-style: solid;
    border-width: 1px;
    -moz-border-image: url(../img/border.png) 1 round;
    -webkit-border-image: url(../img/border.png) 1 round;
    -o-border-image: url(../img/border.png) 1 round;
    border-image: url(../img/border.png) 1 round
}

.virtual-switch a {
    display: inline-block;
    margin: 0 10px;
    color: #949494
}

.virtual-switch a.active {
    font-weight: 700;
    text-decoration: none;
    color: #333
}

.virtual-feat {
    background-repeat: no-repeat;
    background-position: top left;
    padding-top: 80px;
    padding-bottom: 40px
}

.cat-favorite {
    border-bottom: 1px solid #949494;
    border-top: 1px solid #949494;
    padding: 15px 0
}

.cat-favorite a {
    text-decoration: none;
    display: inline-block;
    padding: 3px 0
}

.cat-favorite .list a {
    margin-right: 20px;
    white-space: nowrap
}

.cat-favorite .icon {
    vertical-align: top;
    height: 1.2em;
    width: 1.2em;
    margin-right: 5px
}

.cat-list .block {
    height: 280px;
    padding-bottom: 20px
}

.cat-list .block .photo {
    height: 200px;
    overflow: hidden;
    text-align: center;
    margin-bottom: 15px
}

.cat-list .block .photo img {
    vertical-align: top;
    max-width: 100%;
    margin: 0
}

.cat-list .block a {
    text-decoration: none
}

.faq .block {
    margin: 25px 0;
    padding: 90px 0 0;
    position: relative
}

.faq .block .icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 64px;
    height: 64px
}

.faq .block a {
    display: block;
    margin: 10px 0
}

.faq .block .h24 {
    margin-bottom: 10px
}

.faq-answer {
    font-size: 18px
}

.news {
    padding: 25px 0
}

.news .block {
    border: 1px solid #C2C2C2;
    padding: 30px;
    height: 380px;
    overflow: hidden;
    position: relative;
    margin: 15px 0
}

.news .block .head {
    padding: 10px 0 15px
}

.news .block .link {
    position: absolute;
    left: 30px;
    bottom: 30px
}

.news-post {
    font-size: 18px
}

.news-post h1 {
    margin-top: 10px
}

.partners .block {
    text-align: center;
    padding: 30px 0
}

.partners .block .photo {
    height: 110px;
    line-height: 110px;
    position: relative;
    margin-bottom: 20px
}

.partners .block .photo.fixed {
    max-width: 160px
}

.partners .block .photo img {
    vertical-align: bottom;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    max-height: 100%
}

.maps-switch {
    margin: 0 10px
}

.maps-switch a {
    display: inline-block;
    margin: 0 10px;
    color: #949494
}

.maps-switch a.active {
    text-decoration: none;
    font-weight: 700;
    color: #333
}

#googlemap {
    height: 350px
}

.maps {
    position: relative
}

.maps .map {
    display: none
}

.maps .map.active {
    display: block
}

.maps .map .info {
    position: relative
}

.maps .map .caption {
    background: #fff;
    padding: 20px 0 70px;
    height: auto;
    position: relative
}

.maps .map .caption a {
    text-decoration: none
}

.maps .map .caption .block {
    display: none
}

.maps .map .caption .block.active {
    display: block
}

.maps .map .caption .control {
    position: absolute;
    bottom: 30px;
    left: 0;
    padding: 0;
    width: 100%
}

.maps .map .caption .control .steps {
    float: right;
    font-size: 12px;
    color: #949494
}

.contacts-call .pic {
    width: 40px;
    height: 64px;
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: auto 64px;
    display: inline-block;
    vertical-align: top
}

.contacts-call .pic.customer {
    background-image: url(../img/contacts-customer.png)
}

.contacts-call .pic.headphones {
    background-image: url(../img/contacts-headphones.png);
    margin-right: 30px
}

.contacts-form input {
    width: 100%
}

.contacts-form textarea {
    height: 225px
}

.contacts-socials .block {
    background: #FFF;
    border: 1px solid #C2C2C2;
    border-radius: 2px;
    height: 210px;
    padding: 30px;
    position: relative;
    margin-bottom: 30px
}

.contacts-socials .block .head {
    font-size: 24px;
    padding-left: 45px;
    background-repeat: no-repeat;
    background-position: top left;
    line-height: 30px;
    height: 30px;
    margin-bottom: 15px
}

.contacts-socials .block .link {
    position: absolute;
    bottom: 30px;
    left: 30px
}

.pos-steps .block {
    text-align: center;
    margin-bottom: 50px;
    position: relative
}

.pos-steps .block .arrow {
    position: absolute;
    display: block;
    width: 40px;
    height: 10px;
    background-position: top right;
    background-repeat: no-repeat;
    left: 50%;
    bottom: -30px;
    transform: rotate(90deg);
    margin-left: -20px
}

.pos-steps .block .icon {
    height: 64px;
    width: 64px;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain;
    padding-bottom: 15px
}

.pos-steps .block .num {
    padding-bottom: 8px
}

.pos-steps .block .head {
    font-size: 24px
}

.pos-steps .block .link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block
}

.pos-head {
    font-size: 34px;
    line-height: 1.3em
}

.pos-head b {
    font-weight: 900
}

.pos-feats .block {
    text-align: center;
    margin-bottom: 20px;
    position: relative
}

.pos-feats .block .icon {
    width: 64px;
    height: 64px;
    margin-bottom: 10px
}

.pos-feats .block .hnt {
    position: absolute;
    top: 110%;
    left: 50%;
    margin-left: -40px;
    width: 80px;
    padding: 5px;
    background: #fff;
    text-align: center;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, .3);
    display: none;
    z-index: 2
}

.pos-feats .block:hover .hnt {
    display: block
}

.pos-variants .block {
    margin-bottom: 40px;
    text-align: center
}

.pos-variants .block .photo {
    margin-bottom: 10px
}

.pos-variants .block .photo img {
    max-width: 100%;
    max-height: 80px;
    vertical-align: bottom;
    margin: 0
}

.pos-desc-button {
    border: 1px solid #C2C2C2;
    background: #fff;
    padding: 20px;
    text-align: center;
    position: relative
}

.pos-desc-button .icon {
    width: 64px;
    height: 64px
}

.pos-desc-button a.go {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block
}

.pos-care-line .block {
    margin-bottom: 30px
}

.pos-care-line .block .sum {
    background: #f44336;
    color: #fff;
    padding: 1px 6px;
    font-size: 10px;
    height: 20px;
    line-height: 20px;
    border-radius: 10px;
    margin-bottom: 5px;
    display: inline-block;
    vertical-align: middle
}

.pos-desc-video {
    padding-top: 30px
}

.pos-desc-video iframe,
.pos-desc-video img {
    max-width: 100%
}

.pos-desc-icon {
    width: 64px;
    height: 64px;
    background-position: top left
}

.pos-desc-icon-50 {
    width: 300px;
    height: 200px;
    background-position: top left
}

.dost-all-list {
    padding-top: 15px;
    padding-bottom: 15px
}

.dost-all-list .block {
    padding: 15px 0
}

.dost-all-list .block .pos-desc-button {
    height: 170px
}

.services .service {
    padding: 30px 0
}

.services .service .gline {
    background: #F5F5F5;
    margin-bottom: 20px
}

.services .service .left {
    text-align: left;
    padding: 20px 15px 20px 50%;
    position: relative
}

.services .service .left .icon {
    width: 128px;
    height: 128px;
    background-position: top center;
    position: absolute;
    top: 50%;
    left: 25%;
    margin-top: -64px;
    margin-left: -64px
}

.services .service .left .h1 {
    margin: 0
}

.services .service .txt {
    font-size: 14px
}

@media (max-width:490px) {
    .services .service {
        padding: 25px 0
    }
    .services .service .left {
        padding: 20px 15px 20px 120px
    }
    .services .service .left .icon {
        width: 96px;
        height: 96px;
        background-position: top center;
        position: absolute;
        top: 40px;
        left: 15px;
        margin-top: 0;
        margin-left: 0
    }
}

@media (max-width:380px) {
    .services .service {
        padding: 25px 0
    }
    .services .service .left {
        padding: 120px 15px 20px
    }
    .services .service .left .icon {
        top: 40px;
        left: 50%;
        margin-top: 0;
        margin-left: -48px
    }
}

.stars i {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px
}

.otz-rank {
    padding: 30px;
    margin-bottom: 30px
}

.otz-rank .rank {
    margin-bottom: 30px
}

.otz-rank .rank .stars {
    margin-bottom: 15px
}

.otz-rank .rank .ball {
    display: inline-block;
    vertical-align: middle
}

.otz-rank .rank .h1 {
    margin: 0
}

.otz-rank .rank .comment {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px
}

.otz-rank .stat {
    font-size: 14px;
    margin-bottom: 30px
}

.otz-rank .stat .row {
    margin: 5px 0
}

.otz-rank .stat .value {
    font-weight: 700;
    float: left;
    width: 25px
}

.otz-rank .stat .value .icon {
    width: 10px;
    height: 10px;
    margin: 0;
    vertical-align: baseline
}

.otz-rank .stat .progress {
    float: left;
    width: 125px;
    margin: 0 5px
}

.otz-rank .stat .progress .val {
    background: #C4C4C4;
    border-radius: 2px;
    height: 4px;
    display: inline-block;
    vertical-align: middle
}

.otz-rank .stat .votes {
    float: left
}

.otz-list .block {
    padding-bottom: 40px
}

.otz-list .block .avtor .ava {
    display: inline-block;
    vertical-align: middle;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 30px
}

.otz-list .block .avtor .ava .icon,
.otz-list .block .avtor .ava img {
    width: 64px;
    height: 64px
}

.otz-list .block .avtor .caption {
    display: inline-block;
    vertical-align: middle
}

.otz-list .block .avtor .caption .name {
    font-weight: 700;
    padding-bottom: 5px
}

.otz-list .block .avtor .caption .rank {
    font-size: 12px
}

.otz-list .block .avtor .caption .rank .stars {
    display: inline-block
}

.otz-list .block .avtor .caption .rank .stars i {
    width: 10px;
    height: 10px;
    margin-right: 3px;
    vertical-align: middle
}

.otz-list .block .txt {
    padding-top: 15px;
    font-size: 18px;
    line-height: 21px
}

.about {
    position: relative
}

.about .bg {
    background: url(../img/about.jpg) top center no-repeat;
    background-size: auto 400px;
    height: 400px
}

.about .txt {
    padding-top: 20px
}

.about-history {
    padding-left: 15px;
    margin: 10px auto 0;
    max-width: 400px
}

.about-history .block {
    border-left: 5px dotted #dedede;
    position: relative;
    max-width: 350px;
    min-height: 120px;
    margin-bottom: 5px;
    padding: 0 15px 20px
}

.about-history .block:last-child {
    padding-bottom: 0;
    border-left-color: #f5f5f5
}

.about-history .block:before {
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    background: #f44336;
    border-radius: 50%;
    top: 0;
    left: -8px;
    content: ''
}

.about-history .block .txt {
    top: -6px;
    position: relative
}

.claim-cb-comment {
    padding-left: 25px
}

.claim-label {
    padding-bottom: 5px;
    font-size: 14px
}

.claim-totals {
    border-top: 1px solid #c2c2c2;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 15px
}

.claim-totals .f14 {
    padding-left: 15px
}

.claim-to-del {
    padding-left: 30px;
    position: relative
}

.claim-to-del .icon {
    position: absolute;
    bottom: 32px;
    left: 0;
    width: 20px;
    height: 20px;
    cursor: pointer
}

.pay-area {
    position: relative;
    height: 255px;
    margin: 30px 0 10px
}

.pay-area input {
    padding: 0;
    height: 20px;
    border: none;
    border-bottom: 1px solid #cecece;
    font-size: 16px
}

.pay-area input.dd {
    width: 20px
}

.pay-area .card {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    background: #FFF;
    border: 1px solid #C2C2C2;
    border-radius: 8px;
    padding: 10px 30px;
    width: 358px;
    height: 225px
}

.pay-area .cvc {
    position: absolute;
    z-index: 1;
    top: 30px;
    right: 0;
    width: 358px;
    height: 225px;
    background: linear-gradient(#fff 20px, #cecece 20px, #cecece 70px, #fff 70px, #fff) #fff;
    border: 1px solid #C2C2C2;
    border-radius: 8px;
    padding: 110px 30px 0 270px
}

.pay-area .cvc input {
    width: 30px
}

.pay-sum {
    text-align: right
}

.pay-sum>span {
    display: inline-block;
    vertical-align: middle;
    margin: 15px;
    width: 180px
}

@media (max-width:490px) {
    .pay-area {
        height: 360px;
        margin: 30px 0
    }
    .pay-area .card {
        width: 300px
    }
    .pay-area .cvc {
        top: 120px;
        width: 300px;
        height: 225px;
        padding-left: 220px
    }
}

table.price {
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%
}

table.price td,
table.price th {
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 400;
    vertical-align: top
}

table.pr100 td,
table.pr100 th {
    padding: 10px 7px
}

table.price tr:hover {
    background: #F5F5F5
}

table.price td .pt10 {
    padding-top: 6px
}

.pricing .tarif .th {
    padding: 10px 30px 10px 10px;
    font-size: 18px
}

.pricing .tarif .th:hover {
    background-color: #F5F5F5
}

.pricing .tarif .td .subhead {
    padding: 10px 30px 10px 10px;
    position: relative;
    cursor: pointer
}

.pricing .tarif .td .subhead:hover {
    background-color: #F5F5F5
}

.pricing .tarif .td .subhead:after {
    content: '';
    position: absolute;
    top: 15px;
    right: 10px;
    width: 10px;
    height: 10px;
    border-bottom: 1px solid #c2c2c2;
    border-right: 1px solid #c2c2c2;
    transform: rotate(45deg);
    display: block
}

.pricing .tarif .td .subhead.open:after {
    transform: rotate(-135deg)
}

.pricing .tarif .td .subtext {
    padding: 10px;
    display: none
}

.pricing .tarif .td .subtext.open {
    display: block
}

.dops {
    font-size: 14px
}

.dops .th {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px
}

.dops .row {
    padding-top: 10px;
    padding-bottom: 10px
}

.dops .row:hover {
    background-color: #F5F5F5
}

.pos-desc-desc {
    border: 1px solid #C2C2C2;
    border-radius: 2px;
    padding: 20px 20px 20px 110px;
    background-repeat: no-repeat;
    background-position: top 20px left 20px;
    min-height: 120px;
    font-size: 14px
}

.shop-desc .icon {
    height: 20px;
    width: 20px;
    vertical-align: top;
    margin-right: 5px
}

.mess .block {
    padding: 20px;
    border: 1px solid #c2c2c2;
    margin: 15px 0;
    font-size: 14px;
    position: relative
}

.check-map {
    display: none
}

.check-limits-list .block {
    border: 1px solid #c2c2c2;
    background: #fff;
    padding: 30px;
    border-radius: 2px;
    margin-bottom: 30px;
    min-height: 210px
}

.check-limits-list .icon {
    margin-right: 5px
}

.check-limits-list .data {
    padding-top: 10px
}

.check-limits-list .data .kg,
.check-limits-list .data .money {
    background-repeat: no-repeat;
    background-position: top left;
    padding-left: 35px;
    min-height: 40px
}

.check-limits-list .data .money {
    margin-bottom: 20px
}

.search-by-id-form,
.search-form {
    position: relative;
    padding-right: 56px
}

.search-by-id-form .button,
.search-form .button {
    padding: 0;
    width: 56px;
    position: absolute;
    top: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: center
}

.help {
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    width: 1.4em;
    height: 1.4em;
    background: #2196f3;
    text-align: center;
    padding: 0 5px;
    border-radius: 50%;
    position: relative
}

.help:before {
    content: '?';
    color: #fff;
    font-weight: 700
}

.help .hint {
    top: 2.5em;
    height: auto
}

.help .hint.bottom-left {
    left: -260px
}

.help .hint.bottom-right {
    left: -20px
}

.help .hint .body {
    padding: 20px;
    text-align: left;
    height: auto
}

.help.open .hint {
    display: block
}

.infohelp {
    position: relative
}

.infohelp .icon {
    width: 20px;
    height: 20px
}

.infohelp .hint {
    top: 2.5em;
    height: auto
}

.infohelp .hint.bottom-left {
    left: -260px
}

.infohelp .hint.bottom-right {
    left: -20px
}

.infohelp .hint .body {
    padding: 20px;
    text-align: left;
    height: auto
}

.infohelp.open .hint {
    display: block
}

.express-desc {
    position: relative
}

.express-desc .icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 34px;
    height: 34px
}

.express-desc .dsc {
    margin-left: 55px
}

.showhint {
    background-color: #f5f5f5;
    border-bottom: 1px dotted;
    cursor: pointer
}

.grayline .showhint {
    background-color: #fff
}

#showhint {
    position: absolute;
    z-index: 8;
    max-width: 300px;
    padding: 15px;
    right: 10px;
    box-shadow: 4px 4px 20px rgba(0, 0, 0, .3);
    background: #fff
}

@media (min-width:768px) and (max-width:969px) {
    .h1,
    h1 {
        font-size: 44px
    }
    .h2,
    h2 {
        font-size: 38px
    }
    .h3,
    h3 {
        font-size: 36px
    }
    body {
        padding-bottom: 70px
    }
    .pe-head h1 {
        margin-top: 0
    }
    .pe-boxes {
        padding: 15px 0
    }
    .pe-actions {
        padding: 20px 0
    }
    .linepad {
        padding-top: 20px;
        padding-bottom: 20px
    }
    .pe-list .item {
        font-size: 15px
    }
    .pe-list .item .col-head {
        width: 62%
    }
    .pe-list .item .col-data {
        width: 38%
    }
    .pe-list .item .ves {
        min-width: 55px
    }
    .pe-list .item .declaration {
        min-width: 105px;
        margin-right: 5px
    }
    .pe-list .item .price {
        display: inline-block
    }
    .pe-list .zakaz .num {
        min-width: 120px
    }
    .popup .body {
        width: 455px;
        position: relative
    }
    .popup .body .pad {
        padding: 45px
    }
    .popup.confirm-delete .pad {
        padding: 45px 45px 45px 170px
    }
    .popup.confirm-delete .ico-dialog {
        width: 60px;
        height: 60px;
        top: 45px;
        left: 45px
    }
    .popup.confirm-delete .head {
        padding: 10px 0 30px
    }
    .popup.photos .pic {
        height: 170px
    }
    .popup.photos .pic .img {
        height: 110px
    }
    .popup.photos .pic .photoname {
        font-size: 12px
    }
    .hint .body {
        width: 360px;
        height: 200px;
        padding: 30px
    }
    .hint .body .switch {
        bottom: 30px;
        left: 30px
    }
    .hint .body .step {
        bottom: 54px;
        right: 30px
    }
    .no-adress {
        padding-left: 100px
    }
    .reg-accept {
        line-height: 56px
    }
    .virtual-feat {
        padding-left: 80px
    }
    #googlemap {
        height: 420px
    }
    .maps .map .info {
        top: -390px
    }
    .pos-steps .block .arrow {
        width: 60px;
        left: 100%;
        bottom: 50%;
        transform: none;
        margin-left: 0
    }
    .pos-variants .block .photo {
        height: 80px;
        line-height: 80px
    }
    .pos-care-line .container {
        margin-top: -10px
    }
    .pos-desc-icon {
        float: left
    }
    .pos-desc-text {
        margin-left: 95px
    }
    .otz-rank .rank {
        float: left
    }
    .otz-rank .stat {
        float: right
    }
    .otz-rank .add-otz {
        clear: left
    }
    .usa-adress-card {
        height: 280px
    }
    .usa-adress-card .info {
        border: 1px solid #C2C2C2;
        border-radius: 2px;
        padding: 30px;
        position: relative;
        height: 230px
    }
    .usa-adress-card .info .head {
        font-size: 24px;
        white-space: nowrap;
        overflow: hidden;
        margin-bottom: 15px
    }
    .usa-adress-card .info .txt {
        font-size: 14px;
        line-height: 18px;
        height: 90px;
        overflow: hidden
    }
    .usa-adress-card .info .showonmap {
        position: absolute;
        left: 30px;
        bottom: 30px
    }
    .usa-adress-card .comment {
        padding: 15px 30px
    }
    .usa-adress-card .comment .txt {
        height: 36px;
        line-height: 18px;
        font-size: 14px;
        overflow: hidden
    }
    .add-steps .step {
        color: #949494;
        display: block
    }
    .add-steps .step .head {
        font-size: 24px
    }
    .add-steps .step.active .head {
        font-weight: 900;
        color: #333
    }
    .add-steps .step.active .number {
        color: #f44336
    }
    .input-price {
        position: relative
    }
    .input-price:after {
        position: absolute;
        top: 0;
        right: 16px;
        color: #949494;
        content: '$';
        line-height: 56px;
        display: inline-block
    }
    .input-price input {
        padding-right: 30px
    }
    .input-kg {
        position: relative
    }
    .input-kg:after {
        position: absolute;
        top: 0;
        right: 16px;
        color: #949494;
        content: 'кг';
        line-height: 56px;
        display: inline-block
    }
    .input-kg input {
        padding-right: 30px
    }
    .str-desc {
        padding-left: 17px
    }
    .str-desc li {
        margin: 3px 0
    }
    label.calc {
        margin-right: 10px
    }
    label.calc-mass {
        line-height: 56px
    }
    label.calc-mass input[type=radio]+span {
        text-decoration: underline;
        color: #949494
    }
    label.calc-mass input[type=radio]:checked+span {
        text-decoration: none;
        color: #333
    }
    label.calc-mass input[type=radio]+span:before {
        display: none
    }
    .calc-xyz {
        line-height: 56px
    }
    .calc-xyz span {
        line-height: normal;
        display: inline-block;
        margin: 0 5px;
        vertical-align: middle
    }
    .calc-x {
        width: 9px;
        height: 9px;
        vertical-align: middle;
        margin: 0 5px
    }
    .calc-total {
        font-size: 24px
    }
    .calc-total b {
        font-weight: 900
    }
    .calc-total-desc {
        margin-bottom: 20px
    }
    .calc-total-desc>div {
        margin: 3px 0
    }
    .calc-total-desc b {
        color: #9C8A8A
    }
    .calc-way-card {
        height: 165px;
        padding: 25px 30px;
        position: relative;
        border: 1px solid #C2C2C2;
        margin-bottom: 30px;
        background: #FFF;
        cursor: pointer
    }
    .calc-way-card.active {
        border: 1px solid #2196F3;
        box-shadow: 15px 15px 30px rgba(51, 51, 51, .15)
    }
    .calc-way-card>.head {
        font-size: 24px
    }
    .calc-way-card .price {
        font-weight: 900;
        color: #f44336;
        position: absolute;
        bottom: 25px;
        left: 30px;
        font-size: 24px
    }
    .calc-way-card .info {
        position: absolute;
        bottom: 25px;
        right: 30px;
        font-size: 20px
    }
    .toknowmore {
        text-decoration: underline;
        margin-left: 25px;
        margin-top: -5px;
        margin-bottom: 5px;
        display: block
    }
    a.cansel-button {
        height: 56px;
        line-height: 56px;
        text-decoration: underline;
        background-position: left;
        background-repeat: no-repeat;
        padding-left: 30px;
        margin-left: 20px
    }
    .add_adress .card {
        height: 145px;
        padding: 30px;
        background-position: top 30px right 30px;
        background-repeat: no-repeat;
        cursor: pointer;
        border: 1px solid #C2C2C2;
        border-radius: 2px
    }
    .add_adress .card .head {
        font-weight: 700;
        padding-right: 20px;
        padding-bottom: 10px
    }
    .add-list .th {
        display: none
    }
    .add-list .row {
        padding-bottom: 15px;
        margin-bottom: 15px;
        border-bottom: 1px solid #cecece
    }
    .desc-help {
        margin-top: 120px;
        margin-bottom: 90px
    }
    .err404 {
        max-width: 540px;
        height: 300px;
        background: url(../img/404.svg) center no-repeat;
        background-size: contain;
        font-size: 260px;
        line-height: 300px;
        font-weight: 900;
        margin: 40px auto;
        position: relative
    }
    .err404:after,
    .err404:before {
        content: '4';
        top: 0;
        bottom: 0;
        margin: auto;
        position: absolute;
        display: block
    }
    .err404:before {
        left: 0
    }
    .err404:after {
        right: 0
    }
    .page-top {
        height: 230px;
        background-position: top center;
        background-repeat: no-repeat;
        padding-top: 50px;
        text-align: center
    }
    .page-top .path {
        font-size: 12px;
        color: #949494
    }
    .page-top .path a {
        color: #949494;
        text-decoration: none
    }
    .limits .card {
        padding-top: 15px;
        padding-bottom: 15px
    }
    .limits .card .ico {
        width: 50px;
        height: 50px;
        background-position: center;
        background-repeat: no-repeat;
        position: relative
    }
    .limits .card .ico:after {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        display: block;
        content: '';
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='52' height='52' viewBox='0 0 52 52' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cuse xlink:href='%23a' transform='translate(1 1)' fill='%23E0E0E0'/%3E%3Cdefs%3E%3Cpath id='a' d='M49 25c0 13.255-10.745 24-24 24v2c14.36 0 26-11.64 26-26h-2zM25 49C11.745 49 1 38.255 1 25h-2c0 14.36 11.64 26 26 26v-2zM1 25C1 11.745 11.745 1 25 1v-2C10.64-1-1 10.64-1 25h2zM25 1c13.255 0 24 10.745 24 24h2C51 10.64 39.36-1 25-1v2zM7.44 42.795L42.796 7.44 41.38 6.026 6.026 41.381l1.414 1.414z'/%3E%3C/defs%3E%3C/svg%3E")
    }
    .limits .card .head {
        font-weight: 700;
        font-size: 18px;
        padding: 10px 0
    }
    .limits .card .txt {
        color: #949494;
        font-size: 14px
    }
    .limitsplit {
        border-bottom: #949494 1px solid
    }
    .virtual-addr {
        padding: 30px;
        font-size: 34px;
        text-align: center;
        border-style: solid;
        border-width: 1px;
        -moz-border-image: url(../img/border.png) 1 round;
        -webkit-border-image: url(../img/border.png) 1 round;
        -o-border-image: url(../img/border.png) 1 round;
        border-image: url(../img/border.png) 1 round
    }
    .virtual-switch a {
        display: inline-block;
        margin: 0 10px;
        color: #949494
    }
    .virtual-switch a.active {
        font-weight: 700;
        text-decoration: none;
        color: #333
    }
    .virtual-feat {
        background-repeat: no-repeat;
        background-position: top left;
        padding-top: 80px;
        padding-bottom: 40px
    }
    .cat-favorite {
        border-bottom: 1px solid #949494;
        border-top: 1px solid #949494;
        padding: 15px 0
    }
    .cat-favorite a {
        text-decoration: none;
        display: inline-block;
        padding: 3px 0
    }
    .cat-favorite .list a {
        margin-right: 20px;
        white-space: nowrap
    }
    .cat-favorite .icon {
        vertical-align: top;
        height: 1.2em;
        width: 1.2em;
        margin-right: 5px
    }
    .cat-list .block {
        height: 280px;
        padding-bottom: 20px
    }
    .cat-list .block .photo {
        height: 200px;
        overflow: hidden;
        text-align: center;
        margin-bottom: 15px
    }
    .cat-list .block .photo img {
        vertical-align: top;
        max-width: 100%;
        margin: 0
    }
    .cat-list .block a {
        text-decoration: none
    }
    .faq .block {
        margin: 25px 0;
        padding: 90px 0 0;
        position: relative
    }
    .faq .block .icon {
        position: absolute;
        top: 0;
        left: 0;
        width: 64px;
        height: 64px
    }
    .faq .block a {
        display: block;
        margin: 10px 0
    }
    .faq .block .h24 {
        margin-bottom: 10px
    }
    .faq-answer {
        font-size: 18px
    }
    .news {
        padding: 25px 0
    }
    .news .block {
        border: 1px solid #C2C2C2;
        padding: 30px;
        height: 380px;
        overflow: hidden;
        position: relative;
        margin: 15px 0
    }
    .news .block .head {
        padding: 10px 0 15px
    }
    .news .block .link {
        position: absolute;
        left: 30px;
        bottom: 30px
    }
    .news-post {
        font-size: 18px
    }
    .news-post h1 {
        margin-top: 10px
    }
    .partners .block {
        text-align: center;
        padding: 30px 0
    }
    .partners .block .photo {
        height: 110px;
        line-height: 110px;
        position: relative;
        margin-bottom: 20px
    }
    .partners .block .photo.fixed {
        max-width: 160px
    }
    .partners .block .photo img {
        vertical-align: bottom;
        display: inline-block;
        margin: 0;
        max-width: 100%;
        max-height: 100%
    }
    .maps-switch {
        margin: 0 10px
    }
    .maps-switch a {
        display: inline-block;
        margin: 0 10px;
        color: #949494
    }
    .maps-switch a.active {
        text-decoration: none;
        font-weight: 700;
        color: #333
    }
    .maps {
        position: relative
    }
    .maps .map {
        display: none
    }
    .maps .map.active {
        display: block
    }
    .maps .map .geo {
        height: 400px
    }
    .maps .map .geo.can,
    .maps .map .geo.ire,
    .maps .map .geo.rus,
    .maps .map .geo.usa,
    .maps .map .geo.uzb {
        background: url(../img/contact-map.jpg) center no-repeat
    }
    .maps .map .info {
        position: relative
    }
    .maps .map .caption {
        background: #fff;
        padding: 30px;
        height: 370px;
        position: relative
    }
    .maps .map .caption a {
        text-decoration: none
    }
    .maps .map .caption .control {
        position: absolute;
        bottom: 30px;
        left: 0;
        padding: 0 30px;
        width: 100%
    }
    .maps .map .caption .control .steps {
        float: right;
        font-size: 12px;
        color: #949494
    }
    .contacts-call .pic {
        width: 40px;
        height: 64px;
        background-position: bottom left;
        background-repeat: no-repeat;
        background-size: auto 64px;
        display: inline-block;
        vertical-align: top
    }
    .contacts-call .pic.customer {
        background-image: url(../img/contacts-customer.png)
    }
    .contacts-call .pic.headphones {
        background-image: url(../img/contacts-headphones.png);
        margin-right: 30px
    }
    .contacts-form input {
        width: 100%
    }
    .contacts-form textarea {
        height: 225px
    }
    .contacts-socials .block {
        background: #FFF;
        border: 1px solid #C2C2C2;
        border-radius: 2px;
        height: 210px;
        padding: 30px;
        position: relative;
        margin-bottom: 30px
    }
    .contacts-socials .block .head {
        font-size: 24px;
        padding-left: 45px;
        background-repeat: no-repeat;
        background-position: top left;
        line-height: 30px;
        height: 30px;
        margin-bottom: 15px
    }
    .contacts-socials .block .link {
        position: absolute;
        bottom: 30px;
        left: 30px
    }
    .pos-steps .block {
        text-align: center;
        margin-bottom: 50px;
        position: relative
    }
    .pos-steps .block .icon {
        background-position: bottom center
    }
    .pos-steps .block .num {
        padding-bottom: 8px
    }
    .pos-steps .block .head {
        font-size: 24px
    }
    .pos-head {
        font-size: 34px;
        line-height: 1.3em
    }
    .pos-head b {
        font-weight: 900
    }
    .pos-feats .block {
        text-align: center;
        margin-bottom: 20px
    }
    .pos-feats .block .icon {
        width: 64px;
        height: 64px;
        margin-bottom: 10px
    }
    .pos-variants .block {
        margin-bottom: 40px;
        text-align: center
    }
    .pos-variants .block .photo {
        margin-bottom: 10px
    }
    .pos-variants .block .photo img {
        max-width: 100%;
        max-height: 80px;
        vertical-align: bottom;
        margin: 0
    }
    .pos-desc-button {
        border: 1px solid #C2C2C2;
        background: #fff;
        padding: 20px;
        text-align: center;
        position: relative
    }
    .pos-desc-button .icon {
        width: 64px;
        height: 64px
    }
    .pos-desc-button a.go {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: block
    }
    .pos-care-line .block {
        margin-bottom: 30px
    }
    .pos-care-line .block .sum {
        background: #f44336;
        color: #fff;
        padding: 1px 6px;
        font-size: 10px;
        height: 20px;
        line-height: 20px;
        border-radius: 10px;
        margin-bottom: 5px;
        display: inline-block;
        vertical-align: middle
    }
    .pos-desc-video {
        padding-top: 30px
    }
    .pos-desc-video iframe,
    .pos-desc-video img {
        max-width: 100%
    }
    .pos-desc-icon {
        width: 64px;
        height: 64px;
        background-position: top left
    }
    .pos-desc-icon-50 {
        width: 156px;
        height: 156px;
        background-position: top left;
        float: left
    }
    .pos-desc-text-50 {
        margin-left: 170px
    }
    .dost-all-list {
        padding-top: 15px;
        padding-bottom: 15px
    }
    .dost-all-list .block {
        padding: 15px 0
    }
    .dost-all-list .block .pos-desc-button {
        height: 170px
    }
    .services .service {
        padding: 30px 0
    }
    .services .service .gline {
        margin-bottom: 30px
    }
    .services .service .left {
        text-align: left;
        padding: 40px 15px 40px 50%;
        position: relative
    }
    .services .service .left .capt {
        font-size: 18px
    }
    .services .service .left .icon {
        width: 192px;
        height: 192px;
        top: 50%;
        left: 25%;
        margin-top: -96px;
        margin-left: -96px
    }
    .services .service .txt {
        font-size: 16px
    }
    .stars i {
        display: inline-block;
        width: 20px;
        height: 20px;
        margin-right: 10px
    }
    .otz-rank {
        padding: 30px;
        margin-bottom: 30px
    }
    .otz-rank .rank {
        margin-bottom: 30px
    }
    .otz-rank .rank .stars {
        margin-bottom: 15px
    }
    .otz-rank .rank .ball {
        display: inline-block;
        vertical-align: middle
    }
    .otz-rank .rank .h1 {
        margin: 0
    }
    .otz-rank .rank .comment {
        display: inline-block;
        vertical-align: middle;
        margin-left: 5px
    }
    .otz-rank .stat {
        font-size: 14px;
        margin-bottom: 30px
    }
    .otz-rank .stat .row {
        margin: 5px 0
    }
    .otz-rank .stat .value {
        font-weight: 700;
        float: left;
        width: 25px
    }
    .otz-rank .stat .value .icon {
        width: 10px;
        height: 10px
    }
    .otz-rank .stat .progress {
        float: left;
        width: 125px;
        margin: 0 5px
    }
    .otz-rank .stat .progress .val {
        background: #C4C4C4;
        border-radius: 2px;
        height: 4px;
        display: inline-block;
        vertical-align: middle
    }
    .otz-rank .stat .votes {
        float: left
    }
    .otz-list .block {
        padding-bottom: 40px
    }
    .otz-list .block .avtor .ava {
        display: inline-block;
        vertical-align: middle;
        width: 64px;
        height: 64px;
        border-radius: 50%;
        overflow: hidden;
        margin-right: 30px
    }
    .otz-list .block .avtor .ava .icon,
    .otz-list .block .avtor .ava img {
        width: 64px;
        height: 64px
    }
    .otz-list .block .avtor .caption {
        display: inline-block;
        vertical-align: middle
    }
    .otz-list .block .avtor .caption .name {
        font-weight: 700;
        padding-bottom: 5px
    }
    .otz-list .block .avtor .caption .rank {
        font-size: 12px
    }
    .otz-list .block .avtor .caption .rank .stars {
        display: inline-block
    }
    .otz-list .block .avtor .caption .rank .stars i {
        width: 10px;
        height: 10px;
        margin-right: 3px
    }
    .otz-list .block .txt {
        padding-top: 15px;
        font-size: 18px;
        line-height: 21px
    }
    .about {
        position: relative
    }
    .about .bg {
        background: url(../img/about.jpg) top center no-repeat;
        background-size: auto 400px;
        height: 400px
    }
    .about .txt {
        padding-top: 20px
    }
    .about-history {
        padding-left: 15px;
        margin: 10px auto 0;
        max-width: 400px
    }
    .about-history .block {
        border-left: 5px dotted #dedede;
        position: relative;
        max-width: 350px;
        min-height: 120px;
        margin-bottom: 5px;
        padding: 0 15px 20px
    }
    .about-history .block:last-child {
        padding-bottom: 0
    }
    .about-history .block:before {
        position: absolute;
        display: block;
        width: 10px;
        height: 10px;
        background: #f44336;
        border-radius: 50%;
        top: 0;
        left: -8px;
        content: ''
    }
    .about-history .block .txt {
        top: -6px;
        position: relative
    }
    .claim-cb-comment {
        padding-left: 25px
    }
    .claim-label {
        padding-bottom: 5px;
        font-size: 14px
    }
    .claim-totals {
        border-top: 1px solid #c2c2c2;
        padding-top: 20px;
        padding-bottom: 20px;
        margin-top: 15px
    }
    .claim-totals .f14 {
        padding-left: 15px
    }
    .pay-area {
        height: 255px;
        margin: 30px 0 10px
    }
    .pay-area .card {
        position: absolute;
        z-index: 2;
        top: 0;
        left: 0;
        width: 358px;
        height: 225px
    }
    .pay-area .cvc {
        position: absolute;
        z-index: 1;
        top: 30px;
        right: 0;
        width: 358px;
        height: 225px;
        padding: 110px 30px 0 270px
    }
    .pay-area .cvc input {
        width: 30px
    }
    .mess .block {
        height: 180px
    }
    .mess .block .full {
        position: absolute;
        left: 0;
        height: 63px;
        line-height: 21px;
        overflow: hidden;
        padding: 0 20px 20px;
        z-index: 1
    }
    .mess .block .full.open,
    .mess .block .full:hover {
        top: 0;
        padding: 84px 20px 20px;
        height: auto;
        outline: #cecece solid 1px;
        background: linear-gradient(transparent 84px, #fff 84px)
    }
    .help .hint.bottom-left {
        left: -322px
    }
}

@media (min-width:970px) {
    .h1,
    h1 {
        font-size: 44px
    }
    .h2,
    h2 {
        font-size: 38px
    }
    .h3,
    h3 {
        font-size: 36px
    }
    .pe-acc .ico-logout {
        padding-left: 35px
    }
    .linepad {
        padding-top: 40px;
        padding-bottom: 40px
    }
    .pe-top>.menu>.rel>.all {
        position: relative;
        border: none;
        display: block;
        top: 0;
        padding: 0;
        max-width: 100%
    }
    .pe-top>.menu>.rel>.all a {
        display: inline-block;
        padding: 0 10px 0 0
    }
    .pe-top>.menu>.rel>.all a.more {
        display: inline-block
    }
    .pe-top>.menu>.rel>.all .baselinks {
        display: block
    }
    .pe-top>.menu>.rel>.all .morelinks {
        display: none;
        position: absolute;
        right: 0;
        top: 100%;
        padding: 10px;
        border: 2px solid #949494;
        background: #fff;
        z-index: 10
    }
    .pe-top>.menu>.rel>.all .morelinks a,
    .pe-top>.menu>.rel>.all .morelinks.open {
        display: block
    }
    label.pe-label {
        display: inline-block;
        margin: 0
    }
    .checkbox {
        line-height: 10px
    }
    .checkbox input[type=checkbox] {
        width: 10px;
        height: 10px
    }
    .checkbox span {
        margin-left: 5px;
        line-height: inherit
    }
    .checkbox span:before {
        border-width: 1px;
        width: 10px;
        height: 10px
    }
    .pe-list {
        padding: 62px 0 20px;
        position: relative
    }
    .pe-list .th {
        position: absolute;
        top: 0;
        left: 0;
        width: 970px;
        background: #fff;
        z-index: 2;
        border-bottom: 1px solid #C2C2C2!important
    }
    .pe-list .th.scroll {
        position: fixed;
        top: 93px;
        right: 0;
        margin: 0 auto
    }
    .pe-list .th .declaration,
    .pe-list .th .price,
    .pe-list .th .status,
    .pe-list .th .ves {
        font-weight: 700
    }
    .pe-list .item.th .declaration,
    .pe-list .item.th .price,
    .pe-list .item.th .status,
    .pe-list .item.th .thead,
    .pe-list .item.th .ves,
    .pe-list .th .declaration,
    .pe-list .th .price,
    .pe-list .th .status,
    .pe-list .th .thead,
    .pe-list .th .ves {
        display: block
    }
    .pe-list .item {
        border-top: 1px solid #C2C2C2;
        font-size: 15px
    }
    .pe-list .item .subline {
        left: 20px;
        width: 1px
    }
    .pe-list .item .subline.mn {
        top: 30px
    }
    .pe-list .item .subline>.dot {
        height: 1px;
        width: 14px;
        margin-top: 29px
    }
    .pe-list .item .subline>.dot:before {
        width: 7px;
        height: 7px;
        top: -3px;
        left: -3px
    }
    .pe-list .item .col-buttons {
        padding-left: 10px;
        padding-right: 10px;
        position: relative;
        float: left;
        width: 40px;
        display: block
    }
    .pe-list .item .col-head {
        float: left;
        width: 460px;
        padding-left: 0;
        padding-right: 10px;
        position: relative
    }
    .pe-list .item .col-data {
        float: left;
        width: 470px;
        padding-left: 0;
        padding-right: 10px;
        position: relative
    }
    .pe-list .item .buttons {
        padding-bottom: 0
    }
    .pe-list .item .buttons a,
    .pe-list .item .buttons label {
        display: block
    }
    .pe-list .item .buttons .icon {
        margin: 0
    }
    .pe-list .item .zakaz {
        width: 100px;
        float: left;
        font-size: 14px
    }
    .pe-list .item .head {
        margin-left: 100px
    }
    .pe-list .item .head a {
        font-size: 14px
    }
    .pe-list .item .head.marked {
        padding-left: 25px;
        background-position: 0 3px
    }
    .pe-list .item .tracknumber,
    .pe-list .item div.expand {
        margin-left: 100px
    }
    .pe-list .item .declaration,
    .pe-list .item .price,
    .pe-list .item .status,
    .pe-list .item .ves {
        float: left;
        display: block;
        margin: 0
    }
    .pe-list .item .ves {
        width: 70px
    }
    .pe-list .item .declaration {
        width: 130px
    }
    .pe-list .item .price {
        width: 90px
    }
    .pe-list .item .status {
        width: 170px
    }
    .pe-list .consists .line {
        padding: 20px 0 0
    }
    .pe-list .consists .line:first-child {
        padding-top: 20px
    }
    .pe-list .consists .line:first-child .subline>.dot {
        margin-top: 28px
    }
    .pe-list .consists .line:last-child .subline {
        height: 30px
    }
    .pe-list .consists .line .zakaz {
        padding-left: 0
    }
    body {
        padding-bottom: 70px
    }
    .pe-head h1 {
        margin-top: 0
    }
    .pe-boxes {
        padding: 15px 0
    }
    .pe-actions {
        padding: 20px 0
    }
    footer .copyr {
        position: absolute;
        top: 15px
    }
    .popup.photos .pic {
        height: 210px
    }
    .popup.photos .pic .img {
        height: 140px
    }
    .popup.photos .pic .photoname {
        font-size: 14px
    }
    .hint .body {
        width: 360px;
        height: 190px;
        padding: 30px
    }
    .hint .body .switch {
        bottom: 30px;
        left: 30px
    }
    .hint .body .step {
        bottom: 54px;
        right: 30px
    }
    .adress-block {
        height: 180px;
        padding: 30px 70px 30px 30px
    }
    .adress-block .fio {
        margin-bottom: 10px
    }
    .adress-block .btns {
        right: 30px;
        top: 15px
    }
    .adress-block .btns a {
        margin: 20px 0
    }
    .no-adress {
        padding-left: 100px
    }
    .calc-ways-place {
        display: block;
        height: 390px
    }
    .calc-ways-result {
        position: absolute;
        top: 0;
        right: 0
    }
    .add-list .th,
    .add-steps .step {
        display: block
    }
    .add-list .row {
        padding-bottom: 0;
        margin-bottom: 0;
        border-bottom: none
    }
    .limits .split {
        display: none
    }
    .virtual-addr {
        padding: 60px;
        font-size: 44px
    }
    .virtual-feat {
        padding-top: 0;
        padding-left: 80px;
        padding-bottom: 40px
    }
    .cat-list .block {
        height: 245px
    }
    .cat-list .block .photo {
        height: 165px
    }
    .faq .block {
        margin: 40px 0;
        padding: 20px 0 0 95px;
        position: relative
    }
    #googlemap {
        height: 520px
    }
    .maps .map .caption {
        padding: 30px 30px 60px
    }
    .maps .map .caption .control {
        padding: 0 30px
    }
    .maps .map .geo {
        height: inherit
    }
    .maps .map .info {
        position: absolute;
        top: -460px
    }
    .pos-steps .block {
        text-align: left
    }
    .pos-steps .block .icon {
        background-position: bottom left
    }
    .pos-steps .block .arrow {
        width: 60px;
        left: 100%;
        bottom: 50%;
        transform: none;
        margin-left: 0
    }
    .pos-head {
        font-size: 44px
    }
    .pos-variants .block {
        margin-bottom: 30px;
        text-align: center
    }
    .pos-variants .block .photo {
        height: 80px;
        line-height: 80px;
        margin-bottom: 20px
    }
    .pos-variants .block .photo img {
        max-width: 100%;
        max-height: 100%;
        vertical-align: bottom;
        margin: 0
    }
    .pos-care-line .container {
        margin-top: -10px
    }
    .pos-care-line .block {
        margin-bottom: 30px
    }
    .pos-care-line .block .sum {
        margin-bottom: 15px
    }
    .pos-desc-button {
        padding: 30px
    }
    .pos-desc-icon {
        float: left
    }
    .pos-desc-text {
        margin-left: 95px
    }
    .pos-desc-icon-50 {
        width: 250px;
        height: 250px;
        background-position: top left;
        float: left
    }
    .pos-desc-text-50 {
        margin-left: 270px
    }
    .pos-desc-video {
        padding-top: 0
    }
    .services .service {
        padding: 40px 0
    }
    .services .service .gline {
        margin-bottom: 60px
    }
    .services .service .left {
        text-align: left;
        padding: 40px 15px 40px 50%;
        position: relative
    }
    .services .service .left .capt {
        font-size: 24px
    }
    .services .service .left .icon {
        width: 192px;
        height: 192px;
        top: 50%;
        left: 25%;
        margin-top: -96px;
        margin-left: -96px
    }
    .services .service .txt {
        font-size: 16px
    }
    .about {
        min-height: 500px
    }
    .about .bg {
        position: absolute;
        top: 0;
        left: 50%;
        width: 50%;
        height: 100%;
        background: url(../img/about.jpg) top left no-repeat
    }
    .about .txt {
        padding-top: 90px
    }
    .about-history {
        padding-left: 370px;
        max-width: 750px
    }
    .about-history .block {
        margin-bottom: 0
    }
    .about-history .block:nth-child(2n) .txt {
        left: -370px
    }
    .claim-label {
        display: none
    }
    .claim-to-del .icon {
        position: absolute
    }
    .pay-area {
        height: 255px;
        margin: 30px 0 10px
    }
    .pay-area .card {
        position: absolute;
        z-index: 2;
        top: 0;
        left: 0;
        width: 358px;
        height: 225px
    }
    .pay-area .cvc {
        position: absolute;
        z-index: 1;
        top: 30px;
        right: 0;
        width: 358px;
        height: 225px;
        padding: 110px 30px 0 270px
    }
    .pay-area .cvc input {
        width: 30px
    }
    .pos-desc-desc {
        min-height: 160px
    }
    .mess .block {
        height: 180px
    }
    .mess .block .full {
        position: absolute;
        left: 0;
        height: 63px;
        line-height: 21px;
        overflow: hidden;
        padding: 0 20px 20px;
        z-index: 1;
        width: 100%
    }
    .mess .block .full.open,
    .mess .block .full:hover {
        top: 0;
        padding: 84px 20px 20px;
        height: auto;
        min-height: 100%;
        outline: #cecece solid 1px;
        background: linear-gradient(transparent 84px, #fff 84px)
    }
    .help .hint.bottom-left {
        left: -322px
    }
    .dops .th {
        font-size: 14px;
        font-weight: 400;
        margin-bottom: 0
    }
}

@media (min-width:1200px) {
    .pe-list {
        padding: 56px 0 20px
    }
    .pe-list .th {
        width: 1170px
    }
    .pe-list .item {
        padding-top: 20px;
        padding-bottom: 20px;
        font-size: 16px
    }
    .pe-list .item .subline {
        left: 25px
    }
    .pe-list .item .col-buttons {
        padding-left: 15px;
        padding-right: 15px;
        float: left;
        width: 50px
    }
    .pe-list .item .col-head {
        width: 580px
    }
    .pe-list .item .col-data {
        width: 540px
    }
    .pe-list .item .zakaz {
        font-size: 16px
    }
    .pe-list .item .head {
        margin-left: 110px
    }
    .pe-list .item .head a {
        font-size: 16px
    }
    .pe-list .item div.expand {
        margin-left: 110px
    }
    .pe-list .item .ves {
        width: 80px
    }
    .pe-list .item .declaration {
        width: 140px
    }
    .pe-list .item .price {
        width: 130px
    }
    .pe-list .item .status {
        width: 180px
    }
    .pe-list .item .status>.icon {
        width: 25px;
        height: 25px
    }
    .pe-list .item .status>span {
        margin-left: 30px
    }
    .pe-list .item .status>a {
        font-size: 14px;
        padding: 7px 13px
    }
    .pe-list .item .status>a.explode {
        display: none
    }
    .pe-head h1 {
        margin-top: 0
    }
    footer {
        margin-top: 40px
    }
    footer .filials {
        margin-bottom: 60px
    }
    footer .links {
        padding: 60px 0
    }
    footer .timezone {
        padding: 60px 30px 30px;
        position: absolute;
        top: 0;
        right: 0;
        height: 100%
    }
    footer .block {
        padding-top: 60px;
        height: 220px
    }
    footer .copyr {
        top: 60px
    }
    .hint .body {
        width: 360px;
        height: 190px;
        padding: 30px
    }
    .hint .body .switch {
        bottom: 30px;
        left: 30px
    }
    .hint .body .step {
        bottom: 54px;
        right: 30px
    }
    .no-adress {
        padding-left: 100px
    }
    .reg-accept {
        line-height: 56px
    }
    .limits .split {
        display: none
    }
    .add-steps .step {
        display: block
    }
    .virtual-addr {
        padding: 60px;
        font-size: 44px
    }
    .virtual-feat {
        padding-top: 0;
        padding-left: 80px;
        padding-bottom: 40px
    }
    .cat-list .block {
        height: 280px
    }
    .cat-list .block .photo {
        height: 200px
    }
    .faq .block {
        margin: 40px 0;
        padding: 20px 0 0 95px;
        position: relative
    }
    #googlemap {
        height: 520px
    }
    .maps .map .info {
        position: absolute;
        top: -460px
    }
    .pos-head {
        font-size: 44px
    }
    .pos-steps .block {
        text-align: left
    }
    .pos-steps .block .icon {
        background-position: bottom left
    }
    .pos-steps .block .arrow {
        width: 60px;
        left: 100%;
        bottom: 50%;
        transform: none;
        margin-left: 0
    }
    .pos-variants .block {
        margin-bottom: 30px;
        text-align: center
    }
    .pos-variants .block .photo {
        height: 80px;
        line-height: 80px;
        margin-bottom: 20px
    }
    .pos-variants .block .photo img {
        max-width: 100%;
        max-height: 100%;
        vertical-align: bottom;
        margin: 0
    }
    .pos-care-line .container {
        margin-top: -10px
    }
    .pos-care-line .block {
        margin-bottom: 30px
    }
    .pos-care-line .block .sum {
        margin-bottom: 15px
    }
    .pos-desc-button {
        padding: 30px
    }
    .pos-desc-icon {
        float: left
    }
    .pos-desc-icon-50 {
        width: 300px;
        height: 250px;
        background-position: top left;
        float: left
    }
    .pos-desc-text-50 {
        margin-left: 320px
    }
    .pos-desc-text {
        margin-left: 95px
    }
    .pos-desc-video {
        padding-top: 0
    }
    .services .list {
        height: 700px;
        position: relative;
        overflow: hidden
    }
    .services .controls {
        position: absolute;
        z-index: 2;
        left: 0;
        top: -610px;
        padding-bottom: 100px
    }
    .services .controls .dotts {
        width: 16px
    }
    .services .controls .dotts span {
        display: block;
        width: 16px;
        height: 16px;
        border-radius: 50%;
        border: 1px solid #949494;
        position: relative;
        cursor: pointer;
        margin-bottom: 16px
    }
    .services .controls .dotts span.active {
        border: 1px solid #2196F3
    }
    .services .controls .dotts span.active:after {
        position: absolute;
        width: 6px;
        height: 6px;
        background: #2196F3;
        border-radius: 50%;
        top: 4px;
        left: 4px;
        content: '';
        display: block
    }
    .services .controls .next {
        font-weight: 700;
        cursor: pointer;
        transform: rotate(-90deg);
        position: absolute;
        white-space: nowrap;
        left: -60px;
        bottom: 0
    }
    .services .controls .next .icon {
        width: 20px;
        height: 14px;
        margin-right: 8px;
        vertical-align: bottom
    }
    .services .service {
        height: 700px;
        width: 100%;
        position: absolute;
        left: 0;
        top: 700px;
        background: linear-gradient(90deg, #f5f5f5, #f5f5f5 50%, #fff 50%, #fff);
        padding: 0;
        z-index: 1;
        transition: .5s
    }
    .services .service.active {
        z-index: 2;
        top: 0
    }
    .services .service.in {
        top: -700px;
        transition: none
    }
    .services .service .gline {
        background: 0 0;
        width: 50%;
        float: left;
        margin: 0 auto;
        padding: 90px 0;
        height: 700px
    }
    .services .service .gline .container {
        width: auto;
        padding: 0
    }
    .services .service .left {
        padding: 0 90px;
        margin-bottom: 0;
        float: right;
        width: 570px;
        text-align: center
    }
    .services .service .left .icon {
        width: 256px;
        height: 256px;
        position: relative;
        top: auto;
        left: auto;
        margin: 0
    }
    .services .service .txt {
        float: left;
        width: 50%;
        border-left: 100px solid #f5f5f5;
        padding: 90px 0;
        height: 700px
    }
    .services .service .txt .container {
        width: 470px;
        padding: 0 0 0 100px
    }
    .about {
        min-height: 500px
    }
    .about .bg {
        position: absolute;
        top: 0;
        left: 50%;
        width: 50%;
        height: 100%;
        background: url(../img/about.jpg) top left no-repeat
    }
    .about .txt {
        padding-top: 90px
    }
    .claim-label {
        display: none
    }
    .pay-area {
        height: 255px;
        margin: 30px 0 10px
    }
    .pay-area .card {
        position: absolute;
        z-index: 2;
        top: 0;
        left: 0;
        width: 358px;
        height: 225px
    }
    .pay-area .cvc {
        position: absolute;
        z-index: 1;
        top: 30px;
        right: 0;
        width: 358px;
        height: 225px;
        padding: 110px 30px 0 270px
    }
    .pay-area .cvc input {
        width: 30px
    }
    .check-map {
        display: block;
        background: url(img/map-full.jpg) top left no-repeat;
        height: 745px;
        position: relative
    }
    .check-map .cnt {
        position: absolute;
        background-position: top left;
        background-repeat: no-repeat;
        display: none;
        z-index: 1
    }
    .check-map .cnt.active {
        display: block
    }
    .check-map .caption {
        position: absolute;
        top: 30px;
        left: 0;
        width: 390px
    }
    .check-map .cnt-ru {
        top: 0;
        left: 436px;
        width: 705px;
        height: 690px;
        background: url(img/map-ru.png) top left no-repeat
    }
    .check-map .cnt-ua {
        top: 473px;
        left: 383px;
        width: 705px;
        height: 690px;
        background: url(img/map-ua.png) top left no-repeat
    }
    .check-map .cnt-ar {
        top: 652px;
        left: 623px;
        width: 84px;
        height: 74px;
        background: url(img/map-ar.png) top left no-repeat
    }
    .check-map .cnt-az {
        top: 644px;
        left: 643px;
        width: 94px;
        height: 94px;
        background: url(img/map-az.png) top left no-repeat
    }
    .check-map .cnt-by {
        top: 388px;
        left: 392px;
        width: 141px;
        height: 134px;
        background: url(img/map-by.png) top left no-repeat
    }
    .check-map .cnt-eu {
        top: 24px;
        left: -4px;
        width: 525px;
        height: 746px;
        background: url(img/map-eu.png) top left no-repeat
    }
    .check-map .cnt-gr {
        top: 618px;
        left: 581px;
        width: 112px;
        height: 75px;
        background: url(img/map-gr.png) top left no-repeat
    }
    .check-map .cnt-kr {
        top: 624px;
        left: 926px;
        width: 163px;
        height: 97px;
        background: url(img/map-kr.png) top left no-repeat
    }
    .check-map .cnt-kz {
        top: 402px;
        left: 661px;
        width: 509px;
        height: 303px;
        background: url(img/map-kz.png) top left no-repeat
    }
    .check-map .cnt-md {
        top: 535px;
        left: 432px;
        width: 68px;
        height: 82px;
        background: url(img/map-md.png) top left no-repeat
    }
    .check-map .cnt-uz {
        top: 593px;
        left: 780px;
        width: 225px;
        height: 161px;
        background: url(img/map-uz.png) top left no-repeat
    }
    .check-map .flg {
        position: absolute;
        display: block;
        z-index: 2;
        background-repeat: no-repeat;
        padding-left: 35px;
        font-size: 14px;
        cursor: pointer
    }
    .check-map .flg span {
        white-space: nowrap
    }
    .check-map .flg.flag-ar {
        top: 670px;
        left: 630px
    }
    .check-map .flg.flag-az {
        top: 670px;
        left: 680px
    }
    .check-map .flg.flag-by {
        top: 450px;
        left: 420px
    }
    .check-map .flg.flag-eu {
        top: 530px;
        left: 180px
    }
    .check-map .flg.flag-gr {
        top: 637px;
        left: 600px
    }
    .check-map .flg.flag-kr {
        top: 650px;
        left: 985px
    }
    .check-map .flg.flag-kz {
        top: 540px;
        left: 860px
    }
    .check-map .flg.flag-md {
        top: 555px;
        left: 440px
    }
    .check-map .flg.flag-ru {
        top: 360px;
        left: 580px
    }
    .check-map .flg.flag-ua {
        top: 510px;
        left: 430px
    }
    .check-map .flg.flag-uz {
        top: 670px;
        left: 860px
    }
    .check-map .flg .data {
        position: absolute;
        bottom: 50px;
        left: -200px;
        width: 400px;
        border: 1px solid #c2c2c2;
        background: #fff;
        padding: 30px;
        display: none;
        box-shadow: 15px 15px 30px rgba(51, 51, 51, .15);
        border-radius: 2px
    }
    .check-map .flg .data .kg,
    .check-map .flg .data .money {
        background-repeat: no-repeat;
        background-position: top left;
        padding-left: 35px;
        min-height: 40px
    }
    .check-map .flg .data .money {
        margin-bottom: 20px
    }
    .check-map .flg.active.open {
        z-index: 3
    }
    .check-map .flg.active.open .data {
        display: block
    }
    .check-limits-list {
        display: none
    }
    .help .hint.bottom-left {
        left: -322px
    }
    .dops .th {
        font-size: 14px;
        font-weight: 400;
        margin-bottom: 0
    }
    table.price td,
    table.price th {
        padding: 30px 15px
    }
}

@media (min-width:1440px) {
    .page-top {
        height: 300px;
        padding-top: 80px;
        background-size: auto 300px
    }
}

@media (min-width:1920px) {
    .container,
    .pe-list .th {
        width: 1440px
    }
    .pe-list .item .col-buttons {
        width: 50px
    }
    .pe-list .item .col-head {
        width: 670px
    }
    .pe-list .item .col-data {
        width: 720px
    }
    .pe-list .item .ves {
        width: 90px
    }
    .pe-list .item .declaration {
        width: 180px
    }
    .pe-list .item .price {
        width: 140px
    }
    .pe-list .item .status {
        width: 300px
    }
    .pe-list .item .status>a,
    .pe-list .item .status>span {
        font-size: 16px
    }
}

@media (min-width:2400px) {
    .container,
    .pe-list .th {
        width: 1920px
    }
    .pe-list .item .col-head {
        width: 910px
    }
    .pe-list .item .col-data {
        width: 960px
    }
    .pe-list .item .ves {
        width: 160px
    }
    .pe-list .item .declaration {
        width: 300px
    }
    .pe-list .item .price {
        width: 150px
    }
    .pe-list .item .status {
        width: 340px
    }
}

table.price th,
table.price td {
    padding: 10px 15px;
    font-size: 14px;
    font-weight: normal;
    vertical-align: top;
}

table.pr100 th,
table.pr100 td {
    padding: 10px 7px;
}

table.price tbody:hover {
    background: #F5F5F5;
}

table.price td.colspan {
    padding-bottom: 0;
}