/*--------------------------------------------------------------------------------------Blog of Category Профили REHAU*/
.rehau-layout-page .page-header{
    padding-top: 22px;
}
.rehau-layout-page__list{
    padding-top: 50px;
    padding-bottom: 50px;
}
.rehau-layout-page__list-item{
    position: relative;
    padding: 5px 10px 20px;
}
.rehau-layout-page__item-body{
    position: relative;
}
.rehau-layout-page__item-title{
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.3em;
    color: #000;
    margin-top: 10px;
    margin-bottom: 10px;
}
.rehau-layout-page__item-introtext{
    position: relative;
    padding-bottom: 10px;
}
.rehau-layout-page__item-body .item-bars{
    position: relative;
    border-bottom: 1px solid #EAE9F2;
    padding-bottom: 20px;
}
.item-bars__element{
    position: relative;
}
.item-bars__element-bar{
    position: relative;
    height: 10px;
    background-color: rgb(224, 224, 224);
}
.item-bars__element-bar-aktive{
    position: relative;
}
.item-bars__element_teplo .item-bars__element-bar-aktive{
    background-color: rgb(221, 0, 96);
}
.item-bars__element_shum .item-bars__element-bar-aktive{
    background-color: rgb(0, 0, 0);
}
.item-bars__element_svet .item-bars__element-bar-aktive{
    background-color: rgb(55, 165, 140);
}
.item-bars__element-caption{
    position: relative;
    font-size: 10px;
    font-weight: 500;
    line-height: 1.3em;
    color: #000;
    padding-top: 20px;
}
.rehau-layout-page__item-harakteristik{
    padding-top: 30px;
}
.rehau-layout-page__item-harakteristik table{
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.rehau-layout-page__item-harakteristik table tr td:last-child{
    min-width: 59px;
}
.rehau-layout-page__item-harakteristik table td{
    text-align: left;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    padding: 10px;
}
.rehau-layout-page__item-bottom{
    position: relative;
    padding-top: 50px;
}
.rehau-layout-page__item-price{
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.3em;
    color: #000;
}
.rehau-readmore{
    position: relative;
    padding-top: 20px;
}
.rehau-readmore .btn{
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3em;
    color: rgb(102, 102, 102) !important;
    border: 2px solid rgb(102, 102, 102);
    background-color: #fff;
    border-radius: 25px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    padding: 10px 30px;
}
.rehau-readmore .btn:hover{
    opacity: 0.7;
}
/*iPhone 14 Pro Max landscape*/
@media only screen and (max-width : 932px) and (orientation: landscape){
    .rehau-layout-page .page-header {
        padding-top: 0;
        padding-bottom: 30px;
    }
    .rehau-layout-page__list{
        margin-top: 0;
    }
}
/*//iPhone 14 Pro Max landscape*/
/*iPhone 14 Pro Max portrait*/
@media only screen and (max-width : 430px) and (orientation:portrait){
    .rehau-layout-page .page-header {
        padding-top: 0;
        padding-bottom: 30px;
    }
    .rehau-layout-page__list{
        margin-top: 0;
    }
}
/*//iPhone 14 Pro Max portrait*/