/* -------------------- Contacts -------------------- */
.b-contacts_text {
    margin-bottom: 36px;
}

@media (max-width: 767px) {

    .b-contacts_text {
        margin-bottom: 20px;
    }

}

/* * * Contacts :: groups * * */
.b-contacts_group {
    position: relative;
    font: 300 16px/1.5 'Roboto', sans-serif;
    color: #000;
}

.b-contacts_group ~ .b-contacts_group {
    margin-top: 32px;
}

.b-contacts_group_caption {
    margin-bottom: 9px;
    font: 500 18px 'Roboto', sans-serif;
}

.b-contacts_group a {
    text-decoration: none;
    color: #1fa6a3;
}

.b-contacts_group a:hover {
    text-decoration: underline;
}

.b-contacts_group a[href^="tel:"] {
    text-decoration: none;
    color: inherit;
}

.b-contacts_group a[href^="tel:"]:hover {
    text-decoration: none;
    color: #1fa6a3;
}

@media (max-width: 767px) {

    .b-contacts_group ~ .b-contacts_group {
        margin-top: 16px;
    }

}

/* * * Contacts :: form * * */
.b-contacts_form {
    position: relative;
}

.b-contacts_form_caption {
    margin-bottom: 26px;
    font: 500 18px 'Roboto', sans-serif;
}

.b-contacts_form .e-btn {
    padding-left: 28px;
    padding-right: 28px;
}

@media (max-width: 1263px) {

    .b-contacts_form {
        margin-top: 42px !important;
    }

}

@media (max-width: 767px) {

    .b-contacts_form {
        margin-top: 26px !important;
    }

}

/* * * Contacts :: schemes * * */
.b-contacts_schemes {
    position: relative;
    margin-top: 10px;
}

.b-contacts_schemes_nav {
    position: relative;
    margin: 0 -50px 0 0;
    font: 400 16px 'Roboto', sans-serif;
}

.b-contacts_schemes_nav a {
    display: inline-block;
    position: relative;
    margin: 0 50px 13px 0;
    text-decoration: none;
    color: #1fa6a3;
    border-bottom: 1px dashed;
}

.b-contacts_schemes_nav a:hover {
    border-bottom-color: transparent;
}

.b-contacts_schemes_nav a.current {
    font-weight: 500;
    color: #000;
    border-bottom-color: transparent;
}

.b-contacts_schemes_pic {
    display: block;
    position: relative;
    background: #f8f8f8;
}

.b-contacts_schemes_pic:after {
    display: block;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 0;
    margin-top: -12px;
    width: 100%;
    height: 100%;
    font-size: 24px;
    line-height: 1;
    text-align: center;
    color: #666;
    content: 'Загрузка схемы...';
}

.b-contacts_schemes_pic img,
.b-contacts_schemes_pic canvas {
    display: block;
    position: relative;
    z-index: 2;
    max-width: 100%;
    height: auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.b-contacts_schemes_map {
    display: block;
    position: relative;
    height: 552px;
    overflow: hidden;
    background: #f8f8f8;
}

.b-contacts_schemes_map .b-map {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.b-contacts_schemes_canvas {
    display: block;
    position: relative;
}

@media (max-width: 1263px) {

    .b-contacts_schemes {
        margin-top: 28px;
    }

    .b-contacts_schemes_map {
        height: 472px;
    }

}

@media (max-width: 767px) {

    .b-contacts_schemes_map {
        height: 340px;
    }

}