.post-registration-message {
    position: fixed;
    top: calc(50% - 240px / 2);
    left: calc(50% - 640px / 2);
    display: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 640px;
    height: 200px;
    margin: 0;
    padding: 20px;
    background-color: var(--color-black-5);
    box-shadow: 0 12px 32px #EDEEEF;
    border-radius: 8px;
    z-index: 50;
}
.post-registration-message__text-1 {
    display: block;
    width: 100%;
    height: 22px;
    margin: 0;
    padding: 0;
    font-family: var(--font-roboto);
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #373D42;
    text-align: center;
}
.post-registration-message__text-2 {
    display: block;
    width: 100%;
    height: 45px;
    margin: 0;
    margin-top: 19px;
    padding: 0;
    font-family: var(--font-roboto);
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #373D42;
    text-align: center;
}
.post-registration-message__button.form-btn{
    width: 240px;
    height: 56px;
    margin-top: 40px;
    cursor: pointer;
}
.post-registration-message__show {
    display: flex;
}
@media (max-width: 767px){
    .post-registration-message {
        left: calc(50% - 320px / 2);
        width: 320px;
    }
}
.preloader-wrapper-prepare {
    transition: 0.5s;
}
.preloader-wrapper {
    position: relative;
    opacity: 0.5;
    pointer-events: none;
}
.preloader-element {
    display: none;
    width: 80px;
    height: 80px;
    position: absolute;
    top: 40px;
    left: calc(50% - 40px);
    z-index: 100;
}
.preloader-element.preloader-element--bottom {
    top: auto;
    bottom: 40px;
}
.preloader-element > div {
    display: block;
    width: 64px;
    height: 64px;
    margin: 8px;
    border-radius: 50%;
    border: 6px solid rgba(0, 0, 0, 0);
    border-color: #267FC9 transparent #267FC9 transparent;
    animation: lds-dual-ring 2s linear infinite;
    opacity: 0.75;
}
@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.preloader-wrapper .preloader-element {
    display: block;
}
.search-more{
    display: block;
    position: relative;
    height: 48px;
    margin: 0;
    margin-top: 12px;
    padding: 0;
    box-sizing: border-box;
    padding-top: 13px;
    padding-bottom: 20px;
    font-family: var(--font-roboto);
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #373D42;
    text-align: center;
    background-color: #F1F4F6;
    border-radius: 4px;
    border: none;
    max-width: 1200px;
    width: 75rem;
    margin: -1.5rem auto 1rem;
    cursor: pointer;
}
.search-result-popup-result .answerItem h3 a {
    color: #000;
}
header>nav a{
    display: block;
    padding: 0.45rem 1rem;
    border-radius: 4px;
    -webkit-transition: background 0.5s;
    transition: background 0.5s;
    font-family: var(--font-roboto);
    letter-spacing: 0.5px;
}
header>nav a.btn.help{
    color: white;
    background: #149A9A;
}
header>nav a.btn.help:hover {
    background: #077E7E;
    cursor: pointer;
}
header>nav a.btn.help:hover:after {
    width: 0;
}
@media screen and (max-width: 1023px){
    .search-more{
        width: 95%;
        margin-top: -10vh;
    }
}
.answerItem h3 a{
    color: #149A9A;
}
.donate-form {
    position: relative;
    left: 0;
    width: 100%;
    height: 1480px;
    border: 0;
}
@media only screen and (max-width: 800px) {
    .donate-form {
        height: 1388px;
    }
}
@media screen and (max-width: 1023px){
    footer .pageContainer {
        margin-top: 0 !important;
    }
    .waysToHelp .content .right{
        width: 100%;
    }
}
@media screen and (min-width: 1024px){
    .contactsFooter{
        margin-bottom: 4rem;
    }
}
.hide_more_block{
    display: none;
}