
.page_main {
    padding: 60px 0;
    background: url(../img/placeholder.jpg) center/cover no-repeat;
    text-align: center;
    margin-bottom: 30px
}

.page_header {
    margin-bottom: 15px
}

.page_text {
    max-width: 500px;
    margin: 0 auto
}

.page_breadcrumbs {
    position: relative;
    padding-bottom: 15px
}

.page_breadcrumbs:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 2px;
    background: #258f67
}

.page_breadcrumbs-item {
    font-family: NunitoSans,sans-serif
}

.page_breadcrumbs-item:not(.current) {
    margin-right: 10px
}

.page_breadcrumbs-item:not(.current) .link {
    position: relative;
    font-weight: 700;
    color: #258f67
}

.page_breadcrumbs-item:not(.current) .link:after {
    content: '/';
    margin-left: 10px
}

@media screen and (min-width:991.98px) {
    .page_main {
        padding: 80px 0 90px;
        margin-bottom: 40px
    }

    .page_breadcrumbs {
        padding-bottom: 20px
    }
}

.contacts_map {
    margin-bottom: 60px;
    border-radius: 16px;
    overflow: hidden
}

.contacts_map #map {
    height: 475px;
    width: 100%
}

.contacts_info-item {
    margin-bottom: 30px
}

.contacts_info-item:last-of-type {
    margin-bottom: 0
}

.contacts_info-item_icon {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 15px rgba(37,143,103,.1);
    box-shadow: 0 0 15px rgba(37,143,103,.1);
    font-size: 40px;
    margin-bottom: 15px
}

.contacts_info-item_title {
    margin-bottom: 10px
}

.contacts_info-item_main .link:focus,.contacts_info-item_main .link:hover {
    color: #258f67
}

@media screen and (min-width:991.98px) {
    .contacts_info-item {
        margin-bottom: 0
    }

    .contacts_info-item_icon {
        margin-bottom: 30px
    }
}
