.paginator {
    color: #7d7d7d;
}

.error-message {
    color: #ff0000;
}

.success-message {
    color: #06a606;
}

.item-tag.danger {
    background: #ff7878;
}

@media screen and (min-width: 1025px) {
    .description-text {
        min-height: 300px;
    }

    .section-title a:hover {
        border-bottom: 1px solid #000000;
    }

    .main-link:hover .title {
        color: #B9A074;
    }
}

.box-content .subtitle-2 {
    color: #87898E;
    margin: 20px 0;
    text-align: center;
    max-width: 300px;
}

div.form-box, form.form-box {
    margin-bottom: 16px;
}

.please-login {
    color: #282A30;
    text-decoration: underline;
}

.aside-list .item.active a {
    color: #B9A074;
    font-weight: 800;
}

.aside-list a:hover i {
    color: #B9A074;
}

.aside-list .item:before {
    background: #B9A074;
}

.aside-list a:hover {
    color: #B9A074;
}

.article-group {
    max-width: 100%;
}

.description-models .row:last-child {
    margin-top: 14px;
}

.gallery-price .type {
    color: rgba(40, 42, 48, 0.9);
}

.switch-group-no-change {
    display: flex;
    flex-wrap: wrap;
}

.box-title.big {
    font-size: 32px;
}

div.article-group ul {
    list-style: disc;
}

.switch-group-no-change.block {
    margin: -4px;
}

.switch-group-no-change.block .sidebar-spot {
    width: calc(20% - 8px);
    margin: 4px;
    padding: 0;
}

@media screen and (max-width: 640px) {
    .switch-group-no-change.block .sidebar-spot {
        width: calc(33.333% - 8px);
    }
}

@media screen and (max-width: 479px) {
    .switch-group-no-change.block .sidebar-spot {
        width: calc(50% - 8px);
    }
}

.switch-group-no-change.block .sidebar-spot .wrapped-spot {
    width: 100%;
    height: 100%;
}

.switch-group-no-change.block .content {
    background-color: rgba(0, 0, 0, 0.5);
}

.switch-group-no-change.block .bottom-wrap {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 8px 4px;
    margin: 0 -4px -4px;
}

.switch-group-no-change.block .info-post-second .item.secondary {
    display: none;
}

.switch-group-no-change.block .info-post-second a {
    color: #fff;
}

@media screen and (max-width: 860px) {
    .switch-group-no-change .sidebar-spot {
        width: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0 3px;
        margin-bottom: 6px;
    }
}

.header-notice .circle {
    background-color: #B9A074;
}

.header-notice:has(.icon-notice .circle) {
    animation: bell 2000ms infinite alternate-reverse;
}

@keyframes bell {
    0% {
        transform: rotate(15deg);
    }
    10% {
        transform: rotate(0);
    }
    20% {
        transform: rotate(-15deg);
    }
    30% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(0);
    }
}

.mobile-btn .btn {
    border: 1px solid #282A30;
}

.mobile-btn .item-btn:last-child {
    margin-bottom: 5px;
}

.add-flex .title {
    max-width: 420px;
}

.add-flex .title .mobile {
    float: left;
    padding-left: 10px;
}

.add-flex .title .position {
    float: left;
    padding-left: 3px;
}

.profile-link {
    font-weight: 500;
    display: inline-block;
    vertical-align: top;
    text-decoration-line: underline;
    color: #B9A074;
    margin-top: 8px;
}

.profile-link:hover {
    color: #9B8256;
}

.profile-link:active {
    color: #876E42;
}

.main-link {
    display: flex;
    width: 100%;
}

.field-detail .item-half {
    width: 99%;
}

.field-detail .item-business {
    width: 25%;
    padding: 3px;
}

.advertisement-headline {
    color: #000000;
}

.advertisement-description {
    font-style: italic;
}

.form-box .title-full {
    font-weight: 600;
    font-size: 14px;
    line-height: 1.2;
    width: 80%;
    margin-bottom: 10px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #282A30;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.title-full em {
    font-style: italic;
}

.form-box .price {
    font-size: 16px;
    font-weight: bold;
}

.add-flex .price .desktop {
    display: none;
}

.checkbox-ad {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 1023px) {
    .checkbox-ad {
        display: none;
    }
}

@media screen and (max-width: 500px) {
    .form-box .price {
        font-size: 14px;
        font-weight: bold;
    }

    .add-flex .price .mobile {
        display: none;
    }

    .add-flex .price .desktop {
        display: flex;
    }

    .add-flex .title-full {
        max-width: 140px;
    }

    .add-flex .title .mobile {
        display: none;
    }

    .add-flex .title {
        max-width: 130px;
    }

    .add-flex .title .position {
        padding-left: 0;
    }
}

.mobile-btn .btn-ad {
    width: 32px;
    height: 32px;
    color: #282A30;
    background: #FFFFFF;
    border-radius: 45px;
}

.checkbox-label.ad {
    margin-left: 6px;
    margin-top: 4px
}

span.checkbox.ad {
    border: 1px solid #282A30;
}

.rating-item.ad {
    cursor: pointer;
}

.rating-item .status.green {
    color: #11b137;
    box-shadow: inset 0 0 0 1px #11b137;
    float: left;
}

.dropped {
    min-width: 175px;
}

