@charset "UTF-8";
* {
    -webkit-overflow-scrolling: touch
}

@media screen and (max-width:480px) {
    input,
    select,
    textarea {
        font-size: 1rem!important
    }
}

.ll18--create-section-form__link,
.ll18--upper {
    text-transform: uppercase
}

.ll18--lower {
    text-transform: lowercase
}

.ll18--nottr {
    text-transform: none!important
}

.ll18--text-center {
    text-align: center
}

.ll18--text-bold {
    font-weight: 700
}

.ll18--note {
    font-size: .75rem;
    font-weight: 400;
    color: rgba(51, 51, 51, .5)
}

.ll18--big,
.ll18--note {
    font-family: ProximaNova;
    text-transform: uppercase
}

.ll18--big {
    opacity: .75;
    color: #333;
    font-size: 1.25rem;
    font-weight: 700
}

.ll18--err {
    color: #c51a1a
}

.ll18--warn {
    color: #f1dd00
}

.ll18--succ {
    color: #1fb329
}

.ll18--white {
    color: #fff
}

.ll18--grey {
    color: rgba(51, 51, 51, .75)!important
}

.ll18--none {
    display: none!important
}

.ll18--block {
    display: block!important
}

.ll18--flex {
    display: -webkit-box !important;
    display: flex !important
}

.ll18--hide {
    -webkit-animation: hideBlock 1.2s ease-out;
    animation: hideBlock 1.2s ease-out
}

@-webkit-keyframes hideBlock {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes hideBlock {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.ll18--block_tablet {
    display: none
}

@media screen and (max-width:767px) {
    .ll18--block_tablet {
        display: block
    }
}

.ll18--w100 {
    width: 100%
}

.ll18--mb-10 {
    margin-bottom: .625rem
}

html.ll18--noscroll {
    height: 100%;
    overflow: hidden
}

@media screen and (max-width:480px) {
    html.ll18--noscroll body {
        position: fixed;
        left: 0;
        right: 0
    }
}

.ll18--hr,
.ll18--hr_mrg {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #a4a4a4
}

.ll18--hr_mrg {
    margin: 1.875rem 0
}

.ll18--create-section-form__link,
.ll18--link,
.ll18--link_dott {
    transition: all .2s ease-in-out 0s;
    color: #9bbc44;
    cursor: pointer
}

.ll18--create-section-form__link:hover,
.ll18--link:hover,
.ll18--link_dott:hover {
    color: #ffb503
}

.ll18--create-section-form__link,
.ll18--link_dott {
    text-decoration: none;
    border-bottom: 1px dotted
}

.asform__body .select-block label.checkbox-block span,
.slider-block__bottom span {
    color: #fff
}

.block_nobg {
    background: transparent!important
}

.hr {
    display: block;
    width: 100%;
    height: 2px;
    background-color: rgba(0, 0, 0, .05)
}

.ll18--bg_smokey {
    background-color: #f8f8f8
}

.ll18--bg_grey {
    background-color: rgba(0, 0, 0, .05)
}

.ll18--brd_bott {
    border-bottom: 2px solid #e8e8e8
}

.ll18--bg_img {
    background-size: cover
}

.ll18--bg_img,
.ll18--i-status {
    background-position: 50%;
    background-repeat: no-repeat
}

.ll18--i-status {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: .3125rem;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: help
}

.ll18--i-status.ll18--hold {
    background-image: url(../images/hold.png)
}

.ll18--i-status.ll18--hold-no {
    background-image: url(../images/hold-no.png)
}

.ll18--i-status.ll18--visibility {
    background-image: url(../images/visibility.png)
}

.ll18--i-status.ll18--invisible {
    background-image: url(../images/invisible.png)
}

.ll18--i-status.ll18--wall-clock {
    background-image: url(../images/wall-clock.png)
}

.ll18--i-status.ll18--wall-clock-warn {
    background-image: url(../images/wall-clock-warn.png)
}

.ll18--i-status.ll18--wall-clock-no {
    background-image: url(../images/wall-clock-no.png)
}

.ll18--i-edit:before {
    content: "";
    font-family: FontAwesome;
    font-weight: 400
}

.ll18--i-copy:before {
    content: "";
    font-family: FontAwesome;
    font-weight: 400
}

.ll18--i-del:before {
    content: "";
    font-family: FontAwesome;
    font-weight: 400
}

.ll18--img-preloader {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    min-height: 70px;
    top: 0;
    left: 0;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer
}

.ll18--img-preloader>* {
    display: none
}

.ll18--ul {
    padding-left: .9375rem
}

.ll18--ul li {
    font-weight: 400;
    color: #333
}

.ll18--ul-icons {
    display: block;
    margin-left: 0;
    padding: 0;
    list-style: none
}

.ll18--ul-icons li {
    display: block;
    width: 100%;
    height: auto;
    padding: .3125rem 0 .3125rem 1.5625rem;
    line-height: 1.1;
    background-size: auto;
    background-position: 0 50%
}

.ll18--flex-vert {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center
}

.ll18--flex-vert>* {
    -webkit-box-flex: 1;
    flex: 1 1 100%
}

.ll18--flex-inp-line,
.ll18--flex-inp-line_three {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    min-height: 32px
}

.ll18--flex-inp-line>*,
.ll18--flex-inp-line_three>* {
    margin-top: 0!important;
    margin-bottom: 0!important
}

.ll18--flex-inp-line>:not(:last-child),
.ll18--flex-inp-line_three>:not(:last-child) {
    margin-right: .9375rem
}

.ll18--flex-inp-line_three>* {
    -webkit-box-flex: 1;
    flex: 1 1 33%
}

@media screen and (max-width:480px) {
    .ll18--flex-inp-line_three {
        flex-wrap: wrap
    }
    .ll18--flex-inp-line_three>:not(:last-child) {
        margin-right: 0
    }
}

.ll18--button,
.ll18--button_colored,
.ll18--button_def,
.ll18--button_inactive {
    transition: all .2s ease-in-out 0s;
    padding: .5rem 1.5625rem .375rem;
    border-radius: 4px;
    border: 2px solid #ffb503;
    background-color: #fff;
    color: #000;
    font-family: ProximaNova;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    text-indent: 0;
    cursor: pointer
}

.ll18--button:hover,
.ll18--button_colored:hover,
.ll18--button_def:hover,
.ll18--button_inactive:hover {
    background-color: #9bbc44;
    border-color: #9bbc44
}

.ll18--button_colored {
    background-color: #ffd71a;
    border-color: #ffb503
}

.ll18--button_inactive {
    background-color: #a4a4a4;
    border-color: #a4a4a4
}

.ll18--button_inactive:hover {
    background-color: #d70000;
    border-color: #d70000;
    color: #fff
}

.ll18--button_def {
    background-color: #a4a4a4;
    border-color: #a4a4a4
}

.ll18--button_big {
    padding: 1.25rem 3.125rem;
    font-size: 1.6875rem
}

button:disabled,
input:disabled {
    background: #999;
    color: #ccc;
    cursor: not-allowed
}

button:disabled:hover,
input:disabled:hover {
    background: #999;
    color: #ccc
}

.ll18--check-cont {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: baseline;
    align-items: baseline
}

.ll18--check-cont_sm {
    align-items: center;
    font-size: .75rem
}

.ll18--checkbox,
.ll18--radio {
    display: none
}

.ll18--checkbox-custom,
.ll18--radio-custom {
    -webkit-box-flex: 0;
    flex: 0 0 14px;
    position: relative;
    width: 14px;
    height: 14px;
    background: #fff;
    border: 0;
    box-shadow: 0 0 0 1px #444;
    cursor: pointer
}

@media screen and (max-width:767px) {
    .ll18--checkbox:checked+.ll18--checkbox-custom {
        box-shadow: 0 0 0 1px #fff
    }
}

.ll18--checkbox-custom,
.ll18--label,
.ll18--radio-custom {
    display: inline-block;
    vertical-align: middle
}

.ll18--checkbox:checked+.ll18--checkbox-custom:before,
.ll18--radio:checked+.ll18--radio-custom:before {
    content: "";
    display: block;
    position: absolute;
    line-height: 14px
}

.ll18--checkbox:checked+.ll18--checkbox-custom:before {
    content: "\f00c";
    font-family: FontAwesome;
    font-size: .5625rem;
    font-weight: 400;
    text-align: center;
    color: #fff
}

.ll18--checkbox-custom,
.ll18--checkbox:checked+.ll18--checkbox-custom:before {
    border-radius: 2px
}

.ll18--checkbox.ll18--deselect+.ll18--checkbox-custom:before,
.ll18--checkbox.ll18--deselect:checked+.ll18--checkbox-custom:before {
    content: "\f068";
    position: relative;
    display: inline;
    top: 1px;
    font-family: FontAwesome;
    font-size: .5625rem;
    font-weight: 400;
    text-align: center;
    background-color: #fff;
    color: #444
}

.ll18--checkbox:checked+.ll18--checkbox-custom:before {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #444
}

.ll18--radio-custom,
.ll18--radio:checked+.ll18--radio-custom:before {
    border-radius: 50%
}

.ll18--radio:checked+.ll18--radio-custom:before {
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
    background: #9bbc44
}

.ll18--label {
    padding-left: .625rem
}

.ll18--radio:checked~.ll18--label {
    color: #444
}

.ll18--input-photo {
    min-width: 140px;
    height: 100px;
    border: 1px dashed #444;
    border-radius: 3px;
    background-position: 50%;
    background-size: auto;
    background-repeat: no-repeat;
    background-image: url(../images/close.png);
    cursor: pointer
}

.ll18--input-photo.ll18--selected {
    border: none;
    border-radius: 0;
    background-size: cover
}

.ll18--input-photo input {
    display: none
}

@media screen and (max-width:480px) {
    .ll18--input-photo {
        min-width: 120px
    }
}

.ll18--input-files-multi,
.ll18--input-photo-multi {
    font-family: ProximaNova;
    font-size: 1rem;
    font-weight: 400;
    color: rgba(51, 51, 51, .6);
    text-decoration: underline;
    text-transform: uppercase;
    cursor: pointer
}

.ll18--input-files-multi input,
.ll18--input-photo-multi input {
    display: none
}

.ll18--input-photo-multi__previews {
    -webkit-box-flex: 1;
    flex: 1 1 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 1.25rem;
    margin-right: -1.25rem
}

.ll18--input-photo-multi__previews>* {
    -webkit-box-flex: 0;
    flex: 0 1;
    margin: .3125rem 1.25rem .3125rem 0
}

@media screen and (max-width:480px) {
    .ll18--input-photo-multi__previews>* {
        -webkit-box-flex: 1;
        flex: 1 1
    }
}

.ll18--modal-edit__photos>.ll18--input-photo-multi__previews {
    -webkit-box-flex: 1;
    flex: 1 1 100%
}

.ll18--input {
    width: 100%;
    box-sizing: border-box;
    height: 32px;
    border-radius: 4px;
    padding-left: .3125rem;
    font-size: .875rem;
    border: 1px solid #a4a4a4;
    -webkit-appearance: none;
    -moz-appearance: textfield;
    appearance: none;
    text-indent: 0
}

.ll18--input.datepicker-here_management {
    padding: 0;
    background: transparent;
    border: none;
    box-shadow: none;
    outline: none;
    color: #333;
    font-family: ProximaNova;
    font-size: .75rem;
    font-weight: 400;
    cursor: pointer
}

.ll18--inhut_h,
.ll18--select.ll18--inhut_h,
.ll18--search-form .SumoSelect>.ll18--inhut_h.CaptionCont {
    height: 44px!important
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .ll18--button,
    .ll18--button_colored,
    .ll18--button_def,
    .ll18--button_inactive,
    .ll18--textarea,
    input,
    select,
    textarea {
        -webkit-appearance: none!important;
        border-radius: 4px!important
    }
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .ll18--button,
    .ll18--button_colored,
    .ll18--button_def,
    .ll18--button_inactive,
    .ll18--textarea {
        -webkit-appearance: none !important;
        border-radius: 4px !important
    }
}

.ll18--select,
.ll18--search-form .SumoSelect>.CaptionCont {
    display: inline-block;
    height: 28px;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: .7em;
    background-color: #f8f8f8;
    background-image: url(../images/arrow_select.png);
    background-position: 97% 90%;
    border: 1px solid #a4a4a4!important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-appearance: none;
    -webkit-user-select: none;
    font-size: .875rem;
    font-weight: 700;
    height: 32px!important;
    border-radius: 4px!important;
    padding: .3125rem 1.875rem .3125rem .3125rem;
    border: 1px solid #a4a4a4;
    background-color: #fff;
    -moz-appearance: none;
    appearance: none;
   background-repeat: no-repeat;
    background-position: 100%
}

.ll18--select::-ms-expand,
.ll18--search-form .SumoSelect>.CaptionCont::-ms-expand {
    display: block
}

.ll18--search-form .SumoSelect>.CaptionCont {
    background-image: none
}

.ll18--search-form .SumoSelect,
.ll18--search-form .SumoSelect>.CaptionCont {
    width: 100%!important;
    font-family: Roboto;
    font-size: .875rem;
    font-weight: 700;
    line-height: 1.5
}

.ll18--search-form .SumoSelect.open>.CaptionCont,
.ll18--search-form .SumoSelect:focus>.CaptionCont,
.ll18--search-form .SumoSelect:hover>.CaptionCont {
    border: 1px solid #a4a4a4;
    border-radius: 4px;
    box-shadow: none
}

.ll18--search-form .SumoSelect.open>.search>label,
.ll18--search-form .SumoSelect.open>.search>span {
    visibility: visible!important;
    z-index: 10
}

.search_select.SumoUnder {
    height: 32px!important;
    border-radius: 4px!important
}

.ll18--search-form__bottom .SumoSelect.open .search-txt {
    left: -13px
}

.ll18--search-form__bottom .SumoSelect.open .search-txt::-ms-input-placeholder {
    color: grey
}

.ll18--search-form__bottom .SumoSelect.open .search-txt:focus::-ms-input-placeholder {
    color: grey!important
}

.ll18--search-form__bottom .SumoSelect>.optWrapper {
    width: calc(100% + 37px)
}

@media screen and (max-width:400px) {
    .ll18--search-form__bottom .SumoSelect>.optWrapper {
        width: 100%
    }
}

.ll18--select_grey {
    background-color: #f8f8f8
}

.ll18--input_full {
    width: 100%
}

select::-ms-expand {
    display: none!important
}

.ll18--textarea {
    width: 100%;
    max-width: 100%;
    min-height: 100px;
    padding: .9375rem;
    border-radius: 4px;
    border: 1px solid #a4a4a4;
    background-color: #fff;
    font-family: ProximaNova;
    font-size: 1rem;
    color: #333;
    box-sizing: border-box
}

.ll18--vue-editor {
    position: relative;
    display: block
}

.ll18--vue-editor__start {
    display: none
}

.ll18--vue-editor__message {
    display: block;
    min-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 80px
}

@media screen and (max-width:767px) {
    .ll18--vue-editor__message {
        max-height: none
    }
}

.ll18--vue-editor__textarea {
    width: 100%;
    height: 100%;
    background: hsla(0, 0%, 100%, 0);
    border: none;
    box-shadow: none;
    outline: none;
    resize: vertical
}

.ll18--editor-modal-view {
    display: none;
    position: absolute;
    width: 300px;
    right: 35px;
    top: 35px;
    background: #fff;
    padding: .9375rem;
    border: 2px solid #ccc;
    border-radius: 15px;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, .25);
    z-index: 100
}

.ll18--editor-modal-view.ll18--open {
    display: block
}

.ll18--wrap-content {
    max-width: 1400px;
    margin: 0 auto;
    padding-left: calc((100vw - 87.5rem)/2);
    padding-right: calc((100vw - 87.5rem)/2)
}

@media screen and (max-width:1430px) {
    .ll18--wrap-content {
        padding-left: 5%;
        padding-right: 5%
    }
}

@media screen and (max-width:767px) {
    .ll18--wrap-content {
        padding-left: .9375rem;
        padding-right: .9375rem
    }
}

.ll18--section {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem
}

.ll18--table-respons {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: visible
}

@media screen and (max-width:767px) {
    .ll18--table-respons {
        overflow: visible
    }
}

.ll18--wrapper_flex {
    display: -webkit-box;
    display: flex;
    max-width: 1400px;
    width: 90%;
    margin: 0 auto
}

.wrapper.ll18--wrapper_mobile {
    width: calc(100% - 30px)
}


.ll18--acc-info {
    transition: all .2s ease-in-out 0s;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    text-align: center;
    font-family: Proxima Nova;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-transform: uppercase;
    cursor: pointer
}

@media screen and (max-width:600px) {
    .ll18--acc-info {
        flex: 1 1 100%;
        justify-content: center;
        order: 1!important;
        padding: 1.875rem 0;
        background-color: #f7f7f7
    }
}

.ll18--acc-info>* {
    margin-top: .3125rem;
    transition: color .3s ease;
    will-change: color
}

.ll18--acc-info:after {
    transition: all .2s ease-in-out 0s;
    content: "i";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0;
    width: 30px;
    height: 30px;
    min-width: 30px;
    min-height: 30px;
    margin-left: .9375rem;
    border: 2px solid #ffb503;
    background-color: #fff;
    border-radius: 50%;
    font-family: Proxima Nova;
    font-size: 1rem;
    font-weight: 700;
    color: #000;
    text-transform: none;
    width: 22px;
    height: 22px;
    min-width: 22px;
    min-height: 22px;
    background-color: #ffb503;
    color: #fff
}

.ll18--acc-info:hover>* {
    color: #ffb503
}

.ll18--acc-info-title {
    display: flex;
    font-size: 1.5rem;
    color: rgba(51, 51, 51, .75);
    text-transform: uppercase
}

.ll18--acc-info-title,
.ll18--acc-info-title:before {
    align-items: center;
    font-family: Proxima Nova;
    font-weight: 700
}

.ll18--acc-info-title:before {
    transition: all .2s ease-in-out 0s;
    content: "i";
    display: inline-flex;
    justify-content: center;
    flex: 0 0;
    width: 30px;
    height: 30px;
    min-width: 30px;
    min-height: 30px;
    margin-left: .9375rem;
    border: 2px solid #ffb503;
    background-color: #fff;
    border-radius: 50%;
    font-size: 1rem;
    color: #000;
    text-transform: none;
    margin-right: .9375rem
}

div.awesomplete {
    display: block!important;
    width: 100%!important;
    box-sizing: border-box;
    color: #000
}

input.awesomplete {
    width: 100%;
    height: 44px!important;
    box-sizing: border-box;
    text-indent: 0
}

.awesomplete mark {
    background-color: rgba(155, 188, 68, .8)!important
}

.awesomplete>ul {
    top: 45px!important
}

.awesomplete>ul>li,
input.awesomplete {
    font-family: Roboto, sans-serif!important;
    font-weight: 600!important;
    font-size: .875rem!important;
    color: #000!important
}

.ll18--check-block {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    cursor: pointer
}

.ll18--check-block>* {
    flex: 1 1 100%
}

.ll18--check-block input[type=checkbox] {
    position: absolute;
    z-index: -10;
    opacity: 0;
    visibility: hidden
}

.ll18--check-block .asform__header--item {
    height: auto
}

.ll18--check-block .asform__header--item:hover * {
    color: #afafaf
}

@media screen and (max-width:767px) {
    .ll18--check-block .asform__header--item:hover * {
        color: #fff
    }
}

.ll18--check-block .asform__header--item .icon,
.ll18--check-block .asform__header--item span {
    transition: color .3s ease;
    will-change: color
}

.ll18--check-block.active,
.ll18--check-block.active .ll18--check-block__img,
.ll18--check-block.active:hover,
.ll18--check-block.active:hover .ll18--check-block__img {
    color: #ffd71a
}

.ll18--check-block.active .ll18--check-block__img img,
.ll18--check-block.active:hover .ll18--check-block__img img {
    border-color: #ffd71a
}

.ll18--check-block.active .ll18--check-block__img svg,
.ll18--check-block.active:hover .ll18--check-block__img svg {
    fill: #ffd71a
}

.ll18--check-block.active .asform__header--item .icon,
.ll18--check-block.active .asform__header--item span,
.ll18--check-block.active:hover .asform__header--item .icon,
.ll18--check-block.active:hover .asform__header--item span {
    color: #ffd71a
}

.owl-item>.ll18--check-block {
    display: block;
    max-width: calc(100% - 10px)
}

.ll18--check-block__img {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    text-align: center
}

.ll18--check-block__img img {
    display: block;
    max-width: 100%;
    flex: 0 0 auto;
    margin: auto;
    border: 3px solid transparent;
    transition: border-color .3s ease;
    will-change: border-color;
    pointer-events: none
}

.ll18--check-block__img svg {
    flex: 1 1;
    min-height: 55px;
    fill: #fff;
    transition: fill .3s ease;
    will-change: fill
}

.ll18--check-block__img:hover {
    color: #afafaf
}

@media screen and (max-width:767px) {
    .ll18--check-block__img:hover {
        color: #fff
    }
}

.ll18--check-block__img:hover img {
    border-color: #afafaf
}

@media screen and (max-width:767px) {
    .ll18--check-block__img:hover img {
        border-color: transparent
    }
}

.ll18--check-block__img:hover svg {
    fill: #afafaf
}

@media screen and (max-width:767px) {
    .ll18--check-block__img:hover svg {
        fill: #fff
    }
}

.ll18--check-block__st {
    margin: .9375rem 0 0;
    font-size: .625rem;
    font-weight: 700;
    text-transform: uppercase;
    transition: color .3s ease;
    will-change: color
}

.asform__header--item,
.asform__header--item .add-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    align-content: center
}

