

/* Start:/local/templates/pump/components/bitrix/news/calculation/style.css?15973079592663*/
.container-news .content-box-grid-news{
    padding-bottom: 0;
    width: calc(100% + 30px);
    margin: 0 -15px;
}
.container-news{
    padding-bottom: 100px;
}
[name=showMore] [type=submit]{
    background: none;
    border: none;
    margin:30px 0;
    padding: 0;
    text-decoration: underline;
    cursor: pointer;
    text-transform: lowercase;
}
.container-fluid.main_press-container{
    padding: 0;
}
.press-list > .container-fluid{
    padding: 0;
}
.content-box-grid-news.loader:after{
    grid-column: 1 / span 3;
    align-self: center;
    margin: 30px 0;
    position: relative;
    display: block;
}
.content-box-grid-news.press-content.loader:after{
    grid-column: 1 / span 4;
}
@media screen and (max-width: 1199px) {
    .content-box-grid-news.press-content.loader:after{
        grid-column: 1 / span 3;
    }
}
@media screen and (max-width: 767px){
    .content-box-grid-news.loader:after{
        grid-column: 1 / span 2;
    }
    .content-box-grid-news.press-content.loader:after{
        grid-column: 1 / span 2;
    }
}
@media screen and (max-width: 500px){
    .content-box-grid-news.loader:after{
        grid-column: 1;
    }
    .content-box-grid-news.press-content.loader:after{
        grid-column: 1;
    }
}
.content-box-grid-news.loader:before{
    background: none;
    display: none;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .content-box-grid-news.loader:after{
        -ms-flex-order: 2;
    }
    .content-box-grid-news.loader:before{
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        height: 1px;
        width: 100%;
        display: block;
        -ms-flex-order: 2;
        position: relative;
    }
    .content-box-grid-news .item{
        -ms-flex-order: 1;
    }
}
[name=showMore]{
    display: none;
}
.tpl-default-uikit form.loader .uk-form-row{
    height: 0;
    overflow: hidden;
}
form{
    position: relative;
}
.loader:before{
    background: white;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    z-index: 2;
    opacity: .5;
}
.loader:after{
    z-index: 3;
    position: absolute;
    left: calc(50% - 35px);
    top: calc(50% - 35px);
    content: "";
    width: 70px;
    height: 70px;
    margin: auto;
    background-color: #1c8ce0;
    border-radius: 100%;
    animation: sk-spinner-pulse 1.0s infinite ease-in-out;
}

@keyframes sk-spinner-pulse {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1.0);
        opacity: 0;
    }
}
/* End */
/* /local/templates/pump/components/bitrix/news/calculation/style.css?15973079592663 */
