@import url('https://fonts.googleapis.com/css?family=Ubuntu+Condensed&subset=cyrillic');
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
html {
  font-size: 10px;
}
body {
  background: #fff;
  font-size: 15px;
  line-height: 1.35;
  color: #434343;
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
  padding: 5.6rem 0 0;
}
:first-child {
  margin-top: 0;
}
/*.container {
    padding: 0 15px;
}*/
img {
  max-width: 100%;
  height: auto;
}
.fr {
  float: right;
}
.fl {
  float: left;
}
.drop-menu {
  position: fixed;
  top: 4.6rem;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  background: #35aef4;
  color: #fff;
  font-family: 'Boblic', sans-serif;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  transition: all .4s;
}
.drop-menu:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 8px;
  content: '';
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
}
.drop-menu ._inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  overflow: auto;
  padding: 1rem 0;
  box-sizing: border-box;
}
.drop-menu h3 {
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 400;
  margin: 0;
  border-bottom: solid 1px rgba(255, 255, 255, 0.3);
  position: relative;
}
.drop-menu h3 .toggle-item {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0, 0, 0, 0);
  width: 4rem;
}
.drop-menu h3 .toggle-item:before {
  content: "";
  width: 1rem;
  height: 1rem;
  border-bottom: solid 1px #fff;
  border-left: solid 1px #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: .8rem;
  left: 0;
  margin: auto;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  transition: all .25s;
}
.drop-menu h3 a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 1rem 0 1rem 1rem;
}
.drop-menu__item {
  position: relative;
}
.drop-menu__item-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.drop-menu__item.show-sub h3 .toggle-item {
  background: rgba(0, 0, 0, 0.1);
}
.drop-menu__item.show-sub h3 .toggle-item:before {
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
  bottom: 0;
  top: .6rem;
}
.drop-menu__nav {
  list-style: none;
  padding: 1rem 0 2rem;
  margin: 0;
  font-size: 1.6rem;
  width: 49%;
  display: none;
}
.drop-menu__nav:only-child {
  width: 100%;
}
.drop-menu__nav li a {
  display: block;
  padding: .5rem .5rem .5rem 2rem;
  line-height: 1.1;
  color: #fff;
  text-decoration: none;
}
.drop-menu__subnav {
  list-style: none;
  padding: 1rem 0 2rem;
  margin: 0;
  width: 49%;
  font-size: 1.6rem;
  display: none;
}
.drop-menu__subnav li a {
  display: block;
  padding: .5rem;
  line-height: 1.1;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}
