.top_title h1, .lg_title {
    padding-top: 8px;
    padding-bottom: 3px;
    font-size: 62px;
    line-height: 1.23;
    font-weight: 600;
}
.gray_block {
    background-color: #e9e9e9;
    border-radius: 25px;
    padding: 60px;
    max-width: 880px;
}
.gray_block_txt {
    font-size: 22px;
    line-height: 1.55;
}
.gray_block_wr {
    display: flex;
    justify-content: center;
}
.top_banner_b {
    display: flex;
    justify-content: center;
    max-width: 100%;
}
.top_banner_b img {
    max-width: 100%;
}
.top_title {
    margin: 40px 0;
}
.get_cons_b_bl, .lg_title_b {
    display: flex;
    justify-content: center;
    margin: 30px 0;
}
.blue_btn {
    color: #002d6d;
    border: 3px solid #002d6d;
    border-radius: 15px;
    box-shadow: none !important;
    transition-duration: 0.2s;
    transition-property: background-color, color, border-color, box-shadow, opacity, transform, gap;
    transition-timing-function: ease-in-out;
    height: 60px;
    font-size: 14px;
    padding-left: 60px;
    padding-right: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-weight: 600;
}
.blue_btn:hover {
    background-color: #002d6d;
    color: white;

}
.txt_descr {
    padding: 41px 0 0;
    font-size: 22px;
    line-height: 1.5;
}
.frm_wr {
    margin: 50px 0;
}
.map_wr {
    border-radius: 20px !important;
    overflow: hidden;
    width: 100%;
    height: 400px;
}
.table th {
    background-color: #0070C0;
    color: white;
    white-space: nowrap;
}
.table td {
    vertical-align: middle;
}
.price-old {
    text-decoration: line-through;
    font-weight: 400;
    margin-right: 8px;
}
.price-new {
    font-weight: 700;
    color: #000;
}

.table-responsive {
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}
.brand-badge {
    font-weight: 600;
    font-size: 0.9rem;
    display: inline-block;
}
.table_txt {
    font-size: 14px;
}
@media screen and (max-width: 1200px) {
    .top_title h1, .lg_title {
        font-size: 58px;
    }
}
@media screen and (max-width: 960px) {
    .map_wr {
        height: 300px;
        padding: 30px 20px;
    }
}
@media screen and (max-width: 640px) {
    .top_title h1, .lg_title {
        font-size: 28px;
    }
    .gray_block {
        max-width: 100%;
    }
    .txt_descr {
        font-size: 20px;
        line-height: 1.4;
    }
}