/*********** LISTA *************/

body.search {
    background-image: url("../img/bg-lista.png");
    background-repeat: no-repeat;
    background-position-x: 40%;
}

body.search header {
    margin-bottom: 80px;
}

/*SIDEBAR*/

.sidebar-list {
    width: 100%;
}

.sidebar-list .box-top {
    padding: 36px 24px;
    height: 389px;
    background: #131224;
    border-radius: 12px;
}

.box-top label {
    font-family: Inter-Medium;
    font-size: 15px;
    color: #FFFFFF;
}

.box-top select {
    padding: 0px 20px;
    width: 100%;
    height: 47px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-sizing: border-box;
    box-shadow: inset 0px 1px 2px rgba(38, 36, 86, 0.1);
    border-radius: 8px;
    background-color: #131224;
    font-family: Inter-Medium;
    font-size: 14px;
    letter-spacing: -0.01em;
    color: #FFFFFF;
}

.box-top select option {
    margin-top: 10px;
}

.box-top button {
    padding: 3px 8px;
    width: 90px;
    height: 25px;
    background: #4949BE;
    border-radius: 24px;
    font-family: Inter-Medium;
    font-size: 12px;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    border: none;
}

.box-top button:hover {
    box-shadow: 0px 8px 16px rgba(86, 83, 221, 0.25);
}

.showFilters,
.applyFilters {
    margin-top: 10px;
    width: 100%;
    height: 53px;
    background: #4949BE;
    border-radius: 12px;
    font-family: Inter-Medium;
    font-size: 16px;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    border: none;
    position: sticky;
    bottom: 5px;
    z-index: 999;
}

button.applyFilters:hover {
    box-shadow: 0px 8px 16px rgba(86, 83, 221, 0.25);
}

.sidebar-list .box-mid {
    height: 90px;
    margin-top: 20px;
    background: #FFFFFF;
    border: 1px solid rgba(38, 36, 86, 0.1);
    box-sizing: border-box;
    border-radius: 12px;
}

.sidebar-list .box-mid.active,
.sidebar-list .box-mid:hover {
    border: 2px solid #4949BE;
}

.box-mid a {
    font-family: Inter-Medium;
    font-size: 15px;
    letter-spacing: -0.01em;
    color: #000000;
    display: block;
    padding: 17px 32px 0;
    min-height: 90px;
    cursor: pointer;
}

.box-mid a:hover {
    text-decoration: none;
}

.box-mid a img {
    margin-right: 18px;
    padding-bottom: 5px;
}

.sidebar-list .box-low {
    margin-top: 20px;
    background: #FFFFFF;
    border: 1px solid rgba(38, 36, 86, 0.1);
    box-sizing: border-box;
    border-radius: 12px;
    padding: 36px 24px 70px 24px;
}

.box-low label {
    font-family: Inter-Medium;
    font-size: 15px;
    color: #000000;
    display: block;
    margin-bottom: 16px;
}
.box-low .slider-label {
    margin-bottom: -15px;
}

.box-low label.checkbox {
    margin-bottom: 20px;
}

.box-low select {
    padding: 0px 20px;
    width: 100%;
    height: 47px;
    border: 1px solid rgba(38, 36, 86, 0.1);
    box-sizing: border-box;
    box-shadow: inset 0px 1px 2px rgba(38, 36, 86, 0.1);
    border-radius: 8px;
    background-color: transparent;
    font-family: Inter-Medium;
    font-size: 14px;
    letter-spacing: -0.01em;
    color: #000 !important;
}

.box-low p {
    font-family: Inter-Medium;
    font-size: 14px;
    letter-spacing: -0.01em;
    color: #000000;
    margin-left: 32px;
}

.box-low .from-to {
    width: 104px;
    height: 47px;
    background: #FFFFFF;
    border: 1px solid rgba(38, 36, 86, 0.1);
    box-sizing: border-box;
    box-shadow: inset 0px 1px 2px rgba(38, 36, 86, 0.1);
    border-radius: 8px;
    padding: 0px 15px;
}

.box-low .slider-val {
    display: block;
}

.box-low .color-filter {
    width: 24px;
    height: 24px;
    border-radius: 4px;
    border: 1px solid #000;
    display: inline-block;
}

.box-low .custom-control-label {
    display: inline-block !important;
}

.box-low div.custom-control.custom-switch {
    text-align: right;
}

.box-low a.show-more {
    font-family: Inter-Medium;
    font-size: 12px;
    letter-spacing: -0.01em;
    color: #000000;
    padding: 2px 20px 0px 10px;
    position: static;
    width: 68px;
    height: 23px;
    background: url("../img/icons/icon-arrow-down.png") right no-repeat;
    border: 1px solid rgba(38, 36, 86, 0.2);
    box-sizing: border-box;
    border-radius: 24px;
    background-position-x: 53px;
    display: block;
}

.box-low .search-filter {
    padding: 15px 20px;
    width: 224px;
    height: 47px;
    background: url("../img/icons/icon-zoom-2.png") right no-repeat;
    background-position-x: 190px;
    border: 1px solid rgba(40, 38, 50, 0.1);
    box-sizing: border-box;
    box-shadow: inset 0px 1px 2px rgba(38, 36, 86, 0.1);
    border-radius: 8px;
}

.box-low .form-group {
    margin-bottom: 24px !important;
}

/*ARTICLES*/

