@charset "UTF-8";
/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
    --blue: #3972c0;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #f00;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #868e96;
    --gray-dark: #343a40;
    --primary: #2fad49;
    --secondary: #cbd2d7;
    --success: #e96f33;
    --info: #3972c0;
    --warning: #ffc107;
    --danger: #f00;
    --light: #f8f9fa;
    --dark: #5f6f7e;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: "SF UI Display", SFUIDisplay, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    --font-family-monospace: "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*, ::after, ::before {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent
}

@-ms-viewport {
    width: device-width
}

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

body {
    margin: 0;
    font-family: "SF UI Display", SFUIDisplay, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #202932;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

address, hr {
    margin-bottom: 1rem
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    margin-top: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

dl, h1, h2, h3, h4, h5, h6, ol, p, ul {
    margin-top: 0
}

dl, ol, p, ul {
    margin-bottom: 1rem
}

abbr[data-original-title], abbr[title] {
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0
}

address {
    font-style: normal;
    line-height: inherit
}

ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote, figure {
    margin: 0 0 1rem
}

dfn {
    font-style: italic
}

b, strong {
    font-weight: bolder
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #2fad49;
    text-decoration: underline;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:hover {
    color: #1f7130;
    text-decoration: none
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

samp {
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

img {
    vertical-align: middle;
    border-style: none
}

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

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #868e96;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

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

input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

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

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

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

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none !important
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit
}

.h1, h1 {
    font-size: 2.5rem
}

.h2, h2 {
    font-size: 2rem
}

.h3, h3 {
    font-size: 1.75rem
}

.h4, h4, h6 {
    font-size: 1rem
}

.h5, h5 {
    font-size: .75rem
}

.h6 {
    font-size: 1rem
}

.display-1, .lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: 6rem;
    line-height: 1.2
}

.display-2, .display-3, .display-4 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-3, .display-4 {
    font-size: 4.5rem
}

.display-4 {
    font-size: 3.5rem
}

.small, small {
    font-size: 80%;
    font-weight: 400
}

.mark, mark {
    padding: .2em;
    background-color: #fcf8e3
}

.b-header__city-select .list, .b-modal ul.section, .b-streets-list ul.section, .b-user__sites, .list-inline, .list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: 5px
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #868e96
}

.blockquote-footer::before {
    content: "\2014 \00A0"
}

.img-fluid, .img-thumbnail {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: 90%;
    color: #868e96
}

code, kbd, pre, samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

code {
    color: #bd4147;
    word-break: break-word
}

a > code, pre code {
    color: inherit
}

code, kbd, pre {
    font-size: 90%
}

kbd {
    padding: .2rem .4rem;
    background-color: #212529;
    border-radius: .2rem;
    color: #fff
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700
}

pre {
    display: block;
    color: #212529
}

pre code {
    font-size: inherit;
    word-break: normal
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.b-modal_big, .b-tooltip-more-expressions_big, .container, .container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.card > hr, .no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters > .col, .no-gutters > [class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-auto {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.b-specials .col-lg-3 + .col-lg-4, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.col-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.col-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.col-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.col-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -ms-flex-order: 12;
    order: 12
}

.offset-1 {
    margin-left: 8.33333%
}

.offset-2 {
    margin-left: 16.66667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333%
}

.offset-5 {
    margin-left: 41.66667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333%
}

.offset-8 {
    margin-left: 66.66667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333%
}

.offset-11 {
    margin-left: 91.66667%
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent
}

.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #e9ecef
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #e9ecef
}

.table tbody + tbody {
    border-top: 2px solid #e9ecef
}

.table .table {
    background-color: #fff
}

.table-sm td, .table-sm th {
    padding: .3rem
}

.table-bordered, .table-bordered td, .table-bordered th {
    border: 1px solid #e9ecef
}

.table-bordered thead td, .table-bordered thead th {
    border-bottom-width: 2px
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05)
}

.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, .075)
}

.table-primary, .table-primary > td, .table-primary > th {
    background-color: #c5e8cc
}

.table-hover .table-primary:hover, .table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
    background-color: #b3e1bc
}

.table-secondary, .table-secondary > td, .table-secondary > th {
    background-color: #f0f2f4
}

.table-hover .table-secondary:hover, .table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {
    background-color: #e1e5e9
}

.table-success, .table-success > td, .table-success > th {
    background-color: #f9d7c6
}

.table-hover .table-success:hover, .table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
    background-color: #f7c7af
}

.table-info, .table-info > td, .table-info > th {
    background-color: #c8d8ed
}

.table-hover .table-info:hover, .table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
    background-color: #b5cae7
}

.table-warning, .table-warning > td, .table-warning > th {
    background-color: #ffeeba
}

.table-hover .table-warning:hover, .table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
    background-color: #ffe8a1
}

.table-danger, .table-danger > td, .table-danger > th {
    background-color: #ffb8b8
}

.table-hover .table-danger:hover, .table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
    background-color: #ff9f9f
}

.table-light, .table-light > td, .table-light > th {
    background-color: #fdfdfe
}

.table-hover .table-light:hover, .table-hover .table-light:hover > td, .table-hover .table-light:hover > th {
    background-color: #ececf6
}

.table-dark > td, .table-dark > th {
    background-color: #d2d7db
}

.table-hover .table-dark:hover, .table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th {
    background-color: #c4cad0
}

.table-active, .table-active > td, .table-active > th, .table-hover .table-active:hover, .table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, .075)
}

.table .thead-dark th {
    color: #fff;
    background-color: #212529;
    border-color: #32383e
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #e9ecef
}

.table-dark {
    color: #fff;
    background-color: #212529
}

.table-dark td, .table-dark th, .table-dark thead th {
    border-color: #32383e
}

.table-dark.table-bordered, .table-responsive > .table-bordered {
    border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, .05)
}

.table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, .075)
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.form-control {
    display: block;
    width: 100%;
    padding: .2rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 3px;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #7fdc92;
    outline: 0;
    box-shadow: none
}

.form-control::-webkit-input-placeholder {
    color: #b2bbc3;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #b2bbc3;
    opacity: 1
}

.form-control::placeholder {
    color: #b2bbc3;
    opacity: 1
}

.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

select.form-control:not([size]):not([multiple]) {
    height: calc(1.9rem + 2px)
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.form-control-file, .form-control-range {
    display: block;
    width: 100%
}

.col-form-label {
    padding-top: calc(.2rem + 1px);
    padding-bottom: calc(.2rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem;
    line-height: 1.5
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: .2rem;
    padding-bottom: .2rem;
    margin-bottom: 0;
    line-height: 1.5;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

.form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm, .input-group-lg > .form-control-plaintext.form-control, .input-group-lg > .input-group-append > .form-control-plaintext.btn, .input-group-lg > .input-group-append > .form-control-plaintext.input-group-text, .input-group-lg > .input-group-prepend > .form-control-plaintext.btn, .input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text, .input-group-sm > .form-control-plaintext.form-control, .input-group-sm > .input-group-append > .form-control-plaintext.btn, .input-group-sm > .input-group-append > .form-control-plaintext.input-group-text, .input-group-sm > .input-group-prepend > .form-control-plaintext.btn, .input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm, .input-group-sm > .form-control, .input-group-sm > .input-group-append > .btn, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-prepend > .input-group-text {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]), .input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]), .input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]), .input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]), select.form-control-sm:not([size]):not([multiple]) {
    height: calc(1.8125rem + 2px)
}

.form-control-lg, .input-group-lg > .form-control, .input-group-lg > .input-group-append > .btn, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-prepend > .input-group-text {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]), .input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]), .input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]), .input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]), select.form-control-lg:not([size]):not([multiple]) {
    height: calc(2.875rem + 2px)
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

.form-row > .col, .form-row > [class*=col-] {
    padding-right: 5px;
    padding-left: 5px
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input {
    position: absolute;
    margin-top: .25rem;
    margin-left: -1.25rem
}

.form-check-input:disabled ~ .form-check-label {
    color: #868e96
}

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #e96f33
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(233, 111, 51, .8);
    border-radius: .2rem
}

.custom-select.is-valid, .form-control.is-valid, .was-validated .custom-select:valid, .was-validated .form-control:valid {
    border-color: #e96f33
}

.custom-select.is-valid:focus, .form-control.is-valid:focus, .was-validated .custom-select:valid:focus, .was-validated .form-control:valid:focus {
    border-color: #e96f33;
    box-shadow: 0 0 0 .2rem rgba(233, 111, 51, .25)
}

.custom-select.is-valid ~ .valid-feedback, .custom-select.is-valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback, .form-control.is-valid ~ .valid-tooltip, .was-validated .custom-select:valid ~ .valid-feedback, .was-validated .custom-select:valid ~ .valid-tooltip, .was-validated .form-control:valid ~ .valid-feedback, .was-validated .form-control:valid ~ .valid-tooltip {
    display: block
}

.form-check-input.is-valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label {
    color: #e96f33
}

.form-check-input.is-valid ~ .valid-feedback, .form-check-input.is-valid ~ .valid-tooltip, .was-validated .form-check-input:valid ~ .valid-feedback, .was-validated .form-check-input:valid ~ .valid-tooltip {
    display: block
}

.custom-control-input.is-valid ~ .custom-control-label, .was-validated .custom-control-input:valid ~ .custom-control-label {
    color: #e96f33
}

.custom-control-input.is-valid ~ .custom-control-label::before, .was-validated .custom-control-input:valid ~ .custom-control-label::before {
    background-color: #f5c0a6
}

.custom-control-input.is-valid ~ .valid-feedback, .custom-control-input.is-valid ~ .valid-tooltip, .was-validated .custom-control-input:valid ~ .valid-feedback, .was-validated .custom-control-input:valid ~ .valid-tooltip {
    display: block
}

.custom-control-input.is-valid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before {
    background-color: #ee8f61
}

.custom-control-input.is-valid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:valid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(233, 111, 51, .25)
}

.custom-file-input.is-valid ~ .custom-file-label, .was-validated .custom-file-input:valid ~ .custom-file-label {
    border-color: #e96f33
}

.custom-file-input.is-valid ~ .custom-file-label::before, .was-validated .custom-file-input:valid ~ .custom-file-label::before {
    border-color: inherit
}

.custom-file-input.is-valid ~ .valid-feedback, .custom-file-input.is-valid ~ .valid-tooltip, .was-validated .custom-file-input:valid ~ .valid-feedback, .was-validated .custom-file-input:valid ~ .valid-tooltip {
    display: block
}

.custom-file-input.is-valid:focus ~ .custom-file-label, .was-validated .custom-file-input:valid:focus ~ .custom-file-label {
    box-shadow: 0 0 0 .2rem rgba(233, 111, 51, .25)
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: red
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(255, 0, 0, .8);
    border-radius: .2rem
}

.custom-select.is-invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .was-validated .form-control:invalid {
    border-color: red
}

.custom-select.is-invalid:focus, .form-control.is-invalid:focus, .was-validated .custom-select:invalid:focus, .was-validated .form-control:invalid:focus {
    border-color: red;
    box-shadow: 0 0 0 .2rem rgba(255, 0, 0, .25)
}

.custom-select.is-invalid ~ .invalid-feedback, .custom-select.is-invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback, .form-control.is-invalid ~ .invalid-tooltip, .was-validated .custom-select:invalid ~ .invalid-feedback, .was-validated .custom-select:invalid ~ .invalid-tooltip, .was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .form-control:invalid ~ .invalid-tooltip {
    display: block
}

.form-check-input.is-invalid ~ .form-check-label, .was-validated .form-check-input:invalid ~ .form-check-label {
    color: red
}

.form-check-input.is-invalid ~ .invalid-feedback, .form-check-input.is-invalid ~ .invalid-tooltip, .was-validated .form-check-input:invalid ~ .invalid-feedback, .was-validated .form-check-input:invalid ~ .invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid ~ .custom-control-label, .was-validated .custom-control-input:invalid ~ .custom-control-label {
    color: red
}

.custom-control-input.is-invalid ~ .custom-control-label::before, .was-validated .custom-control-input:invalid ~ .custom-control-label::before {
    background-color: #ff8080
}

.custom-control-input.is-invalid ~ .invalid-feedback, .custom-control-input.is-invalid ~ .invalid-tooltip, .was-validated .custom-control-input:invalid ~ .invalid-feedback, .was-validated .custom-control-input:invalid ~ .invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before {
    background-color: #f33
}

.custom-control-input.is-invalid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(255, 0, 0, .25)
}

.custom-file-input.is-invalid ~ .custom-file-label, .was-validated .custom-file-input:invalid ~ .custom-file-label {
    border-color: red
}

.custom-file-input.is-invalid ~ .custom-file-label::before, .was-validated .custom-file-input:invalid ~ .custom-file-label::before {
    border-color: inherit
}

.custom-file-input.is-invalid ~ .invalid-feedback, .custom-file-input.is-invalid ~ .invalid-tooltip, .was-validated .custom-file-input:invalid ~ .invalid-feedback, .was-validated .custom-file-input:invalid ~ .invalid-tooltip {
    display: block
}

.custom-file-input.is-invalid:focus ~ .custom-file-label, .was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
    box-shadow: 0 0 0 .2rem rgba(255, 0, 0, .25)
}

.form-inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center
}

.form-inline .form-check, input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    width: 100%
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .2rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 3px;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.btn:focus, .btn:hover {
    text-decoration: none
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none
}

.btn.disabled, .btn:disabled {
    opacity: .65
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

.btn:not(:disabled):not(.disabled).active, .btn:not(:disabled):not(.disabled):active {
    background-image: none
}

a.btn.disabled, fieldset:disabled a.btn {
    pointer-events: none
}

.btn-primary {
    color: #fff;
    background-color: #2fad49;
    border-color: #2fad49
}

.btn-primary:hover {
    color: #fff;
    background-color: #278f3c;
    border-color: #248538
}

.btn-primary.focus, .btn-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(47, 173, 73, .5)
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #2fad49;
    border-color: #2fad49
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #248538;
    border-color: #217b34
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(47, 173, 73, .5)
}

.btn-secondary {
    color: #212529;
    background-color: #cbd2d7;
    border-color: #cbd2d7
}

.btn-secondary:hover {
    color: #212529;
    background-color: #b5bfc6;
    border-color: #aeb9c1
}

.btn-secondary.focus, .btn-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(203, 210, 215, .5)
}

.btn-secondary.disabled, .btn-secondary:disabled {
    color: #212529;
    background-color: #cbd2d7;
    border-color: #cbd2d7
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
    color: #212529;
    background-color: #aeb9c1;
    border-color: #a7b3bb
}

.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(203, 210, 215, .5)
}

.btn-success {
    color: #fff;
    background-color: #e96f33;
    border-color: #e96f33
}

.btn-success:hover {
    color: #fff;
    background-color: #de5918;
    border-color: #d25517
}

.btn-success.focus, .btn-success:focus {
    box-shadow: 0 0 0 .2rem rgba(233, 111, 51, .5)
}

.btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #e96f33;
    border-color: #e96f33
}

.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #d25517;
    border-color: #c75015
}

.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show > .btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(233, 111, 51, .5)
}

.btn-info {
    color: #fff;
    background-color: #3972c0;
    border-color: #3972c0
}

.btn-info:hover {
    color: #fff;
    background-color: #3060a3;
    border-color: #2d5b99
}

.btn-info.focus, .btn-info:focus {
    box-shadow: 0 0 0 .2rem rgba(57, 114, 192, .5)
}

.btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #3972c0;
    border-color: #3972c0
}

.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #2d5b99;
    border-color: #2a558f
}

.btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show > .btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(57, 114, 192, .5)
}

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00
}

.btn-warning.focus, .btn-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500
}

.btn-warning:not(:disabled):not(.disabled).active:focus, .btn-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-danger {
    color: #fff;
    background-color: red;
    border-color: red
}

.btn-danger:hover {
    color: #fff;
    background-color: #d90000;
    border-color: #c00
}

.btn-danger.focus, .btn-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 0, 0, .5)
}

.btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: red;
    border-color: red
}

.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c00;
    border-color: #bf0000
}

.btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 0, 0, .5)
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5
}

.btn-light.focus, .btn-light:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show > .btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-dark {
    color: #fff;
    background-color: #5f6f7e;
    border-color: #5f6f7e
}

.btn-dark:hover {
    color: #fff;
    background-color: #4f5c68;
    border-color: #495561
}

.btn-dark.focus, .btn-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(95, 111, 126, .5)
}

.btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #5f6f7e;
    border-color: #5f6f7e
}

.btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #495561;
    border-color: #444f5a
}

.btn-dark:not(:disabled):not(.disabled).active:focus, .btn-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(95, 111, 126, .5)
}

.btn-outline-primary {
    color: #2fad49;
    background-color: transparent;
    background-image: none;
    border-color: #2fad49
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #2fad49;
    border-color: #2fad49
}

.btn-outline-primary.focus, .btn-outline-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(47, 173, 73, .5)
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #2fad49;
    background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #2fad49;
    border-color: #2fad49
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(47, 173, 73, .5)
}

.btn-outline-secondary {
    color: #cbd2d7;
    background-color: transparent;
    background-image: none;
    border-color: #cbd2d7
}

.btn-outline-secondary:hover {
    color: #212529;
    background-color: #cbd2d7;
    border-color: #cbd2d7
}

.btn-outline-secondary.focus, .btn-outline-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(203, 210, 215, .5)
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #cbd2d7;
    background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show > .btn-outline-secondary.dropdown-toggle {
    color: #212529;
    background-color: #cbd2d7;
    border-color: #cbd2d7
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(203, 210, 215, .5)
}

.btn-outline-success {
    color: #e96f33;
    background-color: transparent;
    background-image: none;
    border-color: #e96f33
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #e96f33;
    border-color: #e96f33
}

.btn-outline-success.focus, .btn-outline-success:focus {
    box-shadow: 0 0 0 .2rem rgba(233, 111, 51, .5)
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #e96f33;
    background-color: transparent
}

.btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #e96f33;
    border-color: #e96f33
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(233, 111, 51, .5)
}

.btn-outline-info {
    color: #3972c0;
    background-color: transparent;
    background-image: none;
    border-color: #3972c0
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #3972c0;
    border-color: #3972c0
}

.btn-outline-info.focus, .btn-outline-info:focus {
    box-shadow: 0 0 0 .2rem rgba(57, 114, 192, .5)
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #3972c0;
    background-color: transparent
}

.btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active, .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #3972c0;
    border-color: #3972c0
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus, .btn-outline-info:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(57, 114, 192, .5)
}

.btn-outline-warning {
    color: #ffc107;
    background-color: transparent;
    background-image: none;
    border-color: #ffc107
}

.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning.focus, .btn-outline-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent
}

.btn-outline-warning:not(:disabled):not(.disabled).active, .btn-outline-warning:not(:disabled):not(.disabled):active, .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus, .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-danger {
    color: red;
    background-color: transparent;
    background-image: none;
    border-color: red
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: red;
    border-color: red
}

.btn-outline-danger.focus, .btn-outline-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 0, 0, .5)
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: red;
    background-color: transparent
}

.btn-outline-danger:not(:disabled):not(.disabled).active, .btn-outline-danger:not(:disabled):not(.disabled):active, .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: red;
    border-color: red
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus, .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 0, 0, .5)
}

.btn-outline-light {
    color: #f8f9fa;
    background-color: transparent;
    background-image: none;
    border-color: #f8f9fa
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light.focus, .btn-outline-light:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent
}

.btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus, .btn-outline-light:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-dark {
    color: #5f6f7e;
    background-color: transparent;
    background-image: none;
    border-color: #5f6f7e
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #5f6f7e;
    border-color: #5f6f7e
}

.btn-outline-dark.focus, .btn-outline-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(95, 111, 126, .5)
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #5f6f7e;
    background-color: transparent
}

.btn-outline-dark:not(:disabled):not(.disabled).active, .btn-outline-dark:not(:disabled):not(.disabled):active, .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #5f6f7e;
    border-color: #5f6f7e
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus, .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(95, 111, 126, .5)
}

.btn-link, .btn-link:hover {
    background-color: transparent
}

.btn-link {
    font-weight: 400;
    color: #2fad49
}

.btn-link:hover {
    color: #1f7130;
    text-decoration: none;
    border-color: transparent
}

.btn-link.focus, .btn-link:focus {
    text-decoration: none;
    border-color: transparent;
    box-shadow: none
}

.btn-link.disabled, .btn-link:disabled {
    color: #868e96
}

.btn-group-lg > .btn, .btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.btn-group-sm > .btn, .btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block + .btn-block {
    margin-top: .5rem
}

.fade {
    opacity: 0;
    transition: opacity .15s linear
}

.fade.show {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.show {
    display: block
}

tr.collapse.show {
    display: table-row
}

tbody.collapse.show {
    display: table-row-group
}

.collapsing {
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

.collapsing, .dropdown, .dropup {
    position: relative
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.dropdown-toggle:empty::after, .dropleft .dropdown-toggle:empty::after, .dropright .dropdown-toggle:empty::after, .dropup .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #202932;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 3px
}

.dropup .dropdown-menu {
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropright .dropdown-menu {
    margin-top: 0;
    margin-left: .125rem
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-bottom: .3em solid transparent;
    border-left: .3em solid;
    vertical-align: 0
}

.dropleft .dropdown-menu {
    margin-top: 0;
    margin-right: .125rem
}

.dropleft .dropdown-toggle::after {
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    display: none
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent;
    vertical-align: 0
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #2fad49
}

.dropdown-item.disabled, .dropdown-item:disabled {
    color: #868e96;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #868e96;
    white-space: nowrap
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle
}

.btn-group-vertical > .btn, .btn-group > .btn {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.btn-group-vertical > .btn:hover, .btn-group > .btn:hover {
    z-index: 1
}

.btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus {
    z-index: 1
}

.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group, .btn-group-vertical .btn + .btn, .btn-group-vertical .btn + .btn-group, .btn-group-vertical .btn-group + .btn, .btn-group-vertical .btn-group + .btn-group {
    margin-left: -1px
}

.btn-toolbar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

.btn-group > .btn:first-child {
    margin-left: 0
}

.btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem
}

.dropdown-toggle-split::after {
    margin-left: 0
}

.btn-group-sm > .btn + .dropdown-toggle-split, .btn-sm + .dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-group-lg > .btn + .dropdown-toggle-split, .btn-lg + .dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-vertical {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center
}

.btn-group-vertical .btn, .btn-group-vertical .btn-group {
    width: 100%
}

.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical > .btn-group:not(:last-child) > .btn, .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical > .btn-group:not(:first-child) > .btn, .btn-group-vertical > .btn:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-toggle > .btn, .btn-group-toggle > .btn-group > .btn {
    margin-bottom: 0
}

.btn-group-toggle > .btn input[type=checkbox], .btn-group-toggle > .btn input[type=radio], .btn-group-toggle > .btn-group > .btn input[type=checkbox], .btn-group-toggle > .btn-group > .btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%
}

.input-group > .custom-file, .input-group > .custom-select, .input-group > .form-control {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0
}

.input-group > .custom-file:focus, .input-group > .custom-select:focus, .input-group > .form-control:focus {
    z-index: 3
}

.input-group > .custom-file + .custom-file, .input-group > .custom-file + .custom-select, .input-group > .custom-file + .form-control, .input-group > .custom-select + .custom-file, .input-group > .custom-select + .custom-select, .input-group > .custom-select + .form-control, .input-group > .form-control + .custom-file, .input-group > .form-control + .custom-select, .input-group > .form-control + .form-control {
    margin-left: -1px
}

.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::before, .input-group > .custom-select:not(:last-child), .input-group > .form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group > .custom-file:not(:first-child) .custom-file-label, .input-group > .custom-file:not(:first-child) .custom-file-label::before, .input-group > .custom-select:not(:first-child), .input-group > .form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group > .custom-file {
    -ms-flex-align: center;
    align-items: center
}

.input-group-append, .input-group-prepend, .input-group > .custom-file {
    display: -ms-flexbox;
    display: flex
}

.input-group-append .btn, .input-group-prepend .btn {
    position: relative;
    z-index: 2
}

.input-group-prepend {
    margin-right: -1px
}

.input-group-append, .input-group-append .btn + .btn, .input-group-append .btn + .input-group-text, .input-group-append .input-group-text + .btn, .input-group-append .input-group-text + .input-group-text, .input-group-prepend .btn + .btn, .input-group-prepend .btn + .input-group-text, .input-group-prepend .input-group-text + .btn, .input-group-prepend .input-group-text + .input-group-text {
    margin-left: -1px
}

.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .2rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 3px
}

.input-group-text input[type=checkbox], .input-group-text input[type=radio] {
    margin-top: 0
}

.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child), .input-group > .input-group-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child), .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem
}

.custom-control-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    background-color: #2fad49
}

.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, none
}

.custom-control-input:active ~ .custom-control-label::before {
    color: #fff;
    background-color: #a7e7b4
}

.custom-control-input:disabled ~ .custom-control-label {
    color: #868e96
}

.custom-control-input:disabled ~ .custom-control-label::before {
    background-color: #e9ecef
}

.custom-control-label {
    margin-bottom: 0
}

.custom-control-label::after, .custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    content: ""
}

.custom-control-label::before {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #ddd
}

.custom-control-label::after {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%
}

.custom-checkbox .custom-control-label::before {
    border-radius: 3px
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #2fad49
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    background-color: #2fad49
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(47, 173, 73, .5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgba(47, 173, 73, .5)
}

.custom-radio .custom-control-label::before {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #2fad49
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(47, 173, 73, .5)
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.9rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;
    background-size: 8px 10px;
    border: 1px solid #ced4da;
    border-radius: 3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-select:focus {
    border-color: #7fdc92;
    outline: 0;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075), 0 0 5px rgba(127, 220, 146, .5)
}

.custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: .75rem;
    background-image: none
}

.custom-select:disabled {
    color: #868e96;
    background-color: #e9ecef
}

.custom-select::-ms-expand {
    opacity: 0
}

.custom-select-lg, .custom-select-sm {
    height: calc(1.8125rem + 2px);
    padding-top: .375rem;
    padding-bottom: .375rem;
    font-size: 75%
}

.custom-select-lg {
    height: calc(2.875rem + 2px);
    font-size: 125%
}

.custom-file, .custom-file-input {
    position: relative;
    width: 100%;
    height: calc(1.9rem + 2px)
}

.custom-file {
    display: inline-block;
    margin-bottom: 0
}

.custom-file-input {
    z-index: 2;
    margin: 0;
    opacity: 0
}

.custom-file-input:focus ~ .custom-file-control {
    border-color: #7fdc92;
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .2rem #2fad49
}

.custom-file-input:focus ~ .custom-file-control::before {
    border-color: #7fdc92
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"
}

.custom-file-label, .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    padding: .2rem .75rem;
    line-height: 1.5;
    color: #495057
}

.custom-file-label {
    left: 0;
    border: 1px solid #ced4da;
    z-index: 1;
    height: calc(1.9rem + 2px);
    background-color: #fff;
    border-radius: 3px
}

.custom-file-label::after {
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(calc(1.9rem + 2px) - 1px * 2);
    content: "Browse";
    background-color: #e9ecef;
    border-left: 1px solid #ced4da;
    border-radius: 0 3px 3px 0
}

.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:focus, .nav-link:hover {
    text-decoration: none
}

.nav-link.disabled {
    color: #868e96
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs .nav-item {
    margin-bottom: -1px
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: #e9ecef
}

.nav-tabs .nav-link.disabled {
    color: #868e96;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #ddd
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills .nav-link {
    border-radius: 3px
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #2fad49
}

.nav-fill .nav-item {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center
}

.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}

.navbar {
    position: relative;
    padding: .5rem 1rem
}

.navbar, .navbar > .b-modal_big, .navbar > .b-tooltip-more-expressions_big, .navbar > .container, .navbar > .container-fluid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

.navbar-brand:focus, .navbar-brand:hover {
    text-decoration: none
}

.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none
}

.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 3px
}

.navbar-toggler:focus, .navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%
}

.navbar-expand {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.navbar-expand > .b-modal_big, .navbar-expand > .b-tooltip-more-expressions_big, .navbar-expand > .container, .navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0
}

.navbar-expand .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}

.navbar-expand > .b-modal_big, .navbar-expand > .b-tooltip-more-expressions_big, .navbar-expand > .container, .navbar-expand > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-expand .dropup .dropdown-menu {
    top: auto;
    bottom: 100%
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover, .navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, .7)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, .3)
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-text a {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .5);
    border-color: rgba(0, 0, 0, .1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, .5)
}

.navbar-dark .navbar-brand {
    color: #fff
}

.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, .5)
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, .75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, .25)
}

.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-text a {
    color: #fff
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, .5);
    border-color: rgba(255, 255, 255, .1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, .5)
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 3px
}

.card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem;
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link + .card-link {
    margin-left: 1.25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card-header:first-child {
    border-radius: calc(3px - 1px) calc(3px - 1px) 0 0
}

.card-header + .list-group .list-group-item:first-child {
    border-top: 0
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125)
}

.card-footer:last-child {
    border-radius: 0 0 calc(3px - 1px) calc(3px - 1px)
}

.card-header-tabs {
    margin-bottom: -.75rem;
    border-bottom: 0
}

.card-header-pills, .card-header-tabs {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.card-img {
    width: 100%;
    border-radius: calc(3px - 1px)
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(3px - 1px);
    border-top-right-radius: calc(3px - 1px)
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(3px - 1px);
    border-bottom-left-radius: calc(3px - 1px)
}

.card-deck, .card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.card-deck .card, .card-group > .card {
    margin-bottom: 15px
}

.card-columns .card {
    margin-bottom: .75rem
}

.breadcrumb, .pagination {
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    border-radius: 3px
}

.breadcrumb {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    background-color: #e9ecef
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    padding-left: .5rem;
    color: #868e96;
    content: "/"
}

.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: none
}

.breadcrumb-item.active {
    color: #868e96
}

.pagination {
    padding-left: 0
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #2fad49;
    background-color: #fff;
    border: 1px solid #ddd
}

.page-link:hover {
    color: #1f7130;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #ddd
}

.page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: none
}

.page-link:not(:disabled):not(.disabled) {
    cursor: pointer
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.page-item:last-child .page-link {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #2fad49;
    border-color: #2fad49
}

.page-item.disabled .page-link {
    color: #868e96;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #ddd
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 3px
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

.badge-primary {
    color: #fff;
    background-color: #2fad49
}

.badge-primary[href]:focus, .badge-primary[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #248538
}

.badge-secondary {
    color: #212529;
    background-color: #cbd2d7
}

.badge-secondary[href]:focus, .badge-secondary[href]:hover {
    color: #212529;
    text-decoration: none;
    background-color: #aeb9c1
}

.badge-success {
    color: #fff;
    background-color: #e96f33
}

.badge-success[href]:focus, .badge-success[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #d25517
}

.badge-info {
    color: #fff;
    background-color: #3972c0
}

.badge-info[href]:focus, .badge-info[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #2d5b99
}

.badge-warning {
    color: #212529;
    background-color: #ffc107
}

.badge-warning[href]:focus, .badge-warning[href]:hover {
    color: #212529;
    text-decoration: none;
    background-color: #d39e00
}

.badge-danger {
    color: #fff;
    background-color: red
}

.badge-danger[href]:focus, .badge-danger[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #c00
}

.badge-light {
    color: #212529;
    background-color: #f8f9fa
}

.badge-light[href]:focus, .badge-light[href]:hover {
    color: #212529;
    text-decoration: none;
    background-color: #dae0e5
}

.badge-dark {
    color: #fff;
    background-color: #5f6f7e
}

.badge-dark[href]:focus, .badge-dark[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #495561
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: .3rem
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 3px
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 4rem
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit
}

.alert-primary {
    color: #185a26;
    background-color: #d5efdb;
    border-color: #c5e8cc
}

.alert-primary hr {
    border-top-color: #b3e1bc
}

.alert-primary .alert-link {
    color: #0d3215
}

.alert-secondary {
    color: #6a6d70;
    background-color: #f5f6f7;
    border-color: #f0f2f4
}

.alert-secondary hr {
    border-top-color: #e1e5e9
}

.alert-secondary .alert-link {
    color: #515456
}

.alert-success {
    color: #793a1b;
    background-color: #fbe2d6;
    border-color: #f9d7c6
}

.alert-success hr {
    border-top-color: #f7c7af
}

.alert-success .alert-link {
    color: #4f2612
}

.alert-info {
    color: #1e3b64;
    background-color: #d7e3f2;
    border-color: #c8d8ed
}

.alert-info hr {
    border-top-color: #b5cae7
}

.alert-info .alert-link {
    color: #12243d
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba
}

.alert-warning hr {
    border-top-color: #ffe8a1
}

.alert-warning .alert-link {
    color: #533f03
}

.alert-danger {
    color: #850000;
    background-color: #fcc;
    border-color: #ffb8b8
}

.alert-danger hr {
    border-top-color: #ff9f9f
}

.alert-danger .alert-link {
    color: #520000
}

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe
}

.alert-light hr {
    border-top-color: #ececf6
}

.alert-light .alert-link {
    color: #686868
}

.alert-dark {
    color: #313a42;
    background-color: #dfe2e5;
    border-color: #d2d7db
}

.alert-dark hr {
    border-top-color: #c4cad0
}

.alert-dark .alert-link {
    color: #1b2025
}

@keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0
    }
    to {
        background-position: 0 0
    }
}

.progress, .progress-bar {
    display: -ms-flexbox;
    display: flex
}

.progress {
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    border-radius: 3px;
    background-color: #e9ecef
}

.progress-bar {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    background-color: #2fad49;
    transition: width .6s ease
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    animation: progress-bar-stripes 1s linear infinite
}

.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start
}

.media-body {
    -ms-flex: 1;
    flex: 1
}

.list-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit
}

.list-group-item-action:focus, .list-group-item-action:hover {
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa
}

.list-group-item-action:active {
    color: #202932;
    background-color: #e9ecef
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125)
}

.list-group-item:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.list-group-item:focus, .list-group-item:hover {
    z-index: 1;
    text-decoration: none
}

.list-group-item.disabled, .list-group-item:disabled {
    color: #868e96;
    background-color: #fff
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #2fad49;
    border-color: #2fad49
}

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0
}

.list-group-flush:last-child .list-group-item:last-child {
    border-bottom: 0
}

.list-group-item-primary {
    color: #185a26;
    background-color: #c5e8cc
}

.list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover {
    color: #185a26;
    background-color: #b3e1bc
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #185a26;
    border-color: #185a26
}

.list-group-item-secondary {
    color: #6a6d70;
    background-color: #f0f2f4
}

.list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover {
    color: #6a6d70;
    background-color: #e1e5e9
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #6a6d70;
    border-color: #6a6d70
}

.list-group-item-success {
    color: #793a1b;
    background-color: #f9d7c6
}

.list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:hover {
    color: #793a1b;
    background-color: #f7c7af
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #793a1b;
    border-color: #793a1b
}

.list-group-item-info {
    color: #1e3b64;
    background-color: #c8d8ed
}

.list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action:hover {
    color: #1e3b64;
    background-color: #b5cae7
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #1e3b64;
    border-color: #1e3b64
}

.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba
}

.list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action:hover {
    color: #856404;
    background-color: #ffe8a1
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404
}

.list-group-item-danger {
    color: #850000;
    background-color: #ffb8b8
}

.list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action:hover {
    color: #850000;
    background-color: #ff9f9f
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #850000;
    border-color: #850000
}

