
.contact_block.page_stretch
{
}

.contact_block .group
{
    display: flex;
    flex-direction: row;
}

.contact_block .textbox
{
    margin-right: 50px;
}

.contact_block .sidebox
{
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.contact_block .group:first-child
{
    margin-top: 0px;
}

.contact_block .group
{
    margin-top: 40px;
}

.contact_form
{
    box-sizing: border-box;
    width: 602px;
}

.contact_form TEXTAREA
{
    height: 160px;
}

.contact_form .send_button I 
{
    margin-right: 6px;
}

.contact_block .privacy_statement
{
    font-size: 16px;
    color: #8a8d90;
    line-height: 160%;
}

.contact_block .looking_for_address
{
    margin-top: 24px;
    font-size: 16px;
    color: #8a8d90;
    line-height: 160%;
}

.contact_block .send_button
{
    margin-top: 12px;
}

.thanks_block.page_stretch
{
    box-sizing: border-box;
    min-height: 630px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.thanks_block .text1
{
    margin-top: -20px;
    font-family: ubuntu_medium;
    font-size: 36px;
    margin-bottom: 20px;
}

.thanks_block .text1.error
{
    color: var(--pink);
}