.article-list h1.article-number,
.article-list h2.article-number {
    font-family: Inter-Medium;
    font-size: 28px;
    line-height: 39px;
    letter-spacing: -0.01em;
    color: #000000;
}

.article-list h1.article-number {
    padding-top: 25px;
}
.article-list h2.article-number {
    padding-top: 0;
}

.article-list h1.article-number span,
.article-list h2.article-number span {
    font-family: Inter-Bold;
}

.icon-sort-arrow {
    width: 12px;
    height: 12px;
    background-image: url("/img/icons/icon-sort-arrow.png");
    display: block;
    position: absolute;
    right: -5px;
    margin-right: 30px;
    margin-top: 18px;
}

.sorting select {
    padding: 0px 20px;
    width: 228px;
    height: 47px;
    background: #FFFFFF;
    border: 1px solid rgba(38, 36, 86, 0.1);
    box-sizing: border-box;
    box-shadow: inset 0px 1px 2px rgba(38, 36, 86, 0.1);
    border-radius: 8px;
    appearance: none;
    cursor: pointer;
    font-family: "Inter-Medium", sans-serif;
    font-size: 14px;
}

.filters {
    padding-top: 15px;
    max-width: 570px;
    margin-bottom: 20px;
}

.filters .tag,
.box-top .tag {
    padding: 4px 8px;
    background: #4949BE;
    border-radius: 24px;
    display: inline-block;
    font-family: Inter-Medium;
    font-size: 12px;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    cursor: pointer;
    text-decoration: none;
    margin-bottom: 5px;
}

.tag:hover {
    /*box-shadow: 0px 8px 16px rgba(86, 83, 221, 0.25);*/
}

.filters .tag span.cross-icon,
.box-top .tag span.cross-icon {
    background: url("../img/icons/icon-remove.png") center no-repeat;
    width: 10px;
    height: 11px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    cursor: pointer;
}

.inactive-ad {
    display: block;
    margin: auto;
}

.inactive-ad p {
    text-align: center;
    display: inherit;
    font-family: Inter-Medium;
    font-size: 24px;
    border: 2px solid #4949BE;
    border-radius: 12px;
    padding: 10px;
    margin-top: 30px;
}

.inactive-ad a {
    font-weight: bold;
    color: #4949BE;
    text-decoration: none;
}

.models a {
    font-family: Inter-Medium;
    font-size: 14px;
    letter-spacing: -0.01em;
    cursor: pointer;
    color: #000;
}

.models a:hover {
    color: #4949BE !important;
    text-decoration: none;
}

.row.models {
    background: rgba(38, 36, 86, 0.04);
    border-radius: 16px;
    margin-left: 0px;
    margin-right: 0px;
    padding-bottom: 10px;
    padding-left: 20px;
}

#mobile .row.models {
    background: rgba(38, 36, 86, 0.04);
    border-radius: 16px;
    margin-left: 0px;
    margin-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
}

.dark .row.models {
    background: #131224;
}

.models .col-custom-5 {
    padding-bottom: 15px;
}

.models .col-custom-5 {
    border-bottom: 1px solid rgba(38, 36, 86, 0.1);
}

.models .col-custom-5.under, .models .col-custom-5.firstrow {

    padding-top: 10px;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 0px;
}

#mobile .models .col-custom-5.under, #mobile .models .col-custom-5.firstrow {

    padding-top: 10px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}

.dark .models .col-custom-5 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.models:last-child {
    border: none;
}

.article-page {
    clear: both;
    margin-top: 70px;
}

div.article {
    background: #FFFFFF;
    border: 1px solid rgba(38, 36, 86, 0.1);
    box-sizing: border-box;
    border-radius: 12px;
    margin-top: 16px;
    cursor: pointer;
}

.article-content {
    height: 100%;
    padding-left: 28px;
    padding-right: 0;
}

.article-content .title {
    padding-top: 29px;
}

.article-content .title h2 {
    font-family: Inter-Bold, serif;
    font-size: 20px;
    letter-spacing: -0.01em;
    color: #000000;
    margin-bottom: 0;
}

.article .favorites {
    margin-right: 21px;
    margin-top: 21px;
    position: absolute;
    z-index: 10;
    right: 15px;
}

.article .favorites a {
    width: 40px;
    height: 40px;
    display: block;
    background: url("../img/icons/icon-fav-small.png") no-repeat center;
    border: 1px solid rgba(38, 36, 86, 0.1);
    border-radius: 60px;
}

.article .favorites a.active {
    background: url("../img/icons/icon-fav-small-active.png") center no-repeat;
}

.article .favorites a:hover {
    border: 1px solid #4949BE;
    border-radius: 50%;
}

.article-content .tags {
    max-width: 465px;
    padding-top: 15px;
    min-height: 75px;
}

.article-content .tags .tag {
    padding: 2px 8px;
    background: rgba(255, 255, 255, 0.16);
    border: 1px solid rgba(120, 118, 137, 0.16);
    box-sizing: border-box;
    border-radius: 24px;
    font-family: Inter-Medium;
    font-size: 12px;
    letter-spacing: -0.01em;
    color: #000000;
    margin-bottom: 5px;
    display: inline-block;
}

.article-content .bottom {
    padding-top: 12px;
}

.article-content .bottom .dealer-logo {
    height: 25px;
}

.article-content .bottom .brand a {
    display: block;
}

a.article-link {
    color: #000;
    text-decoration: none;
}

a.article-link:hover, a.article-link:visited {
    color: #4949BE;
}

.bottom .location {
    padding-top: 8px;
}

