.ptt-blog-date {
    font-size: 11px;
}

.ptt-blog-content {
    padding: 20px 0 40px 0;
}

.ptt-blog-related {
    padding-bottom: 50px;
}

.ptt-blog-tours {
    padding-bottom: 50px;
}

.ptt-blog-categories {
    padding-bottom: 50px;
}

.ptt-blog-categories a {
    display: block;
    background: #f8f8f8;
    color: #484848;
    text-transform: uppercase;
    font-weight: bold;
    padding: 13px 20px 13px 22px;
    margin-bottom: 4px;
    border-radius: 5px;
    transition: 0.1s all ease-in;
}

.ptt-blog-categories a:hover {
    background-color: #ff6600;
    color: #fff;
}

.ptt-blog-content .anchor {
    display: block;
    position: relative;
    height: 1px;
    width: 1px;
    transform: translateY(-40px);
}

.ptt-blog-content a {
    color: #ff6600;
    transition: 0.3s ease-in-out all;
}

.ptt-blog-content a:hover {
    color: #222;
}

.ptt-blog-top-line {
    position: relative;
    padding-right: 15px;
    padding-left: 50px;
    white-space: nowrap;
}

.ptt-blog-top-lines .col-md-3:first-child .ptt-blog-top-line {
    padding-left: 40px;
}

.ptt-blog-top-line .title {
    color: #898686;
    font-size: 12px;
    line-height: 12px;
}

.ptt-blog-top-line .far {
    position: absolute;
    left: 0;
    top: 0;
    color: #ff6600;
    font-size: 35px;
    line-height: 40px;
}

.ptt-blog-thumb {
    margin-bottom: 40px;
}

.ptt-blog-thumb .ptt-short-desc {
    font-size: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 3;       /* Ограничение до 3 строк */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ptt-link-title{
    display: block;
    margin-bottom: 10px;
}

.ptt-blog-thumb .ptt-title-4 {
    padding-bottom: 4px;
}

.ptt-blog-thumb .ptt-blog-desc {
    font-size: 11px;
    color: #7f7f7f;
    margin-top: 14px;
}

.ptt-blog-thumb .ptt-blog-desc .fa-comment,
.ptt-blog-thumb .ptt-blog-desc .fa-eye {
    padding-left: 10px;
}

.ptt-blog-thumb .ptt-blog-cover {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: block;
    width: 100%;
    height: auto;
    border-radius: 5px;
    margin-bottom: 5px;
}
.ptt-blog-thumb:hover .ptt-blog-cover {
    transform: scale(1.01);
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2);
}

.ptt-blog-thumb .ptt-btn-orange {
    margin-bottom: 0;
    padding: 6px 20px;
}

.ptt-blog-links {
    padding-bottom: 30px;
}

.ptt-blog-links a {
    font-size: 18px;
    color: #ff6600;
    text-decoration: underline;
    padding-bottom: 15px;
}

.ptt-blog-links a:hover {
    color: #222;
}

.ptt-blog-content img {
    max-width: 100%;
    height: auto;
}

.ptt-blog-top-ad, .ptt-blog-bottom-ad {
    margin-bottom: 20px;
    box-shadow: 0 2px 5px 0 rgba(119, 119, 119, 0.15);
    padding: 10px 15px 4px 15px;
    border-radius: 5px;
}

.ptt-blog-bottom-ad {
    margin-bottom: 10px;
    margin-top: 20px;
}

.mob-app-banner-desc {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.7);
    margin-top: 15px;
    line-height: 1.5;
}
.mob-app-banner-desc ul {
    padding-left: 18px;
    margin: 5px 0 0;
}
.mob-app-banner-desc ul li {
    font-size: 11px;
    margin-bottom: 4px;
}

@media (max-width: 768px) {
    .ptt-blog-top-lines .col-md-3:first-child .ptt-blog-top-line {
        padding-left: 50px;
    }
}