/*

	Config

*/
/*

	Mobile and up

*/
@media (max-width: 479px) {
  body.client-page .col-hide {
    display: none !important;
  }
  body.client-page .col-reverse {
    flex-direction: column-reverse;
    display: flex;
  }
}
body.client-page .container {
  width: 100%;
  box-sizing: border-box;
  padding: 0 16px;
  margin: 0 auto;
}
body.client-page .col-2 {
  display: block;
  box-sizing: border-box;
  padding-left: 8px;
  padding-right: 8px;
  width: 100%;
  float: left;
}
body.client-page .col-1 {
  display: block;
  box-sizing: border-box;
  padding-left: 8px;
  padding-right: 8px;
  width: 50%;
  float: left;
}
body.client-page .col-offset-2 {
  margin-left: 100%;
}
body.client-page .col-offset-1 {
  margin-left: 50%;
}
body.client-page .col-offset-0 {
  margin-left: 0%;
}
body.client-page .col-pull-2 {
  right: 100%;
}
body.client-page .col-pull-1 {
  right: 50%;
}
body.client-page .col-pull-0 {
  right: 0%;
}
body.client-page .col-push-2 {
  left: 100%;
}
body.client-page .col-push-1 {
  left: 50%;
}
body.client-page .col-push-0 {
  left: 0%;
}
body.client-page .col-group {
  margin-right: -8px;
  margin-left: -8px;
  padding: 0;
  -moz-transform: none !important;
  /* Для Firefox */
  -ms-transform: none !important;
  /* Для IE */
  -webkit-transform: none !important;
  /* Для Safari, Chrome, iOS */
  -o-transform: none !important;
  /* Для Opera */
  transform: none !important;
}
body.client-page .col-group:after {
  display: table;
  clear: both;
  content: " ";
}
@media (min-width: 480px) and (max-width: 767px) {
  body.client-page .col-xs-hide {
    display: none !important;
  }
  body.client-page .col-xs-reverse {
    flex-direction: column-reverse;
    display: flex;
  }
}
@media (min-width: 480px) {
  body.client-page .container {
    width: 100%;
    box-sizing: border-box;
    padding: 0 32px;
    margin: 0 auto;
  }
  body.client-page .col-xs-2 {
    display: block;
    box-sizing: border-box;
    padding-left: 16px;
    padding-right: 16px;
    width: 100%;
    float: left;
  }
  body.client-page .col-xs-1 {
    display: block;
    box-sizing: border-box;
    padding-left: 16px;
    padding-right: 16px;
    width: 50%;
    float: left;
  }
  body.client-page .col-xs-offset-2 {
    margin-left: 100%;
  }
  body.client-page .col-xs-offset-1 {
    margin-left: 50%;
  }
  body.client-page .col-xs-offset-0 {
    margin-left: 0%;
  }
  body.client-page .col-xs-pull-2 {
    right: 100%;
  }
  body.client-page .col-xs-pull-1 {
    right: 50%;
  }
  body.client-page .col-xs-pull-0 {
    right: 0%;
  }
  body.client-page .col-xs-push-2 {
    left: 100%;
  }
  body.client-page .col-xs-push-1 {
    left: 50%;
  }
  body.client-page .col-xs-push-0 {
    left: 0%;
  }
  body.client-page .col-group {
    margin-right: -16px;
    margin-left: -16px;
    padding: 0;
  }
  body.client-page .col-group:after {
    display: table;
    clear: both;
    content: " ";
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body.client-page .col-sm-hide {
    display: none !important;
  }
  body.client-page .col-sm-reverse {
    flex-direction: column-reverse;
    display: flex;
  }
}
@media (min-width: 768px) {
  body.client-page .container {
    width: 100%;
    box-sizing: border-box;
    padding: 0 32px;
    margin: 0 auto;
  }
  body.client-page .col-sm-4 {
    display: block;
    box-sizing: border-box;
    padding-left: 16px;
    padding-right: 16px;
    width: 100%;
    float: left;
  }
  body.client-page .col-sm-3 {
    display: block;
    box-sizing: border-box;
    padding-left: 16px;
    padding-right: 16px;
    width: 75%;
    float: left;
  }
  body.client-page .col-sm-2 {
    display: block;
    box-sizing: border-box;
    padding-left: 16px;
    padding-right: 16px;
    width: 50%;
    float: left;
  }
  body.client-page .col-sm-1 {
    display: block;
    box-sizing: border-box;
    padding-left: 16px;
    padding-right: 16px;
    width: 25%;
    float: left;
  }
  body.client-page .col-sm-offset-4 {
    margin-left: 100%;
  }
  body.client-page .col-sm-offset-3 {
    margin-left: 75%;
  }
  body.client-page .col-sm-offset-2 {
    margin-left: 50%;
  }
  body.client-page .col-sm-offset-1 {
    margin-left: 25%;
  }
  body.client-page .col-sm-offset-0 {
    margin-left: 0%;
  }
  body.client-page .col-sm-pull-4 {
    right: 100%;
  }
  body.client-page .col-sm-pull-3 {
    right: 75%;
  }
  body.client-page .col-sm-pull-2 {
    right: 50%;
  }
  body.client-page .col-sm-pull-1 {
    right: 25%;
  }
  body.client-page .col-sm-pull-0 {
    right: 0%;
  }
  body.client-page .col-sm-push-4 {
    left: 100%;
  }
  body.client-page .col-sm-push-3 {
    left: 75%;
  }
  body.client-page .col-sm-push-2 {
    left: 50%;
  }
  body.client-page .col-sm-push-1 {
    left: 25%;
  }
  body.client-page .col-sm-push-0 {
    left: 0%;
  }
  body.client-page .col-group {
    margin-right: -16px;
    margin-left: -16px;
    padding: 0;
  }
  body.client-page .col-group:after {
    display: table;
    clear: both;
    content: " ";
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  body.client-page .col-md-hide {
    display: none !important;
  }
  body.client-page .col-md-reverse {
    flex-direction: column-reverse;
    display: flex;
  }
}
@media (min-width: 1024px) {
  body.client-page .container {
    max-width: 1024px;
    box-sizing: border-box;
    padding: 0 32px;
    margin: 0 auto;
  }
  body.client-page .col-md-6 {
    display: block;
    box-sizing: border-box;
    padding-left: 16px;
    padding-right: 16px;
    width: 100%;
    float: left;
  }
  body.client-page .col-md-5 {
    display: block;
    box-sizing: border-box;
    padding-left: 16px;
    padding-right: 16px;
    width: 83.33333333%;
    float: left;
  }
  body.client-page .col-md-4 {
    display: block;
    box-sizing: border-box;
    padding-left: 16px;
    padding-right: 16px;
    width: 66.66666667%;
    float: left;
  }
  body.client-page .col-md-3 {
    display: block;
    box-sizing: border-box;
    padding-left: 16px;
    padding-right: 16px;
    width: 50%;
    float: left;
  }
  body.client-page .col-md-2 {
    display: block;
    box-sizing: border-box;
    padding-left: 16px;
    padding-right: 16px;
    width: 33.33333333%;
    float: left;
  }
  body.client-page .col-md-1 {
    display: block;
    box-sizing: border-box;
    padding-left: 16px;
    padding-right: 16px;
    width: 16.66666667%;
    float: left;
  }
  body.client-page .col-md-offset-6 {
    margin-left: 100%;
  }
  body.client-page .col-md-offset-5 {
    margin-left: 83.33333333%;
  }
  body.client-page .col-md-offset-4 {
    margin-left: 66.66666667%;
  }
  body.client-page .col-md-offset-3 {
    margin-left: 50%;
  }
  body.client-page .col-md-offset-2 {
    margin-left: 33.33333333%;
  }
  body.client-page .col-md-offset-1 {
    margin-left: 16.66666667%;
  }
  body.client-page .col-md-offset-0 {
    margin-left: 0%;
  }
  body.client-page .col-md-pull-6 {
    right: 100%;
  }
  body.client-page .col-md-pull-5 {
    right: 83.33333333%;
  }
  body.client-page .col-md-pull-4 {
    right: 66.66666667%;
  }
  body.client-page .col-md-pull-3 {
    right: 50%;
  }
  body.client-page .col-md-pull-2 {
    right: 33.33333333%;
  }
  body.client-page .col-md-pull-1 {
    right: 16.66666667%;
  }
  body.client-page .col-md-pull-0 {
    right: 0%;
  }
  body.client-page .col-md-push-6 {
    left: 100%;
  }
  body.client-page .col-md-push-5 {
    left: 83.33333333%;
  }
  body.client-page .col-md-push-4 {
    left: 66.66666667%;
  }
  body.client-page .col-md-push-3 {
    left: 50%;
  }
  body.client-page .col-md-push-2 {
    left: 33.33333333%;
  }
  body.client-page .col-md-push-1 {
    left: 16.66666667%;
  }
  body.client-page .col-md-push-0 {
    left: 0%;
  }
  body.client-page .col-group {
    margin-right: -16px;
    margin-left: -16px;
    padding: 0;
  }
  body.client-page .col-group:after {
    display: table;
    clear: both;
    content: " ";
  }
}
@media (min-width: 1440px) and (max-width: 1439px) {
  body.client-page .col-lg-hide {
    display: none !important;
  }
  body.client-page .col-lg-reverse {
    flex-direction: column-reverse;
    display: flex;
  }
}
@media (min-width: 1440px) {
  body.client-page .col-xl-hide {
    display: none !important;
  }
  body.client-page .col-xl-reverse {
    flex-direction: column-reverse;
    display: flex;
  }
}
@media (min-width: 1440px) {
  body.client-page .container {
    max-width: 1440px;
    margin: 0 auto;
  }
  body.client-page .col-xl-8 {
    display: block;
    box-sizing: border-box;
    padding-left: 16px;
    padding-right: 16px;
    width: 100%;
    float: left;
  }
  body.client-page .col-xl-7 {
    display: block;
    box-sizing: border-box;
    padding-left: 16px;
    padding-right: 16px;
    width: 87.5%;
    float: left;
  }
  body.client-page .col-xl-6 {
    display: block;
    box-sizing: border-box;
    padding-left: 16px;
    padding-right: 16px;
    width: 75%;
    float: left;
  }
  body.client-page .col-xl-5 {
    display: block;
    box-sizing: border-box;
    padding-left: 16px;
    padding-right: 16px;
    width: 62.5%;
    float: left;
  }
  body.client-page .col-xl-4 {
    display: block;
    box-sizing: border-box;
    padding-left: 16px;
    padding-right: 16px;
    width: 50%;
    float: left;
  }
  body.client-page .col-xl-3 {
    display: block;
    box-sizing: border-box;
    padding-left: 16px;
    padding-right: 16px;
    width: 37.5%;
    float: left;
  }
  body.client-page .col-xl-2 {
    display: block;
    box-sizing: border-box;
    padding-left: 16px;
    padding-right: 16px;
    width: 25%;
    float: left;
  }
  body.client-page .col-xl-1 {
    display: block;
    box-sizing: border-box;
    padding-left: 16px;
    padding-right: 16px;
    width: 12.5%;
    float: left;
  }
  body.client-page .col-xl-offset-8 {
    margin-left: 100%;
  }
  body.client-page .col-xl-offset-7 {
    margin-left: 87.5%;
  }
  body.client-page .col-xl-offset-6 {
    margin-left: 75%;
  }
  body.client-page .col-xl-offset-5 {
    margin-left: 62.5%;
  }
  body.client-page .col-xl-offset-4 {
    margin-left: 50%;
  }
  body.client-page .col-xl-offset-3 {
    margin-left: 37.5%;
  }
  body.client-page .col-xl-offset-2 {
    margin-left: 25%;
  }
  body.client-page .col-xl-offset-1 {
    margin-left: 12.5%;
  }
  body.client-page .col-xl-offset-0 {
    margin-left: 0%;
  }
  body.client-page .col-xl-pull-8 {
    right: 100%;
  }
  body.client-page .col-xl-pull-7 {
    right: 87.5%;
  }
  body.client-page .col-xl-pull-6 {
    right: 75%;
  }
  body.client-page .col-xl-pull-5 {
    right: 62.5%;
  }
  body.client-page .col-xl-pull-4 {
    right: 50%;
  }
  body.client-page .col-xl-pull-3 {
    right: 37.5%;
  }
  body.client-page .col-xl-pull-2 {
    right: 25%;
  }
  body.client-page .col-xl-pull-1 {
    right: 12.5%;
  }
  body.client-page .col-xl-pull-0 {
    right: 0%;
  }
  body.client-page .col-xl-push-8 {
    left: 100%;
  }
  body.client-page .col-xl-push-7 {
    left: 87.5%;
  }
  body.client-page .col-xl-push-6 {
    left: 75%;
  }
  body.client-page .col-xl-push-5 {
    left: 62.5%;
  }
  body.client-page .col-xl-push-4 {
    left: 50%;
  }
  body.client-page .col-xl-push-3 {
    left: 37.5%;
  }
  body.client-page .col-xl-push-2 {
    left: 25%;
  }
  body.client-page .col-xl-push-1 {
    left: 12.5%;
  }
  body.client-page .col-xl-push-0 {
    left: 0%;
  }
  body.client-page .col-group {
    margin-right: -16px;
    margin-left: -16px;
    padding: 0;
  }
  body.client-page .col-group:after {
    display: table;
    clear: both;
    content: " ";
  }
}
body div.main-page-in-admin-panel {
  overflow-x: initial;
}
body div.main-page-in-admin-panel .col-xl-hide {
  display: none !important;
}
body div.main-page-in-admin-panel .col-xl-reverse {
  flex-direction: column-reverse;
  display: flex;
}
body div.main-page-in-admin-panel .container {
  max-width: 1440px;
  margin: 0 auto;
}
body div.main-page-in-admin-panel .col-xl-8 {
  display: block;
  box-sizing: border-box;
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
  float: left;
}
body div.main-page-in-admin-panel .col-xl-7 {
  display: block;
  box-sizing: border-box;
  padding-left: 16px;
  padding-right: 16px;
  width: 87.5%;
  float: left;
}
body div.main-page-in-admin-panel .col-xl-6 {
  display: block;
  box-sizing: border-box;
  padding-left: 16px;
  padding-right: 16px;
  width: 75%;
  float: left;
}
body div.main-page-in-admin-panel .col-xl-5 {
  display: block;
  box-sizing: border-box;
  padding-left: 16px;
  padding-right: 16px;
  width: 62.5%;
  float: left;
}
body div.main-page-in-admin-panel .col-xl-4 {
  display: block;
  box-sizing: border-box;
  padding-left: 16px;
  padding-right: 16px;
  width: 50%;
  float: left;
}
body div.main-page-in-admin-panel .col-xl-3 {
  display: block;
  box-sizing: border-box;
  padding-left: 16px;
  padding-right: 16px;
  width: 37.5%;
  float: left;
}
body div.main-page-in-admin-panel .col-xl-2 {
  display: block;
  box-sizing: border-box;
  padding-left: 16px;
  padding-right: 16px;
  width: 25%;
  float: left;
}
body div.main-page-in-admin-panel .col-xl-1 {
  display: block;
  box-sizing: border-box;
  padding-left: 16px;
  padding-right: 16px;
  width: 12.5%;
  float: left;
}
body div.main-page-in-admin-panel .col-xl-offset-8 {
  margin-left: 100%;
}
body div.main-page-in-admin-panel .col-xl-offset-7 {
  margin-left: 87.5%;
}
body div.main-page-in-admin-panel .col-xl-offset-6 {
  margin-left: 75%;
}
body div.main-page-in-admin-panel .col-xl-offset-5 {
  margin-left: 62.5%;
}
body div.main-page-in-admin-panel .col-xl-offset-4 {
  margin-left: 50%;
}
body div.main-page-in-admin-panel .col-xl-offset-3 {
  margin-left: 37.5%;
}
body div.main-page-in-admin-panel .col-xl-offset-2 {
  margin-left: 25%;
}
body div.main-page-in-admin-panel .col-xl-offset-1 {
  margin-left: 12.5%;
}
body div.main-page-in-admin-panel .col-xl-offset-0 {
  margin-left: 0%;
}
body div.main-page-in-admin-panel .col-xl-pull-8 {
  right: 100%;
}
body div.main-page-in-admin-panel .col-xl-pull-7 {
  right: 87.5%;
}
body div.main-page-in-admin-panel .col-xl-pull-6 {
  right: 75%;
}
body div.main-page-in-admin-panel .col-xl-pull-5 {
  right: 62.5%;
}
body div.main-page-in-admin-panel .col-xl-pull-4 {
  right: 50%;
}
body div.main-page-in-admin-panel .col-xl-pull-3 {
  right: 37.5%;
}
body div.main-page-in-admin-panel .col-xl-pull-2 {
  right: 25%;
}
body div.main-page-in-admin-panel .col-xl-pull-1 {
  right: 12.5%;
}
body div.main-page-in-admin-panel .col-xl-pull-0 {
  right: 0%;
}
body div.main-page-in-admin-panel .col-xl-push-8 {
  left: 100%;
}
body div.main-page-in-admin-panel .col-xl-push-7 {
  left: 87.5%;
}
body div.main-page-in-admin-panel .col-xl-push-6 {
  left: 75%;
}
body div.main-page-in-admin-panel .col-xl-push-5 {
  left: 62.5%;
}
body div.main-page-in-admin-panel .col-xl-push-4 {
  left: 50%;
}
body div.main-page-in-admin-panel .col-xl-push-3 {
  left: 37.5%;
}
body div.main-page-in-admin-panel .col-xl-push-2 {
  left: 25%;
}
body div.main-page-in-admin-panel .col-xl-push-1 {
  left: 12.5%;
}
body div.main-page-in-admin-panel .col-xl-push-0 {
  left: 0%;
}
body div.main-page-in-admin-panel .col-group {
  margin-right: -16px;
  margin-left: -16px;
  padding: 0;
}
body div.main-page-in-admin-panel .col-group:after {
  display: table;
  clear: both;
  content: " ";
}
/*

	Fixed aspect ratio columns

*/
.col-fixed-hd,
.col-fixed-landscape,
.col-fixed-square,
.col-fixed-portrait {
  position: relative;
}
.col-fixed-hd:before,
.col-fixed-landscape:before,
.col-fixed-square:before,
.col-fixed-portrait:before {
  content: "";
  display: block;
}
.col-fixed-hd .col-content,
.col-fixed-landscape .col-content,
.col-fixed-square .col-content,
.col-fixed-portrait .col-content {
  position: absolute;
  top: 0;
  right: 8px;
  bottom: 0;
  left: 8px;
  padding: 0;
}
.col-fixed-hd:before {
  margin-top: 56.25%;
}
.col-fixed-landscape:before {
  margin-top: 75%;
}
.col-fixed-square:before {
  margin-top: 100%;
}
.col-fixed-portrait:before {
  margin-top: 133.33333333%;
}
/*

	Other

*/
.center-block {
  margin: 0 auto;
}
.clear:after {
  display: table;
  clear: both;
  content: " ";
}
.float-right {
  float: right;
}
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}
@font-face {
}
@font-face {
}
@font-face {
}
@font-face {
}
@font-face {
}
@font-face {
}
@font-face {
}
@font-face {
}
@font-face {
}
@font-face {
}
@font-face {
  font-family: 'Open Sans', sans-serif;
  src: url('https://s3-eu-west-1.amazonaws.com/fonts-ireland.typotheque.com/WF-026556-009501-000054-e20f51b9a9db7155d5b1621b82e33b74.eot');
  src: url('https://s3-eu-west-1.amazonaws.com/fonts-ireland.typotheque.com/WF-026556-009501-000054-e20f51b9a9db7155d5b1621b82e33b74.eot?#iefix') format('embedded-opentype'), url('https://s3-eu-west-1.amazonaws.com/fonts-ireland.typotheque.com/WF-026556-009501-000054-e20f51b9a9db7155d5b1621b82e33b74.woff') format('woff'), url('https://s3-eu-west-1.amazonaws.com/fonts-ireland.typotheque.com/WF-026556-009501-000054-e20f51b9a9db7155d5b1621b82e33b74.ttf') format('truetype'), url('https://s3-eu-west-1.amazonaws.com/fonts-ireland.typotheque.com/WF-026556-009501-000054-e20f51b9a9db7155d5b1621b82e33b74.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'PTSans-Regular';
  src: url(/static/assets/65aa14c9fad5ca800d439ce128658185.woff2) format('woff2'), url(/static/assets/a73ad3f04bfeb1e28025d6bd5d88052b.woff) format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'PTSans-Bold';
  src: url(/static/assets/ddea4b05b0146e8dab573c3d788a36ab.woff2) format('woff2'), url(/static/assets/c922fc4ce95f40a22da862455a84c7ba.woff) format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'RobotoSlab-Regular';
  src: url(/static/assets/19f4f057f8db907c26bf220e709f6432.woff2) format('woff2'), url(/static/assets/ef411ae9ac62dcec441b327cb40f916e.woff) format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'RobotoSlab-Bold';
  src: url(/static/assets/8fea7a2fa80d9ac027a6ee15b3ac8d04.woff2) format('woff2'), url(/static/assets/5bd5a01f9cccbfacdb5137d4a6592251.woff) format('woff');
  font-weight: normal;
  font-style: normal;
}
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}
.icon-money {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAolBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgESU6AAAANXRSTlMAf9FUMNm9rWflQAXpqrOfkWE27otvdVdSRDvyShcOKBz2uKdx3tXCmZWOKyXKxYQezcmGEuQj/BsAAAEaSURBVDjL5dLHcsIwEAbglY0rMthy7+CKCyUJev9Xi8KMJzJm4kOO/BfNv7uH7yBgycKqM4pLc5aVPfJv8JRAjtte9ZNoIGFgXRWtUbf8vopF1vmQlvKVOvCcjIZck6ghplzfRg7WNtxA0NWdrTGeiZxTuZOOZ5QL/MGjHHTRcpHHqPkPqOEP4q8XBv0tDDVZMyT/MkgK0jrXEvUDPII5AzLYfleeCsfcG7JmF2oKQBFM8XAf8Z8nDUpKoMGTYUPvC29FOYNJP8h8vQ1smzOYtSdg5WoFIRmixFf7NpZdCag73Y8SwE1Ee0X+FC6F0VVhBmMNozYZCIVFNmx2/9OA2bNiAFgx/GZ4Ychns+PSgL1ZXxp8mGVpAPgG7qYnTkMYY6EAAAAASUVORK5CYII=');
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
}
.icon-site {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAApVBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABU/knhAAAAN3RSTlMAzTIC7NYFvgvwc+Pfb2sX3NK0lJAh6cqgmIFmORHlxrqFVlFCPgf+97ivi3pLRy7CYSYkHauoNmJkyQAAAa1JREFUOMttUud6wyAMlA0Y7x3vesRJs0fn+z9aCygxX7/eD06IQ+gA0PDuZqPP0jr8hH9gN4mXn4vgXLg1NQLrz7IV9nUHkOYApwMhXeq3oOOFj7dfOt8tAHJvAGA7VFqRKD4J+qSRVNMVAJBhZz/37wLJ9aTmTSUpK1/x/DI1BWZna0ps6Sz5cFSCyVCgnoHwKHK7HAlAnOjZk6Ma7DzBp1xltwY8UW4UH0Vz/YeanJpFcMZNXQJgMkwm5iK4JYpJsYLmsbHXXiAqMMhcqN5QvFON4YSoIKxhDJX5DTU10KtiNwWfKc/J3tCwxyxjwNGRvQcNzgvaGOB7/cjZGOjq+Qh5gHH8vghWPgZhBusDxuNlEVw5BlUL9qO0WytG+xKWeB8+4+35iyC+Kd6UohxD78VsIi4Ug0HeYuIrz0X/9z/EHpHv3CvTH9RGk1QZemVrbA8/31eA3o6SCMsB8cWlwvQsueB3kr59Ag+MTFbnoRhbLusfuAULplgct6IrMYgvdklyAjouxv1qgcsBuAvWhmN/Gsjb4FRBPE1xUDllS+AfRGGWMpZmbaQlfwDTvxywQRD9OgAAAABJRU5ErkJggg==');
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
}
.icon-phone {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAeCAMAAACVFoclAAAAkFBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADDIYgjAAAAL3RSTlMA0S4QXemjFvOX4sEx7z4G1zQE97GoaQzUvCiORyoby8WFgHtza9qbZVhDHodSTvbgq9EAAAE+SURBVCjPvZHrjoMgEIUHEKEIindta21r75fl/d9usa1rQ3ZN+me/HzOTwwmZzIGB6/K02y5meebPFtvd6bKCkSi85SgV9bF/OX95Re8MKEf5LYzAQlrdnWUJLqU8d7rtLWYBf5OZBDoKU9QdZHeY4p4BwsPCx7rVQqVK6LY+Ri+1QYDka8biEjdXkpBrE1/Mj4ogCF9zGMDIu7oRg7iBkXc1OZhZT1XDiKMu90VR7Jcw4qj/iY8sJAlsDZLS1ip3HCbGWEtiMMYpwQrjOHUcfMVYJQlnjHGCK8ZW3HGsFaWcRYJSKiLCKVVr+JS553khQGxbDBDaNnc3zX3fNKXxbSvntmXGcSgCgCRRjxEjAKLcP7KJPyb2+Iw1pZSTqXukz5ua503FLzfl8pFLanOxjgPG0s0l12/ZElv1kO03pboZXo+4BT8AAAAASUVORK5CYII=');
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
}
.icon-metro {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAAXNSR0IArs4c6QAABSlJREFUaAXtmU2IHEUUx2c3QRJFMYImil4WxEM8iEFvepC4qIgGMaAmIoqRgHdz8uIpOeglgogSQXEF9bAKCmZPStYPRNGDGC8Ke0gQjYFFdxeNGX+/nnqhp7e7p3sm+wU++E9V1/uo9+q7ajqd/6m6Bbrd7hZRLTE6Z2x0E50OTm7FziS4D0yAa8F1YBuQzoJTCb+QfgRmxsbGFknXhnB6M9gPpsFfoIwWKRRlpI66+8CmVY2CCveAH0HQv2Q+B4fAbrATROvbQ9tS2d2kyih7HgRpa8+KB0Elu8Bs1Ep6EjwDtretHJ0dSfcn0iBt72prq5E8hh8HS6mm06QHweZGyjVC2ki2tCktgv01Ku1YGBsHR0DQUTKXtbMyWFqb4OWohPQwGB+sWSOhAfA+kP4GT9eIXxQWdRxIdZFkdQ8fBAai5X8nf8dF8bCBEeq6E5wB0pEGKstFUHTMS7b8qjkfnlCnQVi31G5OoOBqExN2xYdNOF1M8cHhJDmxm69OCMdSebRodLW/8SUm9myjulFwk5Jc1ipXG3gvgK8Tbm5kvCCE7is5G1cU2NknfFenWGLrNzsENwF3RelgmcEog/8WWADuqK0nGjrXg3PgDyBdFbaLKTz3HEnfqo8dMD3bSO6wtZsUfANwpfgMzIFWB0PknwdO0mNAqgvAzS527H35AItr7MOJ+RInxXN5wYr85ZRPgRtA45UKZ6z3KfAhmAe1lHx5MQntLRXG6FbgCdGD2cCzDTL2gHQNsCVfLTVcUojsJJDuATFJK3tAE8htBw5XffT4nlG+BzzPXwq+IuJfe+xGv2eQ+gTsxfAljTQ6nQPIzYHjDeU7yacvkddHfc0oH4CXEWm6l7T6fRtpj8/3DtIiyKuReRC8gVPnB8kX+B+k7/C1kw9gIjG/LSg1+XQs/wn6JliF4hOUu5Icq+DXFX+TmOFrXwBeA6XTvaT5Ly25gLStcz8t7MSuI3d2r5NzdUIVvPAtfO0LwDusdKqXtP51GDm5HqrSJDhXqpvA61UyA8rDt/C1FwCGfTlwDC/RMl7Ah6EZlH4DdcPI1lcmxjLZ5pR8W0LDK2r22pGfA80tlUhi3H3jXXAXxncURSi7kjLX8DeR/afIH/Y7CwCDRmXLb6Eie2JYmkLRCfpIiYHHKHOIDTt8sscB9G35s8nnvjmwbHwh2Ja+QMF3H50tkmv/LBWfLDJafMfYD1/7Alg2w1sYzkRxrkvmHXAbPXlj6JP3LH8LeC3KhkxrA/g5Gb11SOOh5jCS8pPZ1p8H78kYgcK38LWvBz5OhuvP3ANqpxd+QOR7kA0jWt87xaNgCp77xSjkDi6Fr70vf6lo2MPcsvM5tp4D0u3gySxXcSWE1/Qw50NY9WGO1vGhdQa4MkWkZIci54HzwV5w7f8O+3EM4HMoegAt7xzVj8JE2PZCY+Mu6wHdo/xTMK8A9KxlZQRvYA8gU3mh6bOJYOMrZZ/iCn/gV7MrpX4g3OhSv8I+XzCPP80v9aGF0np8VjkR/g1MCWBjP2wZIUFs3KfF6CKCWA+Pu4fDn9YpAYyDjfu8bsQpiOgJPrsb5w+OfJfhuHMiXqw3zl9MhSBcnWKJJTvSn3w+VPkHYTwZau8EaP6MnneuTZ5Kqv5m9RC3G+wEF2525lOZvENgbf5mzQeJE55PPDtNgwVQRosUijLyiVDdkf7obvWinA8gn8cJ77qTwBezCeC7jben6AXv214DvfV5GfE8fzydgMmuUyIwHwmy54916uLau/UfHhqxdbTHdWgAAAAASUVORK5CYII=');
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
}
.icon-metro-small {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAAXNSR0IArs4c6QAABSlJREFUaAXtmU2IHEUUx2c3QRJFMYImil4WxEM8iEFvepC4qIgGMaAmIoqRgHdz8uIpOeglgogSQXEF9bAKCmZPStYPRNGDGC8Ke0gQjYFFdxeNGX+/nnqhp7e7p3sm+wU++E9V1/uo9+q7ajqd/6m6Bbrd7hZRLTE6Z2x0E50OTm7FziS4D0yAa8F1YBuQzoJTCb+QfgRmxsbGFknXhnB6M9gPpsFfoIwWKRRlpI66+8CmVY2CCveAH0HQv2Q+B4fAbrATROvbQ9tS2d2kyih7HgRpa8+KB0Elu8Bs1Ep6EjwDtretHJ0dSfcn0iBt72prq5E8hh8HS6mm06QHweZGyjVC2ki2tCktgv01Ku1YGBsHR0DQUTKXtbMyWFqb4OWohPQwGB+sWSOhAfA+kP4GT9eIXxQWdRxIdZFkdQ8fBAai5X8nf8dF8bCBEeq6E5wB0pEGKstFUHTMS7b8qjkfnlCnQVi31G5OoOBqExN2xYdNOF1M8cHhJDmxm69OCMdSebRodLW/8SUm9myjulFwk5Jc1ipXG3gvgK8Tbm5kvCCE7is5G1cU2NknfFenWGLrNzsENwF3RelgmcEog/8WWADuqK0nGjrXg3PgDyBdFbaLKTz3HEnfqo8dMD3bSO6wtZsUfANwpfgMzIFWB0PknwdO0mNAqgvAzS527H35AItr7MOJ+RInxXN5wYr85ZRPgRtA45UKZ6z3KfAhmAe1lHx5MQntLRXG6FbgCdGD2cCzDTL2gHQNsCVfLTVcUojsJJDuATFJK3tAE8htBw5XffT4nlG+BzzPXwq+IuJfe+xGv2eQ+gTsxfAljTQ6nQPIzYHjDeU7yacvkddHfc0oH4CXEWm6l7T6fRtpj8/3DtIiyKuReRC8gVPnB8kX+B+k7/C1kw9gIjG/LSg1+XQs/wn6JliF4hOUu5Icq+DXFX+TmOFrXwBeA6XTvaT5Ly25gLStcz8t7MSuI3d2r5NzdUIVvPAtfO0LwDusdKqXtP51GDm5HqrSJDhXqpvA61UyA8rDt/C1FwCGfTlwDC/RMl7Ah6EZlH4DdcPI1lcmxjLZ5pR8W0LDK2r22pGfA80tlUhi3H3jXXAXxncURSi7kjLX8DeR/afIH/Y7CwCDRmXLb6Eie2JYmkLRCfpIiYHHKHOIDTt8sscB9G35s8nnvjmwbHwh2Ja+QMF3H50tkmv/LBWfLDJafMfYD1/7Alg2w1sYzkRxrkvmHXAbPXlj6JP3LH8LeC3KhkxrA/g5Gb11SOOh5jCS8pPZ1p8H78kYgcK38LWvBz5OhuvP3ANqpxd+QOR7kA0jWt87xaNgCp77xSjkDi6Fr70vf6lo2MPcsvM5tp4D0u3gySxXcSWE1/Qw50NY9WGO1vGhdQa4MkWkZIci54HzwV5w7f8O+3EM4HMoegAt7xzVj8JE2PZCY+Mu6wHdo/xTMK8A9KxlZQRvYA8gU3mh6bOJYOMrZZ/iCn/gV7MrpX4g3OhSv8I+XzCPP80v9aGF0np8VjkR/g1MCWBjP2wZIUFs3KfF6CKCWA+Pu4fDn9YpAYyDjfu8bsQpiOgJPrsb5w+OfJfhuHMiXqw3zl9MhSBcnWKJJTvSn3w+VPkHYTwZau8EaP6MnneuTZ5Kqv5m9RC3G+wEF2525lOZvENgbf5mzQeJE55PPDtNgwVQRosUijLyiVDdkf7obvWinA8gn8cJ77qTwBezCeC7jben6AXv214DvfV5GfE8fzydgMmuUyIwHwmy54916uLau/UfHhqxdbTHdWgAAAAASUVORK5CYII=');
  width: 23px;
  height: 23px;
  background-size: contain;
  background-repeat: no-repeat;
}
.icon-phone-small {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAeCAMAAACVFoclAAAAkFBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADDIYgjAAAAL3RSTlMA0S4QXemjFvOX4sEx7z4G1zQE97GoaQzUvCiORyoby8WFgHtza9qbZVhDHodSTvbgq9EAAAE+SURBVCjPvZHrjoMgEIUHEKEIindta21r75fl/d9usa1rQ3ZN+me/HzOTwwmZzIGB6/K02y5meebPFtvd6bKCkSi85SgV9bF/OX95Re8MKEf5LYzAQlrdnWUJLqU8d7rtLWYBf5OZBDoKU9QdZHeY4p4BwsPCx7rVQqVK6LY+Ri+1QYDka8biEjdXkpBrE1/Mj4ogCF9zGMDIu7oRg7iBkXc1OZhZT1XDiKMu90VR7Jcw4qj/iY8sJAlsDZLS1ip3HCbGWEtiMMYpwQrjOHUcfMVYJQlnjHGCK8ZW3HGsFaWcRYJSKiLCKVVr+JS553khQGxbDBDaNnc3zX3fNKXxbSvntmXGcSgCgCRRjxEjAKLcP7KJPyb2+Iw1pZSTqXukz5ua503FLzfl8pFLanOxjgPG0s0l12/ZElv1kO03pboZXo+4BT8AAAAASUVORK5CYII=');
  width: 23px;
  height: 23px;
  background-size: contain;
  background-repeat: no-repeat;
}
.icon-edit {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMDAwMDAwIiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTQgMkg2Yy0xLjEgMC0xLjk5LjktMS45OSAyTDQgMjBjMCAxLjEuODkgMiAxLjk5IDJIMThjMS4xIDAgMi0uOSAyLTJWOGwtNi02em0yIDE2SDh2LTJoOHYyem0wLTRIOHYtMmg4djJ6bS0zLTVWMy41TDE4LjUgOUgxM3oiLz48L3N2Zz4=);
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
}
.icon-edit .link:hover {
  transition: all 0.4s ease-in;
  filter: invert(80%);
}
.inverted {
  filter: invert(100%);
}
@font-face {
  font-family: 'icons';
  src: url(/static/assets/6e06629fdd22192a93b5e605c67c5a47.eot);
  src: url(/static/assets/6e06629fdd22192a93b5e605c67c5a47.eot#iefix) format('embedded-opentype'), url(/static/assets/4312d88feb8447a54ee5364c87ebd2b8.ttf) format('truetype'), url(/static/assets/6099f262684acbfbba05f40a4551dda1.woff) format('woff'), url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciLz4=#icons) format('svg');
  font-weight: normal;
  font-style: normal;
}
.g-icon {
  font-family: 'icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-instagram .path1:before {
  content: "\E925";
  color: #000;
}
.icon-instagram .path2:before {
  content: "\E926";
  color: #000;
  margin-left: -1em;
}
.icon-instagram .path3:before {
  content: "\E927";
  color: #fff;
  margin-left: -1em;
}
.icon-instagram .path4:before {
  content: "\E928";
  color: #fff;
  margin-left: -1em;
}
.icon-telegram .path1:before {
  content: "\E922";
  color: #000000;
}
.icon-telegram .path2:before {
  content: "\E923";
  margin-left: -1em;
  color: #ffffff;
}
.icon-whatsapp:before {
  content: "\E924";
}
.icon-telegram .path1:before {
  content: "\E922";
  color: #000000;
}
.icon-telegram .path2:before {
  content: "\E923";
  margin-left: -1em;
  color: #ffffff;
}
.icon-whatsapp:before {
  content: "\E924";
}
.icon-apple:before {
  content: "\E900";
}
.icon-arrow-left-circle:before {
  content: "\E901";
}
.icon-arrow-right-circle:before {
  content: "\E902";
}
.icon-arrow-left:before {
  content: "\E903";
}
.icon-arrow-right:before {
  content: "\E904";
}
.icon-calendar:before {
  content: "\E905";
}
.icon-calendar-small:before {
  content: "\E906";
}
.icon-facebook:before {
  content: "\E907";
}
.icon-fb:before {
  content: "\E908";
}
.icon-google:before {
  content: "\E909";
}
.icon-infographic:before {
  content: "\E90A";
}
.icon-location:before {
  content: "\E90B";
}
.icon-location-small:before {
  content: "\E90C";
}
.icon-mail-small:before {
  content: "\E90D";
}
.icon-menu:before {
  content: "\E90E";
}
.icon-menu-small:before {
  content: "\E90F";
}
.icon-newsletter:before {
  content: "\E910";
}
.icon-newsletter-small:before {
  content: "\E911";
}
.icon-photo-feature:before {
  content: "\E912";
}
.icon-photo-feature-small:before {
  content: "\E913";
}
.icon-print:before {
  content: "\E914";
}
.icon-questions:before {
  content: "\E915";
}
.icon-questions-small:before {
  content: "\E916";
}
.icon-rss:before {
  content: "\E917";
}
.icon-search:before {
  content: "\E918";
}
.icon-search-small:before {
  content: "\E919";
}
.icon-twitter:before {
  content: "\E91A";
}
.icon-twitter-normal:before {
  content: "\E91B";
}
.icon-twitter-outline-big:before {
  content: "\E91C";
}
.icon-close:before {
  content: "\E91D";
}
.icon-clock:before {
  content: "\E91E";
}
.icon-clock-small:before {
  content: "\E91F";
}
.icon-see:before {
  content: "\E920";
}
.icon-download:before {
  content: "\E921";
}
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}
[contenteditable=true]:empty:before {
  content: attr(placeholder);
  display: block;
  /* For Firefox */
}
.g-publication-category {
  position: relative;
  color: #000;
  font-size: 0.875em;
  font-family: 'Open Sans', sans-serif;
  text-decoration: none;
  transition: all 0.15s ease-in;
  z-index: 10;
}
.g-publication-category:hover {
  color: #d0021b;
}
@media screen and (max-width: 767px) {
  .g-publication-category {
    font-size: 12px;
  }
}
.g-publication-time {
  color: #d0021b;
  font-size: 0.875em;
  font-family: 'Open Sans', sans-serif;
}
@media screen and (max-width: 767px) {
  .g-publication-time {
    font-size: 12px;
  }
}
.g-line {
  width: 100vw;
  margin-left: -16px;
  height: 1px;
  background: #000;
}
@media (min-width: 480px) {
  .g-line {
    margin-left: -32px;
  }
}
@media (min-width: 768px) {
  .g-line {
    margin-left: 0;
    width: 100%;
  }
}
.g-line-bold {
  height: 4px;
  background: #000;
}
@media (min-width: 768px) {
  .g-line-bold {
    margin-left: 0;
    width: 100%;
  }
}
.g-popup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
  background: rgba(98, 98, 98, 0.1);
  overflow-y: auto;
}
.g-popup .content.content {
  position: relative;
  background-color: #fff;
}
@media (min-width: 1440px) {
  .g-popup .content.content {
    position: absolute;
    top: 144px;
    left: 50%;
    transform: translateX(-50%);
    width: 1440px;
  }
}
.g-popup .link:hover {
  transition: all 0.4s ease-out;
  color: black;
}
.g-popup .link {
  color: #d0021b;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  line-height: 20px;
  text-decoration: none;
}
@media (min-width: 480px) {
  .g-popup .link {
    color: #d0021b;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    line-height: 24px;
  }
}
.g-popup.width .content.content {
  width: 100%;
}
@media (min-width: 1024px) {
  .g-popup.width .content.content {
    width: 50%;
  }
}
.g-popup .close {
  position: absolute;
  top: 16px;
  right: 16px;
  display: inline-block;
  font-size: 32px;
  cursor: pointer;
  transition: color 0.15s 0s ease-in-out;
}
@media (min-width: 768px) {
  .g-popup .close {
    top: 32px;
    right: 32px;
    font-size: 48px;
  }
}
.g-popup .b-shares {
  margin-left: 25px;
}
@media (max-width: 1440px) {
  .g-popup .b-shares {
    margin-left: 80px;
  }
}
.g-popup .b-shares.horizontal {
  margin-left: 0;
}
.g-text-accent-color {
  color: #d0021b;
  text-decoration: none;
}
.g-hover-effect-red:hover {
  transition: all 0.2s ease-in;
  color: #d0021b;
}
.g-infographic-popup-image {
  width: 100%;
}
.g-link-block {
  display: block;
  text-decoration: none;
  color: #000;
}
.g-link-block .photo,
.g-link-block .image,
.g-link-block .article-description-image,
.g-link-block .article-image,
.g-link-block .cover {
  transition: all 0.15s ease-in;
}
.g-link-block:hover .article-title.article-title,
.g-link-block:hover .news-item-title.news-item-title.news-item-title,
.g-link-block:hover .authorial-column-title.authorial-column-title,
.g-link-block:hover .new-issue-title.new-issue-title,
.g-link-block:hover .material-with-image-title.material-with-image-title,
.g-link-block:hover .recommended-material-title.recommended-material-title,
.g-link-block:hover .main-material-title,
.g-link-block:hover .article-title-link.article-title-link.article-title-link {
  color: #d0021b;
}
.g-link-block:hover .heading.heading .article-title.article-title {
  color: #d0021b;
}
.g-link-block:hover .photo,
.g-link-block:hover .article-description-image,
.g-link-block:hover .image,
.g-link-block:hover .article-image,
.g-link-block:hover .cover {
  opacity: 0.9;
}
.g-link-block:not(:hover) .article-title.article-title,
.g-link-block:not(:hover) .news-item-title.news-item-title,
.g-link-block:not(:hover) .authorial-column-title.authorial-column-title,
.g-link-block:not(:hover) .new-issue-title.new-issue-title,
.g-link-block:not(:hover) .material-with-image-title,
.g-link-block:not(:hover) .recommended-material-title,
.g-link-block:not(:hover) .main-material-title,
.g-link-block:not(:hover) .article-title-link {
  transition: all 0.2s ease-in;
}
.g-dropdown {
  position: relative;
  display: inline-block;
  margin-left: 10px;
  color: #000;
  font-size: 24px;
  font-family: 'Open Sans', sans-serif;
  line-height: 24px;
  cursor: pointer;
  transition: all 0.15s ease-in;
  width: auto;
  padding-right: 30px;
}
@media (min-width: 768px) {
  .g-dropdown {
    font-size: 32px;
  }
}
@media (min-width: 1024px) {
  .g-dropdown {
    margin-left: 13px;
    font-size: 48px;
  }
}
.g-dropdown:hover {
  color: #d0021b !important;
}
.g-dropdown:hover::after {
  border-top-color: #d0021b !important;
}
.g-dropdown::after {
  position: absolute;
  right: 0;
  top: 6px;
  content: '';
  display: block;
  width: 0px;
  height: 0px;
  border-color: transparent;
  border-style: solid;
  border-width: 12px 10.5px 0 10.5px;
  border-top-color: #000;
  border-left-color: rgba(0, 0, 0, 0);
  border-right-color: rgba(0, 0, 0, 0);
  transition: all 0.15s ease-in;
}
@media (min-width: 768px) {
  .g-dropdown::after {
    top: 8px;
  }
}
@media (min-width: 1024px) {
  .g-dropdown::after {
    top: 12px;
  }
}
.g-dropdown .ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y,
.g-dropdown .ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
  background-color: #e0e0e0;
  border-radius: 0;
  width: 6px;
}
.g-dropdown .ps-container:hover > .ps-scrollbar-y-rail:hover {
  background-color: transparent;
}
.g-dropdown .options {
  display: none;
  position: absolute;
  border: 20px solid #e0e0e0;
  z-index: 1000;
  left: 0;
  top: 46px;
  background-color: #fff;
}
@media (min-width: 768px) {
  .g-dropdown .options {
    left: 100%;
    margin-left: -40px;
  }
}
.g-dropdown .options .scroll {
  max-height: 240px;
}
.g-dropdown .options:before {
  position: absolute;
  left: -7px;
  top: -40px;
  display: inline-block;
  content: "";
  width: 0px;
  height: 0px;
  border-color: transparent;
  border-style: solid;
  border-width: 0 17px 20px 17px;
  border-bottom-color: #e0e0e0;
  border-left-color: rgba(224, 224, 224, 0);
  border-right-color: rgba(224, 224, 224, 0);
}
.g-dropdown .option {
  display: block;
  color: #000;
  font-size: 24px;
  font-family: 'Open Sans', sans-serif;
  line-height: 24px;
  padding: 0 65px 0 27px;
  margin-top: 19px;
  margin-bottom: 19px;
  white-space: nowrap;
  transition: color 0.15s 0s ease-in-out;
}
.g-dropdown .option.selected {
  color: #930214;
}
.g-dropdown .option:hover {
  color: #d0021b;
}
.g-dropdown.wide::before {
  right: -45px;
  top: -10px;
  content: '';
  position: absolute;
  width: 70px;
  height: 70px;
  background-color: #e0e0e0;
  opacity: 0;
  transition: opacity 0.3s 0s ease-in-out;
}
.g-dropdown.wide.opened::before {
  opacity: 1;
}
.g-dropdown.wide::after {
  margin-left: 20px;
  right: -20px;
  top: 8px;
}
@media (min-width: 768px) {
  .g-dropdown.wide::after {
    top: 18px;
  }
}
@media (min-width: 1024px) {
  .g-dropdown.wide::after {
    top: 20px;
  }
}
.g-dropdown.wide .options {
  left: -13px;
  top: 53px;
  margin-left: 0;
  min-width: 110%;
  max-width: 80vw;
  width: 510px;
}
.g-dropdown.wide .options:before {
  display: none;
}
.g-dropdown.wide .option {
  display: block;
  border-bottom: 1px solid #000;
  padding: 15px 0;
  margin: 0 20px;
}
.g-dropdown.wide .option:last-of-type {
  border-bottom: 0;
}
.emerge {
  opacity: 1;
}
.g-link {
  color: #000;
  font-family: 'Open Sans', sans-serif;
  text-decoration: none;
  transition: all 0.2s ease-in;
}
.g-link:hover {
  color: #d0021b;
}
.g-news-tag {
  color: #000;
  font-size: 12px;
  font-family: 'PTSans-Bold';
  line-height: 24px;
  text-transform: uppercase;
}
.g-news-tag::after {
  display: block;
  width: 52px;
  height: 2px;
  margin-top: 8px;
  background-color: #e5e5e5;
  content: '';
}
.g-news-tag.light {
  color: #fff;
}
.g-news-tag.light::after {
  background-color: #fff;
}
.g-section-title {
  margin-bottom: 1em;
  color: #000;
  font-size: 34px;
  font-family: 'RobotoSlab-Bold';
  line-height: 40px;
  letter-spacing: 1px;
}
.g-section-title.sidebar {
  margin-bottom: 18px;
}
.g-section-title.sidebar.offset-top {
  margin-top: 23px;
}
.g-banner-wrapper.horizontal {
  display: block;
  margin-top: 23px;
  margin-bottom: 79px;
}
@media (min-width: 1024px) {
  .g-banner-wrapper.horizontal {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 1023px) {
  .g-banner-wrapper.horizontal {
    margin-bottom: 45px;
    height: 90px;
    position: static;
  }
}
.g-banner-wrapper.horizontal .banner {
  width: 100%;
}
@media (max-width: 1023px) {
  .g-banner-wrapper.horizontal .banner {
    position: absolute;
    left: 0;
    right: 0;
  }
}
.g-offset-top {
  padding-top: 14px !important;
}
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}
.f-form .f-base-message {
  margin-bottom: 1.5em;
  color: #d0021b;
}
.f-form .f-field {
  position: relative;
  margin-top: 24px;
}
.f-form .f-field .f-input {
  width: 100%;
  margin-top: 15px;
  outline: none;
  border: none;
  border-bottom: 1px solid #000;
  padding: 11px 0;
  color: #000;
  font-size: 20px;
  font-family: 'Open Sans', sans-serif;
  transition: all 0.2s ease-in;
  border-radius: 0;
  -webkit-appearance: none;
}
.f-form .f-field .f-input:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 50px #fff !important;
  -webkit-text-fill-color: #000 !important;
  color: #000 !important;
}
.f-form .f-field .f-input:hover {
  border-color: #d0021b;
}
.f-form .f-field .f-input::placeholder {
  transition: all 0.2s ease-in;
}
.f-form .f-field .f-input:hover::placeholder {
  color: rgba(0, 0, 0, 0.55);
}
.f-form .f-field .f-input:focus {
  border-color: #000;
  color: #000;
  font-size: 20px;
  font-family: 'Open Sans', sans-serif;
}
@media (min-width: 768px) {
  .f-form .f-field .f-input {
    font-size: 36px;
  }
  .f-form .f-field .f-input:focus {
    font-size: 36px;
  }
}
.f-form .f-field .f-textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 182px;
  margin-top: 20px;
  margin-right: 64px;
  border-color: #000;
  outline: none;
  padding: 17px 21px;
  color: rgba(0, 0, 0, 0.3);
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  resize: none;
  transition: all 0.2s ease-in;
}
.f-form .f-field .f-textarea::placeholder {
  transition: all 0.2s ease-in;
}
.f-form .f-field .f-textarea:hover {
  border-color: #d0021b;
}
.f-form .f-field .f-textarea:hover::placeholder {
  color: rgba(0, 0, 0, 0.55);
}
.f-form .f-field .f-textarea:focus {
  border-color: #000;
  color: #000;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
}
.f-form .f-field .f-message {
  color: red;
}
.f-form .f-field .f-radio-button-hide {
  display: none;
}
.f-form .f-field .f-radio-button-hide:checked + .f-radio-button {
  border-color: #000;
}
.f-form .f-field .f-radio-button-hide:checked + .f-radio-button::before {
  opacity: 1;
}
.f-form .f-field .f-radio-button {
  display: inline-block;
  position: relative;
  margin-right: 10px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.3);
  transition: all 0.2s ease-in;
  cursor: pointer;
}
.f-form .f-field .f-radio-button::before {
  content: '';
  position: absolute;
  display: block;
  top: 20%;
  left: 40%;
  width: 7px;
  height: 14px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: rotate(45deg);
  transition: all 0.15s ease-in;
  opacity: 0;
  z-index: 10;
}
.f-form .f-field .f-radio-button.f-radio-button:hover {
  border-color: #d0021b;
}
.f-form .f-field .f-radio-button.f-radio-button:hover::before {
  border-color: #d0021b;
}
.f-form .f-field.error .f-message {
  display: inline-block;
  color: #d0021b;
  margin: 1em 0;
}
.f-form .f-field.valid .f-message {
  display: none;
}
.f-form .f-field.required .f-label:after {
  content: '*';
  color: red;
}
.f-form .f-field .f-search-submit {
  position: absolute;
  right: 0;
  bottom: 5px;
  font-size: 24px;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
}
@media (min-width: 768px) {
  .f-form .f-field .f-search-submit {
    bottom: 10px;
    font-size: 32px;
  }
}
.f-form .f-field .f-search-submit:hover .g-icon {
  color: #d0021b;
}
.f-form .f-field .f-search-submit .g-icon {
  color: #000;
  transition: all 0.15s ease-in;
  text-decoration: none;
}
.f-submit {
  display: block;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  outline: none;
  color: #000;
  font-size: 24px;
  font-family: 'Open Sans', sans-serif;
  line-height: 44px;
  background-color: transparent;
  cursor: pointer;
  transition: all 0.2s ease-in;
}
.f-submit:hover {
  border-color: #000;
}
.f-submit:active {
  border-color: #000;
}
@media (min-width: 768px) {
  .f-submit {
    font-size: 36px;
    line-height: 44px;
  }
}
.f-input-redline {
  display: inline-block;
  outline: none;
  border: none;
  border-left: 3px solid #d0021b;
  padding-left: 2px;
  background-color: #fff;
  color: #000;
  font-size: 20px;
  font-family: 'Open Sans', sans-serif;
  line-height: 22px;
  transition: all 0.2s ease-in;
  cursor: pointer;
}
.f-input-redline::placeholder {
  transition: color 0.2s ease-in;
}
.f-input-redline:hover::placeholder {
  color: rgba(0, 0, 0, 0.55);
}
@media (min-width: 768px) {
  .f-input-redline {
    height: 48px;
    font-size: 24px;
    line-height: 28px;
  }
}
@media (min-width: 1024px) {
  .f-input-redline {
    margin-top: -11px;
  }
}
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}
html {
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
html,
body {
  position: relative;
  width: 100%;
  cursor: default;
  background: #fff;
}
body.client-page {
  overflow-x: hidden;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}
body.client-page.thematic-section {
  padding-top: 152px;
  background-size: cover;
}
@media (max-width: 1023px) {
  body.client-page.thematic-section {
    padding-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body.client-page .article-top {
    padding-top: 30px;
  }
}
@media (min-width: 1025px) {
  body.client-page .large-hide {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body.client-page .small-hide {
    display: none;
  }
}
@media (min-width: 0px) and (max-width: 768px) {
  body.client-page .mini-hide {
    display: none;
  }
}
@media (min-width: 0px) and (max-width: 1024px) {
  body.client-page .b-news-line-list-hide {
    display: none;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  body.client-page .midle-hide {
    display: none;
  }
}
@media (min-width: 769px) and (max-width: 3000px) {
  body.client-page .b-news-line-list-hide-small {
    display: none;
  }
}
@media (min-width: 0px) and (max-width: 1024px) {
  body.client-page .left-column-hide {
    display: none;
  }
}
@media (min-width: 0px) and (max-width: 768px) {
  body.client-page .top-autorial {
    margin-top: 20px;
  }
}
body.client-page .material-top {
  margin-top: 27px;
}
@media (min-width: 0px) and (max-width: 768px) {
  body.client-page .padding-autorial {
    padding-left: 20px;
    padding-right: 20px;
  }
}
body.client-page .top {
  padding-top: 32px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  body.client-page .small-padding {
    padding-left: 0px;
    padding-right: 0px;
  }
}
body.client-page .top-line {
  width: 100%;
  height: 4px;
  background: black;
  margin-bottom: 10px;
}
body.client-page .float-right {
  float: right;
  width: 75%;
}
@media (max-width: 767px) {
  body.client-page .float-right {
    width: 100%;
  }
}
@media (max-width: 1439px) {
  body.client-page .float-right {
    width: 75%;
  }
}
@media (max-width: 1023px) {
  body.client-page .float-right {
    width: 100%;
  }
}
.top-news {
  width: 100%;
  margin-top: 30px;
  background: #d0021b;
  margin-bottom: 39px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .top-news {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .top-news {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: -32px;
    margin-right: -32px;
    width: inherit;
  }
}
@media (max-width: 480px) {
  .top-news {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .top-news {
    margin-left: -32px;
    margin-right: -32px;
    width: inherit;
    margin-bottom: 0px;
  }
}
.top-news .news-description {
  font-size: 24px;
  line-height: 1.33;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  margin-left: 32px;
  padding-top: 8px;
  padding-bottom: 52px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .top-news .news-description {
    margin-left: 16px;
  }
}
.top-news-info {
  padding-top: 41px;
  padding-left: 32px;
  color: #fff;
}
@media (min-width: 0px) and (max-width: 767px) {
  .top-news-info {
    padding-left: 16px;
  }
}
.top-news-info .breaking {
  width: 78px;
  height: 24px;
  font-size: 18px;
  line-height: 24px;
  line-height: 1.33;
  font-family: 'Open Sans', sans-serif;
}
.top-news-info .news-category {
  width: 60px;
  height: 20px;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  line-height: 1.43;
  font-family: 'Open Sans', sans-serif;
  padding-left: 17px;
}
.top-news-info .news-time {
  height: 14px;
  width: 78px;
  font-size: 14px;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
}
body.client-page .width-news-list {
  width: 25%;
  padding-left: 0px;
}
@media (max-width: 767px) {
  body.client-page .width-news-list {
    width: 100%;
  }
}
@media (max-width: 1439px) {
  body.client-page .width-news-list {
    width: 25%;
  }
}
@media (max-width: 1023px) {
  body.client-page .width-news-list {
    width: 100%;
  }
}
body.client-page .width-left-column {
  width: 50%;
}
@media (max-width: 767px) {
  body.client-page .width-left-column {
    width: 100%;
  }
}
@media (max-width: 1439px) {
  body.client-page .width-left-column {
    width: 50%;
  }
}
@media (max-width: 1023px) {
  body.client-page .width-left-column {
    width: 100%;
  }
}
body.client-page .event-width {
  width: 65%;
  padding-left: 0px;
  padding-right: 0px;
}
@media (max-width: 767px) {
  body.client-page .event-width {
    width: 100%;
  }
}
@media (max-width: 1439px) {
  body.client-page .event-width {
    width: 75%;
  }
}
@media (max-width: 1023px) {
  body.client-page .event-width {
    width: 100%;
  }
}
body.client-page .ivoloshina {
  position: absolute;
  border: 1px solid rgba(0, 0, 0, 0.2);
  margin-left: 55px;
  margin-top: 20px;
  padding: 8px 20px 8px 20px;
  cursor: pointer;
  border-radius: 8px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}
@media (min-width: 0px) and (max-width: 767px) {
  body.client-page .ivoloshina {
    margin-left: 60%;
    margin-top: -85px;
    border: none;
    font-size: 12px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body.client-page .ivoloshina {
    margin-top: -40px;
  }
}
body.client-page .normal {
  width: 9px;
  height: 9px;
  object-fit: contain;
  margin-left: 5px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  body.client-page .top-sm {
    padding-top: 30px;
  }
}
body.client-page .check-background {
  top: 30px;
  position: absolute;
  right: 60px;
}
@media (min-width: 0px) and (max-width: 767px) {
  body.client-page .check-background {
    background-color: #f4f4f4;
    height: 54px;
    margin-top: 10px;
    position: inherit;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  body.client-page .check-background {
    right: 16%;
  }
}
body.client-page .check-menu {
  display: block;
  margin-top: 7px;
  width: 127px;
  height: 16px;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  line-height: 1.33;
  text-align: center;
  color: #9b9b9b;
}
@media (min-width: 768px) and (max-width: 1023px) {
  body.client-page .check-menu {
    margin-left: 80%;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  body.client-page .check-menu {
    position: absolute;
    margin-left: 110px;
    margin-top: -15px;
  }
}
@media (min-width: 0px) and (max-width: 479px) {
  body.client-page .hide {
    display: none;
  }
}
@media (min-width: 0px) and (max-width: 320px) {
  body.client-page .micro-hide {
    display: none;
  }
}
@media (min-width: 1024px) and (max-width: 1024px) {
  body.client-page .banner-width-sm {
    width: 33%;
  }
}
@media (min-width: 0px) and (max-width: 768px) {
  body.client-page .b-news-line-list .border-bottom-none {
    border-bottom: none;
  }
}
body.client-page .small-material {
  width: 100%;
  height: 459px;
}
body.client-page .small-material .small-material-info {
  height: auto;
  width: 90%;
  position: absolute;
  margin-left: 30px;
  margin-top: 230px;
  z-index: 10;
}
body.client-page .small-material .small-material-info .small-material-info-category {
  font-size: 12px;
  line-height: 1.33;
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
}
body.client-page .small-material .small-material-info .small-material-info-time {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  text-align: left;
  color: #ffffff;
}
body.client-page .small-material .small-material-title {
  height: auto;
  width: 90%;
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.33;
  text-align: left;
  color: #fff;
  position: absolute;
  margin-left: 30px;
  margin-top: 50px;
  z-index: 10;
}
body.client-page .small-material .small-material-description {
  width: 90%;
  height: 120px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  color: #ffffff;
  margin-left: 30px;
  margin-top: 270px;
  position: absolute;
  z-index: 10;
}
body.client-page .small-material .small-material-img .small-material-background {
  width: 100%;
  height: 459px;
  background-color: rgba(0, 0, 0, 0.46);
  position: absolute;
  margin-left: 8px;
}
body.client-page .small-material .small-material-img img {
  width: 100%;
  height: 459px;
}
@media (min-width: 0px) and (max-width: 768px) {
  body.client-page .mini-top {
    margin-top: 30px;
  }
}
@media (min-width: 1024px) and (max-width: 1024px) {
  body.client-page .padding-left {
    padding-left: 0px;
  }
}
@media (min-width: 1024px) and (max-width: 1500px) {
  body.client-page .sm-top {
    padding-top: 80px;
  }
}
@media (min-width: 1024px) and (max-width: 1024px) {
  body.client-page .padding-right {
    padding-right: 0px;
  }
}
body.client-page .date-container {
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 15px;
  color: #000;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
}
@media (min-width: 768px) and (max-width: 1023px) {
  body.client-page .date-container {
    position: absolute;
    margin-top: 76px;
    margin-left: 38%;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  body.client-page .date-container {
    position: absolute;
    margin-top: 76px;
    margin-left: 5%;
    color: #000;
    font-size: 11px;
    font-family: 'Open Sans', sans-serif;
  }
}
@media (max-width: 1024px) {
  body.client-page .date-container.low-resolution {
    display: block;
    border-top: 1px solid black;
    padding-top: 11px;
    margin-top: 5px;
  }
}
body.client-page .date-container .date {
  padding-left: 10px;
}
@media (max-width: 1024px) {
  body.client-page .date-container .date {
    padding-left: 0;
  }
}
body.client-page .date-container .time {
  color: rgba(0, 0, 0, 0.2);
  padding-left: 15px;
}
@media (max-width: 767px) {
  body.scroll.scroll {
    height: 100vh;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
  }
}
html.popup {
  overflow: hidden;
  box-sizing: border-box;
}
.p-content .image {
  max-width: 100%;
}
.p-content .sub-title {
  margin-top: 30px;
  margin-bottom: 9px;
  color: #000;
  font-size: 20px;
  font-family: 'Open Sans', sans-serif;
  line-height: 32px;
}
@media (min-width: 480px) {
  .p-content .sub-title {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .p-content .sub-title {
    margin-top: 52px;
    margin-bottom: 14px;
    color: #000;
    font-size: 24px;
    font-family: 'Open Sans', sans-serif;
    line-height: 32px;
  }
}
@media (min-width: 1024px) {
  .p-content .sub-title {
    margin-bottom: 17px;
  }
}
@media (min-width: 1440px) {
  .p-content .sub-title {
    font-size: 32px;
    margin-top: 49px;
  }
}
.p-content .paragraph {
  margin-bottom: 24px;
  color: #000;
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  line-height: 24px;
}
@media (min-width: 768px) {
  .p-content .paragraph {
    padding-right: 64px;
    margin-bottom: 28px;
    color: #000;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    line-height: 28px;
  }
}
@media (min-width: 1024px) {
  .p-content .paragraph {
    padding-right: 0;
  }
}
.p-content .paragraph-italic {
  margin-bottom: 24px;
  color: #d0021b;
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  line-height: 24px;
}
@media (min-width: 768px) {
  .p-content .paragraph-italic {
    padding-right: 64px;
    margin-bottom: 28px;
    color: #d0021b;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    line-height: 28px;
  }
}
@media (min-width: 1024px) {
  .p-content .paragraph-italic {
    padding-right: 0;
  }
}
.p-content .quotation {
  position: relative;
  display: block;
  padding-left: 32px;
  margin-top: 26px;
  margin-bottom: 31px;
  color: #000;
  font-size: 24px;
  font-family: 'Open Sans', sans-serif;
  line-height: 32px;
}
.p-content .quotation:before {
  position: absolute;
  left: 0;
  content: '\2014';
}
@media (min-width: 768px) {
  .p-content .quotation {
    padding-left: 51px;
    margin-top: 43px;
    margin-bottom: 64px;
    color: #000;
    font-size: 44px;
    font-family: 'Open Sans', sans-serif;
    line-height: 64px;
  }
}
@media (min-width: 1440px) {
  .p-content .quotation {
    margin-bottom: 65px;
  }
}
.p-content .box-link {
  position: relative;
  margin-top: 28px;
  margin-bottom: 34px;
  padding-bottom: 22px;
  padding-top: 17px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.p-content .box-link:hover {
  color: #d0021b;
}
.p-content .box-link:hover .link {
  color: #d0021b;
}
.p-content .box-link .link {
  display: inline-block;
  margin-left: 32px;
  color: #000;
  font-size: 20px;
  font-family: 'Open Sans', sans-serif;
  line-height: 24px;
  text-decoration: none;
  transition: all 0.2s ease-in;
}
.p-content .box-link .image {
  margin-top: 15px;
  margin-bottom: 5px;
  width: 100%;
}
.p-content .box-link .icon-arrow-right-circle {
  position: absolute;
  top: 19px;
  left: 0px;
  font-size: 20px;
  transition: all 0.2s ease-in;
}
@media (min-width: 768px) {
  .p-content .box-link .icon-arrow-right-circle {
    top: 31px;
    font-size: 29px;
  }
}
@media (min-width: 768px) {
  .p-content .box-link {
    margin-top: 48px;
    padding-top: 26px;
    padding-bottom: 29px;
    margin-bottom: 51px;
  }
  .p-content .box-link .link {
    margin-left: 52px;
    color: #000;
    font-size: 28px;
    font-family: 'Open Sans', sans-serif;
    line-height: 38px;
  }
  .p-content .box-link .image {
    margin-top: 26px;
  }
}
.p-content .embedded {
  margin-top: 29px;
  margin-bottom: 40px;
  text-align: center;
}
.p-content .embedded .embedded-inner {
  display: inline-block;
}
@media (min-width: 768px) {
  .p-content .embedded {
    margin-top: 48px;
    margin-bottom: 56px;
  }
}
.p-content .b-content-video {
  margin-top: 31px;
  margin-bottom: 30px;
}
.p-content .b-content-video .video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
}
.p-content .b-content-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .p-content .b-content-video {
    margin-top: 52px;
    margin-bottom: 48px;
  }
}
.p-content .infographic {
  position: relative;
  top: 4px;
  font-size: 24px;
  cursor: pointer;
}
.p-content .b-infographic {
  margin-top: 31px;
  margin-bottom: 37px;
  position: relative;
  height: 288px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .p-content .b-infographic {
    margin-top: 49px;
    margin-bottom: 80px;
    height: 396px;
  }
}
@media (min-width: 1024px) {
  .p-content .b-infographic {
    height: 412px;
  }
}
@media (min-width: 1440px) {
  .p-content .b-infographic {
    height: 476px;
  }
}
.p-content .b-infographic .caption {
  position: absolute;
  bottom: -40px;
  left: 0;
  margin-top: 18px;
  width: 100%;
  text-align: left;
  color: #000;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  line-height: 24px;
}
@media (min-width: 1024px) {
  .p-content .b-infographic .caption {
    margin-top: 15px;
  }
}
.p-content .b-infographic .caption .credit {
  margin-left: 10px;
  color: #000;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  opacity: 0.3;
}
.p-content .b-infographic .launch {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: -11px;
  box-sizing: border-box;
  text-align: center;
  border-radius: 11px;
  background-color: #fff;
  border: solid 1px transparent;
  line-height: 32px;
  color: #000;
  font-size: 24px;
  font-family: 'Open Sans', sans-serif;
  line-height: 54px;
  text-decoration: none;
  padding: 10px 0;
  height: auto;
  width: 76%;
  transition: all 0.2s ease-in;
}
.p-content .b-infographic .launch:hover {
  border-color: rgba(0, 0, 0, 0.3);
}
.p-content .b-infographic .launch:active {
  border-color: #000;
}
.p-content .b-infographic .launch .g-icon {
  position: relative;
  right: -6px;
  top: 5px;
}
@media (min-width: 480px) {
  .p-content .b-infographic .launch .g-icon {
    top: 0;
    right: -4px;
  }
}
@media (min-width: 480px) {
  .p-content .b-infographic .launch {
    padding: 0;
    width: 334px;
    height: 54px;
    line-height: 54px;
  }
}
@media (min-width: 768px) {
  .p-content .b-infographic .launch {
    margin-top: 4px;
  }
}
.p-my-content [contenteditable=true]:empty:before {
  content: attr(placeholder);
  display: block;
  /* For Firefox */
}
.p-my-content .g-publication-category {
  position: relative;
  color: #000;
  font-size: 0.875em;
  font-family: 'Open Sans', sans-serif;
  text-decoration: none;
  transition: all 0.15s ease-in;
  z-index: 10;
}
.p-my-content .g-publication-category:hover {
  color: #d0021b;
}
@media screen and (max-width: 767px) {
  .p-my-content .g-publication-category {
    font-size: 12px;
  }
}
.p-my-content .g-publication-time {
  color: #d0021b;
  font-size: 0.875em;
  font-family: 'Open Sans', sans-serif;
}
@media screen and (max-width: 767px) {
  .p-my-content .g-publication-time {
    font-size: 12px;
  }
}
.p-my-content .g-line {
  width: 100vw;
  margin-left: -16px;
  height: 1px;
  background: #000;
}
@media (min-width: 480px) {
  .p-my-content .g-line {
    margin-left: -32px;
  }
}
@media (min-width: 768px) {
  .p-my-content .g-line {
    margin-left: 0;
    width: 100%;
  }
}
.p-my-content .g-line-bold {
  height: 4px;
  background: #000;
}
@media (min-width: 768px) {
  .p-my-content .g-line-bold {
    margin-left: 0;
    width: 100%;
  }
}
.p-my-content .g-popup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
  background: rgba(98, 98, 98, 0.1);
  overflow-y: auto;
}
.p-my-content .g-popup .content.content {
  position: relative;
  background-color: #fff;
}
@media (min-width: 1440px) {
  .p-my-content .g-popup .content.content {
    position: absolute;
    top: 144px;
    left: 50%;
    transform: translateX(-50%);
    width: 1440px;
  }
}
.p-my-content .g-popup .link:hover {
  transition: all 0.4s ease-out;
  color: black;
}
.p-my-content .g-popup .link {
  color: #d0021b;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  line-height: 20px;
  text-decoration: none;
}
@media (min-width: 480px) {
  .p-my-content .g-popup .link {
    color: #d0021b;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    line-height: 24px;
  }
}
.p-my-content .g-popup.width .content.content {
  width: 100%;
}
@media (min-width: 1024px) {
  .p-my-content .g-popup.width .content.content {
    width: 50%;
  }
}
.p-my-content .g-popup .close {
  position: absolute;
  top: 16px;
  right: 16px;
  display: inline-block;
  font-size: 32px;
  cursor: pointer;
  transition: color 0.15s 0s ease-in-out;
}
@media (min-width: 768px) {
  .p-my-content .g-popup .close {
    top: 32px;
    right: 32px;
    font-size: 48px;
  }
}
.p-my-content .g-popup .b-shares {
  margin-left: 25px;
}
@media (max-width: 1440px) {
  .p-my-content .g-popup .b-shares {
    margin-left: 80px;
  }
}
.p-my-content .g-popup .b-shares.horizontal {
  margin-left: 0;
}
.p-my-content .g-text-accent-color {
  color: #d0021b;
  text-decoration: none;
}
.p-my-content .g-hover-effect-red:hover {
  transition: all 0.2s ease-in;
  color: #d0021b;
}
.p-my-content .g-infographic-popup-image {
  width: 100%;
}
.p-my-content .g-link-block {
  display: block;
  text-decoration: none;
  color: #000;
}
.p-my-content .g-link-block .photo,
.p-my-content .g-link-block .image,
.p-my-content .g-link-block .article-description-image,
.p-my-content .g-link-block .article-image,
.p-my-content .g-link-block .cover {
  transition: all 0.15s ease-in;
}
.p-my-content .g-link-block:hover .article-title.article-title,
.p-my-content .g-link-block:hover .news-item-title.news-item-title.news-item-title,
.p-my-content .g-link-block:hover .authorial-column-title.authorial-column-title,
.p-my-content .g-link-block:hover .new-issue-title.new-issue-title,
.p-my-content .g-link-block:hover .material-with-image-title.material-with-image-title,
.p-my-content .g-link-block:hover .recommended-material-title.recommended-material-title,
.p-my-content .g-link-block:hover .main-material-title,
.p-my-content .g-link-block:hover .article-title-link.article-title-link.article-title-link {
  color: #d0021b;
}
.p-my-content .g-link-block:hover .heading.heading .article-title.article-title {
  color: #d0021b;
}
.p-my-content .g-link-block:hover .photo,
.p-my-content .g-link-block:hover .article-description-image,
.p-my-content .g-link-block:hover .image,
.p-my-content .g-link-block:hover .article-image,
.p-my-content .g-link-block:hover .cover {
  opacity: 0.9;
}
.p-my-content .g-link-block:not(:hover) .article-title.article-title,
.p-my-content .g-link-block:not(:hover) .news-item-title.news-item-title,
.p-my-content .g-link-block:not(:hover) .authorial-column-title.authorial-column-title,
.p-my-content .g-link-block:not(:hover) .new-issue-title.new-issue-title,
.p-my-content .g-link-block:not(:hover) .material-with-image-title,
.p-my-content .g-link-block:not(:hover) .recommended-material-title,
.p-my-content .g-link-block:not(:hover) .main-material-title,
.p-my-content .g-link-block:not(:hover) .article-title-link {
  transition: all 0.2s ease-in;
}
.p-my-content .g-dropdown {
  position: relative;
  display: inline-block;
  margin-left: 10px;
  color: #000;
  font-size: 24px;
  font-family: 'Open Sans', sans-serif;
  line-height: 24px;
  cursor: pointer;
  transition: all 0.15s ease-in;
  width: auto;
  padding-right: 30px;
}
@media (min-width: 768px) {
  .p-my-content .g-dropdown {
    font-size: 32px;
  }
}
@media (min-width: 1024px) {
  .p-my-content .g-dropdown {
    margin-left: 13px;
    font-size: 48px;
  }
}
.p-my-content .g-dropdown:hover {
  color: #d0021b !important;
}
.p-my-content .g-dropdown:hover::after {
  border-top-color: #d0021b !important;
}
.p-my-content .g-dropdown::after {
  position: absolute;
  right: 0;
  top: 6px;
  content: '';
  display: block;
  width: 0px;
  height: 0px;
  border-color: transparent;
  border-style: solid;
  border-width: 12px 10.5px 0 10.5px;
  border-top-color: #000;
  border-left-color: rgba(0, 0, 0, 0);
  border-right-color: rgba(0, 0, 0, 0);
  transition: all 0.15s ease-in;
}
@media (min-width: 768px) {
  .p-my-content .g-dropdown::after {
    top: 8px;
  }
}
@media (min-width: 1024px) {
  .p-my-content .g-dropdown::after {
    top: 12px;
  }
}
.p-my-content .g-dropdown .ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y,
.p-my-content .g-dropdown .ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
  background-color: #e0e0e0;
  border-radius: 0;
  width: 6px;
}
.p-my-content .g-dropdown .ps-container:hover > .ps-scrollbar-y-rail:hover {
  background-color: transparent;
}
.p-my-content .g-dropdown .options {
  display: none;
  position: absolute;
  border: 20px solid #e0e0e0;
  z-index: 1000;
  left: 0;
  top: 46px;
  background-color: #fff;
}
@media (min-width: 768px) {
  .p-my-content .g-dropdown .options {
    left: 100%;
    margin-left: -40px;
  }
}
.p-my-content .g-dropdown .options .scroll {
  max-height: 240px;
}
.p-my-content .g-dropdown .options:before {
  position: absolute;
  left: -7px;
  top: -40px;
  display: inline-block;
  content: "";
  width: 0px;
  height: 0px;
  border-color: transparent;
  border-style: solid;
  border-width: 0 17px 20px 17px;
  border-bottom-color: #e0e0e0;
  border-left-color: rgba(224, 224, 224, 0);
  border-right-color: rgba(224, 224, 224, 0);
}
.p-my-content .g-dropdown .option {
  display: block;
  color: #000;
  font-size: 24px;
  font-family: 'Open Sans', sans-serif;
  line-height: 24px;
  padding: 0 65px 0 27px;
  margin-top: 19px;
  margin-bottom: 19px;
  white-space: nowrap;
  transition: color 0.15s 0s ease-in-out;
}
.p-my-content .g-dropdown .option.selected {
  color: #930214;
}
.p-my-content .g-dropdown .option:hover {
  color: #d0021b;
}
.p-my-content .g-dropdown.wide::before {
  right: -45px;
  top: -10px;
  content: '';
  position: absolute;
  width: 70px;
  height: 70px;
  background-color: #e0e0e0;
  opacity: 0;
  transition: opacity 0.3s 0s ease-in-out;
}
.p-my-content .g-dropdown.wide.opened::before {
  opacity: 1;
}
.p-my-content .g-dropdown.wide::after {
  margin-left: 20px;
  right: -20px;
  top: 8px;
}
@media (min-width: 768px) {
  .p-my-content .g-dropdown.wide::after {
    top: 18px;
  }
}
@media (min-width: 1024px) {
  .p-my-content .g-dropdown.wide::after {
    top: 20px;
  }
}
.p-my-content .g-dropdown.wide .options {
  left: -13px;
  top: 53px;
  margin-left: 0;
  min-width: 110%;
  max-width: 80vw;
  width: 510px;
}
.p-my-content .g-dropdown.wide .options:before {
  display: none;
}
.p-my-content .g-dropdown.wide .option {
  display: block;
  border-bottom: 1px solid #000;
  padding: 15px 0;
  margin: 0 20px;
}
.p-my-content .g-dropdown.wide .option:last-of-type {
  border-bottom: 0;
}
.p-my-content .emerge {
  opacity: 1;
}
.p-my-content .g-link {
  color: #000;
  font-family: 'Open Sans', sans-serif;
  text-decoration: none;
  transition: all 0.2s ease-in;
}
.p-my-content .g-link:hover {
  color: #d0021b;
}
.p-my-content .g-news-tag {
  color: #000;
  font-size: 12px;
  font-family: 'PTSans-Bold';
  line-height: 24px;
  text-transform: uppercase;
}
.p-my-content .g-news-tag::after {
  display: block;
  width: 52px;
  height: 2px;
  margin-top: 8px;
  background-color: #e5e5e5;
  content: '';
}
.p-my-content .g-news-tag.light {
  color: #fff;
}
.p-my-content .g-news-tag.light::after {
  background-color: #fff;
}
.p-my-content .g-section-title {
  margin-bottom: 1em;
  color: #000;
  font-size: 34px;
  font-family: 'RobotoSlab-Bold';
  line-height: 40px;
  letter-spacing: 1px;
}
.p-my-content .g-section-title.sidebar {
  margin-bottom: 18px;
}
.p-my-content .g-section-title.sidebar.offset-top {
  margin-top: 23px;
}
.p-my-content .g-banner-wrapper.horizontal {
  display: block;
  margin-top: 23px;
  margin-bottom: 79px;
}
@media (min-width: 1024px) {
  .p-my-content .g-banner-wrapper.horizontal {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 1023px) {
  .p-my-content .g-banner-wrapper.horizontal {
    margin-bottom: 45px;
    height: 90px;
    position: static;
  }
}
.p-my-content .g-banner-wrapper.horizontal .banner {
  width: 100%;
}
@media (max-width: 1023px) {
  .p-my-content .g-banner-wrapper.horizontal .banner {
    position: absolute;
    left: 0;
    right: 0;
  }
}
.p-my-content .g-offset-top {
  padding-top: 14px !important;
}
.p-my-content .image {
  max-width: 100%;
}
.p-my-content h2,
.p-my-content h3 {
  margin-top: 30px;
  margin-bottom: 9px;
  color: #000;
  font-size: 20px;
  font-family: 'Open Sans', sans-serif;
  line-height: 32px;
}
@media (min-width: 480px) {
  .p-my-content h2,
  .p-my-content h3 {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .p-my-content h2,
  .p-my-content h3 {
    margin-top: 52px;
    margin-bottom: 14px;
    color: #000;
    font-size: 24px;
    font-family: 'Open Sans', sans-serif;
    line-height: 32px;
  }
}
@media (min-width: 1024px) {
  .p-my-content h2,
  .p-my-content h3 {
    margin-bottom: 17px;
  }
}
@media (min-width: 1440px) {
  .p-my-content h2,
  .p-my-content h3 {
    font-size: 32px;
    margin-top: 49px;
  }
}
.p-my-content p {
  margin-bottom: 24px;
  color: #000;
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  line-height: 24px;
}
@media (min-width: 768px) {
  .p-my-content p {
    padding-right: 64px;
    margin-bottom: 28px;
    color: #000;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    line-height: 28px;
  }
}
@media (min-width: 1024px) {
  .p-my-content p {
    padding-right: 0;
  }
}
@media (min-width: 1440px) {
  .p-my-content p {
    color: #000;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    line-height: 28px;
  }
}
.p-my-content a {
  color: #d0021b;
  text-decoration: none;
}
.p-my-content em,
.p-my-content i {
  font-family: 'Open Sans', sans-serif;
}
.p-my-content b,
.p-my-content strong {
  font-family: 'Open Sans', sans-serif;
}
.p-my-content quotation {
  position: relative;
  display: block;
  padding-left: 32px;
  margin-top: 26px;
  margin-bottom: 31px;
  color: #000;
  font-size: 24px;
  font-family: 'Open Sans', sans-serif;
  line-height: 32px;
}
.p-my-content quotation:before {
  position: absolute;
  left: 0;
  content: '\2014';
}
@media (min-width: 768px) {
  .p-my-content quotation {
    padding-left: 51px;
    margin-top: 43px;
    margin-bottom: 64px;
    color: #000;
    font-size: 44px;
    font-family: 'Open Sans', sans-serif;
    line-height: 64px;
  }
}
@media (min-width: 1440px) {
  .p-my-content quotation {
    margin-bottom: 65px;
  }
}
.p-my-content .box-link {
  position: relative;
  margin-top: 28px;
  margin-bottom: 34px;
  padding-bottom: 22px;
  padding-top: 17px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.p-my-content .box-link:hover {
  color: #d0021b;
}
.p-my-content .box-link:hover .link {
  color: #d0021b;
}
.p-my-content .box-link .link {
  display: inline-block;
  margin-left: 32px;
  color: #000;
  font-size: 20px;
  font-family: 'Open Sans', sans-serif;
  line-height: 24px;
  text-decoration: none;
  transition: all 0.2s ease-in;
}
.p-my-content .box-link .image {
  margin-top: 15px;
  margin-bottom: 5px;
  width: 100%;
}
.p-my-content .box-link .icon-arrow-right-circle {
  position: absolute;
  top: 19px;
  left: 0px;
  font-size: 20px;
  transition: all 0.2s ease-in;
}
@media (min-width: 768px) {
  .p-my-content .box-link .icon-arrow-right-circle {
    top: 31px;
    font-size: 29px;
  }
}
@media (min-width: 768px) {
  .p-my-content .box-link {
    margin-top: 48px;
    padding-top: 26px;
    padding-bottom: 29px;
    margin-bottom: 51px;
  }
  .p-my-content .box-link .link {
    margin-left: 52px;
    color: #000;
    font-size: 28px;
    font-family: 'Open Sans', sans-serif;
    line-height: 38px;
  }
  .p-my-content .box-link .image {
    margin-top: 26px;
  }
}
.p-my-content .embedded {
  margin-top: 29px;
  margin-bottom: 40px;
  text-align: center;
}
.p-my-content .embedded .embedded-inner {
  display: inline-block;
  width: 288px;
}
@media (min-width: 480px) {
  .p-my-content .embedded .embedded-inner {
    width: 416px;
  }
}
@media (min-width: 768px) {
  .p-my-content .embedded .embedded-inner {
    width: 471px;
  }
}
@media (min-width: 768px) {
  .p-my-content .embedded {
    margin-top: 48px;
    margin-bottom: 56px;
  }
}
.p-my-content .b-content-video {
  margin-top: 31px;
  margin-bottom: 30px;
}
.p-my-content .b-content-video .video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
}
.p-my-content .b-content-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .p-my-content .b-content-video {
    margin-top: 52px;
    margin-bottom: 48px;
  }
}
.p-my-content .b-content-video .caption {
  margin-top: 15px;
  color: #000;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  line-height: 24px;
}
.p-my-content .b-content-video .credit {
  margin-left: 10px;
  color: #000;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  opacity: 0.3;
}
.p-my-content .infographic {
  position: relative;
  top: 4px;
  font-size: 24px;
  cursor: pointer;
}
.p-my-content .b-infographic {
  margin-top: 31px;
  margin-bottom: 37px;
  position: relative;
  height: 288px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .p-my-content .b-infographic {
    margin-top: 49px;
    margin-bottom: 80px;
    height: 396px;
  }
}
@media (min-width: 1024px) {
  .p-my-content .b-infographic {
    height: 412px;
  }
}
@media (min-width: 1440px) {
  .p-my-content .b-infographic {
    height: 476px;
  }
}
.p-my-content .b-infographic .caption {
  position: absolute;
  bottom: -40px;
  left: 0;
  margin-top: 18px;
  width: 100%;
  text-align: left;
  color: #000;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  line-height: 24px;
}
@media (min-width: 1024px) {
  .p-my-content .b-infographic .caption {
    margin-top: 15px;
  }
}
.p-my-content .b-infographic .caption .credit {
  margin-left: 10px;
  color: #000;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  opacity: 0.3;
}
.p-my-content .b-infographic .launch {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: -11px;
  box-sizing: border-box;
  text-align: center;
  border-radius: 11px;
  background-color: #fff;
  border: solid 1px transparent;
  line-height: 32px;
  color: #000;
  font-size: 24px;
  font-family: 'Open Sans', sans-serif;
  line-height: 54px;
  text-decoration: none;
  padding: 10px 0;
  height: auto;
  width: 76%;
  transition: all 0.2s ease-in;
}
.p-my-content .b-infographic .launch:hover {
  border-color: rgba(0, 0, 0, 0.3);
}
.p-my-content .b-infographic .launch:active {
  border-color: #000;
}
.p-my-content .b-infographic .launch .g-icon {
  position: relative;
  right: -6px;
  top: 5px;
}
@media (min-width: 480px) {
  .p-my-content .b-infographic .launch .g-icon {
    top: 0;
    right: -4px;
  }
}
@media (min-width: 480px) {
  .p-my-content .b-infographic .launch {
    padding: 0;
    width: 334px;
    height: 54px;
    line-height: 54px;
  }
}
@media (min-width: 768px) {
  .p-my-content .b-infographic .launch {
    margin-top: 4px;
  }
}
.p-my-content .image {
  width: 100%;
}
.p-my-content.old {
  color: #000;
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  line-height: 24px;
}
@media (min-width: 768px) {
  .p-my-content.old {
    color: #000;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    line-height: 28px;
  }
}
.p-my-content.old .article-picture-caption,
.p-my-content.old .article-picture-text {
  color: #000;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
}
.p-my-content.old table[align="left"] {
  margin: 15px 15px 15px 0;
}
.p-my-content.old table[align="right"] {
  margin: 15px 0 15px 15px;
}
.p-my-content.old h3 {
  color: #000;
  font-size: 20px;
  font-family: 'Open Sans', sans-serif;
  line-height: 32px;
}
@media (min-width: 480px) {
  .p-my-content.old h3 {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .p-my-content.old h3 {
    color: #000;
    font-size: 24px;
    font-family: 'Open Sans', sans-serif;
    line-height: 32px;
  }
}
@media (min-width: 1440px) {
  .p-my-content.old h3 {
    font-size: 32px;
  }
}
.p-header {
  min-height: 60px;
  margin-bottom: 0px;
}
@media (min-width: 768px) {
  .p-header {
    min-height: 78px;
    margin-bottom: 70px;
  }
}
@media (min-width: 1024px) {
  .p-header {
    margin-bottom: 40px;
  }
}
.p-header .date-container {
  display: inline-block;
  vertical-align: middle;
  margin-top: -8px;
  margin-bottom: 15px;
  margin-left: 15px;
  color: #000;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-header .date-container {
    position: absolute;
    margin-top: 87px;
    margin-left: 36%;
  }
}
@media (max-width: 1024px) {
  .p-header .date-container.low-resolution {
    display: block;
    border-top: 1px solid black;
    padding-top: 11px;
    margin-top: 5px;
  }
}
.p-header .date-container .date {
  padding-left: 10px;
}
@media (max-width: 1024px) {
  .p-header .date-container .date {
    padding-left: 0;
  }
}
.p-header .date-container .time {
  color: rgba(0, 0, 0, 0.2);
  padding-left: 15px;
}
.p-header .js-header {
  height: 60px;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .p-header .js-header {
    height: 78px;
  }
}
.p-header .fixed {
  z-index: 1000;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  background-color: #fff;
}
@media (min-width: 768px) {
  .p-header .fixed {
    height: 78px;
  }
}
.p-header .small-content {
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in;
  z-index: -1;
}
.p-header .header-articles {
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: -1;
  opacity: 0;
  transition: all 0.2s ease-in;
  transform: translateY(-100%);
  will-change: transform;
}
.p-header .logo,
.p-header .search {
  opacity: 1;
  transition: all 0.2s ease-in;
}
.p-header .small .logo,
.p-header .small .search {
  opacity: 0;
}
.p-header .small .small-content {
  opacity: 1;
  visibility: visible;
  z-index: auto;
}
.p-header .small .small-content .logo {
  opacity: 1;
  margin-top: 10px;
}
.p-header .show-articles .header-articles {
  z-index: auto;
  opacity: 1;
  transform: translateY(0%);
}
.p-header .show-articles .header-articles .line {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.p-header .show-articles.scrolled .header-wrapper {
  border-bottom: 1px solid #000000;
}
.p-header .header-wrapper {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  transition: border-bottom 0.2s ease-in;
}
.p-header .scrolled .header-wrapper {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.p-footer .column {
  min-height: 176px;
  margin-bottom: 37px;
}
.p-footer .column.mistake .title {
  margin-bottom: 11px;
}
.p-footer .column.mistake .item {
  line-height: 21px;
}
.p-footer .line {
  margin-bottom: 40px;
  height: 6px;
  background-color: #000;
}
.p-footer .logo {
  margin-bottom: 34px;
}
.p-footer .logo .link {
  display: block;
  width: 279px;
  height: 31px;
}
.p-footer .logo .link .logo-image {
  display: block;
  width: 100%;
  height: 100%;
}
.p-footer .title {
  margin-bottom: 4px;
  height: 14px;
  color: #000;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  line-height: 14px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.p-footer .item {
  color: #000;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.3;
}
.p-footer .item .link {
  color: #000;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  line-height: 2.7;
  text-decoration: none;
}
.p-footer .item .link:hover {
  color: #d0021b;
}
.p-footer .item .link:hover .icon-instagram .path1:before,
.p-footer .item .link:hover .icon-instagram .path2:before {
  color: #d0021b;
}
.p-footer .item .link:not(:hover) {
  transition: all 0.2s ease-in;
}
.p-footer .item .link:not(:hover) .icon-instagram .path1:before,
.p-footer .item .link:not(:hover) .icon-instagram .path2:before {
  transition: all 0.2s ease-in;
}
.p-footer .item .g-icon {
  margin-right: 10px;
  display: inline-block;
  width: 16px;
  text-align: center;
}
.p-footer .item .icon-print {
  font-size: 15px;
}
.p-footer .item .icon-apple {
  font-size: 18px;
}
.p-footer .item .icon-facebook {
  font-size: 16px;
}
.p-footer .item .icon-twitter {
  font-size: 11px;
}
.p-footer .item .icon-rss {
  font-size: 12px;
}
.p-footer .copy {
  margin-top: -5px;
  color: #000;
  font-size: 10px;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .p-footer .item {
    color: #000;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.3;
  }
  .p-footer .item .link {
    color: #000;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    line-height: 2.3;
  }
}
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}
.b-header {
  position: relative;
  margin-bottom: 27px;
}
@media (min-width: 1024px) {
  .b-header {
    max-width: 1024px;
    box-sizing: border-box;
    padding: 0 32px;
    margin: 0 auto;
  }
}
@media (min-width: 1440px) {
  .b-header {
    max-width: 1440px;
    margin: 0 auto;
  }
}
.b-header .progress {
  height: 8px;
  background-color: #000;
}
.b-header .header-wrapper {
  position: relative;
  height: 40px;
  border-top: 24px #fff solid;
  background-color: #fff;
}
@media (min-width: 768px) {
  .b-header .header-wrapper {
    height: 60px;
  }
}
@media (min-width: 480px) {
  .b-header .header-wrapper {
    border-top: 15px #fff solid;
  }
}
.b-header .logo {
  position: absolute;
  width: 100%;
}
.b-header .logo .link {
  display: table;
  margin: 0 auto;
  width: 207.6px;
  height: 24px;
  opacity: 1;
  transition: all 0.15s ease-in;
}
.b-header .logo .link:hover {
  opacity: 0.9;
}
@media (min-width: 768px) {
  .b-header .logo .link {
    width: 392px;
    height: 46px;
  }
}
@media (min-width: 1024px) {
  .b-header .logo .link {
    width: 500px;
    height: 59.3px;
  }
}
@media (min-width: 1440px) {
  .b-header .logo .link {
    width: 582px;
    height: 69px;
  }
}
.b-header .logo .link .logo-image {
  display: block;
  width: 100%;
  height: 100%;
}
.b-header .hamburger-wrapper {
  position: initial;
  top: 10px;
  z-index: 10010;
}
.b-header .hamburger {
  width: 25px;
  height: 18px;
  position: absolute;
  top: 4px;
  left: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  cursor: pointer;
  z-index: 20;
}
.b-header .hamburger .line {
  display: block;
  background: #000;
  width: 25px;
  height: 3px;
  position: absolute;
  left: 0;
  transition: all 220ms cubic-bezier(0.77, 0, 0.175, 1);
}
.b-header .hamburger .line-1 {
  top: 0;
}
.b-header .hamburger .line-2 {
  top: 40%;
  transform: translateX(0);
  transition: all 80ms cubic-bezier(0.77, 0, 0.175, 1);
}
.b-header .hamburger .line-3 {
  top: 80%;
}
.b-header .hamburger:hover .line-1 {
  transform: translateY(-2px);
  background: #d0021b;
}
.b-header .hamburger:hover .line-2 {
  background: #d0021b;
}
.b-header .hamburger:hover .line-3 {
  transform: translateY(2px);
  background: #d0021b;
}
.b-header .hamburger:focus {
  opacity: 1;
}
.b-header .hamburger:focus .line-1 {
  transform: translateY(-2px);
}
.b-header .hamburger:focus .line-3 {
  transform: translateY(2px);
}
.b-header .hamburger.active .line {
  transition: all 420ms cubic-bezier(0.77, 0, 0.175, 1);
}
.b-header .hamburger.active .line-1 {
  transform: translateY(6px) translateX(0) rotate(45deg);
}
.b-header .hamburger.active .line-2 {
  opacity: 0;
  transform: translateX(-25px);
  transition: all 120ms cubic-bezier(0.77, 0, 0.175, 1);
}
.b-header .hamburger.active .line-3 {
  transform: translateY(-8px) translateX(0) rotate(-45deg);
}
@media (min-width: 768px) {
  .b-header .hamburger {
    top: 17px;
    left: 32px;
  }
}
@media (min-width: 1024px) {
  .b-header .hamburger {
    left: -3px;
  }
}
@media (min-width: 1440px) {
  .b-header .hamburger {
    left: 14px;
  }
}
.b-header .search {
  position: absolute;
  right: 32px;
  top: 3px;
  font-size: 18px;
  cursor: pointer;
}
.b-header .search:hover .g-icon {
  color: #d0021b;
}
.b-header .search .g-icon {
  color: #000;
  transition: all 0.15s ease-in;
  text-decoration: none;
}
@media (max-width: 768px) {
  .b-header .search {
    right: 16px;
  }
}
@media (min-width: 768px) {
  .b-header .search {
    top: 30px;
    font-size: 25px;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .b-header .search {
    top: 10px;
  }
}
.b-header .small-content {
  height: 50px;
  position: absolute;
  width: 100%;
  top: -10px;
  background-color: #fff;
}
@media (min-width: 768px) {
  .b-header .small-content {
    height: 70px;
  }
}
.b-header .b-shares-small {
  position: absolute;
  right: 0;
  top: 0px;
}
@media (min-width: 768px) {
  .b-header .b-shares-small {
    top: 11px;
  }
}
.b-header .b-shares-small .icon {
  transition: all 0.15s ease-in;
  opacity: 1;
}
@media (min-width: 768px) {
  .b-header .b-shares-small .count .icon {
    top: 0;
  }
}
.b-header .b-shares-small .social:hover .icon {
  opacity: 0.9;
}
.b-header .main-title {
  margin-top: 25px;
  margin-left: 40px;
  color: 24px;
  font-size: 20px;
  font-family: 'Open Sans', sans-serif;
  line-height: #000;
  letter-spacing: 0.8px;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 22px;
  white-space: nowrap;
  margin-right: 315px;
}
@media (min-width: 1024px) {
  .b-header .main-title {
    margin-left: 45px;
  }
}
@media (min-width: 1440px) {
  .b-header .main-title {
    margin-left: 62px;
  }
}
.b-header .header-articles:before {
  content: '';
  width: 200%;
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  top: -1px;
  background-color: #fff;
}
.b-header .header-articles .article {
  padding-top: 13px;
  padding-bottom: 19px;
}
.b-header .header-articles .category {
  margin-bottom: 2px;
}
.b-header .header-articles .category .link {
  color: #000;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  line-height: 14px;
  text-decoration: none;
  transition: all 0.2s ease-in;
}
.b-header .header-articles .category .link:hover {
  color: #930214;
}
.b-header .header-articles .title .link {
  color: #000;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  line-height: 16px;
  text-decoration: none;
  transition: all 0.2s ease-in;
}
.b-header .header-articles .title .link:hover {
  color: #d0021b;
}
.b-new-header {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 66px;
}
@media (max-width: 767px) {
  .b-new-header {
    margin-top: 30px;
  }
}
.b-new-header .date-wrapper {
  position: absolute;
  left: 0;
  top: 18px;
  color: #000;
  font-size: 16px;
  font-family: 'RobotoSlab-Regular';
}
@media (max-width: 1024px) {
  .b-new-header .date-wrapper .date {
    padding-left: 0;
  }
}
.b-new-header .date-wrapper .time {
  color: rgba(0, 0, 0, 0.2);
  padding-left: 15px;
}
.b-new-header .logo {
  width: 580px;
}
.b-new-header .logo .logo-image {
  width: 100%;
}
@media (max-width: 767px) {
  .b-new-header .logo {
    display: block;
    max-width: 100%;
  }
}
.b-new-header .search {
  position: absolute;
  right: -1px;
  top: 16px;
  font-size: 24px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .b-new-header .search {
    top: 4px;
  }
}
.b-new-header .search:hover .g-icon {
  color: #0d5899;
}
.b-new-header .search .g-icon {
  color: #000;
  transition: color 0.15s ease-in;
  text-decoration: none;
}
.b-top-menu {
  display: flex;
  justify-content: center;
  margin-top: 29px;
}
.b-top-menu .link {
  margin-right: 90px;
  color: #000;
  font-size: 16px;
  font-family: 'PTSans-Regular';
  line-height: 32px;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.2s ease;
}
.b-top-menu .link:last-child {
  margin-right: 0;
}
.b-top-menu .link:hover {
  transition: color 0s linear;
  color: #0d5899;
}
@media (min-width: 768px) {
  .b-top-menu .link {
    line-height: 28px;
  }
}
.b-main-news-block {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
  height: 456px;
  margin-bottom: 71px;
}
@media (max-width: 767px) {
  .b-main-news-block {
    flex-direction: row;
    height: auto;
  }
}
.b-main-news-block .news {
  display: block;
  position: relative;
  width: 37.5%;
  height: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  text-decoration: none;
  overflow: hidden;
}
@media (max-width: 767px) {
  .b-main-news-block .news {
    width: 50%;
    height: auto;
    padding-bottom: 40%;
  }
}
@media (max-width: 479px) {
  .b-main-news-block .news {
    width: 100%;
    padding-bottom: 65%;
  }
}
.b-main-news-block .news .title {
  margin: 0.5em 0 0;
  color: #fff;
  font-size: 22px;
  font-family: 'RobotoSlab-Bold';
  line-height: 32px;
}
@media (max-width: 767px) {
  .b-main-news-block .news .title {
    font-size: 18px;
    line-height: 18px;
  }
}
.b-main-news-block .news .description {
  max-height: 0;
  margin-top: 1.2em;
  color: #fff;
  font-size: 14px;
  font-family: 'PTSans-Regular';
  line-height: 24px;
  transition: max-height 0.5s ease-in-out;
  overflow: hidden;
}
@media (max-width: 767px) {
  .b-main-news-block .news .description {
    margin-top: 0.8em;
    line-height: 16px;
  }
}
.b-main-news-block .news .description:empty {
  margin-top: 0;
}
.b-main-news-block .news:first-child {
  width: 62.8%;
  height: 100%;
}
@media (max-width: 767px) {
  .b-main-news-block .news:first-child {
    width: 100%;
    height: auto;
    padding-bottom: 40%;
  }
}
@media (max-width: 479px) {
  .b-main-news-block .news:first-child {
    width: 100%;
    padding-bottom: 100%;
  }
}
.b-main-news-block .news:first-child .title {
  font-size: 34px;
  line-height: 40px;
}
@media (max-width: 767px) {
  .b-main-news-block .news:first-child .title {
    font-size: 24px;
    line-height: 26px;
  }
}
@media (max-width: 479px) {
  .b-main-news-block .news:first-child .title {
    font-size: 18px;
    line-height: 18px;
  }
}
.b-main-news-block .news:first-child .description {
  max-height: 180px;
}
.b-main-news-block .news:first-child:hover .description {
  max-height: 180px;
}
.b-main-news-block .news:first-child:hover::before {
  opacity: 1;
}
.b-main-news-block .news .info {
  position: absolute;
  left: 30px;
  bottom: 30px;
  max-width: 63%;
  opacity: 1;
  z-index: 10;
}
@media (max-width: 767px) {
  .b-main-news-block .news .info {
    left: 15px;
    bottom: 15px;
  }
}
@media (max-width: 767px) {
  .b-main-news-block .news .info {
    max-width: calc(100% - 30px);
  }
}
.b-main-news-block .news::before {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0.4;
  transition: opacity 0.2s ease;
  z-index: 5;
  content: '';
}
.b-main-news-block .news:hover .description {
  max-height: 90px;
}
.b-main-news-block .news:hover::before {
  opacity: 1;
}
.b-news-preview {
  display: block;
  margin-bottom: 85px;
  text-decoration: none;
}
@media (max-width: 1023px) {
  .b-news-preview {
    margin-bottom: 45px;
  }
}
.b-news-preview .cover {
  margin-bottom: 16px;
  padding-top: 45.3333333333%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.b-news-preview .info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.b-news-preview .data {
  color: #0d5899;
  font-size: 12px;
  font-family: 'RobotoSlab-Regular';
  line-height: 24px;
}
.b-news-preview .title {
  color: #000;
  font-size: 18px;
  font-family: 'RobotoSlab-Bold';
  line-height: 24px;
  transition: color 0.2s ease;
}
@media (min-width: 1024px) {
  .b-news-preview .title {
    max-height: 24px;
  }
}
.b-news-preview:hover .title {
  color: #0d5899;
  transition: color 0s linear;
}
.b-news-preview.more-button {
  position: relative;
  padding-top: 45.3333333333%;
  box-shadow: inset 0 0 0 100px #3e7caf;
  cursor: pointer;
  transition: box-shadow 0.2s ease;
}
.b-news-preview.more-button .more-text {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  font-size: 14px;
  font-family: 'PTSans-Regular';
  line-height: 24px;
  text-transform: uppercase;
  transform: translate(-50%, -50%);
  transition: color 0.2s ease;
}
.b-news-preview.more-button .plus {
  font-size: 38px;
  margin-right: 20px;
  vertical-align: top;
}
.b-news-preview.more-button:hover {
  box-shadow: inset 0 0 0 1px #3e7caf;
}
.b-news-preview.more-button:hover .more-text {
  color: #0d5899;
}
@media (max-width: 1023px) {
  .b-news-preview.more-button {
    box-shadow: inset 0 0 0 120px #3e7caf;
  }
}
@media (max-width: 767px) {
  .b-news-preview.more-button {
    box-shadow: inset 0 0 0 160px #3e7caf;
  }
  .b-news-preview.more-button:hover {
    box-shadow: inset 0 0 0 160px #3e7caf;
  }
  .b-news-preview.more-button:hover .more-text {
    color: #fff;
  }
}
.b-large-post {
  display: block;
  position: relative;
  margin-bottom: 22px;
  padding-top: 52%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 1023px) {
  .b-large-post {
    margin-top: 28px;
    margin-bottom: 0;
  }
}
.b-large-post .info {
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 10;
}
.b-large-post .title {
  margin-top: 0.3em;
  color: #fff;
  font-size: 48px;
  font-family: 'RobotoSlab-Bold';
  line-height: 48px;
}
@media (max-width: 479px) {
  .b-large-post .title {
    font-size: 40px;
    line-height: 40px;
  }
}
.b-large-post .overlay {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0;
  content: '';
  transition: opacity 0.2s ease;
}
.b-large-post:hover .overlay {
  opacity: 1;
  transition: opacity 0s linear;
}
.b-forum-link {
  display: block;
  margin-bottom: 79px;
  padding: 33px 30px;
  background-image: url(/static/assets/bc0d7dd99c4c8c68a884df4c81d027c0.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  text-decoration: none;
  letter-spacing: 1px;
}
@media (max-width: 1023px) {
  .b-forum-link {
    margin-top: 28px;
  }
}
.b-forum-link .text {
  color: #fff;
  font-size: 22px;
  font-family: 'RobotoSlab-Bold';
  line-height: 32px;
}
@media (max-width: 1439px) {
  .b-forum-link .text {
    font-size: 16px;
    line-height: 25px;
  }
}
.b-forum-link .g-icon {
  display: inline-block;
  margin-left: 26px;
  color: #fff;
  vertical-align: middle;
  transition: transform 0.2s ease;
}
.b-forum-link:hover .g-icon {
  transform: translateX(50%);
}
.b-sidebar-banner {
  margin-bottom: 70px;
}
@media (max-width: 1023px) {
  .b-sidebar-banner {
    margin-right: -26px;
    margin-left: -26px;
  }
}
@media (max-width: 479px) {
  .b-sidebar-banner {
    margin-right: -32px;
    margin-left: -32px;
  }
}
.b-sidebar-banner.margin-top {
  margin-top: 55px;
}
.b-sidebar-banner .banner {
  width: 100%;
}
.b-sidebar-news {
  display: block;
  margin-bottom: 17px;
  text-decoration: none;
}
.b-sidebar-news:last-child {
  margin-bottom: 0;
}
.b-sidebar-news:nth-child(-n + 5) {
  display: none !important;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .b-sidebar-news:nth-child(-n + 5) {
    display: block !important;
  }
}
.b-sidebar-news .tag {
  text-transform: uppercase;
  color: #0d5899;
  font-size: 12px;
  font-family: 'PTSans-Bold';
  line-height: 24px;
}
.b-sidebar-news .title {
  margin-top: 0.38em;
  color: #000;
  font-size: 18px;
  font-family: 'PTSans-Bold';
  line-height: 24px;
  transition: color 0.2s ease;
}
.b-sidebar-news:hover .title {
  transition: color 0s linear;
  color: #0d5899;
}
.b-sidebar-news.faq:nth-child(-n + 5) {
  display: block !important;
}
.b-sidebar-news.faq .title {
  margin-top: 0.5em;
  color: #000;
  font-size: 14px;
  font-family: 'PTSans-Regular';
  line-height: 24px;
}
.b-sidebar-news.faq .answers {
  color: #d0021b;
  font-size: 12px;
  font-family: 'PTSans-Regular';
  line-height: 24px;
}
.b-sidebar-news.faq:hover .title {
  transition: color 0s linear;
  color: #0d5899;
}
.b-subscribe-form {
  margin-bottom: 75px;
  padding: 44px 109px 55px;
  background-image: url(/static/assets/8670228483ef9529829aacd59cb4b30f.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .b-subscribe-form {
    padding: 20px 15px;
  }
}
.b-subscribe-form .title {
  margin-top: 3px;
  margin-bottom: 0.5em;
  color: #fff;
  font-size: 34px;
  font-family: 'RobotoSlab-Bold';
  line-height: 38px;
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  .b-subscribe-form .title {
    font-size: 26px;
  }
}
.b-subscribe-form .form {
  display: flex;
}
@media (max-width: 767px) {
  .b-subscribe-form .form {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.b-subscribe-form .subscribe-input {
  min-width: 290px;
  margin-right: 30px;
  flex: 2 1 auto;
  border: none;
  outline: none;
  border-bottom: 1px solid #fff;
  padding: 13px 0 10px;
  background-color: transparent;
  letter-spacing: 1px;
  color: #fff;
  font-size: 18px;
  font-family: 'PTSans-Regular';
  line-height: 24px;
}
@media (max-width: 479px) {
  .b-subscribe-form .subscribe-input {
    min-width: 100%;
    margin-right: 0;
  }
}
.b-subscribe-form .subscribe-input::placeholder {
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 18px;
  font-family: 'PTSans-Regular';
  line-height: 24px;
}
.b-subscribe-form .subscribe-submit {
  flex-basis: 190px;
  border: none;
  outline: none;
  padding: 12px 20px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-family: 'PTSans-Regular';
  line-height: 24px;
  box-shadow: inset 0 0 0 1px #fff;
  background-color: transparent;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  transition: color 0.2s ease, box-shadow 0.2s ease;
}
@media (max-width: 767px) {
  .b-subscribe-form .subscribe-submit {
    margin-top: 30px;
  }
}
.b-subscribe-form .subscribe-submit:hover {
  color: #3c73a0;
  box-shadow: inset 0 0 0 100px #fff;
}
.b-footer {
  margin-top: 6px;
  padding-bottom: 35px !important;
}
@media (max-width: 1023px) {
  .b-footer {
    margin-top: 30px;
  }
}
.b-footer .divider-line {
  height: 2px;
  margin-bottom: 35px;
  background-color: #000;
  background-clip: content-box;
}
.b-footer .section-title {
  margin-bottom: 0.5em;
  color: #000;
  font-size: 16px;
  font-family: 'RobotoSlab-Bold';
  line-height: 32px;
  text-transform: uppercase;
}
.b-footer .link {
  display: block;
  color: #000;
  font-size: 16px;
  font-family: 'PTSans-Regular';
  line-height: 32px;
  transition: color 0.2s ease;
  text-decoration: none;
}
.b-footer .link:hover {
  transition: color 0s linear;
  color: #0d5899;
}
.b-footer .text {
  color: #000;
  font-size: 16px;
  font-family: 'PTSans-Regular';
  line-height: 32px;
}
.b-footer .logo {
  display: block;
  width: 192px;
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 1em;
}
@media (max-width: 767px) {
  .b-footer .logo {
    margin-top: 2em;
  }
}
.b-footer .logo .logo-image {
  width: 100%;
}
.b-footer .copyright {
  color: #4c4c4c;
  font-size: 12px;
  font-family: 'PTSans-Regular';
  line-height: 16px;
}
.b-mobile-menu {
  display: none;
  width: 100%;
  padding: 0 40px 40px;
  background-color: #fff;
  z-index: 15;
  box-sizing: border-box;
}
.b-mobile-menu .link {
  display: block;
  margin-bottom: 10px;
  color: #000;
  font-size: 56px;
  font-family: 'RobotoSlab-Bold';
  line-height: 112px;
  text-decoration: none;
  transition: color 0.2s ease;
}
@media (max-width: 479px) {
  .b-mobile-menu .link {
    font-size: 36px;
    line-height: 56px;
  }
}
.b-mobile-menu .link:hover {
  transition: color 0s linear;
  color: #0d5899;
}
.b-mobile-header {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 45px 40px;
  background-color: #fff;
  box-sizing: border-box;
  z-index: 100;
}
@media (max-width: 479px) {
  .b-mobile-header {
    padding: 25px 40px;
  }
}
.b-mobile-header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.b-mobile-header .date-wrapper {
  color: #000;
  font-size: 14px;
  font-family: 'RobotoSlab-Regular';
}
@media (max-width: 479px) {
  .b-mobile-header .date-wrapper {
    font-size: 12px;
  }
}
.b-mobile-header .date-wrapper .date {
  padding-left: 10px;
}
@media (max-width: 1024px) {
  .b-mobile-header .date-wrapper .date {
    padding-left: 0;
  }
}
.b-mobile-header .date-wrapper .time {
  color: rgba(0, 0, 0, 0.2);
  padding-left: 15px;
}
@media (max-width: 767px) {
  .b-mobile-header .logo {
    display: block;
    width: 207px;
  }
  .b-mobile-header .logo .logo-image {
    width: 100%;
  }
}
.b-mobile-header .search {
  display: inline-block;
  font-size: 18px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .b-mobile-header .search {
    top: 4px;
  }
}
.b-mobile-header .search:hover .g-icon {
  color: #0d5899;
}
.b-mobile-header .search .g-icon {
  color: #000;
  transition: color 0.15s ease-in;
  text-decoration: none;
}
.b-mobile-header .hamburger {
  position: relative;
  width: 25px;
  height: 18px;
  display: inline-block;
  vertical-align: top;
  margin-left: 60px;
  cursor: pointer;
  z-index: 20;
}
@media (max-width: 479px) {
  .b-mobile-header .hamburger {
    margin-left: 20px;
  }
}
.b-mobile-header .hamburger .line {
  display: block;
  background: #000;
  width: 25px;
  height: 3px;
  position: absolute;
  left: 0;
  transition: all 220ms cubic-bezier(0.77, 0, 0.175, 1);
}
.b-mobile-header .hamburger .line-1 {
  top: 0;
}
.b-mobile-header .hamburger .line-2 {
  top: 40%;
  transform: translateX(0);
  transition: all 80ms cubic-bezier(0.77, 0, 0.175, 1);
}
.b-mobile-header .hamburger .line-3 {
  top: 80%;
}
.b-mobile-header .hamburger:hover .line-1 {
  transform: translateY(-2px);
  background: #d0021b;
}
.b-mobile-header .hamburger:hover .line-2 {
  background: #d0021b;
}
.b-mobile-header .hamburger:hover .line-3 {
  transform: translateY(2px);
  background: #d0021b;
}
.b-mobile-header .hamburger:focus {
  opacity: 1;
}
.b-mobile-header .hamburger:focus .line-1 {
  transform: translateY(-2px);
}
.b-mobile-header .hamburger:focus .line-3 {
  transform: translateY(2px);
}
.b-mobile-header .hamburger.active .line {
  transition: all 420ms cubic-bezier(0.77, 0, 0.175, 1);
}
.b-mobile-header .hamburger.active .line-1 {
  transform: translateY(6px) translateX(0) rotate(45deg);
}
.b-mobile-header .hamburger.active .line-2 {
  opacity: 0;
  transform: translateX(-25px);
  transition: all 120ms cubic-bezier(0.77, 0, 0.175, 1);
}
.b-mobile-header .hamburger.active .line-3 {
  transform: translateY(-8px) translateX(0) rotate(-45deg);
}
.b-mobile-header .b-mobile-menu {
  position: absolute;
  top: 100%;
  left: 0;
}
.b-mobile-header-wrapper {
  height: 105px;
  background-color: #fff;
}
@media (max-width: 479px) {
  .b-mobile-header-wrapper {
    height: 87px;
  }
}
.b-sub-menu {
  position: relative;
  display: none;
  box-sizing: border-box;
  border: 16px solid #e0e0e0;
  margin-top: -9px;
  padding: 27px 27px 18px;
  font-size: 0;
  background: #fff;
  margin-bottom: -250px;
}
.b-sub-menu > div {
  display: inline-block;
  vertical-align: top;
  font-size: medium;
}
@media (min-width: 480px) {
}
@media (min-width: 768px) {
  .b-sub-menu {
    border: 20px solid #e0e0e0;
    margin-top: -10px;
    padding: 45px 44px 62px 55px;
  }
}
@media (min-width: 1024px) {
  .b-sub-menu {
    padding: 49px 44px 42px 58px;
  }
}
@media (min-width: 1440px) {
  .b-sub-menu {
    margin-left: 0;
    margin-right: 0;
    padding: 47px 44px 36px;
  }
}
@media (min-width: 1440px) {
  .b-sub-menu {
    padding-left: 61px;
  }
}
.b-sub-menu .sections {
  width: 100%;
  column-count: 2;
  margin-bottom: 40px;
}
@media (min-width: 480px) {
  .b-sub-menu .sections {
    column-count: 3;
  }
}
@media (min-width: 768px) {
  .b-sub-menu .sections {
    width: 75%;
  }
}
@media (min-width: 1024px) {
  .b-sub-menu .sections {
    width: 34%;
    column-count: 2;
    margin-bottom: 0;
  }
}
.b-sub-menu .sections .link {
  color: #000;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  line-height: 36px;
  text-decoration: none;
  transition: all 0.2s ease-in;
}
.b-sub-menu .sections .link:hover {
  color: #d0021b;
}
@media (min-width: 768px) {
  .b-sub-menu .sections .link {
    line-height: 28px;
  }
}
.b-sub-menu .last-news {
  position: relative;
}
@media (min-width: 768px) {
  .b-sub-menu .last-news {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .b-sub-menu .last-news {
    width: 63%;
    left: 23px;
  }
}
@media (min-width: 1440px) {
  .b-sub-menu .last-news {
    width: 56%;
    top: 0;
    left: 17px;
  }
}
@media (min-width: 1440px) {
  .b-sub-menu .last-news {
    left: 25px;
  }
}
.b-sub-menu .last-news .title {
  position: absolute;
  top: -33px;
  left: -2px;
  color: #000;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  line-height: 28px;
}
@media (min-width: 768px) {
  .b-sub-menu .last-news .title {
    top: -30px;
    color: #000;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    line-height: 28px;
  }
}
@media (min-width: 1024px) {
  .b-sub-menu .last-news .title {
    top: -32px;
  }
}
@media (min-width: 1440px) {
  .b-sub-menu .last-news .title {
    left: 0;
  }
}
.b-sub-menu .last-news .new {
  margin-bottom: 21px;
}
@media (min-width: 768px) {
  .b-sub-menu .last-news .new {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
  }
}
.b-sub-menu .last-news .date {
  display: inline-block;
  position: relative;
  top: -1px;
  color: #d0021b;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  line-height: 20px;
}
@media (min-width: 768px) {
  .b-sub-menu .last-news .date {
    line-height: 27px;
  }
}
@media (min-width: 1024px) {
  .b-sub-menu .last-news .date {
    top: -2px;
  }
}
.b-sub-menu .last-news .date .dash {
  color: #000;
}
.b-sub-menu .last-news .link {
  color: #000;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  line-height: 20px;
  text-decoration: none;
  transition: all 0.2s ease-in;
}
.b-sub-menu .last-news .link:hover {
  color: #d0021b;
}
@media (min-width: 768px) {
  .b-sub-menu .last-news .link {
    line-height: 27px;
  }
}
.b-sub-menu .close {
  position: absolute;
  top: -56px;
  left: -7px;
  width: 40px;
  height: 40px;
  text-align: center;
  background: #e0e0e0;
}
.b-sub-menu .close .g-icon {
  font-size: 20px;
  line-height: 40px;
}
@media (min-width: 768px) {
  .b-sub-menu .close {
    top: -74px;
    left: -9px;
    width: 54px;
    height: 54px;
  }
  .b-sub-menu .close .g-icon {
    font-size: 24px;
    line-height: 54px;
  }
}
@media (min-width: 1024px) {
  .b-sub-menu .close {
    left: -5px;
  }
}
@media (min-width: 1440px) {
  .b-sub-menu .close {
    left: -20px;
  }
}
.b-banner-header {
  padding: 0px 0 12px;
  text-align: center;
}
.b-banner-header .link {
  display: inline-block;
}
.b-banner-header .banner {
  max-width: 100%;
}
@media (min-width: 480px) {
  .b-banner-header {
    padding: 12px 32px;
  }
  .b-banner-header .banner {
    width: auto;
  }
}
@media (min-width: 768px) {
  .b-banner-header {
    padding: 0 0 8px;
  }
}
@media (min-width: 1024px) {
  .b-banner-header {
    padding: 12px 32px;
    padding-bottom: 8px;
  }
}
.b-header-banner {
  text-align: center;
  padding: 0 0 50px;
}
@media (min-width: 1024px) {
  .b-header-banner {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .b-header-banner {
    padding: 0 0 40px;
    height: 70px;
    position: static;
  }
}
@media (min-width: 768px) {
  .b-header-banner {
    /* padding: 0 0 75px; */
  }
}
@media (min-width: 1024px) {
  .b-header-banner {
    padding: 40px 0 54px;
  }
}
.b-header-banner .banner {
  width: auto;
}
@media (max-width: 1023px) {
  .b-header-banner .banner {
    position: absolute;
    left: 0;
    right: 0;
  }
}
.b-header-banner .link {
  display: inline-block;
}
.b-header-banner .banner {
  max-width: 100%;
}
.b-banner-footer {
  margin-top: 10px;
  margin-bottom: 21px;
  text-align: center;
}
.b-banner-footer .link {
  display: block;
}
.b-banner-footer .banner {
  width: 100%;
}
@media (min-width: 768px) {
  .b-banner-footer {
    margin-bottom: 80px;
  }
}
@media (min-width: 1024px) {
  .b-banner-footer {
    margin-top: 36px;
  }
}
.b-banner-sidebar {
  text-align: center;
  background-color: white;
  margin-top: 140px;
}
.b-banner-sidebar .link {
  display: inline-block;
}
.b-banner-sidebar .banner {
  max-width: 100%;
}
@media (min-width: 1440px) {
  .b-banner-sidebar .banner {
    border: 20px solid rgba(0, 0, 0, 0.2);
  }
}
.b-hero {
  margin-top: 30px;
  padding-bottom: 28px;
  margin-bottom: 35px;
  border-bottom: 1px solid #000;
}
.b-hero .photo {
  margin-bottom: 11px;
}
.b-hero .photo .image {
  width: 100%;
}
.b-hero .date {
  padding-left: 32px;
}
.b-hero .name {
  padding-left: 32px;
  color: #000;
  font-size: 20px;
  font-family: 'Open Sans', sans-serif;
  line-height: 24px;
  margin-bottom: 1px;
}
.b-hero .profession {
  margin-bottom: 5px;
  padding-left: 32px;
  color: #000;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  line-height: 16px;
}
.b-hero .description {
  padding-left: 32px;
  color: #000;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  line-height: 16px;
}
@media (min-width: 768px) {
  .b-hero {
    margin-top: 50px;
    padding-top: 30px;
    margin-bottom: 52px;
    border-top: 1px solid #000;
  }
  .b-hero .photo {
    float: right;
    width: 37%;
    padding-left: 32px;
    margin-bottom: 25px;
  }
  .b-hero .photo::after {
    content: "";
    display: table;
    clear: both;
  }
  .b-hero .photo .image {
    width: 100%;
  }
  .b-hero .date {
    margin-top: -7px;
    margin-bottom: 7px;
    padding-left: 53px;
  }
  .b-hero .name {
    color: #000;
    font-size: 28px;
    font-family: 'Open Sans', sans-serif;
    line-height: 28px;
    margin-bottom: 3px;
    padding-left: 53px;
  }
  .b-hero .profession {
    margin-bottom: 11px;
    color: #000;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    line-height: 22px;
    padding-left: 53px;
  }
  .b-hero .description {
    color: #000;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    line-height: 20px;
    padding-left: 53px;
  }
}
@media (min-width: 1024px) {
  .b-hero {
    margin-top: 0px;
    margin-bottom: 0;
    border-top: none;
    border-bottom: none;
    padding-bottom: 0;
  }
  .b-hero .photo {
    float: none;
    width: 100%;
    padding-left: 0;
    margin-bottom: 25px;
  }
  .b-hero .photo .image {
    width: 100%;
  }
  .b-hero .date.date {
    margin-top: 0;
    margin-bottom: 20px;
    padding-left: 0;
  }
  .b-hero .name {
    color: #000;
    font-size: 22px;
    font-family: 'Open Sans', sans-serif;
    line-height: 22px;
    margin-bottom: 10px;
    padding-left: 0;
  }
  .b-hero .profession {
    margin-bottom: 18px;
    color: #000;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    line-height: 22px;
    padding-left: 0;
  }
  .b-hero .description {
    color: #000;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    line-height: 24px;
    padding-left: 0;
  }
}
.b-author .name {
  color: #000;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.2;
}
.b-author .name .link {
  color: #d0021b;
  text-decoration: none;
  transition: all 0.2s ease-in;
}
.b-author .name .link:hover {
  color: #930214;
}
.b-author .contact {
  color: #000;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  line-height: 32px;
}
.b-author .contact .link {
  color: #000;
  text-decoration: none;
  transition: all 0.2s ease-in;
}
.b-author .contact .link:hover {
  color: #d0021b;
}
.b-author .contact .link:hover .g-icon {
  color: #d0021b;
}
.b-author .g-icon {
  font-size: 14px;
  margin-right: 10px;
  transition: all 0.2s ease-in;
}
.b-author .g-icon.icon-mail-small {
  font-size: 12px;
}
@media (min-width: 1024px) {
  .b-author .photo {
    margin-top: 43px;
    margin-bottom: 43px;
    width: 228px;
    height: 228px;
  }
}
@media (min-width: 768px) {
  .b-author .name {
    margin-bottom: 11px;
    color: #000;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
  }
}
.b-author.horisontal {
  margin-bottom: 12px;
}
.b-author.horisontal .photo {
  width: 72px;
  height: 72px;
}
@media (min-width: 768px) {
  .b-author.horisontal .photo {
    width: 100px;
    height: 100px;
  }
}
.b-about-author {
  margin: 15px 0 0;
  padding: 0 0 31px;
}
.b-about-author + .b-banner-sidebar {
  margin-top: 42px;
}
.b-about-author .name {
  color: #000;
  font-size: 24px;
  font-family: 'Open Sans', sans-serif;
  line-height: 32px;
}
.b-about-author .photo {
  display: block;
  margin: 21px 0 13px 0;
  width: 136px;
  height: 136px;
}
.b-about-author .contact {
  color: #000;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  line-height: 30px;
}
.b-about-author .contact .link {
  color: #000;
  text-decoration: none;
  transition: all 0.2s ease-in;
}
.b-about-author .contact .link:hover {
  color: #d0021b;
}
.b-about-author .contact .link:hover .g-icon {
  color: #d0021b;
}
.b-about-author .contact .link .g-icon {
  margin-right: 11px;
  font-size: 12px;
  transition: all 0.2s ease-in;
}
.b-about-author .description {
  margin-top: 8px;
  color: #000;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  line-height: 16px;
}
.b-about-author .b-shares {
  margin-top: 58px;
}
@media (min-width: 480px) {
  .b-about-author {
    padding: 0 0 34px;
  }
  .b-about-author .photo {
    display: inline-block;
    margin: 26px 26px 13px 0;
    width: 105px;
    height: 105px;
  }
  .b-about-author .contacts {
    display: inline-block;
    width: 280px;
  }
}
@media (min-width: 768px) {
  .b-about-author {
    padding: 0 0 20px;
  }
  .b-about-author .name {
    color: #000;
    font-size: 32px;
    font-family: 'Open Sans', sans-serif;
    line-height: 40px;
  }
  .b-about-author .photo {
    width: 153px;
    height: 153px;
  }
  .b-about-author .contacts {
    margin-top: 17px;
    width: 520px;
    vertical-align: top;
  }
  .b-about-author .description {
    margin-top: 14px;
    color: #000;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    line-height: 20px;
  }
}
@media (min-width: 1024px) {
  .b-about-author {
    margin: 44px 0 0;
  }
  .b-about-author .photo {
    margin: 56px 0 13px 2px;
    width: 164px;
    height: 164px;
  }
  .b-about-author .description {
    margin-top: 27px;
    color: #000;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    line-height: 24px;
  }
  .b-about-author .contacts {
    display: block;
    margin-top: 24px;
    width: 100%;
  }
}
@media (min-width: 1440px) {
  .b-about-author {
    margin: 62px 0 0;
  }
  .b-about-author .name {
    color: #000;
    font-size: 40px;
    font-family: 'Open Sans', sans-serif;
    line-height: 48px;
  }
  .b-about-author .photo {
    margin: 46px 0 13px 0;
    width: 228px;
    height: 228px;
  }
  .b-about-author .description {
    margin-top: 27px;
    width: 367px;
    color: #000;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    line-height: 24px;
  }
}
.b-posts .post {
  margin-top: 12px;
  padding: 0 0 33px 0;
}
.b-posts .post .heading {
  margin: 9px 0;
}
.b-posts .post .heading .article-title {
  color: #000;
  font-size: 24px;
  font-family: 'Open Sans', sans-serif;
  line-height: 32px;
  text-decoration: none;
  transition: all 0.15s ease-in;
}
.b-posts .post .info {
  margin-top: 15px;
}
.b-posts .post .g-publication-category {
  color: 17px;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  text-decoration: none;
}
.b-posts .post .date-post {
  color: #d0021b;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  line-height: 17px;
}
.b-posts .post .line {
  margin: 0 -16px 0 -16px;
  height: 1px;
  background-color: #000;
}
.b-posts .post .content-post {
  color: #000;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  line-height: 20px;
}
@media (min-width: 480px) {
  .b-posts .post {
    padding: 0 0 21px 0;
  }
  .b-posts .post .line {
    margin: 0 -32px 0 -32px;
  }
}
@media (min-width: 768px) {
  .b-posts .post {
    padding: 0 0 50px 0;
  }
  .b-posts .post .line {
    margin: 0;
  }
  .b-posts .post .heading {
    margin: 28px 0 21px;
  }
  .b-posts .post .heading .article-title {
    color: #000;
    font-size: 32px;
    font-family: 'Open Sans', sans-serif;
    line-height: 40px;
    text-decoration: none;
  }
  .b-posts .post .category {
    color: #000;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    line-height: 20px;
    text-decoration: none;
  }
  .b-posts .post .date-post {
    color: #d0021b;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    line-height: 20px;
  }
  .b-posts .post .content-post {
    margin-top: 19px;
    color: #000;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    line-height: 28px;
  }
}
@media (min-width: 1024px) {
  .b-posts .post {
    padding: 0 0 50px 0;
  }
  .b-posts .post:not(:first-of-type) {
    border-top: 1px solid #000;
  }
}
@media (min-width: 1440px) {
  .b-posts .post .heading {
    margin: 21px 0 21px;
  }
  .b-posts .post .heading .article-title {
    color: #000;
    font-size: 40px;
    font-family: 'Open Sans', sans-serif;
    line-height: 48px;
    text-decoration: none;
  }
  .b-posts .post .content-post {
    margin-top: 12px;
    color: #000;
    font-size: 24px;
    font-family: 'Open Sans', sans-serif;
    line-height: 32px;
  }
}
@media (min-width: 1440px) {
  .b-posts .post {
    padding: 0 0 50px 0;
  }
}
@media (min-width: 1024px) {
  .b-posts {
    margin-top: 44px;
  }
}
@media (min-width: 1440px) {
  .b-posts {
    margin-top: 62px;
  }
}
.b-subscribe {
  padding-bottom: 27px;
  margin-top: 35px;
}
@media (min-width: 1024px) {
  .b-subscribe {
    padding-bottom: 8px;
  }
}
.b-subscribe .g-line {
  margin-bottom: 29px;
}
.b-subscribe .title {
  position: relative;
  display: block;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .b-subscribe .title {
    margin-bottom: 14px;
  }
}
.b-subscribe .title .g-icon {
  position: absolute;
  top: -7px;
  left: 0;
  font-size: 24px;
}
@media (min-width: 768px) {
  .b-subscribe .title .g-icon {
    top: -7px;
    font-size: 32px;
  }
}
.b-subscribe .title .text {
  margin-left: -8px;
  display: block;
  text-align: center;
  color: #d0021b;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  line-height: 14px;
  width: 100%;
}
@media (min-width: 480px) {
  .b-subscribe .title .text {
    margin-left: 37px;
    text-align: left;
  }
}
@media (min-width: 768px) {
  .b-subscribe .title .text {
    margin-left: 47px;
    color: #d0021b;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    line-height: 24px;
  }
}
.b-subscribe .message {
  opacity: 0;
}
.b-subscribe .f-input {
  display: inline-block;
  width: 100%;
  height: 22px;
  outline: none;
  border: none;
  border-left: 2px solid #d0021b;
  color: #000;
  font-size: 22px;
  font-family: 'Open Sans', sans-serif;
  line-height: 22px;
  transition: all 0.1s ease-in;
  border-radius: 0;
  -webkit-appearance: none;
}
.b-subscribe .f-input:hover::placeholder {
  color: rgba(0, 0, 0, 0.55);
}
.b-subscribe .f-input::placeholder {
  color: rgba(0, 0, 0, 0.3);
  transition: all 0.15s ease-in;
}
.b-subscribe .f-input:focus {
  border-left-color: transparent;
}
@media (min-width: 768px) {
  .b-subscribe .f-input {
    height: 36px;
    font-size: 36px;
    line-height: 36px;
  }
}
@media (min-width: 1024px) {
  .b-subscribe .f-input {
    margin-top: -15px;
    border-left: 3px solid #d0021b;
  }
}
.b-subscribe .f-submit {
  position: relative;
  display: block;
  box-sizing: border-box;
  width: 100%;
  margin-top: 20px;
  background: none;
  color: #000;
  font-size: 20px;
  font-family: 'Open Sans', sans-serif;
  line-height: 44px;
  text-align: center;
}
.b-subscribe .f-submit.shake {
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}
@keyframes shake {
  10%,
  90% {
    transform: translate3d(-2px, 0, 0);
  }
  20%,
  80% {
    transform: translate3d(4px, 0, 0);
  }
  30%,
  50%,
  70% {
    transform: translate3d(-8px, 0, 0);
  }
  40%,
  60% {
    transform: translate3d(8px, 0, 0);
  }
}
@media (min-width: 768px) {
  .b-subscribe .f-submit {
    top: 0;
    font-size: 24px;
    margin-top: 0;
  }
}
@media (min-width: 1024px) {
  .b-subscribe .f-submit {
    margin-top: -15px;
  }
}
.b-shares {
  width: 144px;
  padding-top: 1px;
}
.b-shares .social-likes__widget {
  font-family: 'icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: none;
  text-align: center;
  padding-right: 3px;
}
.b-shares .social-likes__widget:before {
  display: inline-block;
  vertical-align: top;
  width: 47px;
  position: relative;
  text-align: center;
  left: -5px;
}
.b-shares .social-likes__widget.social-likes__widget_facebook:before {
  content: "\E907";
  font-size: 31px;
  color: #3c559b;
}
.b-shares .social-likes__widget.social-likes__widget_facebook + .divider {
  position: relative;
  left: -1px;
}
@media (max-width: 767px) {
  .b-shares .social-likes__widget.social-likes__widget_facebook + .divider {
    left: 1px;
  }
}
.b-shares .social-likes__widget.social-likes__widget_twitter:before {
  content: "\E91A";
  font-size: 23px;
  color: #40B5E8;
}
.b-shares .social-likes__widget.social-likes__widget_plusone:before {
  content: "\E909";
  font-size: 25px;
  color: #d73e32;
}
.b-shares .social-likes__button {
  position: relative;
  top: 4px;
  display: inline-block;
  color: #000;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  line-height: 16px;
  text-transform: uppercase;
}
.b-shares .caption {
  display: inline-block;
  color: #000;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  line-height: 16px;
  text-transform: uppercase;
}
.b-shares .count {
  display: none;
  padding-bottom: 10px;
}
.b-shares .count .caption {
  padding-left: 47px;
}
.b-shares .count .icon {
  color: #d0021b;
  font-size: 40px;
  font-family: 'Open Sans', sans-serif;
}
.b-shares .social {
  height: 47px;
  cursor: pointer;
  line-height: 47px;
  font-size: 0;
  vertical-align: top;
  display: inline-block;
}
.b-shares .social.icon-mail-small {
  display: inline-block;
  color: #000;
  text-decoration: none;
  font-size: 18px;
}
.b-shares .social.icon-mail-small:before {
  margin-left: 5px;
}
.b-shares .social.icon-mail-small .caption {
  margin-left: 6px;
  position: relative;
  top: -3px;
}
.b-shares .social:hover .social-likes__button,
.b-shares .social:hover .caption {
  color: #d0021b;
}
.b-shares .social:hover:before {
  opacity: 0.9;
}
.b-shares .social:not(:hover) .social-likes__button,
.b-shares .social:not(:hover) .caption,
.b-shares .social:not(:hover):before {
  transition: all 0.2s ease-in;
}
.b-shares .social .icon {
  width: 35px;
  margin-right: 14px;
  text-align: center;
  font-size: 12px;
  display: inline-block;
  vertical-align: top;
  transition: all 0.15s ease-in;
}
.b-shares .social .icon .g-icon {
  line-height: 47px;
}
.b-shares .social .caption {
  line-height: 47px;
}
.b-shares .icon-facebook {
  font-size: 31px;
  color: #3c559b;
}
.b-shares .icon-twitter {
  font-size: 23px;
  color: #40B5E8;
}
.b-shares .icon-google {
  font-size: 25px;
  color: #d73e32;
}
.b-shares .divider {
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.2);
}
.b-shares .divider.last-divider {
  position: relative;
  left: -1px;
}
.b-shares.horizontal {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #000;
  margin-top: 0;
  padding-top: 6px;
  padding-left: 1px;
  margin-bottom: 34px;
  width: auto;
  font-size: 0;
}
.b-shares.horizontal > div {
  display: inline-block;
  vertical-align: top;
  font-size: medium;
}
@media (min-width: 768px) {
  .b-shares.horizontal .only-mobile-visibility {
    display: none;
  }
}
@media (max-width: 767px) {
  .b-shares.horizontal .only-desktop-visibility {
    display: none;
  }
}
.b-shares.horizontal .social-likes__widget:before {
  width: auto;
  left: 0;
}
@media (min-width: 768px) {
  .b-shares.horizontal .social-likes__widget:before {
    width: 47px;
  }
}
.b-shares.horizontal .social-likes__button {
  position: relative;
  top: -13px;
  display: inline-block;
  color: #000;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  line-height: 16px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .b-shares.horizontal .social-likes__button {
    display: none;
  }
}
.b-shares.horizontal .divider {
  width: 1px;
  height: 31px;
}
@media (max-width: 767px) {
  .b-shares.horizontal .divider {
    height: 29px;
    margin-top: 9px;
  }
}
.b-shares.horizontal .caption {
  display: none;
  color: #000;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  text-align: center;
}
.b-shares.horizontal .social {
  text-align: center;
  padding: 0 19px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .b-shares.horizontal .social {
    padding: 0 8px;
  }
}
.b-shares.horizontal .social.icon-whatsapp {
  position: relative;
  top: -1px;
  color: #2fb944;
  font-size: 26px;
  padding: 0 27px;
}
@media (max-width: 479px) {
  .b-shares.horizontal .social.icon-whatsapp {
    padding: 0 8px;
  }
}
.b-shares.horizontal .social.icon-telegram {
  font-size: 25px;
  position: relative;
  top: -1px;
  padding: 0 27px;
}
@media (max-width: 767px) {
  .b-shares.horizontal .social.icon-telegram {
    padding: 0 8px;
  }
}
.b-shares.horizontal .social.icon-telegram .path1:before {
  color: #2ca5e0;
}
.b-shares.horizontal .social.icon-telegram .path2 {
  position: absolute;
  left: 27px;
  top: 0;
}
@media (max-width: 767px) {
  .b-shares.horizontal .social.icon-telegram .path2 {
    left: 8px;
  }
}
.b-shares.horizontal .social.icon-telegram .path2:before {
  margin-left: 0;
}
.b-shares.horizontal .social.icon-telegram + .divider {
  margin-left: 1px;
}
.b-shares.horizontal .social.icon-mail-small {
  padding: 0 19px;
}
.b-shares.horizontal .social.icon-mail-small:before {
  margin-left: 0;
}
@media (min-width: 480px) {
  .b-shares.horizontal .social.icon-mail-small {
    padding: 0 27px;
  }
}
.b-shares.horizontal .social .caption {
  line-height: 23px;
  margin-left: 0;
  top: 0;
}
@media (max-width: 479px) {
  .b-shares.horizontal .social {
    padding: 0 8px;
  }
}
.b-shares.horizontal .social:hover .social-likes__button,
.b-shares.horizontal .social:hover .caption {
  color: #d0021b;
}
.b-shares.horizontal .social:hover:before {
  opacity: 0.9;
}
.b-shares.horizontal .social .icon {
  width: 100%;
  display: block;
  height: 55px;
  opacity: 1;
  transition: all 0.15s ease-in;
}
.b-shares.horizontal .social.twitter {
  padding: 0 12px;
}
.b-shares.horizontal .social.google {
  padding: 0 14px;
}
.b-shares.horizontal .count {
  padding-right: 13px;
  padding-bottom: 0px;
  display: none;
}
.b-shares.horizontal .count .caption {
  padding-left: 0;
  padding-bottom: 0;
  line-height: 18px;
}
.b-shares.horizontal .count .icon {
  margin-left: 0;
  display: block;
  height: 55px;
}
@media (min-width: 768px) {
  .b-shares .count {
    padding-bottom: 8px;
  }
  .b-shares .count .icon {
    display: block;
    height: 76px;
    text-align: center;
    color: #d0021b;
    font-size: 60px;
    font-family: 'Open Sans', sans-serif;
  }
  .b-shares .icon-facebook {
    font-size: 31px;
  }
  .b-shares .icon-twitter {
    font-size: 23px;
  }
  .b-shares .icon-google {
    font-size: 25px;
  }
  .b-shares.horizontal {
    display: block;
    padding-top: 36px;
    border-top: 1px solid #000;
    margin-bottom: 57px;
    margin-top: 64px;
  }
  .b-shares.horizontal .divider {
    height: 65px;
  }
  .b-shares.horizontal .caption {
    display: block;
  }
  .b-shares.horizontal .social {
    box-sizing: border-box;
    width: 100px;
  }
  .b-shares.horizontal .social .icon {
    height: 35px;
  }
  .b-shares.horizontal .count {
    padding-right: 35px;
  }
  .b-shares.horizontal .count .icon {
    margin-top: -22px;
    height: 73px;
  }
}
@media (min-width: 1024px) {
  .b-shares .count {
    padding-bottom: 8px;
    width: 100%;
  }
  .b-shares .count .icon {
    height: 71px;
    text-align: center;
  }
  .b-shares.horizontal {
    margin-bottom: 74px;
  }
  .b-shares.horizontal .count {
    width: inherit;
  }
}
.b-shares-small {
  font-size: 0;
}
.b-shares-small > div {
  display: inline-block;
  vertical-align: top;
  font-size: medium;
}
.b-shares-small .social-likes__widget {
  font-family: 'icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  padding-right: 3px;
}
.b-shares-small .social-likes__widget:before {
  display: inline-block;
  vertical-align: top;
  width: 47px;
  position: relative;
  text-align: center;
  left: -5px;
}
.b-shares-small .social-likes__widget.social-likes__widget_facebook:before {
  content: "\E907";
  font-size: 31px;
  color: #3c559b;
}
.b-shares-small .social-likes__widget.social-likes__widget_twitter:before {
  content: "\E91A";
  font-size: 23px;
  color: #40B5E8;
}
.b-shares-small .social-likes__widget.social-likes__widget_plusone:before {
  content: "\E909";
  font-size: 25px;
  color: #d73e32;
}
.b-shares-small .social-likes__button {
  position: relative;
  top: 4px;
  display: inline-block;
  color: #000;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  line-height: 16px;
  text-transform: uppercase;
}
.b-shares-small .caption {
  display: inline-block;
  color: #000;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  line-height: 16px;
  text-transform: uppercase;
}
.b-shares-small .count {
  display: none;
}
.b-shares-small .count .caption {
  display: none;
  position: relative;
  top: -10px;
  margin-left: 8px;
  margin-right: 26px;
  padding-left: 0;
}
@media (min-width: 768px) {
  .b-shares-small .count .caption {
    display: inline-block;
  }
}
.b-shares-small .count .icon {
  position: relative;
  color: #d0021b;
  font-size: 32px;
  font-family: 'Open Sans', sans-serif;
  top: 5px;
}
@media (min-width: 768px) {
  .b-shares-small .count .icon {
    top: 0;
    font-size: 46px;
  }
}
.b-shares-small .social {
  height: 47px;
  cursor: pointer;
  line-height: 47px;
  font-size: 0;
  vertical-align: top;
}
.b-shares-small .social.icon-mail-small {
  display: inline-block;
  color: #000;
  text-decoration: none;
  font-size: 18px;
  padding-left: 4px;
}
.b-shares-small .social.icon-mail-small .caption {
  margin-left: 12px;
  position: relative;
  top: -3px;
}
.b-shares-small .social:last-of-type {
  margin-right: 0;
}
.b-shares-small .social .icon {
  text-align: center;
  font-size: 12px;
  display: inline-block;
  vertical-align: top;
}
.b-shares-small .social .icon .g-icon {
  line-height: 47px;
}
.b-shares-small .social .caption {
  line-height: 47px;
}
.b-shares-small .social:hover:before {
  opacity: 0.9;
}
.b-shares-small .social:not(:hover) .social-likes__button,
.b-shares-small .social:not(:hover) .caption,
.b-shares-small .social:not(:hover):before {
  transition: all 0.2s ease-in;
}
.b-shares-small .icon-facebook {
  font-size: 19px;
  color: #3c559b;
}
@media (min-width: 768px) {
  .b-shares-small .icon-facebook {
    font-size: 31px;
  }
}
.b-shares-small .icon-twitter {
  font-size: 15px;
  color: #40B5E8;
}
@media (min-width: 768px) {
  .b-shares-small .icon-twitter {
    font-size: 23px;
  }
}
.b-shares-small .icon-google {
  font-size: 17px;
  color: #d73e32;
}
@media (min-width: 768px) {
  .b-shares-small .icon-google {
    font-size: 25px;
  }
}
.b-shares-small .divider {
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.2);
}
.b-slider {
  margin-top: 29px;
  margin-bottom: 30px;
  box-sizing: border-box;
  height: 400px;
}
@media (min-width: 768px) {
  .b-slider {
    margin-top: 48px;
    margin-bottom: 3px;
  }
}
@media (min-width: 1024px) {
  .b-slider {
    margin-top: 0;
    margin-bottom: 4px;
  }
}
.b-slider .slider-inner {
  position: absolute;
  left: 0;
  width: 100%;
}
.b-slider .slider-wrapper {
  position: relative;
  overflow: visible;
}
.b-slider .slides {
  font-size: 0;
  transition: transform 0.3s 0s ease-in-out;
  background-color: white;
}
.b-slider .slides > div {
  display: inline-block;
  vertical-align: top;
  font-size: medium;
}
.b-slider .slide {
  width: 888px;
  box-sizing: border-box;
  opacity: 0.2;
  transition: opacity 0.3s 0s ease-in-out;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.b-slider .slide.active {
  opacity: 1;
  cursor: default;
}
.b-slider .slide:last-of-type {
  margin-right: 0;
}
@media (min-width: 1024px) {
  .b-slider .slide {
    margin-right: 32px;
  }
}
.b-slider .image {
  width: 100%;
}
.b-slider .caption {
  margin-top: 40px;
  color: #000;
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  line-height: 24px;
}
@media (min-width: 1024px) {
  .b-slider .caption {
    margin-top: 15px;
  }
}
.b-slider .caption .credit {
  margin-left: 10px;
  color: #000;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  opacity: 0.3;
}
.b-slider .left,
.b-slider .right {
  font-size: 51px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -15px;
  z-index: 10;
  color: #000;
  cursor: pointer;
  transition: color 0.15s 0s ease-in-out, opacity 0.15s 0s ease-in-out;
}
.b-slider .left.disabled,
.b-slider .right.disabled {
  cursor: default;
  opacity: 0;
}
.b-slider .left:hover,
.b-slider .right:hover {
  color: #d0021b;
}
.b-slider .left {
  left: -108px;
}
.b-slider .right {
  right: -108px;
}
.b-slider .bulls {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  white-space: nowrap;
  bottom: -36px;
}
.b-slider .bulls > div {
  display: inline-block;
  vertical-align: top;
  font-size: medium;
}
@media (min-width: 768px) {
  .b-slider .bulls {
    bottom: -41px;
  }
}
@media (min-width: 1024px) {
  .b-slider .bulls {
    bottom: 0;
  }
}
.b-slider .bull {
  position: relative;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.b-slider .bull.active:before {
  width: 10px;
  height: 10px;
  box-sizing: border-box;
  background-color: #fff;
  border: 2px solid #000;
}
.b-slider .bull:before {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  box-sizing: border-box;
  border-radius: 100%;
  border: 2px solid #000;
  transition: transform 0.15s 0s ease-in-out, width 0.15s 0s ease-in-out, height 0.15s 0s ease-in-out;
}
.slides-wide .content.content {
  max-width: none;
  width: initial;
  padding: 20px;
}
@media (min-width: 1440px) {
  .slides-wide .content.content {
    top: 50% !important;
    transform: translate(-50%, -50%);
  }
}
.b-feature .cover {
  margin-bottom: 12px;
  text-align: center;
}
@media (min-width: 768px) {
  .b-feature .cover {
    margin-bottom: 7px;
  }
}
@media (min-width: 1024px) {
  .b-feature .cover {
    margin-bottom: 15px;
  }
}
.b-feature .cover .image {
  width: 100%;
}
.b-feature .cover .caption {
  margin-top: 15px;
  text-align: left;
  color: #000;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  line-height: 24px;
}
.b-feature .cover .caption.resize {
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}
.b-feature .cover .credit {
  margin-left: 10px;
  color: #000;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  opacity: 0.3;
}
.b-feature .cover.old {
  text-align: center;
}
.b-feature .cover.old .image {
  width: inherit;
}
.b-feature .cover.old .caption {
  margin-top: 15px;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
  color: #000;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  line-height: 24px;
}
.b-feature .title {
  margin-bottom: 9px;
  color: #000;
  font-size: 32px;
  font-family: 'Open Sans', sans-serif;
  line-height: 40px;
}
@media (min-width: 768px) {
  .b-feature .title {
    margin-bottom: 12px;
    color: #000;
    font-size: 44px;
    font-family: 'Open Sans', sans-serif;
    line-height: 52px;
  }
}
@media (min-width: 1024px) {
  .b-feature .title {
    margin-bottom: 21px;
    margin-top: 20px;
    width: 80%;
  }
}
@media (min-width: 1440px) {
  .b-feature .title {
    font-size: 60px;
    line-height: 68px;
  }
}
.b-feature .title.left-sidebar-title {
  margin-bottom: 38px;
}
@media (min-width: 1024px) {
  .b-feature .title.left-sidebar-title {
    font-size: 34px;
    line-height: 48px;
    margin-top: 0;
    width: 100%;
  }
}
.b-feature .title.news-title {
  margin-top: 20px;
  font-size: 24px;
  line-height: 32px;
}
@media (min-width: 768px) {
  .b-feature .title.news-title {
    font-size: 34px;
    line-height: 48px;
  }
}
.b-feature .lead {
  margin-bottom: 11px;
  color: #000;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  line-height: 20px;
}
@media (min-width: 768px) {
  .b-feature .lead {
    margin-bottom: 20px;
    color: #000;
    font-size: 32px;
    font-family: 'Open Sans', sans-serif;
    line-height: 44px;
  }
}
@media (min-width: 1024px) {
  .b-feature .lead {
    margin-bottom: 41px;
    width: 80%;
  }
}
.b-feature .date {
  color: #000;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  line-height: 22px;
  font-style: italic;
}
@media (min-width: 768px) {
  .b-feature .date {
    color: #000;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    line-height: 22px;
  }
}
@media (min-width: 1024px) {
  .b-feature .small-date {
    margin-bottom: 41px;
  }
}
.b-feature .small-date .date {
  display: inline-block;
  margin-top: 3px;
}
@media (max-width: 479px) {
  .b-feature .small-date .date {
    font-size: 10px;
  }
}
.b-feature .small-date .update {
  display: inline-block;
  margin: 0 6px;
  color: rgba(0, 0, 0, 0.3);
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
}
@media (max-width: 479px) {
  .b-feature .small-date .update {
    font-size: 10px;
  }
}
@media (min-width: 768px) {
  .b-feature .small-date .update {
    color: rgba(0, 0, 0, 0.3);
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
  }
}
.b-feature .posted-at {
  color: #000;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  line-height: 12px;
  letter-spacing: 0.3px;
}
@media (min-width: 768px) {
  .b-feature .posted-at {
    margin-top: 36px;
    color: #000;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    line-height: 18px;
  }
}
.b-feature .left .date {
  display: inline-block;
  margin-top: 3px;
  margin-bottom: 10px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .b-feature .left .date {
    font-size: 12px;
  }
}
.b-feature .left .b-shares {
  margin-bottom: 139px;
}
.b-feature .left .update {
  display: inline-block;
  margin-bottom: 20px;
  color: rgba(0, 0, 0, 0.3);
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
}
@media (min-width: 768px) {
  .b-feature .left .update {
    color: rgba(0, 0, 0, 0.3);
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .b-feature .left .update {
    font-size: 12px;
  }
}
.b-feature .left .b-shares {
  margin-top: 58px;
}
.b-feature .old-article-image-container {
  text-align: center;
}
.b-feature .old-article-image-container .old-article-image {
  max-width: 100%;
}
.b-feature .old-article-image-container .caption {
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}
.b-most-read-in-sidebar {
  opacity: 0;
}
.b-see-also {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .b-see-also {
    margin-top: 50px;
  }
}
@media (min-width: 1440px) {
  .b-see-also {
    margin-top: 0;
  }
}
.b-see-also.b-most-read-in-sidebar {
  margin-top: 100px;
}
.b-see-also .also {
  color: #d0021b;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  line-height: 24px;
  padding-bottom: 3px;
  border-bottom: 1px solid #000;
}
.b-see-also .items {
  margin-top: 14px;
}
.b-see-also .item {
  margin-bottom: 18px;
}
.b-see-also .category .link {
  text-decoration: none;
  color: #000;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  line-height: 16px;
  transition: all 0.2s ease-in;
}
.b-see-also .category .link:hover {
  color: #d0021b;
}
.b-see-also .article .link {
  text-decoration: none;
  color: #000;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  line-height: 24px;
  transition: all 0.15s ease-in;
}
.b-see-also .article .link:hover {
  color: #d0021b;
}
@media (min-width: 768px) {
  .b-see-also .also {
    padding-bottom: 12px;
    color: #d0021b;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    line-height: 24px;
  }
  .b-see-also .items {
    margin-top: 12px;
  }
  .b-see-also .item {
    margin-bottom: 13px;
    padding-bottom: 19px;
    border-bottom: 1px solid #000;
  }
  .b-see-also .item:first-of-type {
    padding-bottom: 21px;
  }
  .b-see-also .category {
    margin-bottom: 15px;
  }
  .b-see-also .category .link {
    color: #000;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    line-height: 20px;
  }
  .b-see-also .article .link {
    text-decoration: none;
    color: #000;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    line-height: 28px;
  }
}
@media (min-width: 1024px) {
  .b-see-also .category {
    margin-bottom: 16px;
  }
  .b-see-also .article .link {
    color: #000;
    font-size: 24px;
    font-family: 'Open Sans', sans-serif;
    line-height: 32px;
  }
  .b-see-also .item {
    padding-bottom: 18px;
  }
  .b-see-also .item:first-of-type {
    padding-bottom: 18px;
  }
  .b-see-also .item:last-of-type {
    border-bottom: 0;
  }
}
.b-daily-brief {
  margin-top: 96px;
  position: relative;
  margin-left: -16px;
  padding-bottom: 40px;
}
.b-daily-brief::after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 1440px) {
  .b-daily-brief {
    margin-top: 117px;
  }
}
@media (min-width: 1440px) {
  .b-daily-brief {
    margin-top: 113px;
  }
}
.b-daily-brief .person {
  display: none;
  width: 20%;
  float: left;
  padding-right: 16px;
  padding-left: 16px;
  box-sizing: border-box;
  text-align: right;
}
.b-daily-brief .person .photo {
  width: 92px;
  height: 92px;
  border-radius: 100%;
}
.b-daily-brief .person .text {
  color: #000;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  line-height: 16px;
}
.b-daily-brief .person .text:before {
  content: "\201C";
}
.b-daily-brief .person .text:after {
  content: "\201D";
}
.b-daily-brief .person .name {
  color: #000;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  line-height: 16px;
}
@media (min-width: 1024px) {
  .b-daily-brief .person {
    width: 16.66666667%;
    float: left;
    padding-right: 16px;
    padding-left: 16px;
    box-sizing: border-box;
    display: block;
    padding-top: 84px;
  }
  .b-daily-brief .person .photo {
    margin-bottom: 8px;
  }
  .b-daily-brief .person .text {
    margin-bottom: 5px;
  }
}
@media (min-width: 1440px) {
  .b-daily-brief .person {
    width: 20%;
    float: left;
    padding-right: 16px;
    padding-left: 16px;
    box-sizing: border-box;
  }
}
.b-daily-brief .form {
  width: 75%;
  float: left;
  padding-right: 16px;
  padding-left: 16px;
  box-sizing: border-box;
}
.b-daily-brief .form .icon {
  font-size: 32px;
  margin-bottom: 39px;
}
.b-daily-brief .form .title {
  width: 446px;
  margin-bottom: 37px;
  color: #d0021b;
  font-size: 24px;
  font-family: 'Open Sans', sans-serif;
  line-height: 28px;
}
.b-daily-brief .form .field {
  margin-bottom: 25px;
}
.b-daily-brief .form .f-input {
  width: 446px;
  height: 36px;
  outline: none;
  border: none;
  border-left: 3px solid #d0021b;
  color: #000;
  font-size: 36px;
  font-family: 'Open Sans', sans-serif;
  line-height: 36px;
  transition: all 0.1s ease-in;
}
.b-daily-brief .form .f-input:hover::placeholder {
  color: rgba(0, 0, 0, 0.55);
}
.b-daily-brief .form .f-input::placeholder {
  color: rgba(0, 0, 0, 0.3);
  transition: all 0.15s ease-in;
}
.b-daily-brief .form .f-input:focus {
  border-left-color: transparent;
}
.b-daily-brief .form .button {
  margin-bottom: 12px;
}
.b-daily-brief .form .f-submit {
  box-sizing: border-box;
  width: 446px;
  background: none;
  color: #000;
  font-size: 24px;
  font-family: 'Open Sans', sans-serif;
  line-height: 44px;
  text-align: center;
  cursor: pointer;
}
.b-daily-brief .form .checkbox {
  width: 446px;
  cursor: pointer;
  font-size: 0;
}
.b-daily-brief .form .checkbox > div {
  display: inline-block;
  vertical-align: top;
  font-size: medium;
}
.b-daily-brief .form .f-checkbox {
  display: none;
}
.b-daily-brief .form .f-checkbox:checked + .fake-checkbox {
  border-color: #000;
}
.b-daily-brief .form .f-checkbox:checked + .fake-checkbox::before {
  opacity: 1;
}
.b-daily-brief .form .fake-checkbox {
  display: inline-block;
  position: relative;
  margin-right: 10px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.3);
  transition: all 0.15s ease-in;
}
.b-daily-brief .form .fake-checkbox::before {
  content: '';
  position: absolute;
  display: block;
  top: 20%;
  left: 40%;
  width: 7px;
  height: 14px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: rotate(45deg);
  transition: all 0.2s ease-in;
  opacity: 0;
  z-index: 10;
}
.b-daily-brief .form .fake-checkbox.fake-checkbox:hover {
  border-color: #d0021b;
}
.b-daily-brief .form .fake-checkbox.fake-checkbox:hover::before {
  border-color: #d0021b;
}
.b-daily-brief .form .f-label {
  display: inline-block;
  color: rgba(0, 0, 0, 0.3);
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  line-height: 16px;
  cursor: pointer;
  margin-left: 7px;
  position: relative;
  top: 4px;
}
@media (min-width: 1024px) {
  .b-daily-brief .form {
    width: 66.66666667%;
    float: left;
    padding-right: 16px;
    padding-left: 16px;
    box-sizing: border-box;
  }
}
@media (min-width: 1440px) {
  .b-daily-brief .form {
    width: 60%;
    float: left;
    padding-right: 16px;
    padding-left: 16px;
    box-sizing: border-box;
  }
}
.b-daily-brief .phone {
  position: absolute;
  bottom: 0;
  right: 0;
}
.b-more-news {
  text-align: center;
  margin-top: 93px;
}
@media screen and (max-width: 767px) {
  .b-more-news {
    margin-top: 56px;
  }
}
.b-more-news .more-news-link {
  color: #000;
  font-size: 36px;
  font-family: 'Open Sans', sans-serif;
  line-height: 44px;
  position: relative;
  left: 16px;
  margin-bottom: 76px;
  text-decoration: none;
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  outline: none;
  padding: 15px 63px 15px 63px;
  background-color: transparent;
  cursor: pointer;
  transition: all 0.2s ease-in;
}
.b-more-news .more-news-link:hover {
  border-color: #000;
}
.b-more-news .more-news-link:active {
  border-color: #000;
}
@media screen and (max-width: 767px) {
  .b-more-news .more-news-link {
    font-size: 24px;
    line-height: 32px;
    left: 0;
  }
}
.b-news-subscribe {
  margin-top: 98px;
  margin-bottom: 19px;
}
@media screen and (max-width: 1023px) {
  .b-news-subscribe {
    margin-bottom: 38px;
  }
}
@media screen and (max-width: 767px) {
  .b-news-subscribe {
    margin-top: 42px;
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (max-width: 1439px) {
  .b-news-subscribe {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.b-news-subscribe .border-decor {
  width: 100%;
  height: 1px;
  border-top: 1px solid #000;
  margin-bottom: 20px;
}
@media screen and (max-width: 1023px) {
  .b-news-subscribe .news-subscribe-label {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 767px) {
  .b-news-subscribe .news-subscribe-label {
    margin-bottom: 21px;
  }
}
.b-news-subscribe .news-subscribe-label .icon-newsletter-small {
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  .b-news-subscribe .news-subscribe-label .icon-newsletter-small {
    font-size: 23px;
  }
}
.b-news-subscribe .news-subscribe-label .news-subscribe-label-text {
  color: #d0021b;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  line-height: 24px;
  letter-spacing: 0.1px;
  margin-left: 11px;
  position: relative;
  top: -4px;
}
@media screen and (max-width: 767px) {
  .b-news-subscribe .news-subscribe-label .news-subscribe-label-text {
    font-size: 14px;
    margin-left: 9px;
    top: -2px;
  }
}
@media screen and (max-width: 479px) {
  .b-news-subscribe .news-subscribe-label .news-subscribe-label-text {
    margin-left: 21px;
  }
}
.b-news-subscribe .news-subscribe-input-wrapper {
  margin-top: -1px;
}
@media screen and (max-width: 1439px) {
  .b-news-subscribe .news-subscribe-input-wrapper {
    margin-left: 40px;
  }
}
@media screen and (max-width: 1439px) {
  .b-news-subscribe .news-subscribe-input-wrapper {
    margin-left: -18px;
  }
}
@media screen and (max-width: 1023px) {
  .b-news-subscribe .news-subscribe-input-wrapper {
    margin-left: 0;
  }
}
.b-news-subscribe .news-subscribe-input-wrapper .f-input {
  width: 100%;
  outline: none;
  border: none;
  border-left: 3px solid #d0021b;
  color: #000;
  font-size: 35px;
  font-family: 'Open Sans', sans-serif;
  line-height: 36px;
  letter-spacing: 0.5px;
  height: 34px;
  transition: all 0.1s ease-in;
}
.b-news-subscribe .news-subscribe-input-wrapper .f-input:hover::placeholder {
  color: rgba(0, 0, 0, 0.55);
}
.b-news-subscribe .news-subscribe-input-wrapper .f-input:focus {
  border-left-color: transparent;
}
.b-news-subscribe .news-subscribe-input-wrapper .f-input::placeholder {
  color: rgba(0, 0, 0, 0.3);
  transition: all 0.15s ease-in;
}
@media screen and (max-width: 767px) {
  .b-news-subscribe .news-subscribe-input-wrapper .f-input {
    height: 19px;
    font-size: 22px;
    border-width: 2px;
    letter-spacing: -0.1px;
  }
}
.b-news-subscribe .go-button-wrapper {
  text-align: center;
  position: relative;
  left: -5px;
}
@media screen and (max-width: 1439px) {
  .b-news-subscribe .go-button-wrapper {
    left: -14px;
  }
}
@media screen and (max-width: 1439px) {
  .b-news-subscribe .go-button-wrapper {
    left: -9px;
  }
}
@media screen and (max-width: 1023px) {
  .b-news-subscribe .go-button-wrapper {
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .b-news-subscribe .go-button-wrapper {
    margin-top: 40px;
  }
}
.b-news-subscribe .go-button-wrapper .go-button {
  color: #000;
  font-size: 24px;
  font-family: 'Open Sans', sans-serif;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .b-news-subscribe .go-button-wrapper .go-button {
    font-size: 20px;
  }
}
.b-gallery {
  margin-top: 15px;
}
@media (min-width: 480px) {
  .b-gallery {
    margin-top: 34px;
  }
}
@media (min-width: 1024px) {
  .b-gallery {
    margin-top: 40px;
  }
}
@media (min-width: 1440px) {
  .b-gallery {
    margin-top: 35px;
  }
}
.b-gallery .title {
  color: #000;
  font-size: 24px;
  font-family: 'Open Sans', sans-serif;
  line-height: 32px;
}
@media (min-width: 768px) {
  .b-gallery .title {
    color: #000;
    font-size: 60px;
    font-family: 'Open Sans', sans-serif;
    line-height: 67px;
  }
}
.b-gallery .annotation {
  margin-top: 8px;
  color: #000;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  line-height: 20px;
}
@media (min-width: 768px) {
  .b-gallery .annotation {
    margin-top: 11px;
    color: #000;
    font-size: 32px;
    font-family: 'Open Sans', sans-serif;
    line-height: 44px;
  }
}
@media (min-width: 1024px) {
  .b-gallery .annotation {
    margin-top: 20px;
  }
}
.b-gallery .b-slider {
  margin-top: 32px;
}
.b-gallery .b-slider .bulls {
  bottom: -3px;
  width: 250px;
  text-align: center;
}
@media (min-width: 480px) {
  .b-gallery .b-slider .bulls {
    bottom: -2px;
  }
}
@media (min-width: 768px) {
  .b-gallery .b-slider .bulls {
    bottom: -9px;
  }
}
@media (min-width: 768px) {
  .b-gallery .b-slider {
    margin-top: 45px;
  }
}
.b-gallery .paragraph {
  color: #000;
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  line-height: 24px;
}
@media (min-width: 768px) {
  .b-gallery .paragraph {
    color: #000;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    line-height: 28px;
  }
}
.b-gallery .b-banner-footer {
  margin-left: -32px;
  margin-right: -32px;
}
@media (min-width: 1024px) {
  .b-gallery .b-banner-sidebar {
    margin-top: 94px;
  }
}
.b-most-popular .also {
  color: #d0021b;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  line-height: 24px;
  padding-bottom: 3px;
  border-bottom: 1px solid #000;
}
.b-most-popular .items {
  margin-top: 14px;
}
.b-most-popular .item {
  margin-bottom: 18px;
}
.b-most-popular .category .link {
  text-decoration: none;
  color: #000;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  line-height: 16px;
  transition: all 0.2s ease-in;
}
.b-most-popular .category .link:hover {
  color: #d0021b;
}
.b-most-popular .article .link {
  text-decoration: none;
  color: #000;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  line-height: 24px;
  transition: all 0.15s ease-in;
}
.b-most-popular .article .link:hover {
  color: #d0021b;
}
@media (min-width: 768px) {
  .b-most-popular .also {
    padding-bottom: 12px;
    color: #d0021b;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    line-height: 24px;
  }
  .b-most-popular .items {
    margin-top: 12px;
  }
  .b-most-popular .item {
    margin-bottom: 13px;
    padding-bottom: 19px;
    border-bottom: 1px solid #000;
  }
  .b-most-popular .item:first-of-type {
    padding-bottom: 21px;
  }
  .b-most-popular .category {
    margin-bottom: 15px;
  }
  .b-most-popular .category .link {
    color: #000;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    line-height: 20px;
  }
  .b-most-popular .article .link {
    text-decoration: none;
    color: #000;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    line-height: 28px;
  }
}
@media (min-width: 1024px) {
  .b-most-popular .category {
    margin-bottom: 16px;
  }
  .b-most-popular .article .link {
    color: #000;
    font-size: 24px;
    font-family: 'Open Sans', sans-serif;
    line-height: 32px;
  }
  .b-most-popular .item {
    padding-bottom: 18px;
  }
  .b-most-popular .item:first-of-type {
    padding-bottom: 18px;
  }
  .b-most-popular .item:last-of-type {
    border-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .b-gallery-page-bottom .person {
    margin-right: 35px;
    margin-left: 35px;
  }
}
@media (min-width: 768px) {
  .b-gallery-page-bottom .b-see-also {
    margin-top: 70px;
  }
}
@media (min-width: 1440px) {
  .b-gallery-page-bottom .b-see-also {
    margin-top: 0;
  }
}
.b-event-categories::-webkit-scrollbar {
  display: none;
}
.b-event-categories {
  white-space: nowrap;
  margin-bottom: 28px;
}
@media (max-width: 1024px) {
  .b-event-categories {
    overflow-x: scroll;
  }
}
@media (min-width: 1024px) {
  .b-event-categories {
    overflow-x: hidden;
  }
}
.b-event-categories > .category {
  display: inline-block;
  margin-left: 19px;
  margin-right: 4px;
}
.b-event-categories .calendar {
  cursor: pointer;
  border-right: 1px double #b2b2b2;
  display: inline-block;
  padding-right: 46px;
  -webkit-user-select: none;
}
@media (max-width: 1024px - 1px) {
  .b-event-categories .calendar {
    display: none;
  }
}
.b-event-categories .calendar .g-icon {
  font-size: 22px;
  vertical-align: text-bottom;
  margin-right: 9px;
}
.b-event-categories .calendar .icon-dropdown {
  position: absolute;
  margin-left: 9px;
  margin-top: 10px;
  border: 5px solid transparent;
  border-top: 6px solid #b2b2b2;
}
.b-event-categories .calendar .window {
  display: none;
  width: 260px;
  height: 200px;
  border: 16px solid #e0e0e0;
  background-color: white;
  position: absolute;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 16px;
  padding-bottom: 16px;
  z-index: 999;
  cursor: auto;
}
.b-event-categories .calendar .window table {
  width: 250px;
  height: 192px;
}
.b-event-categories .calendar .window table td {
  width: 25px;
  height: 25px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}
.b-event-categories .calendar .window tbody td:nth-child(n+6) {
  color: #d0021b;
}
.b-event-categories .calendar .window .active {
  background: #d0021b;
  color: #fff;
}
.b-event-categories .more-dropdown {
  display: inline-block;
  cursor: pointer;
}
@media (max-width: 1024px - 1px) {
  .b-event-categories .more-dropdown {
    display: none;
  }
}
.b-event-categories .more-dropdown .g-icon {
  font-size: 22px;
  vertical-align: text-bottom;
  margin-right: 9px;
}
.b-event-categories .more-dropdown .icon-dropdown {
  position: absolute;
  margin-left: 9px;
  margin-top: 10px;
  border: 5px solid transparent;
  border-top: 6px solid #b2b2b2;
}
.b-event-categories .more-dropdown .list {
  display: none;
  border: 16px solid #e0e0e0;
  background-color: white;
  position: absolute;
  padding-left: 32px;
  padding-right: 32px;
  padding-top: 15px;
  padding-bottom: 15px;
  z-index: 999;
  margin-left: -80px;
}
@media (max-width: 1024px - 1px) {
  .b-event-categories .more-dropdown .list {
    display: none;
  }
}
.b-event-categories .more-dropdown .list .category {
  margin-bottom: 12px;
}
.b-event-categories .more-dropdown .list .g-line {
  margin-bottom: 13px;
}
.b-event-categories .count {
  color: #000;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  line-height: 24px;
  vertical-align: 7px;
}
.b-event-categories .active {
  color: #d0021b;
}
.b-event-categories .link {
  color: #000;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  line-height: 24px;
  text-decoration: none;
}
.b-event-categories .link:hover {
  color: #d0021b;
}
.b-event-categories .link.active {
  color: #d0021b;
}
.b-event-categories .link:not(:hover) {
  transition: all 0.2s ease-in;
}
.b-event-toggler {
  margin-top: 23px;
  margin-bottom: 14px;
  font-size: 0;
}
@media (min-width: 480px) {
  .b-event-toggler {
    margin-top: 35px;
  }
}
@media (min-width: 768px) {
  .b-event-toggler {
    margin-top: 19px;
    margin-bottom: 21px;
  }
}
@media (min-width: 1024px) {
  .b-event-toggler {
    margin-top: 42px;
  }
}
@media (min-width: 1440px) {
  .b-event-toggler {
    margin-top: 42px;
    margin-bottom: 38px;
  }
}
@media (max-width: 767px) {
  .b-event-toggler {
    margin-bottom: 38px;
  }
}
.b-event-toggler > a {
  display: inline-block;
  vertical-align: top;
  font-size: medium;
}
.b-event-toggler .button {
  display: inline-block;
  color: #000;
  font-size: 24px;
  font-family: 'Open Sans', sans-serif;
  line-height: 28px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  outline: none;
  padding: 5px 15px 5px 15px;
  background-color: transparent;
  cursor: pointer;
  vertical-align: baseline;
  transition: all 0.2s ease-in;
}
.b-event-toggler .button:hover {
  border-color: #000;
}
.b-event-toggler .button:active {
  border-color: #000;
}
@media (max-width: 767px) {
  .b-event-toggler .button {
    display: block;
    margin-top: 25px;
  }
}
.b-event-toggler .link {
  margin-right: 19px;
  color: rgba(0, 0, 0, 0.3);
  font-size: 24px;
  font-family: 'Open Sans', sans-serif;
  line-height: 24px;
  text-decoration: none;
}
.b-event-toggler .link.active {
  color: #d0021b;
}
@media (min-width: 768px) {
  .b-event-toggler .link {
    margin-right: 34px;
    line-height: 44px;
    font-size: 36px;
  }
}
.b-event-toggler .f-input-redline {
  margin-top: 23px;
  margin-bottom: 30px;
}
@media (min-width: 480px) {
  .b-event-toggler .f-input-redline {
    margin-bottom: 26px;
  }
}
@media (min-width: 768px) {
  .b-event-toggler .f-input-redline {
    position: relative;
    top: -2px;
    display: inline-block;
    padding: 0 20px;
    margin: 0;
    margin-left: -2px;
  }
}
@media (min-width: 1440px) {
  .b-event-toggler .f-input-redline {
    margin-left: 30px;
  }
}
.b-event-preview {
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  color: inherit;
  overflow: hidden;
}
@media (min-width: 768px) {
  .b-event-preview {
    margin-bottom: 20px;
  }
}
@media (min-width: 1440px) {
  .b-event-preview {
    margin-bottom: 20px;
  }
}
@media (min-width: 1440px) {
  .b-event-preview {
    margin-bottom: 20px;
  }
}
.b-event-preview.animated:hover .content {
  margin-top: -220px;
}
.b-event-preview.animated .link-image {
  transition: height 0.15s 0s ease-in-out;
}
.b-event-preview.animated .content {
  transition: margin-top 0.2s 0.07s ease-in-out;
}
.b-event-preview .link-image {
  display: block;
  height: 204px;
  overflow: hidden;
}
.b-event-preview .link-image .image {
  display: inline-block;
  max-width: 100%;
  height: 204px;
  width: auto;
}
@media (min-width: 1024px) {
  .b-event-preview .link-image .image {
    height: 180px;
  }
}
@media (min-width: 1440px) {
  .b-event-preview .link-image .image {
    height: 168px;
  }
}
@media (min-width: 1440px) {
  .b-event-preview .link-image .image {
    height: 192px;
  }
}
.b-event-preview .content {
  margin-top: 0;
}
.b-event-preview .category {
  color: #000;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  line-height: 20px;
  text-decoration: none;
}
.b-event-preview .category:first-of-type {
  display: inline-block;
  margin-top: 3px;
}
@media (min-width: 1024px) {
  .b-event-preview .category {
    display: inline-block;
    margin-bottom: 2px;
  }
}
@media (min-width: 1440px) {
  .b-event-preview .category {
    margin-bottom: 1px;
  }
}
.b-event-preview .title .link {
  color: #000;
  font-size: 24px;
  font-family: 'Open Sans', sans-serif;
  line-height: 32px;
  text-decoration: none;
}
@media (min-width: 1024px) {
  .b-event-preview .title .link {
    line-height: 28px;
  }
}
@media (min-width: 1024px) {
  .b-event-preview .title {
    margin-bottom: 2px;
  }
}
@media (min-width: 1440px) {
  .b-event-preview .title {
    margin-bottom: 1px;
  }
}
.b-event-preview .date {
  color: #d0021b;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  line-height: 20px;
  margin-bottom: 18px;
}
.b-event-preview .description {
  color: #000;
  font-size: 20px;
  font-family: 'Open Sans', sans-serif;
  line-height: 28px;
  overflow: hidden;
}
.b-event-filter {
  position: relative;
}
.b-event-filter .categories {
  display: none;
  position: absolute;
  margin-left: -16px;
  width: 100vw;
  background-color: #000;
  z-index: 1;
  box-sizing: border-box;
  padding-left: 16px;
  padding-top: 38px;
  padding-bottom: 11px;
}
@media (min-width: 480px) {
  .b-event-filter .categories {
    margin-left: -32px;
    padding-left: 32px;
  }
}
@media (min-width: 768px) {
  .b-event-filter .categories {
    width: 100%;
    margin-left: 0;
    padding-left: 65px;
    padding-top: 59px;
    padding-bottom: 51px;
  }
}
.b-event-filter .categories .b-banner-sidebar {
  position: absolute;
  right: 32px;
  top: 32px;
}
.b-event-filter .categories .category {
  margin-bottom: 36px;
}
.b-event-filter .categories .category .link {
  color: #fff;
  font-size: 32px;
  font-family: 'Open Sans', sans-serif;
  line-height: 28px;
  text-decoration: none;
}
.b-event-filter .categories .category .link:hover {
  color: #d0021b;
}
.b-event-filter .categories .category .link:not(:hover) {
  transition: all 0.2s ease-in;
}
@media (min-width: 768px) {
  .b-event-filter .categories .category {
    margin-bottom: 55px;
  }
  .b-event-filter .categories .category .link {
    color: #fff;
    font-size: 44px;
    font-family: 'Open Sans', sans-serif;
    line-height: 28px;
  }
}
.b-event-filter .categories .count {
  position: relative;
  top: -1px;
  left: 5px;
  color: #fff;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
}
@media (min-width: 768px) {
  .b-event-filter .categories .count {
    top: -3px;
    left: 9px;
    color: #fff;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
  }
}
.b-event-filter .button {
  position: absolute;
  right: 0px;
  top: -47px;
  box-sizing: border-box;
  width: 55px;
  height: 48px;
  border: solid 1px #000000;
  font-size: 0;
  cursor: pointer;
  transition: color 0.15s 0s ease-in-out, background-color 0.15s 0s ease-in-out;
}
.b-event-filter .button:hover,
.b-event-filter .button.active {
  background-color: #000;
  color: #fff;
}
.b-event-filter .button:hover:before,
.b-event-filter .button.active:before,
.b-event-filter .button:hover:after,
.b-event-filter .button.active:after {
  background-color: #fff;
}
.b-event-filter .button:before {
  top: 20px;
  left: 19px;
  content: '';
  position: absolute;
  width: 18px;
  height: 1px;
  background: #000;
  transition: transform 0.15s 0s ease-in-out, width 0.15s 0s ease-in-out, color 0.15s 0s ease-in-out;
}
@media (min-width: 768px) {
  .b-event-filter .button:before {
    display: none;
  }
}
.b-event-filter .button:after {
  top: 25px;
  left: 19px;
  content: '';
  position: absolute;
  width: 14px;
  height: 1px;
  background: #000;
  transition: transform 0.15s 0s ease-in-out, width 0.15s 0s ease-in-out, color 0.15s 0s ease-in-out;
}
@media (min-width: 768px) {
  .b-event-filter .button:after {
    display: none;
  }
}
@media (min-width: 768px) {
  .b-event-filter .button {
    top: -27px;
    width: 137px;
    height: 28px;
    color: #000;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    box-sizing: border-box;
    padding-left: 35px;
    padding-top: 7px;
    border: none;
  }
  .b-event-filter .button:before {
    top: 10px;
    left: 10px;
  }
  .b-event-filter .button:after {
    top: 14px;
    left: 10px;
  }
}
.b-event-filter .button.active:before {
  transform: rotate(45deg) translate(-8px, 12px);
  width: 44px;
}
.b-event-filter .button.active:after {
  transform: rotate(-45deg) translate(-8px, -11px);
  width: 44px;
}
@media (min-width: 768px) {
  .b-event-filter .button.active:before {
    transform: rotate(45deg) translate(-1px, 3px);
    width: 21px;
  }
  .b-event-filter .button.active:after {
    transform: rotate(-45deg) translate(-1px, -4px);
    width: 21px;
  }
}
.b-event-list {
  position: relative;
}
@media (min-width: 1024px) {
  .b-event-list {
    min-height: 730px;
  }
}
.b-event-list .b-banner-sidebar {
  position: absolute;
  right: 0;
  top: 0;
  border-top: 32px solid #fff;
  border-left: 32px solid #fff;
  border-bottom: 32px solid #fff;
}
.b-event-list .event:first-of-type .g-line {
  display: none;
}
.b-event-list .event-wrapper {
  font-size: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
}
.b-event-list .event-wrapper > div {
  display: inline-block;
  vertical-align: top;
  font-size: medium;
}
.b-event-list .event-wrapper:hover .category,
.b-event-list .event-wrapper:hover .title .link,
.b-event-list .event-wrapper:hover .icons {
  color: #d0021b;
}
.b-event-list .event-wrapper:hover .icons .icon {
  margin-right: 24px;
}
.b-event-list .event-wrapper:hover .icons .g-icon {
  width: 24px;
}
@media (min-width: 768px) {
  .b-event-list .event-wrapper:hover .icons .g-icon {
    width: 34px;
  }
}
.b-event-list .event-wrapper.active .category,
.b-event-list .event-wrapper.active .title .link,
.b-event-list .event-wrapper.active .icons {
  color: #d0021b;
}
.b-event-list .event-wrapper.active .icons .icon {
  margin-right: 24px;
}
.b-event-list .event-wrapper.active .icons .g-icon {
  width: 24px;
}
@media (min-width: 768px) {
  .b-event-list .event-wrapper.active .icons .g-icon {
    width: 34px;
  }
}
.b-event-list .icons {
  overflow: hidden;
  height: 24px;
  padding-top: 26px;
  font-size: 0;
  transition: width 0.2s 0.07s ease-in-out;
  color: #d0021b;
  font-size: 0 !important;
}
.b-event-list .icons > div {
  display: inline-block;
  vertical-align: top;
  font-size: medium;
}
@media (min-width: 768px) {
  .b-event-list .icons {
    height: 34px;
  }
}
.b-event-list .icons .icon {
  position: relative;
  margin-right: 0;
  transition: margin-right 0.15s 0s ease-in-out;
}
.b-event-list .icons .g-icon {
  font-size: 0;
  vertical-align: middle;
  transition: color 0.15s 0s ease-in-out, font-size 0.15s 0s ease-in-out, width 0.15s 0s ease-in-out;
  line-height: 24px;
  width: 0;
}
@media (min-width: 768px) {
  .b-event-list .icons .g-icon {
    line-height: 34px;
  }
}
@media (min-width: 768px) {
  .b-event-list .g-line {
    margin-left: 185px;
    width: calc(100% - 185px);
  }
}
@media (min-width: 1024px) {
}
@media (min-width: 1440px) {
}
@media (min-width: 1440px) {
}
.b-event-list .date.date {
  color: #d0021b;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  line-height: 20px;
}
@media (min-width: 768px) {
  .b-event-list .date.date {
    font-size: 18px;
    color: #000;
    width: 185px;
    padding-top: 47px;
  }
}
.b-event-list .info {
  padding-top: 14px;
  padding-bottom: 13px;
  white-space: normal;
}
@media (min-width: 768px) {
  .b-event-list .info {
    padding-top: 21px;
    padding-bottom: 23px;
    width: calc(100% - 184px);
  }
}
@media (min-width: 1440px) {
  .b-event-list .info {
    padding-bottom: 21px;
    width: calc(100% - 158px);
  }
}
@media (min-width: 1440px) {
  .b-event-list .info {
    padding-bottom: 23px;
    width: calc(100% - 176px);
  }
}
.b-event-list .info:first-of-type {
  padding-bottom: 14px;
}
.b-event-list .category {
  color: #000;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  line-height: 16px;
  text-decoration: none;
  text-transform: capitalize;
  transition: color 0.2s 0.07s ease-in-out;
}
@media (min-width: 768px) {
  .b-event-list .category {
    font-size: 14px;
    display: inline-block;
    margin-bottom: 2px;
  }
}
@media (min-width: 1440px) {
  .b-event-list .category {
    margin-bottom: 1px;
  }
}
.b-event-list .title .link {
  color: #000;
  font-size: 20px;
  font-family: 'Open Sans', sans-serif;
  line-height: 26px;
  transition: color 0.2s 0.07s ease-in-out;
  text-decoration: none;
}
@media (min-width: 768px) {
  .b-event-list .title .link {
    font-size: 24px;
    line-height: 28px;
  }
}
@media (min-width: 1440px) {
  .b-event-list .title .link {
    line-height: 28px;
  }
}
@media (min-width: 1440px) {
  .b-event-list .title {
    margin-bottom: 2px;
  }
}
@media (min-width: 1440px) {
  .b-event-list .title {
    margin-bottom: 1px;
  }
}
.b-event-more {
  text-align: center;
  padding-top: 37px;
  padding-bottom: 32px;
}
@media (min-width: 480px) {
  .b-event-more {
    padding-top: 31px;
  }
}
@media (min-width: 768px) {
  .b-event-more {
    padding-top: 88px;
    padding-bottom: 93px;
  }
}
@media (min-width: 1024px) {
  .b-event-more {
    padding-top: 99px;
    padding-bottom: 94px;
  }
}
@media (min-width: 1440px) {
  .b-event-more {
    padding-top: 79px;
  }
}
@media (min-width: 1440px) {
  .b-event-more {
    padding-top: 92px;
  }
}
.b-event-more .link {
  display: inline-block;
  text-decoration: none;
  color: #000;
  font-size: 24px;
  font-family: 'Open Sans', sans-serif;
  line-height: 52px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  outline: none;
  padding: 15px 63px 15px 63px;
  background-color: transparent;
  cursor: pointer;
  transition: all 0.2s ease-in;
}
.b-event-more .link:hover {
  border-color: #000;
}
.b-event-more .link:active {
  border-color: #000;
}
@media (min-width: 768px) {
  .b-event-more .link {
    font-size: 36px;
  }
}
.b-news {
  margin-top: 15px;
}
@media (min-width: 480px) {
  .b-news {
    margin-top: 34px;
  }
}
@media (min-width: 1024px) {
  .b-news {
    margin-top: 56px;
  }
}
@media (min-width: 1440px) {
  .b-news {
    margin-top: 63px;
  }
}
.b-news .title {
  margin-top: 11px;
  color: #000;
  font-size: 24px;
  font-family: 'Open Sans', sans-serif;
  line-height: 32px;
}
@media (min-width: 480px) {
  .b-news .title {
    margin-top: 2px;
  }
}
@media (min-width: 768px) {
  .b-news .title {
    margin-top: 7px;
    color: #000;
    font-size: 34px;
    font-family: 'Open Sans', sans-serif;
    line-height: 48px;
  }
}
@media (min-width: 1024px) {
  .b-news .title {
    margin-top: 2px;
  }
}
@media (min-width: 1440px) {
  .b-news .title {
    margin-top: -9px;
    color: #000;
    font-size: 44px;
    font-family: 'Open Sans', sans-serif;
    line-height: 64px;
  }
}
.b-news .info-news {
  margin: 10px 0 28px;
}
@media (min-width: 768px) {
  .b-news .info-news {
    margin: 21px 0 32px;
  }
}
@media (min-width: 1024px) {
  .b-news .info-news {
    margin: 48px 0 45px;
  }
}
@media (min-width: 1440px) {
  .b-news .info-news {
    margin: 45px 0 46px;
  }
}
.b-news .date {
  display: inline-block;
  color: #000;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
}
@media (min-width: 768px) {
  .b-news .date {
    color: #000;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
  }
}
.b-news .update {
  display: inline-block;
  margin: 0 6px;
  color: rgba(0, 0, 0, 0.3);
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
}
@media (min-width: 768px) {
  .b-news .update {
    color: rgba(0, 0, 0, 0.3);
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
  }
}
.b-news .category {
  display: inline-block;
  text-decoration: none;
  color: #d0021b;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
}
@media (min-width: 768px) {
  .b-news .category {
    color: #d0021b;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
  }
}
@media (min-width: 1024px) {
  .b-news .category {
    color: #d0021b;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    line-height: 48px;
  }
}
.b-news .paragraph {
  color: #000;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  line-height: 24px;
}
@media (min-width: 768px) {
  .b-news .paragraph {
    color: #000;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    line-height: 28px;
  }
}
.b-news .b-banner-footer {
  margin-left: -32px;
  margin-right: -32px;
}
@media (min-width: 1024px) {
  .b-news .b-banner-sidebar {
    margin-top: 77px;
  }
}
@media (min-width: 1440px) {
  .b-news .b-banner-sidebar {
    margin-top: 139px;
  }
}
@media (min-width: 1024px) {
  .b-news-page-bottom .person {
    margin-right: 35px;
    margin-left: 35px;
  }
}
@media (min-width: 768px) {
  .b-news-page-bottom .b-see-also {
    margin-top: 70px;
  }
}
@media (min-width: 1440px) {
  .b-news-page-bottom .b-see-also {
    margin-top: 0;
  }
}
.p-content-central .b-banner-sidebar {
  margin-top: 38px;
  margin-bottom: 62px;
}
.p-content-central h1 {
  margin: 17px 0 20px;
  color: #000;
  font-size: 24px;
  font-family: 'Open Sans', sans-serif;
  line-height: 32px;
}
@media (min-width: 480px) {
  .p-content-central h1 {
    margin: 27px 0 20px;
  }
}
@media (min-width: 768px) {
  .p-content-central h1 {
    margin: 14px 50px 29px 42px;
    color: #000;
    font-size: 48px;
    font-family: 'Open Sans', sans-serif;
    line-height: 64px;
  }
}
@media (min-width: 1024px) {
  .p-content-central h1 {
    margin: 30px 48px 31px 45px;
  }
}
@media (min-width: 1440px) {
  .p-content-central h1 {
    margin: 37px 0 30px 64px;
    padding-right: 60px;
    color: #000;
    font-size: 60px;
    font-family: 'Open Sans', sans-serif;
    line-height: 72px;
  }
}
.p-content-central h2 {
  margin: 17px 0 35px;
  color: #000;
  font-size: 24px;
  font-family: 'Open Sans', sans-serif;
  line-height: 32px;
}
@media (min-width: 480px) {
  .p-content-central h2 {
    margin: 27px 0 35px;
  }
}
@media (min-width: 768px) {
  .p-content-central h2 {
    margin: 14px 50px 55px 42px;
    color: #000;
    font-size: 36px;
    font-family: 'Open Sans', sans-serif;
    line-height: 52px;
  }
}
@media (min-width: 1024px) {
  .p-content-central h2 {
    margin: 39px 105px 53px 45px;
    color: #000;
    font-size: 44px;
    font-family: 'Open Sans', sans-serif;
    line-height: 60px;
  }
}
@media (min-width: 1440px) {
  .p-content-central h2 {
    margin: 43px 0 55px 64px;
    padding-right: 60px;
  }
}
.p-content-central h3 {
  margin-top: 9px;
  margin-bottom: 20px;
  color: #000;
  font-size: 24px;
  font-family: 'Open Sans', sans-serif;
  line-height: 32px;
}
@media (min-width: 768px) {
  .p-content-central h3 {
    margin-top: 64px;
    margin-left: 42px;
    color: #000;
    font-size: 48px;
    font-family: 'Open Sans', sans-serif;
    line-height: 64px;
  }
}
@media (min-width: 1024px) {
  .p-content-central h3 {
    margin-bottom: 50px;
    margin-top: 60px;
    margin-left: 45px;
  }
}
@media (min-width: 1440px) {
  .p-content-central h3 {
    margin-bottom: 0;
    margin-top: 37px;
    margin-left: 64px;
    color: #000;
    font-size: 60px;
    font-family: 'Open Sans', sans-serif;
    line-height: 72px;
  }
}
.p-content-central h4 {
  margin: 0 0 11px;
  color: #000;
  font-size: 20px;
  font-family: 'Open Sans', sans-serif;
  line-height: 28px;
}
.p-content-central h4:not(:first-of-type) {
  margin-top: 52px;
}
@media (min-width: 1024px) {
  .p-content-central h4:first-of-type {
    margin-top: 0;
  }
}
@media (min-width: 1440px) {
  .p-content-central h4:first-of-type {
    margin-top: 50px;
  }
}
@media (min-width: 768px) {
  .p-content-central h4 {
    margin-top: 45px;
    margin-left: 42px;
    color: #000;
    font-size: 24px;
    font-family: 'Open Sans', sans-serif;
    line-height: 32px;
  }
}
@media (min-width: 1024px) {
  .p-content-central h4 {
    margin-top: 50px;
    margin-left: 45px;
  }
}
@media (min-width: 1440px) {
  .p-content-central h4 {
    margin-left: 64px;
  }
}
.p-content-central ul {
  list-style-type: none;
}
@media (min-width: 768px) {
  .p-content-central ul {
    margin-left: 42px;
  }
}
@media (min-width: 1024px) {
  .p-content-central ul {
    margin-left: 45px;
  }
}
@media (min-width: 1440px) {
  .p-content-central ul {
    margin-left: 64px;
  }
}
.p-content-central ul li {
  position: relative;
  display: block;
  margin-bottom: 28px;
  color: #000;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  line-height: 28px;
}
@media (min-width: 768px) {
  .p-content-central ul li {
    color: #000;
    font-size: 24px;
    font-family: 'Open Sans', sans-serif;
    line-height: 40px;
  }
}
.p-content-central .js-spoiler {
  overflow: hidden;
  transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
}
.p-content-central .js-show-more {
  content: 'View Details';
  display: block;
  margin-top: 15px;
  cursor: pointer;
  color: #d0021b;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 28px;
  transition: all 0.15s ease-in;
}
.p-content-central .js-show-more:hover {
  color: #930214;
}
@media (min-width: 768px) {
  .p-content-central .js-show-more {
    margin-left: 42px;
  }
}
@media (min-width: 1024px) {
  .p-content-central .js-show-more {
    margin-left: 45px;
  }
}
@media (min-width: 1440px) {
  .p-content-central .js-show-more {
    margin-left: 64px;
  }
}
.p-content-central a {
  display: block;
  margin-top: 15px;
  color: #d0021b;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 28px;
  transition: all 0.2s ease-in;
}
.p-content-central a:hover {
  color: #930214;
}
.p-content-central p {
  margin-bottom: 28px;
  color: #000;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  line-height: 24px;
}
@media (min-width: 768px) {
  .p-content-central p {
    margin-left: 42px;
    margin-bottom: 40px;
    padding-right: 40px;
    color: #000;
    font-size: 24px;
    font-family: 'Open Sans', sans-serif;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .p-content-central p {
    margin-bottom: 40px;
    margin-left: 45px;
    padding-right: 50px;
  }
}
@media (min-width: 1440px) {
  .p-content-central p {
    padding-right: 55px;
    margin-left: 64px;
  }
}
.p-content-central p a {
  display: inline-block;
  margin-top: 0;
  color: #000;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  line-height: 24px;
  transition: all 0.2s ease-in;
}
.p-content-central p a:hover {
  color: #d0021b;
}
@media (min-width: 768px) {
  .p-content-central p a {
    color: #000;
    font-size: 24px;
    font-family: 'Open Sans', sans-serif;
    line-height: 40px;
  }
}
@media (min-width: 1440px) {
  .p-content-central .margin-right-lg {
    margin-right: -40px;
  }
}
@media (min-width: 1440px) {
  .p-content-central .margin-right-lg {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .p-content-central .margin-left {
    margin-left: 42px;
  }
}
@media (min-width: 1024px) {
  .p-content-central .margin-left {
    margin-left: 45px;
  }
}
@media (min-width: 1440px) {
  .p-content-central .margin-left {
    margin-left: 64px;
  }
}
.b-about-us-form .f-form {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .b-about-us-form .f-form {
    margin-left: 42px;
    margin-bottom: 97px;
    padding-right: 42px;
  }
}
@media (min-width: 1024px) {
  .b-about-us-form .f-form {
    margin-left: 45px;
    padding-right: 55px;
  }
}
@media (min-width: 1440px) {
  .b-about-us-form .f-form {
    margin-left: 64px;
    padding-right: 64px;
  }
}
.b-about-us-form .dropdown-border {
  border-bottom: 1px solid #000;
  padding-bottom: 15px;
  color: #000;
  font-size: 20px;
  font-family: 'Open Sans', sans-serif;
  line-height: 8px;
}
@media (min-width: 768px) {
  .b-about-us-form .dropdown-border {
    padding-bottom: 0px;
  }
}
@media (min-width: 768px) {
  .b-about-us-form .g-dropdown {
    padding-bottom: 9px;
    color: #000;
    font-size: 36px;
    font-family: 'Open Sans', sans-serif;
    line-height: 44px;
  }
}
.b-about-us-form .legend {
  margin: 30px 0 20px;
  color: #000;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  line-height: 20px;
}
@media (min-width: 768px) {
  .b-about-us-form .legend {
    margin: 75px 0 24px;
    font-size: 24px;
    line-height: 32px;
  }
}
.b-about-us-form .radio-text {
  vertical-align: top;
  color: #000;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  line-height: 33px;
}
@media (min-width: 768px) {
  .b-about-us-form .radio-text {
    font-size: 24px;
    line-height: 32px;
  }
}
.b-about-us-form .f-label {
  margin-right: 40px;
}
.b-about-us-form .f-field .f-textarea {
  margin-bottom: 4px;
}
@media (min-width: 480px) {
  .b-about-us-form .f-field .f-textarea {
    margin-bottom: 2px;
  }
}
@media (min-width: 768px) {
  .b-about-us-form .f-field .f-textarea {
    height: 283px;
    padding: 22px 24px;
    font-size: 20px;
  }
  .b-about-us-form .f-field .f-textarea:focus {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .b-about-us-form .f-field .f-input {
    margin-top: 23px;
  }
}
.b-about-us-form .f-field .f-submit {
  margin-top: 42px;
}
@media (min-width: 768px) {
  .b-about-us-form .f-field .f-submit {
    margin-top: 86px;
  }
}
.p-content-side h2 {
  margin: 12px 0 22px;
  color: #000;
  font-size: 24px;
  font-family: 'Open Sans', sans-serif;
  line-height: 32px;
}
@media (min-width: 768px) {
  .p-content-side h2 {
    margin: 11px 0 20px;
    margin-left: 42px;
    color: #000;
    font-size: 32px;
    font-family: 'Open Sans', sans-serif;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .p-content-side h2 {
    margin-left: 0;
    margin-top: 0;
  }
}
@media (min-width: 1440px) {
  .p-content-side h2 {
    margin-top: 47px;
  }
}
.p-content-side h3 {
  margin-top: 53px;
  margin-bottom: 19px;
  color: #000;
  font-size: 24px;
  font-family: 'Open Sans', sans-serif;
  line-height: 32px;
}
@media (min-width: 768px) {
  .p-content-side h3 {
    margin-left: 42px;
    margin-top: 52px;
    margin-bottom: 14px;
  }
}
@media (min-width: 1024px) {
  .p-content-side h3 {
    margin-top: 54px;
    margin-left: 0;
    margin-bottom: 17px;
  }
}
@media (min-width: 1440px) {
  .p-content-side h3 {
    margin-top: 56px;
  }
}
@media (min-width: 1024px) {
  .p-content-side h3:first-of-type {
    margin-top: 0;
  }
}
@media (min-width: 1440px) {
  .p-content-side h3:first-of-type {
    margin-top: 56px;
  }
}
.p-content-side li {
  margin-bottom: 16px;
}
.p-content-side li:last-child {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .p-content-side li {
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  .p-content-side li {
    margin-bottom: 20px;
  }
}
.p-content-side li a {
  color: #000;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  line-height: 24px;
  transition: all 0.15s ease-in;
}
.p-content-side li a:hover {
  color: #d0021b;
}
@media (min-width: 768px) {
  .p-content-side li a {
    color: #000;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    line-height: 24px;
  }
}
.p-content-side li span {
  position: relative;
  color: #000;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  line-height: 24px;
  white-space: normal;
}
@media (min-width: 768px) {
  .p-content-side li span {
    color: #000;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    line-height: 24px;
  }
}
.p-content-side ul {
  list-style-type: none;
  margin-top: 17px;
}
@media (min-width: 768px) {
  .p-content-side ul {
    margin-left: 42px;
    width: 50%;
    float: left;
    padding-right: 16px;
    padding-left: 16px;
    box-sizing: border-box;
    width: 47%;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1024px) {
  .p-content-side ul {
    margin-left: 0;
    width: 100%;
    float: left;
    padding-right: 16px;
    padding-left: 16px;
    box-sizing: border-box;
    padding-right: 0;
    padding-left: 0;
  }
}
.p-content-side .description {
  margin: 37px 0 40px;
  color: #000;
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  line-height: 24px;
}
@media (min-width: 768px) {
  .p-content-side .description {
    width: 50%;
    float: left;
    padding-right: 16px;
    padding-left: 16px;
    box-sizing: border-box;
    margin: 18px 0 0 -42px;
    padding-right: 42px;
  }
}
@media (min-width: 1024px) {
  .p-content-side .description {
    margin-top: 20px;
    margin-left: 0;
    width: 100%;
    float: left;
    padding-right: 16px;
    padding-left: 16px;
    box-sizing: border-box;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1440px) {
  .p-content-side .description {
    margin-bottom: 80px;
    padding-right: 120px;
  }
}
.p-content-side p {
  margin-bottom: 20px;
  color: #000;
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  line-height: 24px;
}
@media (min-width: 768px) {
  .p-content-side p {
    margin-left: 42px;
    margin-top: 19px;
    margin-bottom: 25px;
  }
}
@media (min-width: 1024px) {
  .p-content-side p {
    margin-top: 0;
    margin-right: 5px;
    margin-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1440px) {
  .p-content-side p {
    padding-right: 90px;
  }
}
@media (min-width: 1440px) {
  .p-content-side p {
    padding-right: 140px;
  }
}
.p-content-side a {
  color: #000;
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  line-height: 24px;
}
@media (min-width: 768px) {
  .p-content-side .margin-left-sm {
    margin-left: 42px;
  }
}
@media (min-width: 1024px) {
  .p-content-side .margin-left-sm {
    margin-left: 0;
  }
}
@media (min-width: 1440px) {
  .p-content-side .margin-right-xl {
    margin-right: 90px;
  }
}
@media (min-width: 1440px) {
  .p-content-side .margin-right-xl {
    margin-right: 144px;
  }
}
.p-content-side .twitter {
  text-decoration: none;
  font-size: 11px;
}
.b-policy .main-title {
  margin: 18px 0 20px;
  color: #000;
  font-size: 24px;
  font-family: 'Open Sans', sans-serif;
  line-height: 32px;
}
@media (min-width: 480px) {
  .b-policy .main-title {
    margin: 26px 0 20px;
  }
}
@media (min-width: 768px) {
  .b-policy .main-title {
    margin: 28px 0 28px 42px;
    color: #000;
    font-size: 48px;
    font-family: 'Open Sans', sans-serif;
    line-height: 64px;
  }
}
@media (min-width: 1024px) {
  .b-policy .main-title {
    margin: 35px 46px 29px 46px;
  }
}
@media (min-width: 1440px) {
  .b-policy .main-title {
    margin: 35px 46px 32px 64px;
    color: #000;
    font-size: 60px;
    font-family: 'Open Sans', sans-serif;
    line-height: 72px;
  }
}
.b-policy .b-banner-sidebar {
  margin-top: 42px;
}
@media (min-width: 1440px) {
  .b-policy .b-banner-sidebar {
    margin-top: 39px;
    margin-left: 39px;
  }
}
.b-policy .preview {
  color: #000;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  line-height: 28px;
}
@media (min-width: 768px) {
  .b-policy .preview {
    margin-left: 42px;
    color: #000;
    font-size: 24px;
    font-family: 'Open Sans', sans-serif;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .b-policy .preview {
    margin-left: 45px;
    margin-right: 45px;
  }
}
@media (min-width: 1440px) {
  .b-policy .preview {
    margin-left: 64px;
    margin-right: 64px;
  }
}
.b-policy .sub-title {
  margin-bottom: 11px;
  line-height: 27px;
}
@media (min-width: 480px) {
  .b-policy .sub-title {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .b-policy .sub-title {
    margin-left: 42px;
    margin-bottom: 19px;
    font-size: 24px;
  }
}
@media (min-width: 1024px) {
  .b-policy .sub-title {
    margin-left: 45px;
    margin-bottom: 17px;
    line-height: 29px;
  }
}
@media (min-width: 1440px) {
  .b-policy .sub-title {
    margin-left: 64px;
    margin-right: 64px;
    margin-bottom: 16px;
    line-height: 34px;
  }
}
.b-policy .paragraph {
  color: #000;
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  line-height: 24px;
}
@media (min-width: 768px) {
  .b-policy .paragraph {
    margin-left: 42px;
    color: #000;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    line-height: 28px;
  }
}
@media (min-width: 1024px) {
  .b-policy .paragraph {
    margin-left: 45px;
    margin-right: 45px;
  }
}
@media (min-width: 1440px) {
  .b-policy .paragraph {
    margin-left: 64px;
    margin-right: 64px;
  }
}
.b-policy .contacts {
  font-family: 'Open Sans', sans-serif;
}
.b-column {
  margin-top: 15px;
}
@media (min-width: 480px) {
  .b-column {
    margin-top: 34px;
  }
}
@media (min-width: 1024px) {
  .b-column {
    margin-top: 56px;
  }
}
@media (min-width: 1440px) {
  .b-column {
    margin-top: 63px;
  }
}
.b-column .title {
  margin-top: 11px;
  margin-bottom: 8px;
  color: #000;
  font-size: 24px;
  font-family: 'Open Sans', sans-serif;
  line-height: 32px;
}
@media (min-width: 480px) {
  .b-column .title {
    margin-top: 2px;
  }
}
@media (min-width: 768px) {
  .b-column .title {
    margin-top: 7px;
    color: #000;
    font-size: 34px;
    font-family: 'Open Sans', sans-serif;
    line-height: 48px;
  }
}
@media (min-width: 1024px) {
  .b-column .title {
    margin-top: -5px;
    margin-bottom: 23px;
    line-height: 44px;
  }
}
@media (min-width: 1440px) {
  .b-column .title {
    margin-top: -6px;
    margin-bottom: 25px;
    color: #000;
    font-size: 44px;
    font-family: 'Open Sans', sans-serif;
    line-height: 56px;
  }
}
@media (min-width: 1440px) {
  .b-column .title {
    margin-top: -2px;
  }
}
.b-column .annotation {
  margin-bottom: 14px;
  color: #000;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  line-height: 20px;
}
@media (min-width: 768px) {
  .b-column .annotation {
    margin-bottom: 29px;
    color: #000;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    line-height: 24px;
  }
}
@media (min-width: 1024px) {
  .b-column .annotation {
    margin-bottom: 25px;
  }
}
@media (min-width: 1440px) {
  .b-column .annotation {
    margin-bottom: 35px;
    color: #000;
    font-size: 32px;
    font-family: 'Open Sans', sans-serif;
    line-height: 44px;
  }
}
@media (min-width: 1440px) {
  .b-column .annotation {
    margin-right: 40px;
  }
}
.b-column .name {
  display: inline-block;
  margin-left: 8px;
  color: #000;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  line-height: 16px;
}
@media (min-width: 768px) {
  .b-column .name {
    margin-left: 20px;
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  .b-column .name {
    margin-left: 0;
  }
}
@media (min-width: 1440px) {
  .b-column .name {
    display: block;
  }
}
.b-column .date {
  display: inline-block;
  margin-bottom: 29px;
  color: #000;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
}
@media (min-width: 480px) {
  .b-column .date {
    margin-bottom: 26px;
  }
}
@media (min-width: 768px) {
  .b-column .date {
    margin-bottom: 33px;
    color: #000;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
  }
}
@media (min-width: 1440px) {
  .b-column .date {
    margin-bottom: 18px;
  }
}
.b-column .paragraph {
  color: #000;
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  line-height: 24px;
}
@media (min-width: 768px) {
  .b-column .paragraph {
    color: #000;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    line-height: 28px;
  }
}
.b-column .description {
  color: #000;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  line-height: 16px;
}
@media (min-width: 768px) {
  .b-column .description {
    color: #000;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    line-height: 20px;
  }
}
@media (min-width: 1024px) {
  .b-column .description {
    margin-top: 30px;
    margin-right: 30px;
    margin-bottom: 96px;
    color: #000;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    line-height: 24px;
  }
}
@media (min-width: 1440px) {
  .b-column .description {
    margin-bottom: 57px;
    margin-right: 115px;
    color: #000;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    line-height: 24px;
  }
}
.b-column .author-bottom-page {
  margin-top: 37px;
}
.b-column .author-bottom-page .photo {
  width: 72px;
  height: 72px;
}
@media (min-width: 768px) {
  .b-column .author-bottom-page .photo {
    width: 100px;
    height: 100px;
  }
}
.b-column .author-bottom-page .name {
  vertical-align: top;
  margin-left: 12px;
  color: #000;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  line-height: 15px;
}
@media (min-width: 768px) {
  .b-column .author-bottom-page .name {
    margin-left: 27px;
    color: #000;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    line-height: 19px;
  }
}
.b-column .author-bottom-page .contacts {
  margin-left: 88px;
  margin-top: -47px;
}
@media (min-width: 480px) {
  .b-column .author-bottom-page .contacts {
    display: inline-block;
    margin-left: 13px;
    margin-top: -3px;
    vertical-align: top;
  }
}
@media (min-width: 768px) {
  .b-column .author-bottom-page .contacts {
    margin-left: 17px;
    margin-top: -1px;
  }
}
.b-column .author-bottom-page .contacts .contact {
  display: inline-block;
}
.b-column .author-bottom-page .contacts .contact .link {
  color: #000;
  text-decoration: none;
}
.b-column .author-bottom-page .contacts .g-icon {
  font-size: 17px;
  margin-right: 15px;
}
@media (min-width: 480px) {
  .b-column .author-bottom-page .contacts .g-icon {
    margin-right: 19px;
  }
}
.b-column .author-bottom-page .contacts .g-icon.icon-mail-small {
  font-size: 17px;
}
.b-column .author-bottom-page .description {
  margin-top: 11px;
  margin-left: 88px;
  margin-bottom: 64px;
  color: #000;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  line-height: 16px;
}
@media (min-width: 480px) {
  .b-column .author-bottom-page .description {
    margin-top: -50px;
    margin-bottom: 64px;
  }
}
@media (min-width: 768px) {
  .b-column .author-bottom-page .description {
    margin-top: -70px;
    margin-bottom: 73px;
    margin-left: 132px;
    margin-right: 90px;
    color: #000;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    line-height: 20px;
  }
}
@media (min-width: 1024px) {
  .b-column .author-bottom-page .description {
    margin-top: 27px;
    color: #000;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    line-height: 24px;
  }
}
@media (min-width: 1440px) {
  .b-column .author-bottom-page .description {
    margin-top: 27px;
    width: 367px;
    color: #000;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    line-height: 24px;
  }
}
.b-column .b-author .photo {
  margin-top: 55px;
  margin-bottom: 43px;
  width: 228px;
  height: 228px;
}
.b-column .b-banner-footer {
  margin-left: -32px;
  margin-right: -32px;
}
@media (min-width: 1024px) {
  .b-column .b-banner-sidebar {
    margin-top: 110px;
  }
}
@media (min-width: 1440px) {
  .b-column .b-banner-sidebar {
    margin-top: 139px;
  }
}
.b-opinions {
  position: relative;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .b-opinions {
    margin-top: 30px;
  }
}
.b-opinions .b-banner-sidebar {
  margin: -97px 0 31px -43px;
}
@media (min-width: 1440px) {
  .b-opinions .b-banner-sidebar {
    margin: -97px 0 31px -61px;
  }
}
@media (min-width: 1440px) {
  .b-opinions .b-banner-sidebar {
    margin: -97px 0 31px -20px;
  }
}
.b-opinions .b-banner-sidebar .banner {
  max-width: 100%;
}
@media (min-width: 1024px) {
  .b-opinions .b-banner-sidebar .banner {
    border: 20px solid rgba(0, 0, 0, 0.2);
  }
}
.b-opinions .main-title {
  color: #d0021b;
  font-size: 24px;
  font-family: 'Open Sans', sans-serif;
  line-height: 32px;
}
@media (min-width: 768px) {
  .b-opinions .main-title {
    margin-bottom: 10px;
    color: #d0021b;
    font-size: 48px;
    font-family: 'Open Sans', sans-serif;
    line-height: 52px;
  }
}
@media (min-width: 1024px) {
  .b-opinions .main-title {
    margin-bottom: 10px;
    color: #d0021b;
    font-size: 32px;
    font-family: 'Open Sans', sans-serif;
    line-height: 32px;
  }
}
.b-opinions .post {
  padding: 0 0 34px 0;
  min-height: 225px;
}
.b-opinions .post:first-of-type .line {
  margin: 0;
}
@media (min-width: 480px) {
  .b-opinions .post:first-of-type .line {
    margin: 0 -32px 0 -32px;
  }
}
@media (min-width: 768px) {
  .b-opinions .post:first-of-type .line {
    margin: 0;
  }
}
.b-opinions .post .heading {
  margin: 9px 0;
}
.b-opinions .post .heading .article-title {
  color: #000;
  font-size: 24px;
  font-family: 'Open Sans', sans-serif;
  line-height: 32px;
  text-decoration: none;
}
.b-opinions .post .author {
  max-width: 136px;
}
@media (min-width: 480px) {
  .b-opinions .post .author {
    max-width: 98px;
    float: right;
    margin-top: 47px;
  }
}
@media (min-width: 768px) {
  .b-opinions .post .author {
    max-width: 152px;
    margin-top: 36px;
  }
}
@media (min-width: 1024px) {
  .b-opinions .post .author {
    max-width: 144px;
    margin-top: 28px;
  }
}
.b-opinions .post .author .name {
  margin-bottom: 17px;
  color: #000;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  line-height: 12px;
}
@media (min-width: 480px) {
  .b-opinions .post .author .name {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .b-opinions .post .author .name {
    font-size: 18px;
    line-height: 24px;
  }
}
.b-opinions .post .author .name .link {
  transition: all 0.15s ease-in;
}
.b-opinions .post .author:hover .link {
  color: #930214;
}
.b-opinions .post .author .photo {
  display: inline-block;
  margin-bottom: 17px;
  width: 136px;
  height: 136px;
}
@media (min-width: 480px) {
  .b-opinions .post .author .photo {
    width: 98px;
    height: 98px;
  }
}
@media (min-width: 768px) {
  .b-opinions .post .author .photo {
    margin-bottom: 10px;
    width: 152px;
    height: 152px;
  }
}
@media (min-width: 1024px) {
  .b-opinions .post .author .photo {
    width: 144px;
    height: 144px;
  }
}
.b-opinions .post .info {
  margin-top: 14px;
}
.b-opinions .post .g-publication-category {
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  line-height: 17px;
  text-decoration: none;
}
.b-opinions .post .date-post {
  color: #d0021b;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  line-height: 17px;
}
.b-opinions .post .line {
  margin: 0 -16px 0 -16px;
  height: 1px;
  background-color: #000;
}
.b-opinions .post .content-post {
  color: #000;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  line-height: 20px;
}
@media (min-width: 480px) {
  .b-opinions .post {
    padding: 0 0 34px 0;
  }
  .b-opinions .post .heading {
    margin: 9px 150px 0 0;
  }
  .b-opinions .post .line {
    margin: 0 -32px 0 -32px;
  }
  .b-opinions .post .info {
    margin-top: 14px;
  }
  .b-opinions .post .content-post {
    margin-top: 9px;
    margin-right: 115px;
  }
}
@media (min-width: 768px) {
  .b-opinions .post {
    padding: 0 0 68px 0;
    min-height: 310px;
  }
  .b-opinions .post .line {
    margin: 0;
  }
  .b-opinions .post .heading {
    margin: 28px 170px 21px 0;
  }
  .b-opinions .post .heading .article-title {
    color: #000;
    font-size: 32px;
    font-family: 'Open Sans', sans-serif;
    line-height: 40px;
    text-decoration: none;
  }
  .b-opinions .post .g-publication-category {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    line-height: 20px;
    text-decoration: none;
  }
  .b-opinions .post .date-post {
    color: #d0021b;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    line-height: 20px;
  }
  .b-opinions .post .content-post {
    margin-top: 19px;
    margin-right: 170px;
    color: #000;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    line-height: 28px;
  }
}
@media (min-width: 1024px) {
  .b-opinions .post {
    padding: 0 0 67px 0;
    min-height: 300px;
  }
  .b-opinions .post .heading {
    margin: 22px 170px 20px 0;
  }
  .b-opinions .post .heading .article-title {
    color: #000;
    font-size: 36px;
    font-family: 'Open Sans', sans-serif;
    line-height: 48px;
    text-decoration: none;
  }
  .b-opinions .post .content-post {
    margin-top: 15px;
    margin-right: 236px;
    color: #000;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    line-height: 32px;
  }
}
@media (min-width: 1440px) {
  .b-opinions .post .heading {
    margin: 21px 170px 21px 0;
  }
}
@media (min-width: 1440px) {
  .b-opinions .post {
    padding: 0 0 67px 0;
  }
  .b-opinions .post .content-post {
    margin-right: 460px;
  }
  .b-opinions .post .heading {
    margin: 21px 460px 21px 0;
  }
}
@media (min-width: 480px) {
  .b-opinions .first-post {
    padding: 0 0 34px 0;
  }
}
@media (min-width: 768px) {
  .b-opinions .first-post {
    padding: 0 0 68px 0;
  }
}
@media (min-width: 1024px) {
  .b-opinions .first-post {
    padding: 0 44px 68px 0;
  }
}
@media (min-width: 1440px) {
  .b-opinions .first-post {
    padding: 0 74px 68px 0;
  }
}
@media (min-width: 1440px) {
  .b-opinions .first-post {
    padding: 0 27px 68px 0;
  }
}
.b-opinions .first-post .author {
  max-width: 136px;
}
@media (min-width: 480px) {
  .b-opinions .first-post .author {
    max-width: 98px;
    margin-top: 26px;
  }
}
@media (min-width: 768px) {
  .b-opinions .first-post .author {
    max-width: 152px;
    margin-top: 71px;
  }
}
@media (min-width: 1024px) {
  .b-opinions .first-post .author {
    max-width: 144px;
    margin-top: 48px;
  }
}
.b-opinions .first-post .author .photo {
  width: 136px;
  height: 136px;
  margin-bottom: 16px;
}
@media (min-width: 480px) {
  .b-opinions .first-post .author .photo {
    width: 98px;
  }
}
@media (min-width: 768px) {
  .b-opinions .first-post .author .photo {
    width: 152px;
    height: 152px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1024px) {
  .b-opinions .first-post .author .photo {
    width: 144px;
    height: 144px;
  }
}
.b-opinions .first-post .content-post {
  margin-top: 14px;
  color: #000;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  line-height: 24px;
}
@media (min-width: 480px) {
  .b-opinions .first-post .content-post {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .b-opinions .first-post .content-post {
    margin-top: 24px;
    font-size: 24px;
    line-height: 32px;
  }
}
.b-opinions .first-post .line-first-post {
  height: 4px;
  background-color: #000;
}
@media (min-width: 480px) {
  .b-opinions .first-post .info {
    margin-top: 10px;
  }
}
@media (min-width: 768px) {
  .b-opinions .first-post .info {
    margin-top: 26px;
  }
}
@media (min-width: 480px) {
  .b-opinions .first-post .heading {
    margin: 20px 150px 0 0;
  }
}
@media (min-width: 768px) {
  .b-opinions .first-post .heading {
    margin: 50px 150px 0 0;
  }
}
@media (min-width: 1440px) {
  .b-opinions .first-post .heading {
    margin: 50px 190px 0 0;
  }
}
.b-opinions .first-post .heading .article-title {
  color: #000;
  font-size: 24px;
  font-family: 'Open Sans', sans-serif;
  line-height: 32px;
}
@media (min-width: 768px) {
  .b-opinions .first-post .heading .article-title {
    color: #000;
    font-size: 48px;
    font-family: 'Open Sans', sans-serif;
    line-height: 60px;
  }
}
@media (min-width: 1024px) {
  .b-opinions .first-post .heading .article-title {
    color: #000;
    font-size: 40px;
    font-family: 'Open Sans', sans-serif;
    line-height: 48px;
  }
}
@media (min-width: 1440px) {
  .b-opinions .first-post .heading .article-title {
    color: #000;
    font-size: 48px;
    font-family: 'Open Sans', sans-serif;
    line-height: 60px;
  }
}
.b-event-popup .date-separate {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
  margin: 15px 0 6px 0;
}
.b-event-popup .date-separate:last-child {
  border: none;
}
.b-event-popup .card-block {
  border-bottom: 1px solid black !important;
  margin-top: 32px;
}
.b-event-popup .category {
  display: block;
  margin-top: -15px;
}
@media (min-width: 768px) {
  .b-event-popup .category {
    margin-top: -18px;
    margin-left: 32px;
  }
}
@media (min-width: 1440px) {
  .b-event-popup .category {
    margin-left: -56px;
  }
}
@media (min-width: 1440px) {
  .b-event-popup .category {
    margin-left: -24px;
  }
}
.b-event-popup .category .link:hover {
  transition: all 0.2s ease-out;
  color: black;
}
.b-event-popup .category .link {
  color: #d0021b;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  line-height: 20px;
  text-decoration: none;
  text-transform: capitalize;
}
@media (min-width: 480px) {
  .b-event-popup .category .link {
    color: #d0021b;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    line-height: 24px;
  }
}
.b-event-popup .name {
  margin-top: 3px;
  margin-bottom: 8px;
  color: #000;
  font-size: 24px;
  font-family: 'Open Sans', sans-serif;
  line-height: 32px;
}
@media (min-width: 768px) {
  .b-event-popup .name {
    margin-top: 23px;
    margin-left: 32px;
    margin-bottom: 26px;
    padding-right: 70px;
    color: #000;
    font-size: 44px;
    font-family: 'Open Sans', sans-serif;
    line-height: 56px;
  }
}
@media (min-width: 1440px) {
  .b-event-popup .name {
    margin-left: -56px;
  }
}
@media (min-width: 1440px) {
  .b-event-popup .name {
    margin-left: -24px;
  }
}
.b-event-popup .transliteration {
  margin-bottom: 24px;
  color: #000;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  line-height: 14px;
}
@media (min-width: 768px) {
  .b-event-popup .transliteration {
    margin-bottom: 33px;
    margin-left: 32px;
    color: #000;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    line-height: 28px;
  }
}
@media (min-width: 1440px) {
  .b-event-popup .transliteration {
    margin-left: -56px;
  }
}
@media (min-width: 1440px) {
  .b-event-popup .transliteration {
    margin-left: -24px;
  }
}
.b-event-popup .icons {
  padding-left: 4px;
  margin-bottom: 48px;
  font-size: 0;
}
.b-event-popup .icons > div {
  display: inline-block;
  vertical-align: top;
  font-size: medium;
}
@media (min-width: 768px) {
  .b-event-popup .icons {
    margin-left: 32px;
    margin-bottom: 82px;
  }
}
@media (min-width: 1024px) {
  .b-event-popup .icons {
    margin-bottom: 94px;
  }
}
@media (min-width: 1440px) {
  .b-event-popup .icons {
    margin-left: -56px;
  }
}
@media (min-width: 1440px) {
  .b-event-popup .icons {
    margin-left: -24px;
  }
}
.b-event-popup .icons .icon {
  position: relative;
  margin-right: 20px;
  cursor: pointer;
  transition: color 0.15s 0s ease-in-out;
}
.b-event-popup .icons .icon:hover {
  color: #d0021b;
}
@media (min-width: 768px) {
  .b-event-popup .icons .icon:hover .caption {
    display: inline-block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 64px;
  }
}
.b-event-popup .icons .g-icon {
  font-size: 24px;
  line-height: 24px;
}
@media (min-width: 768px) {
  .b-event-popup .icons .g-icon {
    font-size: 34px;
    line-height: 34px;
  }
}
.b-event-popup .icons .caption {
  display: none;
  background-color: #e0e0e0;
  padding: 0 21px;
  color: #000;
  font-size: 24px;
  font-family: 'Open Sans', sans-serif;
  line-height: 48px;
}
.b-event-popup .icons .caption:before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -20px;
  display: inline-block;
  content: "";
  width: 0px;
  height: 0px;
  border-color: transparent;
  border-style: solid;
  border-width: 0 17px 20px 17px;
  border-bottom-color: #e0e0e0;
  border-left-color: rgba(224, 224, 224, 0);
  border-right-color: rgba(224, 224, 224, 0);
}
.b-event-popup .date {
  margin-bottom: 9px;
  font-size: 0;
}
.b-event-popup .date > div {
  display: inline-block;
  vertical-align: top;
  font-size: medium;
}
@media (min-width: 768px) {
  .b-event-popup .date {
    margin-left: 32px;
    margin-bottom: 22px;
  }
}
@media (min-width: 1440px) {
  .b-event-popup .date {
    margin-left: -56px;
  }
}
@media (min-width: 1440px) {
  .b-event-popup .date {
    margin-left: -24px;
  }
}
.b-event-popup .date .icon {
  display: block;
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .b-event-popup .date .icon {
    display: inline-block;
    margin-right: 17px;
  }
}
.b-event-popup .date .icon .g-icon {
  font-size: 23px;
}
@media (min-width: 768px) {
  .b-event-popup .date .icon .g-icon {
    font-size: 31px;
  }
}
.b-event-popup .date .day {
  margin-right: 19px;
  color: #000;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  line-height: 28px;
}
@media (min-width: 768px) {
  .b-event-popup .date .day {
    margin-right: 16px;
    font-size: 18px;
    line-height: 33px;
  }
}
@media (min-width: 1024px) {
  .b-event-popup .date .day {
    font-size: 16px;
    margin-right: 29px;
  }
}
@media (min-width: 1440px) {
  .b-event-popup .date .day {
    font-size: 18px;
    margin-right: 16px;
  }
}
.b-event-popup .date .change .link {
  color: rgba(0, 0, 0, 0.3);
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  line-height: 28px;
  text-decoration: none;
}
@media (min-width: 768px) {
  .b-event-popup .date .change .link {
    font-size: 18px;
    line-height: 33px;
  }
}
.b-event-popup .lines {
  margin-bottom: 26px;
}
@media (min-width: 480px) {
  .b-event-popup .lines {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .b-event-popup .lines {
    margin-left: 80px;
    padding-right: 80px;
    margin-bottom: 75px;
  }
}
@media (min-width: 1024px) {
  .b-event-popup .lines {
    padding-right: 30px;
  }
}
@media (min-width: 1440px) {
  .b-event-popup .lines {
    margin-left: -8px;
  }
}
@media (min-width: 1440px) {
  .b-event-popup .lines {
    margin-left: 24px;
    width: 83%;
  }
}
.b-event-popup .lines .line {
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
  padding-top: 6px;
  font-size: 0;
}
.b-event-popup .lines .line > div {
  display: inline-block;
  vertical-align: top;
  font-size: medium;
}
.b-event-popup .lines .line:first-of-type {
  border-bottom: none;
}
@media (min-width: 768px) {
  .b-event-popup .lines .line {
    font-size: 0;
  }
  .b-event-popup .lines .line > div {
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  .b-event-popup .lines .line {
    font-size: 0;
    padding-bottom: 9px;
  }
  .b-event-popup .lines .line > div {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
  }
}
@media (min-width: 1440px) {
  .b-event-popup .lines .line {
    font-size: 0;
    padding-bottom: 5px;
  }
  .b-event-popup .lines .line > div {
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
  }
}
.b-event-popup .lines .left {
  box-sizing: border-box;
  width: 40%;
  padding-left: 0;
  margin-right: 10px;
  color: #000;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  line-height: 16px;
}
@media (min-width: 768px) {
  .b-event-popup .lines .left {
    position: relative;
    padding-right: 28px;
    width: 50.2%;
    font-size: 18px;
    line-height: 24px;
  }
}
@media (min-width: 1024px) {
  .b-event-popup .lines .left {
    width: 55.5%;
    font-size: 16px;
    line-height: 20px;
  }
}
@media (min-width: 1440px) {
  .b-event-popup .lines .left {
    width: 51.4%;
    line-height: 24px;
  }
}
.b-event-popup .lines .left .g-icon {
  display: block;
  margin-bottom: 6px;
  font-size: 25px;
}
@media (min-width: 768px) {
  .b-event-popup .lines .left .g-icon {
    position: absolute;
    top: -4px;
    left: -46px;
    font-size: 37px;
  }
}
.b-event-popup .lines .right {
  box-sizing: border-box;
  vertical-align: top !important;
  width: 50%;
  padding-left: 7px;
  color: #000;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  line-height: 16px;
}
@media (min-width: 480px) {
  .b-event-popup .lines .right {
    padding-left: 15px;
  }
}
@media (min-width: 768px) {
  .b-event-popup .lines .right {
    position: relative;
    font-size: 18px;
    line-height: 24px;
    width: 30%;
  }
}
@media (min-width: 1024px) {
  .b-event-popup .lines .right {
    font-size: 16px;
    line-height: 20px;
    width: 40%;
  }
}
@media (min-width: 1440px) {
  .b-event-popup .lines .right {
    font-size: 18px;
    line-height: 24px;
  }
}
.b-event-popup .lines .right .g-icon {
  display: block;
  margin-bottom: 6px;
  font-size: 25px;
}
@media (min-width: 768px) {
  .b-event-popup .lines .right .g-icon {
    position: absolute;
    top: -4px;
    left: -31px;
    font-size: 30px;
  }
}
@media (min-width: 768px) {
  .b-event-popup .p-content {
    padding-left: 80px;
    padding-right: 10px;
  }
}
@media (min-width: 1024px) {
  .b-event-popup .p-content {
    padding-left: 0;
    padding-top: 34px;
    padding-right: 52px;
  }
}
@media (min-width: 1024px) {
  .b-event-popup .p-content {
    padding-top: 30px;
    padding-right: 82px;
  }
}
@media (min-width: 1440px) {
  .b-event-popup .p-content {
    padding-top: 27px;
    padding-right: 0px;
    width: 106%;
  }
}
.b-questions-head {
  position: relative;
}
.b-question-logo {
  position: absolute;
  text-align: right;
  right: 0;
  top: 0;
}
@media (min-width: 1440px) {
  .b-question-logo {
    top: -7px;
  }
}
.b-question-logo .partner {
  margin-bottom: 6px;
  color: rgba(0, 0, 0, 0.3);
  font-size: 10px;
  font-family: 'Open Sans', sans-serif;
  line-height: 10px;
  letter-spacing: 0.3px;
}
@media (min-width: 480px) {
  .b-question-logo .partner {
    font-size: 12px;
    margin-top: -4px;
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .b-question-logo .partner {
    margin-top: 5px;
  }
}
@media (min-width: 1024px) {
  .b-question-logo .partner {
    margin-bottom: 5px;
  }
}
@media (min-width: 1440px) {
  .b-question-logo .partner {
    margin-bottom: 7px;
  }
}
.b-question-logo .link {
  display: block;
  width: 84px;
  height: 10px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKAAAAATCAMAAAAgT/bEAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAJqUExURUxpcRoaGhkZGRkZGRoaGiQkJBsbGxoaGhoaGhoaGlVVVRoaGhsbGxoaGhoaGhoaGhwcHBoaGhsbGxsbGxwcHBsbGxkZGRsbGxkZGRoaGhkZGRsbG////xoaGjMzM4CAgBwcHBkZGRoaGhoaGhoaGhoaGhwcHCsrKxoaGhoaGhkZGRoaGhkZGUBAQCEhIRsbGxoaGhoaGiQkJBwcHCAgIB0dHRoaGhwcHBoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhkZGRkZGRoaGhkZGR4eHhoaGhoaGhkZGRsbGyEhIRwcHBoaGhoaGhsbGx4eHhwcHBkZGRoaGhsbGxoaGhwcHBoaGhoaGhkZGRoaGiAgIBkZGSsrKxoaGi4uLhoaGh0dHSMjIxkZGRkZGRwcHBoaGhoaGhoaGhsbGx8fHxoaGhkZGSIiIhoaGiAgIBwcHBkZGRoaGhoaGh0dHRoaGhoaGh0dHRkZGSAgICQkJBoaGhwcHBoaGhsbGxoaGhoaGhkZGRoaGhkZGR0dHRoaGh4eHhkZGRkZGRsbGxoaGhkZGRoaGhkZGRkZGRoaGhoaGhoaGhkZGRoaGhoaGhoaGhoaGicnJxoaGhoaGhoaGhoaGhoaGhkZGRoaGhsbGxsbGxoaGhoaGhoaGhoaGhkZGRsbGxkZGRoaGhoaGhkZGRoaGhkZGRoaGh4eHhsbGxoaGhkZGRkZGRsbGxoaGhoaGhoaGhoaGhoaGhkZGRsbGxoaGh0dHRsbGxkZGRoaGhoaGhoaGhoaGhsbGxkZGRsbGxwcHBoaGhoaGhkZGRkZGRoaGhoaGhoaGhkZGeRzFFIAAADNdFJOUwAnUb/kB1ZsFPcDUEJtYkRAHZCPEmCjL/6v1HsBlQUCUvz5uTrXCQaczvvZ/QQXHB6nDlMQGjsbdZuH74uU0fZN8vF0mCIy+PNnH0i9iFQrXK3bE+slxoDLqghlDLsL2DQWeudKxPqocxnlbw9+IC5mWbMs7dIjlxgV0DZ3TG541uG3Pscqtt9Vsenatd7uz5Ez42HszQ3wpaQoRo1kOV3iyMK0W3xwgcPKxcC6EUEK6qFxfzFPitw9OJI1aOiWn2OyJqyGN7iMzN2CdpplB+YtAAADmUlEQVRIx82V5VcVURDABxFYHogooDx98IAnDcJTWkGkVBQMQLBFUiUVA+zu7u7u7u6Y/8m5sbvoYw9xjucwH3bmTtz53d1794KbLsMB4kjNBhBGAulcNbgcdGn1SrfnLM6Vo2SKKsx47ubWzHQfWeIn4vm/ftt/5jFrgt4rHqCRlFWkxLutsAdMWCgnHDhXGicpA1CXVQCepAawWH8ynFgzNThSw7O8Hss9UWkz+dib7MF8YsQhTDvLkr483DSOD5a0AozXe00E6EfKhWUE1odw35haE6/ouy9edPIjZ/cBXW5rBaELOwf8SM1blsVgVp0RoJKheacf5YC4M0kHdHV1bSb9jbSvAaAfxVzjVMB08ox9l/12EekqI0AbK8nknxWxLRaW/vhMdhA5qxFXkFqpA9pIv8nJjhhF2i4AMcRLAyQxkfYQ3TsEHNFu+0FuFGJGPhl3bLKsI8AALX8B4ncLwEpFjt0RvYQlAVknZxaNiyQrTwAi+pgMARt9SfoYAabQ5lvKrXJack2ngJUU/fpFr3cATKUPkswdk2ntBSog2hKMADVRAd2Z5MsGxxHLpDmVdqEBYDAr+cSP1Bw2VdULQ8AyxEsydgRxowAspli0U1cBuTTISZYgTlV/B+IcGB6SD+JQjSYmDJ5lBBiNmCNjO+iYCMArpRQ8dqJjQJuZ5GY7wAAfEl85SQQtTZr0bjaTGkYpw9iYPlakBGxjJe9l3vBH92nblxgAXke8KBOnIZoF4FC4LP5O3T8kU8gRxK0DwYj7WX/yTGGOW4gzHPYgWFgKbderBoBpiP58feBBjmwVEJKKewY4uwJxbyF7cdto5snM1YJ4IYxm9Ee85gAY7jyfnnRASw0AnWidB71pnHmY/tWJGiAsD+0qYM0gkldqxyDiwA1bQ5kqUP8kOC3CTN9kfKIEjGYlL9ngKWaleI/WOzgAAgv679q9h+GsAx0QEiZ1EfCfq+5QlupLjRXHYJnqWAz/3iRhz+TgRqwRoCndX+YEp0F7QAiM6BEgJM6I4a6QtYHCEXaaO86fAgdAmFvPrhw0JxudYpJN63l+5Hz4GxBgdQxXiqKEC0cgmVbVYFd3uCIlvP1GVNbMYq8f53lYwMryizLPnDsr3xHUyRJ58K2PgyrjtdIiRRFUMJNSVO+W7U2FJerAV1HCtA0FPRVLSjVDrMgYcxd6qeTNE1/yYW8FhHu1/NZ8AL1YGiY+8Sz/rx3+ABqLrYqGfJHFAAAAAElFTkSuQmCC);
  background-size: cover;
}
@media (min-width: 480px) {
  .b-question-logo .link {
    width: 102px;
    height: 12px;
  }
}
@media (min-width: 1024px) {
  .b-question-logo .link {
    width: 160px;
    height: 19px;
    margin-right: 8px;
  }
}
@media (min-width: 1440px) {
  .b-question-logo .link {
    margin-right: 2px;
  }
}
.b-questions-preview {
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  color: inherit;
  overflow: hidden;
}
@media (min-width: 768px) {
  .b-questions-preview {
    margin-bottom: 40px;
    margin-top: 19px;
  }
}
@media (min-width: 1440px) {
  .b-questions-preview {
    margin-bottom: 40px;
    margin-top: 2px;
  }
}
.b-questions-preview.animated:hover .content {
  margin-top: -90px;
}
.b-questions-preview.animated .link-image {
  transition: height 0.15s 0s ease-in-out;
}
.b-questions-preview.animated .content {
  transition: margin-top 0.2s 0.07s ease-in-out;
}
.b-questions-preview .link-image {
  display: block;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .b-questions-preview .link-image {
    margin-bottom: 10px;
  }
}
@media (min-width: 1024px) {
  .b-questions-preview .link-image {
    margin-bottom: 8px;
  }
}
.b-questions-preview .link-image .image {
  display: inline-block;
  height: 90px;
  width: auto;
}
.b-questions-preview .title .link {
  color: #000;
  font-size: 24px;
  font-family: 'Open Sans', sans-serif;
  line-height: 32px;
  text-decoration: none;
}
@media (min-width: 1024px) {
  .b-questions-preview .title .link {
    line-height: 32px;
  }
}
@media (min-width: 1024px) {
  .b-questions-preview .title {
    margin-bottom: 2px;
  }
}
@media (min-width: 1440px) {
  .b-questions-preview .title {
    margin-bottom: 1px;
  }
}
.b-questions-preview .date {
  color: #000;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  line-height: 20px;
  margin-bottom: 7px;
}
@media (min-width: 1440px) {
  .b-questions-preview .date:first-child {
    margin-top: 14px;
  }
}
.b-questions-preview .author {
  font-family: 'Open Sans', sans-serif;
  color: #d0021b;
  text-decoration: none;
}
.b-questions-preview .description {
  color: #000;
  font-size: 20px;
  font-family: 'Open Sans', sans-serif;
  line-height: 28px;
  overflow: hidden;
}
.b-questions-preview .answers {
  color: #d0021b;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  line-height: 20px;
}
.b-questions-preview .reply {
  color: #000;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  line-height: 20px;
  text-decoration: none;
}
.b-questions-list-mobile::-webkit-scrollbar {
  display: none;
}
.b-questions-list-mobile {
  overflow-x: scroll;
  white-space: nowrap;
  margin-bottom: 16px;
}
.b-questions-list-mobile .question {
  display: inline-block;
  margin-right: 30px;
  white-space: normal;
  width: 200px;
}
.b-questions-list-mobile .question .description {
  display: none;
}
.b-questions-list-mobile .question .link {
  font-size: 18px;
}
.b-questions-list-mobile .question .author {
  color: black;
}
.b-questions-list-mobile .question .date {
  color: #d0021b;
  font-family: 'Open Sans', sans-serif;
}
.b-questions-list {
  position: relative;
}
@media (min-width: 1024px) {
  .b-questions-list {
    min-height: 730px;
  }
}
.b-questions-list .b-banner-sidebar {
  position: absolute;
  right: 0;
  top: 1px;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  height: auto;
}
.b-questions-list .event:first-of-type .g-line {
  display: none;
}
.b-questions-list .event-wrapper {
  font-size: 0;
  white-space: nowrap;
  overflow-x: hidden;
  text-overflow: ellipsis;
}
.b-questions-list .event-wrapper > div {
  display: inline-block;
  vertical-align: top;
  font-size: medium;
}
.b-questions-list .event-wrapper:hover .category,
.b-questions-list .event-wrapper:hover .title .link,
.b-questions-list .event-wrapper:hover .icons {
  color: #d0021b;
}
.b-questions-list .event-wrapper:hover .icons .icon {
  margin-right: 24px;
}
.b-questions-list .event-wrapper:hover .icons .g-icon {
  width: 24px;
}
@media (min-width: 768px) {
  .b-questions-list .event-wrapper:hover .icons .g-icon {
    width: 34px;
  }
}
.b-questions-list .event-wrapper.active .category,
.b-questions-list .event-wrapper.active .title .link,
.b-questions-list .event-wrapper.active .icons {
  color: #d0021b;
}
.b-questions-list .event-wrapper.active .icons .icon {
  margin-right: 24px;
}
.b-questions-list .event-wrapper.active .icons .g-icon {
  width: 24px;
}
@media (min-width: 768px) {
  .b-questions-list .event-wrapper.active .icons .g-icon {
    width: 34px;
  }
}
.b-questions-list .icons {
  overflow: hidden;
  height: 24px;
  padding-top: 26px;
  font-size: 0;
  transition: width 0.2s 0.07s ease-in-out;
  color: #d0021b;
  font-size: 0 !important;
}
.b-questions-list .icons > div {
  display: inline-block;
  vertical-align: top;
  font-size: medium;
}
@media (min-width: 768px) {
  .b-questions-list .icons {
    height: 34px;
  }
}
.b-questions-list .icons .icon {
  position: relative;
  margin-right: 0;
  transition: margin-right 0.15s 0s ease-in-out;
}
.b-questions-list .icons .g-icon {
  font-size: 0;
  vertical-align: middle;
  transition: color 0.15s 0s ease-in-out, font-size 0.15s 0s ease-in-out, width 0.15s 0s ease-in-out;
  line-height: 24px;
  width: 0;
}
@media (min-width: 768px) {
  .b-questions-list .icons .g-icon {
    line-height: 34px;
  }
}
@media (min-width: 768px) {
  .b-questions-list .g-line {
    margin-left: 184px;
    width: calc(100% - 184px);
  }
}
@media (min-width: 1024px) {
  .b-questions-list .g-line {
    margin-left: 167px;
    width: calc(100% - 167px);
  }
}
@media (min-width: 1440px) {
  .b-questions-list .g-line {
    margin-left: 158px;
    width: calc(100% - 158px);
  }
}
@media (min-width: 1440px) {
  .b-questions-list .g-line {
    margin-left: 176px;
    width: calc(100% - 176px);
  }
}
.b-questions-list .date.date {
  color: #d0021b;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  line-height: 20px;
}
@media (min-width: 768px) {
  .b-questions-list .date.date {
    font-size: 18px;
    color: #000;
    width: 184px;
    padding-top: 47px;
  }
}
@media (min-width: 1024px) {
  .b-questions-list .date.date {
    width: 167px;
  }
}
@media (min-width: 1440px) {
  .b-questions-list .date.date {
    width: 158px;
  }
}
@media (min-width: 1440px) {
  .b-questions-list .date.date {
    width: 176px;
  }
}
.b-questions-list .info {
  padding-top: 14px;
  padding-bottom: 13px;
  white-space: normal;
}
@media (min-width: 768px) {
  .b-questions-list .info {
    padding-top: 21px;
    padding-bottom: 23px;
    width: calc(100% - 184px);
  }
}
@media (min-width: 1440px) {
  .b-questions-list .info {
    padding-bottom: 21px;
    width: calc(100% - 158px);
  }
}
@media (min-width: 1440px) {
  .b-questions-list .info {
    padding-bottom: 23px;
    width: calc(100% - 176px);
  }
}
.b-questions-list .info:first-of-type {
  padding-bottom: 14px;
}
.b-questions-list .name {
  color: #000;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  line-height: 16px;
  text-decoration: none;
  transition: color 0.15s 0s ease-in-out;
}
@media (min-width: 768px) {
  .b-questions-list .name {
    font-size: 14px;
    display: inline-block;
    margin-bottom: 2px;
  }
}
@media (min-width: 1440px) {
  .b-questions-list .name {
    margin-bottom: 1px;
  }
}
.b-questions-list .name .link {
  color: #000;
  text-decoration: none;
}
.b-questions-list .title .link {
  color: #000;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  line-height: 26px;
  transition: color 0.15s 0s ease-in-out;
  text-decoration: none;
}
@media (min-width: 768px) {
  .b-questions-list .title .link {
    font-size: 24px;
    line-height: 28px;
  }
}
@media (min-width: 1440px) {
  .b-questions-list .title .link {
    line-height: 28px;
  }
}
@media (min-width: 1440px) {
  .b-questions-list .title {
    margin-bottom: 2px;
  }
}
@media (min-width: 1440px) {
  .b-questions-list .title {
    margin-bottom: 1px;
  }
}
.b-question-popup {
  margin-top: -48px;
}
@media (min-width: 768px) {
  .b-question-popup {
    position: relative;
    margin-top: -12px;
  }
}
@media (min-width: 768px) {
  .b-question-popup .left {
    padding-left: 32px;
  }
}
@media (min-width: 1440px) {
  .b-question-popup .left {
    padding-left: 0;
    margin-left: -56px;
  }
}
@media (min-width: 1440px) {
  .b-question-popup .left {
    margin-left: -23px;
  }
}
.b-question-popup .left .image {
  max-width: 94px;
  height: auto;
  margin-bottom: 15px;
}
.b-question-popup .main-image {
  display: block;
  height: 128px;
  margin-bottom: 14px;
}
@media (min-width: 768px) {
  .b-question-popup .main-image {
    position: absolute;
    right: 48px;
    top: 68px;
  }
}
@media (min-width: 1024px) {
  .b-question-popup .main-image {
    position: relative;
    right: 0;
    top: 0;
    margin-top: 16px;
    margin-bottom: 16px;
  }
}
@media (min-width: 1440px) {
  .b-question-popup .main-image {
    margin-top: 0;
  }
}
@media (min-width: 1440px) {
  .b-question-popup .main-image {
    margin-top: -39px;
  }
}
.b-question-popup .date {
  display: inline-block;
  color: #000;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  line-height: 18px;
}
@media (min-width: 768px) {
  .b-question-popup .date {
    font-size: 18px;
    display: block;
    margin-bottom: 42px;
  }
}
@media (min-width: 1024px) {
  .b-question-popup .date {
    width: 159px;
  }
}
@media (min-width: 1440px) {
  .b-question-popup .date {
    width: 150px;
  }
}
@media (min-width: 1440px) {
  .b-question-popup .date {
    width: 168px;
  }
}
.b-question-popup .author {
  color: #d0021b;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  line-height: 16px;
  text-decoration: none;
  transition: color 0.15s 0s ease-in-out;
}
@media (min-width: 768px) {
  .b-question-popup .author {
    font-size: 36px;
    margin-bottom: 2px;
  }
}
@media (min-width: 1440px) {
  .b-question-popup .author {
    margin-bottom: 1px;
  }
}
.b-question-popup .title {
  margin-top: 8px;
  margin-bottom: 40px;
  color: #000;
  font-size: 24px;
  font-family: 'Open Sans', sans-serif;
  line-height: 32px;
  text-decoration: none;
}
@media (min-width: 768px) {
  .b-question-popup .title {
    font-size: 44px;
    line-height: 56px;
    margin-top: 28px;
    margin-bottom: 43px;
    padding-right: 220px;
  }
}
@media (min-width: 1024px) {
  .b-question-popup .title {
    padding-right: 0;
  }
}
@media (min-width: 1440px) {
  .b-question-popup .title {
    margin-bottom: 43px;
  }
}
@media (min-width: 1440px) {
  .b-question-popup .title {
    padding-right: 32px;
  }
}
.b-question-popup .answers {
  color: #d0021b;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  line-height: 18px;
}
@media (min-width: 1024px) {
  .b-question-popup .answers {
    margin-bottom: 104px;
  }
}
.b-question-popup .f-input-redline {
  margin-bottom: 45px;
}
@media (min-width: 768px) {
  .b-question-popup .f-input-redline {
    margin-top: 76px;
    margin-bottom: 60px;
  }
}
@media (min-width: 1024px) {
  .b-question-popup .f-input-redline {
    margin-top: 59px;
  }
}
@media (min-width: 1440px) {
  .b-question-popup .f-input-redline {
    margin-top: 69px;
  }
}
@media (min-width: 1440px) {
  .b-question-popup .f-input-redline {
    margin-top: 55px;
  }
}
.b-question-popup .b-shares.horizontal {
  margin-top: 60px;
}
@media (min-width: 768px) {
  .b-question-popup .b-shares.horizontal {
    margin-left: 32px;
  }
}
@media (min-width: 768px) {
  .b-question-popup .p-content {
    padding-left: 32px;
  }
}
@media (min-width: 1024px) {
  .b-question-popup .p-content {
    padding-left: 0;
    padding-right: 32px;
    padding-top: 44px;
  }
}
@media (min-width: 1440px) {
  .b-question-popup .p-content {
    padding-right: 122px;
    padding-top: 35px;
  }
}
@media (min-width: 1440px) {
  .b-question-popup .p-content {
    padding-top: 2px;
  }
}
.b-answer {
  margin-bottom: 43px;
}
@media (min-width: 768px) {
  .b-answer {
    margin-bottom: 58px;
  }
}
.b-answer.gray p {
  color: rgba(0, 0, 0, 0.3);
}
@media (min-width: 768px) {
  .b-answer .date {
    display: inline;
  }
}
.b-answer .author {
  color: #d0021b;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  line-height: 16px;
}
@media (min-width: 768px) {
  .b-answer .author {
    font-size: 18px;
    line-height: 18px;
  }
}
.b-answer p {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .b-answer p {
    margin-top: 21px;
  }
}
.b-answer .shortly {
  color: #000;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  line-height: 14px;
}
.b-ask-question-popup .date {
  color: #000;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  line-height: 14px;
}
@media (min-width: 768px) {
  .b-ask-question-popup .date {
    font-size: 18px;
    line-height: 18px;
  }
}
.b-ask-question-popup .author {
  color: #d0021b;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  line-height: 14px;
}
@media (min-width: 768px) {
  .b-ask-question-popup .author {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    line-height: 18px;
  }
}
.b-ask-question-popup .js-error {
  color: #d0021b;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  line-height: 16px;
}
.b-ask-question-popup .g-dropdown {
  margin-top: 91px;
  margin-left: 0;
  color: #d0021b;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  line-height: 24px;
}
@media (min-width: 768px) {
  .b-ask-question-popup .g-dropdown {
    color: #d0021b;
    font-size: 24px;
    font-family: 'Open Sans', sans-serif;
    line-height: 29px;
  }
}
.b-ask-question-popup .g-dropdown.wide::before {
  height: 50px;
  width: 50px;
  right: -35px;
}
.b-ask-question-popup .g-dropdown.wide::after {
  top: 10px;
}
.b-ask-question-popup .g-dropdown.wide .options {
  top: 40px;
}
.b-ask-question-popup .f-input {
  margin-top: 33px;
  margin-bottom: 35px;
}
.b-ask-question-popup .radio-text {
  vertical-align: top;
  color: #000;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  line-height: 32px;
  cursor: pointer;
}
.b-ask-question-popup .f-submit {
  margin: 57px auto 0;
}
@media (min-width: 768px) {
  .b-ask-question-popup .f-submit {
    width: 200px;
  }
}
.b-thankyou-popup {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -80px;
}
@media (min-width: 1024px) {
  .b-thankyou-popup {
    position: static;
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
}
.b-thankyou-popup .title {
  color: #d0021b;
  font-size: 44px;
  font-family: 'Open Sans', sans-serif;
  line-height: 56px;
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .b-thankyou-popup .title {
    color: #d0021b;
    font-size: 72px;
    font-family: 'Open Sans', sans-serif;
    line-height: 56px;
    margin-bottom: 24px;
  }
}
.b-thankyou-popup .description {
  color: #000;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  line-height: 28px;
}
@media (min-width: 768px) {
  .b-thankyou-popup .description {
    color: #000;
    font-size: 24px;
    font-family: 'Open Sans', sans-serif;
    line-height: 32px;
  }
}
.b-place-popup .category {
  display: block;
  margin-top: -15px;
}
@media (min-width: 768px) {
  .b-place-popup .category {
    margin-top: -18px;
    margin-left: 32px;
  }
}
@media (min-width: 1440px) {
  .b-place-popup .category {
    margin-left: -56px;
  }
}
@media (min-width: 1440px) {
  .b-place-popup .category {
    margin-left: -24px;
  }
}
.b-place-popup .category .link {
  color: #000;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  line-height: 20px;
  text-decoration: none;
}
@media (min-width: 768px) {
  .b-place-popup .category .link {
    font-size: 18px;
    line-height: 24px;
  }
}
.b-place-popup .info-place {
  margin-top: 42px;
}
@media (min-width: 768px) {
  .b-place-popup .info-place {
    margin-top: 61px;
  }
}
.b-place-popup .name {
  margin-top: 3px;
  margin-bottom: 8px;
  color: #000;
  font-size: 24px;
  font-family: 'Open Sans', sans-serif;
  line-height: 32px;
}
@media (min-width: 768px) {
  .b-place-popup .name {
    margin-top: 23px;
    margin-left: 32px;
    margin-bottom: 30px;
    padding-right: 70px;
    color: #000;
    font-size: 44px;
    font-family: 'Open Sans', sans-serif;
    line-height: 56px;
  }
}
@media (min-width: 1024px) {
  .b-place-popup .name {
    margin-bottom: 26px;
  }
}
@media (min-width: 1440px) {
  .b-place-popup .name {
    margin-left: -56px;
  }
}
@media (min-width: 1440px) {
  .b-place-popup .name {
    margin-left: -24px;
  }
}
.b-place-popup .transliteration {
  margin-bottom: 24px;
  color: #000;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  line-height: 14px;
}
@media (min-width: 768px) {
  .b-place-popup .transliteration {
    margin-bottom: 57px;
    margin-left: 32px;
    color: #000;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    line-height: 28px;
  }
}
@media (min-width: 1440px) {
  .b-place-popup .transliteration {
    margin-left: -56px;
  }
}
@media (min-width: 1440px) {
  .b-place-popup .transliteration {
    margin-left: -24px;
  }
}
.b-place-popup .icons {
  padding-left: 4px;
  margin-bottom: 31px;
  font-size: 0;
}
.b-place-popup .icons > div {
  display: inline-block;
  vertical-align: top;
  font-size: medium;
}
@media (min-width: 480px) {
  .b-place-popup .icons {
    margin-bottom: 29px;
  }
}
@media (min-width: 768px) {
  .b-place-popup .icons {
    float: right;
    margin-right: 12px;
    margin-top: -95px;
  }
}
@media (min-width: 1024px) {
  .b-place-popup .icons {
    float: none;
    margin-top: 0;
    margin-right: 0;
    margin-left: 32px;
    margin-bottom: 70px;
  }
}
@media (min-width: 1440px) {
  .b-place-popup .icons {
    margin-left: -56px;
  }
}
@media (min-width: 1440px) {
  .b-place-popup .icons {
    margin-left: -24px;
  }
}
.b-place-popup .icons .icon {
  position: relative;
  margin-right: 20px;
  cursor: pointer;
  transition: color 0.15s 0s ease-in-out;
}
.b-place-popup .icons .icon:hover {
  color: #d0021b;
}
@media (min-width: 768px) {
  .b-place-popup .icons .icon:hover .caption {
    display: inline-block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 64px;
  }
}
.b-place-popup .icons .g-icon {
  font-size: 24px;
  line-height: 24px;
}
@media (min-width: 768px) {
  .b-place-popup .icons .g-icon {
    font-size: 34px;
    line-height: 34px;
  }
}
.b-place-popup .icons .caption {
  display: none;
  background-color: #e0e0e0;
  padding: 0 21px;
  color: #000;
  font-size: 24px;
  font-family: 'Open Sans', sans-serif;
  line-height: 48px;
}
.b-place-popup .icons .caption:before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -20px;
  display: inline-block;
  content: "";
  width: 0px;
  height: 0px;
  border-color: transparent;
  border-style: solid;
  border-width: 0 17px 20px 17px;
  border-bottom-color: #e0e0e0;
  border-left-color: rgba(224, 224, 224, 0);
  border-right-color: rgba(224, 224, 224, 0);
}
.b-place-popup .item {
  margin-bottom: 25px;
  font-size: 0;
}
.b-place-popup .item > div {
  display: inline-block;
  vertical-align: top;
  font-size: medium;
}
@media (min-width: 768px) {
  .b-place-popup .item {
    margin-left: 32px;
    margin-bottom: 26px;
  }
}
@media (min-width: 1440px) {
  .b-place-popup .item {
    margin-left: -56px;
  }
}
@media (min-width: 1440px) {
  .b-place-popup .item {
    margin-left: -24px;
  }
}
.b-place-popup .item .icon {
  display: inline-block;
  margin-bottom: 4px;
  margin-right: 12px;
}
@media (min-width: 480px) {
  .b-place-popup .item .icon {
    margin-right: 9px;
  }
}
@media (min-width: 768px) {
  .b-place-popup .item .icon {
    margin-right: 17px;
  }
}
.b-place-popup .item .icon .g-icon {
  font-size: 23px;
}
@media (min-width: 768px) {
  .b-place-popup .item .icon .g-icon {
    font-size: 31px;
  }
}
.b-place-popup .item .value {
  color: #000;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  line-height: 20px;
}
@media (min-width: 480px) {
  .b-place-popup .item .value {
    line-height: 22px;
    max-width: 250px;
  }
}
@media (min-width: 768px) {
  .b-place-popup .item .value {
    margin-right: 16px;
    font-size: 18px;
    line-height: 33px;
    max-width: 310px;
  }
}
@media (min-width: 1024px) {
  .b-place-popup .item .value {
    font-size: 18px;
    line-height: 32px;
    margin-right: 29px;
    max-width: 360px;
  }
}
@media (min-width: 1440px) {
  .b-place-popup .item .value {
    font-size: 18px;
    margin-right: 16px;
    max-width: 430px;
  }
}
.b-place-popup .item .value .small-text {
  font-family: 'Open Sans', sans-serif;
}
.b-place-popup .other {
  margin-top: 30px;
  margin-left: 34px;
  color: #000;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  line-height: 16px;
}
@media (min-width: 480px) {
  .b-place-popup .other {
    margin-top: 26px;
    margin-left: 32px;
  }
}
@media (min-width: 768px) {
  .b-place-popup .other {
    margin-top: 34px;
    margin-left: 80px;
    color: #000;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    line-height: 24px;
  }
}
@media (min-width: 1440px) {
  .b-place-popup .other {
    margin-left: -8px;
  }
}
@media (min-width: 1440px) {
  .b-place-popup .other {
    margin-left: 24px;
  }
}
@media (min-width: 768px) {
  .b-place-popup .p-content {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 1024px) {
  .b-place-popup .p-content {
    padding-left: 0;
    padding-top: 38px;
    padding-right: 32px;
  }
}
@media (min-width: 1440px) {
  .b-place-popup .p-content {
    margin-right: -25px;
    padding-top: 34px;
    padding-right: 0;
  }
}
@media (min-width: 1440px) {
  .b-place-popup .p-content {
    padding-top: 31px;
    padding-right: 0px;
    width: 105%;
  }
}
.b-place-popup .p-content .image {
  margin-bottom: 13px;
}
@media (min-width: 768px) {
  .b-place-popup .p-content .image {
    margin-bottom: 23px;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .b-place-popup .p-content .image {
    margin-bottom: 25px;
    width: 100%;
  }
}
.b-place-popup .p-content .paragraph {
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .b-place-popup .p-content .paragraph {
    margin-bottom: 17px;
  }
}
@media (min-width: 1024px) {
  .b-place-popup .p-content .paragraph {
    margin-right: 25px;
    line-height: 28px;
  }
}
@media (min-width: 1440px) {
  .b-place-popup .p-content .paragraph {
    margin-right: 27px;
  }
}
.b-place-popup .p-content .g-text-accent-color.g-text-accent-color {
  color: #d0021b;
}
@media (min-width: 1024px) {
  .b-place-popup .p-content .g-text-accent-color.g-text-accent-color {
    line-height: 24px;
  }
}
.b-404-page .error {
  margin: 29px 0 37px;
  color: #000;
  font-size: 128px;
  font-family: 'Open Sans', sans-serif;
}
@media (min-width: 480px) {
  .b-404-page .error {
    margin: 37px 0 38px 14px;
  }
}
@media (min-width: 768px) {
  .b-404-page .error {
    margin: 37px 0 74px 50px;
    font-size: 288px;
  }
}
@media (min-width: 1024px) {
  .b-404-page .error {
    margin: 48px 0 74px 54px;
  }
}
@media (min-width: 1440px) {
  .b-404-page .error {
    margin: 48px 0 74px 72px;
  }
}
.b-404-page .paragraph {
  margin-bottom: 70px;
  color: #000;
  font-size: 24px;
  font-family: 'Open Sans', sans-serif;
  line-height: 36px;
}
@media (min-width: 480px) {
  .b-404-page .paragraph {
    margin-left: 14px;
    margin-bottom: 69px;
  }
}
@media (min-width: 768px) {
  .b-404-page .paragraph {
    margin-left: 50px;
    margin-bottom: 142px;
    color: #000;
    font-size: 44px;
    font-family: 'Open Sans', sans-serif;
    line-height: 60px;
  }
}
@media (min-width: 1024px) {
  .b-404-page .paragraph {
    margin-left: 54px;
  }
}
@media (min-width: 1440px) {
  .b-404-page .paragraph {
    margin-left: 72px;
  }
}
.b-404-page .line {
  height: 1px;
  margin: 0 -16px 29px -16px;
  background-color: #000;
}
@media (min-width: 480px) {
  .b-404-page .line {
    margin: 0 -29px 29px -24px;
  }
}
@media (min-width: 768px) {
  .b-404-page .line {
    margin: 0 0 29px 0;
  }
}
.b-new-newspaper {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .b-new-newspaper {
    margin-top: 30px;
  }
}
.b-new-newspaper .main-title {
  margin-bottom: 3px;
  color: #000;
  font-size: 24px;
  font-family: 'Open Sans', sans-serif;
  line-height: 32px;
}
@media (min-width: 768px) {
  .b-new-newspaper .main-title {
    color: #000;
    font-size: 44px;
    font-family: 'Open Sans', sans-serif;
    line-height: 57px;
  }
}
@media (min-width: 1024px) {
  .b-new-newspaper .main-title {
    margin-bottom: -2px;
    color: #000;
    font-size: 60px;
    font-family: 'Open Sans', sans-serif;
    line-height: 96px;
  }
}
.b-new-newspaper .main-title .number-issue {
  float: right;
  margin-top: 12px;
  color: #000;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  line-height: 16px;
}
@media (min-width: 768px) {
  .b-new-newspaper .main-title .number-issue {
    margin-top: 24px;
    color: #000;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    line-height: 24px;
  }
}
@media (min-width: 1024px) {
  .b-new-newspaper .main-title .number-issue {
    margin-top: 47px;
    color: #000;
    font-size: 24px;
    font-family: 'Open Sans', sans-serif;
    line-height: 32px;
  }
}
.b-new-newspaper .description {
  margin: 34px 0 15px;
  color: #000;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  line-height: 16px;
}
@media (min-width: 480px) {
  .b-new-newspaper .description {
    margin: 2px 120px 16px 0;
  }
}
@media (min-width: 768px) {
  .b-new-newspaper .description {
    margin: 27px 0 18px 0;
    color: #000;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    line-height: 24px;
  }
}
@media (min-width: 1024px) {
  .b-new-newspaper .description {
    margin: 27px 70px 15px 0;
    color: #000;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    line-height: 32px;
  }
}
@media (min-width: 1440px) {
  .b-new-newspaper .description {
    margin: 37px 70px 19px 0;
  }
}
.b-new-newspaper .news {
  margin-top: 18px;
  padding-bottom: 10px;
}
@media (min-width: 480px) {
  .b-new-newspaper .news {
    margin-top: 19px;
  }
}
@media (min-width: 768px) {
  .b-new-newspaper .news {
    margin-top: 12px;
    padding-bottom: 12px;
  }
}
@media (min-width: 1024px) {
  .b-new-newspaper .news {
    margin-top: 17px;
    padding-bottom: 30px;
  }
}
.b-new-newspaper .news .title {
  transition: all 0.15s ease-in;
}
.b-new-newspaper .news .title:hover {
  color: #d0021b;
}
.b-new-newspaper .photo {
  float: right;
  display: none;
}
@media (min-width: 768px) {
  .b-new-newspaper .photo {
    display: block;
    width: 151px;
    margin-top: 8px;
  }
}
@media (min-width: 1024px) {
  .b-new-newspaper .photo {
    width: 223px;
    margin-top: 2px;
    margin-left: 30px;
  }
}
@media (min-width: 1440px) {
  .b-new-newspaper .photo {
    margin-bottom: 10px;
  }
}
.b-new-newspaper .category .g-publication-category {
  color: 16px;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
}
@media (min-width: 768px) {
  .b-new-newspaper .category .g-publication-category {
    color: 20px;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
  }
}
.b-new-newspaper .title {
  display: block;
  margin-top: 6px;
  text-decoration: none;
  color: #000;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  line-height: 24px;
}
@media (min-width: 768px) {
  .b-new-newspaper .title {
    margin-top: 10px;
    color: #000;
    font-size: 24px;
    font-family: 'Open Sans', sans-serif;
    line-height: 32px;
  }
}
@media (min-width: 1024px) {
  .b-new-newspaper .title {
    margin-top: 10px;
    color: #000;
    font-size: 36px;
    font-family: 'Open Sans', sans-serif;
    line-height: 40px;
  }
}
.b-new-newspaper .annotation {
  margin-top: 4px;
  color: #000;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  line-height: 20px;
}
@media (min-width: 768px) {
  .b-new-newspaper .annotation {
    color: #000;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    line-height: 24px;
  }
}
@media (min-width: 1024px) {
  .b-new-newspaper .annotation {
    margin-top: 16px;
    color: #000;
    font-size: 24px;
    font-family: 'Open Sans', sans-serif;
    line-height: 32px;
  }
}
.b-past-issues {
  margin-top: 37px;
  padding-bottom: 50px;
}
@media (min-width: 1440px) {
  .b-past-issues {
    margin-top: 20px;
  }
}
.b-past-issues .title {
  display: inline-block;
  margin: 23px 0 15px;
  color: #000;
  font-size: 24px;
  font-family: 'Open Sans', sans-serif;
  line-height: 32px;
}
@media (min-width: 768px) {
  .b-past-issues .title {
    margin: 24px 0 17px;
    font-size: 32px;
  }
}
@media (min-width: 1024px) {
  .b-past-issues .title {
    margin: 30px 0 24px;
    font-size: 48px;
  }
}
.b-past-issues .date-item {
  box-sizing: border-box;
  border: 4px solid #000;
  color: #000;
  font-size: 20px;
  font-family: 'Open Sans', sans-serif;
  line-height: 24px;
}
@media (min-width: 768px) {
  .b-past-issues .date-item {
    border-width: 6px;
    color: #000;
    font-size: 44px;
    font-family: 'Open Sans', sans-serif;
    line-height: 44px;
  }
}
.b-past-issues .date-item .cover {
  opacity: 0;
}
.b-past-issues .date-item .date-text {
  position: absolute;
  top: 8px;
  left: 13px;
}
@media (min-width: 768px) {
  .b-past-issues .date-item .date-text {
    top: 20px;
    left: 20px;
  }
}
@media (min-width: 1024px) {
  .b-past-issues .date-item .date-text {
    top: 23px;
    left: 23px;
  }
}
.b-past-issues .item {
  position: relative;
  margin-top: 8px;
  padding: 16px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .b-past-issues .item {
    margin-top: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 347px;
    padding: 0;
  }
  .b-past-issues .item:hover .mask {
    opacity: 1;
    z-index: 10;
    transform: translateX(0px);
  }
}
@media (min-width: 1024px) {
  .b-past-issues .item {
    height: 308px;
  }
}
@media (min-width: 1440px) {
  .b-past-issues .item {
    height: 330px;
  }
}
.b-past-issues .item .cover {
  float: left;
  width: 84px;
  height: 112px;
  margin-right: 15px;
}
@media (min-width: 768px) {
  .b-past-issues .item .cover {
    float: none;
    width: 218px;
    height: 298px;
    margin-right: 0;
  }
}
@media (min-width: 1024px) {
  .b-past-issues .item .cover {
    width: 194px;
    height: 265px;
  }
}
@media (min-width: 1440px) {
  .b-past-issues .item .cover {
    width: 208px;
    height: 284px;
  }
}
.b-past-issues .item .link {
  display: block;
  margin-bottom: 15px;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
}
.b-past-issues .item .info-issue {
  margin-top: 36px;
  color: #fff;
  font-size: 28px;
  font-family: 'Open Sans', sans-serif;
  line-height: 29px;
}
.b-past-issues .item .month {
  margin-top: 5px;
  margin-left: 6px;
  vertical-align: top;
  color: #fff;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
}
.b-past-issues .item .mask {
  display: none;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: translateX(-400px);
  transition: all 0.25s ease-in;
  z-index: 0;
}
@media (min-width: 768px) {
  .b-past-issues .item .mask {
    display: block;
  }
}
.b-past-issues .item .mask .link {
  display: block;
  margin-bottom: 0;
  padding: 20px;
  border-bottom: 1px solid #fff;
  text-decoration: none;
  color: #fff;
  font-size: 20px;
  font-family: 'Open Sans', sans-serif;
  line-height: 20px;
  transition: all 0.15s ease-in;
  opacity: 1;
}
.b-past-issues .item .mask .link:hover {
  opacity: 0.9;
}
.b-past-issues .item .mask .link .g-icon {
  float: right;
  width: 14px;
  height: 14px;
}
.b-past-issues .item .mask .info-issue {
  position: absolute;
  bottom: 25px;
  padding-left: 20px;
  color: #fff;
  font-size: 89px;
  font-family: 'Open Sans', sans-serif;
  line-height: 89px;
}
.b-past-issues .item .mask .month {
  display: block;
  margin-top: 0;
  vertical-align: top;
  color: #fff;
  font-size: 28px;
  font-family: 'Open Sans', sans-serif;
  line-height: 28px;
}
.b-past-issues .old-issue {
  color: #000;
  font-size: 20px;
  font-family: 'Open Sans', sans-serif;
  line-height: 20px;
  transition: color 0.15s 0s ease-in-out;
  margin-bottom: 35px;
}
.b-past-issues .old-issue:nth-of-type(1) {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .b-past-issues .old-issue {
    margin-bottom: 50px;
  }
  .b-past-issues .old-issue:nth-of-type(1) {
    margin-top: 50px;
  }
}
.b-past-issues .old-issue:hover {
  color: #d0021b;
}
@media (min-width: 768px) {
  .b-past-issues .old-issue:hover .links {
    display: inline-block;
  }
}
.b-past-issues .old-issue .number {
  font-family: 'Open Sans', sans-serif;
}
.b-past-issues .old-issue .links {
  display: block;
}
@media (min-width: 768px) {
  .b-past-issues .old-issue .links {
    display: none;
    margin-left: 28px;
  }
}
.b-past-issues .old-issue .link {
  color: #000;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  line-height: 16px;
  text-decoration: none;
  margin-right: 10px;
  transition: color 0.15s 0s ease-in-out;
}
.b-past-issues .old-issue .link:hover {
  color: #d0021b;
}
@media (min-width: 768px) {
  .b-past-issues .old-issue .link {
    color: #000;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    line-height: 16px;
    margin-right: 28px;
  }
}
.b-past-issues .old-issue .link .g-icon {
  display: none;
  font-size: 0.8em;
}
@media (min-width: 768px) {
  .b-past-issues .old-issue .link .g-icon {
    display: inline-block;
  }
}
@media (min-width: 768px) {
  .b-past-issues .old-issue {
    color: #000;
    font-size: 32px;
    font-family: 'Open Sans', sans-serif;
    line-height: 32px;
  }
}
.b-last-issue {
  margin: 0 -16px 27px;
  padding: 32px 32px 36px 32px;
}
@media (min-width: 480px) {
  .b-last-issue {
    margin: 0 -32px 46px;
    padding: 29px 32px 30px 32px;
  }
}
@media (min-width: 768px) {
  .b-last-issue {
    margin: 0 0 38px;
    padding: 29px 32px 36px 32px;
  }
}
@media (min-width: 1024px) {
  .b-last-issue {
    margin: 0 0 45px;
    padding: 50px 60px 59px 66px;
  }
}
@media (min-width: 1440px) {
  .b-last-issue {
    margin: 0 0 40px;
    padding: 50px 60px 48px 66px;
  }
}
.b-last-issue .cover {
  width: 54%;
}
@media (min-width: 480px) {
  .b-last-issue .cover {
    float: right;
    width: 33%;
    margin-top: 2px;
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .b-last-issue .cover {
    width: 40%;
    margin-left: 25px;
  }
}
@media (min-width: 1024px) {
  .b-last-issue .cover {
    width: 48.5%;
    margin-top: 8px;
    margin-left: 50px;
  }
}
@media (min-width: 1440px) {
  .b-last-issue .cover {
    width: 43.5%;
    margin-top: 8px;
    margin-left: 35px;
  }
}
@media (min-width: 1440px) {
  .b-last-issue .cover {
    width: 37.9%;
    margin-left: 70px;
  }
}
.b-last-issue .title {
  margin-top: 20px;
  color: #fff;
  font-size: 24px;
  font-family: 'Open Sans', sans-serif;
  line-height: 32px;
}
@media (min-width: 480px) {
  .b-last-issue .title {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .b-last-issue .title {
    color: #fff;
    font-size: 44px;
    font-family: 'Open Sans', sans-serif;
    line-height: 52px;
  }
}
@media (min-width: 1024px) {
  .b-last-issue .title {
    color: #fff;
    font-size: 68px;
    font-family: 'Open Sans', sans-serif;
    line-height: 79px;
  }
}
@media (min-width: 1440px) {
  .b-last-issue .title {
    color: #fff;
    font-size: 96px;
    font-family: 'Open Sans', sans-serif;
    line-height: 117px;
  }
}
.b-last-issue .annotation {
  margin-top: 8px;
  color: #fff;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  line-height: 24px;
}
@media (min-width: 768px) {
  .b-last-issue .annotation {
    margin-top: 18px;
  }
}
@media (min-width: 1024px) {
  .b-last-issue .annotation {
    margin-top: 50px;
    color: #fff;
    font-size: 24px;
    font-family: 'Open Sans', sans-serif;
    line-height: 32px;
  }
}
@media (min-width: 1440px) {
  .b-last-issue .annotation {
    margin-top: 25px;
    color: #fff;
    font-size: 36px;
    font-family: 'Open Sans', sans-serif;
    line-height: 48px;
  }
}
.b-last-issue .read-more {
  display: block;
  margin-top: 4px;
  color: #fff;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  line-height: 24px;
  transition: all 0.2s ease-in;
  opacity: 1;
  text-decoration: none;
}
.b-last-issue .read-more:hover {
  text-decoration: underline;
  opacity: 0.9;
}
@media (min-width: 768px) {
  .b-last-issue .read-more {
    margin-top: 7px;
    width: 140px;
  }
}
@media (min-width: 1024px) {
  .b-last-issue .read-more {
    margin-top: 16px;
    color: #fff;
    font-size: 24px;
    font-family: 'Open Sans', sans-serif;
    line-height: 32px;
  }
}
.b-last-issue .previous {
  display: block;
  margin-top: 30px;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  line-height: 24px;
  transition: all 0.2s ease-in;
  opacity: 1;
}
.b-last-issue .previous:hover {
  opacity: 0.9;
}
@media (min-width: 768px) {
  .b-last-issue .previous {
    margin-top: 69px;
    width: 210px;
  }
}
@media (min-width: 1024px) {
  .b-last-issue .previous {
    margin-top: 108px;
    margin-left: -15px;
    color: #fff;
    font-size: 24px;
    font-family: 'Open Sans', sans-serif;
    line-height: 32px;
  }
}
@media (min-width: 1440px) {
  .b-last-issue .previous {
    margin-top: 58px;
    margin-left: 0;
    color: #fff;
    font-size: 24px;
    font-family: 'Open Sans', sans-serif;
    line-height: 32px;
  }
}
.b-search-results {
  position: relative;
  margin-top: 20px;
  padding-bottom: 150px;
}
@media (min-width: 768px) {
  .b-search-results {
    margin-top: 47px;
  }
}
@media (min-width: 1024px) {
  .b-search-results {
    margin-top: 73px;
  }
}
@media (min-width: 1440px) {
  .b-search-results {
    margin-top: 69px;
  }
}
.b-search-results .b-banner-sidebar {
  margin-right: 40px;
}
@media (min-width: 1024px) {
  .b-search-results .b-banner-sidebar .banner {
    border: 20px solid rgba(0, 0, 0, 0.2);
  }
}
.b-search-results .main-title {
  color: #000;
  font-size: 24px;
  font-family: 'Open Sans', sans-serif;
  line-height: 36px;
}
@media (min-width: 768px) {
  .b-search-results .main-title {
    color: #000;
    font-size: 44px;
    font-family: 'Open Sans', sans-serif;
    line-height: 64px;
  }
}
@media (min-width: 1024px) {
  .b-search-results .main-title {
    margin-right: 40px;
    color: #000;
    font-size: 60px;
    font-family: 'Open Sans', sans-serif;
    line-height: 68px;
  }
}
@media (min-width: 1440px) {
  .b-search-results .main-title {
    margin-right: 76px;
  }
}
@media (min-width: 1440px) {
  .b-search-results .main-title {
    margin-right: 21px;
  }
}
.b-search-results .post {
  padding-top: 1px;
}
.b-search-results .post .info {
  margin-top: 27px;
  color: #000;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  line-height: 16px;
}
@media (min-width: 768px) {
  .b-search-results .post .info {
    font-size: 14px;
    line-height: 20px;
  }
}
.b-search-results .post .category {
  color: #000;
  text-decoration: none;
  transition: all 0.15s ease-in;
}
.b-search-results .post .category:hover {
  color: #d0021b;
}
.b-search-results .post .date-post {
  color: #d0021b;
}
.b-search-results .post .heading {
  margin: 6px 0;
  color: #000;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  line-height: 24px;
}
.b-search-results .post .heading .link {
  text-decoration: none;
  color: #000;
  transition: all 0.15s ease-in;
}
.b-search-results .post .heading .link:hover {
  color: #d0021b;
}
@media (min-width: 768px) {
  .b-search-results .post .heading {
    width: 55%;
    margin: 17px 0 6px;
    color: #000;
    font-size: 24px;
    font-family: 'Open Sans', sans-serif;
    line-height: 32px;
  }
}
@media (min-width: 1024px) {
  .b-search-results .post .heading {
    width: 468px;
  }
}
.b-search-results .post .annotation-post {
  margin-bottom: 23px;
  color: #000;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  line-height: 16px;
}
@media (min-width: 768px) {
  .b-search-results .post .annotation-post {
    width: 55%;
    margin-bottom: 29px;
    color: #000;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    line-height: 24px;
  }
}
@media (min-width: 1024px) {
  .b-search-results .post .annotation-post {
    width: 468px;
  }
}
.b-search-results .post .photo {
  float: right;
  width: 31%;
  margin: 2.4% 0;
}
@media (min-width: 1024px) {
  .b-search-results .post .photo {
    width: 29.3%;
    margin: 2.3% 0;
  }
}
@media (min-width: 1440px) {
  .b-search-results .post .photo {
    width: 34.5%;
  }
}
@media (min-width: 1440px) {
  .b-search-results .post .photo {
    width: 28.3%;
    margin: 2% 0;
  }
}
@media (min-width: 1024px) {
  .b-search-results .margin-right-post-md {
    margin-right: 40px;
  }
}
@media (min-width: 1440px) {
  .b-search-results .margin-right-post-lg {
    margin-right: 76px;
  }
}
@media (min-width: 1440px) {
  .b-search-results .margin-right-post-lg {
    margin-right: 21px;
  }
}
.b-event-overlay {
  height: 100%;
  display: none;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
  color: #ffffff;
  /*

      .event-overlay-layout {
        height: 100%;
      }
      .event-overlay-inner {
        position: relative;
        //background-color: #6700ff;
        background-color: @event-color;
        padding: 40px 45px;
        height: 100%;
        overflow-y: auto;
        overflow-x: hidden;
        z-index: 2;

        .icon-close {
          position: absolute;
          z-index: 15;
          cursor: pointer;
          top: 51px;
          right: 34px;
          color: @white;
          opacity: 0;
          font-size: 32px;
        }
      }
    /*
      .event-overlay-content {
        .category {
          display: block;
          margin-top: -15px;

          @media (min-width: @screenSM) {
            margin-top: -18px;
            margin-left: 32px;
          }

          @media (min-width: @screenXL) {
            margin-left: -24px;
          }

          .link {
            .font(14px, @FedraSansBook, @white, 20px);
            text-decoration: none;

            @media (min-width: @screenXS) {
              .font(18px, @FedraSansBook, @white, 24px);
            }
          }
        }

        .event-type {
          .font(18px, @FedraSansNormal, @white, 24px);
          margin-left: 32px;
        }

        .name {
          margin-top: 3px;
          margin-bottom: 8px;
          .font(24px, @FedraSansBold, @white, 32px);

          @media (min-width: @screenSM) {
            margin-top: 7px;
            margin-left: 32px;
            margin-bottom: 15px;
            padding-right: 70px;
            .font(44px, @FedraSansBold, @white, 56px);
          }
        }

        .transliteration {
          margin-bottom: 24px;
          .font(14px, @FedraSerifItalic, @white, 14px);

          @media (min-width: @screenSM) {
            margin-bottom: 66px;
            margin-left: 32px;
            .font(20px, @FedraSerifItalic, @white, 28px);
          }
        }

        .date {
          display: none;
          margin-bottom: 9px;
          .inline-list();

          @media (min-width: @screenSM) {
            margin-left: 32px;
            margin-bottom: 21px;
          }

          .icon {
            display: block;
            margin-bottom: 4px;

            @media (min-width: @screenSM) {
              display: inline-block;
              margin-right: 17px;
            }

            .g-icon {
              font-size: 23px;
              color: @white;

              @media (min-width: @screenSM) {
                font-size: 31px;
              }
            }
          }

          .day {
            margin-right: 19px;
            .font(14px, @FedraSansNormal, @white, 28px);

            @media (min-width: @screenSM) {
              margin-right: 16px;
              font-size: 18px;
              line-height: 33px;
            }

            @media (min-width: @screenMD) {
              font-size: 16px;
              margin-right: 29px;
            }

            @media (min-width: @screenLG) {
              font-size: 18px;
              margin-right: 16px;
            }
          }

          .change {
            .link {
              .font(14px, @FedraSerifItalic, fade(white, 30%), 28px);
              text-decoration: none;

              @media (min-width: @screenSM) {
                font-size: 18px;
                line-height: 33px;
              }
            }
          }
        }

        .lines {
          margin-bottom: 26px;

          @media (min-width: @screenXS) {
            margin-bottom: 30px;
          }

          @media (min-width: @screenSM) {
            margin-left: 79px;
            padding-right: 80px;
            margin-bottom: 10px;
          }

          @media (min-width: @screenMD) {
            padding-right: 92px;
          }

          @media (min-width: @screenXL) {
            width: 83%;
          }

          .line {
            border-bottom: 1px solid @white;
            padding-bottom: 5px;
            padding-top: 6px;
            .inline-list();

            @media (min-width: @screenSM) {
              .inline-list(div, top, 18px);
            }

            @media (min-width: @screenMD) {
              .inline-list(div, top, 16px);
              padding-bottom: 9px;
            }

            @media (min-width: @screenLG) {
              .inline-list(div, top, 18px);
              padding-bottom: 5px;
            }
          }

          .left {
            box-sizing: border-box;
            width: 50%;
            padding-left: 0;
            .font(14px, @FedraSansNormal, @white, 16px);

            @media (min-width: @screenSM) {
              position: relative;
              padding-right: 28px;
              width: 50.2%;
              font-size: 18px;
              line-height: 24px;
            }

            @media (min-width: @screenMD) {
              width: 55.5%;
              font-size: 16px;
              line-height: 20px;
            }

            @media (min-width: @screenLG) {
              width: 51.4%;
              line-height: 24px;
            }

            .g-icon {
              display: block;
              margin-bottom: 6px;
              font-size: 25px;

              @media (min-width: @screenSM) {
                position: absolute;
                top: -4px;
                left: -46px;
                font-size: 37px;
              }
            }
          }

          .right {
            box-sizing: border-box;
            vertical-align: bottom !important;
            width: 50%;
            padding-left: 7px;
            .font(14px, @FedraSansLight, @white, 16px);

            @media (min-width: @screenXS) {
              padding-left: 15px;
            }

            @media (min-width: @screenSM) {
              position: relative;
              font-size: 18px;
              line-height: 24px;
              width: 30%;
            }

            @media (min-width: @screenMD) {
              font-size: 16px;
              line-height: 20px;
              width: 40%;
            }

            @media (min-width: @screenLG) {
              font-size: 18px;
              line-height: 24px;
            }

            .g-icon {
              display: block;
              margin-bottom: 6px;
              font-size: 25px;

              @media (min-width: @screenSM) {
                position: absolute;
                top: -4px;
                left: -31px;
                font-size: 30px;
              }
            }
          }
        }

        .p-content {
          .paragraph {
            &.description {
              color: @white;
              margin-left: 34px;
              margin-top: 40px;
              letter-spacing: 0.9px;
              padding-right: 60px;

              .description-content {
                padding-right: 51px;

                a {
                  color: @white;
                  text-decoration: none;
                  opacity: 0.5;

                  &:hover {
                    opacity: 1;
                    color: @white;
                  }
                }
              }

              .description-link-more {
                color: inherit;
                text-decoration: none;
                font-family: @FedraSerifItalic;
              }
            }
          }
        }
      }
  */
}
.b-event-overlay.transitioned .showing-section-1 {
  transition: all 0.2s 0.167s ease-in-out;
}
.b-event-overlay.transitioned .showing-section-2 {
  transition: all 0.2s 0.267s ease-in-out;
}
.b-event-overlay.transitioned .showing-section-3 {
  transition: all 0.2s 0.367s ease-in-out;
}
.b-event-overlay.transitioned .event-overlay-inner .icon-close {
  transition: all 0.2s 0.157s ease-in-out;
}
.b-event-overlay.showing .showing-section-1,
.b-event-overlay.showing .showing-section-2,
.b-event-overlay.showing .showing-section-3 {
  opacity: 1;
  top: 0;
}
.b-event-overlay.showing .event-overlay-inner .icon-close {
  top: 0px;
  opacity: 1;
}
.b-event-overlay .showing-section-1,
.b-event-overlay .showing-section-2,
.b-event-overlay .showing-section-3 {
  opacity: 0;
  position: relative;
  top: 20px;
}
.b-event-overlay .event-overlay-shares {
  padding: 0 47px;
  height: 150px;
  border-top: 1px solid #fff;
}
.b-event-overlay .event-overlay-shares .event-overlay-shares-inner {
  position: relative;
  width: auto;
  font-size: 0;
  padding-top: 10px;
}
.b-event-overlay .event-overlay-shares .event-overlay-shares-inner > div {
  display: inline-block;
  vertical-align: top;
  font-size: medium;
}
.b-event-overlay .event-overlay-shares .event-overlay-shares-inner .caption {
  display: inline-block;
  color: #fff;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  line-height: 16px;
  text-transform: uppercase;
}
.b-event-overlay .event-overlay-shares .event-overlay-shares-inner .count {
  display: none;
  padding-bottom: 10px;
  margin-right: 56px;
}
.b-event-overlay .event-overlay-shares .event-overlay-shares-inner .count .caption {
  padding-left: 18px;
  position: relative;
  top: -6px;
  letter-spacing: 1.7px;
}
.b-event-overlay .event-overlay-shares .event-overlay-shares-inner .count .count-value {
  color: #fff;
  font-size: 40px;
  font-family: 'Open Sans', sans-serif;
}
.b-event-overlay .event-overlay-shares .event-overlay-shares-inner .social {
  color: #fff;
  margin-right: 34px;
  margin-top: 15px;
  cursor: pointer;
  font-family: 'icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.b-event-overlay .event-overlay-shares .event-overlay-shares-inner .social.social-likes__widget_facebook:before {
  content: "\E907";
}
.b-event-overlay .event-overlay-shares .event-overlay-shares-inner .social.social-likes__widget_twitter {
  margin-right: 24px;
}
.b-event-overlay .event-overlay-shares .event-overlay-shares-inner .social.social-likes__widget_twitter:before {
  content: "\E91A";
}
.b-event-overlay .event-overlay-shares .event-overlay-shares-inner .social.social-likes__widget_plusone:before {
  content: "\E909";
}
.b-event-overlay .event-overlay-shares .navigation {
  position: absolute;
  top: 0;
  right: 0;
}
.b-event-overlay .event-overlay-shares .navigation .g-icon {
  position: absolute;
  color: #fff;
  cursor: pointer;
  font-size: 27px;
  top: 18px;
}
.b-event-overlay .event-overlay-shares .navigation .g-icon.icon-arrow-left {
  right: 77px;
}
.b-event-overlay .event-overlay-shares .navigation .g-icon.icon-arrow-right {
  right: 8px;
}
.js-events-overlays-container {
  width: 0;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}
.event-overlay-layout {
  background-color: #0d3f79;
}
.event-overlay-layout .event-overlay-inner {
  position: relative;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 2;
}
.event-overlay-layout .event-overlay-inner .icon-close {
  position: absolute;
  z-index: 15;
  cursor: pointer;
  top: 0px;
  right: 0px;
  color: #fff;
  font-size: 32px;
}
.event-overlay-layout .event-overlay-content {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  z-index: 2;
}
.event-overlay-layout .event-type {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  margin-bottom: 30px;
}
.event-overlay-layout .event-name {
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  margin-bottom: 30px;
}
.event-overlay-layout .event-transliteration {
  font-family: 'Open Sans', sans-serif;
}
.event-overlay-layout .event-short_description {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-style: italic;
}
.event-overlay-layout .event-icon-time,
.event-overlay-layout .event-icon-calendar {
  height: 30px;
  width: 30px;
  font-size: 30px;
}
.event-overlay-layout .event-details {
  font-family: 'Open Sans', sans-serif;
  padding-bottom: 15px;
  border-bottom: 1px solid;
}
.event-overlay-layout .event-details-week_day,
.event-overlay-layout .event-details-icon-time,
.event-overlay-layout .event-details-time,
.event-overlay-layout .event-details-place,
.event-overlay-layout .event-details-place-en {
  display: inline-block;
}
.event-overlay-layout .event-description {
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 30px;
  line-height: 1.4;
}
@media screen and (min-width: 1024px) {
  .event-overlay-layout {
    padding: 40px 45px;
  }
  .event-name {
    font-size: 44px;
  }
  .event-transliteration {
    font-size: 18px;
  }
  .event-short_description {
    font-size: 20px;
    margin-bottom: 90px;
  }
  .event-icon-time,
  .event-icon-calendar {
    position: absolute;
  }
  .event-icon-time {
    left: 260px;
  }
  .event-details {
    font-size: 18px;
    margin-bottom: 30px;
    margin-left: 45px;
  }
  .event-details-week_day,
  .event-details-place {
    min-width: 250px;
  }
  .event-description {
    font-size: 20px;
    margin-top: 60px;
  }
}
@media screen and (max-width: 1023px) {
  .event-overlay-layout {
    padding: 40px 15px;
  }
  .event-name {
    font-size: 24px;
  }
  .event-transliteration {
    font-size: 14px;
  }
  .event-short_description {
    font-size: 14px;
    margin-bottom: 35px;
  }
  .event-icon-time,
  .event-icon-calendar {
    display: inline-block;
    position: relative;
  }
  .event-icon-time {
    left: 260px;
  }
  .event-details {
    font-size: 14px;
    margin-bottom: 20px;
    margin-left: 0px;
  }
  .event-details-week_day,
  .event-details-place {
    min-width: 170px;
  }
  .event-description {
    font-size: 15px;
    margin-top: 35px;
  }
}
.b-whats_on-article .event-overlay-layout {
  padding: 40px 15px;
  color: #fff;
  overflow: hidden;
  margin-top: 64px;
}
.b-whats_on-article .event-overlay-inner,
.b-whats_on-article .event-overlay-content {
  overflow: hidden;
  margin-top: 10px;
  margin-left: 20px;
  margin-right: 20px;
}
.b-whats_on-article .event-name {
  font-size: 24px;
}
.b-whats_on-article .event-transliteration {
  font-size: 14px;
}
.b-whats_on-article .event-short_description {
  font-size: 14px;
  margin-bottom: 35px;
}
.b-whats_on-article .event-icon-time,
.b-whats_on-article .event-icon-calendar {
  display: inline-block;
  position: relative;
}
.b-whats_on-article .event-icon-time {
  float: right;
  margin-right: 0px;
  left: 0px;
}
.b-whats_on-article .event-details {
  font-size: 14px;
  margin-bottom: 20px;
  margin-left: 0px;
}
.b-whats_on-article .event-details-week_day,
.b-whats_on-article .event-details-place {
  min-width: 170px;
}
.b-whats_on-article .event-details-time,
.b-whats_on-article .event-details-place-en {
  float: right;
}
.b-whats_on-article .event-description {
  font-size: 15px;
  margin-top: 35px;
}
.b-whats_on-article .event-overlay-shares {
  margin-top: 20px;
}
.b-whats_on-article .event-overlay-shares .social.facebook,
.b-whats_on-article .event-overlay-shares .social.twitter,
.b-whats_on-article .event-overlay-shares .social.google.plusone {
  display: inline-block;
  margin: 20px 20px 0 0 ;
}
.b-distribution {
  margin-top: 26px;
}
@media (min-width: 768px) {
  .b-distribution {
    margin-top: 52px;
  }
}
@media (min-width: 1024px) {
  .b-distribution {
    margin-top: 103px;
  }
}
@media (min-width: 1440px) {
  .b-distribution {
    margin-top: 50px;
  }
}
.b-distribution .title {
  color: #000;
  font-size: 24px;
  font-family: 'Open Sans', sans-serif;
  line-height: 32px;
}
@media (min-width: 768px) {
  .b-distribution .title {
    font-size: 48px;
    line-height: 64px;
  }
}
@media (min-width: 1440px) {
  .b-distribution .title {
    font-size: 60px;
    line-height: 72px;
  }
}
.b-distribution .field {
  display: none;
  width: 73%;
  margin-right: 8px;
  margin-bottom: 5px;
  border: 1px solid transparent;
  outline: none;
  padding: 5px 0;
  font-size: 20px;
  font-family: 'Open Sans', sans-serif;
  transition: all 0.2s ease-in;
}
.b-distribution .field::placeholder {
  transition: all 0.2s ease-in;
}
.b-distribution .field:hover::placeholder {
  color: rgba(0, 0, 0, 0.55);
}
@media (min-width: 480px) {
  .b-distribution .field {
    width: 85%;
  }
}
@media (min-width: 768px) {
  .b-distribution .field {
    width: 79%;
    font-size: 36px;
  }
}
@media (min-width: 1024px) {
  .b-distribution .field {
    width: 85%;
  }
}
@media (min-width: 1440px) {
  .b-distribution .field {
    width: 88%;
  }
}
@media (min-width: 1440px) {
  .b-distribution .field {
    width: 90%;
  }
}
.b-distribution .button {
  display: none;
  width: 22%;
  border: 1px solid transparent;
  border-radius: 8px;
  outline: none;
  color: #000;
  font-size: 20px;
  font-family: 'Open Sans', sans-serif;
  line-height: 28px;
  background-color: transparent;
  transition: all 0.2s ease-in;
}
.b-distribution .button:hover {
  border-color: rgba(0, 0, 0, 0.3);
}
.b-distribution .button:active {
  border-color: #000;
}
@media (min-width: 480px) {
  .b-distribution .button {
    width: 10%;
  }
}
@media (min-width: 768px) {
  .b-distribution .button {
    width: 16%;
    font-size: 24px;
    line-height: 32px;
  }
}
@media (min-width: 1024px) {
  .b-distribution .button {
    width: 11%;
  }
}
@media (min-width: 1440px) {
  .b-distribution .button {
    width: 9%;
  }
}
@media (min-width: 1440px) {
  .b-distribution .button {
    width: 7%;
  }
}
.b-distribution .line {
  display: none;
  width: 100%;
  height: 1px;
  background: #000;
}
.b-distribution .b-map {
  margin-top: 13px;
}
@media (min-width: 480px) {
  .b-distribution .b-map {
    margin-top: 15px;
  }
}
@media (min-width: 768px) {
  .b-distribution .b-map {
    margin-top: 34px;
  }
}
@media (min-width: 1024px) {
  .b-distribution .b-map {
    margin-top: 26px;
    margin-bottom: 103px;
  }
}
@media (min-width: 1440px) {
  .b-distribution .b-map {
    margin-bottom: 108px;
  }
}
.b-distribution .b-map strong {
  font-family: 'Open Sans', sans-serif;
}
.b-distribution .filters {
  margin-top: 22px;
  font-size: 0;
}
.b-distribution .filters > div {
  display: inline-block;
  vertical-align: top;
  font-size: medium;
}
@media (min-width: 768px) {
  .b-distribution .filters {
    margin-top: 33px;
  }
}
.b-distribution .filters .filter {
  display: inline-block;
  margin-right: 20px;
  color: rgba(155, 155, 155, 0.42);
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  line-height: 27px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .b-distribution .filters .filter {
    font-size: 18px;
    line-height: 27px;
  }
}
.b-distribution .filters .filter.active {
  text-decoration: underline;
  color: #000;
}
.b-distribution .map {
  margin-top: 20px;
  margin-right: -16px;
  margin-left: -16px;
  height: 493px;
}
@media (min-width: 480px) {
  .b-distribution .map {
    margin-right: -32px;
    margin-left: -32px;
  }
}
@media (min-width: 768px) {
  .b-distribution .map {
    margin-top: 48px;
    margin-right: 0;
    margin-left: 0;
    height: 857px;
  }
}
.b-photoblock {
  margin-top: 29px;
  margin-bottom: -13px;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .b-photoblock {
    margin-top: 48px;
    margin-bottom: 3px;
  }
}
@media (min-width: 1024px) {
  .b-photoblock {
    margin-bottom: 4px;
  }
}
.b-photoblock .photoblock-inner {
  position: relative;
  width: 100%;
}
.b-photoblock .photoblock-wrapper {
  position: relative;
  overflow: visible;
  width: 100%;
  text-align: center;
}
.b-photoblock .item {
  box-sizing: border-box;
  padding: 0 8px;
}
@media (min-width: 480px) {
  .b-photoblock .item {
    padding: 0 16px;
  }
}
@media (min-width: 1024px) {
  .b-photoblock .item {
    margin-right: 16px;
    padding-right: 0;
  }
}
.b-photoblock .item .image {
  width: auto;
  margin-bottom: 0;
}
.b-photoblock .caption {
  margin-top: 18px;
  margin-bottom: 35px;
  width: 100%;
  text-align: left;
  color: #000;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  line-height: 24px;
}
.b-photoblock .caption.resize {
  width: 50%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1024px) {
  .b-photoblock .caption {
    margin-top: 15px;
  }
}
.b-photoblock .caption .credit {
  margin-left: 10px;
  color: #000;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  opacity: 0.3;
}
.b-photoblock .left,
.b-photoblock .right {
  font-size: 51px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -15px;
  z-index: 10;
  color: #000;
  cursor: pointer;
  transition: color 0.15s 0s ease-in-out, opacity 0.15s 0s ease-in-out;
}
.b-photoblock .left.disabled,
.b-photoblock .right.disabled {
  cursor: default;
  opacity: 0;
}
.b-photoblock .left:hover,
.b-photoblock .right:hover {
  color: #d0021b;
}
.b-photoblock .left {
  left: -108px;
}
.b-photoblock .right {
  right: -108px;
}
.b-photoblock .bulls {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0;
  white-space: nowrap;
  bottom: -36px;
}
.b-photoblock .bulls > div {
  display: inline-block;
  vertical-align: top;
  font-size: medium;
}
@media (min-width: 768px) {
  .b-photoblock .bulls {
    bottom: -41px;
  }
}
@media (min-width: 1024px) {
  .b-photoblock .bulls {
    bottom: 0px;
  }
}
.b-photoblock .bull {
  position: relative;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.b-photoblock .bull.active:before {
  width: 10px;
  height: 10px;
  box-sizing: border-box;
  background-color: #fff;
  border: 2px solid #000;
}
.b-photoblock .bull:before {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  box-sizing: border-box;
  border-radius: 100%;
  border: 2px solid #000;
  transition: transform 0.15s 0s ease-in-out, width 0.15s 0s ease-in-out, height 0.15s 0s ease-in-out;
}
.b-live-window {
  position: relative;
  height: 735px;
  margin: 70px 0;
  overflow: hidden;
}
.b-live-window .background {
  position: absolute;
  width: 100%;
  top: -10%;
  height: 120%;
  filter: blur(13px);
  background-size: cover;
  background-position: center;
}
.b-live-window .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
}
.b-live-window .content {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.b-live-window .title {
  margin: 29px 33px 42px;
  color: #000;
  font-size: 40px;
  font-family: 'Open Sans', sans-serif;
  line-height: 48px;
}
.b-live-window .stream {
  width: 5000px;
  font-size: 0;
  will-change: transform;
}
.b-live-window .stream > div {
  display: inline-block;
  vertical-align: top;
  font-size: medium;
}
.b-live-window .stream .overlay {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #000;
  opacity: 0;
  will-change: opacity;
  display: none;
}
.b-live-window .stream .item {
  position: relative;
  margin: 0 20px 20px;
  width: 500px;
  z-index: 1;
}
.b-live-window .stream .item.active {
  z-index: 10;
}
.b-live-window .twitter-tweet {
  margin: 0 !important;
}
.b-sponsored {
  margin-top: 28px;
  border-top: 1px solid #000;
  padding: 6px 0 10px;
}
@media (min-width: 768px) {
  .b-sponsored {
    margin-top: 40px;
  }
}
@media (min-width: 1024px) {
  .b-sponsored {
    margin-top: 40px;
    padding: 16px 0 24px;
    border-bottom: 1px solid #000;
  }
}
@media (min-width: 1440px) {
  .b-sponsored {
    padding-bottom: 29px;
  }
}
.b-sponsored .link {
  display: block;
  text-decoration: none;
}
.b-sponsored .link:hover .article {
  color: #d0021b;
}
.b-sponsored .link:hover .logo {
  opacity: 0.9;
}
.b-sponsored .link:not(:hover) .article,
.b-sponsored .link:not(:hover) .logo {
  transition: all 0.2s ease-in;
}
.b-sponsored .article {
  color: #000;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  line-height: 20px;
}
.b-sponsored .logo {
  display: block;
  float: right;
  width: 133px;
  height: auto;
}
@media (min-width: 1440px) {
  .b-sponsored .logo {
    width: 222px;
  }
}
.big-menu {
  position: relative;
  display: block;
  box-sizing: border-box;
  font-size: 0;
  background: #fff;
  z-index: 100;
  width: 100%;
  margin-top: 30px;
}
.big-menu > div {
  display: inline-block;
  vertical-align: top;
  font-size: medium;
}
@media (max-width: 1023px) {
  .big-menu {
    display: none;
  }
}
@media (min-width: 1440px) {
  .big-menu {
    margin-top: 40px;
  }
}
.big-menu .sections {
  margin: 0 auto;
  display: table;
  column-count: 1;
  -moz-column-count: 1;
  -webkit-column-count: 1;
  margin-bottom: 40px;
}
.big-menu .sections .section {
  float: left;
  margin-left: 20px;
}
.big-menu .sections .section a {
  font-size: 16px;
}
.big-menu .sections .link {
  color: #000;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  line-height: 32px;
  text-decoration: none;
  transition: all 0.2s ease-in;
}
.big-menu .sections .link:hover {
  color: #d0021b;
}
@media (min-width: 768px) {
  .big-menu .sections .link {
    line-height: 28px;
  }
}
.big-menu .last-news {
  position: relative;
}
@media (min-width: 768px) {
  .big-menu .last-news {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .big-menu .last-news {
    width: 50%;
    left: 10%;
  }
}
@media (min-width: 1440px) {
  .big-menu .last-news {
    width: 56%;
    top: 0;
    left: 10%;
  }
}
@media (min-width: 1440px) {
}
.big-menu .last-news .title {
  position: absolute;
  top: -33px;
  left: -2px;
  color: #000;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  line-height: 28px;
}
@media (min-width: 768px) {
  .big-menu .last-news .title {
    top: -30px;
    color: #000;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    line-height: 28px;
  }
}
@media (min-width: 1024px) {
  .big-menu .last-news .title {
    top: -32px;
  }
}
@media (min-width: 1440px) {
  .big-menu .last-news .title {
    left: 0;
  }
}
.big-menu .last-news .new {
  margin-bottom: 21px;
}
@media (min-width: 768px) {
  .big-menu .last-news .new {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
  }
}
.big-menu .last-news .date {
  display: inline-block;
  position: relative;
  top: -1px;
  color: #d0021b;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  line-height: 20px;
}
@media (min-width: 768px) {
  .big-menu .last-news .date {
    line-height: 27px;
  }
}
@media (min-width: 1024px) {
  .big-menu .last-news .date {
    top: -2px;
  }
}
.big-menu .last-news .date .dash {
  color: #000;
}
.big-menu .last-news .link {
  color: #000;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  line-height: 20px;
  text-decoration: none;
  transition: all 0.2s ease-in;
}
.big-menu .last-news .link:hover {
  color: #d0021b;
}
@media (min-width: 768px) {
  .big-menu .last-news .link {
    line-height: 27px;
  }
}
.big-menu .close {
  position: absolute;
  top: -56px;
  left: -16px;
  width: 40px;
  height: 40px;
  text-align: center;
  background: #e0e0e0;
}
.big-menu .close .g-icon {
  font-size: 20px;
  line-height: 40px;
}
@media (min-width: 480px) {
  .big-menu .close {
    left: 0;
  }
}
@media (min-width: 768px) {
  .big-menu .close {
    top: -74px;
    left: -9px;
    width: 54px;
    height: 54px;
  }
  .big-menu .close .g-icon {
    font-size: 24px;
    line-height: 54px;
  }
}
@media (min-width: 1024px) {
  .big-menu .close {
    left: -5px;
  }
}
@media (min-width: 1440px) {
  .big-menu .close {
    left: -20px;
  }
}
body .authorial-column-with-news-banner {
  margin-bottom: 28px;
  margin-top: 28px;
  text-align: center;
}
body .b-authorial-column-with-news {
  margin-top: 10px;
  min-height: 220px;
}
body .b-authorial-column-with-news .b-news-line-list.horizontal {
  border-top: none;
  display: flex;
  flex-wrap: wrap;
}
body .b-authorial-column-with-news .b-news-line-list.horizontal .news-item {
  position: relative;
  width: 50%;
  float: left;
  padding-right: 16px;
  padding-left: 16px;
  box-sizing: border-box;
  padding-left: 0;
  padding-bottom: 0;
}
body .b-authorial-column-with-news .b-news-line-list.horizontal .news-item .news-item-info {
  border-top: none;
  padding-top: 14px;
}
body .b-authorial-column-with-news .b-news-line-list.horizontal .news-item .news-item-title {
  padding-bottom: 16px;
}
body .b-authorial-column-with-news .b-news-line-list.horizontal .news-item::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  width: 95%;
  height: 1px;
  background-color: #000;
}
body .b-authorial-column-with-news .b-news-line-list.horizontal .news-item:nth-child(2n) {
  padding-left: 16px;
  padding-right: 0;
}
body .b-authorial-column-with-news .b-news-line-list.horizontal .news-item:nth-child(-n+2) .news-item-info {
  padding-top: 26px;
  border-top: 4px solid #000;
}
body .b-authorial-column-with-news .b-news-line-list.horizontal .news-item:last-child::after {
  display: none;
}
body .b-authorial-column-with-news .b-news-line-list.horizontal .news-item:nth-last-child(2)::after {
  display: none;
}
@media screen and (max-width: 1439px) {
  body.client-page .b-authorial-column-with-news {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (max-width: 767px) {
  body.client-page .b-authorial-column-with-news {
    border-top: 4px solid #000;
    padding-left: 16px;
    padding-right: 16px;
    margin-left: -32px;
    margin-right: -32px;
    margin-top: 29px;
  }
}
@media screen and (max-width: 479px) {
  body.client-page .b-authorial-column-with-news {
    margin-top: 34px;
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (max-width: 1439px) {
  body.client-page .b-authorial-column-with-news .b-authorial-column {
    margin-top: 58px;
  }
}
@media screen and (max-width: 1023px) {
  body.client-page .b-authorial-column-with-news .b-authorial-column {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  body.client-page .b-authorial-column-with-news .b-authorial-column {
    margin-top: 14px;
    border: none;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 767px) {
  body.client-page .b-authorial-column-with-news .b-authorial-column .authorial-column-top .authorial-column-title-container {
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 767px) {
  body.client-page .b-authorial-column-with-news .b-authorial-column .authorial-column-bottom .authorial-column-description {
    margin-left: 0px;
    margin-right: 0px;
  }
}
body .b-event {
  padding: 29px 32px 46px 32px;
  position: relative;
  z-index: 10;
}
body .b-event:hover .fake-background {
  opacity: 0.9;
}
body .b-event .fake-background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #633154;
  opacity: 1;
  transition: all 0.15s ease-in;
  z-index: -1;
}
body .b-event .event-category-link {
  position: relative;
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  transition: all 0.15s ease-in;
  opacity: 1;
  z-index: 20;
}
body .b-event .event-category-link:hover {
  opacity: 0.9;
}
body .b-event .event-title {
  margin-top: 16px;
  color: #fff;
  font-size: 28px;
  font-family: 'Open Sans', sans-serif;
  line-height: 38px;
}
body .b-event .event-sub-title {
  margin-top: 24px;
  color: #fff;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
}
body .b-event .event-date {
  margin-top: 40px;
  color: #fff;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 0.4px;
}
body .b-event .event-date .icon-calendar {
  font-size: 38px;
}
body .b-event .event-info {
  margin-top: 26px;
  color: #fff;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 0.4px;
}
body .b-event .event-info .event-time-wrapper,
body .b-event .event-info .event-place-wrapper {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 270px;
  margin-bottom: 25px;
}
body .b-event .event-info .event-time-wrapper {
  letter-spacing: 0.1px;
}
body .b-event .event-info .event-time-wrapper .am-pm-maker {
  text-transform: lowercase;
}
body .b-event .event-info .icon-calendar {
  position: absolute;
  left: 0;
  top: -8px;
  font-size: 30px;
}
body .b-event .event-info .icon-clock {
  position: absolute;
  top: -8px;
  left: 0;
  font-size: 37px;
}
body .b-event .event-info .icon-location {
  position: absolute;
  top: -8px;
  left: 0;
  font-size: 37px;
}
body .b-event .event-info .event-time {
  padding-left: 47px;
  letter-spacing: 0.4px;
  display: inline-block;
  line-height: 24px;
}
body .b-event .event-info .event-place {
  padding-left: 45px;
  line-height: 24px;
}
body .b-event .event-description {
  margin-top: 39px;
  color: #fff;
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  line-height: 24px;
  letter-spacing: 0;
  height: 140px;
  overflow: hidden;
}
body .b-event .read-more-link-wrapper {
  margin-top: 18px;
}
body .b-event .read-more-link {
  position: relative;
  text-decoration: none;
  color: #fff;
  font-size: 20px;
  font-family: 'Open Sans', sans-serif;
  transition: all 0.15s ease-in;
  opacity: 1;
  z-index: 20;
  display: inline-block;
  margin-top: 20px;
}
@media (min-width: 0px) and (max-width: 1353px) {
}
body .b-event .read-more-link:hover {
  opacity: 0.9;
  text-decoration: underline;
}
body .b-event-constructor {
  padding: 29px 32px 46px 32px;
  position: relative;
  z-index: 10;
}
body .b-event-constructor:hover .fake-background {
  opacity: 0.9;
}
body .b-event-constructor .fake-background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #633154;
  opacity: 1;
  transition: all 0.15s ease-in;
  z-index: -1;
}
body .b-event-constructor .event-category-link {
  position: relative;
  text-decoration: none;
  color: #000;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  transition: all 0.15s ease-in;
  opacity: 1;
  z-index: 20;
}
body .b-event-constructor .event-category-link:hover {
  opacity: 0.9;
}
body .b-event-constructor .event-title {
  margin-top: 16px;
  color: #000;
  font-size: 28px;
  font-family: 'Open Sans', sans-serif;
  line-height: 38px;
}
body .b-event-constructor .event-sub-title {
  margin-top: 24px;
  color: #000;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
}
body .b-event-constructor .event-date {
  margin-top: 40px;
  color: #000;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 0.4px;
}
body .b-event-constructor .event-date .icon-calendar {
  font-size: 38px;
}
body .b-event-constructor .event-info {
  margin-top: 26px;
  color: #000;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 0.4px;
}
body .b-event-constructor .event-info .event-time-wrapper,
body .b-event-constructor .event-info .event-place-wrapper {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 270px;
  margin-bottom: 25px;
}
body .b-event-constructor .event-info .event-time-wrapper {
  letter-spacing: 0.1px;
}
body .b-event-constructor .event-info .event-time-wrapper .am-pm-maker {
  text-transform: lowercase;
}
body .b-event-constructor .event-info .icon-calendar {
  position: absolute;
  left: 0;
  top: -8px;
  font-size: 30px;
}
body .b-event-constructor .event-info .icon-clock {
  position: absolute;
  top: -8px;
  left: 0;
  font-size: 37px;
}
body .b-event-constructor .event-info .icon-location {
  position: absolute;
  top: -8px;
  left: 0;
  font-size: 37px;
}
body .b-event-constructor .event-info .event-time {
  padding-left: 47px;
  letter-spacing: 0.4px;
  display: inline-block;
  line-height: 24px;
}
body .b-event-constructor .event-info .event-place {
  padding-left: 45px;
  line-height: 24px;
}
body .b-event-constructor .event-description {
  margin-top: 39px;
  color: #000;
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  line-height: 24px;
  letter-spacing: 0;
  height: 140px;
  overflow: hidden;
}
body .b-event-constructor .read-more-link-wrapper {
  margin-top: 18px;
}
body .b-event-constructor .read-more-link {
  position: relative;
  text-decoration: none;
  color: #000;
  font-size: 20px;
  font-family: 'Open Sans', sans-serif;
  transition: all 0.15s ease-in;
  opacity: 1;
  z-index: 20;
  display: inline-block;
  margin-top: 20px;
}
@media (min-width: 0px) and (max-width: 1353px) {
}
body .b-event-constructor .read-more-link:hover {
  opacity: 0.9;
  text-decoration: underline;
}
body .b-event-article {
  padding: 29px 32px 46px 32px;
  position: relative;
  z-index: 10;
}
body .b-event-article:hover .fake-background {
  opacity: 0.9;
}
body .b-event-article .fake-background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #633154;
  opacity: 1;
  transition: all 0.15s ease-in;
  z-index: -1;
}
body .b-event-article .event-category-link {
  position: relative;
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  transition: all 0.15s ease-in;
  opacity: 1;
  z-index: 20;
}
body .b-event-article .event-category-link:hover {
  opacity: 0.9;
}
body .b-event-article .event-title {
  margin-top: 16px;
  color: #fff;
  font-size: 44px;
  font-family: 'Open Sans', sans-serif;
}
body .b-event-article .event-sub-title {
  margin-top: 24px;
  color: #fff;
  font-size: 20px;
  font-family: 'Open Sans', sans-serif;
}
body .b-event-article .event-info {
  margin-top: 20px;
  border-bottom: 1px solid #fff!important;
  color: #fff;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 0.4px;
}
body .b-event-article .event-info .event-time-wrapper,
body .b-event-article .event-info .event-place-wrapper {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 320px;
  margin-bottom: 5px;
}
body .b-event-article .event-info .event-time-wrapper {
  letter-spacing: 0.1px;
}
body .b-event-article .event-info .event-time-wrapper .am-pm-maker {
  text-transform: lowercase;
}
body .b-event-article .event-info .icon-calendar {
  position: absolute;
  left: 0;
  top: -8px;
  font-size: 30px;
}
body .b-event-article .event-info .icon-location {
  position: absolute;
  top: -8px;
  left: 0;
  font-size: 37px;
}
body .b-event-article .event-info .event-time {
  padding-left: 20px;
  letter-spacing: 0.4px;
  line-height: 24px;
  font-family: Fedra Sans Light;
}
body .b-event-article .event-info .event-place {
  padding-left: 45px;
  line-height: 24px;
}
body .b-event-article .event-description {
  margin-top: 39px;
  color: #fff;
  font-size: 20px;
  font-family: 'Open Sans', sans-serif;
  line-height: 28px;
  letter-spacing: 0;
  height: 140px;
  overflow: hidden;
}
body .b-event-article .read-more-link-wrapper {
  margin-top: 18px;
}
body .b-event-article .read-more-link {
  position: relative;
  text-decoration: none;
  color: #fff;
  font-size: 20px;
  font-family: 'Open Sans', sans-serif;
  transition: all 0.15s ease-in;
  opacity: 1;
  z-index: 20;
  display: inline-block;
}
body .b-event-article .read-more-link:hover {
  opacity: 0.9;
  text-decoration: underline;
}
body .cap-events {
  position: relative;
  margin-top: 36px;
  padding: 32px;
  color: #633154;
  background-color: currentColor;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  body .cap-events {
    margin-top: 19px;
  }
}
body .cap-events .strip {
  text-align: center;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: inherit;
  background-color: #fff;
  position: absolute;
  width: 300px;
  right: -95px;
  top: 36px;
  padding-top: 2px;
  padding-bottom: 6px;
  transform: rotate(45deg);
  letter-spacing: 0;
}
@media (min-width: 768px) {
  body .cap-events .strip {
    right: -74px;
    top: 60px;
    font-size: 18px;
  }
}
body .cap-events-bottom-page .strip {
  position: absolute;
  width: 300px;
  left: -90px;
  top: 36px;
  padding-top: 2px;
  padding-bottom: 6px;
  font-size: 16px;
  color: inherit;
  background-color: #fff;
  transform: rotate(-45deg);
  letter-spacing: 0;
}
@media (min-width: 480px) {
  body .cap-events-bottom-page .strip {
    left: -95px;
  }
}
@media (min-width: 768px) {
  body .cap-events-bottom-page .strip {
    left: -74px;
    top: 58px;
    font-size: 18px;
  }
}
body .cap-events .title {
  margin-bottom: 15px;
  text-align: center;
  color: #fff;
  font-size: 36px;
  font-family: 'Open Sans', sans-serif;
  line-height: 50px;
}
body .cap-events .text {
  margin-bottom: 50px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  line-height: 26px;
}
body .cap-events .logo {
  width: 64px;
  height: 64px;
  margin: 0 auto;
}
body .cap-events .logo .logo-image {
  display: block;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  body .cap-events {
    padding: 32px;
  }
  body .cap-events .title {
    margin-bottom: 15px;
    text-align: center;
    color: #fff;
    font-size: 44px;
    font-family: 'Open Sans', sans-serif;
    line-height: 56px;
  }
  body .cap-events .text {
    margin-bottom: 72px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    line-height: 28px;
  }
}
@media (min-width: 1024px) {
  body .cap-events {
    margin-top: 0;
  }
}
@media screen and (max-width: 1439px) {
  body.client-page .b-event {
    padding-top: 29px;
    padding-bottom: 45px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body.client-page .b-event {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  body.client-page .b-event {
    padding: 18px 31px 30px;
  }
}
@media screen and (max-width: 479px) {
  body.client-page .b-event {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 27px;
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  body.client-page .b-event .event-category-link {
    font-size: 14px;
  }
}
@media screen and (max-width: 1439px) {
  body.client-page .b-event .event-title {
    margin-top: 16px;
  }
}
@media screen and (max-width: 1023px) {
  body.client-page .b-event .event-title {
    margin-top: 17px;
  }
}
@media screen and (max-width: 767px) {
  body.client-page .b-event .event-title {
    font-size: 24px;
    margin-top: 12px;
  }
}
@media screen and (max-width: 767px) {
  body.client-page .b-event .event-sub-title {
    font-size: 14px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 1439px) {
  body.client-page .b-event .event-info {
    margin-top: 85px;
  }
}
@media screen and (max-width: 1023px) {
  body.client-page .b-event .event-info {
    margin-top: 86px;
  }
}
@media screen and (max-width: 767px) {
  body.client-page .b-event .event-info {
    font-size: 14px;
    margin-top: 45px;
  }
}
@media screen and (max-width: 767px) {
  body.client-page .b-event .event-info .event-time-wrapper,
  body.client-page .b-event .event-info .event-place-wrapper {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  body.client-page .b-event .event-info .event-time-wrapper {
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  body.client-page .b-event .event-info .event-time-wrapper {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  body.client-page .b-event .event-info .icon-calendar {
    font-size: 22px;
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  body.client-page .b-event .event-info .icon-location {
    top: 6px;
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  body.client-page .b-event .event-info .event-time {
    padding-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  body.client-page .b-event .event-info .event-place {
    padding-left: 30px;
    display: inline-block;
    margin-top: 4px;
  }
}
@media screen and (max-width: 767px) {
  body.client-page .b-event .event-description {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  body.client-page .b-event .event-description {
    margin-top: 21px;
    line-height: 21px;
  }
}
@media screen and (max-width: 767px) {
  body.client-page .b-event .read-more-link-wrapper {
    margin-top: 1px;
  }
}
@media screen and (max-width: 767px) {
  body.client-page .b-event .read-more-link {
    font-size: 14px;
  }
}
body .b-news-line-list {
  border-top: 4px solid #000;
  padding-left: 0px;
  padding-top: 27px;
}
@media (min-width: 0px) and (max-width: 767px) {
  body .b-news-line-list {
    padding-top: 30px;
  }
}
body .b-news-line-list .news-title {
  display: inline-block;
  color: #000;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  line-height: 24px;
  text-decoration: none;
}
@media (min-width: 1024px) and (max-width: 1440px) {
  body .b-news-line-list .news-title {
    display: inherit;
    padding-right: 16px;
    padding-left: 16px;
    margin-bottom: 16px;
  }
}
body .b-news-line-list.horizontal {
  margin-top: 36px;
  padding-top: 0px;
}
body .b-news-line-list.horizontal .news-item {
  width: 33.33333333%;
  float: left;
  padding-right: 16px;
  padding-left: 16px;
  box-sizing: border-box;
  border: none;
}
@media (min-width: 1024px) and (max-width: 1024px) {
  body .b-news-line-list.horizontal .news-item {
    padding-left: 0px;
  }
}
body .b-news-line-list.horizontal .news-item .news-item-info {
  border-top: 4px solid #000;
  padding-top: 26px;
  margin-top: 0;
}
body .b-news-line-list.horizontal .news-item .news-item-title {
  margin-top: 20px;
}
body .b-news-line-list .more-news {
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  text-align: left;
  color: #000000;
  margin-top: 40px;
  cursor: pointer;
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .b-news-line-list .more-news {
    margin-top: 20px;
    padding-bottom: 20px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  body .b-news-line-list .more-news {
    margin-top: 20px;
    padding-bottom: 20px;
    padding-left: 16px;
  }
}
body .b-news-line-list .news-item {
  border-bottom: 1px solid #000;
  padding-bottom: 41px;
  max-height: 200px;
  overflow: hidden;
}
@media (min-width: 1024px) and (max-width: 1440px) {
  body .b-news-line-list .news-item {
    height: 170px;
  }
}
body .b-news-line-list .news-item:hover .news-item-title {
  color: #d0021b;
}
body .b-news-line-list .news-item:first-child .news-item-info {
  margin-top: 0;
}
@media (min-width: 0px) and (max-width: 767px) {
  body .b-news-line-list .news-item .line-xs {
    height: 1px;
    width: 100%;
    background: black;
    margin-bottom: 14px;
  }
}
body .b-news-line-list .news-item .news-item-info {
  margin-top: 20px;
}
@media (min-width: 0px) and (max-width: 767px) {
}
body .b-news-line-list .news-item .news-item-title {
  margin-top: 9.7px;
  display: inline-block;
  color: #000;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  line-height: 24px;
  text-decoration: none;
}
@media (min-width: 0px) and (max-width: 767px) {
}
body .b-news-line-list .news-item-description {
  margin-top: 14px;
  padding-bottom: 25px;
  word-wrap: break-word;
  color: #000;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  line-height: 24px;
}
@media screen and (max-width: 1439px) {
  body.client-page .b-news-line-list {
    border: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body.client-page .b-news-line-list {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1023px) {
  body.client-page .b-news-line-list.horizontal {
    margin-top: 35px;
  }
}
@media screen and (max-width: 767px) {
  body.client-page .b-news-line-list.horizontal {
    margin-top: 13px;
  }
}
@media screen and (max-width: 1023px) {
  body.client-page .b-news-line-list.horizontal .news-item {
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  body.client-page .b-news-line-list.horizontal .news-item {
    padding-right: 8px;
    padding-left: 8px;
  }
}
@media screen and (max-width: 1023px) {
  body.client-page .b-news-line-list.horizontal .news-item:first-child .news-item-info {
    padding-top: 26px;
    border-top: 4px solid #000;
  }
}
@media screen and (max-width: 767px) {
  body.client-page .b-news-line-list.horizontal .news-item:first-child .news-item-info {
    border-top: none;
    padding-top: 0;
  }
}
@media (min-width: 768px) {
  body.client-page .b-news-line-list.horizontal .news-item:last-child .news-item-title {
    border: none;
  }
}
@media screen and (max-width: 1023px) {
  body.client-page .b-news-line-list.horizontal .news-item .news-item-info {
    border-top: none;
    padding-top: 0;
    margin-top: -3px;
  }
}
@media screen and (max-width: 1023px) {
  body.client-page .b-news-line-list.horizontal .news-item .news-item-title {
    font-size: 20px;
    border-bottom: 1px solid #000;
    padding-bottom: 15px;
    width: 100%;
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  body.client-page .b-news-line-list.horizontal .news-item .news-item-title {
    border-bottom: none;
    font-size: 16px;
    line-height: 24px;
    margin-top: 3px;
    padding-bottom: 4px;
  }
}
@media screen and (max-width: 1439px) {
  body.client-page .b-news-line-list .news-item {
    padding-bottom: 18px;
  }
}
body .b-new-issue {
  border-top: 4px solid #000;
  margin-top: 36px;
}
body .b-new-issue .new-issue-info {
  margin-top: 26px;
}
body .b-new-issue .new-issue-theme {
  margin-top: 18px;
  color: #000;
  font-size: 24px;
  font-family: 'Open Sans', sans-serif;
  line-height: 32px;
}
body .b-new-issue .new-issue-theme .new-issue-date {
  color: #d0021b;
  text-decoration: none !important;
}
body .b-new-issue .new-issue-theme .new-issue-title {
  text-decoration: none;
  display: inline-block;
  color: inherit;
  font-size: 18px;
  line-height: 24px;
}
body .b-new-issue .new-issue-cover {
  margin-top: 23px;
  position: relative;
}
body .b-new-issue .new-issue-cover::after {
  content: '';
  display: block;
  width: 43%;
  height: 100%;
  background-color: #000;
  opacity: 0.03;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
@media (min-width: 768px) {
  body .b-new-issue .new-issue-cover::after {
    width: 87%;
    left: auto;
  }
}
@media (min-width: 1024px) {
  body .b-new-issue .new-issue-cover::after {
    width: 202px;
    left: 0;
    margin: 0 auto;
  }
}
@media (min-width: 1440px) {
  body .b-new-issue .new-issue-cover {
    text-align: center;
  }
}
body .b-new-issue .new-issue-cover .cover {
  width: 43%;
}
@media (min-width: 768px) {
  body .b-new-issue .new-issue-cover .cover {
    width: 87%;
  }
}
@media (min-width: 1024px) {
  body .b-new-issue .new-issue-cover .cover {
    width: 202px;
  }
}
@media (max-width: 768px) {
  body.client-page .b-new-issue {
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (max-width: 1439px) {
  body.client-page .b-new-issue {
    margin-top: 48px;
  }
}
@media screen and (max-width: 1439px) {
  body.client-page .b-new-issue .new-issue-info {
    margin-top: 26px;
  }
}
body .b-authorial-column {
  border-top: 4px solid #000;
  margin-top: 36px;
}
body .b-authorial-column .overlay {
  min-height: 190px;
}
body .b-authorial-column .authorial-column-top {
  position: relative;
}
body .b-authorial-column .authorial-column-top .authorial-column-title-container {
  margin-top: 22px;
}
body .b-authorial-column .authorial-column-top .authorial-column-title {
  color: #000;
  font-size: 36px;
  font-family: 'Open Sans', sans-serif;
  line-height: 46px;
  text-decoration: none;
}
body .b-authorial-column .authorial-column-top .author-info-wrapper {
  text-align: left;
  max-width: 144px;
}
body .b-authorial-column .authorial-column-top .author-info-wrapper .author-photo {
  width: 136px;
  height: 136px;
  text-align: right;
}
body .b-authorial-column .authorial-column-top .author-info-wrapper .author-photo .photo {
  width: 100%;
  height: 100%;
}
body .b-authorial-column .authorial-column-top .author-info-wrapper:hover .author-name {
  color: #930214;
}
body .b-authorial-column .authorial-column-top .mark-of-authorship {
  margin-top: 10px;
  color: #000;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  line-height: 18px;
}
body .b-authorial-column .authorial-column-top .mark-of-authorship .author-name {
  text-decoration: none;
  color: #d0021b;
  transition: all 0.15s ease-in;
}
body .b-authorial-column .authorial-column-bottom .authorial-column-info {
  margin-top: 20px;
}
body .b-authorial-column .authorial-column-bottom .authorial-column-description {
  color: #000;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  line-height: 24px;
  letter-spacing: 0.2px;
  margin-top: 19px;
}
@media screen and (max-width: 1439px) {
  body.client-page .b-authorial-column {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  body.client-page .b-authorial-column {
    margin-left: -32px;
    margin-right: -32px;
    margin-top: 14px;
  }
}
@media screen and (max-width: 479px) {
  body.client-page .b-authorial-column {
    margin-left: -16px;
    margin-right: -16px;
  }
}
@media screen and (max-width: 1439px) {
  body.client-page .b-authorial-column .authorial-column-top .authorial-column-title-container {
    margin-top: 22px;
  }
}
@media screen and (max-width: 1023px) {
  body.client-page .b-authorial-column .authorial-column-top .authorial-column-title-container {
    margin-top: 29px;
  }
}
@media screen and (max-width: 767px) {
  body.client-page .b-authorial-column .authorial-column-top .authorial-column-title-container {
    margin-top: 10px;
    margin-left: 16px;
    margin-right: 16px;
  }
}
@media screen and (max-width: 1439px) {
  body.client-page .b-authorial-column .authorial-column-top .authorial-column-title {
    line-height: 46px;
  }
}
@media screen and (max-width: 1023px) {
  body.client-page .b-authorial-column .authorial-column-top .authorial-column-title {
    line-height: 40px;
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  body.client-page .b-authorial-column .authorial-column-top .authorial-column-title {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (min-width: 480px) {
  body.client-page .b-authorial-column .authorial-column-top .author-info-wrapper {
    float: right;
    margin-bottom: 35px;
    margin-left: 35px;
    margin-right: 16px;
  }
}
@media screen and (max-width: 1439px) {
  body.client-page .b-authorial-column .authorial-column-top .author-info-wrapper {
    top: 6px;
  }
}
@media screen and (max-width: 1023px) {
  body.client-page .b-authorial-column .authorial-column-top .author-info-wrapper .author-photo {
    width: 153px;
    height: 153px;
  }
  body.client-page .b-authorial-column .authorial-column-top .author-info-wrapper .author-photo .photo {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  body.client-page .b-authorial-column .authorial-column-top .author-info-wrapper .author-photo {
    display: inline-block;
  }
  body.client-page .b-authorial-column .authorial-column-top .author-info-wrapper .author-photo .photo {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 479px) {
  body.client-page .b-authorial-column .authorial-column-top .author-info-wrapper {
    position: static;
    text-align: left;
    margin-left: 16px;
    margin-right: 16px;
  }
  body.client-page .b-authorial-column .authorial-column-top .author-info-wrapper .author-photo {
    margin-top: 16px;
  }
}
@media (max-width: 479px) {
  body.client-page .b-authorial-column .authorial-column-top .author-info-wrapper .author-photo {
    width: 98px;
    height: 98px;
  }
}
@media (max-width: 767px) {
  body.client-page .b-authorial-column .authorial-column-top .author-info-wrapper .author-photo {
    width: 152px;
    height: 152px;
  }
}
@media (max-width: 1023px) {
  body.client-page .b-authorial-column .authorial-column-top .author-info-wrapper .author-photo {
    width: 144px;
    height: 144px;
  }
}
@media (min-width: 1024px) {
  body.client-page .b-authorial-column .authorial-column-top .author-info-wrapper .author-photo {
    width: 144px;
    height: 144px;
  }
}
@media screen and (max-width: 1439px) {
  body.client-page .b-authorial-column .authorial-column-top .mark-of-authorship {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  body.client-page .b-authorial-column .authorial-column-top .mark-of-authorship {
    font-size: 12px;
    line-height: 16px;
    margin-top: 15px;
  }
}
@media screen and (max-width: 479px) {
  body.client-page .b-authorial-column .authorial-column-top .mark-of-authorship {
    margin-top: 8px;
  }
}
@media screen and (max-width: 1439px) {
  body.client-page .b-authorial-column .authorial-column-bottom .authorial-column-info {
    margin-top: 20px;
  }
}
@media (min-width: 480px) {
  body.client-page .b-authorial-column .authorial-column-bottom .authorial-column-description {
    width: 85%;
  }
}
@media screen and (max-width: 1023px) {
  body.client-page .b-authorial-column .authorial-column-bottom .authorial-column-description {
    line-height: 28px;
    font-size: 19px;
    margin-top: 22px;
  }
}
@media screen and (max-width: 767px) {
  body.client-page .b-authorial-column .authorial-column-bottom .authorial-column-description {
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
    margin-left: 16px;
    margin-right: 16px;
  }
}
@media screen and (max-width: 479px) {
  body.client-page .b-authorial-column .authorial-column-bottom .authorial-column-description {
    margin-top: 16px;
    letter-spacing: 0.1px;
  }
}
@media (min-width: 1440px) {
  body.client-page .b-authorial-column .authorial-column-bottom .authorial-column-description {
    width: 100%;
  }
}
body .b-main-material {
  margin-top: 15px;
}
body .b-main-material .category-title {
  color: #d0021b;
  font-size: 24px;
  font-family: 'Open Sans', sans-serif;
  line-height: 32px;
}
@media (min-width: 1024px) {
  body .b-main-material .category-title {
    margin-bottom: 10px;
    color: #d0021b;
    font-size: 32px;
    font-family: 'Open Sans', sans-serif;
    line-height: 32px;
  }
}
body .b-main-material .bottom-line {
  height: 4px;
  margin-bottom: 15px;
  background-color: #000;
}
@media (min-width: 768px) {
  body .b-main-material .bottom-line {
    margin-bottom: 40px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
}
body .b-main-material .bottom-line-narrow {
  height: 2px;
}
@media (min-width: 1024px) {
  body .b-main-material .bottom-line-narrow {
    margin-right: 40px;
  }
}
@media (min-width: 1440px) {
  body .b-main-material .bottom-line-narrow {
    margin-right: 20px;
  }
}
body .b-main-material.supernews .main-material-left-column {
  width: 100%;
}
body .b-main-material.supernews .main-material-left-column .main-material-title {
  width: auto;
  max-width: 100%;
}
body .b-main-material.supernews .main-material-right-column {
  display: none;
}
body .b-main-material .main-material-title {
  display: inline-block;
  color: #000;
  font-size: 24px;
  font-family: 'Open Sans', sans-serif;
  line-height: 32px;
  letter-spacing: -1.2px;
  margin-top: 6px;
  max-width: 80%;
  text-decoration: none;
}
body .b-main-material .main-material-right-column {
  text-align: right;
}
@media (max-width: 767px) {
  body .b-main-material .main-material-right-column {
    padding-left: 70px;
    padding-right: 0px;
  }
}
@media (max-width: 1439px) {
  body .b-main-material .main-material-right-column {
    padding-left: 70px;
    padding-right: 0px;
  }
}
@media (max-width: 1023px) {
  body .b-main-material .main-material-right-column {
    padding-left: 70px;
    padding-right: 0px;
  }
}
body .b-main-material .main-material-image-wrapper {
  display: inline-block;
  margin-left: -20px;
  border: 20px solid rgba(0, 0, 0, 0.2);
}
body .b-main-material .main-material-image-wrapper .image {
  width: 100%;
}
body .b-main-material .main-material-info {
  margin-top: 23px;
}
body .b-main-material .main-material-description {
  max-width: 89%;
  margin-top: 30px;
  color: #000;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  line-height: 24px;
}
body .b-main-material .article-photo-container {
  max-width: 850px;
  margin-top: 30px;
  margin-bottom: 28px;
}
@media (min-width: 0px) and (max-width: 767px) {
  body .b-main-material .article-photo-container {
    margin-top: 0px;
  }
}
body .b-main-material .article-photo-container .article-photo {
  display: block;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  body.client-page .b-main-material {
    margin-top: 30px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
}
@media (min-width: 768px) and (max-width: 1024px) {
  body.client-page .b-main-material {
    margin-top: 0px;
  }
}
@media screen and (max-width: 1439px) {
  body.client-page .b-main-material .main-material-title {
    letter-spacing: -1.5px;
  }
}
@media screen and (max-width: 1439px) {
  body.client-page .b-main-material .main-material-title {
    font-size: 60px;
    letter-spacing: 0.1px;
    line-height: 68px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body.client-page .b-main-material .main-material-title {
    color: black;
    font-size: 24px;
    font-family: 'Open Sans', sans-serif;
    line-height: 32px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  body.client-page .b-main-material .main-material-title {
    max-width: 100%;
    color: black;
    font-size: 22px;
    font-family: 'Open Sans', sans-serif;
    line-height: 26px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  body.client-page .b-main-material .main-material-title {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body.client-page .b-main-material .main-material-left-column {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  body.client-page .b-main-material .main-material-left-column {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 1439px) {
  body.client-page .b-main-material .main-material-left-column .g-link-block {
    padding-right: 100px;
  }
}
@media screen and (max-width: 1023px) {
  body.client-page .b-main-material .main-material-left-column .g-link-block {
    padding-right: 20px;
  }
}
@media screen and (max-width: 1439px) {
  body.client-page .b-main-material .main-material-image-wrapper {
    margin-left: -60px;
  }
}
@media screen and (max-width: 1023px) {
  body.client-page .b-main-material .main-material-image-wrapper {
    margin-left: -45px;
  }
}
@media screen and (max-width: 1439px) {
  body.client-page .b-main-material .main-material-info {
    margin-top: 24px;
  }
}
@media screen and (max-width: 1439px) {
  body.client-page .b-main-material .main-material-info {
    margin-top: 26px;
  }
}
@media screen and (max-width: 1023px) {
  body.client-page .b-main-material .main-material-info {
    font-size: 16px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  body.client-page .b-main-material .main-material-info {
    margin-top: 11px;
    font-size: 14px;
  }
}
@media screen and (max-width: 479px) {
  body.client-page .b-main-material .main-material-info {
    margin-top: 12px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  body.client-page .b-main-material .main-material-info {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (max-width: 1439px) {
  body.client-page .b-main-material .main-material-description {
    margin-top: 27px;
    line-height: 24px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  body.client-page .b-main-material .main-material-description {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (max-width: 1439px) {
  body.client-page .b-main-material .main-material-description {
    margin-top: 28px;
  }
}
@media screen and (max-width: 767px) {
  body.client-page .b-main-material .main-material-description {
    margin-top: 18px;
    font-size: 16px;
    line-height: 23px;
  }
}
@media screen and (max-width: 1439px) {
  body.client-page .b-main-material .article-photo-container {
    margin-top: 27px;
  }
}
@media screen and (max-width: 1439px) {
  body.client-page .b-main-material .article-photo-container {
    margin-top: 28px;
  }
}
@media screen and (max-width: 767px) {
  body.client-page .b-main-material .article-photo-container {
    margin-top: 18px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  body.client-page .b-main-material .article-photo-container {
    margin-top: 0px;
  }
}
body .b-news-composition {
  margin-top: 32px;
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (max-width: 1023px) {
  body .b-news-composition {
    padding-left: 0px;
    padding-right: 0px;
  }
}
body .b-news-composition .inner-column-small {
  width: 33.33333333%;
  float: left;
  padding-right: 16px;
  padding-left: 16px;
  box-sizing: border-box;
}
body .b-news-composition .inner-column-large {
  width: 66.66666667%;
  float: left;
  padding-right: 16px;
  padding-left: 16px;
  box-sizing: border-box;
}
body .b-news-composition .inner-column-large-authorial .overlay {
  min-height: 210px;
}
body .b-news-composition .b-news-line-list.horizontal .news-item .news-item-title {
  padding-bottom: 13px;
}
@media screen and (max-width: 1439px) {
  body.client-page .b-news-composition {
    margin-top: 37px;
  }
}
@media screen and (max-width: 1439px) {
  body.client-page .b-news-composition {
    margin-top: 31px;
  }
}
@media screen and (max-width: 1023px) {
  body.client-page .b-news-composition {
    margin-top: 53px;
  }
}
@media screen and (max-width: 767px) {
  body.client-page .b-news-composition {
    margin-top: 0px;
  }
}
@media screen and (max-width: 767px) {
  body.client-page .b-news-composition .inner-column-small {
    border-top: 4px solid #000;
  }
}
@media screen and (max-width: 1439px) {
  body.client-page .b-news-composition .inner-column-small.inner-column-small-new-issue {
    display: none;
  }
}
@media screen and (max-width: 1439px) {
  body.client-page .b-news-composition .inner-column-small {
    padding-right: 9px;
    padding-left: 34px;
  }
}
@media screen and (max-width: 1023px) {
  body.client-page .b-news-composition .inner-column-small {
    width: 100%;
    margin-top: 12px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (max-width: 767px) {
  body.client-page .b-news-composition .inner-column-small {
    margin-top: 0;
    border-top: none;
    padding-right: 0px;
    padding-left: 0px;
    margin-bottom: 6px;
  }
}
@media screen and (max-width: 479px) {
  body.client-page .b-news-composition .inner-column-small {
    padding-left: 16px;
    padding-right: 16px;
    margin-bottom: 6px;
  }
}
@media screen and (max-width: 767px) {
  body.client-page .b-news-composition .inner-column-large.inner-column-large-event {
    margin-top: 34px;
    padding-left: 0;
    padding-right: 0;
    float: none;
  }
}
@media screen and (max-width: 479px) {
  body.client-page .b-news-composition .inner-column-large.inner-column-large-event {
    margin-top: 19px;
  }
}
@media screen and (max-width: 1439px) {
  body.client-page .b-news-composition .inner-column-large.inner-column-large-authorial {
    width: 100%;
    padding-left: 33px;
    padding-right: 33px;
  }
}
@media screen and (max-width: 1023px) {
  body.client-page .b-news-composition .inner-column-large.inner-column-large-authorial {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  body.client-page .b-news-composition .inner-column-large.inner-column-large-authorial {
    border-top: 4px solid #000;
    margin-top: 14px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 479px) {
  body.client-page .b-news-composition .inner-column-large.inner-column-large-authorial {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (max-width: 1439px) {
  body.client-page .b-news-composition .inner-column-large {
    padding-left: 23px;
    padding-right: 32px;
  }
}
@media screen and (max-width: 1023px) {
  body.client-page .b-news-composition .inner-column-large {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    margin-top: 42px;
  }
}
@media screen and (max-width: 479px) {
  body.client-page .b-news-composition .inner-column-large {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (max-width: 1023px) {
  body.client-page .b-news-composition .b-news-line-list.horizontal {
    margin-top: 22px;
  }
}
@media screen and (max-width: 767px) {
  body.client-page .b-news-composition .b-news-line-list.horizontal {
    margin-top: 34px;
    border-top: 4px solid #000;
    margin-left: -16px;
    margin-right: -16px;
  }
}
@media screen and (max-width: 479px) {
  body.client-page .b-news-composition .b-news-line-list.horizontal {
    margin-left: -8px;
    margin-right: -8px;
  }
}
@media screen and (max-width: 767px) {
  body.client-page .b-news-composition .b-news-line-list.horizontal .news-item {
    padding-bottom: 7px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (max-width: 1023px) {
  body.client-page .b-news-composition .b-news-line-list.horizontal .news-item:last-child .news-item-title {
    border-bottom: none;
  }
}
body .b-article-with-banner {
  margin-top: 32px;
}
body .b-article-with-banner .banner-wrapper {
  border: 20px solid rgba(0, 0, 0, 0.2);
  margin-right: -20px;
  display: inline-block;
  font-size: 0;
}
body .b-article-with-banner .banner-wrapper .banner {
  width: 100%;
}
body .b-article-with-banner .article-container {
  margin-left: 20px;
  border-top: 4px solid #000;
}
body .b-article-with-banner .article-container .article-description-column-left {
  width: 50%;
  float: left;
  padding-right: 0;
  padding-left: 0;
  box-sizing: border-box;
}
body .b-article-with-banner .article-container .article-description-column-right {
  width: 50%;
  float: left;
  padding-right: 0;
  padding-left: 0;
  box-sizing: border-box;
}
body .b-article-with-banner .article-container .article-title {
  text-decoration: none;
  display: inline-block;
  color: #000;
  font-size: 36px;
  line-height: 46px;
  width: 79%;
  margin-top: 34px;
}
body .b-article-with-banner .article-container .article-description {
  margin-top: 18px;
  color: #000;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  line-height: 24px;
}
body .b-article-with-banner .article-container .article-info {
  margin-top: 16px;
}
@media (min-width: 0px) and (max-width: 767px) {
  body .b-article-with-banner .article-container .article-info {
    padding-right: 16px;
    padding-left: 16px;
  }
}
body .b-article-with-banner .article-description-image-wrapper {
  margin-top: 26px;
  padding-left: 5px;
}
body .b-article-with-banner .article-description-image-wrapper .article-description-image {
  width: 100%;
  transition: all 0.15s ease-in;
}
@media screen and (max-width: 1439px) {
  body.client-page .b-article-with-banner {
    margin-top: 27px;
  }
}
@media screen and (max-width: 1023px) {
  body.client-page .b-article-with-banner {
    margin-top: 34px;
  }
}
@media screen and (max-width: 767px) {
  body.client-page .b-article-with-banner {
    border-top: 4px solid #000;
    margin-left: -32px;
    margin-right: -32px;
    padding: 0 32px;
    margin-top: 34px;
  }
}
@media screen and (max-width: 479px) {
  body.client-page .b-article-with-banner {
    margin-top: 34px;
    margin-left: -16px;
    margin-right: -16px;
  }
}
@media screen and (max-width: 767px) {
  body.client-page .b-article-with-banner .article-wrapper {
    margin-top: 20px;
    margin-left: -48px;
    margin-right: -48px;
  }
}
@media screen and (max-width: 1439px) {
  body.client-page .b-article-with-banner .banner-wrapper {
    border: none;
  }
}
@media screen and (max-width: 1439px) {
  body.client-page .b-article-with-banner .article-container {
    margin-left: 60px;
  }
}
@media screen and (max-width: 1439px) {
  body.client-page .b-article-with-banner .article-container {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  body.client-page .b-article-with-banner .article-container {
    border-top: none;
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (max-width: 767px) {
  body.client-page .b-article-with-banner .article-container .article-description-column-left {
    width: 100%;
  }
}
@media screen and (max-width: 1439px) {
  body.client-page .b-article-with-banner .article-container .article-title {
    width: 94%;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  body.client-page .b-article-with-banner .article-container .article-title {
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media screen and (max-width: 1439px) {
  body.client-page .b-article-with-banner .article-container .article-title {
    width: 90%;
  }
}
@media screen and (max-width: 1023px) {
  body.client-page .b-article-with-banner .article-container .article-title {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  body.client-page .b-article-with-banner .article-container .article-title {
    color: #000;
    font-size: 24px;
    font-family: 'Open Sans', sans-serif;
    line-height: 32px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  body.client-page .b-article-with-banner .article-container .article-description {
    margin-top: 8px;
    color: #000;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    line-height: 20px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  body.client-page .b-article-with-banner .article-container .article-description {
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media (min-width: 1440px) {
  body.client-page .b-article-with-banner .article-description-image-wrapper {
    text-align: right;
  }
}
@media screen and (max-width: 1439px) {
  body.client-page .b-article-with-banner .article-description-image-wrapper {
    margin-top: 20px;
    padding-left: 12px;
  }
}
@media screen and (max-width: 1439px) {
  body.client-page .b-article-with-banner .article-description-image-wrapper {
    margin-top: 32px;
  }
}
@media screen and (max-width: 1023px) {
  body.client-page .b-article-with-banner .article-description-image-wrapper {
    margin-top: 20px;
    padding-left: 17px;
  }
}
@media screen and (max-width: 767px) {
  body.client-page .b-article-with-banner .article-description-image-wrapper {
    margin-top: 20px;
    padding-left: 32px;
    padding-right: 32px;
  }
}
body .b-community-and-article {
  margin-top: 33px;
}
body .b-community-and-article .community {
  background-color: #a6c9f1;
  padding: 30px 30px 64px;
  box-sizing: border-box;
}
body .b-community-and-article .community .community-inner {
  position: relative;
}
body .b-community-and-article .community .g-icon {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 44px;
}
body .b-community-and-article .community .more-questions-wrapper {
  text-align: right;
  height: 62px;
  padding-top: 26px;
  box-sizing: border-box;
}
body .b-community-and-article .community .more-questions-wrapper .more-questions-link {
  text-decoration: none;
  color: #000;
  font-size: 20px;
  font-family: 'Open Sans', sans-serif;
  line-height: 32px;
}
body .b-community-and-article .community .questions-list {
  margin-top: 20px;
}
body .b-community-and-article .community .question-item {
  border-bottom: 1px solid black;
  cursor: pointer;
  margin-bottom: 10px;
  padding-bottom: 20px;
}
body .b-community-and-article .community .question-item:first-child {
  margin-top: 0;
}
body .b-community-and-article .community .publication-info {
  letter-spacing: 0.1px;
}
body .b-community-and-article .community .publication-info .date {
  color: #000;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
}
body .b-community-and-article .community .publication-info .publication-name {
  color: #d0021b;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  text-decoration: none;
}
body .b-community-and-article .community .question {
  margin-top: 14px;
  color: #000;
  font-size: 20px;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.5em;
  letter-spacing: 0.3px;
}
body .b-community-and-article .community .reply-link {
  color: #000;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  text-decoration: none;
}
body .b-community-and-article .community .question-input-container {
  margin-top: 67px;
}
body .b-community-and-article .community .question-input-container .button {
  height: 48px;
  outline: none;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: #a6c9f1;
  color: #000;
  font-size: 20px;
  font-family: 'Open Sans', sans-serif;
  line-height: 25px;
  letter-spacing: 0.5px;
  padding: 10px 17px;
  border-radius: 8px;
  -webkit-appearance: none;
  transition: all 0.2s ease-in;
  cursor: pointer;
}
body .b-community-and-article .community .question-input-container .button:hover {
  border-color: #000;
}
body .b-community-and-article .article {
  border-top: 4px solid #000;
}
body .b-community-and-article .article .article-image-wrapper {
  margin-top: 28px;
}
body .b-community-and-article .article .article-image-wrapper .article-image {
  height: auto;
  width: 100%;
}
@media (min-width: 480px) {
}
@media (min-width: 768px) {
}
body .b-community-and-article .article .article-info {
  margin-top: 27px;
}
body .b-community-and-article .article .article-title {
  margin-top: 17px;
  text-decoration: none;
  display: inline-block;
  color: #000;
  font-size: 44px;
  font-family: 'Open Sans', sans-serif;
  line-height: 56px;
  font-weight: 500;
}
body .b-community-and-article .article .article-description {
  margin-top: 14px;
  color: #000;
  font-size: 20px;
  font-family: 'Open Sans', sans-serif;
  line-height: 28px;
}
body .b-community-and-article .b-new-issue {
  border-top: none;
}
@media (min-width: 0px) and (max-width: 768px) {
  body .b-community-and-article .b-new-issue {
    border-top: 4px solid black;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .b-community-and-article .b-new-issue {
    border-top: 4px solid black;
  }
}
@media screen and (max-width: 1439px) {
  body.client-page .b-community-and-article {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1023px) {
  body.client-page .b-community-and-article {
    margin-top: 30px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body.client-page .b-community-and-article {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 767px) {
  body.client-page .b-community-and-article {
    margin-top: 35px;
    padding: 0;
    margin-left: -16px;
    margin-right: -16px;
  }
}
@media screen and (max-width: 767px) {
  body.client-page .b-community-and-article .community {
    padding: 16px 34px 42px 14px;
  }
}
@media screen and (max-width: 767px) {
  body.client-page .b-community-and-article .community {
    padding: 16px 16px 42px 16px;
  }
}
@media screen and (max-width: 479px) {
  body.client-page .b-community-and-article .community {
    padding: 16px 10px 42px 24px;
  }
}
@media (min-width: 768px) {
  body.client-page .b-community-and-article .community {
    margin-bottom: 48px;
  }
}
@media (min-width: 1024px) {
  body.client-page .b-community-and-article .community {
    margin-top: 47px;
    margin-bottom: 0;
    padding-bottom: 42px;
  }
}
@media (min-width: 1440px) {
  body.client-page .b-community-and-article .community {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  body.client-page .b-community-and-article .community .g-icon {
    font-size: 44px;
  }
}
@media screen and (max-width: 1439px) {
  body.client-page .b-community-and-article .community .more-questions-wrapper {
    padding-right: 6px;
  }
}
@media screen and (max-width: 767px) {
  body.client-page .b-community-and-article .community .more-questions-wrapper {
    padding-top: 11px;
  }
}
@media (min-width: 1024px) {
  body.client-page .b-community-and-article .community .more-questions-wrapper {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  body.client-page .b-community-and-article .community .more-questions-wrapper .more-questions-link {
    font-size: 14px;
    padding-right: 7px;
  }
}
@media screen and (max-width: 767px) {
  body.client-page .b-community-and-article .community .questions-list {
    margin-top: 16px;
  }
}
@media screen and (max-width: 767px) {
  body.client-page .b-community-and-article .community .question-item {
    border-bottom: none;
    padding-bottom: 20px;
    margin-top: 0px;
  }
}
@media screen and (max-width: 767px) {
  body.client-page .b-community-and-article .community .publication-info .date {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  body.client-page .b-community-and-article .community .publication-info .publication-name {
    font-size: 12px;
    padding-left: 3px;
  }
}
@media (min-width: 1024px) {
  body.client-page .b-community-and-article .community .publication-info .publication-name {
    line-height: 22px;
  }
}
@media screen and (max-width: 767px) {
  body.client-page .b-community-and-article .community .question {
    font-size: 20px;
    line-height: 29px;
    margin-top: 8px;
  }
}
@media (min-width: 1024px) {
  body.client-page .b-community-and-article .community .question {
    font-size: 20px;
    line-height: 30px;
  }
}
@media screen and (max-width: 1439px) {
  body.client-page .b-community-and-article .community .reply-link {
    padding-left: 4px;
  }
}
@media screen and (max-width: 767px) {
  body.client-page .b-community-and-article .community .reply-link {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  body.client-page .b-community-and-article .community .question-input-container {
    margin-top: 15px;
  }
}
@media screen and (max-width: 479px) {
  body.client-page .b-community-and-article .community .question-input-container {
    margin-top: 0;
  }
}
@media (min-width: 1024px) {
  body.client-page .b-community-and-article .community .question-input-container {
    margin-top: 36px;
  }
}
@media screen and (max-width: 767px) {
  body.client-page .b-community-and-article .community .question-input-container .f-input {
    height: 25px;
    font-size: 19px;
    border-width: 2px;
  }
}
@media (min-width: 1024px) {
  body.client-page .b-community-and-article .community .question-input-container .f-input {
    font-size: 20px;
  }
}
body.client-page .b-community-and-article .article {
  margin-top: 47px;
}
@media screen and (max-width: 1023px) {
  body.client-page .b-community-and-article .article {
    margin-top: 0;
  }
}
@media (min-width: 0px) and (max-width: 768px) {
  body.client-page .b-community-and-article .article {
    margin-top: 20px;
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 479px) and (max-width: 768px) {
  body.client-page .b-community-and-article .article {
    margin-top: 20px;
    padding-left: 16px;
    padding-right: 16px;
    margin-right: -16px;
    margin-left: -16px;
  }
}
@media screen and (max-width: 479px) {
  body.client-page .b-community-and-article .article {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 1440px) {
  body.client-page .b-community-and-article .article {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  body.client-page .b-community-and-article .article .article-image-wrapper {
    margin-top: 20px;
    text-align: center;
  }
}
@media screen and (max-width: 1023px) {
  body.client-page .b-community-and-article .article .article-info {
    margin-top: 27px;
  }
}
@media screen and (max-width: 767px) {
  body.client-page .b-community-and-article .article .article-info {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  body.client-page .b-community-and-article .article .article-title {
    margin-top: 11px;
    font-size: 24px;
    line-height: 32px;
  }
}
@media screen and (max-width: 767px) {
  body.client-page .b-community-and-article .article .article-description {
    margin-top: 8px;
    font-size: 14px;
    line-height: 20px;
  }
}
body.client-page .b-community-and-article .b-new-issue {
  margin-top: 47px;
}
@media screen and (max-width: 767px) {
  body.client-page .b-community-and-article .b-new-issue {
    margin-top: 25px;
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (max-width: 479px) {
  body.client-page .b-community-and-article .b-new-issue {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (min-width: 768px) {
  body.client-page .b-community-and-article .b-new-issue {
    margin-top: 0;
  }
}
@media (min-width: 1024px) {
  body.client-page .b-community-and-article .b-new-issue {
    border-top: 4px solid #000;
    margin-top: 47px;
  }
}
@media screen and (max-width: 767px) {
  body.client-page .b-community-and-article .b-new-issue .new-issue-info-cover-wrapper {
    float: none;
    width: auto;
    margin-top: 26px;
  }
}
@media (min-width: 768px) {
  body.client-page .b-community-and-article .b-new-issue .new-issue-info-cover-wrapper {
    float: right;
    width: 64%;
    margin-top: 60px;
  }
}
@media (min-width: 1024px) {
  body.client-page .b-community-and-article .b-new-issue .new-issue-info-cover-wrapper {
    float: none;
    width: auto;
    margin-top: 26px;
  }
}
@media screen and (max-width: 767px) {
  body.client-page .b-community-and-article .b-new-issue .new-issue-cover {
    float: none;
    width: auto;
    text-align: left;
    margin-top: 7px;
  }
}
@media (min-width: 768px) {
  body.client-page .b-community-and-article .b-new-issue .new-issue-cover {
    float: left;
    margin-top: 0;
    text-align: right;
    width: 33.4%;
  }
}
@media (min-width: 1024px) {
  body.client-page .b-community-and-article .b-new-issue .new-issue-cover {
    width: 100%;
    margin-top: 7px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  body.client-page .b-community-and-article .b-new-issue .new-issue-cover .cover-image {
    width: 140px;
  }
}
@media screen and (max-width: 479px) {
  body.client-page .b-community-and-article .b-new-issue .new-issue-cover .cover-image {
    width: 120px;
  }
}
@media screen and (max-width: 767px) {
  body.client-page .b-community-and-article .b-new-issue .new-issue-theme {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  body.client-page .b-community-and-article .b-new-issue .new-issue-theme {
    font-size: 24px;
    line-height: 32px;
  }
}
@media screen and (max-width: 1023px) {
  body.client-page .b-community-and-article .b-new-issue .new-issue-theme .new-issue-title {
    width: 78%;
  }
}
@media screen and (max-width: 767px) {
  body.client-page .b-community-and-article .b-new-issue .new-issue-theme .new-issue-title {
    line-height: 23px;
    margin-top: -5px;
  }
}
body .b-events-extended-with-news {
  margin-top: 47px;
}
body .b-events-extended-with-news .b-news-line-list .news-item:last-child {
  border-bottom: none;
}
body .b-events-extended-with-news .events-extended {
  background-color: #3e4f51;
  padding: 16px 34px 25px 30px;
}
body .b-events-extended-with-news .events-extended .events-extended-header .date {
  float: left;
  color: #fff;
  font-size: 44px;
  font-family: 'Open Sans', sans-serif;
  line-height: 64px;
}
body .b-events-extended-with-news .events-extended .events-extended-header .show-more-link {
  float: right;
  text-decoration: none;
  color: #fff;
  font-size: 24px;
  font-family: 'Open Sans', sans-serif;
  margin-top: 28px;
}
body .b-events-extended-with-news .events-extended .events-list {
  margin-top: 16px;
  font-size: 0;
}
body .b-events-extended-with-news .events-extended .events-list .event-item-wrapper {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  padding-right: 14px;
}
body .b-events-extended-with-news .events-extended .events-list .event-item-wrapper:nth-child(2n) {
  padding-right: 0;
  padding-left: 18px;
}
body .b-events-extended-with-news .events-extended .events-list .event-item {
  border-top: 1px solid #fff;
  padding-top: 22px;
  padding-bottom: 21px;
}
body .b-events-extended-with-news .events-extended .events-list .event-name {
  text-decoration: none;
  color: #fff;
  font-size: 20px;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 0.2px;
}
body .b-events-extended-with-news .events-extended .events-list .event-category {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
}
body .b-events-extended-with-news .b-news-line-list.horizontal {
  margin-top: 20px;
  margin-left: -16px;
  margin-right: -16px;
  display: flex;
  flex-wrap: wrap;
}
body .b-events-extended-with-news .b-news-line-list.horizontal .news-item .news-item-info {
  border-top: none;
  padding-top: 15px;
}
body .b-events-extended-with-news .b-news-line-list.horizontal .news-item:nth-child(-n+3) {
  display: block;
}
body .b-events-extended-with-news .b-news-line-list.horizontal .news-item:nth-child(-n+3) .news-item-info {
  border-top: 4px solid #000;
  padding-top: 26px;
}
body .b-events-extended-with-news .b-news-line-list.horizontal .news-item:last-child .news-item-title {
  border-bottom: none;
}
@media screen and (max-width: 1439px) {
  body.client-page .b-events-extended-with-news {
    margin-top: 67px;
    padding-left: 16px;
    padding-right: 18px;
  }
}
@media screen and (max-width: 1023px) {
  body.client-page .b-events-extended-with-news {
    margin-top: 48px;
    padding-right: 16px;
  }
}
@media screen and (max-width: 767px) {
  body.client-page .b-events-extended-with-news {
    margin-left: -32px;
    margin-right: -32px;
    margin-top: 35px;
  }
}
@media screen and (max-width: 1023px) {
  body.client-page .b-events-extended-with-news .events-extended {
    padding-right: 26px;
    padding-bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  body.client-page .b-events-extended-with-news .events-extended {
    padding: 7px 32px 12px;
  }
}
@media screen and (max-width: 479px) {
  body.client-page .b-events-extended-with-news .events-extended {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (max-width: 479px) {
  body.client-page .b-events-extended-with-news .events-extended {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  body.client-page .b-events-extended-with-news .events-extended .events-extended-header .date {
    font-size: 24px;
  }
}
@media screen and (max-width: 1023px) {
  body.client-page .b-events-extended-with-news .events-extended .events-extended-header .date {
    float: none;
    display: inline-block;
  }
}
@media screen and (max-width: 479px) {
  body.client-page .b-events-extended-with-news .events-extended .events-extended-header .date {
    float: left;
    line-height: 47px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 1439px) {
  body.client-page .b-events-extended-with-news .events-extended .events-extended-header .show-more-link {
    padding-right: 59px;
  }
}
@media screen and (max-width: 1023px) {
  body.client-page .b-events-extended-with-news .events-extended .events-extended-header .show-more-link {
    padding-right: 0;
    float: right;
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  body.client-page .b-events-extended-with-news .events-extended .events-extended-header .show-more-link {
    font-size: 16px;
    float: none;
    margin-left: 74px;
    letter-spacing: -1px;
  }
}
@media screen and (max-width: 479px) {
  body.client-page .b-events-extended-with-news .events-extended .events-extended-header .show-more-link {
    float: right;
  }
}
@media screen and (max-width: 1023px) {
  body.client-page .b-events-extended-with-news .events-extended .events-list {
    margin-top: 16px;
  }
}
@media screen and (max-width: 767px) {
  body.client-page .b-events-extended-with-news .events-extended .events-list {
    margin-top: -8px;
  }
}
@media screen and (max-width: 1023px) {
  body.client-page .b-events-extended-with-news .events-extended .events-list .event-item-wrapper {
    width: 100%;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  body.client-page .b-events-extended-with-news .events-extended .events-list .event-item-wrapper {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  body.client-page .b-events-extended-with-news .events-extended .events-list .event-item-wrapper:nth-child(-n+3) {
    display: inline-block;
  }
}
@media screen and (max-width: 1023px) {
  body.client-page .b-events-extended-with-news .events-extended .events-list .event-item-wrapper:nth-child(2n) {
    padding-left: 0;
  }
}
@media screen and (max-width: 1023px) {
  body.client-page .b-events-extended-with-news .events-extended .events-list .event-item {
    padding-bottom: 21px;
  }
}
@media screen and (max-width: 767px) {
  body.client-page .b-events-extended-with-news .events-extended .events-list .event-item {
    padding-top: 18px;
  }
}
@media screen and (max-width: 479px) {
  body.client-page .b-events-extended-with-news .events-extended .events-list .event-item {
    padding-bottom: 22px;
  }
}
@media screen and (max-width: 767px) {
  body.client-page .b-events-extended-with-news .events-extended .events-list .event-name {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  body.client-page .b-events-extended-with-news .events-extended .events-list .event-category {
    font-size: 12px;
  }
}
@media screen and (max-width: 1023px) {
  body.client-page .b-events-extended-with-news .b-news-line-list.horizontal {
    margin-left: 0;
    margin-right: 0;
    border-top: 4px solid #000;
    margin-top: 48px;
    padding-top: 26px;
  }
}
@media screen and (max-width: 767px) {
  body.client-page .b-events-extended-with-news .b-news-line-list.horizontal {
    border-top: none;
    margin-top: 13px;
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (max-width: 1023px) {
  body.client-page .b-events-extended-with-news .b-news-line-list.horizontal .news-item {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  body.client-page .b-events-extended-with-news .b-news-line-list.horizontal .news-item {
    padding-bottom: 6px;
  }
}
@media screen and (max-width: 1023px) {
  body.client-page .b-events-extended-with-news .b-news-line-list.horizontal .news-item .news-item-info {
    padding-top: 0;
  }
}
@media screen and (max-width: 1023px) {
  body.client-page .b-events-extended-with-news .b-news-line-list.horizontal .news-item .news-item-title {
    display: block;
    padding-bottom: 14px;
  }
}
@media screen and (max-width: 1023px) {
  body.client-page .b-events-extended-with-news .b-news-line-list.horizontal .news-item:nth-child(-n+3) .news-item-info {
    border-top: none;
    padding-top: 0;
  }
}
body .b-article-with-large-media {
  position: relative;
  margin-top: 19px;
}
body .b-article-with-large-media .article-with-large-media-inner {
  position: relative;
}
body .b-article-with-large-media .article {
  border-top: 4px solid #000;
  padding-bottom: 30px;
}
@media (min-width: 1440px) {
  body .b-article-with-large-media .article {
    padding-bottom: 50px;
  }
}
body .b-article-with-large-media .article .article-title {
  display: inline-block;
  margin-top: 33px;
  color: #000;
  font-size: 44px;
  font-family: 'Open Sans', sans-serif;
  line-height: 56px;
}
body .b-article-with-large-media .article .article-info {
  margin-top: 17px;
}
body .b-article-with-large-media .article .article-description {
  margin-top: 18px;
  letter-spacing: 0.5px;
  color: #000;
  font-size: 23px;
  font-family: 'Open Sans', sans-serif;
  line-height: 32px;
}
body .b-article-with-large-media .article .icon-photo-feature-small {
  text-decoration: none;
  color: #000;
  position: absolute;
  font-size: 36px;
  bottom: -1px;
  left: 17px;
}
body .b-article-with-large-media .photo-container {
  position: relative;
  text-align: center;
  font-size: 0;
  max-width: 926px;
  margin: 0 auto;
}
body .b-article-with-large-media .photo-container:hover:before {
  transform: scale(1.02, 0.98);
}
body .b-article-with-large-media .photo-container:hover:after {
  transform: scale(1.04, 0.98);
}
body .b-article-with-large-media .photo-container:hover .photo {
  opacity: 0.9;
}
body .b-article-with-large-media .photo-container:before {
  position: absolute;
  content: '';
  left: 8px;
  top: 8px;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  background-color: rgba(0, 0, 0, 0.2);
  transition: all 0.15s ease-in;
}
body .b-article-with-large-media .photo-container:after {
  content: '';
  position: absolute;
  left: 0;
  top: 16px;
  width: 100%;
  height: calc(100% - 32px);
  background-color: rgba(0, 0, 0, 0.2);
  transition: all 0.15s ease-in;
}
body .b-article-with-large-media .photo-container .photo {
  position: relative;
  z-index: 5;
  width: calc(100% - 32px);
  transition: all 0.15s ease-in;
}
@media screen and (max-width: 1439px) {
  body.client-page .b-article-with-large-media {
    margin-top: 50px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body.client-page .b-article-with-large-media {
    padding-right: 0px;
    padding-left: 0px;
    margin-top: 30px;
  }
}
@media (min-width: 1024px) and (max-width: 3000px) {
  body.client-page .b-article-with-large-media {
    padding-right: 0px;
    padding-left: 0px;
    margin-top: 56px;
  }
}
@media screen and (max-width: 767px) {
  body.client-page .b-article-with-large-media {
    margin-top: 14px;
    margin-left: -32px;
    margin-right: -32px;
  }
}
@media screen and (max-width: 479px) {
  body.client-page .b-article-with-large-media {
    margin-left: -16px;
    margin-right: -16px;
  }
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 479px) {
}
@media (min-width: 992px) and (max-width: 1199px) {
  body.client-page .b-article-with-large-media .article {
    width: 100%;
  }
}
@media screen and (max-width: 1439px) {
}
@media (max-width: 768px) {
  body.client-page .b-article-with-large-media .article .article-title {
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body.client-page .b-article-with-large-media .article .article-title {
    width: 100%;
    font-size: 36px;
    line-height: 44px;
  }
}
@media screen and (max-width: 767px) {
  body.client-page .b-article-with-large-media .article .article-title {
    font-size: 24px;
    margin-top: 12px;
    line-height: 31px;
  }
}
@media (max-width: 768px) {
  body.client-page .b-article-with-large-media .article .article-info {
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media screen and (max-width: 767px) {
  body.client-page .b-article-with-large-media .article .article-info {
    margin-top: 14px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
}
@media screen and (max-width: 767px) {
  body.client-page .b-article-with-large-media .article .article-description {
    margin-top: 11px;
    font-size: 13px;
    line-height: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body.client-page .b-article-with-large-media .article .article-description {
    width: 100%;
    font-size: 20px;
    line-height: 28px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
}
@media screen and (max-width: 767px) {
  body.client-page .b-article-with-large-media .article .article-description {
    letter-spacing: 0.3px;
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media screen and (max-width: 1023px) {
  body.client-page .b-article-with-large-media .article .icon-photo-feature-small {
    top: 47px;
    right: 12px;
    left: auto;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
}
@media screen and (max-width: 767px) {
  body.client-page .b-article-with-large-media .article .icon-photo-feature-small {
    position: static;
    font-size: 23px;
    margin-top: 9px;
    display: inline-block;
  }
}
@media (min-width: 1024px) {
  body.client-page .b-article-with-large-media .article .icon-photo-feature-small {
    top: 48px;
    right: 17px;
    left: auto;
    bottom: auto;
  }
}
@media (min-width: 1440px) {
  body.client-page .b-article-with-large-media .article .icon-photo-feature-small {
    bottom: -1px;
    left: 17px;
    top: auto;
    right: auto;
  }
}
@media screen and (max-width: 767px) {
  body.client-page .b-article-with-large-media .article .icon-photo-feature-small {
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media screen and (max-width: 767px) {
  body.client-page .b-article-with-large-media .photo-container {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  body.client-page .b-article-with-large-media .photo-container {
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media screen and (max-width: 767px) {
  body.client-page .b-article-with-large-media .photo-container:before {
    content: none;
  }
}
@media screen and (max-width: 767px) {
  body.client-page .b-article-with-large-media .photo-container:after {
    content: none;
  }
}
@media screen and (max-width: 767px) {
  body.client-page .b-article-with-large-media .photo-container .photo {
    width: 100%;
  }
}
@media screen and (max-width: 1439px) {
  body.client-page .b-article-with-large-media .b-news-line-list.horizontal {
    margin-left: -16px;
    margin-right: -16px;
    margin-top: 29px;
  }
}
body .b-material-with-image {
  border-top: 4px solid #000;
}
body .b-material-with-image .image-wrapper {
  margin-top: 29px;
  text-align: center;
}
body .b-material-with-image .image-wrapper .image {
  width: 100%;
}
@media (min-width: 480px) and (max-width: 1024px) {
  body .b-material-with-image .image-wrapper .image {
    max-width: 336px;
    max-height: 215px;
  }
}
body .b-material-with-image .news-item-info {
  margin-top: 28px;
}
body .b-material-with-image .material-with-image-title {
  margin-top: 18px;
  color: #000;
  font-size: 24px;
  font-family: 'Open Sans', sans-serif;
  line-height: 32px;
  text-decoration: none;
  display: inline-block;
}
body .b-material-with-image .material-with-image-description {
  margin-top: 17px;
  color: #000;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  line-height: 24px;
}
@media screen and (max-width: 1023px) {
  body.client-page .b-material-with-image {
    position: relative;
  }
}
@media (max-width: 768px) {
  body.client-page .b-material-with-image {
    margin-left: -24px;
    margin-right: -24px;
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (min-width: 1px) and (max-width: 480px) {
  body.client-page .b-material-with-image {
    border-top: 4px solid #000;
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (max-width: 1023px) {
  body.client-page .b-material-with-image .image-wrapper {
    float: right;
  }
}
@media screen and (max-width: 767px) {
  body.client-page .b-material-with-image .image-wrapper {
    width: 40%;
    margin-top: 0px;
  }
}
@media screen and (max-width: 479px) {
  body.client-page .b-material-with-image .image-wrapper {
    width: 100%;
    position: static;
    margin-top: 14px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 1023px) {
  body.client-page .b-material-with-image .material-with-image-content {
    min-height: 200px;
    width: 45%;
  }
}
@media screen and (max-width: 767px) {
  body.client-page .b-material-with-image .material-with-image-content {
    width: 50%;
  }
}
@media screen and (max-width: 479px) {
  body.client-page .b-material-with-image .material-with-image-content {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 767px) {
  body.client-page .b-material-with-image .news-item-info {
    margin-top: 18px;
  }
}
@media screen and (max-width: 479px) {
  body.client-page .b-material-with-image .news-item-info {
    margin-top: 13px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
}
@media screen and (max-width: 767px) {
  body.client-page .b-material-with-image .material-with-image-title {
    margin-top: 11px;
  }
}
@media screen and (max-width: 479px) {
  body.client-page .b-material-with-image .material-with-image-title {
    width: 100%;
    margin-top: 15px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
}
@media screen and (max-width: 1439px) {
  body.client-page .b-material-with-image .material-with-image-description {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1023px) {
  body.client-page .b-material-with-image .material-with-image-description {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.2px;
    margin-top: 9px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
}
@media screen and (max-width: 479px) {
  body.client-page .b-material-with-image .material-with-image-description {
    margin-top: 9px;
  }
}
body .b-news-with-image-and-article {
  margin-top: 50px;
}
body .b-news-with-image-and-article .article {
  border-top: 4px solid #000;
}
body .b-news-with-image-and-article .article .article-info {
  margin-top: 26px;
}
body .b-news-with-image-and-article .article .article-title {
  margin-top: 18px;
  display: inline-block;
  text-decoration: none;
  color: inherit;
}
body .b-news-with-image-and-article .article .article-title .article-title-link {
  text-decoration: none;
  color: #000;
  font-size: 36px;
  font-family: 'Open Sans', sans-serif;
  line-height: 46px;
}
body .b-news-with-image-and-article .article .article-description {
  margin-top: 14px;
  color: #000;
  font-size: 24px;
  font-family: 'Open Sans', sans-serif;
  line-height: 32px;
}
body .b-news-with-image-and-article .b-material-with-image {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}
body .b-news-with-image-and-article .b-news-line-list .news-item:first-child .news-item-info {
  margin-top: 0;
}
body .b-news-with-image-and-article .b-news-line-list .news-item:last-child {
  border-bottom: none;
}
body .b-news-with-image-and-article .b-news-line-list .news-item .news-item-info {
  margin-top: 30px;
}
@media screen and (max-width: 1439px) {
  body.client-page .b-news-with-image-and-article {
    margin-top: 66px;
  }
}
@media screen and (max-width: 767px) {
  body.client-page .b-news-with-image-and-article {
    margin-left: -32px;
    margin-right: -32px;
    padding-left: 16px;
    padding-right: 16px;
    border-top: 4px solid black;
    margin-top: 33px;
  }
}
@media screen and (max-width: 479px) {
  body.client-page .b-news-with-image-and-article {
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (max-width: 1023px) {
  body.client-page .b-news-with-image-and-article .article {
    margin-top: 26px;
  }
}
@media screen and (max-width: 1439px) {
  body.client-page .b-news-with-image-and-article .b-news-line-list {
    border-top: 4px solid #000;
  }
}
@media screen and (max-width: 1023px) {
  body.client-page .b-news-with-image-and-article .b-news-line-list {
    border-top: none;
    padding-top: 2px;
  }
}
@media screen and (max-width: 1023px) {
  body.client-page .b-news-with-image-and-article .b-news-line-list .news-item {
    width: 50%;
    float: left;
    padding-right: 16px;
    padding-left: 16px;
    box-sizing: border-box;
    border-bottom: none;
  }
}
@media screen and (max-width: 767px) {
  body.client-page .b-news-with-image-and-article .b-news-line-list .news-item {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }
}
@media screen and (max-width: 479px) {
  body.client-page .b-news-with-image-and-article .b-news-line-list .news-item {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 1023px) {
  body.client-page .b-news-with-image-and-article .b-news-line-list .news-item .news-item-info {
    border-top: 4px solid #000;
    margin-top: 0;
    padding-top: 26px;
  }
}
@media screen and (max-width: 767px) {
  body.client-page .b-news-with-image-and-article .b-news-line-list .news-item .news-item-info {
    border-top: none;
    padding-top: 12px;
  }
}
@media screen and (max-width: 767px) {
  body.client-page .b-news-with-image-and-article .b-news-line-list .news-item .news-item-title {
    margin-top: 10px;
  }
}
@media screen and (max-width: 1023px) {
  body.client-page .b-news-with-image-and-article .b-news-line-list .news-item .news-item-description {
    border-bottom: none;
  }
}
@media screen and (max-width: 767px) {
  body.client-page .b-news-with-image-and-article .b-news-line-list .news-item .news-item-description {
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
    padding-bottom: 0;
  }
}
body .b-article-with-large-image {
  margin-top: 40px;
}
body .b-article-with-large-image .b-article-with-large-media .photo-container:before {
  display: none;
}
body .b-article-with-large-image .b-article-with-large-media .photo-container:after {
  display: none;
}
body .b-article-with-large-image .b-article-with-large-media .photo-container .photo {
  width: 100%;
  transition: all 0.15s ease-in;
}
@media screen and (max-width: 1439px) {
  body.client-page .b-article-with-large-image {
    margin-top: 24px;
  }
}
@media screen and (max-width: 1439px) {
  body.client-page .b-article-with-large-image {
    margin-top: 57;
  }
}
@media screen and (max-width: 1023px) {
  body.client-page .b-article-with-large-image {
    margin-top: 67px;
  }
}
@media screen and (max-width: 767px) {
  body.client-page .b-article-with-large-image {
    margin-top: 16px;
  }
}
@media screen and (max-width: 1439px) {
  body.client-page .b-article-with-large-image .b-article-with-large-media {
    margin-top: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body.client-page .b-article-with-large-image .b-article-with-large-media .article .article-title {
    font-size: 36px;
    line-height: 44px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body.client-page .b-article-with-large-image .b-article-with-large-media .article .article-description {
    font-size: 18px;
    line-height: 27px;
  }
}
@media screen and (max-width: 1439px) {
  body.client-page .b-article-with-large-image .b-article-with-large-media .article .article-info {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1023px) {
  body.client-page .b-article-with-large-image .b-article-with-large-media .article .article-info {
    margin-top: 16px;
  }
}
@media screen and (max-width: 1439px) {
  body.client-page .b-article-with-large-image .b-article-with-large-media .photo-container {
    margin-top: 0;
  }
}
@media screen and (max-width: 1023px) {
  body.client-page .b-article-with-large-image .b-article-with-large-media .photo-container {
    margin-top: 24px;
  }
}
@media screen and (max-width: 767px) {
  body.client-page .b-article-with-large-image .b-article-with-large-media .photo-container {
    margin-top: 8px;
  }
}
body .b-recommended-materials {
  margin-top: 66px;
}
body .b-recommended-materials .recommended-label-wrapper {
  text-align: center;
}
body .b-recommended-materials .recommended-label-wrapper .recommended-label {
  position: relative;
  padding: 4px 59px 6px;
  top: -14px;
  background-color: #fff;
  color: black;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  line-height: 24px;
}
body .b-recommended-materials .recommended-label-wrapper::before {
  content: '';
  display: block;
  position: relative;
  width: 150%;
  left: -60px;
  height: 1px;
  background-color: #000;
}
@media (min-width: 768px) {
  body .b-recommended-materials .recommended-label-wrapper::before {
    width: 100%;
    left: 0;
  }
}
body .b-recommended-materials .recommended-material-inner {
  margin-bottom: 14px;
}
body .b-recommended-materials .recommended-material-inner .g-link-block {
  display: flex;
}
@media (min-width: 1024px) {
  body .b-recommended-materials .recommended-material-inner .g-link-block {
    display: block;
  }
}
body .b-recommended-materials .recommended-materials-container {
  font-size: 0;
  text-align: center;
  margin: 21px -16px 0;
}
body .b-recommended-materials .recommended-materials-container .image-container {
  margin-top: 3px;
  height: 210px;
  width: 100%;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
body .b-recommended-materials .recommended-materials-container .image-container .image {
  max-height: 210px;
}
body .b-recommended-materials .recommended-materials-container .recommended-material {
  width: 25%;
  float: left;
  padding-right: 0;
  padding-left: 0;
  box-sizing: border-box;
  padding: 0 20px;
  position: relative;
}
body .b-recommended-materials .recommended-materials-container .recommended-material:before {
  content: '';
  position: absolute;
  width: 1px;
  height: calc(100% - 25px);
  background-color: #000;
  top: 0;
  left: 0;
}
body .b-recommended-materials .recommended-materials-container .recommended-material:first-child:before {
  display: none;
}
body .b-recommended-materials .recommended-materials-container .recommended-material-title-wrapper {
  margin-top: 22px;
}
body .b-recommended-materials .recommended-materials-container .recommended-material-title {
  color: #000;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  line-height: 24px;
  text-decoration: none;
}
@media screen and (max-width: 1439px) {
  body.client-page .b-recommended-materials {
    margin-top: 84px;
    padding: 0 16px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body.client-page .b-recommended-materials {
    margin-top: 100px;
  }
}
@media screen and (max-width: 1439px) {
  body.client-page .b-recommended-materials {
    padding: 0 0px;
  }
}
@media screen and (max-width: 1023px) {
  body.client-page .b-recommended-materials {
    margin-top: 93px;
  }
}
@media screen and (max-width: 767px) {
  body.client-page .b-recommended-materials {
    margin-top: 57px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 1023px) {
  body.client-page .b-recommended-materials .recommended-material-inner {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  body.client-page .b-recommended-materials .recommended-material-inner {
    margin-bottom: 11px;
  }
}
@media screen and (max-width: 1023px) {
  body.client-page .b-recommended-materials .recommended-materials-container {
    margin-top: 13px;
  }
}
@media (min-width: 1024px) {
  body.client-page .b-recommended-materials .recommended-materials-container {
    display: flex;
  }
}
@media screen and (max-width: 1023px) {
  body.client-page .b-recommended-materials .recommended-materials-container .image-container:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    width: calc(100% + 30px);
    background-color: #fff;
    bottom: -14px;
    left: 0;
    z-index: 5;
  }
}
@media screen and (max-width: 767px) {
  body.client-page .b-recommended-materials .recommended-materials-container .image-container:after {
    display: none;
  }
}
@media screen and (max-width: 1439px) {
  body.client-page .b-recommended-materials .recommended-materials-container .image-container {
    margin-top: 0;
  }
}
@media screen and (max-width: 1023px) {
  body.client-page .b-recommended-materials .recommended-materials-container .image-container {
    max-width: 84px;
    max-height: 60px;
    margin-top: 2px;
  }
}
@media screen and (max-width: 767px) {
  body.client-page .b-recommended-materials .recommended-materials-container .image-container {
    max-width: 51px;
    max-height: 42px;
    margin-top: 0;
  }
}
@media (min-width: 1024px) {
  body.client-page .b-recommended-materials .recommended-materials-container .image-container {
    padding: 0 32px;
  }
}
@media screen and (max-width: 1023px) {
  body.client-page .b-recommended-materials .recommended-materials-container .image-container .image {
    max-width: 84px;
    max-height: 60px;
  }
}
@media screen and (max-width: 767px) {
  body.client-page .b-recommended-materials .recommended-materials-container .image-container .image {
    max-width: 51px;
    max-height: 42px;
  }
}
@media (min-width: 1024px) {
  body.client-page .b-recommended-materials .recommended-materials-container .image-container .image {
    width: 100%;
  }
}
@media screen and (max-width: 1439px) {
  body.client-page .b-recommended-materials .recommended-materials-container .recommended-material {
    padding: 0 16px;
  }
}
@media screen and (max-width: 1439px) {
  body.client-page .b-recommended-materials .recommended-materials-container .recommended-material {
    display: none;
    width: 33.33333333%;
    float: left;
    padding-right: 16px;
    padding-left: 16px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 1023px) {
  body.client-page .b-recommended-materials .recommended-materials-container .recommended-material {
    width: 100%;
    border: none;
    display: block;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 767px) {
  body.client-page .b-recommended-materials .recommended-materials-container .recommended-material {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1023px) {
  body.client-page .b-recommended-materials .recommended-materials-container .recommended-material:before {
    display: none;
  }
}
@media screen and (max-width: 1439px) {
  body.client-page .b-recommended-materials .recommended-materials-container .recommended-material:nth-child(-n+4) {
    display: block;
  }
}
@media screen and (max-width: 1439px) {
  body.client-page .b-recommended-materials .recommended-materials-container .recommended-material-title-wrapper {
    margin-top: 17px;
  }
}
@media screen and (max-width: 1023px) {
  body.client-page .b-recommended-materials .recommended-materials-container .recommended-material-title-wrapper {
    margin-top: 4px;
    padding-left: 30px;
    text-align: left;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  body.client-page .b-recommended-materials .recommended-materials-container .recommended-material-title-wrapper {
    padding-left: 26px;
  }
}
@media screen and (max-width: 1023px) {
  body.client-page .b-recommended-materials .recommended-materials-container .recommended-material-title-container:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    width: calc(100% - 32px);
    background-color: #000;
    bottom: 0;
    left: 16px;
  }
}
@media screen and (max-width: 767px) {
  body.client-page .b-recommended-materials .recommended-materials-container .recommended-material-title-container:after {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  body.client-page .b-recommended-materials .recommended-materials-container .recommended-material-title-container {
    width: 100%;
    box-sizing: border-box;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body.client-page .b-recommended-materials .recommended-materials-container .recommended-material-title-container {
    padding-right: 80px;
  }
}
@media screen and (max-width: 1023px) {
  body.client-page .b-recommended-materials .recommended-materials-container .recommended-material-title {
    margin-top: 0;
    font-size: 20px;
    line-height: 28px;
  }
}
@media screen and (max-width: 767px) {
  body.client-page .b-recommended-materials .recommended-materials-container .recommended-material-title {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  body.client-page .b-recommended-materials .recommended-materials-container .recommended-material-title {
    letter-spacing: 0.1px;
  }
}
body .b-event-and-popular {
  margin-top: 52px;
}
body .b-event-and-popular .b-event {
  position: relative;
  z-index: 10;
}
body .b-event-and-popular .b-event:hover .fake-background {
  opacity: 0.9;
}
body .b-event-and-popular .b-event .fake-background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #337f72;
  opacity: 1;
  transition: all 0.15s ease-in;
  z-index: -1;
}
body .b-event-and-popular .b-event .icon-calendar {
  top: -4px;
}
body .b-event-and-popular .b-event .icon-location {
  top: -8px;
}
body .b-event-and-popular .b-event .event-time {
  letter-spacing: 0.1px;
}
body .b-event-and-popular .b-event .event-place {
  position: relative;
  top: 1px;
  letter-spacing: 0.1px;
}
body .b-event-and-popular .popular-label {
  color: #d0021b;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  line-height: 24px;
  margin-top: 4px;
}
body .b-event-and-popular .b-material-with-image .material-with-image-description {
  margin-top: 17px;
  font-size: 16px;
  letter-spacing: -0.1px;
  line-height: 24px;
}
body .b-event-and-popular .b-news-line-list {
  border-top: none;
  padding-top: 10px;
}
body .b-event-and-popular .b-news-line-list .news-item:first-child {
  border-top: 1px solid #000;
  padding-top: 14px;
}
body .b-event-and-popular .b-news-line-list .news-item .news-item-title {
  color: #000;
  font-size: 24px;
  font-family: 'Open Sans', sans-serif;
  line-height: 32px;
}
@media screen and (max-width: 1023px) {
  body.client-page .b-event-and-popular {
    padding-left: 16px;
    padding-right: 16px;
    margin-top: 61px;
  }
}
@media screen and (max-width: 767px) {
  body.client-page .b-event-and-popular {
    border-top: 4px solid #000;
    margin-top: 22px;
    margin-left: -32px;
    margin-right: -32px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (max-width: 479px) {
  body.client-page .b-event-and-popular {
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (max-width: 1023px) {
  body.client-page .b-event-and-popular .b-event {
    margin-top: 41px;
  }
}
@media screen and (max-width: 767px) {
  body.client-page .b-event-and-popular .b-event {
    margin-top: 34px;
  }
}
@media screen and (max-width: 479px) {
  body.client-page .b-event-and-popular .b-event {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (max-width: 767px) {
  body.client-page .b-event-and-popular .b-event .event-info {
    margin-top: 44px;
  }
}
@media screen and (max-width: 767px) {
  body.client-page .b-event-and-popular .b-event .icon-calendar {
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  body.client-page .b-event-and-popular .b-event .icon-location {
    top: 8px;
  }
}
@media screen and (max-width: 767px) {
  body.client-page .b-event-and-popular .b-event .event-place {
    top: 1px;
  }
}
@media screen and (max-width: 767px) {
  body.client-page .b-event-and-popular .popular-label {
    margin-top: 22px;
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (max-width: 479px) {
  body.client-page .b-event-and-popular .popular-label {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 479px) {
  body.client-page .b-event-and-popular .b-material-with-image {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (max-width: 479px) {
  body.client-page .b-event-and-popular .b-material-with-image .news-item-info {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  body.client-page .b-event-and-popular .b-material-with-image .material-with-image-description {
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
    letter-spacing: -0.3px;
  }
}
@media screen and (max-width: 1023px) {
  body.client-page .b-event-and-popular .b-news-line-list {
    padding-top: 12px;
  }
}
@media screen and (max-width: 767px) {
  body.client-page .b-event-and-popular .b-news-line-list {
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 6px;
  }
}
@media screen and (max-width: 479px) {
  body.client-page .b-event-and-popular .b-news-line-list {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (max-width: 1023px) {
  body.client-page .b-event-and-popular .b-news-line-list .news-item {
    padding-bottom: 19px;
  }
}
@media screen and (max-width: 767px) {
  body.client-page .b-event-and-popular .b-news-line-list .news-item {
    border-bottom: none;
    padding-bottom: 4px;
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  body.client-page .b-event-and-popular .b-news-line-list .news-item:first-child {
    padding-top: 12px;
  }
}
@media screen and (max-width: 767px) {
  body.client-page .b-event-and-popular .b-news-line-list .news-item:first-child {
    padding-bottom: 3px;
  }
}
@media screen and (max-width: 767px) {
  body.client-page .b-event-and-popular .b-news-line-list .news-item:nth-child(-n+3) {
    display: block;
  }
}
@media screen and (max-width: 1023px) {
  body.client-page .b-event-and-popular .b-news-line-list .news-item .news-item-title {
    font-size: 20px;
    line-height: 28px;
  }
}
@media screen and (max-width: 767px) {
  body.client-page .b-event-and-popular .b-news-line-list .news-item .news-item-title {
    font-size: 16px;
    line-height: 24px;
    margin-top: 4px;
  }
}
body .b-news-story {
  margin-top: 47px;
  position: relative;
}
body .b-news-story .news-line {
  width: 100%;
  height: 2px;
  background: #ffffff;
  margin-bottom: 22px;
}
body .b-news-story .news-story-image-wrapper {
  margin-top: 28px;
  max-height: 400px;
}
body .b-news-story .news-story-image-wrapper .background-black {
  width: 95.2%;
  height: 742px;
  background: black;
  opacity: 0.35;
  position: absolute;
}
body .b-news-story .news-story-image-wrapper .news-story-image {
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 742px;
  overflow: hidden;
  position: relative;
}
body .b-news-story .news-story-image-wrapper .news-story-image::after {
  background: transparent;
  background: -moz-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0) 65%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #000000), color-stop(65%, rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0) 65%);
  background: -o-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0) 65%);
  background: -ms-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0) 65%);
  background: linear-gradient(to top, #000000 0%, rgba(0, 0, 0, 0) 65%);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
body .b-news-story .news-story-content {
  position: relative;
  padding-bottom: 50px;
}
body .b-news-story .news-story-content .news-story-title {
  color: #fff;
  font-size: 72px;
  font-family: 'Open Sans', sans-serif;
  line-height: 56px;
  text-decoration: none;
  display: block;
  margin-left: 32px;
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  body .b-news-story .news-story-content .news-story-title {
    color: #fff;
    font-size: 52px;
    font-family: 'Open Sans', sans-serif;
    line-height: 56px;
  }
}
body .b-news-story .news-story-content .news-list {
  display: inline-block;
  padding-top: 50px;
}
@media (min-width: 768px) and (max-width: 991px) {
  body .b-news-story .news-story-content .news-list {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  body .b-news-story .news-story-content .news-list {
    margin-left: 0px;
  }
}
@media (min-width: 992px) and (max-width: 1064px) {
}
@media (min-width: 1065px) and (max-width: 1280px) {
  body .b-news-story .news-story-content .news-list {
    margin-left: 10px;
  }
}
body .b-news-story .news-story-content .news-list .news {
  width: 22%;
  float: left;
  margin-left: 20px;
  margin-bottom: 10px;
  padding-top: 10px;
  border-top: 1px solid #565656;
}
@media screen and (min-width: 1024px) {
  body .b-news-story .news-story-content .news-list .news {
    min-height: 180px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  body .b-news-story .news-story-content .news-list .news {
    width: 20%;
    min-height: 140px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .b-news-story .news-story-content .news-list .news {
    width: 100%;
    padding-left: 0px;
  }
}
@media (min-width: 992px) and (max-width: 1064px) {
  body .b-news-story .news-story-content .news-list .news {
    padding-left: 20px;
  }
}
@media (min-width: 0px) and (max-width: 768px) {
  body .b-news-story .news-story-content .news-list .news {
    padding-left: 0px;
  }
}
@media screen and (max-width: 767px) {
  body .b-news-story .news-story-content .news-list .news {
    width: inherit;
    float: none;
  }
}
body .b-news-story .news-story-content .news-list .news .news-link {
  color: #fff;
  font-size: 24px;
  font-family: 'Open Sans', sans-serif;
  line-height: 32px;
  text-decoration: none;
  transition: all 0.15s ease-in;
}
@media (min-width: 1024px) {
  body .b-news-story .news-story-content .news-list .news .news-link {
    color: #fff;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    line-height: 28px;
  }
}
@media (min-width: 1440px) {
  body .b-news-story .news-story-content .news-list .news .news-link {
    color: #fff;
    font-size: 24px;
    font-family: 'Open Sans', sans-serif;
    line-height: 28px;
  }
}
@media screen and (max-width: 1023px) {
  body .b-news-story .news-story-content .news-list .news .news-link {
    color: #fff;
  }
}
@media screen and (max-width: 1439px) {
  body .b-news-story .news-story-content .news-list .news .news-link {
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  body .b-news-story .news-story-content .news-list .news .news-link {
    color: black;
  }
}
@media screen and (max-width: 1439px) {
  body .b-news-story .news-story-content .news-list .news .news-link {
    color: #fff;
  }
}
@media (min-width: 0px) and (max-width: 768px) {
  body .b-news-story .news-story-content .news-list .news .news-link {
    padding-bottom: 20px;
    padding-left: 0px;
    padding-right: 16px;
  }
}
body .b-news-story .news-story-content .news-list .news .news-link:hover {
  color: #d0021b;
}
body .b-news-story .news-story-content .news-list .news .g-publication-time {
  padding-left: 3px;
  white-space: nowrap;
  color: #ffffff;
  opacity: 0.55;
}
@media (min-width: 0px) and (max-width: 767px) {
  body .b-news-story .news-story-content .news-list .news .g-publication-time {
    padding-right: 16px;
  }
}
body .b-news-story .news-story-content::after {
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: black;
  z-index: -1;
}
@media screen and (max-width: 1439px) {
  body.client-page .b-news-story {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (max-width: 1439px) {
  body.client-page .b-news-story {
    margin-top: 28px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 1439px) {
  body.client-page .b-news-story .news-story-inner {
    margin-top: 49px;
  }
}
@media screen and (max-width: 1023px) {
  body.client-page .b-news-story .news-story-inner {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  body.client-page .b-news-story .news-story-inner {
    margin-top: 40px;
    margin-left: -16px;
    margin-right: -16px;
  }
}
@media screen and (max-width: 767px) {
  body.client-page .b-news-story .news-story-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 0px) and (max-width: 768px) {
  body.client-page .b-news-story .news-story-container {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 767px) {
  body.client-page .b-news-story .news-story-image-wrapper {
    margin-top: 20px;
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  body.client-page .b-news-story .news-story-image-wrapper {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  body.client-page .b-news-story .news-story-content {
    margin-top: 14px;
  }
}
@media screen and (max-width: 767px) {
  body.client-page .b-news-story .news-story-content .news-story-title {
    font-size: 24px;
    line-height: 32px;
  }
}
@media screen and (max-width: 1023px) {
  body.client-page .b-news-story .news-story-content .news-story-title {
    font-size: 72px;
    line-height: 56px;
    color: #fff;
  }
}
@media (min-width: 0px) and (max-width: 768px) {
  body.client-page .b-news-story .news-story-content .news-story-title {
    font-size: 36px;
    line-height: 42px;
    margin-left: 16px;
  }
}
@media screen and (max-width: 1023px) {
  body.client-page .b-news-story .news-story-content .news-list {
    margin-top: 12px;
  }
}
@media screen and (max-width: 767px) {
  body.client-page .b-news-story .news-story-content .news-list {
    margin-top: 19px;
  }
}
@media (min-width: 0px) and (max-width: 768px) {
  body.client-page .b-news-story .news-story-content .news-list {
    padding-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  body.client-page .b-news-story .news-story-content .news-list .news:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  body.client-page .b-news-story .news-story-content .news-list .news {
    margin-top: 25px;
  }
}
@media (min-width: 0px) and (max-width: 768px) {
  body.client-page .b-news-story .news-story-content .news-list .news {
    margin-top: 0px;
  }
}
@media screen and (max-width: 1023px) {
  body.client-page .b-news-story .news-story-content .news-list .news .news-link {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  body.client-page .b-news-story .news-story-content .news-list .news .news-link {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  body.client-page .b-news-story .news-story-content .news-list .news .news-link .dash {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  body.client-page .b-news-story .news-story-content .news-list .news .g-publication-time {
    padding-left: 0;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
}
@media screen and (max-width: 767px) {
  body.client-page .b-news-story .news-story-content .news-list .news .g-publication-time .dash {
    display: none;
  }
}
body .b-announcements {
  margin-top: 20px;
}
@media (min-width: 1024px) {
  body .b-announcements .news-item:last-of-type {
    display: none;
  }
}
@media (min-width: 1440px) {
  body .b-announcements .news-item:last-of-type {
    display: block;
  }
}
body .b-announcements .news-item-info {
  color: #000;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  line-height: 20px;
}
body .b-announcements .news-item-info .g-publication-category {
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #d0021b;
}
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*# sourceMappingURL=old-style.css.map*/