.news_updates .pagination_block {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.news_updates .pagination_block .limiter {
    display: none;
}

.news_updates .pagination {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}



.news_updates .news_updates_listing .news_block {
    display: flex;
    padding: 0 20px 0 0;
    box-sizing: border-box;
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 0 4px 0 #d0d0d0;
}

.news_updates .news_updates_listing {
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(800px,1fr));
    grid-gap: 2rem;
}

.news_updates .news_updates_listing .news_block .image_block {
    width: 30%;
    border-radius: 10px 0 0 10px;
    background-color: #efefef;
}

.news_updates .news_updates_listing .news_block .image_block img {
    max-width: 100%;
    border-radius: 10px 0 0 10px;
    min-height: 170px !important;
}

.news_updates .news_updates_listing .news_block .news_content_block {
    width: 70%;
    padding: 15px 20px;
    box-sizing: border-box;
}

.news_updates .news_updates_listing .news_block .news_content_block h3 {
    font-size: 20px;
    color: #000;
    line-height: 24px;
    padding-bottom: 5px;
}

.news_updates .news_updates_listing .news_block .news_content_block h3 a {
    color: #000;
}

.news_updates .news_updates_listing .news_block .news_content_block h3 a:hover {
    color: #ec2028
}

.news_updates .news_updates_listing .news_block .news_content_block span {
    font-size: 15px;
    color: #8d8d8d;
    line-height: 24px;
}

.news_updates .news_updates_listing .news_block .news_content_block p {
    font-size: 16px;
    color: #000;
    line-height: 20px;
    padding: 5px 0;
    padding-bottom: 15px;
}

.news_updates .news_updates_listing .news_block .news_content_block p a {
    color: #ec2028;
    text-decoration: underline;
}

.news_updates .bottom_pagination {
    margin-top: 20px;
    float: right;
}

.news_updates .news_updates_listing .news_block .news_content_block .inner_container {
    padding: 0;
}

@media (min-width: 200px) and (max-width:599px) {

    .news_updates .news_updates_listing .news_block {
        flex-direction: column;
        padding: 0;
    }

    .news_updates .news_updates_listing .news_block .image_block {
        width: 100%;
        border-radius: 10px 0 0 10px;
        background-color: unset;
    }

    .news_updates .news_updates_listing .news_block .news_content_block {
        width: 100%;
        padding: 10px 20px;
        box-sizing: border-box;
    }

    .news_updates .pagination_block .pagination {
        display: none;
    }

    .news_updates .news_updates_listing {
        display: grid;
        grid-template-columns: repeat(auto-fill,minmax(280px,1fr));
        grid-gap: 2rem;
    }

    .news_updates .news_updates_listing .news_block .news_content_block p {
        font-size: 14px;
    }

    .news_updates .news_updates_listing .news_block .news_content_block h3 {
        font-size: 16px;
        line-height: 22px;
    }

    
    .news_content .news_listing li p.short_desc {
        min-height: 1px;
    }
}

@media (min-width: 600px) and (max-width:1120px) {
    .news_updates .news_updates_listing .news_block .image_block {
        width:40%;
        border-radius: 10px 0 0 10px;
        background-color: unset;
    }

    .news_updates .news_updates_listing .news_block .news_content_block {
        width: 60%;
        padding: 10px 20px;
        box-sizing: border-box;
    }

    .news_updates .news_updates_listing .news_block .image_block {
        background-color: unset;
    }

    .news_updates .news_updates_listing {
        display: grid;
        grid-template-columns: repeat(auto-fill,minmax(530px,1fr));
        grid-gap: 2rem;
    }

    .news_updates .news_updates_listing .news_block .news_content_block p {
        font-size: 14px;
    }
}


@media (max-width: 530px) {
    .news_content .news_listing li {
        min-height:15px;
    }
}




.article_page .left_block .content_block article .inner_container {
    padding: 0;
}


@media (min-width: 200px) and (max-width:900px) {
    .page_title {
        margin-bottom: 10px;
    }

    .page_title h2 {
        font-size: 24px;
        line-height: 30px;
    }

    .bottom_fixed_block {
        display: block;
    }

    .bottom_fixed_block .gif_img img {
        width: 400px;
    }
}

