﻿.section-contacts
{
    position: relative;
    background: #eae9e9;
    display: flex;
    flex-direction: row;
    justify-content:space-between;
}


.section-contacts.nobackground
{
    background: inherit;
}


.body-content .section-contacts h1
{
    padding-bottom:0;
}

.contact-support
{
    color: white;
    background: #284167;
    padding: 45px 40px 35px;
    width: 250px;
    min-width: 250px;
    box-sizing:content-box;
}


@media (max-width: 870px)
{
    .section-contacts
    {
        display: block;
    }

    .contact-support
    {
        width: 100%;
        min-width: inherit;
        box-sizing:border-box;
    }
}


.section-contacts.standAlonePage .contact-support
{
   
    
}


.contact-support a,
.body-content .contact-support a
{
    color: white;
}

.contact-support a:hover
{
    color: #c39428;
}

.contact-support h1
{
    color: white;
    font-size: 14px;
    font-family: Montserrat-Bold;
    margin-bottom: 20px;
}

.contact-support h2,
.body-content .contact-support h2
{
    color: white;
    font-size: 14px;
    font-family: Montserrat-Bold;
    margin-bottom: 20px;
}

.section-contacts .title
{
    font-size: 14px;
    font-family: Montserrat-Bold;
    margin-bottom: 5px;
}

.section-contacts .text
{
    font-size: 14px;
    font-family: Montserrat;
    margin-bottom: 20px;
}


#contactBox .ghost-button
{
    border: 1px ridge black;
    text-decoration: none;
    color: #000;
    font-size: 16px;
    text-transform:none;

}

#contactBox .ghost-button:hover
{
    color: #fff;
}

.driving-direction
{
    font-weight:bold;
}

#contactBox
{
    margin-top:30px;
}