

/* Start:/local/templates/travelsoft/components/bitrix/system.pagenavigation/news_pagination/style.css?17523160722232*/
.j5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.pagination .btn--arrow.btn-prev svg {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.pagination .btn--arrow.btn-next svg {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.pagination .btn--arrow svg {
  color: #000;
  width: 50px;
  height: 35px;
}

.pagination .btn--arrow.btn-prev {
  margin-right: 40px;
}
.pagination .btn--arrow.btn-next {
  margin-left: 40px;
}
.pagination .btn--arrow.disabled {
  opacity: .2;
  cursor: default;
}
.btn--arrow.disabled {
  pointer-events: none;
  opacity: 0;
}
.pagination .btn--arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.pagination .btn--arrow {
  width: 35px;
  height: 35px;
  opacity: .6;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  border-bottom: none;
}

.pagination .page.disabled {
  background: 0 0;
  font-size: 2rem;
  pointer-events: none;
}
.pagination .page {
  width: 2.5rem;
  height: 2.5rem;
  margin: 0.5rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #000;
  font-size: 2rem;
  background: 0 0;
  border-bottom: none;
  -webkit-transition: .1s linear;
  -o-transition: .1s linear;
  -moz-transition: .1s linear;
  transition: .1s linear;
}
.pagination .page.j5:hover span{
  color: #e21e23;
}
.pagination .page.current {
  font-size: 2rem;
  background: #e5e5e5;
  width: 3rem;
  height: 3rem;
}
/* End */


/* Start:/bitrix/templates/.default/components/newsite/news/template1/style.css?17523161303574*/
.article-list .list-item {
    margin: 30px 0 10px;
}
.article-list .date {
    margin-bottom: 10px;
    color: #878787;
    font-size: 15px;
}
.article-list .title {
    font-size: 19px;
    line-height: 1.94737;
    font-weight: 500;
}
.article-list .description {
    font-size: 17px;
    line-height: 1.76471;
}
topstring-select .pseudo-select {
    margin-left: 10px;
}
.topstring-select .pseudo-select {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid rgba(135,135,135,.5);
    color: #878787;
    position: relative;
    z-index: 5;
}
.pseudo-select {
    position: relative;
    max-height: 100px;
}
.topstring-select .pseudo-select input:not(.one-pseudo-select-input) {
    border-right: 1px solid rgba(135,135,135,.5);
}
.topstring-select .pseudo-select.monthselect input {
    width: 100px;
}
.topstring-select .pseudo-select svg {
    z-index: 2;
}
topstring-select .pseudo-select svg {
    color: #e31e24;
    opacity: .4;
    width: 20px;
    height: 20px;
    top: -webkit-calc(50% - 10px);
    top: -moz-calc(50% - 10px);
    top: calc(50% - 10px);
    right: 10px;
}
.pseudo-select .options {
    position: absolute;
    min-width: 100%;
    width: auto;
    z-index: 99;
    pointer-events: none;
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    max-height: 800px;
}
.topstring-select .pseudo-select .options .wrap {
    margin-top: 0;
    border-color: rgba(135,135,135,.5);
    -webkit-border-radius: 0 0 12px 12px;
    -moz-border-radius: 0 0 12px 12px;
    border-radius: 0 0 12px 12px;
    -webkit-box-shadow: 0 3px 3px rgba(0,0,0,.2);
    -moz-box-shadow: 0 3px 3px rgba(0,0,0,.2);
    box-shadow: 0 3px 3px rgba(0,0,0,.2);
    width: -webkit-calc(100% + 2px);
    width: -moz-calc(100% + 2px);
    width: calc(100% + 2px);
    margin-left: -1px;
    background: #fff;
    overflow: hidden;
}
.topstring-select {
    margin-left: -10px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.section-news .filter {
    position: absolute;
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
    top: 10px;
}
.j5 .pagination {
    margin-top: 30px;
}
.pagination .btn--arrow.btn-prev {
    margin-right: 40px;
}
.pagination .btn--arrow.disabled {
    opacity: .2;
    cursor: default;
}
.btn--arrow.disabled {
    pointer-events: none;
    opacity: 0;
}
.pagination .btn--arrow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.pagination .btn--arrow {
    width: 35px;
    height: 35px;
    opacity: .6;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    border-bottom: none;
}
.j46 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
/* End */
/* /local/templates/travelsoft/components/bitrix/system.pagenavigation/news_pagination/style.css?17523160722232 */
/* /bitrix/templates/.default/components/newsite/news/template1/style.css?17523161303574 */
