h2{
    font-size: 42px!important;
    font-weight: 700!important;
    text-transform: uppercase!important;
} 
h3{
    font-size: 42px!important;
    font-weight: 700!important;
    text-transform: uppercase!important;
} 
.link-line u:hover {
    text-decoration: none!important;
}
.button-call:hover {
    opacity: 0.8;
}
.yandex-link a:hover {
    text-decoration: underline!important;
}
.t004{
    text-align: justify;
}


.price-wrap table {
    font-family: 'Jura', Arial, sans-serif;
    border-collapse: collapse;
    color: #fff;
    width: 100%;
}
.price-wrap table thead tr {
    background: #e25e00;
    font-size: 20px;
}
.price-wrap table tr td {
    padding: 5px 10px;
    border: 2px solid #e25e00;
}
.price-wrap table tr th {
    padding: 5px 10px;
    text-align: left;
}
.price-wrap table tr {
    border: 2px solid #e25e00;
}
.price-wrap table tr th:last-child {
    width: 30%;
    border-left: 2px solid #fff;
    padding: 5px 10px;
    text-align: center;
}
.price-wrap table .color {
    color: #e25e00;
    text-align: center;
}
.price-wrap table tr td:last-child {
    text-align: center;
}


.ul-color {
    font-family: 'Jura', Arial, sans-serif;
    color: #fff;
}
.ul-color li {
    margin-bottom: 10px;
}
.ul-color span,
.ul-color ::marker {
    color: #e25e00;
    font-weight: bold;
}