.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe
}

.list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action:hover {
    color: #818182;
    background-color: #ececf6
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182
}

.list-group-item-dark {
    color: #313a42;
    background-color: #d2d7db
}

.list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action:hover {
    color: #313a42;
    background-color: #c4cad0
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #313a42;
    border-color: #313a42
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.close:focus, .close:hover {
    color: #000;
    text-decoration: none;
    opacity: .75
}

.close:not(:disabled):not(.disabled) {
    cursor: pointer
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none
}

.modal, .modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    outline: 0
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%)
}

.modal.show .modal-dialog {
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (10px * 2))
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem
}

.modal-header .close {
    padding: 15px;
    margin: -15px -15px -15px auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 15px
}

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 15px;
    border-top: 1px solid #e9ecef
}

.modal-footer > :not(:first-child) {
    margin-left: .25rem
}

.modal-footer > :not(:last-child) {
    margin-right: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

.tooltip, .tooltip .arrow {
    position: absolute;
    display: block
}

.tooltip {
    z-index: 1070;
    margin: 0;
    font-family: "SF UI Display", SFUIDisplay, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

.tooltip .arrow {
    width: 5px;
    height: 5px
}

.tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-tooltip-auto[x-placement^=top], .bs-tooltip-top {
    padding: 5px 0
}

.bs-tooltip-auto[x-placement^=top] .arrow, .bs-tooltip-top .arrow {
    bottom: 0
}

.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
    top: 0;
    border-width: 5px 2.5px 0;
    border-top-color: #000
}

.bs-tooltip-auto[x-placement^=right], .bs-tooltip-right {
    padding: 0 5px
}

.bs-tooltip-auto[x-placement^=right] .arrow, .bs-tooltip-right .arrow {
    left: 0;
    width: 5px;
    height: 5px
}

.bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before {
    right: 0;
    border-width: 2.5px 5px 2.5px 0;
    border-right-color: #000
}

.bs-tooltip-auto[x-placement^=bottom], .bs-tooltip-bottom {
    padding: 5px 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow, .bs-tooltip-bottom .arrow {
    top: 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
    bottom: 0;
    border-width: 0 2.5px 5px;
    border-bottom-color: #000
}

.bs-tooltip-auto[x-placement^=left], .bs-tooltip-left {
    padding: 0 5px
}

.bs-tooltip-auto[x-placement^=left] .arrow, .bs-tooltip-left .arrow {
    right: 0;
    width: 5px;
    height: 5px
}

.bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before {
    left: 0;
    border-width: 2.5px 0 2.5px 5px;
    border-left-color: #000
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 3px
}

.popover, .popover .arrow {
    position: absolute;
    display: block
}

.popover {
    top: 0;
    left: 0;
    z-index: 1060;
    max-width: 276px;
    font-family: "SF UI Display", SFUIDisplay, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem
}

.popover .arrow {
    width: .8rem;
    height: .4rem;
    margin: 0 .3rem
}

.popover .arrow::after, .popover .arrow::before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-popover-auto[x-placement^=top], .bs-popover-top {
    margin-bottom: .4rem
}

.bs-popover-auto[x-placement^=top] .arrow, .bs-popover-top .arrow {
    bottom: calc((.4rem + 1px) * -1)
}

.bs-popover-auto[x-placement^=top] .arrow::after, .bs-popover-auto[x-placement^=top] .arrow::before, .bs-popover-top .arrow::after, .bs-popover-top .arrow::before {
    border-width: .4rem .4rem 0
}

.bs-popover-auto[x-placement^=top] .arrow::before, .bs-popover-top .arrow::before {
    bottom: 0;
    border-top-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=top] .arrow::after, .bs-popover-top .arrow::after {
    bottom: 1px;
    border-top-color: #fff
}

.bs-popover-auto[x-placement^=right], .bs-popover-right {
    margin-left: .4rem
}

.bs-popover-auto[x-placement^=right] .arrow, .bs-popover-right .arrow {
    left: calc((.4rem + 1px) * -1);
    width: .4rem;
    height: .8rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=right] .arrow::after, .bs-popover-auto[x-placement^=right] .arrow::before, .bs-popover-right .arrow::after, .bs-popover-right .arrow::before {
    border-width: .4rem .4rem .4rem 0
}

.bs-popover-auto[x-placement^=right] .arrow::before, .bs-popover-right .arrow::before {
    left: 0;
    border-right-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=right] .arrow::after, .bs-popover-right .arrow::after {
    left: 1px;
    border-right-color: #fff
}

.bs-popover-auto[x-placement^=bottom], .bs-popover-bottom {
    margin-top: .4rem
}

.bs-popover-auto[x-placement^=bottom] .arrow, .bs-popover-bottom .arrow {
    top: calc((.4rem + 1px) * -1)
}

.bs-popover-auto[x-placement^=bottom] .arrow::after, .bs-popover-auto[x-placement^=bottom] .arrow::before, .bs-popover-bottom .arrow::after, .bs-popover-bottom .arrow::before {
    border-width: 0 .4rem .4rem
}

.bs-popover-auto[x-placement^=bottom] .arrow::before, .bs-popover-bottom .arrow::before {
    top: 0;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=bottom] .arrow::after, .bs-popover-bottom .arrow::after {
    top: 1px;
    border-bottom-color: #fff
}

.bs-popover-auto[x-placement^=bottom] .popover-header::before, .bs-popover-bottom .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: .8rem;
    margin-left: -.4rem;
    content: "";
    border-bottom: 1px solid #f7f7f7
}

.bs-popover-auto[x-placement^=left], .bs-popover-left {
    margin-right: .4rem
}

.bs-popover-auto[x-placement^=left] .arrow, .bs-popover-left .arrow {
    right: calc((.4rem + 1px) * -1);
    width: .4rem;
    height: .8rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=left] .arrow::after, .bs-popover-auto[x-placement^=left] .arrow::before, .bs-popover-left .arrow::after, .bs-popover-left .arrow::before {
    border-width: .4rem 0 .4rem .4rem
}

.bs-popover-auto[x-placement^=left] .arrow::before, .bs-popover-left .arrow::before {
    right: 0;
    border-left-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=left] .arrow::after, .bs-popover-left .arrow::after {
    right: 1px;
    border-left-color: #fff
}

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: inherit;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: .5rem .75rem;
    color: #202932
}

.carousel, .carousel-inner {
    position: relative
}

.carousel-inner {
    width: 100%;
    overflow: hidden
}

.carousel-item {
    position: relative;
    display: none;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    transition: transform .6s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    perspective: 1000px
}

.carousel-item-next, .carousel-item-prev, .carousel-item.active {
    display: block
}

.carousel-item-next, .carousel-item-prev {
    position: absolute;
    top: 0
}

.carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
    -ms-transform: translateX(0);
    transform: translateX(0)
}

@supports (transform-style:preserve-3d) {
    .carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
        transform: translate3d(0, 0, 0)
    }
}

.active.carousel-item-right, .carousel-item-next {
    -ms-transform: translateX(100%);
    transform: translateX(100%)
}

@supports (transform-style:preserve-3d) {
    .active.carousel-item-right, .carousel-item-next {
        transform: translate3d(100%, 0, 0)
    }
}

.active.carousel-item-left, .carousel-item-prev {
    -ms-transform: translateX(-100%);
    transform: translateX(-100%)
}

@supports (transform-style:preserve-3d) {
    .active.carousel-item-left, .carousel-item-prev {
        transform: translate3d(-100%, 0, 0)
    }
}

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: no-repeat center center;
    background-size: 100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgba(255, 255, 255, .5)
}

.carousel-indicators li::after, .carousel-indicators li::before {
    position: absolute;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""
}

.carousel-indicators li::before {
    top: -10px
}

.carousel-indicators li::after {
    bottom: -10px
}

.carousel-indicators .active {
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.bg-primary {
    background-color: #2fad49 !important
}

a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
    background-color: #248538 !important
}

.bg-secondary {
    background-color: #cbd2d7 !important
}

a.bg-secondary:focus, a.bg-secondary:hover, button.bg-secondary:focus, button.bg-secondary:hover {
    background-color: #aeb9c1 !important
}

.bg-success {
    background-color: #e96f33 !important
}

a.bg-success:focus, a.bg-success:hover, button.bg-success:focus, button.bg-success:hover {
    background-color: #d25517 !important
}

.bg-info {
    background-color: #3972c0 !important
}

a.bg-info:focus, a.bg-info:hover, button.bg-info:focus, button.bg-info:hover {
    background-color: #2d5b99 !important
}

.bg-warning {
    background-color: #ffc107 !important
}

a.bg-warning:focus, a.bg-warning:hover, button.bg-warning:focus, button.bg-warning:hover {
    background-color: #d39e00 !important
}

.bg-danger {
    background-color: red !important
}

a.bg-danger:focus, a.bg-danger:hover, button.bg-danger:focus, button.bg-danger:hover {
    background-color: #c00 !important
}

.bg-light {
    background-color: #f8f9fa !important
}

a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover {
    background-color: #dae0e5 !important
}

.bg-dark {
    background-color: #5f6f7e !important
}

a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover {
    background-color: #495561 !important
}

.bg-white {
    background-color: #fff !important
}

.bg-transparent {
    background-color: transparent !important
}

.border {
    border: 1px solid #e9ecef !important
}

.border-top {
    border-top: 1px solid #e9ecef !important
}

.border-right {
    border-right: 1px solid #e9ecef !important
}

.border-bottom {
    border-bottom: 1px solid #e9ecef !important
}

.border-left {
    border-left: 1px solid #e9ecef !important
}

.border-0 {
    border: 0 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-right-0 {
    border-right: 0 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-left-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: #2fad49 !important
}

.border-secondary {
    border-color: #cbd2d7 !important
}

.border-success {
    border-color: #e96f33 !important
}

.border-info {
    border-color: #3972c0 !important
}

.border-warning {
    border-color: #ffc107 !important
}

.border-danger {
    border-color: red !important
}

.border-light {
    border-color: #f8f9fa !important
}

.border-dark {
    border-color: #5f6f7e !important
}

.border-white {
    border-color: #fff !important
}

.rounded {
    border-radius: 3px !important
}

.rounded-right, .rounded-top {
    border-top-right-radius: 3px !important
}

.rounded-top {
    border-top-left-radius: 3px !important
}

.rounded-right {
    border-bottom-right-radius: 3px !important
}

.rounded-bottom, .rounded-left {
    border-bottom-left-radius: 3px !important
}

.rounded-bottom {
    border-bottom-right-radius: 3px !important
}

.rounded-left {
    border-top-left-radius: 3px !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-0 {
    border-radius: 0 !important
}

.clearfix::after {
    clear: both
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.clearfix::after, .embed-responsive::before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9::before {
    padding-top: 42.85714%
}

.embed-responsive-16by9::before {
    padding-top: 56.25%
}

.embed-responsive-4by3::before {
    padding-top: 75%
}

.embed-responsive-1by1::before {
    padding-top: 100%
}

.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important
}

.fixed-bottom, .fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-top {
    top: 0
}

.fixed-bottom {
    bottom: 0
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
    -webkit-clip-path: none;
    clip-path: none
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.m-0 {
    margin: 0 !important
}

.mt-0, .my-0 {
    margin-top: 0 !important
}

.mr-0, .mx-0 {
    margin-right: 0 !important
}

.mb-0, .my-0 {
    margin-bottom: 0 !important
}

.ml-0, .mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1, .my-1 {
    margin-top: .25rem !important
}

.mr-1, .mx-1 {
    margin-right: .25rem !important
}

.mb-1, .my-1 {
    margin-bottom: .25rem !important
}

.ml-1, .mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2, .my-2 {
    margin-top: .5rem !important
}

.mr-2, .mx-2 {
    margin-right: .5rem !important
}

.mb-2, .my-2 {
    margin-bottom: .5rem !important
}

.ml-2, .mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3, .my-3 {
    margin-top: 1rem !important
}

.mr-3, .mx-3 {
    margin-right: 1rem !important
}

.mb-3, .my-3 {
    margin-bottom: 1rem !important
}

.ml-3, .mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4, .my-4 {
    margin-top: 1.5rem !important
}

.mr-4, .mx-4 {
    margin-right: 1.5rem !important
}

.mb-4, .my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4, .mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5, .my-5 {
    margin-top: 3rem !important
}

.mr-5, .mx-5 {
    margin-right: 3rem !important
}

.mb-5, .my-5 {
    margin-bottom: 3rem !important
}

.ml-5, .mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0, .py-0 {
    padding-top: 0 !important
}

.pr-0, .px-0 {
    padding-right: 0 !important
}

.pb-0, .py-0 {
    padding-bottom: 0 !important
}

.pl-0, .px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1, .py-1 {
    padding-top: .25rem !important
}

.pr-1, .px-1 {
    padding-right: .25rem !important
}

.pb-1, .py-1 {
    padding-bottom: .25rem !important
}

.pl-1, .px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2, .py-2 {
    padding-top: .5rem !important
}

.pr-2, .px-2 {
    padding-right: .5rem !important
}

.pb-2, .py-2 {
    padding-bottom: .5rem !important
}

.pl-2, .px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3, .py-3 {
    padding-top: 1rem !important
}

.pr-3, .px-3 {
    padding-right: 1rem !important
}

.pb-3, .py-3 {
    padding-bottom: 1rem !important
}

.pl-3, .px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4, .py-4 {
    padding-top: 1.5rem !important
}

.pr-4, .px-4 {
    padding-right: 1.5rem !important
}

.pb-4, .py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4, .px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5, .py-5 {
    padding-top: 3rem !important
}

.pr-5, .px-5 {
    padding-right: 3rem !important
}

.pb-5, .py-5 {
    padding-bottom: 3rem !important
}

.pl-5, .px-5 {
    padding-left: 3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto, .my-auto {
    margin-top: auto !important
}

.mr-auto, .mx-auto {
    margin-right: auto !important
}

.mb-auto, .my-auto {
    margin-bottom: auto !important
}

.ml-auto, .mx-auto {
    margin-left: auto !important
}

.text-justify {
    text-align: justify !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.font-italic {
    font-style: italic !important
}

.text-white {
    color: #fff !important
}

.text-primary {
    color: #2fad49 !important
}

a.text-primary:focus, a.text-primary:hover {
    color: #248538 !important
}

.text-secondary {
    color: #cbd2d7 !important
}

a.text-secondary:focus, a.text-secondary:hover {
    color: #aeb9c1 !important
}

.text-success {
    color: #e96f33 !important
}

a.text-success:focus, a.text-success:hover {
    color: #d25517 !important
}

.text-info {
    color: #3972c0 !important
}

a.text-info:focus, a.text-info:hover {
    color: #2d5b99 !important
}

.text-warning {
    color: #ffc107 !important
}

a.text-warning:focus, a.text-warning:hover {
    color: #d39e00 !important
}

.text-danger {
    color: red !important
}

a.text-danger:focus, a.text-danger:hover {
    color: #c00 !important
}

.text-light {
    color: #f8f9fa !important
}

a.text-light:focus, a.text-light:hover {
    color: #dae0e5 !important
}

.text-dark {
    color: #5f6f7e !important
}

a.text-dark:focus, a.text-dark:hover {
    color: #495561 !important
}

.text-muted {
    color: #868e96 !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@font-face {
    font-family: 'SF UI Display';
    src: local("SF UI Display Regular"), local("SFUIDisplay-Regular"), url(../fonts/hinted-SFUIDisplay-Regular.woff2) format("woff2"), url(../fonts/hinted-SFUIDisplay-Regular.woff) format("woff"), url(../fonts/hinted-SFUIDisplay-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'SF UI Display';
    src: local("SF UI Display Light"), local("SFUIDisplay-Light"), url(../fonts/hinted-SFUIDisplay-Light.woff2) format("woff2"), url(../fonts/hinted-SFUIDisplay-Light.woff) format("woff"), url(../fonts/hinted-SFUIDisplay-Light.ttf) format("truetype");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: 'SF UI Display';
    src: local("SF UI Display Semibold"), local("SFUIDisplay-Semibold"), url(../fonts/hinted-SFUIDisplay-Semibold.woff2) format("woff2"), url(../fonts/hinted-SFUIDisplay-Semibold.woff) format("woff"), url(../fonts/hinted-SFUIDisplay-Semibold.ttf) format("truetype");
    font-weight: 600;
    font-style: normal
}

/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.8.2
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2017 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/
.chosen-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.chosen-container * {
    box-sizing: border-box
}

.chosen-container .chosen-drop {
    position: absolute;
    top: calc(100% + 2px);
    z-index: 1010;
    width: calc(100%);
    border-top: 0;
    background-color: #fff;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .3);
    left: 0;
    clip: rect(0, 0, 0, 0)
}

.chosen-container.chosen-with-drop .chosen-drop {
    clip: auto
}

.chosen-container a {
    cursor: pointer
}

.chosen-container .chosen-single .group-name, .chosen-container .search-choice .group-name {
    margin-right: 4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 400;
    color: #999
}

.chosen-container .chosen-single .group-name:after, .chosen-container .search-choice .group-name:after {
    content: ":";
    padding-left: 2px;
    vertical-align: top
}

.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 10px;
    height: 32px;
    font-weight: 600;
    background-color: #fff;
    color: #202932;
    text-decoration: none;
    white-space: nowrap;
    line-height: 32px
}

.chosen-container-single .chosen-single:before {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%) rotate(-135deg);
    transform: translateY(-50%) rotate(-135deg);
    margin-top: -2px;
    right: 5px;
    width: 7px;
    height: 7px;
    border-left: 2px solid #b2bbc3;
    border-top: 2px solid #b2bbc3;
    content: '';
    transition: all .25s ease
}

.chosen-container-single .chosen-default {
    color: #999
}

.chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    margin-right: 26px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.chosen-container-single .chosen-single-with-deselect span {
    margin-right: 38px
}

.chosen-container-single .chosen-single abbr {
    position: absolute;
    top: 6px;
    right: 26px;
    display: block;
    width: 12px;
    height: 12px;
    font-size: 1px
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover, .chosen-container-single .chosen-single abbr:hover, .chosen-container-single.chosen-disabled .chosen-single abbr:hover {
    background-position: -42px -10px
}

.chosen-container-single .chosen-single div {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 18px;
    height: 100%
}

.chosen-container-single .chosen-single div b, .swiper-lazy-preloader:after {
    display: block;
    width: 100%;
    height: 100%
}

.chosen-container-single .chosen-search {
    position: relative;
    z-index: 1010;
    margin: 0;
    padding: 3px 4px;
    white-space: nowrap
}

.chosen-container-multi .chosen-choices li.search-field input[type=text], .chosen-container-single .chosen-search input[type=text] {
    margin: 1px 0;
    padding: 4px 20px 4px 5px;
    width: 100%;
    height: auto;
    outline: 0;
    border: 1px solid #aaa;
    font-size: 1em;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0
}

.chosen-container-single .chosen-drop {
    margin-top: -1px;
    border-radius: 0;
    background-clip: padding-box
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
    position: absolute;
    clip: rect(0, 0, 0, 0)
}

.chosen-container .chosen-results {
    color: #444;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0;
    padding: 0;
    max-height: 240px;
    -webkit-overflow-scrolling: touch
}

.chosen-container .chosen-results li {
    display: none;
    margin: 0;
    padding: 7px 10px;
    list-style: none;
    line-height: 1.33;
    word-wrap: break-word;
    -webkit-touch-callout: none
}

.chosen-container .chosen-results li.active-result {
    display: list-item;
    cursor: pointer
}

.chosen-container .chosen-results li.disabled-result, .chosen-container-multi .chosen-drop .result-selected {
    display: list-item;
    color: #ccc;
    cursor: default
}

.chosen-container .chosen-results li.highlighted {
    background-color: rgba(47, 173, 73, .19)
}

.chosen-container .chosen-results li.no-results {
    color: #777;
    display: list-item;
    background: #f4f4f4;
    text-align: left
}

.chosen-container .chosen-results li.group-result {
    display: list-item;
    font-weight: 700;
    cursor: default
}

.chosen-container .chosen-results li.group-option {
    padding-left: 15px
}

.chosen-container .chosen-results li em {
    font-style: normal;
    text-decoration: underline
}

.chosen-container-multi .chosen-choices {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0 5px;
    width: 100%;
    height: auto;
    border: 1px solid #aaa;
    background-color: #fff;
    background-image: linear-gradient(#eee 1%, #fff 15%);
    cursor: text
}

.chosen-container-multi .chosen-choices li {
    float: left;
    list-style: none
}

.chosen-container-multi .chosen-choices li.search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap
}

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
    padding: 0;
    height: 25px;
    border: 0 !important;
    background: 0 0 !important;
    box-shadow: none;
    color: #999;
    font-size: 100%;
    width: 25px
}

.chosen-container-multi .chosen-choices li.search-choice {
    position: relative;
    margin: 3px 5px 3px 0;
    padding: 3px 20px 3px 5px;
    border: 1px solid #aaa;
    max-width: 100%;
    border-radius: 3px;
    background-color: #eee;
    background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-size: 100% 19px;
    background-repeat: repeat-x;
    background-clip: padding-box;
    box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, .05);
    color: #333;
    line-height: 13px;
    cursor: default
}

.chosen-container-multi .chosen-choices li.search-choice span {
    word-wrap: break-word
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    position: absolute;
    top: 4px;
    right: 3px;
    display: block;
    width: 12px;
    height: 12px;
    font-size: 1px
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
    padding-right: 5px;
    border: 1px solid #ccc;
    background-color: #e4e4e4;
    background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    color: #666
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
    background: #d4d4d4
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
    background-position: -42px -10px
}

.chosen-container-multi .chosen-results {
    margin: 0;
    padding: 0
}

.chosen-container-active.chosen-with-drop .chosen-single:before {
    -ms-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
    margin-top: 0
}

.chosen-container-active.chosen-with-drop .chosen-single div {
    border-left: none;
    background: 0 0
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -18px 2px
}

.chosen-container-active .chosen-choices {
    border: 1px solid #5897fb;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3)
}

.chosen-container-active .chosen-choices li.search-field input[type=text] {
    color: #222 !important
}

.chosen-disabled {
    opacity: .5 !important;
    cursor: default
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close, .chosen-disabled .chosen-single {
    cursor: default
}

.chosen-rtl {
    text-align: right
}

.chosen-rtl .chosen-single {
    overflow: visible;
    padding: 0 8px 0 0
}

.chosen-rtl .chosen-single span {
    margin-right: 0;
    margin-left: 26px;
    direction: rtl
}

.chosen-rtl .chosen-single-with-deselect span {
    margin-left: 38px
}

.chosen-rtl .chosen-single div {
    right: auto;
    left: 3px
}

.chosen-rtl .chosen-single abbr {
    right: auto;
    left: 26px
}

.chosen-rtl .chosen-choices li {
    float: right
}

.chosen-rtl .chosen-choices li.search-field input[type=text] {
    direction: rtl
}

.chosen-rtl .chosen-choices li.search-choice {
    margin: 3px 5px 3px 0;
    padding: 3px 5px 3px 19px
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
    right: auto;
    left: 4px
}

.chosen-rtl.chosen-container-single .chosen-results {
    margin: 0 0 4px 4px;
    padding: 0 4px 0 0
}

.chosen-rtl .chosen-results li.group-option {
    padding-right: 15px;
    padding-left: 0
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
    border-right: none
}

.chosen-rtl .chosen-search input[type=text] {
    padding: 4px 5px 4px 20px;
    direction: rtl
}

.chosen-rtl.chosen-container-single .chosen-single div b {
    background-position: 6px 2px
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
    background-position: -12px 2px
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical > .swiper-wrapper {
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-slide, .swiper-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}

.swiper-wrapper {
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    transform: translate3d(0, 0, 0)
}

.swiper-container-multirow > .swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.swiper-invisible-blank-slide {
    visibility: hidden
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -ms-flex-align: start;
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-container-3d {
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -ms-transform: scale(.33);
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: .2s transform, .2s top
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s left
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s right
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -ms-transform: scale(0);
    transform: scale(0);
    -ms-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -ms-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal > .swiper-pagination-progressbar {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-vertical > .swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill, .swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255, 255, 255, .25)
}

.swiper-pagination-black .swiper-pagination-bullet-active, .swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, .25)
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
    content: '';
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@keyframes swiper-preloader-spin {
    to {
        transform: rotate(360deg)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube, .swiper-container-flip {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    filter: blur(50px);
    z-index: 0
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px
}

.ps {
    overflow: hidden !important;
    overflow-anchor: none;
    -ms-overflow-style: none;
    touch-action: auto;
    -ms-touch-action: auto
}

.ps__rail-x, .ps__rail-y {
    display: none;
    opacity: 0;
    transition: background-color .2s linear, opacity .2s linear;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    position: absolute
}

.ps__rail-x {
    height: 15px;
    bottom: 0
}

.ps__rail-y {
    width: 15px;
    right: 0
}

.ps--active-x > .ps__rail-x, .ps--active-y > .ps__rail-y {
    display: block;
    background-color: transparent
}

.ps--focus > .ps__rail-x, .ps--focus > .ps__rail-y, .ps--scrolling-x > .ps__rail-x, .ps--scrolling-y > .ps__rail-y, .ps:hover > .ps__rail-x, .ps:hover > .ps__rail-y {
    opacity: .6
}

.ps__rail-x:focus, .ps__rail-x:hover, .ps__rail-y:focus, .ps__rail-y:hover {
    background-color: #eee;
    opacity: .9
}

.ps__thumb-x, .ps__thumb-y {
    background-color: #aaa;
    border-radius: 6px;
    position: absolute
}

.ps__thumb-x {
    height: 6px;
    bottom: 2px;
    transition: background-color .2s linear, height .2s ease-in-out;
    -webkit-transition: background-color .2s linear, height .2s ease-in-out
}

.ps__thumb-y {
    transition: background-color .2s linear, width .2s ease-in-out;
    -webkit-transition: background-color .2s linear, width .2s ease-in-out;
    width: 6px;
    right: 2px
}

.ps__rail-x:focus > .ps__thumb-x, .ps__rail-x:hover > .ps__thumb-x {
    background-color: #999;
    height: 11px
}

.ps__rail-y:focus > .ps__thumb-y, .ps__rail-y:hover > .ps__thumb-y {
    background-color: #999;
    width: 11px
}

@supports (-ms-overflow-style:none) {
    .ps {
        overflow: auto !important
    }
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden
}

.btn-primary {
    color: #fff
}

.btn {
    outline: 0 !important;
    cursor: pointer
}

.btn:active, .btn:focus {
    box-shadow: none !important
}

.btn:active {
    transform: translate3d(1px, 1px, 0)
}

.btn-blue {
    color: #202932;
    background-color: #a3caff
}

.btn-blue:hover {
    color: #202932;
    background-color: #70adff
}

.btn-blue .icon {
    fill: #fff !important
}

.btn-secondary {
    color: #fff
}

.btn-outline-blue {
    border: 1px solid #3972c0;
    color: #3972c0;
    background-color: transparent
}

.btn-outline-blue:hover {
    color: #fff;
    background-color: #3972c0
}

.btn-fav {
    background-color: #ffb1b1;
    color: #202932
}

.btn-fav:hover, .btn-message {
    color: #202932;
    background-color: #ff7e7e
}

.btn-message {
    background-color: #fff367
}

.btn-message:hover {
    color: #202932;
    background-color: #ffef34
}

.btn .icon {
    fill: inherit !important;
    display: inline-block;
    position: relative;
    top: -1px;
    margin-bottom: 0;
    margin-right: 2px
}

.btn-xs {
    font-size: .75rem;
    padding: 5px 20px
}

.btn-xl {
    font-size: .8125rem;
    text-transform: uppercase;
    padding: 12px 10px
}

a.btn {
    text-decoration: none
}

.btn-l {
    padding-top: 12px;
    padding-bottom: 12px
}

.colored {
    color: #2fad49
}

.b-add .small-title, .b-add strong.small-title, .medium, strong.medium {
    font-weight: 600;
}

.btn-checkbox, .i-checkbox, .regular-checkbox {
    display: none
}

.i-checkbox + label {
    display: inline-block;
    margin-right: 3px;
    min-width: 30px;
    height: 30px;
    font-size: 12px;
    text-align: center;
    line-height: 28px;
    border: 1px solid #2fad49;
    color: #2fad49;
    border-radius: 3px;
    cursor: pointer
}

.i-checkbox:last-of-type + label {
    margin-right: 0
}

.i-checkbox:first-of-type + label {
    margin-left: 5px
}

.i-checkbox:checked + label {
    background-color: #2fad49;
    color: #fff
}

.btn-checkbox + label {
    display: inline-block;
    margin-right: 6px;
    height: 24px;
    line-height: 24px;
    padding: 0 7px;
    color: #fff;
    font-size: 12px;
    border-radius: 100px;
    cursor: pointer;
    background-color: #b2bbc3
}

.btn-checkbox:last-of-type + label {
    margin-right: 0
}

.btn-checkbox:checked + label {
    background-color: #2fad49;
    color: #fff
}

.regular-checkbox + label {
    margin-right: 3px;
    height: 24px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    padding-left: 30px;
    font-size: .75rem;
    color: #202932;
    position: relative
}

.regular-checkbox + label:before {
    position: absolute;
    top: 50%;
    left: 0;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border: 1px solid #b2bbc3;
    border-radius: 2px;
    content: '';
    text-align: center;
    line-height: 20px
}

.regular-checkbox:last-of-type + label {
    margin-right: 0
}

.regular-checkbox:checked + label:before {
    border-color: #2fad49;
    content: '';
    background-image: url(../img/unchecked.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: rgba(47, 173, 73, .1);
    line-height: 18px
}

.label, label {
    margin-bottom: 0
}

.mr15 {
    margin-right: 13px
}

a.white-link {
    color: #fff
}

#main_menu a, a.no-underline {
    text-decoration: none
}

a.no-underline:hover {
    text-decoration: underline
}

.b-bnr {
    width: 100%;
    height: 156px;
    background-color: #e5e5e5;
    margin-bottom: 40px;
    display: block
}

/*.b-modal_big .b-modal_big, .b-modal_big .b-tooltip-more-expressions_big, .b-modal_big .container, .b-tooltip-more-expressions_big .b-modal_big, .b-tooltip-more-expressions_big .b-tooltip-more-expressions_big, .b-tooltip-more-expressions_big .container, .container .b-modal_big, .container .b-tooltip-more-expressions_big, .container .container {
    padding-left: 0;
    padding-right: 0
}*/

.form-control.has-error {
    border-color: red
}

.alert-warning {
    padding: 20px 60px;
    background-color: #fff;
    border: 1px solid #ffd42d;
    margin-bottom: 40px;
    position: relative;
    color: #202932
}

.alert-warning .icon {
    position: absolute;
    top: 20px;
    left: 20px
}

.primary {
    color: #2fad49
}

.danger {
    color: red
}

.file-wrapper {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative
}

.file-wrapper:hover .btn-outline-primary {
    background-color: #2fad49;
    color: #fff;
    cursor: pointer
}

.file {
    opacity: 0;
    z-index: 3;
    width: 999px;
    font-size: 999px;
    height: 999px;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer
}

.b-user__item .btn-xxs.btn-outline-danger .icon, .btn-outline-danger .icon {
    fill: red !important
}

.b-user__item .btn-xxs.btn-outline-danger:hover .icon, .btn-outline-danger:hover .icon {
    fill: #fff !important
}

.b-baloon {
    padding: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #fff
}

.b-baloon__img {
    width: 130px;
    min-height: 100%;
    background-color: silver;
    margin-right: 15px;
    margin-bottom: 0
}

.b-baloon__img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.b-baloon__detail_block {
    border-left: 1px dashed #cbd2d7
}

.b-baloon__detail .achive {
    display: inline-block;
    height: 24px;
    line-height: 24px;
    background-color: #2fad49;
    padding: 0 10px;
    margin-bottom: 20px;
    color: #fff;
    font-size: 11px
}

.b-baloon__detail .price {
    font-weight: 300;
    font-size: 16px;
    color: #2fad49;
    margin-bottom: 5px
}

.b-baloon__detail .value {
    font-size: 10px;
    font-weight: 400;
    margin-top: 10px
}

.b-baloon__detail .value span {
    font-size: 12px;
    font-weight: 600
}

.b-baloon__text {
    width: calc(100% - 260px);
    padding-right: 15px;
    font-size: 11px;
    line-height: 1.3
}

.b-baloon__text .name {
    font-size: 13px;
    display: block;
    margin-bottom: 13px;
    max-height: calc(1.3 * 13px * 3);
    overflow: hidden;
    text-overflow: ellipsis
}

.b-baloon__text .b-other__link {
    padding-top: 0;
    padding-bottom: 10px
}

.b-baloon__text .b-card__address {
    padding: 0;
    font-size: 11px
}

.clear {
    clear: both;
    padding-bottom: 10px
}

.select2-container--default .select2-selection--single {
    font-weight: 600
}

.b-landing__item .select2-container--default .select2-selection--single {
    border: none !important
}

#js-x10impressions-modal, #js-x5impressions-modal {
    position: absolute;
    z-index: 999999;
    right: 12px
}

.loader {
    border: 16px solid #f3f3f3;
    border-top: 16px solid #3498db;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    display: none;
    margin: 0 auto
}

@keyframes spin {
    0% {
        transform: rotate(0)
    }
    to {
        transform: rotate(360deg)
    }
}

#pollLink {
    z-index: 10;
    display: block;
    position: fixed;
    bottom: 10px;
    right: 70px;
    width: 281px;
    height: 53px;
    border: none;
    color: #fff;
    background-color: red;
    border-radius: 10px
}

#toTop, #toTopHover {
    width: 51px;
    height: 51px;
    overflow: hidden
}

#toTop {
    z-index: 10;
    text-decoration: none;
    position: fixed;
    bottom: 50px;
    right: 10px;
    border: none;
    text-indent: 100%;
    background: url(../img/ui.totop.png) no-repeat left top;
    display: none
}

#toTopHover {
    background: url(../img/ui.totop.png) no-repeat left -51px;
    display: block;
    float: left;
    opacity: 0;
    -moz-opacity: 0
}

#toTop:active, #toTop:focus {
    outline: 0
}

.active-favour, .notactive-favour {
    display: block;
    width: 16px;
    height: 16px;
    background-image: url(../img/heart.png);
    background-repeat: no-repeat;
    background-size: 16px 16px
}

.active-favour {
    background-image: url(../img/active-heart.png)
}

#header-content {
    width: 1200px;
    height: 90px;
    margin: 0 auto;
    background-image: url(/img/vyasolka.jpg)
}

.padding30 {
    padding: 30px
}

.hidden {
    display: none !important
}

.show {
    display: block !important
}

.topmargin10 {
    margin-top: 10px
}

.position-left {
    float: left
}

.disabled-input {
    background-color: #80808000 !important;
    opacity: .5 !important
}

.marginb18 {
    margin-bottom: 18px !important
}

.marginb1 {
    margin-bottom: 2px !important
}

.filter-select-list {
    padding: 0 22px 0 0;
    max-height: 30px !important
}

.filter-random-block, .filter-random-block-first, .filter-random-block-four, .filter-random-block-second, .filter-random-block-third {
    display: none;
    text-align: center;
    margin: 0 auto;
    background-repeat: no-repeat;
    height: 120px;
    background-size: 360px 120px;
    cursor: pointer
}

.filter-random-block-first, .filter-random-block-four, .filter-random-block-second, .filter-random-block-third {
    background-image: url(/reklama/img/first_dana_n.jpg)
}

