.co-title {
    margin: 0 0 1rem
}

.co-title--h1 {
    font-size: 2.1429rem
}

.co-title--h2 {
    font-size: 1.7142rem
}

.co-title--h3 {
    font-size: 1.4286rem
}

.co-title--h4 {
    font-size: 1.2857rem
}

.co-title-required:after {
    font-size: 0.9em;
    margin-left: 0.2em;
    line-height: 0.7em;
    content: '*';
    color: red
}

.co-price {
    font-weight: bold
}

.co-price--current {
    font-weight: bold;
    font-size: 1.2857rem
}

.co-notice--success {
    color: #3c763d;
    background-color: #dff0d8
}

.co-notice--info {
    color: #31708f;
    background-color: #d9edf7
}

.co-notice--warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}

.co-notice--danger {
    color: #a94442;
    background-color: #f2dede
}

.co-notice--flash {
    border-radius: 2px;
    padding: 1rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    margin-right: 1rem;
    margin-left: 1rem;
    flex: 1 1 100%;
    line-height: 1.25
}

.co-input {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%
}

.co-input:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
    width: 100%
}

.co-input--country {
    margin-bottom: 1rem
}

.co-input-label {
    display: block;
    margin-bottom: 0.5em;
    line-height: 1
}

.co-input-label:after {
    font-size: 1.2857rem
}

.co-input-field,.picker-input--active {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0.75rem 0.5rem;
    border: 1px solid #cccccc;
    margin-bottom: 0;
    position: relative;
    line-height: 1rem;
    background-color: #fff;
    color: #1c1c1c;
    resize: vertical;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.co-input-field:hover,.co-input-field:focus,.picker-input--active {
    outline: none
}

.co-input-notice {
    display: none;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    background-color: transparent;
    font-size: 1rem;
    text-align: right;
    line-height: 1.25
}

.co-input-title {
    display: block;
    font-size: 1.2857rem
}

.co-input-description {
    display: block;
    margin-top: 0.5rem;
    font-size: 1rem
}

.co-input-tooltip {
    display: block;
    margin-top: 0.5rem;
    font-size: 0.8571rem
}

.co-input-file_name_wrapper {
    display: none;
    padding-top: 0.5rem
}

.co-input-file_name_wrapper>*+* {
    margin-left: 0.32em
}

.co-input--required .co-input-label:after {
    font-size: 0.9em;
    margin-left: 0.2em;
    line-height: 0.7em;
    content: '*';
    color: red
}

.co-input--static .co-input-field,.co-input--static .picker-input--active {
    border: none;
    padding: 0.8rem 0rem
}

.co-input--error .co-input-notice {
    display: block
}

.co-input--file .co-input-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1.5rem 0.5rem;
    border: 1px dashed #cccccc;
    position: relative;
    cursor: pointer;
    background-color: #fff;
    color: #1c1c1c
}

.co-input--file .co-input-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    padding-right: 1rem;
    font-size: 2.5rem;
    text-align: right;
    color: #cccccc
}

.co-input--file .co-input-description_container {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-left: 1rem;
    padding-right: 1rem
}

.co-input--file .co-input-title {
    margin-bottom: 0.15rem
}

.co-input--file .co-input-description {
    margin-top: 0.15rem
}

.co-input--file .co-input-field,.co-input--file .picker-input--active {
    border: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    cursor: pointer;
    opacity: 0;
    z-index: 0
}

.co-input--file .co-input-tooltip--file_drag_inabled {
    display: none
}

.co-input--file:hover .co-input-wrapper,.co-input--file:focus .co-input-wrapper,.co-input--file.picker-input--active .co-input-wrapper {
    border-style: solid
}

.co-input--file:hover .co-input-icon,.co-input--file:focus .co-input-icon,.co-input--file.picker-input--active .co-input-icon {
    color: #1c1c1c
}

.co-input--file_draggable .co-input-tooltip--file_drag_inabled {
    display: block
}

.co-input--file_draggable .co-input-tooltip--file_drag_disabled {
    display: none
}

.co-input--file_selected .co-input-icon {
    color: #1c1c1c
}

.co-input--file_selected .co-input-wrapper {
    border-style: solid
}

.co-input--file_selected .co-input-file_name_wrapper {
    display: block
}

.co-input--password.not-register,.co-input--password_confirmation.not-register {
    display: none
}

.co-input--code {
    display: none
}

.co-input--code input::-webkit-outer-spin-button,.co-input--code input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.co-input--code input[type=number] {
    -moz-appearance: textfield
}

.co-input-select {
    position: relative;
    background-color: #fff;
    border-radius: 2px;
    color: #1c1c1c
}

.ie .co-input-select:after {
    content: none
}

.co-input+.co-input,.co-tabs-content+.co-input {
    margin-top: 1rem
}

.co-input--captcha {
    margin-top: 1rem
}

.co-toggable_field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    cursor: pointer;
    border-style: dotted;
    border-width: 1px;
    border-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.co-toggable_field-input {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 2rem;
    flex: 0 0 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #1c1c1c
}

.co-toggable_field-input input {
    width: 0;
    height: 0;
    display: none;
    border: none;
    opacity: 0
}

.co-toggable_field-input input+span {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 18px;
    flex: 0 0 18px;
    position: relative;
    width: 18px;
    height: 18px;
    line-height: 1.2;
    -webkit-box-shadow: inset 0 0 0 2px currentColor;
    box-shadow: inset 0 0 0 2px currentColor
}

.co-toggable_field-input input:focus+span,.co-toggable_field-input input.picker-input--active+span,.co-toggable_field-input input:checked+span {
    -webkit-box-shadow: inset 0 0 0 10px currentColor;
    box-shadow: inset 0 0 0 10px currentColor
}

.co-toggable_field-input--radio input+span {
    border-radius: 50%
}

.co-toggable_field-input--radio input:focus+span,.co-toggable_field-input--radio input.picker-input--active+span,.co-toggable_field-input--radio input:checked+span {
    -webkit-box-shadow: inset 0 0 0 7px currentColor;
    box-shadow: inset 0 0 0 7px currentColor
}

.co-toggable_field-input--checkbox {
    -webkit-align-self: baseline;
    -ms-flex-item-align: baseline;
    align-self: baseline
}

.co-toggable_field-input--checkbox input+span {
    border-radius: 2px
}

.co-toggable_field-input--checkbox input+span:after {
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    font-family: "Glyphicons Halflings";
    font-size: 0.6rem
}

.co-toggable_field-input--checkbox input:checked+span:after {
    content: '\e013';
    color: #fff
}

.co-toggable_field-information {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 250px;
    flex: 1 1 250px;
    padding: 0 0.5rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.co-toggable_field-title {
    margin: 0 0 0.25rem;
    line-height: 1.25
}

.co-toggable_field-description {
    margin: 0.25rem 0 0;
    line-height: 1.25
}

.co-toggable_field-description * {
    margin-bottom: 0
}

.co-toggable_field-price {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0.5rem 0.5rem 0.5rem 2.5rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.co-toggable_field--bordered {
    padding: 0.5rem 0
}

.co-toggable_field--bordered .co-toggable_field-information {
    padding: 0.5rem 0.5rem
}

.co-toggable_field--bordered .co-toggable_field-title {
    margin: 0.25rem 0
}

.co-toggable_field--bordered .co-toggable_field-description {
    margin: 0.25rem 0
}

.co-toggable_field--bordered:hover {
    border-color: #cccccc
}

.co-toggable_field--bonus_points {
    margin-top: 1rem
}

.co-button,.picker-button {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: none;
    padding: 0.5rem 1rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap;
    text-decoration: none
}

.co-button:disabled,.picker-button:disabled {
    cursor: not-allowed
}

.co-button-inner {
    margin: -0.25rem;
    vertical-align: middle
}

.co-button-icon {
    padding: 0.25rem;
    vertical-align: middle
}

.co-button-caption {
    padding: 0.25rem
}

.co-button--password_recover {
    position: relative;
    line-height: 1;
    margin-left: 1.5rem;
    vertical-align: middle
}

.co-button--password_recover:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0rem;
    left: 0;
    right: 0;
    color: inherit;
    border-bottom: 1px dotted
}

.co-button--secondary {
    background: var(--color-btn-bg-disabled) !important
}

.co-button--link {
    position: relative;
    line-height: 1;
    margin-left: 1.5rem;
    vertical-align: middle
}

.co-button--link:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0rem;
    left: 0;
    right: 0;
    color: inherit;
    border-bottom: 1px dotted
}

.co-button--checkout {
    display: block
}

.co-button--checkout-login {
    width: 100%
}

.co-button--small {
    font-size: inherit;
    padding: 0.25rem 1rem
}

.co-form-controls {
    margin: -0.5rem;
    padding-top: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.co-form-button {
    margin: 0.5rem 0.5rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.co-form-hidden {
    display: none
}

.co-modal--login {
    width: 500px
}

html {
    height: 100%
}

body {
    display: block;
    min-height: 100%;
    height: auto;
    min-width: 320px
}

img {
    vertical-align: middle;

}

.lock_scroll {
    overflow-y: hidden;
    height: 100%
}

.lock_scroll body {
    height: 100%;
    overflow-y: hidden
}

.lock_scroll.desktop {
    padding-right: 15px
}

a:not([class]),.link,.co-link {
    color: inherit;
    cursor: pointer
}

a:not([class]):focus,.picker-input--active:not([class]),a:not([class]):hover,.link:focus,.link.picker-input--active,.link:hover,.co-link:focus,.co-link.picker-input--active,.co-link:hover {
    color: #34a8d2
}

.co-checkout-title {
    width: 100%
}

.co-checkout-block {
    margin-bottom: 1rem
}

.co-checkout-block--padded {
    flex: 1 1 auto
}

.co-section--checkout_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex: 1 1 100%
}

.co-section--checkout_content {
    position: relative;
    min-height: 100%
}

.co-section--checkout_order {
    width: 50%
}

.co-section--content_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: flex-start;
    position: relative
}

.co-section--content {
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 100%;
    flex-direction: row;
    flex-wrap: wrap
}

.co-section--content_block {
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    flex-direction: row;
    flex-wrap: wrap
}

.co-logo {
    padding-top: 1rem;
    padding-bottom: 1rem;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 200px;
    flex: 1 0 200px;
    word-wrap: break-word;
    white-space: normal;
    color: inherit
}

.co-header-phone {
    text-align: right;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    max-width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem
}

.wrap {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto
}

.loader {
    position: relative;
    right: 10px
}

.co-sidebar {
    width: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    -webkit-box-shadow: inset 2px 0 4px -2px #cccccc;
    box-shadow: inset 2px 0 4px -2px #cccccc;
    overflow-y: auto
}

.co-sidebar-toggler {
    display: none;
    width: 100%;
    padding: 1.3rem 1rem;
    border: none;
    font-size: 1.2857rem;
    background-color: #e6e6e6;
    color: #1c1c1c;
    cursor: pointer;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.co-sidebar-toggler .fa:first-child {
    margin-right: 0.5rem
}

.co-sidebar-toggler .fa:last-child {
    font-size: 14px;
    margin-left: 0.5rem
}

.co-sidebar-toggler:focus,.co-sidebar-toggler.picker-input--active,.co-sidebar-toggler:hover {
    background-color: #ececec
}

.co-sidebar-toggler--opend {
    background-color: #FBFBFB;
    -webkit-box-shadow: inset 0 2px 4px -2px #cccccc;
    box-shadow: inset 0 2px 4px -2px #cccccc
}

.co-sidebar-toggler--menu {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.co-sidebar-toggler_title {
    display: inline-block;
    margin-left: 0.3em;
    margin-right: 0.6rem
}

.co-sidebar--menu {
    align-self: stretch
}

.co-login {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%
}

@media screen and (max-width: 767px) {
    .co-login {
        flex:0 1 auto
    }
}

.co-login-title {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%
}

.co-login-form_placeholder {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%
}

.co-login-text {
    margin-top: 1rem
}

.co-login-spacer {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%
}

.co-social_login-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.co-social_login-box .co-social_login-list {
    display: inline-block;
    margin: 0 -0.25rem
}

.co-social_login-title {
    margin-bottom: 0.4em;
    line-height: 1
}

.co-social_login-list .co-button.sber_id_login,.co-social_login-list .sber_id_login.picker-button {
    padding: 0;
    border: 0;
    background-color: transparent !important;
    border-radius: 0
}

.co-social_login-list .co-button.sber_id_login:hover,.co-social_login-list .sber_id_login.picker-button:hover {
    border: 0;
    background-color: transparent !important;
    opacity: 0.95
}

.co-social_login-list .co-button.sber_id_login a,.co-social_login-list .sber_id_login.picker-button a {
    width: 100%;
    box-sizing: border-box;
    border-radius: var(--controls-btn-border-radius, 2px) !important;
    padding-left: var(--controls-btn-padding-x, 1em) !important;
    padding-right: var(--controls-btn-padding-x, 1em) !important
}

.co-social_login-list .co-button.sber_id_login.sber_id_login-only-icon .sbid-button__text,.co-social_login-list .sber_id_login.sber_id_login-only-icon.picker-button .sbid-button__text {
    display: none
}

.co-social_login-list_inner {
    margin: -0.25rem
}

.co-social_login-button {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding: 0 1rem;
    margin: 0.25rem;
    font-size: 1rem !important
}

.co-social_login-button--yandex {
    color: #fff !important;
    border-color: #000 !important;
    background-color: #000 !important
}

.co-social_login-button--yandex:hover,.co-social_login-button--yandex:focus,.co-social_login-button--yandex.picker-input--active {
    background-color: black !important
}

.co-social_login-button--yandex .co-button-inner {
    display: flex;
    align-items: center
}

.co-social_login-button--yandex-logo {
    color: #fff !important;
    border-color: #ff0000 !important;
    background-color: #ff0000 !important;
    padding: 0 !important;
    width: var(--controls-height-m)
}

.co-social_login-button--yandex-logo:hover,.co-social_login-button--yandex-logo:focus,.co-social_login-button--yandex-logo.picker-input--active {
    background-color: #cc0000 !important
}

@media screen and (max-width: 480px) {
    .co-social_login-button--yandex-logo {
        width:var(--controls-height-m) !important
    }
}

.co-social_login-button--mailru {
    color: #fff !important;
    border-color: #fda840 !important;
    background-color: #fda840 !important
}

.co-social_login-button--mailru:hover,.co-social_login-button--mailru:focus,.co-social_login-button--mailru.picker-input--active {
    background-color: #fc910e !important
}

.co-social_login-button--vkontakte {
    color: #fff !important;
    border-color: #0077FF !important;
    background-color: #0077FF !important;
    padding: var(--controls-btn-padding-y) 1.3rem !important
}

.co-social_login-button--vkontakte:hover,.co-social_login-button--vkontakte:focus,.co-social_login-button--vkontakte.picker-input--active {
    background-color: #005fcc !important
}

.co-social_login-button--vkontakte .co-button-inner {
    display: flex;
    align-items: center
}

.co-social_login-button--vkontakte-logo {
    color: #fff !important;
    border-color: #0077FF !important;
    background-color: #0077FF !important;
    padding: 0 !important;
    width: var(--controls-height-m)
}

.co-social_login-button--vkontakte-logo:hover,.co-social_login-button--vkontakte-logo:focus,.co-social_login-button--vkontakte-logo.picker-input--active {
    background-color: #005fcc !important
}

@media screen and (max-width: 480px) {
    .co-social_login-button--vkontakte-logo {
        width:var(--controls-height-m) !important
    }
}

.co-social_login-button--google {
    color: #fff !important;
    border-color: #4285f4 !important;
    background-color: #4285f4 !important
}

.co-social_login-button--google:hover,.co-social_login-button--google:focus,.co-social_login-button--google.picker-input--active {
    background-color: #1266f1 !important
}

.co-social_login-button--facebook {
    color: #fff !important;
    border-color: #3e5b98 !important;
    background-color: #3e5b98 !important
}

.co-social_login-button--facebook:hover,.co-social_login-button--facebook:focus,.co-social_login-button--facebook.picker-input--active {
    background-color: #2f4574 !important
}

.co-social_login-button--sberbank {
    color: #fff !important;
    border-color: #21A038 !important;
    background-color: #21A038 !important
}

.co-social_login-button--sberbank:hover,.co-social_login-button--sberbank:focus,.co-social_login-button--sberbank.picker-input--active {
    background-color: #187629 !important
}

@media screen and (max-width: 480px) {
    .co-social_login-button_form {
        width:100%
    }
}

@media screen and (min-width: 769px) {
    .co-social_login--mobile_only {
        display:none
    }
}

@media screen and (max-width: 768px) {
    .co-social_login--desktop_only {
        display:none
    }
}

.co-social_login-button_group {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 70px
}

.co-social_login-button_group .co-social_login-button {
    background-color: inherit;
    background-size: cover;
    width: 50px;
    height: 50px;
    border: none
}

.co-social_login-button_group #subscribe_whats_app {
    background-image: url(/served_assets/shop/order/whats_app-8816586e6ab9abd5ecc8e035bc6db8fbc9d2a2f6a9009d4a446d59b302b7747d.png)
}

.co-social_login-button_group #subscribe_viber {
    background-image: url(/served_assets/shop/order/viber-e1a65bb5b03fdd1778b496d4a991c0e64bcb9a3df79ba803cce675455b83fdad.png)
}

.co-social_login-button_group #subscribe_telegram {
    background-image: url(/served_assets/shop/order/telegram-5a8e9ad4a4349321be64afa7882f7e954b4c9843e45deececd4ad7187ade77a5.png)
}

.co-social_login-button_group #subscribe_vk_max {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMDAwIDEwMDAiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYiI+PHN0b3Agb2Zmc2V0PSIwIiBzdG9wLWNvbG9yPSIjMDBmIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLW9wYWNpdHk9IjAiLz48L2xpbmVhckdyYWRpZW50PjxsaW5lYXJHcmFkaWVudCBpZD0iYSI+PHN0b3Agb2Zmc2V0PSIwIiBzdG9wLWNvbG9yPSIjNGNmIi8+PHN0b3Agb2Zmc2V0PSIuNjYyIiBzdG9wLWNvbG9yPSIjNTNlIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjOTNkIi8+PC9saW5lYXJHcmFkaWVudD48bGluZWFyR3JhZGllbnQgaWQ9ImMiIHgxPSIxMTcuODQ3IiB4Mj0iMTAwMCIgeTE9Ijc2MC41MzYiIHkyPSI1MDAiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiBocmVmPSIjYSIvPjxyYWRpYWxHcmFkaWVudCBpZD0iZCIgY3g9Ii04Ny4zOTIiIGN5PSIxMTY2LjExNiIgcj0iNTAwIiBmeD0iLTg3LjM5MiIgZnk9IjExNjYuMTE2IiBncmFkaWVudFRyYW5zZm9ybT0icm90YXRlKDUxLjM1NiAxNTUxLjQ3OCA1NTkuMylzY2FsZSgyLjQyNzAzNDMzIDEpIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgaHJlZj0iI2IiLz48L2RlZnM+PHJlY3Qgd2lkdGg9IjEwMDAiIGhlaWdodD0iMTAwMCIgZmlsbD0idXJsKCNjKSIgcnk9IjI0OS42ODEiLz48cmVjdCB3aWR0aD0iMTAwMCIgaGVpZ2h0PSIxMDAwIiBmaWxsPSJ1cmwoI2QpIiByeT0iMjQ5LjY4MSIvPjxwYXRoIGZpbGw9IiNmZmYiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTUwOC4yMTEgODc4LjMyOGMtNzUuMDA3IDAtMTA5Ljg2NC0xMC45NS0xNzAuNDUzLTU0Ljc1LTM4LjMyNSA0OS4yNzUtMTU5LjY4NiA4Ny43ODMtMTY0Ljk3OSAyMS45IDAtNDkuNDU2LTEwLjk1LTkxLjI0OC0yMy4zNi0xMzYuODczLTE0Ljc4Mi01Ni4yMS0zMS41NzItMTE4LjgwNy0zMS41NzItMjA5LjUwOCAwLTIxNi42MjYgMTc3Ljc1NC0zNzkuNTk3IDM4OC4zNTctMzc5LjU5NyAyMTAuNzg1IDAgMzc1Ljk0NyAxNzEuMDAxIDM3NS45NDcgMzgxLjYwNC43MDcgMjA3LjM0Ni0xNjYuNTk1IDM3Ni4xMTgtMzczLjk0IDM3Ny4yMjRtMy4xMDMtNTcxLjU4NWMtMTAyLjU2NC01LjI5Mi0xODIuNDk5IDY1LjctMjAwLjIwMSAxNzcuMDI0LTE0LjYgOTIuMTYyIDExLjMxNSAyMDQuMzk4IDMzLjM5NyAyMTAuMjM4IDEwLjU4NSAyLjU1NSAzNy4yMy0xOC45OCA1My44MzctMzUuNTg3YTE4OS44IDE4OS44IDAgMCAwIDkyLjcxIDMzLjAzMmMxMDYuMjczIDUuMTEyIDE5Ny4wOC03NS43OTQgMjA0LjIxNS0xODEuOTUgNC4xNTQtMTA2LjM4Mi03Ny42Ny0xOTYuNDg2LTE4My45NTgtMjAyLjU3NFoiIGNsaXAtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPgo=)
}

.co-social_login-box--wide .co-social_login-button {
    flex: 1 1 auto
}

.co-social_login-box--wide .co-social_login-button:first-child {
    margin-left: 0
}

.co-social_login-box--wide .co-social_login-button:last-child {
    margin-right: 0
}

.co-social_login-separator {
    display: flex;
    align-items: center;
    text-align: center;
    margin-top: 1rem;
    margin-bottom: 1rem
}

.co-social_login-separator::before,.co-social_login-separator::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #1c1c1c
}

.co-social_login-separator:not(:empty)::before {
    margin-right: 4em
}

.co-social_login-separator:not(:empty)::after {
    margin-left: 4em
}

.co-sber_login-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    margin-bottom: 1rem
}

@media screen and (max-width: 480px) {
    .co-sber_login-box {
        flex-direction:column;
        align-items: stretch
    }
}

.co-sber_login-box .sber_id_login {
    flex: 1 0
}

.co-sber_login-box .sber_id_login a {
    width: 100%;
    box-sizing: border-box;
    border-radius: var(--controls-btn-border-radius, 2px) !important
}

.co-sber_login-text {
    flex: 1 0;
    margin-left: 0.7rem;
    color: #555555;
    font-size: 0.8em;
    display: flex;
    justify-content: space-between;
    align-items: center
}

@media screen and (max-width: 480px) {
    .co-sber_login-text {
        margin-left:0;
        margin-top: 0.5rem
    }
}

.co-sber_login-text--text {
    flex: 1 1
}

.co-sber_login-text--icon {
    font-family: "Glyphicons Halflings";
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    margin-right: 0.3rem
}

.co-sber_login-text--icon:before {
    content: "\E033"
}

.co-breadcrumbs {
    font-size: 0.8571rem
}

.co-breadcrumbs-pipe {
    padding: 0 0.3rem;
    font-size: 8px
}

.co-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.co-tabs-header {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-right: 1rem
}

.co-tabs-controls {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 230px;
    flex: 1 0 230px;
    list-style-type: none;
    padding: 0;
    margin-bottom: 1rem;
    margin-left: auto;
    text-align: right
}

.co-tabs-node {
    padding: 0.5rem;
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none
}

.co-tabs-node:last-child {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px
}

.co-tabs-node:focus,.co-tabs-node.picker-input--active {
    z-index: 1
}

.co-tabs-content {
    margin-bottom: 1rem;
    display: none;
    width: 100%
}

.co-tabs-content--active {
    display: block
}

.co-delivery_adress-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-bottom: 1rem
}

.co-delivery_adress-form:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
    width: 100%
}

