

/* Start:/local/templates/canada/components/bitrix/catalog.section.list/guides/style.css?17774396972869*/
.bordered-transparent-panel {
    width: 100%;
    margin-bottom: 3rem;
    border-radius: 1rem;
    border: 1px solid #283346;
    padding: 2.4rem 2rem 2rem;
}
.bordered-transparent-panel .top-line {
	margin-bottom: 2.4rem
}
.guides-item {
	background-color: #1d2738;
    border-radius: 1rem;
    border: 1px solid #333C4C;
    margin-bottom: 1rem;
    display: flex;
    flex-direction: row;
    gap: 20px;
    padding: 20px;
    margin-bottom: 20px;
    justify-content: space-between;
    align-items: flex-start;
}
.guides-item-img {
    display: block;
    max-width: 100%;
}
.guides-item img {
    border-radius: 10px;
    width: 100%;
    height: 100%;
}
.guides-item-text {
    width: 80%;
}
.guides-item-title {
    margin-bottom: 1rem;
    font-weight: 700;
}
.guides-item-title a {
    font-size: 2rem;
}
.guides-item-desc {
    color: #fff;
    opacity: 0.5;
    font-size: 1.4rem;
    line-height: 1.8rem;
}
.guides-item-stats {
    justify-content: space-between;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    width: 100%;
    margin-top: 1rem;
}
.guides-item-comments {
    width: 10%;
    color: #fff;
    opacity: 0.5;
    font-weight: 200;
    font-size: 1.2rem;
    line-height: 1.6em;
    text-transform: capitalize;
}
.guides-item-share {
    width: 60%;
    color: #fff;
    font-size: 1.7rem;
    line-height: 1.17em;
    font-weight: 500;
    transition: color 0.3s ease;
    text-align: start;
}
@media(min-width: 768px) {
    .guides-item-share:hover {
        color: #d81a41;
    }
}
.guides-item-views {
    width: 30%;
    text-align: right;
    color: #fff;
    opacity: 0.5;
    font-weight: 200;
    font-size: 1.2rem;
    line-height: 1.6em;
    text-transform: capitalize;
}
.guides-item-title-mobile {
    display: none;
}
.guides-item-img-title-container {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}
@media (max-width: 500px) {
    .guides-item-img-title-container {
        display: flex;
        flex-direction: row;
        width: 100%;
    }
    .guides-item {
        flex-direction: column;
    }
    .guides-item-img {
        width: 40%;
    }
    .guides-item-img img {
        width: 100%;
    }
    .guides-item-title-mobile {
        display: block;
        margin-left: 10px;
        width: 60%;
    }
    .guides-item-title {
        display: none;
    }
    .guides-item-text {
        width: 100%;
    }
    .guides-item-comments {
        width: 20%;
    }
    .guides-item-share {
        width: 50%;
    }
    .guides-item-views {
        width: 30%;
    }
}
@media (max-width: 767px){
    .labels-list {
        z-index: 8;
        height: 5.4rem;
        width: calc(100% + 4rem)!important;
        margin-left: -2rem;
        background-color: #1d2738;
        position: sticky;
        top: 6rem;
        border-top: 1px solid #111a28;
    }
}
/* End */
/* /local/templates/canada/components/bitrix/catalog.section.list/guides/style.css?17774396972869 */