.filter-random-block-four, .filter-random-block-second, .filter-random-block-third {
    background-image: url(/reklama/img/second_dana_n.jpg)
}

.filter-random-block-four, .filter-random-block-third {
    background-image: url(/reklama/img/four_dana.jpg)
}

.filter-random-block-eight, .filter-random-block-five, .filter-random-block-nine, .filter-random-block-seven, .filter-random-block-six {
    display: none;
    text-align: center;
    margin: 0 auto;
    background-image: url(/reklama/img/autumn.jpg);
    background-repeat: no-repeat;
    height: 120px;
    cursor: pointer;
    background-size: 360px 120px
}

.filter-random-block-eight, .filter-random-block-nine, .filter-random-block-seven, .filter-random-block-six {
    background-image: url(/reklama/img/rafael.jpg)
}

.filter-random-block-eight, .filter-random-block-nine, .filter-random-block-seven {
    background-image: url(/reklama/img/week.jpg)
}

.filter-random-block-eight, .filter-random-block-nine {
    background-image: url(/reklama/img/nyear-dana.jpg)
}

.filter-random-block-nine {
    background-image: url(/reklama/img/besprocentnaya.jpg)
}

.ads-wrapper {
    width: 250px;
    padding: 10px 12px;
    box-sizing: border-box;
    height: 600px
}

.ads-wrapper .title {
    font-size: 20px;
    color: #3b4144;
    border-bottom: 2px solid #2fad49;
    text-decoration: none;
    display: block;
    padding-bottom: 5px;
    margin-bottom: 23px
}

.ads-wrapper .title:hover {
    color: #2fad49
}

.ads-wrapper .link {
    font-size: 16px;
    color: #3b4156;
    text-decoration: none;
    display: block;
    margin-bottom: 19px
}

.ads-wrapper .link-highlight:hover, .ads-wrapper .link:hover {
    text-decoration: underline
}

.ads-wrapper .link-num {
    float: right;
    color: #7b9098
}

.ads-wrapper .btn, .ads-wrapper .link-highlight {
    font-size: 16px;
    color: #2fad49;
    text-decoration: none;
    display: block;
    margin-bottom: 19px
}

.ads-wrapper .btn {
    background-color: #2fad49;
    color: #fff;
    border-radius: 3px;
    text-align: center;
    padding: 12px 15px;
    margin-bottom: 43px;
    border: 1px solid transparent;
    transition: .3s
}

.ads-wrapper .btn:hover {
    background-color: transparent;
    border-color: #2fad49;
    color: #2fad49
}

.brest-flats-wrapper, .brest-list-objects {
    width: 298px;
    padding: 10px 12px;
    box-sizing: border-box
}

.brest-flats-wrapper .title {
    font-size: 20px;
    color: #c8180f;
    border-bottom: 2px solid #c8180f;
    text-decoration: none;
    display: block;
    padding-bottom: 5px;
    margin-bottom: 10px
}

.brest-flats-wrapper .title:hover {
    color: #c8180f
}

.brest-flats-wrapper .link {
    font-size: 16px;
    color: #3b4144;
    text-decoration: none;
    display: block;
    margin-bottom: 10px
}

.brest-flats-wrapper .link-highlight:hover, .brest-flats-wrapper .link:hover {
    text-decoration: underline
}

.brest-flats-wrapper .link-num {
    float: right;
    color: #7b9098
}

.brest-flats-wrapper .btn, .brest-flats-wrapper .link-highlight {
    font-size: 16px;
    color: #c8c8c8;
    text-decoration: none;
    display: block;
    margin-bottom: 10px
}

.brest-flats-wrapper .btn {
    background-color: #c8180f;
    color: #fff;
    border-radius: 3px;
    text-align: center;
    padding: 12px 15px;
    margin-bottom: 30px;
    border: 1px solid transparent;
    transition: .3s
}

.brest-flats-wrapper .btn:hover {
    background-color: transparent;
    border-color: #c8180f;
    color: #c8180f
}

.brest-list-objects {
    width: 300px;
    padding: 5px 15px
}

.brest-list-objects .title {
    font-size: 22px;
    color: #c8180f;
    text-align: center;
    text-decoration: none;
    display: block;
    padding-bottom: 5px;
    margin-bottom: 0
}

.brest-list-objects .title:hover {
    color: #4fb543
}

.brest-list-objects .link {
    font-size: 16px;
    color: #418ccf;
    text-decoration: none;
    display: block;
    margin-bottom: 10px
}

.brest-list-objects .link-highlight:hover, .brest-list-objects .link:hover {
    text-decoration: underline
}

.brest-list-objects .link-num {
    float: right;
    color: #4fb543
}

.brest-list-objects .link-highlight {
    font-size: 16px;
    color: #05af69;
    text-decoration: none;
    display: block;
    margin-bottom: 10px
}

.brest-list-objects .btn1, .brest-list-objects .btn2, .brest-list-objects .btn3, .brest-list-objects .btn4, .brest-list-objects .btn5 {
    background-color: #4fb543;
    display: block;
    color: #fff;
    border-radius: 3px;
    text-align: center;
    text-decoration: none;
    padding: 7px;
    margin-bottom: 7px;
    font-size: 16px;
    border: 1px solid transparent;
    transition: .3s
}

.brest-list-objects .btn2, .brest-list-objects .btn3, .brest-list-objects .btn4, .brest-list-objects .btn5 {
    background-color: #ff7d2f
}

.brest-list-objects .btn3, .brest-list-objects .btn4, .brest-list-objects .btn5 {
    background-color: #c8180f
}

.brest-list-objects .btn4, .brest-list-objects .btn5 {
    background-color: #465564;
    border-radius: 7px;
    margin-bottom: 6px
}

.brest-list-objects .btn5 {
    background-color: #963264;
    border-radius: 3px;
    margin-bottom: 7px
}

.brest-list-objects .btn1:hover, .brest-list-objects .btn:hover {
    background-color: transparent;
    border-color: #4fb543;
    color: #4fb543
}

.brest-list-objects .btn2:hover {
    background-color: transparent;
    border-color: #ff7d2f;
    color: #ff7d2f
}

.brest-list-objects .btn3:hover {
    background-color: transparent;
    border-color: #c8180f;
    color: #c8180f
}

.brest-list-objects .btn4:hover {
    background-color: transparent;
    border-color: #465564;
    color: #465564
}

.brest-list-objects .btn5:hover {
    background-color: transparent;
    border-color: #963264;
    color: #963264
}

.accordion {
    margin: 20px 0
}

.accordion .accordion {
    margin: 0 28px
}

.accordion-title {
    background: #f0f0f0;
    line-height: 36px;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    margin: 10px 0;
    color: #474747;
    font-weight: 600;
    cursor: pointer
}

.accordion-title:hover {
    background: #e0e0e0
}

.accordion-title .ico {
    position: relative;
    top: -2px;
    left: 5px
}

.accordion-body {
    margin: 10px 0 30px
}

.accordion-body > .text:first-child {
    margin: 0
}

.accordion-body > .advert-regions:first-child {
    margin: 30px 0 0
}

#animation_container {
    cursor: pointer
}

#accordion_body {
    overflow: hidden;
    height: 170px;
    padding: 0;
    background: #fff;
    margin: 10px 0 0
}

.red_page #accordion_body {
    margin-top: 0
}

#accordion_header {
    height: 28px;
    font-size: 14px;
    background: #fff;
    border-bottom: 3px solid #f0f0f0
}

#accordion_header .accordion_header_text {
    padding: 4px 0 0;
    text-align: left
}

.accordion_logo {
    left: 0;
    top: 1px;
    height: 27px;
    text-align: right;
    float: right
}

.accordion_logo_paddings {
    padding: 0
}

.accordion_logo_a, .accordion_logo_a img {
    border: 0 none
}

.accordion_item_container {
    width: 16.6666666666%;
    height: 130px;
    float: left;
    padding: 0 0 29px 10px;
    margin-left: 10px
}

.accordion_item_container .block, .realty_accordion_item_container .block {
    color: #494949;
    text-decoration: none;
    font-size: 14px
}

.accordion_body_item {
    width: 100%;
    height: 100%
}

.accordion_item_container .block span {
    text-align: center;
    background: #f0f0f0;
    font-size: 12px;
    display: table;
    line-height: 1em;
    height: 29px;
    width: 100%
}

.accordion_item_container:hover span {
    background: #494949;
    color: #fff;
    display: table
}

.accordion_item_container .block span b, .realty_accordion_item_container .block span b {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    width: 100%
}

.accordion_item_container .block span i, .realty_accordion_item_container .block span i {
    font-style: normal;
    vertical-align: middle;
    text-align: center
}

#realty_accordion_body {
    overflow: hidden;
    height: 170px;
    padding: 0;
    background: #fff;
    margin: 10px 0 0
}

.red_page #realty_accordion_body {
    margin-top: 0
}

#realty_accordion_header {
    height: 28px;
    font-size: 14px;
    background: #fff;
    border-bottom: 3px solid #f0f0f0
}

#realty_accordion_header .accordion_header_text {
    padding: 4px 0 0;
    text-align: left
}

.realty_accordion_logo {
    left: 0;
    top: 1px;
    height: 27px;
    text-align: right;
    float: right
}

.realty_accordion_logo_paddings {
    padding: 0
}

.realty_accordion_logo_a, .realty_accordion_logo_a img {
    border: 0 none
}

.realty_accordion_item_container {
    width: 16.6666666666%;
    height: 110px;
    float: left;
    padding: 0 0 29px
}

.realty_accordion_body_item {
    width: 100%;
    height: 100%
}

.realty_accordion_item_container .block span {
    text-align: center;
    background: #f0f0f0;
    font-size: 12px;
    display: table;
    line-height: 1em;
    height: 29px;
    width: 100%
}

.realty_accordion_item_container:hover span {
    background: #494949;
    color: #fff;
    display: table
}

#finButtonTopContainer, #header .get_add, #page .rubric_list li a, #page .rubrics_flat li a, #page .sort1 .sort_btn1, #page .sort1 .sort_btn2, .accordion-title, .accordion_item_container span, .realty_accordion-title, .realty_accordion_item_container span, .sort1 .sort_btn1 {
    transition-duration: 450ms
}

#google_pedestal_container {
    display: none !important
}

.not-active {
    opacity: .5
}

.btn-gray {
    background-color: #a9a9a7;
    border-color: #a9a9a7
}

.btn-gray, .btn-gray:hover {
    color: #fff
}

.select2-results__option .wrap:before {
    font-family: fontAwesome;
    color: #999;
    content: "\f096";
    width: 25px;
    height: 25px;
    padding-right: 10px
}

.select2-results__option[aria-selected=true] .wrap:before {
    content: "\f14a"
}

.slick-prev {
    left: 25px !important;
    z-index: 9999
}

.slick-next {
    right: 25px !important
}

.fotorama-center-place {
    width: 50%;
    height: 85%;
    left: 25%;
    position: absolute;
    z-index: 999999
}

.heading-title {
    font-size: 1.5rem !important
}

.b-other-new__detail table tr td, .sitemap ul li {
    padding-bottom: 5px
}

.rating_vote {
    position: absolute;
    display: block;
    width: 16px;
    height: 16px
}

.js-get-modal-activate-object:hover {
    color: red !important;
    background-color: #fff !important
}

.full-width {
    padding: 20px
}

.show-branding {
    padding: 0 0 30px
}

.without-branding {
    padding: 25px 0
}

.b-header {
    background-color: #fff
}

#main_menu > .nav > li, .b-header .branding {
    position: relative
}

.b-header .branding-maplist {
    padding-left: 20px;
    padding-right: 20px
}

.b-header .center-branding {
    padding-bottom: 15px;
    margin-left: -15px;
    margin-right: -15px
}

.b-header .center-branding img {
    padding-bottom: 20px;
    width: 100%
}

.b-header .left-branding {
    min-width: 300px;
    height: 1200px;
    top: 0;
    left: -615px;
    background-image: url(../reklama/img/1.jpg?version=5);
    position: absolute;
    z-index: 10
}

.b-header .right-branding {
    min-width: 300px;
    height: 100%;
    position: absolute;
    top: 0;
    right: -615px;
    z-index: 10
}

.b-header #mobile-menu-btn {
    float: left;
    padding-top: 0;
    margin-top: 1px;
    padding-left: 0
}

.b-header #mobile-menu-btn .last {
    margin-top: 9px
}

.b-header .navbar-logo {
    float: left;
    width: 20%;
    margin: 1px 0 0 25px
}

.b-header .navbar-logo img {
    height: 29px;
    padding-right: 100px;
}

.b-header #main_menu {
    -ms-flex-direction: row;
    flex-direction: row;
    padding-bottom: 75px !important
}

.b-header #main_menu .navmenu-brand {
    height: 50px
}

.b-header #main_menu .add-object_mobile a {
    float: left;
    margin: 10px
}

.b-header #main_menu .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
    padding-bottom: 35px !important
}

.b-header .header-selected-city, .b-header__city-select .list a {
    display: block;
    padding: 2px 10px;
    background-color: #f4f5f6;
    color: #202932
}

.b-header .header-favour {
    padding: 1px 0 0 20px;
    color: #5f6f7e
}

.b-header .chat__block {
    position: relative;
    cursor: pointer
}

.b-header .chat__counter {
    position: absolute;
    width: 15px;
    height: 15px;
    object-fit: contain;
    background-color: red;
    left: 8px;
    top: -5px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    border-radius: 3px;
    line-height: 1.25;
    letter-spacing: normal;
    padding: 1px 0 0 1px;
    cursor: pointer
}

.b-header .register-link {
    color: #5f6f7e;
    margin-left: 5%
}

.b-header__city-select:hover .list, .b-header__logo .icon {
    display: block
}

.b-header__city-select {
    background-color: #f4f5f6;
    padding: 5px 22px 5px 10px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    max-height: 45px;
    font-size: .75rem;
    font-weight: 600;
    border-radius: 3px;
    position: relative;
    cursor: default;
    transition: all .2s ease
}

.b-header__city-select .name, .b-header__city-select .url {
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
    display: block;
    overflow: hidden
}

.b-header__city-select .url {
    color: #77828c;
    font-weight: 400;
    transition: all .2s ease
}

.b-header__city-select:before {
    position: absolute;
    right: 10px;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 4px 0;
    border-color: #5f6f7e transparent transparent;
    content: '';
    transition: all .2s ease
}

.b-header__city-select:hover {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.b-header__city-select:hover:before {
    -ms-transform: translateY(-50%) rotate(-180deg);
    transform: translateY(-50%) rotate(-180deg)
}

.b-header__city-select .list {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    z-index: 20;
    display: none
}

.b-header__city-select .list a {
    font-weight: 400;
    text-decoration: none
}

.b-header__city-select .list a:hover {
    text-decoration: none;
    background-color: #2fad49;
    color: #fff
}

.b-header__city-select .list li:last-child a {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px
}

.b-header .btn {
    font-size: .8125rem;
    text-transform: uppercase
}

.b-header__user {
    font-size: .6875rem;
    line-height: 1.27
}

.b-header__user .line {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 7px
}

.b-header__user .line:last-child, .b-main-menu__dropdown .section:last-child {
    margin-bottom: 0
}

.b-header__user .value {
    margin-right: 8px
}

.b-main-menu {
    font-size: .75rem;
    position: relative;
    background-color: #fff
}

.b-main-menu + .b-catalog {
    padding-top: 0;
    margin-top: -10px
}

.b-main-menu__item {
    color: #202932;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    padding-bottom: 30px
}

.b-main-menu__item:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    content: '';
    background-color: #2fad49;
    transition: all .25s ease
}

.b-main-menu__dropdown .link:hover .num, .b-main-menu__dropdown a:hover .num, .b-main-menu__item.active, .b-main-menu__item:hover {
    color: #2fad49
}

.b-main-menu__item.active:before, .b-main-menu__item:hover:before {
    height: 4px
}

.b-main-menu__dropdown {
    background-color: #f7f8f9;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .3);
    border-top: 1px solid #2fad49;
    padding: 30px 0;
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    top: 100%;
    z-index: 9
}

.b-main-menu__dropdown .section {
    margin-bottom: 40px
}

.b-main-menu__dropdown .h4, .b-main-menu__dropdown .title, .b-main-menu__dropdown h4 {
    padding-bottom: 10px;
    font-weight: 700;
    font-size: .75rem;
    margin-bottom: 18px;
    border-bottom: 1px dashed #b2bbc3;
    text-transform: uppercase;
    color: #2fad49
}

.b-main-menu__dropdown .h4.no-border, .b-main-menu__dropdown .title.no-border, .b-main-menu__dropdown h4.no-border {
    border-bottom: none;
    margin-bottom: 0
}

.b-main-menu__dropdown .li, .b-main-menu__dropdown li {
    margin-bottom: 7px
}

.b-main-menu__dropdown .link, .b-main-menu__dropdown a {
    text-decoration: none;
    color: #5f6f7e
}

.b-main-menu__dropdown .link .num, .b-main-menu__dropdown a .num {
    color: #b2bbc3
}

.b-category__li a:hover, .b-main-menu__dropdown .link:hover, .b-main-menu__dropdown a:hover {
    color: #2fad49;
    text-decoration: underline
}

.b-main-menu__dropdown .map-frame {
    margin-bottom: 14px;
    background-color: #d8d8d8;
    height: 128px
}

.main_nav, .navbar-header {
    padding: 0 !important
}

.navbar-default .navbar-toggle {
    border: none;
    float: left;
    display: block
}

.b-footer__socials a img, .logo img {
    max-width: 100%
}

.navbar-toggle {
    border-radius: 4px;
    position: relative;
    float: right;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent
}

.navbar-toggle:focus {
    outline: 0
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 7px
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #373737
}

.navbar-toggle .icon-bar {
    display: block;
    width: 33px;
    height: 4px
}

#main_menu {
    padding: 0;
    background-color: #666;
    border-right: 0;
    font-size: 15px !important;
    overflow-y: inherit;
    visibility: visible;
    height: auto
}

.offcanvas {
    display: none
}

.close-menu {
    display: block !important;
    position: absolute;
    right: -45px;
    width: 45px;
    height: 50px;
    top: 0;
    padding: 10px;
    font-size: 29px;
    cursor: pointer;
    background-color: #555
}

.close-menu i {
    position: absolute;
    font-size: 35px;
    top: 5px;
    right: 10px;
    color: #fff !important;
    margin: 0 !important
}

.menu_search::-webkit-input-placeholder {
    color: #fff
}

.menu_search:-moz-placeholder, .menu_search::-moz-placeholder {
    color: #fff
}

.menu_search:-ms-input-placeholder {
    color: #fff
}

.menu_search {
    height: 51px;
    width: 100%;
    background-color: #666;
    color: #fff;
    border: 1px solid #555;
    border-top: 0;
    padding: 10px 0 10px 41px
}

.menu_search:focus {
    border-color: #555;
    border-top: 0;
    outline: 0
}

.search_wr i {
    position: absolute;
    top: 17px;
    left: 15px;
    font-size: 14px
}

.darker {
    background-color: #555
}

.navbar-header {
    min-height: 48px
}

#main_menu > ul {
    margin: 0;
    max-height: 100%;
    overflow: auto;
    padding-bottom: 50px;
    width: 100%
}

.open_mb {
    position: absolute !important;
    right: 0;
    top: 0;
    padding: 10px;
    cursor: pointer;
    vertical-align: middle
}

#main_menu > .add_mobile > a, #main_menu > .nav > li > a, #main_menu > .nav > li > span {
    padding: 10px;
    border-bottom: 1px solid #555;
    color: #fff;
    outline: 0;
    display: block
}

#main_menu > .add_mobile {
    position: absolute;
    width: 100%;
    bottom: 0
}

#main_menu .open_mb {
    padding: 16px;
    width: 100%;
    text-align: right
}

.menu_open {
    background-color: #666;
    border-bottom: 1px solid #555;
    box-shadow: inset 0 15px 15px -15px rgba(0, 0, 0, .1)
}

.menu_open > li {
    padding: 8px 30px
}

.menu_open a {
    color: #fff;
    text-decoration: none
}

#main_menu > .nav > li {
    width: 100% !important
}

.navmenu {
    border-width: 1px;
    border-radius: 4px
}

.navbar-offcanvas, .navmenu {
    width: 300px;
    height: auto;
    border-style: solid
}

.navbar-offcanvas, .navmenu-fixed-left, .navmenu-fixed-right {
    position: fixed;
    z-index: 1030;
    top: 0;
    bottom: 0;
    overflow-y: auto;
    border-radius: 0
}

.navbar-offcanvas.navmenu-fixed-left, .navmenu-fixed-left {
    left: 0;
    right: auto;
    border-width: 0 1px 0 0
}

.navbar-offcanvas, .navmenu-fixed-right {
    left: auto;
    right: 0;
    border-width: 0 0 0 1px
}

.navmenu-nav {
    margin-bottom: 10px
}

.navmenu-nav.dropdown-menu {
    position: static;
    margin: 0;
    padding-top: 0;
    float: none;
    border: 0;
    box-shadow: none;
    border-radius: 0
}

.navbar-offcanvas .navbar-nav {
    margin: 0
}

.navmenu-brand {
    display: block;
    font-size: 18px;
    line-height: 20px;
    padding: 10px 15px
}

.navmenu-brand:focus, .navmenu-brand:hover {
    text-decoration: none
}

.navbar-default .navbar-offcanvas, .navmenu-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}

.navbar-default .navbar-offcanvas .navmenu-brand, .navmenu-default .navmenu-brand {
    color: #fff
}

.navbar-default .navbar-offcanvas .navmenu-brand:focus, .navbar-default .navbar-offcanvas .navmenu-brand:hover, .navmenu-default .navmenu-brand:focus, .navmenu-default .navmenu-brand:hover {
    color: #fff;
    background-color: #555
}

.navbar-default .navbar-offcanvas .navmenu-nav > li > a, .navbar-default .navbar-offcanvas .navmenu-text, .navmenu-default .navmenu-nav > li > a, .navmenu-default .navmenu-text {
    color: #777
}

.navbar-default .navbar-offcanvas .navmenu-nav > .dropdown > a:focus .caret, .navbar-default .navbar-offcanvas .navmenu-nav > .dropdown > a:hover .caret, .navmenu-default .navmenu-nav > .dropdown > a:focus .caret, .navmenu-default .navmenu-nav > .dropdown > a:hover .caret {
    border-top-color: #333;
    border-bottom-color: #333
}

.navbar-default .navbar-offcanvas .navmenu-nav > .open > a, .navbar-default .navbar-offcanvas .navmenu-nav > .open > a:focus, .navbar-default .navbar-offcanvas .navmenu-nav > .open > a:hover, .navmenu-default .navmenu-nav > .open > a, .navmenu-default .navmenu-nav > .open > a:focus, .navmenu-default .navmenu-nav > .open > a:hover {
    background-color: #e7e7e7;
    color: #555
}

.navbar-default .navbar-offcanvas .navmenu-nav > .open > a .caret, .navbar-default .navbar-offcanvas .navmenu-nav > .open > a:focus .caret, .navbar-default .navbar-offcanvas .navmenu-nav > .open > a:hover .caret, .navmenu-default .navmenu-nav > .open > a .caret, .navmenu-default .navmenu-nav > .open > a:focus .caret, .navmenu-default .navmenu-nav > .open > a:hover .caret {
    border-top-color: #555;
    border-bottom-color: #555
}

.navbar-default .navbar-offcanvas .navmenu-nav > .dropdown > a .caret, .navmenu-default .navmenu-nav > .dropdown > a .caret {
    border-top-color: #777;
    border-bottom-color: #777
}

.navbar-default .navbar-offcanvas .navmenu-nav.dropdown-menu, .navmenu-default .navmenu-nav.dropdown-menu {
    background-color: #e7e7e7
}

.navbar-default .navbar-offcanvas .navmenu-nav.dropdown-menu > .divider, .navmenu-default .navmenu-nav.dropdown-menu > .divider {
    background-color: #f8f8f8
}

.navbar-default .navbar-offcanvas .navmenu-nav.dropdown-menu > .active > a, .navbar-default .navbar-offcanvas .navmenu-nav.dropdown-menu > .active > a:focus, .navbar-default .navbar-offcanvas .navmenu-nav.dropdown-menu > .active > a:hover, .navmenu-default .navmenu-nav.dropdown-menu > .active > a, .navmenu-default .navmenu-nav.dropdown-menu > .active > a:focus, .navmenu-default .navmenu-nav.dropdown-menu > .active > a:hover {
    background-color: #d7d7d7
}

.navbar-default .navbar-offcanvas .navmenu-nav > li > a:focus, .navbar-default .navbar-offcanvas .navmenu-nav > li > a:hover, .navmenu-default .navmenu-nav > li > a:focus, .navmenu-default .navmenu-nav > li > a:hover {
    color: #333;
    background-color: transparent
}

.navbar-default .navbar-offcanvas .navmenu-nav > .active > a, .navbar-default .navbar-offcanvas .navmenu-nav > .active > a:focus, .navbar-default .navbar-offcanvas .navmenu-nav > .active > a:hover, .navmenu-default .navmenu-nav > .active > a, .navmenu-default .navmenu-nav > .active > a:focus, .navmenu-default .navmenu-nav > .active > a:hover {
    color: #555;
    background-color: #e7e7e7
}

.navbar-default .navbar-offcanvas .navmenu-nav > .disabled > a, .navbar-default .navbar-offcanvas .navmenu-nav > .disabled > a:focus, .navbar-default .navbar-offcanvas .navmenu-nav > .disabled > a:hover, .navmenu-default .navmenu-nav > .disabled > a, .navmenu-default .navmenu-nav > .disabled > a:focus, .navmenu-default .navmenu-nav > .disabled > a:hover {
    color: #ccc;
    background-color: transparent
}

.navbar-inverse .navbar-offcanvas, .navmenu-inverse {
    background-color: #222;
    border-color: #080808
}

.navbar-inverse .navbar-offcanvas .navmenu-brand, .navmenu-inverse .navmenu-brand {
    color: #999
}