@media (min-width: 600px) and (max-width:900px) {
    .page_title h2 {
        font-size:26px;
        line-height: unset;
    }

    .bottom_fixed_block .gif_img img {
        width: 50%;
    }
}

.article_page {
    width: 100%;
    display: inline-block;
    margin-bottom: 60px;
}

.article_page .page_title {
    margin-bottom: 20px;
    box-sizing: border-box;
}

.article_page .page_title h2 {
    color: #000;
    font-size: 30px;
    text-transform: uppercase;
}

.article_page .left_block {
    width: 70%;
    float: left;
}

.article_page .left_block .top_previous_next_article_container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.social_share ul li {
    display: inline-block;
    margin-right: 4px;
}

.article_page .left_block .top_previous_next_article_container .next_article_btn a {
    font-size: 16px;
    color: #000;
    
    display: inline-block;
}

.article_page .left_block .top_previous_next_article_container .next_article_btn a:hover {
    color: #ec2028;
}

.article_page .left_block .top_previous_next_article_container .next_article_btn img:last-child {
    display: none;
}

.article_page .left_block .top_previous_next_article_container .next_article_btn:hover img:first-child {
    display: none;
}

.article_page .left_block .top_previous_next_article_container .next_article_btn:hover img:last-child {
    display: inline-block;
}

.article_page .left_block .top_previous_next_article_container .next_article_btn img {
    vertical-align: text-top;
    width: 15px;
}

.article_page .left_block .content_block {
    margin-top: 15px;
}


.article_page .left_block .content_block .content_title {
    font-size: 28px;
    color: #000;
    text-transform: uppercase;
    padding: 10px 0;
}

.article_page .left_block .content_block .content_subtitle {
    color: #000;
    font-size: 24px;
    padding: 10px 0;
}

.article_page .content_block .points {
    
    box-sizing: border-box;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 70px;
}

.article_page .content_block .points li {
    box-sizing: border-box;
    font-size: 15px;
    line-height: 25px;
    padding-left: 8px;
    color: #000;
}

.article_page .left_block .comment_note {
    position: relative;
    background-color: #f2f2f2;
    border-radius: 10px;
    text-align: center;
    padding: 30px 50px;
    margin-top: 50px;
    margin-bottom: 30px;
    box-sizing: border-box;
}

.article_page .left_block .comment_note strong {
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    
    color: #000;
    margin-top: 15px;
    margin-bottom: 15px;
}

.article_page .left_block .comment_note p {
    font-size: 18px;
    line-height: 27px;
    
    color: #000;
    padding: 12px 0;
}

.article_page .left_block .comment_note img {
    max-width: 100%;
    position: absolute;
    top: -25px;
}

.article_page .left_block .bottom_previous_next_article_container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 60px;
    box-sizing: border-box;
}

.article_page .left_block .bottom_previous_next_article_container .next_article_btn a {
    font-size: 16px;
    color: #000;
}

.article_page .left_block .bottom_previous_next_article_container .next_article_btn a:hover {
    color: #ec2028;
}

.article_page .left_block .bottom_previous_next_article_container .next_article_btn img {
    vertical-align: text-top;
    width: 15px;
}

.article_page .left_block .bottom_previous_next_article_container .next_article_btn img:last-child {
    display: none;
}

.article_page .left_block .bottom_previous_next_article_container .next_article_btn:hover img:first-child {
    display: none;
}

.article_page .left_block .bottom_previous_next_article_container .next_article_btn:hover img:last-child {
    display: inline-block;
}

.article_page .right_block {
    width: 25%;
    float: right;
    align-items: flex-start;
}

.article_page .right_block .sticky_news_right {
    position: -webkit-sticky;
    position: sticky;
    top: 30px;
}

.article_page .right_block .recent_news_block {
    padding: 20px;
    box-sizing: border-box;
    background-color: #f9f9f9;
    border-radius: 10px;
    box-shadow: 0 0 4px 2px rgb(96 144 181/10%);
}

.article_page .right_block .recent_news_block .title {
    font-size: 18px;
    color: #000;
    text-transform: uppercase;;
    border-bottom: 1px solid #e1e1e1;
    padding: 0 0 5px;
}