.ll18--choice {
    display: flex;
    padding: 5.625rem 0 3.125rem
}

@media screen and (max-width:767px) {
    .ll18--choice {
        flex-wrap: wrap;
        padding: 3.125rem 0 0
    }
}

.ll18--choice__item {
    flex: 0 0 50%;
    max-width: 50%;
    cursor: pointer
}

@media screen and (max-width:767px) {
    .ll18--choice__item {
        flex: 1 1 100%;
        max-width: 100%
    }
}

.ll18--choice__item:not(:first-of-type)>* {
    margin-left: .625rem
}

@media screen and (max-width:767px) {
    .ll18--choice__item:not(:first-of-type)>* {
        margin-left: 0
    }
}

.ll18--choice__item:not(:last-of-type)>* {
    margin-right: .625rem
}

@media screen and (max-width:767px) {
    .ll18--choice__item:not(:last-of-type)>* {
        margin-right: 0
    }
}

.ll18--choice__item.ll18--check .ll18--choice__image,
.ll18--choice__item:hover .ll18--choice__image {
    border: 3px solid #ffd71a
}

.ll18--choice__title {
    font-family: ProximaNova;
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.5;
    color: rgba(0, 0, 0, .75);
    text-transform: uppercase;
    text-align: center
}

.ll18--choice__image {
    transition: all .2s ease-in-out 0s;
    height: 293px;
    margin-top: 1.875rem;
    background-color: #fff;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    border: 3px solid rgba(0, 0, 0, .05)
}

@media screen and (max-width:767px) {
    .ll18--choice__image {
        margin-top: .625rem;
        margin-bottom: 3.125rem
    }
}

