

/* Start:/local/templates/askme_new/components/bitrix/system.pagenavigation/.default/style.css?17863583992669*/
.bx-pagination .bx-pagination-container {
    text-align: center;
    position: relative;
}

.bx-pagination .bx-pagination-container ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
}

.bx-pagination .bx-pagination-container ul li {
    display: inline-block;
}

.bx-pagination .bx-pagination-container ul li span {
    -webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    -moz-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    -ms-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    -o-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    background: transparent;
    padding: 0 8px;
    display: block;
    height: 32px;
    min-width: 32px;
    line-height: 32px;
    color: #444;
    font-size: 14px;
    border-radius: 5px;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #eff0f1;
}

.bx-pagination .bx-pagination-container ul li a {
    text-decoration: none;
    display: block;
    border-radius: 5px;
    height: 32px;
    min-width: 32px;
    line-height: 32px;
    color: #444;
    vertical-align: middle;
}

.bx-pagination .bx-pagination-container ul li a:hover span {
    background: #ff7b1ca6;
    color: #fff;
}

.bx-pagination .bx-pagination-container ul li a:hover {
    color: #fff;
}

.bx-pagination .bx-pagination-container ul li.bx-active span {
    background: #66666657;
    color: #fff;
}

.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
    background: #fff;
    border: 0px solid #eff0f1;
    line-height: 32px;
    color: #FF7C1C;
    font-size: 19px;
}

.bx-pagination .bx-pagination-container ul li.bx-pag-all span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next span {
    color: #aab1b4;
    background: #fff;
    border: 2px solid #eff0f1;
    line-height: 28px;
}

.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span {
    background: #ff7b1ca6;
    border-color: #ff7b1ca6;
    color: #fff;
}


/*color schemes*/
/* End */


/* Start:/local/templates/askme_new/components/bitrix/news/news/bitrix/news.list/.default/style.css?17863588552683*/
.news-items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
}

.new_date {
    background-color: #ff761a;
    padding: 0.2rem 1rem;
    display: inline;
    vertical-align: middle;
    line-height: 1.4;
    font-size: 0.8rem;
    color: #fff;
    font-weight: 700;
}

.new_more {
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 300;
    line-height: 1;
    text-align: right;
    color: #ff761a;
    border-bottom: 1px solid #fff;
}

.new_more:hover {
    color: #c44f02;
    border-bottom: 1px solid #c44f02;
}

.new_preview {
    margin: 1rem 0.25rem 0.5rem 0;
    line-height: 1.2;
    font-size: 14px;
    text-align: left;
    font-weight: 300;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.new_preview img {
    margin-right: 10px;
    max-width: 100%;
}

.new_title a {
    margin: 1rem 0.25rem 0.5rem 0;
    line-height: 1.2;
    font-size: 1rem;
    text-align: left;
    height: 3rem;
    font-weight: 700;
    overflow: hidden;
    color: rgba(0, 0, 0, 0.8);
}

.newsTop {
    min-height: 190px;
}

.news-item {
    padding: 20px;
}

.new_title {
    line-height: 1;
    margin-top: 20px;
}


.new_date {
    background-color: #ff761a;
    padding: 0.2rem 1rem;
    display: inline;
    vertical-align: middle;
    line-height: 1.4;
    font-size: 0.8rem;
    color: #fff;
    font-weight: 700;
}
.nucServ .imgW {
    height: 250px;
    display: flex;
    align-items: center;
    overflow: hidden;
    width: 100%;
}
.nucServ img {
    max-width: 100%;
    height: 100%;
    display: block;
    margin: 0 auto;
    object-fit: contain;
}
.nucServ .infoBlock {
    padding: 20px 0px 0 0;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: space-between;
}
.nucServ .name {
    margin-bottom: 15px;
    font-size: 1rem;
    font-weight: 700;
    height: 40px;
    margin-top: 15px;
}


.nucServ {
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #cdcdcd;
    overflow: hidden;
}


.nucServ .txt {
    height: 100px;
}

/*.wrapServIn .owl-item {*/
    /*padding: 0 10px;*/
/*}*/

@media (max-width: 1199px) {
    .news-items {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 767px) {
    .news-items {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 380px) {
    .new_preview {
        flex-direction: column;
        text-align: center;
    }
    .new_preview img {
        margin-bottom: 10px;
    }
    .new_title {
        text-align: center;
    }
}
/* End */
/* /local/templates/askme_new/components/bitrix/system.pagenavigation/.default/style.css?17863583992669 */
/* /local/templates/askme_new/components/bitrix/news/news/bitrix/news.list/.default/style.css?17863588552683 */
