.predlogenie_btn {
    border-radius: 0;
    cursor: pointer;
}

.footer_btn {
    margin-top: 24px;
}

.bottom-kp.bottom__kp-open.footer_btn.predlogenie_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 257px;
    height: 80px;
    padding: 18px 46px;
    margin: 24px 0 40px;
    border-radius: 0;
    background: #ed356a;
    color: #fff !important;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
    white-space: normal;
    text-decoration: none;
}

.bottom-kp.bottom__kp-open.footer_btn.predlogenie_btn:hover {
    text-decoration: none;
}

.scroll_top {
    position: fixed;
    bottom: 9vh;
    left: 2vw;
    z-index: 1000;
    display: block;
    width: 54px;
    height: 54px;
    background: url("/static/images/scroll_top.svg") 50% 50% no-repeat;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: rotate(270deg);
}

.scroll_top.visible_btn {
    opacity: 0.8;
    visibility: visible;
    pointer-events: all;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.scroll_top:hover {
    opacity: 1;
}

.main-form-popup fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

.main-form-popup fieldset input {
    margin: 6px 0 20px;
    color: #000;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}
