

/* Start:/bitrix/templates/MAIN/components/bitrix/catalog.section/.default/style.css?17878372333873*/
/************************* catalog *************************/
.catalog {
    background: none !important;
    padding: 0 !important;
}
.catalog__wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.catalog__item {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
    height: 100%;
    padding: 15px;
    border-radius: 20px;
    background-color: #fff;
}
.catalog__item-img-wrap {
    overflow: hidden;
    position: relative;
    border-radius: 20px;
    height: 280px;
}
.catalog__item-img {
    position: relative;
}
.catalog__item-img-wrap img {
    object-fit: cover;
    height: 280px;
    min-width: 100%;
}
.catalog__services {
    display: flex;
    gap: 5px;
    flex-direction: column;
    z-index: 10;
    position: absolute;
    top: 10px;
    right: 10px;
}
.catalog__services-item {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #fff;
}
.catalog__services-item_f {
    background: url("/upload/MAIN/icon-favorites-white.svg") center no-repeat rgba(255, 255, 255, 0.5);
    background-size: 20px auto;
}
.catalog__services-item_c {
    background: url("/upload/MAIN/icon-compare-white.svg") center no-repeat rgba(255, 255, 255, 0.5);
    background-size: 20px auto;
}
.catalog__services-item_f2,
.catalog__services-item_f:hover {
    background: url("/upload/MAIN/icon-favorites-red.svg") center no-repeat #fff;
    background-size: 20px auto;
}
.catalog__services-item_c2,
.catalog__services-item_c:hover {
    background: url("/upload/MAIN/icon-compare-red.svg") center no-repeat #fff;
    background-size: 20px auto;
}
.catalog__item-name a {
    color: #101010;
    font-weight: 600;
}
.catalog__stat {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.catalog__stat-item {
    position: relative;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    color: #303234;
}
.catalog__stat .icon-check,
.catalog__stat .icon-x {
    width: 20px;
    height: 20px;
    background-size: 15px auto;
}
.catalog__price-wrap {
    display: flex;
    gap: 15px;
    align-items: center;
}
.catalog__price-text b {
    font-size: 32px;
}
.catalog__rental {
    position: relative;
}
.catalog__rental-icon {
    width: 20px;
    height: 20px;
    background: url("/upload/MAIN/icon-question.svg") center no-repeat;
    background-size: 17px;
    cursor: pointer;
}
.catalog__rental-text {
    display: none;
    position: absolute;
    left: 0;
    bottom: 100%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    background: #fff;
    border-radius: 20px;
    padding: 10px;
    font-size: 14px;
    width: 180px;
}
.catalog__rental:hover .catalog__rental-text {
    display: block;
}
.catalog__rental-text p {
    margin: 0 0 5px;
    font-size: 16px;
}
.catalog__rental-text ul {
    margin: 0;
    padding: 0;
    color: #303234;
    font-weight: 500;
}
.catalog__rental-text ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.catalog__rental-text ul li span:first-child {
    font-weight: normal;
}
.catalog__item-bottom {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.catalog__item-del {
    position: absolute;
    right: 0;
    top: -10px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background: url("/upload/MAIN/icon-not-available.svg") center no-repeat;
    border-radius: 10px;
}
@media screen and (min-width: 768px) {
    .catalog__wrap {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 2%;
    }
    .catalog__item {
        width: 49%;
        margin-top: 20px;
    }
    .catalog__item:nth-child(1),
    .catalog__item:nth-child(2) {
        margin-top: 0;
    }
}
@media screen and (min-width: 992px) {
    .catalog__item {
        width: 32%;
    }
    .catalog__item:nth-child(3) {
        margin-top: 0;
    }
}
/* End */


/* Start:/bitrix/templates/MAIN/components/bitrix/news.list/faq/style.css?17738435511113*/
/************************* faq *************************/
.faq__wrap {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.faq__item {
    padding: 25px 30px;
    border-radius: 20px;
    border: 1px solid #E3E5ED;
}
.faq__item-top {
    font-size: 20px;
    font-weight: 500;
    text-decoration: none;
    display: block;
}
.faq__item-top span {
    position: relative;
    color: #141516;
    text-decoration: none;
    cursor: pointer;
    display: block;
    padding-right: 36px;
}
.faq__item-top span:after {
    display: flex;
    align-items: center;
    justify-content: center;
    content: '';
    width: 36px;
    height: 36px;
    border-radius: 20px;
    background: url("/upload/MAIN/icon-plus.svg") center no-repeat #E3E5ED;
    background-size: 20px;
    transition: all 0.3s linear;
    position: absolute;
    top: -5px;
    right: 0;
}
.faq__item-top span.active:after {
    background-image: url("/upload/MAIN/icon-minus.svg");
}
.faq__item-hidden {
    display: none;
    padding: 12px 0 2px;
}
.faq__item-hidden.vis {display: block;}
.faq__item-hidden p:last-child {margin: 0;}
/* End */
/* /bitrix/templates/MAIN/components/bitrix/catalog.section/.default/style.css?17878372333873 */
/* /bitrix/templates/MAIN/components/bitrix/news.list/faq/style.css?17738435511113 */