.item-dropped img, .info-dropped span.text img {
    width: 20px;
    height: 20px;
    -o-object-fit: cover;
    object-fit: cover;
    display: inline-block;
    vertical-align: top;
    border-radius: 50%;
    overflow: hidden;
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: 5px;
}

.field-detail .dropped-area {
    max-height: 220px;
}

.post-image {
    border-radius: 0;
}

.accordion-panel .title-text {
    font-size: 16px;
}

.section-title a {
    color: #000000;
}

div.continent {
    margin-bottom: 12px;
    border-radius: 16px;
    background: #fff;
    overflow: hidden;
    width: 100%;
}

div.continent h2.continent-name {
    cursor: pointer;
}

div.continent div.accordion-panel {
    display: none;
}

div.continent.active div.accordion-panel {
    display: block;
}

h2.continent-name div.item {
    display: flex;
    align-items: center;
    flex-grow: 1;
    flex-shrink: 1;
}

h2.continent-name i {
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: 10px;
    font-size: 1.1vw;
}

li.item.mention {
    margin-left: auto;
}

div.detail div.state-block {
    width: 100%;
}

div.state-block div.detail-link {
    cursor: pointer;
}

div.state-block div.cities {
    align-items: center;
    display: none;
}

div.state-block.active div.cities {
    display: flex;
}

div.state-block.active div.cities ul {
    margin-left: 2vw;
    width: 100%;
}

div.state-block div.detail-link div {
    font-style: italic;
}

a.detail-link-city {
    display: flex;
    align-items: center;
    padding: 12px;
    font-weight: 500;
    color: #282A30;
    border-top: 1px solid #EAEAEA;
}

a.detail-link-city.state {
    font-weight: 900;
    font-size: 16px;
}

a.detail-link-city i.icon-right-arrow {
    margin-left: auto;
}

a.detail-link-city div {
    margin-left: 7px;
}

div.accordion-panel div.detail {
    display: none;
}

div.accordion-panel.active div.detail {
    display: block;
}

div.row-group-item.live {
    margin: 2vw 0;
}

div.all-cities {
    padding: 5px 0;
    font-size: 9pt;
    line-height: 24px;
    font-family: arial, serif;
}

div.all-cities a {
    color: #282a31;
    text-decoration: underline;
    padding: 0 2px;
}

div.all-cities a:hover {
    color: #B9A074;
}

div.all-cities span.more {
    font-size: 20px;
}

.show-more-link {
    cursor: pointer;
    font-weight: bold;
}

a.link-all.mimas.btn {
    margin-top: 7px;
    width: 100%;
    text-align: center;
}

.breadcrumbs {
    background: #e5e5e5;
    padding: 3px;
    margin: auto;
}

.breadcrumbs ul {
    margin: 0 auto;
    max-width: 1240px;
    padding: 0 40px;
}

@media screen and (max-width: 991px) {
    .breadcrumbs ul {
        padding: 0 16px;
    }
}

.select-field-columns .search-result a {
    padding: 3px 12px;
}

.item-result {
    margin-bottom: 0;
}

.select-field-columns .wrap-input-result.show-result .search-result {
    background: #eeeeee;
}

.state-icon {
    width: 16px;
    flex-grow: 0;
    flex-shrink: 0;
    margin-left: 5px;
}

.description h2, .description h3 {
    font-size: 18px;
    color: #4b4d51;
}

.description p {
    font-size: 16px;
}

@media screen and (max-width: 568px) {
    .switch-group-no-change {
        margin: 0 -12px;
    }

    .switch-group-no-change.block {
        margin: -4px -16px;
    }

    .box-title {
        font-size: 18px;
    }

    .box-title.big {
        font-size: 22px;
    }

    .row-section .section-title {
        font-size: 16px;
    }

    .description h2, .description h3 {
        font-size: 16px;
    }

    .description p {
        font-size: 14px;
    }
}

.continent-name {
    font-size: 1.1vw;
    margin: 5px 0;
    display: flex;
    align-items: center;
}

.continent-name div.image {
    width: 22px;
    height: 22px;
    border-radius: 100%;
    overflow: hidden;
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: 10px;
}

.continent-name div.image img {
    display: inline-block;
    vertical-align: top;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    max-width: 100%;
    width: 100%;
}

@media screen and (max-width: 1024px) {
    .switch-group-no-change.block .sidebar-spot {
        width: calc(25% - 8px);
    }

    .continent-name {
        font-size: 2vw;
    }
}

@media screen and (max-width: 480px) {
    .header-logo img {
        max-width: 140px !important;
    }

    div.state-block.active div.cities ul {
        margin-left: 4vw;
    }

    .continent-name {
        font-size: 4vw;
    }

    h2.continent-name i {
        font-size: 4vw;
    }
}

.box-content .breadcrumbs, .ticket-field .breadcrumbs {
    margin: -3px -3px 10px;
}

div.col {
    padding: 0;
}

div.section {
    margin: 0;
}

div.one-tiny-helper {
    position: fixed;
    top: 0;
    right: 0;
    background: #363941;
    padding: 5px;
    z-index: 9999;
}

div.accordion-field.continents-list {
    margin-top: 16px;
}

div.section-tools.centered {
    margin: 12px 0;
}

.footer {
    padding-top: 10px;
}

a.link-detail.mimas.margin {
    margin: 10px 0;
}
