/* line 3, ../../src/sass/_defaults.sass */
img { 
  border: none;
}

/* line 6, ../../src/sass/_defaults.sass */
input,
button,
textarea {
  outline: none;
  margin: 0;
}

/* line 12, ../../src/sass/_defaults.sass */
ul, li {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 17, ../../src/sass/_defaults.sass */
a {
  color: black;
  text-decoration: none;
}
/* line 20, ../../src/sass/_defaults.sass */
a:hover {
  color: #0061ae;
}

/* line 1, ../../src/sass/components/_social-icon.sass */
.b-social-icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: #a3a3a3;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
/* line 9, ../../src/sass/components/_social-icon.sass */
.b-social-icon._vk {
  background-image: url(../i/icon-social-vk.png);
}
/* line 11, ../../src/sass/components/_social-icon.sass */
.b-social-icon._vk._color, .b-social-icon._vk:hover {
  background-color: #176d9e;
}
/* line 14, ../../src/sass/components/_social-icon.sass */
.b-social-icon._vk._color:hover {
  background-color: #1d8ccb;
}
/* line 17, ../../src/sass/components/_social-icon.sass */
.b-social-icon._fb {
  background-image: url(../i/icon-social-fb.png);
}
/* line 19, ../../src/sass/components/_social-icon.sass */
.b-social-icon._fb._color, .b-social-icon._fb:hover {
  background-color: #1f5598;
}
/* line 22, ../../src/sass/components/_social-icon.sass */
.b-social-icon._fb._color:hover {
  background-color: #286dc2;
}
/* line 25, ../../src/sass/components/_social-icon.sass */
.b-social-icon._tw {
  background-image: url(../i/icon-social-tw.png);
}
/* line 27, ../../src/sass/components/_social-icon.sass */
.b-social-icon._tw._color, .b-social-icon._tw:hover {
  background-color: #03ccff;
}
/* line 30, ../../src/sass/components/_social-icon.sass */
.b-social-icon._tw._color:hover {
  background-color: #36d6ff;
}
/* line 33, ../../src/sass/components/_social-icon.sass */
.b-social-icon._rss {
  background-image: url(../i/icon-social-rss.png);
}
/* line 35, ../../src/sass/components/_social-icon.sass */
.b-social-icon._rss._color, .b-social-icon._rss:hover {
  background-color: #ff7c11;
}
/* line 38, ../../src/sass/components/_social-icon.sass */
.b-social-icon._rss._color:hover {
  background-color: #ff9844;
}

.b-social-icon._ok {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAUBJREFUOBGFk7tKA0EUhrMxMViIj5AgShBt8gR2am9paSPYCtHHCAg+hI2CrZaiiApeCkFQbLSNmHgpHL9/nQM7m0z2h2/PmTP/mZm9lUpD5JyrwzbcwB3sQGOIdbCEcRY+IK8ehZnBjlwF06HvPCUueZRLBzl7OMRQhm850bzNki+kFee+iGWrKwYDxgmMaQL1/0N6/fR5lShPXOxw7Hc7IjY9yqWTeKefwdQCuw01mXT8VuECMmCcg114hy50oFnYjKkN97ABEzAOVajBOtzCVnQhJrWTSUe+hkvoW5G4N2qBCoY1uMo0WPpGsgmV6ALZCYyLoFP8wDKMfn255gYNz2B6IZnOeqI5xjo8gXQBZ2nmXPEiGPUp6y1I5zAFk2D/wgN58PUGDyRJkl8MjxzvFVYZd3VUaiuEfehB8Cz+AD0cn1mgOG+gAAAAAElFTkSuQmCC');
}
.b-social-icon._ok._color, .b-social-icon._ok:hover {
  background-color: #EF720D;
}
.b-social-icon._ok._color:hover {
  background-color: #EF720D;
}


/* line 3, ../../src/sass/components/_search-field.sass */
.b-search-field {
  display: inline-table;
}
/* line 6, ../../src/sass/components/_search-field.sass */
.b-search-field .b-search-field__input {
  margin: 0;
  height: 30px;
  border: none;
  padding: 0 5px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 14, ../../src/sass/components/_search-field.sass */
.b-search-field .b-search-field__submit {
  width: 30px;
  height: 30px;
  margin: 0;
  border: none;
  background: #0061ae url(../i/icon-search.png) 50% 50% no-repeat;
  cursor: pointer;
}
/* line 21, ../../src/sass/components/_search-field.sass */
.b-search-field .b-search-field__submit:hover {
  background-color: #007de1;
}
/* line 24, ../../src/sass/components/_search-field.sass */
.b-search-field .b-search-field__input-c,
.b-search-field .b-search-field__submit-c {
  display: table-cell;
  vertical-align: top;
}
/* line 30, ../../src/sass/components/_search-field.sass */
.b-search-field._fluid {
  width: 100%;
}
/* line 32, ../../src/sass/components/_search-field.sass */
.b-search-field._fluid .b-search-field__input-c {
  width: 100%;
}
/* line 34, ../../src/sass/components/_search-field.sass */
.b-search-field._fluid .b-search-field__input {
  width: 100%;
}

/* line 3, ../../src/sass/components/_page-title.sass */
.c-page-title {
  font: bold 22px "Open Sans", sans-serif, Arial;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  margin: 0;
  padding: 0;
}

/* line 3, ../../src/sass/components/_article-title.sass */
.c-article-title {
  font: bold 14px "Open Sans", sans-serif, Arial;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  margin: 0;
  padding: 0;
}
/* line 10, ../../src/sass/components/_article-title.sass */
.c-article-title._selected, .c-article-title._selected a {
  color: #f45c5d;
}
/* line 13, ../../src/sass/components/_article-title.sass */
.c-article-title._light, .c-article-title._light a {
  color: #999999;
}
/* line 16, ../../src/sass/components/_article-title.sass */
.c-article-title a:hover {
  color: #0061ae;
}

/* line 3, ../../src/sass/components/_block-list.sass */
.b-block-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 7, ../../src/sass/components/_block-list.sass */
.b-block-list .b-block-list__item {
  margin: 0;
  padding: 0;
}
/* line 10, ../../src/sass/components/_block-list.sass */
.b-block-list .b-block-list__item:not(:last-child) {
  padding-bottom: 22px;
  margin-bottom: 22px;
  border-bottom: 1px dashed #b8b6b6;
}
/* line 19, ../../src/sass/components/_block-list.sass */
.b-block-list._default .b-block-list__item:not(:last-child) {
  border-bottom: 1px solid #e7e7e7;
}

/* line 3, ../../src/sass/components/_mini-player.sass */
.b-mini-player {
  display: inline-block;
  width: 50px;
  height: 50px;
  position: relative;
}
/* line 9, ../../src/sass/components/_mini-player.sass */
.b-mini-player div {
  position: absolute;
  left: 0;
  top: 0;
  display:none;
}
/* line 14, ../../src/sass/components/_mini-player.sass */
.b-mini-player button {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  background-color: transparent;
  background-repeat: no-repeat;
  border: none;
  cursor: pointer;
  background-image: url(../i/button-lissen.png);
  background-position: center center;

}
/* line 28, ../../src/sass/components/_mini-player.sass */
.b-mini-player._play button {
  background-image: url(../i/button-pause.png);
  background-position: center center;
    width: 20px;
  height: 20px;
    margin-top: -10px;
  margin-left: -10px;

}
/* line 33, ../../src/sass/components/_mini-player.sass */
.b-mini-player._pause button {
  background-image: url(../i/button-play.png);
  background-position: 100% center;
  width: 20px;
  margin-top: -10px;
  margin-left: -10px;
  height: 20px;
}

/* line 3, ../../src/sass/components/_popup.sass */
.c-popup {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 30;
  background-color: rgba(255, 255, 255, 0.91);
  overflow: auto;
  padding: 70px;
}
/* line 14, ../../src/sass/components/_popup.sass */
.c-popup .c-popup__content {
  width: 820px;
  margin: 0 auto;
  background-color: white;
  box-shadow: 0 5px 122px rgba(0, 0, 0, 0.2);
}
/* line 20, ../../src/sass/components/_popup.sass */
.c-popup .c-popup__close-btn {
  position: fixed;
  top: 40px;
  right: 40px;
  width: 32px;
  height: 32px;
  background: transparent url(../i/close.png);
  border: none;
}

/* line 3, ../../src/sass/components/_input-date.sass */
.b-input-date {
  position: relative;
}
/* line 5, ../../src/sass/components/_input-date.sass */
.b-input-date .b-input-date__selector {
  font: bold 10px "Open Sans", sans-serif, Arial;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  border: 1px solid #a8a9a9;
  background: transparent url(../i/arrow-down-gray.png) 95% 50% no-repeat;
  padding: 10px 20px 10px 10px;
  cursor: pointer;
}
/* line 13, ../../src/sass/components/_input-date.sass */
.b-input-date .b-input-date__selector:hover {
  border: 1px solid #b8e4fa;
  color: #0061ae;
}
/* line 17, ../../src/sass/components/_input-date.sass */
.b-input-date .b-input-date__calendar {
  position: absolute;
  top: 100%;
  z-index: 20;
  background-color: white;
}
/* line 22, ../../src/sass/components/_input-date.sass */
.b-input-date .b-input-date__calendar._hidden {
  display: none;
}

/* line 3, ../../src/sass/components/_select.sass */
.b-select {
  display: inline-block;
  position: relative;
}
/* line 7, ../../src/sass/components/_select.sass */
.b-select select {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1, 4);
  transform: scale(1, 4);
}
/* line 17, ../../src/sass/components/_select.sass */
.b-select button {
  font: bold 10px "Open Sans", sans-serif, Arial;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  border: 1px solid #a8a9a9;
  background: transparent url(../i/arrow-down-gray.png) 95% 50% no-repeat;
  padding: 10px 20px 10px 10px;
}

/* line 26, ../../src/sass/components/_select.sass */
.selectricWrapper {
  position: relative;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
}

/* line 32, ../../src/sass/components/_select.sass */
.selectricResponsive {
  width: 100%;
}

/* line 35, ../../src/sass/components/_select.sass */
.selectric {
  border: 1px solid #a8a9a9;
  background: white;
  position: relative;
  vertical-align: top;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
}
/* line 43, ../../src/sass/components/_select.sass */
.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  margin: 0 20px 0 0;
  font: bold 10px "Open Sans", sans-serif, Arial;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #444444;
  padding: 10px;
}
/* line 55, ../../src/sass/components/_select.sass */
.selectric .label:hover {
  color: #0061ae;
}
/* line 57, ../../src/sass/components/_select.sass */
.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  color: #bbbbbb;
  text-align: center;
  font: 0/0 a;
  *font: 20px/30px "Open Sans", sans-serif, Arial;
}
/* line 68, ../../src/sass/components/_select.sass */
.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #bbbbbb;
  border-bottom: none;
}

/* line 82, ../../src/sass/components/_select.sass */
.selectricHover .selectric {
  border-color: #cccccc;
}
/* line 84, ../../src/sass/components/_select.sass */
.selectricHover .selectric .button {
  color: #888888;
}
/* line 86, ../../src/sass/components/_select.sass */
.selectricHover .selectric .button:after {
  border-top-color: #888888;
}

/* line 89, ../../src/sass/components/_select.sass */
.selectricOpen {
  z-index: 9999;
}
/* line 91, ../../src/sass/components/_select.sass */
.selectricOpen .selectric {
  border-color: #cccccc;
  z-index: 9999;
}
/* line 94, ../../src/sass/components/_select.sass */
.selectricOpen .selectricItems {
  display: block;
}

/* line 97, ../../src/sass/components/_select.sass */
.selectricDisabled {
  opacity: 0.5;
  cursor: default;
  -webkit-touch-callout: none;
  user-select: none;
}

/* line 103, ../../src/sass/components/_select.sass */
.selectricHideSelect {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}
/* line 108, ../../src/sass/components/_select.sass */
.selectricHideSelect select {
  position: absolute;
  left: -100%;
  display: none;
}

/* line 113, ../../src/sass/components/_select.sass */
.selectricInput {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

/* line 128, ../../src/sass/components/_select.sass */
.selectricTempShow {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* line 133, ../../src/sass/components/_select.sass */
.selectricItems {
  display: none;
  position: absolute;
  overflow: auto;
  top: 100%;
  left: 0;
  background: #f9f9f9;
  border: 1px solid #cccccc;
  z-index: 9998;
  outline: none;
}
/* line 143, ../../src/sass/components/_select.sass */
.selectricItems ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  min-height: 20px;
}
/* line 150, ../../src/sass/components/_select.sass */
.selectricItems li {
  list-style: none;
  margin: 0;
  font: bold 10px "Open Sans", sans-serif, Arial;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  display: block;
  padding: 10px 20px 10px 10px;
  border-bottom: 1px solid #eeeeee;
  color: #666666;
  cursor: pointer;
}
/* line 161, ../../src/sass/components/_select.sass */
.selectricItems li.selected {
  background: #efefef;
  color: #444444;
}
/* line 164, ../../src/sass/components/_select.sass */
.selectricItems li:hover {
  background: #f0f0f0;
  color: #444444;
}
/* line 167, ../../src/sass/components/_select.sass */
.selectricItems li.disabled {
  background: whitesmoke;
  color: #bbbbbb;
  border-top-color: #fafafa;
  cursor: default;
}

/* line 3, ../../src/sass/components/_group-buttons.sass */
.b-group-buttons {
  display: inline-block;
  font-size: 0;
}
/* line 6, ../../src/sass/components/_group-buttons.sass */
.b-group-buttons button {
  font: bold 11px "Open Sans", sans-serif, Arial;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 0;
  padding: 12px 18px;
  background-color: transparent;
  border: none;
}
/* line 14, ../../src/sass/components/_group-buttons.sass */
.b-group-buttons button span {
  display: inline-block;
  position: relative;
}
/* line 18, ../../src/sass/components/_group-buttons.sass */
.b-group-buttons button:not(._active) {
  cursor: pointer;
}
/* line 21, ../../src/sass/components/_group-buttons.sass */
.b-group-buttons button:not(._active) span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  right: 0;
  border-top: 1px dotted black;
}
/* line 29, ../../src/sass/components/_group-buttons.sass */
.b-group-buttons button:not(._active):hover span {
  color: #0061ae;
}
/* line 31, ../../src/sass/components/_group-buttons.sass */
.b-group-buttons button:not(._active):hover span::before {
  border-top-color: #0061ae;
}
/* line 35, ../../src/sass/components/_group-buttons.sass */
.b-group-buttons button._active {
  border: 1px solid #e7e7e7;
}

/* line 3, ../../src/sass/components/_big-button.sass */
.c-big-button {
  display: inline-block;
  text-align: center;
  font: bold 13px "Open Sans", sans-serif, Arial;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  background-color: transparent;
  border: 1px solid #e7e7e7;
  width: 100%;
  padding: 20px 30px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  color: black;
  text-decoration: none;
}
/* line 18, ../../src/sass/components/_big-button.sass */
.c-big-button:hover {
  border: 1px solid #b8e4fa;
  color: #0061ae;
}

/* line 3, ../../src/sass/blocks/_anim-logo.sass */
.b-anim-logo {
  display: block;
  position: relative;
  white-space: nowrap;
}
/* line 8, ../../src/sass/blocks/_anim-logo.sass */
.b-anim-logo .b-anim-logo__box,
.b-anim-logo .b-anim-logo__text {
  display: inline-block;
  vertical-align: top;
}
/* line 13, ../../src/sass/blocks/_anim-logo.sass */
.b-anim-logo .b-anim-logo__box {
  position: relative;
  width: 150px;
  height: 70px;
  margin-right: 5px;
}
/* line 20, ../../src/sass/blocks/_anim-logo.sass */
.b-anim-logo .b-anim-logo__box .front,
.b-anim-logo .b-anim-logo__box .top {
  width: 150px;
  position: absolute;
  left: 0;
  transition: height 0.5s;
}
/* line 27, ../../src/sass/blocks/_anim-logo.sass */
.b-anim-logo .b-anim-logo__box .front {
  top: 0;
  height: 67px;
}
/* line 30, ../../src/sass/blocks/_anim-logo.sass */
.b-anim-logo .b-anim-logo__box .front img {
  width: 100%;
  height: 100%;
}
/* line 34, ../../src/sass/blocks/_anim-logo.sass */
.b-anim-logo .b-anim-logo__box .top {
  bottom: 0;
  height: 0;
}
/* line 37, ../../src/sass/blocks/_anim-logo.sass */
.b-anim-logo .b-anim-logo__box .top a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s;
}
/* line 45, ../../src/sass/blocks/_anim-logo.sass */
.b-anim-logo .b-anim-logo__box .top a._active {
  opacity: 1;
  z-index: 1;
}
/* line 48, ../../src/sass/blocks/_anim-logo.sass */
.b-anim-logo .b-anim-logo__box .top a img {
  width: 100%;
  height: 100%;
}
/* line 52, ../../src/sass/blocks/_anim-logo.sass */
.b-anim-logo .b-anim-logo__radio-text {
  position: absolute;
  margin-top: 5px;
  top: 100%;
  left: 0;
  font: 11px "Open Sans", sans-serif, Arial;
  letter-spacing: 0.1em;
  color: #0061ae;
  opacity: 0;
  transition: opacity 0.6s;
}
/* line 65, ../../src/sass/blocks/_anim-logo.sass */
.b-anim-logo._sponsors .b-anim-logo__box .front {
  height: 0;
}
/* line 67, ../../src/sass/blocks/_anim-logo.sass */
.b-anim-logo._sponsors .b-anim-logo__box .top {
  height: 70px;
}
/* line 69, ../../src/sass/blocks/_anim-logo.sass */
.b-anim-logo._sponsors .b-anim-logo__radio-text {
  opacity: 1;
}

