.nav-pills .nav-link {
    border: 0;
    border-radius: 0;
    border-bottom: 2px solid #2c3e50;
    font-size: 18px;
    color: #2c3e50;
    padding: 3rem;
    width: 100%;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #d1d1d1;
    background-color: #2c3e50;
}

.contacts-tabs .nav-pills .nav-link.active,
.contacts-tabs .nav-pills .show>.nav-link {
    font-weight: 700;
}

.prices-table {
    font-size: 24px;
    line-height: 28px;
}

.prices-table-data .row:nth-child(2n) {
    background-color: #e9f5fe;
}

.content-upper {
    position: relative;
    margin-top: -40vh;
}

.content-card {
    background-color: #fff;
    border-radius: 20px;
    padding: 4.5rem;

}

.text-content {
    font-size: 24px;
}

.main-contacts {
    font-size: 24px;
}

.contacts-title {
    font-size: 32px;
    font-weight: 700;
    color: #d1d1d1;
}

.contact-place {
    color: #2c3e50;
    font-weight: 600;
}

.contact a {
    color: #000;
}

.map iframe {
    border-radius: 10px;
}

.map-contacts {
    position: relative;
}

.map-contacts-data {
    position: absolute;
    background-color: #2c3e50;
    color: #d1d1d1;
    font-size: 22px;
    top: 0;
    left: 3rem;
    padding: 3rem 2rem;
}

.map-contacts-data .title {
    font-size: 24px;
    font-weight: 700;
}

.map-contacts-data a {
    color: #d1d1d1;
}