.article_page .right_block .recent_news_block li {
    display: block;
    border-bottom: 1px solid #e1e1e1;
    padding: 14px 0;
    box-sizing: border-box;
}

.article_page .right_block .recent_news_block li:last-child {
    padding: 14px 0;
    padding-bottom: 0;
    border-bottom: none;
}

.article_page .right_block .recent_news_block li a {
    font-size: 14px;
    text-decoration: none;
    color: #000;
    line-height: 18px;
    display: block;
    padding-bottom: 5px;
}

.article_page .right_block .recent_news_block li span {
    font-size: 12px;
    color: #6f6f6f;
    display: block;
    line-height: normal;
}

#bar-fixed.stickIt {
    position: fixed;
    top: 90px;
    float: right;
}

.news_special_testimonial {
    width: 100%;
    background-color: #f9f9f9;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 10px;
    box-shadow: 0 0 4px 2px rgb(96 144 181/10%);
    margin-bottom: 20px;
}

.news_special_testimonial .title h2 {
    font-size: 18px;
    padding-bottom: 15px;
    color: #000;
    text-align: left;
    text-transform: uppercase;
}

.news_special_testimonial .title h2 span {
    color: #ec2028;
}

.news_special_offer_carosuel .item img {
    border-radius: 10px;
    max-width: 100%;
}

.news_special_testimonial .all_offers {
    width: 100%;
    margin-top: 20px;
}

.news_special_testimonial .all_offers a {
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 20px;
    color: #ec2028;
}

.news_special_testimonial .all_offers a img {
    max-width: 100%;
    padding-left: 4px
}

.article_page .left_block .content_block h2 {
    font-size: 20px;
    font-weight: 500;
    color: #000;
    line-height: 26px;
    padding-bottom: 8px;
}

.article_page .left_block .content_block h2 a {
    color: #0000;
}

.article_page .left_block .content_block h2 a:hover {
    color: #ec2028;
}

