img, input, textarea, button, select, a {
  border: none;
  outline: none; }
  img:focus, img:active, input:focus, input:active, textarea:focus, textarea:active, button:focus, button:active, select:focus, select:active, a:focus, a:active {
    outline: none; }

html, body {
  position: relative;
  height: 100%;
  width: 100%; }

nav, footer, header, aside {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

body, p, ul, h1, h2, h3, h4, input, button, textarea {
  margin: 0;
  padding: 0;
  color: #333;
  font-family: Verdana, sans-serif; }

button {
  cursor: pointer; }

a, a:visited, a:hover {
  text-decoration: none; }

a.red, a.red:visited, a.red:hover {
  color: #A52A23;
  text-decoration: none; }

img {
  max-width: 100%; }

div, header, section, input, textarea, a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

ul {
  list-style: none; }

body {
  font-size: 16px;
  color: #333; }
  body * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }

a {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }

h2 {
  margin-bottom: 16px; }

.content {
  width: 100%;
  max-width: 1200px;
  padding-left: 30px;
  padding-right: 30px;
  margin-left: auto;
  margin-right: auto; }

.btn-red {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #A52A23;
  width: 100%;
  padding: 17px 10px;
  text-align: center; }
  .btn-red span {
    color: #A52A23;
    text-transform: uppercase;
    font-size: 12px; }
  .btn-red:hover {
    background: #A52A23; }
    .btn-red:hover span {
      color: #fff; }

.btn-full-red {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #A52A23;
  width: 100%;
  padding: 17px 10px;
  text-align: center;
  background: #A52A23; }
  .btn-full-red span {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px; }
  .btn-full-red:hover {
    background: #6F1A16; }
    .btn-full-red:hover span {
      color: #fff; }

.btn-new {
  background: rgba(165, 42, 35, 0.1);
  font-size: 13px;
  padding: 10px 12px 10px 42px;
  display: inline-block;
  margin-bottom: 20px;
  color: #A52A23;
  position: relative; }
  .btn-new:before {
    content: '';
    width: 30px;
    display: inline-block;
    background: url(../img/and-icon.svg) no-repeat 15px center;
    height: 14px;
    position: absolute;
    left: 0;
    top: 12px;
    border-right: 1px solid rgba(165, 42, 35, 0.3); }

.btn-choose {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #A52A23;
  width: 100%;
  padding: 10px 10px 12px 15px;
  text-align: center;
  position: relative; }
  .btn-choose span {
    color: #A52A23;
    font-size: 13px; }
  .btn-choose:after {
    content: '';
    display: block;
    position: absolute;
    right: 20px;
    top: 14px;
    z-index: 2;
    border-top: 1px solid #A52A23;
    border-right: 1px solid #A52A23;
    width: 5.5px;
    height: 5.5px;
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg); }
  .btn-choose:hover {
    background: #A52A23; }
    .btn-choose:hover span {
      color: #fff; }
    .btn-choose:hover:after {
      border-color: #fff; }

.list-choose {
  padding: 5px;
  background: #fff;
  border: 1px solid #A52A23;
  position: absolute;
  margin-top: -1px;
  width: 100%;
  display: none; }
  .list-choose li a {
    display: block;
    text-align: center;
    color: #A52A23;
    padding: 10px; }
    .list-choose li a:hover {
      background: #A52A23;
      color: #fff; }

.input-wrap {
  border: 1px solid #CFC1A2;
  margin-bottom: 10px;
  position: relative;
}
  .input-wrap input {
    padding: 12px 40px 12px 15px;
    font-size: 12px;
    width: 100%; }
    .input-wrap input::-webkit-input-placeholder {
      color: #333; }
    .input-wrap input::-moz-placeholder {
      color: #333; }
    .input-wrap input:-ms-input-placeholder {
      color: #333; }
    .input-wrap input::-ms-input-placeholder {
      color: #333; }
    .input-wrap input::placeholder {
      color: #333; }
  .input-wrap.search {
    position: relative;
  }
  .input-wrap.search.fio{
    left:-310px;
  }
  .input-wrap.search.google{
    top:-57px;
    height:41px;
  }

    .input-wrap.search button.loop {
      background: url(../img/search-icon.svg) no-repeat center center;
      width: 35px;
      height: 40px;
      top: 0;
      right: 0;
      position: absolute; }

::-webkit-scrollbar {
  width: 14px;
  height: 10px; }

::-webkit-scrollbar-button:start {
  background-color: rgba(51, 51, 51, 0.1);
  height: 1px; }

::-webkit-scrollbar-track {
  background-color: rgba(51, 51, 51, 0.1); }

::-webkit-scrollbar-track-piece {
  background-color: rgba(51, 51, 51, 0.1); }

::-webkit-scrollbar-thumb {
  height: 10px;
  background: url(../img/dots.svg) no-repeat center center #A52A23;
  width: 14px; }

::-webkit-scrollbar-corner {
  background-color: rgba(51, 51, 51, 0.1); }

::-webkit-resizer {
  background: rgba(51, 51, 51, 0.1); }

.bo_td_gray {background-color: E3E3E3; }
.bo_td_pink {background-color: FFE3E3; }
.bo_shadow { background-color: 666666; }
.sub_header { FONT-WEIGHT: bold;  COLOR: red;  }
.errors { color: red;  font-style: italic;  list-style: none; }


header.header {
  overflow: hidden; }
  header.header .top-head .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 6px; }
    header.header .top-head .content .search-block {
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3; }
  header.header .top-head .search-block {
    -ms-flex-preferred-size: 300px;
        flex-basis: 300px;
    padding-top: 5px; }
  header.header .top-head .logo {
    display: block;
    /*-ms-flex-preferred-size: 300px;
        flex-basis: 300px; */}
  header.header .top-head .img-center {
    position: relative;
    -ms-flex-preferred-size: 560px;
        flex-basis: 560px; }
    header.header .top-head .img-center img {
      display: block;
      margin-left: 60px;
      margin-top: -20px; }
  header.header .menu-head {
    margin-top: -6px;
    background: #EFCC68;
    z-index: 10;
    position: relative; }
    header.header .menu-head .content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    header.header .menu-head .menu-links ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      header.header .menu-head .menu-links ul li:first-child a {
        padding-left: 0; }
      header.header .menu-head .menu-links ul li a {
        padding: 15px 25px;
        text-transform: uppercase;
        color: #333;
        display: block;
        font-size: 16px;
        white-space: nowrap; }
        header.header .menu-head .menu-links ul li a.active {
          color: #A52A23;
          text-shadow: 0.5px 0 0 #A52A23, -0.5px 0 0 #A52A23; }
    header.header .menu-head .menu-links .burger-block {
      width: 20px;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: none; }
      header.header .menu-head .menu-links .burger-block .burger {
        display: block;
        position: relative;
        width: 14px;
        height: 11px; }
        header.header .menu-head .menu-links .burger-block .burger span {
          display: block;
          width: 9px;
          height: 1.5px;
          position: absolute;
          top: 44%;
          left: 0;
          background: #333;
          -webkit-transition: all .3s;
          -o-transition: all .3s;
          transition: all .3s; }
        header.header .menu-head .menu-links .burger-block .burger:before {
          content: '';
          display: block;
          width: 14px;
          height: 1px;
          position: absolute;
          top: 0;
          left: 0;
          background: #333;
          -webkit-transform-origin: 0 0;
              -ms-transform-origin: 0 0;
                  transform-origin: 0 0;
          -webkit-transition: all .3s;
          -o-transition: all .3s;
          transition: all .3s; }
        header.header .menu-head .menu-links .burger-block .burger:after {
          content: '';
          display: block;
          width: 14px;
          height: 1px;
          position: absolute;
          bottom: 0;
          left: 0;
          background: #333;
          -webkit-transform-origin: 0 0;
              -ms-transform-origin: 0 0;
                  transform-origin: 0 0;
          -webkit-transition: all .3s;
          -o-transition: all .3s;
          transition: all .3s; }
        header.header .menu-head .menu-links .burger-block .burger.active:after {
          -webkit-transform: rotate(-45deg);
              -ms-transform: rotate(-45deg);
                  transform: rotate(-45deg); }
        header.header .menu-head .menu-links .burger-block .burger.active:before {
          -webkit-transform: rotate(45deg);
              -ms-transform: rotate(45deg);
                  transform: rotate(45deg); }
        header.header .menu-head .menu-links .burger-block .burger.active span {
          opacity: 0; }
    header.header .menu-head .soc-menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      header.header .menu-head .soc-menu a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: 39px;
        height: 100%;
        margin-left: 2px; }
        header.header .menu-head .soc-menu a svg path {
          fill: #A52A23; }
      header.header .menu-head .soc-menu.red a {
        background-color: #A52A23; }
        header.header .menu-head .soc-menu.red a svg path {
          fill: #fff; }
  header.header .listing {
    margin-top: 14px;
    margin-bottom: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    header.header .listing a {
      display: block;
      font-size: 18px;
      border-top: 1px solid #A52A23;
      border-bottom: 1px solid #A52A23;
      padding-top: 11px;
      padding-bottom: 11px;
      color: #A52A23;
      text-transform: uppercase;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      text-align: center;
      font-family: 'Jost', sans-serif; }
      header.header .listing a:hover, header.header .listing a.active {
        background: #A52A23;
        color: #fff; }

    header.header .listing a.selected{
    display: block;
    font-size: 18px;
    border-top: 1px solid #A52A23;
    border-bottom: 1px solid #A52A23;
    padding-top: 11px;
    padding-bottom: 11px;
    background: #A52A23;
    color: #fff;
    text-transform: uppercase;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
    font-family: 'Jost', sans-serif; }
  header.header .listing a.selected:hover, header.header .listing a.selected.active {
    background: #A52A23;
    color: #fff;
    }

@media (min-width: 992px) {
  header.header .menu-head .menu-links ul li a:hover {
    color: #A52A23;
    text-shadow: 0.5px 0 0 #A52A23, -0.5px 0 0 #A52A23; }
  header.header .menu-head .soc-menu a:hover {
    background: #A52A23; }
    header.header .menu-head .soc-menu a:hover svg path {
      fill: #fff; }
  header.header .menu-head .soc-menu.red a:hover {
    background: #EFCC68; }
    header.header .menu-head .soc-menu.red a:hover svg path {
      fill: #A52A23; } }

@media (max-width: 1200px) {
  header.header .top-head .search-block {
    -ms-flex-preferred-size: 255px;
        flex-basis: 255px;
    padding-top: 0; }
  header.header .top-head .logo {
    -ms-flex-preferred-size: 253px;
        flex-basis: 253px; }
  header.header .top-head .img-center {
    -ms-flex-preferred-size: 353px;
        flex-basis: 353px; }
    header.header .top-head .img-center img {
      margin-left: 0; }
  header.header .menu-head .menu-links ul li a {
    padding: 15px 18px;
    font-size: 14px; }
  header.header .menu-head .soc-menu a {
    width: 29px; }
  header.header .menu-head .soc-menu.red a {
    background-color: transparent; }
    header.header .menu-head .soc-menu.red a svg path {
      fill: #A52A23; }
  header.header .listing {
    margin-top: 40px;
    margin-bottom: 40px; }
    header.header .listing a {
      font-size: 16px; }
  .input-wrap.search.google{
    top:-53px;
    height: 41px;
  }

}

@media (max-width: 992px) {
  header.header .top-head .search-block {
    -ms-flex-preferred-size: 190px;
        flex-basis: 190px; }
  header.header .top-head .logo {
    -ms-flex-preferred-size: 196px;
        flex-basis: 196px; }
  header.header .top-head .img-center {
    -ms-flex-preferred-size: 260px;
        flex-basis: 260px; }
    header.header .top-head .img-center img {
      margin-left: -10px;
      margin-top: -10px; }
  header.header .menu-head .menu-links ul li a {
    padding: 12px 7px;
    font-size: 12px; }
  header.header .menu-head .soc-menu a {
    width: 26px; }
  header.header .menu-head .soc-menu.red a svg {
    -webkit-transform: scale(85%);
        -ms-transform: scale(85%);
            transform: scale(85%); }
  header.header .listing {
    margin-top: 25px;
    margin-bottom: 25px; }
    header.header .listing a {
      font-size: 14px; }
  .input-wrap.search.fio{
    left:-210px;
  }
  .input-wrap.search.google{
    top:-46px;
    height: 33px;
  }

}

@media (max-width: 740px) {
  header.header .top-head .content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    header.header .top-head .content .search-block {
      -webkit-box-ordinal-group: 1;
          -ms-flex-order: 0;
              order: 0;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      padding-bottom: 7px; }
      header.header .top-head .content .search-block .form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
      header.header .top-head .content .search-block .input-wrap {
        width: 47%; }
  header.header .top-head .search-block {
    -ms-flex-preferred-size: 190px;
        flex-basis: 190px; }
    header.header .top-head .search-block .input-wrap {
      margin-bottom: 8px; }
  header.header .top-head .logo {
    -ms-flex-preferred-size: 196px;
        flex-basis: 196px; }
  header.header .top-head .img-center {
    -ms-flex-preferred-size: 260px;
        flex-basis: 260px; }
    header.header .top-head .img-center img {
      margin-left: -10px;
      margin-top: -10px; }
  header.header .menu-head .menu-links {
    position: relative;
    padding-right: 80px;
    background: #EFCC68;
    height: 39px;
    overflow: hidden;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
    header.header .menu-head .menu-links.full {
      height: 66px;
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s; }
    header.header .menu-head .menu-links ul {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-pack: distribute;
          justify-content: space-around; }
      header.header .menu-head .menu-links ul li a {
        padding: 12px 7px;
        font-size: 12px; }
      header.header .menu-head .menu-links ul li:nth-child(5) a, header.header .menu-head .menu-links ul li:nth-child(6) a, header.header .menu-head .menu-links ul li:nth-child(7) a {
        padding-top: 6px; }
      header.header .menu-head .menu-links ul li:nth-child(1) a, header.header .menu-head .menu-links ul li:nth-child(2) a, header.header .menu-head .menu-links ul li:nth-child(3) a, header.header .menu-head .menu-links ul li:nth-child(4) a {
        padding-bottom: 6px; }
    header.header .menu-head .menu-links .burger-block {
      position: absolute;
      display: block;
      top: 14px;
      right: 45px; }
  header.header .menu-head .soc-menu a {
    width: 26px;
    height: 39px; }
  header.header .menu-head .soc-menu.red a svg {
    -webkit-transform: scale(85%);
        -ms-transform: scale(85%);
            transform: scale(85%); }
  header.header .listing {
    margin-top: 20px;
    margin-bottom: 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    header.header .listing a {
      font-size: 14px;
      margin-bottom: 20px;
      padding-left: 2.07%;
      padding-right: 2.07%;
      font-weight: 500; }
      header.header .listing a:hover, header.header .listing a.active {
        font-weight: normal; }
  .input-wrap.search.fio{
    left: 0px;
    width: 100% !important;
  }
  .input-wrap.search.google{
    top:0px;
    width: 100% !important;
    height: 33px;
  }

}

@media (max-width: 560px) {
  header.header .top-head .content {
    padding-top: 15px; }
    header.header .top-head .content .search-block {
      padding-bottom: 5px; }
      header.header .top-head .content .search-block .form {
        display: block; }
        header.header .top-head .content .search-block .form .input-wrap {
          width: 100%;
          margin-bottom: 10px; }
  header.header .top-head .logo {
    -ms-flex-preferred-size: 144px;
        flex-basis: 144px; }
  header.header .top-head .img-center {
    -ms-flex-preferred-size: 144px;
        flex-basis: 144px; }
    header.header .top-head .img-center img {
      margin-left: 10px;
      margin-top: -3px;
      -webkit-transform: scale(120%);
          -ms-transform: scale(120%);
              transform: scale(120%); }
  header.header .menu-head .menu-links {
    padding-right: 38px;
    padding-top: 6px; }
    header.header .menu-head .menu-links.full {
      height: 120px;
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s; }
    header.header .menu-head .menu-links ul {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-pack: distribute;
          justify-content: space-around; }
      header.header .menu-head .menu-links ul li a {
        padding: 6px;
        font-size: 12px; }
    header.header .menu-head .menu-links .burger-block {
      right: 8px; }
      header.header .menu-head .menu-links .burger-block .burger span {
        top: 41%; }
  header.header .menu-head .soc-menu a {
    width: 24px; }
  header.header .menu-head .soc-menu.red a svg {
    -webkit-transform: scale(85%);
        -ms-transform: scale(85%);
            transform: scale(85%); }
  header.header .listing {
    margin-top: 15px;
    margin-bottom: 5px; }
    header.header .listing a {
      font-size: 13px;
      margin-bottom: 15px;
      padding-left: 1.4%;
      padding-right: 1.4%;
      padding-top: 5px;
      padding-bottom: 5px; }

  .input-wrap.search.google{
    visibility: hidden;
  }

}

.common-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .common-block .left-block {
    -ms-flex-preferred-size: 760px;
        flex-basis: 760px; }
  .common-block .right-block {
    -ms-flex-preferred-size: 312px;
        flex-basis: 312px; }

.biography {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 40px; }
  .biography .photo-block {
    -ms-flex-preferred-size: 300px;
        flex-basis: 300px; }
    .biography .photo-block img {
      display: block;
      width: 100%;
      margin-bottom: 39px; }
  .biography .info-block {
    -ms-flex-preferred-size: 420px;
        flex-basis: 420px; }
  .biography .text {
    line-height: 25px; }
    .biography .text p {
      padding-bottom: 25px; }

.white {
background-color: #FFFFFF;
 }
.gray {
  background-color: #DDDDDD;
}
.news_text {
  font-size: 14px;
  padding-bottom: 14px;
  padding-left: 4px;
  padding-right: 4px;
  line-height: 22px;
  text-align: center;
}

.aside {
  background: rgba(51, 51, 51, 0.07);
  padding: 20px 20px 20px;
  margin-bottom: 30px; }
  .aside h3, .aside h4 {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px; }
  .aside h4 {
    font-size: 14px; }
    .aside h4 ~ span {
      text-align: center;
      display: block;
      margin-top: -10px;
      margin-bottom: 12px;
      font-size: 14px;
      opacity: .5; }
  .aside p {
    font-size: 14px;
    padding-bottom: 14px;
    padding-left: 4px;
    padding-right: 4px;
    line-height: 22px;
    text-align: center; }
  .aside .list-medals p {
    font-size: 13px;
    padding-bottom: 4px;
    text-align: left; }
    .aside .list-medals p:last-child {
      padding-bottom: 0; }
    .aside .list-medals p span {
      font-weight: bold;
      color: #A52A23; }
    .aside .list-medals p a{
      color: #000000;
    }
  .aside .btn-red {
    max-width: 202px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    margin-top: 10px; }
    .aside .btn-red:last-child {
      margin-bottom: 0; }
  .aside figure {
    display: block;
    text-align: center;
    padding-top: 5px;
    margin-left: auto;
    margin-right: auto; }
    .aside figure figcaption {
      opacity: .5;
      font-size: 14px;
      display: block;
      margin-top: 15px; }

@media (max-width: 1200px) {
  .common-block .left-block {
    -ms-flex-preferred-size: 610px;
        flex-basis: 610px; }
  .common-block .right-block {
    -ms-flex-preferred-size: 290px;
        flex-basis: 290px; }
  .biography .info-block {
    -ms-flex-preferred-size: 370px;
        flex-basis: 370px; }
  .biography .photo-block {
    -ms-flex-preferred-size: 210px;
        flex-basis: 210px; }
  .biography .text {
    line-height: 22px; }
  .aside {
    padding-left: 20px;
    padding-right: 18px; } }

@media (max-width: 992px) {
  .common-block {
    display: block; }
  .biography {
    padding-bottom: 25px; }
    .biography .info-block {
      -ms-flex-preferred-size: 450px;
          flex-basis: 450px; }
    .biography .photo-block img {
      margin-bottom: 20px; }
  .right-block {
    overflow: hidden; }
    .right-block .aside {
      width: 330px;
      float: left; }
      .right-block .aside:first-child {
        margin-right: 30px; }
  .aside {
    padding-left: 39px;
    padding-right: 39px; } }

@media (max-width: 740px) {
  .biography .info-block {
    -ms-flex-preferred-size: 330px;
        flex-basis: 330px; }
  .biography .photo-block {
    -ms-flex-preferred-size: 150px;
        flex-basis: 150px; }
  .biography .text {
    line-height: 22px; }
  .aside {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    background-origin: 25px; }
    .aside h4 {
      font-size: 12px;
      margin-bottom: 18px; }
      .aside h4 ~ span {
        font-size: 12px;
        margin-bottom: 10px; }
    .aside p {
      font-size: 12px;
      line-height: 18px;
      padding-bottom: 0; }
    .aside .btn-red {
      margin-bottom: 10px; }
    .aside figure {
      padding-top: 0;
      margin-bottom: 7px; }
      .aside figure img {
        max-height: 120px; }
      .aside figure figcaption {
        font-size: 12px;
        margin-top: 12px; }
  .right-block .aside {
    padding-left: 20px;
    padding-right: 20px;
    width: 208px; }
    .right-block .aside:first-child {
      margin-right: 20px;
      width: 282px; } }

@media (max-width: 560px) {
  .common-block .left-block .biography {
    display: block; }
  .biography .photo-block {
    margin-bottom: 20px; }
    .biography .photo-block img {
      margin-bottom: 15px; }
  .right-block .aside {
    width: 100%;
    float: none;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px; }
    .right-block .aside:first-child {
      margin-right: 0;
      width: 100%; } }

.data-table, .comments-block {
  margin-bottom: 80px; }

.table-stats table td{
  text-align: left;
  font-size: 14px;
}
.table-stats  a{
  font-size: 14px;
  color: #000000;
  text-decoration: underline;
}
.table-stats  a:hover{
  color: #A52A23;
}

table {
  border-collapse: collapse;
  width: 100%; }
  table tr:nth-child(odd) {
    background: rgba(51, 51, 51, 0.07); }
  table th {
    background-color: #A52A23;
    color: #fff;
    font-size: 11px;
    line-height: 16px;
    padding-top: 8px;
    padding-bottom: 9px;
    height: 50px; }
  table td {
    padding: 2px 4px 2px;
    text-align: center;
    min-height: 35px; }
    table td.date-birth, table td.date-dead {
      font-weight: bold;
      font-size: 14px;
      font-family: 'Jost', sans-serif;
      text-align: right; }
      table td.date-birth br, table td.date-dead br {
        display: none; }
    table td.date-dead {
      width: 120px; }
    table td.date-birth {
      width: 90px; }
    table td.name {
      font-size: 14px;
      text-align: left; }
    table td.star {
      padding-top: 2px;
      padding-bottom: 2px;
      width: 50px; }
    table td.stars {
      width: 140px; }
    table td.rod img {
      max-width: 24px; }
  table.last-bios th {
    background: url(../img/stars3.svg) no-repeat 3% center, url(../img/stars3.svg) no-repeat no-repeat 97% center #A52A23;
    font-size: 16px; }

  a.name{
    font-size: 14px;
    text-align: left;
    color: #000000;
    text-decoration: none;
  }
@media (max-width: 1200px) {
  .data-table, .comments-block {
    margin-bottom: 70px; }
  table tr.plansh-hid {
    display: none; }
  table td.stars {
    width: 110px; }
    table td.stars img {
      max-height: 18px; }
  table td.rod img {
    max-height: 18px; }
  table td.date-birth, table td.date-dead {
    font-size: 12px; }
  table td.date-dead {
    width: 100px; } }

@media (max-width: 992px) {
  .data-table, .comments-block {
    margin-bottom: 50px; } }

@media (max-width: 740px) {
  .data-table, .comments-block {
    margin-bottom: 40px; }
  table th {
    height: 40px;
    font-size: 10px;
    line-height: 12px; }
  table td {
    padding-left: 5px;
    padding-right: 5px; }
    table td td.star {
      width: 45px;
      padding-left: 10px;
      padding-right: 5px; }
    table td.date-birth, table td.date-dead {
      width: 60px;
      max-width: 60px; }
      table td.date-birth br, table td.date-dead br {
        display: inline-block; }
  table.last-bios th {
    font-size: 14px; }
  table.last-bios td.date-birth, table.last-bios td.date-dead {
    width: 100px;
    max-width: 100px;
    font-size: 12px; }
    table.last-bios td.date-birth br, table.last-bios td.date-dead br {
      display: none; } }

@media (max-width: 560px) {
  .data-table, .comments-block {
    margin-bottom: 30px; }
  table td {
    padding-top: 8px;
    padding-bottom: 9px; }
    table td.name {
      font-size: 12px; }
    table td.star {
      width: 25px;
      padding-left: 5px;
      padding-right: 0; }
  table.last-bios th {
    background-position: -40px center, right -40px center;
    font-size: 12px; }
  table.last-bios td.date-birth, table.last-bios td.date-dead {
    font-size: 10px;
    width: 46px;
    max-width: 46px; }
    table.last-bios td.date-birth br, table.last-bios td.date-dead br {
      display: inline-block; }
  .table-overhide {
    overflow-x: scroll;
    margin-bottom: 20px; }
    .table-overhide::-webkit-scrollbar-thumb {
      background-image: url(../img/dots-goriz.svg); }
    .table-overhide table {
      min-width: 510px; } }

footer.footer {
  background: #333;
  padding: 20px 0;
  color: #fff; }
  footer.footer .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 13px; }
    footer.footer .content p {
      font-size: 13px; }
    footer.footer .content .left {
      width: 48%; }
    footer.footer .content .right {
      width: 48%;
      text-align: right; }
    footer.footer .content span {
      display: inline-block; }

@media (max-width: 1200px) {
  footer.footer {
    margin-top: 20px; }
    footer.footer .content .right {
      width: 35%; } }

@media (max-width: 992px) {
  footer.footer .content .right {
    width: 45%; }
  footer.footer .content .left {
    width: 50%; } }

@media (max-width: 740px) {
  footer.footer .content {
    display: block; }
    footer.footer .content .left {
      width: 100%;
      text-align: center;
      margin-bottom: 15px; }
    footer.footer .content .right {
      width: 100%;
      text-align: center; } }

@media (max-width: 560px) {
  footer.footer {
    margin-top: 10px; }
    footer.footer .content .left {
      margin-bottom: 10px; } }

.menu-look {
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: -10px; }
.menu-look.first-menu-look {
	margin-bottom: 15px;
}
  .menu-look .links-look {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .menu-look .links-look li {
      display: block;
      line-height: 0; }
      .menu-look .links-look li a {
        display: block;
        padding: 13px 20px 15px 50px;
        background-repeat: no-repeat;
        background-position: 20px center;
        font-size: 14px;
        line-height: 17px;
        text-transform: uppercase;
        color: #A52A23; }
        .menu-look .links-look li a.active {
          background-color: #EFCC68; }

        .menu-look .links-look li a.look-about {
          background-image: url(../img/look-about.svg); }
        .menu-look .links-look li a.look-team {
          background-image: url(../img/look-team.svg); }
        .menu-look .links-look li a.look-news {
          background-image: url(../img/look-news.svg); }
        .menu-look .links-look li a.look-award {
          background-image: url(../img/look-awards.svg); }
        .menu-look .links-look li a.look-sign {
          background-image: url(../img/look-gramots.svg); }
        .menu-look .links-look li a.look-bio {
          background-image: url(../img/look-bio.svg); }
        .menu-look .links-look li a.look-foto {
          background-image: url(../img/look-foto.svg); }
        .menu-look .links-look li a.look-monu {
          background-image: url(../img/look-monu.svg); }
        .menu-look .links-look li a.look-city {
          background-image: url(../img/look-city.svg); }
        .menu-look .links-look li a.look-book {
          background-image: url(../img/look-books.svg); }
        .menu-look .links-look li a.look-stats {
          background-image: url(../img/look-stats.svg); }
		  
		.menu-look .links-look li a.look-crowdfun {
			background-image: url(../img/look-crowdfun.svg);		
		}

.menu-look .links-look li a span {
          white-space: nowrap; }
  .menu-look .filter a {
    display: block;
    padding: 14px 20px 14px 50px;
    background-repeat: no-repeat;
    background-position: 20px center;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    background-image: url(../img/filter.svg);
    background-color: #A52A23; }
    .menu-look .filter a.active {
      background-color: #6F1A16; }

@media (min-width: 992px) {
  .menu-look .links-look li a:hover {
    background-color: #EFCC68; }
  .menu-look .filter a:hover {
    background-color: #6F1A16; } }

@media (max-width: 1200px) {
  .menu-look {
    margin-top: 0; }
    .menu-look .links-look li a {
      padding-left: 45px;
      padding-right: 15px;
      background-position: 15px center; } }

@media (max-width: 992px) {
  .menu-look {
    margin-bottom: 25px;
    margin-top: 10px; }
  .menu-look.first-menu-look {
	  margin-bottom: 10px;
  }
    .menu-look .links-look li a {
      height: 38px;
      width: 46px;
      padding-right: 0;
      background-size: 20px;
      font-size: 12px;
      line-height: 14.5px;
      padding-left: 37px;
      padding-top: 13px;
      padding-bottom: 13px; }
      .menu-look .links-look li a span {
        width: 0;
        display: block;
        overflow: hidden;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s; }
      .menu-look .links-look li a.active {
        width: auto;
        padding-right: 15px; }
        .menu-look .links-look li a.active span {
          width: inherit; }
    .menu-look .filter a {
      font-size: 12px;
      line-height: 14.5px;
      background-size: 16px;
      background-position: 15px center;
      height: 38px;
      padding-top: 12px;
      padding-bottom: 13px;
      padding-left: 37px;
      padding-right: 17px; } }

@media (max-width: 740px) {
  .menu-look {
    margin-top: 0; } }

@media (max-width: 560px) {
  .menu-look {
    margin-bottom: 15px;
    display: block; }
    .menu-look .links-look {
      margin-bottom: 15px; }
      .menu-look .links-look li a {
        width: 36px;
        font-size: 10px;
        line-height: 12px;
        padding-left: 31px;
        background-position: 10px center; }
        .menu-look .links-look li a.active {
          width: auto;
          padding-right: 10px; }
          .menu-look .links-look li a.active span {
            width: inherit; }
    .menu-look .filter a {
      text-align: center;
      background-position: 40% center; }
      .menu-look .filter a span {
        display: block;
        margin-left: auto;
        margin-right: auto; } }

.page-look {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .page-look .left-block {
    -ms-flex-preferred-size: 760px;
        flex-basis: 760px; }
    .page-look .left-block table {
      margin-bottom: 30px; }
    .page-look .left-block .bio-block {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding-bottom: 40px; }
      .page-look .left-block .bio-block .text {
        line-height: 25px; }
        .page-look .left-block .bio-block .text p {
          padding-bottom: 25px; }
  .page-look .right-block {
    -ms-flex-preferred-size: 312px;
        flex-basis: 312px; }
    .page-look .right-block .rrcom > div, .page-look .right-block .rrcom > a {
      display: block;
      margin-bottom: 30px;
      max-width: 100%; }

@media (max-width: 1200px) {
  .page-look {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .page-look .left-block {
      -ms-flex-preferred-size: 610px;
          flex-basis: 610px; }
    .page-look .right-block {
      -ms-flex-preferred-size: 290px;
          flex-basis: 290px; } }

@media (max-width: 992px) {
  .page-look {
    display: block; }
    .page-look .right-block {
      margin-bottom: 35px; }
      .page-look .right-block .rrcom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .page-look .right-block .rrcom > div, .page-look .right-block .rrcom > a {
          width: 47.5%;
          margin-bottom: 25px; }
          .page-look .right-block .rrcom > div > img, .page-look .right-block .rrcom > a > img {
            width: 100%; } }

@media (max-width: 740px) {
  .page-look .right-block {
    margin-bottom: 20px; } }

@media (max-width: 560px) {
  .page-look .left-block table {
    margin-bottom: 15px; }
  .page-look .left-block .bio-block {
    display: block;
    padding-bottom: 35px; }
  .page-look .right-block {
    margin-bottom: 10px; }
    .page-look .right-block .rrcom {
      display: block; }
      .page-look .right-block .rrcom > div, .page-look .right-block .rrcom > a {
        width: 100%;
        margin-bottom: 20px; } }

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .pagination .next, .pagination .prev {
    display: block;
    background-color: #A52A23;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center center; }
  .pagination .next {
    background-image: url(../img/next.svg); }
  .pagination .prev {
    background-image: url(../img/prev.svg); }
  .pagination .links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .pagination .links a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      color: #333;
      height: 38px;
      font-size: 18px;
      margin-left: 9px;
      margin-right: 9px;
      padding-left: 2px;
      padding-right: 2px; }
      .pagination .links a.current {
        font-size: 24px;
        color: #A52A23;
        border-bottom: 3px solid #A52A23; }
      .pagination .links a:hover {
        color: #A52A23;
        text-shadow: 0.5px -0.5px 0 #A52A23; }
    .pagination .links span {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: 38px;
      margin-left: 9px;
      margin-right: 9px; }

@media (min-width: 1200px) {
  .pagination .next:hover, .pagination .prev:hover {
    background-color: #6F1A16; } }

@media (max-width: 992px) {
  .pagination .links a, .pagination .links span {
    margin-left: 8px;
    margin-right: 8px; } }

@media (max-width: 740px) {
  .pagination .links a {
    font-size: 16px; }
    .pagination .links a.current {
      font-size: 20px; } }

@media (max-width: 560px) {
  .pagination .next, .pagination .prev {
    width: 30px;
    height: 30px;
    background-size: 14px; }
  .pagination .links {
    max-width: 175px;
    overflow: hidden; } }

.filter-block {
  margin-top: -25px;
  background: rgba(51, 51, 51, 0.07); }
  .filter-block form {
    display: block;
    width: 100%; }
    .filter-block form .form-wrap {
      position: relative;
      padding: 30px 30px 30px; }
    .filter-block form .row-3 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding-bottom: 30px; }
      .filter-block form .row-3:last-child {
        padding-bottom: 0; }
      .filter-block form .row-3 > div {
        width: 31.4%; }
    .filter-block form .row-2 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding-bottom: 30px; }
      .filter-block form .row-2 > div {
        width: 48.6%; }
    .filter-block form .row-auto {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .filter-block form .twice {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .filter-block form .twice > input {
        width: 48.6%; }
    .filter-block form .bottom-form {
      background: rgba(51, 51, 51, 0.1);
      padding: 30px 30px 21px; }
    .filter-block form .block-flex {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding-bottom: 9px; }
      .filter-block form .block-flex > label {
        padding-right: 10px;
        max-width: 100px;
        padding-bottom: 0; }
  .filter-block .underform {
    padding: 30px;
    margin-bottom: 77px; }
    .filter-block .underform .info {
      font-size: 14px;
      line-height: 17px;
      padding-left: 30px;
      position: relative; }
      .filter-block .underform .info:before {
        content: '';
        position: absolute;
        width: 16px;
        height: 16px;
        display: block;
        border-right: 1px solid #CFC1A2;
        background: url(../img/and-black.svg) no-repeat left center;
        left: 0; }

@media (max-width: 1200px) {
  .filter-block form .form-wrap {
    padding: 19px 21px 20px; }
  .filter-block form .row-3 > div {
    width: 32%; }
  .filter-block form .block-flex > label {
    padding-right: 5px;
    max-width: 87px; }
  .filter-block form .bottom-form {
    padding: 20px 20px 11px 20px; }
  .filter-block .underform {
    padding: 17px 20px; } }

@media (max-width: 992px) {
  .filter-block form .row-3 {
    padding-bottom: 22px; }
  .filter-block form .row-auto {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .filter-block form .row-2 {
    padding-bottom: 22px; }
  .filter-block form .bottom-form {
    padding-top: 15px; }
    .filter-block form .bottom-form .row-auto > div:first-child, .filter-block form .bottom-form .row-auto > div:nth-child(2), .filter-block form .bottom-form .row-auto > div:nth-child(3) {
      margin-bottom: 13px; }
  .filter-block .underform .info {
    font-size: 12px;
    line-height: 14.58px; } }

@media (max-width: 740px) {
  .filter-block form .form-wrap {
    padding-bottom: 5px; }
  .filter-block form .row-3 > div {
    width: 31%; }
  .filter-block form .row-3.row-selects {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .filter-block form .row-3.row-selects > div {
      width: 48%; }
  .filter-block form .row-2 > div {
    width: 48%; }
  .filter-block form .block-flex > label {
    max-width: 200px; }
  .filter-block form .bottom-form .row-auto > div:first-child, .filter-block form .bottom-form .row-auto > div:nth-child(2), .filter-block form .bottom-form .row-auto > div:nth-child(3) {
    margin-bottom: 4px; }
  .filter-block form .bottom-form .checkbox-block {
    margin-right: auto;
    margin-left: 30px; }
  .filter-block .underform {
    margin-bottom: 50px; } }

@media (max-width: 560px) {
  .filter-block form .form-wrap {
    padding-top: 25px; }
  .filter-block form .row-3 {
    display: block;
    padding-bottom: 0; }
    .filter-block form .row-3 > div {
      width: 100%;
      margin-bottom: 15px; }
    .filter-block form .row-3.row-selects > div {
      width: 100%; }
  .filter-block form .row-2 {
    display: block;
    padding-bottom: 0; }
    .filter-block form .row-2 > div {
      width: 100%;
      margin-bottom: 15px; }
  .filter-block form .block-flex.long {
    display: block; }
    .filter-block form .block-flex.long > label {
      padding-bottom: 4px; }
  .filter-block form .bottom-form {
    padding-bottom: 15px; }
    .filter-block form .bottom-form .checkbox-block {
      margin-left: 0; }
  .filter-block form .twice > input {
    width: 48%; }
  .qs-datepicker-container {
    right: 0 !important;
    left: auto !important; } }

.select-block .select-item {
  position: relative; }
  .select-block .select-item input {
    display: none; }
  .select-block .select-item .select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 40px;
    font-size: 14px;
    position: relative;
    border: 1px solid #333;
    cursor: pointer;
    padding-top: 1px;
    padding-bottom: 3px;
    padding-left: 10px;
    font-size: 14px;
    font-weight: normal;
    background: #efefef;
    line-height: 1.8;
  }

  .select-block .select-item .select:before {
    content: "";
    display: block;
    position: absolute;
    right: 20px;
    top: 14px;
    z-index: 2;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    width: 5.5px;
    height: 5.5px;
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);}

  .select-block .select-item .items {
    display: block;
    min-height: 30px;
    position: absolute;
    top: 0;
    overflow: hidden;
    width: 100%;
    cursor: pointer;
    max-height: 200px; }
  .select-block .select-item .select-input:not(:checked) ~ .items {
    pointer-events: none; }
  .select-block .select-item .items label {
    display: none;
    padding-left: 15px;
    padding-top: 1px;
    padding-bottom: 3px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #efefef;
    width: 100%;
    height: 40px;
    font-size: 14px;
    font-weight: normal;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background: #efefef; }
  .select-block .select-item .select-input:checked ~ .items {
    top: 40px;
    z-index: 20;
    overflow-y: scroll;
    border: 1px solid rgba(51, 51, 51, 0.2); }
  .select-block .select-item .select-input:checked ~ .items label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .select-block .select-item .items input:checked + label {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    height: 40px;
    border: 1px solid #333;
    font-weight: normal;
    font-size: 14px; }
  .select-block .select-item .select-input:checked ~ .bg {
    position: fixed;
    top: 0;
    left: 0;
    min-width: 100vw;
    min-height: 100vh;
    z-index: 19;
    background: transparent !important; }
  .select-block .select-item label.bg {
    padding: 0; }

.bottom-form .select-block .select-item label {
  background: #ddd;
  padding-right: 32px; }

.bottom-form .select-block .select-item .select {
  background: #ddd;
  padding-right: 32px;
  width: 75px; }
  .bottom-form .select-block .select-item .select:before {
    right: 15px; }

.bottom-form .select-block.long .select-item .select {
  width: 253px; }

.bottom-form .select-block.limit {
  width: 151px; }

@media (min-width: 1200px) {
  .select-block .select-item .items label:hover {
    background-color: #EFCC68; } }

@media (max-width: 1200px) {
  .select-block .select-item .select {
    padding-left: 10px; }
  .select-block .select-item .items label {
    padding-left: 10px; }
  .bottom-form .select-block .select-item .select {
    width: 61px;
    padding-right: 20px; }
    .bottom-form .select-block .select-item .select:before {
      right: 9px; }
  .bottom-form .select-block .select-item label {
    padding-right: 20px; }
  .bottom-form .select-block.limit {
    width: 131px; }
  .bottom-form .select-block.long .select-item .select {
    width: 240px; } }

@media (max-width: 992px) {
  .select-block .select-item .select {
    height: 30px;
    font-size: 12px;
    padding-top: 2px; }
    .select-block .select-item .select:before {
      top: 8px;
      right: 10px; }
  .select-block .select-item .items {
    max-height: 155px; }
    .select-block .select-item .items label {
      height: 30px;
      font-size: 12px;
      padding-top: 2px; }
  .select-block .select-item .select-input:checked ~ .items {
    top: 30px; }
  .select-block .select-item .items input:checked + label {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    height: 30px;
    border: 1px solid #333;
    font-weight: normal;
    font-size: 12px; }
  .bottom-form .select-block.limit {
    max-width: 210px;
    width: 210px; }
    .bottom-form .select-block.limit > label {
      max-width: 140px !important; } }

.select-block .select-group {
  position: relative; }
  .select-block .select-group input {
    display: none; 
	}
  .select-block .select-group label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    font-size: 14px;
    position: relative;
    cursor: pointer;
    padding-top: 11px;
    padding-bottom: 12px;
    padding-left: 15px;
    padding-right: 40px;
    font-size: 14px;
    font-weight: normal;
    background: #efefef; }
  .select-block .select-group .items {
    border: 1px solid rgba(51, 51, 51, 0.2);
    max-height: 244px;
    overflow-y: scroll;
    width: 100%;
  }
    .select-block .select-group .items label {
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s;
      background-position: 110% center;
    }
    .select-block .select-group .items option {
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s;
      width: 100%;
      background-position: 110% center;
      font-size: 14px;
      padding-top: 11px;
      padding-bottom: 12px;
      padding-left: 15px;
      background: #efefef;
    }
   .select-block .select-group .items option:checked,
   .select-block .select-group .items option:hover {
     background: #EFCC68;
    }
   .select-block .select-group .items selected:after {
      background: #EFCC68;
   }


    .select-block .select-group .items input[type='checkbox']:checked + label {
      background: url(../img/check.svg) no-repeat 94% center #EFCC68; }

@media (min-width: 1200px) {
  .select-block .select-group .items label:hover {
    background-color: #EFCC68; } }

@media (max-width: 1200px) {
  .select-block .select-group .items {
    max-height: 195px; }
    .select-block .select-group .items input[type='checkbox']:checked + label {
      background-position: 98% center; }
    .select-block .select-group .items label {
      padding-right: 25px;
      padding-left: 10px; } }

@media (max-width: 992px) {
  .select-block .select-group .items label {
    font-size: 12px;
    padding-top: 7px;
    padding-bottom: 8px; } }

@media (max-width: 740px) {
  .select-block .select-group .items {
    max-height: 182px;
    margin-bottom: 24px; }
    .select-block .select-group .items input[type='checkbox']:checked + label {
      background-size: 10px; } }

.filter-block label {
  color: #333;
  font-weight: bold;
  font-size: 12px;
  display: block;
  padding-bottom: 9px; }

.filter-block textarea {
  border: 1px solid #333;
  width: 100%;
  background: transparent; }

.filter-block input {
  border: 1px solid #333;
  padding: 11px 15px 12px;
  width: 100%;
  background: transparent; }
  .filter-block input::-webkit-input-placeholder {
    color: #333;
    font-size: 14px; }
  .filter-block input::-moz-placeholder {
    color: #333;
    font-size: 14px; }
  .filter-block input:-ms-input-placeholder {
    color: #333;
    font-size: 14px; }
  .filter-block input::-ms-input-placeholder {
    color: #333;
    font-size: 14px; }
  .filter-block input::placeholder {
    color: #333;
    font-size: 14px; }

.filter-block .checkbox-block label {
  background: url(../img/nocheck-form.svg) no-repeat right center;
  padding-top: 1px;
  padding-right: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 0;
  height: 40px; }
  .filter-block .checkbox-block label a {
    color: #fff; }
    .filter-block .checkbox-block label a:hover {
      text-decoration: underline; }

.filter-block .checkbox-block input[type='checkbox'] {
  display: none; }
  .filter-block .checkbox-block input[type='checkbox']:checked + label {
    background-image: url("../img/check-form.svg"); }

.filter-block button.btn-full-red {
  min-width: 111px;
  cursor: pointer;
  padding-top: 9px;
  padding-bottom: 9px;
  height: 40px;
  font-family: 'Jost', sans-serif;
  font-size: 14px;
  font-weight: 500; }

@media (max-width: 1200px) {
  .filter-block input {
    padding-left: 10px;
    padding-right: 10px; }
  .filter-block button.btn-full-red {
    min-width: 81px; }
  .filter-block .checkbox-block label {
    padding-right: 25px; } }

@media (max-width: 992px) {
  .filter-block input {
    padding-top: 6px;
    padding-bottom: 7px;
    font-size: 12px; }
    .filter-block input::-webkit-input-placeholder {
      font-size: 12px; }
    .filter-block input::-moz-placeholder {
      font-size: 12px; }
    .filter-block input:-ms-input-placeholder {
      font-size: 12px; }
    .filter-block input::-ms-input-placeholder {
      font-size: 12px; }
    .filter-block input::placeholder {
      font-size: 12px; }
  .filter-block button.btn-full-red {
    height: 30px; }
  .filter-block .checkbox-block label {
    height: 30px; } }

@media (max-width: 560px) {
  .filter-block .submit-block {
    padding-top: 5px;
    margin-left: auto;
    margin-right: auto; } }


.left-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 25px;
  -ms-flex-preferred-size: 300px;
  flex-basis: 300px;
  max-width: 300px;
}



.foto-block {
  -ms-flex-preferred-size: 300px;
      flex-basis: 300px;
    }
  .foto-block .medals {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 25px; }


    .foto-block .medals .img-rod img {
      max-width: 45px; }
     .left-cont .img-rod img {
      max-width: 45px; }
    .foto-block .medals .img-all img {
      max-width: 235px; }
    .left-cont .img-all img{
      max-width: 235px; }
  .foto-block .foto-border {
        border: 2px solid #A52A23;
    line-height: 2px;
    margin-bottom: 10px;
    margin-left: 38px;
    width: 224px;
  }
  .foto-block .foto-border-death {
    border: 2px solid #000000;
    line-height: 2px;
    margin-bottom: 10px;
    margin-left: 38px;
    width: 224px;
  }

    .foto-block .foto-border img {
      border: 2px solid #ccc;
      width: 220px;
      line-height: 0; }
  .foto-block .buttons-block .google-translate {
    margin-bottom: 25px;
    position: relative; }
    .foto-block .buttons-block .google-translate .tit {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding-bottom: 7px; }
      .foto-block .buttons-block .google-translate .tit img {
        padding-top: 3px;
        float: left; }
      .foto-block .buttons-block .google-translate .tit span {
        font-size: 16px;
        font-family: 'Jost';
        font-weight: 500;
        padding: 0 6px; }
  .foto-block .buttons-block .share-block span {
    font-size: 13px;
    font-weight: bold;
    padding-bottom: 11px;
    display: block; }
  .foto-block .buttons-block .share-block .links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%; }

@media (max-width: 1200px) {
  .foto-block {
    -ms-flex-preferred-size: 210px;
        flex-basis: 210px;
    max-width: 210px; }

  .foto-block .medals {
      padding-bottom: 15px; }
    .foto-block .medals .img-all img {
        max-width: 152px; }
    .foto-block .foto-border {
      border: none;
      margin-bottom: 20px;
      margin-left: 0px;}
      .foto-block .foto-border img {
        max-width: 210px;
        border: none; }
    .foto-block .buttons-block .google-translate {
      margin-bottom: 20px; }
    .foto-block .buttons-block .share-block .links {
      width: calc(100% + 3px); }
      .foto-block .buttons-block .share-block .links a {
        display: block;
        margin-right: 3px; }
  .left-cont {
    -ms-flex-preferred-size: 280px;
    flex-basis: 280px;
    max-width: 280px; }
  .left-cont .img-all img {
    max-width: 152px; }

}

@media (max-width: 740px) {
  .foto-block {
    -ms-flex-preferred-size: 150px;
        flex-basis: 150px;
    max-width: 150px; }
    .foto-block .medals {
      padding-bottom: 10px; }
      .foto-block .medals .img-all img {
        max-width: 115px; }
      .img-rod img {
        max-width: 35px !important;
        max-height: 35px;}
    .foto-block .buttons-block .share-block .links {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      .foto-block .buttons-block .share-block .links a {
        display: block;
        width: 20px;
        margin-right: 5px;
        margin-bottom: 1px; } }

@media (max-width: 560px) {
  .foto-block {
    max-width: 100%;
    margin-bottom: 15px; }
    .foto-block .medals {
      padding-bottom: 15px; }
      .foto-block .medals .img-all img {
        max-width: 174px; }
    .foto-block .buttons-block .share-block .links {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      .foto-block .buttons-block .share-block .links a {
        display: block;
        width: 20px;
        margin-right: 5px;
        margin-bottom: 1px; } }

.bio-block .info-block {
  -ms-flex-preferred-size: 420px;
      flex-basis: 420px; }
  .bio-block .info-block .text .years-live {
    font-size: 16px;
    color: #A52A23;
    display: block;
    margin-top: -10px; }
  .bio-block .info-block .text .rank {
    font-size: 18px;
    font-family: 'Jost', sans-serif;
    padding: 18px 0;
    border-bottom: 1px solid rgba(165, 42, 35, 0.2);
    margin-bottom: 20px; }

.page-look .items {
  font-size: 13px;
  line-height: 16px;
  padding-bottom: 15px; }
  .page-look .items h4 {
    font-size: 14px;
    line-height: 17px;
    font-weight: normal;
    text-transform: uppercase;
    opacity: .6;
    padding-bottom: 15px;
    width: 100%; }
  .page-look .items .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 10px; }
    .page-look .items .item p {
      padding-bottom: 4px; }
    .page-look .items .item .date {
      color: #A52A23;
      padding-right: 20px; 
	  min-width:100px;
	}
  .page-look .items.memorials p {
    padding-left: 25px;
    background: url(../img/look-monu.svg) no-repeat left center;
    background-size: 16px;
    padding-top: 7px;
    padding-bottom: 6px; }
  .page-look .items.photos p {
    padding-left: 25px;
    background: url(../img/look-foto.svg) no-repeat left center;
    background-size: 16px;
    padding-top: 7px;
    padding-bottom: 6px; }
  .page-look .items.sources {
    padding: 30px 40px;
    background: rgba(165, 42, 35, 0.1);
    margin-bottom: 80px; }
    .page-look .items.sources h4 {
      color: rgba(165, 42, 35, 0.9); }
    .page-look .items.sources p {
      padding-left: 25px;
      background: url(../img/book.svg) no-repeat left center;
      background-size: 16px;
      padding-top: 7px;
      padding-bottom: 6px; }

.slider-fotos {
  max-width: 760px;
  position: relative;
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid rgba(165, 42, 35, 0.2);
  border-bottom: 1px solid rgba(165, 42, 35, 0.2);
  margin-bottom: 45px;
  margin-top: -20px; }
  .slider-fotos .swiper-container {
    overflow: hidden; }
  .slider-fotos .swiper-slide a {
    display: block; }
    .slider-fotos .swiper-slide a img {
	width:100%;
    height: auto;
      -o-object-fit: cover;
         object-fit: cover; 
	}
  .slider-fotos .swiper-button-prev, .slider-fotos .swiper-button-next {
    width: 40px;
    height: 40px;
    background-color: #A52A23;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
    .slider-fotos .swiper-button-prev:after, .slider-fotos .swiper-button-next:after {
      display: none; }
  .slider-fotos .swiper-button-next {
    background-image: url(../img/next.svg);
    right: 0; }
  .slider-fotos .swiper-button-prev {
    background-image: url(../img/prev.svg);
    left: 0; }

.history {
  line-height: 25px;
  margin-bottom: 80px; }
  .history p {
    padding-bottom: 20px;
    text-align: justify;
    }
  .history hr {
    border: 0;
    margin-top: 20px;
    margin-bottom: 40px;
    height: 30px;
    background: url(../img/hr.svg) no-repeat center center;
    background-size: cover; }
  .history .autor {
    font-size: 16px;
    font-weight: bold;
    text-align: right;
    font-style: italic; }
  .history .provided {
    font-size: 13px;
    padding: 6px 15px 5px 42px;
    background-color: #EFCC68;
    display: table;
    margin-left: auto;
    position: relative; }
    .history .provided:before {
      content: '';
      display: block;
      width: 40px;
      height: 100%;
      background: url(../img/quest.svg) no-repeat center center;
      position: absolute;
      left: 0;
      top: 0; }
    .history .provided a {
      font-weight: bold;
      color: #333;
      text-decoration: underline; }
      .history .provided a:hover {
        text-decoration: none; }


.photo {
  line-height: 25px;
  margin-bottom: 80px;
  text-align: center;
}
.photo p {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}
.photo .descr {
  padding: 10px;
  background: rgba(165, 42, 35, 0.1);
}

.photo hr {
  border: 0;
  margin-top: 20px;
  margin-bottom: 40px;
  height: 30px;
  background: url(../img/hr.svg) no-repeat center center;
  background-size: cover; }


@media (min-width: 1200px) {
  .slider-fotos .swiper-button-next:hover, .slider-fotos .swiper-button-prev:hover {
    background-color: #6F1A16; } }

@media (max-width: 1200px) {
  .bio-block .info-block {
    -ms-flex-preferred-size: 370px;
        flex-basis: 370px; }
    .bio-block .info-block .text .years-live {
      font-size: 14px; }
    .bio-block .info-block .text .rank {
      font-size: 16px;
      line-height: 19px;
      padding-top: 10px;
      padding-bottom: 20px !important; }
  .slider-fotos {
    max-width: 610px;
    padding-bottom: 28px;
    margin-bottom: 30px; }
  .history {
    margin-bottom: 60px; }
    .history .autor {
      font-size: 14px; }
  .page-look .items.sources {
    margin-bottom: 60px;
    padding: 15px 20px; } }

@media (max-width: 992px) {
  .bio-block .info-block {
    -ms-flex-preferred-size: 450px;
        flex-basis: 450px; }
  .slider-fotos {
    max-width: 690px; }
  .history {
    line-height: 22px; }
    .history hr {
      margin-top: 10px;
      margin-bottom: 30px; }
  .left-cont {
    flex-basis: 250px;
    max-width: 250px; }
}

@media (max-width: 740px) {
  .bio-block .info-block {
    -ms-flex-preferred-size: 280px;
        flex-basis: 280px; }
    .bio-block .info-block .text .years-live {
      margin-top: -5px; }
  .history {
    margin-bottom: 40px; }
  .page-look .items h4 {
    padding-bottom: 8px; }
  .page-look .items.sources {
    margin-bottom: 40px; } }

@media (max-width: 560px) {
  .bio-block .info-block .text .years-live {
    margin-top: -8px;
    font-size: 13px; }
  .bio-block .info-block .text .rank {
    padding-top: 5px;
    padding-bottom: 15px !important;
    margin-bottom: 15px; }
  .page-look .items {
    padding-bottom: 10px; }
  .slider-fotos {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 10px;
    padding-bottom: 8px;
    margin-bottom: 20px; }
    .slider-fotos .swiper-slide a img {
      height: 100px; }
    .slider-fotos .swiper-button-next, .slider-fotos .swiper-button-prev {
      width: 30px;
      height: 30px;
      background-size: 16px; }
  .history {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 30px; }
    .history hr {
      height: 22px;
      margin-top: 5px;
      margin-bottom: 25px; }
    .history .autor {
      font-size: 13px; }
  .page-look .items.sources {
    margin-bottom: 30px; }
    .page-look .items.sources P {
      background-position: left 8px; } }

@media (max-width: 1200px) {
  body {
    font-size: 14px; }
  .content {
    max-width: 990px; }
  .input-wrap {
    margin-bottom: 10px; }
    .input-wrap input {
      padding-top: 11px;
      padding-bottom: 11px; } }

@media (max-width: 992px) {
  .content {
    max-width: 730px;
    padding-left: 20px;
    padding-right: 20px; }
  .input-wrap input {
    padding: 7px 30px 8px 15px; }
  .input-wrap.search button.loop {
    height: 31px;
    background-size: 40%; }
  ::-webkit-scrollbar {
    width: 10px; } }

@media (max-width: 740px) {
  .content {
    max-width: 550px; }
  .biography {
    padding-bottom: 15px; }
  .btn-red {
    padding-top: 8px;
    padding-bottom: 8px; }
  h2 {
    font-size: 18px;
    margin-bottom: 6px; } }

@media (max-width: 560px) {
  .content {
    max-width: 320px;
    padding-left: 15px;
    padding-right: 15px; }
  h2 {
    font-size: 16px; }
  .btn-red {
    padding-top: 11px;
    padding-bottom: 11px; }
  .biography .text p {
    padding-bottom: 15px; } }

@media (max-width: 1200px) {
  h2 {
    font-size: 20px; } }

@media (max-width: 740px) {
  h2 {
    font-size: 18px; } }

@media (max-width: 560px) {
  h2 {
    font-size: 16px; } }
