.beply-home {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;

}

.beply-logo {
    position: absolute;
    right: calc(50% - 750px);
    width: 580px;
    bottom: -232px;
}

.beply-title {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 600px;
    color: #fff;
    height: 100%;
    margin-right: 400px;
    text-align: center;
}

.logo-active_ .beply-title {
    margin-right: auto;
    margin-left: auto;
}

.beply-title .color_black {
    color: black;
}

.beply-title .color_white {
    color: white;
}

.beply-title a.button {
    border-radius: 0px;
    font-weight: normal;
    padding: 7px 26px;
    font-size: 15px;
    position: relative;
    background-color: #d20000;
    color: white;
    border: none;
}

.beply-title .free_yes {
    display: flex;
}
.beply-title .free_ {
    display: none;
}

.beply-title a.button p {
    background-color: #000;
    color: #fff;
    padding: 2px 6px;
    padding-top: 2px;
    padding-right: 6px;
    padding-bottom: 1px;
    padding-left: 6px;
    font-size: 10px !important;
    position: absolute;
    bottom: 0;
    font-weight: 700;
    right: -5px;
}

.beply-title .buttons {
   display: flex;
    justify-content: center;
    width: 100%;
    gap: 30px;
}

.beply-home .active_ {
    display: none;
}

.logo-active_ .beply-logo {
    display: none;
}

.buttons a:hover {
    opacity: 1;
}

@media (max-width: 1300px) {
    .beply-title {
        margin-left: 100px;
    }
}

@media (max-width: 1024px) {
    .beply-logo {
        display: none;
    }
    
    .beply-title {
        margin-right: auto;
        margin-left: auto;
    }
}

@media (max-width: 600px) {
    .beply-title {
        margin-right: 20px;
        margin-left: 20px;
        width: calc(100% - 40px);
    }
}

@media (max-width: 500px) {
    .buttons {
        flex-direction: column;
        align-items: baseline;
    }
    
    .buttons a.button {
        margin-top: 20px;
    }
    .beply-title .buttons {
    gap: 0px !important;
}
}