.rim-block {
  background-color: #1a1a1a;
  overflow: hidden;
  height: calc(100vh - 70px);
  position: relative;
}
.rim-block__content {
  position: absolute;
  max-width: 1440px;
  width: 100%;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: stretch;
      align-items: stretch;
  z-index: 1;
}
.rim-block__text-content {
  color: #fff;
  margin-left: 3.6vw;
  position: relative;
  z-index: 1;
  max-width: calc(36% - 3.6vw);
  width: 100%;
}
.rim-block__logo {
  display: -ms-flexbox;
  display: flex;
  margin-top: 61px;
  -ms-flex-align: center;
      align-items: center;
}
.rim-block__logo img {
  margin-right: 24px;
  max-height: 63px;
}
.rim-block__logo-text {
  font-style: italic;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.5px;
}
.rim-block__info {
  padding-left: 5px;
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.rim-block__title {
  font-family: 'DINCondensed', sans-serif;
  color: #fff;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  font-size: 4.6rem;
  line-height: 40px;
  margin-bottom: 28px;
}
@media (max-width: 1366px) {
  .rim-block__title {
    font-size: 3.2rem;
    line-height: 28px;
    margin-bottom: 5px;
  }
}
@media (max-width: 768px) {
  .rim-block__title {
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
  }
}
.rim-block__description {
  font-size: 1.8rem;
  line-height: 36px;
  color: #fff;
}
@media (max-width: 1366px) {
  .rim-block__description {
    font-size: 1.4rem;
    line-height: 28px;
  }
}
@media (max-width: 768px) {
  .rim-block__description {
    margin-left: auto;
    margin-right: auto;
  }
}
.rim-block__img {
  display: none;
}
.rim-block__background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 0;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  text-align: right;
}
.rim-block__background picture {
  height: 100%;
  width: 100%;
}
.rim-block__background img {
  max-height: 100%;
  height: 100%;
  width: auto;
}
@media (max-width: 768px) {
  .rim-block {
    height: auto;
    box-sizing: border-box;
    padding-bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
  }
  .rim-block__title {
    max-width: 300px;
  }
  .rim-block__content {
    top: 0;
    position: static;
    transform: none;
    height: auto;
  }
  .rim-block__text-content {
    background-color: rgba(26, 26, 26, 0.4);
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
    text-align: center;
    box-sizing: border-box;
  }
  .rim-block__logo {
    display: none;
  }
  .rim-block__background {
    position: static;
    height: 460px;
    width: 100%;
    background-size: auto 100%;
    background-position: right bottom;
    padding: 0 10px;
    margin-top: -30px;
  }
  .rim-block__background picture {
    width: auto;
  }
  .rim-block__info {
    transform: none;
    position: static;
    max-width: 375px;
    margin: 30px auto 0;
    padding-left: 0;
  }
  .rim-block__text-content {
    max-width: 100%;
  }
}
@media (max-width: 400px) {
  .rim-block__background img {
    margin-right: -50px;
  }
  .rim-block--pg .rim-block__background img {
    margin-right: -80px;
  }
}
@media (min-width: 769px) {
  .max-aspect-ratio-16-10 .rim-block {
    height: 0 !important;
    padding-bottom: 56.25%;
  }
}