.bottom .location p {
    font-family: Inter-Medium;
    font-size: 13px;
    letter-spacing: -0.01em;
    color: #000000;
}

.location p img.gps {
    margin-right: 5px;
}

.location p img.flag {
    margin-left: 5px;
    margin-right: 5px;
}

.bottom .price {
    padding-right: 20px;
}

.bottom .price-top,
.bottom .price-top-lower {
    font-family: Inter-Bold;
    font-size: 28px;
    letter-spacing: -0.01em;
    color: #D7263D !important;
    margin-bottom: 0;
    text-align: right;
}

.bottom .price-top {
    margin-top: 2px;
}

.bottom .price-top span,
.bottom .price-top-lower span {
    font-size: 15px;
    margin-left: 6px;
}

body.search .bottom .price-top-lower {
    margin-top: 15px;
}

body.dealer .bottom .price-top-lower {
    margin-top: 15px;
    margin-bottom: 11px;
}

.bottom .more-info,
.bottom .more-info-mobile {
    vertical-align: baseline;
    margin-left: 10px;
}

.monthly-rate {
    display: none;
    border-radius: 12px;
    background-color: #FFFFFF;
    filter: drop-shadow(0px 20px 60px rgba(37, 37, 37, 0.50));
    width: 320px;
    height: 47px;
    position: absolute;
    /*margin-left: 220px;*/
    right: 20px;
    margin-top: 105px;
    z-index: 1;
}

.monthly-rate.top {
    margin-top: 90px;
}

.monthly-rate p {
    /*position: absolute;*/
    margin-top: 14px;
    font-size: 13px;
    font-family: 'Inter-Medium';
    margin-left: 20px;
    margin-right: 20px;
}

.monthly-rate p span {
    color: rgba(19, 18, 36, 0.5);
    margin-left: 25px;
    float: right;
}

.bottom .price-bottom {
    font-family: Inter-Medium;
    font-size: 12px;
    line-height: 15px;
    color: rgba(19, 18, 36, 0.5);
    margin-bottom: 0;
}

.modal-dialog.category .modal-content {
    border-radius: 12px;
}

.modal-dialog.category button.close {
    border: 1px #777 solid;
    margin-right: 15px;
    border-radius: 50%;
    padding: 0 !important;
    min-width: 40px;
    min-height: 40px;
    align-self: center;
    box-shadow: 2px 2px 5px rgba(0, 0, 1, 0);
    background-image: url("/img/icons/icon-close.png");
}

.modal-dialog.category button.close span {
    vertical-align: text-top;
}

.modal-dialog.category .modal-header {
    border-bottom: none;
    padding-top: 45px;
    padding-bottom: 0;
}

.category .modal-title {
    margin: 0 30px;
    font-family: Inter-Bold;
    font-size: 24px;
}

.modal-dialog.category .modal-body {
    /*padding-top: 13px;*/
    /*padding-right: 0;*/
    padding: 3rem;
    margin-bottom: 20px;
}

/*.modal-title {
    margin-left: 20px;
    max-width: 50%;
}*/

#applyFiltersLabel button.close {
    /*border: 1px #777 solid;*/
    margin-right: 0;
    /*border-radius: 50%;*/
    padding: 0 !important;
    min-width: 42px;
    min-height: 42px;
    align-self: center;
    background: url("../img/icons/icon-close.png") center no-repeat;
}

#applyFiltersLabel button.close span {
    vertical-align: text-top;
}

.categoryRow {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 15px;
}

.categoryList {
    height: 90px;
    /*margin-top: 16px;*/
    background: #FFFFFF;
    border: 1px solid rgba(38, 36, 86, 0.1);
    box-sizing: border-box;
    border-radius: 12px;
    /*width: 30%;*/
    /*margin-left: 16px;*/
    display: flex;
    align-items: center;
    /*padding: 0.75rem 1rem;*/
    font-weight: 500;
    color: #333;
    transition: all 0.2s ease;
    cursor: pointer;
    position: relative;
}

.categoryList.empty, .categoryList.empty:hover {
    border: none;
}

.categoryList label {
    font-family: Inter-Medium;
    font-size: 15px;
    letter-spacing: -0.01em;
    color: #000000;
    display: block;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 18px;
    /*min-height: 90px;*/
    cursor: pointer;
    /*line-height: 3.5;*/
}

.categoryList label img {
/*    margin-right: 26px;
    padding-bottom: 5px;
    margin-top: 4px;
    float: left;*/
    padding-right: 20px;
}

.categoryList input {
    float: right;
    margin-top: 20px;
    margin-right: 20px;
}

