.dn_input_search{
    color: #000;
}

.dn_ico_search{
    margin: auto;
}

.pagination.seo-only {
    position: absolute;
    left: -9999px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.dn_up_to_head {
    position: fixed; display: flex; flex-direction: column; bottom: 115px; right: 42px; gap: 10px; overflow: hidden;
    /*background: rgba(255,255,255,.6);*/
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid #3477dd;
    box-shadow: 0 0 20px rgba(0,0,0,.1);
    color: #3477dd;
    background-color: transparent;
    padding: 10px;
    font-size: 28px;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    text-align: center;
    cursor: pointer;
}

@media (max-width: 767px) {
    .dn_up_to_head {
    bottom: 75px; right: 20px;
    font-size: 18px;
    width: 40px;
    height: 40px;
    border-radius: 25px;
  }
}
