
.row {
    display: block;
    margin: 0 auto;
    padding: 60px 0px 60px 0px;
}

@media screen and (min-width: 768px) {
    .row {
        width: 70%;

    }

    .text {
        position: relative;
        float: left;
        width: 34%;
    }

    .map {
        position: relative;
        float: left;
        width: 65%;
    }
}


.columns {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    float: left;
}

.medium-4 {
    width: 30%;
}
.columns p {
    font-size: 16px;
    line-height: 22px;
    font-family: 'Futura', Arial, Helvetica, sans-serif;
    font-weight: 200;
    color: #8e8e8d;
    margin-bottom: 1.25rem;
    text-rendering: optimizeLegibility;
}

.support-link{
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
    display: block;
    border-top: 1px solid #ddd;
    color: #8e8e8d;
    text-transform: uppercase;
}
.btn {
    position: relative;
    background-color: #f0f2f0;
    color: #a5a5a4;
    text-transform: uppercase;
    padding: 10px;
    text-align: center;
    font-size: 16px;
    font-family: 'FuturaCondensed';
    display: inline-block;
    width: 100%;
}
.support-link p {
    display: inline-block;
    font-size: 1.625rem;
    font-family: 'FuturaCondensed', Helvetica, Arial, sans-serif;
    font-weight: 200;
    line-height: 1.625rem;
    margin-left: 1.875rem;
}
.support-link.info:before {
    width: 56px;
    height: 56px;
    background-position: -90px -208px;
}
.support-link.catalog:before {
    width: 65px;
    height: 56px;
    background-position: -146px -208px;
}
.support-link.work:before {
    width: 65px;
    height: 49px;
    background-position: -146px -272px;
}
.support-link:before {
    content: '';
    display: inline-block;
    background: url(/wp-content/themes/twentyfifteen/img/icon/icons_spritesheet.svg);
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
    vertical-align: top;
}
#b{
    height: 300px;
}
@media screen and (max-width: 767px) {
    .row {
        width: 90%;
        height: auto;
    }

    .text {
        display: block;
    }

    .map {
        display: none;
    }
    .columns {
        padding-left: 0px;
        padding-right: 0px;
        position: relative;
        float: left;
    }
    .medium-4 {
        width: 100%;
    }
    #a{
        height: 460px;
    }
    #b{
        height: 1000px;
    }
}

#title{
    display: block;
    line-height: 120px;
    font-size: 28px;
    height: 60px;
    padding: 0px;
}

.link-phone.disabled {
    cursor: default;
    font-size: 20px;
    font-weight: bold;
    font-family: 'Futura', Arial, Helvetica, sans-serif;
}
.page-text a{
    color: #c30110;
}
.page-text a:hover, .page-text a:focus {
    color: #1d1d1b;
}
.green-number, .green-number a {
    color: #48ae4b !important;
}