/* line 3, ../../src/sass/blocks/_age-limit-icon.sass */
.b-age-limit-icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  box-sizing: border-box;
  border: 1px solid #c2c2c2;
  vertical-align: top;
  font: 11px "Open Sans", sans-serif, Arial !important;
  color: #707070;
  line-height: 30px !important;
  text-align: center;
}

/* line 4, ../../src/sass/blocks/_news-item-n1.sass */
.b-news-item-n1 .b-news-item-n1__title {
  margin-bottom: 30px;
}

/* line 3, ../../src/sass/blocks/_image-n-title-n-mark.sass */
.b-image-n-title-n-mark {
  display: block;
  width: 645px;
  height: 410px;
  position: relative;
  text-decoration: none;
  background-size: cover;
}
/* line 11, ../../src/sass/blocks/_image-n-title-n-mark.sass */
.b-image-n-title-n-mark .b-image-n-title-n-mark__content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.28);
}
/* line 18, ../../src/sass/blocks/_image-n-title-n-mark.sass */
.b-image-n-title-n-mark .b-image-n-title-n-mark__content .b-image-n-title-n-mark__content__mark {
  position: absolute;
  left: 0;
  right: 0;
  top: -15px;
  text-align: center;
}
/* line 24, ../../src/sass/blocks/_image-n-title-n-mark.sass */
.b-image-n-title-n-mark .b-image-n-title-n-mark__content .b-image-n-title-n-mark__content__mark span {
  display: inline-block;
  position: relative;
  padding: 6px 10px;
  font: 15px "Open Sans", sans-serif, Arial;
  background-color: #f45c5d;
  color: white;
}
/* line 31, ../../src/sass/blocks/_image-n-title-n-mark.sass */
.b-image-n-title-n-mark .b-image-n-title-n-mark__content .b-image-n-title-n-mark__content__mark span::after {
  position: absolute;
  left: 50%;
  top: 100%;
  margin-left: -5px;
  content: "";
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid #f45c5d;
}
/* line 43, ../../src/sass/blocks/_image-n-title-n-mark.sass */
.b-image-n-title-n-mark .b-image-n-title-n-mark__content .b-image-n-title-n-mark__content__text {
  display: block;
  padding: 30px 100px;
  font: bold 25px "Open Sans", sans-serif, Arial;
  text-align: center;
  color: white;
}
/* line 51, ../../src/sass/blocks/_image-n-title-n-mark.sass */
.b-image-n-title-n-mark:hover .b-image-n-title-n-mark__content__text {
  color: #b8e4fa;
}

/* line 3, ../../src/sass/blocks/_scroll-to-top.sass */
.b-scroll-to-top {
  position: fixed;
  left: 20px;
  background: white url(../i/arrow-top.png) center center no-repeat;
  border: none;
  cursor: pointer;
  width: 55px;
  height: 55px;
  bottom: 1em;
  padding-right: 1em;
  display: none;
  z-index: 999;
}

/* line 3, ../../src/sass/blocks/_news-of-hour.sass */
.b-news-of-hour {
  position: relative;
}
/* line 6, ../../src/sass/blocks/_news-of-hour.sass */
.b-news-of-hour .b-news-of-hour__header {
  display: table;
  width: 100%;
  margin-bottom: 30px;
}
/* line 11, ../../src/sass/blocks/_news-of-hour.sass */
.b-news-of-hour .b-news-of-hour__header .b-news-of-hour__header__c1,
.b-news-of-hour .b-news-of-hour__header .b-news-of-hour__header__c2 {
  display: table-cell;
}
/* line 14, ../../src/sass/blocks/_news-of-hour.sass */
.b-news-of-hour .b-news-of-hour__header .b-news-of-hour__header__c1 {
  width: 40%;
  white-space: nowrap;
  padding-right: 30px;
}
/* line 18, ../../src/sass/blocks/_news-of-hour.sass */
.b-news-of-hour .b-news-of-hour__header .b-news-of-hour__header__c2 {
  color: #7f7f7f;
  font: 12px "Open Sans", sans-serif, Arial;
}
/* line 21, ../../src/sass/blocks/_news-of-hour.sass */
.b-news-of-hour .b-news-of-hour__header .b-news-of-hour__header__c2 b {
  color: black;
}
/* line 24, ../../src/sass/blocks/_news-of-hour.sass */
.b-news-of-hour .b-news-of-hour__header .b-news-of-hour__header__title {
  display: inline;
  margin-right: 10px;
}
/* line 28, ../../src/sass/blocks/_news-of-hour.sass */
.b-news-of-hour .b-news-of-hour__header .b-news-of-hour__header__time {
  font: 13px "Open Sans", sans-serif, Arial;
}
/* line 31, ../../src/sass/blocks/_news-of-hour.sass */
.b-news-of-hour .b-news-of-hour__content {
  padding: 30px 100px 30px 35px;
  background-color: #eff5f7;
  border-top: 3px solid #f45c5d;
  margin-right: 55px;
  margin-bottom: 20px;
  min-height: 340px;
}
/* line 39, ../../src/sass/blocks/_news-of-hour.sass */
.b-news-of-hour .b-news-of-hour__content .b-news-of-hour__content__news-item {
  display: block;
  position: relative;
  min-height: 55px;
  padding-left: 105px;
  text-decoration: none;
  color: black;
}
/* line 47, ../../src/sass/blocks/_news-of-hour.sass */
.b-news-of-hour .b-news-of-hour__content .b-news-of-hour__content__news-item:hover {
  color: #0061ae;
}
/* line 50, ../../src/sass/blocks/_news-of-hour.sass */
.b-news-of-hour .b-news-of-hour__content .b-news-of-hour__content__news-item:not(:last-child) {
  margin-bottom: 30px;
}
/* line 53, ../../src/sass/blocks/_news-of-hour.sass */
.b-news-of-hour .b-news-of-hour__content .b-news-of-hour__content__news-item .image {
  position: absolute;
  left: 0;
  top: 0;
  width: 85px;
  height: 55px;
}
/* line 60, ../../src/sass/blocks/_news-of-hour.sass */
.b-news-of-hour .b-news-of-hour__content .b-news-of-hour__content__news-item .category {
  font: bold 10px "Open Sans", sans-serif, Arial;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #999999;
}
/* line 66, ../../src/sass/blocks/_news-of-hour.sass */
.b-news-of-hour .b-news-of-hour__content .b-news-of-hour__content__news-item .text {
  font: 16px "Open Sans", sans-serif, Arial;
  line-height: 180%;
}
/* line 70, ../../src/sass/blocks/_news-of-hour.sass */
.b-news-of-hour .b-news-of-hour__navigation {
  position: relative;
  margin-right: 55px;
}
/* line 73, ../../src/sass/blocks/_news-of-hour.sass */
.b-news-of-hour .b-news-of-hour__navigation .cs {
  display: table;
  width: 100%;
}
/* line 76, ../../src/sass/blocks/_news-of-hour.sass */
.b-news-of-hour .b-news-of-hour__navigation .left-c,
.b-news-of-hour .b-news-of-hour__navigation .center,
.b-news-of-hour .b-news-of-hour__navigation .right-c {
  display: table-cell;
}
/* line 80, ../../src/sass/blocks/_news-of-hour.sass */
.b-news-of-hour .b-news-of-hour__navigation .left-c,
.b-news-of-hour .b-news-of-hour__navigation .right-c {
  width: 50%;
}
/* line 83, ../../src/sass/blocks/_news-of-hour.sass */
.b-news-of-hour .b-news-of-hour__navigation .left-c {
  text-align: left;
}
/* line 85, ../../src/sass/blocks/_news-of-hour.sass */
.b-news-of-hour .b-news-of-hour__navigation .right-c {
  text-align: right;
}
/* line 87, ../../src/sass/blocks/_news-of-hour.sass */
.b-news-of-hour .b-news-of-hour__navigation .center {
  white-space: nowrap;
}
/* line 89, ../../src/sass/blocks/_news-of-hour.sass */
.b-news-of-hour .b-news-of-hour__navigation .center a {
  font: bold 10px "Open Sans", sans-serif, Arial;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: black;
  text-decoration: none;
}
/* line 95, ../../src/sass/blocks/_news-of-hour.sass */
.b-news-of-hour .b-news-of-hour__navigation .center a:hover {
  color: #0061ae;
}
/* line 97, ../../src/sass/blocks/_news-of-hour.sass */
.b-news-of-hour .b-news-of-hour__navigation .left,
.b-news-of-hour .b-news-of-hour__navigation .right {
  border: none;
  background-color: transparent;
  background-repeat: no-repeat;
  letter-spacing: 0.14em;
}
/* line 103, ../../src/sass/blocks/_news-of-hour.sass */
.b-news-of-hour .b-news-of-hour__navigation .left:not(:disabled),
.b-news-of-hour .b-news-of-hour__navigation .right:not(:disabled) {
  cursor: pointer;
}
/* line 105, ../../src/sass/blocks/_news-of-hour.sass */
.b-news-of-hour .b-news-of-hour__navigation .left:disabled,
.b-news-of-hour .b-news-of-hour__navigation .right:disabled {
  color: #f45c5d;
}
/* line 107, ../../src/sass/blocks/_news-of-hour.sass */
.b-news-of-hour .b-news-of-hour__navigation .left {
  background-image: url(../i/arrow-left2.png);
  background-position: 0 50%;
  padding-left: 30px;
}
/* line 111, ../../src/sass/blocks/_news-of-hour.sass */
.b-news-of-hour .b-news-of-hour__navigation .left:disabled {
  background-image: url(../i/arrow-left2-unactive.png);
}
/* line 113, ../../src/sass/blocks/_news-of-hour.sass */
.b-news-of-hour .b-news-of-hour__navigation .right {
  background-image: url(../i/arrow-right2.png);
  background-position: 100% 50%;
  padding-right: 30px;
}
/* line 117, ../../src/sass/blocks/_news-of-hour.sass */
.b-news-of-hour .b-news-of-hour__navigation .right:disabled {
  background-image: url(../i/arrow-right2-unactive.png);
}
/* line 120, ../../src/sass/blocks/_news-of-hour.sass */
.b-news-of-hour .b-news-of-hour__control {
  position: absolute;
  right: 0;
  top: 0;
  width: 120px;
  background: #0061ae;
  padding: 15px;
  box-sizing: border-box;
}
/* line 129, ../../src/sass/blocks/_news-of-hour.sass */
.b-news-of-hour .b-news-of-hour__control .b-news-of-hour__control__item {
  display: block;
  padding: 30px 10px;
  text-decoration: none;
  color: white;
  background-color: transparent;
  border: none;
}
/* line 136, ../../src/sass/blocks/_news-of-hour.sass */
.b-news-of-hour .b-news-of-hour__control .b-news-of-hour__control__item:not(:last-child) {
  border-bottom: 1px solid #478dc5;
}
/* line 139, ../../src/sass/blocks/_news-of-hour.sass */
.b-news-of-hour .b-news-of-hour__control .b-news-of-hour__control__item .icon,
.b-news-of-hour .b-news-of-hour__control .b-news-of-hour__control__item .text {
  display: block;
  text-align: center;
}
/* line 143, ../../src/sass/blocks/_news-of-hour.sass */
.b-news-of-hour .b-news-of-hour__control .b-news-of-hour__control__item .icon {
  margin-bottom: 10px;
}
/* line 145, ../../src/sass/blocks/_news-of-hour.sass */
.b-news-of-hour .b-news-of-hour__control .b-news-of-hour__control__item .text {
  font: 12px "Open Sans", sans-serif, Arial;
  white-space: nowrap;
}
.b-news-of-hour .b-news-of-hour__control .b-news-of-hour__control__item .text .txt{
  display:block;
}
.b-news-of-hour .b-news-of-hour__control .b-news-of-hour__control__item .text .ptxt{
  display:none;
}
/* line 153, ../../src/sass/blocks/_news-of-hour.sass */
.b-news-of-hour .b-news-of-hour__control .b-news-of-hour__control__item._read .icon i {
  display: inline-block;
  width: 32px;
  height: 42px;
  background: url(../i/icon-document.png);
}
/* line 161, ../../src/sass/blocks/_news-of-hour.sass */
.b-news-of-hour .b-news-of-hour__control .b-news-of-hour__control__item._watch .icon i {
  display: inline-block;
  width: 46px;
  height: 40px;
  background: url(../i/icon-photo.png);
}
/* line 168, ../../src/sass/blocks/_news-of-hour.sass */
.b-news-of-hour .b-news-of-hour__control .b-news-of-hour__control__item._read, .b-news-of-hour .b-news-of-hour__control .b-news-of-hour__control__item._watch {
  cursor: pointer;
}
/* line 171, ../../src/sass/blocks/_news-of-hour.sass */
.b-news-of-hour .b-news-of-hour__control .b-news-of-hour__control__item._read:hover, .b-news-of-hour .b-news-of-hour__control .b-news-of-hour__control__item._watch:hover {
  color: #b8e4fa;
}

/* line 3, ../../src/sass/blocks/_social-icons.sass */
.b-social-icons {
  text-align: right;
  font-size: 0;
}
/* line 7, ../../src/sass/blocks/_social-icons.sass */
.b-social-icons .b-social-icon,
.b-social-icons .b-page__age-limit-icon {
  font-size: 1rem;
}
/* line 11, ../../src/sass/blocks/_social-icons.sass */
.b-social-icons .b-social-icon:not(:first-child) {
  margin-left: 10px;
}
/* line 14, ../../src/sass/blocks/_social-icons.sass */
.b-social-icons .b-age-limit-icon {
  margin-left: 15px;
}

/* line 3, ../../src/sass/blocks/_hot-news.sass */
.b-hot-news {
  left: 0;
  bottom: 0;
  position: relative;
}
/* line 8, ../../src/sass/blocks/_hot-news.sass */
.b-hot-news .b-hot-news__title {
  margin-bottom: 30px;
}
/* line 13, ../../src/sass/blocks/_hot-news.sass */
.b-hot-news .b-hot-news__list .b-hot-news__list__item .b-hot-news__list__item__link {
  display: block;
  text-decoration: none;
  font: 13px/160% "Open Sans", sans-serif, Arial;
  color: black;
}
/* line 18, ../../src/sass/blocks/_hot-news.sass */
.b-hot-news .b-hot-news__list .b-hot-news__list__item .b-hot-news__list__item__link:hover {
  color: #0061ae;
}
/* line 20, ../../src/sass/blocks/_hot-news.sass */
.b-hot-news .b-hot-news__list .b-hot-news__list__item .b-hot-news__list__item__link .time {
  color: #f45c5d;
  margin-right: 10px;
}
/* line 25, ../../src/sass/blocks/_hot-news.sass */
.b-hot-news .b-hot-news__link-to-archive a {
  display: block;
  text-align: center;
  border: 1px solid #e7e7e7;
  font: bold 10px "Open Sans", sans-serif, Arial;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: black;
  text-decoration: none;
  padding: 15px 30px;
}
/* line 35, ../../src/sass/blocks/_hot-news.sass */
.b-hot-news .b-hot-news__link-to-archive a:hover {
  border: 1px solid #b8e4fa;
  color: #0061ae;
}
/* line 40, ../../src/sass/blocks/_hot-news.sass */
.b-hot-news:not(._abs) .b-hot-news__list {
  margin-bottom: 25px;
}
/* line 43, ../../src/sass/blocks/_hot-news.sass */
.b-hot-news._abs {
  position: absolute;
  top: 35px;
  right: 0;
}
/* line 47, ../../src/sass/blocks/_hot-news.sass */
.b-hot-news._abs .b-hot-news__list {
  position: absolute;
  top: 47px;
  bottom: 75px;
  overflow: auto;
}
/* line 52, ../../src/sass/blocks/_hot-news.sass */
.b-hot-news._abs .b-hot-news__list .b-hot-news__list__item {
  margin-right: 35px;
}
/* line 54, ../../src/sass/blocks/_hot-news.sass */
.b-hot-news._abs .b-hot-news__link-to-archive {
  position: absolute;
  left: 0;
  right: 35px;
  bottom: 0;
}

