

/* Start:/local/templates/.default/components/bitrix/news/news_tile/bitrix/news.detail/.default/style.css?17712935619568*/
.news {
    position: relative; }
.news__wrap {
    position: relative; }

.news-year {
    position: relative;
    margin: 0 0 25px 0; }
.news-year:after {
    content: "";
    display: table;
    clear: both; }
.news-year__link {
    position: relative;
    display: table;
    float: left;
    text-decoration: none;
    height: 50px;
    padding: 0 18px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
.news-year__link.active {
    background-color: #eaeaea; }
.news-year__number {
    display: table-cell;
    vertical-align: middle;
    font: 500 18px/120% "Open Sans", sans-serif; }

.news-block {
    position: relative; }
.news-block__wrap {
    position: relative;
    margin: 0 0 30px 0;
    min-height: 150px; }
.news-block__wrap:after {
    content: "";
    display: table;
    clear: both; }
.news-block__img {
    position: absolute;
    margin: 0 25px 0 0;
    max-height: 170px;
    left: 0;
    top: 0;
    width: 250px;
    min-width: 300px;
    display: block;
    overflow: hidden; }
.news-block__img img {
    width: 250px; }
@media only screen and (max-width: 550px) {
    .news-block__img {
        position: relative;
        display: inline-block;
        width: 100%;
        margin: 0 0 15px 0; }
    .news-block__img img {
        width: 300px; } }
.news-block__link {
    color: #000;
    text-decoration: none;
    margin: 0 0 5px 0;
    display: block; }
.news-block__title {
    font: 500 18px/120% "Open Sans", sans-serif;
    text-transform: none;
    margin: 0;
    color: #000;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
.news-block__title:hover {
    color: #9dcbff; }
.news-block__data {
    font: 300 12px/120% "Open Sans", sans-serif;
    color: #4b4a4a;
    margin: 0 0 8px 0; }
.news-block__text {
    font-size: 16px;
    color: #4b4a4a;
    margin: 0 0 20px 0; }
.news-block__link, .news-block__data, .news-block__text,
.news-block .continued {
    margin-top: 25px;
    margin-left: 275px; }
.continued--bottom {
    text-decoration: underline; }
.continued--bottom:hover{
    color: #9dcbff;
    text-decoration: none; }
.continued--news {
    font: bold 15px/100% "Open Sans", sans-serif;
    text-decoration: underline; }
.continued--news:hover{
    color: #9dcbff;
    text-decoration: none; }
@media only screen and (max-width: 550px) {
    .news-block__link, .news-block__data, .news-block__text,
    .news-block .continued {
        margin-left: 0; } }

.news-block--card .news-block__link, .news-block--card .news-block__data, .news-block--card .news-block__text {
    margin-left: 0; }

.news-block--card .news-block__data {
    font: 500 12px/120% "Open Sans", sans-serif; }

.news-block--card .continued {
    margin-left: 0; }

.news-photo {
    position: relative;
    margin: 0 0 30px 0;
    font-size: 0;
    line-height: 0;
    overflow: hidden; }
.news-photo__wrap {
    position: relative;
    margin-right: -15px; }
@media only screen and (max-width: 350px) {
    .news-photo__wrap {
        margin-right: 0; } }
.news-photo__link {
    display: inline-block;
    width: 25%;
    padding-right: 5px;
    margin-bottom: 15px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
@media only screen and (max-width: 700px) {
    .news-photo__link {
        width: 33.3333%; } }
@media only screen and (max-width: 550px) {
    .news-photo__link {
        width: 50%; } }
@media only screen and (max-width: 350px) {
    .news-photo__link {
        width: 100%; } }
.news-photo__link:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha Opacity=7;
    opacity: 0.7; }
.news-photo img {
    display: block;
    max-width: 100%; }
@media only screen and (max-width: 350px) {
    .news-photo img {
        margin: 0 auto; } }

@media only screen and (max-width: 600px) {
    .content .news-list_mainpage .news-list_mainpage__item__name {
        height: auto !important; } }

.news-list_mainpage {
    width: 100%;
    text-align: center;
    padding: 50px 0px;
    background-color: #f6f6f6; }
.news-list_mainpage__wrapper {
    max-width: 975px;
    min-width: 320px;
    margin: 0 auto;
    position: relative;
    padding-left: 25px;
    padding-right: 25px; }
@media only screen and (max-width: 400px) {
    .news-list_mainpage__wrapper {
        padding-left: 10px;
        padding-right: 10px; } }
.news-list_mainpage__grid {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative; }
@media only screen and (max-width: 600px) {
    .news-list_mainpage__grid {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
.news-list_mainpage__grid-wrap {
    position: relative;
    margin: 0 -10px; }
.news-list_mainpage__text-block {
    padding-left: 10px;
    width: unset; }
.news-list_mainpage__text-block a {
    text-decoration: none;
    color: #4b4a4a; }
.news-list_mainpage__item-wrap {
    position: relative;
    display: table;
    height: 100%;
    width: 100%;
    padding: 10px;
    background-color: white; }
.news-list_mainpage__item {
    display: block;
    width: 33.3333%;
    padding: 18px 10px;
    vertical-align: top;
    text-align: left;
    color: #4b4a4a; }
@media only screen and (max-width: 600px) {
    .news-list_mainpage__item {
        width: 100%;
        max-width: 320px; } }
.news-list_mainpage__item img {
    border: 1px solid #e3e3e3;
    width: 100%; }
.news-list_mainpage__item__name {
    font-weight: bold;
    margin-bottom: 20px; }
@media only screen and (max-width: 900px) {
    .news-list_mainpage__item__name {
        font-size: 14px; } }
@media only screen and (max-width: 800px) {
    .news-list_mainpage__item__name {
        font-size: 13px; } }
@media only screen and (max-width: 750px) {
    .news-list_mainpage__item__name {
        font-size: 12px; } }
@media only screen and (max-width: 700px) {
    .news-list_mainpage__item__name {
        line-height: 13px; } }
@media only screen and (max-width: 650px) {
    .news-list_mainpage__item__name {
        line-height: 11px;
        font-size: 11px; } }
@media only screen and (max-width: 600px) {
    .news-list_mainpage__item__name {
        height: auto !important; } }
@media only screen and (max-width: 540px) {
    .news-list_mainpage__item__name {
        line-height: 15px;
        font-size: 16px; } }
.news-list_mainpage__item__date {
    margin: 10px 0px;
    color: #9d9d9d;
    font-size: 14px; }
.news-list_mainpage__item__more {
    float: right; }
.news-list_mainpage__item__more a {
    text-decoration: none;
    color: #0060aa; }
.news-list_mainpage__item__prew {
    height: 150px; }
@media only screen and (max-width: 900px) {
    .news-list_mainpage__item__prew {
        font-size: 13px; } }
@media only screen and (max-width: 800px) {
    .news-list_mainpage__item__prew {
        font-size: 12px; } }
@media only screen and (max-width: 700px) {
    .news-list_mainpage__item__prew {
        line-height: 14px; } }
@media only screen and (max-width: 540px) {
    .news-list_mainpage__item__prew {
        font-size: 16px;
        line-height: 16px; } }



.gallery-photo {
    display: flex;
    /*position: relative;*/
    /*margin: 0 0 40px 0;*/
    /*text-align: center; */
}
.gallery-photo__wrap {
    /*position: relative;*/
    /*-webkit-column-count: 5;*/
    /*column-count: 5;*/
    /*font-size: 0;*/
    /*line-height: 0;*/
    /*margin: 0 -10px 30px 0; */
    display: flex;
    flex: 0 1 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
}
@media only screen and (max-width: 700px) {
    .gallery-photo__wrap {
        -webkit-column-count: 4;
        column-count: 4; } }
@media only screen and (max-width: 550px) {
    .gallery-photo__wrap {
        -webkit-column-count: 3;
        column-count: 3; } }
.gallery-photo__wrap-block {
    /*position: relative;*/
    /*display: block;*/
    padding-right: 10px;
    margin-bottom: 10px;
    display: flex;
    flex: 0 1 20%;
    width: calc(20% - 10px);}
.gallery-photo__element {
    display: inline-block;
    position: relative;
    overflow: hidden;
    line-height: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
.gallery-photo__wrap-block:hover .effect-apollo img {
    opacity: 1;
    -webkit-transform: perspective(1000px) translate3d(0, 0, 40px);
    transform: perspective(1000px) translate3d(0, 0, 40px); }
.gallery-photo img {
    width: 100%; }
.gallery-photo .effect-apollo img {
    opacity: 1;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transform: perspective(1000px) translate3d(0, 0, 0);
    transform: perspective(1000px) translate3d(0, 0, 0);
    margin: 0 auto;
    display: block; }
.gallery-photo .effect-apollo img img {
    width: 100%; }

@media (max-width: 1200px) {
    .gallery-photo__wrap-block {
        width: calc(25% - 10px);
        flex: 0 1 25%;
    }
    .gallery-photo__element {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .gallery-photo__wrap-block {
        width: calc(33% - 10px);
        flex: 0 1 33%;
    }
}

@media (max-width: 767px) {
    .gallery-photo__wrap-block {
        width: calc(50% - 5px);
        flex: 0 1 50%;
    }
}

.news-image {
    margin: 0 auto;
    width: 100%;
    max-width: 925px;
    height: auto;
}

.news-img-wrap {
    text-align: center;
}
/* End */
/* /local/templates/.default/components/bitrix/news/news_tile/bitrix/news.detail/.default/style.css?17712935619568 */
