/* desktop */

:root {
    --color-1: #007AD8;
    --color-2: #FB281C;
    --color-3: #84B919;
    --color-4: #F5AC00;

    --color-0: #53535f;
    --color-0a: #5F7297;
    /*color: #101010;*/

    --light-color-1: #D6EFFF;
    --light-color-2: #FFD6D3;
    --light-color-3: #E7F7CC;
    --light-color-4: #FFF1C9;


    --font-body: 'Inter', sans-serif;
    --font-heading: 'Plus Jakarta Sans', sans-serif;

    --color-cta: #FF8A00;
    --color-cta-hover: #E67600;

    --space-sm: 8px;
    --space-md: 16px;
    --space-lg: 24px;
}

body {
    padding-top: 93px;
    /*background: #eaeaea;*/
    color: var(--color-0);
    font-family: var(--font-body);
    font-weight: 400;

}

@media (min-width: 858px) {
    html {
        font-size: 12px;
    }
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


html {
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    font-size:16px;
}
a, abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, html, i, iframe, img, ins, kbd, label, legend, li, main, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-family: inherit;
    font-style: inherit;
    font-weight: inherit;
    vertical-align: baseline;
    outline: 0;
}
article, aside, details, figcaption, figure, footer, header, main, nav, section, summary {
    display: block;
}
h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-heading);
    font-weight: 700;
    color: var(--color-0);
    margin-top: 0;
    line-height: 1.45;
}

h1 {
    margin-top: 0;
    font-size: 24px;
    line-height: 1.45;
    font-weight: 700;
}
h2 {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 600;
}
h3 {
    font-size: 13px;
    line-height: 1.5;
    font-weight: 600;
}


ul {
    list-style-type: disc;
    list-style-position: inside;
    font-family: var(--font-body);
}
ul ul {
    margin-left: 30px;
}

ul {
    list-style-type: disc;
    list-style-position: inside;
}
address, blockquote, dl, fieldset, h1, h2, h3, h4, h5, h6, ol, p, table, ul {
    margin: 0px;
}
ol, ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: var(--color-0);
    font-family: var(--font-body);
}

button {
    border: 0px;
    background: white;
}

.hidden {
    display: none;
}

.mt5 {
    margin-top: 45px;
}

.mt10 {
    margin-top: 10px;
}

.f18 {
    font-size: 18px;
}

.f10 {
    font-size: 10px!important;
}

.f13 {
    font-size:13px
}

.f16 {
    font-size: 16px;
}

.f18 {
    font-size: 18px;
}

.f20 {
    font-size: 20px;
}

.f24 {
    font-size: 24px;
}

::-webkit-scrollbar {
    display: none;
}

.button-small {

    font-size: 13px;
    background-color: white;
    border: 1px solid #b8b8b8;
    border-radius: 0;
    color: #47474a!Important;
    padding: 6px 10px 6px 10px;
    background-color: rgba(0, 0, 0, .0);
    color: #47474a;


}

.button-small:hover {
    /*background-color: #e8e8e8;*/
}

.button-small.selected {
    background-color: #f0f0f0!important;
}

.button-blue  {
    color: white!important;
    background: #007AD8!important;
    border-color: #007AD8;
}


.submit-big {
    padding: 11px 13px;

    height:39px;
    border:1px solid #53535f;
    font-size: 14px;
    margin: 5px auto 0px auto;
    cursor: pointer;
    border-radius: 20px;
    color: #111;
    font-family: var(--font-body);

}

.submit-big:hover {
    color: var(--color-cta-hover);
    border-color: var(--color-cta-hover);
}


.submit-transparent {
    color:#53535f;
    border:#b8b8b8 1px solid;
}

.submit-neutral {
    background: #fff !important;
    border: 1px solid #b8b8b8 !important;
    color: #333 !important;
}

.submit-neutral:hover,
.submit-neutral:focus {
    border-color: var(--color-cta-hover) !important;
    color: var(--color-cta-hover) !important;
}

.desktop-search-autocomplete-input:focus {
    outline: none !important;
    border-color: #8f8f8f !important;
    box-shadow: 0 2px 5px rgba(0,0,0,0.18) !important;
}

.desktop-search-smart-suggestions {
    width: 100%;
    margin-top: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
    overflow: hidden;
}

.desktop-search-smart-label {
    flex: 0 0 auto;
    color: #666;
    font-size: 13px;
}

.desktop-search-smart-list {
    display: flex;
    flex: 1 1 auto;
    flex-wrap: nowrap;
    gap: 7px;
    min-width: 0;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 1px 0 7px 0;
    scrollbar-width: thin;
}

.desktop-search-smart-chip {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 7px;
    min-height: 28px;
    padding: 5px 10px;
    border: 1px solid #d7d7d7;
    border-radius: 14px;
    background: #fff;
    color: #333;
    font-size: 13px;
    text-decoration: none;
}

.desktop-search-smart-chip:hover {
    border-color: #8f8f8f;
    color: #000;
    background: #f6f6f6;
}

.desktop-search-smart-chip span {
    color: #777;
    font-size: 11px;
}

.desktop-general-search-panel {
    border: 1px solid #e0e0e0;
    background: #fff;
    padding: 14px;
}

.desktop-general-search-input {
    width: 100%;
    height: 34px;
    box-sizing: border-box;
    border: 1px solid #b8b8b8;
    border-radius: 6px;
    padding: 5px 8px;
    font-size: 14px;
}

.desktop-general-search-input:focus {
    outline: none;
    border-color: #8f8f8f;
    box-shadow: 0 1px 4px rgba(0,0,0,0.14);
}

.desktop-general-search-button {
    margin-top: 10px;
    height: 32px;
}

.desktop-general-search-button span {
    margin-left: 5px;
}

.desktop-general-search-empty {
    padding: 18px;
    border: 1px solid #e1e1e1;
    color: #666;
    background: #fff;
}

.status-message,
.modal-message-ok {
/*    margin: 30px 40px 0px 40px;*/
    padding: 10px 12px;
    background: #fff;
    border: 1px solid #d8d8d8;
    border-radius: 8px;
    color: #47474a;
    font-family: var(--font-body);
    font-size: 13px;
    line-height: 1.35;
    text-align: left;
}

.status-message-title {
    font-size: 13px;
    line-height: 1.25;
    font-weight: 600;
    color: inherit;
}

.status-message-text {
    margin-top: 4px;
    font-size: 12px;
    line-height: 1.35;
    color: #555;
}

.status-message-text:empty {
    display: none;
}

.seekme-status-center {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.seekme-status-center-full {
    min-height: 100vh;
}

.seekme-status-center-compact {
    max-width: fit-content;
    margin: 30px auto;
}

.seekme-status-icon-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.seekme-status-icon {
    width: 72px;
    height: 72px;
    display: block;
    fill: none;
    stroke: currentColor;
    stroke-width: 8;
    stroke-linecap: butt;
    stroke-linejoin: miter;
    stroke-miterlimit: 4;
}

.seekme-status-icon-large {
    width: 88px;
    height: 88px;
}

.seekme-status-icon-xl {
    width: 120px;
    height: 120px;
}

.seekme-status-icon-spinner {
    color: #b7bcc2;
    animation: seekme-status-spin 1.8s linear infinite;
    transform-origin: 50% 50%;
    transform-box: fill-box;
}

.seekme-status-icon-ok {
    color: #16a34a;
    margin-left: auto;
    margin-right: auto;
    transform: translateY(-3px);
    transform-origin: 50% 50%;
}

.seekme-status-icon-warning {
    color: #d49a00;
}

@keyframes seekme-status-spin {
    to {
        transform: rotate(360deg);
    }
}

.error-input {
    border-color: #AE1D2A !important;
}

.error-border {
    border-color: #AE1D2A !important;
}

.error-label {
    color: #AE1D2A !important;
    font-size: 12px;
    line-height: 1.25;
}

div.error-label {
    margin: 0 0 12px 0;
    padding: 10px 12px;
    border: 1px solid #d8d8d8;
    border-left: 3px solid #AE1D2A;
    background: #fff;
    border-radius: 8px;
    color: #AE1D2A !important;
    font-family: var(--font-body);
    font-size: 13px;
    line-height: 1.35;
    text-align: left;
}

.desktop-navigation {
    display: grid;
    grid-template-columns: 210px minmax(0, 1fr);
    gap: var(--space-lg);
    width: 860px;
    max-width: calc(100vw - 48px);
    min-height: 520px;
    margin: 25px auto 45px auto;
    align-items: start;
}

.desktop-navigation-sidebar {
    position: sticky;
/*    top: 112px;*/
    padding-top: 10px ;
/*    border: 1px solid #e1e5ea;
    border-radius: 8px;*/
    background: #fff;
}

.desktop-navigation-title {
    padding: 0 8px 14px 8px;
    color: #222;
    font-family: var(--font-heading);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
}

.desktop-navigation-menu {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.desktop-navigation-menu-item {
    position: relative;
    display: grid;
    grid-template-columns: 30px minmax(0, 1fr) auto;
    column-gap: 10px;
    align-items: center;
    height: 36px;
    padding: 6px 0;
    border-top: 1px solid #d8d8d8;
    border-radius: 0;
    color: #43434a;
    font-size: 13px;
    line-height: 1.2;
}

.desktop-navigation-menu-item:first-child {
    border-top: 0;
}

.desktop-navigation-menu-item i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #6f7b8a;
    font-size: 14px;
}

.desktop-navigation-menu-item i #navigation-favorite-icon {
    font-size: 16px !important;
}

.desktop-navigation-menu-item i svg {
    width: 16px;
    height: 16px;
    display: block;
}

.desktop-navigation-menu-item i svg path {
    fill: currentColor;
}

.desktop-navigation-menu-item.is-active {
    background: transparent !important;
    color: #111;
    font-weight: 600;
}

.desktop-navigation-menu-item.is-active:hover {
    background: transparent !important;
    color: #111;
}

.desktop-navigation-menu-item.is-active i {
    color: #111;
}

.desktop-navigation-menu-item.is-active span {
    font-weight: 600;
}

.desktop-navigation-menu-item:hover {
    color: var(--color-cta-hover);
    cursor: pointer;
}

.desktop-navigation-menu-item:hover i {
    color: var(--color-cta-hover);
}

.desktop-navigation-badge {
    min-width: 15px;
    height: 15px;
    padding: 1px 4px;
    border: 1px solid #9ca6b5;
    border-radius: 999px;
    background: #e8edf3;
    color: #596579;
    font-size: 9px;
    line-height: 11px;
    text-align: center;
}

.desktop-navigation-badge.is-alert {
    border-color: var(--color-2);
    background: var(--color-2);
    color: #fff;
}

.desktop-navigation-badge.navigation-badge-messages {
    position: static;
    top: auto;
    right: auto;
    z-index: auto;
    min-width: 15px;
    height: 15px;
    padding: 1px 4px;
    font-size: 9px;
    line-height: 12px;
}

.desktop-header-myseekme {
    position: relative;
    display: inline-flex;
    align-items: center;
    margin: 0 0 15px 3px;
}

.desktop-header-message-badge {
    position: absolute;
    top: -8px;
    right: -12px;
    min-width: 14px;
    height: 14px;
    padding: 1px 4px;
    border: 1px solid var(--color-2);
    border-radius: 999px;
    background: var(--color-2);
    color: #fff;
    font-size: 9px;
    line-height: 12px;
    text-align: center;
    box-sizing: border-box;
}

.desktop-navigation-content {
    min-width: 0;
}

.desktop-navigation-panel {
    min-height: 520px;
    padding: 0px 0px 26px 0;
    border: 0;
    border-radius: 0;
    background: #fff;
}

.desktop-navigation-panel-head {
    margin: 0 0 24px 0;
    text-align: center;
}

.desktop-navigation-panel h1 {
    margin: 0;
    color: #111;
    font-family: var(--font-heading);
    font-size: 18px;
}

.desktop-navigation-panel .subtitle {
    display: inline-block;
    font-family: var(--font-body);
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    margin-top: -5px;
    color: inherit;
}

.desktop-navigation-panel .subtitle:empty {
    display: none;
}

.desktop-navigation-panel-body {
    color: #555;
    font-size: 14px;
    line-height: 1.45;
}

.desktop-navigation-placeholder {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-height: 0;
    padding: 12px;
    border: 1px solid #d7dce2;
    border-radius: 6px;
    color: #47474a;
    background: #f4f6f8;
    font-family: var(--font-body);
    font-size: 13px;
    line-height: 1.3;
}

.desktop-navigation-standalone {
    width: 626px;
    max-width: calc(100vw - 48px);
    margin: 25px auto 45px auto;
}

.desktop-navigation-standalone .desktop-navigation-panel {
    min-height: 360px;
}

.contact-us-page {
    width: 100%;
}

.about-us-page {
    width: 100%;
}

.contact-us-panel {
    width: min(610px, calc(100vw - 48px));
    max-width: calc(100vw - 48px);
}

.contact-us-panel .desktop-navigation-panel {
    min-height: 300px;
}

.about-us-panel .desktop-navigation-panel {
    min-height: 300px;
}

.contact-us-details {
    width: 100%;
    box-sizing: border-box;
    padding: 6px 0 22px 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    font-family: var(--font-body);
}

.contact-us-ticket,
.static-ticket-form {
    margin-top: 22px;
    padding-top: 22px;
    border-top: 1px solid #dde3ea;
    color: #333;
    font-family: var(--font-body);
    scroll-margin-top: 120px;
}

.contact-us-ticket h2,
.static-ticket-form h2,
.contact-us-details h2 {
    margin: 0 0 8px 0;
    color: #222;
    font-family: var(--font-heading);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
}

.contact-us-ticket p,
.static-ticket-form p {
    margin: 0 0 16px 0;
    color: #4a4f59;
    font-size: 14px;
    line-height: 1.5;
}

.contact-us-form-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
}

.contact-us-ticket label,
.static-ticket-form label {
    display: block;
    color: #333;
    font-family: var(--font-body);
    font-size: 14px;
    font-weight: 400;
}

.contact-us-ticket label span,
.static-ticket-form label span {
    display: block;
    margin-bottom: 0;
    padding: 8px 0 7px 5px;
}

.contact-us-ticket input,
.contact-us-ticket select,
.contact-us-ticket textarea,
.static-ticket-form input,
.static-ticket-form select,
.static-ticket-form textarea {
    width: 100%;
    min-height: 36px;
    border: 1px solid #b8b8b8;
    border-radius: 15px;
    background: #fff;
    color: #222;
    font-family: var(--font-body);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.35;
}

.contact-us-ticket input,
.contact-us-ticket select,
.static-ticket-form input,
.static-ticket-form select {
    height: 36px;
    padding: 5px 12px;
}

.contact-us-ticket textarea,
.static-ticket-form textarea {
    min-height: 124px;
    padding: 9px 12px;
    resize: vertical;
}

.static-ticket-label-error {
    color: #AE1D2A;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
}

.static-ticket-files {
    margin-top: 14px;
}

.static-ticket-files input {
    padding: 8px 0;
    border: 0;
    background: transparent;
}

.static-ticket-files em {
    display: block;
    margin-top: 3px;
    color: #666;
    font-size: 12px;
    font-style: normal;
}

.static-ticket-turnstile {
    margin-top: 14px;
}

.static-ticket-status {
    margin: 0 0 14px 0;
    padding: 10px 12px;
    border-radius: 6px;
    font-family: var(--font-body);
    font-size: 13px;
    line-height: 1.45;
}

.static-ticket-status strong,
.static-ticket-status span {
    display: block;
}

.static-ticket-status-ok {
    color: #155724;
    background: #e9f7ed;
    border: 1px solid #cdebd5;
}

.static-ticket-status-error {
    color: #8a1f11;
    background: #fff0ec;
    border: 1px solid #f3c9bf;
}

.static-ticket-field-error {
    display: block;
    margin-top: 4px;
    color: #8a1f11;
    font-size: 12px;
    font-weight: 600;
}

.contact-us-message {
    margin-top: 14px;
}

.contact-us-ticket-note {
    margin: 10px 0 14px 0;
    color: #666;
    font-family: var(--font-body);
    font-size: 12px;
    line-height: 1.45;
}

.contact-us-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 116px;
    background: #fff;
}

.contact-us-submit:hover {
    background: #fff;
}

.contact-us-details dl {
    margin: 0;
}

.contact-us-details dl div {
    display: grid;
    grid-template-columns: 180px 1fr;
    gap: 12px;
    padding: 7px 0;
    border-bottom: 1px solid #dde3ea;
}

.contact-us-details dl div:first-child {
    padding-top: 0;
}

.contact-us-details dl div:last-child {
    border-bottom: 0;
}

.contact-us-details dt {
    color: #666;
    font-weight: 400;
}

.contact-us-details dd {
    margin: 0;
    color: #222;
}

.contact-us-email-image {
    display: inline-block;
    width: 126px;
    height: 18px;
    vertical-align: middle;
}

.contact-us-details dd a,
.contact-us-company-link,
.contact-us-ticket-jump {
    color: #47474a;
    font-weight: 400;
}

.contact-us-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 18px;
}

.contact-us-company-link,
.contact-us-ticket-jump {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 28px;
    box-sizing: border-box;
    padding: 0 10px;
    border: 1px solid #d8d8d8;
    border-radius: 10px;
    background: #fff;
    font-size: 13px;
    line-height: 1;
    text-decoration: none;
}

.contact-us-company-link:hover,
.contact-us-ticket-jump:hover {
    color: var(--color-cta);
    border-color: #d8d8d8;
    background: #fff;
}

.contact-us-company-link .icon2-arrow-right,
.contact-us-ticket-jump .icon2-arrow-right,
.contact-us-submit .icon2-arrow-right {
    margin-left: 3px;
}

