.infobox::before {
    content: url(https://stockholmykt.ru/wp-content/uploads/2024/07/ph_question.svg);
    width: 18px;
    height: 18px;
    cursor: help;
}

.infobox:hover p {
    opacity: 1;
    left: unset;
}

.infobox {
    z-index: 1;
    display: flex;
    justify-content: end;
    align-items: center;
    position: relative;
    margin-left: 8px;
}

.infobox p {
    position: absolute;
    opacity: 0;
    top: 24px;
    left: -9999px;
    padding: 8px 12px;
    border-radius: 8px;
    background-color: #ffffff;
    color: #585858;
    font-size: 12px;
    font-weight: 400;
    text-transform: none;
    white-space: normal;
    max-width: 350px;
    min-width: 250px;
    text-align: left;
    box-shadow: 0px 10px 26px rgba(0, 0, 0, 0.15);
    transition: opacity 0.5s ease;
}

.infobox a {
    
}

.infobox p::before {
    content: '';
    width: 24px;
    height: 24px;
    background-color: #fff;
    box-shadow: 0px 10px 26px rgba(0, 0, 0, 0.15);
}

.autocomplete-suggestions {
    display: flex;
    flex-direction: column;
}

.autocomplete-suggestion .suggestion-thumb {
    max-width: 100px;
}

.autocomplete-suggestion .price {
    font-size: 18px;
    text-align: end;
}

.autocomplete-group {
    padding: 15px;
}

.autocomplete-suggestion {
    border-bottom: 1px solid rgba(0,0,0,0.105);
    border-top: 0;
    padding: 15px;
    position: relative;
}

.suggestion-content {
    display: flex;
    width: 100%;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
}

.autocomplete-suggestion .wd-entities-title {
    max-width: 300px;
    margin: 0;
}

.search-results-wrapper .wd-dropdown-results {
    transform: translateX(-50%) !important;
    left: 50%;
    width: 100%;
    min-width: 420px;
}

.title-line-three {
    --title-line-count: 3
}

.assembly {
    list-style: none;
    --li-pl: 0;
    margin-bottom: 0;
    max-width: 330px;
    margin-left: auto;
}

.assembly input {
    position: relative;
    top: 4px;
    float: right;
    margin-inline-end: 0;
    margin-inline-start: 7px;
}

.bonus {
    list-style: none;
    --li-pl: 0;
    margin-bottom: 0;
    max-width: 330px;
    margin-left: auto;
}

.bonus input {
    position: relative;
    top: 4px;
    float: right;
    margin-inline-end: 0;
    margin-inline-start: 7px;
}

.plait-widget-wrapper {
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: center;
    padding: 12px 16px;
    border-radius: 5px;
    margin-top: 16px;
    border: 1px solid #e7e7e7;
}

.plait-widget-logo {

}

.plait-widget-data p {
    margin: 0;
    color: #777;
}

.plait-widget-data span {
    color: #5858d3;
    font-weight: 600;
}

.plait-widget-info {

}

.plait-popup-wrapper {
    display: none;
}

.plait-popup-wrapper.active{
    display: flex;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    justify-content: center;
    align-items: center;
    z-index: 999;
}

.plait-popup-background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 100;
}

.plait-popup-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 1140px;
    margin: 0px 16px;
    width: 100%;
    background-color: #fff;
    border-radius: 16px;
    padding: 24px 36px;
    z-index: 1000;
}