

/* Start:/local/templates/tn/components/bitrix/catalog.section.list/proektirovshikam/style.css?17205226613346*/
.info-enum {
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
    flex-flow: row wrap;
}
.info-col {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
    width: calc(100% / 3);
}
.info-item {
    display: flex;
    background: #ededed;
    border-radius: 18px;
    overflow: hidden;
    position: relative;
    height: 260px;
    flex-direction: column;
    justify-content: space-between;
}
.info-content {
    padding: 15px 15px 30px;
    margin-top: 0;
    background: #ededed;
    height: 100%;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.info-content:after{
    content: '';
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 20px;
    height: 20px;
    background: url("/local/templates/tn/components/bitrix/catalog.section.list/proektirovshikam/img/question.svg") no-repeat center;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.info-content:hover:after{
     opacity: 0;
 }
.info-link-bootom{
    display: none;
    opacity: 0;
    position: absolute;
    bottom: 15px;
    left: 15px;
    font-size: 14px;
    font-weight: bold;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.info-item:hover .info-link-bootom{
    display: block;
    opacity: 1;
}
.info-picture img {
    display: block;
    margin: auto;
    max-width:90px;
    max-height:90px;
}
.info-picture {
    border-radius: 18px;
    width: 100%;
    object-fit: contain;
    height: 100%;
    max-height: 165px;
    background: #f5f6fa;
}
.info-picture-link{
    display: grid;
    align-items: center;
    height: 156px;
}
.info-title {
    color: #161616;
    font-size: 18px;
    font-weight: 700;
}
.info-about {
    display: flex;
    position: absolute;
    left: 10px;
    bottom: 11px;
}
.info-about-item {
    color: #161616;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    margin-right: 10px;
}
.info-about-item svg  {
    stroke: #444;
    margin-right: 5px;
    max-width: 24px;
}
.info-description {
    color: #fff;
    font-size: 13px;
    padding-top: 10px;
    line-height: 1.2;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.info-description-proektir {
    display: grid;
    color: #1F1F1F;
    font-size: 14px;
    font-weight: 400;
    line-height: 18.2px;
    text-align: left;
    padding-top: 10px;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.info-item:hover .info-description-proektir{
    height: 100%;
}
.info-item:hover .info-content {
    margin-top: -100px;

}
.proektir-list{
    padding-bottom: 50px;
}
@media screen and (max-width: 900px) {
    .info-col {
        width: calc(100% / 2);
    }
}
@media screen and (max-width: 620px) {
    .info-col {
        width: 100%;
    }
}
/* End */


/* Start:/local/templates/tn/components/bitrix/news.list/proektirovshikam_list/style.css?1720445348589*/
.info-description-proektir {
    color: #1F1F1F;
    font-size: 14px;
    font-weight: 400;
    line-height: 18.2px;
    text-align: left;
    padding-top: 10px;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.info-item:hover .info-description-proektir{
    height: 100%;
}
.info-item:hover .info-content {
    margin-top: -150px;

}
.proektir-list{
    padding-bottom: 50px;
}
/* End */
/* /local/templates/tn/components/bitrix/catalog.section.list/proektirovshikam/style.css?17205226613346 */
/* /local/templates/tn/components/bitrix/news.list/proektirovshikam_list/style.css?1720445348589 */
