

/* Start:/bitrix/templates/infograd-stankim/components/bitrix/system.pagenavigation/.default/style.css?17429050252188*/

/*          P A G E   N A V I G A T I O N      */
.wrap_pagination {
    text-align: center;
}

.pagination {
    display: inline-block;
    margin: 25px 0 15px;
    padding-left: 0;
    font-size: 1rem;
    font-weight: 500;
}

.pagination>li {
    display: inline;
    cursor: pointer;
}

.pagination a,
.pagination span {
    border-radius: 5px !important;
    min-width: 40px;
    height: 32px;
    color: rgba(0, 0, 0, .5);
    margin-left: 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    justify-content: center;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: .25rem 1rem;
    line-height: 1.25;
    text-decoration: none;
    border: 1px solid transparent;
    margin: 0 5px;
}

.pagination>li:last-child >a {
    width: auto;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover,
.pagination a:hover {   
    z-index: 2;
    color: var(--color-black);
    background-color: var(--color-border);
    border-color: var(--color-border);
    cursor: default;
}

.pagination>.next>a,
.pagination>.prev>a {
    display: none;
    border: none !important;
    background: none !important;
    padding: 15px !important;
    pointer-events: none;
}

.pagination>.next>a:hover,
.pagination>.next>a:focus,
.pagination>.prev>a:hover,
.pagination>.prev>a:focus {
    border: none !important;
    background: var(--color-white-gray) !important;
}


.pagination .active a,
.pagination .active span,
.pagination a:hover,
.pagination span:hover,
.pagination a:focus,
.pagination span:focus,
.pagination a:active,
.pagination span:active {
    border-color: transparent !important;
    background-color: #f0f0f0 !important;
    cursor: pointer;
}
/* End */


/* Start:/bitrix/templates/infograd-stankim/components/bitrix/news.list/service-elements/style.css?17804049551911*/
.service-elements__desc p {
    margin-top: 0;
    margin-bottom: 1.3rem;
}

.service-elements__items {
    display: grid;
    grid-template-columns: repeat(4, minmax(200px, 1fr));
    grid-auto-rows: 1fr;
    gap: 30px;
}

.service-elements__item {
    width: 100%;
    height: 100%;
    padding: 15px;

    text-align: center;

    background: #fff;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    
    -webkit-transition: .1s;
    -o-transition: .1s;
    transition: .1s;
}

.service-elements__item-picture {
    height: 200px;
    margin-bottom: 15px;
    position: relative;
}

.service-elements__item-picture img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.service-elements__item:hover .service-elements__item-picture img {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
}

.service-elements__item-title {
    font-size: .9375rem;
    font-weight: 500;
    text-align: center;
    color: #000;
    text-decoration: none;
    -webkit-transition: color .4s ease;
    -o-transition: color .4s ease;
    transition: color .4s ease;
}

.service-elements__item:hover .service-elements__item-title {
    color: rgba(0, 0, 0, .6);
}


@media (max-width: 991.98px) {
    .service-elements__items {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 767.98px) {
    .service-elements__items {
        margin-bottom: 30px;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

@media (max-width: 575.98px) {
    .service-elements__items {
        grid-template-columns: 1fr;
    }
}
/* End */
/* /bitrix/templates/infograd-stankim/components/bitrix/system.pagenavigation/.default/style.css?17429050252188 */
/* /bitrix/templates/infograd-stankim/components/bitrix/news.list/service-elements/style.css?17804049551911 */
