.h-desktop__top-city a {
    font-size: 13px;
    color: #ffffff;
    position: relative;
}

.h-desktop__top-city a:hover {
    text-decoration: underline;
}

.modals .modal-header a {
    background: none;
    padding: 0;
    border: none;
    position: absolute;
    top: 5px;
    right: 15px;
    z-index: 15;
}

span.sym {
    display: none;
}

#fly_panel {
    display: flex;
    width: 462px;
    position: fixed;
    bottom: 15px;
    left: calc(50% - (428px / 2));
    gap: 7px;
    padding: 20px;
    background: #fff;
    border-radius: 6px;
    box-shadow: 1px 0px 5px grey;
    align-items: center;
    z-index: 1000;
    flex-wrap: wrap;
}

#fly_panel p {
    font-family: "HelveticaNeueCyr", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    margin: 0;
    color: #333333;
}

#fly_panel button {
    background: #006699;
    font-family: "HelveticaNeueCyr", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 11.86px;
    text-align: left;
    height: 100%;
    color: #fff;
    padding: 10px 15px 10px 15px;
    border-radius: 6px;
    border: none;
    outline: none;
    cursor: pointer;
    margin-left: auto;
}

#fly_panel button:hover {
    background: #006699;
}

.show_fly_panel {
    display: none;
}

#fly_panel a {
    text-decoration: underline;
}

#fly_panel a:active,
#fly_panel a:focus,
#fly_panel a:focus-visible,
#fly_panel a:visited {
    color: #0000ee;
}

@media screen and (max-width: 480px) {
    #fly_panel {
        flex-wrap: wrap;
        width: 240px;
        gap: 10px;
        left: calc(50% - 120px);
        bottom: 10px;
    }
    #fly_panel button {
        width: 100%;
        text-align: center;
        font-size: 14px;
    }
}

.wrap_palicy_text h2 {
    font-size: 21px;
}

h1.title_block_h1 {
    font-size: 21px;
    color: #333333;
    font-family: "HelveticaNeueCyr", sans-serif;
    text-transform: uppercase;
    font-weight: 100;
    padding: 20px 0;
}

.term {
    padding: 10px 15px;
    border-left: 4px solid #007bff;
    background: #f1f1f1;
}

.term h3 {
    margin: 0 0 5px;
    font-size: 18px;
    color: #007bff;
}

.term p {
    margin: 0;
    font-size: 14px;
    color: #555;
}

.term a {
    color: #0000ee;
    text-decoration: none;
}

.term a:hover {
    text-decoration: underline;
}

.term ul {
    margin: 10px 20px;
    list-style-type: disc;
}

.term li {
    margin-bottom: 5px;
    font-size: 14px;
    color: #999;
    margin-left: 8px;
}