.rent-products .rent-main-banner img {
    width: 100%;
    height: auto;
    font-size: 10px;
    line-height: 15px;
}
.rent-products .site-page-par-name h1 {
  font-size: 46px;
    width: 100%;
    justify-content: start;
}
.products-rent-listing {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 80px;
    padding: 0 20px;
}
.product-rent-block {
    width: 49%;
    margin-top: 60px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #ffffff;
}
.product-rent-block-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.product-rent-block-top {
    height: calc(100% - 40px);
    display: flex;
    flex-direction: column;
}
.product-rent-block-product-name {
    width: 100%;
    margin-bottom: 20px;
}

.product-rent-block-img-wrapper {
    width: 80%;
    align-self: center;
}
.product-rent-block-product-img {
    width: 100%;

}
.product-rent-block-product-img img {
    width: 100%;
    height: auto;
    font-size: 10px;
}
.product-rent-block-product-desc {
    margin-top: 20px;
}

.product-rent-block-product-properties-wrapper-relative {
    min-height: 360px;
}

.product-rent-block-product-properties-wrapper {
    width: 100%;
    background-color: #ffffff;
    top:0;
    left: 0;
}


.product-rent-block-product-properties {
    width: 100%;
    margin-top: 30px;
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    padding: 15px;
    flex-grow: 1;
}
.product-properties-row {
    width: 100%;
    padding: 10px;
    background: #FFF;
    display: none;
    justify-content: space-between;
    align-content: center;
    margin-bottom: 10px;
    opacity: 0;
    transition: 0.5s;
}
.product-properties-row:nth-child(odd) {
    background-color: #f7f7f7;
}
.product-rent-block-link-all,
.product-rent-block-link-hide{
    display: none;
    z-index: 9;
    color: #ee2e2f;
    padding: 10px;
}
.product-rent-block-link-all:hover,
.product-rent-block-link-hide:hover{
    color: #7A7A7D;
    transition: 0.5s;
}
.product-option-name {
    width: 60%;
    display: flex;
    align-items: center;
    color: #666666;
    font-weight: 700;
}
.product-option-value {
    width: 39%;
    display: flex;
    align-items: center;
    text-align: left;
}
.product-rent-block-offer {
    padding: 20px;
}
.product-rent-block-offer > a {
    display: inline-block;
    border-radius: 3px;
    padding: 10px 20px;
    border: none;
}

.rent-about-block-wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
    border: 1px solid #e5e5e5;
}
.rent-about-block {
    width: 33.33%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 30px;
}
.rent-about-block + .rent-about-block::before {
    content: '';
    display: block;
    height: 60%;
    width: 1px;
    background-color: #e5e5e5;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}


.rent-about-block-img {
    width: 50%;
    margin-bottom: 20px;
}
.rent-about-block-img img {
    width: 100%;
    height: auto;
    font-size: 8px;
    line-height: 12px;
}
.rent-about-block-title {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 10px;
    height: 48px;
}
.rent-about-block-text {
    text-align: center;
    font-size: 14px;
}
.rent-offer-form-wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
}
.rent-description {
    width: 50%;
}
.rent-description b {
    font-weight: 500;
}
.rent-offer-form-wrapper form {
    width: 46%;
    padding: 30px;
    background: #f7f7f7;
}


.contacts-legal-field-name {
    font-family: Sans-serif, serif;
    font-size: 13px;
    font-weight: 600;
    color: #666666;
    width: 100%;
    padding: 10px 10px;
}
.contacts-legal-field-value {
    width: 100%;
    color: #999;
    padding: 0 10px;
}
.contact-head{
    font-size: 16px;
    text-transform: uppercase;
    border-bottom: 1px solid #e8e8e8;
    color: #333;
    margin: 20px 30px 15px;
    padding: 15px 0 10px;
    width: 100%;
}
.contacts-name{
    font-size: 15px;
    color: #170f20;
    padding: 5px 0 25px 50px;
    font-family: "Roboto", Sans-serif, serif;
}
.contacts-value{
    color: #999;
    font-family: "Roboto", Sans-serif, serif;
    padding: 7px 15px 5px 5px;
}
.contacts-page-map{
    margin: 20px 0;
    width: 100%;
    background: #fff;
}
.contacts-form {
    display: flex;
    flex-wrap: wrap;
}
.contacts-block-header {
    font-size: 16px;
    text-transform: uppercase;
    border-bottom: 1px solid #e8e8e8;
    color: #333;
    margin-bottom: 15px;
    padding: 15px 0 10px 0;
    width: 100%;
}
.user-mail {
    width: 0;
    height: 0;
    padding: 0;
    border: none;
}
.contacts-form-fields {
    width: 100%;
}
.contacts-info {
    width: 100%;
    padding-left: 30px;
}