/* Customize the label (the container) */
label.container {
    display: block;
    position: relative;
    /*padding-left: 35px;*/
    /*margin-bottom: 12px;*/
    cursor: pointer;
    /*font-size: 14px;*/
    /*font-family: Inter-Medium;*/
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
label.container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.categoryItem .checkmark {
    background-color: #E9E9EE;
    position: absolute;
    top: 30px;
    right: 20px;
    color: white;
    font-size: 0.7rem;
    font-weight: bold;
    border-radius: 4px;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-group span.checkmark {
    background-color: #E9E9EE;
    position: absolute;
    top: 3px;
    left: 0;
    color: white;
    border-radius: 4px;
    width: 16px;
    height: 16px;
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: center;*/
}

.form-group span.boxText {
    padding-left: 12px;
}

/* On mouse-over, add a grey background color */
label.container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
label.container input:checked ~ .checkmark {
    background-color: #4949BE !important;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
label.container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
label.container .categoryItem .checkmark:after {
    content: "";
    width: 5px;
    height: 10px;
    border-right: 0.2em solid white;
    border-bottom: 0.2em solid white;
    transform: rotate(45deg);
}

label.container span.checkmark:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

/*.categoryItem .checkmark {
    right: 24px;
    left: initial;
    top: 35px;
}*/

.slider-range {
    width: 48%;
    border: 1px solid #E9E9EE;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
    box-shadow: inset 0px 1px 2px rgba(38 36 86 10);
    border-radius: 8px;
    min-height: 47px;
    font-size: 14px;
    color: rgba(19, 18, 36, 0.5);
    font-family: 'Inter-Medium';
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 12px;
}

#amount_max, #year_max, #mileage_max {
    text-align: right;
}

.irs-line {
    height: 3px !important;
}

.article-img img {
    border-bottom-left-radius: 12px;
    border-top-left-radius: 12px;
    height: 100%;
    width: 100%;
}

ul.pagination.first, ul.pagination.last {
    width: 25%;
    display: block;
}

ul.pagination.middle {
    width: 50%;
    display: block;
    text-align: center;
}

ul.pagination.first, ul.pagination.middle {
    float: left;
}

ul.pagination.last {
    float: right;
    text-align: right;
}

ul.pagination li {
    width: 40px;
    height: 40px;
    text-align: center;
    align-items: center;
    line-height: 2.5;
    cursor: pointer;
    display: inline-block;
}

ul.pagination li.active, ul.pagination.middle li:hover {
    border: 1px solid rgba(38, 36, 86, 0.1);
    border-radius: 30px;
}

ul.pagination li a {
    color: #000;
    font-size: 15px;
    font-family: 'Inter-Medium';
    text-decoration: none;
    display: block;
}

li.last, li.first {
    width: 129px !important;
    border: 1px solid rgba(38, 36, 86, 0.1);
    box-shadow: 0px 24px 250px rgba(37 255 234 0.12);
    border-radius: 8px;
    height: 48px !important;
    line-height: 3 !important;
}

li.last a img {
    vertical-align: baseline;
}
h5.modal-title {
    margin-left: 10px;
}

/*************** DARK-MODE SEARCH PAGE ***************/

body.search.dark {
    background-image: url("../img/bg-lista-dark.png") !important;
}

body.search.dark h2,
body.search.dark select {
    color: #E9E9EE !important;
}

/*body.search.dark .sidebar-list .box-top,*/
body.search.dark .box-top select,
body.search.dark .box-low select,
body.search.dark .monthly-rate {
    background-color: #131224;
}
.dark .box-low select {
    border: 1px solid rgba(255, 255, 255, 0.1);
}

body.search.dark .monthly-rate p span {
    color: rgb(170, 170, 170);
}

body.search.dark .sidebar-list .box-mid,
body.search.dark .box-mid {
    background: #0E0D1C;
    /*border: 2px solid #4949BE;*/
    border-radius: 12px;
}

body.search.dark .sidebar-list .box-low {
    background: #131224;
}


body.search.dark .slider-range,
body.search.dark ul.pagination li.active,
body.search.dark ul.pagination li.last,
body.search.dark ul.pagination li.first {
    background-color: #131224;
    color: #E9E9EE !important;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

body.search.dark .checkmark,
body.dealer.dark .checkmark,
body.search.dark label.container:hover input ~ .checkmark,
body.dealer.dark label.container:hover input ~ .checkmark {
    background-color: rgba(255, 255, 255, 0.1);
}

body.search.dark .sorting select,
body.search.dark div.article {
    background: #0E0D1C;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

body.search.dark .categoryList,
body.dealer.dark .categoryList,
body.search.dark .article-content .tags .tag {

    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #E9E9EE;
}

body.search.dark .article-content .tags .tag {
    background: #1F1F3C;
}

body.search.dark .categoryList,
body.dealer.dark .categoryList {
    background: #0E0D1C;
}

body.search .categoryList:hover,
body.dealer .categoryList:hover,
body.search .categoryList.active,
body.dealer .categoryList.active,
body.search.dark .categoryList:hover,
body.dealer.dark .categoryList:hover,
body.search.dark .categoryList.active,
body.dealer.dark .categoryList.active {
    border: 2px solid #4949BE;
}

body.search.dark .arrow-right,
body.search.dark .arrow-left,
body.search.dark .icon-sort-arrow, .dark img.gps {
    -webkit-filter: invert(1);
    filter: invert(1);
}

body.search.dark a.article-link:hover,
body.search a.article-link:visited {
    color: #4949BE !important;
}

.dark .article .favorites a {
    background: url("../img/icons/icon-fav-small-dark.png") center no-repeat;
}

.dark .article .favorites a.active {
    background-image: url("../img/icons/icon-fav-dark-active.png");
}

.dark #applyFiltersLabel button.close {
    background: url("../img/icons/icon-close-dark.png") center no-repeat;
    opacity: 1;
}

.dark .modal-dialog.category button.close,
.dark .modal-dialog.language button.close {
    background-image: url("/img/icons/icon-close-dark.png");
}

.dark .sidebar-list .box-top {
    /*background-color: #1F1F3C;*/
}

.dark img.arrows {
    filter: invert(1);
}

/************* MOBILE VERSION SEARCH PAGE************/

@media screen and (max-width: 575px) {
    .bottom .price-top {
        text-align: left;
    }

    .article .favorites {
        margin-top: 10px;
        margin-right: 10px;
    }

    .category .modal-title {
        font-size: 21px;
    }

    .article .favorites a, .dark .article .favorites a {
        background: url("../img/icons/icon-fav-small.png") center no-repeat;
    }

    .article .favorites a.active, .dark .article .favorites a.active {
        background: url("../img/icons/icon-fav-small-active.png") center no-repeat;
    }
    .article-list h1.article-number,
    .article-list h2.article-number {
        font-size: 22px;
    }

    .inactive-ad p {
        font-size: 18px;
    }
    .box-mid a img {
        padding-bottom: 0;
    }
/*    .categoryList {
        width: 100%;
        height: 70px;
    }*/
/*    span.categoryName {
        display: inline-block;
        margin-top: 25px;
        margin-left: 10px;
    }*/
    body.search .article-content {
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media screen and (max-width: 768px) {
    li.last, li.first {
        width: 50% !important;
    }
}

@media screen and (max-width: 990px) {

    body.search, body.search.dark {
        background-image: none !important;
    }
    body.search header {
        margin-bottom: 32px;
    }
    .applyFilters {
        text-align: left;
        padding-left: 10px;
        border-radius: 12px;
    }
    .showFilters {
        text-align: left;
        padding-left: 10px;
        border-radius: 8px;
    }
    .showFilters img,
    .applyFilters img {
        float: right;
        padding-top: 5px;
        padding-right: 5px;
    }
    .box-mid a {
        padding-top: 0;
        min-height: 56px;
        text-align: center;
        border: 2px solid #4949BE;
        border-radius: 8px;
    }
    .icon-sort-arrow {
        margin-top: 30px;
        top: 2px;
    }
    .sorting select {
        padding: 0 0 0 10px;
        margin-top: 10px;
        width: 100%;
        height: 53px;
        border-radius: 8px;
    }
    .article-page {
        margin-top: 0;
        margin-bottom: 30px;
    }
    .bottom .price-top-lower {
        margin-bottom: 25px;
        text-align: left;
    }
    .bottom .price-bottom {
        padding-bottom: 20px;
    }
    #applyFiltersLabel button.close span {
        vertical-align: top;
    }
    .article-page article {
        height: auto;
    }
    .article-img img {
        border-top-left-radius: 12px;
        border-top-right-radius: 12px;
        border-bottom-left-radius: 0;
    }
    .mobile-category a.changeCategory img {
        padding-top: 0;
        width: 32px;
        margin-right: 13px;
        padding-bottom: 4px;
    }
    .mobile-category a.changeCategory span {
        margin-top: 16px;
        display: inline-block;
    }
}

@media screen and (min-width: 991px) {
    #mobile {
        display: none;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .bottom .price {
        position: relative;
        bottom: 10px;
    }
    .bottom .price-top {
        text-align: left;
    }
}

/*@media screen and (max-width: 1024px){
    .modal-dialog.category {
        max-width: 100% !important;
    }
}*/

@media screen and (max-width: 1199px){
    .bottom .price-top-lower {
        text-align: left;
    }
    .bottom .more-info {
        /*display: none;*/
    }
}

/*@media screen and (max-width: 1440px) {
    .categoryRow {
        justify-content: center;
    }
    .categoryList {
        margin: 15px 10px;
        !*height: 160px;*!
        !*width: 138px;*!
    }
    .categoryList label {
        !*margin-top: 15px;*!
        padding-top: 0;
        text-align: center;
        padding-left: 15px;
        line-height: 1.5;
        min-height: auto;
    }
    .categoryList label img {
        margin: auto;
        float: none;
        !*padding-top: 15px;*!
        !*float: none;*!
        !*display: block;*!
    }
    .categoryItem .checkmark {
        display: none;
    }
}*/

@media screen and (max-width: 480px) {
    .categoryRow {
        grid-template-columns: 1fr;
    }
}

/***************** DEALER PAGE **********************/
body.dealer {
    background-image: url("/img/bg-dealer.png");
    background-size: 888px 605px;
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 1.5%;
}

body.dealer header {
    margin-bottom: 50px;
}

.head-menu .dealer a {
    font-family: Inter-Bold;
    font-size: 24px;
    letter-spacing: -0.01em;
    color: #000000;
}

.head-menu .dealer a img {
    margin-right: 15px;
    float: left;
    width: 50% !important;
}

.header-logo img.dealer {
    max-height: 50px;
}

.banner {
    max-height: 420px;
    border-radius: 16px;
    margin-bottom: 50px;
}

.banner img {
    max-width: 100%;
    height: auto;
    border-radius: 16px;
}

.banner p {
    position: absolute;
}

.banner .top {
    font-family: Inter-Bold;
    font-size: 40px;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    padding-top: 55px;
    padding-left: 59px;
    margin-bottom: 0;
}

.banner .mid {
    font-family: Inter-Bold;
    font-size: 24px;
    letter-spacing: 0px;
    color: #FFFFFF;
    padding-left: 59px;
    margin-bottom: 189px;
}

.banner .low {
    font-family: Inter-Medium;
    font-size: 15px;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    padding-left: 59px;
}

/*INFO-LEFT*/

.info-left {
    width: 100%;
    padding-right: 20px;
    padding-top: 18px;
    margin-bottom: 40px;
}

.info-left h2 {
    font-family: Inter-Light;
    font-size: 38px;
    letter-spacing: -0.01em;
    color: #000000;
    margin-bottom: 36px;
}

.info-left h2 span {
    font-family: Inter-Medium;
}

.info-left p.desc {
    font-family: Inter-Medium;
    font-size: 15px;
    letter-spacing: -0.01em;
    color: #000000;
    padding-right: 15px;
    margin-bottom: 40px;
    line-height: 2;
    margin-bottom: 0px;
}

.info-left p.subtitle {
    margin-top: 50px;
    margin-bottom: 6px;
    font-family: Inter-Bold;
    font-size: 17px;
    letter-spacing: -0.01em;
    color: #000000;
}

.info-left p.subdesc {
    font-family: Inter-Medium;
    font-size: 14px;
    letter-spacing: -0.01em;
    color: #000000;
    margin-bottom: 0;
}

.info-left p.subdesc img {
    vertical-align: middle;
}

.info-left a.minimap {
    cursor: pointer;
}

.info-left p.subdesc.service {
    margin-top: 10px;
    display: flex;
    align-items: center;
}

.info-left img.service {
    margin-right: 15px;
    width: 11px;
    height: 12px;
}

.info-left a.web-link {
    font-family: Inter-Medium;
    font-size: 14px;
    letter-spacing: -0.01em;
    text-decoration: underline !important;
    color: #000000;
}

.info-left .web-link img {
    margin-right: 8px;
}

.info-left div.images img {
    margin-top: 40px;
}

/*INFO-RIGHT*/

.info-right {
    width: 100%;
    /*margin-top: 40px;*/
}

.box-mid-worker {
    background: #131224;
    border-radius: 16px;
    padding: 37px 22px 20px 21px;
}

.contact-worker {
    background-color: white;
    width: 211px;
    position: absolute;
    padding-bottom: 20px;
    top: -310px;
    left: 130px;
    display: none;
    filter: drop-shadow(0px 20px 60px rgba(37, 37, 37, 0.50));
    border-radius: 10px;
}

.info-right .tel-1,
.info-right .skype-1 {
    font-family: Inter-Medium;
    font-size: 15px;
    letter-spacing: -0.01em;
    color: #FFFFFF;
}

.info-right p.tel-1 {
    margin-bottom: 13px;
}

.info-right p.tel-2 {
    margin-bottom: 0px;
}

.info-right p.tel-2 a {
    text-decoration: none;
    color: white;
    font-variant-numeric: tabular-nums;
}

.info-right p.tel-2, .info-right p.tel-3 {
    font-family: Inter-Medium;
    font-size: 22px;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.info-right p span {
    font-family: Inter-Light;
    font-size: 15px;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    padding-left: 10px;
}

.info-right img.more-info-dealer {
    margin-left: 8px;
    cursor: pointer;
    margin-right: 12px;
}

.worker-content {
    padding-left: 27px;
}

.worker-photo {
    margin-top: 30px;
    border-radius: 85px;
}

.worker-name {
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: 'Inter-Medium';
    font-size: 16px;
    font-weight: 600;
}

.worker-desc {
    margin-top: -8px;
    font-family: 'Inter-Medium';
    font-size: 13px;
    margin-bottom: 10px;
}

.worker-low {
    padding-left: 15px;
    min-height: 48px;
}

.worker-comm {
    padding: 0;
}

.info-right p.skype-2 {
    font-family: Inter-Medium;
    font-size: 17px;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    margin-bottom: 25px;
}

.info-right p.social {
    margin-bottom: 32px;
}

.info-right p.social a.icon {
    width: 40px;
    height: 40px;
    display: inline-block;
}

.info-right p.social a.fb {
    background: url("../img/icons/icon-fb-dark.png") center no-repeat;
}

.info-right p.social a.fb:hover {
    background: url("../img/icons/icon-fb.png") center no-repeat;
}

.info-right p.social a.tw {
    background: url("../img/icons/icon-twitter-dark.png") center no-repeat;
}

.info-right p.social a.tw:hover {
    background: url("../img/icons/icon-twitter.png") center no-repeat;
}

.info-right p.social a.ig {
    background: url("../img/icons/icon-instagram-dark.png") center no-repeat;
}

.info-right p.social a.ig:hover {
    background: url("../img/icons/icon-instagram.png") center no-repeat;
}

.info-right p.social a.pi {
    background: url("../img/icons/icon-pinterest-dark.png") center no-repeat;
}

.info-right p.social a.pi:hover {
    background: url("../img/icons/icon-pinterest.png") center no-repeat;
}

.info-right p.social a.in {
    background: url("../img/icons/icon-linkedin-dark.png") center no-repeat;
}

.info-right p.social a.in:hover {
    background: url("../img/icons/icon-linkedin.png") center no-repeat;
}

.info-right p.social a.yt {
    background: url("../img/icons/icon-youtube-dark.png") center no-repeat;
}

.info-right p.social a.yt:hover {
    background: url("../img/icons/icon-youtube.png") center no-repeat;
}

.info-right a.send-msg, a.confirm-msg {
    padding: 16px 20px;
    width: 100%;
    height: 56px;
    display: block;
    background: #4949BE;
    border-radius: 12px;
    font-family: Inter-Medium, sans-serif;
    font-size: 15px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 8px;
    cursor: pointer;
}

a.confirm-msg {
    margin-top: 40px;
    margin-right: 15px;
}

.info-right a.ask-kontakt {
    padding: 16px 20px;
    width: 290px;
    height: 56px;
    display: block;
    background: transparent;
    border-radius: 12px;
    font-family: Inter-Medium;
    font-size: 15px;
    text-align: center;
    color: #FFFFFF;
    border: 2px solid #4949BE;
    box-sizing: border-box;
    border-radius: 12px;
}

.info-right a.send-msg:hover,
.info-right a.ask-kontakt:hover {
    color: #FFF;
    cursor: pointer;
    text-decoration: none;
    box-shadow: 0px 16px 24px 0px rgba(86, 83, 221, 0.2);
}

.dealer-info {
    border-bottom: 1px solid rgba(38, 36, 86, 0.1);
    margin-bottom: 68px;
}

.dealer-info h1 {
    margin-bottom: 50px !important;
}

body.dealer .salon-services {
    margin-bottom: 48px;
}

body.dealer .box-mid {
    margin-top: 0;
}

body.dealer .box-mid label {
    font-family: Inter-Medium;
    font-size: 15px;
    letter-spacing: -0.01em;
    color: #000000;
    display: block;
    padding-left: 32px;
    padding-top: 17px !important;
    min-height: 90px;
    cursor: pointer;
    line-height: 3.5;
}

body.dealer .box-mid label:hover {
    text-decoration: none;
    color: #4949BE;
}

body.dealer .box-mid label img {
    margin-right: 20px;
    padding-bottom: 5px;
}

body.dealer .box-mid .checkmark {
    left: initial;
    right: 20px;
    top: 35px;
}

body.dealer .filters {
    margin-bottom: 0;
}

.modal-dialog.send-message .modal-header {
    border-bottom: none;
    padding-top: 45px;
    padding-bottom: 0;
    padding-right: 0;
}

.modal-dialog.send-message button.close {
    width: 40px;
    height: 40px;
    border: 1px #777 solid;
    border-radius: 20px;
    margin-right: 25px;
    line-height: 0;
}

.modal-dialog.send-message .modal-title {
    margin-left: 15px;
    font-family: Inter-Medium;
    font-size: 24px;
}

.modal-dialog.send-message button.close span {
    margin: -3px -8px;
    position: absolute;
}

.modal-dialog.send-message {
    min-width: 52%;
}

.modal-dialog.send-message .modal-content {
    border-radius: 16px;
}

.modal-dialog.send-message .sendMessageRow {
    margin: 0;
}

.modal-dialog.send-message .sendMessageRow .col {
    padding: 0;
    /*margin-right: 10px;*/
}

.modal-dialog.send-message .sendMessageRow #msg_price_div {
    display: none;
}

.modal-dialog.send-message .sendMessageRow label {
    display: block;
    font-family: Inter-Medium;
    font-size: 15px;
}

.modal-dialog.send-message .sendMessageRow label span.red {
    color: #D7263D;
}

.modal-dialog.send-message .sendMessageRow input {
    border: 1px solid rgba(38, 36, 86, 0.1);
    box-sizing: border-box;
    /* Inner shadow */
    width: 100%;
    height: 47px;
    box-shadow: inset 0px 1px 2px rgba(38, 36, 86, 0.1);
    border-radius: 8px;
}

.modal-dialog.send-message .sendMessageRow textarea {
    border: 1px solid rgba(38, 36, 86, 0.1);
    box-sizing: border-box;
    /* Inner shadow */
    width: 100%;
    height: 230px;
    box-shadow: inset 0px 1px 2px rgba(38, 36, 86, 0.1);
    border-radius: 8px;
    resize: none;
}

.modal-dialog.send-message .modal-body {
    padding-top: 0;
    margin-top: 48px;
}

.modal-dialog.confirm-message .modal-header {
    display: block;
    border-bottom: none;
    padding-top: 45px;
    padding-bottom: 0;
    padding-right: 0;
}

.modal-header img {
    display: block;
    margin-left: 0;
    margin-top: 5px;
    margin-right: 0;
}

.modal-dialog.confirm-message button.close {
    width: 40px;
    height: 40px;
    border: 1px #777 solid;
    border-radius: 20px;
    margin-right: 25px;
    line-height: 0;
    padding: 0;
}

.modal-title.confirm-message {
    margin-top: 12px;
    margin-left: 0;
    text-align: center;
    max-width: none;
}

.modal-dialog.send-message, .modal-dialog.confirm-message {
    min-width: 52%;
}

.modal-dialog.send-message .modal-content, .modal-dialog.confirm-message .modal-content {
    border-radius: 16px;
}

button.close-modal {
    padding: 14px 20px;
    min-width: 292px;
    border: 2px solid #4949BE;
    background-color: #FFF;
    box-sizing: border-box;
    border-radius: 12px;
    display: block;
    text-align: center;
    margin: 48px auto;
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    font-size: 15px;
    letter-spacing: -0.01em;
}

button.close-modal:hover {
    border: 2px solid #4949BE;
    background-color: #4949BE;
    color: #FFF;
}

/*************** DARK-MODE DEALER PAGE **************/
body.dealer.dark .box-mid-worker {
    background-color: #1F1F3C;
}

body.dealer.dark h2,
body.dealer.dark .box-low select {
    color: #E9E9EE !important;
}

body.dealer.dark .article-content .tags .tag,
body.dealer.dark .monthly-rate {
    background-color: #1F1F3C;
    color: #E9E9EE !important;
    border: none;
}

body.dealer.dark button.close-modal {
    background-color: #1F1F3C;
    color: #E9E9EE;
}

body.dealer.dark .monthly-rate p span {
    color: rgb(170, 170, 170);
}

body.dealer.dark .sorting select,
body.dealer.dark .box-mid,
body.dealer.dark div.article {
    background: #0E0D1C;
    color: #E9E9EE !important;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

body.dealer.dark .box-mid {
    border: none;
}

body.dealer.dark .sidebar-list .box-mid.active,
body.dealer.dark .sidebar-list .box-mid:hover {
    border: 2px solid #4949BE;
}

body.dealer.dark .sidebar-list .box-low {
    background: #131224;
}

body.dealer.dark .box-low select,
body.dealer.dark .slider-range,
body.dealer.dark ul.pagination li.active,
body.dealer.dark ul.pagination li.last,
body.dealer.dark ul.pagination li.first {
    background-color: #131224;
    color: #E9E9EE;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

body.dealer.dark .contact-worker {
    background-color: #1F1F3C;
    filter: drop-shadow(0 20px 60px rgba(0, 0, 0, 0.5));
}

body.dealer.dark .dealer-info {
    /*border-bottom: 1px solid rgba(255, 255, 255, 0.08);*/
}

body.dealer.dark .arrow-right,
body.dealer.dark .arrow-left,
body.dealer.dark .icon-sort-arrow,
body.dealer.dark img.gps {
    -webkit-filter: invert(1);
    filter: invert(1);
}

body.dealer.dark .article .favorites a {
    background: url("../img/icons/icon-fav-small-dark.png") center no-repeat;
}

body.dealer.dark .modal-dialog.send-message .sendMessageRow input,
body.dealer.dark .modal-dialog.send-message .sendMessageRow textarea {
    background-color: #3C3A67;
    color: #FFF;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

/*************MOBILE VERSION DEALER PAGE*************/

@media screen and (max-width: 575px) {
    html.scroll-restore body.dealer { visibility: hidden; }

    body.dealer.hide-until-scroll {
        visibility: hidden;
    }
    body.dealer .article-content .bottom .brand {
        display: none;
    }
    body.dealer .bottom .price {
        padding-right: 10px;
        float: left !important;
    }
    body.dealer .bottom .price-top {
        text-align: left !important;
    }

    body.dealer .article .favorites a, .dark .article .favorites a {
        background: url("../img/icons/icon-fav-small.png") center no-repeat;
    }

    body.dealer .article .favorites a.active, .dark .article .favorites a.active {
        background: url("../img/icons/icon-fav-small-active.png") center no-repeat;
    }
    body.dealer .article-info-top h2 {
        font-size: 22px;
    }

    body.dealer header {
        margin-bottom: 20px;
    }

    body.dealer .dealer-info h1 {
        margin-bottom: 40px !important;
    }

    body.dealer .info-left p.subtitle {
        margin-top: 40px !important;
    }

    body.dealer .banner {
        margin-bottom: 40px;
    }

    body.dealer .head-menu {
        margin-top: 18px;
    }

    body.dealer .article-content {
        padding-right: 28px;
    }
    body.dealer.dark .categoryList {
        /*background: transparent;*/
        /*border: 2px solid #9291AA;*/
    }
    body.dealer.dark .categoryList:hover,
    body.dealer.dark .categoryList.active {
        border: 2px solid #4949BE;
    }
    body.dealer .modal-header img {
        margin-top: 0;
    }
}

@media screen and (max-width: 768px) {
    body.dealer li.last, body.dealer li.first {
        width: 50% !important;
    }
}

@media screen and (max-width: 990px) {

    body.dealer {
        background-image: none;
    }
    body.dealer .box-mid {
        /*margin-top: 10px;*/
    }
    body.dealer .box-mid.active  {
        border: 2px solid #4949BE;
    }
    body.dealer .box-mid .checkmark {
        display: none;
    }
    body.dealer .icon-sort-arrow {
        margin-top: 30px;
        margin-right: 30px;
    }
    body.dealer .sorting select {
        padding: 0 20px 0 10px;
        margin-top: 10px;
        width: 100%;
        height: 53px;
        background: #FFFFFF;
        border: 1px solid rgba(38, 36, 86, 0.1);
        box-sizing: border-box;
        box-shadow: inset 0px 1px 2px rgba(38, 36, 86, 0.1);
        border-radius: 8px;
    }
    body.dealer .article-img img {
        border-top-left-radius: 12px;
        border-top-right-radius: 12px;
        border-bottom-left-radius: 0;
        height: 100%;
    }
    body.dealer .bottom .price-top-lower {
        margin-bottom: 10px;
        text-align: left;
    }
    body.dealer .bottom .price-bottom {
        padding-bottom: 20px;
    }
    body.dealer #applyFiltersLabel button.close span {
        vertical-align: top;
    }
    body.dealer .applyFilters {
        text-align: left;
        padding-left: 10px;
    }
    body.dealer .applyFilters img {
        float: right;
        padding-top: 5px;
        padding-right: 5px;
    }
    body.dealer .dealer-info {
        margin-bottom: 0;
    }
    .sorting-mobile-hide {
        display: none;
    }
}

@media screen and (max-width: 500px){
    body.search .article .monthly-rate,
    body.dealer .article .monthly-rate {
        margin-left: 0;
        right: 20px;
    }
    body.search .article .monthly-rate {
        margin-top: 175px;
    }
}

@media screen and (min-width: 991px) {
    #mobile {
        display: none;
    }
}

@media screen and (min-width: 991px) {
    .mobile-category {
        display: none;
    }
}