.navbar-inverse .navbar-offcanvas .navmenu-brand:focus, .navbar-inverse .navbar-offcanvas .navmenu-brand:hover, .navmenu-inverse .navmenu-brand:focus, .navmenu-inverse .navmenu-brand:hover {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-offcanvas .navmenu-nav > li > a, .navbar-inverse .navbar-offcanvas .navmenu-text, .navmenu-inverse .navmenu-nav > li > a, .navmenu-inverse .navmenu-text {
    color: #999
}

.navbar-inverse .navbar-offcanvas .navmenu-nav > .dropdown > a:focus .caret, .navbar-inverse .navbar-offcanvas .navmenu-nav > .dropdown > a:hover .caret, .navbar-inverse .navbar-offcanvas .navmenu-nav > .open > a .caret, .navbar-inverse .navbar-offcanvas .navmenu-nav > .open > a:focus .caret, .navbar-inverse .navbar-offcanvas .navmenu-nav > .open > a:hover .caret, .navmenu-inverse .navmenu-nav > .dropdown > a:focus .caret, .navmenu-inverse .navmenu-nav > .dropdown > a:hover .caret, .navmenu-inverse .navmenu-nav > .open > a .caret, .navmenu-inverse .navmenu-nav > .open > a:focus .caret, .navmenu-inverse .navmenu-nav > .open > a:hover .caret {
    border-top-color: #fff;
    border-bottom-color: #fff
}

.navbar-inverse .navbar-offcanvas .navmenu-nav > .open > a, .navbar-inverse .navbar-offcanvas .navmenu-nav > .open > a:focus, .navbar-inverse .navbar-offcanvas .navmenu-nav > .open > a:hover, .navmenu-inverse .navmenu-nav > .open > a, .navmenu-inverse .navmenu-nav > .open > a:focus, .navmenu-inverse .navmenu-nav > .open > a:hover {
    background-color: #080808;
    color: #fff
}

.navbar-inverse .navbar-offcanvas .navmenu-nav > .dropdown > a .caret, .navmenu-inverse .navmenu-nav > .dropdown > a .caret {
    border-top-color: #999;
    border-bottom-color: #999
}

.navbar-inverse .navbar-offcanvas .navmenu-nav.dropdown-menu, .navmenu-inverse .navmenu-nav.dropdown-menu {
    background-color: #080808
}

.navbar-inverse .navbar-offcanvas .navmenu-nav.dropdown-menu > .divider, .navmenu-inverse .navmenu-nav.dropdown-menu > .divider {
    background-color: #222
}

.navbar-inverse .navbar-offcanvas .navmenu-nav.dropdown-menu > .active > a, .navbar-inverse .navbar-offcanvas .navmenu-nav.dropdown-menu > .active > a:focus, .navbar-inverse .navbar-offcanvas .navmenu-nav.dropdown-menu > .active > a:hover, .navmenu-inverse .navmenu-nav.dropdown-menu > .active > a, .navmenu-inverse .navmenu-nav.dropdown-menu > .active > a:focus, .navmenu-inverse .navmenu-nav.dropdown-menu > .active > a:hover {
    background-color: #000
}

.navbar-inverse .navbar-offcanvas .navmenu-nav > li > a:focus, .navbar-inverse .navbar-offcanvas .navmenu-nav > li > a:hover, .navmenu-inverse .navmenu-nav > li > a:focus, .navmenu-inverse .navmenu-nav > li > a:hover {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-offcanvas .navmenu-nav > .active > a, .navbar-inverse .navbar-offcanvas .navmenu-nav > .active > a:focus, .navbar-inverse .navbar-offcanvas .navmenu-nav > .active > a:hover, .navmenu-inverse .navmenu-nav > .active > a, .navmenu-inverse .navmenu-nav > .active > a:focus, .navmenu-inverse .navmenu-nav > .active > a:hover {
    color: #fff;
    background-color: #080808
}

.navbar-inverse .navbar-offcanvas .navmenu-nav > .disabled > a, .navbar-inverse .navbar-offcanvas .navmenu-nav > .disabled > a:focus, .navbar-inverse .navbar-offcanvas .navmenu-nav > .disabled > a:hover, .navmenu-inverse .navmenu-nav > .disabled > a, .navmenu-inverse .navmenu-nav > .disabled > a:focus, .navmenu-inverse .navmenu-nav > .disabled > a:hover {
    color: #444;
    background-color: transparent
}

.ic-cancel:before {
    content: '\e802'
}

[class*=" ic-"]:before, [class^=ic-]:before {
    font-family: e63d;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.b-landing {
    height: 60vh;
    background-color: silver;
    max-height: 580px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: .75rem
}

.b-landing__h1 {
    margin-bottom: 20px;
    color: #fff;
    text-shadow: 0 0 4px rgba(32, 41, 50, .1);
    text-align: center;
    font-weight: 600
}

.b-landing__search {
    border-radius: 3px;
    background-color: #fff;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .2);
    padding: 11px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: .75rem;
    margin-bottom: 10px
}

.b-landing__item {
    position: relative;
    padding: 0 10px;
    min-width: 11.2%
}

.b-landing__item_long {
    min-width: 16.7%
}

.b-landing__item_regular {
    padding: 0 20px;
    white-space: nowrap
}

.b-landing__item .form-control {
    font-size: .75rem;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 600;
    border-color: transparent
}

.b-landing__item_btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    cursor: pointer;
    margin: -11px -1px;
    text-transform: uppercase;
    font-size: .8125rem
}

.b-landing__item_btn:active {
    transform: translate3d(0, 0, 0)
}

.b-landing__item:before {
    top: -11px;
    bottom: -11px;
    right: 0;
    width: 1px;
    background-color: #b2bbc3;
    content: '';
    position: absolute
}

.b-landing__item:last-child:before {
    display: none
}

.b-landing .price-input {
    border: 1px solid #b2bbc3;
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    font-size: 12px;
    padding: 5px 10px
}

.b-landing .price-input:first-child {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.b-landing .price-input:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.b-landing .fz0 {
    width: 210px;
    font-size: 0;
    display: inline-block;
    vertical-align: middle
}

.b-landing .icon-landing__map {
    fill: #fff;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px
}

.b-landing .white-link, .b-landing .white-link:hover span {
    text-decoration: none
}

.b-category__product .name a:hover, .b-footer__small-navs a.no-ud span, .b-landing .white-link span {
    text-decoration: underline
}

.b-landing .chosen-container .chosen-drop {
    top: calc(100% + 11px);
    left: -11px;
    width: calc(100% + 20px);
    box-shadow: none
}

.b-landing .b-landing__item:first-child .chosen-container .chosen-drop {
    top: calc(100% + 11px);
    left: -10px;
    width: calc(100% + 19px);
    box-shadow: none
}

.b-category {
    padding: 30px 0;
    background-color: #f7f8f9
}

.b-category_colored {
    background-color: #63db7c
}

.b-category__item {
    border-radius: 3px;
    background-color: #fff;
    padding: 30px;
    font-size: .72rem;
    min-height: 100%
}

.b-category__item_shadowed {
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .3)
}

.b-category .col-w-padding {
    padding-bottom: 30px
}

.b-category__li {
    margin-bottom: 10px
}

.b-category__li_bordered {
    padding-bottom: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #d7dce0
}

.b-category__li:last-child {
    margin-bottom: 0
}

.b-category__li a, .b-category__product .name a, .b-offers__item .name a {
    text-decoration: none;
    color: inherit
}

.b-category__title {
    margin-bottom: 30px;
    text-transform: uppercase;
    font-size: 1.5rem;
    color: #2fad49;
    line-height: 1.3;
    font-weight: 400;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.b-catalog-table__item .price .value span, .b-category__title_h3 {
    font-size: 1.125rem
}

.b-category__title .icon {
    margin-right: 30px;
    min-width: 64px;
    max-width: 64px
}

.b-category .b-header__city-select .list, .b-category .b-modal ul.section, .b-category .b-streets-list ul.section, .b-category .b-user__sites, .b-category .list-unstyled, .b-header__city-select .b-category .list, .b-modal .b-category ul.section, .b-streets-list .b-category ul.section {
    margin-bottom: 0
}

.b-category__product {
    background-color: #fff;
    min-height: 100%
}

.b-category__product .text {
    padding: 15px 40px
}

.b-category__product .img {
    display: block;
    width: 100%;
    height: 156px
}

.b-category__product .img img, .b-offers__item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.b-category__product .price {
    color: #2fad49;
    font-size: 1.5rem;
    margin-bottom: 5px
}

.b-category__product .address, .b-category__product .name {
    line-height: 14px;
    max-height: calc(14px * 2);
    overflow: hidden;
    text-overflow: ellipsis
}

.b-category__product .name {
    margin-bottom: 5px;
    font-size: .875rem
}

.b-category__product .address {
    font-size: .75rem;
    color: #77828c;
    padding-left: 20px;
    position: relative
}

.b-category__product .address .icon, .b-offers__item .address .icon {
    fill: #b2bbc3;
    position: absolute;
    top: 2px;
    left: 0
}

.b-offers {
    padding: 30px 0;
    background-color: #fff
}

.b-offers__item {
    background-color: #fff;
    min-height: 100%
}

.b-offers__item .text {
    padding: 15px 0
}

.b-offers__item .description {
    font-size: .75rem;
    color: #77828c;
    margin-bottom: 8px;
    max-height: calc(1.5 * .75rem * 2);
    overflow: hidden;
    text-overflow: ellipsis
}

.b-offers__item .img {
    display: block;
    width: 100%;
    height: 180px
}

.b-offers__item .price {
    color: #2fad49;
    font-size: 1.5rem;
    margin-bottom: 5px
}

.b-offers__item .name {
    margin-bottom: 8px;
    line-height: 1.38;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis
}

.b-offers__item .name a:hover, .b-streets-list__columns a:hover {
    text-decoration: underline;
    color: #2fad49
}

.b-offers__item .address {
    font-size: .75rem;
    color: #77828c;
    padding-left: 15px;
    position: relative;
    line-height: 18px;
    max-height: calc(18px * 2);
    overflow: hidden;
    text-overflow: ellipsis
}

.b-offers__title {
    margin-bottom: 20px;
    font-size: 1.875rem;
    font-weight: 400;
    color: #202932
}

.b-offers__title a {
    font-size: .75rem;
    display: inline-block;
    margin-left: 16px;
    vertical-align: bottom;
    position: relative;
    top: -5px
}

.b-offers__tabs-header {
    margin-bottom: 40px
}

.b-offers__tabs-header .btn {
    font-size: .75rem;
    padding: 5px 10px
}

.b-offers__tabs-header .btn-right {
    min-width: 170px
}

.b-offers__navs .btn {
    border-radius: 0;
    border-right-width: 0;
    padding-left: 15px;
    padding-right: 15px;
    outline: 0 !important;
    box-shadow: none !important
}

.b-offers__navs .btn:last-child {
    border-right-width: 1px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.b-offers__navs .btn:first-child {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.b-offers__navs .btn.active, .b-prices__table th {
    background-color: #2fad49;
    color: #fff
}

.b-offers__tabs-body {
    display: none
}

.b-offers__tabs-body.active {
    display: block
}

.b-prices {
    padding: 60px 0;
    background-color: #f7f8f9;
    font-size: .6875rem
}

.b-prices__item {
    background-color: #fff;
    padding: 0 29px 20px;
    border: 1px solid #2fad49;
    min-height: 100%
}

.b-prices__title {
    background-color: #2fad49;
    margin-left: -29px;
    margin-right: -29px;
    color: #fff;
    padding: 20px 20px 10px 29px;
    font-size: .875rem;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 0
}

.b-prices__table {
    margin-left: -29px;
    margin-bottom: 20px;
    width: calc(100% + 59px);
    position: relative
}

.b-prices__table:after, .b-prices__table:before {
    position: absolute;
    width: 29px;
    bottom: 0;
    background-color: #fff;
    content: ''
}

.b-prices__table:before {
    left: 0;
    top: 40px
}

.b-prices__table:after {
    top: 36px;
    right: 0
}

.b-prices__table th {
    padding: 10px;
    font-weight: 400;
    max-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.b-prices__table th:first-child, .b-prices__table tr td:first-child {
    padding-left: 29px
}

.b-prices__table th:last-child, .b-prices__table tr td:last-child {
    padding-right: 29px
}

.b-prices__table td {
    padding: 10px;
    border-bottom: 1px solid #d7dce0
}

.b-prices .dark-link {
    color: #202932;
    text-decoration: none;
    font-size: .625rem
}

.b-prices .btn {
    font-size: .75rem;
    min-width: 170px;
    padding: 5px 20px
}

.b-quick-form {
    padding: 60px 0 30px
}

.b-quick-form__header {
    height: 80px;
    border: 1px solid transparent;
    border-bottom-color: #d7dce0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 30px;
    font-size: 1.125rem;
    color: #5f6f7e;
    text-decoration: none;
    width: calc(100% - 30px);
    text-transform: uppercase
}

.b-quick-form__header:hover {
    color: #2fad49
}

.b-quick-form__header:first-child {
    border-top-color: #d7dce0
}

.b-quick-form__header.active {
    border-color: #2fad49 transparent #2fad49 #2fad49;
    margin-top: -1px;
    position: relative;
    z-index: 2;
    height: 81px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    width: 100%;
    color: #2fad49
}

.b-quick-form__header.active:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -2px;
    width: 1px;
    background-color: #fff;
    content: '';
    z-index: 2
}

.b-quick-form__body {
    padding: 30px;
    border: 1px solid #2fad49;
    border-radius: 3px;
    margin-left: -30px;
    min-height: 100%;
    display: none
}

.b-quick-form__body.active {
    display: block
}

.b-quick-form__body:first-child {
    border-top-left-radius: 0;
    margin-top: -1px
}

.b-quick-form__body:last-child {
    border-bottom-left-radius: 0
}

.b-quick-form__body .form-group {
    margin-bottom: 10px
}

.b-quick-form .chosen-container {
    min-width: 100%
}

.b-quick-form .chosen-container-single .chosen-single {
    height: 30px;
    line-height: 30px;
    font-weight: 400;
    border: 1px solid #b2bbc3;
    border-radius: 3px
}

.b-quick-form .chosen-container-single .chosen-single:before {
    right: 15px
}

.b-catalog .chosen-container-active.chosen-with-drop .chosen-single:before, .b-filters .chosen-container-active.chosen-with-drop .chosen-single:before, .b-quick-form .chosen-container-active.chosen-with-drop .chosen-single:before {
    right: 18px
}

.b-quick-form .btn-cont {
    padding-top: 26px
}

.b-quick-form__calc {
    border: 1px solid #3972c0;
    min-height: 100%;
    border-radius: 3px
}

.b-quick-form__calc .text {
    padding: 30px;
    font-size: .875rem;
    color: #77828c;
    line-height: 1.15
}

.b-quick-form__calc .header {
    padding: 30px 30px 40px;
    color: #fff;
    background-color: #3972c0;
    font-size: 18px;
    line-height: 1.33;
    text-transform: uppercase;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.b-quick-form__calc .header .icon {
    min-width: 64px !important;
    height: 64px !important;
    margin-right: 30px
}

.b-streets-list {
    padding: 30px 0 50px
}

.b-streets-list__title {
    margin-bottom: 30px;
    font-size: 1.875rem
}

.b-streets-list__columns {
    column-count: 6;
    column-gap: 30px;
    font-size: .6875rem;
    color: #77828c
}

.b-streets-list__columns a {
    color: #77828c;
    text-decoration: none
}

.b-streets-list__subtitle {
    margin-bottom: 10px;
    font-size: 1.25rem;
    color: #202932
}

.b-articles__text p, .b-streets-list .section, .b-streets-list section {
    margin-bottom: 10px
}

.b-articles {
    padding: 30px 0;
    background-color: #f7f8f9
}

.b-articles__title {
    margin-bottom: -20px;
    font-size: 1.875rem
}

.b-articles__item {
    padding: 30px 0
}

.b-articles__item_big .b-articles__subtitle {
    font-size: 1.75rem;
    margin-bottom: 18px
}

.b-articles__item_big .b-articles__info, .b-articles__item_big .b-articles__text p {
    margin-bottom: 18px
}

.b-articles__item_big .b-articles__text {
    font-size: 1rem
}

.b-articles__item_small .b-articles__subtitle {
    font-size: .75rem
}

.b-articles__item_small .b-articles__info {
    font-size: .625rem
}

.b-articles__item_small .b-articles__text {
    font-size: .6875rem
}

.b-articles__item_small .b-articles__text p {
    line-height: 13px;
    max-height: calc(13px * 4);
    overflow: hidden;
    text-overflow: ellipsis
}

.b-articles__subtitle {
    margin-bottom: 5px;
    font-size: .875rem;
    font-weight: 600
}

.b-articles__info {
    padding-bottom: 7px;
    margin-bottom: 10px;
    border-bottom: solid 1px #dddfe1;
    font-size: .675rem;
    color: #b2bbc3
}

.b-articles__info .icon, .b-articles__info .item {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px
}

.b-articles__info .icon {
    fill: #b2bbc3;
    margin-right: 3px
}

.b-articles__text {
    font-size: .75rem;
    margin-bottom: 10px
}

.b-articles__text:last-child {
    margin-bottom: 0
}

.b-articles .image {
    width: 100%;
    display: block;
    text-align: center;
    min-height: 100%
}

.b-articles .image img {
    margin: 0;
    max-width: 100%
}

.b-articles .b-articles__subtitle a, .b-news__item a, .b-news__tags .tag {
    color: #202932;
    text-decoration: none
}

.b-news {
    padding: 60px 0 30px;
    background-color: #fff
}

.b-news__title {
    font-size: 1.875rem;
    margin-bottom: 15px
}

.b-news__item {
    padding: 15px 0;
    font-size: .75rem;
    line-height: 1.2
}

.b-news__item a:hover, .b-quick-category li a:hover {
    text-decoration: underline;
    color: #2fad49
}

.b-news__date {
    font-size: .625rem;
    display: block;
    margin-bottom: 8px;
    color: #b2bbc3
}

.b-news__tags {
    padding: 45px 0 60px;
    border-bottom: 1px solid #dddfe1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.b-news__tags .tag {
    font-size: .75rem;
    color: #77828c;
    padding: 5px 46px 5px 16px;
    max-width: 400px;
    overflow: hidden;
    text-overflow: ellipsis;
    border-radius: 100px;
    background-color: #f4f5f6;
    position: relative;
    margin-bottom: 8px;
    margin-right: 10px
}

.b-news__tags .tag .num {
    color: #b2bbc3;
    position: absolute;
    top: 50%;
    right: 16px;
    text-align: right;
    z-index: 2;
    background-color: #f4f5f6;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.b-news__tags .tag:hover, .b-news__tags .tag:hover .num {
    background-color: #2fad49;
    color: #fff
}

.b-quick-category {
    padding: 30px 0 60px
}

.b-quick-category__title {
    font-weight: 600;
    font-size: .875rem;
    margin-bottom: 15px;
    line-height: 1.57
}

.b-quick-category li {
    font-size: .75rem;
    line-height: 1.83
}

.b-quick-category li a {
    color: #5f6f7e;
    text-decoration: none
}

.b-quick-category li .num { /*color:#2fad49*/
}

.b-footer {
    padding: 55px 0 60px;
    background-color: #f7f8f9;
    font-size: .6875rem
}

.b-footer__logo {
    width: 115px;
    display: block;
    margin-bottom: 24px
}

.b-footer__logo .icon {
    max-width: 100%;
    margin-bottom: 0;
    display: block
}

.b-footer__first-col {
    width: 130px
}

.b-footer .yandex-widget {
    height: 56px;
    border-radius: 2px;
    width: 100%;
    background-color: #fff;
    margin-bottom: 15px
}

.b-footer__socials {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.b-footer__socials a {
    margin-right: 4px;
    width: 24px;
    height: 24px;
    text-decoration: none
}

.b-footer__socials a:last-child {
    margin-right: 0
}

.b-footer__navs, .b-footer__tel {
    margin-bottom: 15px;
    font-size: .875rem;
    font-weight: 600;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.b-footer__tel {
    font-size: 1rem
}

.b-footer__navs a, .b-footer__navs span, .b-footer__tel a, .b-footer__tel span {
    margin-right: 15px;
    color: #202932;
    text-decoration: none
}

.b-footer__navs a:hover, .b-footer__tel a:hover {
    text-decoration: underline;
    color: #2fad49
}

.b-footer .p, .b-footer p {
    margin-bottom: 15px
}

.b-footer .p:last-child, .b-footer p:last-child {
    margin-bottom: 0
}

.b-footer__small-navs {
    padding-top: 15px
}

.b-footer__small-navs .icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    margin-bottom: 0;
    fill: #77828c
}

.b-footer__small-navs a {
    color: #202932;
    margin-right: 20px
}

.b-filters .i-checkbox + label:last-child, .b-footer__small-navs a:last-child {
    margin-right: 0
}

.b-footer__small-navs a:hover {
    color: #2fad49
}

.b-footer__small-navs a:hover .icon {
    fill: #2fad49
}

.b-footer__small-navs a.no-ud, .b-footer__small-navs a.no-ud:hover span, .b-footer__small-navs_no-underline a {
    text-decoration: none
}

.b-footer__small-navs_no-underline {
    padding-top: 0;
    margin-bottom: 15px
}

.b-footer__pay-systems {
    margin-bottom: 5px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: left;
    border-radius: 2px;
    background-color: #fff;
    border: solid 1px #b2bbc3;
    width: 100%;
    padding: 5px
}

.b-footer__pay-systems > img {
    margin-right: 8px;
}

.b-footer #raiting_star {
    margin: 5px 0
}

.b-footer #raiting {
    position: relative;
    height: 16px;
    cursor: pointer;
    width: 83px;
    margin: auto
}

.b-footer #raiting_blank, .b-footer #raiting_hover, .b-footer #raiting_votes {
    height: 16px;
    position: absolute
}

.b-footer #raiting_blank {
    background: url(/img/ratings.png);
    width: 83px
}

.b-footer #raiting_votes {
    background: url(/img/ratings.png) 0 -16px
}

.b-footer #raiting_hover {
    background: url(/img/ratings.png) 0 -32px;
    display: none
}

.b-footer #raiting_info {
    text-align: center
}

.b-footer #raiting_info img {
    vertical-align: middle;
    margin: 0 5px;
    display: none
}

.footer__cities {
    list-style: none;
    column-count: 10;
    padding: 15px
}

.b-filters .inner {
    position: relative;
    border-top: 1px solid #2fad49;
    padding: 30px 0;
    font-size: .75rem;
    z-index: 3
}

.b-filters .form-group {
    margin-bottom: 15px
}

.b-filters .form-group:last-child, .b-filters .form-group_btn:last-child {
    margin-bottom: 7px
}

.b-filters .form-group_btn {
    margin-bottom: 17px
}

.b-filters .input-group .form-control {
    text-align: center
}

.b-filters .form-control {
    font-size: .75rem;
    padding: 5px 10px;
    font-weight: 600
}

.b-filters .form-control:focus {
    border-color: #5f6f7e
}

.b-filters .form-control + .form-control {
    border-left: none
}

.b-filters .form-control + .form-control:focus {
    border-left: 1px solid #5f6f7e;
    margin-left: -1px
}

.b-filters .label {
    font-weight: 400;
    text-align: left;
    line-height: 14px;
    min-height: 14px;
    display: block;
    margin-bottom: 3px
}

.b-filters .chosen-container {
    min-width: 100%
}

.b-filters .chosen-container-single .chosen-single {
    height: 30px;
    line-height: 30px;
    font-weight: 400;
    border: 1px solid #b2bbc3;
    border-radius: 3px
}

.b-catalog .chosen-container-single .chosen-single:before, .b-filters .chosen-container-single .chosen-single:before {
    right: 15px
}

.b-filters .i-checkbox + label {
    min-width: 26px;
    font-size: .75rem;
    margin-right: 2px
}

.b-filters__sale {
    height: 168px;
    background-color: #d2d3d4;
    display: block
}

.b-filters__clear {
    border: none;
    background: 0 0;
    outline: 0;
    padding: 0;
    margin: 0;
    line-height: 24px;
    cursor: pointer;
    text-decoration: none;
    color: #202932
}

.b-filters__clear .icon {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    margin-right: 3px;
    fill: #c00
}

.b-filters__clear:hover {
    color: #c00
}

.b-filters .more {
    padding-top: 30px;
    background-color: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 3;
    display: none
}

.b-filters .more .row {
    padding-bottom: 20px
}

.b-filters .more .h3, .b-filters .more h3 {
    font-size: 14px;
    margin-bottom: 30px;
    font-weight: 600
}

.b-filters .more .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    font-size: .7rem;
    margin-bottom: 10px
}

.b-filters .more .form-group .regular-checkbox + label {
    font-size: .7rem
}

.b-filters .more .form-group .input-group {
    width: 160px
}

.b-filters .more .form-group .input-group .form-control {
    width: calc(160px / 2)
}

.b-filters .more .form-group .label {
    width: 100px;
    min-width: 100px;
    min-height: 1px
}

.b-filters .more .form-group .form-control, .b-filters .more .form-group .select-cont {
    width: 160px
}

.b-filters .buttons {
    padding: 40px 0;
    background-color: #f7f8f9
}

.b-filters .buttons .btn {
    width: 270px;
    margin-left: 30px
}

.b-filters .multiple-input-select {
    background: #fff !important;
    border: 1px solid #ced4da
}

.b-filters .multiple-input-select .name, .b-filters .multiple-input-select .url {
    line-height: 30px;
    font-weight: 400;
    padding-left: 10px
}

.b-filters .backdrop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    background-color: rgba(32, 41, 50, .8);
    display: none
}

.b-filters select.form-control {
    font-weight: 400 !important
}

.b-filters select.form-control:not([size]):not([multiple]) {
    height: 30px
}

.b-filters .align-items-center a {
    margin-right: 5px;
    padding-top: 5px
}

.b-filters .search-subscribe {
    color: #e96f33
}

.b-filters .search-subscribe:hover {
    color: #fff
}

.b-catalog {
    padding: 15px 0 0
}

.b-catalog .favour-btn-group {
    margin-bottom: 30px
}

.b-catalog .favour-title {
    text-align: center;
    padding: 150px 0
}

.b-catalog + .b-card {
    margin-top: -40px
}

.b-catalog .b-crumbs {
    padding-top: 0
}

.b-catalog .b-crumbs .b-modal_big, .b-catalog .b-crumbs .b-tooltip-more-expressions_big, .b-catalog .b-crumbs .container {
    padding-left: 0;
    padding-right: 0
}

.b-catalog__title {
    font-size: 1.875rem;
    font-weight: 400;
    margin: 15px 0 5px
}

.b-catalog__sorting {
    padding: 10px 0 5px;
    font-size: .75rem
}

.b-catalog__sorted {
    display: inline-block;
    margin-right: 10px
}

.b-catalog .chosen-container {
    min-width: 0;
    width: 80px;
    max-width: 80px;
    text-align: left
}

.b-catalog .chosen-container-single .chosen-single {
    height: 30px;
    line-height: 30px;
    font-weight: 400;
    border: 1px solid #b2bbc3;
    border-radius: 3px
}

.b-catalog__type-view {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: stretch;
    justify-content: stretch
}

.b-catalog__type-view .btn {
    border-radius: 0;
    border-right-width: 0;
    padding: 5px 11px;
    font-size: .75rem;
    outline: 0 !important;
    box-shadow: none !important
}

.b-catalog__type-view .btn.w33p {
    width: calc(100% / 3)
}

.b-catalog__type-view .btn:last-child {
    border-right-width: 1px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.b-catalog__type-view .btn:first-child {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.b-catalog__type-view .btn .icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
    fill: #2fad49 !important
}

.b-catalog__type-view .btn.active {
    background-color: #2fad49;
    color: #fff
}

.b-catalog__type-view .btn.active .icon, .b-catalog__type-view .btn:hover .icon {
    fill: #fff !important
}

.b-catalog__item {
    padding: 10px 0;
    height: 100%;
    font-size: .6875rem
}

.b-catalog__item .action {
    position: absolute;
    top: 5px;
    right: 0;
    background-color: #ff086e;
    padding: 6px 10px;
    border-radius: 0;
    font-size: .6875rem;
    color: #fff;
    z-index: 2;
    text-transform: uppercase
}

.b-catalog__item:hover .inner {
    box-shadow: 0 0 16px 0 rgba(32, 41, 50, .15)
}

.b-catalog__item .inner {
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(32, 41, 50, .15);
    min-height: 100%;
    transition: all .3s ease
}

.b-catalog__item .image {
    width: 100%;
    height: 180px;
    position: relative;
    display: block;
    text-decoration: none;
    color: #202932
}

.b-catalog__item .image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 1
}

.b-catalog__item .text {
    padding: 10px
}

.b-catalog__item .title {
    font-size: .8125rem;
    margin-bottom: 10px;
    font-weight: 600;
    line-height: 1.38
}

.b-catalog__item .title a {
    color: inherit;
    text-decoration: none
}

.b-catalog-table__item .title a:hover, .b-catalog__item .title a:hover {
    color: #2fad49;
    text-decoration: underline
}

.b-catalog__item .description {
    margin-bottom: 10px;
    color: #77828c;
    line-height: 13px;
    max-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis
}

.b-catalog__item .description:last-child {
    margin-bottom: 0
}

.b-catalog__item .address {
    font-size: .75rem;
    color: #77828c;
    padding-left: 20px;
    position: relative;
    line-height: 18px;
    max-height: calc(18px * 2);
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px
}

.b-catalog__item .address .icon {
    fill: #b2bbc3;
    position: absolute;
    top: 2px;
    left: 0
}

.b-catalog__badges {
    position: absolute;
    bottom: 5px;
    left: 0;
    z-index: 2;
    width: 125px
}

.b-catalog__badges .badge {
    display: inline-block;
    max-width: 100%;
    padding: 6px 10px;
    color: #202932;
    border-radius: 0;
    margin-top: 5px;
    font-size: .6875rem
}

.b-catalog__badges .badge.price {
    background-color: #feff26
}

.b-catalog__badges .badge.done {
    background-color: #46ff85
}

.expand-search {
    height: 35px;
    padding-top: 5px
}

.expand-search, .expand-search:active, .expand-search:hover {
    color: #fff;
    background-color: #5aa7fc;
    border-color: #5aa7fc
}

.expand-search i {
    margin-left: 5px
}

.selectedCurrency, .selectedSort {
    color: #999;
    text-decoration: none;
    cursor: pointer
}

.selectedCurrenciesList, .sortVariants {
    border-radius: 3px;
    background: #fff;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .3), 0 0 0 1px rgba(0, 0, 0, .05);
    display: none;
    position: absolute;
    width: 100%;
    text-align: left;
    z-index: 1000
}

.currencyElement, .sortElement {
    padding: 5px;
    cursor: pointer
}

.b-crumbs {
    font-size: .75rem;
    min-height: 20px
}

.b-crumbs ul {
    list-style: none
}

.b-crumbs ul li {
    float: left
}

.b-crumbs a, .b-crumbs span {
    margin-right: 8px;
    color: #77828c
}

.b-crumbs a.active, .b-crumbs span.active {
    color: #2fad49
}

.b-card__address a:hover span, .b-crumbs a, .b-other__link a:hover span {
    text-decoration: none
}

.b-crumbs a:hover {
    text-decoration: underline;
    color: #2fad49
}

.b-crumbs .arrow {
    width: 6px;
    height: 6px;
    display: inline-block;
    border-left: 1px solid #77828c;
    border-top: 1px solid #77828c;
    -ms-transform: rotate(135deg);
    transform: rotate(135deg)
}

.b-catalog-table {
    background-color: #f7f8f9
}

.b-catalog-table__sale {
    height: 100%;
    background-color: #d2d3d4;
    display: block
}

.b-catalog-table__banner {
    display: block
}

.b-catalog-table__item {
    width: 100%; /*height:180px;*/
    margin-bottom: 10px;
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(32, 41, 50, .15);
    border: 1px solid transparent
}

.b-catalog-table__item .row {
    min-width: 320px
}

.b-catalog-table__item .building-info .p:last-child, .b-catalog-table__item .building-info p:last-child, .b-catalog-table__item:last-child {
    margin-bottom: 0
}

.b-catalog-table__item .image {
    display: block;
    height: calc(100% + 2px);
    margin-top: -1px;
    margin-left: -1px;
    position: relative
}

.b-catalog-table__item .image img {
    width: 100%;
    height: 180px;
    object-fit: cover
}

.b-catalog-table__item .text {
    padding: 20px 0;
    font-size: .6875rem
}

.b-catalog-table__item .title {
    font-weight: 600;
    font-size: .9375rem;
    margin-bottom: 5px;
    width: 90%;
    float: left
}

.b-catalog-table__item .title a {
    text-decoration: none;
    color: inherit
}

.b-catalog-table__item .favour-block {
    display: block;
    float: right;
    padding-top: 3px
}

.b-catalog-table__item .description {
    color: #5f6f7e;
    line-height: 1.3
}

.b-catalog-table__item .info {
    margin-bottom: 20px;
    color: #77828c;
    clear: both
}

.b-catalog-table__item .info .icon {
    fill: #77828c;
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px
}

.b-catalog-table__item .price {
    height: 180px;
    margin-top: -1px;
    margin-right: -2px;
    position: relative;
    padding: 20px 10px 40px
}

.b-catalog-table__item .price .value {
    margin-bottom: 10px;
    color: #2fad49;
    font-weight: 300;
    line-height: 1;
    font-size: 1.625rem
}

.b-catalog-table__item .price .num {
    font-size: .875rem;
    font-weight: 600;
    color: #202932;
    margin-bottom: 5px;
    line-height: 1
}

.b-catalog-table__item .price .num span {
    font-weight: 400;
    font-size: .6875rem
}

.b-catalog-table__item .price:before {
    position: absolute;
    top: 20px;
    bottom: 20px;
    left: -15px;
    width: 1px;
    border-left: 1px dashed #979797;
    content: ''
}

.b-catalog-table__item .building-info {
    bottom: 20px;
    left: 0;
    width: 100%;
    padding-left: 10px;
    font-size: .6875rem;
    position: absolute
}

.b-catalog-table__item .building-info .p, .b-catalog-table__item .building-info p {
    margin-bottom: 4px
}

.b-catalog-table__item .show-more-impressions {
    bottom: 0;
    right: 5px;
    position: absolute
}

.b-catalog-table__item .show-more-impressions a {
    cursor: pointer
}

.paid {
    border-color: #2fad49 !important;
    background-color: #ebf7ed !important;
    box-shadow: 0 2px 4px 0 rgba(32, 41, 50, .15)
}

.paid .price, .paid .price:before {
    background-color: rgba(47, 173, 73, .63) !important
}

.paid .price, .paid .price .num, .paid .price .value {
    color: #fff
}

.paid .price:before {
    top: 0;
    bottom: 0;
    border: none;
    width: 15px
}

.b-text {
    padding: 60px 0 30px
}

.b-text__inner {
    border-radius: 15px;
    background-color: #f4f5f6;
    padding: 30px 30px 30px 0
}

.b-text__section {
    margin-bottom: 40px;
    font-size: .85rem
}

.b-text__section p:last-child, .b-text__section ul:last-child, .b-text__section:last-child {
    margin-bottom: 0
}

.b-text__section p {
    margin-bottom: 10px;
    padding-left: 10px
}

.b-text__section ul {
    margin-bottom: 10px;
    padding-left: 20px
}

.b-text__section li {
    padding-bottom: 10px
}

.b-text__subtitle {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1.25
}

.b-text__title {
    margin-bottom: 20px;
    font-size: 1.875rem;
    font-weight: 400
}

.b-card {
    padding: 50px 0 30px
}

.b-card .description {
    padding-bottom: 20px
}

.b-card .contactsBlock, .b-card__seller .tel a:hover {
    color: #2fad49
}

.b-card .print-version-images, .b-card__seller .tel a.active:before {
    display: none
}

.b-card .print-object {
    float: right;
    display: inline;
    margin-top: 5px;
    cursor: pointer
}

.b-card .print-version-images img {
    max-width: 320px;
    max-height: 240px;
    float: left;
    display: inline-block;
    padding: 5px
}

.b-card .show-contacts {
    width: 180px;
    height: 30px;
    border-radius: 15px;
    background-color: #2fad49;
    text-align: center;
    display: block
}

.b-card .show-contacts span {
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.62;
    letter-spacing: normal;
    color: #fafbfc;
    margin-top: 10px;
    display: block;
    padding-top: 4px
}

.b-card .b-crumbs {
    padding-top: 0;
    padding-bottom: 30px
}

.b-card .b-crumbs .b-modal_big, .b-card .b-crumbs .b-tooltip-more-expressions_big, .b-card .b-crumbs .container {
    padding-left: 0;
    padding-right: 0
}

.b-card__sale {
    height: 100%;
    background-color: #d2d3d4
}

.b-card__title {
    font-size: 1.875rem;
    margin-bottom: 20px;
    font-weight: 400;
    display: inline
}

.b-card__view-info {
    margin: 10px 0;
    color: #77828c;
    font-size: 0
}

.b-card__view-info .item {
    display: inline-block;
    vertical-align: middle;
    font-size: .6875rem;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid
}

.b-card__view-info .item:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none
}

.b-card__address a .icon, .b-card__view-info .icon {
    display: inline-block;
    vertical-align: middle;
    fill: #77828c
}

.b-card .section {
    margin-bottom: 20px
}

.b-card .num, .b-card .value {
    margin-bottom: 10px;
    color: #2fad49;
    font-weight: 300;
    line-height: 1;
    font-size: 1.625rem
}

.b-card .value span {
    font-size: 1.125rem
}

.b-card .num {
    font-size: .875rem;
    font-weight: 600;
    color: #202932;
    margin-bottom: 5px
}

.b-card .num span {
    font-weight: 400;
    font-size: .6875rem
}

.b-card__address {
    font-size: .75rem
}

.b-card__address_bottom {
    padding: 20px 0
}

.b-card__address a {
    text-decoration: none;
    color: #3972c0
}

.b-card__address a .icon {
    margin-bottom: 0;
    margin-right: 5px;
    fill: #202932
}

.b-card__address a:hover {
    text-decoration: none;
    color: #2d5b99
}

.b-card__address a:hover .icon {
    fill: #2d5b99
}

.b-card__seller {
    padding-bottom: 45px;
    font-size: .8125rem
}

.b-card__seller .name {
    font-size: .9375rem;
    margin-bottom: 10px;
    display: block;
    font-weight: 600
}

.b-card__seller .tel {
    display: block;
    line-height: 1.62
}

.b-card__seller .tel a {
    color: inherit;
    text-decoration: none;
    display: inline-block;
    position: relative
}

.b-card__seller .tel a:before {
    position: absolute;
    top: 50%;
    right: -5px;
    content: 'показать телефон';
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0;
    background-color: #fff
}

.b-card__seller .no-before a:before {
    content: '' !important
}

.b-card__seller .cite {
    font-size: .5625rem;
    color: #5f6f7e;
    display: block;
    margin-top: 5px;
    padding-left: 17px;
    line-height: 10px;
    position: relative
}

.b-card__seller .cite:before {
    content: 'h';
    position: absolute;
    left: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #2fad49;
    font-weight: 600;
    width: 12px;
    height: 12px;
    border: solid 1px #2fad49;
    text-align: center;
    line-height: 10px
}

.b-card__buttons .btn {
    margin-bottom: 10px
}

.b-card__buttons .btn:last-child {
    margin-bottom: 0
}

.b-card__nav {
    background-color: #f7f8f9;
    padding: 5px 30px
}

.b-card__nav .control {
    position: absolute;
    top: 5px;
    bottom: 5px;
    width: 27px;
    cursor: pointer;
    background-color: transparent;
    transition: all .25s ease
}

.b-card__nav .control:before {
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
    width: 7px;
    height: 7px;
    border-top: 2px solid #77828c;
    border-left: 2px solid #77828c
}

.b-card__nav .control:hover {
    background-color: #2fad49
}

.b-card__nav .control:hover:before {
    border-color: #fff
}

.b-card__nav .prev {
    left: 0
}

.b-card__nav .prev:before {
    transform: translate3d(-50%, -50%, 0) rotate(-45deg);
    margin-left: 1px
}

.b-card__nav .next {
    right: 0
}

.b-card__nav .next:before {
    transform: translate3d(-50%, -50%, 0) rotate(135deg);
    margin-left: -1px
}

.b-card__nav, .b-card__slider {
    position: relative
}

.b-card__slider .achieve {
    position: absolute;
    top: 20px;
    right: 0;
    background-color: #2fad49;
    font-size: .6875rem;
    height: 24px;
    line-height: 24px;
    padding: 0 10px;
    z-index: 2;
    color: #fff
}

.b-card__slider .slide {
    display: none
}

.b-card__slider .main-slider {
    width: 100%;
    height: 390px
}

.b-card__slider .main-slider img, .b-card__slider .preview-slider img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.b-card__slider .preview-slider {
    width: 100%;
    height: 60px
}

.b-card__slider .preview-slider .swiper-slide {
    cursor: pointer
}

.b-card__slider .preview-slider .swiper-slide:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: 0 solid #2fad49;
    content: '';
    z-index: 4;
    transition: all .2s ease
}

.b-card__slider .preview-slider .swiper-slide-active:before {
    border-width: 2px
}

.b-card__product {
    padding-bottom: 30px
}

.b-card__article {
    padding: 30px 0;
    font-size: .75rem;
    line-height: 1.33
}

.b-articles-category__text p, .b-card__article .li, .b-card__article .p, .b-card__article li, .b-card__article p {
    margin-bottom: 10px
}

.b-card__article .li:last-child, .b-card__article .p:last-child, .b-card__article li:last-child, .b-card__article p:last-child {
    margin-bottom: 0
}

.b-card__article .i-table {
    width: 100%;
    color: #5f6f7e;
}

.b-card__article .i-table td { /*border-top:1px solid #cbd2d7;*/
    border-bottom: 1px solid #cbd2d7;
    padding: 10px 0;
    font-size: .75rem
}

.b-card__article .i-table td.value {
    text-align: right;
    color: #202932;
    font-weight: 400;
}

.b-card__article .i-table td.value_small {
    color: #202932;
    font-size: .75rem
}

.b-card__article .i-table td.value_small span {
    font-size: .75rem
}

.b-card .h4, .b-card h4 {
    font-weight: 600;
    margin-bottom: 15px
}

.b-card__map {
    width: calc(100% - 200px);
    height: 100%;
    min-height: 420px
}

.b-card__map-nav {
    width: 200px;
    background-color: #f7f8f9;
    padding: 20px 10px;
    min-height: 100%
}

.b-card__address {
    padding: 20px 0
}

.b-card .get-highlight, .b-card .get-more-impressions {
    color: #2fad49 !important
}

.b-card .get-highlight:hover, .b-card .get-more-impressions:hover {
    color: #fff !important
}

.b-card .object-params {
    column-count: 4
}

.b-card__links {
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
    padding-top: 20px;
    border-top: 1px dashed #b2bbc3;
    text-align: center;
    line-height: 1.1
}

.b-card__links .btn-big {
    padding-top: 15px;
    padding-bottom: 15px
}

.b-card__links .link {
    font-size: 12px;
    color: #202932;
    text-decoration: none;
    white-space: nowrap
}

.b-articles-category .item .text a:hover, .b-card__links .link:hover {
    color: #2fad49
}

.b-card__links .link .img {
    display: block;
    margin: 0 auto 5px
}