.ll18--choice__bottom {
    display: flex;
    padding-bottom: 3.125rem;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.ll18--choice__price {
    margin-top: 1.25rem;
    font-family: ProximaNova;
    font-size: 1.125rem;
    font-weight: 400;
    color: rgba(51, 51, 51, .75);
    text-transform: uppercase
}

.ll18--choice__check {
    display: none
}

.ll18--create-section {
    position: relative;
    display: block;
    padding: 3.125rem 0 4.375rem;
    border-top: 2px solid #e8e8e8
}

.ll18--create-section,
.ll18--create-section * {
    box-sizing: border-box
}

@media screen and (max-width:1199px) {
    .ll18--create-section {
        padding-bottom: 0
    }
}

.ll18--create-section__balance {
    position: absolute;
    display: block;
    width: 370px;
    top: 50px;
    right: 0;
    padding: 1.875rem;
    box-shadow: -12px 9px 25px rgba(0, 0, 1, .2);
    background-color: #fff
}

@media screen and (max-width:1199px) {
    .ll18--create-section__balance {
        position: static;
        max-width: 100%;
        margin-top: 3.125rem;
        box-shadow: none;
        border: 2px solid #e8e8e8
    }
}

@media screen and (max-width:575px) {
    .ll18--create-section__balance {
        padding: 1.875rem .9375rem
    }
}

.ll18--create-section__balance table {
    width: 100%
}

.ll18--create-section__balance table td,
.ll18--create-section__balance table th {
    font-family: ProximaNova;
    font-size: 1rem;
    text-align: left;
    color: #333;
    line-height: 1.5
}

@media screen and (max-width:480px) {
    .ll18--create-section__balance table td,
    .ll18--create-section__balance table th {
        font-size: .875rem
    }
}

.ll18--create-section__balance table th {
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase
}

.ll18--create-section__balance table .price {
    color: #9bbc44
}

.ll18--create-section__h1 {
    font-size: 1.5rem;
    color: rgba(51, 51, 51, .75)
}

.ll18--create-section__h1,
.ll18--create-section__h3 {
    font-family: ProximaNova;
    font-weight: 700;
    text-transform: uppercase
}

.ll18--create-section__h3 {
    display: block;
    margin-bottom: .625rem;
    font-size: 1rem;
    color: #333
}

.ll18--create-section-form__h4 {
    color: #000;
    font-family: ProximaNova;
    font-size: .75rem;
    font-weight: 600
}

.ll18--create-section-form__h5 {
    font-weight: 300
}

.ll18--create-section-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.ll18--create-section-form_dpfix {
    padding-bottom: 8.125rem
}

.ll18--create-section-form__wrap {
    width: 100%;
    max-width: calc(100% - 370px);
    margin-top: 3.125rem
}

@media screen and (max-width:1199px) {
    .ll18--create-section-form__wrap {
        max-width: 100%
    }
}

.ll18--create-section-form__block,
.ll18--create-section-form__full,
.ll18--create-section-form__full_c,
.ll18--create-section-form__half {
    margin: .3125rem 0;
    padding: 1.875rem;
    border: 2px solid #e8e8e8;
    background-color: #fff
}

@media screen and (max-width:575px) {
    .ll18--create-section-form__block,
    .ll18--create-section-form__full,
    .ll18--create-section-form__full_c,
    .ll18--create-section-form__half {
        padding: 1.875rem .9375rem
    }
}

.ll18--create-section-form__half {
    flex: 0 0 calc(50% - 5px);
    max-width: calc(50% - 5px);
    width: calc(50% - 5px)
}

@media screen and (max-width:767px) {
    .ll18--create-section-form__half {
        flex: 1 1 100%;
        max-width: 100%;
        width: 100%
    }
}

.ll18--create-section-form__full,
.ll18--create-section-form__full_c {
    flex: 1 1 100%;
    display: flex
}

.ll18--create-section-form__full>*,
.ll18--create-section-form__full_c>* {
    flex: 1 1 50%
}

@media screen and (max-width:575px) {
    .ll18--create-section-form__full,
    .ll18--create-section-form__full_c {
        flex-direction: column
    }
    .ll18--create-section-form__full>*,
    .ll18--create-section-form__full_c>* {
        flex: 1 1 100%;
        width: 100%
    }
    .ll18--create-section-form__full>:not(:last-child),
    .ll18--create-section-form__full_c>:not(:last-child) {
        margin-bottom: 1.25rem
    }
}

.ll18--create-section-form__full_c {
    align-items: center
}

.ll18--create-section-form__sel {
    width: 50%;
    min-width: 50%;
    max-width: 50%;
    padding-right: 2.5rem
}

@media screen and (max-width:767px) {
    .ll18--create-section-form__sel {
        padding-right: 1.25rem
    }
}

@media screen and (max-width:575px) {
    .ll18--create-section-form__sel {
        padding-right: 0;
        width: 100%;
        min-width: 100%;
        max-width: 100%
    }
}

.ll18--create-section-form__sr {
    padding-right: .625rem
}

.ll18--create-section-form__fb {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.ll18--create-section-form__fb>* {
    flex: 0 0 47%
}

.ll18--create-section-form__fc {
    display: flex;
    align-items: center;
    justify-content: center
}

.ll18--create-section-form__fr {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-left: .9375rem
}

@media screen and (max-width:575px) {
    .ll18--create-section-form__fr {
        justify-content: flex-start;
        margin-left: 0
    }
}

.ll18--create-section-form__link {
    font-family: ProximaNova;
    font-size: .875rem;
    font-weight: 600
}

.ll18--create-section-form__button {
    display: flex;
    flex: 1 1 100%;
    align-items: center;
    justify-content: center;
    padding: 1.875rem
}

.ll18--create-section-form__slider-block {
    flex: 0 0 40%;
    padding: 0 .9375rem
}

@media screen and (max-width:575px) {
    .ll18--create-section-form__slider-block {
        padding: 0
    }
}

.ll18--create-section-form__slider-block .asform__body .select-block label.checkbox-block span,
.ll18--create-section-form__slider-block .slider-block__bottom span {
    color: #333
}

.ll18--create-section-form__slider-block .slider-block__bottom span {
    padding-top: 1.25rem;
    padding-bottom: 0;
    color: #999
}

.ll18--create-section-form__slider-block .slider-block__top--range {
    width: 92%;
    text-align: center
}

.ll18--create-section-form__listing {
    width: 100%;
    margin-top: 3.75rem
}

.ll18--create-section-form__listing_wrapp {
    display: block;
    width: 100%;
    margin-top: 2.5rem;
    padding: 1.875rem 3.125rem;
    border: 2px solid #e8e8e8;
    background-color: #fff
}

@media screen and (max-width:767px) {
    .ll18--create-section-form__listing_wrapp {
        padding: 1.875rem
    }
}

@media screen and (max-width:575px) {
    .ll18--create-section-form__listing_wrapp {
        padding: 1.875rem .9375rem
    }
}

.ll18--datepicker {
    position: relative;
    display: block;
    width: 100%;
    left: -5px;
    border: none;
    background: transparent;
    font-family: ProximaNova;
    font-size: .875rem;
    font-weight: 400;
    color: #333
}

.awesomplete {
    max-width: 100%
}

input.awesomplete {
    height: 32px;
    border: 1px solid #a4a4a4;
    border-radius: 4px;
    background-color: #fff;
    padding: .3125rem 1.875rem .3125rem .3125rem;
    font-family: ProximaNova;
    font-size: .875rem;
    font-weight: 400;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.awesomplete>ul {
    top: 32px
}

.ll19--inventory-table-wrpa {
    position: relative;
    display: block;
    width: 100%;
    max-width: 100%;
    margin-bottom: 8.125rem
}

.ll19--inventory-table {
    width: 90%;
    max-width: 1430px;
    margin: 0 auto;
    border-collapse: collapse
}

@media screen and (max-width:1439px) {
    .ll19--inventory-table {
        max-width: 1400px
    }
}

@media screen and (max-width:1199px) {
    .ll19--inventory-table {
        display: block
    }
}

.ll19--inventory-table>* {
    border-top: 1px solid #f4f4f4;
    border-bottom: 1px solid #f4f4f4;
    overflow: hidden;
    background-color: #fff;
    transition: background-color .3s ease;
    will-change: background-color
}

.ll19--inventory-table>.isSelected,
.ll19--inventory-table>:hover {
    background-color: rgba(0, 0, 0, .05)
}

@media screen and (max-width:1199px) {
    .ll19--inventory-table>* {
        display: block;
        padding-top: .9375rem
    }
}

.ll19--inventory-table tbody>:not(:first-child) td {
    padding-top: 0
}

@media screen and (max-width:1199px) {
    .ll19--inventory-table tr {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between
    }
}

.ll19--inventory-table td {
    padding: 1.25rem .9375rem
}

@media screen and (max-width:1199px) {
    .ll19--inventory-table td {
        order: 50;
        flex: 0 0 28%;
        padding-top: 0
    }
}

@media screen and (max-width:767px) {
    .ll19--inventory-table td {
        flex: 1 1 100%
    }
}

.ll19--inventory-table td:not([rowspan]) {
    vertical-align: top
}

@media screen and (max-width:1199px) {
    .ll19--inventory-table td.ll19--it-check {
        position: absolute;
        order: 10;
        flex: 0 0 30px;
        left: 15px;
        top: 50px;
        z-index: 100
    }
}

@media screen and (max-width:767px) {
    .ll19--inventory-table td.ll19--it-check {
        top: 65px
    }
}

.ll19--inventory-table td.ll19--it-info {
    width: 25px;
    padding-left: 0
}

@media screen and (max-width:1199px) {
    .ll19--inventory-table td.ll19--it-info {
        order: 1;
        flex: 0 0 50%;
        padding-right: 0;
        padding-bottom: 0
    }
    .ll19--inventory-table td.ll19--it-info .ll18--flex-vert {
        justify-content: flex-start;
        padding-left: .9375rem
    }
    .ll19--inventory-table td.ll19--it-info .ll18--flex-vert>* {
        flex: 0 0 auto
    }
    .ll19--inventory-table td.ll19--it-info.ll19--it-status .ll18--flex-vert {
        justify-content: flex-end;
        padding-left: 0;
        padding-right: .9375rem;
    }
    /*.ll19--inventory-table td.ll19--it-info:last-of-type .ll18--flex-vert {
        justify-content: flex-end;
        padding-left: 0;
        padding-right: .9375rem
    }*/
    .ll19--inventory-table td.ll19--it-info .ll18--status-info .ll18--i-status:hover+* {
        left: 100%;
        right: auto
    }
}

.ll19--inventory-table td.ll19--it-img {
    width: 130px
}

@media screen and (max-width:1199px) {
    .ll19--inventory-table td.ll19--it-img {
        order: 20;
        min-height: 180px;
        margin-left: .9375rem;
        margin-bottom: .9375rem
    }
}

@media screen and (max-width:767px) {
    .ll19--inventory-table td.ll19--it-img {
        margin-right: .9375rem;
        margin-top: .9375rem
    }
}

.ll19--inventory-table td.ll19--it-img .ll18--img-preloader {
    background-size: auto 78%
}

@media screen and (max-width:1199px) {
    .ll19--inventory-table td.ll19--it-img .ll18--img-preloader {
        background-size: cover
    }
}

.ll19--it-content {
    display: block;
    max-width: 250px
}

.ll19--it-title {
    display: block;
    margin: 0;
    color: #000;
    font-size: .75rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.25
}

.ll19--it-desc {
    display: block;
    margin: .5em 0 0;
    color: #333;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5
}

.ll18--inventory-top-panel {
    position: relative;
    display: flex;
    width: calc(90% - 30px);
    max-width: 1400px;
    margin: 0 auto;
    padding-top: .9375rem;
    padding-bottom: .9375rem;
    align-items: center;
    justify-content: space-between
}

.ll18--inventory-top-panel,
.ll18--inventory-top-panel * {
    box-sizing: border-box
}

@media screen and (max-width:1439px) {
    .ll18--inventory-top-panel {
        flex-wrap: wrap
    }
}

@media screen and (max-width:767px) {
    .ll18--inventory-top-panel {
        display: block
    }
    .ll18--inventory-top-panel,
    .ll18--inventory-top-panel * {
        cursor: pointer
    }
}

.ll18--itp-item {
    display: flex;
    margin: .9375rem auto;
    align-items: center
}

@media screen and (max-width:1439px) {
    .ll18--itp-item {
        margin: .9375rem 0 .9375rem .9375rem
    }
}

@media screen and (max-width:767px) {
    .ll18--itp-item {
        display: block;
        margin-left: 0;
        margin-right: 0
    }
    .ll18--itp-item .ll18--sort__select {
        width: 100%
    }
}

.ll18--itp-item .ll18--select+.ll18--select,
.ll18--itp-item .SumoSelect>.CaptionCont+.CaptionCont,
.ll18--itp-item .SumoSelect>.CaptionCont+.ll18--select,
.ll18--itp-item .SumoSelect>.ll18--select+.CaptionCont {
    margin-left: .9375rem
}

@media screen and (max-width:767px) {
    .ll18--itp-item .ll18--select+.ll18--select,
    .ll18--itp-item .SumoSelect>.CaptionCont+.CaptionCont,
    .ll18--itp-item .SumoSelect>.CaptionCont+.ll18--select,
    .ll18--itp-item .SumoSelect>.ll18--select+.CaptionCont {
        margin-left: 0;
        margin-top: .9375rem
    }
}

.ll18--itp-item:first-of-type {
    margin-left: 0;
    margin-right: 1.1875rem
}

@media screen and (max-width:1439px) {
    .ll18--itp-item:first-of-type {
        margin-right: auto
    }
}

@media screen and (max-width:767px) {
    .ll18--itp-item:first-of-type {
        margin-left: 0;
        margin-right: 0
    }
}

.ll18--itp-item:last-of-type {
    margin-right: 0
}

@media screen and (max-width:767px) {
    .ll18--itp-item_icons {
        display: flex
    }
}

@media screen and (max-width:1439px) {
    .ll18--itp-item_find,
    .ll18--itp-item_sm {
        justify-content: flex-end
    }
}

@media screen and (max-width:767px) {
    .ll18--itp-item_find,
    .ll18--itp-item_sm {
        justify-content: flex-start
    }
}

.ll18--itp-item_sm {
    margin-left: 0
}

@media screen and (max-width:1439px) {
    .ll18--itp-item_find {
        margin-right: 0
    }
}

@media screen and (max-width:1439px) {
    .ll18--itp-item_big {
        flex: 0 0 65%;
        margin-left: 0;
        margin-right: 0
    }
}

@media screen and (max-width:767px) {
    .ll18--itp-item_big {
        flex-wrap: wrap
    }
    .ll18--itp-item_big>* {
        flex: 1 1 100%
    }
}

@media screen and (max-width:1439px) {
    .ll18--itp-item_last {
        flex: 0 0 35%;
        margin-left: 0;
        margin-right: 0
    }
    .ll18--itp-item_last,
    .ll18--itp-item_last * {
        justify-content: flex-end
    }
}

@media screen and (max-width:767px) {
    .ll18--itp-item_last,
    .ll18--itp-item_last * {
        justify-content: flex-start
    }
}

.ll18--itp-item__name {
    margin-right: .9375rem;
    color: #000;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase
}

@media screen and (max-width:767px) {
    .ll18--itp-item__name {
        margin: 1.5625rem 0 .625rem
    }
}

.ll18--itp-ibox,
.ll18--itp-ibox.ll18--transform__status {
    width: auto;
    height: auto;
    margin-left: 1.8125rem
}

@media screen and (max-width:767px) {
    .ll18--itp-ibox.ll18--transform__status:hover .ll18--transform__statusdesc,
    .ll18--itp-ibox:hover .ll18--transform__statusdesc {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

@media screen and (max-width:1439px) {
    .ll18--itp-checkbox {
        display: flex;
        align-items: center
    }
}

.ll18--itp-checkbox__text {
    display: none
}

@media screen and (max-width:1439px) {
    .ll18--itp-checkbox__text {
        display: block;
        margin-left: .625rem;
        margin-right: .625rem;
        font-size: .875rem;
        font-weight: 700;
        text-transform: uppercase
    }
}

@media screen and (max-width:767px) {
    .asform,
    .asform * {
        cursor: pointer
    }
}

.ll18--listings {
    display: -webkit-box;
    display: flex;
    align-items: center;
    font-family: ProximaNova;
    font-size: 1rem;
    font-weight: 700;
    color: #000;
    text-transform: uppercase
}

@media screen and (max-width:767px) {
    .ll18--listings {
        -webkit-box-pack: center;
        justify-content: center
    }
}

.ll18--listings select {
    height: 30px;
    margin-left: .9375rem;
    padding: 0 .3125rem;
    text-transform: uppercase;
    background-color: #f8f8f8;
    border: 2px solid #a4a4a4;
    border-radius: 3px;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: .9em;
    color: #000
}

.ll18--total_listings {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    font-family: ProximaNova;
    font-size: .9rem;
    font-weight: 400;
    color: #333;
    justify-content: center;
}

.ll18--main-banner {
    position: relative;
    display: block;
    padding: 9.375rem 0;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.ll18--main-banner__wrapp {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: ProximaNova;
    color: #fff
}

.ll18--main-banner__h1 {
    font-size: 2.875rem;
    font-weight: 700;
    line-height: 1.5;
    text-transform: uppercase
}

@media screen and (max-width:767px) {
    .ll18--main-banner__h1 {
        margin-bottom: .9375rem;
        line-height: 1
    }
}

.ll18--main-banner__h1:after,
.ll18--main-banner__h1:before {
    content: "\f005";
    padding: 0 1.25rem;
    font-family: FontAwesome;
    font-size: .45em;
    color: #ffd71a
}

@media screen and (max-width:767px) {
    .ll18--main-banner__h1:after,
    .ll18--main-banner__h1:before {
        content: none
    }
}

.ll18--main-banner__h3 {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.5;
    text-transform: none;
    opacity: .75
}

.ll18--management-buttons {
    display: flex;
    width: 100%;
    padding: .9375rem 0;
    align-items: stretch
}

@media screen and (max-width:991px) {
    .ll18--management-buttons {
        width: 100%;
        flex-wrap: wrap;
        justify-content: space-around
    }
}

.ll18--management-buttons>* {
    flex: 1 1
}

.ll18--management-buttons>:not(:last-child) {
    margin-right: 1.25rem
}

@media screen and (max-width:991px) {
    .ll18--management-buttons>* {
        flex: 0 1 230px;
        margin: .625rem .3125rem
    }
    .ll18--management-buttons>:not(:last-child) {
        margin: .625rem .3125rem
    }
}

.ll18--management-buttons__item {
    transition: all .2s ease-in-out 0s;
    display: flex;
    padding: 1.25rem;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #a4a4a4;
    background-color: #f8f8f8
}

.ll18--management-buttons__item input[type=checkbox] {
    display: none
}

.ll18--management-buttons__item.checked {
    background-color: rgba(255, 215, 26, .5)
}

.ll18--management-buttons__name {
    color: #000;
    font-size: .75rem
}

.ll18--management-buttons__name,
.ll18--management-buttons__value {
    font-family: ProximaNova;
    font-weight: 700;
    text-transform: uppercase
}

.ll18--management-buttons__value {
    color: #1fb329;
    font-size: .875rem
}

.ll18--management-filter {
    display: block;
    margin-bottom: .625rem;
    padding: 1.875rem 0;
    background-color: #fff;
    border-top: 2px solid #e8e8e8;
    border-bottom: 2px solid #e8e8e8
}

.ll18--management-filter,
.ll18--management-filter * {
    box-sizing: border-box
}

.ll18--management-filter>.wrapper {
    display: flex!important;
    align-items: flex-start;
    justify-content: space-between
}

@media screen and (max-width:600px) {
    .ll18--management-filter>.wrapper {
        flex-direction: column
    }
    .ll18--management-filter>.wrapper>:first-child {
        width: 100%
    }
    .ll18--management-filter>.wrapper>:first-child .ll18--select,
    .ll18--management-filter>.wrapper>:first-child .SumoSelect>.CaptionCont {
        width: calc(100% - 10px)
    }
    .ll18--management-filter>.wrapper>:not(:first-child) {
        margin-top: 1.875rem;
        justify-content: flex-start
    }
    .ll18--management-filter>.wrapper>:not(:first-child) .ll18--sort__name {
        flex: 1 1 100%;
        text-align: left!important
    }
    .ll18--management-filter>.wrapper>:not(:first-child) .ll18--select,
    .ll18--management-filter>.wrapper>:not(:first-child) .SumoSelect>.CaptionCont {
        flex: 1 1 140px
    }
}

@media screen and (max-width:1149px) {
    .ll18--management-filter>.wrapper>.ll18--sort__item {
        min-width: 300px;
        margin-right: 1.25rem;
        margin-top: 0;
        margin-bottom: 0;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start
    }
    .ll18--management-filter>.wrapper>.ll18--sort__item>* {
        width: 100%;
        margin: .3125rem
    }
    .ll18--management-filter>.wrapper>.ll18--sort__item .ll18--sort__name {
        text-align: left;
        line-height: 32px
    }
}

.ll18--management-filter__wrapp {
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.ll18--management-filter__wrapp>* {
    margin-left: .625rem
}

@media screen and (max-width:1149px) {
    .ll18--management-filter__wrapp {
        flex-wrap: wrap
    }
    .ll18--management-filter__wrapp>* {
        flex: 0 0 calc(50% - 10px);
        margin: .3125rem
    }
    .ll18--management-filter__wrapp>:first-child {
        flex: 1 1 100%
    }
}

.ll18--management-filter__wrapp .ll18--sort__name {
    margin: .3125rem;
    line-height: 32px
}

@media screen and (max-width:991px) {
    .ll18--management-filter__wrapp .ll18--sort__name {
        flex: 1 1 100%;
        margin: .3125rem;
        line-height: 32px
    }
    .ll18--management-filter__wrapp .ll18--select,
    .ll18--management-filter__wrapp .SumoSelect>.CaptionCont {
        flex: 0 0 calc(33% - 10px)
    }
}

@media screen and (max-width:767px) {
    .ll18--management-filter__wrapp .ll18--select,
    .ll18--management-filter__wrapp .SumoSelect>.CaptionCont {
        flex: 1 1 100%
    }
}

@media screen and (max-width:600px) {
    .ll18--management-filter__wrapp .ll18--sort__name {
        margin-top: 1.875rem;
        text-align: left
    }
    .ll18--management-filter__wrapp .ll18--select,
    .ll18--management-filter__wrapp .SumoSelect>.CaptionCont {
        flex: 0 0 calc(50% - 10px)!important
    }
}

@media screen and (max-width:480px) {
    .ll18--management-filter__wrapp .ll18--select,
    .ll18--management-filter__wrapp .SumoSelect>.CaptionCont {
        flex: 1 1 100%!important
    }
}

.ll18--management-filter__wrapp_long {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap
}

.ll18--management-filter__wrapp_long .ll18--select,
.ll18--management-filter__wrapp_long .SumoSelect>.CaptionCont {
    margin: .3125rem
}

@media screen and (max-width:1439px) {
    .ll18--management-filter__wrapp_long .ll18--select,
    .ll18--management-filter__wrapp_long .SumoSelect>.CaptionCont {
        flex: 0 0 25%
    }
}

@media screen and (max-width:991px) {
    .ll18--management-filter__wrapp_long .ll18--sort__name {
        flex: 1 1 100%;
        margin: .3125rem;
        line-height: 32px
    }
    .ll18--management-filter__wrapp_long .ll18--select,
    .ll18--management-filter__wrapp_long .SumoSelect>.CaptionCont {
        flex: 0 0 calc(33% - 10px)
    }
}

@media screen and (max-width:767px) {
    .ll18--management-filter__wrapp_long .ll18--select,
    .ll18--management-filter__wrapp_long .SumoSelect>.CaptionCont {
        flex: 1 1 100%
    }
}

.ll18--select>.ll18--input,
.SumoSelect>.CaptionCont>.ll18--input {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-weight: 700;
    background: none;
    border: none;
    box-shadow: none;
    outline: none
}

.ll18--management-table {
    min-width: 100%;
    border-collapse: separate
}

.ll18--management-table td,
.ll18--management-table th {
    padding: 1.25rem .9375rem;
    color: #333;
    font-family: ProximaNova;
    font-size: .75rem;
    font-weight: 400;
    border-color: #fff;
    border-style: solid;
    border-width: 4px 3px
}

.ll18--management-table th {
    color: #fff;
    background-color: #444;
    font-size: .6875rem;
    font-weight: 500;
    text-transform: uppercase
}

.ll18--management-table td {
    background-color: #f4f4f4;
    position: relative
}

.ll18--management-table td:not(:first-child):after {
    content: "";
    position: absolute;
    display: block;
    height: 1px;
    left: 0;
    right: -10px;
    bottom: -6px;
    background-color: #f4f4f4
}

.ll18--management-table td:last-child:after {
    right: 0
}

.ll18--management-table .nocolor {
    background-color: transparent;
    box-shadow: none;
    border-color: transparent
}

.ll18--management-table .center {
    text-align: center
}

@media only screen and (max-width:1024px) and (min-width:320px) {
    .ll18--management-table {
        border-collapse: separate;
        border-spacing: 4px
    }
    .ll18--management-table td,
    .ll18--management-table th {
        box-shadow: none
    }
    .ll18--management-table td {
        background-color: #fff
    }
    .ll18--management-table td:after {
        content: none
    }
}

.ll18--management-table__wrapper {
    display: block;
    width: 100%;
    max-width: 100%;
    overflow-x: auto
}

.ll18--management-table__buttons .ll18--i-copy,
.ll18--management-table__buttons .ll18--i-del,
.ll18--management-table__buttons .ll18--i-edit {
    transition: all .2s ease-in-out 0s;
    color: #333
}

.ll18--management-table__buttons .ll18--i-copy:hover,
.ll18--management-table__buttons .ll18--i-del:hover,
.ll18--management-table__buttons .ll18--i-edit:hover {
    color: #9bbc44
}

button.settings {
    background: none;
    box-shadow: none;
    border: none;
    outline: none;
    cursor: pointer
}

button.settings:before {
    transition: all .2s ease-in-out 0s;
    content: "\f013";
    font-family: FontAwesome;
    font-size: 1rem;
    color: #333
}

button.settings:hover:before {
    color: #9bbc44
}

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

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

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

.modal.in .modal-dialog {
    -webkit-transform: translate(0);
    transform: translate(0)
}

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

.modal-dialog {
    position: relative;
    width: auto;
    margin: .625rem
}

.modal-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5)
}

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

.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5
}

.modal-header {
    padding: .9375rem;
    border-bottom: 1px solid #e5e5e5
}

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

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: .9375rem;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer .btn+.btn {
    margin-bottom: 0;
    margin-left: .3125rem
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -.0625rem
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

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

@media (min-width:768px) {
    .modal-dialog {
        width: 800px;
        margin: 1.875rem auto
    }
    .modal-content {
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }
    .modal-sm {
        width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg {
        width: 900px
    }
}

.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before {
    display: table;
    content: " "
}

.modal-footer:after,
.modal-header:after {
    clear: both
}

.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.close {
    float: right;
    font-size: 1.3125rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2
}

.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5
}

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

.modal-header .close {
    margin-top: -.125rem
}

.btn {
    display: inline-block;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn.focus,
.btn:focus,
.btn:hover {
    color: #333;
    text-decoration: none
}

.btn.active,
.btn:active {
    background-image: none;
    outline: 0;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    box-shadow: none;
    opacity: .65
}

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

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.btn-default.focus,
.btn-default:focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c
}

.btn-default.active,
.btn-default:active,
.btn-default:hover,
.open>.dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open>.dropdown-toggle.btn-default.focus,
.open>.dropdown-toggle.btn-default:focus,
.open>.dropdown-toggle.btn-default:hover {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c
}

.btn-default.active,
.btn-default:active,
.open>.dropdown-toggle.btn-default {
    background-image: none
}

.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
    background-color: #fff;
    border-color: #ccc
}

.btn-default .badge {
    color: #fff;
    background-color: #333
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40
}

.btn-primary.active,
.btn-primary:active,
.btn-primary:hover,
.open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40
}

.btn-primary.active,
.btn-primary:active,
.open>.dropdown-toggle.btn-primary {
    background-image: none
}

.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary .badge {
    color: #337ab7;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success.focus,
.btn-success:focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625
}

.btn-success.active,
.btn-success:active,
.btn-success:hover,
.open>.dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open>.dropdown-toggle.btn-success.focus,
.open>.dropdown-toggle.btn-success:focus,
.open>.dropdown-toggle.btn-success:hover {
    color: #fff;
    background-color: #398439;
    border-color: #255625
}

.btn-success.active,
.btn-success:active,
.open>.dropdown-toggle.btn-success {
    background-image: none
}

.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled].focus,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info.focus,
.btn-info:focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85
}

.btn-info.active,
.btn-info:active,
.btn-info:hover,
.open>.dropdown-toggle.btn-info {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open>.dropdown-toggle.btn-info.focus,
.open>.dropdown-toggle.btn-info:focus,
.open>.dropdown-toggle.btn-info:hover {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85
}

.btn-info.active,
.btn-info:active,
.open>.dropdown-toggle.btn-info {
    background-image: none
}

.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled].focus,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning.focus,
.btn-warning:focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d
}

