html,
body,
div,
span,
h1,
h2,
h3,
p,
a,
ins,
ul,
li,
form,
label,
article,
aside,
header,
nav,
section {
  font-size: 100%;
  font-weight: 400;
  line-height: 1;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
}
article,
aside,
header,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ul {
  list-style: none;
}
input {
  font-size: 100%;
}
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.025em;
  color: #212121;
  background-color: #f8f8f8;
}
a {
  font-size: 16px;
  text-decoration: underline;
  color: #448aff;
}
body {
  -webkit-animation: bugfix infinite 1s;
}
.l-main {
  margin-top: 60px;
}
@media only screen and (min-width: 1018px) {
  .l-main {
    margin-top: 90px;
  }
}
.l-main__item {
  position: relative;
  display: block;
  width: auto;
  margin: 0 8px;
  *zoom: 1;
}
.l-main__item:before,
.l-main__item:after {
  display: table;
  content: " ";
}
.l-main__item:after {
  clear: both;
}
@media only screen and (min-width: 766px) {
  .l-main__item {
    width: 750px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1018px) {
  .l-main__item {
    width: 1002px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1112px) {
  .l-main__item {
    width: 1096px;
  }
}
@media only screen and (min-width: 1318px) {
  .l-main__item {
    width: 1302px;
  }
}
@media only screen and (min-width: 1318px) {
  .l-main__item {
    width: 1302px;
  }
}
.b-header {
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  transition: opacity 0.4s ease-in-out;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12),
    0 3px 5px -1px rgba(0, 0, 0, 0.2);
}
.b-header__nav {
  background: #455a64;
}
@media only screen and (min-width: 1018px) {
  .b-header__nav {
    background: #607d8b;
  }
}
.b-header__line {
  overflow: hidden;
  background: #607d8b;
}
.b-top-nav {
  overflow: hidden;
}
.b-top-nav__item {
  padding: 2px 0;
  border-bottom: 1px solid #607d8b;
}
@media only screen and (min-width: 1018px) {
  .b-top-nav__item {
    float: left;
    padding: 0;
    border: 0;
  }
  .b-top-nav__item:first-child {
    margin-left: 176px;
  }
}
.b-top-nav__item:last-child {
  border-bottom: 0;
}
.b-top-nav__link {
  font-weight: 300;
  display: block;
  padding: 8px 0;
  text-decoration: none;
  color: #fff;
}
@media only screen and (min-width: 1018px) {
  .b-top-nav__link {
    font-size: 14.4px;
    margin: 8px 16px 0 0;
    padding: 4px 0;
    text-decoration: underline;
  }
}
.b-top-nav__link--add {
  cursor: pointer;
}
@media only screen and (min-width: 1018px) {
  .b-top-nav__link--add {
    font-weight: 400;
    padding: 4px 8px;
    transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
    text-decoration: none;
    color: #212121;
    border-radius: 4px;
    background: #ffeb3b;
  }
}
.b-top-nav__icon {
  float: right;
}
.b-top-nav__icon--caret {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 16px;
  height: 16px;
  background: 0 0;
}
.b-top-nav__icon--caret:before {
  position: absolute;
  top: 0.96px;
  width: 16px;
  height: 1px;
  content: "";
  transform: rotate(60deg);
  background-color: #fff;
}
.b-top-nav__icon--caret:after {
  position: absolute;
  bottom: 0.96px;
  width: 16px;
  height: 1px;
  content: "";
  transform: rotate(-60deg);
  background-color: #fff;
}
.b-top-nav__icon--plus {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 16px;
  height: 16px;
  background: 0 0;
}
.b-top-nav__icon--plus:before {
  position: absolute;
  top: 7.5px;
  width: 16px;
  height: 1px;
  content: "";
  background-color: #fff;
}
.b-top-nav__icon--plus:after {
  position: absolute;
  top: 7.5px;
  width: 16px;
  height: 1px;
  content: "";
  transform: rotate(90deg);
  background-color: #fff;
}
@media only screen and (min-width: 1018px) {
  .b-top-nav__icon {
    display: none;
  }
}
.b-top-form {
  position: absolute;
  right: 72px;
  left: 56px;
  overflow: hidden;
  box-sizing: border-box;
  height: 28px;
  margin-top: 8px;
  border: 1px solid #cfd8dc;
  border-radius: 4px;
}
@media only screen and (min-width: 500px) {
  .b-top-form {
    right: 128px;
    left: 144px;
  }
}
@media only screen and (min-width: 766px) {
  .b-top-form {
    right: 182.4px;
  }
}
@media only screen and (min-width: 1018px) {
  .b-top-form {
    right: 301.6px;
    left: 176px;
  }
}
.b-top-form__input {
  font-size: 16px;
  box-sizing: border-box;
  width: 100%;
  height: 28px;
  padding: 2px 28px 2px 2px;
  border: 1px solid #fff;
  outline: 0;
}
.b-top-form__submit {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5.3333333333px;
  cursor: pointer;
  border: 0;
  border-radius: 0;
  outline: 0;
  background: 0 0;
}
.b-top-form__submit-icon {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 16px;
  height: 16px;
  background: 0 0;
}
.b-top-form__submit-icon:before {
  position: absolute;
  right: -8px;
  bottom: -1px;
  width: 16px;
  height: 3px;
  content: "";
  transform: rotate(45deg);
  border-width: 0;
  background: #b6b6b6;
}
.b-top-form__submit-icon:after {
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 12.8px;
  height: 12.8px;
  content: "";
  border: 3px solid #b6b6b6;
  border-radius: 6.8px;
  background-color: transparent;
}
.b-top-hint {
  display: none;
}
@media only screen and (min-width: 1018px) {
  .b-top-hint {
    font-size: 12.8px;
    font-weight: 300;
    display: block;
    clear: both;
    overflow: hidden;
    height: 16px;
    padding: 4px 0 4px 176px;
    color: #fff;
  }
  .b-top-hint__hint {
    display: inline-block;
    cursor: pointer;
    border-bottom: 1px #fff dashed;
  }
}
.b-top-logo {
  display: block;
  float: left;
  padding: 8px 0;
  text-decoration: none;
}
@media only screen and (min-width: 1018px) {
  .b-top-logo {
    position: fixed;
    top: 12px;
    margin: 0;
    padding: 0;
  }
}
.b-top-btn {
  font-weight: 300;
  display: block;
  float: right;
  box-sizing: border-box;
  width: 28px;
  height: 28px;
  margin: 8px 0 8px 8px;
  padding: 6px;
  cursor: pointer;
  text-transform: uppercase;
  color: #fff;
  border-radius: 4px;
  background: #455a64;
}
@media only screen and (min-width: 500px) {
  .b-top-btn {
    width: auto;
  }
}
@media only screen and (min-width: 1018px) {
  .b-top-btn {
    display: none;
  }
}
.b-top-btn__text {
  display: none;
  float: left;
  margin-left: 4px;
}
@media only screen and (min-width: 500px) {
  .b-top-btn__text--share {
    display: block;
  }
}
@media only screen and (min-width: 766px) {
  .b-top-btn__text {
    display: block;
  }
}
.b-top-btn__menu-icon {
  position: relative;
  display: inline-block;
  float: left;
  overflow: hidden;
  width: 16px;
  height: 16px;
  transition: transform 0.2s ease-in-out;
  background: 0 0;
}
.b-top-btn__menu-icon:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 16px;
  height: 3.2px;
  content: "";
  border-radius: 1.6px;
  background: #fff;
  box-shadow: 0 6.4px #fff, 0 12.8px #fff;
}
.b-top-btn__share-icon {
  position: relative;
  display: inline-block;
  float: left;
  overflow: hidden;
  width: 16px;
  height: 16px;
  transition: transform 0.2s ease-in-out;
  background: 0 0;
}
.b-top-btn__share-icon:before {
  position: absolute;
  top: 4px;
  left: 0;
  width: 11.2px;
  height: 12px;
  content: "";
  border: 0 solid transparent;
  border-top: 5.6px solid #fff;
  border-radius: 12px 0 0 0;
}
.b-top-btn__share-icon:after {
  position: absolute;
  top: 0.8px;
  right: 0;
  width: 0;
  height: 0;
  content: "";
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 5px solid #fff;
}
.b-top-share {
  display: block;
  clear: both;
}
@media only screen and (min-width: 1018px) {
  .b-top-share {
    float: right;
    clear: none;
    margin-top: 8px;
    border-radius: 4px;
  }
}
.b-top-share__item {
  float: right;
  overflow: hidden;
  padding: 0 0 8px 8px;
}
@media only screen and (min-width: 1018px) {
  .b-top-share__item {
    padding: 0;
  }
}
.b-top-share__link {
  font-weight: 300;
  display: block;
  overflow: hidden;
  padding: 6px;
  transition: background 0.2s ease-in-out;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  border-radius: 4px;
}
@media only screen and (min-width: 1018px) {
  .b-top-share__link {
    padding: 6px 16px;
    border-radius: 0;
  }
}
.b-top-share__link--facebook {
  background: #3b5998;
}
.b-top-share__link--twitter {
  background: #00aced;
}
.b-top-share__link--google-plus {
  background: #dd4b39;
}
.b-top-share__icon {
  display: block;
  float: left;
  margin-right: 4px;
}
.b-top-share__icon--facebook {
  width: 8px;
  height: 16px;
  background-image: url(/img/sprites.png);
  background-position: -98px 0;
}
.b-top-share__icon--twitter {
  width: 19px;
  height: 16px;
  background-image: url(/img/sprites.png);
  background-position: 0 -96px;
}
.b-top-share__icon--google-plus {
  width: 15px;
  height: 16px;
  background-image: url(/img/sprites.png);
  background-position: -67px -32px;
}
.b-article {
  display: block;
  margin-bottom: 32px;
  padding: 8px;
  background: #fff;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12),
    0 3px 5px -1px rgba(0, 0, 0, 0.2);
}
@media only screen and (min-width: 766px) {
  .b-article {
    float: left;
    box-sizing: border-box;
    width: 484px;
  }
}
@media only screen and (min-width: 1018px) {
  .b-article {
    width: 744px;
    margin-top: 16px;
  }
}
@media only screen and (min-width: 1318px) {
  .b-article {
    width: 986px;
  }
}
.b-article__header {
  padding-bottom: 16px;
}
.b-article__h1 {
  font-size: 32px;
  font-weight: 300;
  padding-bottom: 4px;
}
.b-article__adv {
  margin-bottom: 16px;
}
.b-aside {
  margin-top: 16px;
}
@media only screen and (min-width: 766px) {
  .b-aside {
    float: right;
    box-sizing: border-box;
    width: 250px;
  }
}
@media only screen and (min-width: 1112px) {
  .b-aside {
    width: 336px;
  }
}
@media only screen and (min-width: 1318px) {
  .b-aside {
    width: 300px;
  }
}
.b-aside__adv {
  margin-bottom: 32px;
}
.b-aside__item {
  margin-bottom: 32px;
}
.b-aside__header {
  font-size: 24px;
  font-weight: 300;
  padding-bottom: 8px;
}
.b-section {
  padding-bottom: 16px;
  *zoom: 1;
}
.b-section:before,
.b-section:after {
  display: table;
  content: " ";
}
.b-section:after {
  clear: both;
}
.b-section__header {
  font-size: 28px;
  font-weight: 300;
  padding-bottom: 8px;
}
.b-list-main {
  margin-top: 4px;
  *zoom: 1;
}
.b-list-main:before,
.b-list-main:after {
  display: table;
  content: " ";
}
.b-list-main:after {
  clear: both;
}
.b-list-main__item {
  position: relative;
  margin-bottom: 8px;
  padding: 8px 8px 8px 24px;
  transition: box-shadow 0.2s ease-in-out;
}
.b-list-main__item:before {
  position: absolute;
  top: 10px;
  left: 0;
  width: 16px;
  height: 16px;
  content: "";
  transition: left 0.2s ease-in-out;
  background-image: url(/img/sprites.png);
  background-position: -35px -64px;
}
@media only screen and (min-width: 500px) {
  .b-list-main__item {
    float: left;
    box-sizing: border-box;
    width: 49%;
    margin-right: 1%;
  }
}
@media only screen and (min-width: 766px) {
  .b-list-main__item {
    width: 230px;
    margin-right: 0;
  }
  .b-list-main__item:nth-child(odd) {
    clear: both;
    margin-right: 8px;
  }
}
@media only screen and (min-width: 1018px) {
  .b-list-main__item {
    width: 236.666666667px;
  }
  .b-list-main__item:nth-child(odd) {
    clear: none;
    margin-right: 0;
  }
  .b-list-main__item:nth-child(3n + 1) {
    clear: both;
    margin-right: 8px;
  }
}
@media only screen and (min-width: 1318px) {
  .b-list-main__item {
    width: 236.5px;
  }
  .b-list-main__item:nth-child(odd) {
    clear: none;
    margin-right: 0;
  }
  .b-list-main__item:nth-child(3n + 1) {
    clear: none;
    margin-right: 0;
  }
  .b-list-main__item:nth-child(4n + 1) {
    clear: both;
    margin-right: 8px;
  }
}
.b-list-main__header {
  font-size: 20px;
  text-decoration: none;
}
.b-list-main__text {
  display: block;
  padding-top: 4px;
}
.b-list-comp {
  margin-top: 16px;
  *zoom: 1;
}
.b-list-comp:before,
.b-list-comp:after {
  display: table;
  content: " ";
}
.b-list-comp:after {
  clear: both;
}
.b-list-comp__item {
  position: relative;
  height: 160px;
  margin-bottom: 16px;
  transition: box-shadow 0.2s ease-in-out;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media only screen and (min-width: 766px) {
  .b-list-comp__item--floated {
    float: left;
    width: 230px;
    height: 192px;
  }
  .b-list-comp__item--floated:nth-child(odd) {
    margin-right: 8px;
  }
}
@media only screen and (min-width: 1018px) {
  .b-list-comp__item--floated {
    float: left;
    width: 236.666666667px;
  }
  .b-list-comp__item--floated:nth-child(odd) {
    margin-right: 0;
  }
  .b-list-comp__item--floated:nth-child(3n + 1) {
    margin-right: 8px;
  }
}
@media only screen and (min-width: 1318px) {
  .b-list-comp__item--floated {
    float: left;
    width: 236.5px;
  }
  .b-list-comp__item--floated:nth-child(odd) {
    margin-right: 0;
  }
  .b-list-comp__item--floated:nth-child(3n + 1) {
    margin-right: 0;
  }
  .b-list-comp__item--floated:nth-child(4n + 1) {
    margin-right: 8px;
  }
}
.b-list-comp__header {
  font-size: 20px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: block;
  padding: 8px 8px 8px 32px;
  transition: background-color 0.2s ease-in-out;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, 0.7);
  text-shadow: 0 0 3px #fff;
}
.b-list-comp__header:before {
  position: absolute;
  top: 10px;
  left: 8px;
  width: 16px;
  height: 16px;
  content: "";
  background-image: url(/img/sprites.png);
  background-position: -35px -64px;
}
.b-list-comp__text {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  padding: 8px;
  transition: background-color 0.2s ease-in-out;
  text-decoration: none;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
  text-shadow: 0 0 3px #000;
}
.b-list-num {
  margin-bottom: 16px;
  *zoom: 1;
}
.b-list-num:before,
.b-list-num:after {
  display: table;
  content: " ";
}
.b-list-num:after {
  clear: both;
}
.b-list-num__item {
  display: block;
  float: left;
  padding-right: 16px;
}
.b-list-num__num {
  display: block;
  padding: 10px;
  color: #448aff;
}
.b-list-num__link {
  display: block;
  padding: 8px;
  text-decoration: none;
  color: #448aff;
  border: 2px solid #448aff;
  border-radius: 4px;
}
.b-list-aside__item {
  display: block;
  margin-bottom: 16px;
}
.b-list-aside__link {
  display: block;
  margin-bottom: 8px;
}
.b-list-aside__link--big {
  font-size: 17.6px;
}
.b-list-aside__text {
  display: block;
  margin-bottom: 8px;
  color: #727272;
}
.s-mob-logo {
  font-weight: 700;
  position: relative;
  box-sizing: border-box;
  width: 48px;
  height: 28px;
  padding: 4px 8px 8px 8px;
  text-align: center;
  color: #fff;
  border-radius: 4px;
  background: #455a64;
}
@media only screen and (min-width: 500px) {
  .s-mob-logo {
    width: 128px;
  }
}
@media only screen and (min-width: 1018px) {
  .s-mob-logo {
    display: none;
  }
}
.s-mob-logo:before {
  position: absolute;
  right: 8px;
  bottom: 4px;
  left: 8px;
  height: 2px;
  content: "";
  border-radius: 2px;
  background: #ffeb3b;
}
.s-mob-logo__h-text {
  display: none;
}
@media only screen and (min-width: 500px) {
  .s-mob-logo__h-text {
    display: inline;
  }
}
.s-big-logo {
  display: none;
}
@media only screen and (min-width: 1018px) {
  .s-big-logo {
    display: table;
    width: 160px;
    height: 66px;
    border-radius: 4px;
    background-color: #455a64;
  }
  .s-big-logo__box {
    display: table-cell;
    padding: 0 8px;
    vertical-align: middle;
  }
  .s-big-logo__header {
    font-size: 19.2px;
    font-weight: 300;
    display: block;
    padding: 2px 0;
    color: #fff;
  }
  .s-big-logo__text {
    font-size: 12.8px;
    font-weight: 300;
    display: block;
    color: #fff;
  }
  .s-big-logo__text--yellow {
    text-align: right;
    color: #ffeb3b;
  }
}
.js-top-nav {
  overflow: hidden;
  height: 0;
  transition: height 0.2s ease-in-out;
}
@media only screen and (min-width: 1018px) {
  .js-top-nav {
    height: auto;
  }
}
.js-top-nav__checkbox {
  display: none;
}
.js-top-share {
  overflow: hidden;
  height: 0;
  transition: height 0.2s ease-in-out;
}
@media only screen and (min-width: 1018px) {
  .js-top-share {
    height: auto;
  }
}
.js-top-share__checkbox {
  display: none;
}