.offer {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin: 50px 6vw 50px 6vw;
  column-gap: 6vw;
  row-gap: 40px; }
  @media (max-width: 91.865em) {
  .offer {
    column-gap: 40px; } }
  @media (max-width: 1280px) {
  .offer {
    grid-template-columns: 1fr 1fr; } }
  @media (max-width: 700px) {
  .offer {
    grid-template-columns: 100%; } }
  .offer__single .title {
    display: flex;
    column-gap: 40px;
    align-items: center;
    font-size: 1.5rem;
    font-weight: 500;
    color: #3e3e3e; }
    @media (max-width: 700px) {
    .offer__single .title {
      column-gap: 20px; } }
    .offer__single svg {
      min-width: 90px;
      width: 90px;
      height: 90px;
      overflow: visible; }
    @media (max-width: 91.865em) {
    .offer__single svg {
      min-width: 80px;
      width: 80px;
      height: 80px; } }
    @media (max-width: 700px) {
    .offer__single svg {
      min-width: 60px;
      width: 60px;
      height: 60px; } }
    .offer__single .description {
      margin-top: 50px; }
  .offer-block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 6vw;
    row-gap: 60px;
    position: relative;
    z-index: 1;
    padding: 100px 0; }
    @media (max-width: 61.99em) {
  .offer-block {
    grid-template-columns: 100%;
    padding-bottom: 0; } }
    .offer-block.reversed .offer-block__content {
      padding: 0 0 0 6vw; }
      @media (max-width: 61.99em) {
    .offer-block.reversed .offer-block__content {
      padding: 0 6vw; } }
    .offer-block.reversed .offer-block__photo {
      padding: 0 6vw 0 0; }
      .offer-block.reversed .offer-block__photo::after {
        -moz-transform: scaleX(1);
        -o-transform: scaleX(1);
        -webkit-transform: scaleX(1);
        transform: scaleX(1); }
      @media (max-width: 61.99em) {
    .offer-block.reversed .offer-block__photo {
      order: -1;
      padding: 0 6vw; } }
    .offer-block.last {
      margin-bottom: 100px; }
    @media (max-width: 61.99em) {
    .offer-block.last {
      padding-bottom: 60px; } }
    .offer-block__content {
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding: 0 6vw 0 0; }
    @media (max-width: 61.99em) {
    .offer-block__content {
      text-align: center;
      padding: 0 6vw; } }
    .offer-block__content h2 {
      font-weight: 600;
      font-size: 2.5625rem;
      margin-bottom: 60px; }
      @media (max-width: 74.99em) {
    .offer-block__content h2 {
      margin-bottom: 30px;
      font-size: 3.13vw; } }
      @media (max-width: 61.99em) {
    .offer-block__content h2 {
      font-size: 5.5vw; } }
      .offer-block__content h2 strong {
        color: #f26f20;
        font-weight: bold;
        font-size: inherit; }
    .offer-block__photo {
      padding: 0 0 0 6vw; }
    @media (max-width: 61.99em) {
    .offer-block__photo {
      position: relative;
      padding: 0 6vw; } }
    .offer-block__photo::after {
      content: "";
      height: 100%;
      background-image: url(../themes/default/assets/images/mosaic-bg.svg);
      width: 100%;
      display: block;
      top: 0;
      right: 0;
      position: absolute;
      background-repeat: no-repeat;
      background-position: right;
      background-size: contain;
      opacity: 0.2;
      -moz-transform: scaleX(-1);
      -o-transform: scaleX(-1);
      -webkit-transform: scaleX(-1);
      transform: scaleX(-1);
      z-index: -1; }
      @media (max-width: 61.99em) {
    .offer-block__photo::after {
      background-size: cover; } }
    .offer-block__photo svg {
      width: 100%;
      height: auto; }