.show-drop-menu .drop-menu {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.show-drop-menu .toggle-drop-navi i:nth-child(1) {
  top: .8rem;
  -webkit-transform: rotate(405deg);
      -ms-transform: rotate(405deg);
          transform: rotate(405deg);
}
.show-drop-menu .toggle-drop-navi i:nth-child(2) {
  opacity: 0;
}
.show-drop-menu .toggle-drop-navi i:nth-child(3) {
  top: -0.8rem;
  -webkit-transform: rotate(315deg);
      -ms-transform: rotate(315deg);
          transform: rotate(315deg);
}
.header {
  height: 4.6rem;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #4fb9f5;
  /* background: #4fb9f5 url(/static/img/ng/utro_NY_mob_46.jpg) repeat-x; */
  z-index: 999;
}
.header .logo {
  float: left;
  padding: 0.7rem 1.6rem 0.5rem 1.6rem;
}
.header .logo__img {
  height: 3.3rem;
  float: left;
  width: 14.4rem;
  display: inline-block;
  background: url('/static/img/logo-1.svg') 0 0 / contain no-repeat;
  /*background: url('/static/img/ytro-logo.png') 0 0 / contain no-repeat;*/
}
.header__search {
  float: right;
  width: 3rem;
  height: 3rem;
  background: #fff;
  position: relative;
  margin-top: 0.8rem;
}
.header__search input {
  height: 3rem;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  border: 0;
  background: #fff;
  width: 4rem;
  padding: 0 1rem;
  transition: all .25s;
  outline: 0;
  z-index: 3;
  font-size: 1.4rem;
}
.header__search input:focus {
  opacity: 1;
  width: 18rem;
}
.header__search .toggle-search {
  display: block;
  background: #dcf1fd;
  border: 0;
  outline: 0;
  width: 3rem;
  height: 3rem;
  font-size: 2.0rem;
  color: #0e9ff2;
  padding: 0;
}
.toggle-drop-navi {
  float: right;
  padding: .6rem 1rem;
  height: 4.6rem;
  box-sizing: border-box;
  border: 0;
  background: transparent;
  margin-left: .8rem;
}
.toggle-drop-navi i {
  display: block;
  width: 2.9rem;
  height: .4rem;
  background: #fff;
  position: relative;
  transition: all .4s;
  top: 0;
  opacity: 1;
  -webkit-transform: rotate(0);
	  -ms-transform: rotate(0);
    	  transform: rotate(0);
}
.toggle-drop-navi i + i {
  margin-top: .4rem;
}
.scroll-start {
  padding-top: 4.22rem;
}
.scroll-start .header {
  height: 3.22rem;
  transition: all .25s;
  /*background: #4fb9f5 url(/static/img/ng/utro_NY_mob_32.jpg) repeat-x;*/
  background: #4fb9f5;
}
.scroll-start .header .logo {
  padding: 0.77rem 1.6rem;
}
.scroll-start .header .logo img {
  height: 1.68rem;
}
.scroll-start .header .logo__img {
  height: 1.68rem;
  width: 6.16rem;
}
.scroll-start .header__search {
  width: 2.8rem;
  height: 2.8rem;
  margin-top: 0.21rem;
}
.scroll-start .header__search input {
  height: 2.8rem;
  width: 2.8rem;
  font-size: 0.98rem;
  padding: 0;
}
.scroll-start .header__search input:focus {
  width: 18rem;
  padding: 0 0.7rem;
}
.scroll-start .header__search .toggle-search {
  width: 2.8rem;
  height: 2.8rem;
  font-size: 1.4rem;
}
.scroll-start .toggle-drop-navi {
  padding: 0.42rem 1rem;
  height: 3.22rem;
  margin-left: .8rem;
}
.scroll-start .toggle-drop-navi i {
  width: 2.03rem;
  height: .2rem;
}
.scroll-start .toggle-drop-navi i + i {
  margin-top: 0.28rem;
}
.scroll-start.show-drop-menu .toggle-drop-navi i:nth-child(1) {
  top: 0.49rem;
}
.scroll-start.show-drop-menu .toggle-drop-navi i:nth-child(3) {
  top: -0.49rem;
}
.scroll-start .drop-menu {
  top: 3.22rem;
}
.scroll-start .stream-news {
  top: 3.22rem;
}
.scroll-down .header {
  -ms-transform: translateY(-100%);
      transform: translateY(-100%);
}
.scroll-down .drop-menu {
  top: 0;
}
.scroll-down .stream-news {
  top: 0;
}
._block {
  text-align: center;
}
._block._pic {
  padding: 1rem;
  text-align: center;
}
._block._pic img {
  margin: auto;
}
._block._pic2 {
  padding: 2.5rem 0;
}
._block._pic2 img {
  width: 100vw;
  display: block;
}
.main-news {
  padding: 1.2rem 1.5rem 1.5rem;
  margin: 0;
  position: relative;
  clear: both;
}
.two-column-main {
	margin-bottom: 2rem;
}
.two-column-main .main-news {
	width: calc(50% - 3rem);
	float: left;
	height: 300px;
	overflow-y: hidden;
	clear: none;
}
.main-news:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  background: url('/static/img/shadow-article.png') 100% 100% no-repeat;
  z-index: -1;
}
.main-news__title {
  font-size: 2.6rem;
  margin: 0 0 1rem;
  font-family: arial;
  font-weight: 900;
  color: #474747;
  line-height: 0.84615385;
  letter-spacing: -0.025em;
}
.two-column-main .main-news .main-news__title {
  font-size: 1.8rem;
  font-weight: normal;
  color: #000;
  font-family: 'Ubuntu Condensed', sans-serif;
}
.two-column-main .main-news time {
  color: #bfbfbf;
  font-size: 1rem;
  font-family: arial;
}
.two-column-main .main-news p {
  font-size: 1.4rem;
}
.main-news__title a {
  text-decoration: none;
  color: inherit;
}
.main-news figure {
  padding: 0;
  margin: 0 0 1rem;
  position: relative;
}
.main-news figure a {
  text-decoration: none;
  display: block;
}
.main-news figure img {
  display: block;
  width: 100%;
}
.main-news figure time {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #d0d0d0;
  background: rgba(0, 0, 0, 0.45);
  padding: 3px 10px;
  font-size: 12px;
}
.main-news p {
  margin: 0;
  color: #a1a1a1;
  font-size: 1.6rem;
}
.main-news__list {
  list-style: none;
  padding: 0 .8rem;
  margin: 0 0 2rem;
  font-size: 2.4rem;
  line-height: 0.91666667;
  font-family: 'Ubuntu Condensed', sans-serif;
}
.main-news__list li {
  border-bottom: solid 1px #eee;
}
.main-news__list li:first-child {
  border-top: solid 1px #eee;
}
.main-news__list a {
  display: block;
  text-decoration: none;
  padding: 2rem 0 2rem 1.6rem;
  color: #474747;
  position: relative;
}
.main-news__list ._arrow {
  position: absolute;
  right: 100%;
  margin: -0.1rem -1.35rem 0 0;
  width: 1.8rem;
  font-size: 1.8rem;
  text-align: center;
  letter-spacing: -1rem;
}
.main-news__list ._arrow._up {
  color: #049bf1;
}
.main-news__list ._arrow._down {
  color: #fb3131;
}
.news-block {
  padding: .5rem 2rem;
  position: relative;
}
.news-block:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  background: url('/static/img/shadow-article.png') 100% 100% no-repeat;
  z-index: -1;
}
.news-block ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 2.4rem;
  line-height: 0.91666667;
  font-family: 'Ubuntu Condensed', sans-serif;
}
.news-block ul li {
  padding: .8rem 0;
}
.news-block ul li:after {
  content: "";
  display: block;
  clear: both;
}
.news-block ul img.fl {
  margin: 0 1rem 0 0;
}
.news-block ul img.fr {
  margin: 0 0 0 1rem;
}
.news-block ul a {
  display: block;
  text-decoration: none;
  color: #474747;
}
.news-block._reflect ul {
  padding: 1rem;
}
.news-block._reflect ul img.fr {
  margin-left: 2rem;
}
.news-block._gray ul {
  padding: 1rem;
}
.news-block._gray ul li {
  border-top: solid 1px #fafafa;
}
.news-block._gray ul li:first-child {
  border-top: 0;
}
.news-block.admin-chosen {
  margin: 0;
  background: url(/static/img/shadow-article.png) 100% 100% no-repeat;
  padding: 1.5rem 1.5rem 1rem;
}
.news-block.admin-chosen ul li {
  border-top: solid 1px #eee;
  padding: 0;
}
.news-block.admin-chosen ul li:first-child {
  border-top: 0;
}
.news-block.admin-chosen ul li a {
  display: block;
  text-decoration: none;
  color: #000;
  padding: 1.5rem 0;
  overflow: hidden;
}
.news-block.admin-chosen ul li p {
  margin: 0;
  font-family: 'Ubuntu Condensed', sans-serif;
  font-size: 2.4rem;
  line-height: 0.91666667;
  color: #474747;
}
.title {
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 400;
  font-family: 'Boblic', sans-serif;
  color: rgba(71, 71, 71, 0.6);
  padding: .3rem 0;
}
.title.title_rubric {
  margin: 10px 20px 0;
}
._gray {
  background: #f2f2f2;
}
.news-section {
  padding: 1.6rem 1.5rem .6rem;
  position: relative;
}
.news-section:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  background: url('/static/img/shadow-article.png') 100% 100% no-repeat;
  z-index: -1;
}
.news-section__top-news {
  display: block;
  text-decoration: none;
  font-size: 2.4rem;
  line-height: 0.91666667;
  font-family: 'Ubuntu Condensed', sans-serif;
  padding-bottom: 1.4rem;
  color: #474747;
}
.news-section__top-news img {
  display: block;
  width: 100%;
  margin: 0 0 .8rem;
}
.news-section__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.news-section__list li {
  border-top: solid 1px #dadada;
}
.news-section__list li:first-child {
  border-top: 0px none;
}
.news-section__list a {
  display: block;
  position: relative;
  color: #000;
  padding: 1.5rem 0 1.5rem 3rem;
  font-size: 2.4rem;
  line-height: 0.91666667;
  font-family: 'Ubuntu Condensed', sans-serif;
  text-decoration: none;
}
.news-section__list a:before {
  content: '';
  position: absolute;
  left: .3rem;
  top: 2.5rem;
  width: .8rem;
  height: .8rem;
  border-radius: .8rem;
  background: #4fb9f5;
}
.slider-short-news {
  padding: 2rem 0 0;
  background: #4fb9f5;
  margin: 0 0 1rem;
}
.slider-short-news__title {
  margin: 0 1.5rem .7rem;
}
.slider-short-news .title {
  border-bottom-color: rgba(255, 255, 255, 0.5);
  color: #fff;
}
.slider-short-news ._slider {
  width: 100%;
  white-space: nowrap;
  overflow: auto;
  padding-bottom: 2.5rem;
}
.slider-short-news .media-box {
  position: relative;
  margin: 0 0 1.5rem;
}
.slider-short-news .media-box img {
  display: block;
  width: 100%;
  margin: 0;
}
.slider-short-news .media-box .icon-video {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
._table {
	display: table;
	width: 360vw;
}
._table.w6 {
	width: 540vw;
}
.slider-short-news__item {
  padding: 0 1.5rem 1.2rem;
  position: relative;
  box-sizing: border-box;
  height: 100%;
  width: 90vw;
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}
._table .slider-short-news__item {
  display: table-cell;
}
._table .slider-short-news__item:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  background: url('/static/img/shadow-article.png') 100% 100% no-repeat;
  z-index: 0;
}
.slider-short-news__item h4 {
  font-size: 2.4rem;
  line-height: 0.83333333;
  font-weight: 300;
  font-family: 'Boblic', sans-serif;
  margin: 0 0 .5rem;
}
.slider-short-news ul {
  list-style: none;
  padding: 0;
  margin: 0 0 1rem;
  color: #fff;
  font-size: 2.2rem;
  line-height: 1.1;
  font-family: 'Ubuntu Condensed', sans-serif;
  position: relative;
}
.slider-short-news ul:last-child {
  margin: 0;
}
.slider-short-news ul li {
  padding: .8rem 0;
}
.slider-short-news ul a {
  text-decoration: none;
  color: inherit;
}
.slider-short-news ul img {
  display: block;
  margin: 0 0 1rem;
}
.slider-short-news ._info {
  font-size: 1.4rem;
  color: #fff;
}
.slider-short-news ._info span {
  color: #fff;
}
.slider-short-news .bx-wrapper .bx-pager,
.slider-short-news .bx-wrapper .bx-controls-auto {
  position: relative;
  bottom: auto;
}
.slider-short-news .bx-wrapper .bx-pager.bx-default-pager a {
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  border: solid .1rem #4fb9f5;
  background: #4fb9f5 !important;
  box-shadow: 0 0 0 0.1rem rgba(255, 255, 255, 0.7);
  transition: all .4s;
  margin: 0 .7rem;
}
.slider-short-news .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: rgba(255, 255, 255, 0.7) !important;
}
.partners {
  padding: 1.4rem 1.5rem;
  position: relative;
}
.partners:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  background: url('/static/img/shadow-article.png') 100% 100% no-repeat;
  z-index: -1;
}
.partners ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.partners ul li:after {
  content: "";
  display: block;
  clear: both;
}
.partners ul li a {
  display: block;
  text-decoration: none;
  color: #626262;
  font-family: 'Ubuntu Condensed', sans-serif;
  font-size: 2rem;
  padding: 1.1rem 0;
  overflow: hidden;
  line-height: 0.9;
}
.partners ul li img.fl {
  margin: 0 1rem 0 0;
}
.opinions-list {
  padding: 2rem 0 2.5rem;
  background: #474747;
  margin: 0 0 1rem;
}
.opinions-list .title {
  border-bottom-color: #7f7f7f;
  color: rgba(255, 255, 255, 0.5);
}
.opinions-list__item {
  padding: 0 2rem;
}
.opinions-list__author {
  position: relative;
  border-bottom: solid 2px #7f7f7f;
  height: 6rem;
  margin: 0 0 1.5rem;
}
.opinions-list__author img {
  position: absolute;
  right: 0;
  bottom: 0;
  max-height: 100%;
  width: auto;
}
.opinions-list__author-name {
  position: absolute;
  bottom: .5rem;
  left: 0;
  text-transform: uppercase;
  font-size: 1.5rem;
  color: rgba(255, 255, 255, 0.5);
  font-family: 'Boblic', sans-serif;
}
.opinions-list__section {
  display: block;
  color: #0099f1;
  font-size: 1.2rem;
  margin: 0 0 .5rem;
}
.opinions-list__title {
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.1;
  margin: 0 0 1.2rem;
  font-weight: 400;
  font-family: 'Boblic', sans-serif;
}
.opinions-list__title a {
  text-decoration: none;
  color: inherit;
}
.opinions-list p {
  color: #fff;
  font-size: 1.3rem;
  margin: 0 0 2rem;
}
.opinions-list ._info {
  font-size: 1.4rem;
  color: #b4b2b2;
}
.opinions-list ._info span {
  color: #fff;
}
.opinions-list .bx-wrapper .bx-pager,
.opinions-list .bx-wrapper .bx-controls-auto {
  position: relative;
  bottom: auto;
}
.opinions-list .bx-wrapper .bx-pager.bx-default-pager a {
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  border: solid 1px #474747;
  background: #474747;
  box-shadow: 0 0 0 1px #a1a1a1;
  transition: all .4s;
  margin: 0 .7rem;
}
.opinions-list .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #a1a1a1;
}
.news-center {
  margin: 0;
  background: url(/static/img/shadow-article.png) 100% 100% no-repeat;
  padding: 0 0 2rem;
}
.news-center__item {
  padding: 0 1.5rem;
}
.news-center__item img {
  display: block;
  width: 100%;
}
.news-center__top {
  border-bottom: solid 1px #dadada;
  padding: 0 0 1.5rem;
}
.news-center__top:first-child {
  padding-top: 2rem;
}
.news-center__top a {
  text-decoration: none;
  color: inherit;
}
.news-center__top-title {
  margin: 1rem 0;
  font-family: 'Ubuntu Condensed', sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 0.91666667;
}
.news-center__top p {
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.2;
  color: #a1a1a1;
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
}
.news-block__list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-family: 'Ubuntu Condensed', sans-serif;
}
.news-block__list li {
  border-top: solid 1px #dadada;
}
.news-block__list li:first-child {
  border-top: 0;
}
.news-block__list li a {
  display: block;
  text-decoration: none;
  padding: 1.5rem 2.6rem 1.5rem 0;
  font-size: 2.4rem;
  line-height: 0.91666667;
  color: #000;
  position: relative;
}
.news-block__list li a:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 14px;
  height: 19px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAmCAYAAADX7PtfAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo3YzUwY2VmNy1hMDZiLTQyMDQtODI3NS1hYjJmZGFhMzdmZTAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDU1MTE0M0UwQkUzMTFFOEJBMTREMzlFN0IxNTA3QjEiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDU1MTE0M0QwQkUzMTFFOEJBMTREMzlFN0IxNTA3QjEiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6ODlmYTRlMzQtYjEyZC00OWRhLTg1ZWItZTVkZDEwMjFhNTU3IiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6NDkxZGIyMjktMzcyMC0xMTdiLTljNTAtOTNhNzM5YmEyZmI1Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+fgHxXAAAAd5JREFUeNq8l81twzAMhRUde8sK6QjuCG3PvcQjKCMkI9Qj1CMkl56bjFCv4BVy6zWlULoQCIp6EtASCAIon9+Lfkhaq9vt5l4+vt6cc8H9xPD+fHdwSqCcFV4Z25PwHngW5VTDkT7XZPyVxILCo1w2VnFJebke6essfn+iZbuIZYW44pLyA734/UwGXTqActAektiJvnaK2KaFgw4NicV9Sk/fOmMKcdk9LKRAjIn36trCWWmxzCAu2SkZ6pTDAnNFQxbr+R//itGMjq1c0XA58kJsy8vYxBUNeS/iDOZkOMgqg3LZQ6Mconj6Pvk0LnEgo6GGgw1ZrGOxNHrOS4irMjRK2z2JzQjnXWVwaZNVZoNy1YZJlRlbuCZDbkmhhfMNZnFvZH7NKOcrzbSy1SsHJsv5CrONInJQUsLkfKUZkvQmV8xDElmzSNrRR+4S1RwyQylykiI1nC/M7ihEJm5FTZxpyK1lKzt5K2cacksJIs965fUC4sz2xNUhTdj48IOSaxBnGpJIXBr5ahBFJmEGceaScik6Km/Uk1KyipxpyKVIiuyU13yIQ2YYlOqgtR+Uq7quDbJkZQLlTMMRvGSOLZdRaXjJlCwZKGcazsoVTAuUq7/M/FV498/xLcAAAvNLKC1k4DIAAAAASUVORK5CYII=) 0 0 / contain no-repeat;
  margin: auto 0;
}
.slider-news {
  padding: 2rem 0 2.5rem;
  background: #474747;
  margin: 0;
}
.slider-news .title {
  border-bottom-color: #7f7f7f;
  color: rgba(255, 255, 255, 0.5);
  margin: 0 2rem 2rem;
}
.slider-news__list {
  list-style: none;
  color: #fff;
  padding: 0;
  margin: 0;
}
.slider-news__list a {
  color: inherit;
  text-decoration: none;
}
.slider-news__list-content {
  padding: 1rem 2rem;
}
.slider-news__list h3 {
  font-size: 1.8rem;
  font-family: 'Boblic', sans-serif;
  font-weight: 400;
  margin: 0 0 1rem;
}
.slider-news__list p {
  font-size: 1.5rem;
  line-height: 1;
  margin: 1rem 0 2rem;
}
.slider-news__item {
  padding: 0 1rem;
}
.slider-news ._info {
  font-size: 1.4rem;
  color: #b4b2b2;
}
.slider-news ._info span {
  color: #fff;
}
.slider-news .media-box {
  position: relative;
}
.slider-news .media-box img {
  display: block;
  width: 100%;
}
.slider-news .media-box > [class*='icon'] {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
}
.slider-news .bx-wrapper .bx-pager,
.slider-news .bx-wrapper .bx-controls-auto {
  position: relative;
  bottom: auto;
  padding-top: 1px;
}
.slider-news .bx-wrapper .bx-pager.bx-default-pager a {
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  border: solid 1px #474747;
  background: #474747;
  box-shadow: 0 0 0 1px #a1a1a1;
  transition: all .4s;
  margin: 0 .7rem;
}
.slider-news .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #a1a1a1;
}
.icon-video {
  display: inline-block;
  width: 3.6rem;
  height: 2.4rem;
  text-align: center;
  line-height: 2.4rem;
  background: #0099f1;
  color: #fff;
  font-size: 1.8rem;
}
.main-news__title a:focus,
.main-news__title a:hover,
.main-news__list a:focus,
.main-news__list a:hover,
.news-block ul a:focus,
.news-block ul a:hover,
.slider-short-news ul a:focus,
.slider-short-news ul a:hover,
.partners ul li a:focus,
.partners ul li a:hover,
.opinions-list__title a:focus,
.opinions-list__title a:hover,
.news-center__top a:hover,
.news-center__top a:focus,
.news-block__list li a:focus,
.news-block__list li a:hover,
.slider-news__list a:focus,
.slider-news__list a:hover,
.slider-news__list a:focus,
.slider-news__list a:hover {
  color: #0099f1;
}
.comments-block {
  padding: 0 1rem;
  margin: 1rem 0;
}
.comments-block__btn {
  background: #dcdcdc;
  color: #474747;
  padding: 1.5rem 0;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.1;
  font-weight: 400;
  font-family: 'Boblic', sans-serif;
  text-transform: uppercase;
}
.photoreport-preview {
  padding: 1.5rem;
}
.photoreport-preview__link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: wrap;
      flex: wrap;
  text-decoration: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -2px;
}
.photoreport-preview__link span {
  width: 33.333%;
  border-left: solid 2px #fff;
  box-sizing: border-box;
  display: block;
}
.photoreport-preview__link span:nth-child(1) {
  width: 100%;
  margin-bottom: 2px;
}
.photoreport-preview__link span img {
  width: 100%;
  display: block;
}
.news {
  padding: 1rem 1.5rem;
  margin: 0 0 2rem;
  font-size: 2rem;
  line-height: 1.3;
}
.news__title {
  font-size: 2.8rem;
  line-height: 0.84615385;
  font-weight: 900;
  margin: 0 0 1rem;
  letter-spacing: -0.025em;
}
.news__media {
  padding: 0;
  margin: 0 0 1rem;
  position: relative;
}
.news__media img {
  display: block;
  width: 100%;
}
.news__media img,
.news__media iframe,
.news__media video {
  width: 100%;
  display: block;
}
.news__media figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 100%;
  box-sizing: border-box;
  color: #fff;
  background: rgba(204, 204, 204, 0.45);
  padding: 2px 10px;
  font-size: 0.8rem;
}
.news__lead {
  font-style: italic;
  font-size: 2rem;
  font-weight: 400;
  margin: 0 0 1rem;
  line-height: 1.4;
}
.news__social {
  margin: 3rem 0 3rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 2rem;
  line-height: 4.8rem    
}
.news__social a {
  width: 4.8rem;
  height: 4.8rem;
  background: #929292;
  border-radius: 4.8rem;
  text-align: center;
  line-height: 4.8rem;
  color: #fff;
  font-size: 2.4rem;
  text-decoration: none;
  margin: 0 1rem;
}
.news__social a:hover {
  background: #0099f1;
}
.news__pic {
  margin: 0 -1.5rem 1.5rem;
}
.news__pic img {
  display: block;
  width: 100vw;
}
.news h2,
.news h3 {
  font-size: 2.4rem;
  line-height: 1.2;
  margin: 0 0 .75em;
}
.news p {
  margin: 0 0 1em;
}
.js-mediator-article .article__font2 {
  font-size: 4rem;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
  margin: 1em 0;
}
.js-mediator-article .article__font1 {
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
  font-size: 2rem;
}
.js-mediator-article .article__font-1 {
  font-size: 1.5rem;
}
.js-mediator-article .article__font-2 {
  font-size: 1rem;
}
.news blockquote, .news .article__quote {
  font-style: italic;
  color: #0099f1;
  border-top: 2px solid;
  border-bottom: 2px solid;
  border-color: rgba(67, 67, 67, 0.2);
  padding: 3rem;
  position: relative;
  font-size: 1.8rem;
}
.news blockquote p, .news .article__quote p {
  margin: 0;
}
.news .article__quote:before {
	content: "\201C";
	display: inline;
	position: absolute;
	top: -2.5rem;
	left: 0px;
	font-size: 6rem;
	padding: 0px 1rem 0px 0px;
	background-color: #fff;
}
.news__meta {
  margin: 1.5rem 0;
  font-size: 1.3rem;
}
.news__meta ._separ {
  margin: 0 .6rem;
}
.news__meta time {
  color: #828282;
}
.news__author {
  color: #0099f1;
  text-decoration: none;
}
.news__author i {
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 1rem 0 0;
  //border-radius: 50%;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjMwcHgiIGhlaWdodD0iMzBweCIgdmlld0JveD0iMjI3LjYwNSAyMjcuNjA1IDMwIDMwIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDIyNy42MDUgMjI3LjYwNSAzMCAzMCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGc+PGNpcmNsZSBmaWxsPSIjQTVBNUE1IiBjeD0iMjQyLjYwNSIgY3k9IjI0Mi42MDUiIHI9IjE0Ljg5NiIvPjxnPjxkZWZzPjxjaXJjbGUgaWQ9IlNWR0lEXzFfIiBjeD0iMjQyLjYwNSIgY3k9IjI0Mi42MDUiIHI9IjE0Ljg5NiIvPjwvZGVmcz48Y2xpcFBhdGggaWQ9IlNWR0lEXzJfIj48dXNlIHhsaW5rOmhyZWY9IiNTVkdJRF8xXyIgIG92ZXJmbG93PSJ2aXNpYmxlIi8+PC9jbGlwUGF0aD48cGF0aCBjbGlwLXBhdGg9InVybCgjU1ZHSURfMl8pIiBmaWxsPSIjRkZGRkZGIiBkPSJNMjUwLjY2NCwyNDguNzU4aC0xLjYzN2MtMS44MDgsMC0zLjI3NC0xLjQ2Ni0zLjI3NC0zLjI3NHYtMS4wNTJjMC43MjQtMC44NjEsMS4yNDQtMS44NzksMS41NjctMi45NTVjMC4wMzQtMC4xODEsMC4yMDgtMC4yNzEsMC4zMjUtMC4zOTZjMC42MjctMC42MjcsMC43NS0xLjY4NCwwLjI4LTIuNDM3Yy0wLjA2NC0wLjExNC0wLjE3OS0wLjIxMy0wLjE3My0wLjM1NWMwLTAuOTYsMC4wMDUtMS45MjItMC4wMDEtMi44ODFjLTAuMDI2LTEuMTU4LTAuMzU3LTIuMzYzLTEuMTY5LTMuMjIxYy0wLjY1Ni0wLjY5My0xLjU1Ni0xLjEwNi0yLjQ4NS0xLjI4MmMtMS4xNzQtMC4yMjQtMi40MDEtMC4yMTMtMy41NjQsMC4wODNjLTEuMDA3LDAuMjU0LTEuOTU0LDAuODQ0LTIuNTM5LDEuNzE5Yy0wLjUxOCwwLjc2LTAuNzQ1LDEuNjgzLTAuNzg0LDIuNTkzYy0wLjAxNCwwLjk3Ny0wLjAwMywxLjk1Ni0wLjAwNiwyLjkzNWMwLjAyMiwwLjE5Ni0wLjE0NCwwLjMyOS0wLjIxOSwwLjQ5MWMtMC40NDMsMC44MDMtMC4yNDgsMS44OTgsMC40NjQsMi40ODJjMC4xODEsMC4xMjUsMC4yMTQsMC4zNTIsMC4yOCwwLjU0OGMwLjMxLDAuOTY3LDAuODI1LDEuODYyLDEuNDc2LDIuNjQxdjEuMDg3YzAsMS44MDgtMS40NjYsMy4yNzQtMy4yNzQsMy4yNzRoLTEuNjM3YzAsMC0yLjk2NywwLjgxOC00LjkxMiw0LjkxMXYxLjYzN2MwLDAuOTA1LDEuMjAxLDMuNDk1LDIuMTA1LDMuNDk1aDIxLjk4NGMwLjkwNSwwLDIuMTA1LTIuNTksMi4xMDUtMy40OTV2LTEuNjM3QzI1My42MzIsMjQ5LjU3NywyNTAuNjY0LDI0OC43NTgsMjUwLjY2NCwyNDguNzU4eiIvPjxjaXJjbGUgY2xpcC1wYXRoPSJ1cmwoI1NWR0lEXzJfKSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjQTVBNUE1IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIGN4PSIyNDIuNjA1IiBjeT0iMjQyLjYwNSIgcj0iMTQuODk2Ii8+PC9nPjwvZz48L3N2Zz4=);
}
.news__sharing {
  text-align: center;
  margin: 1.5rem 0;
}
.news__fb {
  background: #e9e9e9;
  text-align: center;
  padding: 1rem;
  font-size: 1.5rem;
}
.news__fb-title {
  margin-bottom: .5rem;
}
.stream-news {
  position: fixed;
  top: 4.6rem;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 998;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  transition: all .25s;
}
.stream-news ._inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  overflow: auto;
  background: #fff;
}
.stream-news ._inner:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  content: '';
  background: linear-gradient(rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0));
}
.stream-news ._inner:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 8px;
  content: '';
  background: linear-gradient(rgba(0, 0, 0, 0.07), rgba(0, 0, 0, 0));
}
.stream-news ._inner ul {
  list-style: none;
  padding: .5rem 0;
  margin: 0;
}
.stream-news ._inner ul li {
  border-bottom: solid 1px #eee;
}
.stream-news ._inner ul li:last-child {
  border-bottom: 0;
}
.stream-news ._inner ul a {
  text-decoration: none;
  color: #474747;
  display: block;
  padding: 1.2rem 1rem 1.5rem;
  font-size: 1.8rem;
  font-family: 'Boblic', sans-serif;
}
.stream-news ._inner ul time {
  display: inline-block;
  color: #0099f1;
}
.stream-news__title {
  font-weight: 400;
  font-size: 1.6rem;
  margin: 0;
  line-height: 1.2;
}
.stream-news__toogle {
  width: 5rem;
  position: absolute;
  top: 0;
  left: 100%;
  bottom: 0;
  background: rgba(79, 185, 245, 0);
  cursor: pointer;
  border-left: solid 3px #4fb9f5;
}
.stream-news__toogle:before {
  content: '';
  background: #4fb9f5;
  position: absolute;
  width: .8rem;
  height: 3rem;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.stream-news__toogle:after {
  content: "";
  width: .2rem;
  height: 1.5rem;
  border-left: solid 1px #fff;
  border-right: solid 1px #fff;
  position: absolute;
  top: 0;
  left: 1px;
  bottom: 0;
  margin: auto 0;
}
.show-stream .stream-news {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.show-stream .stream-news__toogle {
  margin-left: -5rem;
  border-left: 0;
  border-right: solid 3px #4fb9f5;
}
.show-stream .stream-news__toogle:before {
  margin-left: 4.2rem;
}
.show-stream .stream-news__toogle:after {
  left: 4.5rem;
}
.footer {
  background: #4fb9f4;
  padding: 0 0 4rem;
}
.footer .container {
  padding: 0 1.5rem;
}
.footer__meta {
  height: 3.8rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 1.8rem;
  padding: 0 1.5rem;
  background: #2cabf3;
  box-sizing: border-box;
}
.footer__meta a {
  display: block;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 4rem;
  font-family: 'Boblic', sans-serif;
  background: #2cabf3;
  position: relative;
  padding-left: 3.6rem;
  height: 3.8rem;
  overflow: hidden;
}
.footer__meta a:hover {
  background: #0d93df;
}
.footer__meta a.footer__up:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2.5rem;
  height: 2.5rem;
  background: #fff;
  margin: auto 0;
  box-sizing: border-box;
}
.footer__meta a.footer__up:after {
  content: '';
  position: absolute;
  left: .7rem;
  width: .8rem;
  height: .8rem;
  border-top: solid .2rem #0099f1;
  border-right: solid .2rem #0099f1;
  -webkit-transform: rotate(-45deg);
	  -ms-transform: rotate(-45deg);
    	  transform: rotate(-45deg);
  top: .5rem;
  bottom: 0;
  margin: auto 0;
}
.footer__meta a.footer__full:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto 0;
  width: 2.5rem;
  height: 2.5rem;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAIAAABLixI0AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo3YzUwY2VmNy1hMDZiLTQyMDQtODI3NS1hYjJmZGFhMzdmZTAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDI1ODM5QjMwQkU4MTFFODlEREE4NTBGRTZBQUUyQTQiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDI1ODM5QjIwQkU4MTFFODlEREE4NTBGRTZBQUUyQTQiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6ODlmYTRlMzQtYjEyZC00OWRhLTg1ZWItZTVkZDEwMjFhNTU3IiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6NDkxZGIyMjktMzcyMC0xMTdiLTljNTAtOTNhNzM5YmEyZmI1Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+CdS4pwAAAG1JREFUeNpi/P//PwOVABMD9QALhGKc9QlZ9H8aH35tWNVjcRdBg3CpYSLDIFwqmcgzCKt6JrINwtTFOEjTxKhZo2YNMbPQyiOSAFwvE67ijVSD0P1IqnFo6pnwSxNvEPawJ8Y4rGoGa/kFEGAARXQqQ5bVlf4AAAAASUVORK5CYII=) 0 0 / contain no-repeat;
}
.footer .menu-group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.footer .menu-group ul {
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 50%;
  font-family: 'Boblic', sans-serif;
  line-height: 20px;
}
.footer .menu-group ul li {
  margin: 0 0 10px;
}
.footer .menu-group ul a {
  text-decoration: none;
  color: #fff;
}
.footer ._social {
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.footer ._social li {
  width: 50%;
  margin: 0 0 10px;
}
.footer ._social a {
  color: #fff;
  text-decoration: none;
}
._reg-info {
  text-align: center;
  font-size: 11px;
  color: #fff;
  margin: 0 -15px;
}
._reg-info p {
  margin: 0 0 4px;
}
.rubric-list {
  list-style: none;
  padding: 0 20px;
  margin: 0;
}
.rubric-list li {
  margin: 0 0 10px;
}
.rubric-list li a {
  text-decoration: none;
  display: block;
  position: relative;
}
.rubric-list li a:focus h3 {
  color: #d8f1ff;
}
.rubric-list li a:focus .rubric-list__content {
  background: rgba(0, 0, 0, 0.65);
}
.rubric-list img {
  display: block;
  width: 100%;
}
.rubric-list__content {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.45);
  padding: 12px;
}
.rubric-list__content time {
  color: #d0d0d0;
  display: block;
  font-size: 12px;
  margin: 0 0 4px;
}
.rubric-list__content h3 {
  margin: 0;
  color: #fff;
  font-size: 18px;
  font-family: 'Boblic', sans-serif;
  font-weight: 400;
  line-height: 1;
}
.rubric-list figure {
  padding: 0;
  margin: 0;
}
.ajax-load {
  text-align: center;
  padding: 10px;
  clear: both;
}
.ajax-load__btn {
  display: inline-block;
  font-size: 16px;
  padding: 6px 40px;
  background: #eaeaea;
  text-decoration: none;
  color: inherit;
  font-family: 'Boblic', sans-serif;
  text-transform: uppercase;
}
.ajax-load__btn:hover,
.ajax-load__btn:focus {
  background: #0099f1;
  color: #fff;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}
/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url('images/bx_loader.gif') center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #000;
}
.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url('images/controls.png') no-repeat 0 -32px;
}
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}
.bx-wrapper .bx-next {
  right: 10px;
  background: url('images/controls.png') no-repeat -43px -32px;
}
.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url('images/controls.png') -86px -11px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url('images/controls.png') -86px -44px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important;
}
/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after,
  *:first-letter,
  *:first-line {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
.js-mediator-article a {
    color: inherit;
    text-decoration: underline;
    text-decoration-color: #0099f1;
}
.js-mediator-article ._block {
  position: relative;
  width: 100%;
  float: right;
  margin: 20px 0 20px 20px;
}
.js-mediator-article ._block:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(/static/img/shadow-article-top.png) 0 0 no-repeat;
  /*transform: rotateZ(-90deg);*/
  z-index: -1;
}
.js-mediator-article ._block .news-block{
  z-index: 1;
}
.js-mediator-article ._block .news-block .news-block__title {
  padding: 20px 20px 0 20px;
  margin: 0;
  border: 0;
}
.js-mediator-article .theme-news__list {
  list-style: none;
  padding: 20px;
  margin: 0 auto;
  max-width: 300px;
  font-family: 'Boblic', sans-serif;
}
.js-mediator-article .theme-news__list li {
  overflow: hidden;
  border-top: solid 1px #e3e3e3;
  padding: 16px 0;
}
.js-mediator-article .theme-news__list li .theme-news__list-title-prea {
  text-transform: uppercase;
  font-size: 20px;
  color: rgba(67, 67, 67, 0.5);
  font-weight: 400;
  padding: 20px 20px 0 0;
  margin: 0;
  font-family: 'Boblic', sans-serif;
}
.js-mediator-article .theme-news__list li:first-child {
  margin-top: 0;
}
.js-mediator-article .theme-news__list li:last-child {
  padding-bottom: 0;
}
.js-mediator-article .theme-news__list-item img {
  width: 80px;
  height: auto;
  margin: 0 15px 0 0;
  float: left;
}
.js-mediator-article .theme-news__list-item a {
  color: #626262;
  text-decoration: none;
  transition: all .25s;
}
.js-mediator-article .theme-news__list-item a:hover .theme-news__list-title {
  color: #0099f1;
}
.js-mediator-article .theme-news__list-title {
  display: block;
  overflow: hidden;
  font-size: 18px;
  line-height: 0.88888889;
  color: #626262;
  transition: color .25s;
}
 .video__container {
    width: 100%;
	/*position: relative;
    height: 0;
    padding-bottom: 56.25%;
    */
    clear: both;
}
 .video__container iframe {
	/*position: absolute;
    top: 0;
    left: 0;*/
    width: 100% !important;
    /*height: 100% !important;*/
    float: left;
    margin-bottom: 1.35rem;
}
 .video__container.youtube {
 position: relative;
    padding-bottom: 56.25%;
}
 .video__container.youtube iframe {
 position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Photoreport */

.photoreport {
  margin: 0 0 20px;
  overflow: hidden;
}
.photoreport .news-center__top-title a {
  color: inherit;
  text-decoration: none;
}
.photoreport .news-center__top-title a:hover {
  color: #0099f1;
}
.photoreport__top-group {
  position: relative;
  margin-bottom: 4px;
  margin-left: -4px;
  height: 0;
  padding-bottom: 39.02439024%;
}
.photoreport__top-group a {
  position: absolute;
  text-decoration: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  box-sizing: border-box;
}
.photoreport__top-group a img {
  opacity: 0;
  width: 100%;
}
.photoreport__top-group a:nth-child(1) {
  left: 4px;
  top: 0;
  bottom: 0;
  width: 75%;
}
.photoreport__top-group a:nth-child(2) {
  right: 0;
  top: 0;
  width: 25%;
  height: 50%;
  border-left: solid 4px #fff;
  border-bottom: solid 2px #fff;
}
.photoreport__top-group a:nth-child(3) {
  right: 0;
  bottom: 0;
  width: 25%;
  height: 50%;
  border-left: solid 4px #fff;
  border-top: solid 2px #fff;
}
.photoreport__top-group a:nth-child(4) {
  right: 0;
  bottom: 0;
  width: 25%;
  height: 33.3%;
  border-left: solid 4px #fff;
  border-top: solid 2px #fff;
}
.photoreport__line-group {
  position: relative;
  margin-bottom: 4px;
  margin-left: -4px;
  height: 0;
  padding-bottom: 19.26829268%;
}
.photoreport__line-group a {
  position: absolute;
  text-decoration: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  height: 100%;
  width: 25%;
  box-sizing: border-box;
  border-left: solid 4px #fff;
}
.photoreport__line-group a img {
  opacity: 0;
  width: 100%;
}
.photoreport__line-group a:nth-child(1) {
  left: 0;
}
.photoreport__line-group a:nth-child(2) {
  left: 25%;
}
.photoreport__line-group a:nth-child(3) {
  left: 50%;
}
.photoreport__line-group a:nth-child(4) {
  left: 75%;
}
.photoreport__top-group.n10, .photoreport__top-group.n20, .photoreport__top-group.n30, .photoreport__top-group.n40 {
  padding-bottom: 59.02439%;
}
.photoreport__top-group.n10 a:nth-child(1) {
	width: 100%;
}
.photoreport__top-group.n20 a:nth-child(1) {
	width: 50%;
}
.photoreport__top-group.n20 a:nth-child(2) {
	width: 50%;
	height: 100%;
}
.photoreport__top-group.n23 a:nth-child(1), .photoreport__top-group.n33 a:nth-child(1) {
	width: 67.1%;
}
.photoreport__top-group.n23 a:nth-child(2) {
	height: 100%;
	width: 33%;
}
.photoreport__top-group.n33 a:nth-child(2), .photoreport__top-group.n33 a:nth-child(3) {
	height: 50%;
	width: 33%;
}
.photoreport__line-group.n3 a {
	width: 33.55%;
}
.photoreport__line-group.n3 a:nth-child(2) {
	left: 33.55%;
}
.photoreport__line-group.n3 a:nth-child(3) {
	left: 67.1%;
}
.photoreport__top-group.n40 a:nth-child(3) {
	bottom: 33.55%;
}
.photoreport__top-group.n40 a:nth-child(2), .photoreport__top-group.n40 a:nth-child(3) {
	height: 33.3%;
}
/* NEWS-LISTING */
.news-listing {
  list-style: none;
  padding: 0;
  margin: 0;
}
.news-center .news-listing { height: 570px; overflow-y: scroll; overflow-x: hidden; }
.news-center .news-listing::-webkit-scrollbar { width: 1em; }
.news-listing li + li {
  margin-top: 30px;
}
.news-listing li:after {
  content: "";
  clear: both;
  display: block;
}
.news-listing li a {
  text-decoration: none;
  color: inherit;
  display: block;
  padding-left: 65px;
  font-size: 18px;
}
.news-listing li a:hover .news-listing__title {
  color: #0099f1;
}
.news-listing li time,
.news-listing li .time {
  float: left;
  margin-left: -65px;
  margin-right: 20px;
  color: #909090;
}
.news-listing li._important time,
.news-listing li._important .time {
  color: #0099f1;
}
.news-listing__title {
  font-weight: 400;
  margin: 0;
  transition: all .25s;
}
.news-listing p {
	color: rgba(67, 67, 67, 0.5);
	font-family: Boblic, sans-serif;
	font-size: 18px;
	margin-top: 10px !important;
}
.news-listing__chosen {
  list-style: none;
  padding: 0;
  margin: 0;
}
.news-listing__chosen > li {
  padding: 15px 0 18px;
  font-size: 16px;
}
.news-listing__chosen > li:first-child {
  padding-top: 0;
}
.news-listing__chosen > li:after {
  content: "";
  display: block;
  clear: both;
}
.news-listing__chosen > li + li {
  border-top: solid 1px #bfbfbf;
}
.news-listing__chosen > li img {
  float: right;
  margin: 0 0 0 12px;
}
.news-listing__chosen > li p {
  margin: 0;
}
.news-listing__chosen a {
  text-decoration: none;
  color: #474747;
}
.news-listing__chosen a:hover .news-listing__chosen-title {
  color: #0099f1;
}
.news-listing__chosen-title {
  font-weight: 400;
  font-family: 'Boblic', sans-serif;
  color: #474747;
  font-size: 24px;
  margin: 0 0 10px;
  transition: color .25s;
  line-height: 1;
}
.news .news-listing li time {
	font-size: 14px;
	display: block;
	float: none;
	margin-left: 0px;
}
.news .news-listing li a {
	padding-left: 0px;
	color: #080a23;
}
/** ARCHIVE */
.news ._item-shadow {
	padding-bottom: 25px;
}
.news .years {
	margin: 10px 0px;
	padding: 0px;
}
.news .years li {
	display: inline;
	margin-right: 10px;
}
.news .years li a {
	font-family: Boblic, sans-serif;
	color: #626262;
	font-size: 18px;
	text-decoration: none;
}
.news .years li.current a {
	text-decoration: underline;
}
table.year {
	margin-left: 10px;
	width: 100%;
	font-family: Boblic, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #626262;
}
table.year th.year {
	background-color: #e9e9e9;
	font-size: 17px;
	padding: 10px;
}
table.year table.month {
	margin: 10px 0px;
	width: 60px;
	margin-right: 10px;
}
table.year td:last-child table.month {
	margin-right: 0px;
}
table.month th.month {
	background-color: #e9e9e9;
}
table.year table.month td {
	color: #b5b5b5;
}
table.year table.month td a {
	color: #454545;
}
table.year table.month td.sun {
	color: #f8cec5;
}
table.year table.month td.sun a {
	color: #fb0202;
}
/** END ARCHIVE */
/** Page search */
.page__search form {
  width: 100%;
  height: 36px;
  margin: 0 0 20px 0;
  position: relative;
}

.page__search form input {
  border: solid 1px #dadada;
  width: 100%;	
  color: #474747;
  font-size: 18px;
}
.page__search .news-block__title {
	font-size: 18px;
	color: #474747;
	text-transform: none;
	border-bottom: 0px none;
}
.page__search .news-block__title strong {
	color: #0099f1;
}
.page__search form input[type=submit] {
	width: 20%;
    position: absolute;
    float: right;
    right: -2px;
    top: 0px;
    background-color: #4fb9f5;
    color: #fff;
}
/** Persons */
.author-person, .author-weapon {
}
.author-person .author-person__head, .author-weapon .author-weapon__head {
	background: url(/static/img/shadow-article.png) 100% 100% no-repeat;
	padding: 25px 40px 35px 0;
	width: 240px;
	float: left;
	margin: 0 32px 1em 0;
}
.author-person .author-person__info {
}
.author-person .author-person__info .author-person__name, .author-weapon .weapon-weapon__info .author-weapon__name {
  font-weight: 900;
  font-size: 3.6rem;
  line-height: 1;
  color: #080a23;
}
.author-person .author-person__info .author-person__name span, .author-weapon .weapon-weapon__info .author-weapon__name span {
	display: block;
	font-size: 2rem;
	color: #c5c5c5;
	font-weight: 400;
	margin-top: 2rem;
}
.author-person .author-person__info .person_info {
	color: #626262;
	font-size: 2rem;
}
.author-person .author-person__info .person_info li {
	list-style: none;
}
.author-person .author-person__info .person_info span {
	color: #080a23;
	font-weight: 900;
}
.author-person .article__anons.person, .author-weapon .article__anons.weapon {
    margin-bottom: 3.2rem;
}
.author-person .article__anons.person a, .author-weapon .article__anons.weapon a, .author-person .author-person__info .person_info span a {
    color: inherit;
    text-decoration: underline;
    text-decoration-color: #0099f1;
}

.author-person .article__anons.person a:hover, .author-weapon .article__anons.weapon a:hover {
  color: #0099f1;
}
/* BLOGGER */
.author-blogger {
  margin: 0 0 1rem;
}
.author-blogger__head {
  position: relative;
  height: 122px;
}
.author-blogger__head img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: auto;
  height: 122px;
}
.author-blogger__name {
  text-transform: uppercase;
  position: absolute;
  left: 0;
  bottom: 2px;
  line-height: 1.14285714;
  font-family: 'Boblic', sans-serif;
  font-size: 2.6rem;
}
.author-blogger__name span {
  text-transform: none;
  color: #c5c5c5;
  display: block;
}
.author-blogger__info {
  border-top: solid 2px #dadada;
  border-bottom: solid 2px #dadada;
  padding: 2rem 0 2rem 5.4rem;
  font-size: 2rem;
}
.footnote { font-size: 13px; }

@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");font-weight:400;font-style:normal}:root{--swiper-theme-color:#4fb9f5}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(-1 * var(--swiper-navigation-size)/ 2);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:'next'}.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white{--swiper-navigation-color:#ffffff}.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black{--swiper-navigation-color:#000000}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white{--swiper-pagination-color:#ffffff}.swiper-pagination-black{--swiper-pagination-color:#000000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}
.swiper-pagination { position: relative; height: 25px; background-color: #fff; }.swiper-pagination-bullet {  width: .8rem; height: .8rem; border-radius: .8rem;}