.new-object .sidebar-block[data-field-id="83"] {
    display: block !important;
    opacity: 0 !important;
    height: 0;
    padding: 0;
}

.cleanTheme .extra-widgets .welcomeMessageWidget h2 {
    font-size: 48px;
    font-weight: 700;
    line-height: 53px;
}

.cleanTheme .extra-widgets .findAddObjects-block.findAddObjects-no-types {
    max-width: 420px;
}

.cleanTheme .wrap-container .extra-widgets {
    padding-top: 1px;
}

.cleanTheme .wrap-container .extra-widgets[data-search-style="2"] input {
    background: #fff;
    border-color: #D9D9D9;
    border-radius: 100px;
    color: #555;
    padding-left: 40px;
    padding-right: 15px;
}

.cleanTheme .wrap-container .extra-widgets[data-search-style="2"] input::-moz-placeholder {
    color: #555;
    opacity: 0.7;
}

.cleanTheme .wrap-container .extra-widgets[data-search-style="2"] input::-webkit-input-placeholder {
    color: #555;
    opacity: 0.7;
}

.cleanTheme .wrap-container .extra-widgets[data-search-style="2"] input::-ms-input-placeholder {
    color: #555;
    opacity: 0.7;
}

/*.cleanTheme .findAddObjects-block.findAddObjects-no-types .findAddObjects-input > span button img {
    padding: 10px;
    width: 20px;
    height: 20px;
    -webkit-mask: url('https://static.useresponse.com/application/3.0/assets/desktop/images/icons-clean/search.svg') no-repeat 50% 50%;
    mask: url('https://static.useresponse.com/application/3.0/assets/desktop/images/icons-clean/search.svg') no-repeat 50% 50%;
    -webkit-mask-size: 16px;
    mask-size: 16px;
    background-color: #8C8C8C;
    background-image: none;
}*/

.cleanTheme .findAddObjects-block.findAddObjects-no-types .findAddObjects-input:before {
    content: '';
    width: 20px;
    height: 20px;
    -webkit-mask: url('https://static.useresponse.com/application/3.0/assets/desktop/images/icons-clean/search.svg') no-repeat 50% 50%;
    mask: url('https://static.useresponse.com/application/3.0/assets/desktop/images/icons-clean/search.svg') no-repeat 50% 50%;
    -webkit-mask-size: 16px;
    mask-size: 16px;
    background-color: #8C8C8C;
    background-image: none;
    position: absolute;
    top: 10px;
    left: 20px;
    z-index: 9;
}

.cleanTheme .extra-widgets[data-search-style="2"] .findAddObjects-block.findAddObjects-no-types .findAddObjects-input > span button#submit_new {
    left: 10px;
    right: auto;
    display: none;
}

.cleanTheme .top-nav {
    padding-top: 17px;
    padding-bottom: 18px;
}

.cleanTheme .menu-tabs {
    display: none;
}

.cleanTheme .logo-block {
    height: 24px;
    margin-bottom: 0;
    margin-top: 5px;
}

.cleanTheme .logo-block a.logo img {
    background: url("https://static.onsitesupport.io/public/3cgroup/my-interface/top-logo.png") no-repeat center;
    background-size: contain;
    width: 159px;
    height: 24px;
    padding: 12px 80px;
}

.top-nav-right .change-lang {
    display: none;
}

.infoLogin-block.no-login {
    margin: 0 0 0 5px;
}

.infoLogin-block.no-login a {
    border-radius: 100px;
    border: 1px solid #FFF;
    padding: 11px 16px;
    font-size: 13px;
    position: relative;
    bottom: -7px;
}

.cleanTheme .all.main-all {
    max-width: 800px;
    min-width: auto;
}

.cleanTheme .all.main-all:before {
    content: "";
    position: absolute;
    left: 50%;
    right: 0;
    top: 0;
    background: #F0F0F0;
    height: 100%;
    width: 100vw;
    z-index: 0;
    margin-left: -50vw;
    display: block;
}

.tiles-block {
    margin-left: -4px;
    margin-right: -4px;
}

.tiles-block:before {
    content: 'Browse by products';
    display: block;
    font-size: 24px;
    font-weight: 600;
    color: #000;
    text-align: left;
    margin-left: 4px;
    margin-bottom: 20px;
}

.tiles-block ul {
    justify-content: left;
}

.tiles-block li {
    width: calc((100% / 3) - 8px);
    max-width: 260px;
    height: 64px;
    min-height: auto;
    margin-top: 8px;
    border: none;
}

.tiles-block li,
.tiles-block li.first-in-row {
    margin: 4px;
}

.tiles-block li > a {
    padding: 15px 16px;
    background: #fff;
    border-radius: 8px;
    border: none;
    color: #000;
}

.tiles-image {
    position: relative;
    float: left;
    left: auto;
    top: auto;
    margin: 0;
    padding: 0;
    border-radius: 0;
    border: none;
    height: 28px;
    width: 28px;
}

.tiles-title {
    margin: 6px 0 0 43px;
    text-align: left;
    font-size: 16px;
    font-weight: 700;
}

.cleanTheme h2.title-object.knowledge_base {
    background: none !important;
    border: none !important;
    font-size: 24px;
    font-weight: 600;
    color: #000;
    padding: 0;
}

.homepage.knowledge_base.faq {
    margin-bottom: 20px;
}

.homepage.knowledge_base.faq ul {
    font-size: 0;
    margin-left: -4px;
    margin-right: -4px;
}

.homepage.knowledge_base.faq ul li {
    width: calc(50% - 8px);
    margin: 4px;
}

.homepage.knowledge_base.faq ul li a {
    height: 96px;
    padding: 24px;
    font-size: 16px;
    background: #fff;
    border-radius: 8px;
    color: #000;
    font-weight: 500;
}