.icon-andr, .icon-calendar, .icon-discuss, .icon-down, .icon-fb-m, .icon-g-m, .icon-gplus-m, .icon-handDown, .icon-handUp, .icon-ios, .icon-karma-down, .icon-karma-down:hover, .icon-karma-up, .icon-karma-up:hover, .icon-next, .icon-od-m, .icon-phone-m, .icon-pnext, .icon-pprev, .icon-prev, .icon-print-m, .icon-rss, .icon-scroll-top, .icon-set, .icon-sm-calendar, .icon-subscribe, .icon-success, .icon-twitter-m, .icon-view, .icon-vk-m {
    background-image: url(https://dh.img.tyt.by/i/by5/news/sprite.png?6258d049e0);
    background-repeat: no-repeat;
    background-size: 673px 567px
}

.icon-scroll-top {
    background-position: -40px -40px;
    width: 46px;
    height: 46px
}

.icon-vk-m {
    background-position: -166px -40px
}

.icon-print-m, .icon-twitter-m, .icon-vk-m {
    width: 40px;
    height: 40px
}

.icon-twitter-m {
    background-position: -40px -166px
}

.icon-print-m {
    background-position: -160px -166px
}

.icon-od-m, .icon-phone-m {
    width: 40px;
    height: 40px
}

.icon-phone-m {
    background-position: -286px -40px
}

.icon-od-m {
    background-position: -286px -160px
}

.icon-fb-m, .icon-g-m, .icon-gplus-m {
    width: 40px;
    height: 40px
}

.icon-gplus-m {
    background-position: -40px -286px
}

.icon-g-m {
    background-position: -160px -286px
}

.icon-fb-m {
    background-position: -280px -286px
}

.icon-subscribe {
    background-position: -406px -40px;
    width: 36px;
    height: 36px
}

.icon-andr, .icon-ios {
    width: 32px;
    height: 32px
}

.icon-ios {
    background-position: -406px -156px
}

.icon-andr {
    background-position: -406px -268px
}

.icon-rss {
    background-position: -40px -406px
}

.icon-handDown, .icon-handUp, .icon-rss {
    width: 24px;
    height: 24px
}

.icon-handUp {
    background-position: -144px -406px
}

.icon-handDown {
    background-position: -248px -406px
}

.icon-calendar {
    background-position: -352px -406px;
    width: 19px;
    height: 14px
}

.icon-karma-up {
    width: 17px;
    height: 17px;
    background-position: -522px -137px
}

.icon-karma-down, .icon-karma-up:hover {
    background-position: -522px -40px;
    width: 17px;
    height: 17px
}

.icon-karma-down {
    background-position: -522px -331px
}

.icon-karma-down:hover {
    background-position: -522px -234px;
    width: 17px;
    height: 17px
}

.icon-next, .icon-prev {
    width: 10px;
    height: 17px
}

.icon-prev {
    background-position: -40px -510px
}

.icon-next {
    background-position: -130px -510px
}

.icon-view {
    background-position: -220px -510px
}

.icon-discuss, .icon-success, .icon-view {
    width: 16px;
    height: 16px
}

.icon-success {
    background-position: -316px -510px
}

.icon-discuss {
    background-position: -412px -510px
}

.icon-set, .icon-sm-calendar {
    width: 14px;
    height: 14px
}

.icon-sm-calendar {
    background-position: -508px -510px
}

.icon-set {
    background-position: -619px -40px
}

.icon-pprev {
    background-position: -619px -134px
}

.icon-down, .icon-pnext, .icon-pprev {
    width: 13px;
    height: 13px
}

.icon-pnext {
    background-position: -619px -227px
}

.icon-down {
    background-position: -619px -320px
}

.icon-fb, .icon-fb-sm, .icon-fm, .icon-gp, .icon-gplus, .icon-inst, .icon-od, .icon-od-sm, .icon-plus-share, .icon-print, .icon-rss-sm, .icon-sk, .icon-tg, .icon-twt, .icon-twt-sm, .icon-vb, .icon-vb-sm, .icon-vk, .icon-vk-sm, .icon-ws, .icon-youtube {
    background-image: url(https://www.hata.by/img/social-sprite.png);
    background-repeat: no-repeat;
    background-size: 345px 345px
}

.icon-ws {
    background-position: -20px -20px
}

.icon-twt, .icon-vb, .icon-vk, .icon-ws {
    width: 30px;
    height: 30px
}

.icon-vk {
    background-position: -90px -20px
}

.icon-vb {
    background-position: -20px -90px
}

.icon-twt {
    background-position: -90px -90px
}

.icon-print, .icon-sk, .icon-tg {
    width: 30px;
    height: 30px
}

.icon-tg {
    background-position: -160px -20px
}

.icon-sk {
    background-position: -160px -90px
}

.icon-print {
    background-position: -20px -160px
}

.icon-gplus, .icon-od, .icon-plus-share {
    width: 30px;
    height: 30px
}

.icon-plus-share {
    background-position: -90px -160px
}

.icon-od {
    background-position: -160px -160px
}

.icon-gplus {
    background-position: -230px -20px
}

.icon-fb, .icon-fm, .icon-gp {
    width: 30px;
    height: 30px
}

.icon-gp {
    background-position: -230px -90px
}

.icon-fm {
    background-position: -230px -160px
}

.icon-fb {
    background-position: -20px -230px
}

.icon-vk-sm, .icon-youtube {
    width: 25px;
    height: 25px
}

.icon-youtube {
    background-position: -90px -230px
}

.icon-vk-sm {
    background-position: -155px -230px
}

.icon-twt-sm, .icon-vb-sm {
    width: 25px;
    height: 25px
}

.icon-vb-sm {
    background-position: -220px -230px
}

.icon-twt-sm {
    background-position: -300px -20px
}

.icon-od-sm, .icon-rss-sm {
    width: 25px;
    height: 25px
}

.icon-rss-sm {
    background-position: -300px -85px
}

.icon-od-sm {
    background-position: -300px -150px
}

.icon-fb-sm, .icon-inst {
    width: 25px;
    height: 25px
}

.icon-inst {
    background-position: -300px -215px
}

.icon-fb-sm {
    background-position: -20px -300px
}

.b-sharelist {
    font-size: 0;
    padding: 0
}

.b-sharelist.active .b-socshare.m-button .b-icon {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transition: transform .3s ease
}

.b-sharelist.active .hidden__li, .b-sharelist__li {
    display: inline-block
}

.b-sharelist__li {
    margin-bottom: 5px;
    margin-right: 5px;
    vertical-align: top;
    padding-bottom: 0;
    height: 30px
}

.b-articleshare .b-sharelist .b-sharelist__li .b-socshare .soccount, .b-sharelist__li.hidden__li, .b-soc-top .b-sharelist .b-sharelist__li .b-socshare .soccount {
    display: none
}

.b-rubric-sort_list li:last-child, .b-sharelist__li:last-child {
    margin-right: 0
}

.b-sharelist__li .b-socshare {
    display: block;
    box-sizing: content-box;
    min-width: 30px;
    width: auto;
    border: 0 solid;
    border-radius: 3px
}

.b-sharelist__li .b-socshare:hover {
    opacity: .9
}

.b-comments iframe, .b-sharelist__li .b-socshare .b-icon, .logo img {
    vertical-align: top
}

.b-sharelist__li .b-socshare .soccount {
    display: inline-block;
    height: 30px;
    padding: 0 10px 0 5px;
    color: #fff;
    vertical-align: top;
    font: 13px/33px Arial, Helvetica, sans-serif
}

.b-sharelist__li .b-socshare.m-fb {
    border-color: #3b5998;
    background-color: #3b5998
}

.b-sharelist__li .b-socshare.m-vk {
    border-color: #4d75a3;
    background-color: #4d75a3;
    width: 30px;
    height: 30px;
    display: block
}

.b-sharelist__li .b-socshare.m-od, .b-sharelist__li .b-socshare.m-twt {
    border-color: #1da0f1;
    background-color: #1da0f1;
    width: 30px;
    height: 30px;
    display: block
}

.b-sharelist__li .b-socshare.m-od {
    border-color: #ee8208;
    background-color: #ee8208
}

.b-sharelist__li .b-socshare.m-gp, .b-sharelist__li .b-socshare.m-gplus, .b-sharelist__li .b-socshare.m-vb {
    border-color: #dd4b39;
    background-color: #dd4b39;
    width: 30px;
    height: 30px;
    display: block
}

.b-sharelist__li .b-socshare.m-vb {
    border-color: #7d5fea;
    background-color: #7d5fea
}

.b-sharelist__li .b-socshare.m-fm, .b-sharelist__li .b-socshare.m-sk {
    border-color: #0084ff;
    background-color: #0084ff;
    width: 30px;
    height: 30px;
    display: block
}

.b-sharelist__li .b-socshare.m-sk {
    border-color: #00aff0;
    background-color: #00aff0
}

.b-sharelist__li .b-socshare.m-tg, .b-sharelist__li .b-socshare.m-ws {
    border-color: #35a6de;
    background-color: #35a6de;
    width: 30px;
    height: 30px;
    display: block
}

.b-sharelist__li .b-socshare.m-ws {
    border-color: #25d366;
    background-color: #25d366
}

.b-sharelist__li .b-socshare.m-button {
    border-color: #cbd6f4;
    background-color: #cbd6f4;
    width: 30px;
    height: 30px;
    display: block
}

.b-sharelist__li .b-socshare.m-button .b-icon {
    transition: transform .3s ease
}

.b-sharelist__li .b-socshare.m-print {
    border-color: #888;
    background-color: #888
}

.b-sharelist__li .icon-fb, .b-sharelist__li .icon-vk {
    color: #3b5998;
    width: 30px;
    height: 30px;
    display: block
}

.b-sharelist__li .icon-vk {
    color: #4d75a3
}

.b-sharelist__li .icon-tg, .b-sharelist__li .icon-vb {
    color: #35a6de;
    width: 30px;
    height: 30px;
    display: block
}

.b-sharelist__li .icon-sk, .b-sharelist__li .icon-ws {
    color: #35a6de;
    width: 30px;
    height: 30px;
    display: block
}

.b-sharelist__li .icon-vb {
    color: #7d5fea
}

.b-sharelist__li .icon-od, .b-sharelist__li .icon-twt {
    color: #1da0f1;
    width: 30px;
    height: 30px;
    display: block
}

.b-sharelist__li .icon-od {
    color: #ee8208
}

.b-sharelist__li .icon-gplus, .b-sharelist__li .icon-print {
    color: #dd4b39;
    width: 30px;
    height: 30px;
    display: block
}

.b-sharelist__li .icon-print {
    color: #888
}

.b-socshare.m-fb .soc-icon, .b-socshare.m-vk .soc-icon {
    background-image: url(https://www.hata.by/img/social-sprite.png);
    background-repeat: no-repeat;
    background-size: 345px 345px;
    background-position: -20px -230px;
    width: 30px;
    height: 30px;
    display: block
}

.b-socshare.m-vk .soc-icon {
    background-position: -90px -20px
}

.b-socshare.m-gp .soc-icon, .b-socshare.m-gplus .soc-icon, .b-socshare.m-od .soc-icon, .b-socshare.m-print .soc-icon, .b-socshare.m-twt .soc-icon, .b-socshare.m-vb .soc-icon {
    background-image: url(https://www.hata.by/img/social-sprite.png);
    background-repeat: no-repeat;
    background-size: 345px 345px;
    background-position: -90px -90px;
    width: 30px;
    height: 30px;
    display: block
}

.b-socshare.m-gp .soc-icon, .b-socshare.m-gplus .soc-icon, .b-socshare.m-od .soc-icon, .b-socshare.m-print .soc-icon, .b-socshare.m-vb .soc-icon {
    background-position: -160px -160px
}

.b-socshare.m-gp .soc-icon, .b-socshare.m-gplus .soc-icon, .b-socshare.m-print .soc-icon, .b-socshare.m-vb .soc-icon {
    background-position: -230px -20px
}

.b-socshare.m-print .soc-icon, .b-socshare.m-vb .soc-icon {
    background-position: -20px -90px
}

.b-socshare.m-print .soc-icon {
    background-position: -20px -160px
}

.b-other {
    padding: 40px 0 60px
}

.b-other__item {
    margin-bottom: 20px;
    background-color: #f7f8f9;
    display: -ms-flexbox;
    display: flex
}

.b-other__item:last-child {
    margin-bottom: 0
}

.b-other__main-img {
    width: 430px;
    min-height: 100%;
    margin-right: 6px
}

.b-other__main-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.b-other__preview {
    width: 132px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 6px
}

.b-other__preview + .b-other__preview {
    margin-left: 6px;
    margin-bottom: 0
}

.b-other__preview + .b-other__preview .file-wrapper {
    display: block;
    width: calc((100% - 12px) / 3)
}

.b-other__preview .img {
    display: block;
    width: 100%;
    height: calc((100% - 12px) / 3);
    margin-bottom: 6px
}

.b-other__preview .img:last-child {
    margin-bottom: 0
}

.b-other__preview .img img {
    width: 100%;
    height: 100%;
    max-height: 95px;
    object-fit: cover;
    display: block
}

.b-other__preview .btn, .b-other__preview .btn.btn-xxs {
    margin-left: 0
}

.b-other__text {
    padding: 20px;
    width: calc(100% - 132px - 430px - 6px);
    position: relative
}

.b-other__text .num {
    font-size: .875rem
}

.b-other__text .num span {
    font-size: .6875rem
}

.b-other__text .value .small {
    font-size: .625rem;
    color: #202932
}

.b-other__text .value {
    color: #2fad49;
    margin-bottom: 5px;
    font-weight: 300;
    line-height: 1;
    font-size: 1.625rem
}

.b-other__text .value span, .b-specials__item .value span {
    font-size: 1.125rem
}

.b-other__link {
    padding-top: 5px;
    padding-bottom: 20px;
    font-size: .675rem
}

.b-other__link a {
    text-decoration: none;
    color: #202932
}

.b-other__link a .icon {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    margin-right: 2px;
    fill: #ff7d7d;
    position: relative;
    top: -1px
}

.b-other__link a:hover {
    text-decoration: none;
    color: #248538
}

.b-other__link a:hover .icon {
    fill: #248538
}

.b-other__description {
    font-size: 1.5rem;
    color: #5f6f7e;
    line-height: 1.2
}

.b-other .b-card__address {
    padding-top: 10px;
    padding-bottom: 25px;
    border-bottom: 1px dashed #cbd2d7;
    margin-bottom: 20px
}

.b-other .b-card__seller {
    padding: 0
}

.b-other .b-card__seller .cite {
    font-size: .5625rem
}

.b-other .achieves {
    position: absolute;
    top: 10px;
    right: 0;
    width: 120px;
    z-index: 3;
    text-align: right;
    font-size: 0
}

.b-other .achieves .achieve {
    display: inline-block;
    height: 24px;
    line-height: 24px;
    padding: 0 10px;
    color: #fff;
    background-color: #b2bbc3;
    font-size: 11px
}

.b-other .achieves .achieve.rooms {
    background-color: #2fad49
}

.b-card .b-other .b-modal_big, .b-card .b-other .b-tooltip-more-expressions_big, .b-card .b-other .container {
    padding-left: 0;
    padding-right: 0
}

.b-object-tabs {
    background-color: #f7f8f9
}

.b-object-tabs__header {
    border: 1px solid #e0e0e0;
    background-color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    font-size: 0
}

.b-object-tabs__header .item {
    width: calc(100% / 3); /*border:1px solid #2fad49;border-left:1px dashed;color:#2fad49;*/
    border-right: none;
    text-decoration: none;
    line-height: 1;
    padding: 15px 0;
    font-size: .81rem;
    display: block;
    text-align: center
}

.b-object-tabs__header .item:last-child { /*border-right:1px solid #2fad49*/
}

.b-object-tabs__header .item:first-child {
}

.b-object-tabs__header .item {
    color: #777777;
}

.b-object-tabs__header .item.active, .b-object-tabs__header .item:hover { /*background-color:#2fad49;*/
    color: #2fad49;
    border-bottom: 2px solid #2fad49; /*border-left:1px solid #2fad49;border-right:1px solid #2fad49*/
}

.b-object-tabs__header .item.active + .item, .b-object-tabs__header .item:hover + .item { /*border-left-style:solid*/
}

.b-object-tabs__body {
    display: none
}

.b-object-tabs__body.active {
    display: block
}

.b-object-tabs__line {
    padding: 0 20px
}

.b-object-tabs__line_have-child {
    border: 1px solid #cbd2d7;
    background-color: #fff
}

.b-object-tabs__line .header {
    padding: 15px 0;
    position: relative;
    font-size: .75rem
}

.b-add form, .b-object-tabs__line .header .name {
    position: relative
}

.b-object-tabs__line .header .price {
    line-height: 1.12;
    text-align: left;
    font-size: 1rem;
    margin: 0 118px 0 53px;
    position: relative;
}

.b-object-tabs__line .header .price span {
    font-size: .625rem;
    padding-top: 1px;
    display: block;
    color: #5f6f7e
}

.b-object-tabs__line .header_toggler {
    cursor: pointer
}

.b-object-tabs__line .header_toggler .price:after {
    width: 20px;
    height: 20px;
    border: 1px solid;
    content: '+';
    text-align: center;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1rem;
    border-radius: 10px;
    position: absolute;
    top: 48%;
    right: 0;
    margin-top: -10px
}

.b-object-tabs__line .header_toggler.active .price:after {
    content: '-'
}

.b-object-tabs__main-img {
    width: 100%;
    min-height: 100%
}

.b-object-tabs__favour {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    margin: 15px 0 0 15px;
    background-color: #f7f8f9
}

.b-object-tabs__favour a {
    margin: 8px 0 0 7px
}

.b-object-tabs__photo_block {
    text-align: center
}

.b-object-tabs__preview {
    margin-left: -25px;
    margin-right: -10px;
    width: calc(100% + 35px);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: .75rem;
    height: calc(100% - 18px)
}

.b-object-tabs__preview a {
    max-height: 80%
}

.b-object-tabs__preview span {
    position: absolute;
    bottom: 0;
    left: -10px
}

.b-object-tabs__preview .img {
    display: block;
    width: 100%;
    height: calc((100% - 12px) / 3);
    margin-bottom: 6px
}

.b-object-tabs__preview .img:last-child {
    margin-bottom: 0
}

.b-object-tabs__preview .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.b-object-tabs__content {
    padding-bottom: 20px;
    display: none
}

.b-object-tabs__content.active {
    display: block
}

.b-object-tabs__link {
    margin-bottom: 10px;
    font-size: 1rem;
    line-height: 1.2
}

.b-object-tabs__description {
    font-size: .75rem;
    color: #5f6f7e;
    line-height: 14px;
    max-height: calc(14px * 4);
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px
}

.b-object-tabs .b-card__address {
    padding-top: 0;
    padding-bottom: 20px;
    border-bottom: 1px dashed #cbd2d7;
    margin-bottom: 10px
}

.b-object-tabs .b-card__seller {
    padding: 0
}

.b-object-tabs .b-card__seller .cite {
    font-size: .5625rem
}

.b-specials {
    padding: 60px 0 30px;
    background-color: #f7f8f9
}

.b-specials .achieves {
    position: absolute;
    top: 10px;
    right: 0;
    width: 120px;
    z-index: 2;
    text-align: right;
    font-size: 0
}

.b-specials .achieves .achieve {
    display: inline-block;
    height: 24px;
    line-height: 24px;
    padding: 0 10px;
    color: #fff;
    background-color: #b2bbc3;
    font-size: 11px
}

.b-specials .achieves .achieve.rooms {
    background-color: #2fad49
}

.b-specials__item {
    margin-bottom: 30px;
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(32, 41, 50, .15);
    position: relative
}

.b-specials__item .action {
    position: absolute;
    top: 5px;
    right: 0;
    background-color: #ff086e;
    padding: 6px 10px;
    border-radius: 0;
    font-size: .6875rem;
    color: #fff;
    z-index: 2;
    text-transform: uppercase
}

.b-specials__item .img {
    width: 100%;
    display: block;
    max-height: 600px;
    position: relative;
    z-index: 1
}

.b-specials__item .b-other__description {
    line-height: 13px;
    max-height: calc(13px * 2);
    overflow: hidden;
    font-size: 12px;
    text-overflow: ellipsis;
    margin-top: 10px
}

.b-specials__item .b-card__address {
    padding: 10px 0
}

.b-specials__item .b-card__seller {
    padding: 0
}

.b-specials__item .b-card__seller_dashed {
    padding-top: 5px;
    border-top: 1px dashed #cbd2d7
}

.b-specials__item .b-other__link {
    padding-top: 0;
    padding-bottom: 0
}

.b-specials__item .value {
    color: #2fad49;
    margin-bottom: 5px;
    font-weight: 300;
    line-height: 1;
    font-size: 1.325rem
}

.b-specials__item .text {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 2;
    background-color: #fff;
    padding: 10px
}

.b-specials__item .text .num {
    font-size: .875rem
}

.b-specials__item .text .num span {
    font-size: .6875rem
}

.b-specials__item .text .value .small {
    font-size: .625rem;
    color: #202932
}

.b-specials__item .show-on-hover {
    display: none
}

.b-specials__item:hover .show-on-hover {
    display: block
}

.b-specials .b-other__item {
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(32, 41, 50, .15);
    margin-bottom: 30px
}

.b-specials .b-other__item .b-other__text {
    padding-bottom: 65px
}

.b-specials .b-other__item .value {
    font-size: 20px;
    font-weight: 300
}

.b-specials .b-other__item .b-card__seller {
    position: absolute;
    left: 20px;
    bottom: 0;
    padding-bottom: 20px;
    padding-top: 10px;
    border-top: 1px dashed #cbd2d7
}

.b-specials .name-big {
    font-size: 14px;
    font-weight: 600;
    padding-top: 8px;
    margin-bottom: -2px
}

.b-specials .b-card__region, .b-specials .name-big-newhouse {
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: left
}

.b-specials .name-big-newhouse {
    padding-top: 8px;
    margin-bottom: -2px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.29;
    color: #202932
}

.b-specials .b-card__region {
    margin-top: 5px;
    font-family: SFUIDisplay;
    font-size: 11px;
    font-weight: 400;
    line-height: normal;
    color: #77828c
}

.b-specials .achieves-block {
    position: absolute;
    right: 0
}

.b-specials .b-card__newhouse_floors_price {
    display: block;
    height: 30px;
    margin-top: 15px
}

.b-specials .b-card__newhouse_floors {
    float: left;
    font-size: 11px
}

.b-specials .b-card__newhouse_price {
    float: right;
    font-size: 14px
}

.b-specials .b-card__seller_dashed_prices {
    font-size: 11px;
    margin-top: 15px
}

.b-specials .price-left-align {
    float: left
}

.b-specials .price-right-align {
    float: right
}

.b-agency__item .address a:hover > span, .b-agency__item .detail .p.links a, .b-agency__item .detail .p.links a:hover span, .b-agency__item .detail p.links a, .b-agency__item .detail p.links a:hover span, .b-new-ad__item .address a:hover > span, .b-specials .show_map, .b-user .address a:hover > span {
    text-decoration: none
}

.ads-links {
    margin-top: 15px
}

.ads-link {
    white-space: nowrap;
    text-decoration: none;
    font: 700 14px/120% tahoma, sans-serif
}

.ads-label {
    font-size: 7px;
    color: #d6d1d1
}

.b-auto {
    padding: 30px 0
}

.b-auto__item {
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(32, 41, 50, .15)
}

.b-auto__text {
    padding: 10px
}

.b-auto__img {
    width: 100%;
    height: 240px;
    display: block
}

.b-auto__table {
    margin-bottom: 15px;
    width: 100%
}

.b-auto__table td {
    font-size: .8125rem;
    vertical-align: top
}

.b-auto__table td .view {
    color: #77828c
}

.b-auto__table td .view .icon {
    fill: #77828c
}

.b-auto__table td.first-child {
    width: 50%
}

.b-add .b-auto__table td .small-title, .b-auto__table td .b-add .small-title, .b-auto__table td .medium {
    font-size: .875rem
}

.b-auto__table td .price {
    font-size: 1.25rem;
    font-weight: lighter;
    color: #2fad49
}

.b-auto__table td.small {
    font-size: .6875rem
}

.b-auto__contact {
    border-top: 1px dashed #cbd2d7;
    padding-top: 10px;
    font-size: .8125rem;
    line-height: 1
}

.b-list {
    padding: 60px 0;
    background-color: #f7f8f9
}

.b-list__item {
    margin-bottom: 30px;
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(32, 41, 50, .15)
}

.b-list__item:last-child {
    margin-bottom: 0
}

.b-list__item .image {
    display: block;
    height: calc(100% + 2px);
    margin-top: -1px;
    margin-left: -1px;
    position: relative
}

.b-list__item .image img {
    width: 100%;
    max-height: 180px;
    object-fit: cover
}

.b-list__item .text {
    padding: 20px 30px 20px 0;
    font-size: .6875rem
}

.b-list__item .title {
    font-weight: 600;
    font-size: .9375rem;
    margin-bottom: 5px;
    width: 90%;
    float: left
}

.b-list__item .title a {
    text-decoration: none;
    color: inherit
}

.b-list__item .title a:hover {
    color: #2fad49;
    text-decoration: underline
}

.b-list__item .title .small {
    font-size: .6875rem;
    display: inline-block;
    margin-left: 10px
}

.b-list__item .favour-block {
    display: block;
    float: right;
    padding-top: 3px
}

.b-list__item .description {
    color: #5f6f7e;
    line-height: 1.3;
    margin-bottom: 15px
}

.b-list__item .description:last-child {
    margin-bottom: 0
}

.b-list__item .buttons {
    font-size: 0
}

.b-list__item .buttons .btn {
    padding: 2px 5px;
    font-size: .625rem;
    margin-right: 10px
}

.b-list__item .buttons .btn .icon {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    margin-right: 7px
}

.b-list__item .info {
    margin-bottom: 15px;
    color: #77828c;
    clear: both
}

.b-list__item .info .icon {
    fill: #77828c;
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px
}

.b-list__item .price {
    height: calc(100% + 2px);
    margin-top: -1px;
    margin-right: -2px;
    position: relative;
    padding: 20px 10px 40px
}

.b-list__item .price .value {
    margin-bottom: 10px;
    color: #2fad49;
    font-weight: 300;
    line-height: 1;
    font-size: 1.625rem
}

.b-list__item .price .value span {
    font-size: 1.125rem
}

.b-list__item .price .num {
    font-size: .875rem;
    font-weight: 600;
    color: #202932;
    margin-bottom: 5px;
    line-height: 1
}

.b-list__item .price .num span {
    font-weight: 400;
    font-size: .6875rem
}

.b-list__item .price:before {
    position: absolute;
    top: 20px;
    bottom: 20px;
    left: -15px;
    width: 1px;
    border-left: 1px dashed #979797;
    content: ''
}

.b-list__item .building-info {
    bottom: 20px;
    left: 0;
    width: 100%;
    padding-left: 10px;
    font-size: .6875rem;
    position: absolute
}

.b-list__item .building-info .p, .b-list__item .building-info p {
    margin-bottom: 4px
}

.b-articles-category__text p:last-child, .b-list__item .building-info .p:last-child, .b-list__item .building-info p:last-child {
    margin-bottom: 0
}

.b-list .btn-secondary {
    color: #202932
}

.b-articles-category {
    padding: 20px 0
}

.b-articles-category__title {
    margin-bottom: 40px;
    line-height: 1;
    font-size: 1.875rem;
    font-weight: 400
}

.b-articles-category__item {
    margin-bottom: 20px
}

.b-articles-category__item:last-child {
    margin-bottom: 40px
}

.b-articles-category__img {
    width: 100%;
    height: 100%;
    display: block;
    min-height: 130px
}

.b-articles-category .item .img img, .b-articles-category__img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.b-articles-category__text {
    padding-bottom: 20px;
    border-bottom: 1px solid #cbd2d7;
    min-height: 100%;
    font-size: .75rem;
    line-height: 1.33;
    color: #202932
}

.b-articles-category__text .subtitle {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 5px
}

.b-articles-category__text .subtitle a {
    color: inherit;
    text-decoration: none
}

.b-articles-category__text .subtitle a:hover {
    text-decoration: underline;
    color: #2fad49
}

.b-articles-category__text .date {
    margin-bottom: 15px;
    color: #77828c;
    display: block
}

.b-articles-category__aside {
    padding: 20px;
    background-color: #f7f8f9;
    margin-bottom: 10px;
    font-size: .75rem
}

.b-articles-category__aside .title {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #202932;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.2
}

.b-articles-category__aside .b-header__city-select .list li, .b-articles-category__aside .b-modal ul.section li, .b-articles-category__aside .b-streets-list ul.section li, .b-articles-category__aside .b-user__sites li, .b-articles-category__aside .form-group, .b-articles-category__aside .list-unstyled li, .b-articles-category__aside .p, .b-articles-category__aside p, .b-header__city-select .b-articles-category__aside .list li, .b-modal .b-articles-category__aside ul.section li, .b-streets-list .b-articles-category__aside ul.section li {
    margin-bottom: 10px
}

.b-articles-category__aside .form-group_btn {
    padding-top: 10px
}

.b-articles-category__aside .form-control {
    font-size: .75rem
}

.b-articles-category__aside .small {
    font-size: .6875rem
}

.b-articles-category__aside label {
    margin-bottom: 3px
}

.b-articles-category__aside_green {
    background-color: rgba(47, 173, 73, .1);
    padding-bottom: 40px
}

.b-articles-category__aside_blank {
    padding: 10px 0 0;
    background-color: transparent
}

.b-articles-category__aside .b-header__city-select .list, .b-articles-category__aside .b-modal ul.section, .b-articles-category__aside .b-streets-list ul.section, .b-articles-category__aside .b-user__sites, .b-articles-category__aside .list-unstyled, .b-header__city-select .b-articles-category__aside .list, .b-modal .b-articles-category__aside ul.section, .b-streets-list .b-articles-category__aside ul.section {
    margin-bottom: 0;
    padding: 0
}

.b-articles-category__aside .b-header__city-select .list li:last-child, .b-articles-category__aside .b-modal ul.section li:last-child, .b-articles-category__aside .b-streets-list ul.section li:last-child, .b-articles-category__aside .b-user__sites li:last-child, .b-articles-category__aside .list-unstyled li:last-child, .b-header__city-select .b-articles-category__aside .list li:last-child, .b-modal .b-articles-category__aside ul.section li:last-child, .b-streets-list .b-articles-category__aside ul.section li:last-child {
    margin-bottom: 0
}

.b-articles-category .all-sites {
    font-size: 16px;
    line-height: 1.625
}

.b-articles-category .all-sites .all-sites-header {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.15;
    text-align: center
}

.b-articles-category .all-sites .cancel-all-sites {
    background-color: red;
    border-color: red
}

.b-articles-category .all-sites .select-all-sites-block {
    max-width: 500px;
    margin: 0 auto
}

.b-articles-category .all-sites .all-sites-list {
    padding-left: 0;
    list-style: none;
    column-count: 3;
    max-width: 500px;
    margin: 0 auto
}

.b-articles-category .item {
    margin-bottom: 10px;
    background-color: #fff;
    box-shadow: 0 1px 4px 0 rgba(32, 41, 50, .15);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch
}

.b-articles-category .item:last-child {
    margin-bottom: 0
}

.b-articles-category .item .img {
    width: 77px;
    min-height: 63px;
    background-color: #d8d8d8;
    display: block
}

.b-articles-category .item .text {
    width: calc(100% - 77px);
    padding: 10px;
    box-sizing: content-box;
    font-size: 11px;
    line-height: 14px;
    max-height: calc(14px * 3);
    overflow: hidden;
    text-overflow: ellipsis;
    color: #202932
}

.b-articles-category .item .text a, .b-articles-category__article .subtitle a, .b-new-ad__item .name a {
    color: inherit;
    text-decoration: none
}

.b-articles-category__article {
    padding-bottom: 0 0 30px 0;
    font-size: .75rem;
    line-height: 1.33;
    color: #202932
}

.b-articles-category__article .b-articles-category__title {
    margin-bottom: 20px
}

.b-articles-category__article .subtitle {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px
}

.b-articles-category__article .subtitle a:hover, .b-new-ad__item .name a:hover {
    text-decoration: underline;
    color: #2fad49
}

.b-articles-category__article .date {
    margin-bottom: 20px;
    color: #77828c;
    display: block
}

.b-articles-category__article .p, .b-articles-category__article p {
    margin-bottom: 15px
}

.b-articles-category__article .p:last-child, .b-articles-category__article p:last-child {
    margin-bottom: 0
}

.b-articles-category__article .figure, .b-articles-category__article .img {
    width: 100%;
    height: auto;
    background-color: #e5e5e5;
    margin-bottom: 15px
}

.b-articles-category__article .figure img, .b-articles-category__article .img img {
    max-width: 100%
}

.b-articles-category__article img {
    margin: 0 auto !important;
    padding: 10px 0 0 !important;
    object-fit: cover;
    max-width: 100% !important
}

.b-articles-category__article .article-text {
    font-size: 16px;
    line-height: 20px;
    color: #444 !important;
    font-family: 'PT Serif', Georgia, 'Times New Roman', Times, serif !important
}

.b-articles-category__socials {
    padding-top: 20px
}

.b-articles-category__socials .btn {
    width: 170px;
    height: 40px;
    color: #fff;
    font-size: 14px;
    padding-top: 7px
}

.b-articles-category__socials .btn-od {
    background-color: #f58220
}

.b-articles-category__socials .btn-od:hover {
    background-color: #d8690a
}

.b-articles-category__socials .btn-vk {
    background-color: #4c6c91
}

.b-articles-category__socials .btn-vk:hover {
    background-color: #3a5370
}

.b-articles-category__socials .btn-fb {
    background-color: #3b5998
}

.b-articles-category__socials .btn-fb:hover {
    background-color: #2d4373
}

.b-articles-category__socials .btn-tw {
    background-color: #55acee
}

.b-articles-category__socials .btn-tw:hover {
    background-color: #2795e9
}

.b-articles-category__socials .btn-all {
    background-color: #cbd2d7;
    width: 70px
}

.b-articles-category__socials .btn-all:hover {
    background-color: #aeb9c1
}

.b-pagination {
    background-color: #f7f8f9;
    padding: 25px 0;
    margin-top: 40px
}

.b-pagination__item {
    width: 25px;
    height: 25px;
    border: 1px solid transparent;
    cursor: pointer;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #77828c;
    text-decoration: none;
    font-size: .6875rem
}

.b-pagination__item.active {
    color: #2fad49;
    border-color: #2fad49
}

.b-pagination__item_nav {
    margin: 0 5px;
    background-color: #cbd2d7;
    position: relative
}

.b-pagination__item_nav:hover {
    background-color: #2fad49
}

.b-pagination__item_nav:before {
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
    width: 7px;
    height: 7px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff
}

.b-pagination__item_nav:hover:before {
    border-color: #fff
}

.b-pagination__item_nav.prev {
    left: 0
}

.b-pagination__item_nav.prev:before {
    transform: translate3d(-50%, -50%, 0) rotate(-45deg);
    margin-left: 1px
}

.b-pagination__item_nav.next {
    right: 0
}

.b-pagination__item_nav.next:before {
    transform: translate3d(-50%, -50%, 0) rotate(135deg);
    margin-left: -1px
}

.b-read {
    padding: 60px 0
}

.b-read__title {
    margin-bottom: 20px;
    font-size: 1.875rem;
    font-weight: 400;
    color: #202932
}

.b-new-ad__title a, .b-read__title a {
    font-size: .75rem;
    display: inline-block;
    margin-left: 16px
}

.b-read__title a {
    position: relative;
    top: -5px;
    vertical-align: bottom
}

.b-agency__table .inner-table td.small, .b-apartments .i-table td.value_small span, .b-description .i-table td.value_small span, .b-read__item {
    font-size: .75rem
}

.b-read__item .img {
    width: 100%;
    height: 145px;
    margin-bottom: 10px;
    background-color: #d8d8d8;
    display: block
}

.b-read__item .text {
    margin-bottom: 10px;
    max-height: 42px;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: calc(42px / 3)
}

.b-new-ad {
    padding: 30px;
    border-radius: 2px;
    background-color: #f7f8f9
}

.b-new-ad .achieves {
    position: absolute;
    top: 10px;
    right: 0;
    width: 120px;
    z-index: 3;
    text-align: right;
    font-size: 0
}

.b-new-ad .achieves .achieve {
    display: inline-block;
    height: 24px;
    line-height: 24px;
    padding: 0 10px;
    color: #fff;
    background-color: #b2bbc3;
    font-size: 11px
}

.b-new-ad .achieves .achieve.rooms {
    background-color: #2fad49
}

.b-new-ad .b-pagination {
    padding: 0
}

.b-new-ad__title {
    margin-bottom: 20px;
    font-size: 1.875rem;
    font-weight: 400;
    color: #202932
}

.b-new-ad__title a {
    vertical-align: middle
}

.b-new-ad__item {
    background-color: #fff;
    box-shadow: 0 1px 4px 0 rgba(32, 41, 50, .15)
}

.b-new-ad__item .img {
    display: block;
    width: 100%;
    height: 128px;
    background-color: #d8d8d8;
    position: relative
}

.b-new-ad__item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.b-new-ad__item .text {
    padding: 10px;
    font-size: .6875rem;
    color: #77828c
}

.b-new-ad__item .price {
    font-size: 1rem;
    color: #2fad49;
    margin-bottom: 5px;
    font-weight: 300
}

.b-new-ad__item .name {
    font-size: .75rem;
    font-weight: 600;
    text-align: left;
    color: #202932;
    margin-bottom: 10px
}

.b-new-ad__item .num {
    font-size: .625rem;
    color: #202932;
    margin-bottom: 5px;
    line-height: 1
}

.b-new-ad__item .address {
    padding-bottom: 10px;
    font-size: .6875rem
}

.b-new-ad__item .address a {
    color: #3972c0;
    text-decoration: none
}

.b-agency__item .address a .icon, .b-new-ad__item .address a .icon {
    fill: #3972c0;
    display: inline-block;
    vertical-align: middle
}

.b-agency__item .address a span, .b-new-ad__item .address a span, .b-user .address a span {
    text-decoration: underline
}

.b-agency {
    padding: 60px 0;
    background-color: #fff
}

.b-agency_dark {
    background-color: #f7f8f9
}

.b-agency__item {
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(32, 41, 50, .15);
    margin-bottom: 20px
}

.b-agency__item:last-child {
    margin-bottom: 0
}

.b-agency__item .image {
    display: block;
    height: calc(100% + 2px);
    margin-top: -1px;
    margin-left: -1px;
    position: relative
}

.b-agency__item .image img {
    width: auto;
    height: auto;
    max-width: 200px;
    object-fit: cover
}

.b-agency__item .text {
    padding: 0;
    font-size: .6875rem
}

.b-agency__item .title {
    font-weight: 600;
    font-size: .9375rem;
    margin-bottom: 5px
}

.b-agency__item .title a {
    text-decoration: none;
    color: inherit
}

.b-agency__item .title a:hover {
    color: #2fad49;
    text-decoration: underline
}

.b-agency__item .title .small {
    font-size: .6875rem;
    display: inline-block;
    margin-left: 10px
}

.b-agency__item .description {
    color: #5f6f7e;
    line-height: 1.3;
    margin-bottom: 15px
}

.b-agency__item .description:last-child {
    margin-bottom: 0
}

.b-agency__item .buttons {
    padding-bottom: 20px;
    padding-top: 5px
}

.b-agency__item .buttons .btn, .b-user__item .regular-checkbox + label {
    margin-right: 20px
}

.b-agency__item .buttons .btn:last-child {
    margin-right: 0
}

.b-agency__item .info {
    margin-bottom: 15px;
    color: #77828c
}

.b-agency__item .info .icon {
    fill: #77828c;
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px
}

.b-agency__item .detail {
    height: calc(100% + 2px);
    margin-top: -1px;
    margin-right: -2px;
    position: relative;
    padding: 0;
    font-size: .75rem
}

.b-agency__item .detail:before, .b-user__item .detail:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15px;
    width: 1px;
    border-left: 1px dashed #979797;
    content: ''
}

.b-agency__item .detail .p, .b-agency__item .detail p {
    margin-bottom: 10px
}

.b-agency__item .detail .p:last-child, .b-agency__item .detail p:last-child {
    margin-bottom: 0
}

.b-agency__item .detail .p.links, .b-agency__item .detail p.links {
    padding-top: 10px
}

.b-agency__item .detail .p.links .icon, .b-agency__item .detail p.links .icon {
    display: inline-block;
    vertical-align: middle
}

.b-agency__item .detail .p.links a span, .b-agency__item .detail p.links a span {
    text-decoration: underline;
    display: inline-block;
    vertical-align: middle
}

.b-agency__item .building-info {
    bottom: 20px;
    left: 0;
    width: 100%;
    padding-left: 10px;
    font-size: .6875rem;
    position: absolute
}

.b-agency__item .building-info .p, .b-agency__item .building-info p {
    margin-bottom: 4px
}

.b-agency__item .building-info .p:last-child, .b-agency__item .building-info p:last-child {
    margin-bottom: 0
}

.b-agency__item .address {
    padding-bottom: 10px;
    font-size: .6875rem
}

.b-agency__item .address a, .b-user__sites a {
    color: #3972c0;
    text-decoration: none
}

.b-agency__title {
    font-size: 30px;
    margin-bottom: 10px;
    font-weight: 400
}

.b-agency .regular {
    font-size: .75rem;
    margin-bottom: 30px
}

.b-agency__adaptive-table {
    display: none
}

.b-agency__table, .b-agency__table .inner-table {
    width: 100%
}

.b-agency__table .inner-table td {
    border: none;
    padding: 0 30px;
    font-size: .9375rem
}

.b-agency__table td {
    border-top: 1px solid #cbd2d7;
    border-bottom: 1px solid #cbd2d7;
    vertical-align: middle;
    padding: 10px 0;
    font-size: .75rem
}

.b-agency__table td.logo {
    width: 170px
}

.b-agency__table td.logo > .demo {
    width: 170px;
    height: 80px
}

.b-agency__table td.logo img {
    max-width: 170px;
    max-height: 80px;
    width: auto;
    height: auto
}

.b-agency__table td.link {
    width: 220px;
    text-align: center;
    border-left: dashed 1px #979797
}

.b-agency__table td.text-right {
    padding-right: 10px
}

.b-agency__table td.name {
    font-size: .9375rem;
    font-weight: 600;
    text-align: left
}

.b-user__nav {
    padding: 30px 0;
    background-color: #fff
}

.b-user .btn-group {
    margin-bottom: 30px;
    margin-top: -30px
}

.b-user .btn-big, .b-user__control .item {
    line-height: 1;
    padding: 15px 10px;
    font-size: .81rem
}

.b-user .btn-big {
    text-transform: uppercase
}

.b-user__sites {
    padding-top: 20px;
    font-size: .75rem
}

.b-user__sites li {
    margin-bottom: 0
}

.b-user__sites a {
    display: inline-block;
    color: inherit;
    border: 1px solid transparent;
    padding: 3px 8px
}

.b-user__sites a:hover {
    color: #2fad49
}

.b-user__sites a.active {
    color: #2fad49;
    border-color: #2fad49
}

.b-user__control {
    background-color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    font-size: 0
}

.b-user__control .item {
    min-width: 174px;
    border: 1px solid #2fad49;
    border-left: 1px dashed;
    color: #2fad49;
    border-right: none;
    text-decoration: none;
    display: block;
    text-align: center
}

.b-user__control .item:last-child {
    border-right: 1px solid #2fad49
}

.b-user__control .item:first-child {
    border-left: 1px solid
}

.b-user__control .item.active, .b-user__control .item:hover {
    background-color: #2fad49;
    color: #fff;
    border-left: 1px solid #2fad49;
    border-right: 1px solid #2fad49
}

.b-user__control .item.active + .item, .b-user__control .item:hover + .item {
    border-left-style: solid
}

.b-user__body {
    background-color: #f7f8f9;
    padding: 60px 0;
    font-size: .75rem;
    display: none
}

.b-user__body.active {
    display: block
}

.b-user__body .col-lg-2, .b-user__body .col-lg-8 {
    margin-bottom: 20px
}

.b-user__body .section {
    margin-bottom: 20px;
    overflow: hidden; /*overflow-x:scroll*/
}

.b-user__body .label {
    font-weight: 400;
    margin-bottom: 3px
}

.b-user__body .form-control {
    height: 30px;
    border-radius: 3px;
    background-color: #fff;
    width: 100%;
    font-size: .75rem
}

.b-user .chosen-container {
    min-width: 100%
}

.b-user .chosen-container-single .chosen-single {
    height: 30px;
    line-height: 30px;
    font-weight: 400;
    border: 1px solid #b2bbc3;
    border-radius: 3px
}

.b-user .chosen-container-single .chosen-single:before {
    right: 15px
}

.b-add .chosen-container-active.chosen-with-drop .chosen-single:before, .b-modal .chosen-container-active.chosen-with-drop .chosen-single:before, .b-user .chosen-container-active.chosen-with-drop .chosen-single:before {
    right: 18px
}

.b-user .dotted {
    padding-right: 20px;
    margin-right: 20px;
    height: 30px;
    line-height: 30px;
    border-right: 1px dashed #979797
}

.b-user .dotted:last-child {
    border-right: none;
    margin-right: 0;
    padding-right: 0
}

.b-user .select-cont {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px
}

.b-user__pagination {
    margin-bottom: 40px;
    text-align: right;
    font-size: .75rem;
    padding-top: 20px
}

.b-user__pagination:last-child {
    margin-bottom: 0
}

.b-user__pagination .item {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    color: #202932;
    text-decoration: none;
    height: 30px;
    line-height: 30px
}

.b-user__pagination .item.nav {
    color: #2fad49;
    text-decoration: underline;
    font-weight: 600
}

.b-user__pagination .item.active {
    color: #2fad49
}

.b-user__pagination_blank, .b-user__pagination_top {
    border-top: 1px solid #b2bbc3
}

.b-user__pagination_blank {
    margin-bottom: 10px;
    padding-top: 10px
}

.b-user__pagination_inner {
    padding-top: 0;
    margin-bottom: 0
}

.b-user__item {
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(32, 41, 50, .15);
    margin-bottom: 20px;
    padding: 20px
}

.b-user__item .product-img {
    display: block;
    height: calc(100% + 40px);
    object-fit: cover;
    margin-left: -20px;
    margin-top: -20px;
    margin-bottom: -20px;
    width: calc(100% + 15px)
}

.b-user__item .price {
    color: #2fad49;
    font-weight: 300
}

.b-user__item .first-line {
    min-height: 28px;
    margin-bottom: 20px
}

.b-user__item .p, .b-user__item p {
    margin-bottom: 20px
}

.b-user__item .p.abs, .b-user__item p.abs {
    position: absolute;
    left: 0;
    bottom: 0;
    padding-left: 20px
}

.b-user__item .p:last-child, .b-user__item p:last-child {
    margin-bottom: 0;
    margin-top: -10px
}

.b-user__item .btn-xxs {
    font-size: 10px;
    height: 20px;
    margin-right: 8px;
    border-radius: 3px;
    line-height: 18px;
    padding: 0 6px
}

.b-user__item .btn-xxs .icon {
    fill: #2fad49 !important;
    display: inline-block;
    vertical-align: middle
}

.b-user__item .btn-xxs.btn-outline-success:hover .icon, .b-user__item .btn-xxs:hover .icon {
    fill: #fff !important
}

.b-user__item .btn-xxs.btn-outline-success {
    color: #e96f33
}

.b-user__item .btn-xxs.btn-outline-success .icon {
    fill: #e96f33 !important
}

.b-user__item .btn-xxs.btn-outline-success:hover, .b-user__item .btn-xxs.btn-secondary {
    color: #fff
}

.b-user__item .btn-xxs.btn-secondary .icon, .b-user__item .btn-xxs.btn-secondary:hover .icon {
    fill: #fff !important
}

.b-user__item .btn-xxs.btn-secondary:hover {
    color: #fff
}

.b-user__item .detail {
    height: calc(100% + 2px);
    margin-top: -1px;
    margin-right: -2px;
    position: relative;
    padding: 0 20px;
    font-size: .75rem;
    margin-left: 40px
}

.b-user__item .detail .value {
    margin-bottom: 10px;
    color: #2fad49;
    font-weight: 300;
    line-height: 1;
    font-size: 1.625rem
}

.b-user__item .detail .value .small {
    display: block;
    color: #202932;
    font-size: .6875rem;
    padding-top: 10px
}

.b-add .b-user__item .detail .value .small .small-title, .b-user__item .detail .value .small .b-add .small-title, .b-user__item .detail .value .small .medium {
    font-size: .8rem
}

.b-user__item .detail .num {
    font-size: .875rem;
    font-weight: 600;
    color: #202932;
    margin-bottom: 5px
}

.b-user__item .detail .num:last-child {
    margin-bottom: 0
}

.b-user__item .detail .num span {
    font-weight: 400;
    font-size: .685rem
}

.b-user .address {
    padding-bottom: 33px;
    font-size: .6875rem
}

.b-user .address a {
    color: #3972c0;
    text-decoration: none;
    position: relative;
    padding-left: 15px;
    display: inline-block
}

.b-user .address a .icon {
    fill: #3972c0;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 3px;
    left: 0;
    width: 7px !important;
    height: 10px !important
}

.b-user__title {
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 20px
}

.b-user .i-table {
    width: 100%
}

.b-user .i-table_middle td {
    vertical-align: middle
}

.b-user .i-table .btn {
    min-width: 170px
}

.b-user .i-table td {
    border-bottom: 1px solid #cbd2d7;
    padding: 20px 30px 20px 0;
    vertical-align: top
}

.b-user .i-table td.txt {
    width: 760px;
    min-width: 760px;
    max-width: 760px
}

.b-user .i-table td.text-right {
    padding-right: 0
}

.b-user .i-table th {
    padding: 0 0 10px;
    border-bottom: 1px solid #cbd2d7;
    text-align: left
}

.b-user .subtitle {
    font-size: .9375rem;
    font-weight: 600;
    margin-bottom: 10px
}

.b-user .author {
    font-size: .8125rem;
    margin-bottom: 20px;
    margin-top: -20px
}

.b-user .small-text {
    font-size: .6875rem;
    margin-bottom: 10px
}

.b-user .small-text .btn-xxs {
    margin-left: 20px
}

.b-user .achieves {
    position: absolute;
    top: -5px;
    right: 20px;
    width: 120px;
    z-index: 3;
    text-align: right;
    font-size: 0
}

.b-user .achieves .achieve {
    display: inline-block;
    height: 24px;
    line-height: 24px;
    padding: 0 10px;
    color: #fff;
    background-color: #b2bbc3;
    font-size: 11px
}

.b-user .achieves .achieve.rooms {
    background-color: #2fad49
}

.b-add .object-confirmation-phone {
    display: none;
    float: left;
    margin-left: 15px
}

.b-add .confirmation-phone-link {
    float: left;
    height: 30px;
    padding-top: 4px
}

.b-add .confirmation-code {
    width: 75px !important
}

.b-add__title {
    font-size: 1.875rem;
    margin-bottom: 30px;
    margin-top: 20px
}

.b-add__title_small {
    margin-bottom: 20px
}

.b-add__head {
    padding: 50px 0
}

.b-add__body {
    background-color: #f7f8f9
}

.b-add__steps {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 20px
}

.b-add__steps:last-child {
    margin-bottom: 0
}

.b-add__steps .step {
    width: 200px;
    color: #cbd2d7;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative
}

.b-add__steps .step:last-child:before {
    display: none
}

.b-add__steps .step:before {
    position: absolute;
    top: 20px;
    left: 50px;
    right: 0;
    height: 2px;
    background-color: #cbd2d7;
    content: ''
}

.b-add__steps .step .number {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #cbd2d7;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    color: #fff
}

.b-add__steps .step .text {
    line-height: 1;
    padding-bottom: 2px;
    padding-left: 10px;
    font-size: .625rem
}

.b-add__steps .step .text .subtitle {
    font-size: 1rem;
    background-color: #fff;
    position: relative;
    z-index: 2;
    padding-right: 10px;
    display: inline-block
}

.b-add__steps .step.active {
    color: #2fad49
}

.b-add__steps .step.active .number {
    background-color: #2fad49
}

.b-add .btn-l {
    text-transform: uppercase;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    white-space: normal;
    font-size: .8125rem;
    height: 45px;
    line-height: 1.2
}

.b-add .btn-xxs {
    padding: 2px 10px;
    margin-left: 30px;
    font-size: .625rem
}

.b-add .btn-xxs:first-child {
    margin-left: 0
}

.b-add__buttons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 20px;
    margin-left: -15px;
    margin-right: -15px
}

.b-add__buttons .btn {
    min-width: 120px;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 10px
}

.b-add__end {
    padding-top: 50px
}

.b-add .form-group {
    margin-bottom: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    font-size: .75rem
}

.b-add .form-group_top {
    -ms-flex-align: start;
    align-items: flex-start
}

.b-add .form-group .label {
    font-weight: 400;
    width: 150px
}

.b-add .form-group .label.long {
    width: 200px
}

.b-add .form-group.d-block .label {
    width: 100%;
    margin-bottom: 5px;
    white-space: nowrap;
    min-height: 18px
}

.b-add .form-group.d-block label {
    white-space: nowrap
}

.b-add .form-group.d-block .form-control {
    width: 100%
}

.b-add .form-group.d-block .chosen-container {
    min-width: 100%;
    width: 100%
}

.b-add .form-group .form-control {
    width: 270px;
    font-size: .75rem;
    display: inline;
    padding: .3rem .75rem;
    margin-right: 30px
}

.b-add .form-group .form-control_small {
    width: 70px;
    min-width: 70px
}

.b-add .form-group textarea.form-control {
    width: 370px;
    resize: vertical;
    height: 69px
}

.b-add .form-group textarea.form-control.big {
    height: 120px
}

.b-add .form-group .input-group {
    width: auto
}

.b-add .form-group .input-group .form-control {
    margin-right: -1px;
    width: 85px;
    min-width: 85px;
    text-align: center
}

.b-add .chosen-container {
    width: 270px;
    min-width: 270px
}

.b-add .chosen-container-single .chosen-single {
    height: 30px;
    line-height: 30px;
    font-weight: 400;
    border: 1px solid #b2bbc3;
    border-radius: 3px
}

.b-add .chosen-container-single .chosen-single:before {
    right: 15px
}

.b-add form .section {
    margin-bottom: 40px;
    font-size: .75rem
}

.b-add form .section:last-child, .b-add p:last-child {
    margin-bottom: 0
}

.b-add .alert_abs {
    position: absolute;
    top: 0;
    right: 0;
    width: calc(100% - 400px);
    font-size: .75rem
}

.b-add .alert_small {
    margin-left: 30px;
    vertical-align: bottom;
    margin-bottom: 0;
    font-size: .65rem;
    padding: 7px 10px 7px 40px;
    margin-top: -6px
}

.b-add .alert_small .icon {
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 7px
}

.b-add p {
    margin-bottom: 10px
}

.b-add .p {
    font-size: .75rem;
    padding-top: 20px;
    max-width: 570px
}

.b-add .map {
    width: 100%;
    height: 420px;
    margin-top: 40px
}

.b-add .small-title {
    margin-bottom: 10px
}

.b-add .photo-cont {
    display: block;
    width: 100%;
    height: 114px;
    background-color: #dbdbdb;
    margin-bottom: 10px
}

.b-add .b-other__item {
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(32, 41, 50, .15)
}

.b-add .b-other__item .value {
    margin-bottom: 10px;
    color: #2fad49;
    font-weight: 300;
    line-height: 1;
    font-size: 1.625rem
}

.b-add .b-other__item .num {
    font-size: .875rem;
    font-weight: 600;
    color: #202932;
    margin-bottom: 5px
}

.b-add .b-other__item .num span {
    font-weight: 400
}

.b-add .b-other__item .tel {
    margin-bottom: 10px
}

.b-add .b-other__item .b-card__seller {
    position: absolute;
    bottom: 0;
    left: 20px;
    right: 20px;
    padding-top: 10px;
    border-top: 1px dashed #cbd2d7;
    padding-bottom: 20px
}

.b-add .b-other__text {
    position: relative;
    padding-bottom: 90px;
    margin-left: 70px
}

.b-add .achieves {
    position: absolute;
    top: 10px;
    right: 0;
    width: 120px;
    z-index: 3;
    text-align: right;
    font-size: 0
}

.b-add .achieves .achieve {
    display: inline-block;
    height: 24px;
    line-height: 24px;
    padding: 0 10px;
    color: #fff;
    background-color: #b2bbc3;
    font-size: 11px
}

.b-add .achieves .achieve.rooms {
    background-color: #2fad49
}

.b-add .error {
    color: red
}

.b-add #selected_street-error {
    margin-left: 10px
}

.b-add .photo-cont img {
    width: 165px;
    height: 115px
}

.b-add .add-line td {
    padding-top: 15px;
    padding-bottom: 15px
}

.b-blank {
    height: 157px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.875rem
}

.b-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0 4px 12px 0 #202932;
    width: 500px;
    z-index: 99;
    font-size: .85rem;
    display: none
}