.btn-warning.active,
.btn-warning:active,
.btn-warning:hover,
.open>.dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open>.dropdown-toggle.btn-warning.focus,
.open>.dropdown-toggle.btn-warning:focus,
.open>.dropdown-toggle.btn-warning:hover {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d
}

.btn-warning.active,
.btn-warning:active,
.open>.dropdown-toggle.btn-warning {
    background-image: none
}

.btn-warning.disabled.focus,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled].focus,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff
}

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

.btn-danger.focus,
.btn-danger:focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19
}

.btn-danger.active,
.btn-danger:active,
.btn-danger:hover,
.open>.dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open>.dropdown-toggle.btn-danger.focus,
.open>.dropdown-toggle.btn-danger:focus,
.open>.dropdown-toggle.btn-danger:hover {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19
}

.btn-danger.active,
.btn-danger:active,
.open>.dropdown-toggle.btn-danger {
    background-image: none
}

.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled].focus,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
    background-color: #d9534f;
    border-color: #d43f3a
}

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

.btn-link {
    font-weight: 400;
    color: #337ab7;
    border-radius: 0
}

.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none
}

.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
    border-color: transparent
}

.btn-link:focus,
.btn-link:hover {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent
}

.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
    color: #777;
    text-decoration: none
}

.btn-group-lg>.btn,
.btn-lg {
    padding: .625rem 1rem;
    font-size: 1.125rem;
    line-height: 1.3333333;
    border-radius: 6px
}

.btn-group-sm>.btn,
.btn-sm {
    padding: .3125rem .625rem;
    font-size: .75rem;
    line-height: 1.5;
    border-radius: 3px
}

.btn-group-xs>.btn,
.btn-xs {
    padding: .0625rem .3125rem;
    font-size: .75rem;
    line-height: 1.5;
    border-radius: 3px
}

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

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

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

.ll18--modal-dialog_nbs .modal-content {
    border-radius: 0
}

.ll18--modal-dialog_nbs .modal-header {
    padding-bottom: 0;
    border-bottom: 0;
    font-size: 1.5rem;
    color: #7b7b7b;
    font-weight: 700;
    text-transform: uppercase
}

.ll18--modal-dialog_nbs .modal-header .modal-title:hover {
    text-decoration: none;
    color: inherit;
    cursor: default
}

.ll18--modal-dialog_nbs .modal-header .close {
    opacity: 1
}

.ll18--modal-dialog_nbs .modal-header .close>span {
    color: #333;
    text-decoration: none;
    text-align: center;
    opacity: 1;
    font-style: normal;
    font-size: 1.75rem;
    font-family: Arial, Baskerville, monospace
}

.ll18--modal-dialog_nbs .modal-footer {
    border-top: 0
}

.ll18--modal-dialog_nbs .modal-footer.ll18--modal-edit__buttons {
    padding: 0;
    margin-top: .625rem
}
.ll18--modal.ll18--open.ll18--modal-acc-info {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    overflow-y: auto
}

@media screen and (max-width:991px) {
    .ll18--modal.ll18--open.ll18--modal-acc-info {
        -webkit-box-align: start;
        align-items: flex-start
    }
}

.ll18--modal.ll18--open.ll18--modal-acc-info .ll18--modal__body {
    top: 0;
    left: 0;
    padding: 40px 10px;
    -webkit-transform: none;
    transform: none
}

.ll18--modal-acc-info__content {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin-top: 1.875rem
}

.ll18--modal-acc-info__item {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    font-family: ProximaNova;
    font-size: 1rem;
    font-weight: 700;
    color: #333;
    text-transform: uppercase
}

.ll18--modal-acc-info__item:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    top: 22px;
    left: 0;
    background-color: rgba(0, 0, 0, .1);
    z-index: 0
}

@media screen and (max-width:991px) {
    .ll18--modal-acc-info__item {
        -webkit-box-flex: 1;
        flex: 1 1 100%
    }
}

@media screen and (max-width:480px) {
    .ll18--modal-acc-info__item:after {
        content: none
    }
}

.ll18--modal-acc-info__numb,
.ll18--modal-acc-info__text {
    position: relative;
    background-color: #fff;
    z-index: 1
}

.ll18--modal-acc-info__text {
    padding: .9375rem .625rem .9375rem 1.875rem
}

.ll18--modal-acc-info__numb {
    margin-left: auto;
    padding: 0 1.875rem 0 .625rem;
    font-size: 1.875rem
}

.ll18--modal-acc-info__numb.ll18--null {
    color: rgba(51, 51, 51, .5)
}

.ll18--modal-confirm {
    display: none
}

.ll18--modal-confirm .ll18--modal__body {
    max-width: 500px;
    padding-bottom: 40px;
    font-size: 16px;
    font-weight: 700;
    color: #333;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0)
}

.ll18--modal-confirm.ll18--modal.ll18--open {
    text-align: center;
    background-color: rgba(0, 0, 0, .3);
    z-index: 2000
}

.ll18--modal-confirm__text {
    text-transform: uppercase
}

.ll18--modal-confirm__buttons {
    display: -webkit-box;
    display: flex;
    width: 100%;
    margin-top: 1.875rem;
    -webkit-box-align: center;
    align-items: center;
    justify-content: space-around
}

.ll18--modal-confirm__buttons>* {
    -webkit-box-flex: 0;
    flex: 0 0 47%;
    max-width: 47%
}

.ll18--modal-confirm__buttons>.ll18--button_full {
    -webkit-box-flex: 1;
    flex: 1 1 100%;
    max-width: 100%
}

.ll18--modal-custom .ll18--modal__body {
    max-width: 285px
}

.ll18--modal-custom .ll18--modal-confirm__buttons>* {
    -webkit-box-flex: 1;
    flex: 1 1
}

.ll18--modal-alert {
    display: none
}

.ll18--modal-alert .ll18--modal__body {
    max-width: 500px;
    padding-bottom: 40px;
    font-size: 16px;
    font-weight: 700;
    color: #333;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0)
}

.ll18--modal-alert.ll18--modal.ll18--open {
    text-align: left;
    background-color: rgba(0, 0, 0, .3);
    z-index: 2006
}

.ll18--modal-alert__text {
    text-transform: uppercase;
    font-weight: normal;
}

.ll18--modal-alert__buttons {
    display: -webkit-box;
    display: flex;
    width: 100%;
    margin-top: 1.875rem;
    -webkit-box-align: center;
    align-items: center;
    justify-content: space-around
}

.ll18--modal-alert__buttons>* {
    -webkit-box-flex: 0;
    flex: 0 0 47%;
    max-width: 47%
}

.ll18--modal-alert__buttons>.ll18--button_full {
    -webkit-box-flex: 1;
    flex: 1 1 100%;
    max-width: 100%
}

.ll18--modal-custom .ll18--modal-alert__buttons>* {
    -webkit-box-flex: 1;
    flex: 1 1
}

.ll18--modal-custom__title {
    font-family: ProximaNova;
    font-size: 1rem;
    font-weight: 700;
    color: #000;
    text-transform: uppercase
}

.ll18--modal-custom__data {
    display: block;
    margin: 1.25rem 0
}

.ll18--modal-custom__data .ll18--checkbox-custom {
    margin-right: .9375rem
}

.ll18--modal-custom__item {
    display: -webkit-box;
    display: flex;
    width: 100%;
    margin-bottom: .3125rem;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    cursor: pointer
}

.ll18--modal-custom__item:hover .ll18--modal-custom__itemtext {
    color: #fff;
    background-color: #a1a1a1
}

.ll18--modal-custom__itemtext {
    -webkit-box-flex: 1;
    flex: 1 1;
    padding: .3125rem 0;
    font-weight: 500;
    text-align: center;
    background: #f4f4f4
}

.ll18--modal-custom__itemtext,
.ll18--modal-edit {
    font-family: ProximaNova;
    font-size: .875rem;
    color: #333
}

.ll18--modal-edit {
    display: none;
    font-weight: 400;
    line-height: 1.3
}

.ll18--modal-edit.ll18--open {
    display: block
}

.ll18--modal-edit .popup-form__title {
    margin-bottom: 1.875rem
}

.ll18--modal-edit .ll18--modal__body {
    min-height: 100%
}

.ll18--modal-edit p {
    color: rgba(51, 51, 51, .75)
}

.ll18--modal-edit__photos {
    display: -webkit-box;
    display: flex;
    width: 100%;
    max-width: 100vw;
    -webkit-box-align: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 1.25rem;
    margin-right: -1.25rem
}

@media screen and (max-width:480px) {
    .ll18--modal-edit__photos {
        max-width: 100vw;
        -webkit-box-pack: justify;
        justify-content: space-between
    }
}