.homepage.knowledge_base.faq ul li a i {
    width: 48px;
    height: 48px;
    background-color: var(--color-o15);
    display: inline-block;
    border-radius: 100px;
    vertical-align: middle;
    margin-right: 10px;
}

.homepage.knowledge_base.faq ul li a i:before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    -webkit-mask: url('../images/article-icon.svg') no-repeat 50% 50%;
    mask: url('../images/article-icon.svg') no-repeat 50% 50%;
    -webkit-mask-size: 24px;
    mask-size: 24px;
    background-color: var(--color);
    background-image: none;
    margin: 12px;
}

.welcomeMessageWidget .contact-buttons {
    margin-left: -4px;
    margin-right: -4px;
}

.welcomeMessageWidget .contact-buttons a {
    width: calc(50% - 8px);
    margin: 4px;
    display: inline-block;
    padding: 24px;
    background: #fff;
    border-radius: 8px;
    text-align: center;
}

.welcomeMessageWidget .contact-buttons a .icon {
    width: 48px;
    height: 48px;
    background-color: var(--color-o15);
    display: inline-block;
    border-radius: 100px;
}

.welcomeMessageWidget .contact-buttons a .icon:before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background-color: var(--color);
    background-image: none;
    margin: 12px;
}

.welcomeMessageWidget .contact-buttons a.contact-us .icon:before {
    -webkit-mask: url('../images/mail.svg') no-repeat 50% 50%;
    mask: url('../images/mail.svg') no-repeat 50% 50%;
    -webkit-mask-size: 24px;
    mask-size: 24px;
}

.welcomeMessageWidget .contact-buttons a.report-bug .icon:before {
    -webkit-mask: url('../images/bug_report.svg') no-repeat 50% 50%;
    mask: url('../images/bug_report.svg') no-repeat 50% 50%;
    -webkit-mask-size: 24px;
    mask-size: 24px;
}

.welcomeMessageWidget .contact-buttons a .text {
    display: block;
    text-decoration: underline;
    font-size: 16px;
    font-weight: 500;
    margin-top: 15px;
}

.knowledge_base_widget[data-style="0"] .kb-categories {
    font-size: 0;
    margin-left: -4px;
    margin-right: -4px;
    margin-bottom: 20px;
}

.knowledge_base_widget[data-style="0"] .kb-categories .kb-category {
    width: calc(50% - 8px);
    margin: 4px;
    display: inline-block;
    border: none;
}

.knowledge_base_widget[data-style="0"] .kb-categories .kb-category a {
    padding: 24px;
    background: #fff;
    border-radius: 8px;
    font-size: 13px;
    height: 192px;
}

.knowledge_base_widget[data-style="0"] .kb-category-info {
    display: none;
}

.knowledge_base_widget[data-style="0"] .kb-category .kb-category-image {
    float: none;
    position: static;
    width: 48px;
    height: 48px;
    margin: 0 0 20px 0;
    background-color: var(--color-o15);
    border-radius: 100px;
    display: block;
}

.knowledge_base_widget[data-style="0"] .kb-category .kb-category-image img {
    width: 24px;
    height: 24px;
    margin: 12px;
}

.knowledge_base_widget[data-style="0"] .kb-category .kb-category-image ~ span {
    margin-left: 0;
}

.knowledge_base_widget[data-style="0"] .kb-category .kb-category-name {
    font-weight: 500;
    color: #000;
}

.knowledge_base_widget[data-style="0"] .kb-category .kb-category-description {
    color: #595959;
    margin-top: 12px;
}

.faq_collapse {
    margin-bottom: 20px;
}

.faq_collapse .faq-row {
    margin: -1px 0 0 0;
    border-radius: 0;
    border-color: #D9D9D9;
}

.faq_collapse .faq-row:first-child {
    border-radius: 8px 8px 0 0;
}

.faq_collapse .faq-row:last-child {
    border-radius: 0 0 8px 8px;
}

.faq_collapse .faq-toggle {
    padding: 14px 16px;
    font-size: 14px;
    color: #000;
    background: #fff;
}

.faq_collapse .faq-toggle:before {
    display: none;
}

.faq_collapse .faq-content {
    padding-left: 16px;
    color: #000;
}

.welcomeMessageWidget .news-container {
    margin-left: -4px;
    margin-right: -4px;
    font-size: 0;
    margin-bottom: 20px;
}

.welcomeMessageWidget .news-container .news-block {
    width: calc((100% / 3) - 8px);
    font-size: 13px;
    margin: 4px;
    border-radius: 8px;
    overflow: hidden;
    display: inline-block;
    height: 233px;
    background: #fff;
}

.welcomeMessageWidget .news-container .news-block img {
    width: 100%;
    height: 115px;
    object-fit: cover;
}

.welcomeMessageWidget .news-container .news-block .news-date {
    color: #000;
    margin: 14px;
    display: block;
}

.welcomeMessageWidget .news-container .news-block .news-text {
    color: #595959;
    margin: 0 14px;
    display: block;
}

a.toTop {
    z-index: 9;
}

.cleanTheme .extra-widgets[data-search-style="2"] .findAddObjects-block img[src$="assets/desktop/images/icons/16/delete-cross.png"],
.cleanTheme .findAddObjects-block img[src$="assets/desktop/images/icons/16/delete-cross.png"] {
    background: url('https://static.onsitesupport.io/application/3.0/assets/desktop/images/icons/16/cross-black.png') center no-repeat;
    background-size: contain;
    -webkit-mask:none;
    mask:none;
}

.cleanTheme .footer {
    max-width: 100% !important;
    width: 100% !important;
}

.cleanTheme .welcomeMessageWidget h2.title-object.knowledge_base {
    cursor: default;
}