.t431__td {
    font-size: inherit;
    border-width: 1px 0px 1px 0px;
    border-color: #d9d9d9;
    color: #4d4c4c;
    padding: 2%;
}

.t431__th {
    font-size: inherit;
    border-width: 0px 0px 1px 0px;
    border-color: #000000;
    padding: 2%;
    text-transform: uppercase;
    color: #998200;
}

.dt1 {
    margin-top: 3%;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
}

.rent {
    padding: 55px 0 60px;
    background: #f5f5f5;
    margin-top: 10px;
}

.rent__list {
    font-size: 0;
    text-align: center
}

.rent__list li {
    padding: 0 10px;
    display: inline-block;
    width: 20%;
    font-size: 14px;
    vertical-align: top
}

.rent__list li p {
    margin: 0
}

.rent__icon {
    margin-bottom: 36px;
    height: 54px
}

.section-title h2 {
    color: #000000;
    margin: 0;
    font-size: 36px;
    line-height: 36px;
}

.section-title p {
    font-size: 16px;
    line-height: 40px;
    margin: 12px 0 0 0;
}

.section-title {
    text-align: center;
}

.section-title div {
    margin-bottom: 30px;
}

@media only screen and (max-width: 991px) {
    .rent__list li {
        margin-bottom: 40px;
        padding: 0;
        display: block;
        width: auto
    }
    .rent__list li:last-child {
        margin-bottom: 0
    }
    .rent__icon {
        margin-bottom: 15px
    }
}

.thr {
    border: 1px solid #000099;
    margin-left: 0px;
}

.ht1, .ht2 {
    margin-bottom: 0px;
    margin-left: 10%;
    margin-top: 5%;
}

.ht3 {
    text-align: center;
    margin-bottom: 0px;
    margin-top: 5%;
    color: #333333;
}

.prrr {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(131px, 1fr));
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}


.prrr_p {
    margin-bottom: 0px;
    margin-top: 5%;
    text-align: left;
}

.callback__link {
    width: 150px;
    height: 40px;
    cursor: pointer;
}


.prrr #column-right{
    display: none;
}