/* line 4, ../../src/sass/blocks/_author-news.sass */
.b-author-news .b-author-news__header {
  margin-bottom: 30px;
}
/* line 7, ../../src/sass/blocks/_author-news.sass */
.b-author-news .b-author-news__header .b-author-news__header__title,
.b-author-news .b-author-news__header .b-author-news__header__switcher {
  display: inline-block;
  vertical-align: middle;
}
/* line 11, ../../src/sass/blocks/_author-news.sass */
.b-author-news .b-author-news__header .b-author-news__header__title {
  margin-right: 25px;
}
/* line 14, ../../src/sass/blocks/_author-news.sass */
.b-author-news .b-author-news__header .b-author-news__header__switcher {
  font-size: 0;
}
/* line 16, ../../src/sass/blocks/_author-news.sass */
.b-author-news .b-author-news__header .b-author-news__header__switcher .b-author-news__header__switcher__btn-left,
.b-author-news .b-author-news__header .b-author-news__header__switcher .b-author-news__header__switcher__btn-right {
  position: relative;
  border: 1px solid #e6e6e6;
  width: 35px;
  height: 30px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
}
/* line 25, ../../src/sass/blocks/_author-news.sass */
.b-author-news .b-author-news__header .b-author-news__header__switcher .b-author-news__header__switcher__btn-left:not(:disabled),
.b-author-news .b-author-news__header .b-author-news__header__switcher .b-author-news__header__switcher__btn-right:not(:disabled) {
  cursor: pointer;
}
/* line 27, ../../src/sass/blocks/_author-news.sass */
.b-author-news .b-author-news__header .b-author-news__header__switcher .b-author-news__header__switcher__btn-left:not(:disabled):hover,
.b-author-news .b-author-news__header .b-author-news__header__switcher .b-author-news__header__switcher__btn-right:not(:disabled):hover {
  position: relative;
  z-index: 1;
  border: 1px solid #b8e4fa;
}
/* line 32, ../../src/sass/blocks/_author-news.sass */
.b-author-news .b-author-news__header .b-author-news__header__switcher .b-author-news__header__switcher__btn-left:disabled,
.b-author-news .b-author-news__header .b-author-news__header__switcher .b-author-news__header__switcher__btn-right:disabled {
  opacity: 0.3;
}
/* line 34, ../../src/sass/blocks/_author-news.sass */
.b-author-news .b-author-news__header .b-author-news__header__switcher .b-author-news__header__switcher__btn-left {
  background-image: url(../i/arrow-left.png);
}
/* line 37, ../../src/sass/blocks/_author-news.sass */
.b-author-news .b-author-news__header .b-author-news__header__switcher .b-author-news__header__switcher__btn-left:not(:disabled):hover {
  background-image: url(../i/arrow-left-active.png);
}
/* line 39, ../../src/sass/blocks/_author-news.sass */
.b-author-news .b-author-news__header .b-author-news__header__switcher .b-author-news__header__switcher__btn-right {
  margin-left: -1px;
  background-image: url(../i/arrow-right.png);
}
/* line 43, ../../src/sass/blocks/_author-news.sass */
.b-author-news .b-author-news__header .b-author-news__header__switcher .b-author-news__header__switcher__btn-right:not(:disabled):hover {
  background-image: url(../i/arrow-right-active.png);
}
/* line 46, ../../src/sass/blocks/_author-news.sass */
.b-author-news .b-author-news__list {
  overflow: hidden;
  width: 645px;
}
/* line 51, ../../src/sass/blocks/_author-news.sass */
.b-author-news .b-author-news__list .b-author-news__list__obj {
  position: relative;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
/* line 58, ../../src/sass/blocks/_author-news.sass */
.b-author-news .b-author-news__list .b-author-news__list__obj .b-author-news__list__item {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0 10px;
  width: 161px;
  box-sizing: border-box;
  white-space: normal;
}
/* line 71, ../../src/sass/blocks/_author-news.sass */
.b-author-news .b-author-news__author {
  display: inline-block;
  text-decoration: none;
  color: black;
}
/* line 76, ../../src/sass/blocks/_author-news.sass */
.b-author-news .b-author-news__author .image-c,
.b-author-news .b-author-news__author .name,
.b-author-news .b-author-news__author .dob {
  display: block;
  text-align: center;
}
/* line 83, ../../src/sass/blocks/_author-news.sass */
.b-author-news .b-author-news__author .image-c .image {
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
/* line 89, ../../src/sass/blocks/_author-news.sass */
.b-author-news .b-author-news__author .name {
  font: bold 15px "Open Sans", sans-serif, Arial;
  margin-bottom: 3px;
}
/* line 93, ../../src/sass/blocks/_author-news.sass */
.b-author-news .b-author-news__author .dob {
  font: 11px "Open Sans", sans-serif, Arial;
  color: #b8b6b6;
}
/* line 98, ../../src/sass/blocks/_author-news.sass */
.b-author-news .b-author-news__author:hover .name {
  color: #0061ae;
}

/* line 4, ../../src/sass/blocks/_opinions.sass */
.b-opinions .b-opinions__header {
  margin-bottom: 30px;
}
/* line 7, ../../src/sass/blocks/_opinions.sass */
.b-opinions .b-opinions__list {
  margin: 0;
  padding: 0;
}
/* line 10, ../../src/sass/blocks/_opinions.sass */
.b-opinions .b-opinions__list .b-opinions__list__item {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 14, ../../src/sass/blocks/_opinions.sass */
.b-opinions .b-opinions__list .b-opinions__list__item:not(:last-child) {
  margin-bottom: 25px;
}
/* line 17, ../../src/sass/blocks/_opinions.sass */
.b-opinions .b-opinions__opinion {
  padding-left: 45px;
  position: relative;
}
/* line 21, ../../src/sass/blocks/_opinions.sass */
.b-opinions .b-opinions__opinion .b-opinions__opinion__author {
  text-decoration: none;
  color: black;
}
/* line 24, ../../src/sass/blocks/_opinions.sass */
.b-opinions .b-opinions__opinion .b-opinions__opinion__author .name {
  display: block;
  font: bold 13px "Open Sans", sans-serif, Arial;
  margin-left: 20px;
  margin-bottom: 5px;
}
/* line 29, ../../src/sass/blocks/_opinions.sass */
.b-opinions .b-opinions__opinion .b-opinions__opinion__author .image {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 50px;
  height: 50px;
}
/* line 37, ../../src/sass/blocks/_opinions.sass */
.b-opinions .b-opinions__opinion .b-opinions__opinion__author:hover .name {
  color: #0061ae;
}
/* line 40, ../../src/sass/blocks/_opinions.sass */
.b-opinions .b-opinions__opinion .b-opinions__opinion__content {
  display: block;
  position: relative;
  border: 2px solid #f4f4f4;
  padding: 10px 20px;
  text-decoration: none;
  color: black;
}
/* line 47, ../../src/sass/blocks/_opinions.sass */
.b-opinions .b-opinions__opinion .b-opinions__opinion__content::after {
  content: "";
  position: absolute;
  right: 100%;
  top: 25px;
  width: 22px;
  height: 25px;
  background: url(../i/arrow-border-left.png);
}
/* line 56, ../../src/sass/blocks/_opinions.sass */
.b-opinions .b-opinions__opinion .b-opinions__opinion__content .b-opinions__opinion__content__text,
.b-opinions .b-opinions__opinion .b-opinions__opinion__content .b-opinions__opinion__content__date {
  display: block;
}
/* line 59, ../../src/sass/blocks/_opinions.sass */
.b-opinions .b-opinions__opinion .b-opinions__opinion__content .b-opinions__opinion__content__text {
  font: 13px/160% "Open Sans", sans-serif, Arial;
  margin-bottom: 5px;
}
/* line 62, ../../src/sass/blocks/_opinions.sass */
.b-opinions .b-opinions__opinion .b-opinions__opinion__content .b-opinions__opinion__content__date {
  font: 11px/160% "Open Sans", sans-serif, Arial;
  color: #969595;
}
/* line 67, ../../src/sass/blocks/_opinions.sass */
.b-opinions .b-opinions__opinion .b-opinions__opinion__content:hover .b-opinions__opinion__content__text {
  color: #0061ae;
}

/* line 3, ../../src/sass/blocks/_interview.sass */
.b-interview {
  background-color: #f5f5ed;
  padding: 25px 35px;
}
/* line 6, ../../src/sass/blocks/_interview.sass */
.b-interview .b-interview__header {
  display: table;
  width: 100%;
  margin-bottom: 30px;
}
/* line 11, ../../src/sass/blocks/_interview.sass */
.b-interview .b-interview__header::before, .b-interview .b-interview__header::after,
.b-interview .b-interview__header .b-interview__title {
  display: table-cell;
}
/* line 16, ../../src/sass/blocks/_interview.sass */
.b-interview .b-interview__header::before, .b-interview .b-interview__header::after {
  content: "";
  width: 50%;
  background: url(../i/gray-point.jpg) 0 50% repeat-x;
}
/* line 22, ../../src/sass/blocks/_interview.sass */
.b-interview .b-interview__header .b-interview__title {
  white-space: nowrap;
  padding: 0 20px;
}
/* line 26, ../../src/sass/blocks/_interview.sass */
.b-interview .b-interview__list {
  display: table;
  width: 100%;
  margin: 0;
  padding: 0;
}
/* line 31, ../../src/sass/blocks/_interview.sass */
.b-interview .b-interview__list .b-interview__list__filler,
.b-interview .b-interview__list .b-interview__list__item {
  display: table-cell;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
/* line 38, ../../src/sass/blocks/_interview.sass */
.b-interview .b-interview__list .b-interview__list__filler::before {
  content: "";
  display: block;
  width: 35px;
}
/* line 42, ../../src/sass/blocks/_interview.sass */
.b-interview .b-interview__list .b-interview__list__item {
  display: table-cell;
  width: 50%;
}
/* line 46, ../../src/sass/blocks/_interview.sass */
.b-interview .b-interview__interview {
  display: block;
  text-decoration: none;
  color: black;
}
/* line 50, ../../src/sass/blocks/_interview.sass */
.b-interview .b-interview__interview .b-interview__interview__header {
  display: table;
  width: 100%;
  text-decoration: none;
  color: black;
  margin-bottom: 14px;
}
/* line 56, ../../src/sass/blocks/_interview.sass */
.b-interview .b-interview__interview .b-interview__interview__header .image-c,
.b-interview .b-interview__interview .b-interview__interview__header .text-c {
  display: table-cell;
  vertical-align: top;
}
/* line 60, ../../src/sass/blocks/_interview.sass */
.b-interview .b-interview__interview .b-interview__interview__header .image-c {
  padding-right: 15px;
}
/* line 62, ../../src/sass/blocks/_interview.sass */
.b-interview .b-interview__interview .b-interview__interview__header .text-c {
  width: 100%;
}
/* line 64, ../../src/sass/blocks/_interview.sass */
.b-interview .b-interview__interview .b-interview__interview__header .text-c b, .b-interview .b-interview__interview .b-interview__interview__header .text-c i {
  display: block;
}
/* line 66, ../../src/sass/blocks/_interview.sass */
.b-interview .b-interview__interview .b-interview__interview__header .text-c b {
  font: bold 15px "Open Sans", sans-serif, Arial;
}
/* line 68, ../../src/sass/blocks/_interview.sass */
.b-interview .b-interview__interview .b-interview__interview__header .text-c i {
  font: 13px "Open Sans", sans-serif, Arial;
}
/* line 70, ../../src/sass/blocks/_interview.sass */
.b-interview .b-interview__interview .b-interview__interview__header .image {
  display: inline-block;
  width: 50px;
  height: 50px;
  vertical-align: top;
}
/* line 76, ../../src/sass/blocks/_interview.sass */
.b-interview .b-interview__interview .b-interview__interview__header:hover {
  color: #0061ae;
}
/* line 79, ../../src/sass/blocks/_interview.sass */
.b-interview .b-interview__interview .b-interview__interview__content {
  display: block;
  text-decoration: none;
  color: black;
}
/* line 83, ../../src/sass/blocks/_interview.sass */
.b-interview .b-interview__interview .b-interview__interview__content .b-interview__interview__content__text,
.b-interview .b-interview__interview .b-interview__interview__content .b-interview__interview__content__date {
  display: block;
}
/* line 86, ../../src/sass/blocks/_interview.sass */
.b-interview .b-interview__interview .b-interview__interview__content .b-interview__interview__content__text {
  font: 13px "Open Sans", sans-serif, Arial;
  margin-bottom: 5px;
}
/* line 89, ../../src/sass/blocks/_interview.sass */
.b-interview .b-interview__interview .b-interview__interview__content .b-interview__interview__content__date {
  font: 11px "Open Sans", sans-serif, Arial;
  color: #969595;
}
/* line 93, ../../src/sass/blocks/_interview.sass */
.b-interview .b-interview__interview .b-interview__interview__content:hover {
  color: #0061ae;
}

/* line 4, ../../src/sass/blocks/_short-stories.sass */
.b-short-stories .b-short-stories__title {
  margin-bottom: 30px;
}
/* line 7, ../../src/sass/blocks/_short-stories.sass */
.b-short-stories .b-short-stories__list {
  border-top: 3px solid #f45c5d;
  border-bottom: 1px solid #f45c5d;
  margin: 0;
  padding: 22px 0;
  font-size: 0;
}
/* line 13, ../../src/sass/blocks/_short-stories.sass */
.b-short-stories .b-short-stories__list li {
  display: inline-block;
  font-size: 1rem;
}
/* line 16, ../../src/sass/blocks/_short-stories.sass */
.b-short-stories .b-short-stories__list li:not(:last-child) {
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #cccccc;
}
/* line 21, ../../src/sass/blocks/_short-stories.sass */
.b-short-stories .b-short-stories__list a {
  color: #333333;
  text-decoration: none;
  font: 13px "Open Sans", sans-serif, Arial;
}
/* line 26, ../../src/sass/blocks/_short-stories.sass */
.b-short-stories .b-short-stories__list a:hover {
  color: #0061ae;
}

/* line 3, ../../src/sass/blocks/_press-centre.sass */
.b-press-centre {
  border-bottom: 3px solid #cccccc;
  padding-bottom: 45px;
}
/* line 7, ../../src/sass/blocks/_press-centre.sass */
.b-press-centre .b-press-centre__title {
  margin-bottom: 30px;
}
/* line 10, ../../src/sass/blocks/_press-centre.sass */
.b-press-centre .b-press-centre__body {
  position: relative;
  min-height: 218px;
}
/* line 14, ../../src/sass/blocks/_press-centre.sass */
.b-press-centre .b-press-centre__body .b-press-centre__body__video {
  position: absolute;
}
/* line 16, ../../src/sass/blocks/_press-centre.sass */
.b-press-centre .b-press-centre__body .b-press-centre__body__content {
  display: block;
  margin-left: 370px;
}
/* line 19, ../../src/sass/blocks/_press-centre.sass */
.b-press-centre .b-press-centre__body .b-press-centre__body__content .b-press-centre__body__content__title,
.b-press-centre .b-press-centre__body .b-press-centre__body__content .b-press-centre__body__content__date,
.b-press-centre .b-press-centre__body .b-press-centre__body__content .b-press-centre__body__content__text {
  display: block;
}
/* line 23, ../../src/sass/blocks/_press-centre.sass */
.b-press-centre .b-press-centre__body .b-press-centre__body__content .b-press-centre__body__content__title {
  font: bold 21px "Open Sans", sans-serif, Arial;
  margin-bottom: 10px;
}
/* line 26, ../../src/sass/blocks/_press-centre.sass */
.b-press-centre .b-press-centre__body .b-press-centre__body__content .b-press-centre__body__content__date {
  font: 11px "Open Sans", sans-serif, Arial;
  color: #969595;
  margin-bottom: 10px;
}
/* line 30, ../../src/sass/blocks/_press-centre.sass */
.b-press-centre .b-press-centre__body .b-press-centre__body__content .b-press-centre__body__content__text {
  font: 13px "Open Sans", sans-serif, Arial;
  color: #333333;
  line-height: 180%;
}
/* line 36, ../../src/sass/blocks/_press-centre.sass */
.b-press-centre .b-press-centre__body .b-press-centre__body__content:hover .b-press-centre__body__content__title {
  color: #0061ae;
}

/* line 5, ../../src/sass/blocks/_people-vote.sass */
.b-people-vote .b-people-vote__title {
  margin-bottom: 30px;
}
/* line 8, ../../src/sass/blocks/_people-vote.sass */
.b-people-vote .b-people-vote__form {
  border: 1px solid #e7e7e7;
  box-sizing: border-box;
  padding: 20px 25px;
}
/* line 13, ../../src/sass/blocks/_people-vote.sass */
.b-people-vote .b-people-vote__form .b-people-vote__form__question {
  font: bold 14px "Open Sans", sans-serif, Arial;
  margin-bottom: 25px;
}
/* line 17, ../../src/sass/blocks/_people-vote.sass */
.b-people-vote .b-people-vote__form .b-people-vote__form__options {
  margin-bottom: 25px;
}
/* line 19, ../../src/sass/blocks/_people-vote.sass */
.b-people-vote .b-people-vote__form .b-people-vote__form__options .b-people-vote__form__option {
  display: block;
  position: relative;
  font: 13px "Open Sans", sans-serif, Arial;
}
/* line 23, ../../src/sass/blocks/_people-vote.sass */
.b-people-vote .b-people-vote__form .b-people-vote__form__options .b-people-vote__form__option input {
  position: absolute;
}
/* line 25, ../../src/sass/blocks/_people-vote.sass */
.b-people-vote .b-people-vote__form .b-people-vote__form__options .b-people-vote__form__option span {
  display: block;
  position: relative;
  padding-left: 30px;
}
/* line 29, ../../src/sass/blocks/_people-vote.sass */
.b-people-vote .b-people-vote__form .b-people-vote__form__options .b-people-vote__form__option:not(:last-child) {
  margin-bottom: 20px;
}
/* line 32, ../../src/sass/blocks/_people-vote.sass */
.b-people-vote .b-people-vote__form .b-people-vote__form__submit-c {
  text-align: center;
}
/* line 35, ../../src/sass/blocks/_people-vote.sass */
.b-people-vote .b-people-vote__form .b-people-vote__form__submit {
  border: none;
  padding: 12px 25px;
  background-color: #0061ae;
  font: 12px "Open Sans", sans-serif, Arial;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: white;
  cursor: pointer;
}
/* line 44, ../../src/sass/blocks/_people-vote.sass */
.b-people-vote .b-people-vote__form .b-people-vote__form__submit:hover {
  background-color: #007de1;
}
/* line 48, ../../src/sass/blocks/_people-vote.sass */
.b-people-vote .b-people-vote__answers {
  border: 1px solid #e7e7e7;
  box-sizing: border-box;
  padding: 20px 25px;
}
/* line 53, ../../src/sass/blocks/_people-vote.sass */
.b-people-vote .b-people-vote__answers .b-people-vote__answers__question {
  font: bold 14px "Open Sans", sans-serif, Arial;
  margin-bottom: 25px;
}
/* line 57, ../../src/sass/blocks/_people-vote.sass */
.b-people-vote .b-people-vote__answers .b-people-vote__answers__options {
  margin-bottom: 25px;
}
/* line 59, ../../src/sass/blocks/_people-vote.sass */
.b-people-vote .b-people-vote__answers .b-people-vote__answers__options .b-people-vote__answers__option {
  position: relative;
}
/* line 61, ../../src/sass/blocks/_people-vote.sass */
.b-people-vote .b-people-vote__answers .b-people-vote__answers__options .b-people-vote__answers__option .b-people-vote__answers__option__text {
  padding-left: 30px;
  margin-bottom: 7px;
  font: 13px "Open Sans", sans-serif, Arial;
}
/* line 65, ../../src/sass/blocks/_people-vote.sass */
.b-people-vote .b-people-vote__answers .b-people-vote__answers__options .b-people-vote__answers__option .b-people-vote__answers__option__progress {
  background-color: #e7e7e7;
}
/* line 67, ../../src/sass/blocks/_people-vote.sass */
.b-people-vote .b-people-vote__answers .b-people-vote__answers__options .b-people-vote__answers__option .b-people-vote__answers__option__progress span {
  display: block;
  height: 3px;
  background-color: #0061ae;
}
/* line 71, ../../src/sass/blocks/_people-vote.sass */
.b-people-vote .b-people-vote__answers .b-people-vote__answers__options .b-people-vote__answers__option .b-people-vote__answers__option__value {
  position: absolute;
  left: 0;
  bottom: 10px;
  font: 11px "Open Sans", sans-serif, Arial;
  color: #0061ae;
}
/* line 77, ../../src/sass/blocks/_people-vote.sass */
.b-people-vote .b-people-vote__answers .b-people-vote__answers__options .b-people-vote__answers__option:not(:last-child) {
  margin-bottom: 15px;
}
/* line 80, ../../src/sass/blocks/_people-vote.sass */
.b-people-vote .b-people-vote__answers .b-people-vote__answers__archive {
  text-align: center;
}
/* line 82, ../../src/sass/blocks/_people-vote.sass */
.b-people-vote .b-people-vote__answers .b-people-vote__answers__archive a {
  font: 12px "Open Sans", sans-serif, Arial;
  color: black;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
}

/* line 3, ../../src/sass/blocks/_articles-news-list.sass */
.b-articles-news-list {
  font-size: 0;
}
/* line 18, ../../src/sass/blocks/_articles-news-list.sass */
.b-articles-news-list .b-articles-news-list__article {
  width: 305px;
  display: inline-block;
  font-size: 1rem;
  vertical-align: top;
}
/* line 27, ../../src/sass/blocks/_articles-news-list.sass */
.b-articles-news-list .b-articles-news-list__article:not(:last-child) {
  margin-bottom: 35px;
}
/* line 30, ../../src/sass/blocks/_articles-news-list.sass */
.b-articles-news-list .b-articles-news-list__article .b-articles-news-list__article__title {
  margin-bottom: 25px;
}
/* line 33, ../../src/sass/blocks/_articles-news-list.sass */
.b-articles-news-list .b-articles-news-list__article .b-articles-news-list__article__body {
  display: block;
}
/* line 35, ../../src/sass/blocks/_articles-news-list.sass */
.b-articles-news-list .b-articles-news-list__article .b-articles-news-list__article__body .b-articles-news-list__article__body__image,
.b-articles-news-list .b-articles-news-list__article .b-articles-news-list__article__body .b-articles-news-list__article__body__content {
  display: block;
}
/* line 38, ../../src/sass/blocks/_articles-news-list.sass */
.b-articles-news-list .b-articles-news-list__article .b-articles-news-list__article__body .b-articles-news-list__article__body__image {
  margin-bottom: 10px;
}
/* line 42, ../../src/sass/blocks/_articles-news-list.sass */
.b-articles-news-list .b-articles-news-list__article .b-articles-news-list__article__body .b-articles-news-list__article__body__content .b-articles-news-list__article__body__content__title,
.b-articles-news-list .b-articles-news-list__article .b-articles-news-list__article__body .b-articles-news-list__article__body__content .b-articles-news-list__article__body__content__date,
.b-articles-news-list .b-articles-news-list__article .b-articles-news-list__article__body .b-articles-news-list__article__body__content .b-articles-news-list__article__body__content__text {
  display: block;
}
/* line 47, ../../src/sass/blocks/_articles-news-list.sass */
.b-articles-news-list .b-articles-news-list__article .b-articles-news-list__article__body .b-articles-news-list__article__body__content .b-articles-news-list__article__body__content__title {
  font: bold 16px "Open Sans", sans-serif, Arial;
  margin-bottom: 10px;
}
/* line 50, ../../src/sass/blocks/_articles-news-list.sass */
.b-articles-news-list .b-articles-news-list__article .b-articles-news-list__article__body .b-articles-news-list__article__body__content .b-articles-news-list__article__body__content__date {
  font: 11px "Open Sans", sans-serif, Arial;
  color: #969595;
  margin-bottom: 10px;
}
/* line 54, ../../src/sass/blocks/_articles-news-list.sass */
.b-articles-news-list .b-articles-news-list__article .b-articles-news-list__article__body .b-articles-news-list__article__body__content .b-articles-news-list__article__body__content__text {
  font: 13px "Open Sans", sans-serif, Arial;
  color: #333333;
  line-height: 180%;
}
/* line 60, ../../src/sass/blocks/_articles-news-list.sass */
.b-articles-news-list .b-articles-news-list__article .b-articles-news-list__article__body:hover .b-articles-news-list__article__body__content .b-articles-news-list__article__body__content__title {
  color: #0061ae;
}

/* line 64, ../../src/sass/blocks/_articles-news-list.sass */
.b-articles-news-list__link-to-archive {
  margin-left: 35px;
  padding-top: 40px;
  margin-right: 35px;
}

/* line 4, ../../src/sass/blocks/_partners.sass */
.b-partners .b-partners__title {
  margin-bottom: 30px;
}
/* line 7, ../../src/sass/blocks/_partners.sass */
.b-partners .b-partners__list .b-partners__list__link {
  display: block;
  text-decoration: none;
  color: black;
  min-height: 50px;
}
/* line 12, ../../src/sass/blocks/_partners.sass */
.b-partners .b-partners__list .b-partners__list__link .b-partners__list__link__image {
  position: absolute;
  width: 70px;
  height: 50px;
}
/* line 16, ../../src/sass/blocks/_partners.sass */
.b-partners .b-partners__list .b-partners__list__link .b-partners__list__link__text {
  display: block;
  margin-left: 95px;
  font: 13px "Open Sans", sans-serif, Arial;
}

/* line 4, ../../src/sass/blocks/_promoted-news.sass */
.b-promoted-news .b-promoted-news__title {
  margin-bottom: 30px;
}
/* line 6, ../../src/sass/blocks/_promoted-news.sass */
.b-promoted-news .b-promoted-news__list {
  background-color: #f4f4f4;
  padding: 20px 25px;
}
/* line 10, ../../src/sass/blocks/_promoted-news.sass */
.b-promoted-news .b-promoted-news__list .b-promoted-news__list__item .b-promoted-news__list__link {
  color: black;
  text-decoration: none;
}
/* line 13, ../../src/sass/blocks/_promoted-news.sass */
.b-promoted-news .b-promoted-news__list .b-promoted-news__list__item .b-promoted-news__list__link .b-promoted-news__list__link__image,
.b-promoted-news .b-promoted-news__list .b-promoted-news__list__item .b-promoted-news__list__link .b-promoted-news__list__link__text,
.b-promoted-news .b-promoted-news__list .b-promoted-news__list__item .b-promoted-news__list__link .b-promoted-news__list__link__date {
  display: block;
}
/* line 17, ../../src/sass/blocks/_promoted-news.sass */
.b-promoted-news .b-promoted-news__list .b-promoted-news__list__item .b-promoted-news__list__link .b-promoted-news__list__link__image {
  margin-bottom: 15px;
}
/* line 19, ../../src/sass/blocks/_promoted-news.sass */
.b-promoted-news .b-promoted-news__list .b-promoted-news__list__item .b-promoted-news__list__link .b-promoted-news__list__link__image img {
  max-width: 100%;
  vertical-align: top;
}
/* line 22, ../../src/sass/blocks/_promoted-news.sass */
.b-promoted-news .b-promoted-news__list .b-promoted-news__list__item .b-promoted-news__list__link .b-promoted-news__list__link__text {
  font: 13px "Open Sans", sans-serif, Arial;
  margin-bottom: 5px;
}
/* line 25, ../../src/sass/blocks/_promoted-news.sass */
.b-promoted-news .b-promoted-news__list .b-promoted-news__list__item .b-promoted-news__list__link .b-promoted-news__list__link__date {
  font: 11px "Open Sans", sans-serif, Arial;
  color: #969595;
}
/* line 30, ../../src/sass/blocks/_promoted-news.sass */
.b-promoted-news .b-promoted-news__list .b-promoted-news__list__item .b-promoted-news__list__link:hover .b-promoted-news__list__link__text {
  color: #0061ae;
}

/* line 3, ../../src/sass/blocks/_popup-news.sass */
.b-popup-news {
  position: relative;
}
/* line 6, ../../src/sass/blocks/_popup-news.sass */
.b-popup-news .b-popup-news__player {
  height: 30px;
  transition: opacity 0.2s;
}
/* line 10, ../../src/sass/blocks/_popup-news.sass */
.b-popup-news .b-popup-news__player .b-popup-news__player__progress div {
  height: 3px;
  background-color: #f45c5d;
  position: relative;
}
/* line 14, ../../src/sass/blocks/_popup-news.sass */
.b-popup-news .b-popup-news__player .b-popup-news__player__progress div .time {
  position: absolute;
  width: 80px;
  right: 0;
  top: 8px;
  margin-right: -40px;
  text-align: center;
  font: 11px "Open Sans", sans-serif, Arial;
  color: #9d9d9d;
  background-color: white;
  padding: 3px;
}
/* line 25, ../../src/sass/blocks/_popup-news.sass */
.b-popup-news .b-popup-news__player .b-popup-news__player__progress div .time .cur {
  font-weight: bold;
  color: #f45c5d;
}
/* line 29, ../../src/sass/blocks/_popup-news.sass */
.b-popup-news .b-popup-news__player._hidden {
  opacity: 0;
}
/* line 32, ../../src/sass/blocks/_popup-news.sass */
.b-popup-news .b-popup-news-player-play-button {
  position: absolute;
  left: -30px;
  top: 65px;
  width: 60px;
  height: 60px;
  border: none;
  background-color: #0061ae;
  background-repeat: no-repeat;
  cursor: pointer;
}
/* line 43, ../../src/sass/blocks/_popup-news.sass */
.b-popup-news .b-popup-news-player-play-button._play {
  background-image: url(../i/button-pause.png);
  background-position: center center;
}
/* line 47, ../../src/sass/blocks/_popup-news.sass */
.b-popup-news .b-popup-news-player-play-button._pause {
  background-image: url(../i/button-play.png);
  background-position: 55% center;
}
/* line 51, ../../src/sass/blocks/_popup-news.sass */
.b-popup-news .b-popup-news-player-play-button::after {
  position: absolute;
  top: 100%;
  left: 30px;
  content: "";
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 0px solid transparent;
  border-top: 16px solid #0061ae;
}
/* line 62, ../../src/sass/blocks/_popup-news.sass */
.b-popup-news .b-popup-news__list {
  padding: 0 75px;
}
/* line 65, ../../src/sass/blocks/_popup-news.sass */
.b-popup-news .b-popup-news__list .b-popup-news__list__item {
  padding: 60px 0;
  position: relative;
}
/* line 69, ../../src/sass/blocks/_popup-news.sass */
.b-popup-news .b-popup-news__list .b-popup-news__list__item:not(:last-child) {
  border-bottom: 3px solid #e7e7e7;
}
/* line 72, ../../src/sass/blocks/_popup-news.sass */
.b-popup-news .b-popup-news__list .b-popup-news__list__item .b-popup-news__list__item__warn-n-count {
  position: absolute;
  top: 75px;
  right: -75px;
}
/* line 77, ../../src/sass/blocks/_popup-news.sass */
.b-popup-news .b-popup-news__list .b-popup-news__list__item .b-popup-news__list__item__warn-n-count .b-popup-news__list__item__count {
  background-color: #e7e7e7;
  height: 30px;
  font: 12px "Open Sans", sans-serif, Arial;
  color: #646464;
  line-height: 30px;
  padding: 0 10px;
}
/* line 85, ../../src/sass/blocks/_popup-news.sass */
.b-popup-news .b-popup-news__list .b-popup-news__list__item .b-popup-news__list__item__warn-n-count .b-popup-news__list__item__warn {
  position: absolute;
  left: 100%;
  top: 0;
}
/* line 89, ../../src/sass/blocks/_popup-news.sass */
.b-popup-news .b-popup-news__list .b-popup-news__list__item .b-popup-news__list__item__warn-n-count .b-popup-news__list__item__warn .text,
.b-popup-news .b-popup-news__list .b-popup-news__list__item .b-popup-news__list__item__warn-n-count .b-popup-news__list__item__warn .icon {
  position: absolute;
  color: #84d0f5;
  height: 30px;
  line-height: 30px !important;
  background-color: #0061ae;
}
/* line 96, ../../src/sass/blocks/_popup-news.sass */
.b-popup-news .b-popup-news__list .b-popup-news__list__item .b-popup-news__list__item__warn-n-count .b-popup-news__list__item__warn .icon {
  left: 0;
  font: 18px "Open Sans", sans-serif, Arial;
  padding: 0 13px;
}
/* line 100, ../../src/sass/blocks/_popup-news.sass */
.b-popup-news .b-popup-news__list .b-popup-news__list__item .b-popup-news__list__item__warn-n-count .b-popup-news__list__item__warn .text {
  display: none;
  right: 0;
  font: 10px "Open Sans", sans-serif, Arial;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  padding: 0 10px;
}
/* line 109, ../../src/sass/blocks/_popup-news.sass */
.b-popup-news .b-popup-news__list .b-popup-news__list__item .b-popup-news__list__item__warn-n-count._zero .b-popup-news__list__item__count {
  display: none;
}
/* line 112, ../../src/sass/blocks/_popup-news.sass */
.b-popup-news .b-popup-news__list .b-popup-news__list__item .b-popup-news__list__item__warn-n-count:not(._active) {
  cursor: pointer;
}
/* line 117, ../../src/sass/blocks/_popup-news.sass */
.b-popup-news .b-popup-news__list .b-popup-news__list__item .b-popup-news__list__item__warn-n-count:hover .b-popup-news__list__item__warn .text {
  display: block;
}
/* line 120, ../../src/sass/blocks/_popup-news.sass */
.b-popup-news .b-popup-news__list .b-popup-news__list__item .b-popup-news__list__item__header {
  margin-bottom: 15px;
}
/* line 122, ../../src/sass/blocks/_popup-news.sass */
.b-popup-news .b-popup-news__list .b-popup-news__list__item .b-popup-news__list__item__header .b-popup-news__list__item__header__title,
.b-popup-news .b-popup-news__list .b-popup-news__list__item .b-popup-news__list__item__header .b-popup-news__list__item__header__category {
  display: inline;
}
/* line 125, ../../src/sass/blocks/_popup-news.sass */
.b-popup-news .b-popup-news__list .b-popup-news__list__item .b-popup-news__list__item__header .b-popup-news__list__item__header__title {
  font: bold 19px "Open Sans", sans-serif, Arial;
  margin-right: 10px;
}
/* line 128, ../../src/sass/blocks/_popup-news.sass */
.b-popup-news .b-popup-news__list .b-popup-news__list__item .b-popup-news__list__item__header .b-popup-news__list__item__header__category {
  font: bold 11px "Open Sans", sans-serif, Arial;
  color: #999999;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
/* line 134, ../../src/sass/blocks/_popup-news.sass */
.b-popup-news .b-popup-news__list .b-popup-news__list__item .b-popup-news__list__item__text {
  font: 14px/180% "Open Sans", sans-serif, Arial;
  margin-bottom: 30px;
}
/* line 139, ../../src/sass/blocks/_popup-news.sass */
.b-popup-news .b-popup-news__list .b-popup-news__list__item .b-popup-news__list__item__similar .b-popup-news__list__item__similar__title {
  display: table;
  width: 100%;
  margin-bottom: 30px;
}
/* line 144, ../../src/sass/blocks/_popup-news.sass */
.b-popup-news .b-popup-news__list .b-popup-news__list__item .b-popup-news__list__item__similar .b-popup-news__list__item__similar__title span, .b-popup-news .b-popup-news__list .b-popup-news__list__item .b-popup-news__list__item__similar .b-popup-news__list__item__similar__title::after {
  display: table-cell;
}
/* line 147, ../../src/sass/blocks/_popup-news.sass */
.b-popup-news .b-popup-news__list .b-popup-news__list__item .b-popup-news__list__item__similar .b-popup-news__list__item__similar__title span {
  white-space: nowrap;
  font: bold 13px "Open Sans", sans-serif, Arial;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #999999;
  padding-right: 10px;
}
/* line 154, ../../src/sass/blocks/_popup-news.sass */
.b-popup-news .b-popup-news__list .b-popup-news__list__item .b-popup-news__list__item__similar .b-popup-news__list__item__similar__title::after {
  content: "";
  width: 100%;
  background: url(../i/gray-point.jpg) 0 50% repeat-x;
}
/* line 158, ../../src/sass/blocks/_popup-news.sass */
.b-popup-news .b-popup-news__list .b-popup-news__list__item .b-popup-news__list__item__similar .b-popup-news__list__item__similar__content {
  display: table;
  width: 100%;
}
/* line 161, ../../src/sass/blocks/_popup-news.sass */
.b-popup-news .b-popup-news__list .b-popup-news__list__item .b-popup-news__list__item__similar .b-popup-news__list__item__similar__content .b-popup-news__list__item__similar__content__c1,
.b-popup-news .b-popup-news__list .b-popup-news__list__item .b-popup-news__list__item__similar .b-popup-news__list__item__similar__content .b-popup-news__list__item__similar__content__filler,
.b-popup-news .b-popup-news__list .b-popup-news__list__item .b-popup-news__list__item__similar .b-popup-news__list__item__similar__content .b-popup-news__list__item__similar__content__c2 {
  display: table-cell;
}
/* line 165, ../../src/sass/blocks/_popup-news.sass */
.b-popup-news .b-popup-news__list .b-popup-news__list__item .b-popup-news__list__item__similar .b-popup-news__list__item__similar__content .b-popup-news__list__item__similar__content__c1,
.b-popup-news .b-popup-news__list .b-popup-news__list__item .b-popup-news__list__item__similar .b-popup-news__list__item__similar__content .b-popup-news__list__item__similar__content__c2 {
  width: 50%;
}
/* line 169, ../../src/sass/blocks/_popup-news.sass */
.b-popup-news .b-popup-news__list .b-popup-news__list__item .b-popup-news__list__item__similar .b-popup-news__list__item__similar__content .b-popup-news__list__item__similar__content__filler::before {
  content: "";
  display: block;
  width: 35px;
}
/* line 174, ../../src/sass/blocks/_popup-news.sass */
.b-popup-news .b-popup-news__list .b-popup-news__list__item .b-popup-news__list__item__similar .b-popup-news__list__item__similar__content .b-popup-news__list__item__similar__content__item {
  position: relative;
  padding-left: 105px;
}
/* line 177, ../../src/sass/blocks/_popup-news.sass */
.b-popup-news .b-popup-news__list .b-popup-news__list__item .b-popup-news__list__item__similar .b-popup-news__list__item__similar__content .b-popup-news__list__item__similar__content__item .image {
  position: absolute;
  left: 0;
  top: 0;
  width: 85px;
  height: 55px;
}
/* line 183, ../../src/sass/blocks/_popup-news.sass */
.b-popup-news .b-popup-news__list .b-popup-news__list__item .b-popup-news__list__item__similar .b-popup-news__list__item__similar__content .b-popup-news__list__item__similar__content__item .text {
  font: 13px "Open Sans", sans-serif, Arial;
  line-height: 180%;
  color: #666666;
}

/* line 3, ../../src/sass/blocks/_image-gallery.sass */
.b-image-gallery {
  padding: 30px 80px 50px;
  position: relative;
}
/* line 7, ../../src/sass/blocks/_image-gallery.sass */
.b-image-gallery .b-image-gallery__header,
.b-image-gallery .b-image-gallery__images {
  margin: 0 auto;
  width: 660px;
}
/* line 12, ../../src/sass/blocks/_image-gallery.sass */
.b-image-gallery .b-image-gallery__header {
  position: relative;
  margin-bottom: 20px;
}
/* line 16, ../../src/sass/blocks/_image-gallery.sass */
.b-image-gallery .b-image-gallery__header .b-image-gallery__header__select {
  position: absolute;
  top: -5px;
  right: 0;
}
/* line 21, ../../src/sass/blocks/_image-gallery.sass */
.b-image-gallery .b-image-gallery__images {
  position: relative;
  overflow: hidden;
}
/* line 24, ../../src/sass/blocks/_image-gallery.sass */
.b-image-gallery .b-image-gallery__images ul {
  position: relative;
  white-space: nowrap;
}
/* line 27, ../../src/sass/blocks/_image-gallery.sass */
.b-image-gallery .b-image-gallery__images ul .b-image-gallery__images__image {
  display: inline-block;
  white-space: normal;
}
/* line 30, ../../src/sass/blocks/_image-gallery.sass */
.b-image-gallery .b-image-gallery__images ul .b-image-gallery__images__image .img {
  margin-bottom: 10px;
  width: 660px;
  text-align: center;
}
/* line 32, ../../src/sass/blocks/_image-gallery.sass */
.b-image-gallery .b-image-gallery__images ul .b-image-gallery__images__image .descr {
  display: table;
  width: 100%;
}
/* line 35, ../../src/sass/blocks/_image-gallery.sass */
.b-image-gallery .b-image-gallery__images ul .b-image-gallery__images__image .descr .count-n-text,
.b-image-gallery .b-image-gallery__images ul .b-image-gallery__images__image .descr .src-text {
  display: table-cell;
}
/* line 39, ../../src/sass/blocks/_image-gallery.sass */
.b-image-gallery .b-image-gallery__images ul .b-image-gallery__images__image .descr .count-n-text .count {
  margin-right: 10px;
  font: 12px "Open Sans", sans-serif, Arial;
  color: #999999;
}
/* line 43, ../../src/sass/blocks/_image-gallery.sass */
.b-image-gallery .b-image-gallery__images ul .b-image-gallery__images__image .descr .count-n-text .count b {
  color: #f45c5d;
  font-weight: normal;
}
/* line 46, ../../src/sass/blocks/_image-gallery.sass */
.b-image-gallery .b-image-gallery__images ul .b-image-gallery__images__image .descr .count-n-text .text {
  font: 13px "Open Sans", sans-serif, Arial;
}
/* line 48, ../../src/sass/blocks/_image-gallery.sass */
.b-image-gallery .b-image-gallery__images ul .b-image-gallery__images__image .descr .src-text {
  text-align: right;
  font: 10px "Open Sans", sans-serif, Arial;
  color: #acabab;
}
/* line 54, ../../src/sass/blocks/_image-gallery.sass */
.b-image-gallery .b-image-gallery__btn-prev,
.b-image-gallery .b-image-gallery__btn-next {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  background-color: #0061ae;
  background-position: center center;
  background-repeat: no-repeat;
  border: none;
}
/* line 65, ../../src/sass/blocks/_image-gallery.sass */
.b-image-gallery .b-image-gallery__btn-prev:disabled,
.b-image-gallery .b-image-gallery__btn-next:disabled {
  opacity: 0.6;
}
/* line 68, ../../src/sass/blocks/_image-gallery.sass */
.b-image-gallery .b-image-gallery__btn-prev {
  left: -30px;
  background-image: url(../i/arrow-left3.png);
}
/* line 72, ../../src/sass/blocks/_image-gallery.sass */
.b-image-gallery .b-image-gallery__btn-next {
  right: -30px;
  background-image: url(../i/arrow-right3.png);
}

/* line 5, ../../src/sass/blocks/_author-news-full.sass */
.b-author-news-full .b-author-news-full__header {
  display: table;
  width: 100%;
  margin-bottom: 40px;
}
/* line 9, ../../src/sass/blocks/_author-news-full.sass */
.b-author-news-full .b-author-news-full__header .b-author-news-full__header__c1,
.b-author-news-full .b-author-news-full__header .b-author-news-full__header__c2 {
  display: table-cell;
}
/* line 12, ../../src/sass/blocks/_author-news-full.sass */
.b-author-news-full .b-author-news-full__header .b-author-news-full__header__c1 {
  width: 100%;
}
/* line 14, ../../src/sass/blocks/_author-news-full.sass */
.b-author-news-full .b-author-news-full__header .b-author-news-full__header__c2 {
  white-space: nowrap;
}
/* line 22, ../../src/sass/blocks/_author-news-full.sass */
.b-author-news-full .b-author-news-full__body .b-author-news-full__list-c._hidden {
  display: none;
}
/* line 25, ../../src/sass/blocks/_author-news-full.sass */
.b-author-news-full .b-author-news-full__body .b-author-news-full__list {
  margin: 0;
  margin-bottom: 60px;
  padding: 0;
  list-style: none;
}
/* line 30, ../../src/sass/blocks/_author-news-full.sass */
.b-author-news-full .b-author-news-full__body .b-author-news-full__list .b-author-news-full__list__item {
  margin: 0;
  padding: 0;
}
/* line 33, ../../src/sass/blocks/_author-news-full.sass */
.b-author-news-full .b-author-news-full__body .b-author-news-full__list .b-author-news-full__list__item:not(:last-child) {
  margin-bottom: 60px;
}
/* line 38, ../../src/sass/blocks/_author-news-full.sass */
.b-author-news-full .b-author-news-full__body .b-author-news-full__author-news-item {
  display: block;
  position: relative;
  text-decoration: none;
  color: black;
  min-height: 100px;
}
/* line 44, ../../src/sass/blocks/_author-news-full.sass */
.b-author-news-full .b-author-news-full__body .b-author-news-full__author-news-item .img {
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
/* line 49, ../../src/sass/blocks/_author-news-full.sass */
.b-author-news-full .b-author-news-full__body .b-author-news-full__author-news-item .body {
  display: block;
  margin-left: 120px;
}
/* line 52, ../../src/sass/blocks/_author-news-full.sass */
.b-author-news-full .b-author-news-full__body .b-author-news-full__author-news-item .body .header {
  display: block;
  margin-bottom: 15px;
}
/* line 55, ../../src/sass/blocks/_author-news-full.sass */
.b-author-news-full .b-author-news-full__body .b-author-news-full__author-news-item .body .header .name {
  font: bold 19px "Open Sans", sans-serif, Arial;
  margin-right: 10px;
}
/* line 58, ../../src/sass/blocks/_author-news-full.sass */
.b-author-news-full .b-author-news-full__body .b-author-news-full__author-news-item .body .header .date {
  font: bold 11px "Open Sans", sans-serif, Arial;
  color: #969595;
}
/* line 61, ../../src/sass/blocks/_author-news-full.sass */
.b-author-news-full .b-author-news-full__body .b-author-news-full__author-news-item .body .text {
  font: 14px/160% "Open Sans", sans-serif, Arial;
}
/* line 66, ../../src/sass/blocks/_author-news-full.sass */
.b-author-news-full .b-author-news-full__body .b-author-news-full__author-news-item:hover .body .header .name {
  color: #0061ae;
}

/* line 5, ../../src/sass/blocks/_editor-article.sass */
.b-editor-article .b-editor-article__header {
  margin-bottom: 20px;
}
/* line 8, ../../src/sass/blocks/_editor-article.sass */
.b-editor-article .b-editor-article__header .b-editor-article__header__category {
  font: bold 13px "Open Sans", sans-serif, Arial;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #999999;
  margin-bottom: 25px;
}
/* line 15, ../../src/sass/blocks/_editor-article.sass */
.b-editor-article .b-editor-article__header .b-editor-article__header__title {
  font: bold 45px "Open Sans", sans-serif, Arial;
  margin: 0;
  margin-bottom: 20px;
  padding: 0;
}
.b-editor-article .b-editor-article__header .b-editor-article__header__title.title_small {
  font-size:32px;
}

/* line 21, ../../src/sass/blocks/_editor-article.sass */
.b-editor-article .b-editor-article__header .b-editor-article__header__date-n-social {
  position: relative;
  min-height: 28px;
}
/* line 24, ../../src/sass/blocks/_editor-article.sass */
.b-editor-article .b-editor-article__header .b-editor-article__header__date-n-social .date {
  font: 11px/25px "Open Sans", sans-serif, Arial;
  color: #969595;
}
/* line 27, ../../src/sass/blocks/_editor-article.sass */
.b-editor-article .b-editor-article__header .b-editor-article__header__date-n-social .social {
  position: absolute;
  top: 0;
  right: 0;
}
/* line 33, ../../src/sass/blocks/_editor-article.sass */
.b-editor-article .b-editor-article__body {
  font: 15px/160% "Open Sans", sans-serif, Arial;
  margin-bottom: 60px;
  color: #333;
}
/* line 37, ../../src/sass/blocks/_editor-article.sass */
.b-editor-article .b-editor-article__body p {
  color: #333333;
  margin: 0;
}
/* line 42, ../../src/sass/blocks/_editor-article.sass */
.b-editor-article .b-editor-article__body .announce {
  font: 19px/160% "Open Sans", sans-serif, Arial;
  padding-bottom: 25px;
  border-bottom: 3px solid #cccccc;
  color: #000;
}
/* line 48, ../../src/sass/blocks/_editor-article.sass */
.b-editor-article .b-editor-article__body .img-with-descr .image {
  max-width: 100%;
  margin-bottom: 10px;
}
/* line 51, ../../src/sass/blocks/_editor-article.sass */
.b-editor-article .b-editor-article__body .img-with-descr .descr {
  border-left: 3px solid #cccccc;
  padding-left: 18px;
  font: 13px "Open Sans", sans-serif, Arial;
  color: #969595;
}
.b-editor-article .b-editor-article__body .img-with-descr .descr a {  color: #969595; }
/* line 58, ../../src/sass/blocks/_editor-article.sass */
.b-editor-article .b-editor-article__body .img-with-subscr .image {
  max-width: 100%;
  margin-bottom: 5px;
}
.b-editor-article .b-editor-article__body .img-with-subscr {display:inline-block; vertical-align:top;}
/* line 61, ../../src/sass/blocks/_editor-article.sass */
.b-editor-article .b-editor-article__body .img-with-subscr .subscr {
  text-align: right;
  font: 10px "Open Sans", sans-serif, Arial;
  color: #969595;
}
/* line 66, ../../src/sass/blocks/_editor-article.sass */
.b-editor-article .b-editor-article__body .img-with-player {
  margin-bottom: 10px;
}
/* line 69, ../../src/sass/blocks/_editor-article.sass */
.b-editor-article .b-editor-article__body .img-with-player .image img {
  width: 100%;
  vertical-align: top;
}
/* line 72, ../../src/sass/blocks/_editor-article.sass */
.b-editor-article .b-editor-article__body .img-with-player .subscr {
  margin-top: 5px;
  text-align: right;
  font: 10px "Open Sans", sans-serif, Arial;
  color: #969595;
}
/* line 78, ../../src/sass/blocks/_editor-article.sass */
.b-editor-article .b-editor-article__body .quoted-text {
  padding-top: 24px;
}
/* line 81, ../../src/sass/blocks/_editor-article.sass */
.b-editor-article .b-editor-article__body .quoted-text .body {
  text-align: center;
  font: italic 20px "Open Sans", sans-serif, Arial;
  padding: 40px 35px;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  position: relative;
  color: #333333;
}
/* line 90, ../../src/sass/blocks/_editor-article.sass */
.b-editor-article .b-editor-article__body .quoted-text .body::before {
  position: absolute;
  left: 50%;
  top: -24px;
  content: "";
  width: 60px;
  height: 31px;
  background: url(../i/quote.png);
}
/* line 101, ../../src/sass/blocks/_editor-article.sass */
.b-editor-article .b-editor-article__body .quoted-text-with-image {
  display: inline-block;
  width: 305px;
  padding-top: 60px;
  position: relative;
  z-index:1;
}
/* line 107, ../../src/sass/blocks/_editor-article.sass */
.b-editor-article .b-editor-article__body .quoted-text-with-image .image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
/* line 112, ../../src/sass/blocks/_editor-article.sass */
.b-editor-article .b-editor-article__body .quoted-text-with-image .image .img,
.b-editor-article .b-editor-article__body .quoted-text-with-image .image .name {
  text-align: center;
}
/* line 115, ../../src/sass/blocks/_editor-article.sass */
.b-editor-article .b-editor-article__body .quoted-text-with-image .image .img {
  margin-bottom: 5px;
}
/* line 117, ../../src/sass/blocks/_editor-article.sass */
.b-editor-article .b-editor-article__body .quoted-text-with-image .image .img span {
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  vertical-align: top;
}
/* line 123, ../../src/sass/blocks/_editor-article.sass */
.b-editor-article .b-editor-article__body .quoted-text-with-image .image .name {
  font: bold 15px "Open Sans", sans-serif, Arial;
}
/* line 126, ../../src/sass/blocks/_editor-article.sass */
.b-editor-article .b-editor-article__body .quoted-text-with-image .text {
  font: italic 15px/160% "Open Sans", sans-serif, Arial;
  color: #666666;
  border: 1px solid #e7e7e7;
  padding: 100px 30px 40px 30px;
}
.b-editor-article .b-editor-article__body .quoted-text-with-image .text a { color: #666666; }
/* line 132, ../../src/sass/blocks/_editor-article.sass */
.b-editor-article .b-editor-article__body .quoted-text-with-image .text::before, .b-editor-article .b-editor-article__body .quoted-text-with-image .text::after {
  content: "";
  width: 23px;
  height: 23px;
  display: inline-block;
  margin-bottom: -6px;
}
/* line 140, ../../src/sass/blocks/_editor-article.sass */
.b-editor-article .b-editor-article__body .quoted-text-with-image .text::before {
  background: url(../i/quote-left.png);
  margin-right: 10px;
}
/* line 144, ../../src/sass/blocks/_editor-article.sass */
.b-editor-article .b-editor-article__body .quoted-text-with-image .text::after {
  background: url(../i/quote-right.png);
  margin-left: 10px;
}
/* line 150, ../../src/sass/blocks/_editor-article.sass */
.b-editor-article .b-editor-article__body .info-list {
  display: table;
  width: 100%;
  background: #f4f4f4;
}
/* line 155, ../../src/sass/blocks/_editor-article.sass */
.b-editor-article .b-editor-article__body .info-list .list {
  display: table-cell;
  margin: 0;
  padding: 20px 35px;
  list-style: none;
  width: 50%;
}
.b-editor-article .b-editor-article__body ul li {
  margin: 0;
  padding: 0;
  padding-left: 20px;
  position: relative;
  font: 15px/160% "Open Sans", sans-serif, Arial;
  color: #333333;
}
/* line 162, ../../src/sass/blocks/_editor-article.sass */
.b-editor-article .b-editor-article__body .info-list .list .item {
  margin: 0;
  padding: 0;
  padding-left: 20px;
  position: relative;
  font: 15px/160% "Open Sans", sans-serif, Arial;
  color: #333333;
}
.b-editor-article .b-editor-article__body ul li:not(:last-child) { margin-bottom: 10px;}
/* line 170, ../../src/sass/blocks/_editor-article.sass */
.b-editor-article .b-editor-article__body .info-list .list .item:not(:last-child) {
  margin-bottom: 10px;
}
.b-editor-article .b-editor-article__body ul li::before {
  content: "-";
  position: absolute;
  left: 0;
  top: 0;
}
/* line 173, ../../src/sass/blocks/_editor-article.sass */
.b-editor-article .b-editor-article__body .info-list .list .item::before {
  content: "-";
  position: absolute;
  left: 0;
  top: 0;
}
/* line 180, ../../src/sass/blocks/_editor-article.sass */
.b-editor-article .b-editor-article__body .info-table {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
}
/* line 185, ../../src/sass/blocks/_editor-article.sass */
.b-editor-article .b-editor-article__body .info-table .info-table__thead {
  background-color: #f4f4f4;
}
/* line 190, ../../src/sass/blocks/_editor-article.sass */
.b-editor-article .b-editor-article__body .info-table .info-table__tr {
  border-bottom: 1px solid #e7e7e7;
}
/* line 193, ../../src/sass/blocks/_editor-article.sass */
.b-editor-article .b-editor-article__body .info-table .info-table__th,
.b-editor-article .b-editor-article__body .info-table .info-table__td {
  padding: 20px 35px;
}
/* line 197, ../../src/sass/blocks/_editor-article.sass */
.b-editor-article .b-editor-article__body .info-table .info-table__th {
  text-align: left;
  font: bold 15px "Open Sans", sans-serif, Arial;
}
/* line 201, ../../src/sass/blocks/_editor-article.sass */
.b-editor-article .b-editor-article__body .info-table .info-table__td {
  font: 15px "Open Sans", sans-serif, Arial;
  color: #666666;
}
/* line 213, ../../src/sass/blocks/_editor-article.sass */
.b-editor-article .b-editor-article__body p:not(:last-child),
.b-editor-article .b-editor-article__body .announce:not(:last-child),
.b-editor-article .b-editor-article__body .quoted-text:not(:last-child),
.b-editor-article .b-editor-article__body .info-list:not(:last-child),
.b-editor-article .b-editor-article__body .info-table:not(:last-child),
.b-editor-article .b-editor-article__body .img-with-descr:not(:last-child),
.b-editor-article .b-editor-article__body .img-with-subscr:not(:last-child) {
  margin-bottom: 1.7em;
}
.img-with-descr img { width: 100%; }
/* line 219, ../../src/sass/blocks/_editor-article.sass */
.b-editor-article .b-editor-article__body .img-with-descr._float-left,
.b-editor-article .b-editor-article__body .img-with-subscr._float-left,
.b-editor-article .b-editor-article__body .quoted-text-with-image._float-left {
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
}
/* line 223, ../../src/sass/blocks/_editor-article.sass */
.b-editor-article .b-editor-article__body .img-with-descr._float-right,
.b-editor-article .b-editor-article__body .img-with-subscr._float-right,
.b-editor-article .b-editor-article__body .quoted-text-with-image._float-right {
  float: right;
  margin-left: 30px;
  margin-bottom: 30px;
}


.b-editor-article .b-editor-article__footer:before, .b-editor-article .b-editor-article__footer:after {
    content: "";
    display: table;
}

.b-editor-article .b-editor-article__footer:after {
    clear: both;
}

.b-editor-article .b-editor-article__footer {
    *zoom: 1;
}

/* line 232, ../../src/sass/blocks/_editor-article.sass */
.b-editor-article .b-editor-article__footer .b-editor-article__tags {
  display: table;
  width: 100%;
}
/* line 235, ../../src/sass/blocks/_editor-article.sass */
.b-editor-article .b-editor-article__footer .b-editor-article__tags .b-editor-article__tags__title,
.b-editor-article .b-editor-article__footer .b-editor-article__tags .b-editor-article__tags__list-c {
  display: table-cell;
}
/* line 238, ../../src/sass/blocks/_editor-article.sass */
.b-editor-article .b-editor-article__footer .b-editor-article__tags .b-editor-article__tags__title {
  white-space: nowrap;
  font: bold 11px "Open Sans", sans-serif, Arial;
  color: #999999;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  padding-right: 15px;
}
/* line 245, ../../src/sass/blocks/_editor-article.sass */
.b-editor-article .b-editor-article__footer .b-editor-article__tags .b-editor-article__tags__list-c {
  width: 100%;
}
/* line 248, ../../src/sass/blocks/_editor-article.sass */
.b-editor-article .b-editor-article__footer .b-editor-article__tags .list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
}
/* line 253, ../../src/sass/blocks/_editor-article.sass */
.b-editor-article .b-editor-article__footer .b-editor-article__tags .list .item {
  font-size: 1rem;
  display: inline-block;
  margin-right: 6px;
  margin-bottom: 6px;
}
/* line 259, ../../src/sass/blocks/_editor-article.sass */
.b-editor-article .b-editor-article__footer .b-editor-article__tags .tag {
  display: inline-block;
  border: 1px solid #e7e7e7;
  text-decoration: none;
  font: 13px "Open Sans", sans-serif, Arial;
  letter-spacing: 0.02em;
  color: #666666;
  padding: 5px 12px;
}
/* line 267, ../../src/sass/blocks/_editor-article.sass */
.b-editor-article .b-editor-article__footer .b-editor-article__tags .tag:hover {
  color: #0061ae;
  border: 1px solid #b8e4fa;
}
/* line 273, ../../src/sass/blocks/_editor-article.sass */
.b-editor-article .b-editor-article__footer .b-editor-article__read-else .b-editor-article__read-else__title {
  font: bold 14px "Open Sans", sans-serif, Arial;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: black;
  margin-bottom: 25px;
}
/* line 279, ../../src/sass/blocks/_editor-article.sass */
.b-editor-article .b-editor-article__footer .b-editor-article__read-else .b-editor-article__read-else__list {
  margin: 0;
  margin-bottom: 20px;
  padding: 0;
  list-style: none;
  font-size: 0;
}
/* line 285, ../../src/sass/blocks/_editor-article.sass */
.b-editor-article .b-editor-article__footer .b-editor-article__read-else .b-editor-article__read-else__list .item {
  font-size: 1rem;
  display: inline-block;
  width: 190px;
  margin-bottom: 35px;
  vertical-align: top;
}
/* line 291, ../../src/sass/blocks/_editor-article.sass */
.b-editor-article .b-editor-article__footer .b-editor-article__read-else .b-editor-article__read-else__list .item:not(:nth-child(3n)) {
  margin-right: 35px;
}
/* line 294, ../../src/sass/blocks/_editor-article.sass */
.b-editor-article .b-editor-article__footer .b-editor-article__read-else .b-editor-article__read-else__show-more-c .show-more-btn {
  width: 100%;
  font: bold 14px "Open Sans", sans-serif, Arial;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: black;
  text-align: center;
  background: transparent;
  border: 1px solid #e7e7e7;
  padding: 20px 30px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}
/* line 308, ../../src/sass/blocks/_editor-article.sass */
.b-editor-article .b-editor-article__footer .b-editor-article__read-else .article {
  text-decoration: none;
  color: black;
}
/* line 311, ../../src/sass/blocks/_editor-article.sass */
.b-editor-article .b-editor-article__footer .b-editor-article__read-else .article .img,
.b-editor-article .b-editor-article__footer .b-editor-article__read-else .article .title,
.b-editor-article .b-editor-article__footer .b-editor-article__read-else .article .date {
  display: block;
}
/* line 315, ../../src/sass/blocks/_editor-article.sass */
.b-editor-article .b-editor-article__footer .b-editor-article__read-else .article .img {
  margin-bottom: 10px;
}
/* line 317, ../../src/sass/blocks/_editor-article.sass */
.b-editor-article .b-editor-article__footer .b-editor-article__read-else .article .title {
  font: bold 14px "Open Sans", sans-serif, Arial;
  margin-bottom: 10px;
}
/* line 320, ../../src/sass/blocks/_editor-article.sass */
.b-editor-article .b-editor-article__footer .b-editor-article__read-else .article .date {
  font: 11px "Open Sans", sans-serif, Arial;
  color: #969595;
}
/* line 324, ../../src/sass/blocks/_editor-article.sass */
.b-editor-article .b-editor-article__footer .b-editor-article__read-else .article:hover .title {
  color: #0061ae;
}
/* line 328, ../../src/sass/blocks/_editor-article.sass */
.b-editor-article .b-editor-article__footer .b-editor-article__tags {
  margin-bottom: 40px;
}

/* line 3, ../../src/sass/blocks/_page.sass */
body {
  background: #f4f4f4;
  margin: 0;
}
/* line 6, ../../src/sass/blocks/_page.sass */
body._popup-opened {
  height: 100%;
  overflow: hidden;
}

/* line 10, ../../src/sass/blocks/_page.sass */
.b-page {
  width: 990px;
  margin: 0 auto;
}
/* line 14, ../../src/sass/blocks/_page.sass */
.b-page .b-page__menu {
  position: relative;
  z-index: 25;
  background-color: #0061ae;
}
/* line 19, ../../src/sass/blocks/_page.sass */
.b-page .b-page__menu .b-page__menu__top-level-el {
  padding-top: 16px;
  padding-bottom: 16px;
}
/* line 23, ../../src/sass/blocks/_page.sass */
.b-page .b-page__menu .b-page__menu__dropdown-selector,
.b-page .b-page__menu .b-page__menu__link {
  display: block;
  font: bold 13px "Open Sans", sans-serif, Arial;
  text-transform: uppercase;
  text-decoration: none;
  color: white;
}
/* line 30, ../../src/sass/blocks/_page.sass */
.b-page .b-page__menu .b-page__menu__dropdown-selector:hover,
.b-page .b-page__menu .b-page__menu__link:hover {
  color: #b8e4fa;
}
/* line 33, ../../src/sass/blocks/_page.sass */
.b-page .b-page__menu .b-page__menu__dropdown-selector {
  position: relative;
  padding-right: 18px;
}
/* line 36, ../../src/sass/blocks/_page.sass */
.b-page .b-page__menu .b-page__menu__dropdown-selector::after {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 7px;
  height: 4px;
  margin-top: -2px;
  margin-left: 15px;
  background: url(../i/arrow-down.png);
}
/* line 46, ../../src/sass/blocks/_page.sass */
.b-page .b-page__menu .b-page__menu__list {
  margin: 0;
  padding: 0;
  display: table;
  width: 100%;
  box-sizing: border-box;
}
/* line 53, ../../src/sass/blocks/_page.sass */
.b-page .b-page__menu .b-page__menu__list .b-page__menu__list__item {
  display: table-cell;
  position: relative;
  margin: 0;
  text-align: center;
}
/* line 59, ../../src/sass/blocks/_page.sass */
.b-page .b-page__menu .b-page__menu__list .b-page__menu__list__item .b-page__menu__list__item__obj {
  position: relative;
}
/* line 63, ../../src/sass/blocks/_page.sass */
.b-page .b-page__menu .b-page__menu__list .b-page__menu__list__item:first-child .b-page__menu__top-level-el {
  padding-left: 35px;
}
/* line 67, ../../src/sass/blocks/_page.sass */
.b-page .b-page__menu .b-page__menu__list .b-page__menu__list__item:last-child .b-page__menu__top-level-el {
  padding-right: 35px;
}
/* line 71, ../../src/sass/blocks/_page.sass */
.b-page .b-page__menu .b-page__menu__list .b-page__menu__list__item:not(:first-child) .b-page__menu__top-level-el {
  padding-left: 20px;
}
/* line 75, ../../src/sass/blocks/_page.sass */
.b-page .b-page__menu .b-page__menu__list .b-page__menu__list__item:not(:last-child) .b-page__menu__top-level-el {
  padding-right: 20px;
}
/* line 77, ../../src/sass/blocks/_page.sass */
.b-page .b-page__menu .b-page__menu__list .b-page__menu__list__item:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -5px;
  width: 1px;
  height: 10px;
  font-size: 0;
  content: "";
  background-color: #478dc5;
}
/* line 88, ../../src/sass/blocks/_page.sass */
.b-page .b-page__menu .b-page__menu__list .b-page__menu__list__item .b-page__menu__contextual-list {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  margin: 0;
  padding: 35px;
  background-color: #055696;
  list-style: none;
  z-index: 1;
}
/* line 98, ../../src/sass/blocks/_page.sass */
.b-page .b-page__menu .b-page__menu__list .b-page__menu__list__item .b-page__menu__contextual-list .b-page__menu__contextual-list__item {
  margin: 0;
  padding: 0;
  text-align: left;
  white-space: nowrap;
}
/* line 103, ../../src/sass/blocks/_page.sass */
.b-page .b-page__menu .b-page__menu__list .b-page__menu__list__item .b-page__menu__contextual-list .b-page__menu__contextual-list__item:not(:last-child) {
  margin-bottom: 20px;
}
/* line 106, ../../src/sass/blocks/_page.sass */
.b-page .b-page__menu .b-page__menu__list .b-page__menu__list__item:last-child:hover {
  background-color: #055696;
}
/* line 108, ../../src/sass/blocks/_page.sass */
.no-touch .b-page .b-page__menu .b-page__menu__list .b-page__menu__list__item:hover .b-page__menu__contextual-list {
  display: block;
}

/* line 111, ../../src/sass/blocks/_page.sass */
.b-page .b-page__menu._footer {
  background-color: transparent;
}
/* line 113, ../../src/sass/blocks/_page.sass */
.b-page .b-page__menu._footer .b-page__menu__dropdown-selector,
.b-page .b-page__menu._footer .b-page__menu__link {
  color: black;
}
/* line 116, ../../src/sass/blocks/_page.sass */
.b-page .b-page__menu._footer .b-page__menu__dropdown-selector:hover,
.b-page .b-page__menu._footer .b-page__menu__link:hover {
  color: #0061ae;
}
/* line 120, ../../src/sass/blocks/_page.sass */
.b-page .b-page__menu._footer .b-page__menu__dropdown-selector::after {
  background: url(../i/arrow-down-gray.png);
}
/* line 123, ../../src/sass/blocks/_page.sass */
.b-page .b-page__menu._footer .b-page__menu__dropdown-selector:hover::after {
  background: url(../i/arrow-down.png);
}
/* line 125, ../../src/sass/blocks/_page.sass */
.b-page .b-page__menu._footer .b-page__menu__dropdown-selector:hover,
.b-page .b-page__menu._footer .b-page__menu__contextual-list .b-page__menu__link {
  color: white;
}
/* line 131, ../../src/sass/blocks/_page.sass */
.b-page .b-page__menu._footer .b-page__menu__list .b-page__menu__list__item:hover .b-page__menu__dropdown-selector {
  color: white;
}
/* line 134, ../../src/sass/blocks/_page.sass */
.b-page .b-page__menu._footer .b-page__menu__list .b-page__menu__list__item .b-page__menu__contextual-list__item a:hover {
  color: #b8e4fa !important;
}
/* line 137, ../../src/sass/blocks/_page.sass */
.b-page .b-page__menu._footer .b-page__menu__list .b-page__menu__list__item:not(:last-child)::after {
  background-color: #c6c6c6;
}
/* line 145, ../../src/sass/blocks/_page.sass */
.b-page .b-page__header .b-page__header__logo-n-search {
  display: table;
  width: 100%;
  padding: 40px 0;
}
/* line 150, ../../src/sass/blocks/_page.sass */
.b-page .b-page__header .b-page__header__logo-n-search .b-page__header__logo-n-search__logo-c,
.b-page .b-page__header .b-page__header__logo-n-search .b-page__header__logo-n-search__search-c {
  display: table-cell;
  vertical-align: top;
  padding: 0 35px;
}
/* line 155, ../../src/sass/blocks/_page.sass */
.b-page .b-page__header .b-page__header__logo-n-search .b-page__header__logo-n-search__logo-c {
  border-right: 1px solid #babdbf;
}
/* line 157, ../../src/sass/blocks/_page.sass */
.b-page .b-page__header .b-page__header__logo-n-search .b-page__header__logo-n-search__search-c {
  width: 100%;
}
/* line 160, ../../src/sass/blocks/_page.sass */
.b-page .b-page__header .b-page__header__logo-n-search .b-page__header__logo-n-search__search-c .b-page__header__logo-n-search__date-n-search {
  display: table;
  width: 100%;
  margin-bottom: 25px;
}
/* line 164, ../../src/sass/blocks/_page.sass */
.b-page .b-page__header .b-page__header__logo-n-search .b-page__header__logo-n-search__search-c .b-page__header__logo-n-search__date-n-search .b-page__header__logo-n-search__date-n-search__date-c,
.b-page .b-page__header .b-page__header__logo-n-search .b-page__header__logo-n-search__search-c .b-page__header__logo-n-search__date-n-search .b-page__header__logo-n-search__date-n-search__search-c {
  vertical-align: top;
  display: table-cell;
}
/* line 168, ../../src/sass/blocks/_page.sass */
.b-page .b-page__header .b-page__header__logo-n-search .b-page__header__logo-n-search__search-c .b-page__header__logo-n-search__date-n-search .b-page__header__logo-n-search__date-n-search__date-c {
  width: 25%;
}
/* line 171, ../../src/sass/blocks/_page.sass */
.b-page .b-page__header .b-page__header__logo-n-search .b-page__header__logo-n-search__search-c .b-page__header__logo-n-search__date-n-search .b-page__header__logo-n-search__date-n-search__date-c .b-page__header__logo-n-search__date__day-of-week,
.b-page .b-page__header .b-page__header__logo-n-search .b-page__header__logo-n-search__search-c .b-page__header__logo-n-search__date-n-search .b-page__header__logo-n-search__date-n-search__date-c .b-page__header__logo-n-search__date__date {
  font: 13px "Open Sans", sans-serif, Arial;
}
/* line 174, ../../src/sass/blocks/_page.sass */
.b-page .b-page__header .b-page__header__logo-n-search .b-page__header__logo-n-search__search-c .b-page__header__logo-n-search__date-n-search .b-page__header__logo-n-search__date-n-search__date-c .b-page__header__logo-n-search__date__date {
  color: #f45c5d;
}
.b-page .b-page__header-exchange-rates {
    width: 130px;
    float: left;
    font: 13px "Open Sans", sans-serif, Arial;
    color: #666666; }
.b-page .b-page__header-weather {
  float: left;
  font: 13px "Open Sans", sans-serif, Arial;
  margin-top: -2px; }
/* line 180, ../../src/sass/blocks/_page.sass */
.b-page .b-page__body {
  background: white;
}
/* line 185, ../../src/sass/blocks/_page.sass */
.b-page .b-page__body .b-page__body__footer {
  margin-top: 80px;
}
/* line 188, ../../src/sass/blocks/_page.sass */
.b-page .b-page__body .b-page__body__footer .b-page__body__footer__contact-info {
  border-top: 3px solid #f4f4f4;
  padding-top: 35px;
  padding-bottom: 35px;
  font: 13px "Open Sans", sans-serif, Arial;
}
/* line 194, ../../src/sass/blocks/_page.sass */
.b-page .b-page__body .b-page__body__footer .b-page__body__footer__contact-info .splitter {
  display: inline-block;
  width: 1px;
  height: 11px;
  background-color: #c6c6c8;
  margin: 0 15px;
}
/* line 201, ../../src/sass/blocks/_page.sass */
.b-page .b-page__body .b-page__body__footer .b-page__body__footer__contact-info a {
  color: black;
  text-decoration: underline;
}
/* line 204, ../../src/sass/blocks/_page.sass */
.b-page .b-page__body .b-page__body__footer .b-page__body__footer__contact-info a:hover {
  color: #0061ae;
}
/* line 207, ../../src/sass/blocks/_page.sass */
.b-page .b-page__body .b-page__body__footer .b-page__body__footer__contact-info .b-page__body__footer__contact-info__r1 {
  margin-bottom: 35px;
}
/* line 210, ../../src/sass/blocks/_page.sass */
.b-page .b-page__body .b-page__body__footer .b-page__body__footer__contact-info .b-page__body__footer__contact-info__r1 .b-page__body__footer__contact-info__copyright {
  margin-left: 35px;
  margin-right: 35px;
}
/* line 214, ../../src/sass/blocks/_page.sass */
.b-page .b-page__body .b-page__body__footer .b-page__body__footer__contact-info .b-page__body__footer__contact-info__r1 .b-page__body__footer__contact-info__copyright .cs {
  display: table;
  width: 100%;
}
/* line 218, ../../src/sass/blocks/_page.sass */
.b-page .b-page__body .b-page__body__footer .b-page__body__footer__contact-info .b-page__body__footer__contact-info__r1 .b-page__body__footer__contact-info__copyright .c1, .b-page .b-page__body .b-page__body__footer .b-page__body__footer__contact-info .b-page__body__footer__contact-info__r1 .b-page__body__footer__contact-info__copyright .c2, .b-page .b-page__body .b-page__body__footer .b-page__body__footer__contact-info .b-page__body__footer__contact-info__r1 .b-page__body__footer__contact-info__copyright .c3 {
  display: table-cell;
}
/* line 220, ../../src/sass/blocks/_page.sass */
.b-page .b-page__body .b-page__body__footer .b-page__body__footer__contact-info .b-page__body__footer__contact-info__r1 .b-page__body__footer__contact-info__copyright .c1, .b-page .b-page__body .b-page__body__footer .b-page__body__footer__contact-info .b-page__body__footer__contact-info__r1 .b-page__body__footer__contact-info__copyright .c2 {
  padding-right: 35px;
}
/* line 223, ../../src/sass/blocks/_page.sass */
.b-page .b-page__body .b-page__body__footer .b-page__body__footer__contact-info .b-page__body__footer__contact-info__r1 .b-social-icons {
  margin-right: 35px;
}
/* line 228, ../../src/sass/blocks/_page.sass */
.b-page .b-page__body .b-page__body__footer .b-page__body__footer__contact-info .b-page__body__footer__contact-info__r2 .b-page__body__footer__contact-info__info-text {
  font: 13px "Open Sans", sans-serif, Arial;
  line-height: 180%;
  color: #a5a4a4;
  margin-left: 35px;
  margin-right: 35px;
}
/* line 235, ../../src/sass/blocks/_page.sass */
.b-page .b-page__body .b-page__body__footer .b-page__body__footer__contact-info .b-page__body__footer__contact-info__r2 .b-page__body__footer__contact-info__phone-n-nota-logo {
  font: 13px/180% "Open Sans", sans-serif, Arial;
  margin-right: 35px;
}
/* line 239, ../../src/sass/blocks/_page.sass */
.b-page .b-page__body .b-page__body__footer .b-page__body__footer__contact-info .b-page__body__footer__contact-info__r2 .b-page__body__footer__contact-info__phone-n-nota-logo .phone {
  margin-bottom: 30px;
}
/* line 242, ../../src/sass/blocks/_page.sass */
.b-page .b-page__body .b-page__body__footer .b-page__body__footer__contact-info .b-page__body__footer__contact-info__r2 .b-page__body__footer__contact-info__phone-n-nota-logo .orphus {
  font: 11px "Open Sans", sans-serif, Arial;
  background-color: #f4f4f4;
  padding: 15px;
  margin-bottom: 30px;
}
/* line 247, ../../src/sass/blocks/_page.sass */
.b-page .b-page__body .b-page__body__footer .b-page__body__footer__contact-info .b-page__body__footer__contact-info__r2 .b-page__body__footer__contact-info__phone-n-nota-logo .orphus b {
  color: #f45c5d;
}
/* line 250, ../../src/sass/blocks/_page.sass */
.b-page .b-page__body .b-page__body__footer .b-page__body__footer__contact-info .b-page__body__footer__contact-info__r2 .b-page__body__footer__contact-info__phone-n-nota-logo .nota-logo {
  font: 12px "Open Sans", sans-serif, Arial;
  color: #a5a4a4;
}
/* line 256, ../../src/sass/blocks/_page.sass */
.b-page._base .b-page__body {
  background: white url(../i/angle.png) 250px 0 no-repeat;
}

.b-exchange-rates__item {
  width: 65px;
  float: left; }
  .b-exchange-rates__item b {
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 1px; }

.b-weather__title {
  display: block;
  color: #000;
  font-weight: 600;
  margin-bottom: 3px; }

.b-weather__item {
  color: #666666; }

.b-weather__icon {
  max-width: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px; }
  .b-weather__icon img {
    max-width: 100%; }

/* line 260, ../../src/sass/blocks/_page.sass */
.b-page__body__content__2cols_abs {
  position: relative;
  margin-bottom: 40px;
}
/* line 263, ../../src/sass/blocks/_page.sass */
.b-page__body__content__2cols_abs:first-child {
  padding-top: 35px;
}
/* line 265, ../../src/sass/blocks/_page.sass */
.b-page__body__content__2cols_abs .b-page__body__content__col1_abs {
  width: 72.22%;
}
/* line 267, ../../src/sass/blocks/_page.sass */
.b-page__body__content__2cols_abs .b-page__body__content__col2_abs {
  position: absolute;
  left: 72.22%;
  top: 0;
  bottom: 0;
  right: 0;
}

/* line 275, ../../src/sass/blocks/_page.sass */
.b-page__body__content__2cols {
  display: table;
  width: 100%;
}
/* line 278, ../../src/sass/blocks/_page.sass */
.b-page__body__content__2cols:first-child {
 padding-top: 35px;
}
.b-page__body__footer__contact-info .b-page__body__content__2cols:first-child {
 padding-top: 0;
}

.b-page__body__content__2cols:first-child {
 padding-top: 35px;
}
/* line 280, ../../src/sass/blocks/_page.sass */
.b-page__body__content__2cols:not(:last-child) {
  margin-bottom: 40px;
}
/* line 282, ../../src/sass/blocks/_page.sass */
.b-page__body__content__2cols .b-page__body__content__col1,
.b-page__body__content__2cols .b-page__body__content__col2 {
  display: table-cell;
  vertical-align: top;
}
/* line 289, ../../src/sass/blocks/_page.sass */
.b-page__body__content__2cols .b-page__body__content__col2 {
  width: 27.78%;
}

/* line 5, ../../src/sass/hot-news-archive.sass */
.b-hot-news-archive .b-hot-news-archive__header {
  display: table;
  width: 100%;
  margin-bottom: 40px;
}
/* line 9, ../../src/sass/hot-news-archive.sass */
.b-hot-news-archive .b-hot-news-archive__header .b-hot-news-archive__header__c1,
.b-hot-news-archive .b-hot-news-archive__header .b-hot-news-archive__header__c2 {
  display: table-cell;
  vertical-align: middle;
}
/* line 13, ../../src/sass/hot-news-archive.sass */
.b-hot-news-archive .b-hot-news-archive__header .b-hot-news-archive__header__c1 {
  width: 100%;
}
/* line 15, ../../src/sass/hot-news-archive.sass */
.b-hot-news-archive .b-hot-news-archive__header .b-hot-news-archive__header__c2 {
  white-space: nowrap;
}
/* line 20, ../../src/sass/hot-news-archive.sass */
.b-hot-news-archive .b-hot-news-archive__body .b-hot-news-archive__list {
  margin: 0;
  margin-bottom: 40px;
  padding: 0;
  list-style: none;
}
/* line 25, ../../src/sass/hot-news-archive.sass */
.b-hot-news-archive .b-hot-news-archive__body .b-hot-news-archive__list .b-hot-news-archive__list__item {
  margin: 0;
  padding: 0;
}
/* line 28, ../../src/sass/hot-news-archive.sass */
.b-hot-news-archive .b-hot-news-archive__body .b-hot-news-archive__list .b-hot-news-archive__list__item:not(:last-child) {
  border-bottom: 1px dashed #b8b6b6;
}
/* line 31, ../../src/sass/hot-news-archive.sass */
.b-hot-news-archive .b-hot-news-archive__body .b-hot-news-archive__list__hot-news-item {
  display: block;
  padding: 25px 0;
}
/* line 34, ../../src/sass/hot-news-archive.sass */
.b-hot-news-archive .b-hot-news-archive__body .b-hot-news-archive__list__hot-news-item .body {
  display: table;
  width: 100%;
}
/* line 37, ../../src/sass/hot-news-archive.sass */
.b-hot-news-archive .b-hot-news-archive__body .b-hot-news-archive__list__hot-news-item .body .date,
.b-hot-news-archive .b-hot-news-archive__body .b-hot-news-archive__list__hot-news-item .body .text {
  display: table-cell;
  letter-spacing: 0.02em;
}
/* line 41, ../../src/sass/hot-news-archive.sass */
.b-hot-news-archive .b-hot-news-archive__body .b-hot-news-archive__list__hot-news-item .body .date {
  width: 20%;
  font: 13px "Open Sans", sans-serif, Arial;
  color: #f45c5d;
  letter-spacing: 0.02em;
}
/* line 46, ../../src/sass/hot-news-archive.sass */
.b-hot-news-archive .b-hot-news-archive__body .b-hot-news-archive__list__hot-news-item .body .text {
  font: 14px/160% "Open Sans", sans-serif, Arial;
}

/* line 3, ../../src/sass/news-of-hour.sass */
.b-news-of-hour__header {
  display: block !important;
}
/* line 6, ../../src/sass/news-of-hour.sass */
.b-news-of-hour__header .scroller {
  margin-right: 140px;
  position: relative;
}
/* line 10, ../../src/sass/news-of-hour.sass */
.b-news-of-hour__header .list {
  width: 410px;
  overflow: hidden;
  margin: 0 30px;
}
/* line 14, ../../src/sass/news-of-hour.sass */
.b-news-of-hour__header .list ul {
  white-space: nowrap;
}
/* line 16, ../../src/sass/news-of-hour.sass */
.b-news-of-hour__header .list ul li {
  display: inline-block;
  width: 55px;
}
/* line 18, ../../src/sass/news-of-hour.sass */
.b-news-of-hour__header .list ul li button {
  font: bold 12px "Open Sans", sans-serif, Arial;
  letter-spacing: 0.14em;
  background-color: transparent;
  border: none;
  margin: 0;
  padding: 5px;
  cursor: pointer;
}
/* line 26, ../../src/sass/news-of-hour.sass */
.b-news-of-hour__header .list ul li button._active {
  background-color: #f45c5d;
  color: white;
}
/* line 30, ../../src/sass/news-of-hour.sass */
.b-news-of-hour__header .list ul li button:not(._active):hover {
  color: #f45c5d;
}
/* line 32, ../../src/sass/news-of-hour.sass */
.b-news-of-hour__header .left,
.b-news-of-hour__header .right {
  position: absolute;
  top: 2px;
  width: 25px;
  height: 25px;
  background-position: center center;
  background-color: transparent;
  background-repeat: no-repeat;
  border: none;
  cursor: pointer;
}
/* line 43, ../../src/sass/news-of-hour.sass */
.b-news-of-hour__header .left:disabled,
.b-news-of-hour__header .right:disabled {
  cursor: default;
  opacity: 0.4;
}
/* line 46, ../../src/sass/news-of-hour.sass */
.b-news-of-hour__header .left {
  left: 0;
  background-image: url(../i/arrow-left2.png);
}
/* line 49, ../../src/sass/news-of-hour.sass */
.b-news-of-hour__header .right {
  right: 0;
  background-image: url(../i/arrow-right2.png);
}

/* line 57, ../../src/sass/news-of-hour.sass */
.b-news-of-hour-select .b-news-of-hour-select__select {
  width: 100%;
}

/* line 4, ../../src/sass/search-results.sass */
.b-search-results .b-search-results__header {
  margin-bottom: 30px;
}
/* line 6, ../../src/sass/search-results.sass */
.b-search-results .b-search-results__header .title,
.b-search-results .b-search-results__header .descr {
  display: inline;
}
/* line 9, ../../src/sass/search-results.sass */
.b-search-results .b-search-results__header .title {
  margin-right: 30px;
}
/* line 11, ../../src/sass/search-results.sass */
.b-search-results .b-search-results__header .descr {
  font: bold 14px "Open Sans", sans-serif, Arial;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
/* line 15, ../../src/sass/search-results.sass */
.b-search-results .b-search-results__header .descr b {
  color: #f45c5d;
}
/* line 18, ../../src/sass/search-results.sass */
.b-search-results .b-search-results__form {
  padding: 20px;
  background-color: #f4f4f4;
  margin-bottom: 50px;
}
/* line 22, ../../src/sass/search-results.sass */
.b-search-results .b-search-results__form .b-search-results__form__search-n-submit {
  display: table;
  width: 100%;
  margin-bottom: 20px;
}
/* line 26, ../../src/sass/search-results.sass */
.b-search-results .b-search-results__form .b-search-results__form__search-n-submit .b-search-results__form__sns__c1,
.b-search-results .b-search-results__form .b-search-results__form__search-n-submit .b-search-results__form__sns__c2 {
  display: table-cell;
  vertical-align: top;
}
/* line 30, ../../src/sass/search-results.sass */
.b-search-results .b-search-results__form .b-search-results__form__search-n-submit .b-search-results__form__sns__c1 {
  width: 100%;
}
/* line 32, ../../src/sass/search-results.sass */
.b-search-results .b-search-results__form .b-search-results__form__search-n-submit .b-search-results__form__sns__c1 .b-search-results__form__input {
  width: 100%;
}
/* line 35, ../../src/sass/search-results.sass */
.b-search-results .b-search-results__form .b-search-results__form__input {
  font: bold 14px "Open Sans", sans-serif, Arial;
  border: none;
  padding: 0 10px;
  height: 40px;
  box-sizing: border-box;
}
/* line 43, ../../src/sass/search-results.sass */
.b-search-results .b-search-results__form .selectric {
  border: none;
  height: 40px;
}
/* line 46, ../../src/sass/search-results.sass */
.b-search-results .b-search-results__form .selectric .label {
  line-height: 40px;
  padding: 0 10px;
}
/* line 49, ../../src/sass/search-results.sass */
.b-search-results .b-search-results__form .selectric .button {
  top: 5px;
}
/* line 52, ../../src/sass/search-results.sass */
.b-search-results .b-search-results__form .b-search-results__form__submit {
  border: none;
  background: #0061ae url(../i/icon-search-bigger.png) center center no-repeat;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
/* line 58, ../../src/sass/search-results.sass */
.b-search-results .b-search-results__form .b-search-results__form__submit:hover {
  background-color: #007de1;
}
/* line 61, ../../src/sass/search-results.sass */
.b-search-results .b-search-results__form .b-search-results__form__filter {
  display: table;
  width: 100%;
}
/* line 64, ../../src/sass/search-results.sass */
.b-search-results .b-search-results__form .b-search-results__form__filter .b-search-results__form__filter__c1,
.b-search-results .b-search-results__form .b-search-results__form__filter .b-search-results__form__filter__c2,
.b-search-results .b-search-results__form .b-search-results__form__filter .b-search-results__form__filter__c3 {
  display: table-cell;
  vertical-align: middle;
  font: bold 13px "Open Sans", sans-serif, Arial;
}
/* line 70, ../../src/sass/search-results.sass */
.b-search-results .b-search-results__form .b-search-results__form__filter .b-search-results__form__filter__c1,
.b-search-results .b-search-results__form .b-search-results__form__filter .b-search-results__form__filter__c2 {
  padding-right: 20px;
  width: 50%;
}
/* line 74, ../../src/sass/search-results.sass */
.b-search-results .b-search-results__form .b-search-results__form__filter .b-search-results__form__filter__c1 .selectricWrapper,
.b-search-results .b-search-results__form .b-search-results__form__filter .b-search-results__form__filter__c2 .selectricWrapper {
  width: 100%;
}
/* line 76, ../../src/sass/search-results.sass */
.b-search-results .b-search-results__form .b-search-results__form__filter .b-search-results__form__filter__c3 {
  white-space: nowrap;
}
/* line 79, ../../src/sass/search-results.sass */
.b-search-results .b-search-results__list {
  margin: 0;
  margin-bottom: 80px;
  padding: 0;
}
/* line 83, ../../src/sass/search-results.sass */
.b-search-results .b-search-results__list .b-search-results__list__item {
  margin: 0;
  padding: 0;
}
/* line 86, ../../src/sass/search-results.sass */
.b-search-results .b-search-results__list .b-search-results__list__item:not(:last-child) {
  padding-bottom: 40px;
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 40px;
}
/* line 92, ../../src/sass/search-results.sass */
.b-search-results .b-search-results__list .b-search-results__list__item .b-search-results__result .b-search-results__result__category {
  font: bold 11px "Open Sans", sans-serif, Arial;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #999999;
  margin-bottom: 15px;
}
/* line 98, ../../src/sass/search-results.sass */
.b-search-results .b-search-results__list .b-search-results__list__item .b-search-results__result .b-search-results__result__header {
  margin-bottom: 15px;
}
/* line 100, ../../src/sass/search-results.sass */
.b-search-results .b-search-results__list .b-search-results__list__item .b-search-results__result .b-search-results__result__header .title {
  display: inline;
  font: bold 19px "Open Sans", sans-serif, Arial;
  margin: 0;
  margin-right: 20px;
  padding: 0;
}
/* line 106, ../../src/sass/search-results.sass */
.b-search-results .b-search-results__list .b-search-results__list__item .b-search-results__result .b-search-results__result__header .date {
  display: inline-block;
  font: bold 11px "Open Sans", sans-serif, Arial;
  color: #969595;
}
/* line 110, ../../src/sass/search-results.sass */
.b-search-results .b-search-results__list .b-search-results__list__item .b-search-results__result .b-search-results__result__text {
  font: 14px/160% "Open Sans", sans-serif, Arial;
  margin-bottom: 15px;
}
/* line 114, ../../src/sass/search-results.sass */
.b-search-results .b-search-results__list .b-search-results__list__item .b-search-results__result .b-search-results__result__link-c .b-search-results__result__link {
  font: 14px/160% "Open Sans", sans-serif, Arial;
  color: black;
}
/* line 118, ../../src/sass/search-results.sass */
.b-search-results .b-search-results__list .b-search-results__list__item b {
  color: #f45c5d;
}

/* line 5, ../../src/sass/vote-archive.sass */
.b-vote-archive .b-vote-archive__header {
  display: table;
  width: 100%;
  margin-bottom: 40px;
}
/* line 9, ../../src/sass/vote-archive.sass */
.b-vote-archive .b-vote-archive__header .b-vote-archive__header__c1,
.b-vote-archive .b-vote-archive__header .b-vote-archive__header__c2 {
  display: table-cell;
}
/* line 12, ../../src/sass/vote-archive.sass */
.b-vote-archive .b-vote-archive__header .b-vote-archive__header__c1 {
  width: 100%;
}
/* line 14, ../../src/sass/vote-archive.sass */
.b-vote-archive .b-vote-archive__header .b-vote-archive__header__c2 {
  white-space: nowrap;
}
/* line 20, ../../src/sass/vote-archive.sass */
.b-vote-archive .b-vote-archive__body .b-vote-archive__body__list-c._hidden {
  display: none;
}
/* line 23, ../../src/sass/vote-archive.sass */
.b-vote-archive .b-vote-archive__body .b-vote-archive__body__list {
  margin: 0;
  margin-bottom: 80px;
  padding: 0;
}
/* line 27, ../../src/sass/vote-archive.sass */
.b-vote-archive .b-vote-archive__body .b-vote-archive__body__list .b-vote-archive__body__list__item {
  margin: 0;
  padding: 0;
}
/* line 30, ../../src/sass/vote-archive.sass */
.b-vote-archive .b-vote-archive__body .b-vote-archive__body__list .b-vote-archive__body__list__item:not(:last-child) {
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #e7e7e7;
}
/* line 36, ../../src/sass/vote-archive.sass */
.b-vote-archive .b-vote-archive__body .b-vote-archive__body__archive-item .b-vote-archive__body__archive-item__header {
  margin-bottom: 30px;
}
/* line 38, ../../src/sass/vote-archive.sass */
.b-vote-archive .b-vote-archive__body .b-vote-archive__body__archive-item .b-vote-archive__body__archive-item__header .title,
.b-vote-archive .b-vote-archive__body .b-vote-archive__body__archive-item .b-vote-archive__body__archive-item__header .date {
  display: inline;
}
/* line 41, ../../src/sass/vote-archive.sass */
.b-vote-archive .b-vote-archive__body .b-vote-archive__body__archive-item .b-vote-archive__body__archive-item__header .title {
  font: bold 19px "Open Sans", sans-serif, Arial;
  margin-right: 15px;
}
/* line 44, ../../src/sass/vote-archive.sass */
.b-vote-archive .b-vote-archive__body .b-vote-archive__body__archive-item .b-vote-archive__body__archive-item__header .date {
  font: bold 11px "Open Sans", sans-serif, Arial;
  color: #969595;
}
/* line 48, ../../src/sass/vote-archive.sass */
.b-vote-archive .b-vote-archive__body .b-vote-archive__body__archive-item .b-vote-archive__body__archive-item__list li {
  display: table;
  width: 100%;
}
/* line 51, ../../src/sass/vote-archive.sass */
.b-vote-archive .b-vote-archive__body .b-vote-archive__body__archive-item .b-vote-archive__body__archive-item__list li:not(:last-child) {
  margin-bottom: 20px;
}
/* line 53, ../../src/sass/vote-archive.sass */
.b-vote-archive .b-vote-archive__body .b-vote-archive__body__archive-item .b-vote-archive__body__archive-item__list li .answer,
.b-vote-archive .b-vote-archive__body .b-vote-archive__body__archive-item .b-vote-archive__body__archive-item__list li .progress {
  display: table-cell;
}
/* line 56, ../../src/sass/vote-archive.sass */
.b-vote-archive .b-vote-archive__body .b-vote-archive__body__archive-item .b-vote-archive__body__archive-item__list li .answer {
  width: 60%;
  font: 14px/160% "Open Sans", sans-serif, Arial;
  letter-spacing: 0.02em;
  padding-right: 20px;
}
/* line 62, ../../src/sass/vote-archive.sass */
.b-vote-archive .b-vote-archive__body .b-vote-archive__body__archive-item .b-vote-archive__body__archive-item__list li .progress .obj {
  display: block;
  position: relative;
  padding-left: 50px;
}
/* line 66, ../../src/sass/vote-archive.sass */
.b-vote-archive .b-vote-archive__body .b-vote-archive__body__archive-item .b-vote-archive__body__archive-item__list li .progress .percent {
  position: absolute;
  left: 0;
  top: 0;
  font: bold 13px "Open Sans", sans-serif, Arial;
  letter-spacing: 0.02em;
  color: #0061ae;
}
/* line 73, ../../src/sass/vote-archive.sass */
.b-vote-archive .b-vote-archive__body .b-vote-archive__body__archive-item .b-vote-archive__body__archive-item__list li .progress .scale {
  width: 100%;
  display: inline-block;
  height: 5px;
  line-height: 21px;
  background-color: #e7e7e7;
}
/* line 79, ../../src/sass/vote-archive.sass */
.b-vote-archive .b-vote-archive__body .b-vote-archive__body__archive-item .b-vote-archive__body__archive-item__list li .progress .scale b {
  display: block;
  background-color: #0061ae;
  height: 5px;
}

/* line 44, ../../src/sass/all.sass */
.b-content-layout-block {
  margin-left: 35px;
  margin-right: 35px;
}
/* line 49, ../../src/sass/all.sass */
.b-content-layout-block:not(:last-child) {
  margin-bottom: 40px;
}

/* line 53, ../../src/sass/all.sass */
.b-side-layout-block {
  margin-right: 35px;
}
/* line 57, ../../src/sass/all.sass */
.b-side-layout-block:not(:last-child) {
  margin-bottom: 40px;
}

/* line 60, ../../src/sass/all.sass */
.b-banner {
  text-align: center;
  margin-bottom: 40px;
}

/* line 65, ../../src/sass/all.sass */
.b-popup-player-link {
  position: relative;
  cursor: pointer;
}
/* line 68, ../../src/sass/all.sass */
.b-popup-player-link::after {
  content: "";
  position: absolute;
  left: 15px;
  bottom: 15px;
  width: 40px;
  height: 30px;
  background: url(../i/play-btn2.png);
}
/* line 76, ../../src/sass/all.sass */
.b-popup-player-link img {
  vertical-align: top;
}

/* line 79, ../../src/sass/all.sass */
.b-player {
  background-color: #f4f4f4;
}
/* line 81, ../../src/sass/all.sass */
.b-player .b-player__obj {
  display: table;
}
/* line 83, ../../src/sass/all.sass */
.b-player .b-player__obj .b-player__play-c,
.b-player .b-player__obj .b-player__track-c,
.b-player .b-player__obj .b-player__volume-c {
  display: table-cell;
  vertical-align: middle;
}
/* line 88, ../../src/sass/all.sass */
.b-player .b-player__obj .b-player__play-c:not(:last-child),
.b-player .b-player__obj .b-player__track-c:not(:last-child),
.b-player .b-player__obj .b-player__volume-c:not(:last-child) {
  border-right: 1px solid #dcdbdb;
}
/* line 90, ../../src/sass/all.sass */
.b-player .b-player__obj .b-player__track-c {
  width: 100%;
}
/* line 92, ../../src/sass/all.sass */
.b-player .b-player__obj .b-player__track-c,
.b-player .b-player__obj .b-player__volume-c {
  padding: 0 20px;
}
/* line 96, ../../src/sass/all.sass */
.b-player .b-player__obj .b-player__play,
.b-player .b-player__obj .b-player__pause {
  width: 50px;
  height: 50px;
  cursor: pointer;
  border: none;
}
/* line 102, ../../src/sass/all.sass */
.b-player .b-player__obj .b-player__play {
  background: transparent url(../i/play-btn.png) 20px center no-repeat;
}
/* line 104, ../../src/sass/all.sass */
.b-player .b-player__obj .b-player__pause {
  background: transparent url(../i/pause-btn.png) center center no-repeat;
}
/* line 107, ../../src/sass/all.sass */
.b-player .b-player__obj .b-player__track {
  display: block;
  height: 3px;
  background: #dcdbdb;
  cursor: pointer;
}
/* line 112, ../../src/sass/all.sass */
.b-player .b-player__obj .b-player__track b {
  display: block;
  height: 3px;
  background: #6d6d6d;
}
/* line 117, ../../src/sass/all.sass */
.b-player .b-player__obj .b-player__volume {
  white-space: nowrap;
}
/* line 120, ../../src/sass/all.sass */
.b-player .b-player__obj .b-player__volume .mute,
.b-player .b-player__obj .b-player__volume .unmute,
.b-player .b-player__obj .b-player__volume .track {
  vertical-align: middle;
  cursor: pointer;
}
/* line 126, ../../src/sass/all.sass */
.b-player .b-player__obj .b-player__volume .mute,
.b-player .b-player__obj .b-player__volume .unmute {
  width: 12px;
  height: 17px;
  background: transparent url(../i/volume-btn.png) center center no-repeat;
  border: none;
  margin-right: 10px;
}
/* line 133, ../../src/sass/all.sass */
.b-player .b-player__obj .b-player__volume .unmute {
  opacity: 0.4;
}
/* line 136, ../../src/sass/all.sass */
.b-player .b-player__obj .b-player__volume .track {
  display: inline-block;
  width: 33px;
  height: 11px;
  position: relative;
}
/* line 141, ../../src/sass/all.sass */
.b-player .b-player__obj .b-player__volume .track .bg,
.b-player .b-player__obj .b-player__volume .track .bar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../i/volume-bar.png) repeat-x;
}
/* line 149, ../../src/sass/all.sass */
.b-player .b-player__obj .b-player__volume .track .bg {
  opacity: 0.4;
}

/* line 157, ../../src/sass/all.sass */
.clndr .clndr-nav {
  position: relative;
  padding: 10px;
  border: 1px solid #e7e7e7;
  border-bottom: none;
}
/* line 162, ../../src/sass/all.sass */
.clndr .clndr-nav .clndr-nav-prev,
.clndr .clndr-nav .clndr-nav-next {
  position: absolute;
  top: 50%;
  width: 20px;
  height: 20px;
  border: none;
  margin-top: -10px;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
}
/* line 174, ../../src/sass/all.sass */
.clndr .clndr-nav .clndr-nav-prev {
  left: 5px;
  background-image: url(../i/arrow-left2.png);
}
/* line 177, ../../src/sass/all.sass */
.clndr .clndr-nav .clndr-nav-prev:disabled {
  background-image: url(../i/arrow-left2-unactive.png);
}
/* line 179, ../../src/sass/all.sass */
.clndr .clndr-nav .clndr-nav-next {
  right: 5px;
  background-image: url(../i/arrow-right2.png);
}
/* line 182, ../../src/sass/all.sass */
.clndr .clndr-nav .clndr-nav-next:disabled {
  background-image: url(../i/arrow-right2-unactive.png);
}
/* line 184, ../../src/sass/all.sass */
.clndr .clndr-nav .clndr-month-title {
  display: block;
  text-align: center;
  font: 14px "Open Sans", sans-serif, Arial;
}
/* line 189, ../../src/sass/all.sass */
.clndr .clndr-table {
  border: 1px solid #e7e7e7;
  border-collapse: collapse;
  margin: 0;
  width: 100%;
}
/* line 194, ../../src/sass/all.sass */
.clndr .clndr-table .header-days {
  background-color: #f4f4f4;
}
/* line 196, ../../src/sass/all.sass */
.clndr .clndr-table .day {
  border: 1px solid #e7e7e7;
}
/* line 198, ../../src/sass/all.sass */
.clndr .clndr-table .header-day,
.clndr .clndr-table .day-contents {
  width: 35px;
  height: 35px;
  text-align: center;
  font: 11px "Open Sans", sans-serif, Arial;
  line-height: 35px;
}
/* line 205, ../../src/sass/all.sass */
.clndr .clndr-table .header-day {
  color: #a3a3a3;
  text-transform: lowercase;
}
/* line 208, ../../src/sass/all.sass */
.clndr .clndr-table .day {
  width: 35px;
  height: 35px;
  box-sizing: border-box;
}
/* line 212, ../../src/sass/all.sass */
.clndr .clndr-table .day .day-contents {
  display: inline-block;
  border: none;
  background-color: transparent;
}
/* line 216, ../../src/sass/all.sass */
.clndr .clndr-table .day .day-contents.button {
  font-weight: bold;
  cursor: pointer;
}
/* line 220, ../../src/sass/all.sass */
.clndr .clndr-table .day.adjacent-month .day-contents {
  color: #cccccc;
  font-weight: normal;
}
/* line 223, ../../src/sass/all.sass */
.clndr .clndr-table .day.active {
  width: 31px;
  height: 31px;
  border: 2px solid #f45c5d;
}
/* line 227, ../../src/sass/all.sass */
.clndr .clndr-table .day.active .day-contents {
  width: 31px;
  height: 31px;
}
div.footer-partners{float:left;display:table;max-width:100px;overflow:hidden;margin: 0 5px;}
div.partners-wrapper{padding-left: 30px;margin-top: -23px;height: 60px;}