.ll18--modal-edit__photos>* {
    -webkit-box-flex: 0;
    flex: 0 1;
    margin: .3125rem 0;
    margin-right: .3125rem
}

@media screen and (max-width:480px) {
    .ll18--modal-edit__photos>* {
        -webkit-box-flex: 0;
        flex: 0 1 48%
    }
}

.ll18--modal-edit__buttons {
    display: -webkit-box;
    display: flex;
    width: 100%;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center
}

@media screen and (max-width:480px) {
    .ll18--modal-edit__buttons {
        flex-wrap: wrap
    }
}

.ll18--modal-edit__buttons>* {
    -webkit-box-flex: 0;
    flex: 0 1 200px;
    margin: 0 .625rem
}

@media screen and (max-width:480px) {
    .ll18--modal-edit__buttons>* {
        -webkit-box-flex: 1;
        flex: 1 1 100%;
        max-width: calc(100% - 30px);
        margin: .3125rem 0
    }
}

.ll18--modal-edit__apply {
    display: block;
    width: 100%;
    margin: 1.875rem auto 1.25rem;
    font-family: ProximaNova;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.3;
    color: #000;
    text-decoration: underline;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer
}

.ll18--modal-edit__apply:hover {
    color: #9bbc44
}

.ll18--modal-edit__posted {
    display: block;
    width: 100%;
    margin-top: 1.875rem;
    font-family: ProximaNova;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center
}

.ll18--modal-edit__ps {
    font-size: .75rem;
    font-weight: 400;
    line-height: 1.5
}

.ll18--modal-gallery.ll18--modal.ll18--open {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    overflow-y: auto
}

@media screen and (max-width:991px) {
    .ll18--modal-gallery.ll18--modal.ll18--open {
        -webkit-box-align: start;
        align-items: flex-start
    }
}

.ll18--modal-gallery.ll18--modal.ll18--open .ll18--modal__body {
    top: 0;
    left: 0;
    padding: 40px;
    -webkit-transform: none;
    transform: none
}

.ll18--modal-gallery__title {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    font-family: ProximaNova;
    font-size: 1.5rem;
    font-weight: 700;
    color: rgba(51, 51, 51, .75);
    text-transform: uppercase
}

.ll18--modal {
    display: none
}

.ll18--modal,
.ll18--modal * {
    box-sizing: border-box
}

.ll18--modal.ll18--open {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5);
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 1000
}

.ll18--modal__body {
    position: relative;
    width: 100%;
    max-width: 1000px;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    padding: 40px 40px 20px;
    box-sizing: border-box;
    font-family: ProximaNova;
    box-shadow: -12px 9px 25px rgba(0, 0, 1, .2);
    background-color: #fff
}

@media screen and (max-width:767px) {
    .ll18--modal__body {
        padding: 40px 30px
    }
}

.ll18--modal__body p {
    margin: .7rem 0
}

.ll18--modal__body .mfp-close {
    color: #333
}

.ll18--modal .ll18--modal__body .img-item {
    margin-bottom: 10px;
    width: 100%;
}
.ll18--modal .ll18--modal__body .img-item img {
    width: 100%;
}

.ll18--pagination {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 1.875rem 0
}

.ll18--pagination>* {
    -webkit-box-flex: 1;
    flex: 1 1 50%
}

@media screen and (max-width:767px) {
    .ll18--pagination {
        flex-wrap: wrap;
        -webkit-box-pack: center;
        justify-content: center;
        text-align: center
    }
    .ll18--pagination>* {
        -webkit-box-flex: 1;
        flex: 1 1 100%;
        margin: .625rem 0
    }
    .ll18--pagination>:first-child {
        -webkit-box-ordinal-group: 11;
        order: 10
    }
    .ll18--total_listings {
        -webkit-box-ordinal-group: 12;
        order: 20
    }
    .ll18--pagination .pagging ul {
        text-align: center
    }
}

.under_bar .wrapper .title {
    float: left;
    margin-right: .9375rem
}

.under_bar {
    border-bottom: 1px solid #e8e8e8
}

.under_bar .wrapper {
    padding: 2% 0
}

.pagging_btn.print_button {
    margin-right: .3125rem
}

.asform__submit .btn {
    height: auto
}

.product_equip,
.product_labels {
    padding: 0
}

@media (max-width:730px) {
    .details-page .product-price .yellow_btn {
        width: 100%
    }
    .product_inf {
        max-width: 100%
    }
    .contact-inf_wrap {
        width: auto
    }
    .details-page .wrapper-button .product-price_btn.yellow_btn {
        width: 100%
    }
}

.details-page .wrapper .search_results {
    width: 100%;
    margin: 0
}

.details-page .wrapper-button .product-price_btn {
    width: 30%;
    height: 50px;
    font-size: 1em;
    margin: 0 .625rem 1.25rem 0;
    padding: unset
}

.details-page .price_bg,
.details-page .product-price_btn {
    min-width: 200px
}

.details-page .yellow_btn {
    background:#FD8600;
    border: 2px solid #ffb503;
    border-radius: 5px
}

.details-page .yellow_btn:hover {
    border: 2px solid #9bbc44;
    background:#F38F00
}

.details-page .carousel-inner {
    text-align: center;
    width: 99.5%;
    background: #fff;
    border-radius: 3px
}

.details-page .price_bg,
.details-page .product-price_btn {
    margin: 0;
    width: 48.4%;
    min-width: inherit;
    text-align: center;
    display: inline-block;
    border-radius: 5px;
    padding: 2%
}

.details-page .product-price,
.details-page .product_equip,
.details-page .product_labels,
.details-page .product_name {
    margin: 2% 0;
    width: 100%;

}

.under_filter {
    padding-bottom: .75rem
}

.premium-listings {
    margin: 1.875rem 0;
    text-align: center
}

.premium-listings .item_name_adv h2,
.premium-listings .premium-listings__heading h3,
.premium-listings .rates-btn,
.premium-listings .status-badge,
.premium-listings button,
.premium-listings p {
    font-family: ProximaNova
}

.premium-listings .wrapper {
    padding-bottom: .3125rem
}

@media (max-width:900px) {
    .premium-listings .wrapper {
        width: 95%
    }
}

@media (max-width:523px) {
    .premium-listings .wrapper {
        width: 100%
    }
}

.premium-listings .parameters__cart {
    display: none;
    top: inherit;
    border-radius: 5px;
    bottom: 6px;
    padding-bottom: .9375rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 90%
}

.premium-listings .parameters__cart.active {
    display: block
}

.premium-listings .item_img_adv {
    font-size: 0;
    height: 146px
}

.premium-listings__content {
    border: 2px solid #ffea85;
    border-radius: 4px;
    box-shadow: 0 2px 21px rgba(255, 181, 3, .3);
    background-color: #fff;
    padding: 0 .625rem .9375rem
}

@media (max-width:523px) {
    .premium-listings__content {
        box-shadow: none;
        border: none;
        background-color: #fff1b0;
        padding: 0 0 .9375rem
    }
}

@media (max-width:523px) {
    .premium-listings__content .premium-listings__items {
        width: 95%;
        margin: 0 auto
    }
}

.premium-listings__content .ribbon {
    background-color: #ffd71a;
    padding: 0 1.5625rem 0 3.125rem;
    display: inline-block;
    position: relative;
    margin-left: 3.5rem;
    margin-right: 3.5rem;
    border-radius: 2px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    margin-bottom: 1.5625rem
}

.premium-listings__content .ribbon .icon-star {
    position: absolute;
    width: 20px;
    height: 20px;
    background-size: cover;
    background-image: url(../images/star.png);
    left: 20px;
    top: 6px;
    z-index: 10
}

.premium-listings__content .ribbon h3 {
    color: #333;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 34px;
    text-transform: uppercase;
    margin: 0;
    white-space: nowrap
}

.premium-listings__content .ribbon a {
    color: #fff;
    text-decoration: none
}

