.b-press-dossier-heading {
  padding-top: 12px;
}
.b-press-form {
  background-color: #f8ebe0;
  margin: 0 0 50px;
  border: 1px solid #dad5d4;
  position: relative;
  padding: 37px 15px 35px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -khtml-border-radius: 4px;
  width: 100%;
  font-family: Arial;
}
.b-press-form__input {
  height: 47px;
  width: 100%;
  float: left;
  border: 1px solid #dad5d4;
  border-radius: 2px;
  font-size: 20px;
  color: #2c2c2c;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0 11px;
  margin-right: 20px;
}
.b-press-form__input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #2c2c2c;
}
.b-press-form__input::-moz-placeholder {
  /* Firefox 19+ */
  color: #2c2c2c;
}
.b-press-form__input:-ms-input-placeholder {
  /* IE 10+ */
  color: #2c2c2c;
}
.b-press-form__input:-moz-placeholder {
  /* Firefox 18- */
  color: #2c2c2c;
}
.b-press-form__button {
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
}
.b-press-form__example {
  font-size: 12px;
  color: #8d8c8c;
  margin: 11px 0 0 3px;
}
.b-press-form__example span {
  cursor: pointer;
}
.b-press-form__left {
  width: 100%;
  display: table-cell;
  padding-right: 15px;
}
.b-press-form__right {
  display: table-cell;
  vertical-align: middle;
}
.b-press-form__right img {
  max-width: unset;
}
.b-press-form__preloader {
  display: table;
  margin: 10px auto 0;
}
.b-press-form__noresult {
  font-size: 14px;
  color: #a7100c;
  display: table;
  margin: 10px auto 0;
}
.b-alphabet-paging {
  font-size: 0;
  margin-bottom: 35px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
}
.b-alphabet-paging a {
  color: black;
  text-decoration: none;
  font-size: 24px;
  font-weight: 700;
  display: inline-block;
  margin-right: 5px;
  text-transform: uppercase;
  line-height: 37px;
}
.b-alphabet-paging a.current {
  color: #a7100c;
}
.b-alphabet-paging a.btn {
  margin-left: 20px;
  padding: 4px;
  border: 1px solid #a7100c;
  border-radius: 10px;
  text-transform: capitalize;
  vertical-align: baseline;
  line-height: 1;
}
.b-press-card-container {
  margin: 0 0 10px;
}
.b-press-card {
  font-size: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  position: relative;
}
.b-press-card * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
}
.b-press-card__last:after {
  content: '';
  height: 25px;
  width: 100%;
  left: 0;
  right: 0;
  bottom: -4px;
  background: #f8ebe0;
  z-index: 1;
  position: absolute;
}
.b-press-card-item {
  width: 50%;
  height: 140px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: flex-start;
  margin-bottom: 20px;
}
.b-press-card-item:hover {
  text-decoration: none;
}
.b-press-card-item-image {
  border-radius: 50%;
  border: 6px solid #a7100c;
  display: inline-block;
  min-width: 137px;
  min-height: 137px;
  position: relative;
}
.b-press-card-item-image img {
  border-radius: 50%;
}
.b-press-card-item-image:after {
  content: '';
  position: absolute;
  bottom: -30px;
  width: 6px;
  height: 24px;
  left: 50%;
  transform: translateX(-50%);
  background: #a7100c;
}
.b-press-card-item-image:before {
  content: '';
  position: absolute;
  top: 50%;
  width: 125px;
  height: 6px;
  right: -129px;
  transform: translateY(-50%);
  background: #a7100c;
}
.b-press-card-item-content {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: baseline;
  align-content: flex-end;
  padding-left: 6px;
  height: 140px;
}
.b-press-card-item-content__top {
  font-size: 14px;
  font-weight: 700;
  color: #a7100c;
  line-height: 120%;
  padding-bottom: 10px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: flex-start;
  align-content: stretch;
  height: 50%;
  overflow: hidden;
}
.b-press-card-item-content-bottom {
  padding-top: 10px;
  font-size: 12px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: stretch;
  height: 50%;
  width: 100%;
  overflow: hidden;
  line-height: 120%;
}
.b-press-card-item-content-bottom__description {
  color: #959595;
  margin-bottom: 5px;
  max-height: 28px;
  overflow: hidden;
  line-height: 120%;
}
.b-press-card-item-content-bottom__org {
  color: #636672;
  min-height: 28px;
  max-height: 28px;
  overflow: hidden;
  line-height: 120%;
  position: relative;
}
.b-press-card-item-content-bottom__org:after {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 15px;
  width: 60px;
  content: '';
  z-index: 0;
  background: -moz-linear-gradient(left, rgba(248, 235, 224, 0) 0%, #f8ebe0 30%, #f8ebe0 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(248, 235, 224, 0) 0%, #f8ebe0 30%, #f8ebe0 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(248, 235, 224, 0) 0%, #f8ebe0 30%, #f8ebe0 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00f8ebe0', endColorstr='#f8ebe0', GradientType=1);
  /* IE6-9 */

}
.b-dossier {
  display: table;
  width: 100%;
  font-family: Arial, Helvetica, sans-serif;
  margin-bottom: 40px;
  min-height: 212px;
}
.b-dossier__row {
  display: table-row;
}
.b-dossier__cell {
  display: table-cell;
}
.b-dossier__cell_top {
  vertical-align: bottom;
}
.b-dossier__cell_top_image {
  width: 212px;
  height: 106px;
}
.b-dossier__cell_top_text {
  padding: 0 0 13px 10px;
}
.b-dossier__cell_bottom {
  vertical-align: top;
}
.b-dossier__cell_bottom_line {
  position: relative;
}
.b-dossier__cell_bottom_content {
  font-size: 14px;
}
.b-dossier__image {
  border-radius: 50%;
  border: 6px solid #a7100c;
  width: 212px;
  height: 212px;
  position: relative;
  margin-bottom: -50%;
  z-index: 1;
}
.b-dossier__image img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
}
.b-dossier__name {
  font-size: 36px;
  font-weight: 700;
  color: #a7100c;
  line-height: 120%;
  text-decoration: none;
}
.b-dossier__name:focus,
.b-dossier__name:hover,
.b-dossier__name:visited {
  color: #a7100c;
}
.b-dossier__redline {
  background: #a7100c;
}
.b-dossier__redline_vertical {
  width: 6px;
  height: 100%;
  position: absolute;
  left: 50%;
  margin-left: -3px;
}
.b-dossier__redline_horizontal {
  width: 100%;
  height: 6px;
  margin-top: -3px;
}
.b-dossier__position {
  margin: 5px 10px;
  color: #959595;
}
.b-dossier__company {
  margin: 5px 10px;
  color: #636672;
}
.b-dossier__company a {
  text-decoration: none;
  color: #636672;
}
.b-dossier__file {
  margin: 30px 10px 10px -16px;
}
.b-dossier__file-inner {
  text-decoration: none;
  padding-left: 120px;
  display: table;
  width: 100%;
  position: relative;
  min-height: 83px;
}
.b-dossier__file-inner * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.b-dossier__file-inner:after {
  content: '';
  position: absolute;
  width: 114px;
  height: 83px;
  background: url('/Areas/WhoIsWho/Content/images/Dossier/download-folder.svg') no-repeat center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  left: 0;
  top: 0;
}
.b-dossier__file-name {
  margin: 30px 0 5px 0;
  color: #a7100c;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}
.b-dossier__file-name:hover {
  text-decoration: underline;
}
.b-dossier__file-description {
  color: #9b9b9b;
  font-size: 12px;
}
.b-bigbanner-press-dossier {
  text-decoration: none;
  display: block;
  background: #a7100c;
  height: 223px;
  padding-left: 17px;
  padding-right: 17px;
  overflow: hidden;
  position: relative;
}
.b-bigbanner-press-dossier * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
}
.b-bigbanner-press-dossier:after {
  height: 5px;
  content: '';
  background: white;
  left: 17px;
  right: 17px;
  position: absolute;
  top: 88px;
  z-index: 1;
}
.b-bigbanner-press-dossier__title {
  font-size: 19px;
  color: white;
  text-align: center;
  left: 0;
  right: 0;
  position: absolute;
  top: 12px;
}
.b-bigbanner-press-dossier__image {
  height: 86px;
  width: 86px;
  position: absolute;
  border-radius: 50%;
  padding: 8px;
  left: 50%;
  transform: translateX(-50%);
  top: 40px;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  z-index: 2;
}
.b-bigbanner-press-dossier__image:after,
.b-bigbanner-press-dossier__image:before {
  content: "";
  position: absolute;
  height: 42%;
  width: 42%;
  border-color: white;
  border-width: 5px;
  z-index: 1;
}
.b-bigbanner-press-dossier__image:before {
  top: 5px;
  left: 5px;
  border-top-style: solid;
  border-left-style: solid;
  border-top-left-radius: 100%;
}
.b-bigbanner-press-dossier__image:after {
  bottom: 5px;
  right: 5px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-bottom-right-radius: 100%;
}
.b-bigbanner-press-dossier * {
  text-decoration: none;
}
.b-bigbanner-press-dossier__fio {
  font-size: 33px;
  color: white;
  left: 0;
  right: 0;
  text-align: center;
  position: absolute;
  bottom: 47px;
}
.b-bigbanner-press-dossier__description {
  font-size: 11px;
  color: white;
  left: 0;
  right: 0;
  text-align: center;
  bottom: 24px;
  position: absolute;
}
.b-bigbanner-press-dossier-image__icon {
  height: 100%;
  width: 100%;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  border-radius: 50%;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
}
.b-banner-press-dossier {
  width: 300px;
  height: 145px;
  margin: 0 auto 35px;
  background: #a7100c;
  display: block;
  text-decoration: none;
  position: relative;
}
.b-banner-press-dossier:after {
  position: absolute;
  height: 5px;
  left: 0;
  right: 0;
  top: 57px;
  background: white;
  content: '';
}
.b-banner-press-dossier * {
  text-decoration: none;
}
.b-banner-press-dossier__image {
  background: #a7100c;
  z-index: 2;
  width: 104px;
  height: 104px;
  border: 5px solid white;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 2px;
  overflow: hidden;
  box-sizing: content-box;
}
.b-banner-press-dossier__image:after {
  content: '';
  width: 72px;
  height: 59px;
  background: url('/Areas/WhoIsWho/Content/images/Dossier/folder.svg') no-repeat center;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.b-banner-press-dossier__text {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  text-align: center;
  color: white;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 11px;
  line-height: 21px;
}
.b-dossier-page-left-column {
  padding-top: 0px;
  min-height: 935px;
}
