.awards__content {
  height: 100%;
  display: flex;
  flex-direction: column; }
  .awards__block {
    height: calc(100% - 87px); }
  .awards__item-photo {
    margin-right: 10px;
    position: relative;
    min-height: 423px;
    background-position: center center;
    background-size: 100%;
    background-repeat: no-repeat; }
    @media screen and (max-width: 800px) {
    .awards__item-photo {
      background-size: 80%; } }
    .awards__item-shadow {
      width: 100px;
      height: 10px;
      box-shadow: 0px 10px 34px #db0344;
      position: absolute;
      left: 36%;
      bottom: 85px;
      background: transparent;
      z-index: -1; }
  .awards__slider {
    position: relative;
    padding: 0px 25px;
    padding-left: 0; }
    @media screen and (max-width: 800px) {
  .awards__slider {
    padding: 0; } }

.right, .left {
  width: 23px;
  height: 43px;
  color: #ff0071;
  cursor: pointer;
  transition: 0.3s; }
  .right:hover, .left:hover {
    transform: scale(1.3); }

.awards__buttons-left {
  position: absolute;
  left: -25px;
  top: 50%;
  transform: translate(0, -100%); }
  @media screen and (max-width: 750px) {
  .awards__buttons-left {
    display: none !important; } }

.awards__buttons-right {
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translate(0, -100%); }
  @media screen and (max-width: 750px) {
  .awards__buttons-right {
    display: none !important; } }