.about-us-text {
    font-family: var(--font-body);
    color: #333;
    font-size: 14px;
    line-height: 1.6;
}

.about-us-text p {
    margin: 0 0 12px 0;
}

.about-us-text p:last-child {
    margin-bottom: 0;
}

.static-page {
    width: 100%;
}

.static-page-panel {
    width: 780px;
    max-width: calc(100vw - 64px);
}

.static-page-panel .desktop-navigation-panel {
    min-height: 300px;
}

.static-page-content {
    color: #333;
    font-family: var(--font-body);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.55;
    text-align: left;
}

.static-page-updated {
    margin: 0 0 20px 0;
    color: #666;
    font-family: var(--font-body);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
}

.static-page-section {
    margin: 0 0 20px 0;
}

.static-page-section h2 {
    margin: 0 0 7px 0;
    color: #222;
    font-family: var(--font-heading);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.3;
}

.static-page-section p {
    margin: 0;
    color: #3d4148;
    font-family: var(--font-body);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.55;
}

.static-link-list {
    margin: 12px 0 0 0;
    padding-left: 12px;
    font-family: var(--font-body);
    font-size: 14px;
    line-height: 1.65;
}

.static-link-list li {
    margin: 0 0 4px 0;
}

.static-link-list a {
    color: #3d4148;
    font-weight: 400;
    text-decoration: none;
}

.static-link-list a:hover {
    color: var(--color-cta);
}

.static-step-guide {
    margin: 22px 0 0 0;
    padding-left: 0;
    list-style: none;
    font-family: var(--font-body);
}

.static-step-guide > li {
    margin: 0 0 14px 0;
    color: #3d4148;
    font-size: 14px;
    line-height: 1.5;
}

.static-step-text {
    margin: 0;
}

.static-step-number {
    font-weight: 700;
}

.static-step-shot {
    margin: 8px 0 0 0;
}

.static-step-shot img {
    display: block;
    max-width: 100%;
    height: auto;
    border: 1px solid #d7dce2;
    border-radius: 6px;
}

.static-help-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 12px;
}

.static-help-card {
    border: 1px solid #d7dce2;
    border-radius: 8px;
    padding: 12px 14px;
    background: #fff;
    font-family: var(--font-body);
}

.static-help-card h3 {
    margin: 0 0 8px 0;
    color: #222;
    font-family: var(--font-heading);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
}

.static-help-card h3 a,
.static-help-card-link {
    color: #3d4148;
    text-decoration: none;
}

.static-help-card h3 a:hover,
.static-help-card-link:hover {
    color: var(--color-cta);
}

.static-help-card ol {
    margin: 0;
    padding-left: 18px;
}

.static-help-card li {
    margin: 0 0 6px 0;
    color: #3d4148;
    font-size: 13px;
    line-height: 1.45;
}

.static-help-card li:last-child {
    margin-bottom: 0;
}

.static-help-card figure {
    margin: 12px 0 0 0;
}

.static-help-card img {
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #d7dce2;
    border-radius: 6px;
}

.static-help-card-link {
    display: inline-flex;
    align-items: center;
    margin-top: 10px;
    font-size: 13px;
    font-weight: 400;
}

.static-help-card-link .icon2-arrow-right {
    margin-left: 3px;
}

.static-page-section-cta {
    margin-top: 10px;
    margin-bottom: 15px;
}

.static-page-cta {
    display: inline-flex;
    align-items: center;
    height: 28px;
    margin-top: 10px;
    padding: 0 10px;
    color: #47474a;
    border: 1px solid #d8d8d8;
    border-radius: 10px;
    background: #fff;
    font-size: 13px;
    font-weight: 400;
    text-decoration: none;
}

.static-page-cta:hover {
    border-color: var(--color-cta-hover);
    color: var(--color-cta-hover);
}

.static-page-cta-forward .icon2-arrow-right {
    margin-left: 3px;
}

.static-page-cta-back .icon2-arrow-right {
    margin-right: 3px;
    transform: rotate(180deg);
}

.static-page-section:last-of-type {
    margin-bottom: 4px;
}

.static-page-table-wrap {
    width: 100%;
    overflow-x: auto;
    margin-top: 18px;
}

.static-page-table {
    width: 100%;
    border-collapse: collapse;
    color: #333;
    font-family: var(--font-body);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.55;
}

.static-page-table th,
.static-page-table td {
    padding: 9px 10px;
    border: 1px solid #d7dce2;
    text-align: left;
    vertical-align: top;
}

.static-page-table th {
    background: #f2f4f6;
    color: #222;
    font-family: var(--font-body);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
}

.static-page-table td {
    font-family: var(--font-body);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.static-page-table-list {
    margin: 0;
    padding-left: 14px;
    list-style: disc outside;
}

.static-page-table-list li {
    margin: 0 0 3px 0;
    padding: 0;
    list-style: disc outside;
}

.desktop-login-content {
    width: 520px;
    max-width: calc(100vw - 48px);
    margin: 25px auto 45px auto;
}

.desktop-login-content .desktop-navigation-panel {
    min-height: 360px;
}

.desktop-login-content .desktop-navigation-panel-head {
    margin-bottom: 24px;
}

.desktop-login-content .desktop-navigation-panel-body {
    display: flex;
    justify-content: center;
}

.desktop-login-form {
    width: 100%;
    max-width: 420px;
    font-family: var(--font-body);
    color: #222;
}

.desktop-login-form .navigation_form {
    width: 100%;
    text-align: center;
    font-family: var(--font-body);
}

.desktop-login-form .subtitle {
    display: inline-block;
    margin-top: -5px;
    font-size: 12px;
    font-family: var(--font-body);
}

.desktop-login-form #chooseaddadd {
    margin-top: 0 !important;
    font-family: var(--font-body) !important;
}

.desktop-login-form #chooseaddadd > div {
    font-family: var(--font-body) !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 1.45 !important;
}

.desktop-login-form button,
.desktop-login-form strong {
    font-family: var(--font-body) !important;
}

.desktop-login-form strong {
    font-weight: 400 !important;
}

.desktop-login-form input:not([type="radio"]):not([type="checkbox"]) {
    border-radius: 15px;
    border: #b8b8b8 1px solid;
    height: 36px;
    padding: 5px 12px;
    font-size: 14px !important;
    box-sizing: border-box;
}

.desktop-login-form input:not([type="radio"]):not([type="checkbox"]):focus {
    border: #b8b8b8 1px solid;
    outline: none;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.14);
}

.desktop-login-form div.error-label {
    display: inline-block;
    margin: 0 0 5px 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: #b93a3a !important;
    border-radius: 0;
    font-family: var(--font-body);
    font-size: 12px;
    line-height: 1.35;
    text-align: center;
}

.desktop-login-spinner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    min-height: 190px;
    font-family: var(--font-body);
    color: #555;
}

.desktop-login-spinner-text {
    font-family: var(--font-body);
    font-size: 12px;
    font-weight: 400;
    line-height: 1.35;
    color: #555;
}

.desktop-dashboard-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.desktop-dashboard-card {
    display: block;
    min-height: 112px;
    padding: 15px;
    border: 1px solid #d8d8d8;
    border-radius: 8px;
    background: #fff;
    color: #47474a;
    text-decoration: none;
    box-sizing: border-box;
}

.desktop-dashboard-card:hover {
    border-color: var(--color-cta-hover);
    color: #47474a;
}

.desktop-dashboard-card-title {
    margin-bottom: 9px;
    color: #111;
    font-family: var(--font-heading);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.25;
}

.desktop-dashboard-card-metrics {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.desktop-dashboard-metric {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-height: 19px;
    color: #555;
    font-size: 13px;
    line-height: 1.25;
}

.desktop-dashboard-metric strong {
    color: #111;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
}

.desktop-myads-notice {
    margin-bottom: 15px;
}

.desktop-myads-notice strong {
    display: block;
    font-family: var(--font-body);
    font-size: 13px;
    line-height: 1.25;
    font-weight: 700;
    color: #1f2933;
}

.desktop-myads-notice span {
    display: block;
    margin-top: 3px;
    font-family: var(--font-body);
    font-size: 12px;
    line-height: 1.3;
    color: #5f6873;
}

.desktop-messages-content .content {
    margin-top: 0;
    display: block;
    min-height: 0;
}

.desktop-messages-content .myads-menu {
    display: flex;
    align-items: center;
    gap: 7px;
}

.desktop-messages-content .desktop-messages-filters {
    margin: 0 0 14px 0;
}

.desktop-messages-content .ct-items-messages > div[style] {
    padding: 0 !important;
    margin: 0 0 15px 0 !important;
}

.desktop-messages-content .ct-items-messages #messages-list {
    padding: 0 0 20px 0 !important;
    margin: 0 !important;
    list-style: none;
}

.desktop-messages-content .desktop-message-filter {
    display: inline-flex;
    align-items: center;
    height: 28px;
    font-family: var(--font-body);
    font-size: 13px !important;
    border: 1px solid #d8d8d8;
    border-radius: 10px;
    padding: 6px 10px;
    color: #47474a;
    background: #fff;
    cursor: pointer;
}

.desktop-messages-content .desktop-message-filter:hover {
    border-color: var(--color-cta-hover);
    color: var(--color-cta-hover);
}

.desktop-messages-content .desktop-message-filter.is-active {
    border-color: #47474a;
    color: #47474a;
    background: #f0f0f0;
}

.desktop-messages-content .menu-count,
.desktop-messages-content .menu-count-selected {
    margin-left: 4px;
    font-size: 13px !important;
}

.desktop-messages-content .desktop-message-view,
.desktop-messages-content .message-list-state {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #47474a;
    border: 1px solid #d8d8d8;
    border-radius: 10px;
    background: #fff;
    font-size: 13px;
    padding: 6px 10px;
    cursor: pointer;
    text-decoration: none;
}

.desktop-messages-content .message-list-state {
    width: 28px;
    min-width: 28px;
    height: 28px;
    min-height: 28px;
    padding: 0 !important;
}

.desktop-messages-content .desktop-message-view {
    height: 28px !important;
    min-height: 28px !important;
    box-sizing: border-box;
    padding: 0 10px !important;
    line-height: 1 !important;
}

.desktop-messages-content .message-list-view,
.desktop-messages-content .message-list-state {
    align-self: end;
    margin-bottom: 10px;
}

.desktop-messages-content .message-list-state i,
.desktop-messages-content .message-list-state span {
    color: inherit;
}

.desktop-messages-content .message-list-state:hover i,
.desktop-messages-content .message-list-state:hover span {
    color: var(--color-cta-hover) !important;
}

.desktop-messages-content .desktop-message-view:hover,
.desktop-messages-content .message-list-state:hover,
.desktop-message-back:hover {
    border-color: var(--color-cta-hover);
    color: var(--color-cta-hover);
}

.desktop-messages-content .message-list-state:disabled {
    opacity: 0.45;
    cursor: default;
}

.desktop-messages-content .navigation-list-row {
    display: block;
    padding: 6px 0;
    border-top: 0;
}

.desktop-messages-content li:first-child .navigation-list-row {
    border-top: 0;
}

.desktop-messages-content .message-list-card {
    position: relative;
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr) auto auto;
    align-items: stretch;
    column-gap: 8px;
    min-height: 76px;
    padding: 0 8px 0 0;
    border: 1px solid #d8d8d8;
    border-radius: 10px;
    background: #fff;
    color: #47474a;
    font-family: var(--font-body);
    font-size: 13px;
    overflow: visible;
}

.desktop-messages-content .message-list-card-received {
    border-color: #8ed6a4;
}

.desktop-messages-content .message-list-card-sent {
    border-color: #7fb2e8;
}

.desktop-messages-content .message-list-image {
    min-height: 76px;
    overflow: hidden;
    background: #eef2f6;
    border-radius: 9px 0 0 9px;
}

.desktop-messages-content .message-list-image img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 76px;
    border-radius: 9px 0 0 9px;
    object-fit: cover;
}

.desktop-messages-content .message-list-seekme-image {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f3f4f5;
}

.desktop-messages-content .message-list-seekme-image img {
    width: 42px;
    height: auto;
    min-height: 0;
    border-radius: 0;
    object-fit: contain;
}

.desktop-message-detail-content .message-detail-seekme-ticket .image {
    object-fit: contain;
    padding: 14px;
    background: #f3f4f5;
}

.desktop-messages-content .message-list-body {
    min-width: 0;
    align-self: center;
    padding: 10px 0 10px 10px;
}

.desktop-messages-content .message-list-title {
    color: #111;
    font-family: var(--font-heading);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.25;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.desktop-messages-content .message-list-date,
.desktop-messages-content .message-list-meta,
.desktop-messages-content .message-list-preview {
    color: #555;
    font-size: 11px;
    line-height: 1.35;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.desktop-messages-content .message-list-card-unread .message-list-title {
    color: #007bff;
}

.desktop-messages-content .message-list-unread-badge {
    position: absolute;
    top: -8px;
    right: -8px;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    border-radius: 999px;
    background: #c51d32;
    color: #fff;
    font-size: 10px;
    line-height: 18px;
    text-align: center;
    z-index: 2;
}

.desktop-favorites-content {
    width: 100%;
}

.desktop-myads-content {
    width: 100%;
    position: relative;
    transition: opacity .15s ease;
}

.desktop-myads-content.is-loading {
    min-height: 180px;
    opacity: .48;
    pointer-events: none;
}

.desktop-myads-content.is-loading::after {
    content: "";
    position: absolute;
    top: 70px;
    left: 50%;
    width: 24px;
    height: 24px;
    margin-left: -12px;
    border: 3px solid rgba(0, 0, 0, .18);
    border-top-color: #555;
    border-radius: 50%;
    animation: desktop-order-spin .8s linear infinite;
}

.desktop-messages-content {
    position: relative;
    transition: opacity .15s ease;
}

.desktop-messages-content.is-loading {
    min-height: 180px;
    opacity: .48;
    pointer-events: none;
}

.desktop-messages-content.is-loading::after {
    content: "";
    position: absolute;
    top: 70px;
    left: 50%;
    width: 24px;
    height: 24px;
    margin-left: -12px;
    border: 3px solid rgba(0, 0, 0, .18);
    border-top-color: #555;
    border-radius: 50%;
    animation: desktop-order-spin .8s linear infinite;
}

.desktop-myads-content .myads-menu {
    display: flex;
    align-items: center;
    gap: 7px;
}

.desktop-myads-filters {
    margin: 0 0 14px 0;
}

.desktop-myads-filter {
    display: inline-flex;
    align-items: center;
    height: 28px;
    font-family: var(--font-body);
    font-size: 13px !important;
    border: 1px solid #d8d8d8;
    border-radius: 10px;
    padding: 6px 10px;
    color: #47474a;
    background: #fff;
    cursor: pointer;
    text-decoration: none;
}

.desktop-myads-filter:hover {
    border-color: var(--color-cta-hover);
    color: var(--color-cta-hover);
}

.desktop-myads-filter.is-active {
    border-color: #47474a;
    color: #47474a;
    background: #f0f0f0;
}

.desktop-myads-filter .menu-count {
    margin-left: 4px;
    font-size: 13px !important;
}

.desktop-favorites-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;
}

.desktop-myads-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;
}

.desktop-myads-grid .desktop-navigation-placeholder {
    grid-column: 1 / -1;
}

.desktop-favorite-card {
    position: relative;
    display: flex;
    min-width: 0;
    min-height: 122px;
    border: 1px solid #d8d8d8;
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.10);
}

.desktop-myads-card {
    position: relative;
    display: flex;
    min-width: 0;
    min-height: 115px;
    max-height: 115px;
    border: 1px solid #d8d8d8;
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
}

.desktop-myads-badges {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    pointer-events: none;
}

.desktop-myads-badge {
    position: absolute;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 22px;
    padding: 0 4px;
    border: 0;
    border-radius: 0 8px 0 8px;
    background: rgba(0, 0, 0, 0.28);
    color: #fff;
    font-family: var(--font-body);
    font-size: 10px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
    text-transform: none;
}

.desktop-myads-badge-extended {
    bottom: 0;
    left: 0;
    width: 58px;
    border-radius: 0 8px 0 10px;
    background: rgba(35, 61, 92, 0.34);
}

.desktop-myads-badge-topup {
    top: 0;
    right: auto;
    left: 0;
    width: 42px;
    border-radius: 10px 0 8px 0;
    background: rgba(156, 118, 0, 0.34);
}

.desktop-favorite-image {
    flex: 0 0 120px;
    width: 120px;
    height: 120px;
    object-fit: cover;
    background: #eef2f6;
}

.desktop-myads-image {
    flex: 0 0 75px;
    width: 75px;
    height: 113px;
    object-fit: cover;
    background: #eef2f6;
}

.desktop-favorite-body {
    display: flex;
    flex-direction: column;
    min-width: 0;
    flex: 1 1 auto;
    padding: 11px 11px 11px 12px;
    color: #101010;
    font-family: var(--font-body);
}

.desktop-myads-body {
    display: flex;
    flex-direction: column;
    min-width: 0;
    flex: 1 1 auto;
    padding: 10px 11px 11px 12px;
    color: #101010;
    font-family: var(--font-body);
}

