.new-contact
{
    padding-bottom: 20px;
}

.new-contact *
{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.new-contact p
{
    font-size: 16px;
    font-weight: 400;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: black;
    line-height: 1.4;
}

.new-contact__h1,
.new-contact__h2
{
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: black;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
    font-style: normal;
}

.new-contact__h1
{
    margin-top: 64px;
    margin-bottom: 14px;
}

.new-contact__h2
{
    margin-top: 57px;
    margin-bottom: -5px;
}

.new-contact__outer-map
{
    width: 100%;
    height: 400px;
    background: #e3e3e3;
    margin-top: 34px;
}

.new-contact__block-line
{
    clear: both;
}

.new-contact__block-line_margin-top-30
{
    margin-top: 16px !important;
}

.new-contact__block-line_last
{
    margin-top: 60px !important;
}

.new-contact__grid:before,
.new-contact__grid:after
{
    display: table;
    clear: both;
    content: ' ';
}

.new-contact__grid
{
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 16px;
    color: black;
    font-weight: 400;
    line-height: 1.4;
    margin-left: -15px;
    margin-right: -15px;
}

.new-contact__grid-two
{
    float: left;
    width: 50%;
    padding: 0 15px;
}

.new-contact__mini-title
{
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 16px;
    color: black;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 16px;
}

.new-contact__mini-title a
{
    font-weight: 400;
}

.new-contact__mini-title span
{}

.new-contact__mini-title_download
{
    margin-bottom: 20px;
}

.new-contact__mini-title_2x
{
    font-size: 20px;
    font-weight: 700;
}

.new-contact__tel-link,
a.new-contact__tel-link
{
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    color: #2e85c3;
    text-decoration: underline;
}

.new-contact__link-with-icon,
a.new-contact__link-with-icon
{
    position: relative;
    display: inline-block;
    padding-left: 58px;
}

.new-contact__link-with-icon img,
.new-contact__link-with-icon svg
{
    position: absolute;
    top: 0.1rem;
    left: 0;
    width: 39px;
    height: auto;
}

.new-contact__link_dashed:hover span,
a.new-contact__link_dashed:hover span
{
    border-color: rgb(233,79,60);
}

.new-contact__link_dashed,
a.new-contact__link_dashed
{
    text-decoration: none;
    line-height: 1.2;
}

.new-contact__link_dashed span,
a.new-contact__link_dashed span
{
    display: inline-block;
    border-bottom: 1px dashed #2e85c3;
}

.new-contact__tel-link,
a.new-contact__tel-link
{
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    color: #2e85c3;
    color: black;
    text-decoration: none;
}

.new-contact__block-line
{
    margin-top: 45px;
}