.premium-listings__content .ribbon:after,
.premium-listings__content .ribbon:before {
    content: ".";
    text-indent: -9999em;
    height: 0;
    border-style: solid;
    border-width: 13px;
    width: 6px;
    position: absolute;
    left: 0;
    top: 4px;
    display: block;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.premium-listings__content .ribbon:before {
    border-color: #ffb503 #ffb503 #ffb503 transparent
}

.premium-listings__content .ribbon:after {
    border-color: #ffb503 transparent #ffb503 #ffb503;
    right: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    left: auto
}

@media (max-width:400px) {
    .premium-listings__content .ribbon {
        margin-left: 0;
        margin-right: 0;
        padding: 0 1.25rem 0 2.5rem
    }
    .premium-listings__content .ribbon .icon-star {
        left: 15px
    }
}

.premium-listings__heading {
    text-align: center;
    margin: 1.25rem 0 .625rem
}

.premium-listings .content_item_adv {
    box-shadow: 0 0 15px rgba(0, 0, 0, .2);
    border-radius: 4px;
    padding: .25rem;
    margin-bottom: 3.125rem;
    transition: -webkit-transform .3s linear;
    transition: transform .3s linear;
    transition: transform .3s linear, -webkit-transform .3s linear;
    margin-right: .5625rem;
    position: relative;
    border: 1px solid #ebebeb
}

.premium-listings .content_item_adv:last-child {
    margin-right: 0
}

.premium-listings .content_item_adv:hover {
    -webkit-transform: scale(1.03) perspective(1px) translateZ(0);
    transform: scale(1.03) perspective(1px) translateZ(0)
}

@media (max-width:523px) {
    .premium-listings .content_item_adv {
        display: block;
        margin: 0 auto 3.125rem;
        display: flex;
        flex-wrap: wrap;
        padding: 0;
        max-width: none;
        border: none
    }
    .premium-listings .content_item_adv:last-child {
        margin: 0 auto 1.875rem
    }
    .premium-listings .content_item_adv .item_name_adv,
    .premium-listings .content_item_adv .item_text_adv,
    .premium-listings .content_item_adv .parameters {
        width: 100%
    }
    .premium-listings .content_item_adv .parameters {
        max-width: 95%
    }
    .premium-listings .content_item_adv .item_price {
        height: auto
    }
    .premium-listings .content_item_adv:hover {
        -webkit-transform: none;
        transform: none
    }
}

@media (min-width:523px) and (max-width:769px) {
    .premium-listings .content_item_adv:nth-child(2n),
    .premium-listings .content_item_adv:nth-child(4n) {
        margin-right: 0
    }
}

@media (min-width:780px) and (max-width:1120px) {
    .premium-listings .content_item_adv:nth-child(3n) {
        margin-right: 0
    }
}

@media (min-width:1128px) and (max-width:1389px) {
    .premium-listings .content_item_adv:nth-child(4n) {
        margin-right: 0
    }
}

@media (min-width:1398px) {
    .premium-listings .content_item_adv:nth-child(5n) {
        margin-right: 0
    }
}

.premium-listings .content_item_adv .view-details {
    transition: all .5s;
    height: 40px;
    background-color: #9bbc44;
    border: 2px solid #9bbc44;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: .875rem;
    font-weight: 700;
    align-content: center;
    width: 80%;
    text-align: center;
    margin: 1% 2%
}

.premium-listings .content_item_adv .view-details:hover {
    background-color: #719317;
    border: 2px solid #719317;
    color: #fff
}

.premium-listings .content_item_adv .status-badge {
    position: absolute;
    left: -2px;
    top: 9px;
    z-index: 99;
    background-color: #fff;
    border-radius: 0 4px 4px 0;
    padding: .5rem .625rem;
    color: #fff;
    box-shadow: 1px 1px 1px rgba(38, 38, 38, .5);
    font-size: .8125rem;
    font-weight: 700;
    line-height: 12px;
    text-transform: uppercase;
    letter-spacing: .02063rem
}

@media (max-width:523px) {
    .premium-listings .content_item_adv .status-badge {
        left: -6px
    }
}

.premium-listings .content_item_adv .status-badge:before {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    z-index: -1;
    border-style: solid;
    border-width: 3px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.premium-listings .content_item_adv .status-badge--new {
    background-color: #ffb200
}

.premium-listings .content_item_adv .status-badge--new:before {
    border-color: #e8b23d transparent transparent #e8b23d
}

.premium-listings .content_item_adv .status-badge--rental {
    background-color: #42a8fe
}

.premium-listings .content_item_adv .status-badge--rental:before {
    border-color: #154c7f transparent transparent #154c7f
}

.premium-listings .content_item_adv .status-badge--used-rental {
    background-color: red
}

.premium-listings .content_item_adv .status-badge--used-rental:before {
    border-color: #bf0000 transparent transparent #bf0000
}

.premium-listings .content_item_adv .status-badge--new-rental {
    background-color: #76b043
}

.premium-listings .content_item_adv .status-badge--new-rental:before {
    border-color: #588432 transparent transparent #588432
}

.premium-listings .content_item_adv .status-badge--off-lease {
    background-color: #763f9a
}

.premium-listings .content_item_adv .status-badge--off-lease:before {
    border-color: #582d74 transparent transparent #582d74
}

.premium-listings .content_item_adv .rates-btn {
    position: absolute;
    bottom: -1px;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    left: 0;
    right: 0;
    width: 87%;
    margin: 0 auto;
    border-radius: 0 0 4px 4px;
    background-color: #42a8fe;
    color: #fff;
    font-size: .8125rem;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    box-shadow: 0 2px 3px rgba(174, 171, 171, .5);
    transition: background-color .5s
}

.premium-listings .content_item_adv .rates-btn:hover {
    background-color: #408ee2
}

.premium-listings .content_item_adv .rates-btn.active {
    color: #b3b3b3;
    background-color: #e8e8e8
}

.premium-listings .content_item_adv .rates-btn.active:hover {
    background-color: #b7b7b7;
    color: #f3f3f3
}

.premium-listings .item_text_adv {
    border: none
}

.premium-listings .item_text_adv .parameters {
    color: #444;
    font-family: ProximaNova;
    font-size: 1rem;
    font-weight: 400;
    line-height: 20px;
    text-indent: inherit;
    height: 80px
}

.premium-listings .item_text_adv .for_btn {
    margin-bottom: .9375rem
}

.premium-listings .item_name_adv h2 {
    border: none;
    background-color: #ffb503;
    padding: .625rem .625rem .625rem 1.25rem
}

.premium-listings .type-of-use {
    padding: 1rem 0;
    font-family: ProximaNova;
    font-size: 1.125rem;
    font-weight: 700;
    text-transform: uppercase
}

.premium-listings .type-of-use--off-lease {
    color: #9bbc44
}

.premium-listings .type-of-use--end-user {
    color: #d70000
}

.new-cards--delete {
    margin: 1.875rem 0;
    text-align: center
}

.new-cards--delete .wrapper {
    padding-bottom: .3125rem
}

@media (max-width:900px) {
    .new-cards--delete .wrapper {
        width: 95%
    }
}

.new-cards--delete .item_name_adv h2,
.new-cards--delete .premium-listings__heading h3,
.new-cards--delete .rates-btn,
.new-cards--delete .status-badge,
.new-cards--delete button,
.new-cards--delete p {
    font-family: ProximaNova
}

.new-cards--delete__content {
    border: 2px solid #ffea85;
    border-radius: 4px;
    box-shadow: 0 2px 21px rgba(255, 181, 3, .3);
    background-color: #fff;
    padding-bottom: 3.125rem
}

.new-cards--delete .ribbon {
    background-color: #ffd71a;
    padding: 0 1.5625rem 0 3.125rem;
    display: inline-block;
    position: relative;
    margin-left: 3.5rem;
    margin-right: 3.5rem;
    border-radius: 2px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    margin-bottom: 1.5625rem
}

.new-cards--delete .ribbon .icon-star {
    position: absolute;
    width: 20px;
    height: 20px;
    background-size: cover;
    background-image: url(../images/star.png);
    left: 20px;
    top: 6px;
    z-index: 10
}

.new-cards--delete .ribbon h3 {
    color: #333;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 34px;
    text-transform: uppercase;
    margin: 0;
    white-space: nowrap
}

.new-cards--delete .ribbon a {
    color: #fff;
    text-decoration: none
}

.new-cards--delete .ribbon:after,
.new-cards--delete .ribbon:before {
    content: ".";
    text-indent: -9999em;
    height: 0;
    border-style: solid;
    border-width: 13px;
    width: 6px;
    position: absolute;
    left: 0;
    top: 4px;
    display: block;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.new-cards--delete .ribbon:before {
    border-color: #ffb503 #ffb503 #ffb503 transparent
}

.new-cards--delete .ribbon:after {
    border-color: #ffb503 transparent #ffb503 #ffb503;
    right: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    left: auto
}

.new-cards--delete__heading {
    text-align: center;
    margin: 1.25rem 0 .625rem
}

.new-cards--delete .content_item_adv,
.new-cards--delete .content_item_adv_edit {
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    border-radius: 4px;
    padding: .25rem;
    margin-bottom: 3.125rem;
    transition: -webkit-transform .3s linear;
    transition: transform .3s linear;
    transition: transform .3s linear, -webkit-transform .3s linear;
    margin-right: .5625rem;
    position: relative;
    border: 1px solid #ebebeb
}

.new-cards--delete .content_item_adv:last-child,
.new-cards--delete .content_item_adv_edit:last-child {
    margin-right: 0
}

.new-cards--delete .content_item_adv:hover,
.new-cards--delete .content_item_adv_edit:hover {
    -webkit-transform: scale(1.05) perspective(1px) translateZ(0);
    transform: scale(1.05) perspective(1px) translateZ(0)
}

.new-cards--delete .content_item_adv .view-details,
.new-cards--delete .content_item_adv_edit .view-details {
    transition: all .5s;
    height: 40px;
    background-color: #9bbc44;
    border: 2px solid #9bbc44;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: .875rem;
    font-weight: 700;
    align-content: center;
    width: 80%;
    text-align: center;
    margin: 1% 2%
}

.new-cards--delete .content_item_adv .view-details:hover,
.new-cards--delete .content_item_adv_edit .view-details:hover {
    background-color: #719317;
    border: 2px solid #719317;
    color: #fff
}

.new-cards--delete .content_item_adv .status-badge,
.new-cards--delete .content_item_adv_edit .status-badge {
    position: absolute;
    left: -2px;
    top: 9px;
    z-index: 99;
    background-color: #fff;
    border-radius: 0 4px 4px 0;
    padding: .5rem .625rem;
    color: #fff;
    box-shadow: 1px 1px 1px rgba(38, 38, 38, .5);
    font-size: .8125rem;
    font-weight: 700;
    line-height: 12px;
    text-transform: uppercase;
    letter-spacing: .02063rem
}

.new-cards--delete .content_item_adv .status-badge:before,
.new-cards--delete .content_item_adv_edit .status-badge:before {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    z-index: -1;
    border-style: solid;
    border-width: 3px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.new-cards--delete .content_item_adv .status-badge--new,
.new-cards--delete .content_item_adv_edit .status-badge--new {
    background-color: #ffb200
}

.new-cards--delete .content_item_adv .status-badge--new:before,
.new-cards--delete .content_item_adv_edit .status-badge--new:before {
    border-color: #e8b23d transparent transparent #e8b23d
}

.new-cards--delete .content_item_adv .status-badge--rental,
.new-cards--delete .content_item_adv_edit .status-badge--rental {
    background-color: #42a8fe
}

.new-cards--delete .content_item_adv .status-badge--rental:before,
.new-cards--delete .content_item_adv_edit .status-badge--rental:before {
    border-color: #154c7f transparent transparent #154c7f
}

.new-cards--delete .content_item_adv .status-badge--used-rental,
.new-cards--delete .content_item_adv_edit .status-badge--used-rental {
    background-color: red
}

.new-cards--delete .content_item_adv .status-badge--used-rental:before,
.new-cards--delete .content_item_adv_edit .status-badge--used-rental:before {
    border-color: #bf0000 transparent transparent #bf0000
}

.new-cards--delete .content_item_adv .status-badge--new-rental,
.new-cards--delete .content_item_adv_edit .status-badge--new-rental {
    background-color: #76b043
}

.new-cards--delete .content_item_adv .status-badge--new-rental:before,
.new-cards--delete .content_item_adv_edit .status-badge--new-rental:before {
    border-color: #588432 transparent transparent #588432
}

.new-cards--delete .content_item_adv .status-badge--off-lease,
.new-cards--delete .content_item_adv_edit .status-badge--off-lease {
    background-color: #763f9a
}

.new-cards--delete .content_item_adv .status-badge--off-lease:before,
.new-cards--delete .content_item_adv_edit .status-badge--off-lease:before {
    border-color: #582d74 transparent transparent #582d74
}

.new-cards--delete .content_item_adv .rates-btn,
.new-cards--delete .content_item_adv_edit .rates-btn {
    position: absolute;
    bottom: -1px;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    left: 0;
    right: 0;
    width: 87%;
    margin: 0 auto;
    border-radius: 0 0 4px 4px;
    background-color: #42a8fe;
    color: #fff;
    font-size: .8125rem;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    text-shadow: 1px 1px 5px rgba(73, 73, 73, .3);
    box-shadow: 0 2px 3px rgba(174, 171, 171, .5);
    transition: background-color .5s
}

.new-cards--delete .content_item_adv .rates-btn:hover,
.new-cards--delete .content_item_adv_edit .rates-btn:hover {
    background-color: #408ee2
}

.new-cards--delete .item_text_adv {
    border: none
}

.new-cards--delete .item_text_adv .parameters {
    color: #444;
    font-family: ProximaNova;
    font-size: 1rem;
    font-weight: 400;
    line-height: 20px;
    text-indent: inherit;
    height: 80px
}

.new-cards--delete .item_name_adv h2 {
    border: none;
    background-color: #ffb503;
    padding: .625rem .625rem .625rem 1.25rem
}

.new-cards--delete .type-of-use {
    padding: 1rem 0;
    font-family: ProximaNova;
    font-size: 1.125rem;
    font-weight: 700;
    text-transform: uppercase
}

.new-cards--delete .type-of-use--off-lease {
    color: #9bbc44
}

.new-cards--delete .type-of-use--end-user {
    color: #d70000
}

@media (min-width:1163px) and (max-width:1397px) {
    .new-cards .wrapper {
        width: 80%
    }
}

.new-cards {
    margin: 0 0 1.875rem;
    text-align: center
}

.new-cards .item_name_adv h2,
.new-cards .premium-listings__heading h3,
.new-cards .rates-btn,
.new-cards .status-badge,
.new-cards button,
.new-cards p {
    font-family: ProximaNova
}

@media only screen and (max-width:1024px) and (min-width:320px) {
    .new-cards.similar_equipment {
        display: block
    }
}

.new-cards .wrapper {
    padding-bottom: .3125rem
}

@media (max-width:900px) {
    .new-cards .wrapper {
        width: 95%
    }
}

@media (max-width:523px) {
    .new-cards .wrapper {
        width: 100%
    }
}

.new-cards .parameters__cart {
    display: none;
    top: inherit;
    border-radius: 5px;
    bottom: 6px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 90%;
    padding-bottom: .9375rem
}

.new-cards .parameters__cart.active {
    display: block
}

.new-cards .item_img_adv {
    font-size: 0;
    height: 142px;
    overflow: hidden
}

.new-cards__content {
    border: 2px solid #ffea85;
    border-radius: 4px;
    box-shadow: 0 2px 21px rgba(255, 181, 3, .3);
    background-color: #fff;
    padding: 0 .625rem 3.125rem
}

@media (max-width:523px) {
    .new-cards__content {
        box-shadow: none;
        border: none;
        background-color: #fff1b0;
        padding: 0 0 3.125rem
    }
}

@media (max-width:523px) {
    .new-cards__content .premium-listings__items {
        width: 95%;
        margin: 0 auto
    }
}

@media (max-width:400px) {
    .new-cards__content .ribbon {
        margin-left: 0;
        margin-right: 0;
        padding: 0 1.25rem 0 2.5rem
    }
    .new-cards__content .ribbon .icon-star {
        left: 15px
    }
}

.new-cards__heading {
    text-align: center;
    margin: 1.25rem 0 .625rem
}

.new-cards .content_item_adv {
    box-shadow: 0 0 15px rgba(0, 0, 0, .2);
    border-radius: 4px;
    padding: .25rem;
    margin-bottom: 3.125rem;
    transition: -webkit-transform .3s linear;
    transition: transform .3s linear;
    transition: transform .3s linear, -webkit-transform .3s linear;
    margin-right: .5625rem;
    position: relative;
    border: 1px solid #ebebeb
}

.new-cards .content_item_adv:last-child {
    margin-right: 0
}

.new-cards .content_item_adv:hover {
    -webkit-transform: scale(1.03) perspective(1px) translateZ(0);
    transform: scale(1.03) perspective(1px) translateZ(0)
}

@media (max-width:523px) {
    .new-cards .content_item_adv {
        display: block;
        margin: 0 auto 3.125rem;
        display: flex;
        flex-wrap: wrap;
        padding: 0;
        max-width: none;
        border: none;
        width: 95%
    }
    .new-cards .content_item_adv:last-child {
        margin: 0 auto 1.875rem
    }
    .new-cards .content_item_adv .item_name_adv,
    .new-cards .content_item_adv .item_text_adv,
    .new-cards .content_item_adv .parameters {
        width: 100%
    }
    .new-cards .content_item_adv .parameters {
        max-width: 95%
    }
    .new-cards .content_item_adv .item_price {
        height: auto
    }
    .new-cards .content_item_adv:hover {
        -webkit-transform: none;
        transform: none
    }
}

@media (min-width:524px) and (max-width:780px) {
    .new-cards .content_item_adv:nth-child(2n),
    .new-cards .content_item_adv:nth-child(4n) {
        margin-right: 0
    }
}

@media (min-width:798px) and (max-width:1067px) {
    .new-cards .content_item_adv:nth-child(3n) {
        margin-right: 0
    }
}

@media (min-width:1068px) and (max-width:1337px) {
    .new-cards .content_item_adv:nth-child(4n) {
        margin-right: 0
    }
}

@media (min-width:1388px) {
    .new-cards .content_item_adv:nth-child(5n) {
        margin-right: 0
    }
}

.new-cards .content_item_adv .view-details {
    transition: all .5s;
    height: 40px;
    background-color: #DC730C;
    border: 2px solid #9bbc44;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: .875rem;
    font-weight: 700;
    align-content: center;
    width: 80%;
    text-align: center;
    margin: 1% 2%
}

.new-cards .content_item_adv .view-details:hover {
    background-color: #E1750B;
    border: 2px solid #719317;
    color: #fff
}

.new-cards .content_item_adv .status-badge {
    position: absolute;
    left: -2px;
    top: 9px;
    z-index: 99;
    background-color: #fff;
    border-radius: 0 4px 4px 0;
    padding: .5rem .625rem;
    color: #fff;
    box-shadow: 1px 1px 1px rgba(38, 38, 38, .5);
    font-size: .8125rem;
    font-weight: 700;
    line-height: 12px;
    text-transform: uppercase;
    letter-spacing: .02063rem
}

@media (max-width:523px) {
    .new-cards .content_item_adv .status-badge {
        left: -6px
    }
}

.new-cards .content_item_adv .status-badge:before {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    z-index: -1;
    border-style: solid;
    border-width: 3px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.new-cards .content_item_adv .status-badge--new {
    background-color: #ffb200
}

.new-cards .content_item_adv .status-badge--new:before {
    border-color: #e8b23d transparent transparent #e8b23d
}

.new-cards .content_item_adv .status-badge--rental {
    background-color: #42a8fe
}

.new-cards .content_item_adv .status-badge--rental:before {
    border-color: #154c7f transparent transparent #154c7f
}

.new-cards .content_item_adv .status-badge--used-rental {
    background-color: red
}

.new-cards .content_item_adv .status-badge--used-rental:before {
    border-color: #bf0000 transparent transparent #bf0000
}

.new-cards .content_item_adv .status-badge--new-rental {
    background-color: #76b043
}

.new-cards .content_item_adv .status-badge--new-rental:before {
    border-color: #588432 transparent transparent #588432
}

.new-cards .content_item_adv .status-badge--off-lease {
    background-color: #763f9a
}

.new-cards .content_item_adv .status-badge--off-lease:before {
    border-color: #582d74 transparent transparent #582d74
}

.new-cards .content_item_adv .rates-btn {
    position: absolute;
    bottom: -1px;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    left: 0;
    right: 0;
    width: 87%;
    margin: 0 auto;
    border-radius: 0 0 4px 4px;
    background-color: #e8e8e8;
    color: #b3b3b3;
    font-size: .8125rem;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    box-shadow: 0 2px 3px hsla(0, 0%, 75.7%, .4);
    transition: background-color .5s
}

.new-cards .content_item_adv .rates-btn:hover {
    background-color: #b7b7b7;
    color: #f3f3f3
}

.new-cards .item_text_adv {
    border: none;
    padding-top: .9375rem
}

.new-cards .item_text_adv .parameters {
    color: #444;
    font-family: ProximaNova;
    font-size: 1rem;
    font-weight: 400;
    line-height: 20px;
    text-indent: inherit;
    height: 80px
}

.new-cards .item_text_adv .for_btn {
    margin-bottom: .9375rem
}

.new-cards .item_name_adv h2 {
    border: 2px solid #ecb550;
    background-color: #f5d35a;
    padding: .625rem .625rem .625rem 1.25rem;
    margin-top: 0
}

.new-cards .type-of-use {
    padding: 1rem 0;
    font-family: ProximaNova;
    font-size: 1.125rem;
    font-weight: 700;
    text-transform: uppercase
}

.new-cards .type-of-use--off-lease {
    color: #9bbc44
}

.new-cards .type-of-use--end-user {
    color: #d70000
}

@media (max-width:523px) {
    .new-cards .item_img_adv {
        float: left;
        width: 100%;
        height: auto
    }
    .new-cards .item_img_adv img {
        border-radius: 0
    }
    .premium-listings .item_img_adv {
        float: left;
        width: 100%;
        height: auto
    }
    .premium-listings .item_img_adv img {
        border-radius: 0
    }
}

@media only screen and (max-width:1024px) and (min-width:320px) {
    .under_filter {
        padding-top: .9375rem
    }
}
.ll18--search-section {
    position: relative;
    display: block;
    padding-top: 6.25rem;
    padding-bottom: 10rem
}

.ll18--search-section:after,
.ll18--search-section:before {
    content: "";
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    right: 0
}

.ll18--search-section:after {
    height: 150px;
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #fff);
    z-index: 3
}

.ll18--search-section:before {
    top: 0;
    background-color: rgba(255, 181, 3, .5);
    z-index: 2
}

.ll18--search-section>* {
    position: relative;
    z-index: 10
}

.ll18--search-form {
    display: block;
    width: 100%;
    background: transparent
}

.ll18--search-form__buttons {
    display: flex;
    width: 100%;
    align-items: center;
    margin-bottom: .3125rem
}

.ll18--search-form__buttons>* {
    flex: 1 1
}

.ll18--search-form__buttons>:not(:first-child) {
    margin-left: .3125rem
}

@media screen and (max-width:575px) {
    .ll18--search-form__buttons>:not(:first-child) {
        margin-left: 0
    }
}

@media screen and (max-width:768px) {
    .ll18--search-form__buttons {
        flex-wrap: wrap
    }
}

@media screen and (max-width:575px) {
    .ll18--search-form__buttons {
        margin-bottom: 0
    }
}

.ll18--search-form__btn {
    position: relative;
    display: flex;
    height: 75px;
    padding: .3125rem;
    box-sizing: border-box;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    color: hsla(0, 0%, 100%, .8);
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    cursor: pointer
}

@media screen and (max-width:768px) {
    .ll18--search-form__btn {
        height: 55px;
        font-size: 1rem;
        order: 10
    }
}

@media screen and (max-width:575px) {
    .ll18--search-form__btn {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
        font-size: .75rem;
        text-align: center;
        background-color: rgba(0, 0, 0, .75);
        overflow: hidden
    }
}

.ll18--search-form__btn>* {
    position: relative;
    z-index: 2
}

.ll18--search-form__btn small {
    display: block;
    font-size: .875rem;
    font-weight: 400;
    text-transform: none
}

.ll18--search-form__btn:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .75);
    transition: bottom .3s ease;
    will-change: bottom
}

@media screen and (max-width:575px) {
    .ll18--search-form__btn:after {
        content: none
    }
}

.ll18--search-form__btn.active,
.ll18--search-form__btn:hover {
    color: #fff
}

@media screen and (max-width:575px) {
    .ll18--search-form__btn.active,
    .ll18--search-form__btn:hover {
        color: #ffd71a
    }
}

.ll18--search-form__btn.active:after,
.ll18--search-form__btn:hover:after {
    bottom: -5px
}

@media screen and (max-width:575px) {
    .ll18--search-form__separats {
        position: relative
    }
    .ll18--search-form__separats:after,
    .ll18--search-form__separats:before {
        content: "";
        position: absolute;
        width: 2px;
        top: 10px;
        bottom: 10px;
        left: auto;
        right: auto;
        background-color: hsla(0, 0%, 100%, .8)
    }
    .ll18--search-form__separats:before {
        left: 0
    }
    .ll18--search-form__separats:after {
        right: 0
    }
    .ll18--search-form__separats.active:after,
    .ll18--search-form__separats.active:before,
    .ll18--search-form__separats:hover:after,
    .ll18--search-form__separats:hover:before {
        bottom: 10px
    }
}

.ll18--search-form__btn_color {
    background-color: #ffd71a;
    opacity: .8;
    color: rgba(0, 0, 0, .8);
    transition: opacity .3s ease;
    will-change: opacity
}

@media screen and (max-width:768px) {
    .ll18--search-form__btn_color {
        order: 1;
        flex: 1 1 100%;
        max-width: 100%;
        margin-left: 0!important;
        margin-bottom: .3125rem;
        margin-right: auto;
        font-size: 1rem;
        opacity: 1;
        transition: none
    }
}

.ll18--search-form__btn_color:after,
.ll18--search-form__btn_color:before {
    content: none;
    transition: none
}

.ll18--search-form__btn_color:hover {
    opacity: 1;
    color: rgba(0, 0, 0, .8)
}

@media screen and (max-width:768px) {
    .ll18--search-form__btn_color:hover {
        color: rgba(0, 0, 0, .8)
    }
}

.ll18--search-form__body {
    display: block;
    margin: 0;
    padding: 40px;
    font-size: 16px;
    font-weight: 400;
    background-color: rgba(0, 0, 0, .75);
    color: hsla(0, 0%, 100%, .8)
}

@media screen and (max-width:575px) {
    .ll18--search-form__body {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media screen and (max-width:425px) {
    .ll18--search-form__body {
        padding-left: 5px;
        padding-right: 5px
    }
}

.ll18--search-form__box {
    display: none
}

.ll18--search-form__box.active {
    display: flex;
    min-height: 120px;
    align-items: center;
    justify-content: space-between
}

@media screen and (max-width:768px) {
    .ll18--search-form__box.active {
        display: block
    }
}

@media screen and (max-width:575px) {
    .ll18--search-form__box.active {
        min-height: 160px
    }
}

.ll18--search-form__autowidth,
.ll18--search-form__carousel,
.ll18--search-form__categories {
    display: flex;
    width: 100%;
    flex-wrap: wrap
}

@media screen and (max-width:768px) {
    .ll18--search-form__autowidth,
    .ll18--search-form__carousel,
    .ll18--search-form__categories {
        max-width: none;
        width: 100%
    }
}

.ll18--search-form__autowidth>*,
.ll18--search-form__carousel>*,
.ll18--search-form__categories>* {
    flex: 0 0 calc(8.33333% - 20px);
    width: calc(8.33333% - 20px);
    max-width: calc(8.33333% - 20px);
    min-width: 65px;
    margin: .3125rem .625rem
}

@media screen and (max-width:1439px) {
    .ll18--search-form__autowidth>*,
    .ll18--search-form__carousel>*,
    .ll18--search-form__categories>* {
        flex: 0 0 calc(25% - 20px);
        max-width: calc(25% - 20px);
        width: auto
    }
}

@media screen and (max-width:425px) {
    .ll18--search-form__autowidth>*,
    .ll18--search-form__carousel>*,
    .ll18--search-form__categories>* {
        flex: 0 0 calc(33.33333% - 20px);
        max-width: calc(33.33333% - 20px)
    }
}

.ll18--search-form__autowidth .asform__header--item,
.ll18--search-form__carousel .asform__header--item,
.ll18--search-form__categories .asform__header--item {
    background: transparent
}

.ll18--search-form__autowidth .owl-controls,
.ll18--search-form__carousel .owl-controls,
.ll18--search-form__categories .owl-controls {
    position: absolute;
    top: calc(50% - 6px);
    left: -20px;
    right: -20px
}

.ll18--search-form__autowidth .owl-controls .owl-next,
.ll18--search-form__autowidth .owl-controls .owl-prev,
.ll18--search-form__carousel .owl-controls .owl-next,
.ll18--search-form__carousel .owl-controls .owl-prev,
.ll18--search-form__categories .owl-controls .owl-next,
.ll18--search-form__categories .owl-controls .owl-prev {
    position: absolute
}

.ll18--search-form__autowidth .owl-controls .owl-prev,
.ll18--search-form__carousel .owl-controls .owl-prev,
.ll18--search-form__categories .owl-controls .owl-prev {
    left: 0
}

.ll18--search-form__autowidth .owl-controls .owl-next,
.ll18--search-form__carousel .owl-controls .owl-next,
.ll18--search-form__categories .owl-controls .owl-next {
    right: 0
}

.ll18--search-form__carousel_flex .owl-item {
    display: flex
}

.ll18--search-form__all {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    transition: color .3s ease;
    will-change: color
}

.ll18--search-form__all:hover {
    color: #ffd71a
}

.ll18--search-form__bottom {
    display: flex;
    width: calc(100% - 20px);
    margin: 1.875rem .625rem 0;
    justify-content: space-between;
    align-items: stretch
}

@media screen and (max-width:768px) {
    .ll18--search-form__bottom {
        display: block
    }
}

.ll18--search-form__bottom .SumoSelect {
    height: 44px;
    font-size: .875rem;
    font-weight: 600;
    color: #000
}

.ll18--search-form__bottom .SumoSelect .CaptionCont {
    width: calc(100% - 36px)!important
}

.ll18--search-form__bottom .SumoSelect .CaptionCont .placeholder {
    font-style: normal!important;
    color: #000!important;
    opacity: .45
}

.ll18--search-form__bottom .SumoSelect.open .search-txt,
.ll18--search-form__bottom .SumoSelect>.CaptionCont>span {
    margin-top: .375rem
}

.ll18--search-form__bottom .SumoSelect.open>.optWrapper {
    top: 100%!important;
    width: calc(100% + 1px)!important
}

.ll18--search-form__bottom>:last-child {
    height: 44px;
    flex: 0 0 200px;
    margin-left: 2.5rem
}

@media screen and (max-width:1350px) {
    .ll18--search-form__bottom>:last-child {
        flex: 0 0 130px;
        margin-left: 1.25rem
    }
}

@media screen and (max-width:768px) {
    .ll18--search-form__bottom>:last-child {
        width: 100%;
        margin-left: 0;
        margin-top: .625rem
    }
}

@media screen and (max-width:575px) {
    .ll18--search-form__bottom>:last-child {
        margin-top: 0
    }
}

.ll18--search-form__selects {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between
}

@media screen and (max-width:768px) {
    .ll18--search-form__selects {
        flex-direction: column
    }
}

.ll18--search-form__selects>* {
    flex: 0 0 24%;
    max-width: 24%
}

@media screen and (max-width:768px) {
    .ll18--search-form__selects>* {
        flex: 1 1 auto;
        width: 100%;
        max-width: 100%;
        margin-bottom: .625rem
    }
}

.owl_bottom_items .owl-item {
    display: flex;
    min-height: 85px
}

.owl_bottom_items .owl-item>* {
    margin-top: auto;
    flex: 1 1 100%
}

.ll18--search-slider {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #ffd46d;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 0
}

.ll18--search-slider * {
    height: 100%
}

.ll18--search-slider__item {
    display: block;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.ll18--services {
    display: flex;
    padding: 4.375rem 0
}

@media screen and (max-width:767px) {
    .ll18--services {
        flex-wrap: wrap
    }
}

.ll18--services>* {
    flex: 0 0 25%
}

@media screen and (max-width:767px) {
    .ll18--services>* {
        flex: 0 0 50%
    }
}

@media screen and (max-width:480px) {
    .ll18--services>* {
        flex: 1 1 100%
    }
}

.ll18--services__item {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    align-content: space-between;
    justify-content: space-between
}

.ll18--services__img {
    display: flex;
    min-height: 100px;
    margin-bottom: 3.125rem;
    align-items: center;
    justify-content: center
}

.ll18--services__txt {
    margin: auto 1.25rem;
    font-family: ProximaNova;
    font-size: 1.125rem;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    color: #000
}

@media screen and (max-width:767px) {
    .ll18--services__txt {
        margin-top: 1.25rem;
        margin-bottom: 3.125rem
    }
}

.ll18--sort {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    width: calc(90% - 30px);
    max-width: 1400px;
    margin: 0 auto;
    padding: 2% 0
}

.ll18--sort,
.ll18--sort * {
    box-sizing: border-box
}

.ll18--sort.ll18--padd {
    padding-left: 2.5rem
}

@media screen and (max-width:767px) {
    .ll18--sort.ll18--padd {
        padding-left: 0
    }
}

@media screen and (max-width:600px) {
    .ll18--sort {
        flex-wrap: wrap;
        -webkit-box-pack: center;
        justify-content: center;
        width: 100%;
        padding: 0;
        margin: 0
    }
    .ll18--sort>* {
        -webkit-box-flex: 1;
        flex: 1 1 100%;
        -webkit-box-ordinal-group: 11;
        order: 10
    }
}

.ll18--sort__block {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    flex-wrap: wrap
}

@media screen and (max-width:600px) {
    .ll18--sort__block {
        padding: 1.875rem 0;
        -webkit-box-pack: center;
        justify-content: center
    }
}

.ll18--sort__item {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-top: .3125rem;
    margin-bottom: .3125rem;
    margin-right: 3.125rem
}

@media screen and (max-width:600px) {
    .ll18--sort__item {
        -webkit-box-flex: 1;
        flex: 1 1 100%;
        -webkit-box-pack: center;
        justify-content: center;
        margin-right: 0
    }
}

.ll18--sort__name {
    display: inline-block;
    width: 80px;
    padding-right: .625rem;
    font-size: .9em;
    font-family: ProximaNova;
    font-size: 1rem;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    white-space: nowrap
}

@media screen and (max-width:600px) {
    .ll18--sort__name {
        text-align: right
    }
}

.ll18--sort__select {
    width: 160px
}

.ll18--status-info {
    position: relative
}

@media screen and (max-width:767px) {
    .ll18--status-info {
        text-align: right
    }
}

.ll18--status-info .ll18--i-status+* {
    display: none
}

.ll18--status-info .ll18--i-status:hover+* {
    display: block;
    top: 0;
    left: 100%
}

@media screen and (max-width:767px) {
    .ll18--status-info .ll18--i-status:hover+* {
        left: auto;
        right: 70%
    }
}

.ll18--status-info__content {
    position: absolute;
    width: 120px;
    height: auto;
    padding: .3125rem;
    box-shadow: -5px 5px 60px 5px rgba(0, 0, 0, .2);
    background-color: #fff;
    font-family: ProximaNova;
    font-size: .875rem;
    font-weight: 400;
    line-height: 18px;
    color: #333;
    text-align: left;
    z-index: 10
}

.ll18--status-info__content>* {
    margin: .3125rem 0
}

.ll18--status-info__content.ll18--bottom {
    top: auto!important;
    bottom: 0
}

.ll18--status-info__content.ll18--red .ll18--status-info__list li:before {
    background-color: #d70000
}

.ll18--status-info__content.ll18--green .ll18--status-info__list li:before {
    background-color: #1fb329
}

.ll18--status-info__content.ll18--yellow .ll18--status-info__list li:before {
    background-color: #ffb503
}

.ll18--status-info__title {
    font-size: .75rem;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center
}

.ll18--status-info__list {
    padding-left: .625rem;
    list-style: none;
    text-align: left
}

.ll18--status-info__list li:before {
    content: "";
    display: inline-block;
    width: 3px;
    height: 3px;
    margin-bottom: .25rem;
    margin-right: .3125rem;
    background-color: #333;
    border-radius: 50%
}

.ll18--transform-status {
    margin-top: 1.125rem;
    text-align: right;
    font-size: .8rem;
    font-style: italic;
    font-weight: 700;
    color: #ce5b5b
}

.ll18--transform {
    min-width: 100%;
    border-collapse: separate;
    border-spacing: 10px 20px;
    background-color: #fff;
    font-family: ProximaNova;
    font-size: .875rem;
    font-weight: 400;
    color: #333;
    table-layout: fixed
}

.ll18--transform,
.ll18--transform * {
    box-sizing: border-box
}

@media only screen and (max-width:1024px) and (min-width:320px) {
    .ll18--transform {
        background-color: transparent
    }
}

@media screen and (max-width:767px) {
    .ll18--transform {
        margin-top: 1.875rem
    }
    .ll18--transform,
    .ll18--transform tbody,
    .ll18--transform thead {
        display: block;
        width: 100%
    }
}

@media screen and (max-width:767px) {
    .ll18--transform__headtr {
        display: -webkit-box;
        display: flex;
        width: 100%;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        justify-content: space-between
    }
}

.ll18--transform__tr {
    transition: all .2s ease-in-out 0s
}

.ll18--transform__tr td {
    padding: .9375rem;
    vertical-align: middle;
    cursor: pointer
}

.ll18--transform__tr td:not([class=ll18--transform__btn]) {
    border: 2px solid rgba(68, 68, 68, 0)
}

.ll18--transform__tr.ll18--new td:not([class*=ll18--transform__btn]) {
    background-color: rgba(31, 179, 41, .2)
}

@media screen and (max-width:767px) {
    .ll18--transform__tr.ll18--new td {
        border: 2px dashed rgba(31, 179, 41, .2) !important;
        margin: .3125rem 0
    }
    .ll18--transform__tr.ll18--new .ll18--check {
        background: none !important;
        border: none !important
    }
    .ll18--transform__tr.ll18--new td.ll18--buttons,
    .ll18--transform__tr.ll18--new td.ll18--check,
    .ll18--transform__tr.ll18--new td.ll18--status {
        top: 90px;
        background: none;
        border: none !important
    }
    .ll18--transform__tr.ll18--new .ll18--price {
        top: 205px
    }
    .ll18--transform__tr.ll18--new td.ll18--buttons {
        height: 30px;
        margin: 0
    }
}

.ll18--transform__tr .ll18--location {
    min-width: 150px
}

.ll18--transform__tr:hover .ll18--i-copy,
.ll18--transform__tr:hover .ll18--i-del,
.ll18--transform__tr:hover .ll18--i-edit {
    color: rgba(68, 68, 68, .3)
}

.ll18--transform__tr:hover .ll18--i-copy:hover,
.ll18--transform__tr:hover .ll18--i-del:hover,
.ll18--transform__tr:hover .ll18--i-edit:hover {
    color: rgba(68, 68, 68, .4)
}

@media screen and (max-width:767px) {
    .ll18--transform__tr:hover .ll18--i-copy,
    .ll18--transform__tr:hover .ll18--i-del,
    .ll18--transform__tr:hover .ll18--i-edit {
        color: rgba(68, 68, 68, .3)
    }
}

.ll18--transform__tr:not([class*=ll18--new]):hover td:not([class*=ll18--transform__btn]) {
    border: 2px solid rgba(68, 68, 68, .07);
    background-color: #f4f4f4
}

@media screen and (max-width:767px) {
    .ll18--transform__tr:not([class*=ll18--new]):hover td:not([class*=ll18--transform__btn]) {
        background-color: transparent;
        border: 2px solid rgba(68, 68, 68, 0)
    }
    .ll18--transform__tr:not([class*=ll18--new]):hover td:not([class*=ll18--transform__btn]).ll18--price {
        background-color: #ffd71a
    }
}

.ll18--transform__tr:not([class*=ll18--new]):hover td.ll18--transform__edit {
    color: rgba(68, 68, 68, .3)
}

@media screen and (max-width:767px) {
    .ll18--transform__tr:not([class*=ll18--new]):hover td.ll18--transform__edit {
        color: rgba(68, 68, 68, .4)
    }
}

.ll18--transform__tr:not([class*=ll18--new]):hover .ll18--i-copy,
.ll18--transform__tr:not([class*=ll18--new]):hover .ll18--i-del,
.ll18--transform__tr:not([class*=ll18--new]):hover .ll18--i-edit {
    color: rgba(68, 68, 68, .3)
}

.ll18--transform__tr:not([class*=ll18--new]):hover .ll18--i-copy:hover,
.ll18--transform__tr:not([class*=ll18--new]):hover .ll18--i-del:hover,
.ll18--transform__tr:not([class*=ll18--new]):hover .ll18--i-edit:hover {
    color: rgba(68, 68, 68, .4)
}

@media screen and (max-width:767px) {
    .ll18--transform__tr {
        position: relative;
        display: -webkit-box;
        display: flex;
        width: 100%;
        margin: .9375rem 0;
        flex-wrap: wrap
    }
    .ll18--transform__tr .ll18--i-copy,
    .ll18--transform__tr .ll18--i-del,
    .ll18--transform__tr .ll18--i-edit {
        color: rgba(68, 68, 68, .4)
    }
    .ll18--transform__tr td {
        -webkit-box-ordinal-group: 101;
        order: 100;
        -webkit-box-flex: 1;
        flex: 1 1 100%;
        padding: .3125rem 0;
        text-align: left;
        border: none!important
    }
    .ll18--transform__tr td .ll18--block_tablet {
        font-family: ProximaNova;
        font-size: .75rem;
        font-weight: 700;
        line-height: 1.5;
        color: #444;
        text-transform: uppercase
    }
    .ll18--transform__tr .ll18--check {
        -webkit-box-ordinal-group: 21;
        order: 20;
        -webkit-box-flex: 0;
        flex: 0 0 40px;
        position: absolute;
        display: -webkit-box;
        display: flex;
        height: auto;
        top: 85px;
        left: 15px;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        justify-content: center;
        z-index: 1
    }
    .ll18--transform__tr .ll18--img {
        -webkit-box-ordinal-group: 41;
        order: 40;
        -webkit-box-flex: 0;
        flex: 0 0 calc(100% - 40px)
    }
    .ll18--transform__tr .ll18--img .ll18--img-preloader {
        position: static;
        height: 400px
    }
    .ll18--transform__tr .ll18--stock {
        -webkit-box-flex: 1;
        flex: 1 0 50%;
        min-width: 50%
    }
    .ll18--transform__tr .ll18--status {
        -webkit-box-ordinal-group: 51;
        order: 50;
        -webkit-box-flex: 0;
        flex: 0 0 40px;
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        justify-content: center;
        height: 400px
    }
    .ll18--transform__tr .ll18--status .ll18--flex-vert>* {
        margin: .625rem 0
    }
    .ll18--transform__tr .ll18--make {
        -webkit-box-ordinal-group: 56;
        order: 55;
        -webkit-box-flex: 1;
        flex: 1 0 100%;
        min-width: 100%;
        margin-top: .9375rem
    }
    .ll18--transform__tr .ll18--model {
        -webkit-box-ordinal-group: 11;
        order: 10;
        -webkit-box-flex: 1;
        flex: 1 1 100%;
        font-family: ProximaNova;
        font-size: 1.125rem;
        font-weight: 700;
        color: #000;
        text-transform: uppercase;
        text-align: left
    }
    .ll18--transform__tr .ll18--year {
        -webkit-box-flex: 1;
        flex: 1 0 50%;
        min-width: 50%
    }
    .ll18--transform__tr .ll18--price {
        -webkit-box-ordinal-group: 61;
        order: 60;
        position: absolute;
        left: 15px;
        top: 420px;
        padding: .4375rem .625rem;
        font-family: ProximaNova;
        font-size: 1rem;
        font-weight: 700;
        line-height: 24px;
        text-transform: uppercase;
        color: #000;
        background-color: #ffd71a;
        z-index: 1
    }
    .ll18--transform__tr .ll18--description,
    .ll18--transform__tr .ll18--location {
        -webkit-box-flex: 1;
        flex: 1 0 100%;
        min-width: 100%
    }
    .ll18--transform__tr .ll18--condition,
    .ll18--transform__tr .ll18--capacity {
        -webkit-box-flex: 1;
        flex: 1 0 50%;
        min-width: 50%
    }
    .ll18--transform__tr .ll18--description .ll18--vue-editor__message {
        margin-bottom: .9375rem
    }
    .ll18--transform__tr .ll18--buttons {
        -webkit-box-ordinal-group: 31;
        order: 30;
        -webkit-box-flex: 1;
        flex: 1 1 100%;
        padding: 0
    }
    .ll18--transform__tr .ll18--buttons .ll18--flex-vert {
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        justify-content: flex-start
    }
    .ll18--transform__tr .ll18--buttons .ll18--flex-vert>* {
        -webkit-box-flex: 0;
        flex: 0 0 30px;
        font-size: 1.125rem
    }
}

@media screen and (max-width:480px) {
    .ll18--transform__tr .ll18--img .ll18--img-preloader,
    .ll18--transform__tr .ll18--status {
        height: 250px
    }
    .ll18--transform__tr .ll18--price {
        top: 270px
    }
}

tr {
    transition: all .2s ease-in-out 0s;
    opacity: 1
}

tr.ll18--del {
    opacity: 0
}

.ll18--transform__th {
    padding: .9375rem;
    font-family: ProximaNova;
    font-size: .75rem;
    font-weight: 500;
    text-transform: uppercase;
    background-color: #444;
    color: #fff
}

@media screen and (max-width:767px) {
    .ll18--transform__th {
        padding: 0
    }
    .ll18--transform__th:not([class*=ll18--transform__options]) {
        display: none
    }
}

.ll18--transform__th[data-sort-button=true] {
    transition: all .3s ease-out;
    cursor: pointer
}

.ll18--transform__th[data-sort-button=true]:hover {
    opacity: .7
}

.ll18--transform__th[data-sort-button=true]>:after {
    font-family: FontAwesome;
    margin-left: .625rem
}

.ll18--transform__th[data-sort-direction=bottom]>:after {
    content: "\f0d7"
}

.ll18--transform__th[data-sort-direction=top]>:after {
    content: "\f0d8"
}

.ll18--transform__btn,
.ll18--transform__options,
.ll18--transform__status {
    width: 40px;
    height: 40px;
    padding: 0!important;
    text-align: center;
    vertical-align: middle
}

.ll18--check.ll18--transform__options,
.ll18--check.ll18--transform__status,
.ll18--transform__btn.ll18--check {
    width: 20px;
    height: 20px
}

.ll18--transform__selall {
    width: 20px;
    height: 20px;
    padding: 0!important;
    text-align: center;
    vertical-align: middle
}

.ll18--transform__selall .ll18--label {
    display: none
}

@media screen and (max-width:767px) {
    .ll18--transform__selall {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        font-family: ProximaNova;
        font-size: .875rem;
        font-weight: 300;
        color: #000;
        text-decoration: underline;
        -webkit-text-decoration-style: dotted;
        text-decoration-style: dotted;
        text-transform: uppercase;
        white-space: nowrap
    }
    .ll18--transform__selall .ll18--label {
        display: block;
        padding: 0;
        cursor: pointer
    }
    .ll18--transform__selall .ll18--checkbox-custom {
        display: none
    }
}

.ll18--transform__options,
.ll18--transform__status {
    font-size: 0
}

.ll18--transform__options:before,
.ll18--transform__status:before {
    font-family: FontAwesome;
    font-size: 1.25rem
}

.ll18--transform__options {
    cursor: pointer
}

@media screen and (max-width:767px) {
    .ll18--transform__options {
        display: none
    }
}

.ll18--transform__status:before {
    content: "\f05a"
}

.ll18--transform__options:before {
    content: "\f013"
}

.ll18--transform__status {
    position: relative;
    cursor: help;
    z-index: 1
}

.ll18--transform__status:hover .ll18--transform__statusdesc {
    display: block
}

.ll18--transform__statusdesc {
    position: absolute;
    display: none;
    width: 250px;
    top: 110%;
    left: 0;
    padding: .625rem;
    font-size: .75rem;
    text-align: left;
    background: #fff;
    box-shadow: -2px 2px 10px 2px rgba(68, 68, 68, .3);
    color: #333;
    z-index: 10
}

.ll18--transform__statusdesc ul {
    margin-bottom: .3125rem
}

.ll18--transform__edit {
    color: #fff
}

.ll18--i-copy,
.ll18--i-del,
.ll18--i-edit {
    transition: all .2s ease-in-out 0s;
    margin: .3125rem;
    font-size: 1.25rem;
    color: rgba(68, 68, 68, .3);
    cursor: pointer
}

.ll18--transform__center {
    text-align: center;
    vertical-align: middle
}

.ll18--transform__img {
    position: relative;
    min-height: 75px;
    min-width: 100px;
    padding: 0 !important;
    background-size: cover
}

.ll18--transform__img,
.ll18--transform__required {
    background-position: 50%;
    background-repeat: no-repeat
}

.ll18--transform__required {
    border-color: rgba(197, 26, 26, .7)!important;
    background-image: url(../images/close.png);
    background-size: auto
}

.ll18--transform__details,
.ll18--transform__details_hidden {
    display: block;
    margin: .9375rem 0 .3125rem
}

.ll18--transform__details_hidden {
    width: calc(100% - 40px)
}

.ll18--status {
    width: 40px;
    max-width: 40px;
    min-width: 40px
}

.ll18--description {
    position: relative;
    max-width: 350px;
    min-width: 180px
}

.ll18--transform__center {
    max-width: 150px
}

.ll18--td-date {
    min-width: 120px
}

.ll18--th-sort {
    display: -webkit-box;
    display: flex;
    widows: 100%;
    height: 100%;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between
}

/* TJF */
.loader,
.loader:after {
    border-radius: 50%;
    width: 7em;
    height: 7em;
}

.loader {
    margin: 60px auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(255, 181, 3, 0.2);
    border-right: 1.1em solid rgba(255, 181, 3, 0.2);
    border-bottom: 1.1em solid rgba(255, 181, 3, 0.2);
    border-left: 1.1em solid #ffb503;
    ;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


.loader-title {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
    text-transform: uppercase
}

.loader-wrapper {
    font-family: ProximaNova;
}
.ll18--modal-dialog_nbs .modal-content{
    border-radius:0
}
.ll18--modal-dialog_nbs .modal-header{
    padding-bottom:0;
    border-bottom:0;
    font-size:1.5rem;
    color:#7b7b7b;
    font-weight:700;
    text-transform:uppercase
}
.ll18--modal-dialog_nbs .modal-header .modal-title:hover{
    text-decoration:none;
    color:inherit;
    cursor:default
}
.ll18--modal-dialog_nbs .modal-header .close{
    opacity:1
}
.ll18--modal-dialog_nbs .modal-header .close>span{
    color:#333;
    text-decoration:none;
    text-align:center;
    opacity:1;
    font-style:normal;
    font-size:1.75rem;
    font-family:Arial,Baskerville,monospace
}
.ll18--modal-dialog_nbs .modal-footer{
    border-top:0
}
.ll18--modal-dialog_nbs .modal-footer.ll18--modal-edit__buttons{
    padding:0;
    margin-top:.625rem
}

.ll18--modal.ll18--modal-medium.ll18--open .ll18--modal__body {
    max-width: 800px;
    padding: 40px;
}
.ll18--modal.ll18--open.ll18--modal-centered {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    overflow-y: auto
}
@media screen and (max-width:991px) {
    .ll18--modal.ll18--open.ll18--modal-centered {
        -webkit-box-align: start;
        align-items: flex-start
    }
}
.ll18--modal.ll18--open.ll18--modal-centered .ll18--modal__body {
    top: 0;
    left: 0;
    /*padding: 40px 10px;*/
    -webkit-transform: none;
    transform: none
}
.ll18--modal__buttons {

    display: -webkit-box;
    display: flex;
    width: 100%;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}
@media screen and (max-width:480px) {
    .ll18--modal__buttons {
        flex-wrap: wrap
    }
}
.ll18--modal__buttons>* {
    -webkit-box-flex: 0;
    flex: 0 1 200px;
    margin: 0 .625rem
}
@media screen and (max-width:480px) {
    .ll18--modal__buttons>* {
        -webkit-box-flex: 1;
        flex: 1 1 100%;
        max-width: calc(100% - 30px);
        margin: .3125rem 0
    }
}
.ll18--modal__ps {
    font-size: .75rem;
    font-weight: 400;
    line-height: 1.5
}
.ll18--modal-medium .popup-form__title {
    margin-bottom: 1 rem;
}
.ll18--modal-medium .ll18--modal__buttons {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}