.desktop-favorite-body h3 {
    margin: 0;
    color: #111;
    font-family: var(--font-heading);
    font-size: 13px !important;
    font-weight: 800;
    line-height: 1.25;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.desktop-myads-body h3 {
    margin: 0;
    color: #111;
    font-family: var(--font-heading);
    font-size: 13px !important;
    font-weight: 800;
    line-height: 1.25;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.desktop-favorite-params {
    margin-top: 2px;
    color: #47474a;
    font-size: 11px;
    line-height: 1.35;
    display: -webkit-box;
    max-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.desktop-myads-params {
    margin-top: 2px;
    color: #47474a;
    font-size: 11px;
    line-height: 1.35;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.desktop-favorite-price {
    margin-top: 2px;
    color: #111;
    font-family: var(--font-heading);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.35;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.desktop-myads-price {
    margin-top: 2px;
    color: #111;
    font-family: var(--font-heading);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.35;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.desktop-favorite-price span {
    margin-left: 8px;
    color: #555;
    font-family: var(--font-body);
    font-size: 10px;
    font-weight: 300;
}

.desktop-myads-price span {
    margin-left: 8px;
    color: #555;
    font-family: var(--font-body);
    font-size: 10px;
    font-weight: 300;
}

.desktop-favorite-actions {
    display: flex;
    justify-content: flex-end;
    gap: 7px;
    margin-top: auto;
}

.desktop-myads-actions {
    display: flex;
    justify-content: flex-end;
    gap: 7px;
    margin-top: auto;
}

.desktop-favorite-actions .button-small {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 28px !important;
    min-height: 28px !important;
    box-sizing: border-box;
    padding: 0 10px !important;
    border: 1px solid #d8d8d8;
    border-radius: 10px;
    background: #fff;
    color: #47474a;
    font-family: var(--font-body);
    font-size: 13px !important;
    line-height: 1 !important;
    text-decoration: none;
    cursor: pointer;
}

.desktop-myads-actions .button-small {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 28px !important;
    min-height: 28px !important;
    box-sizing: border-box;
    padding: 0 10px !important;
    border: 1px solid #d8d8d8;
    border-radius: 10px;
    background: #fff;
    color: #47474a;
    font-family: var(--font-body);
    font-size: 13px !important;
    line-height: 1 !important;
    text-decoration: none;
    cursor: pointer;
}

.desktop-myads-actions .desktop-myads-state {
    width: 28px;
    min-width: 28px;
    padding: 0 !important;
}

.desktop-favorite-actions .icon2-arrow-right,
.desktop-myads-actions .icon2-arrow-right {
    margin-left: 3px;
}

.desktop-favorite-actions .desktop-favorite-remove .glyphicon-menu-close {
    margin-left: 3px;
}

.desktop-favorite-actions .button-small:hover {
    border-color: var(--color-cta-hover);
    color: var(--color-cta-hover);
}

.desktop-myads-actions .button-small:hover {
    border-color: var(--color-cta-hover);
    color: var(--color-cta-hover);
}

.desktop-myads-actions .button-small:hover i,
.desktop-myads-actions .button-small:hover span {
    color: var(--color-cta-hover) !important;
}

.search-detail-topline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 10px;
}

.search-detail-topline .breadcrumbs {
    min-width: 0;
    margin: 0 !important;
}

.search-detail-actions {
    display: flex;
    gap: 2px;
    flex: 0 0 auto;
    margin-top: 0;
}

.search-detail-actions .button-small {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 28px;
    min-height: 28px;
    box-sizing: border-box;
}

.preview_category .item .content .favorite,
.preview_category .item .content .share,
.search_result .item_rectangle .favorite,
.search_result .item_rectangle .share,
.search-detail-actions .favorite,
.search-detail-actions .share {
    border: 0 !important;
    background: transparent !important;
    padding-left: 2px !important;
    padding-right: 4px !important;
}

.preview_category .item .content .favorite,
.search_result .item_rectangle .favorite,
.search-detail-actions .favorite {
    margin-left: -4px;
}

.desktop-orders-content .content,
.desktop-order-detail-content .content {
    margin-top: 0;
    display: block;
    min-height: 0;
}

.desktop-orders-content .ct-items-orders #navigation-list,
.desktop-order-detail-content #navigation-list {
    padding: 0 0 20px 0 !important;
    margin: 0 !important;
}

.desktop-orders-content .ct-items-orders li,
.desktop-order-detail-content li {
    list-style: none;
}

.desktop-orders-content .navigation-list-row,
.desktop-order-detail-content .navigation-list-row {
    display: flex;
    align-items: center;
    min-height: 44px;
    border-top: 1px solid #d8d8d8;
    color: #47474a;
    font-family: var(--font-body);
    font-size: 13px;
}

.desktop-orders-content li:first-child .navigation-list-row,
.desktop-order-detail-content li:first-child .navigation-list-row {
    border-top: 0;
}

.desktop-orders-content .order-list-amount {
    margin-left: 14px;
    color: #333;
    font-weight: 600;
    white-space: nowrap;
}

.desktop-myaccount-content {
    width: 100%;
    --form-color: var(--color-cta-hover);
}

.desktop-myaccount-form-wrap {
    width: 100%;
    max-width: 100%;
}

.desktop-myaccount-content .account_form {
    width: 100%;
    color: #333;
    font-family: var(--font-body);
}

.desktop-myaccount-content .account_form > div[style*="display: flex"] {
    gap: 12px;
    margin-bottom: 12px !important;
}

.desktop-myaccount-content .mw135,
.desktop-myaccount-content .mw140 {
    width: 100% !important;
    max-width: none !important;
}

.desktop-myaccount-content .mr5,
.desktop-myaccount-content .ml5 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.desktop-myaccount-content .account_form .item {
    width: 100%;
    margin-top: 12px !important;
}

.desktop-myaccount-content .account_form .label {
    margin: 0 0 6px 5px;
    color: #333;
    font-size: 13px;
    line-height: 1.2;
    white-space: nowrap;
}

.desktop-myaccount-content .account_form input:not([type="radio"]):not([type="file"]) {
    width: 100%;
    min-height: 36px;
    box-sizing: border-box;
    padding: 5px 12px;
    border: 1px solid #b8b8b8;
    border-radius: 15px;
    color: #333;
    font-family: var(--font-body);
    font-size: 14px !important;
    outline: none;
}

.desktop-myaccount-content .account_form input:focus {
    border-color: var(--form-color) !important;
}

.desktop-myaccount-content .account_form input[type="radio"] {
    width: 18px;
    height: 18px;
    margin: 0 5px 0 0;
}

.desktop-myaccount-content .account_form .logo {
    list-style: none;
    width: 100%;
    min-width: 0 !important;
    height: 99px;
    margin: 0;
    padding: 0 !important;
    border: 1px solid #b8b8b8;
    border-radius: 15px;
    box-sizing: border-box;
}

.desktop-myaccount-content .account_form ul.logo li {
    width: calc(100% - 14px);
    height: 83px;
    margin: 7px !important;
    padding: 0;
    list-style: none;
    text-align: center;
    background: #e8e8e8;
    border-radius: 8px;
    box-sizing: border-box;
    position: relative;
}

.desktop-myaccount-content .account_form ul.logo li .icons-svg.icon {
    margin-top: 25px;
}

.desktop-myaccount-content .account_form .submit-big {
    min-width: 96px;
    margin-top: 4px;
    border-radius: 20px !important;
    border-color: #b8b8b8;
    background: #fff;
    color: #333;
    font-family: var(--font-body);
}

.desktop-myaccount-content .account_form .submit-big:hover {
    border-color: var(--form-color);
    color: var(--form-color);
}

.desktop-myaccount-content .account_form .error-label {
    color: #D85A5A;
    font-size: 12px;
}

.desktop-myaccount-content .account_form .error-input {
    border-color: #D85A5A !important;
}

.desktop-account-status {
    min-height: 20px;
    margin-top: 12px;
    color: #16813a;
    font-size: 13px;
}

.desktop-account-status.is-error {
    color: #D85A5A;
}

.desktop-account-feedback {
    min-height: 260px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    color: #47474a;
    font-family: var(--font-body);
}

.desktop-feedback-status-icon {
    width: 66px;
    height: 66px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.desktop-feedback-status-icon .seekme-status-icon {
    width: 66px;
    height: 66px;
}

.desktop-account-feedback-text {
    color: #333;
    font-family: var(--font-body);
    font-size: 12px;
    font-weight: 400;
    line-height: 1.35;
}

.desktop-login-content .desktop-account-feedback-text {
    font-size: 12px;
    font-family: var(--font-body);
}

.desktop-order-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 28px !important;
    min-height: 28px !important;
    box-sizing: border-box;
    color: #47474a;
    border: 1px solid #d8d8d8;
    border-radius: 10px !important;
    background: #fff;
    font-family: var(--font-body);
    font-size: 13px !important;
    line-height: 1 !important;
    padding: 0 10px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    cursor: pointer;
    text-decoration: none;
}

.desktop-orders-content .desktop-order-pay,
.desktop-order-detail-content .desktop-order-pay {
    margin-left: auto !important;
    margin-right: 14px !important;
}

.desktop-orders-content .state,
.desktop-order-detail-content .state,
.desktop-order-detail-content .state-wait-payment,
.desktop-order-detail-content .state-paid,
.desktop-order-detail-content .state-nosuccess {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    margin-left: 0 !important;
    margin-right: 22px !important;
    padding: 0 !important;
    line-height: 1;
    white-space: nowrap;
}

.desktop-orders-content .state-paid,
.desktop-orders-content .state-nosuccess {
    margin-left: auto !important;
}

.desktop-order-detail-content .order-state-value {
    align-items: center;
    justify-content: flex-end;
    min-height: 28px;
}

.desktop-order-detail-content .order-state-value .state-wait-payment,
.desktop-order-detail-content .order-state-value .state-paid,
.desktop-order-detail-content .order-state-value .state-nosuccess {
    margin-right: 0 !important;
}

.desktop-orders-content .state-paid,
.desktop-order-detail-content .state-paid {
    color: #16813a;
}

.desktop-orders-content .state-wait-payment,
.desktop-order-detail-content .state-wait-payment {
    color: var(--color-cta-hover);
}

.desktop-orders-content .state-nosuccess,
.desktop-order-detail-content .state-nosuccess {
    color: #D85A5A;
}

.desktop-orders-content .desktop-order-view,
.desktop-order-detail-content .desktop-order-view {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 28px !important;
    min-height: 28px !important;
    box-sizing: border-box;
    padding: 0 10px !important;
    border: 1px solid #d8d8d8;
    border-radius: 10px;
    background: #fff;
    color: #47474a;
    font-family: var(--font-body);
    font-size: 13px !important;
    line-height: 1 !important;
    text-decoration: none;
    margin-left: 8px !important;
}

.desktop-orders-content .desktop-order-view .icon2-arrow-right,
.desktop-order-detail-content .desktop-order-view .icon2-arrow-right {
    margin-left: 3px;
}

.desktop-order-detail-content .order-section-title {
    padding: 10px 0 4px 0;
    color: #333;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3;
}

.desktop-order-detail-content .order-section-title-using {
    padding-bottom: 0;
}

.desktop-order-detail-content .navigation-list-row:has(.order-section-title-using),
.desktop-order-detail-content .navigation-list-row:has(.order-usage-block) {
    border-top: 0;
}

.desktop-order-detail-content .order-using-title-row {
    border-top: 0 !important;
}

.desktop-order-detail-content .order-using-section-row {
    display: block !important;
    align-items: initial !important;
    min-height: 0 !important;
    border-top: 0 !important;
}

.desktop-order-detail-content .order-using-section {
    width: 100%;
}

.desktop-order-detail-content .order-summary-row {
    width: 100%;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 70px 90px;
    gap: 10px;
    align-items: center;
    padding: 8px 0;
    color: #555;
    font-size: 13px;
    line-height: 1.3;
}

.desktop-order-detail-content .order-summary-product {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.desktop-order-detail-content .order-summary-qty {
    text-align: right;
    white-space: nowrap;
}

.desktop-order-detail-content .order-summary-price {
    color: #333;
    text-align: right;
    white-space: nowrap;
}

.desktop-order-detail-content .order-summary-total {
    font-weight: 700;
}

.desktop-order-detail-content .order-summary-total .order-summary-product {
    grid-column: 1 / 3;
}

.desktop-order-detail-content .order-usage-head,
.desktop-order-detail-content .order-usage-row {
    width: 100%;
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) 96px minmax(0, 1.8fr) minmax(58px, .5fr) minmax(96px, 1fr) minmax(96px, 1fr);
    gap: 8px;
    align-items: center;
}

.desktop-order-detail-content .order-usage-head {
    padding: 4px 0;
    color: #777;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.3;
}

.desktop-order-detail-content .order-usage-row {
    padding: 5px 0;
    color: #555;
    font-size: 13px;
    line-height: 1.3;
}

.desktop-order-detail-content .order-usage-product,
.desktop-order-detail-content .order-usage-catalog,
.desktop-order-detail-content .order-usage-state {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.desktop-order-detail-content .order-usage-used {
    display: flex;
    align-items: center;
    gap: 6px;
    min-width: 0;
}

.desktop-order-detail-content .order-usage-action {
    display: flex;
    justify-content: flex-end;
    min-width: 0;
}

.desktop-order-detail-content .order-usage-date {
    white-space: normal;
}

.desktop-order-detail-content .invoice-status-in-progress {
    color: #777;
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
}

.desktop-order-detail-content .order-usage-card {
    width: 100%;
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr) auto;
    gap: 10px;
    align-items: start;
    box-sizing: border-box;
    padding: 8px;
    margin: 7px 0;
    border: 1px solid #d8d8d8;
    border-radius: 10px;
    background: #fff;
    color: #555;
    font-size: 13px;
    line-height: 1.3;
    text-align: left;
}

.desktop-order-detail-content .order-usage-card-image {
    width: 56px;
    height: 56px;
    object-fit: cover;
    border-radius: 8px;
    background: #f3f3f3;
}

.desktop-order-detail-content .order-usage-card-body {
    min-width: 0;
}

.desktop-order-detail-content .order-usage-card-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 4px 10px;
    min-width: 0;
}

.desktop-order-detail-content .order-usage-card-product {
    color: #333;
    font-weight: 600;
}

.desktop-order-detail-content .order-usage-card-state {
    font-weight: 600;
}

.desktop-order-detail-content .order-usage-card-title {
    min-width: 0;
    margin-top: 4px;
    overflow: hidden;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.desktop-order-detail-content .order-usage-card-action {
    display: flex;
    justify-content: flex-end;
    min-width: 82px;
}

.desktop-order-detail-content .order-usage-block {
    width: 860px;
    max-width: 100%;
    padding: 10px 0 7px 0;
    color: #555;
    font-size: 13px;
    line-height: 1.3;
}

.desktop-order-detail-content .order-usage-block .catalog-preview-compact-item {
    display: flex !important;
    align-items: stretch;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    height: 80px !important;
    min-height: 80px !important;
    max-height: 80px !important;
    margin: 0 0 8px 0 !important;
    padding: 0 !important;
    overflow: hidden;
    border: 1px solid #d8d8d8;
    border-radius: 10px;
    background: #fff;
}

.desktop-order-detail-content .order-usage-block .catalog-preview-compact-item .image {
    flex: 0 0 72px;
    width: 72px !important;
    max-width: 72px !important;
    height: 80px !important;
    min-height: 80px !important;
    max-height: 80px !important;
    margin: 0 !important;
    object-fit: cover;
    border-radius: 9px 0 0 9px;
}

.desktop-order-detail-content .order-usage-block .catalog-preview-compact-item .content {
    flex: 1;
    min-width: 0;
    width: auto !important;
    min-height: 0 !important;
    height: auto !important;
    margin: 0 !important;
    padding: 15px 15px !important;
    background: #fff;
    color: #47474a;
    line-height: 1.25;
}

.desktop-order-detail-content .order-usage-block .catalog-preview-compact-item .mla {
    margin-left: 0 !important;
}

.desktop-order-detail-content .order-usage-block .catalog-preview-compact-item h3 {
    margin: 0 0 2px 0 !important;
    color: #111;
    font-family: var(--font-heading);
    font-size: 13px !important;
    font-weight: 700;
    line-height: 1.25;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.desktop-order-detail-content .order-usage-block .catalog-preview-compact-item .params,
.desktop-order-detail-content .order-usage-block .catalog-preview-compact-item .price {
    margin: 1px 0 0 0 !important;
    color: #555;
    font-family: var(--font-body);
    font-size: 12px !important;
    line-height: 1.3;
}

.desktop-order-detail-content .order-usage-block .catalog-preview-compact-item .price {
    font-weight: 600;
}

.desktop-order-detail-content .order-usage-info {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 4px 10px;
    align-items: start;
}

.desktop-order-detail-content .order-usage-info-main {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 10px;
    min-width: 0;
}

.desktop-order-detail-content .order-usage-product-name {
    color: #333;
    font-weight: 600;
}

.desktop-order-detail-content .order-usage-info-state {
    font-weight: 600;
}

.desktop-order-detail-content .order-usage-info-dates {
    grid-column: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 6px 14px;
    min-width: 0;
}

.desktop-order-detail-content .order-usage-info-action {
    grid-column: 2;
    grid-row: 1 / 3;
    display: flex;
    justify-content: flex-end;
}

.desktop-order-detail-content .order-usage-info-table {
    width: 300px;
    max-width: 100%;
    margin: 14px 0 0 0; 
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 3px 12px;
    color: #555;
    font-size: 13px;
    line-height: 1.3;
}

.desktop-order-detail-content .order-usage-mobile-subtitle {
    display: none;
}

.desktop-order-detail-content .order-usage-info-cell {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.desktop-order-detail-content .order-usage-info-cell:nth-child(2),
.desktop-order-detail-content .order-usage-info-cell:nth-child(4) {
    text-align: left;
}

@media (max-width: 700px) {
    .desktop-order-detail-content .order-summary-row {
        grid-template-columns: minmax(0, 1fr) 48px 82px;
        gap: 3px 12px;
        font-size: 14px;
    }

    .desktop-order-detail-content .order-summary-product {
        white-space: nowrap;
    }

    .desktop-order-detail-content .order-summary-qty {
        text-align: center;
    }

    .desktop-order-detail-content .order-summary-total .order-summary-product {
        grid-column: 1 / 3;
    }

    .desktop-order-detail-content .order-usage-row {
        display: grid;
        grid-template-columns: minmax(0, 1fr) 120px;
        align-items: stretch !important;
        gap: 5px 10px;
        padding: 7px 0;
        font-size: 14px;
        text-align: left !important;
    }

    .desktop-order-detail-content .order-usage-product,
    .desktop-order-detail-content .order-usage-catalog,
    .desktop-order-detail-content .order-usage-state,
    .desktop-order-detail-content .order-usage-date,
    .desktop-order-detail-content .order-usage-action {
        width: 100%;
        min-width: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        text-align: left !important;
    }

    .desktop-order-detail-content .order-usage-product {
        grid-column: 1;
        grid-row: 1;
        font-weight: 400;
        white-space: normal;
    }

    .desktop-order-detail-content .order-usage-used {
        grid-column: 1 / -1;
        grid-row: 2;
        width: 100%;
        display: block;
    }

    .desktop-order-detail-content .order-usage-action {
        grid-column: 2;
        grid-row: 1;
        display: flex;
        justify-content: flex-end;
        overflow: visible;
    }

    .desktop-order-detail-content .order-usage-state,
    .desktop-order-detail-content .order-usage-date {
        grid-column: 1 / -1;
    }

    .desktop-order-detail-content .desktop-order-view {
        margin-left: 0 !important;
        justify-self: end;
    }

    .desktop-order-detail-content .order-usage-card {
        grid-template-columns: 54px minmax(0, 1fr) auto;
        gap: 9px;
        font-size: 14px;
    }

    .desktop-order-detail-content .order-usage-card-image {
        width: 54px;
        height: 54px;
    }

    .desktop-order-detail-content .order-usage-card-meta {
        flex-direction: column;
        gap: 2px;
    }

    .desktop-order-detail-content .order-usage-info-dates {
        flex-direction: column;
        gap: 2px;
    }

    .desktop-order-detail-content .order-usage-info-table {
        width: 100%;
        margin-left: 0;
        font-size: 12px;
    }
}

.desktop-order-action:hover {
    border-color: var(--color-cta-hover);
    color: var(--color-cta-hover);
}

.desktop-orders-pay {
    min-height: 120px;
}

.desktop-order-page {
    width: 100%;
    min-height: 520px;
    margin: 25px 0 45px 0;
    padding: 0;
    background: transparent;
}

.desktop-order-modal {
    width: 626px;
    max-width: calc(100vw - 48px);
    margin: 0 auto;
    background: transparent;
    padding: 0px 0 46px 0;
    box-sizing: border-box;
}

.desktop-order-modal .modal-order-content {
    position: static;
    width: 100%;
    min-height: 0;
    height: auto !important;
    max-height: none !important;
    background: transparent;
}

.desktop-order-modal .content {
    width: auto;
    min-height: 0 !important;
    height: auto !important;
    background: transparent;
}

.desktop-order-head {
    margin: 0 0 15px 0 !important;
    text-align: center !important;
}

.desktop-order-head h1 {
    margin: 0 !important;
    color: #111 !important;
    font-family: var(--font-heading) !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 1.45 !important;
    text-align: center !important;
}

.desktop-order-head .subtitle {
    display: inline-block !important;
    margin-top: -5px !important;
    color: inherit !important;
    font-family: var(--font-body) !important;
    font-size: 12px !important;
    line-height: normal !important;
    text-align: center !important;
}

.desktop-order-modal .modal-order-content > .addad_form,
.desktop-order-modal .modal-order-content .addad_form {
    display: none !important;
}

.desktop-order-modal .navigation-menu {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: stretch;
    margin-top: 18px;
    min-height: 0 !important;
    height: auto !important;
}

.desktop-order-modal .order-preview-catalog,
.desktop-order-modal .order-preview-items,
.desktop-order-modal .order-payment-methods {
    padding: 0 !important;
}

.desktop-order-modal .order-preview-catalog {
    min-height: 0 !important;
    height: auto !important;
}

.desktop-order-modal .order-preview-catalog .catalog-preview-compact-item {
    display: flex !important;
    align-items: stretch;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    height: 80px !important;
    min-height: 80px !important;
    max-height: 80px !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden;
    border: 1px solid #d8d8d8;
    border-radius: 10px;
    background: #fff;
}

.desktop-order-modal .order-preview-catalog .catalog-preview-compact-item .image {
    flex: 0 0 72px;
    width: 72px !important;
    max-width: 72px !important;
    height: 80px !important;
    min-height: 80px !important;
    max-height: 80px !important;
    margin: 0 !important;
    object-fit: cover;
    border-radius: 9px 0 0 9px;
}

.desktop-order-modal .order-preview-catalog .catalog-preview-compact-item .content {
    flex: 1;
    min-width: 0;
    width: auto !important;
    min-height: 0 !important;
    height: auto !important;
    margin: 0 !important;
    padding: 10px 12px !important;
    background: #fff;
    color: #47474a;
    line-height: 1.25;
}

.desktop-order-modal .order-preview-catalog .catalog-preview-compact-item .mla {
    margin-left: 0 !important;
}

.desktop-order-modal .order-preview-catalog .catalog-preview-compact-item h3 {
    margin: 0 0 2px 0 !important;
    color: #111;
    font-family: var(--font-heading);
    font-size: 13px !important;
    font-weight: 700;
    line-height: 1.25;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.desktop-order-modal .order-preview-catalog .catalog-preview-compact-item .params,
.desktop-order-modal .order-preview-catalog .catalog-preview-compact-item .price {
    margin: 1px 0 0 0 !important;
    color: #555;
    font-family: var(--font-body);
    font-size: 12px !important;
    line-height: 1.3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.desktop-order-modal .addad_order_preview {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    width: 100%;
    height: 74px !important;
    min-height: 74px !important;
    max-height: 74px !important;
    background: #fff;
    border: 1px solid #d8d8d8;
    border-radius: 10px;
    overflow: hidden;
}

.desktop-order-modal .addad_order_preview .image {
    width: 74px;
    height: auto;
    min-height: 74px;
    flex: 0 0 74px;
    max-width: none;
    object-fit: cover;
    border-radius: 9px 0 0 9px;
}

.desktop-order-modal .addad_order_preview .content {
    width: auto;
    min-width: 0;
    min-height: 0 !important;
    height: auto !important;
    flex: 1;
    margin: 0;
    padding: 8px 11px;
    color: #47474a;
    font-family: var(--font-body);
    font-size: 13px;
    line-height: 1.35;
    background: #fff;
}

.desktop-order-modal .addad_order_preview .mla {
    margin-left: 0 !important;
}

.desktop-order-modal .addad_order_preview h2 {
    margin: 0;
    color: #47474a;
    font-size: 13px !important;
    line-height: 1.3;
    font-weight: 600;
    white-space: normal;
}

.desktop-order-modal .addad_order_preview .params,
.desktop-order-modal .addad_order_preview .price {
    margin: 2px 0 0 0;
    color: #47474a;
    font-size: 13px !important;
    line-height: 1.35;
    white-space: normal;
}

.desktop-order-modal .addad_order_items table {
    width: 100%;
    margin-top: 0;
    border-collapse: collapse;
    background: #fff;
    border: 1px solid #d8d8d8;
    border-radius: 0;
    overflow: hidden;
    color: #47474a;
    font-family: var(--font-body);
    font-size: 13px;
}

.desktop-order-modal .addad_order_items th,
.desktop-order-modal .addad_order_items td {
    padding: 8px 12px;
    border-bottom: 1px solid #c2c2c2;
    text-align: left;
    font-size: 13px;
    line-height: 1.25;
}

.desktop-order-modal .addad_order_items tr:last-child td {
    border-bottom: 0;
}

.desktop-order-modal .addad_order_items th:last-child,
.desktop-order-modal .addad_order_items td:last-child {
    padding-right: 0;
    text-align: right;
}

.desktop-order-modal .order-payment-methods > div {
    padding: 0 !important;
}

.desktop-order-modal .order-payment-methods .box {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: 74px;
    margin-top: 12px !important;
    box-sizing: border-box;
    overflow: hidden;
    background: #fff;
}

.desktop-order-modal .order-payment-methods .box > div {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    gap: 14px;
    align-items: center;
    width: 100% !important;
}

.desktop-order-modal .order-payment-methods .box > div > div:first-child {
    min-width: 0;
}

.desktop-order-modal .order-payment-methods .box > div > div:last-child {
    width: auto !important;
    min-width: 58px;
    justify-content: flex-end !important;
}

.desktop-order-modal .order-payment-methods .js-pay-start button {
    flex: 0 0 auto;
    width: auto !important;
    min-width: 58px;
    height: 36px;
    margin: 0 !important;
    padding: 0 16px !important;
    box-sizing: border-box;
}

.desktop-order-back {
    display: inline-flex;
    align-items: center;
    height: 28px;
    margin-bottom: 15px;
    color: #47474a;
    border: 1px solid #d8d8d8;
    border-radius: 10px;
    background: #fff;
    font-size: 13px;
    text-decoration: none;
    padding: 0 10px;
}

.desktop-order-back:hover {
    border-color: var(--color-cta-hover);
    color: var(--color-cta-hover);
}

.desktop-order-result {
    min-height: 260px;
    padding: 65px 0 70px 0;
    text-align: center;
    color: #47474a;
    font-family: var(--font-body);
}

.desktop-order-result h1 {
    margin: 14px 0 0 0;
    color: #111;
    font-family: var(--font-heading);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.45;
}

.desktop-order-result .subtitle {
    margin-top: -3px;
    font-size: 12px;
}

.desktop-order-result-text {
    margin-top: 12px;
    font-size: 13px;
}

.desktop-order-result-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 88px;
    height: 88px;
}

.desktop-order-result-icon.is-loading {
    color: #b7bcc2;
}

.desktop-order-result-icon.is-success {
    color: #0f8f35;
    font-size: 26px;
}

.desktop-order-result-icon.is-error {
    color: #AE1D2A;
    font-size: 24px;
}

@keyframes desktop-order-spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.desktop-order-body {
    display: flex;
    flex-direction: column;
    gap: 12px;
/*    margin-top: 18px;*/
}

.desktop-order-ad {
    display: flex;
    min-height: 74px;
    overflow: hidden;
    border: 1px solid #d8d8d8;
    border-radius: 10px;
    background: #fff;
}

.desktop-order-ad img {
    flex: 0 0 74px;
    width: 74px;
    height: 74px;
    object-fit: cover;
    border-radius: 9px 0 0 9px;
}

.desktop-order-ad-main {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 0;
    padding: 8px 11px;
    color: #47474a;
    font-family: var(--font-body);
    font-size: 12px;
    line-height: 1.3;
}

.desktop-order-ad-title {
    color: #111;
    font-family: var(--font-heading);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.25;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.desktop-order-ad-params,
.desktop-order-ad-price {
    margin-top: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.desktop-order-ad-price {
    font-weight: 600;
}

.desktop-order-summary {
    overflow: hidden;
/*    border: 1px solid #d8d8d8;*/
    border-radius: 0;
    background: #fff;
    color: #47474a;
    font-family: var(--font-body);
    font-size: 13px;
}

.desktop-order-summary-head,
.desktop-order-summary-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 70px 110px;
    align-items: center;
    min-height: 34px;
    border-bottom: 1px solid #c2c2c2;
}

.desktop-order-summary-head {
    color: #111;
    font-weight: 600;
}

.desktop-order-summary-row:last-child {
    border-bottom: 0;
}

.desktop-order-summary-head > div,
.desktop-order-summary-row > div {
    padding: 7px 12px;
}

.desktop-order-summary-head > div:nth-child(2),
.desktop-order-summary-row > div:nth-child(2) {
    text-align: center;
}

.desktop-order-summary-head > div:last-child,
.desktop-order-summary-row > div:last-child {
    text-align: right;
}

.desktop-order-summary-row.is-total {
    font-weight: 600;
}

.desktop-order-payments {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.desktop-order-payment {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 14px;
    min-height: 74px;
    padding: 10px 16px;
    border: 1px solid;
    border-radius: 15px;
    background: #fff;
    color: #111;
    text-decoration: none;
    box-sizing: border-box;
}

.desktop-order-payment-title {
    display: flex;
    align-items: center;
    font-family: var(--font-heading);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
}

.desktop-order-payment-brand {
    margin-left: 10px;
    font-family: var(--font-body);
    font-size: 12px;
    font-weight: 700;
    color: #0B5FFF;
}

.desktop-order-stripe-badge {
    display: block;
    width: auto;
    height: 18px;
    margin-left: 10px;
}

.desktop-order-payment-icons {
    display: flex;
    align-items: center;
    gap: 2px;
    min-height: 24px;
    margin-top: 8px;
}

.desktop-order-payment-icons img {
    display: block;
    width: auto;
    height: 24px;
    object-fit: contain;
}

.desktop-order-payment-icons.is-banks img {
    width: 24px;
    border-radius: 50%;
}

.desktop-order-payment-more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 24px;
    background: #efeeec;
    color: #111;
    font-family: var(--font-body);
    font-size: 9px;
    font-weight: 600;
    box-sizing: border-box;
}

.desktop-order-payment-more.is-card {
    width: 32px;
    border-radius: 3px;
}

.desktop-order-payment-more.is-bank {
    width: 24px;
    border-radius: 50%;
}

.desktop-order-payment-subtitle {
    margin-top: 5px;
    color: #333;
    font-family: var(--font-body);
    font-size: 12px;
}

.desktop-order-payment-button {
    width: 58px;
    height: 36px;
    border: 0;
    border-radius: 18px;
    color: #fff;
    font-family: var(--font-body);
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
}

.desktop-message-detail-content {
    color: #47474a;
}

.desktop-message-back {
    display: inline-flex;
    align-items: center;
    height: 28px;
    margin-bottom: 15px;
    color: #47474a;
    border: 1px solid #d8d8d8;
    border-radius: 10px;
    background: #fff;
    font-size: 13px;
    padding: 6px 10px;
}

.desktop-message-detail-content .message-detail-summary {
    margin: 0 0 16px 0;
    min-height: 78px;
    border: 1px solid #8ed6a4;
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    align-items: stretch;
}

.desktop-message-detail-content .message-detail-summary-sent {
    border-color: #7fb2e8;
}

.desktop-message-detail-content .message-detail-summary-part {
    min-height: 70px;
    padding: 0;
}

.desktop-message-detail-content .message-detail-ad,
.desktop-message-detail-content .message-detail-ad .catalog-preview-compact-item {
    display: contents;
}

.desktop-message-detail-content .message-detail-ad img,
.desktop-message-detail-content .message-detail-ad .catalog-preview-compact-item .image {
    grid-column: 1;
    grid-row: 1 / span 2;
    width: 72px;
    max-width: 72px;
    height: 100%;
    min-height: 70px;
    align-self: stretch;
    object-fit: cover;
    border-radius: 10px 0 0 0 !important;
}

.desktop-message-detail-content .message-detail-ad .catalog-preview-compact-item .content {
    grid-column: 2;
    grid-row: 1;
    width: auto;
    margin: 0;
    padding: 8px 12px 2px 12px;
    font-size: 12px;
    line-height: 1.2;
}

.desktop-message-detail-content .message-detail-contact {
    grid-column: 2;
    grid-row: 2;
    min-height: 28px;
    padding: 0 12px 8px 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0;
}

.desktop-message-detail-content .message-contact-label {
    color: #777;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
}

.desktop-message-detail-content .message-contact-name {
    color: #111;
    font-size: 11px;
    font-weight: 700;
}

.desktop-message-detail-content .message-contact-line {
    color: #555;
    font-size: 11px;
}

.desktop-message-detail-content .message-history {
    padding: 0 0 18px 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.desktop-message-detail-content .message-history-title {
    margin: 4px 0 2px;
    color: #777;
    font-size: 12px;
    font-weight: 600;
}

.desktop-message-detail-content .message-history > .message-detail-empty-status {
    margin: 0;
    align-self: stretch;
}

.desktop-message-detail-content .message-detail-item {
    max-width: 82%;
    padding: 10px 12px;
    border-radius: 14px;
    box-sizing: border-box;
    font-size: 13px;
    line-height: 1.35;
}

.desktop-message-detail-content .message-detail-sent {
    align-self: flex-end;
    background: #eff7ff;
    border: 1px solid #7fb2e8;
    text-align: right;
}

.desktop-message-detail-content .message-detail-received {
    align-self: flex-start;
    background: #f3fff6;
    border: 1px solid #8ed6a4;
    text-align: left;
}

.desktop-message-detail-content .message-detail-meta {
    margin-bottom: 6px;
    color: #697684;
    font-size: 10px;
}

.desktop-message-detail-content .message-detail-text {
    white-space: pre-wrap;
}

.desktop-message-detail-content .message-detail-ticket-text {
    display: flex;
    flex-direction: column;
    gap: 4px;
    white-space: normal;
}

.desktop-message-detail-content .message-detail-ticket-text strong {
    font-weight: 700;
}

.desktop-message-detail-content .message-detail-files {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-top: 6px;
}

.desktop-message-detail-content .message-detail-files a,
.desktop-message-detail-content .message-detail-files span {
    color: inherit;
    font-size: 13px;
    text-decoration: none;
    max-width: 100%;
    overflow: hidden;
    overflow-wrap: anywhere;
}

.desktop-message-detail-content .message-detail-files a:hover {
    color: var(--color-cta-hover);
}

.desktop-message-detail-content .message-detail-inactive {
    margin-top: 12px;
    color: #697684;
    font-size: 13px;
}

.desktop-message-detail-content .message-reply-form {
    position: static;
    margin-top: 16px;
    padding: 0;
    background: transparent;
    border-top: 0;
}

.desktop-message-detail-content .message-reply-inner {
    position: relative;
    display: flex;
    gap: 8px;
    align-items: flex-start;
}

.desktop-message-detail-content .message-reply-text {
    flex: 1 1 auto;
    min-width: 0;
}

.desktop-message-detail-content .message-reply-inner textarea {
    width: 100%;
    min-height: 62px;
    padding: 8px 10px;
    border: 1px solid #b8b8b8;
    border-radius: 10px;
    color: #47474a;
    font-family: var(--font-body);
    font-size: 13px;
    line-height: 18px;
    resize: vertical;
}

.desktop-message-detail-content .message-reply-actions {
    display: flex;
    gap: 8px;
}

.desktop-message-detail-content .message-file-upload,
.desktop-message-detail-content .message-reply-submit {
    height: 36px;
    padding: 7px 11px;
    border: 1px solid #b8b8b8;
    border-radius: 10px;
    background: #fff;
    color: #47474a;
    font-family: var(--font-body);
    font-size: 13px;
    cursor: pointer;
}

.desktop-message-detail-content .message-file-upload {
    min-width: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.desktop-message-detail-content .message-attach-icon {
    width: 15px;
    height: 15px;
    display: block;
    background: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M21.4 11.6 12 21a6 6 0 0 1-8.5-8.5L14.2 1.8a4 4 0 0 1 5.7 5.7L9.2 18.2a2 2 0 0 1-2.8-2.8L16 5.8'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M21.4 11.6 12 21a6 6 0 0 1-8.5-8.5L14.2 1.8a4 4 0 0 1 5.7 5.7L9.2 18.2a2 2 0 0 1-2.8-2.8L16 5.8'/%3E%3C/svg%3E") center / contain no-repeat;
}

.desktop-message-detail-content .message-file-upload:hover,
.desktop-message-detail-content .message-reply-submit:hover {
    border-color: var(--color-cta-hover);
    color: var(--color-cta-hover);
}

.desktop-message-detail-content #message_files {
    display: none;
}

.desktop-message-detail-content .message-reply-file-name {
    margin-top: 4px;
    color: #697684;
    font-size: 11px;
    line-height: 14px;
}

.desktop-message-detail-content .message-reply-status {
    position: absolute;
    left: 0;
    bottom: -18px;
    color: #697684;
    font-size: 11px;
}

.desktop-message-detail-content,
.desktop-message-detail-content * {
    font-family: var(--font-body);
}

.desktop-message-detail-content .message-detail-summary {
    display: grid;
    grid-template-columns: 88px minmax(0, 1fr);
    grid-template-rows: auto auto;
    min-height: 0 !important;
    height: auto !important;
    max-height: none;
    overflow: hidden;
}

.desktop-message-detail-content .message-detail-summary-ad,
.desktop-message-detail-content .message-detail-summary-contact {
    display: contents !important;
}

.desktop-message-detail-content .message-detail-summary-part {
    min-height: 0 !important;
    height: auto !important;
}

.desktop-message-detail-content .message-detail-summary-part + .message-detail-summary-part {
    border-top: 0;
}

.desktop-message-detail-content .message-detail-ad,
.desktop-message-detail-content .message-detail-ad .catalog-preview-compact-item {
    display: contents !important;
    min-height: 0 !important;
    height: auto !important;
}

.desktop-message-detail-content .message-detail-ad .catalog-preview-compact-item {
    display: contents !important;
}

.desktop-message-detail-content .message-detail-ad img,
.desktop-message-detail-content .message-detail-ad .catalog-preview-compact-item .image {
    flex: 0 0 88px;
    grid-column: 1;
    grid-row: 1 / span 2;
    width: 88px;
    max-width: 88px;
    height: 106px !important;
    min-height: 106px !important;
    max-height: 106px !important;
    object-fit: cover;
    border-radius: 9px 0 0 0 !important;
}

.desktop-message-detail-content .message-detail-ad .catalog-preview-compact-item .content {
    grid-column: 2;
    grid-row: 1;
    flex: initial;
    min-width: 0;
    width: auto;
    margin: 0;
    padding: 12px 14px 2px 14px;
    color: #47474a;
    display: block !important;
    line-height: 1.25;
    min-height: 0 !important;
    height: auto !important;
    margin-top: 0 !important;
    overflow: hidden;
}

.desktop-message-detail-content .message-detail-ad .catalog-preview-compact-item h3 {
    margin: 0 0 2px 0;
    color: #111;
    font-family: var(--font-heading);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.25;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.desktop-message-detail-content .message-detail-ad .catalog-preview-compact-item .params,
.desktop-message-detail-content .message-detail-ad .catalog-preview-compact-item .price {
    color: #555;
    font-size: 11px;
    line-height: 1.3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.desktop-message-detail-content .message-detail-ad .catalog-preview-compact-item .price {
    margin-top: 2px;
    color: #333;
    font-family: var(--font-heading);
    font-weight: 600;
}

.desktop-message-detail-content .message-detail-contact {
    display: block;
    grid-column: 2;
    grid-row: 2;
    min-height: 0 !important;
    height: auto !important;
    padding: 2px 14px 12px 14px;
}

.desktop-message-detail-content .message-contact-side {
    display: block;
}

.desktop-message-detail-content .message-detail-item {
    font-family: var(--font-body);
    color: #222;
}

.desktop-message-detail-content .message-detail-meta {
    font-family: var(--font-body);
}

.status-message-empty,
.status-message-info {
    border-left: 1px solid #d8d8d8;
    color: #47474a;
}

.status-message-ok,
.modal-message-ok {
    border-left: 3px solid #72bf87;
    color: #0f8f35;
}

.status-message-warning {
    border-left: 3px solid #d49a00;
    color: #7a5a00;
}

.status-message-error {
    border-left: 3px solid #AE1D2A;
    color: #AE1D2A;
}

.status-message-ok .status-message-title,
.status-message-warning .status-message-title,
.status-message-error .status-message-title {
    color: currentColor;
}

.status-message-search {
    margin: 0;
}


/*
body 
*/

.b-1 {
    /*    background-color: #007AD8;*/
    background-color: var(--color-1);
}

.b-2 {
    background-color: var(--color-2);
}

.b-3 {
    background-color: var(--color-3);
}

.b-4 {
    background-color: var(--color-4);
}

.c-1 {
    color: var(--color-1);
}

.c-2 {
    color: var(--color-2);
}

.c-3 {
    color: var(--color-3);
}

.c-4 {
    color: var(--color-4);
}

.br-1 {
    border: #007AD8 1px solid!important;
}

.br-2 {
    border: #FB281C 1px solid!important;
}

.br-3 {
    border: #84B919 1px solid!important;
}

.br-4 {
    border: #F5AC00 1px solid!important;
}

.mla {
    margin-left: auto;
}



.header {
    background: #f8f8f8;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    height: 62px;

}

.header .logo {
    margin: 10px 0px;
}



.header .top {
    display: flex;
    justify-content: space-between;
    width: 1020px;
}

.header .top .inner {
    display:flex;
}
/*
.header .top a {
    margin: 10px 0px 0px 10px;
}
.header .top button {
}
*/

.header .top a {
    font-family: var(--font-body);
    font-size: 12px;
    padding: 4px 0px;
}

.header .top button:hover {
    color: var(--color-cta-hover);
    cursor: pointer;
}

.header .top a:hover {
    color: var(--color-cta-hover);
    cursor: pointer;
}



.header .top span {
    margin-left: 7px;

}

.header .top .button-addad {

    height: 24px;
    border: 2px solid var(--color-cta);
    color: var(--color-cta);
    border-radius: 999px;
    padding: 4px 7px 2px 5px ! Important;
    margin: 0px 10px 0px 10px ! Important;
    font-size: 10px;
    background: linear-gradient(to bottom, #ffffff, #f6f6f6);
}

.header .top .button-addad span {
    font-size: 12px;
    margin-left: 3px;
}


.header .top .button-addad:hover {
    border-color: var(--color-cta-hover);
    color: var(--color-cta-hover);
}


/*
.header .top .button-addad {
   margin:16px 6px 5px 10px!important;   
}

.header .top .button-navigation {
   display: inline-block;
   margin: 10px 14px 0px 0px;
}

.header .top .menuline {
   width: 22px;
   height: 3px;
   background-color: black;
   margin: 5px 0;
}
*/

#menu-nav-mobile {
    text-align: center;

}

.menu-nav .menu-nav-inner {
    /*    display: flex;*/
    margin-top: 3px;
    flex-wrap: nowrap;
    overflow-x: auto;
    /*
    border-bottom-style: solid;
    border-bottom-width: 1px;
    */
    background-color:white ;

}

.menu-nav .menu-nav-inner {
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.menu-nav .menu-nav-inner::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.menu-nav .menu-nav-inner.s-0 {
    border-bottom-color: #5E5E5E!important;
}

.menu-nav .menu-nav-inner.s-1 {
    border-bottom-color: #007AD8!important;
}

.menu-nav .menu-nav-inner.s-2 {
    border-bottom-color: #FB281C!important;
}

.menu-nav .menu-nav-inner.s-3 {
    border-bottom-color: #84B919!important;
}

.menu-nav .menu-nav-inner.s-4 {
    border-bottom-color: #F5AC00!important;
}

.menu-nav .menu-nav-inner a {
    flex: 0 0 auto;
    display: inline-block;
    padding: 11px 14px 11px 14px;
    color: var(--color-0);
}

.menu-nav .menu-nav-inner .first {
    font-weight: 800;
    padding-left:0px;
    padding-right:8px;
}

.menu-nav .menu-nav-inner .selected {
    font-weight: 800;
    padding-bottom:6px;
    color: var(--color-1);
    border-bottom: 0px ;
}

.menu-nav .menu-nav-inner .noselected {
    border-bottom: 1px transparent solid;
    padding-bottom: 10px;
}

.menu-nav .menu-nav-inner .selected.no {
    color: var(--color-1);
    border-bottom: 0px ;
}

.menu-nav .menu-nav-inner .selected.s-0 {
    color:#9AA2A4;
    border-bottom: 6px solid #5E5E5E!important;
}


.menu-nav .menu-nav-inner .selected.s-1 {
    color:#0073CC;
    border-bottom: 6px solid #007AD8!important;
}

.menu-nav .menu-nav-inner .noselected.s-1:hover {
    color:#0073CC;
    border-bottom: 2px solid #007AD8!important;
}

.menu-nav .menu-nav-inner .selected.s-2 {
    color:#FB281C;
    border-bottom: 6px solid #FB281C!important;
}

.menu-nav .menu-nav-inner .noselected.s-2:hover {
    color:#FB281C;
    border-bottom: 2px solid #FB281C!important;
}

.menu-nav .menu-nav-inner .selected.s-3 {
    color:#84B919;
    border-bottom: 6px solid #84B919!important;
}

.menu-nav .menu-nav-inner .noselected.s-3:hover {
    color:#84B919;
    border-bottom: 2px solid #84B919!important;
}

.menu-nav .menu-nav-inner .selected.s-4 {
    color:#F5AC00;
    border-bottom: 6px solid #F5AC00!important;
}

.menu-nav .menu-nav-inner .noselected.s-4:hover {
    color:#F5AC00;
    border-bottom: 2px solid #F5AC00!important;
}



.content {
    margin-top: 62px;
    display: flex;
    justify-content: center;
    min-height: calc(100vh - 206px);
    max-height: 100%;
}

.content .inside{
    width: 1040px;
    text-align: left;
}



.footer {
    height: 160px;
    display: flex;
    justify-content: center;
    margin-top: 15px;
    background: #f8f8f8;
}

.footer .inside {
    width: 1040px;
    text-align: left;
    font-size: 13px;
    display: flex;
    gap: 22px;
    justify-content: space-between;
    background: #f8f8f8;
    padding: 25px;
    border-radius: 15px;
}

.footer .inside .row {
    flex: 1 1 0;
    min-width: 130px;
}

.footer .inside .footer-row-information {
    flex-basis: 190px;
}

.footer .inside .footer-row-about,
.footer .inside .footer-row-support,
.footer .inside .footer-row-help {
    flex-basis: 155px;
}

.footer .inside .footer-row-follow {
    flex: 0 0 118px;
}

.footer .inside span {
    font-family: var(--font-body);
    font-size: 14px;
    font-weight: 600;
}

.footer .inside ul {
    margin-top: 5px;
}

.footer .inside ul li {
    padding: 3px 0px;
}
.footer .inside ul li a{
    font-size: 12px;
    font-family: var(--font-body);
}

.footer .inside ul li a:hover {
    color: var(--color-cta-hover);
}

.footer .inside .icons svg {
    fill: #222;
}

.footer .inside .icons svg:hover {
    fill: var(--color-cta-hover);
    cursor: pointer;
}


.footer .inside svg {
    margin-right: 5px;
}


/* preview */

.preview_title {
    /*position: fixed;
    top: 86px;*/
    z-index: 2;
    background:white;
    padding: 10px 0px 0px 0px ;
    height:auto;
    display: flex;
    flex-wrap: wrap;
    font-family: var(--font-body);
    min-width: 320px;
    margin-top:0px;
    width: 100%;
}

.preview_title h2 {
    font-weight: 300;
    color: #111;
    font-size: 16px;
}

.scroll_wrap {
    position: relative;
    width: 100%;
}

.scroll {
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
    width: 100%;
}

.scroll::-webkit-scrollbar {
    display: none;
}

.scroll .inside {
    display: flex;
    flex-wrap: nowrap;
    width: max-content;
    /*gap: 16px;*/
}

.scroll .inside > * {
    flex: 0 0 auto;
}

/* tlacitka */
.scroll_btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 20;

    width: 42px;
    height: 42px;
    padding: 0;
    margin: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 999px;
    border: 1px solid rgba(255,255,255,0.14);
    background: rgba(255,255,255,0.38);
    color: rgba(0,0,0,0.45);

    cursor: pointer;
    outline: none;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);

    opacity: 0.43;
    transition: opacity 0.18s ease, background 0.18s ease, color 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);

    font-size: 18px;
    line-height: 1;
}

.scroll_wrap:hover .scroll_btn {
    opacity: 0.55;
}

.scroll_btn:hover {
    opacity: 0.9;
    background: rgba(255,255,255,0.18);
    border-color: rgba(255,255,255,0.24);
    color: rgba(0,0,0,0.75);
    box-shadow: 0 4px 12px rgba(0,0,0,0.12);
}

.scroll_btn:active {
    transform: translateY(-50%) scale(0.96);
}

.scroll_btn.prev {
    left: 8px;
}

.scroll_btn.next {
    right: 8px;
}

.scroll_btn.disabled,
.scroll_btn:disabled {
    opacity: 0.08;
    cursor: default;
}

/* kdyz je pozadi bile a sipky malo videt */
.search_detail .scroll_btn,
.homepage .scroll_btn {
    border-color: rgba(0,0,0,0.08);
    background: rgba(255,255,255,0.10);
    color: rgba(0,0,0,0.42);
}

.scroll_wrap:before,
.scroll_wrap:after {
    width: 28px;
}

/* pokud nechces gradienty, smaz before/after */

/* responsive */
@media (max-width: 1100px) {
    .scroll .inside {
        gap: 14px;
    }

    .scroll_btn {
        width: 38px;
        height: 38px;
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .scroll .inside {
        gap: 12px;
    }

    .scroll_btn {
        width: 34px;
        height: 34px;
        font-size: 15px;
    }

    .scroll_btn.prev {
        left: 4px;
    }

    .scroll_btn.next {
        right: 4px;
    }

    .scroll_wrap:before,
    .scroll_wrap:after {
        width: 28px;
    }
}


.preview_category {
    /*position: fixed;
    top: 86px;*/
    z-index: 2;
    background:white;
    padding: 10px 0px 10px 0px;
    height: auto;
    display: flex;
    flex-direction:row;
    font-family: var(--font-body);
}

.preview_scroll {
    width: 1040px;
    height:250px;
    overflow-x: scroll!important;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}

.preview_scroll_box {
    height: 265px;
    width:2665px
}

.preview_category .item {
    /*height: 100%;
    /*position: relative;*/
    min-height: 239px;
    max-height: 239px;
    min-width: 187px;
    max-width: 187px;
    margin-right: 16px;
    margin-bottom: 16px;
    position: relative;
    border-radius: 10px;
    padding: 0px;
    text-align: left;
    border: 1px solid #d8d8d8;

    box-shadow: 0 2px 8px rgba(0,0,0,0.10);
    transition: 0.2s;
}

.preview_category .item:hover {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.14);
    /*border: 2px solid black;*/
}


.preview_category .box {
    /*
    width: 100%;
    min-height: 60px;
    height: auto;
    */
}

.preview_category .half {
    /* width: calc(50% - 10px);*/
}

.preview_category .item .image {
    border-radius: 9px 9px 0px 0px;
    margin: 0px;
    max-width: 100%;
    width: 100%;
    /*height: 100%;*/
    object-fit: cover;
}

.desktop-myads-image.desktop-myads-logo {
    object-fit: contain;
    padding: 8px;
    background: #fff;
    box-sizing: border-box;
}

.preview_category .item .topup {
    position: absolute;
    display: none;
    top: 0px;
    right: 0px;
    width: 42px;
    height: 22px;
    padding: 0px 4px 0px 4px;
    border: 0;
    background-color: rgba(156, 118, 0, .34);
    color: #FFF;
    text-align: center;
    line-height: 22px;
    cursor: pointer;
    border-radius: 0px 10px 0px 10px;
    font-size: 10px;
}

.preview_category .item .topupjob {
    position: absolute;
    display: none;
    top: 0px;
    right: 0px;
    width: 42px;
    height: 22px;
    padding: 0px 4px 0px 4px;
    border: 0;
    background-color: rgba(156, 118, 0, .34);
    color: #FFF;
    text-align: center;
    line-height: 22px;
    cursor: pointer;
    border-radius: 0px 10px 0px 10px;
    font-size: 10px;
}

.preview_category .item .content {
    margin: 7px 11px 9px 11px;
    color: var(--color-1);
    line-height: 1.5;
    font-size: 17px;
    width: 165px;
    min-height: auto;
    display: flex;
    flex-direction: column;
}

.preview_category .item .content h2 {
    font-size: 14px!important;
    margin-left: 0px;
    font-weight: 800;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-smooth: never;
    -webkit-font-smoothing:never;
    font-family: var(--font-heading);
    color: #222;

    width: 100%;
}

.preview_category .item .content .params {
    overflow: hidden;
    margin-left: 0px;
    margin-top: 0px;
    font-size: 12px;
    font-weight: 400;
    white-space: nowrap;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: var(--color-0);
}

.preview_category .item .content .price {
    overflow: hidden;
    margin-left: 0px;
    margin-bottom: 0px!important;
    font-size: 14px!important;
    font-weight: 800;
    white-space: nowrap;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-smooth: never;
    -webkit-font-smoothing:never;
    font-family: var(--font-heading);
    color: var(--color-0);

}

.preview_category .item .content .favorite {
    padding: 3px 2px 0px 2px;
    margin-left: -4px;
    border: 0px!important;
}

.preview_category .item .content .share {
    padding: 3px 4px 0px 4px;
    border: 0px!important;
    margin-left: 2px;
}

.preview_category .item .content .preview-topup {
    padding: 6px 8px 6px 8px;
    margin-right:2px;
    color:white!important;
    border-color:transparent!important;
}

.preview_category .item .content .detail {
    border-radius: 10px;
}

.preview_category .item .content .down  {
    display: flex;
    flex-direction: row;
    margin-top:0px;
    font-size:16px;
}

.preview_category .item button {
    cursor: pointer;
}

.preview_category .item button.c-1:hover {
    border-color: var(--color-1)!important;
    color: var(--color-1)!important;
}

.preview_category .item button.c-2:hover {
    border-color: var(--color-2);
    color: var(--color-2)!important;
}

.preview_category .item button.c-3:hover {
    border-color: var(--color-3);
    color: var(--color-3)!important;
}

.preview_category .item button.c-4:hover {
    border-color: var(--color-4);
    color: var(--color-4)!important;
}

.preview_category .item ul  {
    list-style-type: none;
    padding-left:3px;
    padding-top:3px;
    padding-bottom:3px;
}

.preview_category .item li  {
    line-height: 1.4;
}
.preview_category .item li::marker {
    color: var(--color-0);
    padding-top:3px;
}

.preview_category .item ul li {
    position: relative;
    padding-left: 12px;
}

.preview_category .item ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 4px;
    height: 4px;
    background: black;
}

/* similiar */

.similiar_scroll {
    width: 735px;
    height:260px;
    overflow-x: scroll!important;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}

.similiar_scroll_box {
    height: 265px;
    width:2665px
}


/* categories */

.categories {

}

.categories .search_form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-family: var(--font-body);
}

.categories .search_form .inside {
    width: 610px;
}

.categories .search_form .location, .search_form .params {
    width: 100%;
    text-align: left;

}

.categories .search_form .params {
    display: flex;
}

.categories .search_form .label {
    padding: 5px 0px 7px 0px;
}

.categories .search_form .line {
    width: 100%;
    text-align: left;
}


.categories .search_form input, .search_form select {
    border-radius:15px;
    border:#b8b8b8 1px solid;
    height:36px;
    padding:5px 12px;
    font-size: 14px!important;
    margin-right: 5px;
}

.categories .search_form select {
    margin-right: 7px;
}

.categories .search_form .submit {
    cursor: pointer;
    border: 1px solid transparent;
    ;
    color: white!important;
    width:86px;
    height:39px;
    margin-left: 0;
    padding: 11px 13px;
    border-radius:15px;
    margin-right:0;
    display:flex;
    align-items:center;
    justify-content:center;
    box-sizing:border-box;
}

.categories .search_form .submit i {
    padding:0 3px 0 0
}

.categories .search_form .submit span {
    padding:0
}

.categories .search_form .submit.b-1 {
    background: var(--color-1);
}

.categories .search_form .submit.b-1:hover {
    background: white;
    border: 1px solid var(--color-1);
    color: var(--color-1)!important;
}

.categories .search_form .submit.b-2 {
    background: var(--color-2);
}

.categories .search_form .submit.b-2:hover {
    background: white;
    border: 1px solid var(--color-2);
    color: var(--color-2)!important;
}

.categories .search_form .submit.b-3 {
    background: var(--color-3);
}

.categories .search_form .submit.b-3:hover {
    background: white;
    border: 1px solid var(--color-3);
    color: var(--color-3)!important;
}

.categories .search_form .submit.b-4 {
    background: var(--color-4);
}

.categories .search_form .submit.b-4:hover {
    background: white;
    border: 1px solid var(--color-4);
    color: var(--color-4)!important;
}



.categories .topsearches {
    width: 1020px;
    margin-top: 80px;
    text-align: left;
    font-size: 15px;
    background: #f2f2f2;
    border-radius: 15px;
    padding: 25px;
    margin-bottom: 25px;
}

.categories .topsearches strong {
    font-family: var(--font-body);
    font-weight: 600;

}


.categories .topsearches .inside {

    margin-top: 0px;
    width: 1020px;
    padding-top: 12px;
    text-align: left;
    font-size: 15px;
    display: flex;
}

.categories .topsearches .inside ul {
    width: 33%;
}

.categories .topsearches .inside ul li {
    font-size: 90%;
    padding: 3px 0px;
}

.categories .topsearches .inside ul li a:hover {
    color: var(--color-1);
}


/* END categories */



.search_result {
    text-align:left;
}

.search_result h1 {
    font-size: 18px;
    margin: 2px 0px 2px 0px;
    font-family: var(--font-heading);
    color: #111;
}

.search_result .breadcrumbs {
    font-size: 12px;
    margin: 10px 0px 0px 0px;
    font-family: var(--font-body);
}

.search_result .left, .search_result .right, .search_result .advertising {
    font-family: var(--font-body);
    font-size: 14px;
}

.search_result .advertising,
.search_result .advertising * {
    box-sizing: border-box;
}

.search_result .advertising img,
.search_result .advertising iframe,
.search_result .advertising ins {
    max-width: 100%;
}

/* RESULT SEARCH FORM */


.search_result .search_form {
    justify-content: left;
    width: 220px;
    min-width: 120px;
    max-width: 220px;
    text-align: left;
    /*    border: 1px solid #d8d8d8;*/
    padding: 15px 15px 25px 15px;
    box-sizing: border-box;

    border-radius: 0;
    /*border: 1px solid #d8d8d8;*/
    background-color: #f8f8f8;
    box-shadow: none;
    transition: 0.2s;
    font-family: var(--font-body);
    overflow: hidden;
    border-radius: 10px;
}

.search_result .search_form .search_form_inner {
    padding: 0;
    box-sizing: border-box;
}


.search_result .search_form .item {
    padding-bottom: 8px;
}

.search_result .search_form .location {
    width: 100%;
    margin-right:0;
}

.search_result .search_form .distance {
    width: 100%;

}

.search_result .search_form .line {
    display:flex;
}

.search_result .search_form .label {
    padding: 0px 0px 6px 0px;
}

.search_result .search_form input {
    border-radius:15px;
    border:#b8b8b8 1px solid;
    height:36px;
    padding:5px 12px;
    font-size: 14px!important;
    margin-right: 0;
    max-width: 100%;
    box-sizing: border-box;
}

.search_result .search_form select {
    border-radius:15px;
    border:#b8b8b8 1px solid;
    height:36px;
    padding:5px 12px;
    font-size: 14px!important;
    margin-right: 0;
    max-width: 100%;
    box-sizing: border-box;
}

.search_result .search_form .submit {
    cursor: pointer;
    border: 1px solid transparent;
    ;
    color: white!important;
    width:86px;
    height:39px;
    margin-left: 0;
    padding: 11px 13px;
    border-radius:15px;
    margin-right:0;
    display:flex;
    align-items:center;
    justify-content:center;
    box-sizing:border-box;
}

.search_result .search_form .submit i {
    padding:0 3px 0 0
}

.search_result .search_form .submit span {
    padding:0
}

.search_result .search_form .submit.b-1 {
    background: var(--color-1);
}

.search_result .search_form .submit.b-1:hover {
    background: white;
    border: 1px solid var(--color-1);
    color: var(--color-1)!important;
}

.search_result .search_form .submit.b-2 {
    background: var(--color-2);
}

.search_result .search_form .submit.b-2:hover {
    background: white;
    border: 1px solid var(--color-2);
    color: var(--color-2)!important;
}

.search_result .search_form .submit.b-3 {
    background: var(--color-3);
}

.search_result .search_form .submit.b-3:hover {
    background: white;
    border: 1px solid var(--color-3);
    color: var(--color-3)!important;
}

.search_result .search_form .submit.b-4 {
    background: var(--color-4);
}

.search_result .search_form .submit.b-4:hover {
    background: white;
    border: 1px solid var(--color-4);
    color: var(--color-4)!important;
}

.search_form .title {
    margin-bottom: 15px;
    box-sizing: border-box;
}
.search_form .title .left {
    margin-right: auto;
    font-weight: 600;
}

.search_form .line {
    display: flex;
    gap: 8px;
    margin-bottom: 0px;
    max-width: 100%;
    box-sizing: border-box;
}

.search_form .item {
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
}

.search_form .item select,
.search_form .item input {
    width: 100%;
    margin-right: 0;
    box-sizing: border-box;
}

.search_form .actions {
    text-align: center;
    margin-top: 15px;
    display: flex;
    justify-content: center;
}

.search_form .line.two .item {
    width: calc(50% - 4px);
}


.search_result .item_rectangle {
    justify-content: left;
    min-width: 265px;
    width: 100%;
    max-width: 100%;
    height: 180px;
    max-height: 180px;
    border-radius: 10px;
    padding: 0px;
    text-align: left;
    /*background: #f4f4f4;*/
    border: 1px solid #d8d8d8;
    margin-right: 0;
    margin-bottom: 15px;
    display: flex;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.10);
    box-sizing: border-box;
    transition: 0.2s;
}

.search_result .item_rectangle:hover {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.14);
}

.search_result .item_rectangle > a {
    min-width: 0;
}

.search_result .item_rectangle > div:first-child {
    position: relative;
    flex: 0 0 270px;
    width: 270px;
    height: 180px;
    display: flex;
    align-items: stretch;
    justify-content: center;
}

.search_result .item_rectangle .topup {
    position: absolute;
    display: none;
    top: 0;
    right: 0;
    z-index: 2;
    min-width: 42px;
    height: 22px;
    padding: 0 6px;
    box-sizing: border-box;
    background-color: rgba(156, 118, 0, .78);
    color: #fff;
    text-align: center;
    line-height: 22px;
    border-radius: 0 9px 0 9px;
    font-size: 10px;
    font-weight: 600;
}

.search_result .item_rectangle.job-result-item > div:first-child {
    flex-basis: 145px;
    width: 145px;
    align-items: center;
}

.search_result .item_rectangle > div + a {
    display: block;
    flex: 1;
    min-width: 0;
    max-width: 100%;
    color: inherit;
    text-decoration: none;
}

.search_result .item_rectangle .image {
    width: 270px;
    height: 180px;
    border-radius: 10px 0px 0px 10px;
    object-fit: cover;
}

.search_result .item_rectangle .image.job-logo {
    width: 82px;
    height: 82px;
    padding: 0;
    align-self: center;
    background: #fff;
    object-fit: contain;
    box-sizing: border-box;
    border-radius: 0;
}

.search_result .item_rectangle .inside {
    margin-top:0;
    margin-left:2px;
    padding: 10px 15px 15px 15px;
    width: auto;
    flex: 1;
    min-width: 0;
    height: 180px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.search_result .item_rectangle .title {
    display: block;
    max-width: 100%;
    font-size: 18px;
    line-height: 1.25;
    font-weight: 700;
    font-family: var(--font-heading);
    color: #111;
    margin: 2px 0px 2px 0px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}



.search_result .item_rectangle .location {
    font-size: 12px;
    line-height: 1.35;
    font-family: var(--font-body);
    margin: 0px 0px 2px 0px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.search_result .item_rectangle.job-result-item .location {
    margin: 7px 0px 7px 0px;
}

.search_result .item_rectangle .result-job-subtitle {
    margin: 0px; 
    padding-left: 3px;
    list-style-type: none;
    white-space: normal;
    line-height: 14px;
}

.search_result .item_rectangle .result-job-subtitle li {
    margin: 3px 0px;
    padding: 0 0 0 12px;
    position: relative;
    list-style-type: none;
}

.search_result .item_rectangle .result-job-subtitle li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 4px;
    height: 4px;
    background: black;
}

.search_result .item_rectangle.job-result-item .price {
    margin: 1px 0px 2px 0px;
}

.search_result .item_rectangle .param {
    font-size: 12px;
    line-height: 1.35;
    margin-top: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    color: #53535f;
}

.search_result .item_rectangle .description {
    margin-top: 4px;
    width: 100%;
    height: 32px;
    font-size: 12px;
    line-height: 15px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.search_result .item_rectangle.job-result-item .description {
    display: none;
}

.search_result .item_rectangle .down {
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.search_result .item_rectangle .actions {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}

.search_result .item_rectangle .detail {
    margin-left: auto;
    flex: 0 0 auto;
    white-space: nowrap;
    border-radius: 10px;
}

.search_result .item_rectangle .detail.c-1:hover {
    border-color: var(--color-1)!important;
    color: var(--color-1)!important;
    background-color: white;
    cursor: pointer;
}

.search_result .item_rectangle .detail.c-2:hover {
    border-color: var(--color-2)!important;
    color: var(--color-2)!important;
    background-color: white;
    cursor: pointer;
}

.search_result .item_rectangle .detail.c-3:hover {
    border-color: var(--color-3)!important;
    color: var(--color-3)!important;
    background-color: white;
    cursor: pointer;
}

.search_result .item_rectangle .detail.c-4:hover {
    border-color: var(--color-4)!important;
    color: var(--color-4)!important;
    background-color: white;
    cursor: pointer;
}

.search_result .item_rectangle .price {
    font-size: 18px;
    line-height: 1.25;
    font-weight: 800;
    margin: 2px 0px 4px 0px;
    font-family: var(--font-heading);
    color: #111;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.search_result .item_rectangle .date {

}

.search_result .item_rectangle .share {
    border: 0px;
    padding: 5px 4px 4px 4px;
    margin-left: 2px;
}

.search_result .item_rectangle .favorite {
    border: 0px;
    padding: 5px 5px 4px 5px;
}


.search_result .item_rectangle .b-1:hover {
    border-color: var(--color-1)!important;
    color: var(--color-1)!important;
    background-color: white;
    cursor: pointer;
}

.search_result .item_rectangle .b-2:hover {
    border-color: var(--color-2)!important;
    color: var(--color-2)!important;
    background-color: white;
    cursor: pointer;
}

.search_result .item_rectangle .b-3:hover {
    border-color: var(--color-3)!important;
    color: var(--color-3)!important;
    background-color: white;
    cursor: pointer;
}

.search_result .item_rectangle .b-4:hover {
    border-color: var(--color-4)!important;
    color: var(--color-4)!important;
    background-color: white;
    cursor: pointer;
}


.search_result .item_rectangle .favorite:hover {
    cursor: pointer;
}
.search_detail {
}

.search_detail .left {
    max-width: 785px;
}

.search_detail .right {
    max-width: 200px;
}

.search_detail .job-detail-apply-column {
    margin-top: 10px;
}

.search_detail .detail-advertising,
.search_detail .detail-advertising * {
    box-sizing: border-box;
}

.search_detail .detail-advertising {
    width: 280px;
    margin-top: 20px;
    overflow: hidden;
}

.search_detail .detail-advertising img,
.search_detail .detail-advertising iframe,
.search_detail .detail-advertising ins {
    max-width: 100%;
}

.search_detail .job-external-apply-box {
    background: #fff;
    border: 1px solid #c8c8c8;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.12);
    padding: 14px;
    margin: 0 0 12px 0;
    text-align: center;
    font-family: var(--font-body);
}

.search_detail .job-external-apply-title {
    font-size: 13px;
    color: #111;
    font-weight: 700;
    margin-bottom: 6px;
}

.job-external-apply-host {
    font-size: 12px;
    color: #53535f;
    overflow-wrap: anywhere;
    margin-bottom: 10px;
}

.job-external-apply-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    width: 100%;
    box-sizing: border-box;
    text-decoration: none;
}

.search_detail .search_detail_photos_wrap {
    width: 100%;
    margin-bottom: 15px;
}

.search_detail .search_detail_photos {
    width: 100%;
}

.search_detail .search_detail_content {
    width: 100%;
}

.search_detail .breadcrumbs {
    font-size: 12px;
    margin: 10px 0px 0px 0px;
    font-family: var(--font-body);
}

.search_detail h1 {
    font-size: 18px;
    margin: 2px 0px 2px 0px;
    font-family: var(--font-heading);
    color: #111;
}

.search_detail .location {
    font-size: 12px;
    margin: 3px 0px 10px 0px;
    font-family: var(--font-body);
}

.search_detail .price {
    font-size: 18px;
    font-weight: 800;
    margin: 0px 0px 15px 0px;
    font-family: var(--font-heading);
    color: #111;
}

.search_detail .salary {
    font-size: 18px;
    font-weight: 800;
    margin: 0px 0px 15px 0px;
    font-family: var(--font-heading);
    color: #111;
}

.search_detail .job-detail-heading {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 15px;
}

.search_detail .job-detail-heading-text {
    flex: 1;
    min-width: 0;
}

.search_detail .job-detail-heading .salary {
    margin-bottom: 0;
}

.search_detail .job-detail-logo {
    flex: 0 0 125px;
    width: 125px;
    min-height: 90px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}

.search_detail .job-detail-logo img {
    display: block;
    width: 125px;
    height: 90px;
    max-width: 125px;
    max-height: 90px;
    object-fit: contain;
}

.search_detail .photos {
    display: grid;
    gap: 10px;
    height: 325px;
    width: 100%;
    font-family: var(--font-body);
}

.search_detail .photos .item {
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.search_detail .photos img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    background: #ccc;
}

.search_detail .photos .image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

/* zaobleni jen na vnejsich rozich */
.search_detail .photos .item:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.search_detail .photos .item:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

/* specialni gridy */

.search_detail .photos-1 {
    grid-template-columns: 1fr;
}

.search_detail .photos-1 .item {
    border-radius: 14px;
}

.search_detail .photos-2 {
    grid-template-columns: 1fr 1fr;
}

.search_detail .photos-2 .item:first-child {
    border-top-left-radius: 14px;
    border-bottom-left-radius: 14px;
}

.search_detail .photos-2 .item:last-child {
    border-top-right-radius: 14px;
    border-bottom-right-radius: 14px;
}

.search_detail .photos-3 {
    display: grid;
    grid-template-columns: 3fr 1fr !important;
}

.search_detail .photos-3 .item-1 {
    grid-column: 1;
    grid-row: 1 / 3;
    border-top-left-radius: 14px;
    border-bottom-left-radius: 14px;
}

.search_detail .photos-3 .item-2 {
    grid-column: 2;
    grid-row: 1;
    border-top-right-radius: 14px;
}

.search_detail .photos-3 .item-3 {
    grid-column: 2;
    grid-row: 2;
    border-bottom-right-radius: 14px;
}

.search_detail .photos-4 {
    grid-template-columns: 1fr 1fr;
}

.search_detail .photos-4 .item:nth-child(1) {
    border-top-left-radius: 14px;
}

.search_detail .photos-4 .item:nth-child(2) {
    border-top-right-radius: 14px;
}

.search_detail .photos-4 .item:nth-child(3) {
    border-bottom-left-radius: 14px;
}

.search_detail .photos-4 .item:nth-child(4) {
    border-bottom-right-radius: 14px;
}

.search_detail .photos-5 {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    height: 325px;
}

.search_detail .photos-5 .item-1 {
    grid-column: 1;
    grid-row: 1 / 3;
    border-top-left-radius: 14px;
    border-bottom-left-radius: 14px;
}

.search_detail .photos-5 .item-2 {
    grid-column: 2;
    grid-row: 1;
}

.search_detail .photos-5 .item-3 {
    grid-column: 3;
    grid-row: 1;
    border-top-right-radius: 14px;
}

.search_detail .photos-5 .item-4 {
    grid-column: 2;
    grid-row: 2;
}

.search_detail .photos-5 .item-5 {
    grid-column: 3;
    grid-row: 2;
    border-bottom-right-radius: 14px;
}

.search_detail .photos .item.more::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.28);
}

.search_detail .photos .more-count {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
    user-select: none;
}

.search_detail .additional {
    width: 100%;
    max-width:745px;
    margin-top: 18px;
    font-family: var(--font-body);
    font-size: 13px;
    font-weight: 200;
    line-height: 18px;
    color: #53535f;
    overflow-wrap: break-word;
}

.search_detail .additional_group {
    margin-bottom: 18px;
}

.search_detail .additional_title {
    font-family: var(--font-heading);
    font-size: 13px;
    font-weight: 900;
    color: #111;
    margin-bottom: 6px;
}

.search_detail .additional ul {
    list-style-type: disc;
    list-style-position: outside;
    padding-left: 18px;
    margin: 10px 18px;
    
}

.search_detail .additional li {
    display: list-item;
    list-style-type: disc;
    padding-left: 0;
    margin-bottom: 4px;
    color: #53535f;
    font-size: 13px;
    font-weight: 200;
    line-height: 18px;
}

.search_detail .additional li::before {
    display: none !important;
    content: none !important;
}

.search_detail .additional li::marker {
    font-size: 18px;
    color: #53535f;
}

.lightbox {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.92);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    padding: 30px;
}

.lightbox.is-open {
    display: flex;
}

.lightbox-content {
    max-width: 95vw;
    max-height: 95vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lightbox-image {
    max-width: 95vw;
    max-height: 95vh;
    width: auto;
    height: auto;
    display: block;
    object-fit: contain;
}

.lightbox-close {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 50%;
    background: rgba(255,255,255,0.12);
    color: #fff;
    font-size: 28px;
    cursor: pointer;
}

.lightbox-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 52px;
    height: 52px;
    border: 0;
    border-radius: 50%;
    background: rgba(255,255,255,0.12);
    color: #fff;
    font-size: 34px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lightbox-prev {
    left: 20px;
}

.lightbox-next {
    right: 20px;
}

.lightbox-close:hover,
.lightbox-nav:hover {
    background: rgba(255,255,255,0.22);
}

.lightbox-counter {
    position: absolute;
    top: 15px;
    left: 15px;
    padding: 6px 12px;
    background: rgba(0,0,0,0.55);
    color: #fff;
    font-size: 14px;
    line-height: 1;
    font-family: var(--font-body);
}



.search_detail .agent_actions {
    width: 100%;
    display: flex;
}

.search_detail .contact_form_title {
    font-size: 16px;
    font-weight: 600;
    color: #111;
    margin-bottom: 12px;
}

.search_detail .form_group_checks {
    margin-bottom: 4px;
}

.search_detail .checkbox_item {
    display: flex;
    align-items: center;
    gap: 0;
}

.search_detail .contact_form {
    border-radius: 10px;
    border: 1px solid #c8c8c8;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.12);
    transition: 0.2s;
    font-family: var(--font-body);
    overflow: hidden;
    margin-bottom: 15px;
}

.search_detail .contact_form .agent_box {
    /*width: 100%;*/
    margin-bottom: 15px;
}

.search_detail .contact_form .agent_label {
    margin: 0px 0px 4px 0px;
    font-size: 12px;
    font-weight: 200;
    color: #666;
}

.search_detail .contact_form .agent_name {
    font-size: 18px;
    font-weight: 600;
    width: 100%;
    color: #111;
}

.search_detail .contact_form .agent_address {
    font-size: 12px;
    margin: 3px 0 10px 0;
    width: 100%;
    color: #666;
}

.search_detail .contact_form_inner {
    padding: 16px;
}

.search_detail .contact_form_title {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 600;
    color: #222;
    margin-bottom: 18px;
}

.search_detail .contact_form form {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.search_detail .contact_form .form_group {
    display: flex;
    flex-direction: column;
}

.search_detail .contact_form .form_group label {
    font-size: 13px;
    font-weight: 500;
    color: #333;
    margin-top: 5px;
    margin-bottom: 3px;
}

.search_detail .contact_form .form_group label span {
    color: #d11a2a;
    margin-left: 2px;
}

.search_detail .contact_form input[type="text"],
.search_detail .contact_form input[type="email"],
.search_detail .contact_form textarea {
    border-radius: 15px;
    border: #b8b8b8 1px solid;
    height: 36px;
    padding: 5px 12px;
    font-size: 14px !important;
    margin-right: 5px;
    width: 100%;
}

.search_detail .contact_form textarea {
    resize: vertical;
    min-height: 70px;
}

/*
.search_detail .contact_form .c-1 input[type="text"]:focus,
.search_detail .contact_form input[type="email"]:focus,
.search_detail .contact_form input[type="tel"]:focus,
.search_detail .contact_form input[type="password"]:focus,
.search_detail .contact_form input[type="number"]:focus,
.search_detail .contact_form textarea:focus {
    border-color: var(--color-1);
    outline: none;
    box-shadow: none;
}

.search_detail .contact_form .c-2 input[type="text"]:focus,
.search_detail .contact_form input[type="email"]:focus,
.search_detail .contact_form input[type="tel"]:focus,
.search_detail .contact_form input[type="password"]:focus,
.search_detail .contact_form input[type="number"]:focus,
.search_detail .contact_form textarea:focus {
    border-color: var(--color-2);
    outline: none;
    box-shadow: none;
}

.search_detail .contact_form .c-3 input[type="text"]:focus,
.search_detail .contact_form input[type="email"]:focus,
.search_detail .contact_form input[type="tel"]:focus,
.search_detail .contact_form input[type="password"]:focus,
.search_detail .contact_form input[type="number"]:focus,
.search_detail .contact_form textarea:focus {
    border-color: var(--color-3);
    outline: none;
    box-shadow: none;
}

.search_detail .contact_form .c-4 input[type="text"]:focus,
.search_detail .contact_form input[type="email"]:focus,
.search_detail .contact_form input[type="tel"]:focus,
.search_detail .contact_form input[type="password"]:focus,
.search_detail .contact_form input[type="number"]:focus,
.search_detail .contact_form textarea:focus {
    border-color: var(--color-4);
    outline: none;
    box-shadow: none;
}

.contact_form input[type="checkbox"] {
    -webkit-appearance: none;
    appearance: none;
    width: 16px;
    height: 16px;
    margin: 0px 8px 0 3px;
    padding: 0;
    border: 1px solid #b8b8b8;
    background: #fff;
    display: inline-grid;
    place-content: center;
    vertical-align: middle;
    cursor: pointer;
}

.contact_form input[type="checkbox"]::after {
    content: "";
    width: 10px;
    height: 10px;
    transform: scale(0);
    transition: transform 120ms ease-in-out;
    background: #b8b8b8;
}

.contact_form input[type="checkbox"]:checked::after {
    transform: scale(1);
}

.contact_form .c-1 input[type="checkbox"]::after {
    background: var(--color-1);
}

.contact_form .c-1 input[type="checkbox"]:checked {
    border-color: var(--color-1);
}

.contact_form .c-2 input[type="checkbox"]::after {
    background: var(--color-2);
}

.contact_form .c-2 input[type="checkbox"]:checked {
    border-color: var(--color-2);
}

.contact_form .c-3 input[type="checkbox"]::after {
    background: var(--color-3);
}

.contact_form .c-3 input[type="checkbox"]:checked {
    border-color: var(--color-3);
}

.contact_form .c-4 input[type="checkbox"]:after {
    background: var(--color-4);
}
.contact_form .c-4 input[type="checkbox"]:checked {
    border-color: var(--color-4);
}

contact_form .c-4 input[type="radio"],
.contact_form input[type="radio"].c-4 {
    -webkit-appearance: none;
    appearance: none;

    width: 16px;
    height: 16px;
    margin: 0px 8px 0 3px;
    padding: 0;

    border: 1px solid #b8b8b8;
    border-radius: 50%;
    background: #fff;

    display: inline-grid;
    place-content: center;
    vertical-align: middle;
    cursor: pointer;
}

.contact_form .c-4 input[type="radio"]::after,
.contact_form input[type="radio"].c-4::after {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--color-4);
    transform: scale(0);
    transition: transform 120ms ease-in-out;
}

.contact_form .c-4 input[type="radio"]:checked,
.contact_form input[type="radio"].c-4:checked {
    border-color: var(--color-4);
}

.contact_form .c-4 input[type="radio"]:checked::after,
.contact_form input[type="radio"].c-4:checked::after {
    transform: scale(1);
}
*/


.search_detail .params {
    max-width: 735px;
    margin-top:20px;
}
.search_detail .params table {
    max-width: 550px;
    width: 100%;
    margin-top: 20px;
    border-collapse: collapse;
    table-layout: fixed;
    font-family: var(--font-body);
    font-size: 13px;
}

.search_detail .params table td {
    border-bottom: 1px solid #d8d8d8;
    padding: 10px 0;
    vertical-align: top;
}

.search_detail .params table td:nth-child(1),
.search_detail .params table td:nth-child(3) {
    font-weight: 600;
    width: 30%;
}

.search_detail .params table td:nth-child(2),
.search_detail .params table td:nth-child(4) {
    color: #111;
    font-weight: 500;
    width: 32%;
}

.search_detail .params table td:nth-child(3) {
    padding-left: 40px;
}

.search_detail .description {
    max-width: 735px;
    font-family: var(--font-body);
    font-size: 13px;
    font-weight: 200;
    line-height: 18px;
    margin-top:20px;
}

.search_detail .map {
    width: 100%;
    margin-top: 30px;
}

.search_detail .search_detail_map {
    margin-top:30px;
    margin-bottom:15px;
    width: 735px;
}

.search_detail .search_detail_map_canvas {
    width: 735px;
    height: 320px;
    border-radius: 10px;
    overflow: hidden;
    background: #f2f2f2;
}

/*

header
footer

home_search_form
preview

main_search_form

search_search_form
search
search_detail

*/


.addad_form {
    font-family: var(--font-body);
    font-weight: 400;
    width: 1040px;
}

.addad_form .inside {

}

.addad_form #item2,
.addad_form #item3,
.addad_form #item4 {
    display: none;
    margin-top:20px;
}

.addad_form h1 {
    margin-bottom: -5px;
}

.addad_form .subtitle {
    font-size: 12px;

}

.addad_form .subtitle {
    font-size: 12px;
    margin-top: -5px;
}


.addad_form .label {
    padding: 8px 0px 7px 5px;
    text-align: left;
}

.addad_form .choose_form {
    width: 610px;
    margin: 0 auto;
}
.addad_form input, .addad_form select {
    border-radius:15px;
    border:#b8b8b8 1px solid;
    height:36px;
    padding:5px 12px;
    font-size: 14px!important;
    margin-right: 5px;
}

/* For Chrome, Safari, Edge, Opera */
.addad_form input::-webkit-outer-spin-button,
.addad_form input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* For Firefox */
.addad_form input[type=number] {
    -moz-appearance: textfield;
}

.addad_form select {
    margin-right: 7px;
}


/* =========================================================
   FORM UI - shared layout for search/addad forms
   ========================================================= */
.form-ui {
    font-family: var(--font-body);
    font-weight: 400;
}

.form-ui .form-ui-inner {
    width: 610px;
    max-width: 100%;
    margin: 0 auto;
}

.form-ui .form-ui-head {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 30px;
}

.form-ui .form-ui-head h1 {
    font-size: 18px;
    margin: 2px 0px 0px 0px;
    font-family: var(--font-heading);
    color: #111;
}

.form-ui .subtitle {
    display: inline-block;
    font-size: 12px;
    margin-top: -5px;
}

.form-ui .form-ui-body {
    width: 100%;
    text-align: left;
    margin-top: 30px;
}

.form-ui .line {
    display: flex;
    gap: 8px;
    width: 100%;
    margin-bottom: 0;
}

.form-ui .item {
    width: 100%;
}

.form-ui .label {
    padding: 8px 0 7px 5px;
    text-align: left;
}

.form-ui input,
.form-ui select,
.form-ui textarea {
    width: 100%;
    border-radius: 15px;
    border: #b8b8b8 1px solid;
    min-height: 36px;
    padding: 5px 12px;
    font-size: 14px !important;
    margin-right: 0;
    box-sizing: border-box;
}

.form-ui textarea {
    resize: vertical;
}

.form-ui .line.two .item {
    width: calc(50% - 4px);
}

.form-ui .line.three .item {
    width: calc(33.333% - 6px);
}

.form-ui .actions {
    text-align: center;
    margin-top: 15px;
}

/* addad keeps same full page width, but inner form uses shared 610px width */
.addad_form.form-ui {
    width: 1040px;
    max-width: 100%;
}

.addad_form.form-ui .choose_form {
    width: 280px;
    max-width: 100%;
    margin: 20px auto;
}

.addad_form #item2,
.addad_form #item3,
.addad_form #item4 {
    display: none;
}

.addad_form input::-webkit-outer-spin-button,
.addad_form input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.addad_form input[type=number] {
    -moz-appearance: textfield;
}

/* result/search form can use the same item behaviour without affecting its card wrapper */
.search_form .line {
    display: flex;
    gap: 8px;
    margin-bottom: 0;
}

.search_form .item {
    width: 100%;
}

.search_form .item select,
.search_form .item input {
    width: 100%;
    margin-right: 0;
}

.search_form .line.two .item {
    width: calc(50% - 4px);
}

/* =========================================================
   FORM UI - colors / states
   ========================================================= */

.form-ui { --form-color: var(--color-cta-hover); }
.form-ui.c-1 { --form-color: var(--color-1); }
.form-ui.c-2 { --form-color: var(--color-2); }
.form-ui.c-3 { --form-color: var(--color-3); }
.form-ui.c-4 { --form-color: var(--color-4); }

.form-ui input:focus,
.form-ui select:focus,
.form-ui textarea:focus {
    border-color: var(--form-color) !important;
    outline: none !important;
    box-shadow: none !important;
}

.form-ui .submit,
.form-ui .submit-big,
.form-ui .agent_submit_btn {
    background: var(--form-color) !important;
    border-color: var(--form-color) !important;
    color: #fff !important;
}

.form-ui .submit:hover,
.form-ui .submit-big:hover,
.form-ui .agent_submit_btn:hover {
    background: #fff !important;
    color: var(--form-color) !important;
    border-color: var(--form-color) !important;
}

.form-ui .submit-neutral {
    background: #fff !important;
    border-color: #b8b8b8 !important;
    color: #333 !important;
}

.form-ui .submit-neutral:hover,
.form-ui .submit-neutral:focus {
    background: #fff !important;
    border-color: var(--color-cta-hover) !important;
    color: var(--color-cta-hover) !important;
}

.form-ui input[type="checkbox"],
.form-ui input[type="radio"] {
    -webkit-appearance: none;
    appearance: none;

    width: 16px !important;
    min-width: 16px !important;
    height: 16px !important;
    min-height: 16px !important;

    margin: 0 8px 0 3px !important;
    padding: 0 !important;

    border: 1px solid #b8b8b8 !important;
    background: #fff !important;

    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    vertical-align: middle;
    cursor: pointer;
}

.form-ui input[type="checkbox"] {
    border-radius: 1px !important;
}

.form-ui input[type="radio"] {
    border-radius: 50% !important;
}

.form-ui input[type="checkbox"]::after,
.form-ui input[type="radio"]::after {
    content: "";
    display: block;
    flex: 0 0 auto;
    transform: scale(0);
    transition: transform 120ms ease-in-out;
    background: var(--form-color);
}

.form-ui input[type="checkbox"]::after {
    width: 10px;
    height: 10px;
    border-radius: 1px !important;
}

.form-ui input[type="radio"]::after {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.form-ui input[type="checkbox"]:checked,
.form-ui input[type="radio"]:checked {
    border-color: var(--form-color) !important;
}

.form-ui input[type="checkbox"]:checked::after,
.form-ui input[type="radio"]:checked::after {
    transform: scale(1);
}

.form-ui .checkbox_item {
    display: flex;
    align-items: center;
    gap: 0;
}

.form-ui .file_upload_btn {
    width: 100%;
    max-width: 100%;
    min-height: 36px;
    border-radius: 15px;
    border: 1px solid #b8b8b8;
    padding: 8px 12px;
    font-size: 14px;
    color: #53535f;
    background: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    margin: 0;
    font-weight: 400;
    overflow: hidden;
}

.form-ui .file_upload_btn span {
    display: block;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.form-ui .span_cover_file {
    color: var(--form-color) !important;
}

.form-ui .file_upload_btn:hover {
    border-color: var(--form-color) !important;
}

.form-ui .file_upload_btn:hover span {
    color: var(--form-color) !important;
}

.form-ui .submit-big {
    padding: 11px 13px;
    border-radius: 20px ! Important;
    height: 39px;
    margin-top: 20px;
    margin-bottom: 20px;
    background: var(--form-color);
    color: white;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
}

.form-ui .submit-big:hover {
    border: 1px solid var(--form-color);
    background: white;
}

.form-ui .submit-big-inverse {
    padding: 11px 13px;
    border-radius: 20px ! Important;
    height: 39px;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px solid #b8b8b8;
    background: white;
    color: #333;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
}

.form-ui .submit-big-inverse:hover {
    border-color: var(--form-color);
    color: var(--form-color);
}


.form-ui .agent_call_btn {
    width: 100%;
    max-width: 100%;
    min-height: 36px;
    border-radius: 15px;
    border: 1px solid #b8b8b8;
    padding: 8px 12px;
    border: 1px solid #b8b8b8;
    background: white;
    color: #333;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
}

.form-ui .agent_call_btn:hover {
    border: 1px solid var(--form-color);
    color: var(--form-color);
}

.desktop-addad-content {
    min-height: 560px;
    overflow-anchor: none;
}

.desktop-addad-content .add,
.desktop-addad-content .desktop-addad-form {
    width: min(610px, calc(100vw - 48px));
    margin: 20px auto 96px;
}

.desktop-addad-content .desktop-addad-form,
.desktop-addad-content .desktop-addad-form form.addad_form {
    max-width: 610px;
    color: #333;
    font-family: var(--font-body);
}

.desktop-addad-content .desktop-addad-form form.addad_form {
    width: 100%;
}

.desktop-addad-content .desktop-addad-form > .title,
.desktop-addad-content .desktop-addad-form > .subtitle {
    text-align: center;
}

.desktop-addad-content .desktop-addad-form > .title {
    margin: 0;
    color: #111;
    font-family: var(--font-heading);
    font-size: 18px;
    line-height: 1.45;
    font-weight: 700;
}

.desktop-addad-content .desktop-addad-form > .subtitle {
    display: block;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 24px;
    color: inherit;
    font-family: var(--font-body);
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
}

.desktop-addad-content .desktop-addad-form .item {
    width: 100%;
    margin: 12px 0;
}

.desktop-addad-content .desktop-addad-form .label {
    margin: 0 0 6px 5px;
    padding: 0;
    color: #333;
    font-size: 13px;
    line-height: 1.2;
    text-align: left;
}

.desktop-addad-content .desktop-addad-form input,
.desktop-addad-content .desktop-addad-form select,
.desktop-addad-content .desktop-addad-form textarea {
    width: 100%;
    max-width: none !important;
    min-height: 36px;
    box-sizing: border-box;
    padding: 5px 12px;
    border: 1px solid #b8b8b8;
    border-radius: 15px;
    color: #333;
    font-family: var(--font-body);
    font-size: 14px !important;
    outline: none;
}

.desktop-addad-content .desktop-addad-form textarea {
    min-height: 128px;
    resize: vertical;
}

.desktop-addad-content .desktop-addad-form input:focus,
.desktop-addad-content .desktop-addad-form select:focus,
.desktop-addad-content .desktop-addad-form textarea:focus {
    border-color: var(--color-1) !important;
}

.desktop-addad-content .desktop-addad-form .mw135,
.desktop-addad-content .desktop-addad-form .mw140,
.desktop-addad-content .desktop-addad-form .mw285,
.desktop-addad-content .desktop-addad-form .half-left,
.desktop-addad-content .desktop-addad-form .half-right,
.desktop-addad-content .desktop-addad-form .w100p {
    width: 100% !important;
    max-width: none !important;
}

.desktop-addad-content .desktop-addad-form .mr5,
.desktop-addad-content .desktop-addad-form .ml5 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.desktop-addad-content .desktop-addad-form .item > div[style*="display:flex"],
.desktop-addad-content .desktop-addad-form .item > div[style*="display: flex"] {
    gap: 12px;
}

.desktop-addad-content .desktop-addad-form .submit,
.desktop-addad-content .desktop-addad-form .submit-big {
    min-width: 96px;
    width: auto;
    min-height: 39px;
    padding: 10px 18px;
    border: 1px solid #53535f;
    border-radius: 15px !important;
    background: #fff;
    color: #111;
    cursor: pointer;
}

.desktop-addad-content .desktop-addad-form .submit.bg-1,
.desktop-addad-content .desktop-addad-form .submit-big.bg-1,
.desktop-addad-content .desktop-addad-form .submit.bg-2,
.desktop-addad-content .desktop-addad-form .submit-big.bg-2,
.desktop-addad-content .desktop-addad-form .submit.bg-3,
.desktop-addad-content .desktop-addad-form .submit-big.bg-3,
.desktop-addad-content .desktop-addad-form .submit.bg-4,
.desktop-addad-content .desktop-addad-form .submit-big.bg-4 {
    border-color: transparent !important;
    color: #fff !important;
}

.desktop-addad-content .desktop-addad-form .submit:hover,
.desktop-addad-content .desktop-addad-form .submit-big:hover {
    border-color: var(--color-1);
    color: var(--color-1);
}

.desktop-addad-content .desktop-addad-form.c-1 {
    --form-color: var(--color-1);
    --form-light-color: var(--light-color-1);
}

.desktop-addad-content .desktop-addad-form.c-2 {
    --form-color: var(--color-2);
    --form-light-color: var(--light-color-2);
}

.desktop-addad-content .desktop-addad-form.c-3 {
    --form-color: var(--color-3);
    --form-light-color: var(--light-color-3);
}

.desktop-addad-content .desktop-addad-form.c-4 {
    --form-color: var(--color-4);
    --form-light-color: var(--light-color-4);
}

.desktop-addad-content .desktop-addad-form .bg-1 { background-color: var(--color-1) !important; }
.desktop-addad-content .desktop-addad-form .bg-2 { background-color: var(--color-2) !important; }
.desktop-addad-content .desktop-addad-form .bg-3 { background-color: var(--color-3) !important; }
.desktop-addad-content .desktop-addad-form .bg-4 { background-color: var(--color-4) !important; }
.desktop-addad-content .desktop-addad-form .bgl-1 { background-color: var(--light-color-1) !important; }
.desktop-addad-content .desktop-addad-form .bgl-2 { background-color: var(--light-color-2) !important; }
.desktop-addad-content .desktop-addad-form .bgl-3 { background-color: var(--light-color-3) !important; }
.desktop-addad-content .desktop-addad-form .bgl-4 { background-color: var(--light-color-4) !important; }

.desktop-addad-content .desktop-addad-form .tag {
    display: block;
    width: fit-content;
    max-width: 100%;
    height: 31px;
    margin: 3px auto 5px;
    padding: 6px 12px;
    box-sizing: border-box;
    overflow: hidden;
    border: 1px solid #b8b8b8;
    border-radius: 16px;
    background: transparent;
    color: #47474a !important;
    font-size: 13px;
    line-height: 17px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.desktop-addad-content .desktop-addad-form .tag-readonly {
    cursor: default;
}

.desktop-addad-content .desktop-addad-form input[type="checkbox"],
.desktop-addad-content .desktop-addad-form input[type="radio"] {
    -webkit-appearance: none;
    appearance: none;
    width: 14px !important;
    min-width: 14px !important;
    max-width: 14px !important;
    height: 14px !important;
    min-height: 14px !important;
    margin: 1px 6px 0 0 !important;
    padding: 0 !important;
    border: 1px solid #b8b8b8 !important;
    background: #fff !important;
    display: inline-grid !important;
    place-content: center !important;
    vertical-align: middle;
    cursor: pointer;
    flex: 0 0 14px;
}

.desktop-addad-content .desktop-addad-form input[type="checkbox"] {
    border-radius: 1px !important;
}

.desktop-addad-content .desktop-addad-form input[type="radio"] {
    border-radius: 50% !important;
}

.desktop-addad-content .desktop-addad-form input[type="checkbox"]::after,
.desktop-addad-content .desktop-addad-form input[type="radio"]::after {
    content: "";
    width: 8px;
    height: 8px;
    transform: scale(0);
    transition: transform 120ms ease-in-out;
    background: var(--form-color, var(--color-1));
}

.desktop-addad-content .desktop-addad-form input[type="checkbox"]::after {
    border-radius: 1px;
}

.desktop-addad-content .desktop-addad-form input[type="radio"]::after {
    border-radius: 50%;
}

.desktop-addad-content .desktop-addad-form input[type="checkbox"]:checked,
.desktop-addad-content .desktop-addad-form input[type="radio"]:checked {
    border-color: var(--form-color, var(--color-1)) !important;
}

.desktop-addad-content .desktop-addad-form input[type="checkbox"]:checked::after,
.desktop-addad-content .desktop-addad-form input[type="radio"]:checked::after {
    transform: scale(1);
}

.desktop-addad-content .desktop-addad-form .line > div[style*="display:flex"] {
    min-height: 22px;
    margin: 2px 0 !important;
    align-items: center !important;
}

.desktop-addad-content .desktop-addad-form .line > div[style*="display:flex"] label {
    margin-left: 0 !important;
    font-size: 13px !important;
    line-height: 18px;
}

.desktop-addad-content .desktop-price-field {
    display: flex;
    width: 100%;
    gap: 0 !important;
}

.desktop-addad-content .desktop-price-field select {
    width: 58px !important;
    max-width: 58px !important;
    flex: 0 0 58px;
}

.desktop-addad-content .desktop-price-field input {
    width: auto !important;
    min-width: 0;
    flex: 1 1 auto;
}

.desktop-addad-content .photogallery-scroll {
    width: 100%;
    height: 165px;
    overflow-x: auto;
    overflow-y: hidden;
}

.desktop-addad-content .photogallery {
    width: max-content !important;
    min-width: 100%;
    height: 149px !important;
    margin: 0;
    padding: 0;
    list-style: none;
    border: 1px solid #b8b8b8;
    border-radius: 15px;
    box-sizing: border-box;
}

.desktop-addad-content .photogallery li.item-photo {
    float: left;
    width: 200px;
    height: 133px;
    margin: 7px 2px 7px 7px !important;
    padding: 0;
    overflow: hidden;
    position: relative;
    text-align: center;
    background: #e8e8e8;
    border-radius: 12px;
    box-sizing: border-box;
}

.desktop-addad-content .photogallery img {
    position: absolute;
}

.desktop-addad-content .photogallery img.icon {
    left: 81px;
    top: 42px;
}

.desktop-addad-content .photogallery img.image {
    inset: 0;
    width: 100% !important;
    height: 100% !important;
    border-radius: 12px;
    object-fit: cover;
    box-sizing: border-box;
}

.desktop-addad-content .photogallery p {
    z-index: 100;
    margin: 80px auto 0;
    font-weight: 700;
}

.desktop-addad-content .desktop-addad-form ul.logo {
    width: 100%;
    height: 99px !important;
    min-width: 0 !important;
    margin: 0;
    padding: 0 !important;
    list-style: none;
    border: 1px solid #b8b8b8;
    border-radius: 15px;
    box-sizing: border-box;
}

.desktop-addad-content .desktop-addad-form #salary_details_wrap .label {
    margin-top: 4px;
}

.desktop-addad-content .desktop-addad-form #salary_details_wrap > .label {
    margin-top: 0;
}

.desktop-addad-content .desktop-addad-form #salary_details_wrap > div[style*="display:flex"] + div[style*="display:flex"] {
    margin-top: 4px;
}

.desktop-addad-content .desktop-addad-form #contact_form_logo {
    margin-top: 6px;
}

.desktop-addad-content .desktop-addad-form ul.logo li.item-photo {
    width: calc(100% - 14px);
    height: 83px;
    margin: 7px !important;
    padding: 0;
    overflow: hidden;
    position: relative;
    text-align: center;
    list-style: none;
    background: #e8e8e8;
    border-radius: 8px;
    box-sizing: border-box;
}

.desktop-addad-content .desktop-addad-form ul.logo li.item-photo img.icon,
.desktop-addad-content .desktop-addad-form ul.logo li.item-photo img.icons-svg.icon {
    position: static;
    width: 32px;
    height: 32px;
    margin-top: 25px;
}

.desktop-addad-content .desktop-addad-form ul.logo li.item-photo img.image,
.desktop-addad-content .desktop-addad-form ul.logo li.item-photo img.icons-svg.image {
    position: absolute;
    inset: 0;
    width: 100% !important;
    height: 100% !important;
    padding: 8px;
    object-fit: contain;
    box-sizing: border-box;
}

.desktop-addad-content .desktop-addad-form .topup {
    margin-top: 15px;
    padding: 16px 18px 18px;
    border-radius: 15px;
}

.desktop-addad-content .desktop-addad-form .topup .label {
    margin: 0 0 6px;
    font-weight: 700;
}

.desktop-addad-content .desktop-addad-form .topup ul {
    margin: 5px 0 0;
    padding: 0 5px 0 20px;
    list-style: disc outside;
    font-size: 13px;
    line-height: 18px;
}

.desktop-addad-content .desktop-addad-form .topup ul li {
    padding: 3px 0;
}

.desktop-addad-content .desktop-addad-form .topup .radios {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 12px;
    font-size: 13px;
}

.desktop-addad-content .desktop-addad-form .topup .radios label {
    display: inline-flex;
    align-items: center;
    padding: 0;
}
.search-filter-checkboxes {
    margin-top: 9px;
}

.search-filter-checkbox-options {
    display: flex;
    flex-direction: column;
    gap: 7px;
    padding-top: 5px;
}

.search-filter-checkbox {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    line-height: 1.25;
}

.search-filter-checkbox input[type="checkbox"] {
    width: 17px;
    height: 17px;
    margin: 0;
    flex: 0 0 17px;
}
.cookie-consent {
    position: fixed;
    z-index: 100000;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 16px 24px;
    color: #242424;
    background: #fff;
    border-top: 1px solid #dedede;
    box-shadow: 0 -4px 18px rgba(0, 0, 0, .12);
    font-family: Lato, sans-serif;
    transition: opacity .18s ease, transform .18s ease;
}

.cookie-consent--closing {
    opacity: 0;
    transform: translateY(100%);
}

.cookie-consent__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    max-width: 1180px;
    margin: 0 auto;
}

.cookie-consent__copy strong {
    display: block;
    margin-bottom: 4px;
    font-size: 17px;
}

.cookie-consent__copy p {
    display: inline;
    margin: 0;
    font-size: 14px;
    line-height: 1.45;
}

.cookie-consent__copy a {
    margin-left: 6px;
    color: #006fbe;
    font-size: 14px;
    text-decoration: underline;
}

.cookie-consent__actions {
    display: flex;
    flex: 0 0 auto;
    gap: 10px;
}

.cookie-consent__button {
    min-height: 42px;
    padding: 9px 18px;
    border: 1px solid #007ad8;
    border-radius: 4px;
    font: 600 14px Lato, sans-serif;
    cursor: pointer;
}

.cookie-consent__button--primary {
    color: #fff;
    background: #007ad8;
}

.cookie-consent__button--secondary {
    color: #006fbe;
    background: #fff;
}

.cookie-consent__button:focus-visible {
    outline: 3px solid rgba(0, 122, 216, .3);
    outline-offset: 2px;
}

@media (max-width: 720px) {
    .cookie-consent {
        padding: 15px;
    }

    .cookie-consent__inner {
        align-items: stretch;
        flex-direction: column;
        gap: 14px;
    }

    .cookie-consent__actions {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}
