

/* Start:/bitrix/templates/new_style/components/bitrix/system.pagenavigation/news_pagination/style.min.css?17637246011190*/
.news-pg-nav{width:100%;display:-ms-flexbox;display:flex;flex-wrap:wrap;justify-content:center;margin-bottom:4em}.news-pg-nav a{color:#333;text-decoration:none;background-color:#fff}.news-pg-nav a,.news-pg-nav>span{border:2px solid #333;display:block;vertical-align:middle;font-weight:700;height:50px;line-height:46px;min-width:50px;transition:all .2s ease-out;text-align:center;margin:0 10px 20px;padding:0 3px}.news-pg-nav a:hover,.news-pg-nav>span{color:#fff;background-color:#333;border-color:#333;text-decoration:none}.news-pg-nav a.btn-pg{height:auto;width:auto;padding:0 15px;border-radius:0;position:relative}.news-pg-nav a.btn-pg.next-pg{padding-right:55px}.news-pg-nav a.btn-pg.prev-pg{padding-left:55px}.news-pg-nav a.btn-pg:before{content:'';display:block;height:15px;width:20px;background-position:center;background-repeat:no-repeat;background-size:contain;background-image:url(/images/new/arrow-right.png);position:absolute;top:50%;margin-top:-7.5px;transition:.3s}.news-pg-nav a.btn-pg.next-pg:before{right:20px}.news-pg-nav a.btn-pg.prev-pg:before{transform:rotate(180deg);left:20px}.news-pg-nav a.btn-pg:hover:before{background-image:url(/images/new/arrow-right-white.png)}
/* End */


/* Start:/bitrix/templates/new_style/components/bitrix/news.list/listnewspage/style.min.css?17637246012442*/
.news-list-page .news-list .news-item{box-shadow:-5px 5px 10px rgba(51,51,51,.1);margin-bottom:2.5em}.news-list-page .news-list .news-item .news-title h2{text-align:left;width:100%;color:#333;text-decoration:none;transition:all .5s ease-in-out;display:block;margin-bottom:20px;font-size:1.6em;line-height:.94;font-weight:700}.news-list-page .news-list .news-item .body-news{padding-top:0}.news-list-page .news-list .news-item .news-info{margin:0 -20px 10px;display:-ms-flexbox;display:flex;flex-wrap:wrap}.news-list-page .news-list .news-item .news-info .news-date-time,.news-list-page .news-list .news-item .news-info .news-tag,.news-list-page .news-list .news-item .news-info .news-view{-ms-flex:0 0 auto;flex:0 0 auto;font-size:14px;color:#333;display:inline-block;padding:0 20px 10px}.news-list-page .news-list .news-item .news-info .news-tag a:not(:first-child){margin-left:3px}.news-list-page .news-list .news-item .news-img{margin-bottom:1em}.news-list-page .news-list .news-item .news-img img{width:100%;height:auto;display:block}.news-list-page .news-list .news-item .news-pr-text{font-size:14px}.news-list-page .news-list .news-item .news-full a{font-size:1.4em;line-height:1.4rem;font-weight:600;color:#e31e24;text-transform:uppercase;text-decoration:none;display:inline-block;transition:color .5s ease-in-out}.news-list-page .news-list .news-item .news-full{left:0;bottom:-4px;position:relative}.news-list-page .tag-search .tag-block{box-shadow:-5px 5px 10px rgba(51,51,51,.1);background:#fff;padding-bottom:20px;position:relative;margin-bottom:2.5em;transition:all .2s ease-out}.news-list-page .tag-search .tag-block:hover{box-shadow:2px 3px 7px 6px rgba(0,0,0,.05)}.news-list-page .tag-search #tagBlock .tag-block{box-shadow:none!important;border:2px solid #333}.news-list-page .tag-search .tag-block ul{list-style:none;padding:0;display:-ms-flexbox;display:flex;flex-wrap:wrap;margin:0 -10px}.news-list-page .tag-search .tag-block ul>li{display:block;padding:0 10px 20px}.news-list-page .tag-search .tag-block ul>li.tag-item>a{display:block}.news-list-page .tag-search .tag-block ul>li.tag-item.active>a,.news-list-page .tag-search .tag-block ul>li.tag-item>a:hover{border-color:#e31e24;background-color:#e31e24;color:#fff}.tag-search .news-row{transition:.5s}@media (min-width:1790px){.news-list-page .news-row+.d-lg-block{padding-left:75px}}@media (max-width:1789.98px){.news-list-page .tag-search .tag-block{font-size:16px}}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/main.include/form_horizont/style.css?17637246017839*/
.block-contacts-form{
    background: #fff;
    position: relative;
}
.block-contacts-form .container{
    position:relative;
    z-index: 5;
}
.block-contacts-form .column-form{
    padding-right: 10px;
}
.list-check .item-check{
    position:relative;
    padding-left: 54px;
}
.list-check .item-check:last-child{
    margin-bottom: 0;
}

/* Checkmark style starts */
@-moz-keyframes dothabottomcheck {
    0% {
        height: 0;
    }
    100% {
        height: 10px;
    }
}
@-webkit-keyframes dothabottomcheck {
    0% {
        height: 0;
    }
    100% {
        height: 10px;
    }
}
@keyframes dothabottomcheck {
    0% {
        height: 0;
    }
    100% {
        height: 10px;
    }
}
@keyframes dothatopcheck {
    0% {
        height: 0;
    }
    50% {
        height: 0;
    }
    100% {
        height: 25px;
    }
}
@-webkit-keyframes dothatopcheck {
    0% {
        height: 0;
    }
    50% {
        height: 0;
    }
    100% {
        height: 25px;
    }
}
@-moz-keyframes dothatopcheck {
    0% {
        height: 0;
    }
    50% {
        height: 0;
    }
    100% {
        height: 25px;
    }
}

.list-check .check-box{
    position: absolute;
    top:50%;
    margin-top: -13px;
    left: 0;
    height: 26px;
    width: 26px;
    background-color: transparent;
    border: 3px solid #333333;
    border-radius: 5px;
    display: inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: border-color ease 0.2s;
    -o-transition: border-color ease 0.2s;
    -webkit-transition: border-color ease 0.2s;
    transition: border-color ease 0.2s;
    transition-delay: .5s;
}
.list-check .check-box::before, .check-box::after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    height: 0;
    width: 3px;
    background-color: #333333;
    display: inline-block;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    border-radius: 2px;
    content: ' ';
    -webkit-transition: opacity ease .5;
    -moz-transition: opacity ease .5;
    transition: opacity ease .5;
    transition-delay: .5s;
}
.list-check .check-box::before {
    top: 16px;
    left: 10px;
    box-shadow: 0 0 0 4px #fff;
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.list-check .check-box::after {
    top: 8px;
    left: 2px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.list-check .item-check.visited .check-box {
    border-color: #333333;
}
.list-check .item-check.visited:nth-child(1) .check-box::after
{
    height: 10px;
    -moz-animation: dothabottomcheck 0.2s ease .5s forwards;
    -o-animation: dothabottomcheck 0.2s ease .5s forwards;
    -webkit-animation: dothabottomcheck 0.2s ease .5s forwards;
    animation: dothabottomcheck 0.2s ease .5s forwards;
}
.list-check .item-check.visited:nth-child(1) .check-box::before
{
    height: 25px;
    -moz-animation: dothatopcheck 0.4s ease .5s forwards;
    -o-animation: dothatopcheck 0.4s ease .5s forwards;
    -webkit-animation: dothatopcheck 0.4s ease .5s forwards;
    animation: dothatopcheck 0.4s ease .5s forwards;
}
.list-check .item-check.visited:nth-child(2) .check-box::before{
    -moz-animation: dothatopcheck 0.4s ease 1s forwards;
    -o-animation: dothatopcheck 0.4s ease 1s forwards;
    -webkit-animation: dothatopcheck 0.4s ease 1s forwards;
    animation: dothatopcheck 0.4s ease 1s forwards;
}
.list-check .item-check.visited:nth-child(2) .check-box::after{
    -moz-animation: dothabottomcheck 0.2s ease 1s forwards;
    -o-animation: dothabottomcheck 0.2s ease 1s forwards;
    -webkit-animation: dothabottomcheck 0.2s ease 1s forwards;
    animation: dothabottomcheck 0.2s ease 1s forwards;
}
.list-check .item-check.visited:nth-child(3) .check-box::before{
    -moz-animation: dothatopcheck 0.4s ease 1.5s forwards;
    -o-animation: dothatopcheck 0.4s ease 1.5s forwards;
    -webkit-animation: dothatopcheck 0.4s ease 1.5s forwards;
    animation: dothatopcheck 0.4s ease 1.5s forwards;
}
.list-check .item-check.visited:nth-child(3) .check-box::after{
    -moz-animation: dothabottomcheck 0.2s ease 1.5s forwards;
    -o-animation: dothabottomcheck 0.2s ease 1.5s forwards;
    -webkit-animation: dothabottomcheck 0.2s ease 1.5s forwards;
    animation: dothabottomcheck 0.2s ease 1.5s forwards;
}
.list-check .item-check.visited:nth-child(4) .check-box::before{
    -moz-animation: dothatopcheck 0.4s ease 2s forwards;
    -o-animation: dothatopcheck 0.4s ease 2s forwards;
    -webkit-animation: dothatopcheck 0.4s ease 2s forwards;
    animation: dothatopcheck 0.4s ease 2s forwards;
}
.list-check .item-check.visited:nth-child(4) .check-box::after{
    -moz-animation: dothabottomcheck 0.2s ease 2s forwards;
    -o-animation: dothabottomcheck 0.2s ease 2s forwards;
    -webkit-animation: dothabottomcheck 0.2s ease 2s forwards;
    animation: dothabottomcheck 0.2s ease 2s forwards;
}
.list-check .item-check.visited:nth-child(5) .check-box::before{
    -moz-animation: dothatopcheck 0.4s ease 2.5s forwards;
    -o-animation: dothatopcheck 0.4s ease 2.5s forwards;
    -webkit-animation: dothatopcheck 0.4s ease 2.5s forwards;
    animation: dothatopcheck 0.4s ease 2.5s forwards;
}
.list-check .item-check.visited:nth-child(5) .check-box::after{
    -moz-animation: dothabottomcheck 0.2s ease 2.5s forwards;
    -o-animation: dothabottomcheck 0.2s ease 2.5s forwards;
    -webkit-animation: dothabottomcheck 0.2s ease 2.5s forwards;
    animation: dothabottomcheck 0.2s ease 2.5s forwards;
}
.list-check .item-check.visited:nth-child(2) .check-box{
    transition-delay: 1.5s;
}
.list-check .item-check.visited:nth-child(3) .check-box{
    transition-delay: 2s;
}
.list-check .item-check.visited:nth-child(4) .check-box{
    transition-delay: 2.5s;
}
.list-check .item-check.visited:nth-child(5) .check-box{
    transition-delay: 3s;
}
.contact-panels{
    margin-bottom: 3em;
    background: #FFFFFF;
    box-shadow: -5px 5px 10px rgba(51, 51, 51, 0.1);
    padding: 40px;
}
.contact-panels .panel-info .position,
.column-check .head-column,
.list-check .item-check{
    margin-bottom: 1em;
}
@media (min-width: 992px){
    .block-contacts-form .column-check{
        padding-left: 35px;
    }
}
@media (min-width: 1400px){
    .block-contacts-form .rostik-bg{
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background-position: center;
        background-repeat: no-repeat;
    }
}
@media (min-width: 1790px){
    .block-contacts-form .column-check{
        width: 55%;
    }
    .block-contacts-form .column-form{
        width: 43%
    }
    .contact-panels{
        min-width:5em;
    }
}
@media (max-width: 1790px){
    .block-contacts-form .rostik-bg{
        background-size: cover;
    }
}
@media (max-width: 767.98px){
    .block-contacts-form .column-form{
        margin-bottom: 30px;
    }
}
@media (max-width: 1399.98px){
    .block-contacts-form .red-line-left:before{
        display: none;
    }
    .block-contacts-form .padd-left-mod{
        padding-left:0;
    }
    .block-contacts-form{
        border-top: 2px solid #E31E24;
    }
}
/* End */
/* /bitrix/templates/new_style/components/bitrix/system.pagenavigation/news_pagination/style.min.css?17637246011190 */
/* /bitrix/templates/new_style/components/bitrix/news.list/listnewspage/style.min.css?17637246012442 */
/* /bitrix/templates/.default/components/bitrix/main.include/form_horizont/style.css?17637246017839 */
