.resultfalse,
.resulttrue {
    background: #ff7a00 !important;
    color: #fff !important;
    font-size: 16px;
    font-weight: 400;
    position: fixed;
    right: 0;
    top: 100px;
    transition: all .3s ease;
}

.text-orange {
    color: #ff7a00;
}

pre {
    display: block !important;
    opacity: 1;
    visibility: visible;
}

.hidden {
    display: none !important;
}
.xtt__search {
    display: inline-flex;
    align-items: center;
    position: relative;
}
.xtt__search svg{
    width: 20px;
    height: 20px;
    object-fit: contain;
    fill: #ff7a00;
    cursor: pointer;
}
.xtt__search svg + svg{
    display: none;
}
.xtt__search input{
    position: absolute;
    background-color: #171717 !important;
    top: calc(100% + 5px);
    right: 0;
    width: 200px !important;
    max-width: unset !important;
    z-index: 4;
    display: none;
}
.xtt__search input.visible{
    display: inline-flex;
}
@media(max-width: 767px){
    .xtt__search {
        display: none;
    }
}

/*.xtt_one_line_name:first-letter{
    text-transform: uppercase;
}*/
/*.xtt_one_line_name{
    text-transform: capitalize;
}*/
.xtt_one_line_searchname {}

.span_get_max {
    display: flex;
    flex-direction: column;
    align-items: self-end;
}
.span_give_max,
.span_get_max {
    border: 1px solid transparent;
    margin-bottom: 2px;
    padding: 0 2px;
}

.span_give_max:hover,
.span_get_max:hover {
    border: 1px solid #fff;
    border-radius: 5px;
}

.social_link.inverted  img{
    filter: invert(1);
}
.social_link.scaled img {
    transform: scale(1.1);
}

.menu-item.menu-item-type-custom:hover > .sub-menu {
    display: block;
}
.error404 .page .page_wrap .error404__title {
    font-size: 100px;
    color: #ff7a00;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 40px;
    text-align: center;
}
.error404 .page .page_wrap .error404__subtitle {
    text-align: center;
}
.error404 .page .page_wrap .error404__list {
    display: flex;
    flex-direction: column;
}
.error404 .page .page_wrap .error404__text {
    text-align: center;
}
.error404 .page .page_wrap.error404__wrap {
    margin-top: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}