.b-modal_big {
    width: 100%;
    padding-left: 0;
    padding-right: 0
}

.b-modal_big .b-modal__header.b-modal__inner_small, .b-modal_big .b-modal__inner_small {
    padding: 30px
}

.b-modal .btn-checkbox + label, .b-tooltip-more-expressions .btn-checkbox + label {
    padding-left: 12px;
    padding-right: 12px
}

.b-modal .btn-checkbox:checked + label, .b-tooltip-more-expressions .btn-checkbox:checked + label {
    background-color: #3972c0
}

.b-modal.active {
    display: block
}

.b-modal_abs {
    position: absolute
}

.b-modal .close-modal {
    position: absolute;
    right: 15px;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2
}

.b-modal .close-modal, .b-modal .close-modal .icon {
    width: 21px;
    height: 21px
}

.b-modal-backdrop {
    background-color: rgba(32, 41, 50, .8);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 98;
    display: none
}

.b-modal__inner {
    padding: 30px 100px
}

.b-modal__inner_small {
    padding: 30px 60px
}

.b-modal__header {
    background-color: #f7f8f9;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    padding: 20px 100px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative
}

.b-modal__header.b-modal__inner_small {
    padding: 20px 60px
}

.b-modal__header .h3, .b-modal__header .title, .b-modal__header h3 {
    margin: 0;
    font-weight: 600;
    font-size: 1rem
}

.b-modal__header .toggler {
    min-width: 145px;
    height: 45px;
    line-height: 43px;
    border-radius: 100px;
    display: inline-block;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    color: #77828c;
    border: 1px solid transparent;
    text-transform: uppercase
}

.b-modal__header .toggler:last-child {
    margin-right: 0
}

.b-modal__header .toggler.active {
    border: solid 1px #2fad49;
    color: #2fad49;
    background-color: #fff
}

.b-modal__header .toggler:hover {
    color: #2fad49
}

.b-modal .section {
    margin-bottom: 20px
}

.b-modal .section_dashed {
    position: relative
}

.b-modal .section_dashed:before, .b-tooltip-more-expressions .section_dashed:before {
    position: absolute;
    top: 0;
    bottom: 68px;
    left: 50%;
    width: 1px;
    content: '';
    background-color: silver
}

.b-modal .section:last-child {
    margin-bottom: 0
}

.b-modal .section_big, .b-modal .section_small {
    margin-bottom: 10px
}

.b-modal .section_dotted {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #b2bbc3
}

.b-modal .section .form-control {
    font-size: .75rem;
    padding: 5px .75rem
}

.b-modal .section .form-control.small-input {
    width: 370px
}

.b-modal .section textarea.form-control, .b-tooltip-more-expressions .section textarea.form-control {
    height: 90px
}

.b-modal .social {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px
}

.b-modal .social img {
    max-width: 100%
}

.b-modal .btn {
    text-transform: uppercase;
    font-size: .8125rem;
    padding: 12px .75rem
}

.b-modal .btn.btn-sub-block {
    margin-left: 27px;
    width: 200px
}

.b-modal .chosen-container {
    min-width: 100%
}

.b-modal .chosen-container-single .chosen-single {
    height: 30px;
    line-height: 30px;
    font-weight: 400;
    border: 1px solid #b2bbc3;
    border-radius: 3px
}

.b-modal .chosen-container-single .chosen-single:before {
    right: 15px
}

.b-modal .scroller {
    font-size: .6875rem;
    color: #77828c;
    position: relative;
    max-height: 60vh
}

.b-modal .scroller .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.b-modal .scroller .col-lg-3 {
    padding-left: 0 !important;
    padding-right: 30px !important
}

.b-modal .scroller .col-lg-3:last-child {
    padding-right: 0 !important
}

.b-modal .scroller .col-lg-12 {
    column-count: 5;
    padding: 0 30px
}

.b-modal .scroller a {
    color: #77828c;
    text-decoration: none
}

.b-modal .scroller a:hover {
    text-decoration: underline;
    color: #2fad49
}

.b-modal .scroller .list-link {
    font-size: .9rem;
    color: #202932
}

.b-modal .scroller .list-street-link {
    font-size: .85rem;
    color: #202932
}

.b-modal__subtitle {
    margin-bottom: 10px;
    font-size: 1.25rem;
    color: #202932
}

.b-modal input[type=date] {
    background-image: url(../img/cal.svg);
    background-position: 90% 50%;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-repeat: no-repeat
}

.b-modal .column-layout {
    column-count: 5
}

.b-modal #map-modal {
    height: 250px
}

.b-modal .send-sms-button-block {
    text-align: center;
    margin-bottom: 20px !important
}

.js-subscribe-reminder-modal, .js-subscribe-reminder-modal .subscribe-window {
    width: 700px
}

.js-subscribe-reminder-modal .btn-subscribe-reminder-modal {
    position: absolute;
    background-color: red;
    color: #fff !important;
    width: 150px;
    bottom: 62px;
    right: 50px
}

.b-tooltip-more-expressions {
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0 4px 12px 0 #202932;
    width: 500px;
    z-index: 99;
    font-size: .85rem
}

.b-tooltip-more-expressions_big {
    width: 100%;
    padding-left: 0;
    padding-right: 0
}

.b-tooltip-more-expressions_big .b-modal__header.b-modal__inner_small, .b-tooltip-more-expressions_big .b-modal__inner_small {
    padding: 30px
}

.b-tooltip-more-expressions.active {
    display: block
}

.b-tooltip-more-expressions_abs {
    position: absolute
}

.b-tooltip-more-expressions .close-modal {
    position: absolute;
    right: 15px;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    width: 21px;
    height: 21px
}

.b-tooltip-more-expressions .close-modal .icon {
    width: 21px;
    height: 21px
}

.b-tooltip-more-expressions-backdrop {
    background-color: rgba(32, 41, 50, .8);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 98;
    display: none
}

.b-tooltip-more-expressions__inner {
    padding: 30px 100px
}

.b-tooltip-more-expressions__inner_small {
    padding: 30px 60px
}

.b-tooltip-more-expressions__header {
    background-color: #f7f8f9;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    padding: 20px 100px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative
}

.b-tooltip-more-expressions__header.b-modal__inner_small {
    padding: 20px 60px
}

.b-tooltip-more-expressions__header .h3, .b-tooltip-more-expressions__header .title, .b-tooltip-more-expressions__header h3 {
    margin: 0;
    font-weight: 600;
    font-size: 1rem
}

.b-tooltip-more-expressions__header .toggler {
    min-width: 145px;
    height: 45px;
    line-height: 43px;
    border-radius: 100px;
    display: inline-block;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    color: #77828c;
    border: 1px solid transparent;
    text-transform: uppercase
}

.b-tooltip-more-expressions__header .toggler:last-child {
    margin-right: 0
}

.b-tooltip-more-expressions__header .toggler.active {
    border: solid 1px #2fad49;
    color: #2fad49;
    background-color: #fff
}

.b-tooltip-more-expressions__header .toggler:hover {
    color: #2fad49
}

.b-tooltip-more-expressions .section {
    margin-bottom: 20px
}

.b-tooltip-more-expressions .section_dashed {
    position: relative
}

.b-tooltip-more-expressions .section:last-child {
    margin-bottom: 0
}

.b-tooltip-more-expressions .section_big, .b-tooltip-more-expressions .section_small {
    margin-bottom: 10px
}

.b-tooltip-more-expressions .section_dotted {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #b2bbc3
}

.b-tooltip-more-expressions .section .form-control {
    font-size: .75rem;
    padding: 5px .75rem
}

.b-tooltip-more-expressions .section .form-control.small-input {
    width: 370px
}

.b-tooltip-more-expressions .btn {
    text-transform: uppercase;
    font-size: .8125rem;
    padding: 12px .75rem
}

.b-tooltip-more-expressions .btn.btn-sub-block {
    margin-left: 27px;
    width: 200px
}

.js-print-modal .radio {
    margin-bottom: 10px
}

.js-print-modal input[type=radio] {
    vertical-align: middle;
    margin: 0
}

.js-print-modal [type=radio] + label {
    position: relative;
    padding-left: 5px;
    cursor: pointer;
    display: inline-block
}

.b-map {
    background-color: #fff
}

.b-map__map {
    width: calc(100% - 375px);
    height: 100vh
}

.b-map .title {
    margin-bottom: 40px;
    font-size: 16px;
    font-weight: 600
}

.b-map .i-checkbox + label {
    width: 45px
}

.b-map__control {
    width: 370px;
    height: 100vh;
    position: relative;
    padding: 20px;
    background-color: #f7f8f9;
    font-size: .75rem
}

.b-map__type-view {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    margin-bottom: 20px
}

.b-map__type-view .btn {
    border-radius: 0;
    border-right-width: 0;
    padding: 5px 11px;
    font-size: .75rem;
    outline: 0 !important;
    box-shadow: none !important
}

.b-map__type-view .btn.w33p {
    width: calc(100% / 3)
}

.b-map__type-view .btn:last-child {
    border-right-width: 1px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.b-map__type-view .btn:first-child {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.b-map__type-view .btn .icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
    fill: #2fad49 !important
}

.b-map__type-view .btn.active {
    background-color: #2fad49;
    color: #fff
}

.b-map__type-view .btn.active .icon, .b-map__type-view .btn:hover .icon {
    fill: #fff !important
}

.b-map .form-group {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: .75rem
}

.b-map .form-group .label {
    width: 135px;
    line-height: 30px;
    min-width: 135px;
    max-width: 135px
}

.b-map .form-group label {
    margin-right: 0 !important
}

.b-map .form-group .input-cont {
    width: 195px;
    min-width: 195px;
    max-width: 195px
}

.b-map .form-control {
    font-size: .75rem;
    padding: 5px 10px;
    font-weight: 600
}

.b-map .form-control:focus {
    border-color: #5f6f7e
}

.b-map .form-control + .form-control {
    border-left: none
}

.b-map .form-control + .form-control:focus {
    border-left: 1px solid #5f6f7e;
    margin-left: -1px
}

.b-map .clear {
    color: #202932;
    text-decoration: none
}

.b-map .clear .icon {
    fill: red
}

.b-map .clear:hover {
    text-decoration: none;
    color: #2fad49
}

.b-map .clear:hover .icon {
    fill: #2fad49
}

.b-map .ymaps-2-1-60-balloon__content, .b-map .ymaps-2-1-62-b-cluster-carousel, .b-map .ymaps-2-1-62-balloon__content {
    width: 600px !important
}

.b-map .ymaps-2-1-62-balloon__content ymaps {
    overflow-y: visible !important;
    overflow-x: visible !important
}

.b-map .ymaps-2-1-62-b-cluster-carousel__pager {
    width: 550px !important
}

.b-map canvas {
    position: absolute;
    width: calc(100% - 375px);
    height: 100vh;
    right: 0
}

.b-map .clear-canvas, .b-map .draw {
    position: absolute;
    right: 0;
    margin-right: 10px;
    margin-top: 45px;
    z-index: 99999999;
    display: block;
    width: 224px;
    height: 30px
}

.b-map .clear-canvas, .b-map .clear-canvas:hover {
    background-color: red;
    border-color: red
}

.b-map .loader {
    border: 5px solid #f3f3f3;
    display: none;
    position: fixed;
    top: 30%;
    left: 48%;
    border-radius: 50%;
    border-top: 5px solid #555;
    width: 70px;
    height: 70px;
    z-index: 99999999999999999999999999;
    animation: spin 2s linear infinite
}

.baloon-container {
    width: 600px
}

.b-baloon-img {
    padding: 0;
    text-align: center
}

.b-baloon-img img {
    width: 110px;
    height: 110px;
    object-fit: cover
}

.b-baloon-address {
    padding-left: 45px
}

.baloon-font-size {
    font-size: 1rem !important
}

.b-baloon__address {
    padding-top: 10px;
    padding-bottom: 30px;
    font-size: .75rem
}

.b-baloon__address_bottom {
    padding: 20px 0
}

.b-baloon__address a {
    text-decoration: none;
    color: #3972c0
}

.b-baloon__address a .icon {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    margin-right: 5px;
    fill: #3972c0
}

.b-baloon__address a:hover {
    text-decoration: none;
    color: #2d5b99
}

.b-baloon__address a:hover .icon {
    fill: #2d5b99
}

.b-baloon__address a:hover span {
    text-decoration: none
}

.chat-container {
    margin-top: 35px
}

.chats-container {
    margin-top: 55px;
    position: relative
}

.b-message {
    border-bottom: 2px solid #cbd2d7;
    padding: 16px 16px 22px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    color: #202932;
    text-decoration: none !important;
    transition: all .2s ease-in-out;
    position: relative
}

.b-message.active, .b-message:hover {
    background-color: #f0f3f5
}

.b-message.active.yellow, .b-message:hover.yellow, .b-message__crumbs {
    background-color: #fffcd5
}

.b-message__crumbs {
    font-weight: 600;
    line-height: 1.11;
    color: #202932;
    font-size: 1rem;
    padding: 28px 22px 28px 16px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative
}

.b-message__crumbs a {
    color: #000
}

.b-message__crumbs .icon-crumbs__back {
    width: 18px;
    height: 32px;
    display: inline-block;
    position: relative;
    top: 2px;
    margin: 0
}

.b-message__crumbs .icon {
    fill: #77828c
}

.b-message:active, .b-message_selected {
    background-color: #fffcd5
}

.b-message_static {
    display: block;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important
}

.b-message_static:active {
    background-color: #fff
}

.b-message_gray {
    background-color: #f0f3f5
}

.b-message_selected:active {
    background-color: #d8f6df
}

.b-message_first {
    border-top: 1px solid rgba(248, 248, 248, .82)
}

.b-message__avatar {
    width: 96px;
    min-width: 96px;
    max-width: 96px;
    height: 96px;
    background-color: #b2bbc3;
    border-radius: 50%;
    margin-right: 20px;
    overflow: hidden
}

.b-message__avatar img, .b-messages__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.b-message__text {
    width: calc(100% - 116px);
    min-width: calc(100% - 116px);
    max-width: calc(100% - 116px);
    font-size: 12px;
    padding-top: 10px
}

.b-message__text_have-counter {
    width: calc(100% - 20px);
    min-width: calc(100% - 20px);
    max-width: calc(100% - 20px)
}

.b-message__text_wh-avatar {
    width: calc(100% - 64px);
    min-width: calc(100% - 64px);
    max-width: calc(100% - 64px)
}

.b-message__text .title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 600;
    line-height: 1.07;
    width: 100%;
    margin-bottom: 16px;
    color: #202932
}

.b-message__text .title_auto {
    white-space: normal
}

.b-message__text .body {
    color: #444f59;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.07;
    margin-bottom: 24px
}

.b-message__text .body:last-child {
    margin-bottom: 0
}

.b-message__text .name {
    font-weight: 600;
    text-transform: uppercase;
    color: #000
}

.b-message__text .name.colored {
    color: #28a745
}

.b-message__counter {
    margin-left: 16px;
    width: 18px;
    min-width: 18px;
    max-width: 18px;
    height: 18px;
    border-radius: 4px;
    font-size: 10px;
    color: #fff;
    background-color: red;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 600;
    margin-top: 10px
}

