#header-fullscreen-button > div,
#block-1-button > div {
	position: absolute;
    width: 334px !important;
    height: 44px !important;
    border-radius: 100px !important;
    background: #F1E9E0 !important;
    border-width: 1px !important;
    border-style: none !important;
    border-color: #F1E9E0 !important;
    font-size: 1rem !important;
    opacity: 1 !important;
    padding: 0 !important;

    @media (max-width: 600px) {
        width: 50vw !important;
        height: 11.2vw !important;

        left: auto !important;
        top: auto !important;

        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        align-items: center !important;
    }
}

#header-fullscreen-button > div > div,
#block-1-button > div > div {
	width: auto !important;
    height: auto !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 !important;
    background: #F1E9E0 !important;
    color: #A14D2A !important;

    font-family: "Geologica";
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	line-height: 110%;
	text-align: center;

    @media (max-width: 600px) {
        font-size: 13px;
        line-height: 16px;
    }
}

#page-3-block-2-button > div {
    position: absolute;
    width: 1170px !important;
    height: 50px !important;
    border-radius: 100px !important;
    background: #A14D2A !important;
    border-width: 1px !important;
    border-style: none !important;
    border-color: #A14D2A !important;
    font-size: 1rem !important;
    opacity: 1 !important;
    padding: 0 !important;

    @media (max-width: 600px) {
        margin-top: 7vw !important;

        width: 90vw !important;
        height: 10vw !important;

        left: auto !important;
        top: auto !important;

        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        align-items: center !important;
    }
}

#page-3-block-2-button > div > div {
    width: auto !important;
    height: auto !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 !important;
    background: #A14D2A !important;
    color: #F1E9E0 !important;

    font-family: "Geologica";
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 110%;
    text-align: center;

    @media (max-width: 600px) {
        font-size: 13px;
        line-height: 16px;
    }
}

#block-2-button > div {
    position: absolute;
    width: 577px !important;
    height: 50px !important;
    border-radius: 100px !important;
    background: #A14D2A !important;
    border-width: 1px !important;
    border-style: none !important;
    border-color: #A14D2A !important;
    font-size: 1rem !important;
    opacity: 1 !important;
    padding: 0 !important;

    @media (max-width: 600px) {
        margin-top: 7vw !important;

        width: 90vw !important;
        height: 10vw !important;

        left: auto !important;
        top: auto !important;

        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        align-items: center !important;
    }
}

#block-2-button > div > div {
    width: auto !important;
    height: auto !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 !important;
    background: #A14D2A !important;
    color: #F1E9E0 !important;

    font-family: "Geologica";
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 110%;
    text-align: center;

    @media (max-width: 600px) {
        font-size: 13px;
        line-height: 16px;
    }
}