.co-delivery_adress .co-input--zip,.co-delivery_adress .co-input--country,.co-delivery_adress .co-input--region,.co-delivery_adress .co-input--city,.co-delivery_adress .co-input--date,.co-delivery_adress .co-input--time {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%
}

.co-delivery_adress .co-input--house,.co-delivery_adress .co-input--wing,.co-delivery_adress .co-input--flat {
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%
}

.co-delivery_method--loading,.co-delivery_method[style*="opacity: 0"] {
    pointer-events: none
}

.not_available {
    display: none
}

#deliveries-not-available {
    display: none
}

#payments-not-available {
    display: none
}

.co-basket {
    max-width: 600px
}

.co-basket .sticky {
    position: fixed
}

.co-basket>.stop {
    position: relative
}

.co-basket_item {
    margin-bottom: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.co-basket_item-image_container {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100px;
    flex: 0 1 100px
}

.co-basket_item-image {
    display: block;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    background-color: #fff;
    border-radius: 2px
}

.co-basket_item-image img {
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    display: inline-block !important;
    width: auto !important;
    max-width: 56%;
    max-height: 56%
}

.co-basket_item-description {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 180px;
    flex: 1 1 180px;
    padding: 0 1rem;
    word-wrap: break-word;
    word-break: keep-all
}

.co-basket_item-total {
    margin-left: auto;
    text-align: right
}

.co-basket_subtotal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.co-basket_subtotal-list {
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    padding: 1rem 0;
    margin-bottom: 1rem
}

.co-basket_subtotal-title {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 160px;
    flex: 1 1 160px
}

.co-basket_subtotal-price {
    margin-left: auto
}

.co-basket_total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.2857rem
}

.co-basket_total-title {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 160px;
    flex: 1 1 160px
}

.co-basket_total-price {
    line-height: 1;
    font-size: 1.7142rem;
    margin-left: auto
}

.picker {
    position: fixed;
    z-index: 1050;
    max-width: 95%;
    max-height: 95%;
    overflow-y: auto;
    overflow-y: initial;
    font-size: 1.1428rem;
    text-align: left;
    line-height: 1.2;
    color: #1c1c1c;
    background-color: #fff;
    border-radius: 2px;
    border: 1px solid #cccccc;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.picker--opened {
    position: fixed;
    top: 49.9%;
    left: 50%;
    min-width: 320px;
    -webkit-transform: translate(-50.1%, -50%);
    transform: translate(-50.1%, -50%);
    -webkit-box-shadow: 0 0 5px grba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px grba(0, 0, 0, 0.5)
}

.mobile .picker--opened {
    position: fixed;
    top: 0;
    left: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%
}

@media screen and (max-width: 480px) {
    .picker--opened {
        position:fixed;
        top: 0;
        left: 0;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        max-width: 100%;
        max-height: 100%;
        width: 100%;
        height: 100%
    }
}

.picker-holder {
    width: 100%;
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 18rem;
    max-width: 100%;
    max-height: 0;
    z-index: 1050;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    text-align: center;
    position: relative
}

.html:not(.mobile) .picker-holder {
    opacity: 0;
    -webkit-transform: translateY(-1em) perspective(600px) rotateX(10deg);
    transform: translateY(-1em) perspective(600px) rotateX(10deg);
    -webkit-transition: opacity 0.15s ease-out, max-height 0s 0.15s, border-width 0s 0.15s, -webkit-transform 0.15s ease-out;
    transition: opacity 0.15s ease-out, max-height 0s 0.15s, border-width 0s 0.15s, -webkit-transform 0.15s ease-out;
    transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s 0.15s, border-width 0s 0.15s;
    transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s 0.15s, border-width 0s 0.15s, -webkit-transform 0.15s ease-out
}

.picker--opened .picker-holder {
    max-height: 30em;
    border-top-width: 1px;
    border-bottom-width: 1px
}

.html:not(.mobile) .picker--opened .picker-holder {
    opacity: 1;
    -webkit-transform: translateY(0) perspective(600px) rotateX(0);
    transform: translateY(0) perspective(600px) rotateX(0);
    -webkit-transition: opacity 0.15s ease-out, max-height 0s, border-width 0s, -webkit-transform 0.15s ease-out;
    transition: opacity 0.15s ease-out, max-height 0s, border-width 0s, -webkit-transform 0.15s ease-out;
    transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s, border-width 0s;
    transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s, border-width 0s, -webkit-transform 0.15s ease-out;
    -webkit-box-shadow: 0 0 5px grba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px grba(0, 0, 0, 0.5)
}

.mobile .picker--opened .picker-holder {
    width: 100%;
    height: 100%;
    max-height: 100%;
    max-height: 100%;
    height: 100%
}

@media screen and (max-width: 480px) {
    .picker--opened .picker-holder {
        width:100%;
        height: 100%;
        max-height: 100%;
        max-height: 100%;
        height: 100%
    }
}

.picker-frame {
    padding: 1px
}

.picker-wrap {
    margin: -1px
}

.picker-box {
    padding: 0 1rem
}

.picker-button {
    margin: 1rem 0.25rem;
    background-color: transparent;
    border: 1px solid #cccccc;
    font-size: 1rem;
    color: #1c1c1c;
    font-size: 1rem
}

.picker-button:focus,.picker-button.picker-input--active,.picker-button:hover {
    background-color: transparent;
    border-color: #1f91ba;
    color: #1f91ba
}

.picker--date {
    width: 320px
}

.picker--date .picker-header {
    text-align: center;
    position: relative;
    margin: 1.25rem 0 1.75rem
}

.mobile .picker--date {
    width: 100%
}

.picker--date .picker-footer {
    margin: 0 -0.75rem
}

.picker-month,.picker-year {
    display: inline-block;
    margin-left: .25rem;
    margin-right: .25rem
}

.picker-month {
    text-transform: capitalize;
    font-weight: bold
}

.picker-year {
    color: #999999;
    font-size: .8em;
    font-style: italic
}

.picker-select--month,.picker-select--year {
    border: 1px solid #b7b7b7;
    height: 2em;
    padding: .5em;
    margin-left: .25em;
    margin-right: .25em
}

.picker-select--month:focus,.picker-select--month.picker-input--active,.picker-select--year:focus,.picker-select--year.picker-input--active {
    border-color: #0089ec
}

.picker-select--month {
    width: 35%
}

.picker-select--year {
    width: 22.5%
}

.picker-nav--prev,.picker-nav--next {
    position: absolute;
    padding: .5em 1em;
    width: 1em;
    height: 1em;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    top: -0.5em;
    cursor: pointer;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s
}

.picker-nav--prev:before,.picker-nav--next:before {
    font-family: "Glyphicons Halflings";
    font-size: 1rem
}

.picker-nav--prev:hover,.picker-nav--next:hover {
    color: #1f91ba
}

.picker-nav--prev {
    left: -1em;
    padding-right: 1.25em
}

.picker-nav--prev:before {
    content: '\f053'
}

.picker-nav--next {
    right: -1em;
    padding-left: 1.25em
}

.picker-nav--next:before {
    content: '\f054'
}

.picker-nav--disabled,.picker-nav--disabled:hover,.picker-nav--disabled:before,.picker-nav--disabled:before:hover {
    cursor: default;
    background: none;
    border-right-color: #f5f5f5;
    border-left-color: #f5f5f5
}

.picker-table {
    text-align: center;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    font-size: inherit;
    width: 100%
}

.picker-table td {
    margin: 0;
    padding: 0
}

.picker-weekday {
    width: 14.285714286%;
    font-size: .75em;
    padding-bottom: .25em;
    color: #cccccc;
    font-weight: 500
}

.picker-day {
    padding: .3125em 0;
    font-weight: 200;
    border: 1px solid transparent;
    cursor: pointer;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s
}

.picker-day--today {
    position: relative
}

.picker-day--today:before {
    content: " ";
    position: absolute;
    top: 2px;
    right: 2px;
    width: 0;
    height: 0;
    border-top: 0.5em solid #1f91ba;
    border-left: .5em solid transparent
}

.picker-day--disabled:before {
    border-top-color: #cccccc
}

.picker-day--outfocus {
    color: #cccccc
}

.picker-day--highlighted {
    border-color: #1f91ba;
    background-color: #e4f5fb
}

.picker-day--selected {
    background-color: #1f91ba;
    color: #fff
}

.picker-day--disabled {
    cursor: default
}

.picker-day:hover {
    border-color: #1f91ba;
    background-color: #e4f5fb
}

.picker--time {
    width: 320px
}

.picker--time .picker-holder {
    min-width: 100%
}

.picker--time .picker-box {
    padding: 0;
    position: relative
}

.mobile .picker--time {
    width: 100%
}

.picker--time .picker-title {
    padding: 1rem;
    text-transform: capitalize;
    border-bottom: 1px solid #cccccc
}

.picker--time .picker-footer {
    border-top: 1px solid #cccccc
}

.picker-list {
    list-style: none;
    padding: 0;
    margin: 0;
    max-height: 20rem;
    overflow-y: auto
}

.mobile .picker-list {
    max-height: 30rem
}

@media screen and (max-width: 480px) {
    .picker-list {
        max-height:30rem
    }
}

.picker-list_item {
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    margin-bottom: -1px;
    position: relative;
    background: #ffffff;
    padding: .75rem 1.25rem;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s
}

.picker-list_item:hover {
    cursor: pointer;
    color: #000000;
    background: #e4f5fb;
    border-color: #1f91ba;
    z-index: 10
}

.picker-list_item--highlighted {
    border-color: #1f91ba;
    background: #e4f5fb;
    z-index: 10
}

.picker-list_item--highlighted:hover,.picker--focused .picker-list_item--highlighted {
    cursor: pointer;
    color: #1c1c1c;
    background: #e4f5fb
}

.picker-list_item--selected,.picker-list_item--selected:hover,.picker--focused .picker-list_item--selected {
    background: #1f91ba;
    color: #ffffff;
    z-index: 10
}

.picker-list_item--disabled,.picker-list_item--disabled:hover,.picker--focused .picker-list_item--disabled {
    background: #f5f5f5;
    border-color: #f5f5f5;
    color: #dddddd;
    cursor: default;
    border-color: #cccccc;
    z-index: auto
}

.fc.old-theme-fix {
    overflow: visible
}

.fc.old-theme-fix:after {
    clear: both;
    display: block;
    content: ''
}

.tt-dropdown-menu {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    max-height: 300px;
    overflow-y: auto;
    left: 0;
    right: 0 !important;
    background-color: #fff;
    border: 1px solid #cccccc;
    z-index: 1050;
    -webkit-box-shadow: 0px 4px 14px -4px #cccccc;
    box-shadow: 0px 4px 14px -4px #cccccc;
    border-radius: 0
}

.tt-dropdown-menu small,.tt-dropdown-menu .empty-message {
    display: inline-block;
    padding: 0.75rem 1rem
}

.twitter-typeahead {
    width: 100%
}

.twitter-typeahead .tt-query,.twitter-typeahead .tt-hint {
    margin-bottom: 0
}

.tt-suggestion,.tt-footer {
    display: block;
    position: relative;
    padding: 1rem 1rem;
    cursor: pointer;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s
}

.tt-suggestion:not(:last-child):after {
    content: '';
    display: block;
    position: absolute;
    left: 1rem;
    right: 1rem;
    top: 100%;
    border-bottom: 1px dotted #cccccc;
    z-index: 1
}

.tt-suggestion:last-child {
    margin-bottom: 0
}

.tt-suggestion.tt-is-under-cursor,.tt-footer.tt-is-under-cursor {
    color: #fff;
    background-color: #e4f5fb
}

.tt-suggestion.tt-is-under-cursor a,.tt-footer.tt-is-under-cursor a {
    color: #fff
}

.tt-suggestion.tt-cursor,.tt-footer.tt-cursor {
    color: #fff;
    background-color: #428bca
}

.co-bonus_points {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.co-bonus_points-info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-bottom: 1.5rem
}

.co-bonus_points-info b {
    color: #34a8d2;
    font-weight: bold;
    font-size: 1rem
}

.co-bonus_points-field {
    display: inline-block;
    width: 6rem;
    padding: 0.6rem;
    margin: 0.5rem 0.5rem 0 0
}

.co-bonus_points-submit {
    margin: 0.5rem 1.2rem 0 0
}

.co-bonus_points-maximum_points {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    margin-top: 0.5rem;
    font-size: 0.875rem;
    color: #363636
}

.co-consignee_differs {
    margin-bottom: 2rem
}

.co-consignee_differs--hidden {
    display: none
}

.co-input-captcha_challenge {
    display: inline-block
}

.co-input-captcha_challenge a {
    margin: 0 1rem
}

.co-input-field--captcha {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100px;
    flex: 1 0 100px;
    max-width: 200px;
    margin: 0.5rem 0
}

.co-input--captcha {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 16px 0 16px
}

.co-input--captcha .co-input-label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

.co-input--captcha .co-input-description {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

.co-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.co-menu-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%
}

.co-menu-item+.co-menu-item {
    margin-top: 0.5rem
}

.co-menu-link {
    display: inline-block;
    line-height: 1.25
}

.co-menu-toggle {
    display: none;
    cursor: pointer;
    background-color: #e6e6e6;
    color: #333333
}

.co-menu-switcher {
    position: absolute;
    opacity: 0;
    z-index: -1
}

.co-menu-switcher:checked~.co-menu {
    display: block
}

.co-table {
    min-width: 100%;
    border-radius: 2px;
    border: 1px solid #cccccc;
    border-collapse: unset;
    border-spacing: 0
}

.co-table-row--striped:nth-child(even) {
    background-color: rgba(0,0,0,0.05)
}

.co-table-row:last-child {
    border-bottom: none
}

.co-table-cell {
    text-align: left;
    line-height: 1.2
}

.co-table-cell[data-title]:before {
    content: attr(data-title);
    display: none;
    margin-right: 0.5rem;
    color: #747474
}

.co-table-cell--head {
    padding: 1rem;
    font-weight: normal;
    border-bottom: 1px solid #cccccc;
    opacity: 0.75;
    color: #747474
}

.co-table-cell--body {
    padding: 0.5rem 1rem;
    border-bottom: 1px solid #cccccc
}

.co-table-cell--foot {
    padding: 1rem;
    text-align: right;
    border: none
}

.co-table-cell:last-child {
    text-align: right
}

.co-table-wrapper {
    overflow-x: auto
}

.co-order_history-total_title {
    display: inline-block;
    margin-right: 0.32em
}

.co-order_history-total_sum {
    display: inline-block
}

.co-order-block {
    padding: 0.5rem 0 0.5rem;
    margin-top: 0.5rem;
    margin-bottom: 1rem
}

.co-order-information {
    padding: 1rem 0 1rem;
    margin-top: 1rem;
    margin-bottom: 2rem;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc
}

.co-order-information_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: -0.25rem -0.5rem;
    padding: 0.5rem 0
}

.co-order-information_title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 160px;
    flex: 0 0 160px;
    margin: 0.25rem 0.5rem;
    color: #747474;
    opacity: 0.75
}

.co-order-information_value {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 300px;
    flex: 1 1 300px;
    margin: 0.25rem 0.5rem;
    line-height: 1.25;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.co-order-information_value>* {
    margin: 0.25rem 0.5em 0.25rem 0
}

.co-order-state {
    padding: 0.25rem 0.75rem;
    border: 1px solid #cccccc;
    border-radius: 2px;
    white-space: nowrap
}

.co-discount {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: -0.25rem;
    margin-right: -0.25rem
}

.co-discount+.co-discount {
    margin-top: 0.5rem
}

.co-discount-title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0 0.25rem
}

.co-discount-description {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0 0.25rem;
    font-weight: bold
}

.co-discount-list {
    margin: 0 0 2rem
}

.co-adress-section {
    margin-bottom: 2rem
}

.co-adress-section:last-child {
    margin-bottom: 0
}

.co-countdown-block {
    margin-top: 1rem;
    display: none
}

