@font-face {
    font-family: 'Poppins';
    src: url('/static/fonts/PoppinsRegular.ttf');
}

@font-face {
    font-family: 'PoppinsBold';
    src: url('/static/fonts/PoppinsBold.ttf');
}
@font-face {
    font-family: 'PoppinsExtraBold';
    src: url('/static/fonts/Poppins-ExtraBold.ttf');
}

.guest-index .h3,
.guest-index b {
    font-family: 'PoppinsBold';
}

.guest-index .h3 {
    font-size: 55px;
    color: #0058a9;
}

.guest-index p {
    line-height: 26.05px;
    font-size: 22px;
    color: #0058a9;
    font-family: 'Poppins';
    margin: 0;
}

.guest-index .block-text-image {
    width: 100%;
    display: inline-flex;
    min-height: 465px;
    align-items: center;
    justify-content: flex-start;
}

.guest-index .guest-block-backgrounded {
    background-repeat: no-repeat !important;
}
.guest-index .block-text-image.right .h3,
.guest-index .block-text-image.right p {
    text-align: right;
    color: #ffffff;
}
.guest-index .block-text-image.right {
    justify-content: flex-end;
}
.guest-index .max-block {
    width: 945px;
    margin: 0 auto;
}

.guest-index header {
    display: flex;
    justify-content: space-between;
    height: 50px;
    align-items: center;
}

.guest-index .logo-text_pre {
    font-family: 'PoppinsBold';
    left: 50.3%;
    top: 77%;
    position: absolute;
    color: #ffffff;
    font-size: 18px;
}
.guest-index .logo-text_under {
    font-family: 'PoppinsExtraBold';
    left: 50%;
    bottom: 0;
    position: absolute;
    color: #ffffff;
    font-size: 18px;
    letter-spacing: 7px;
    transform: translate(-50%, 0%);
}

.guest-index .logo-earth {
    margin: 0 auto;
    display: block;
}

.guest-index .login_btn {
    color: #ffffff;
    padding: 2px;
    text-decoration: none;
    font-family: 'Poppins';
    font-size: 15px;
    height: 30px;
    background: #76b729;
    width: 50px;
    text-align: center;
    border-radius: 15px;
    height: max-content;
}

.guest-index .footer-block {
    bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.guest-index .footer-block__text {
    display: flex;
    flex-direction: column;
}

.footer-block__text img {
    width: 23px;
    height: 23px;
}

.guest-index .footer-block__text,
.guest-index .footer-block__text a {
    color: #ffffff;
    font-family: Poppins;
    font-size: 27px;
    text-decoration: unset;
    line-height: 40px;
}