.b-message__time {
    line-height: 1;
    font-size: 12px;
    color: #77828c
}

.b-message__time .item, .b-message__time span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 24px
}

.b-message__time .item:last-child, .b-message__time span:last-child {
    margin-right: 0
}

.b-message .price {
    background-color: #ff0;
    color: #000;
    padding: 4px 10px;
    border-radius: 3px;
    position: absolute;
    right: 16px;
    bottom: 8px;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.b-message .date {
    font-size: 12px;
    font-weight: 400;
    color: #77828c;
    display: inline-block;
    padding-left: 10px
}

.b-message__chat {
    max-height: 1000px;
    position: relative;
    overflow: auto;
    padding: 24px 32px 0
}

.b-message__chat .control, .b-message__chat .control .links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.b-message__chat .control {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    left: 20px;
    right: 20px;
    height: 82px;
    padding: 15px 0;
    border-top: 1px solid #cbd2d7;
    background-color: #fff;
    z-index: 5;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.b-message__chat .control .links {
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-order: 3;
    order: 3;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%
}

.b-message__chat .control .links a {
    margin-left: 15px;
    display: block;
    margin-bottom: 0
}

.b-message__chat .control .links a .icon {
    margin-bottom: 0;
    display: block
}

.b-message__chat .bubble {
    background-color: #f0f3f5;
    border-radius: 20px;
    display: inline-block;
    padding: 14px 24px;
    font-size: 14px;
    line-height: 1.29;
    text-align: left;
    margin-left: 10px;
    position: relative
}

.b-message__chat .bubble:before, .b-messages__chat .bubble:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-right-color: #f0f3f5;
    border-left: 0;
    border-bottom: 0;
    margin-top: -5px;
    margin-left: 0;
    -ms-transform: rotate(-20deg);
    transform: rotate(-20deg)
}

.b-message__chat .bubble.one-letter {
    background-color: transparent !important;
    display: block;
    padding-left: 0;
    padding-right: 0;
    font-size: 64px
}

.b-message__chat .bubble.one-letter .small {
    font-size: 12px;
    display: inline-block;
    line-height: 1.2
}

.b-message__chat .bubble.one-letter:before {
    display: none !important
}

.b-message__chat .message {
    margin-bottom: 24px;
    position: relative;
    transition: all .2s ease-in-out
}

.b-message__chat .message.cite {
    padding: 16px;
    background-color: rgba(57, 114, 192, .05);
    border: solid 2px rgba(57, 114, 192, .5)
}

.b-message__chat .message.cite .bubble {
    background-color: #fff;
    border: solid 2px rgba(57, 114, 192, .5);
    padding: 14px 16px;
    border-radius: 0;
    margin-left: 0;
    margin-bottom: 24px
}

.b-message__chat .message.cite .bubble:before {
    display: none
}

.b-message__chat .message.cite .bubble.one-letter, .b-messages__chat .message.cite .bubble.one-letter {
    background-color: transparent;
    border: none
}

.b-message__chat .message.cite .status {
    text-align: right;
    margin-top: -12px
}

.b-message__chat .message.focused {
    background-color: #fff;
    box-shadow: 0 0 16px 4px rgba(0, 0, 0, .15);
    border-radius: 20px;
    padding-top: 12px;
    padding-bottom: 30px;
    padding-right: 20px
}

.b-message__chat .message.focused.message_me {
    padding: 30px 20px 12px
}

.b-message__chat .message.focused .close {
    display: block
}

.b-message__chat .message.focused .b-message__edit {
    display: -ms-flexbox;
    display: flex
}

.b-message__chat .message .close {
    right: 25px;
    top: 18px;
    position: absolute;
    width: 16px;
    height: 16px;
    display: none
}

.b-message__chat .message .close .icon {
    width: 100%;
    max-height: 100%;
    margin: 0;
    display: block
}

.b-message__chat .message .time {
    padding-left: 12px;
    margin-bottom: 6px;
    font-size: 11px;
    color: #77828c
}

.b-message__chat .message .status {
    font-size: 11px;
    color: #77828c;
    padding-top: 6px
}

.b-message__chat .message .status.read {
    color: #28a745
}

.b-message__chat .message .status .icon {
    margin: -1px 10px 0
}

.b-message__chat .message .status .icon, .b-message__chat .message .status span, .b-messages__edit .status span {
    display: inline-block;
    vertical-align: middle
}

.b-message__chat .message_me, .b-message__chat .message_me .bubble.one-letter {
    text-align: right
}

.b-message__chat .message_me .bubble {
    background-color: #d5efdb;
    margin-left: 0;
    margin-right: 10px
}

.b-message__chat .message_me .bubble:before {
    content: '';
    position: absolute;
    right: 0;
    left: auto;
    bottom: 0;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-left-color: #d5efdb;
    border-right: 0;
    border-bottom: 0;
    margin-top: -5px;
    margin-left: 0;
    -ms-transform: rotate(20deg);
    transform: rotate(20deg)
}

.b-message__chat .message_me .time {
    padding-right: 12px
}

.b-message__chat .warning-letters-count {
    display: none;
    width: 100%;
    color: red;
    font-size: 12px;
    -ms-flex-order: 1;
    order: 1;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

.b-message__chat .textarea {
    padding: 0;
    border: none;
    outline: 0 !important;
    font-size: 12px;
    box-shadow: none !important;
    color: #77828c;
    width: 100%;
    height: 64px;
    margin-top: 20px;
    -ms-flex-order: 2;
    order: 2;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%
}

.b-message__edit {
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 20px;
    padding-top: 30px;
    display: none
}

.b-message__edit .item {
    margin-right: 48px;
    text-decoration: none !important;
    color: #000;
    font-size: 12px
}

.b-message__edit .icon {
    margin: 0 auto 14px;
    display: block;
    width: 48px;
    height: 48px
}

.b-message__dropdown {
    border-radius: 6px;
    box-shadow: 0 0 16px 4px rgba(0, 0, 0, .15);
    background-color: #fff;
    border: solid 2px #b2bbc3;
    position: absolute;
    left: 16px;
    right: 16px;
    top: 16px;
    z-index: 8;
    font-weight: 400;
    font-size: 32px;
    padding: 80px 48px 32px;
    display: none
}

.b-message__dropdown .dismiss {
    position: absolute;
    top: 6px;
    right: 6px
}

.b-message__dropdown .dismiss .icon {
    fill: #28a745
}

.b-message__dropdown .item {
    font-size: 32px;
    margin-bottom: 32px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.b-message__dropdown .item .icon {
    margin-right: 15px
}

.b-message__dropdown .item.bordered {
    padding-top: 32px;
    border-top: 1px dashed #b2bbc3
}

.b-message__dropdown .item:last-child {
    margin-bottom: 0
}

.b-messages {
    display: block;
    background-color: #fff;
    box-shadow: 0 4px 20px 0 rgba(32, 41, 50, .3);
    width: 480px;
    margin: 0 auto;
    border-radius: 3px;
    padding: 25px 10px 35px;
    position: relative
}

.b-messages__edit {
    position: absolute;
    right: 0;
    bottom: 12px;
    opacity: 0;
    transition: all .2s ease-in-out
}

.b-messages__edit .status {
    color: #77828c;
    padding-left: 18px;
    margin-bottom: 6px;
    font-size: 11px;
    padding-top: 6px
}

.b-messages__edit .status.read {
    color: #28a745
}

.b-messages__edit .status .icon {
    display: inline-block;
    vertical-align: middle;
    margin: -1px 5px 0 10px
}

.b-messages__edit .item {
    text-decoration: none;
    font-size: 10px;
    color: #5f6f7e;
    margin-right: 20px
}

.b-messages__edit .item:last-child, .b-messages__header_inner a:last-child {
    margin-right: 0
}

.b-messages__edit .item span, .b-messages__header a.chat-url:hover {
    text-decoration: underline
}

.b-messages__edit .item:hover span {
    text-decoration: none
}

.b-messages__edit .item .icon {
    margin-right: 3px
}

.b-messages__edit .item.spam {
    color: #2fad49
}

.b-messages__edit .item.cite {
    color: #3972c0
}

.b-messages_inner {
    padding-bottom: 0
}

.b-messages__container {
    width: 1070px;
    margin: 0 auto
}

.b-messages:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 6px;
    border-color: transparent transparent #fff;
    position: absolute;
    top: -6px;
    right: 60px;
    content: ''
}

.b-messages__header {
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 20px;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1;
    color: #202932
}

.b-messages__header .more-dropdown {
    top: 0;
    right: 10px
}

.b-messages__header_inner {
    background-color: #fffcd5;
    width: 100%;
    padding: 25px 10px;
    margin-top: -25px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.b-messages__header_inner a {
    margin-right: 10px
}

.b-messages__header .icon {
    display: block;
    margin: 0;
    fill: #77828c
}

.b-messages__header a:hover .icon {
    fill: #2fad49
}

.b-messages__header .chat-url {
    color: #202932;
    text-decoration: none
}

.b-messages__avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #b2bbc3;
    -ms-flex: 0 36px;
    flex: 0 36px;
    overflow: hidden
}

.b-messages__item {
    margin-bottom: 10px;
    border-radius: 3px;
    background-color: #f7f8f9;
    padding: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #202932;
    text-decoration: none !important;
    transition: all .2s ease-in-out
}

.b-messages__item.active, .b-messages__item:hover {
    background-color: #fffcd5;
    color: #202932
}

.b-messages__item_inner {
    background-color: #fff;
    border-bottom: 1px solid #f7f8f9;
    margin-bottom: 0
}

.b-messages__item_inner.active, .b-messages__item_inner:hover {
    background-color: #f0f3f5
}

.b-messages__item_inner.active.yellow, .b-messages__item_inner:hover.yellow {
    background-color: #fffcd5
}

.b-messages__item_inner.active {
    width: calc(100% + 20px);
    margin-left: -10px;
    padding-left: 20px;
    padding-right: 20px;
    border-bottom: none
}

.b-messages__item_inner:last-child {
    border-bottom: none
}

.b-messages__item.active:hover {
    background-color: #bbedc6
}

.b-messages__item:last-child {
    margin-bottom: 0
}

.b-messages__text {
    -ms-flex: 1;
    flex: 1;
    padding-left: 10px;
    font-size: 12px
}

.b-messages__text:first-child {
    padding-left: 0
}

.b-messages__text .line {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 5px;
    display: block
}

.b-messages__text .line.big {
    font-size: 14px;
    line-height: 16px;
    max-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal
}

.b-messages__text .line:last-child {
    margin-bottom: 0
}

.b-messages__text .info {
    font-size: 10px;
    line-height: 1.6
}

.b-messages__text .info .total {
    display: inline-block;
    padding: 0 15px;
    border-radius: 2px;
    background-color: #f8e71c
}

.b-messages__detail {
    width: 115px;
    -ms-flex: 0 115px;
    flex: 0 115px;
    padding-left: 20px;
    font-size: 10px;
    line-height: 1.2;
    color: #77828c;
    text-align: right
}

.b-messages__detail .item {
    margin-bottom: 5px;
    display: block
}

.b-messages__detail .item:last-child {
    margin-bottom: 0
}

.b-messages__detail .digit {
    height: 16px;
    min-width: 16px;
    padding: 0 4px;
    line-height: 16px;
    border-radius: 2px;
    background-color: red;
    color: #fff;
    text-align: center;
    font-size: 8px;
    display: inline-block;
    position: relative;
    top: -1px
}

.b-messages__body {
    max-height: 400px;
    height: 400px;
    width: calc(100% + 20px);
    padding: 0 10px;
    margin-left: -10px;
    position: relative
}

.b-messages__chat {
    height: 466px;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0 4px 20px 0 rgba(32, 41, 50, .3);
    padding: 20px;
    width: 570px;
    font-size: 13px;
    line-height: 1.23;
    position: relative
}

.b-messages__chat .body {
    position: relative;
    height: calc(100% - 41px)
}

.b-messages__chat .textarea {
    padding: 0;
    border: none;
    outline: 0 !important;
    font-size: 13px;
    box-shadow: none !important;
    color: #77828c
}

.b-messages__chat .control, .b-messages__chat .control .links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.b-messages__chat .control {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    border-top: 1px solid #cbd2d7;
    background-color: #fff;
    z-index: 5;
    height: 41px;
    padding: 7px 0;
    left: 10px;
    right: 10px;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.b-messages__chat .control .links {
    -ms-flex-pack: end;
    justify-content: flex-end
}

.b-messages__chat .control .links a {
    margin-left: 7px;
    display: block;
    margin-bottom: 0
}

.b-messages__chat .control .links a .icon {
    margin-bottom: 0;
    display: block
}

.b-messages__chat .bubble {
    background-color: #f0f3f5;
    border-radius: 20px;
    display: inline-block;
    line-height: 1.29;
    text-align: left;
    margin-left: 10px;
    position: relative;
    max-width: 70%;
    padding: 10px 15px;
    font-size: 14px
}

.b-messages__chat .bubble.one-letter {
    background-color: transparent !important;
    display: block;
    padding-left: 0;
    padding-right: 0;
    font-size: 32px
}

.b-messages__chat .bubble.one-letter .small {
    font-size: 14px;
    display: inline-block;
    line-height: 1.2
}

.b-messages__chat .bubble.one-letter:before {
    display: none !important
}

.b-messages__chat .message {
    position: relative;
    transition: all .2s ease-in-out;
    margin-bottom: 12px
}

.b-messages__chat .message:hover .b-messages__edit {
    opacity: 1
}

.b-messages__chat .message.cite {
    background-color: rgba(57, 114, 192, .05);
    border: solid 1px rgba(57, 114, 192, .5);
    padding: 8px
}

.b-messages__chat .message.cite .bubble {
    background-color: #fff;
    border: solid 1px rgba(57, 114, 192, .5);
    border-radius: 0;
    margin-left: 0;
    padding: 7px 8px;
    margin-bottom: 12px;
    max-width: 100%
}

.b-messages__chat .message.cite .bubble:before {
    display: none
}

.b-messages__chat .message.cite .status {
    text-align: right;
    margin-top: -12px
}

.b-messages__chat .message.focused {
    background-color: #fff;
    border-radius: 20px;
    padding-top: 6px;
    padding-bottom: 15px;
    padding-right: 10px;
    box-shadow: 0 0 8px 2px rgba(0, 0, 0, .1)
}

.b-messages__chat .message.focused.message_me {
    padding: 15px 10px 6px
}

.b-messages__chat .message.focused .close {
    display: block
}

.b-messages__chat .message.focused .b-message__edit {
    display: -ms-flexbox;
    display: flex
}

.b-messages__chat .message .close {
    position: absolute;
    display: none;
    right: 10px;
    top: 10px;
    width: 8px;
    height: 8px
}

.b-messages__chat .message .close .icon {
    width: 100%;
    max-height: 100%;
    margin: 0;
    display: block
}

.b-messages__chat .message .status, .b-messages__chat .message .time {
    color: #77828c;
    padding-left: 18px;
    margin-bottom: 6px;
    font-size: 11px
}

.b-messages__chat .message .status {
    padding-right: 15px;
    padding-top: 6px
}

.b-messages__chat .message .status.read {
    color: #28a745
}

.b-messages__chat .message .status .icon {
    margin: -1px 5px 0 10px
}

.b-messages__chat .message .status .icon, .b-messages__chat .message .status span {
    display: inline-block;
    vertical-align: middle
}

.b-messages__chat .message_me, .b-messages__chat .message_me .bubble.one-letter {
    text-align: right
}

.b-messages__chat .message_me .b-messages__edit {
    right: auto;
    left: 20px
}

.b-messages__chat .message_me .bubble {
    background-color: #d5efdb;
    margin-left: 0;
    margin-right: 10px
}

.b-messages__chat .message_me .bubble:before {
    content: '';
    position: absolute;
    right: 0;
    left: auto;
    bottom: 0;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-left-color: #d5efdb;
    border-right: 0;
    border-bottom: 0;
    margin-top: -5px;
    margin-left: 0;
    -ms-transform: rotate(20deg);
    transform: rotate(20deg)
}

.more-dropdown {
    position: absolute;
    width: 210px;
    border-radius: 3px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .1);
    background-color: #fff;
    border: solid 1px #dfe3e6;
    padding: 30px 20px 10px;
    right: 10px;
    top: 10px;
    z-index: 4;
    display: none
}

.more-dropdown .item {
    display: block;
    padding-bottom: 10px;
    font-size: 11px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1
}

.more-dropdown .item .icon {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 5px
}

.more-dropdown .item.last {
    padding-top: 10px;
    padding-bottom: 0;
    border-top: 1px dashed rgba(0, 0, 0, .3)
}

.more-dropdown .item a {
    color: #444f59;
    text-decoration: none
}

.more-dropdown .item a:hover {
    color: #2fad49
}

.more-dropdown .more {
    top: 9px;
    right: 11px
}

.more-dropdown .more .icon {
    fill: #2fad49
}

.more-dropdown .more.active .icon {
    fill: #e9da23
}

.b-about {
    background-color: #f7f8f9;
    padding: 60px 0;
    font-size: 12px
}

.b-about .h1 {
    margin-bottom: 20px
}

.b-about .btn-group {
    margin-bottom: 30px
}

.b-about .btn-group .btn-outline-primary {
    color: #2fad49
}

.b-about .btn-group .btn {
    font-size: 12px
}

.b-about__text {
    padding-bottom: 30px
}

.b-about__buttons {
    padding-top: 20px;
    border-top: 1px dashed #b2bbc3;
    margin-top: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.b-about__buttons .item {
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    border-radius: 4px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 106px;
    height: 71px;
    color: #202932;
    text-decoration: none
}

.b-about__buttons .item:hover, .b-description__header a.active, .b-description__header a:hover {
    color: #2fad49
}

.b-about__buttons .item .img, .b-about__buttons .item img {
    margin-bottom: 10px
}

.b-about__img, .b-about__video {
    margin-bottom: 2rem
}

.b-about__img img, .b-about__video img {
    width: 100%;
    object-fit: cover
}

.b-about__fullwidth {
    width: 100%;
    display: block;
    margin-bottom: 60px
}

.b-description {
    padding: 20px 0 60px;
    background-color: #fff
}

.b-description .full_discount, .b-description .full_installment {
    display: none
}

.b-description__header {
    background-color: #f7f8f9;
    border-top: 1px solid #2fad49;
    border-bottom: 1px solid #2fad49;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px
}

.b-description__header a {
    min-width: 175px;
    text-align: center;
    font-size: 13px;
    color: #77828c;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    padding: 16px 0;
    text-decoration: none
}

.b-description__header a.active:before {
    position: absolute;
    bottom: 0;
    height: 4px;
    content: '';
    background-color: #2fad49;
    left: 0;
    width: 100%
}

.b-description .h4, .b-description h4 {
    font-weight: 600;
    margin-bottom: 15px
}

.b-description .i-table, .b-other-new__detail table {
    width: 100%
}

.b-description .i-table td {
    border-top: 1px solid #cbd2d7;
    border-bottom: 1px solid #cbd2d7;
    padding: 10px 0;
    font-size: .75rem
}

.b-description .i-table td.value {
    text-align: right;
    color: #2fad49
}

.b-description .i-table td.value_small {
    color: #202932;
    font-size: .75rem
}

.b-description__action {
    padding: 20px 30px 20px 100px;
    border: 2px solid;
    margin-bottom: 20px;
    border-radius: 3px;
    position: relative;
    font-size: 12px
}

.b-description__action .icon, .b-description__action .img {
    position: absolute;
    left: 20px;
    top: 12px
}

.b-description__action .p:last-child, .b-description__action p:last-child, .b-description__action:last-child {
    margin-bottom: 0
}

.b-description__action .p, .b-description__action p {
    margin-bottom: 8px
}

.b-description__action .title {
    margin-bottom: 9px;
    font-size: 16px;
    font-weight: 700
}

.b-description__action a {
    color: #202932;
    text-decoration: underline;
    font-weight: 700
}

.b-description__action a:hover {
    text-decoration: none;
    color: #2fad49
}

.b-description__action_sale {
    background-color: rgba(67, 154, 255, .1);
    border-color: #439aff
}

.b-description__action_sale .title {
    color: #439aff
}

.b-description__action_credit {
    border-color: #ff9f00
}

.b-description__action_credit .title {
    color: #ff9f00
}

.b-description__info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 30px
}

.b-description__info .item {
    width: 180px;
    padding-left: 50px;
    position: relative;
    margin-right: 30px;
    margin-bottom: 20px;
    font-size: 11px;
    font-weight: 400
}

.b-description__info .item .icon, .b-description__info .item .img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 40px
}

.b-plan {
    padding: 60px 0;
    background-color: #fff;
    font-size: 13px
}

.b-plan_info {
    background-color: #f7f8f9
}

.b-plan .h2, .b-plan h2 {
    line-height: 1;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px dashed #b2bbc3
}

.b-plan .h2.no-line, .b-plan h2.no-line {
    padding-bottom: 0;
    margin-bottom: 20px;
    border-bottom: none
}

.b-plan .h2 .btn, .b-plan h2 .btn {
    font-size: 12px;
    margin-bottom: 0;
    margin-left: 40px;
    padding: 6px 20px;
    margin-top: 7px
}

.b-plan .subtitle {
    font-size: 12px
}

.b-plan .subtitle.first {
    margin-bottom: 20px
}

.b-plan__logo {
    max-width: 100px;
    margin-right: 30px
}

.b-plan h2.b-plan__h2, .b-plan__h2 {
    margin-bottom: 10px;
    padding-bottom: 0;
    border-bottom: none
}

.b-plan__section {
    margin-bottom: 27px
}

.b-plan__section .p, .b-plan__section p {
    margin-bottom: 10px
}

.b-plan__section .p strong, .b-plan__section p strong {
    margin-right: 6px;
    display: inline-block
}

.b-plan__section:last-child {
    margin-bottom: 0
}

.b-plan__section .inner {
    position: relative;
    padding-left: 35px
}

.b-plan__section .inner .img {
    position: absolute;
    top: 0;
    left: 0
}

.b-plan__section .inner .subtitle {
    line-height: 1.67;
    margin-bottom: 10px
}

.b-plan .b-card__view-info .subtitle {
    margin-right: 15px;
    color: #202932;
    margin-bottom: 0
}

.b-plan .day {
    width: 70px;
    font-size: 12px
}

.b-plan__map {
    height: 440px
}

.b-plan__map .js-map {
    width: 100%;
    height: 100%
}

.b-plan .btn {
    font-size: 12px;
    padding-top: 6px;
    padding-bottom: 6px
}

.b-plan .btn.btn-primary {
    color: #fff
}

.b-plan .btn-group {
    margin-bottom: 30px
}

.b-plan__line {
    padding-left: 55px;
    position: relative;
    margin-bottom: 20px
}

.b-plan__line .icon, .b-plan__line .img {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    margin-top: -5px
}

.b-plan__line .body {
    padding-bottom: 10px;
    border-bottom: solid 1px #d7dce0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #77828c;
    font-size: 12px
}

.b-other-new__title a:hover, .b-plan__line .body .name {
    color: #2fad49
}

.b-other-new {
    padding-bottom: 30px
}

.b-other-new__item {
    margin-bottom: 30px;
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(32, 41, 50, .15);
    position: relative
}

.b-other-new__img {
    display: block;
    width: 100%;
    height: 165px
}

.b-other-new__img img, .b-process__item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.b-other-new__text {
    padding: 10px 10px 20px
}

.b-other-new__title {
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    margin-bottom: 10px
}

.b-other-new__title a {
    color: inherit;
    text-decoration: none
}

.b-other-new__address {
    margin-bottom: 20px;
    font-size: 11px;
    position: relative
}

.b-other-new__address .item {
    margin-bottom: 5px
}

.b-other-new__address .item:last-child, .b-other-new__price .item:last-child {
    margin-bottom: 0
}

.b-other-new__address .b-card__address {
    padding: 0
}

.b-other-new__price {
    padding: 0 0 20px;
    font-size: 11px;
    color: #77828c
}

.b-other-new__price .item {
    margin-bottom: 5px
}

.b-other-new__price .active {
    color: #202932
}

.b-other-new__price strong {
    font-size: 16px
}

.b-other-new__detail {
    padding-top: 20px;
    border-top: 1px dashed #cbd2d7;
    font-size: 11px
}

.b-other-new__detail table tr:last-child td {
    padding-bottom: 0
}

.b-other-new .h1, .b-other-new h2 {
    margin-bottom: 30px
}

.b-other-new .achieves {
    position: absolute;
    top: 5px;
    right: -10px;
    width: 120px;
    z-index: 2;
    text-align: right;
    font-size: 0
}

.b-other-new .achieves .achieve {
    display: inline-block;
    height: 24px;
    line-height: 24px;
    padding: 0 10px;
    color: #fff;
    background-color: #b2bbc3;
    font-size: 11px
}

.b-other-new .achieves .achieve.rooms {
    background-color: #2fad49
}

.b-other-new .achieves .achieve .icon {
    fill: #fff;
    display: inline-block;
    position: relative;
    top: 1px;
    margin: 0 5px 0 0
}

.b-apartments {
    padding: 60px 0;
    background-color: #f7f8f9
}

.b-apartments__header {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px dashed #b2bbc3
}

.b-apartments__header .h1, .b-apartments__header h2 {
    margin-bottom: 20px
}

.b-apartments__header .btn, .b-apartments__header .btn-outline-blue {
    font-size: 12px
}

.b-apartments__item {
    box-shadow: 0 2px 4px rgba(32, 41, 50, .15);
    background-color: #fff
}

.b-apartments__item .text {
    padding: 10px 20px 20px
}

.b-apartments__item .btn, .b-apartments__item .btn-outline-blue {
    font-size: 12px
}

.b-apartments__item .title {
    color: #fff;
    line-height: 1;
    font-size: 16px;
    padding: 20px;
    background-color: #3972c0
}

.b-apartments .i-table {
    width: 100%;
    margin-bottom: 20px
}

.b-apartments .i-table td {
    border-top: 1px solid #cbd2d7;
    border-bottom: 1px solid #cbd2d7;
    padding: 10px 0;
    font-size: 12px;
    line-height: 1
}

.b-apartments .i-table td.value {
    text-align: right;
    color: #3972c0
}

.b-apartments .i-table td.value_small {
    color: #202932;
    font-size: .75rem
}

.b-apartments .i-table tr:first-child td {
    border-top: none;
    padding-top: 5px
}

.b-process {
    padding: 60px 0 30px;
    background-color: #fff
}

.b-process .h1, .b-process h2, .b-process__item {
    margin-bottom: 30px
}

.b-process__item {
    font-size: 11px;
    color: #444f59
}

.b-process__item .icon, .b-process__item img {
    margin-right: 5px;
    fill: #444f59;
    position: relative;
    top: -1px
}

.b-process__item .date {
    font-size: 13px;
    color: #000;
    font-weight: 700
}

.b-process__item .img {
    width: 100%;
    height: 200px;
    margin-bottom: 10px;
    display: block
}

.b-img-news {
    padding: 60px 0;
    background-color: #f7f8f9
}

.b-img-news .h1, .b-img-news h2 {
    margin-bottom: 35px
}

.b-img-news .col-12.col-lg-3 {
    margin-bottom: 30px;
    min-height: 100%
}

.b-img-news__item {
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(32, 41, 50, .15);
    position: relative;
    min-height: 100%
}

.b-img-news__item .action {
    position: absolute;
    top: 10px;
    right: 0;
    background-color: #ff086e;
    padding: 6px 10px;
    border-radius: 0;
    font-size: .6875rem;
    line-height: 1;
    font-weight: 700;
    color: #fff;
    z-index: 2;
    text-transform: uppercase
}

.b-img-news__item .action_news {
    background-color: #feff26;
    color: #000
}

.b-img-news__item .action_nb {
    background-color: #46ff85;
    color: #000
}

.b-img-news__item a {
    color: #202932
}

.b-img-news__item a.link, .b-img-news__item a:hover {
    color: #2fad49;
    text-decoration: underline
}

.b-img-news__item a, .b-img-news__item a.link:hover {
    text-decoration: none
}

.b-img-news__img, .b-img-news__img img {
    display: block;
    width: 100%;
    height: 165px
}

.b-img-news__img img {
    height: 100%;
    object-fit: cover
}

.b-img-news__text {
    padding: 10px 10px 20px;
    font-size: 11px
}

.b-img-news__text .p, .b-img-news__text p {
    margin-bottom: 8px
}

.b-img-news__date {
    display: block;
    margin-bottom: 8px;
    color: #b2bbc3
}

.b-img-news__title {
    color: #202932;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 8px;
    font-weight: 700
}

.icon-alert {
    width: 22px;
    height: 22px;
    fill: none
}

.icon-arrow {
    width: 5px;
    height: 7px;
    fill: initial
}

.icon-card__address {
    width: 14px;
    height: 20px;
    fill: #3972c0
}

.icon-card__fav {
    width: 9px;
    height: 6px;
    fill: initial
}

.icon-card__metro {
    width: 36px;
    height: 36px;
    fill: none
}

.icon-card__views {
    width: 32px;
    height: 20px;
    fill: #b2bbc3
}

.icon-card__walk {
    width: 18px;
    height: 32px;
    fill: #b2bbc3
}

.icon-catalog__list {
    width: 9px;
    height: 7px;
    fill: initial
}

.icon-catalog__map {
    width: 7px;
    height: 10px;
    fill: initial
}

.icon-catalog__table {
    width: 9px;
    height: 7px;
    fill: initial
}

.icon-category__buy {
    width: 64px;
    height: 64px;
    fill: #77828c
}

.icon-category__com, .icon-category__country, .icon-category__hour, .icon-category__new, .icon-category__rent, .icon-category__rest {
    width: 64px;
    height: 64px;
    fill: none
}

.icon-chat__cite {
    width: 42px;
    height: 42px;
    fill: none
}

.icon-chat__close {
    width: 16px;
    height: 16px;
    fill: none
}

.icon-chat__remove, .icon-chat__spam {
    width: 38px;
    height: 42px;
    fill: none
}

.icon-chat__spam {
    width: 42px
}

.icon-chat_more__remove {
    width: 7px;
    height: 7px;
    fill: none
}

.icon-check {
    width: 14px;
    height: 10px;
    fill: none
}

.icon-control__attach, .icon-control__photo, .icon-control__smile {
    width: 24px;
    height: 24px;
    fill: none
}

.icon-crumbs__back {
    width: 25px;
    height: 38px;
    fill: none
}

.icon-crumbs__more {
    width: 16px;
    height: 16px;
    fill: initial
}

.icon-dropdown__remove {
    width: 22px;
    height: 22px;
    fill: none
}

.icon-filter__clear {
    width: 7px;
    height: 7px;
    fill: none
}

.icon-footer__mobile {
    width: 11px;
    height: 18px;
    fill: initial
}

.icon-footer__tw, .icon-footer__vk {
    width: 24px;
    height: 24px;
    fill: none
}

.icon-globe {
    width: 12px;
    height: 12px;
    fill: none
}

.icon-header__burger {
    width: 80px;
    height: 80px;
    fill: initial
}

.icon-header__chat, .icon-header__fav {
    width: 16px;
    height: 16px;
    fill: initial
}

.icon-header__logo {
    width: 160px;
    height: 45px;
    fill: #2fad49
}

.icon-header__search {
    width: 14px;
    height: 14px;
    fill: initial
}

.icon-landing__map {
    width: 10px;
    height: 16px;
    fill: initial
}

.icon-messages__back {
    width: 9px;
    height: 13px;
    fill: none
}

.icon-messages__more {
    width: 16px;
    height: 16px;
    fill: initial
}

.icon-modal__fb, .icon-modal__gp {
    width: 40px;
    height: 40px;
    fill: none
}

.icon-modal__gp {
    width: 41px
}

.icon-modal__ok, .icon-modal__tw, .icon-modal__vk {
    width: 40px;
    height: 40px;
    fill: none
}

.icon-nav__arrow {
    width: 23px;
    height: 36px;
    fill: none
}

.icon-quick__calc {
    width: 64px;
    height: 64px;
    fill: none
}

.icon-remove {
    width: 7px;
    height: 7px;
    fill: initial
}

.icon-search__clear {
    width: 32px;
    height: 32px;
    fill: initial
}

.icon-select__arrow {
    width: 12px;
    height: 8px;
    fill: none
}

.icon-send__message {
    width: 24px;
    height: 24px;
    fill: #e0e0e0
}

.icon-status_ico, .icon-status_send {
    width: 16px;
    height: 16px;
    fill: #b2bbc3
}

.icon-status_send {
    fill: #2fad49
}

.icon-user__edit {
    width: 11px;
    height: 11px;
    fill: initial
}

.icon-user__eye, .icon-user__unsee {
    width: 13px;
    height: 10px;
    fill: initial
}

.icon-user__unsee {
    height: 11px
}

.icon-user__up {
    width: 8px;
    height: 7px;
    fill: initial
}

@media (max-width: 1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .table-responsive-xl > .table-bordered {
        border: 0
    }

    .navbar-expand-xl > .b-modal_big, .navbar-expand-xl > .b-tooltip-more-expressions_big, .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }

    .b-baloon__detail_block {
        border-left: none !important
    }

    .b-baloon__detail {
        width: 100%;
        margin-left: 0;
        padding-left: 0;
        border-left: none
    }

    .b-baloon__detail .value {
        margin-top: 5px
    }

    .js-subscribe-reminder-modal {
        display: none !important
    }

    .b-header .header-favour {
        font-size: .75rem;
        margin-top: 12px;
        display: inline-block
    }

    .b-header .chat__block {
        display: inline-block;
        margin-left: 100px
    }

    .b-header .chat__counter {
        font-size: .7rem;
        top: 0
    }

    .b-header {
        padding-top: 10px !important;
        padding-bottom: 0 !important
    }

    .b-header .col-12, .b-header .col-7 {
        padding-top: 10px;
        padding-bottom: 10px;
        display: flex;
    }

    .b-header .col-6 {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .cities-block {
        height: 68px;
        display: none;
    }

    .footer__cities {
        column-count: 3
    }

    .b-filters .inner {
        padding: 15px;
        border-top: 1px solid #5aa7fc
    }

    .b-catalog-table__item .show-more-impressions {
        position: static;
        padding-left: 0
    }

    .b-card .b-crumbs {
        padding-top: 0; /*padding-bottom:5px*/
    }

    .b-card__article .i-table {
        margin: 0 auto;
        width: 260px;
    }

    .b-card__article {
        padding-top: 1px;
    }

    .b-card .value {
        margin: 58px 0 10px !important;
    }

    .b-card .object-params {
        column-count: 2;
        margin: 0 auto;
        width: 284px;
        font-size: 14px;
    }

    .pay_modal_block {
        width: 96% !important;
    }

    .banner_sec {
        min-height: 200px !important;
        border-radius: 5px 5px 0 0 !important;
    }

    .map_ph {
        width: 345px !important;
        padding: 50% 0 !important;
    }

    .b-specials {
        padding: 10px 0 30px
    }

    .b-articles-category .all-sites .all-sites-header {
        font-size: 20px;
        line-height: 1.236
    }

    .b-articles-category .all-sites .cancel-all-sites, .b-read__item {
        margin-bottom: 15px
    }

    .b-articles-category .all-sites .accept-all-sites {
        margin-bottom: 15px;
        white-space: normal
    }

    .b-articles-category .all-sites .select-all-sites-block {
        max-width: 250px
    }

    .b-articles-category .all-sites .all-sites-list {
        column-count: 2;
        padding-left: 0;
        list-style: none;
        max-width: 250px
    }

    .b-articles-category__article img {
        width: 100% !important;
        height: auto !important;
        padding: 5px;
        margin: 0 auto !important
    }

    .b-articles-category__article .article-text {
        line-height: 18px !important;
        font-size: 14px !important;
        color: #444 !important;
        font-family: 'PT Serif', Georgia, 'Times New Roman', Times, serif !important
    }

    .b-read__item .img {
        width: 50%;
        height: auto
    }

    .b-agency__item .image img {
        height: 100px
    }

    .b-modal__inner {
        padding: 5px 60px;
        width: 100%
    }

    .b-modal__header {
        font-size: .75rem;
        margin-top: 12px;
        display: inline-block
    }

    .b-modal__header .toggler {
        min-width: 50px;
        height: 25px;
        line-height: 25px;
        font-size: 6px;
        font-weight: 600
    }

    .b-modal .section {
        margin-bottom: 10px;
        font-size: .55rem
    }

    .b-modal .btn {
        font-size: .7125rem;
        padding: 6px .75rem
    }

    .b-modal .column-layout {
        column-count: 2 !important
    }

    .b-tooltip-more-expressions__header .toggler {
        min-width: 125px;
        height: 35px;
        line-height: 35px;
        font-size: 11px;
        font-weight: 600
    }

    .b-tooltip-more-expressions .btn {
        font-size: .7125rem;
        padding: 6px .75rem
    }

    .b-map__map {
        width: 100%;
        height: 65vh
    }

    .b-map .ymaps-2-1-60-balloon__content, .b-map .ymaps-2-1-62-b-cluster-carousel, .b-map .ymaps-2-1-62-b-cluster-carousel__pager, .b-map .ymaps-2-1-62-balloon__content, .baloon-container {
        width: 290px !important
    }

    .baloon-container {
        padding-left: 0 !important;
        padding-right: 50px !important
    }

    .b-baloon-img img {
        width: 100%;
        max-height: 90px
    }

    .b-baloon-address {
        padding-left: 0
    }

    .baloon-font-size {
        font-size: .8rem !important
    }

    .b-baloon__address {
        padding-bottom: 5px
    }

    .b-baloon__address_bottom {
        padding: 5px 0
    }
}

@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min--moz-device-pixel-ratio: 2), screen and (min-device-pixel-ratio: 2), screen and (min-resolution: 2dppx) {
    .icon-andr, .icon-calendar, .icon-discuss, .icon-down, .icon-fb-m, .icon-g-m, .icon-gplus-m, .icon-handDown, .icon-handUp, .icon-ios, .icon-karma-down, .icon-karma-down:hover, .icon-karma-up, .icon-karma-up:hover, .icon-next, .icon-od-m, .icon-phone-m, .icon-pnext, .icon-pprev, .icon-prev, .icon-print-m, .icon-rss, .icon-scroll-top, .icon-set, .icon-sm-calendar, .icon-subscribe, .icon-success, .icon-twitter-m, .icon-view, .icon-vk-m {
        background-image: url(https://dh.img.tyt.by/i/by5/news/sprite@2x.png?6258d049e0)
    }
}

@media print {
    .d-print-none {
        display: none !important
    }

    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-print-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    *, ::after, ::before {
        text-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    abbr[title]::after {
        content: " (" attr(title) ")"
    }

    pre {
        white-space: pre-wrap !important
    }

    blockquote, pre {
        border: 1px solid #999
    }

    thead {
        display: table-header-group
    }

    blockquote, img, pre, tr {
        page-break-inside: avoid
    }

    h2, h3, p {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    .b-modal_big, .b-tooltip-more-expressions_big, .container, body {
        min-width: 992px !important
    }

    .navbar {
        display: none
    }

    .badge {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td, .table th {
        background-color: #fff !important
    }

    .table-bordered td, .table-bordered th {
        border: 1px solid #ddd !important
    }
}

@media (min-width: 576px) {
    .b-modal_big, .b-tooltip-more-expressions_big, .container {
        max-width: 540px
    }

    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-sm-1 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-sm-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-sm-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-sm-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-sm-11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-sm-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333%
    }

    .offset-sm-2 {
        margin-left: 16.66667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333%
    }

    .offset-sm-5 {
        margin-left: 41.66667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333%
    }

    .offset-sm-8 {
        margin-left: 66.66667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333%
    }

    .offset-sm-11 {
        margin-left: 91.66667%
    }

    .form-inline .form-group, .form-inline label {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0
    }

    .form-inline label {
        -ms-flex-pack: center;
        justify-content: center
    }

    .form-inline .form-group {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-plaintext {
        display: inline-block
    }

    .form-inline .input-group {
        width: auto
    }

    .form-inline .form-check {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }

    .form-inline .form-check-input {
        position: relative;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }

    .form-inline .custom-control {
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .form-inline .custom-control-label {
        margin-bottom: 0
    }

    .navbar-expand-sm {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-sm .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-sm > .b-modal_big, .navbar-expand-sm > .b-tooltip-more-expressions_big, .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-sm .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-sm .navbar-toggler {
        display: none
    }

    .navbar-expand-sm .dropup .dropdown-menu {
        top: auto;
        bottom: 100%
    }

    .card-deck {
        margin-right: -15px;
        margin-left: -15px
    }

    .card-deck .card {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 15px;
        margin-left: 15px
    }

    .card-deck, .card-group {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

    .card-deck .card, .card-group > .card {
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0
    }

    .card-group > .card + .card {
        margin-left: 0;
        border-left: 0
    }

    .card-group > .card:first-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .card-group > .card:first-child .card-header, .card-group > .card:first-child .card-img-top {
        border-top-right-radius: 0
    }

    .card-group > .card:first-child .card-footer, .card-group > .card:first-child .card-img-bottom {
        border-bottom-right-radius: 0
    }

    .card-group > .card:last-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .card-group > .card:last-child .card-header, .card-group > .card:last-child .card-img-top {
        border-top-left-radius: 0
    }

    .card-group > .card:last-child .card-footer, .card-group > .card:last-child .card-img-bottom {
        border-bottom-left-radius: 0
    }

    .card-group > .card:only-child {
        border-radius: 3px
    }

    .card-group > .card:only-child .card-header, .card-group > .card:only-child .card-img-top {
        border-top-left-radius: 3px;
        border-top-right-radius: 3px
    }

    .card-group > .card:only-child .card-footer, .card-group > .card:only-child .card-img-bottom {
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px
    }

    .card-group > .card:not(:first-child):not(:last-child):not(:only-child), .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top {
        border-radius: 0
    }

    .card-columns {
        column-count: 3;
        column-gap: 1.25rem
    }

    .card-columns .card {
        display: inline-block;
        width: 100%
    }

    .jumbotron {
        padding: 4rem 2rem
    }

    .modal-dialog {
        max-width: 500px;
        margin: 30px auto
    }

    .modal-dialog-centered {
        min-height: calc(100% - (30px * 2))
    }

    .modal-sm {
        max-width: 300px
    }

    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .flex-sm-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-sm-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .justify-content-sm-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-sm-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-sm-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-sm-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-sm-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }

    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }

    .float-sm-left {
        float: left !important
    }

    .float-sm-right {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }

    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0, .my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0, .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0, .my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0, .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .mt-sm-1, .my-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1, .mx-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1, .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1, .mx-sm-1 {
        margin-left: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2, .my-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2, .mx-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2, .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2, .mx-sm-2 {
        margin-left: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .mt-sm-3, .my-sm-3 {
        margin-top: 1rem !important
    }

    .mr-sm-3, .mx-sm-3 {
        margin-right: 1rem !important
    }

    .mb-sm-3, .my-sm-3 {
        margin-bottom: 1rem !important
    }

    .ml-sm-3, .mx-sm-3 {
        margin-left: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .mt-sm-4, .my-sm-4 {
        margin-top: 1.5rem !important
    }

    .mr-sm-4, .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .mb-sm-4, .my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4, .mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .mt-sm-5, .my-sm-5 {
        margin-top: 3rem !important
    }

    .mr-sm-5, .mx-sm-5 {
        margin-right: 3rem !important
    }

    .mb-sm-5, .my-sm-5 {
        margin-bottom: 3rem !important
    }

    .ml-sm-5, .mx-sm-5 {
        margin-left: 3rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0, .py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0, .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0, .py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0, .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .pt-sm-1, .py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1, .px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1, .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1, .px-sm-1 {
        padding-left: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2, .py-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2, .px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2, .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2, .px-sm-2 {
        padding-left: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .pt-sm-3, .py-sm-3 {
        padding-top: 1rem !important
    }

    .pr-sm-3, .px-sm-3 {
        padding-right: 1rem !important
    }

    .pb-sm-3, .py-sm-3 {
        padding-bottom: 1rem !important
    }

    .pl-sm-3, .px-sm-3 {
        padding-left: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .pt-sm-4, .py-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4, .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4, .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4, .px-sm-4 {
        padding-left: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .pt-sm-5, .py-sm-5 {
        padding-top: 3rem !important
    }

    .pr-sm-5, .px-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-5, .py-sm-5 {
        padding-bottom: 3rem !important
    }

    .pl-sm-5, .px-sm-5 {
        padding-left: 3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto, .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto, .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto, .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto, .mx-sm-auto {
        margin-left: auto !important
    }

    .text-sm-left {
        text-align: left !important
    }

    .text-sm-right {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width: 768px) {
    .b-modal_big, .b-tooltip-more-expressions_big, .container {
        max-width: 720px
    }

    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-md-1 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-md-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-md-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-md-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-md-11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-md-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-md-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-md-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-md-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-md-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-md-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-md-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-md-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-md-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-md-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-md-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-md-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-md-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-md-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333%
    }

    .offset-md-2 {
        margin-left: 16.66667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333%
    }

    .offset-md-5 {
        margin-left: 41.66667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333%
    }

    .offset-md-8 {
        margin-left: 66.66667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333%
    }

    .offset-md-11 {
        margin-left: 91.66667%
    }

    .navbar-expand-md {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-md .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-md .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-md > .b-modal_big, .navbar-expand-md > .b-tooltip-more-expressions_big, .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-md .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-md .navbar-toggler {
        display: none
    }

    .navbar-expand-md .dropup .dropdown-menu {
        top: auto;
        bottom: 100%
    }

    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .flex-md-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-md-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .justify-content-md-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-md-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-md-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-md-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-md-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-md-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-md-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }

    .float-md-left {
        float: left !important
    }

    .float-md-right {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }

    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0, .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0, .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0, .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0, .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .mt-md-1, .my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1, .mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1, .my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1, .mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2, .my-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2, .mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2, .my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2, .mx-md-2 {
        margin-left: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .mt-md-3, .my-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3, .mx-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3, .my-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3, .mx-md-3 {
        margin-left: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .mt-md-4, .my-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4, .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4, .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4, .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .mt-md-5, .my-md-5 {
        margin-top: 3rem !important
    }

    .mr-md-5, .mx-md-5 {
        margin-right: 3rem !important
    }

    .mb-md-5, .my-md-5 {
        margin-bottom: 3rem !important
    }

    .ml-md-5, .mx-md-5 {
        margin-left: 3rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0, .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0, .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0, .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0, .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .pt-md-1, .py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1, .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1, .py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1, .px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2, .py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2, .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2, .py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2, .px-md-2 {
        padding-left: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .pt-md-3, .py-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3, .px-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3, .py-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3, .px-md-3 {
        padding-left: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .pt-md-4, .py-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4, .px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4, .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4, .px-md-4 {
        padding-left: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .pt-md-5, .py-md-5 {
        padding-top: 3rem !important
    }

    .pr-md-5, .px-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5, .py-md-5 {
        padding-bottom: 3rem !important
    }

    .pl-md-5, .px-md-5 {
        padding-left: 3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto, .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto, .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto, .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto, .mx-md-auto {
        margin-left: auto !important
    }

    .text-md-left {
        text-align: left !important
    }

    .text-md-right {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }

    .navbar-offcanvas {
        width: auto;
        border-top: 0;
        box-shadow: none
    }

    .navbar-offcanvas.offcanvas {
        position: static;
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important
    }

    .navbar-offcanvas .navbar-nav.navbar-left:first-child {
        margin-left: -15px
    }

    .navbar-offcanvas .navbar-nav.navbar-right:last-child {
        margin-right: -15px
    }

    .navbar-offcanvas .navmenu-brand {
        display: none
    }

    .object-address-block {
        width: 50% !important
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
    .chosen-container .chosen-results-scroll-down span, .chosen-container .chosen-results-scroll-up span, .chosen-container-multi .chosen-choices .search-choice .search-choice-close, .chosen-container-single .chosen-search input[type=text], .chosen-container-single .chosen-single abbr, .chosen-container-single .chosen-single div b, .chosen-rtl .chosen-search input[type=text] {
        background-size: 52px 37px !important;
        background-repeat: no-repeat !important
    }
}

@media (min-width: 992px) {
    .b-modal_big, .b-tooltip-more-expressions_big, .container {
        max-width: 960px
    }

    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-lg-1 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-lg-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .b-specials .col-lg-3 + .col-lg-4, .col-lg-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-lg-11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-lg-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333%
    }

    .offset-lg-2 {
        margin-left: 16.66667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333%
    }

    .offset-lg-5 {
        margin-left: 41.66667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333%
    }

    .offset-lg-8 {
        margin-left: 66.66667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333%
    }

    .offset-lg-11 {
        margin-left: 91.66667%
    }

    .navbar-expand-lg {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-lg > .b-modal_big, .navbar-expand-lg > .b-tooltip-more-expressions_big, .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-lg .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }

    .navbar-expand-lg .dropup .dropdown-menu {
        top: auto;
        bottom: 100%
    }

    .modal-lg {
        max-width: 800px
    }

    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .b-baloon__detail .achive, .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .flex-lg-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-lg-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .justify-content-lg-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-lg-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-lg-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-lg-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-lg-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }

    .float-lg-left {
        float: left !important
    }

    .float-lg-right {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }

    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0, .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0, .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0, .my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0, .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .mt-lg-1, .my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1, .mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1, .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1, .mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2, .my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2, .mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2, .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2, .mx-lg-2 {
        margin-left: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .mt-lg-3, .my-lg-3 {
        margin-top: 1rem !important
    }

    .mr-lg-3, .mx-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3, .my-lg-3 {
        margin-bottom: 1rem !important
    }

    .ml-lg-3, .mx-lg-3 {
        margin-left: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .mt-lg-4, .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4, .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4, .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4, .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .mt-lg-5, .my-lg-5 {
        margin-top: 3rem !important
    }

    .mr-lg-5, .mx-lg-5 {
        margin-right: 3rem !important
    }

    .mb-lg-5, .my-lg-5 {
        margin-bottom: 3rem !important
    }

    .ml-lg-5, .mx-lg-5 {
        margin-left: 3rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0, .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0, .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0, .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0, .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .pt-lg-1, .py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1, .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1, .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1, .px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2, .py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2, .px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2, .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2, .px-lg-2 {
        padding-left: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .pt-lg-3, .py-lg-3 {
        padding-top: 1rem !important
    }

    .pr-lg-3, .px-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3, .py-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-lg-3, .px-lg-3 {
        padding-left: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .pt-lg-4, .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4, .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4, .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4, .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .pt-lg-5, .py-lg-5 {
        padding-top: 3rem !important
    }

    .pr-lg-5, .px-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-5, .py-lg-5 {
        padding-bottom: 3rem !important
    }

    .pl-lg-5, .px-lg-5 {
        padding-left: 3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto, .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto, .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto, .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto, .mx-lg-auto {
        margin-left: auto !important
    }

    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media screen and (-webkit-min-device-pixel-ratio: 1), screen and (min--moz-device-pixel-ratio: 1), screen and (min-device-pixel-ratio: 1), screen and (min-resolution: 1dppx) {
    .icon-andr, .icon-calendar, .icon-discuss, .icon-down, .icon-fb-m, .icon-g-m, .icon-gplus-m, .icon-handDown, .icon-handUp, .icon-ios, .icon-karma-down, .icon-karma-down:hover, .icon-karma-up, .icon-karma-up:hover, .icon-next, .icon-od-m, .icon-phone-m, .icon-pnext, .icon-pprev, .icon-prev, .icon-print-m, .icon-rss, .icon-scroll-top, .icon-set, .icon-sm-calendar, .icon-subscribe, .icon-success, .icon-twitter-m, .icon-view, .icon-vk-m {
        background-image: url(https://dh.img.tyt.by/i/by5/news/sprite.png?6258d049e0)
    }
}

@media screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min--moz-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5), screen and (min-resolution: 1.5dppx) {
    .icon-andr, .icon-calendar, .icon-discuss, .icon-down, .icon-fb-m, .icon-g-m, .icon-gplus-m, .icon-handDown, .icon-handUp, .icon-ios, .icon-karma-down, .icon-karma-down:hover, .icon-karma-up, .icon-karma-up:hover, .icon-next, .icon-od-m, .icon-phone-m, .icon-pnext, .icon-pprev, .icon-prev, .icon-print-m, .icon-rss, .icon-scroll-top, .icon-set, .icon-sm-calendar, .icon-subscribe, .icon-success, .icon-twitter-m, .icon-view, .icon-vk-m {
        background-image: url(https://dh.img.tyt.by/i/by5/news/sprite@1.5x.png?6258d049e0)
    }
}

@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none) {
    .ps {
        overflow: auto !important
    }
}

@media (min-width: 1200px) {
    .b-modal_big, .b-tooltip-more-expressions_big, .container {
        max-width: 1170px
    }

    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-xl-1 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-xl-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-xl-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-xl-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-xl-11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-xl-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333%
    }

    .offset-xl-2 {
        margin-left: 16.66667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333%
    }

    .offset-xl-5 {
        margin-left: 41.66667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333%
    }

    .offset-xl-8 {
        margin-left: 66.66667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333%
    }

    .offset-xl-11 {
        margin-left: 91.66667%
    }

    .navbar-expand-xl {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-xl .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-xl > .b-modal_big, .navbar-expand-xl > .b-tooltip-more-expressions_big, .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-xl .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-xl .navbar-toggler {
        display: none
    }

    .navbar-expand-xl .dropup .dropdown-menu {
        top: auto;
        bottom: 100%
    }

    .d-xl-none {
        display: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .flex-xl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .justify-content-xl-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xl-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-xl-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xl-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xl-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }

    .float-xl-left {
        float: left !important
    }

    .float-xl-right {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }

    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0, .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0, .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0, .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0, .mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .mt-xl-1, .my-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1, .mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1, .my-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1, .mx-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2, .my-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2, .mx-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2, .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2, .mx-xl-2 {
        margin-left: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .mt-xl-3, .my-xl-3 {
        margin-top: 1rem !important
    }

    .mr-xl-3, .mx-xl-3 {
        margin-right: 1rem !important
    }

    .mb-xl-3, .my-xl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xl-3, .mx-xl-3 {
        margin-left: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .mt-xl-4, .my-xl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xl-4, .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-4, .my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4, .mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .mt-xl-5, .my-xl-5 {
        margin-top: 3rem !important
    }

    .mr-xl-5, .mx-xl-5 {
        margin-right: 3rem !important
    }

    .mb-xl-5, .my-xl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xl-5, .mx-xl-5 {
        margin-left: 3rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0, .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0, .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0, .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0, .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .pt-xl-1, .py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1, .px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1, .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1, .px-xl-1 {
        padding-left: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2, .py-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2, .px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2, .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2, .px-xl-2 {
        padding-left: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .pt-xl-3, .py-xl-3 {
        padding-top: 1rem !important
    }

    .pr-xl-3, .px-xl-3 {
        padding-right: 1rem !important
    }

    .pb-xl-3, .py-xl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl-3, .px-xl-3 {
        padding-left: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .pt-xl-4, .py-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4, .px-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4, .py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4, .px-xl-4 {
        padding-left: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .pt-xl-5, .py-xl-5 {
        padding-top: 3rem !important
    }

    .pr-xl-5, .px-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-5, .py-xl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xl-5, .px-xl-5 {
        padding-left: 3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto, .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto, .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto, .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto, .mx-xl-auto {
        margin-left: auto !important
    }

    .text-xl-left {
        text-align: left !important
    }

    .text-xl-right {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

@media screen and (max-width: 1199.98px) and (-webkit-min-device-pixel-ratio: 0) {
    input:focus, select:focus, textarea:focus {
        font-size: 16px !important
    }

    input, select, textarea {
        font-size: 16px !important
    }
}

@media (max-width: 991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .table-responsive-lg > .table-bordered {
        border: 0
    }

    .navbar-expand-lg > .b-modal_big, .navbar-expand-lg > .b-tooltip-more-expressions_big, .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }

    .b-baloon {
        display: block
    }

    .b-baloon__img {
        width: 100%;
        height: 100px
    }

    .b-baloon__text {
        width: 100%;
        padding-right: 0;
        padding-top: 10px
    }

    #toTop {
        bottom: 100px;
        right: 25px
    }

    .b-main-menu {
        display: none
    }

    .b-landing {
        margin: auto;
        max-height: none;
        padding: 30px 15px;
        height: auto
    }

    .b-landing__search {
        display: block
    }

    .b-landing__item {
        width: 100%;
        padding: 10px
    }

    .b-landing__item .form-control {
        border-color: #b2bbc3
    }

    .b-landing__item_btn {
        padding: 10px;
        width: calc(100% - 20px);
        margin: 0 0 0 10px;
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px
    }

    .b-landing .chosen-container {
        min-width: 100%
    }

    .b-landing .chosen-container-single .chosen-single {
        height: 30px;
        line-height: 30px;
        font-weight: 400;
        border: 1px solid #b2bbc3;
        border-radius: 3px
    }

    .b-landing .chosen-container-single .chosen-single:before {
        right: 15px
    }

    .b-landing .chosen-container-active.chosen-with-drop .chosen-single:before {
        right: 18px
    }

    .b-landing .chosen-container .chosen-drop {
        top: calc(100% + 1px) !important;
        left: 0 !important;
        width: 100% !important;
        box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .3) !important
    }

    .b-category .col-12 {
        margin-bottom: 10px
    }

    .b-category .col-w-padding {
        padding-bottom: 0
    }

    .b-offers__navs .btn {
        padding-left: 8px;
        padding-right: 8px;
        margin-bottom: 10px
    }

    .b-prices .col-12 {
        margin-bottom: 10px
    }

    .b-prices__table {
        width: calc(100% + 58px)
    }

    .b-quick-form {
        padding: 10px 0
    }

    .b-quick-form__header {
        padding: 2px 10px;
        width: 100%
    }

    .b-quick-form__header, .b-quick-form__header.active {
        border: none;
        height: auto
    }

    .b-quick-form__body {
        margin-left: 0
    }

    .b-quick-form .chosen-container {
        max-width: 100%
    }

    .b-streets-list__columns {
        column-count: 2
    }

    .b-footer {
        padding: 20px 0
    }

    .b-footer__first-col {
        width: 100%
    }

    .b-footer__socials {
        float: right;
        padding-top: 8px
    }

    .b-filters .d-flex {
        padding: 10px 0
    }

    .b-filters__sale {
        margin-bottom: 10px
    }

    .b-filters .buttons .btn {
        width: 100%;
        margin-left: 0;
        margin-bottom: 10px
    }

    .b-add .b-other__text .btn-xxs:last-child, .b-agency__item .buttons .btn:last-child, .b-filters .buttons .btn:last-child {
        margin-bottom: 0
    }

    .b-agency__item .detail:before, .b-catalog-table__item .price:before, .b-filters .hide-on-active.active, .b-list__item .price:before {
        display: none
    }

    .b-catalog .col-12 {
        padding-top: 5px;
        padding-bottom: 5px
    }

    .b-catalog-table__item {
        height: auto
    }

    .b-catalog-table__item .text {
        padding: 20px 15px
    }

    .b-catalog-table__item .building-info {
        position: static;
        padding-left: 0
    }

    .b-card__article .i-table td {
        border-bottom: none
    }

    .b-card__map, .b-card__map-nav {
        width: 100%
    }

    .b-card__map-nav li {
        display: inline-block;
        margin-right: 10px
    }

    .b-card__links {
        position: relative;
        left: 0;
        right: 0
    }

    .b-card__links .link {
        display: block;
        margin-top: 1rem
    }

    .b-other__item {
        display: block
    }

    .b-other__main-img {
        width: 100%;
        margin-right: 0;
        margin-bottom: 6px;
        display: block
    }

    .b-other__preview + .b-other__preview {
        margin-left: 0
    }

    .b-other__preview {
        width: 100%;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .b-other__preview .img {
        width: calc((100% - 12px) / 3);
        margin-right: 6px;
        margin-bottom: 0
    }

    .b-other__preview .img:last-child {
        margin-right: 0
    }

    .b-modal .section .form-control.small-input, .b-other__text {
        width: 100%
    }

    .b-agency__adaptive-table, .b-object-tabs__header {
        display: block
    }

    .b-object-tabs__header .item {
        width: 100%;
        border: 1px solid;
        margin: 5px 0
    }

    .b-list__item .text {
        width: 100%;
        padding: 10px
    }

    .b-list__item .buttons .btn {
        margin-bottom: 10px
    }

    .b-list__item .price {
        padding-top: 0
    }

    .b-articles-category__socials .btn {
        width: 100%;
        margin-bottom: 10px
    }

    .b-agency__item .image {
        margin-bottom: 10px;
        height: 100px
    }

    .b-agency__item .buttons .btn {
        margin-right: 0;
        display: block;
        width: 100%;
        margin-bottom: 10px
    }

    .b-agency__item .detail {
        padding-top: 10px
    }

    .b-agency .section {
        margin-bottom: 10px
    }

    .b-agency__table, .b-user__item .detail:before, .b-user__sites {
        display: none
    }

    .b-user__control {
        display: block;
        padding: 10px 0
    }

    .b-user__control .item {
        margin-bottom: 10px;
        border: 1px solid !important
    }

    .b-user .dotted {
        padding-right: 0;
        margin-right: 0;
        border-right: none
    }

    .b-add__title, .b-user .dotted, .b-user__item .btn-xxs, .b-user__item .first-line, .b-user__item .p, .b-user__item p {
        margin-bottom: 10px
    }

    .b-user__item .p.abs, .b-user__item p.abs {
        position: static;
        padding-top: 20px;
        padding-left: 0
    }

    .b-user__item .detail {
        margin-left: 0;
        padding-left: 0
    }

    .b-user .address {
        margin-top: 10px;
        padding-bottom: 10px
    }

    .b-user .i-table {
        min-width: 700px
    }

    .b-user .i-table td {
        padding: 10px;
        font-size: 10px
    }

    .b-user .i-table td.txt {
        width: auto;
        min-width: 0
    }

    .b-user .i-table th {
        font-size: 10px
    }

    .b-user .author {
        margin-top: 0
    }

    .b-user .small-text .btn-xxs {
        margin-left: 10px;
        margin-bottom: 10px
    }

    .b-add .col-12, .b-add .col-6 {
        padding-bottom: 5px
    }

    .b-add__body, .b-add__head {
        padding: 10px 0
    }

    .b-add__steps, .b-description__header a.active:before {
        display: none
    }

    .b-add .btn-l, .b-modal .btn-checkbox + label {
        margin-bottom: 10px
    }

    .b-add__end {
        padding-top: 10px
    }

    .b-add .form-group {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .b-add .form-group .form-control {
        width: 100%;
        margin: 5px 0
    }

    .b-add .b-other__text {
        margin-left: 0
    }

    .b-add .b-other__text .btn-xxs {
        margin-left: 0;
        width: 100%;
        margin-bottom: 10px
    }

    .b-modal {
        width: 96%
    }

    .b-modal_big .b-modal__header.b-modal__inner_small {
        padding: 10px 30px 0
    }

    .b-modal_big .b-modal__inner_small {
        padding: 10px 30px
    }

    .b-modal__inner_small {
        padding: 30px
    }

    .b-modal__header.b-modal__inner_small {
        padding: 20px 30px
    }

    .b-modal .btn.btn-sub-block {
        margin-left: 0;
        width: 100%;
        margin-bottom: 10px
    }

    .b-modal .btn.btn-sub-block:last-child {
        margin-bottom: 0
    }

    .b-modal .scroller .col-lg-12, .b-modal .scroller .col-lg-3 {
        padding-bottom: 30px
    }

    .b-tooltip-more-expressions {
        width: 96%
    }

    .b-tooltip-more-expressions_big .b-modal__header.b-modal__inner_small {
        padding: 10px 30px 0
    }

    .b-tooltip-more-expressions_big .b-modal__inner_small {
        padding: 10px 30px
    }

    .b-tooltip-more-expressions__inner {
        padding: 10px
    }

    .b-tooltip-more-expressions__inner_small {
        padding: 30px
    }

    .b-tooltip-more-expressions__header.b-modal__inner_small {
        padding: 20px 30px
    }

    .b-tooltip-more-expressions .section .form-control.small-input {
        width: 100%
    }

    .b-tooltip-more-expressions .btn.btn-sub-block {
        margin-left: 0;
        width: 100%;
        margin-bottom: 10px
    }

    .b-tooltip-more-expressions .btn.btn-sub-block:last-child {
        margin-bottom: 0
    }

    .b-map__control {
        height: auto;
        width: 100%
    }

    .b-about__buttons, .b-description__header {
        display: block;
        border-top: none
    }

    .b-about__buttons .item {
        -ms-flex-direction: row;
        flex-direction: row;
        width: 100%;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-align: center;
        align-items: center;
        padding: .5rem 1rem;
        height: auto;
        margin-bottom: 1rem
    }

    .b-about__buttons .item .img, .b-about__buttons .item img {
        margin-right: 2rem;
        margin-bottom: 0
    }

    .b-description__header {
        border-bottom: none;
        background-color: #fff
    }

    .b-description__header a {
        background-color: #fff;
        box-shadow: 0 0 3px rgba(0, 0, 0, .2);
        padding: 13px 1rem;
        margin-bottom: 16px;
        font-weight: 600;
        line-height: 1.17;
        letter-spacing: normal;
        color: #2fad49;
        text-decoration: none !important;
        text-transform: uppercase;
        position: relative;
        display: block;
        text-align: left
    }

    .b-apartments .i-table td, .b-description .i-table td {
        border-bottom: none
    }

    .b-description__info .item {
        width: 100%;
        margin-bottom: 2rem
    }

    .b-description__info .item .icon, .b-description__info .item .img {
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .b-plan .h2 .btn, .b-plan h2 .btn {
        margin-left: 0
    }
}

@media (max-width: 767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .table-responsive-md > .table-bordered {
        border: 0
    }

    .navbar-expand-md > .b-modal_big, .navbar-expand-md > .b-tooltip-more-expressions_big, .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }

    .row {
        display: block
    }

    .b-message__crumbs {
        font-size: 18px;
        padding: 14px 14px 14px 8px
    }

    .b-message__crumbs .icon-crumbs__back {
        width: 9px;
        height: 16px
    }

    .b-message {
        border-bottom-width: 1px;
        padding: 8px 8px 11px
    }

    .b-message__avatar {
        width: 48px;
        min-width: 48px;
        max-width: 48px;
        height: 48px;
        margin-right: 10px
    }

    .b-message__text {
        -ms-flex: calc(100% - 58px);
        flex: calc(100% - 58px);
        width: calc(100% - 58px);
        min-width: calc(100% - 58px);
        max-width: calc(100% - 58px);
        font-size: 14px;
        padding-top: 5px
    }

    .b-message__text_have-counter {
        width: calc(100% - 25px);
        min-width: calc(100% - 25px);
        max-width: calc(100% - 25px)
    }

    .b-message__text_wh-avatar {
        width: calc(100% - 32px);
        min-width: calc(100% - 32px);
        max-width: calc(100% - 32px)
    }

    .b-message__text .title {
        margin-bottom: 8px
    }

    .b-message__text .body {
        margin-bottom: 12px
    }

    .b-message__counter {
        margin-left: 8px;
        width: 24px;
        min-width: 24px;
        max-width: 24px;
        height: 24px;
        font-size: 12px;
        border-radius: 2px;
        margin-top: 12px
    }

    .b-message__time {
        font-size: 12px
    }

    .b-message__time .item, .b-message__time span {
        margin-right: 12px
    }

    .b-message .price {
        right: 8px;
        bottom: 4px
    }

    .b-message .date {
        font-size: 12px;
        padding-left: 5px
    }

    .b-message__chat {
        padding: 12px 16px 0;
        height: calc(100vh - 123px)
    }

    .b-message__chat .control {
        height: 41px;
        padding: 7px 0;
        left: 10px;
        right: 10px;
        bottom: 0
    }

    .b-message__chat .control .links a {
        margin-left: 7px
    }

    .b-message__chat .bubble.one-letter .small {
        font-size: 14px
    }

    .b-message__chat .bubble.one-letter {
        font-size: 32px
    }

    .b-message__chat .bubble {
        padding: 10px 15px;
        font-size: 14px
    }

    .b-message__chat .message.cite {
        padding: 8px;
        border-width: 1px
    }

    .b-message__chat .message.cite .bubble {
        border-width: 1px;
        padding: 7px 8px;
        margin-bottom: 12px
    }

    .b-message__chat .message {
        margin-bottom: 12px
    }

    .b-message__chat .message.focused {
        padding-top: 6px;
        padding-bottom: 15px;
        padding-right: 10px;
        box-shadow: 0 0 8px 2px rgba(0, 0, 0, .1)
    }

    .b-message__chat .message.focused.message_me {
        padding: 15px 10px 6px
    }

    .b-message__chat .message .close {
        right: 10px;
        top: 10px;
        width: 8px;
        height: 8px
    }

    .b-message__chat .message .status, .b-message__chat .message .time {
        padding-left: 18px;
        margin-bottom: 6px;
        font-size: 11px
    }

    .b-message__chat .message .status .icon {
        margin-right: 5px
    }

    .b-message__chat .textarea {
        font-size: 14px
    }

    .b-message__edit {
        padding-left: 10px;
        padding-top: 15px
    }

    .b-message__edit .item {
        margin-right: 24px;
        font-size: 12px
    }

    .b-message__edit .icon {
        margin: 0 auto 7px;
        width: 24px;
        height: 24px
    }

    .b-message__dropdown .item.bordered {
        padding-top: 16px
    }

    .b-message__dropdown .item {
        font-size: 16px;
        margin-bottom: 16px
    }

    .b-message__dropdown {
        border-width: 1px;
        left: 8px;
        right: 8px;
        top: 8px;
        font-size: 16px;
        padding: 40px 24px 16px
    }
}

@media (max-width: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .table-responsive-sm > .table-bordered {
        border: 0
    }

    .navbar-expand-sm > .b-modal_big, .navbar-expand-sm > .b-tooltip-more-expressions_big, .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

#citySelector {
    width: 182px;
    border-color: #2fad49;
    background-color: #2fad49;
    color: #fff;
}

.citySelectorContainer {
    display: flex;
    margin: 10px 0 0 10px
}

.text p {
    width: 100%;
}

.bd-content-title {
    display: block;
    pointer-events: auto;
}

.add-content {
    font-size: 1.3rem
}

.info-user {
    list-style-image: url(/img/check-18.svg?v=1);
    margin-left: -17px;
}

.info-user > li {
    margin-bottom: 0;
}

.info-user > li > span {
    position: absolute;
    margin-top: -6px !important;
    font-size: 14px;
}

.block-user-info {
    margin-bottom: 13px;
}

.img_housenew {
    position: absolute;
    width: 360px;
    height: 260px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.slick-list {
    height: 100% !important;
}

.adsbygoogle {
    float: none !important;
}