@font-face {
    font-family: 'Socicon';
    src: url(/served_assets/socicon/Socicon-469f9063dad6a78c872f120efb1eb7c3d2a577dfd85aa8683378f93c59103775.eot?ck4dmz);
    src: url(/served_assets/socicon/Socicon-469f9063dad6a78c872f120efb1eb7c3d2a577dfd85aa8683378f93c59103775.eot?ck4dmz#iefix) format("embedded-opentype"),url(/served_assets/socicon/Socicon-b7f28d4bf7afc19d05cffa78413e8987317416198473f7b67810c5683b39bddb.ttf?ck4dmz) format("truetype"),url(/served_assets/socicon/Socicon-8514744b2b61c5a2befaf7a457de36029eca2a8de032d31a34dfda786b662944.woff?ck4dmz) format("woff"),url(/served_assets/socicon/Socicon-61b65623b1901af260e34a9c8a5823661f4e44cd51e32c7646f82b38e0197c2c.svg?ck4dmz#socicon) format("svg");
    font-weight: normal;
    font-style: normal
}

[class^="socicon-"],[class*=" socicon-"] {
    font-family: 'socicon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.socicon-viber:before {
    content: "\e091"
}

.socicon-whatsapp:before {
    content: "\e099"
}

.socicon-yandex:before {
    content: "\e0a2"
}

.socicon-mailru:before {
    content: "\e94a"
}

.socicon-google:before {
    content: "\e034"
}

.socicon-facebook:before {
    content: "\e028"
}

.socicon-instagram:before {
    content: "\e044"
}

.socicon-telegram:before {
    content: "\e087"
}

.socicon-twitter:before {
    content: "\e08d"
}

.socicon-vkontakte:before {
    content: "\e095"
}

.socicon-youtube:before {
    content: "\e05a"
}

.rd-container {
    display: none;
    border: 1px solid #333;
    background-color: #fff;
    padding: 0.5rem;
    text-align: center;
    font-size: 1rem;
    z-index: 2;
    color: #333
}

.rd-container-attachment {
    position: absolute
}

.rd-days {
    border-spacing: 10px;
    border-collapse: separate
}

.rd-month {
    display: inline-block;
    margin-right: 1rem
}

.rd-month:last-child {
    margin-right: 0
}

.rd-back,.rd-next {
    cursor: pointer;
    border: none;
    outline: none;
    background: none;
    padding: 0;
    margin: 0
}

.rd-back[disabled],.rd-next[disabled] {
    cursor: default
}

.rd-back {
    float: left
}

.rd-next {
    float: right
}

.rd-back:before {
    display: block;
    content: '\2190'
}

.rd-next:before {
    display: block;
    content: '\2192'
}

.rd-day-body {
    cursor: pointer;
    text-align: center
}

.rd-day-selected,.rd-time-selected,.rd-time-option:hover {
    cursor: pointer;
    background-color: #333;
    color: #fff
}

.rd-day-prev-month,.rd-day-next-month {
    color: #999
}

.rd-day-disabled {
    cursor: default;
    color: #fcc
}

.rd-time {
    position: relative;
    display: inline-block;
    margin-top: 5px;
    min-width: 80px
}

.rd-time-list {
    display: none;
    position: absolute;
    overflow-y: scroll;
    max-height: 160px;
    left: 0;
    right: 0;
    background-color: #fff;
    color: #333
}

.rd-time-selected {
    padding: 5px
}

.rd-time-option {
    padding: 5px
}

.rd-day-concealed {
    visibility: hidden
}

@font-face {
    font-family: 'Glyphicons Regular';
    src: url(/served_assets/glyphicons/glyphicons-regular-e03e44c030b9d76880f72a414ffa2207492f22b75e429e2a2729f9cadd1fe4d1.eot);
    src: url(/served_assets/glyphicons/glyphicons-regular-e03e44c030b9d76880f72a414ffa2207492f22b75e429e2a2729f9cadd1fe4d1.eot?#iefix) format("embedded-opentype"),url(/served_assets/glyphicons/glyphicons-regular-6b39480f2deda31a3b49c9e37a71c60b8c41ccb2e12ac3ffc09c3dc1796e5d6d.woff2) format("woff2"),url(/served_assets/glyphicons/glyphicons-regular-339b8b952c090bb6410ece848862dbd3d7fe8df8315a329b4ccfb513dccb8e34.woff) format("woff"),url(/served_assets/glyphicons/glyphicons-regular-58d634118e5efeabd0b104b70e2af2c6482fc728d3b01f5ba587ed63df923ebc.ttf) format("truetype"),url(/served_assets/glyphicons/glyphicons-regular-ea08c98e1b472e26421d342f782d45493ed1d3df245bfc0cc79b6dc0f3ee95fa.svg#glyphiconsregular) format("svg")
}

.glyphicon.x05 {
    font-size: 12px
}

.glyphicon.x2 {
    font-size: 48px
}

.glyphicon.x3 {
    font-size: 72px
}

.glyphicon.x4 {
    font-size: 96px
}

.glyphicon.x5 {
    font-size: 120px
}

.glyphicon.light:before {
    color: #f2f2f2
}

.glyphicon.drop:before {
    text-shadow: -1px 1px 3px rgba(0,0,0,0.3)
}

.glyphicon.flip {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH"
}

.glyphicon.flipv {
    -moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    filter: FlipV;
    -ms-filter: "FlipV"
}

.glyphicon.rotate90 {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.glyphicon.rotate180 {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.glyphicon.rotate270 {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.glyphicon-glass:before {
    content: "\E001"
}

.glyphicon-leaf:before {
    content: "\E002"
}

.glyphicon-dog:before {
    content: "\E003"
}

.glyphicon-user:before {
    content: "\E004"
}

.glyphicon-girl:before {
    content: "\E005"
}

.glyphicon-car:before {
    content: "\E006"
}

.glyphicon-user-add:before {
    content: "\E007"
}

.glyphicon-user-remove:before {
    content: "\E008"
}

.glyphicon-film:before {
    content: "\E009"
}

.glyphicon-magic:before {
    content: "\E010"
}

.glyphicon-envelope:before {
    content: "\2709"
}

.glyphicon-camera:before {
    content: "\E011"
}

.glyphicon-heart:before {
    content: "\E013"
}

.glyphicon-beach-umbrella:before {
    content: "\E014"
}

.glyphicon-train:before {
    content: "\E015"
}

.glyphicon-print:before {
    content: "\E016"
}

.glyphicon-bin:before {
    content: "\E017"
}

.glyphicon-music:before {
    content: "\E018"
}

.glyphicon-note:before {
    content: "\E019"
}

.glyphicon-heart-empty:before {
    content: "\E020"
}

.glyphicon-home:before {
    content: "\E021"
}

.glyphicon-snowflake:before {
    content: "\2744"
}

.glyphicon-fire:before {
    content: "\E023"
}

.glyphicon-magnet:before {
    content: "\E024"
}

.glyphicon-parents:before {
    content: "\E025"
}

.glyphicon-binoculars:before {
    content: "\E026"
}

.glyphicon-road:before {
    content: "\E027"
}

.glyphicon-search:before {
    content: "\E028"
}

.glyphicon-cars:before {
    content: "\E029"
}

.glyphicon-notes-2:before {
    content: "\E030"
}

.glyphicon-pencil:before {
    content: "\270F"
}

.glyphicon-bus:before {
    content: "\E032"
}

.glyphicon-wifi-alt:before {
    content: "\E033"
}

.glyphicon-luggage:before {
    content: "\E034"
}

.glyphicon-old-man:before {
    content: "\E035"
}

.glyphicon-woman:before {
    content: "\E036"
}

.glyphicon-file:before {
    content: "\E037"
}

.glyphicon-coins:before {
    content: "\E038"
}

.glyphicon-airplane:before {
    content: "\2708"
}

.glyphicon-notes:before {
    content: "\E040"
}

.glyphicon-stats:before {
    content: "\E041"
}

.glyphicon-charts:before {
    content: "\E042"
}

.glyphicon-pie-chart:before {
    content: "\E043"
}

.glyphicon-group:before {
    content: "\E044"
}

.glyphicon-keys:before {
    content: "\E045"
}

.glyphicon-calendar:before {
    content: "\E046"
}

.glyphicon-router:before {
    content: "\E047"
}

.glyphicon-camera-small:before {
    content: "\E048"
}

.glyphicon-star-empty:before {
    content: "\E049"
}

.glyphicon-star:before {
    content: "\E050"
}

.glyphicon-link:before {
    content: "\E051"
}

.glyphicon-eye-open:before {
    content: "\E052"
}

.glyphicon-eye-close:before {
    content: "\E053"
}

.glyphicon-alarm:before {
    content: "\E054"
}

.glyphicon-clock:before {
    content: "\E055"
}

.glyphicon-stopwatch:before {
    content: "\E056"
}

.glyphicon-projector:before {
    content: "\E057"
}

.glyphicon-history:before {
    content: "\E058"
}

.glyphicon-truck:before {
    content: "\E059"
}

.glyphicon-cargo:before {
    content: "\E060"
}

.glyphicon-compass:before {
    content: "\E061"
}

.glyphicon-keynote:before {
    content: "\E062"
}

.glyphicon-paperclip:before {
    content: "\E063"
}

.glyphicon-power:before {
    content: "\E064"
}

.glyphicon-lightbulb:before {
    content: "\E065"
}

.glyphicon-tag:before {
    content: "\E066"
}

.glyphicon-tags:before {
    content: "\E067"
}

.glyphicon-cleaning:before {
    content: "\E068"
}

.glyphicon-ruler:before {
    content: "\E069"
}

.glyphicon-gift:before {
    content: "\E070"
}

.glyphicon-umbrella:before {
    content: "\2602"
}

.glyphicon-book:before {
    content: "\E072"
}

.glyphicon-bookmark:before {
    content: "\E073"
}

.glyphicon-wifi:before {
    content: "\E074"
}

.glyphicon-cup:before {
    content: "\E075"
}

.glyphicon-stroller:before {
    content: "\E076"
}

.glyphicon-headphones:before {
    content: "\E077"
}

.glyphicon-headset:before {
    content: "\E078"
}

.glyphicon-warning-sign:before {
    content: "\E079"
}

.glyphicon-signal:before {
    content: "\E080"
}

.glyphicon-retweet:before {
    content: "\E081"
}

.glyphicon-refresh:before {
    content: "\E082"
}

.glyphicon-roundabout:before {
    content: "\E083"
}

.glyphicon-random:before {
    content: "\E084"
}

.glyphicon-heat:before {
    content: "\E085"
}

.glyphicon-repeat:before {
    content: "\E086"
}

.glyphicon-display:before {
    content: "\E087"
}

.glyphicon-log-book:before {
    content: "\E088"
}

.glyphicon-address-book:before {
    content: "\E089"
}

.glyphicon-building:before {
    content: "\E090"
}

.glyphicon-eyedropper:before {
    content: "\E091"
}

.glyphicon-adjust:before {
    content: "\E092"
}

.glyphicon-tint:before {
    content: "\E093"
}

.glyphicon-crop:before {
    content: "\E094"
}

.glyphicon-vector-path-square:before {
    content: "\E095"
}

.glyphicon-vector-path-circle:before {
    content: "\E096"
}

.glyphicon-vector-path-polygon:before {
    content: "\E097"
}

.glyphicon-vector-path-line:before {
    content: "\E098"
}

.glyphicon-vector-path-curve:before {
    content: "\E099"
}

.glyphicon-vector-path-all:before {
    content: "\E100"
}

.glyphicon-font:before {
    content: "\E101"
}

.glyphicon-italic:before {
    content: "\E102"
}

.glyphicon-bold:before {
    content: "\E103"
}

.glyphicon-text-underline:before {
    content: "\E104"
}

.glyphicon-text-strike:before {
    content: "\E105"
}

.glyphicon-text-height:before {
    content: "\E106"
}

.glyphicon-text-width:before {
    content: "\E107"
}

.glyphicon-text-resize:before {
    content: "\E108"
}

.glyphicon-left-indent:before {
    content: "\E109"
}

.glyphicon-right-indent:before {
    content: "\E110"
}

.glyphicon-align-left:before {
    content: "\E111"
}

.glyphicon-align-center:before {
    content: "\E112"
}

.glyphicon-align-right:before {
    content: "\E113"
}

.glyphicon-justify:before {
    content: "\E114"
}

.glyphicon-list:before {
    content: "\E115"
}

.glyphicon-text-smaller:before {
    content: "\E116"
}

.glyphicon-text-bigger:before {
    content: "\E117"
}

.glyphicon-embed:before {
    content: "\E118"
}

.glyphicon-embed-close:before {
    content: "\E119"
}

.glyphicon-table:before {
    content: "\E120"
}

.glyphicon-message-full:before {
    content: "\E121"
}

.glyphicon-message-empty:before {
    content: "\E122"
}

.glyphicon-message-in:before {
    content: "\E123"
}

.glyphicon-message-out:before {
    content: "\E124"
}

.glyphicon-message-plus:before {
    content: "\E125"
}

.glyphicon-message-minus:before {
    content: "\E126"
}

.glyphicon-message-ban:before {
    content: "\E127"
}

.glyphicon-message-flag:before {
    content: "\E128"
}

.glyphicon-message-lock:before {
    content: "\E129"
}

.glyphicon-message-new:before {
    content: "\E130"
}

.glyphicon-inbox:before {
    content: "\E131"
}

.glyphicon-inbox-plus:before {
    content: "\E132"
}

.glyphicon-inbox-minus:before {
    content: "\E133"
}

.glyphicon-inbox-lock:before {
    content: "\E134"
}

.glyphicon-inbox-in:before {
    content: "\E135"
}

.glyphicon-inbox-out:before {
    content: "\E136"
}

.glyphicon-cogwheel:before {
    content: "\E137"
}

.glyphicon-cogwheels:before {
    content: "\E138"
}

.glyphicon-picture:before {
    content: "\E139"
}

.glyphicon-adjust-alt:before {
    content: "\E140"
}

.glyphicon-database-lock:before {
    content: "\E141"
}

.glyphicon-database-plus:before {
    content: "\E142"
}

.glyphicon-database-minus:before {
    content: "\E143"
}

.glyphicon-database-ban:before {
    content: "\E144"
}

.glyphicon-folder-open:before {
    content: "\E145"
}

.glyphicon-folder-plus:before {
    content: "\E146"
}

.glyphicon-folder-minus:before {
    content: "\E147"
}

.glyphicon-folder-lock:before {
    content: "\E148"
}

.glyphicon-folder-flag:before {
    content: "\E149"
}

.glyphicon-folder-new:before {
    content: "\E150"
}

.glyphicon-edit:before {
    content: "\E151"
}

.glyphicon-new-window:before {
    content: "\E152"
}

.glyphicon-check:before {
    content: "\E153"
}

.glyphicon-unchecked:before {
    content: "\E154"
}

.glyphicon-more-windows:before {
    content: "\E155"
}

.glyphicon-show-big-thumbnails:before {
    content: "\E156"
}

.glyphicon-show-thumbnails:before {
    content: "\E157"
}

.glyphicon-show-thumbnails-with-lines:before {
    content: "\E158"
}

.glyphicon-show-lines:before {
    content: "\E159"
}

.glyphicon-playlist:before {
    content: "\E160"
}

.glyphicon-imac:before {
    content: "\E161"
}

.glyphicon-macbook:before {
    content: "\E162"
}

.glyphicon-ipad:before {
    content: "\E163"
}

.glyphicon-iphone:before {
    content: "\E164"
}

.glyphicon-iphone-transfer:before {
    content: "\E165"
}

.glyphicon-iphone-exchange:before {
    content: "\E166"
}

.glyphicon-ipod:before {
    content: "\E167"
}

.glyphicon-ipod-shuffle:before {
    content: "\E168"
}

.glyphicon-ear-plugs:before {
    content: "\E169"
}

.glyphicon-record:before {
    content: "\E170"
}

.glyphicon-step-backward:before {
    content: "\E171"
}

.glyphicon-fast-backward:before {
    content: "\E172"
}

.glyphicon-rewind:before {
    content: "\E173"
}

.glyphicon-play:before {
    content: "\E174"
}

.glyphicon-pause:before {
    content: "\E175"
}

.glyphicon-stop:before {
    content: "\E176"
}

.glyphicon-forward:before {
    content: "\E177"
}

.glyphicon-fast-forward:before {
    content: "\E178"
}

.glyphicon-step-forward:before {
    content: "\E179"
}

.glyphicon-eject:before {
    content: "\E180"
}

.glyphicon-facetime-video:before {
    content: "\E181"
}

.glyphicon-download-alt:before {
    content: "\E182"
}

.glyphicon-mute:before {
    content: "\E183"
}

.glyphicon-volume-down:before {
    content: "\E184"
}

.glyphicon-volume-up:before {
    content: "\E185"
}

.glyphicon-screenshot:before {
    content: "\E186"
}

.glyphicon-move:before {
    content: "\E187"
}

.glyphicon-more:before {
    content: "\E188"
}

.glyphicon-brightness-reduce:before {
    content: "\E189"
}

.glyphicon-brightness-increase:before {
    content: "\E190"
}

.glyphicon-circle-plus:before {
    content: "\E191"
}

.glyphicon-circle-minus:before {
    content: "\E192"
}

.glyphicon-circle-remove:before {
    content: "\E193"
}

.glyphicon-circle-ok:before {
    content: "\E194"
}

.glyphicon-circle-question-mark:before {
    content: "\E195"
}

.glyphicon-circle-info:before {
    content: "\E196"
}

.glyphicon-circle-exclamation-mark:before {
    content: "\E197"
}

.glyphicon-remove:before {
    content: "\E198"
}

.glyphicon-ok:before {
    content: "\E199"
}

.glyphicon-ban:before {
    content: "\E200"
}

.glyphicon-download:before {
    content: "\E201"
}

.glyphicon-upload:before {
    content: "\E202"
}

.glyphicon-shopping-cart:before {
    content: "\E203"
}

.glyphicon-lock:before {
    content: "\E204"
}

.glyphicon-unlock:before {
    content: "\E205"
}

.glyphicon-electricity:before {
    content: "\E206"
}

.glyphicon-ok-2:before {
    content: "\E207"
}

.glyphicon-remove-2:before {
    content: "\E208"
}

.glyphicon-cart-out:before {
    content: "\E209"
}

.glyphicon-cart-in:before {
    content: "\E210"
}

.glyphicon-left-arrow:before {
    content: "\E211"
}

.glyphicon-right-arrow:before {
    content: "\E212"
}

.glyphicon-down-arrow:before {
    content: "\E213"
}

.glyphicon-up-arrow:before {
    content: "\E214"
}

.glyphicon-resize-small:before {
    content: "\E215"
}

.glyphicon-resize-full:before {
    content: "\E216"
}

.glyphicon-circle-arrow-left:before {
    content: "\E217"
}

.glyphicon-circle-arrow-right:before {
    content: "\E218"
}

.glyphicon-circle-arrow-top:before {
    content: "\E219"
}

.glyphicon-circle-arrow-down:before {
    content: "\E220"
}

.glyphicon-play-button:before {
    content: "\E221"
}

.glyphicon-unshare:before {
    content: "\E222"
}

.glyphicon-share:before {
    content: "\E223"
}

.glyphicon-chevron-right:before {
    content: "\E224"
}

.glyphicon-chevron-left:before {
    content: "\E225"
}

.glyphicon-bluetooth:before {
    content: "\E226"
}

.glyphicon-euro:before {
    content: "\20AC"
}

.glyphicon-usd:before {
    content: "\E228"
}

.glyphicon-gbp:before {
    content: "\E229"
}

.glyphicon-retweet-2:before {
    content: "\E230"
}

.glyphicon-moon:before {
    content: "\E231"
}

.glyphicon-sun:before {
    content: "\2609"
}

.glyphicon-cloud:before {
    content: "\2601"
}

.glyphicon-direction:before {
    content: "\E234"
}

.glyphicon-brush:before {
    content: "\E235"
}

.glyphicon-pen:before {
    content: "\E236"
}

.glyphicon-zoom-in:before {
    content: "\E237"
}

.glyphicon-zoom-out:before {
    content: "\E238"
}

.glyphicon-pin:before {
    content: "\E239"
}

.glyphicon-albums:before {
    content: "\E240"
}

.glyphicon-rotation-lock:before {
    content: "\E241"
}

.glyphicon-flash:before {
    content: "\E242"
}

.glyphicon-google-maps:before {
    content: "\E243"
}

.glyphicon-anchor:before {
    content: "\2693"
}

.glyphicon-conversation:before {
    content: "\E245"
}

.glyphicon-chat:before {
    content: "\E246"
}

.glyphicon-male:before {
    content: "\E247"
}

.glyphicon-female:before {
    content: "\E248"
}

.glyphicon-asterisk:before {
    content: "\002A"
}

.glyphicon-divide:before {
    content: "\00F7"
}

.glyphicon-snorkel-diving:before {
    content: "\E251"
}

.glyphicon-scuba-diving:before {
    content: "\E252"
}

.glyphicon-oxygen-bottle:before {
    content: "\E253"
}

.glyphicon-fins:before {
    content: "\E254"
}

.glyphicon-fishes:before {
    content: "\E255"
}

.glyphicon-boat:before {
    content: "\E256"
}

.glyphicon-delete:before {
    content: "\E257"
}

.glyphicon-sheriffs-star:before {
    content: "\E258"
}

.glyphicon-qrcode:before {
    content: "\E259"
}

.glyphicon-barcode:before {
    content: "\E260"
}

.glyphicon-pool:before {
    content: "\E261"
}

.glyphicon-buoy:before {
    content: "\E262"
}

.glyphicon-spade:before {
    content: "\E263"
}

.glyphicon-bank:before {
    content: "\E264"
}

.glyphicon-vcard:before {
    content: "\E265"
}

.glyphicon-electrical-plug:before {
    content: "\E266"
}

.glyphicon-flag:before {
    content: "\E267"
}

.glyphicon-credit-card:before {
    content: "\E268"
}

.glyphicon-keyboard-wireless:before {
    content: "\E269"
}

.glyphicon-keyboard-wired:before {
    content: "\E270"
}

.glyphicon-shield:before {
    content: "\E271"
}

.glyphicon-ring:before {
    content: "\02DA"
}

.glyphicon-cake:before {
    content: "\E273"
}

.glyphicon-drink:before {
    content: "\E274"
}

.glyphicon-beer:before {
    content: "\E275"
}

.glyphicon-fast-food:before {
    content: "\E276"
}

.glyphicon-cutlery:before {
    content: "\E277"
}

.glyphicon-pizza:before {
    content: "\E278"
}

.glyphicon-birthday-cake:before {
    content: "\E279"
}

.glyphicon-tablet:before {
    content: "\E280"
}

.glyphicon-settings:before {
    content: "\E281"
}

.glyphicon-bullets:before {
    content: "\E282"
}

.glyphicon-cardio:before {
    content: "\E283"
}

.glyphicon-t-shirt:before {
    content: "\E284"
}

.glyphicon-pants:before {
    content: "\E285"
}

.glyphicon-sweater:before {
    content: "\E286"
}

.glyphicon-fabric:before {
    content: "\E287"
}

.glyphicon-leather:before {
    content: "\E288"
}

.glyphicon-scissors:before {
    content: "\E289"
}

.glyphicon-bomb:before {
    content: "\E290"
}

.glyphicon-skull:before {
    content: "\E291"
}

.glyphicon-celebration:before {
    content: "\E292"
}

.glyphicon-tea-kettle:before {
    content: "\E293"
}

.glyphicon-french-press:before {
    content: "\E294"
}

.glyphicon-coffee-cup:before {
    content: "\E295"
}

.glyphicon-pot:before {
    content: "\E296"
}

.glyphicon-grater:before {
    content: "\E297"
}

.glyphicon-kettle:before {
    content: "\E298"
}

.glyphicon-hospital:before {
    content: "\E299"
}

.glyphicon-hospital-h:before {
    content: "\E300"
}

.glyphicon-microphone:before {
    content: "\E301"
}

.glyphicon-webcam:before {
    content: "\E302"
}

.glyphicon-temple-christianity-church:before {
    content: "\E303"
}

.glyphicon-temple-islam:before {
    content: "\E304"
}

.glyphicon-temple-hindu:before {
    content: "\E305"
}

.glyphicon-temple-buddhist:before {
    content: "\E306"
}

.glyphicon-bicycle:before {
    content: "\E307"
}

.glyphicon-life-preserver:before {
    content: "\E308"
}

.glyphicon-share-alt:before {
    content: "\E309"
}

.glyphicon-comments:before {
    content: "\E310"
}

.glyphicon-flower:before {
    content: "\2698"
}

.glyphicon-baseball:before {
    content: "\26BE"
}

.glyphicon-rugby:before {
    content: "\E313"
}

.glyphicon-ax:before {
    content: "\E314"
}

.glyphicon-table-tennis:before {
    content: "\E315"
}

.glyphicon-bowling:before {
    content: "\E316"
}

.glyphicon-tree-conifer:before {
    content: "\E317"
}

.glyphicon-tree-deciduous:before {
    content: "\E318"
}

.glyphicon-more-items:before {
    content: "\E319"
}

.glyphicon-sort:before {
    content: "\E320"
}

.glyphicon-filter:before {
    content: "\E321"
}

.glyphicon-th-large:before {
    content: "\E156"
}

.glyphicon-gamepad:before {
    content: "\E322"
}

.glyphicon-playing-dices:before {
    content: "\E323"
}

.glyphicon-calculator:before {
    content: "\E324"
}

.glyphicon-tie:before {
    content: "\E325"
}

.glyphicon-wallet:before {
    content: "\E326"
}

.glyphicon-piano:before {
    content: "\E327"
}

.glyphicon-sampler:before {
    content: "\E328"
}

.glyphicon-podium:before {
    content: "\E329"
}

.glyphicon-soccer-ball:before {
    content: "\E330"
}

.glyphicon-blog:before {
    content: "\E331"
}

.glyphicon-dashboard:before {
    content: "\E332"
}

.glyphicon-certificate:before {
    content: "\E333"
}

.glyphicon-bell:before {
    content: "\E334"
}

.glyphicon-candle:before {
    content: "\E335"
}

.glyphicon-pushpin:before {
    content: "\E336"
}

.glyphicon-iphone-shake:before {
    content: "\E337"
}

.glyphicon-pin-flag:before {
    content: "\E338"
}

.glyphicon-turtle:before {
    content: "\E339"
}

.glyphicon-rabbit:before {
    content: "\E340"
}

.glyphicon-globe:before {
    content: "\E341"
}

.glyphicon-briefcase:before {
    content: "\E342"
}

.glyphicon-hdd:before {
    content: "\E343"
}

.glyphicon-thumbs-up:before {
    content: "\E344"
}

.glyphicon-thumbs-down:before {
    content: "\E345"
}

.glyphicon-hand-right:before {
    content: "\E346"
}

.glyphicon-hand-left:before {
    content: "\E347"
}

.glyphicon-hand-up:before {
    content: "\E348"
}

.glyphicon-hand-down:before {
    content: "\E349"
}

.glyphicon-fullscreen:before {
    content: "\E350"
}

.glyphicon-shopping-bag:before {
    content: "\E351"
}

.glyphicon-book-open:before {
    content: "\E352"
}

.glyphicon-nameplate:before {
    content: "\E353"
}

.glyphicon-nameplate-alt:before {
    content: "\E354"
}

.glyphicon-vases:before {
    content: "\E355"
}

.glyphicon-bullhorn:before {
    content: "\E356"
}

.glyphicon-dumbbell:before {
    content: "\E357"
}

.glyphicon-suitcase:before {
    content: "\E358"
}

.glyphicon-file-import:before {
    content: "\E359"
}

.glyphicon-file-export:before {
    content: "\E360"
}

.glyphicon-bug:before {
    content: "\E361"
}

.glyphicon-crown:before {
    content: "\E362"
}

.glyphicon-smoking:before {
    content: "\E363"
}

.glyphicon-cloud-download:before {
    content: "\E364"
}

.glyphicon-cloud-upload:before {
    content: "\E365"
}

.glyphicon-restart:before {
    content: "\E366"
}

.glyphicon-security-camera:before {
    content: "\E367"
}

.glyphicon-expand:before {
    content: "\E368"
}

.glyphicon-collapse:before {
    content: "\E369"
}

.glyphicon-collapse-top:before {
    content: "\E370"
}

.glyphicon-globe-af:before {
    content: "\E371"
}

.glyphicon-global:before {
    content: "\E372"
}

.glyphicon-spray:before {
    content: "\E373"
}

.glyphicon-nails:before {
    content: "\E374"
}

.glyphicon-claw-hammer:before {
    content: "\E375"
}

.glyphicon-classic-hammer:before {
    content: "\E376"
}

.glyphicon-hand-saw:before {
    content: "\E377"
}

.glyphicon-riflescope:before {
    content: "\E378"
}

.glyphicon-electrical-socket-eu:before {
    content: "\E379"
}

.glyphicon-electrical-socket-us:before {
    content: "\E380"
}

.glyphicon-message-forward:before {
    content: "\E381"
}

.glyphicon-coat-hanger:before {
    content: "\E382"
}

.glyphicon-dress:before {
    content: "\E383"
}

.glyphicon-bathrobe:before {
    content: "\E384"
}

.glyphicon-shirt:before {
    content: "\E385"
}

.glyphicon-underwear:before {
    content: "\E386"
}

.glyphicon-log-in:before {
    content: "\E387"
}

.glyphicon-log-out:before {
    content: "\E388"
}

.glyphicon-exit:before {
    content: "\E389"
}

.glyphicon-new-window-alt:before {
    content: "\E390"
}

.glyphicon-video-sd:before {
    content: "\E391"
}

.glyphicon-video-hd:before {
    content: "\E392"
}

.glyphicon-subtitles:before {
    content: "\E393"
}

.glyphicon-sound-stereo:before {
    content: "\E394"
}

.glyphicon-sound-dolby:before {
    content: "\E395"
}

.glyphicon-sound-5-1:before {
    content: "\E396"
}

.glyphicon-sound-6-1:before {
    content: "\E397"
}

.glyphicon-sound-7-1:before {
    content: "\E398"
}

.glyphicon-copyright-mark:before {
    content: "\E399"
}

.glyphicon-registration-mark:before {
    content: "\E400"
}

.glyphicon-radar:before {
    content: "\E401"
}

.glyphicon-skateboard:before {
    content: "\E402"
}

.glyphicon-golf-course:before {
    content: "\E403"
}

.glyphicon-sorting:before {
    content: "\E404"
}

.glyphicon-sort-by-alphabet:before {
    content: "\E405"
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\E406"
}

.glyphicon-sort-by-order:before {
    content: "\E407"
}

.glyphicon-sort-by-order-alt:before {
    content: "\E408"
}

.glyphicon-sort-by-attributes:before {
    content: "\E409"
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\E410"
}

.glyphicon-compressed:before {
    content: "\E411"
}

.glyphicon-package:before {
    content: "\E412"
}

.glyphicon-cloud-plus:before {
    content: "\E413"
}

.glyphicon-cloud-minus:before {
    content: "\E414"
}

.glyphicon-disk-save:before {
    content: "\E415"
}

.glyphicon-disk-open:before {
    content: "\E416"
}

.glyphicon-disk-saved:before {
    content: "\E417"
}

.glyphicon-disk-remove:before {
    content: "\E418"
}

.glyphicon-disk-import:before {
    content: "\E419"
}

.glyphicon-disk-export:before {
    content: "\E420"
}

.glyphicon-tower:before {
    content: "\E421"
}

.glyphicon-send:before {
    content: "\E422"
}

.glyphicon-git-branch:before {
    content: "\E423"
}

.glyphicon-git-create:before {
    content: "\E424"
}

.glyphicon-git-private:before {
    content: "\E425"
}

.glyphicon-git-delete:before {
    content: "\E426"
}

.glyphicon-git-merge:before {
    content: "\E427"
}

.glyphicon-git-pull-request:before {
    content: "\E428"
}

.glyphicon-git-compare:before {
    content: "\E429"
}

.glyphicon-git-commit:before {
    content: "\E430"
}

.glyphicon-construction-cone:before {
    content: "\E431"
}

.glyphicon-shoe-steps:before {
    content: "\E432"
}

.glyphicon-plus:before {
    content: "\002B"
}

.glyphicon-minus:before {
    content: "\2212"
}

.glyphicon-redo:before {
    content: "\E435"
}

.glyphicon-undo:before {
    content: "\E436"
}

.glyphicon-golf:before {
    content: "\E437"
}

.glyphicon-hockey:before {
    content: "\E438"
}

.glyphicon-pipe:before {
    content: "\E439"
}

.glyphicon-wrench:before {
    content: "\E440"
}

.glyphicon-folder-closed:before {
    content: "\E441"
}

.glyphicon-phone-alt:before {
    content: "\E442"
}

.glyphicon-earphone:before {
    content: "\E443"
}

.glyphicon-floppy-disk:before {
    content: "\E444"
}

.glyphicon-floppy-saved:before {
    content: "\E445"
}

.glyphicon-floppy-remove:before {
    content: "\E446"
}

.glyphicon-floppy-save:before {
    content: "\E447"
}

.glyphicon-floppy-open:before {
    content: "\E448"
}

.glyphicon-translate:before {
    content: "\E449"
}

.glyphicon-fax:before {
    content: "\E450"
}

.glyphicon-factory:before {
    content: "\E451"
}

.glyphicon-shop-window:before {
    content: "\E452"
}

.glyphicon-shop:before {
    content: "\E453"
}

.glyphicon-kiosk:before {
    content: "\E454"
}

.glyphicon-kiosk-wheels:before {
    content: "\E455"
}

.glyphicon-kiosk-light:before {
    content: "\E456"
}

.glyphicon-kiosk-food:before {
    content: "\E457"
}

.glyphicon-transfer:before {
    content: "\E458"
}

.glyphicon-money:before {
    content: "\E459"
}

.glyphicon-header:before {
    content: "\E460"
}

.glyphicon-blacksmith:before {
    content: "\E461"
}

.glyphicon-saw-blade:before {
    content: "\E462"
}

.glyphicon-basketball:before {
    content: "\E463"
}

.glyphicon-server:before {
    content: "\E464"
}

.glyphicon-server-plus:before {
    content: "\E465"
}

.glyphicon-server-minus:before {
    content: "\E466"
}

.glyphicon-server-ban:before {
    content: "\E467"
}

.glyphicon-server-flag:before {
    content: "\E468"
}

.glyphicon-server-lock:before {
    content: "\E469"
}

.glyphicon-server-new:before {
    content: "\E470"
}

.glyphicon-charging-station:before {
    content: "\F471"
}

.glyphicon-gas-station:before {
    content: "\E472"
}

.glyphicon-target:before {
    content: "\E473"
}

.glyphicon-bed-alt:before {
    content: "\E474"
}

.glyphicon-mosquito-net:before {
    content: "\E475"
}

.glyphicon-dining-set:before {
    content: "\E476"
}

.glyphicon-plate-of-food:before {
    content: "\E477"
}

.glyphicon-hygiene-kit:before {
    content: "\E478"
}

.glyphicon-blackboard:before {
    content: "\E479"
}

.glyphicon-marriage:before {
    content: "\E480"
}

.glyphicon-bucket:before {
    content: "\E481"
}

.glyphicon-none-color-swatch:before {
    content: "\E482"
}

.glyphicon-bring-forward:before {
    content: "\E483"
}

.glyphicon-bring-to-front:before {
    content: "\E484"
}

.glyphicon-send-backward:before {
    content: "\E485"
}

.glyphicon-send-to-back:before {
    content: "\E486"
}

.glyphicon-fit-frame-to-image:before {
    content: "\E487"
}

.glyphicon-fit-image-to-frame:before {
    content: "\E488"
}

.glyphicon-multiple-displays:before {
    content: "\E489"
}

.glyphicon-handshake:before {
    content: "\E490"
}

.glyphicon-child:before {
    content: "\E491"
}

.glyphicon-baby-formula:before {
    content: "\E492"
}

.glyphicon-medicine:before {
    content: "\E493"
}

.glyphicon-atv-vehicle:before {
    content: "\E494"
}

.glyphicon-motorcycle:before {
    content: "\E495"
}

.glyphicon-bed:before {
    content: "\E496"
}

.glyphicon-tent:before {
    content: "\26FA"
}

.glyphicon-glasses:before {
    content: "\E498"
}

.glyphicon-sunglasses:before {
    content: "\E499"
}

.glyphicon-family:before {
    content: "\E500"
}

.glyphicon-education:before {
    content: "\E501"
}

.glyphicon-shoes:before {
    content: "\E502"
}

.glyphicon-map:before {
    content: "\E503"
}

.glyphicon-cd:before {
    content: "\E504"
}

.glyphicon-alert:before {
    content: "\E505"
}

.glyphicon-piggy-bank:before {
    content: "\E506"
}

.glyphicon-star-half:before {
    content: "\E507"
}

.glyphicon-cluster:before {
    content: "\E508"
}

.glyphicon-flowchart:before {
    content: "\E509"
}

.glyphicon-commodities:before {
    content: "\E510"
}

.glyphicon-duplicate:before {
    content: "\E511"
}

.glyphicon-copy:before {
    content: "\E512"
}

.glyphicon-paste:before {
    content: "\E513"
}

.glyphicon-bath-bathtub:before {
    content: "\E514"
}

.glyphicon-bath-shower:before {
    content: "\E515"
}

.glyphicon-shower:before {
    content: "\1F6BF"
}

.glyphicon-menu-hamburger:before {
    content: "\E517"
}

.glyphicon-option-vertical:before {
    content: "\E518"
}

.glyphicon-option-horizontal:before {
    content: "\E519"
}

.glyphicon-currency-conversion:before {
    content: "\E520"
}

.glyphicon-user-ban:before {
    content: "\E521"
}

.glyphicon-user-lock:before {
    content: "\E522"
}

.glyphicon-user-flag:before {
    content: "\E523"
}

.glyphicon-user-asterisk:before {
    content: "\E524"
}

.glyphicon-user-alert:before {
    content: "\E525"
}

.glyphicon-user-key:before {
    content: "\E526"
}

.glyphicon-user-conversation:before {
    content: "\E527"
}

.glyphicon-database:before {
    content: "\E528"
}

.glyphicon-database-search:before {
    content: "\E529"
}

.glyphicon-list-alt:before {
    content: "\E530"
}

.glyphicon-hazard-sign:before {
    content: "\E531"
}

.glyphicon-hazard:before {
    content: "\E532"
}

.glyphicon-stop-sign:before {
    content: "\E533"
}

.glyphicon-lab:before {
    content: "\E534"
}

.glyphicon-lab-alt:before {
    content: "\E535"
}

.glyphicon-ice-cream:before {
    content: "\E536"
}

.glyphicon-ice-lolly:before {
    content: "\E537"
}

.glyphicon-ice-lolly-tasted:before {
    content: "\E538"
}

.glyphicon-invoice:before {
    content: "\E539"
}

.glyphicon-cart-tick:before {
    content: "\E540"
}

.glyphicon-hourglass:before {
    content: "\231B"
}

.glyphicon-cat:before {
    content: "\1F408"
}

.glyphicon-lamp:before {
    content: "\E543"
}

.glyphicon-scale-classic:before {
    content: "\E544"
}

.glyphicon-eye-plus:before {
    content: "\E545"
}

.glyphicon-eye-minus:before {
    content: "\E546"
}

.glyphicon-quote:before {
    content: "\E547"
}

.glyphicon-bitcoin:before {
    content: "\E548"
}

.glyphicon-yen:before {
    content: "\00A5"
}

.glyphicon-ruble:before {
    content: "\20BD"
}

.glyphicon-erase:before {
    content: "\E551"
}

.glyphicon-podcast:before {
    content: "\E552"
}

.glyphicon-firework:before {
    content: "\E553"
}

.glyphicon-scale:before {
    content: "\E554"
}

.glyphicon-king:before {
    content: "\E555"
}

.glyphicon-queen:before {
    content: "\E556"
}

.glyphicon-pawn:before {
    content: "\E557"
}

.glyphicon-bishop:before {
    content: "\E558"
}

.glyphicon-knight:before {
    content: "\E559"
}

.glyphicon-mic-mute:before {
    content: "\E560"
}

.glyphicon-voicemail:before {
    content: "\E561"
}

.glyphicon-paragraph:before {
    content: "\00B6"
}

.glyphicon-person-walking:before {
    content: "\E563"
}

.glyphicon-person-wheelchair:before {
    content: "\E564"
}

.glyphicon-underground:before {
    content: "\E565"
}

.glyphicon-car-hov:before {
    content: "\E566"
}

.glyphicon-car-rental:before {
    content: "\E567"
}

.glyphicon-transport:before {
    content: "\E568"
}

.glyphicon-taxi:before {
    content: "\1F695"
}

.glyphicon-ice-cream-no:before {
    content: "\E570"
}

.glyphicon-uk-rat-u:before {
    content: "\E571"
}

.glyphicon-uk-rat-pg:before {
    content: "\E572"
}

.glyphicon-uk-rat-12a:before {
    content: "\E573"
}

.glyphicon-uk-rat-12:before {
    content: "\E574"
}

.glyphicon-uk-rat-15:before {
    content: "\E575"
}

.glyphicon-uk-rat-18:before {
    content: "\E576"
}

.glyphicon-uk-rat-r18:before {
    content: "\E577"
}

.glyphicon-tv:before {
    content: "\E578"
}

.glyphicon-sms:before {
    content: "\E579"
}

.glyphicon-mms:before {
    content: "\E580"
}

.glyphicon-us-rat-g:before {
    content: "\E581"
}

.glyphicon-us-rat-pg:before {
    content: "\E582"
}

.glyphicon-us-rat-pg-13:before {
    content: "\E583"
}

.glyphicon-us-rat-restricted:before {
    content: "\E584"
}

.glyphicon-us-rat-no-one-17:before {
    content: "\E585"
}

.glyphicon-equalizer:before {
    content: "\E586"
}

.glyphicon-speakers:before {
    content: "\E587"
}

.glyphicon-remote-control:before {
    content: "\E588"
}

.glyphicon-remote-control-tv:before {
    content: "\E589"
}

.glyphicon-shredder:before {
    content: "\E590"
}

.glyphicon-folder-heart:before {
    content: "\E591"
}

.glyphicon-person-running:before {
    content: "\E592"
}

.glyphicon-person:before {
    content: "\E593"
}

.glyphicon-voice:before {
    content: "\E594"
}

.glyphicon-stethoscope:before {
    content: "\E595"
}

.glyphicon-hotspot:before {
    content: "\E596"
}

.glyphicon-activity:before {
    content: "\E597"
}

.glyphicon-watch:before {
    content: "\231A"
}

.glyphicon-scissors-alt:before {
    content: "\E599"
}

.glyphicon-car-wheel:before {
    content: "\E600"
}

.glyphicon-chevron-up:before {
    content: "\E601"
}

.glyphicon-chevron-down:before {
    content: "\E602"
}

.glyphicon-superscript:before {
    content: "\E603"
}

.glyphicon-subscript:before {
    content: "\E604"
}

.glyphicon-text-size:before {
    content: "\E605"
}

.glyphicon-text-color:before {
    content: "\E606"
}

.glyphicon-text-background:before {
    content: "\E607"
}

.glyphicon-modal-window:before {
    content: "\E608"
}

.glyphicon-newspaper:before {
    content: "\1F4F0"
}

.glyphicon-tractor:before {
    content: "\1F69C"
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(/served_assets/glyphicons/glyphicons-halflings-regular-13634da87d9e23f8c3ed9108ce1724d183a39ad072e73e1b3d8cbf646d2d0407.eot);
    src: url(/served_assets/glyphicons/glyphicons-halflings-regular-13634da87d9e23f8c3ed9108ce1724d183a39ad072e73e1b3d8cbf646d2d0407.eot?#iefix) format("embedded-opentype"),url(/served_assets/glyphicons/glyphicons-halflings-regular-fe185d11a49676890d47bb783312a0cda5a44c4039214094e7957b4c040ef11c.woff2) format("woff2"),url(/served_assets/glyphicons/glyphicons-halflings-regular-a26394f7ede100ca118eff2eda08596275a9839b959c226e15439557a5a80742.woff) format("woff"),url(/served_assets/glyphicons/glyphicons-halflings-regular-e395044093757d82afcb138957d06a1ea9361bdcf0b442d06a18a8051af57456.ttf) format("truetype"),url(/served_assets/glyphicons/glyphicons-halflings-regular-42f60659d265c1a3c30f9fa42abcbb56bd4a53af4d83d316d6dd7a36903c43e5.svg#glyphicons_halflingsregular) format("svg")
}

.halfling.x05 {
    font-size: 6px
}

.halfling.x2 {
    font-size: 24px
}

.halfling.x3 {
    font-size: 36px
}

.halfling.x4 {
    font-size: 48px
}

.halfling.x5 {
    font-size: 60px
}

.halfling.x6 {
    font-size: 72px
}

.halfling.x7 {
    font-size: 84px
}

.halfling.x8 {
    font-size: 96px
}

.halfling.light:before {
    color: #f2f2f2
}

.halfling.drop:before {
    text-shadow: -1px 1px 3px rgba(0,0,0,0.3)
}

.halfling.flip {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH"
}

.halfling.flipv {
    -moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    filter: FlipV;
    -ms-filter: "FlipV"
}

.halfling.rotate90 {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.halfling.rotate180 {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.halfling.rotate270 {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.halfling-glass:before {
    content: "\E001"
}

.halfling-music:before {
    content: "\E002"
}

.halfling-search:before {
    content: "\E003"
}

.halfling-envelope:before {
    content: "\2709"
}

.halfling-heart:before {
    content: "\E005"
}

.halfling-star:before {
    content: "\E006"
}

.halfling-star-empty:before {
    content: "\E007"
}

.halfling-user:before {
    content: "\E008"
}

.halfling-film:before {
    content: "\E009"
}

.halfling-th-large:before {
    content: "\E010"
}

.halfling-th:before {
    content: "\E011"
}

.halfling-th-list:before {
    content: "\E012"
}

.halfling-ok:before {
    content: "\E013"
}

.halfling-remove:before {
    content: "\E014"
}

.halfling-zoom-in:before {
    content: "\E015"
}

.halfling-zoom-out:before {
    content: "\E016"
}

.halfling-off:before {
    content: "\E017"
}

.halfling-signal:before {
    content: "\E018"
}

.halfling-cog:before {
    content: "\E019"
}

.halfling-trash:before {
    content: "\E020"
}

.halfling-home:before {
    content: "\E021"
}

.halfling-file:before {
    content: "\E022"
}

.halfling-time:before {
    content: "\E023"
}

.halfling-road:before {
    content: "\E024"
}

.halfling-download-alt:before {
    content: "\E025"
}

.halfling-download:before {
    content: "\E026"
}

.halfling-upload:before {
    content: "\E027"
}

.halfling-inbox:before {
    content: "\E028"
}

.halfling-play-circle:before {
    content: "\E029"
}

.halfling-repeat:before {
    content: "\E030"
}

.halfling-refresh:before {
    content: "\E031"
}

.halfling-list-alt:before {
    content: "\E032"
}

.halfling-glyph-lock:before {
    content: "\E033"
}

.halfling-flag:before {
    content: "\E034"
}

.halfling-headphones:before {
    content: "\E035"
}

.halfling-volume-off:before {
    content: "\E036"
}

.halfling-volume-down:before {
    content: "\E037"
}

.halfling-volume-up:before {
    content: "\E038"
}

.halfling-qrcode:before {
    content: "\E039"
}

.halfling-barcode:before {
    content: "\E040"
}

.halfling-tag:before {
    content: "\E041"
}

.halfling-tags:before {
    content: "\E042"
}

.halfling-book:before {
    content: "\E043"
}

.halfling-glyph-bookmark:before {
    content: "\E044"
}

.halfling-print:before {
    content: "\E045"
}

.halfling-glyph-camera:before {
    content: "\E046"
}

.halfling-font:before {
    content: "\E047"
}

.halfling-bold:before {
    content: "\E048"
}

.halfling-italic:before {
    content: "\E049"
}

.halfling-text-height:before {
    content: "\E050"
}

.halfling-text-width:before {
    content: "\E051"
}

.halfling-align-left:before {
    content: "\E052"
}

.halfling-align-center:before {
    content: "\E053"
}

.halfling-align-right:before {
    content: "\E054"
}

.halfling-align-justify:before {
    content: "\E055"
}

.halfling-list:before {
    content: "\E056"
}

.halfling-indent-left:before {
    content: "\E057"
}

.halfling-indent-right:before {
    content: "\E058"
}

.halfling-facetime-video:before {
    content: "\E059"
}

.halfling-picture:before {
    content: "\E060"
}

.halfling-pencil:before {
    content: "\270F"
}

.halfling-map-marker:before {
    content: "\E062"
}

.halfling-adjust:before {
    content: "\E063"
}

.halfling-tint:before {
    content: "\E064"
}

.halfling-edit:before {
    content: "\E065"
}

.halfling-share:before {
    content: "\E066"
}

.halfling-check:before {
    content: "\E067"
}

.halfling-move:before {
    content: "\E068"
}

.halfling-step-backward:before {
    content: "\E069"
}

.halfling-fast-backward:before {
    content: "\E070"
}

.halfling-backward:before {
    content: "\E071"
}

.halfling-play:before {
    content: "\E072"
}

.halfling-pause:before {
    content: "\E073"
}

.halfling-stop:before {
    content: "\E074"
}

.halfling-forward:before {
    content: "\E075"
}

.halfling-fast-forward:before {
    content: "\E076"
}

.halfling-step-forward:before {
    content: "\E077"
}

.halfling-eject:before {
    content: "\E078"
}

.halfling-chevron-left:before {
    content: "\E079"
}

.halfling-chevron-right:before {
    content: "\E080"
}

.halfling-plus-sign:before {
    content: "\E081"
}

.halfling-minus-sign:before {
    content: "\E082"
}

.halfling-remove-sign:before {
    content: "\E083"
}

.halfling-ok-sign:before {
    content: "\E084"
}

.halfling-question-sign:before {
    content: "\E085"
}

.halfling-info-sign:before {
    content: "\E086"
}

.halfling-screenshot:before {
    content: "\E087"
}

.halfling-remove-circle:before {
    content: "\E088"
}

.halfling-ok-circle:before {
    content: "\E089"
}

.halfling-ban-circle:before {
    content: "\E090"
}

.halfling-arrow-left:before {
    content: "\E091"
}

.halfling-arrow-right:before {
    content: "\E092"
}

.halfling-arrow-up:before {
    content: "\E093"
}

.halfling-arrow-down:before {
    content: "\E094"
}

.halfling-share-alt:before {
    content: "\E095"
}

.halfling-resize-full:before {
    content: "\E096"
}

.halfling-resize-small:before {
    content: "\E097"
}

.halfling-plus:before {
    content: "\002B"
}

.halfling-minus:before {
    content: "\2212"
}

.halfling-asterisk:before {
    content: "\002A"
}

.halfling-exclamation-sign:before {
    content: "\E101"
}

.halfling-gift:before {
    content: "\E102"
}

.halfling-leaf:before {
    content: "\E103"
}

.halfling-glyph-fire:before {
    content: "\E104"
}

.halfling-eye-open:before {
    content: "\E105"
}

.halfling-eye-close:before {
    content: "\E106"
}

.halfling-warning-sign:before {
    content: "\E107"
}

.halfling-plane:before {
    content: "\E108"
}

.halfling-glyph-calendar:before {
    content: "\E109"
}

.halfling-random:before {
    content: "\E110"
}

.halfling-comments:before {
    content: "\E111"
}

.halfling-magnet:before {
    content: "\E112"
}

.halfling-chevron-up:before {
    content: "\E113"
}

.halfling-chevron-down:before {
    content: "\E114"
}

.halfling-retweet:before {
    content: "\E115"
}

.halfling-shopping-cart:before {
    content: "\E116"
}

.halfling-folder-close:before {
    content: "\E117"
}

.halfling-folder-open:before {
    content: "\E118"
}

.halfling-resize-vertical:before {
    content: "\E119"
}

.halfling-resize-horizontal:before {
    content: "\E120"
}

.halfling-hdd:before {
    content: "\E121"
}

.halfling-bullhorn:before {
    content: "\E122"
}

.halfling-glyph-bell:before {
    content: "\E123"
}

.halfling-certificate:before {
    content: "\E124"
}

.halfling-thumbs-up:before {
    content: "\E125"
}

.halfling-thumbs-down:before {
    content: "\E126"
}

.halfling-hand-right:before {
    content: "\E127"
}

.halfling-hand-left:before {
    content: "\E128"
}

.halfling-hand-top:before {
    content: "\E129"
}

.halfling-hand-down:before {
    content: "\E130"
}

.halfling-circle-arrow-right:before {
    content: "\E131"
}

.halfling-circle-arrow-left:before {
    content: "\E132"
}

.halfling-circle-arrow-top:before {
    content: "\E133"
}

.halfling-circle-arrow-down:before {
    content: "\E134"
}

.halfling-globe:before {
    content: "\E135"
}

.halfling-glyph-wrench:before {
    content: "\E136"
}

.halfling-tasks:before {
    content: "\E137"
}

.halfling-filter:before {
    content: "\E138"
}

.halfling-glyph-briefcase:before {
    content: "\E139"
}

.halfling-fullscreen:before {
    content: "\E140"
}

.halfling-dashboard:before {
    content: "\E141"
}

.halfling-glyph-paperclip:before {
    content: "\E142"
}

.halfling-heart-empty:before {
    content: "\E143"
}

.halfling-link:before {
    content: "\E144"
}

.halfling-phone:before {
    content: "\E145"
}

.halfling-glyph-pushpin:before {
    content: "\E146"
}

.halfling-euro:before {
    content: "\20AC"
}

.halfling-usd:before {
    content: "\E148"
}

.halfling-gbp:before {
    content: "\E149"
}

.halfling-sort:before {
    content: "\E150"
}

.halfling-sort-by-alphabet:before {
    content: "\E151"
}

.halfling-sort-by-alphabet-alt:before {
    content: "\E152"
}

.halfling-sort-by-order:before {
    content: "\E153"
}

.halfling-sort-by-order-alt:before {
    content: "\E154"
}

.halfling-sort-by-attributes:before {
    content: "\E155"
}

.halfling-sort-by-attributes-alt:before {
    content: "\E156"
}

.halfling-unchecked:before {
    content: "\E157"
}

.halfling-expand:before {
    content: "\E158"
}

.halfling-collapse:before {
    content: "\E159"
}

.halfling-collapse-top:before {
    content: "\E160"
}

.halfling-log-in:before {
    content: "\E161"
}

.halfling-flash:before {
    content: "\E162"
}

.halfling-log-out:before {
    content: "\E163"
}

.halfling-new-window:before {
    content: "\E164"
}

.halfling-record:before {
    content: "\E165"
}

.halfling-save:before {
    content: "\E166"
}

.halfling-open:before {
    content: "\E167"
}

.halfling-saved:before {
    content: "\E168"
}

.halfling-import:before {
    content: "\E169"
}

.halfling-export:before {
    content: "\E170"
}

.halfling-send:before {
    content: "\E171"
}

.halfling-floppy-disk:before {
    content: "\E172"
}

.halfling-floppy-saved:before {
    content: "\E173"
}

.halfling-floppy-remove:before {
    content: "\E174"
}

.halfling-floppy-save:before {
    content: "\E175"
}

.halfling-floppy-open:before {
    content: "\E176"
}

.halfling-credit-card:before {
    content: "\E177"
}

.halfling-transfer:before {
    content: "\E178"
}

.halfling-cutlery:before {
    content: "\E179"
}

.halfling-header:before {
    content: "\E180"
}

.halfling-compressed:before {
    content: "\E181"
}

.halfling-earphone:before {
    content: "\E182"
}

.halfling-phone-alt:before {
    content: "\E183"
}

.halfling-tower:before {
    content: "\E184"
}

.halfling-stats:before {
    content: "\E185"
}

.halfling-sd-video:before {
    content: "\E186"
}

.halfling-hd-video:before {
    content: "\E187"
}

.halfling-subtitles:before {
    content: "\E188"
}

.halfling-sound-stereo:before {
    content: "\E189"
}

.halfling-sound-dolby:before {
    content: "\E190"
}

.halfling-sound-5-1:before {
    content: "\E191"
}

.halfling-sound-6-1:before {
    content: "\E192"
}

.halfling-sound-7-1:before {
    content: "\E193"
}

.halfling-copyright-mark:before {
    content: "\E194"
}

.halfling-registration-mark:before {
    content: "\E195"
}

.halfling-cloud:before {
    content: "\2601"
}

.halfling-cloud-download:before {
    content: "\E197"
}

.halfling-cloud-upload:before {
    content: "\E198"
}

.halfling-tree-conifer:before {
    content: "\E199"
}

.halfling-tree-deciduous:before {
    content: "\E200"
}

.halfling-cd:before {
    content: "\E201"
}

.halfling-save-file:before {
    content: "\E202"
}

.halfling-open-file:before {
    content: "\E203"
}

.halfling-level-up:before {
    content: "\E204"
}

.halfling-copy:before {
    content: "\E205"
}

.halfling-paste:before {
    content: "\E206"
}

.halfling-door:before {
    content: "\1F6AA"
}

.halfling-key:before {
    content: "\1F511"
}

.halfling-alert:before {
    content: "\E209"
}

.halfling-equalizer:before {
    content: "\E210"
}

.halfling-king:before {
    content: "\E211"
}

.halfling-queen:before {
    content: "\E212"
}

.halfling-pawn:before {
    content: "\E213"
}

.halfling-bishop:before {
    content: "\E214"
}

.halfling-knight:before {
    content: "\E215"
}

.halfling-baby-formula:before {
    content: "\E216"
}

.halfling-tent:before {
    content: "\26FA"
}

.halfling-blackboard:before {
    content: "\E218"
}

.halfling-bed:before {
    content: "\E219"
}

.halfling-apple:before {
    content: "\F8FF"
}

.halfling-erase:before {
    content: "\E221"
}

.halfling-hourglass:before {
    content: "\231B"
}

.halfling-lamp:before {
    content: "\E223"
}

.halfling-duplicate:before {
    content: "\E224"
}

.halfling-piggy-bank:before {
    content: "\E225"
}

.halfling-scissors:before {
    content: "\E226"
}

.halfling-bitcoin:before {
    content: "\E227"
}

.halfling-yen:before {
    content: "\00A5"
}

.halfling-ruble:before {
    content: "\20BD"
}

.halfling-scale:before {
    content: "\E230"
}

.halfling-ice-lolly:before {
    content: "\E231"
}

.halfling-ice-lolly-tasted:before {
    content: "\E232"
}

.halfling-education:before {
    content: "\E233"
}

.halfling-option-horizontal:before {
    content: "\E234"
}

.halfling-option-vertical:before {
    content: "\E235"
}

.halfling-menu-hamburger:before {
    content: "\E236"
}

.halfling-modal-window:before {
    content: "\E237"
}

.halfling-oil:before {
    content: "\E238"
}

.halfling-grain:before {
    content: "\E239"
}

.halfling-sunglasses:before {
    content: "\E240"
}

.halfling-text-size:before {
    content: "\E241"
}

.halfling-text-color:before {
    content: "\E242"
}

.halfling-text-background:before {
    content: "\E243"
}

.halfling-object-align-top:before {
    content: "\E244"
}

.halfling-object-align-bottom:before {
    content: "\E245"
}

.halfling-object-align-horizontal:before {
    content: "\E246"
}

.halfling-object-align-left:before {
    content: "\E247"
}

.halfling-object-align-vertical:before {
    content: "\E248"
}

.halfling-object-align-right:before {
    content: "\E249"
}

.halfling-triangle-right:before {
    content: "\E250"
}

.halfling-triangle-left:before {
    content: "\E251"
}

.halfling-triangle-bottom:before {
    content: "\E252"
}

.halfling-triangle-top:before {
    content: "\E253"
}

.halfling-terminal:before {
    content: "\E254"
}

.halfling-superscript:before {
    content: "\E255"
}

.halfling-subscript:before {
    content: "\E256"
}

.halfling-menu-left:before {
    content: "\E257"
}

.halfling-menu-right:before {
    content: "\E258"
}

.halfling-menu-down:before {
    content: "\E259"
}

.halfling-menu-up:before {
    content: "\E260"
}

.co-icon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.co-icon[class*="halfling-"] {
    font-family: 'Glyphicons Halflings'
}

.co-icon[class*="glyphicon"] {
    font-family: 'Glyphicons Regular'
}

@font-face {
    font-family: 'Glyphicons Regular';
    src: url(/served_assets/glyphicons/glyphicons-regular-e03e44c030b9d76880f72a414ffa2207492f22b75e429e2a2729f9cadd1fe4d1.eot);
    src: url(/served_assets/glyphicons/glyphicons-regular-e03e44c030b9d76880f72a414ffa2207492f22b75e429e2a2729f9cadd1fe4d1.eot?#iefix) format("embedded-opentype"),url(/served_assets/glyphicons/glyphicons-regular-6b39480f2deda31a3b49c9e37a71c60b8c41ccb2e12ac3ffc09c3dc1796e5d6d.woff2) format("woff2"),url(/served_assets/glyphicons/glyphicons-regular-339b8b952c090bb6410ece848862dbd3d7fe8df8315a329b4ccfb513dccb8e34.woff) format("woff"),url(/served_assets/glyphicons/glyphicons-regular-58d634118e5efeabd0b104b70e2af2c6482fc728d3b01f5ba587ed63df923ebc.ttf) format("truetype"),url(/served_assets/glyphicons/glyphicons-regular-ea08c98e1b472e26421d342f782d45493ed1d3df245bfc0cc79b6dc0f3ee95fa.svg#glyphiconsregular) format("svg")
}

.glyphicon.x05 {
    font-size: 12px
}

.glyphicon.x2 {
    font-size: 48px
}

.glyphicon.x3 {
    font-size: 72px
}

.glyphicon.x4 {
    font-size: 96px
}

.glyphicon.x5 {
    font-size: 120px
}

.glyphicon.light:before {
    color: #f2f2f2
}

.glyphicon.drop:before {
    text-shadow: -1px 1px 3px rgba(0,0,0,0.3)
}

.glyphicon.flip {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH"
}

.glyphicon.flipv {
    -moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    filter: FlipV;
    -ms-filter: "FlipV"
}

.glyphicon.rotate90 {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.glyphicon.rotate180 {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.glyphicon.rotate270 {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.glyphicon-glass:before {
    content: "\E001"
}

.glyphicon-leaf:before {
    content: "\E002"
}

.glyphicon-dog:before {
    content: "\E003"
}

.glyphicon-user:before {
    content: "\E004"
}

.glyphicon-girl:before {
    content: "\E005"
}

.glyphicon-car:before {
    content: "\E006"
}

.glyphicon-user-add:before {
    content: "\E007"
}

.glyphicon-user-remove:before {
    content: "\E008"
}

.glyphicon-film:before {
    content: "\E009"
}

.glyphicon-magic:before {
    content: "\E010"
}

.glyphicon-envelope:before {
    content: "\2709"
}

.glyphicon-camera:before {
    content: "\E011"
}

.glyphicon-heart:before {
    content: "\E013"
}

.glyphicon-beach-umbrella:before {
    content: "\E014"
}

.glyphicon-train:before {
    content: "\E015"
}

.glyphicon-print:before {
    content: "\E016"
}

.glyphicon-bin:before {
    content: "\E017"
}

.glyphicon-music:before {
    content: "\E018"
}

.glyphicon-note:before {
    content: "\E019"
}

.glyphicon-heart-empty:before {
    content: "\E020"
}

.glyphicon-home:before {
    content: "\E021"
}

.glyphicon-snowflake:before {
    content: "\2744"
}

.glyphicon-fire:before {
    content: "\E023"
}

.glyphicon-magnet:before {
    content: "\E024"
}

.glyphicon-parents:before {
    content: "\E025"
}

.glyphicon-binoculars:before {
    content: "\E026"
}

.glyphicon-road:before {
    content: "\E027"
}

.glyphicon-search:before {
    content: "\E028"
}

.glyphicon-cars:before {
    content: "\E029"
}

.glyphicon-notes-2:before {
    content: "\E030"
}

.glyphicon-pencil:before {
    content: "\270F"
}

.glyphicon-bus:before {
    content: "\E032"
}

.glyphicon-wifi-alt:before {
    content: "\E033"
}

.glyphicon-luggage:before {
    content: "\E034"
}

.glyphicon-old-man:before {
    content: "\E035"
}

.glyphicon-woman:before {
    content: "\E036"
}

.glyphicon-file:before {
    content: "\E037"
}

.glyphicon-coins:before {
    content: "\E038"
}

.glyphicon-airplane:before {
    content: "\2708"
}

.glyphicon-notes:before {
    content: "\E040"
}

.glyphicon-stats:before {
    content: "\E041"
}

.glyphicon-charts:before {
    content: "\E042"
}

.glyphicon-pie-chart:before {
    content: "\E043"
}

.glyphicon-group:before {
    content: "\E044"
}

.glyphicon-keys:before {
    content: "\E045"
}

.glyphicon-calendar:before {
    content: "\E046"
}

.glyphicon-router:before {
    content: "\E047"
}

.glyphicon-camera-small:before {
    content: "\E048"
}

.glyphicon-star-empty:before {
    content: "\E049"
}

.glyphicon-star:before {
    content: "\E050"
}

.glyphicon-link:before {
    content: "\E051"
}

.glyphicon-eye-open:before {
    content: "\E052"
}

.glyphicon-eye-close:before {
    content: "\E053"
}

.glyphicon-alarm:before {
    content: "\E054"
}

.glyphicon-clock:before {
    content: "\E055"
}

.glyphicon-stopwatch:before {
    content: "\E056"
}

.glyphicon-projector:before {
    content: "\E057"
}

.glyphicon-history:before {
    content: "\E058"
}

.glyphicon-truck:before {
    content: "\E059"
}

.glyphicon-cargo:before {
    content: "\E060"
}

.glyphicon-compass:before {
    content: "\E061"
}

.glyphicon-keynote:before {
    content: "\E062"
}

.glyphicon-paperclip:before {
    content: "\E063"
}

.glyphicon-power:before {
    content: "\E064"
}

.glyphicon-lightbulb:before {
    content: "\E065"
}

.glyphicon-tag:before {
    content: "\E066"
}

.glyphicon-tags:before {
    content: "\E067"
}

.glyphicon-cleaning:before {
    content: "\E068"
}

.glyphicon-ruler:before {
    content: "\E069"
}

.glyphicon-gift:before {
    content: "\E070"
}

.glyphicon-umbrella:before {
    content: "\2602"
}

.glyphicon-book:before {
    content: "\E072"
}

.glyphicon-bookmark:before {
    content: "\E073"
}

.glyphicon-wifi:before {
    content: "\E074"
}

.glyphicon-cup:before {
    content: "\E075"
}

.glyphicon-stroller:before {
    content: "\E076"
}

.glyphicon-headphones:before {
    content: "\E077"
}

.glyphicon-headset:before {
    content: "\E078"
}

.glyphicon-warning-sign:before {
    content: "\E079"
}

.glyphicon-signal:before {
    content: "\E080"
}

.glyphicon-retweet:before {
    content: "\E081"
}

.glyphicon-refresh:before {
    content: "\E082"
}

.glyphicon-roundabout:before {
    content: "\E083"
}

.glyphicon-random:before {
    content: "\E084"
}

.glyphicon-heat:before {
    content: "\E085"
}

.glyphicon-repeat:before {
    content: "\E086"
}

.glyphicon-display:before {
    content: "\E087"
}

.glyphicon-log-book:before {
    content: "\E088"
}

.glyphicon-address-book:before {
    content: "\E089"
}

.glyphicon-building:before {
    content: "\E090"
}

.glyphicon-eyedropper:before {
    content: "\E091"
}

.glyphicon-adjust:before {
    content: "\E092"
}

.glyphicon-tint:before {
    content: "\E093"
}

.glyphicon-crop:before {
    content: "\E094"
}

.glyphicon-vector-path-square:before {
    content: "\E095"
}

.glyphicon-vector-path-circle:before {
    content: "\E096"
}

.glyphicon-vector-path-polygon:before {
    content: "\E097"
}

.glyphicon-vector-path-line:before {
    content: "\E098"
}

.glyphicon-vector-path-curve:before {
    content: "\E099"
}

.glyphicon-vector-path-all:before {
    content: "\E100"
}

.glyphicon-font:before {
    content: "\E101"
}

.glyphicon-italic:before {
    content: "\E102"
}

.glyphicon-bold:before {
    content: "\E103"
}

.glyphicon-text-underline:before {
    content: "\E104"
}

.glyphicon-text-strike:before {
    content: "\E105"
}

.glyphicon-text-height:before {
    content: "\E106"
}

.glyphicon-text-width:before {
    content: "\E107"
}

.glyphicon-text-resize:before {
    content: "\E108"
}

.glyphicon-left-indent:before {
    content: "\E109"
}

.glyphicon-right-indent:before {
    content: "\E110"
}

.glyphicon-align-left:before {
    content: "\E111"
}

.glyphicon-align-center:before {
    content: "\E112"
}

.glyphicon-align-right:before {
    content: "\E113"
}

.glyphicon-justify:before {
    content: "\E114"
}

.glyphicon-list:before {
    content: "\E115"
}

.glyphicon-text-smaller:before {
    content: "\E116"
}

.glyphicon-text-bigger:before {
    content: "\E117"
}

.glyphicon-embed:before {
    content: "\E118"
}

.glyphicon-embed-close:before {
    content: "\E119"
}

.glyphicon-table:before {
    content: "\E120"
}

.glyphicon-message-full:before {
    content: "\E121"
}

.glyphicon-message-empty:before {
    content: "\E122"
}

.glyphicon-message-in:before {
    content: "\E123"
}

.glyphicon-message-out:before {
    content: "\E124"
}

.glyphicon-message-plus:before {
    content: "\E125"
}

.glyphicon-message-minus:before {
    content: "\E126"
}

.glyphicon-message-ban:before {
    content: "\E127"
}

.glyphicon-message-flag:before {
    content: "\E128"
}

.glyphicon-message-lock:before {
    content: "\E129"
}

.glyphicon-message-new:before {
    content: "\E130"
}

.glyphicon-inbox:before {
    content: "\E131"
}

.glyphicon-inbox-plus:before {
    content: "\E132"
}

.glyphicon-inbox-minus:before {
    content: "\E133"
}

.glyphicon-inbox-lock:before {
    content: "\E134"
}

.glyphicon-inbox-in:before {
    content: "\E135"
}

.glyphicon-inbox-out:before {
    content: "\E136"
}

.glyphicon-cogwheel:before {
    content: "\E137"
}

.glyphicon-cogwheels:before {
    content: "\E138"
}

.glyphicon-picture:before {
    content: "\E139"
}

.glyphicon-adjust-alt:before {
    content: "\E140"
}

.glyphicon-database-lock:before {
    content: "\E141"
}

.glyphicon-database-plus:before {
    content: "\E142"
}

.glyphicon-database-minus:before {
    content: "\E143"
}

.glyphicon-database-ban:before {
    content: "\E144"
}

.glyphicon-folder-open:before {
    content: "\E145"
}

.glyphicon-folder-plus:before {
    content: "\E146"
}

.glyphicon-folder-minus:before {
    content: "\E147"
}

.glyphicon-folder-lock:before {
    content: "\E148"
}

.glyphicon-folder-flag:before {
    content: "\E149"
}

.glyphicon-folder-new:before {
    content: "\E150"
}

.glyphicon-edit:before {
    content: "\E151"
}

.glyphicon-new-window:before {
    content: "\E152"
}

.glyphicon-check:before {
    content: "\E153"
}

.glyphicon-unchecked:before {
    content: "\E154"
}

.glyphicon-more-windows:before {
    content: "\E155"
}

.glyphicon-show-big-thumbnails:before {
    content: "\E156"
}

.glyphicon-show-thumbnails:before {
    content: "\E157"
}

.glyphicon-show-thumbnails-with-lines:before {
    content: "\E158"
}

.glyphicon-show-lines:before {
    content: "\E159"
}

.glyphicon-playlist:before {
    content: "\E160"
}

.glyphicon-imac:before {
    content: "\E161"
}

.glyphicon-macbook:before {
    content: "\E162"
}

.glyphicon-ipad:before {
    content: "\E163"
}

.glyphicon-iphone:before {
    content: "\E164"
}

.glyphicon-iphone-transfer:before {
    content: "\E165"
}

.glyphicon-iphone-exchange:before {
    content: "\E166"
}

.glyphicon-ipod:before {
    content: "\E167"
}

.glyphicon-ipod-shuffle:before {
    content: "\E168"
}

.glyphicon-ear-plugs:before {
    content: "\E169"
}

.glyphicon-record:before {
    content: "\E170"
}

.glyphicon-step-backward:before {
    content: "\E171"
}

.glyphicon-fast-backward:before {
    content: "\E172"
}

.glyphicon-rewind:before {
    content: "\E173"
}

.glyphicon-play:before {
    content: "\E174"
}

.glyphicon-pause:before {
    content: "\E175"
}

.glyphicon-stop:before {
    content: "\E176"
}

.glyphicon-forward:before {
    content: "\E177"
}

.glyphicon-fast-forward:before {
    content: "\E178"
}

.glyphicon-step-forward:before {
    content: "\E179"
}

.glyphicon-eject:before {
    content: "\E180"
}

.glyphicon-facetime-video:before {
    content: "\E181"
}

.glyphicon-download-alt:before {
    content: "\E182"
}

.glyphicon-mute:before {
    content: "\E183"
}

.glyphicon-volume-down:before {
    content: "\E184"
}

.glyphicon-volume-up:before {
    content: "\E185"
}

.glyphicon-screenshot:before {
    content: "\E186"
}

.glyphicon-move:before {
    content: "\E187"
}

.glyphicon-more:before {
    content: "\E188"
}

.glyphicon-brightness-reduce:before {
    content: "\E189"
}

.glyphicon-brightness-increase:before {
    content: "\E190"
}

.glyphicon-circle-plus:before {
    content: "\E191"
}

.glyphicon-circle-minus:before {
    content: "\E192"
}

.glyphicon-circle-remove:before {
    content: "\E193"
}

.glyphicon-circle-ok:before {
    content: "\E194"
}

.glyphicon-circle-question-mark:before {
    content: "\E195"
}

.glyphicon-circle-info:before {
    content: "\E196"
}

.glyphicon-circle-exclamation-mark:before {
    content: "\E197"
}

.glyphicon-remove:before {
    content: "\E198"
}

.glyphicon-ok:before {
    content: "\E199"
}

.glyphicon-ban:before {
    content: "\E200"
}

.glyphicon-download:before {
    content: "\E201"
}

.glyphicon-upload:before {
    content: "\E202"
}

.glyphicon-shopping-cart:before {
    content: "\E203"
}

.glyphicon-lock:before {
    content: "\E204"
}

.glyphicon-unlock:before {
    content: "\E205"
}

.glyphicon-electricity:before {
    content: "\E206"
}

.glyphicon-ok-2:before {
    content: "\E207"
}

.glyphicon-remove-2:before {
    content: "\E208"
}

.glyphicon-cart-out:before {
    content: "\E209"
}

.glyphicon-cart-in:before {
    content: "\E210"
}

.glyphicon-left-arrow:before {
    content: "\E211"
}

.glyphicon-right-arrow:before {
    content: "\E212"
}

.glyphicon-down-arrow:before {
    content: "\E213"
}

.glyphicon-up-arrow:before {
    content: "\E214"
}

.glyphicon-resize-small:before {
    content: "\E215"
}

.glyphicon-resize-full:before {
    content: "\E216"
}

.glyphicon-circle-arrow-left:before {
    content: "\E217"
}

.glyphicon-circle-arrow-right:before {
    content: "\E218"
}

.glyphicon-circle-arrow-top:before {
    content: "\E219"
}

.glyphicon-circle-arrow-down:before {
    content: "\E220"
}

.glyphicon-play-button:before {
    content: "\E221"
}

.glyphicon-unshare:before {
    content: "\E222"
}

.glyphicon-share:before {
    content: "\E223"
}

.glyphicon-chevron-right:before {
    content: "\E224"
}

.glyphicon-chevron-left:before {
    content: "\E225"
}

.glyphicon-bluetooth:before {
    content: "\E226"
}

.glyphicon-euro:before {
    content: "\20AC"
}

.glyphicon-usd:before {
    content: "\E228"
}

.glyphicon-gbp:before {
    content: "\E229"
}

.glyphicon-retweet-2:before {
    content: "\E230"
}

.glyphicon-moon:before {
    content: "\E231"
}

.glyphicon-sun:before {
    content: "\2609"
}

.glyphicon-cloud:before {
    content: "\2601"
}

.glyphicon-direction:before {
    content: "\E234"
}

.glyphicon-brush:before {
    content: "\E235"
}

.glyphicon-pen:before {
    content: "\E236"
}

.glyphicon-zoom-in:before {
    content: "\E237"
}

.glyphicon-zoom-out:before {
    content: "\E238"
}

.glyphicon-pin:before {
    content: "\E239"
}

.glyphicon-albums:before {
    content: "\E240"
}

.glyphicon-rotation-lock:before {
    content: "\E241"
}

.glyphicon-flash:before {
    content: "\E242"
}

.glyphicon-google-maps:before {
    content: "\E243"
}

.glyphicon-anchor:before {
    content: "\2693"
}

.glyphicon-conversation:before {
    content: "\E245"
}

.glyphicon-chat:before {
    content: "\E246"
}

.glyphicon-male:before {
    content: "\E247"
}

.glyphicon-female:before {
    content: "\E248"
}

.glyphicon-asterisk:before {
    content: "\002A"
}

.glyphicon-divide:before {
    content: "\00F7"
}

.glyphicon-snorkel-diving:before {
    content: "\E251"
}

.glyphicon-scuba-diving:before {
    content: "\E252"
}

.glyphicon-oxygen-bottle:before {
    content: "\E253"
}

.glyphicon-fins:before {
    content: "\E254"
}

.glyphicon-fishes:before {
    content: "\E255"
}

.glyphicon-boat:before {
    content: "\E256"
}

.glyphicon-delete:before {
    content: "\E257"
}

.glyphicon-sheriffs-star:before {
    content: "\E258"
}

.glyphicon-qrcode:before {
    content: "\E259"
}

.glyphicon-barcode:before {
    content: "\E260"
}

.glyphicon-pool:before {
    content: "\E261"
}

.glyphicon-buoy:before {
    content: "\E262"
}

.glyphicon-spade:before {
    content: "\E263"
}

.glyphicon-bank:before {
    content: "\E264"
}

.glyphicon-vcard:before {
    content: "\E265"
}

.glyphicon-electrical-plug:before {
    content: "\E266"
}

.glyphicon-flag:before {
    content: "\E267"
}

.glyphicon-credit-card:before {
    content: "\E268"
}

.glyphicon-keyboard-wireless:before {
    content: "\E269"
}

.glyphicon-keyboard-wired:before {
    content: "\E270"
}

.glyphicon-shield:before {
    content: "\E271"
}

.glyphicon-ring:before {
    content: "\02DA"
}

.glyphicon-cake:before {
    content: "\E273"
}

.glyphicon-drink:before {
    content: "\E274"
}

.glyphicon-beer:before {
    content: "\E275"
}

.glyphicon-fast-food:before {
    content: "\E276"
}

.glyphicon-cutlery:before {
    content: "\E277"
}

.glyphicon-pizza:before {
    content: "\E278"
}

.glyphicon-birthday-cake:before {
    content: "\E279"
}

.glyphicon-tablet:before {
    content: "\E280"
}

.glyphicon-settings:before {
    content: "\E281"
}

.glyphicon-bullets:before {
    content: "\E282"
}

.glyphicon-cardio:before {
    content: "\E283"
}

.glyphicon-t-shirt:before {
    content: "\E284"
}

.glyphicon-pants:before {
    content: "\E285"
}

.glyphicon-sweater:before {
    content: "\E286"
}

.glyphicon-fabric:before {
    content: "\E287"
}

.glyphicon-leather:before {
    content: "\E288"
}

.glyphicon-scissors:before {
    content: "\E289"
}

.glyphicon-bomb:before {
    content: "\E290"
}

.glyphicon-skull:before {
    content: "\E291"
}

.glyphicon-celebration:before {
    content: "\E292"
}

.glyphicon-tea-kettle:before {
    content: "\E293"
}

.glyphicon-french-press:before {
    content: "\E294"
}

.glyphicon-coffee-cup:before {
    content: "\E295"
}

.glyphicon-pot:before {
    content: "\E296"
}

.glyphicon-grater:before {
    content: "\E297"
}

.glyphicon-kettle:before {
    content: "\E298"
}

.glyphicon-hospital:before {
    content: "\E299"
}

.glyphicon-hospital-h:before {
    content: "\E300"
}

.glyphicon-microphone:before {
    content: "\E301"
}

.glyphicon-webcam:before {
    content: "\E302"
}

.glyphicon-temple-christianity-church:before {
    content: "\E303"
}

.glyphicon-temple-islam:before {
    content: "\E304"
}

.glyphicon-temple-hindu:before {
    content: "\E305"
}

.glyphicon-temple-buddhist:before {
    content: "\E306"
}

.glyphicon-bicycle:before {
    content: "\E307"
}

.glyphicon-life-preserver:before {
    content: "\E308"
}

.glyphicon-share-alt:before {
    content: "\E309"
}

.glyphicon-comments:before {
    content: "\E310"
}

.glyphicon-flower:before {
    content: "\2698"
}

.glyphicon-baseball:before {
    content: "\26BE"
}

.glyphicon-rugby:before {
    content: "\E313"
}

.glyphicon-ax:before {
    content: "\E314"
}

.glyphicon-table-tennis:before {
    content: "\E315"
}

.glyphicon-bowling:before {
    content: "\E316"
}

.glyphicon-tree-conifer:before {
    content: "\E317"
}

.glyphicon-tree-deciduous:before {
    content: "\E318"
}

.glyphicon-more-items:before {
    content: "\E319"
}

.glyphicon-sort:before {
    content: "\E320"
}

.glyphicon-filter:before {
    content: "\E321"
}

.glyphicon-th-large:before {
    content: "\E156"
}

.glyphicon-gamepad:before {
    content: "\E322"
}

.glyphicon-playing-dices:before {
    content: "\E323"
}

.glyphicon-calculator:before {
    content: "\E324"
}

.glyphicon-tie:before {
    content: "\E325"
}

.glyphicon-wallet:before {
    content: "\E326"
}

.glyphicon-piano:before {
    content: "\E327"
}

.glyphicon-sampler:before {
    content: "\E328"
}

.glyphicon-podium:before {
    content: "\E329"
}

.glyphicon-soccer-ball:before {
    content: "\E330"
}

.glyphicon-blog:before {
    content: "\E331"
}

.glyphicon-dashboard:before {
    content: "\E332"
}

.glyphicon-certificate:before {
    content: "\E333"
}

.glyphicon-bell:before {
    content: "\E334"
}

.glyphicon-candle:before {
    content: "\E335"
}

.glyphicon-pushpin:before {
    content: "\E336"
}

.glyphicon-iphone-shake:before {
    content: "\E337"
}

.glyphicon-pin-flag:before {
    content: "\E338"
}

.glyphicon-turtle:before {
    content: "\E339"
}

.glyphicon-rabbit:before {
    content: "\E340"
}

.glyphicon-globe:before {
    content: "\E341"
}

.glyphicon-briefcase:before {
    content: "\E342"
}

.glyphicon-hdd:before {
    content: "\E343"
}

.glyphicon-thumbs-up:before {
    content: "\E344"
}

.glyphicon-thumbs-down:before {
    content: "\E345"
}

.glyphicon-hand-right:before {
    content: "\E346"
}

.glyphicon-hand-left:before {
    content: "\E347"
}

.glyphicon-hand-up:before {
    content: "\E348"
}

.glyphicon-hand-down:before {
    content: "\E349"
}

.glyphicon-fullscreen:before {
    content: "\E350"
}

.glyphicon-shopping-bag:before {
    content: "\E351"
}

.glyphicon-book-open:before {
    content: "\E352"
}

.glyphicon-nameplate:before {
    content: "\E353"
}

.glyphicon-nameplate-alt:before {
    content: "\E354"
}

.glyphicon-vases:before {
    content: "\E355"
}

.glyphicon-bullhorn:before {
    content: "\E356"
}

.glyphicon-dumbbell:before {
    content: "\E357"
}

.glyphicon-suitcase:before {
    content: "\E358"
}

.glyphicon-file-import:before {
    content: "\E359"
}

.glyphicon-file-export:before {
    content: "\E360"
}

.glyphicon-bug:before {
    content: "\E361"
}

.glyphicon-crown:before {
    content: "\E362"
}

.glyphicon-smoking:before {
    content: "\E363"
}

.glyphicon-cloud-download:before {
    content: "\E364"
}

.glyphicon-cloud-upload:before {
    content: "\E365"
}

.glyphicon-restart:before {
    content: "\E366"
}

.glyphicon-security-camera:before {
    content: "\E367"
}

.glyphicon-expand:before {
    content: "\E368"
}

.glyphicon-collapse:before {
    content: "\E369"
}

.glyphicon-collapse-top:before {
    content: "\E370"
}

.glyphicon-globe-af:before {
    content: "\E371"
}

.glyphicon-global:before {
    content: "\E372"
}

.glyphicon-spray:before {
    content: "\E373"
}

.glyphicon-nails:before {
    content: "\E374"
}

.glyphicon-claw-hammer:before {
    content: "\E375"
}

.glyphicon-classic-hammer:before {
    content: "\E376"
}

.glyphicon-hand-saw:before {
    content: "\E377"
}

.glyphicon-riflescope:before {
    content: "\E378"
}

.glyphicon-electrical-socket-eu:before {
    content: "\E379"
}

.glyphicon-electrical-socket-us:before {
    content: "\E380"
}

.glyphicon-message-forward:before {
    content: "\E381"
}

.glyphicon-coat-hanger:before {
    content: "\E382"
}

.glyphicon-dress:before {
    content: "\E383"
}

.glyphicon-bathrobe:before {
    content: "\E384"
}

.glyphicon-shirt:before {
    content: "\E385"
}

.glyphicon-underwear:before {
    content: "\E386"
}

.glyphicon-log-in:before {
    content: "\E387"
}

.glyphicon-log-out:before {
    content: "\E388"
}

.glyphicon-exit:before {
    content: "\E389"
}

.glyphicon-new-window-alt:before {
    content: "\E390"
}

.glyphicon-video-sd:before {
    content: "\E391"
}

.glyphicon-video-hd:before {
    content: "\E392"
}

.glyphicon-subtitles:before {
    content: "\E393"
}

.glyphicon-sound-stereo:before {
    content: "\E394"
}

.glyphicon-sound-dolby:before {
    content: "\E395"
}

.glyphicon-sound-5-1:before {
    content: "\E396"
}

.glyphicon-sound-6-1:before {
    content: "\E397"
}

.glyphicon-sound-7-1:before {
    content: "\E398"
}

.glyphicon-copyright-mark:before {
    content: "\E399"
}

.glyphicon-registration-mark:before {
    content: "\E400"
}

.glyphicon-radar:before {
    content: "\E401"
}

.glyphicon-skateboard:before {
    content: "\E402"
}

.glyphicon-golf-course:before {
    content: "\E403"
}

.glyphicon-sorting:before {
    content: "\E404"
}

.glyphicon-sort-by-alphabet:before {
    content: "\E405"
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\E406"
}

.glyphicon-sort-by-order:before {
    content: "\E407"
}

.glyphicon-sort-by-order-alt:before {
    content: "\E408"
}

.glyphicon-sort-by-attributes:before {
    content: "\E409"
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\E410"
}

.glyphicon-compressed:before {
    content: "\E411"
}

.glyphicon-package:before {
    content: "\E412"
}

.glyphicon-cloud-plus:before {
    content: "\E413"
}

.glyphicon-cloud-minus:before {
    content: "\E414"
}

.glyphicon-disk-save:before {
    content: "\E415"
}

.glyphicon-disk-open:before {
    content: "\E416"
}

.glyphicon-disk-saved:before {
    content: "\E417"
}

.glyphicon-disk-remove:before {
    content: "\E418"
}

.glyphicon-disk-import:before {
    content: "\E419"
}

.glyphicon-disk-export:before {
    content: "\E420"
}

.glyphicon-tower:before {
    content: "\E421"
}

.glyphicon-send:before {
    content: "\E422"
}

.glyphicon-git-branch:before {
    content: "\E423"
}

.glyphicon-git-create:before {
    content: "\E424"
}

.glyphicon-git-private:before {
    content: "\E425"
}

.glyphicon-git-delete:before {
    content: "\E426"
}

.glyphicon-git-merge:before {
    content: "\E427"
}

.glyphicon-git-pull-request:before {
    content: "\E428"
}

.glyphicon-git-compare:before {
    content: "\E429"
}

.glyphicon-git-commit:before {
    content: "\E430"
}

.glyphicon-construction-cone:before {
    content: "\E431"
}

.glyphicon-shoe-steps:before {
    content: "\E432"
}

.glyphicon-plus:before {
    content: "\002B"
}

.glyphicon-minus:before {
    content: "\2212"
}

.glyphicon-redo:before {
    content: "\E435"
}

.glyphicon-undo:before {
    content: "\E436"
}

.glyphicon-golf:before {
    content: "\E437"
}

.glyphicon-hockey:before {
    content: "\E438"
}

.glyphicon-pipe:before {
    content: "\E439"
}

.glyphicon-wrench:before {
    content: "\E440"
}

.glyphicon-folder-closed:before {
    content: "\E441"
}

.glyphicon-phone-alt:before {
    content: "\E442"
}

.glyphicon-earphone:before {
    content: "\E443"
}

.glyphicon-floppy-disk:before {
    content: "\E444"
}

.glyphicon-floppy-saved:before {
    content: "\E445"
}

.glyphicon-floppy-remove:before {
    content: "\E446"
}

.glyphicon-floppy-save:before {
    content: "\E447"
}

.glyphicon-floppy-open:before {
    content: "\E448"
}

.glyphicon-translate:before {
    content: "\E449"
}

.glyphicon-fax:before {
    content: "\E450"
}

.glyphicon-factory:before {
    content: "\E451"
}

.glyphicon-shop-window:before {
    content: "\E452"
}

.glyphicon-shop:before {
    content: "\E453"
}

.glyphicon-kiosk:before {
    content: "\E454"
}

.glyphicon-kiosk-wheels:before {
    content: "\E455"
}

.glyphicon-kiosk-light:before {
    content: "\E456"
}

.glyphicon-kiosk-food:before {
    content: "\E457"
}

.glyphicon-transfer:before {
    content: "\E458"
}

.glyphicon-money:before {
    content: "\E459"
}

.glyphicon-header:before {
    content: "\E460"
}

.glyphicon-blacksmith:before {
    content: "\E461"
}

.glyphicon-saw-blade:before {
    content: "\E462"
}

.glyphicon-basketball:before {
    content: "\E463"
}

.glyphicon-server:before {
    content: "\E464"
}

.glyphicon-server-plus:before {
    content: "\E465"
}

.glyphicon-server-minus:before {
    content: "\E466"
}

.glyphicon-server-ban:before {
    content: "\E467"
}

.glyphicon-server-flag:before {
    content: "\E468"
}

.glyphicon-server-lock:before {
    content: "\E469"
}

.glyphicon-server-new:before {
    content: "\E470"
}

.glyphicon-charging-station:before {
    content: "\F471"
}

.glyphicon-gas-station:before {
    content: "\E472"
}

.glyphicon-target:before {
    content: "\E473"
}

.glyphicon-bed-alt:before {
    content: "\E474"
}

.glyphicon-mosquito-net:before {
    content: "\E475"
}

.glyphicon-dining-set:before {
    content: "\E476"
}

.glyphicon-plate-of-food:before {
    content: "\E477"
}

.glyphicon-hygiene-kit:before {
    content: "\E478"
}

.glyphicon-blackboard:before {
    content: "\E479"
}

.glyphicon-marriage:before {
    content: "\E480"
}

.glyphicon-bucket:before {
    content: "\E481"
}

.glyphicon-none-color-swatch:before {
    content: "\E482"
}

.glyphicon-bring-forward:before {
    content: "\E483"
}

.glyphicon-bring-to-front:before {
    content: "\E484"
}

.glyphicon-send-backward:before {
    content: "\E485"
}

.glyphicon-send-to-back:before {
    content: "\E486"
}

.glyphicon-fit-frame-to-image:before {
    content: "\E487"
}

.glyphicon-fit-image-to-frame:before {
    content: "\E488"
}

.glyphicon-multiple-displays:before {
    content: "\E489"
}

.glyphicon-handshake:before {
    content: "\E490"
}

.glyphicon-child:before {
    content: "\E491"
}

.glyphicon-baby-formula:before {
    content: "\E492"
}

.glyphicon-medicine:before {
    content: "\E493"
}

.glyphicon-atv-vehicle:before {
    content: "\E494"
}

.glyphicon-motorcycle:before {
    content: "\E495"
}

.glyphicon-bed:before {
    content: "\E496"
}

.glyphicon-tent:before {
    content: "\26FA"
}

.glyphicon-glasses:before {
    content: "\E498"
}

.glyphicon-sunglasses:before {
    content: "\E499"
}

.glyphicon-family:before {
    content: "\E500"
}

.glyphicon-education:before {
    content: "\E501"
}

.glyphicon-shoes:before {
    content: "\E502"
}

.glyphicon-map:before {
    content: "\E503"
}

.glyphicon-cd:before {
    content: "\E504"
}

.glyphicon-alert:before {
    content: "\E505"
}

.glyphicon-piggy-bank:before {
    content: "\E506"
}

.glyphicon-star-half:before {
    content: "\E507"
}

.glyphicon-cluster:before {
    content: "\E508"
}

.glyphicon-flowchart:before {
    content: "\E509"
}

.glyphicon-commodities:before {
    content: "\E510"
}

.glyphicon-duplicate:before {
    content: "\E511"
}

.glyphicon-copy:before {
    content: "\E512"
}

.glyphicon-paste:before {
    content: "\E513"
}

.glyphicon-bath-bathtub:before {
    content: "\E514"
}

.glyphicon-bath-shower:before {
    content: "\E515"
}

.glyphicon-shower:before {
    content: "\1F6BF"
}

.glyphicon-menu-hamburger:before {
    content: "\E517"
}

.glyphicon-option-vertical:before {
    content: "\E518"
}

.glyphicon-option-horizontal:before {
    content: "\E519"
}

.glyphicon-currency-conversion:before {
    content: "\E520"
}

.glyphicon-user-ban:before {
    content: "\E521"
}

.glyphicon-user-lock:before {
    content: "\E522"
}

.glyphicon-user-flag:before {
    content: "\E523"
}

.glyphicon-user-asterisk:before {
    content: "\E524"
}

.glyphicon-user-alert:before {
    content: "\E525"
}

.glyphicon-user-key:before {
    content: "\E526"
}

.glyphicon-user-conversation:before {
    content: "\E527"
}

.glyphicon-database:before {
    content: "\E528"
}

.glyphicon-database-search:before {
    content: "\E529"
}

.glyphicon-list-alt:before {
    content: "\E530"
}

.glyphicon-hazard-sign:before {
    content: "\E531"
}

.glyphicon-hazard:before {
    content: "\E532"
}

.glyphicon-stop-sign:before {
    content: "\E533"
}

.glyphicon-lab:before {
    content: "\E534"
}

.glyphicon-lab-alt:before {
    content: "\E535"
}

.glyphicon-ice-cream:before {
    content: "\E536"
}

.glyphicon-ice-lolly:before {
    content: "\E537"
}

.glyphicon-ice-lolly-tasted:before {
    content: "\E538"
}

.glyphicon-invoice:before {
    content: "\E539"
}

.glyphicon-cart-tick:before {
    content: "\E540"
}

.glyphicon-hourglass:before {
    content: "\231B"
}

.glyphicon-cat:before {
    content: "\1F408"
}

.glyphicon-lamp:before {
    content: "\E543"
}

.glyphicon-scale-classic:before {
    content: "\E544"
}

.glyphicon-eye-plus:before {
    content: "\E545"
}

.glyphicon-eye-minus:before {
    content: "\E546"
}

.glyphicon-quote:before {
    content: "\E547"
}

.glyphicon-bitcoin:before {
    content: "\E548"
}

.glyphicon-yen:before {
    content: "\00A5"
}

.glyphicon-ruble:before {
    content: "\20BD"
}

.glyphicon-erase:before {
    content: "\E551"
}

.glyphicon-podcast:before {
    content: "\E552"
}

.glyphicon-firework:before {
    content: "\E553"
}

.glyphicon-scale:before {
    content: "\E554"
}

.glyphicon-king:before {
    content: "\E555"
}

.glyphicon-queen:before {
    content: "\E556"
}

.glyphicon-pawn:before {
    content: "\E557"
}

.glyphicon-bishop:before {
    content: "\E558"
}

.glyphicon-knight:before {
    content: "\E559"
}

.glyphicon-mic-mute:before {
    content: "\E560"
}

.glyphicon-voicemail:before {
    content: "\E561"
}

.glyphicon-paragraph:before {
    content: "\00B6"
}

.glyphicon-person-walking:before {
    content: "\E563"
}

.glyphicon-person-wheelchair:before {
    content: "\E564"
}

.glyphicon-underground:before {
    content: "\E565"
}

.glyphicon-car-hov:before {
    content: "\E566"
}

.glyphicon-car-rental:before {
    content: "\E567"
}

.glyphicon-transport:before {
    content: "\E568"
}

.glyphicon-taxi:before {
    content: "\1F695"
}

.glyphicon-ice-cream-no:before {
    content: "\E570"
}

.glyphicon-uk-rat-u:before {
    content: "\E571"
}

.glyphicon-uk-rat-pg:before {
    content: "\E572"
}

.glyphicon-uk-rat-12a:before {
    content: "\E573"
}

.glyphicon-uk-rat-12:before {
    content: "\E574"
}

.glyphicon-uk-rat-15:before {
    content: "\E575"
}

.glyphicon-uk-rat-18:before {
    content: "\E576"
}

.glyphicon-uk-rat-r18:before {
    content: "\E577"
}

.glyphicon-tv:before {
    content: "\E578"
}

.glyphicon-sms:before {
    content: "\E579"
}

.glyphicon-mms:before {
    content: "\E580"
}

.glyphicon-us-rat-g:before {
    content: "\E581"
}

.glyphicon-us-rat-pg:before {
    content: "\E582"
}

.glyphicon-us-rat-pg-13:before {
    content: "\E583"
}

.glyphicon-us-rat-restricted:before {
    content: "\E584"
}

.glyphicon-us-rat-no-one-17:before {
    content: "\E585"
}

.glyphicon-equalizer:before {
    content: "\E586"
}

.glyphicon-speakers:before {
    content: "\E587"
}

.glyphicon-remote-control:before {
    content: "\E588"
}

.glyphicon-remote-control-tv:before {
    content: "\E589"
}

.glyphicon-shredder:before {
    content: "\E590"
}

.glyphicon-folder-heart:before {
    content: "\E591"
}

.glyphicon-person-running:before {
    content: "\E592"
}

.glyphicon-person:before {
    content: "\E593"
}

.glyphicon-voice:before {
    content: "\E594"
}

.glyphicon-stethoscope:before {
    content: "\E595"
}

.glyphicon-hotspot:before {
    content: "\E596"
}

.glyphicon-activity:before {
    content: "\E597"
}

.glyphicon-watch:before {
    content: "\231A"
}

.glyphicon-scissors-alt:before {
    content: "\E599"
}

.glyphicon-car-wheel:before {
    content: "\E600"
}

.glyphicon-chevron-up:before {
    content: "\E601"
}

.glyphicon-chevron-down:before {
    content: "\E602"
}

.glyphicon-superscript:before {
    content: "\E603"
}

.glyphicon-subscript:before {
    content: "\E604"
}

.glyphicon-text-size:before {
    content: "\E605"
}

.glyphicon-text-color:before {
    content: "\E606"
}

.glyphicon-text-background:before {
    content: "\E607"
}

.glyphicon-modal-window:before {
    content: "\E608"
}

.glyphicon-newspaper:before {
    content: "\1F4F0"
}

.glyphicon-tractor:before {
    content: "\1F69C"
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(/served_assets/glyphicons/glyphicons-halflings-regular-13634da87d9e23f8c3ed9108ce1724d183a39ad072e73e1b3d8cbf646d2d0407.eot);
    src: url(/served_assets/glyphicons/glyphicons-halflings-regular-13634da87d9e23f8c3ed9108ce1724d183a39ad072e73e1b3d8cbf646d2d0407.eot?#iefix) format("embedded-opentype"),url(/served_assets/glyphicons/glyphicons-halflings-regular-fe185d11a49676890d47bb783312a0cda5a44c4039214094e7957b4c040ef11c.woff2) format("woff2"),url(/served_assets/glyphicons/glyphicons-halflings-regular-a26394f7ede100ca118eff2eda08596275a9839b959c226e15439557a5a80742.woff) format("woff"),url(/served_assets/glyphicons/glyphicons-halflings-regular-e395044093757d82afcb138957d06a1ea9361bdcf0b442d06a18a8051af57456.ttf) format("truetype"),url(/served_assets/glyphicons/glyphicons-halflings-regular-42f60659d265c1a3c30f9fa42abcbb56bd4a53af4d83d316d6dd7a36903c43e5.svg#glyphicons_halflingsregular) format("svg")
}

.halfling.x05 {
    font-size: 6px
}

.halfling.x2 {
    font-size: 24px
}

.halfling.x3 {
    font-size: 36px
}

.halfling.x4 {
    font-size: 48px
}

.halfling.x5 {
    font-size: 60px
}

.halfling.x6 {
    font-size: 72px
}

.halfling.x7 {
    font-size: 84px
}

.halfling.x8 {
    font-size: 96px
}

.halfling.light:before {
    color: #f2f2f2
}

.halfling.drop:before {
    text-shadow: -1px 1px 3px rgba(0,0,0,0.3)
}

.halfling.flip {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH"
}

.halfling.flipv {
    -moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    filter: FlipV;
    -ms-filter: "FlipV"
}

.halfling.rotate90 {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.halfling.rotate180 {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.halfling.rotate270 {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.halfling-glass:before {
    content: "\E001"
}

.halfling-music:before {
    content: "\E002"
}

.halfling-search:before {
    content: "\E003"
}

.halfling-envelope:before {
    content: "\2709"
}

.halfling-heart:before {
    content: "\E005"
}

.halfling-star:before {
    content: "\E006"
}

.halfling-star-empty:before {
    content: "\E007"
}

.halfling-user:before {
    content: "\E008"
}

.halfling-film:before {
    content: "\E009"
}

.halfling-th-large:before {
    content: "\E010"
}

.halfling-th:before {
    content: "\E011"
}

.halfling-th-list:before {
    content: "\E012"
}

.halfling-ok:before {
    content: "\E013"
}

.halfling-remove:before {
    content: "\E014"
}

.halfling-zoom-in:before {
    content: "\E015"
}

.halfling-zoom-out:before {
    content: "\E016"
}

.halfling-off:before {
    content: "\E017"
}

.halfling-signal:before {
    content: "\E018"
}

.halfling-cog:before {
    content: "\E019"
}

.halfling-trash:before {
    content: "\E020"
}

.halfling-home:before {
    content: "\E021"
}

.halfling-file:before {
    content: "\E022"
}

.halfling-time:before {
    content: "\E023"
}

.halfling-road:before {
    content: "\E024"
}

.halfling-download-alt:before {
    content: "\E025"
}

.halfling-download:before {
    content: "\E026"
}

.halfling-upload:before {
    content: "\E027"
}

.halfling-inbox:before {
    content: "\E028"
}

.halfling-play-circle:before {
    content: "\E029"
}

.halfling-repeat:before {
    content: "\E030"
}

.halfling-refresh:before {
    content: "\E031"
}

.halfling-list-alt:before {
    content: "\E032"
}

.halfling-glyph-lock:before {
    content: "\E033"
}

.halfling-flag:before {
    content: "\E034"
}

.halfling-headphones:before {
    content: "\E035"
}

.halfling-volume-off:before {
    content: "\E036"
}

.halfling-volume-down:before {
    content: "\E037"
}

.halfling-volume-up:before {
    content: "\E038"
}

.halfling-qrcode:before {
    content: "\E039"
}

.halfling-barcode:before {
    content: "\E040"
}

.halfling-tag:before {
    content: "\E041"
}

.halfling-tags:before {
    content: "\E042"
}

.halfling-book:before {
    content: "\E043"
}

.halfling-glyph-bookmark:before {
    content: "\E044"
}

.halfling-print:before {
    content: "\E045"
}

.halfling-glyph-camera:before {
    content: "\E046"
}

.halfling-font:before {
    content: "\E047"
}

.halfling-bold:before {
    content: "\E048"
}

.halfling-italic:before {
    content: "\E049"
}

.halfling-text-height:before {
    content: "\E050"
}

.halfling-text-width:before {
    content: "\E051"
}

.halfling-align-left:before {
    content: "\E052"
}

.halfling-align-center:before {
    content: "\E053"
}

.halfling-align-right:before {
    content: "\E054"
}

.halfling-align-justify:before {
    content: "\E055"
}

.halfling-list:before {
    content: "\E056"
}

.halfling-indent-left:before {
    content: "\E057"
}

.halfling-indent-right:before {
    content: "\E058"
}

.halfling-facetime-video:before {
    content: "\E059"
}

.halfling-picture:before {
    content: "\E060"
}

.halfling-pencil:before {
    content: "\270F"
}

.halfling-map-marker:before {
    content: "\E062"
}

.halfling-adjust:before {
    content: "\E063"
}

.halfling-tint:before {
    content: "\E064"
}

.halfling-edit:before {
    content: "\E065"
}

.halfling-share:before {
    content: "\E066"
}

.halfling-check:before {
    content: "\E067"
}

.halfling-move:before {
    content: "\E068"
}

.halfling-step-backward:before {
    content: "\E069"
}

.halfling-fast-backward:before {
    content: "\E070"
}

.halfling-backward:before {
    content: "\E071"
}

.halfling-play:before {
    content: "\E072"
}

.halfling-pause:before {
    content: "\E073"
}

.halfling-stop:before {
    content: "\E074"
}

.halfling-forward:before {
    content: "\E075"
}

.halfling-fast-forward:before {
    content: "\E076"
}

.halfling-step-forward:before {
    content: "\E077"
}

.halfling-eject:before {
    content: "\E078"
}

.halfling-chevron-left:before {
    content: "\E079"
}

.halfling-chevron-right:before {
    content: "\E080"
}

.halfling-plus-sign:before {
    content: "\E081"
}

.halfling-minus-sign:before {
    content: "\E082"
}

.halfling-remove-sign:before {
    content: "\E083"
}

.halfling-ok-sign:before {
    content: "\E084"
}

.halfling-question-sign:before {
    content: "\E085"
}

.halfling-info-sign:before {
    content: "\E086"
}

.halfling-screenshot:before {
    content: "\E087"
}

.halfling-remove-circle:before {
    content: "\E088"
}

.halfling-ok-circle:before {
    content: "\E089"
}

.halfling-ban-circle:before {
    content: "\E090"
}

.halfling-arrow-left:before {
    content: "\E091"
}

.halfling-arrow-right:before {
    content: "\E092"
}

.halfling-arrow-up:before {
    content: "\E093"
}

.halfling-arrow-down:before {
    content: "\E094"
}

.halfling-share-alt:before {
    content: "\E095"
}

.halfling-resize-full:before {
    content: "\E096"
}

.halfling-resize-small:before {
    content: "\E097"
}

.halfling-plus:before {
    content: "\002B"
}

.halfling-minus:before {
    content: "\2212"
}

.halfling-asterisk:before {
    content: "\002A"
}

.halfling-exclamation-sign:before {
    content: "\E101"
}

.halfling-gift:before {
    content: "\E102"
}

.halfling-leaf:before {
    content: "\E103"
}

.halfling-glyph-fire:before {
    content: "\E104"
}

.halfling-eye-open:before {
    content: "\E105"
}

.halfling-eye-close:before {
    content: "\E106"
}

.halfling-warning-sign:before {
    content: "\E107"
}

.halfling-plane:before {
    content: "\E108"
}

.halfling-glyph-calendar:before {
    content: "\E109"
}

.halfling-random:before {
    content: "\E110"
}

.halfling-comments:before {
    content: "\E111"
}

.halfling-magnet:before {
    content: "\E112"
}

.halfling-chevron-up:before {
    content: "\E113"
}

.halfling-chevron-down:before {
    content: "\E114"
}

.halfling-retweet:before {
    content: "\E115"
}

.halfling-shopping-cart:before {
    content: "\E116"
}

.halfling-folder-close:before {
    content: "\E117"
}

.halfling-folder-open:before {
    content: "\E118"
}

.halfling-resize-vertical:before {
    content: "\E119"
}

.halfling-resize-horizontal:before {
    content: "\E120"
}

.halfling-hdd:before {
    content: "\E121"
}

.halfling-bullhorn:before {
    content: "\E122"
}

.halfling-glyph-bell:before {
    content: "\E123"
}

.halfling-certificate:before {
    content: "\E124"
}

.halfling-thumbs-up:before {
    content: "\E125"
}

.halfling-thumbs-down:before {
    content: "\E126"
}

.halfling-hand-right:before {
    content: "\E127"
}

.halfling-hand-left:before {
    content: "\E128"
}

.halfling-hand-top:before {
    content: "\E129"
}

.halfling-hand-down:before {
    content: "\E130"
}

.halfling-circle-arrow-right:before {
    content: "\E131"
}

.halfling-circle-arrow-left:before {
    content: "\E132"
}

.halfling-circle-arrow-top:before {
    content: "\E133"
}

.halfling-circle-arrow-down:before {
    content: "\E134"
}

.halfling-globe:before {
    content: "\E135"
}

.halfling-glyph-wrench:before {
    content: "\E136"
}

.halfling-tasks:before {
    content: "\E137"
}

.halfling-filter:before {
    content: "\E138"
}

.halfling-glyph-briefcase:before {
    content: "\E139"
}

.halfling-fullscreen:before {
    content: "\E140"
}

.halfling-dashboard:before {
    content: "\E141"
}

.halfling-glyph-paperclip:before {
    content: "\E142"
}

.halfling-heart-empty:before {
    content: "\E143"
}

.halfling-link:before {
    content: "\E144"
}

.halfling-phone:before {
    content: "\E145"
}

.halfling-glyph-pushpin:before {
    content: "\E146"
}

.halfling-euro:before {
    content: "\20AC"
}

.halfling-usd:before {
    content: "\E148"
}

.halfling-gbp:before {
    content: "\E149"
}

.halfling-sort:before {
    content: "\E150"
}

.halfling-sort-by-alphabet:before {
    content: "\E151"
}

.halfling-sort-by-alphabet-alt:before {
    content: "\E152"
}

.halfling-sort-by-order:before {
    content: "\E153"
}

.halfling-sort-by-order-alt:before {
    content: "\E154"
}

.halfling-sort-by-attributes:before {
    content: "\E155"
}

.halfling-sort-by-attributes-alt:before {
    content: "\E156"
}

.halfling-unchecked:before {
    content: "\E157"
}

.halfling-expand:before {
    content: "\E158"
}

.halfling-collapse:before {
    content: "\E159"
}

.halfling-collapse-top:before {
    content: "\E160"
}

.halfling-log-in:before {
    content: "\E161"
}

.halfling-flash:before {
    content: "\E162"
}

.halfling-log-out:before {
    content: "\E163"
}

.halfling-new-window:before {
    content: "\E164"
}

.halfling-record:before {
    content: "\E165"
}

.halfling-save:before {
    content: "\E166"
}

.halfling-open:before {
    content: "\E167"
}

.halfling-saved:before {
    content: "\E168"
}

.halfling-import:before {
    content: "\E169"
}

.halfling-export:before {
    content: "\E170"
}

.halfling-send:before {
    content: "\E171"
}

.halfling-floppy-disk:before {
    content: "\E172"
}

.halfling-floppy-saved:before {
    content: "\E173"
}

.halfling-floppy-remove:before {
    content: "\E174"
}

.halfling-floppy-save:before {
    content: "\E175"
}

.halfling-floppy-open:before {
    content: "\E176"
}

.halfling-credit-card:before {
    content: "\E177"
}

.halfling-transfer:before {
    content: "\E178"
}

.halfling-cutlery:before {
    content: "\E179"
}

.halfling-header:before {
    content: "\E180"
}

.halfling-compressed:before {
    content: "\E181"
}

.halfling-earphone:before {
    content: "\E182"
}

.halfling-phone-alt:before {
    content: "\E183"
}

.halfling-tower:before {
    content: "\E184"
}

.halfling-stats:before {
    content: "\E185"
}

.halfling-sd-video:before {
    content: "\E186"
}

.halfling-hd-video:before {
    content: "\E187"
}

.halfling-subtitles:before {
    content: "\E188"
}

.halfling-sound-stereo:before {
    content: "\E189"
}

.halfling-sound-dolby:before {
    content: "\E190"
}

.halfling-sound-5-1:before {
    content: "\E191"
}

.halfling-sound-6-1:before {
    content: "\E192"
}

.halfling-sound-7-1:before {
    content: "\E193"
}

.halfling-copyright-mark:before {
    content: "\E194"
}

.halfling-registration-mark:before {
    content: "\E195"
}

.halfling-cloud:before {
    content: "\2601"
}

.halfling-cloud-download:before {
    content: "\E197"
}

.halfling-cloud-upload:before {
    content: "\E198"
}

.halfling-tree-conifer:before {
    content: "\E199"
}

.halfling-tree-deciduous:before {
    content: "\E200"
}

.halfling-cd:before {
    content: "\E201"
}

.halfling-save-file:before {
    content: "\E202"
}

.halfling-open-file:before {
    content: "\E203"
}

.halfling-level-up:before {
    content: "\E204"
}

.halfling-copy:before {
    content: "\E205"
}

.halfling-paste:before {
    content: "\E206"
}

.halfling-door:before {
    content: "\1F6AA"
}

.halfling-key:before {
    content: "\1F511"
}

.halfling-alert:before {
    content: "\E209"
}

.halfling-equalizer:before {
    content: "\E210"
}

.halfling-king:before {
    content: "\E211"
}

.halfling-queen:before {
    content: "\E212"
}

.halfling-pawn:before {
    content: "\E213"
}

.halfling-bishop:before {
    content: "\E214"
}

.halfling-knight:before {
    content: "\E215"
}

.halfling-baby-formula:before {
    content: "\E216"
}

.halfling-tent:before {
    content: "\26FA"
}

.halfling-blackboard:before {
    content: "\E218"
}

.halfling-bed:before {
    content: "\E219"
}

.halfling-apple:before {
    content: "\F8FF"
}

.halfling-erase:before {
    content: "\E221"
}

.halfling-hourglass:before {
    content: "\231B"
}

.halfling-lamp:before {
    content: "\E223"
}

.halfling-duplicate:before {
    content: "\E224"
}

.halfling-piggy-bank:before {
    content: "\E225"
}

.halfling-scissors:before {
    content: "\E226"
}

.halfling-bitcoin:before {
    content: "\E227"
}

.halfling-yen:before {
    content: "\00A5"
}

.halfling-ruble:before {
    content: "\20BD"
}

.halfling-scale:before {
    content: "\E230"
}

.halfling-ice-lolly:before {
    content: "\E231"
}

.halfling-ice-lolly-tasted:before {
    content: "\E232"
}

.halfling-education:before {
    content: "\E233"
}

.halfling-option-horizontal:before {
    content: "\E234"
}

.halfling-option-vertical:before {
    content: "\E235"
}

.halfling-menu-hamburger:before {
    content: "\E236"
}

.halfling-modal-window:before {
    content: "\E237"
}

.halfling-oil:before {
    content: "\E238"
}

.halfling-grain:before {
    content: "\E239"
}

.halfling-sunglasses:before {
    content: "\E240"
}

.halfling-text-size:before {
    content: "\E241"
}

.halfling-text-color:before {
    content: "\E242"
}

.halfling-text-background:before {
    content: "\E243"
}

.halfling-object-align-top:before {
    content: "\E244"
}

.halfling-object-align-bottom:before {
    content: "\E245"
}

.halfling-object-align-horizontal:before {
    content: "\E246"
}

.halfling-object-align-left:before {
    content: "\E247"
}

.halfling-object-align-vertical:before {
    content: "\E248"
}

.halfling-object-align-right:before {
    content: "\E249"
}

.halfling-triangle-right:before {
    content: "\E250"
}

.halfling-triangle-left:before {
    content: "\E251"
}

.halfling-triangle-bottom:before {
    content: "\E252"
}

.halfling-triangle-top:before {
    content: "\E253"
}

.halfling-terminal:before {
    content: "\E254"
}

.halfling-superscript:before {
    content: "\E255"
}

.halfling-subscript:before {
    content: "\E256"
}

.halfling-menu-left:before {
    content: "\E257"
}

.halfling-menu-right:before {
    content: "\E258"
}

.halfling-menu-down:before {
    content: "\E259"
}

.halfling-menu-up:before {
    content: "\E260"
}

.co-icon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.co-icon[class*="halfling-"] {
    font-family: 'Glyphicons Halflings'
}

.co-icon[class*="glyphicon"] {
    font-family: 'Glyphicons Regular'
}

.co-modal {
    position: fixed;
    z-index: 1050;
    max-width: 95%;
    max-height: 95%;
    overflow-y: auto;
    background-color: #fff
}

.co-modal-wrapper {
    padding: 1.5rem;
    position: relative
}

.co-modal-close {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    padding: 0.5rem;
    background-color: transparent;
    border: none;
    color: #cccccc;
    font-size: 16px
}

.co-modal-close:hover {
    color: #1f91ba
}

.co-modal-login_form .co-input+.co-input {
    margin-bottom: 1rem
}

.co-modal-button {
    vertical-align: middle !important;
    width: 100%
}

.co-modal--login {
    width: 350px
}

.co-modal--fixed {
    position: fixed;
    top: 49.9%;
    left: 50%;
    min-width: 320px;
    -webkit-transform: translate(-50.1%, -50%);
    transform: translate(-50.1%, -50%);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.75);
    box-shadow: 0 0 5px rgba(0,0,0,0.75)
}

.mobile .co-modal--fixed {
    position: fixed;
    top: 0;
    left: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%
}

@media screen and (max-width: 480px) {
    .co-modal--fixed {
        position:fixed;
        top: 0;
        left: 0;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        max-width: 100%;
        max-height: 100%;
        width: 100%;
        height: 100%
    }
}

.co-modal--hide {
    display: none
}

.co-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    z-index: 1040
}

.co-overlay--show {
    display: block;
    background-color: rgba(51,51,51,0.5)
}

@media (max-width: 350px) {
    .gm-style-iw>div>div {
        overflow:unset !important
    }
}

@media (min-width: 350px) {
    .gm-style-iw>div>div {
        overflow:hidden !important
    }
}

.gm-style img {
    max-width: none;
    max-height: none
}

.co-pick_up-point {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-color: white;
    border: none;
    height: 100%
}

.co-pick_up-point--bordered {
    padding: 0.5rem;
    border-radius: 0.25rem;
    border: 1px solid #148bdd;
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.25);
    box-shadow: 0 0 4px rgba(0,0,0,0.25);
    -webkit-transition: -webkit-box-shadow 0.3s;
    transition: -webkit-box-shadow 0.3s;
    -o-transition: box-shadow 0.3s;
    transition: box-shadow 0.3s;
    transition: box-shadow 0.3s, -webkit-box-shadow 0.3s
}

.co-pick_up-point--bordered:hover {
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.5);
    box-shadow: 0 0 8px rgba(0,0,0,0.5)
}

.co-pick_up-point--selected {
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.5);
    box-shadow: 0 0 8px rgba(0,0,0,0.5)
}

.co-pick_up-point_inner {
    display: flex;
    flex-direction: column;
    text-align: left
}

.co-modal--outlet_modal {
    width: 35vw !important;
    overflow-y: auto !important
}

.mobile .co-modal--outlet_modal {
    width: 100% !important
}

.co-modal--pick_up_modal {
    width: 75vw;
    overflow: hidden;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    letter-spacing: normal
}

.co-modal--pick_up_modal .form-inline {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    letter-spacing: normal;
    min-height: unset;
    height: unset;
    max-height: unset;
    padding: 0;
    margin: 0
}

.co-modal--pick_up_modal .co-modal-close-icon:before {
    font-family: 'Glyphicons Halflings';
    src: url(/served_assets/glyphicons/glyphicons-halflings-regular-13634da87d9e23f8c3ed9108ce1724d183a39ad072e73e1b3d8cbf646d2d0407.eot);
    src: url(/served_assets/glyphicons/glyphicons-halflings-regular-13634da87d9e23f8c3ed9108ce1724d183a39ad072e73e1b3d8cbf646d2d0407.eot?#iefix) format("embedded-opentype"),url(/served_assets/glyphicons/glyphicons-halflings-regular-fe185d11a49676890d47bb783312a0cda5a44c4039214094e7957b4c040ef11c.woff2) format("woff2"),url(/served_assets/glyphicons/glyphicons-halflings-regular-a26394f7ede100ca118eff2eda08596275a9839b959c226e15439557a5a80742.woff) format("woff"),url(/served_assets/glyphicons/glyphicons-halflings-regular-e395044093757d82afcb138957d06a1ea9361bdcf0b442d06a18a8051af57456.ttf) format("truetype"),url(/served_assets/glyphicons/glyphicons-halflings-regular-42f60659d265c1a3c30f9fa42abcbb56bd4a53af4d83d316d6dd7a36903c43e5.svg#glyphicons_halflingsregular) format("svg");
    content: "\E014"
}

.co-modal--pick_up_modal .co-modal-body {
    overflow: hidden
}

.co-modal--pick_up_modal .co-modal-switch {
    display: none
}

.co-modal--pick_up_modal .co-modal-list-icon:before {
    content: ""
}

.co-modal--pick_up_modal .co-modal-map-icon:before {
    content: ""
}

.co-modal--pick_up_modal .co-pick_up-map {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    letter-spacing: normal;
    height: 75vh
}

.co-modal--pick_up_modal .co-pick_up-list_inner {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    letter-spacing: normal;
    height: 75vh;
    border-top: 1px solid gray;
    border-bottom: 1px solid gray;
    overflow-y: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.co-modal--pick_up_modal .co-pick_up-mobile-list_filter {
    display: none
}

.co-modal--pick_up_modal .co-pick_up-desktop-list_filter {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    letter-spacing: normal;
    display: flex;
    border-width: 2px;
    border-radius: 4px;
    font-size: 16px;
    margin: 0rem;
    padding: 0.3rem 0.5rem;
    border: 1px solid #148bdd;
    border-radius: 4px 0 0 4px;
    background-color: white;
    width: 100%;
    min-height: calc(3rem - 16px)
}

.co-modal--pick_up_modal .co-pick_up-desktop-list_filter:hover {
    -webkit-box-shadow: 0px 0px 8px 0px rgba(20,139,221,0.67);
    -moz-box-shadow: 0px 0px 8px 0px rgba(20,139,221,0.67);
    box-shadow: 0px 0px 8px 0px rgba(20,139,221,0.67)
}

.co-modal--pick_up_modal .co-pick_up-item {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    letter-spacing: normal;
    border-width: 2px;
    border-radius: 4px;
    border: 1px solid #148bdd;
    background-color: white;
    padding: 0.5rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    margin-top: 0.5rem
}

.co-modal--pick_up_modal .co-pick_up-details-container {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    letter-spacing: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0.5rem;
    padding: 0.5rem
}

.co-modal--pick_up_modal .co-pick_up-details-field,.co-modal--pick_up_modal .co-pick_up-details-field-payment,.co-modal--pick_up_modal .co-pick_up-details-field-phone,.co-modal--pick_up_modal .co-pick_up-details-field-list,.co-modal--pick_up_modal .co-pick_up-details-field-address,.co-modal--pick_up_modal .co-pick_up-details-field-price,.co-modal--pick_up_modal .co-pick_up-details-field-title {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    letter-spacing: normal;
    font-size: 16px;
    margin-left: 0.5rem;
    margin-bottom: 1.5rem
}

.co-modal--pick_up_modal .co-pick_up-details-field-title {
    margin-left: 0rem;
    margin-bottom: 0.5rem;
    font-size: 18px;
    font-weight: 800
}

.co-modal--pick_up_modal .co-pick_up-details-field-price {
    font-size: 26px;
    font-weight: 500;
    color: #148bdd
}

.co-modal--pick_up_modal .co-pick_up-details-field-address {
    font-size: 18px;
    font-weight: 800
}

.co-modal--pick_up_modal .co-pick_up-details-field-list {
    padding: 0;
    list-style: none
}

.co-modal--pick_up_modal .co-pick_up-details-field-phone {
    margin-left: 0rem;
    margin-bottom: 0rem
}

.co-modal--pick_up_modal .co-pick_up-details-field-phone:before {
    font-family: 'Glyphicons Halflings';
    src: url(/served_assets/glyphicons/glyphicons-halflings-regular-13634da87d9e23f8c3ed9108ce1724d183a39ad072e73e1b3d8cbf646d2d0407.eot);
    src: url(/served_assets/glyphicons/glyphicons-halflings-regular-13634da87d9e23f8c3ed9108ce1724d183a39ad072e73e1b3d8cbf646d2d0407.eot?#iefix) format("embedded-opentype"),url(/served_assets/glyphicons/glyphicons-halflings-regular-fe185d11a49676890d47bb783312a0cda5a44c4039214094e7957b4c040ef11c.woff2) format("woff2"),url(/served_assets/glyphicons/glyphicons-halflings-regular-a26394f7ede100ca118eff2eda08596275a9839b959c226e15439557a5a80742.woff) format("woff"),url(/served_assets/glyphicons/glyphicons-halflings-regular-e395044093757d82afcb138957d06a1ea9361bdcf0b442d06a18a8051af57456.ttf) format("truetype"),url(/served_assets/glyphicons/glyphicons-halflings-regular-42f60659d265c1a3c30f9fa42abcbb56bd4a53af4d83d316d6dd7a36903c43e5.svg#glyphicons_halflingsregular) format("svg");
    content: "\E182\00a0"
}

.co-modal--pick_up_modal .co-pick_up-details-field-payment {
    margin-left: 0rem;
    margin-bottom: 0rem
}

.co-modal--pick_up_modal .co-pick_up-details-field-payment:before {
    font-family: 'Glyphicons Halflings';
    src: url(/served_assets/glyphicons/glyphicons-halflings-regular-13634da87d9e23f8c3ed9108ce1724d183a39ad072e73e1b3d8cbf646d2d0407.eot);
    src: url(/served_assets/glyphicons/glyphicons-halflings-regular-13634da87d9e23f8c3ed9108ce1724d183a39ad072e73e1b3d8cbf646d2d0407.eot?#iefix) format("embedded-opentype"),url(/served_assets/glyphicons/glyphicons-halflings-regular-fe185d11a49676890d47bb783312a0cda5a44c4039214094e7957b4c040ef11c.woff2) format("woff2"),url(/served_assets/glyphicons/glyphicons-halflings-regular-a26394f7ede100ca118eff2eda08596275a9839b959c226e15439557a5a80742.woff) format("woff"),url(/served_assets/glyphicons/glyphicons-halflings-regular-e395044093757d82afcb138957d06a1ea9361bdcf0b442d06a18a8051af57456.ttf) format("truetype"),url(/served_assets/glyphicons/glyphicons-halflings-regular-42f60659d265c1a3c30f9fa42abcbb56bd4a53af4d83d316d6dd7a36903c43e5.svg#glyphicons_halflingsregular) format("svg");
    content: "\E013\00a0"
}

.co-modal--pick_up_modal .co-pick_up-details-footer {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    letter-spacing: normal;
    min-height: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: center
}

.co-modal--pick_up_modal .co-pick_up-details-title {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    letter-spacing: normal;
    font-size: 20px;
    font-weight: 800
}

.co-modal--pick_up_modal .co-pick_up-price {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    letter-spacing: normal;
    font-size: 16px;
    font-weight: 800
}

.co-modal--pick_up_modal .co-pick_up-text_field,.co-modal--pick_up_modal .co-pick_up-address_field,.co-modal--pick_up_modal .co-pick_up-text_field-compact {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    letter-spacing: normal;
    margin: 0.25rem;
    font-size: 14px
}

.co-modal--pick_up_modal .co-pick_up-text_field-compact {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.co-modal--pick_up_modal .co-pick_up-address_field {
    font-size: 16px;
    font-weight: 800
}

.co-modal--pick_up_modal .co-pick_up-input,.co-modal--pick_up_modal .co-pick_up-button,.co-modal--pick_up_modal .co-pick_up-button-for-switcher,.co-modal--pick_up_modal .co-pick_up-button-list,.co-modal--pick_up_modal .co-pick_up-button-map,.co-modal--pick_up_modal .co-pick_up-button-details,.co-modal--pick_up_modal .co-pick_up-button-select,.co-modal--pick_up_modal .co-pick_up-tariff_select {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    letter-spacing: normal;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 100%;
    box-sizing: content-box;
    max-width: calc(480px + 3.5rem);
    width: 100%;
    margin: 0.25rem;
    padding: 0.5rem 0.5rem;
    border-width: 2px;
    border-radius: 4px;
    border: 1px solid #148bdd;
    background-color: white;
    font-size: 14px;
    text-align: left
}

.co-modal--pick_up_modal .co-pick_up-tariff_select-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center
}

.co-modal--pick_up_modal .co-pick_up-tariff_select {
    min-height: 1.5rem
}

.co-modal--pick_up_modal .co-pick_up-button_box {
    min-height: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: center
}

.co-modal--pick_up_modal .co-pick_up-button,.co-modal--pick_up_modal .co-pick_up-button-for-switcher,.co-modal--pick_up_modal .co-pick_up-button-list,.co-modal--pick_up_modal .co-pick_up-button-map,.co-modal--pick_up_modal .co-pick_up-button-details,.co-modal--pick_up_modal .co-pick_up-button-select {
    text-decoration: none;
    flex-basis: 0;
    padding: 0.5rem 1rem;
    max-width: 240px;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    outline: none;
    cursor: pointer
}

.co-modal--pick_up_modal .co-pick_up-button-select {
    color: white;
    background-color: #148bdd
}

.co-modal--pick_up_modal .co-pick_up-button-details {
    color: #148bdd;
    background-color: white
}

.co-modal--pick_up_modal .co-pick_up-button:hover,.co-modal--pick_up_modal .co-pick_up-button-for-switcher:hover,.co-modal--pick_up_modal .co-pick_up-button-list:hover,.co-modal--pick_up_modal .co-pick_up-button-map:hover,.co-modal--pick_up_modal .co-pick_up-button-select:hover,.co-modal--pick_up_modal .co-pick_up-button-details:hover {
    -webkit-box-shadow: 0px 0px 8px 0px rgba(20,139,221,0.67);
    -moz-box-shadow: 0px 0px 8px 0px rgba(20,139,221,0.67);
    box-shadow: 0px 0px 8px 0px rgba(20,139,221,0.67)
}

.co-modal--pick_up_modal .co-pick_up-button-for-switcher,.co-modal--pick_up_modal .co-pick_up-button-list,.co-modal--pick_up_modal .co-pick_up-button-map {
    max-width: 80px;
    min-height: calc(3rem - 26px);
    color: #148bdd;
    background-color: white;
    padding: 0.25rem 1rem;
    margin: 0;
    font-weight: 400
}

.co-modal--pick_up_modal .co-pick_up-button-map {
    border-radius: 0px 4px 4px 0px
}

.co-modal--pick_up_modal .co-pick_up-button-list {
    border-radius: 4px 0px 0px 4px
}

.co-modal--pick_up_modal .co-pick_up-button-active {
    color: white;
    background-color: #148bdd
}

.co-modal--pick_up_modal .co-modal-toolbar {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    letter-spacing: normal;
    min-height: 3rem;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
    justify-content: space-between
}

.co-modal--pick_up_modal .co-modal-controls {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    letter-spacing: normal;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: center;
    align-content: center;
    justify-content: center
}

.co-modal--pick_up_modal .co-modal-mode_switcher {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    letter-spacing: normal;
    padding: 0;
    max-height: 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: center;
    align-content: flex-end;
    justify-content: center
}

.co-modal--pick_up_modal .co-modal-search_container {
    padding: 0;
    margin: 0;
    width: 100%;
    margin-right: -4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: center;
    align-content: flex-start;
    justify-content: center
}

.co-modal--pick_up_modal .co-modal-title {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    letter-spacing: normal;
    margin: 0;
    padding: 0.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
    line-height: 1rem;
    text-align: center;
    font-size: 18px;
    color: #666666;
    font-weight: 500
}

.co-modal--pick_up_modal .co-modal-select-point {
    display: none
}

.mobile .co-modal--pick_up_modal .co-pick_up-button-for-switcher,.mobile .co-modal--pick_up_modal .co-pick_up-button-map,.mobile .co-modal--pick_up_modal .co-pick_up-button-list {
    display: none
}

.mobile .co-modal--pick_up_modal .co-modal-toolbar {
    display: none
}

.mobile .co-modal--pick_up_modal .co-modal-wrapper {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    letter-spacing: normal;
    padding: 0rem;
    position: relative;
    height: 100%
}

.mobile .co-modal--pick_up_modal .co-modal-body {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    letter-spacing: normal;
    height: calc(100% - 50px);
    overflow: auto;
    overflow-y: auto
}

.mobile .co-modal--pick_up_modal .co-pick_up-map {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    letter-spacing: normal;
    border-top: 1px solid gray;
    height: 100%
}

.mobile .co-modal--pick_up_modal .pick-up-list {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    letter-spacing: normal;
    height: 100%;
    min-height: 100%
}

.mobile .co-modal--pick_up_modal .co-pick_up-list_inner {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    letter-spacing: normal;
    height: calc(100% - 80px);
    border-top: 1px solid gray;
    border-bottom: unset;
    overflow-y: auto
}

.mobile .co-modal--pick_up_modal .pick-up-modal-tool-button,.mobile .co-modal--pick_up_modal .co-modal-switch,.mobile .co-modal--pick_up_modal .co-modal-select-point,.mobile .co-modal--pick_up_modal .co-modal-close {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    letter-spacing: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0;
    padding: 0;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 10%;
    align-items: unset;
    position: unset;
    top: unset;
    right: unset;
    left: unset;
    bottom: unset;
    min-height: 50px;
    max-height: 50px;
    max-width: 50px;
    background-color: transparent;
    outline: none;
    border: none;
    color: #666666;
    font-size: 16px;
    text-align: center;
    justify-content: center
}

.mobile .co-modal--pick_up_modal .co-modal-close-icon:before {
    font-family: 'Glyphicons Halflings';
    src: url(/served_assets/glyphicons/glyphicons-halflings-regular-13634da87d9e23f8c3ed9108ce1724d183a39ad072e73e1b3d8cbf646d2d0407.eot);
    src: url(/served_assets/glyphicons/glyphicons-halflings-regular-13634da87d9e23f8c3ed9108ce1724d183a39ad072e73e1b3d8cbf646d2d0407.eot?#iefix) format("embedded-opentype"),url(/served_assets/glyphicons/glyphicons-halflings-regular-fe185d11a49676890d47bb783312a0cda5a44c4039214094e7957b4c040ef11c.woff2) format("woff2"),url(/served_assets/glyphicons/glyphicons-halflings-regular-a26394f7ede100ca118eff2eda08596275a9839b959c226e15439557a5a80742.woff) format("woff"),url(/served_assets/glyphicons/glyphicons-halflings-regular-e395044093757d82afcb138957d06a1ea9361bdcf0b442d06a18a8051af57456.ttf) format("truetype"),url(/served_assets/glyphicons/glyphicons-halflings-regular-42f60659d265c1a3c30f9fa42abcbb56bd4a53af4d83d316d6dd7a36903c43e5.svg#glyphicons_halflingsregular) format("svg");
    content: "\E257"
}

.mobile .co-modal--pick_up_modal .co-modal-select-point-icon {
    display: none
}

.mobile .co-modal--pick_up_modal .co-modal-list-icon:before {
    font-family: 'Glyphicons Halflings';
    src: url(/served_assets/glyphicons/glyphicons-halflings-regular-13634da87d9e23f8c3ed9108ce1724d183a39ad072e73e1b3d8cbf646d2d0407.eot);
    src: url(/served_assets/glyphicons/glyphicons-halflings-regular-13634da87d9e23f8c3ed9108ce1724d183a39ad072e73e1b3d8cbf646d2d0407.eot?#iefix) format("embedded-opentype"),url(/served_assets/glyphicons/glyphicons-halflings-regular-fe185d11a49676890d47bb783312a0cda5a44c4039214094e7957b4c040ef11c.woff2) format("woff2"),url(/served_assets/glyphicons/glyphicons-halflings-regular-a26394f7ede100ca118eff2eda08596275a9839b959c226e15439557a5a80742.woff) format("woff"),url(/served_assets/glyphicons/glyphicons-halflings-regular-e395044093757d82afcb138957d06a1ea9361bdcf0b442d06a18a8051af57456.ttf) format("truetype"),url(/served_assets/glyphicons/glyphicons-halflings-regular-42f60659d265c1a3c30f9fa42abcbb56bd4a53af4d83d316d6dd7a36903c43e5.svg#glyphicons_halflingsregular) format("svg");
    content: "\E056"
}

.mobile .co-modal--pick_up_modal .co-modal-map-icon:before {
    font-family: 'Glyphicons Halflings';
    src: url(/served_assets/glyphicons/glyphicons-halflings-regular-13634da87d9e23f8c3ed9108ce1724d183a39ad072e73e1b3d8cbf646d2d0407.eot);
    src: url(/served_assets/glyphicons/glyphicons-halflings-regular-13634da87d9e23f8c3ed9108ce1724d183a39ad072e73e1b3d8cbf646d2d0407.eot?#iefix) format("embedded-opentype"),url(/served_assets/glyphicons/glyphicons-halflings-regular-fe185d11a49676890d47bb783312a0cda5a44c4039214094e7957b4c040ef11c.woff2) format("woff2"),url(/served_assets/glyphicons/glyphicons-halflings-regular-a26394f7ede100ca118eff2eda08596275a9839b959c226e15439557a5a80742.woff) format("woff"),url(/served_assets/glyphicons/glyphicons-halflings-regular-e395044093757d82afcb138957d06a1ea9361bdcf0b442d06a18a8051af57456.ttf) format("truetype"),url(/served_assets/glyphicons/glyphicons-halflings-regular-42f60659d265c1a3c30f9fa42abcbb56bd4a53af4d83d316d6dd7a36903c43e5.svg#glyphicons_halflingsregular) format("svg");
    content: "\E062"
}

.mobile .co-modal--pick_up_modal .co-modal-header-container {
    min-height: 50px;
    max-height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: space-between
}

.mobile .co-modal--pick_up_modal .co-modal-title {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    letter-spacing: normal;
    min-height: 50px;
    max-height: 50px;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 80%;
    text-align: center;
    align-items: unset;
    font-size: 16px;
    color: #666666;
    font-weight: 500;
    align-content: center;
    align-items: center;
    justify-content: center
}

.mobile .co-modal--pick_up_modal .co-pick_up-mobile-list_filter {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    letter-spacing: normal;
    display: flex;
    min-height: 50px;
    max-height: 50px;
    border: none;
    margin: 0.5rem;
    padding: 0.3rem 0.5rem;
    border: 1px solid lightgray;
    background-color: white;
    width: 100%
}

.mobile .co-modal--pick_up_modal .co-pick_up-desktop-list_filter {
    display: none
}

.co-button,.picker-button {
    font-size: 1.2857rem;
    border-radius: 2px;
    background-color: #34a8d2;
    color: #fff;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s
}

.co-button:focus,.picker-button:focus,.co-button.picker-input--active,.picker-button.picker-input--active,.co-button:hover,.picker-button:hover {
    background-color: #1f91ba
}

.co-button:focus,.picker-button:focus,.co-button.picker-input--active,.picker-button.picker-input--active {
    -webkit-box-shadow: 0px 0px 1px 1px #1f91ba;
    box-shadow: 0px 0px 1px 1px #1f91ba
}

.co-button--transparent {
    background-color: transparent;
    border: 1px solid #cccccc
}

.co-button--transparent:focus,.co-button--transparent.picker-input--active,.co-button--transparent:hover {
    background-color: transparent;
    color: #666666
}

.co-button--transparent:focus,.co-button--transparent.picker-input--active {
    -webkit-box-shadow: 0px 0px 1px 1px transparent;
    box-shadow: 0px 0px 1px 1px transparent
}

.co-button--link,.co-button--password_recover {
    color: #1c1c1c;
    font-size: 1rem;
    background-color: transparent;
    border-color: transparent;
    padding: 0.25rem 0
}

.co-button--link:focus,.co-button--link.picker-input--active,.co-button--link:hover,.co-button--password_recover:focus,.co-button--password_recover.picker-input--active,.co-button--password_recover:hover {
    color: #1f91ba;
    background-color: transparent;
    border: transparent
}

.co-button--link:focus,.co-button--link.picker-input--active,.co-button--password_recover:focus,.co-button--password_recover.picker-input--active {
    -webkit-box-shadow: 0px 0px 1px 1px transparent;
    box-shadow: 0px 0px 1px 1px transparent
}

.co-button--small {
    font-size: inherit
}

.co-input-description {
    color: #747474
}

.co-tabs-node {
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    border-width: 1px 0 1px 1px;
    border-style: solid;
    border-color: #cccccc;
    background-color: #fff;
    color: #1c1c1c
}

.co-tabs-node:last-child {
    border-right-width: 1px
}

.co-tabs-node:focus,.co-tabs-node.picker-input--active,.co-tabs-node:hover {
    background-color: #e4f5fb
}

.co-tabs-node--active {
    background-color: #e4f5fb
}

.co-contact-fields .co-tabs-node:first-child {
    margin-left: 0px
}

.co-contact-fields .co-tabs-node:last-child {
    margin-right: 0px
}

.co-client-name {
    font-size: 1.25rem;
    font-weight: 700
}

.co-client-logged {
    margin-bottom: 1rem;
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 1.2
}

.co-client-info {
    margin-bottom: 1.35rem
}

.co-client-field {
    margin-bottom: 0.5rem;
    font-size: 1rem
}

.co-checkout-block--padded {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem
}

.co-checkout-title {
    margin-bottom: 0
}

.co-section--checkout_content {
    margin-left: -1rem;
    margin-right: -1rem
}

.co-section--content_wrapper {
    margin-left: -1rem;
    margin-right: -1rem
}

.link:focus,.link.picker-input--active,.link:hover,.co-link:focus,.co-link.picker-input--active,.co-link:hover {
    color: #1f91ba
}

.link--active,.co-link--active {
    color: #1f91ba
}

.co-menu-switcher:checked~.co-menu {
    background-color: rgba(230,230,230,0.35);
    margin-top: 1px;
    -webkit-box-shadow: 0 2px 3px -2px rgba(51,51,51,0.75);
    box-shadow: 0 2px 3px -2px rgba(51,51,51,0.75)
}

.co-menu-toggle {
    display: none;
    padding: 0.5rem 1rem;
    align-items: center;
    justify-content: space-between
}

.co-menu-toggle:before {
    content: attr(data-title);
    flex: 0 0 auto
}

.co-menu-toggle:after {
    content: '\e114';
    flex: 0 0 auto;
    font-family: 'Glyphicons Halflings';
    font-size: 12px
}

.co-menu-switcher:checked~.co-menu-toggle:after {
    content: '\e113'
}

.co-sidebar-toggler {
    font-size: 1.2857rem;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s
}

.co-sidebar-toggler:focus,.co-sidebar-toggler.picker-input--active {
    -webkit-box-shadow: 0px 0px 1px 1px #ececec;
    box-shadow: 0px 0px 1px 1px #ececec
}

.co-sidebar--menu {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 11rem;
    flex: 0 0 11rem
}

@media screen and (max-width: 768px) {
    .co-button--checkout {
        margin-left:auto;
        margin-right: auto
    }
}

@media screen and (max-width: 480px) {
    .co-button--checkout {
        width:100%
    }
}

@media screen and (max-width: 480px) {
    .co-button,.picker-button {
        white-space:normal
    }
}

@media screen and (max-width: 480px) {
    .co-button--small {
        white-space:normal
    }
}

@media screen and (max-width: 480px) {
    .co-button .co-social_login-button,.picker-button .co-social_login-button {
        width:100%
    }
}

@media screen and (max-width: 768px) {
    .co-basket {
        max-width:100%;
        padding-top: 1rem
    }
}

@media screen and (max-width: 480px) {
    .co-form .co-button,.co-form .picker-button {
        width:100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-right: 0;
        margin-left: 0
    }
}

@media screen and (max-width: 480px) {
    .co-form .co-form-controls {
        margin-right:0;
        margin-left: 0
    }
}

@media screen and (max-width: 480px) {
    .co-form {
        margin-left:0;
        margin-right: 0
    }
}

@media screen and (max-width: 768px) {
    .co-table-cell--hide\@sm {
        display:none
    }
}

@media screen and (max-width: 480px) {
    .co-table-cell--hide\@xs {
        display:none !important
    }
}

@media screen and (max-width: 480px) {
    .co-table--to_card {
        border:none
    }

    .co-table--to_card .co-table-row {
        display: block;
        background-color: transparent;
        border-top: 1px solid #cccccc
    }

    .co-table--to_card .co-table-row--head {
        display: none
    }

    .co-table--to_card .co-table-row--body {
        padding-bottom: 1rem;
        padding-top: 1rem
    }

    .co-table--to_card .co-table-row--foot {
        padding-top: 1rem
    }

    .co-table--to_card .co-table-cell {
        padding: 0;
        border: 0;
        text-align: left
    }

    .co-table--to_card .co-table-cell:before {
        display: block;
        margin-bottom: 0.25rem
    }

    .co-table--to_card .co-table-cell--body {
        display: block;
        margin-bottom: 1rem
    }

    .co-table--to_card .co-table-cell--body:last-child {
        margin-bottom: 0
    }
}

@media screen and (max-width: 480px) {
    .co-social_login {
        flex:1 1 100%
    }
}

@media screen and (max-width: 480px) {
    .co-social_login-title {
        margin-bottom:1rem
    }
}

@media screen and (max-width: 480px) {
    .co-social_login-button {
        width:80%
    }
}

@media screen and (max-width: 480px) {
    .co-social_login-button--tiny {
        width:auto
    }
}

@media screen and (min-width: 769px) {
    .co-social_login--mobile_only {
        display:none
    }
}

@media screen and (max-width: 480px) {
    .co-social_login-button_form {
        width:100%
    }
}

@media screen and (max-width: 768px) {
    .co-social_login--desktop_only {
        display:none
    }
}

@media screen and (max-width: 480px) {
    .co-login--social_login,.co-login.co-login--social_login {
        flex:1 1 100%
    }
}

@media screen and (max-width: 768px) {
    .co-section--checkout_order {
        width:100%
    }
}

@media screen and (max-width: 768px) {
    .co-section--content_wrapper {
        -ms-flex-wrap:wrap;
        flex-wrap: wrap
    }
}

@media screen and (max-width: 480px) {
    .co-checkout-block--padded {
        padding-left:1rem;
        padding-right: 1rem
    }
}

@media screen and (max-width: 480px) {
    .co-header-phone {
        text-align:left
    }
}

.co-pagination {
    display: flex;
    justify-content: center;
    margin-top: 5px
}

.co-pagination_button__inactive:hover {
    cursor: pointer;
    background: rgba(0,0,0,0.05)
}

.co-pagination_button__active:hover {
    cursor: pointer
}

.co-pagination_button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    text-decoration: none
}

.co-pagination_button__active {
    background-color: black;
    color: white
}

.co-pagination_button_handle {
    border-color: black;
    border-style: solid;
    border-width: 1px
}

.co-pagination_link {
    text-decoration: none;
    color: black
}

.co-pagination_link:hover {
    color: black
}

@media screen and (max-width: 768px) {
    .co-sidebar-toggler {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media screen and (max-width: 480px) {
    .co-sidebar-toggler {
        padding-left:1rem;
        padding-right: 1rem
    }
}

@media screen and (max-width: 768px) {
    .co-sidebar--hidden\@sm {
        display:none
    }
}

@media screen and (max-width: 768px) {
    .co-sidebar--menu {
        padding-top:0;
        flex: 1 1 100%
    }
}

@media screen and (max-width: 768px) {
    .co-sidebar {
        width:100%;
        position: relative;
        top: 0;
        bottom: 0;
        left: 0;
        -webkit-box-shadow: inset 0 -2px 4px -2px #cccccc;
        box-shadow: inset 0 -2px 4px -2px #cccccc
    }
}

@media screen and (max-width: 768px) {
    .co-menu {
        display:none
    }
}

@media screen and (max-width: 768px) {
    .co-menu-toggle {
        display:flex
    }
}

@media screen and (max-width: 768px) {
    .co-pick_up-main_content {
        width:100%
    }
}

@media screen and (max-width: 768px) {
    .co-pick_up-sidebar {
        width:100%;
        display: none
    }
}

@media screen and (max-width: 768px) {
    .co-pick_up-map {
        height:400px
    }
}