.article_page .left_block .content_block h3 {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    line-height: 26px;
    padding-bottom: 8px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.article_page .left_block .content_block h3 a {
    color: #000;
}

.article_page .left_block .content_block h3 a:hover {
    color: #ec2028;
}

.article_page .left_block .content_block .h3 {
    font-size: 18px;;
    color: #000;
    line-height: 26px;
    padding-bottom: 8px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.article_page .left_block .content_block .h3 a {
    color: #000;
}

.article_page .left_block .content_block .h3 a:hover {
    color: #ec2028;
}

.article_page .left_block .content_block h1 {
    font-size: 23px;
    color: #000;
    line-height: 30px;
    padding-bottom: 8px;
}

.article_page .left_block .content_block h1 a {
    color: #000;
}

.article_page .left_block .content_block h1 a:hover {
    color: #ec2028;
}


.article_page .left_block .content_block table b {
    font-size: 16px;
    color: #000;
}


.article_page .left_block .content_block ul {
    padding: 0;
    margin: 0;
}

.article_page .left_block .content_block ul li span {
    line-height: normal;
}

.article_page .left_block .content_block ul li:last-child {
    padding-bottom: 0;
    border: none;
}

.article_page .left_block .content_block .new_passenger_comp_block {
    padding: 40px 40px 2px;
    box-sizing: border-box;
    background-color: #f6f6f6;
    margin-bottom: 20px;
}

.article_page .left_block .content_block .new_passenger_comp_block .ul {
    text-align: center;
    padding: 0;
    margin: 0;
}

.article_page .left_block .content_block .new_passenger_comp_block .ul .li {
    width: 47%;
    line-height: normal;
    display: inline-block;
    background-color: #fff;
    box-sizing: border-box;
    border-radius: 10px;
    border: 1px solid #dcdcdc;
    padding: 0;
    box-shadow: 0 0px 10px 0px rgb(0 0 0/0.10);
    margin-right: 5.45%;
    margin-bottom: 38px;
    vertical-align: top;
}

.article_page .left_block .content_block .new_passenger_comp_block .ul .li a {
    display: block;
    padding: 20px;
    text-decoration: none;
    box-sizing: border-box;
    overflow: auto;
}

.article_page .left_block .content_block .new_passenger_comp_block .ul .li:nth-child(even) {
    margin-right: 0;
}

.new_passenger_comp_block .ul .li .car_img {
    width: 24%;
    float: left;
    margin-right: 9%;
}

.new_passenger_comp_block .ul .li .car_img img {
    max-width: 100%;
    margin-top: 35px;
    margin-bottom: 6px;
    height: auto;
}

.new_passenger_comp_block .ul .li .car_img span {
    display: block;
    font-size: 15px;
    color: #000;;
    text-transform: uppercase;
    text-align: center;
}

.new_passenger_comp_block .ul .li .car_detail {
    width: 66%;
    float: left;
}

.new_passenger_comp_block .ul .li .name {
    display: block;
    margin-bottom: 5px;
    font-size: 15px;
    color: #000;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;;
    text-transform: uppercase;
    text-align: center;
}

.new_passenger_comp_block .ul .li .car_detail span {
    display: block;
    font-size: 15px;
    color: #000;
    padding: 8px 0 3px;
    clear: both;
    text-align: left;
}

.new_passenger_comp_block .ul .li .car_detail .progressbar {
    background-color: #ebebeb;
    margin-bottom: 5px;
    padding: 0;
}

.new_passenger_comp_block .ul .li .car_detail .progressbar .filed {
    background-color: #e03138;
    width: 70%;
    height: 14px;
}

.new_passenger_comp_block .ul .li .car_detail strong {
    color: #9c9c9c;
    font-size: 12px;
    
    float: left;
}

.new_passenger_comp_block .ul .li .car_detail strong:last-child {
    float: right;
}

.new_passenger_comp_block .ul .li .car_detail .comfort .progressbar .filed {
    background-color: #52be49;
    width: 82%;
}

.new_passenger_comp_block .ul .li .car_detail .sport .progressbar .filed {
    background-color: #4e5cc8;
    width: 42%;
}

.article_page .left_block .content_block h1 {
    font-size: 30px;
    text-transform: uppercase;
    line-height: 38px;
    padding-bottom: 12px;
}

.article_page .left_block .content_block h2 {
    font-size: 26px;
    color: #000;
    text-transform: uppercase;
    padding: 10px 0;
    line-height: 32px;
}

.article_page .left_block .content_block h3 {
    font-size: 24px;
    padding: 10px 0;
    line-height: 32px;
}

.article_page .left_block .content_block h4 {
    font-size: 20px;
    padding: 10px 0;
    text-align: left;
    text-transform: uppercase;
}

.article_page .left_block .content_block h5 {
    font-size: 20px;
    padding: 10px 0;
    color: #000;
    text-transform: uppercase;
}

.article_page .left_block .content_block h6 {
    font-size: 18px;
    padding: 10px 0;
    color: #000;
    text-transform: uppercase;
}

.article_page .left_block .content_block ul li h3 {
    padding: 0;
}

.article_page .left_block .content_block .block_main_banner {
    width: 100%
}

.article_page .left_block .content_block .block_main_banner img {
    max-width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: 1px 1px 4px 0 rgba(149,149,149,.5);
}

.article_page .left_block .content_block .mobile-responsive {
    display: none;
}


.article_page .left_block .content_block ul {
    box-sizing: border-box;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 70px;
}

.article_page .left_block .content_block ul li {
    box-sizing: border-box;
    font-size: 15px;
    line-height: 29px;
    padding-left: 8px;
    color: #000;
}

.article_page .left_block .content_block ul li a {
    text-decoration: underline;
    color: #ec2028;
}

.article_page .left_block .content_block img.responsive {
    display: none;
}

.article_page .left_block .content_block ol {
    padding-top: 25px;
    padding-bottom: 25px;
    width: 100%;
    padding-left: 70px;
    box-sizing: border-box;
    list-style: decimal;
}

.article_page .left_block .content_block ol li {
    font-size: 15px;
    line-height: 29px;
    padding-left: 8px;
    box-sizing: border-box;
}

.article_page .left_block .content_block table {
    width: 100%;
    margin-bottom: 30px;
    margin-top: 30px;
    border-radius: 10px;
    border: none;
    padding: 0;
    overflow-x: auto;
}

.article_page .left_block .content_block table th {
    background-color: #eaeaea;
    color: #000;
    text-align: center;
    font-size: 16px;
    line-height: 18px;
    
    padding: 0 12px;
    height: 68px;
    box-sizing: border-box;
    vertical-align: middle;
}

.article_page .left_block .content_block table tr {
    vertical-align: middle;
}

.article_page .left_block .content_block table td {
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    
    color: #000;
    padding: 0 10px;
    box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
    height: 50px;
    border: 4px solid #fff;
    background-color: #f8f8f8;
}

.article_page .left_block .content_block table td p {
    
    text-align: center;
}

.article_page .left_block .content_block table .red,.article_page .left_block .content_block table .red_th {
    background-color: #ec2028;
    color: #fff;
}

.article_page .left_block .content_block table .red p,.article_page .left_block .content_block table .red_th p {
    color: #fff;
}

.article_page .left_block .content_block table.tyre_info p {
    
    text-align: center;
    line-height: normal;
}

.article_page .left_block .content_block table.tyre_info p a {
    line-height: normal;
}

.article_page .left_block .content_block table.tyre_info {
    width: 100%;
    margin: 0;
    border-radius: 10px;
    border-collapse: collapse;
    display: table;
    border-spacing: 0;
    width: 100%;
}

.article_page .left_block .content_block table.tyre_info th {
    background-color: #eaeaea;
    color: #000;
    font-size: 16px;
    line-height: 18px;
    
    padding: 0 12px;
    height: 68px;
    box-sizing: border-box;
    vertical-align: middle;
    text-align: center;
    border: 4px solid #fff;
    width: 100px;
}

.article_page .left_block .content_block table.tyre_info tr {
    vertical-align: middle;
}

.article_page .left_block .content_block table.tyre_info tbody td {
    font-size: 16px;
    line-height: 22px;
    
    color: #000;
    padding: 0 10px;
    box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
    height: 50px;
    border: 4px solid #fff;
    background-color: #f8f8f8;
}

.article_page .left_block .content_block table.tyre_info tbody td.tyre_name a {
    text-decoration: none;
    color: #000;
}

.article_page .left_block .content_block table.tyre_info tbody td span.price {
    display: block;
}

.article_page .left_block .comment_note p {
    text-align: center;
    padding: 0;
}

.article_page .right_block .sticky_news_right .news_special_testimonial .new_news_block .title.video_title {
    font-size: 18px;
    color: #000;
    text-transform: uppercase;;
    padding: 0 0 15px;
}

.article_page .right_block .sticky_news_right .news_special_testimonial .new_news_block iframe {
    border-radius: 10px;
}

@media screen and (min-width: 200px) and (max-width:899px) {
    .article_page .left_block .content_block table.tyre_info th {
        display:none;
    }

    .article_page .left_block .content_block table.tyre_info tbody td {
        display: flex;
        align-items: center;
        font-size: 13px;
        line-height: 16px;
        padding: 0 8px 0 0;
        vertical-align: middle;
        height: 60px;
        border: 2px solid #fff;
    }

    .article_page .left_block .content_block table.tyre_info tbody td:before {
        width: 123px;
        content: attr(data-th);
        font-size: 13px;
        line-height: 16px;
        padding: 0 8px;
        margin-right: 15px;
        box-sizing: border-box;
        display: inline-flex;
        align-items: center;
        text-align: initial;
        background-color: #eaeaea;
        height: 60px;
        border: 2px solid #fff;
    }

    .article_page .left_block .content_block table.tyre_info tbody td:last-child {
        margin-bottom: 40px;
    }

    .article_page .left_block .content_block table.tyre_info.two_column tbody td:before {
        width: 130px;
        min-width: 144px;
        content: attr(data-th);
        font-size: 13px;
        margin-right: 10px;
    }

    .article_page .left_block .content_block table.tyre_info tr {
        margin: 0;
        border: none;
    }

    .article_page .left_block .content_block table.tyre_info p,.article_page .left_block .content_block table.tyre_info p a {
        font-size: 14px;
        text-align: left;
    }

    .article_page .left_block .content_block table b {
        font-size: 14px;
    }
}

.article_page .left_block .content_block table.tyre_info.countries {
    margin-bottom: 10px;
}

.article_page .left_block .content_block table.tyre_info.countries thead {
    width: auto;
    height: auto;
    position: static;
}

.article_page .left_block .content_block table.tyre_info.countries th:first-child {
    width: auto;
}

.article_page .left_block .content_block table.tyre_info.countries th {
    min-width: 10%;
    height: auto;
    font-size: 16px;
    display: table-cell;;
    padding: 13px 10px;
}

.article_page .left_block .content_block table.tyre_info.countries td {
    height: auto;
    min-width: 10%;
    font-size: 14px;
    padding: 8px 10px;
}

.article_page .left_block .content_block table.tyre_info.countries td {
    font-size: 14px;
}

.article_page .left_block .content_block table.tyre_info.countries td:before {
    display: none;
}

.article_page .left_block .content_block table.tyre_info.countries tr {
    display: table-row;
}

@media screen and (min-width: 200px) and (max-width:899px) {
    .article_page .left_block .content_block table.tyre_info.countries td {
        width:50% !important;
        display: inline-block;
        float: left;
    }

    .article_page .left_block .content_block table.tyre_info tbody td:last-child {
        margin-bottom: 0;
    }
}

.article_page .left_block .content_block table.tyre_info.red_th th,.article_page .left_block .content_block table.tyre_info.red_th tbody td:before {
    background-color: #ec2028;
    color: #fff;
}

.article_page .left_block .content_block .sky-blue {
    border: 14px solid #def5ff;
    width: 100%;
}

.article_page .left_block .content_block .dark-blue {
    background-color: #92c8e0;
    height: 65px;
}

.article_page .left_block .content_block .td-blue-color {
    background-color: #ebf9ff;
    width: 44%;
    font-weight: 400;
}

.article_page .left_block .content_block .border-bottom-blue {
    border-bottom: 1px solid #d3f1fe;
}

.article_page .left_block .content_block .light-brown {
    border: 14px solid #fff1e8;
    width: 100%;
}

.article_page .left_block .content_block .dark-brown {
    background-color: #eac1a6;
    height: 65px;
}

.article_page .left_block .content_block .td-brown-color {
    background-color: #fbe7da;
    width: 44%;
    font-weight: 400;
}

.article_page .left_block .content_block .border-bottom-brown {
    border-bottom: 1px solid #fbe7da;
}

.article_page .left_block .content_block .light-green {
    border: 14px solid #e9f8e1;
    width: 100%;
}

.article_page .left_block .content_block .dark-green {
    background-color: #b7cfaa;
    height: 65px;
}

.article_page .left_block .content_block .td-green-color {
    background-color: #f4fbf1;
    width: 44%;
    font-weight: 400;
}

.article_page .left_block .content_block .border-bottom-green {
    border-bottom: 1px solid #dcf2d2;
}

.article_page .left_block .content_block .light-gray {
    border: 14px solid #f0f0f0;
    width: 100%;
}

.article_page .left_block .content_block .dark-gray {
    background-color: #d5d5d5;
    height: 65px;
}

.article_page .left_block .content_block .td-gray-color {
    background-color: #fbfbfb;
    width: 44%;
    font-weight: 400;
}

.article_page .left_block .content_block .border-bottom-gray {
    border-bottom: 1px solid #f0f0f0;
}

.article_page .left_block .content_block .align_center {
    text-align: center;
    width: 100%;
    margin: 5px 0;
}

.article_page .left_block .content_block a.btn.red {
    font-size: 15px;
    color: #fff;
    background-color: #ec2028;
    border-radius: 5px;
    display: inline-block;
    padding-top: 3px;
    border-bottom: 3px solid #d8181f;
    text-align: center;
    line-height: 30px;
    padding: 4px 20px 0;
    text-transform: uppercase;
}

.article_page .left_block .content_block a.btn.red:hover {
    background-color: #ce1219;
}

.article_page .left_block .content_block a.btn.gray {
    font-size: 15px;
    color: #fff;
    background-color: #504e50;
    border-radius: 5px;
    display: inline-block;
    padding-top: 3px;
    border-bottom: 3px solid #444244;
    text-align: center;
    line-height: 30px;
    padding: 4px 20px 0;
    text-transform: uppercase;
}

.article_page .left_block .content_block a.btn.gray:hover {
    background-color: #3c3b3c;
}

@media (min-width: 200px) and (max-width:900px) {
    .article_page .left_block .content_block a.btn.red {
        font-size:13px;
        height: 30px;
        padding: 6px 20px 0;
    }

    .article_page .left_block .content_block a.btn.gray {
        font-size: 13px;
        height: 30px;
        padding: 6px 20px 0;
    }

    .article_page {
        margin-bottom: 20px;
    }

    .article_page .page_title h2 {
        font-size: 20px;
        line-height: 24px;
    }

    .article_page .left_block {
        width: 100%;
        float: none;
    }

    .article_page .right_block {
        display: none;
    }

    .article_page .left_block .top_previous_next_article_container .next_article_btn {
        display: none;
    }

    .social_share ul li a img {
        width: 64px;
    }

    .article_page .left_block .content_block .content_title {
        font-size: 21px;
        line-height: 27px;
    }

    .article_page .left_block .content_block .content_subtitle {
        font-size: 22px;
    }

    .article_page .left_block .comment_note {
        padding: 30px 20px;
    }

    .article_page .left_block .bottom_previous_next_article_container {
        flex-direction: column;
        margin-top: 30px;
    }

    .article_page .left_block .bottom_previous_next_article_container .next_article_btn {
        margin-top: 15px;
    }

    .article_page .left_block .bottom_previous_next_article_container .next_article_btn a {
        font-size: 12px;
    }

    .article_page .left_block .bottom_previous_next_article_container .next_article_btn img {
        width: 12px;
    }
}

@media (min-width: 600px) and (max-width:900px) {
    .article_page .left_block .bottom_previous_next_article_container .next_article_btn a {
        font-size:14px;
    }

    .article_page .page_title h2 {
        font-size: 26px;
        line-height: 32px;
    }

    .social_share ul li a img {
        width: unset;
    }

    .article_page .left_block .bottom_previous_next_article_container {
        flex-direction: row;
    }

    .article_page .left_block .bottom_previous_next_article_container .next_article_btn {
        margin-top: 0;
    }

    .article_page {
        margin-bottom: 30px;
    }
}

@media (min-width: 200px) and (max-width:599px) {

    .article_page .left_block .content_block h2 {
        font-size: 22px;
    }

    .article_page .left_block .content_block img.responsive {
        display: block;
    }

    .article_page .left_block .content_block img.desktop {
        display: none;
    }

}


@media (max-width: 1120px) {
    .article_page .left_block .content_block .new_passenger_comp_block .ul .li {
        width:100%;
        margin-right: 0;
    }
}


@media (min-width: 320px) and (max-width:899px) {
    .article_page .right_block {
        display:block !important;
        height: 0 !important;
    }

    .news_special_testimonial {
        display: none;
    }

    .article_page .right_block .recent_news_block {
        display: none;
    }

    .article-category-detail .page-footer .bottom_section.remove {
        margin-bottom: 100px;
    }

    .article-category-detail .page-footer .bottom_section.add {
        margin-bottom: 100px;
    }
}

.article-category-detail .article_page .left_block .blog_post_feed.detail.clearfix .blog-content {
    display: flex;
}

.article-category-detail .article_page .left_block .blog_post_feed.detail.clearfix span.date {
    
    font-size: 15px;
    color: #8d8d8d;
    line-height: 24px;
    padding-bottom: 20px;
    display: block;
}

.article-category-detail .article_page .left_block .blog_post_feed.detail.clearfix a.blog-category {
    
    font-size: 15px;
    color: #8d8d8d;
    line-height: 24px;
    padding: 0 20px 0;
    display: block;
}

.article-category-detail .article_page .left_block .blog_post_feed.detail.clearfix span.blog-author {
    
    font-size: 15px;
    color: #8d8d8d;
    line-height: 24px;
    padding-bottom: 20px;
    display: block;
}

.article-category-detail .article_page .left_block .blog_post_feed.detail.clearfix span.blog-time {
    
    font-size: 15px;
    color: #8d8d8d;
    line-height: 24px;
    padding: 0 20px 0;
    display: block;
}
