
.hint {
    position: absolute;
    display: none;
    font-size: 14px;
    padding: 3px 10px;
    border-radius: 7px;
    background: #ffffff;
    color: #475669;
    font-family: 'apercu_pro', sans-serif;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */ /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
    -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.3);
    z-index: 100;
    width: max-content; /* Safari/WebKit uses a non-standard name */
    width: -moz-max-content; /* Firefox/Gecko */
    width: -webkit-max-content; /* Chrome */
    top: 24px;
    right: 0;
    word-wrap: break-word;
    overflow-wrap: break-word;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    text-transform: none;
    font-weight: normal !important;
    white-space: normal;
    line-height: 25px;
    min-width: 120px;
    max-width: 300px;
}

.hint-parent {
    position: relative;
    display: inline-block;
}

.hint-parent .hint {
    display: none !important;
}

.hint-parent {
    position: relative;
    display: inline-block;
}

.hint-parent .hint {
    display: none !important;
}

.question-error {
    display: block;
    color: #da4c4c;
    font-size: 19px;
}

.panel .has-error .hint-block--abs .question-error {
    color: #da4c4c !important;
    font-size: 19px;
}

.bth__ava-25.hint-parent:hover .hint, .hint-parent:hover .bth__ava-25 + .hint {
    top: 30px;
}

.bth__ava-60.hint-parent:hover .hint {
    top: 60px;
    right: auto;
    left: 0;
}

.has-error .hint-block {
    position: absolute;
    right: 0;
    width: 30px;
    top: 17px;
    left: auto;
    display: block;
    margin: 0;
}

.hint-block {
    position: relative;
    margin-top: 0;
    display: none;
    vertical-align: middle;
    color: #475669;
    cursor: pointer;
}

.hint.hint--arr {
    right: auto;
    left: 0;
    bottom: 30px;
    top: auto;
}

.hint.hint--arr::before {
    content: "";
    position: absolute;
    left: 10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #ffffff;
    bottom: -8px;
}

.hint.hint--arr.hint--left::before {
    right: 10px;
    left: auto;
}

.hint-block.hint-block--mobile:hover .hint {
    display: block !important;
}

.hint.hint--110 {
    min-width: auto !important;
    width: 110px !important;
}

.hint.hint--120 {
    min-width: auto !important;
    width: 120px !important;
}

.hint.hint--180 {
    min-width: auto !important;
    width: 180px !important;
}

.hint.hint--250 {
    min-width: auto !important;
    width: 260px !important;
}

.hint.hint--150 {
    min-width: auto !important;
    width: 150px !important;
}

.hint.hint--70 {
    min-width: auto !important;
    width: 70px !important;
}

.hint.hint--90 {
    min-width: auto !important;
    width: 90px !important;
}

.hint-parent:hover .hint.hint--left {
    right: 0;
    left: auto;
    min-width: auto;
}

.hint.hint--red {
    background: rgb(249, 235, 234) !important;
    padding: 9px 13px !important;
}

.hint.hint--big {
    width: 330px;
    max-width: none !important;
}

.hint.hint--500 img {
    border-radius: 2px;
}

.hint.hint--500 {
    width: 500px;
    left: 0;
    right: auto;
    max-width: none !important;
}

.hint--left {
    left: auto !important;
    right: 0 !important;
}

html body .hint--right, .hint-parent .hint--right {
    left: 0 !important;
    right: auto !important;
}

.hint-parent:hover .hint:not(.hidden) {
    display: inline-block !important;
    right: 0;
    top: auto;
    white-space: normal;
    line-height: 25px;
    max-width: 300px;
}

.hint-parent:hover .hint--t20-right {
    top: 20px !important;
    left: 0;
}

html body .hint.hint--top {
    bottom: 35px;
    top: auto !important;
}

.hint-parent:hover .hint--b25 {
    top: auto !important;
    bottom: 25px;
}

.hint-parent:hover .hint--t20 {
    top: 20px !important;
}

.hint--t35-right {
    top: 35px !important;
    left: 0;
}

.hint-parent:hover .hint--t60 {
    top: 60px !important;
}

.hint.hint--t40 {
    top: 40px !important;
}

.hint.hint--tm40 {
    top: -35px !important;
}

.hint-block:hover .hint {
    display: block;
}

.hint-parent:hover .hint:empty {
    display: none !important;
}

@media screen and (max-width: 1023px) {
    .hint.hint--mobile {
        display: inline-block !important;
        vertical-align: middle;
        position: static;
        padding: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        text-transform: uppercase !important;
        line-height: inherit !important;
        font-size: 12px !important;
        background: transparent;
    }
}

@media screen and (max-width: 768px) {
    .hint-block.hint-block--mobile:hover .hint {
        max-width: 245px;
        font-size: 13px;
        line-height: 23px;
        right: -50px;
    }

    .hint-parent:hover .hint, .hint {
        font-size: 10px !important;
        line-height: 15px !important;
    }
}
