.offer {
    background-color: #27325A;
    padding-top: 96px;
  }
  .offer__grid {
    position: relative;
    z-index: 1;
    padding: 61px 70px 25px 2px;
    grid-template-columns: 1fr 359px;
    grid-template-rows: auto 1fr;
    grid-column-gap: 20px;
    column-gap: 20px;
    min-height: 564px;
  }

  .offer__grid:before {
    position: absolute;
    content: "";
    background-color: #fff;
    border-radius: 0 50px 0 0;
    right: 0;
    top: 0;
    bottom: -1px;
    width: 100vw;
    z-index: -1;
  }
  .offer__title {
    margin-bottom: 34px;
    margin-left: -3px;
    font-weight: 500;
    font-size: 50px;
    line-height: 60px;
    font-family: Manrope, sans-serif;
    font-style: normal;
    color: #fff;
  }

  .offer__title span {
    font-family: Manrope, sans-serif;
    font-style: normal;
    color: #fff;
    font-weight: 800;
    font-size: 50px;
    line-height: 60px;
  }

  .offer__grid {
    display: grid;
    grid-template-areas: "o_title o_form" "o_items o_form";
  }
  .offer__list-title {
    grid-area: o_title;
    margin-bottom: 29px;
    font-family: Manrope;
    font-weight: 500;
    font-size: 34px;
    line-height: 44px;
  }

  .offer__list-title span {
    font-family: Manrope;
    font-weight: 800;
    font-size: 34px;
    line-height: 44px;
    color: #187f86;
  }
  
  .offer__items {
    grid-area: o_items;
    margin-right: 64px;
  }
  .offer__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 23px;
    padding-bottom: 24px;
    border-bottom: 1px solid #e1ddd9;
  }
  .offer__item-text {
    position: relative;
    padding-left: 47px;
    font-family: Manrope;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #444444;
  }
  .offer__item-text:before {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(/img/offer__item-text-img.svg);
    background-size: cover;
    left: 0;
    top: calc(50% - 15px);
  }
  .offer__item-prices {
    display: flex;
    line-height: 22px;
    width: 184px;
    margin-top: 5px;
  }
  .offer__item-new {
    width: 52px;
    font-family: Manrope;
    font-weight: 700;
    font-size: 20px;
    line-height: 22px;
    color: #187F86;
  }
  .offer__item-old {
    text-decoration: line-through;
    font-family: Manrope;
    font-weight: 700;
    font-size: 20px;
    line-height: 22px;
    color: #444444;
  }

  .offer-image {
    grid-area: offer-image;
  }

  .offer-image img {
    width: 100%;
  }

  .offer__tooltip {
    position: absolute;
    top: -11px;
    right: -23px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .offer__tooltip > * {
    font-size: 18px;
    width: 20px;
    height: 20px;
    background-color: #e1ddd9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  .offer__tooltip > :active,
  .offer__tooltip > :hover {
    background-color: #84dde3;
  }
  .offer__form {
    grid-area: o_form;
    margin-top: 172px;
  }
  .offer__form .btn {
    margin-top: 13px;
    max-width: inherit;
    padding-left: 64px;
  }
  @media screen and (max-width: 1320px) {
    .offer {
      padding-top: 110px;
    }
    .offer__title {
      font-size: 38px;
      margin-left: 0;
      margin-bottom: 40px;
    }

    .offer__title span {
      font-size: 38px;
    }
    .offer__grid {
      padding: 53px 24px 25px 0;
      grid-template-columns: 1fr 318px;
      grid-row-gap: 10px;
      row-gap: 10px;
      min-height: 517px;
    }
    .offer__list-title {
      font-size: 28px;
      line-height: 38px;
      margin-bottom: 10px;
      margin-right: -20px;
    }
    .offer__form {
      margin-top: 124px;
    }
    .offer__form .btn {
      padding-left: 74px;
      padding-top: 17px;
      font-size: 16px;
      margin-top: 12px;
    }
    .offer__form .form__policy {
      margin-top: 12px;
    }
    .offer__form .input_phone::-webkit-input-placeholder {
      font-size: 16px;
    }
    .offer__form .input_phone::placeholder {
      font-size: 16px;
    }
    .offer__items {
      margin-right: 32px;
    }
    .offer__item {
      padding-top: 19px;
      padding-bottom: 16px;
    }
    .offer__item-text {
      padding-left: 41px;
      font-size: 18px;
    }
    .offer__item-text:before {
      width: 25px;
      height: 25px;
      top: calc(50% - 12px);
    }
    .offer__item-prices {
      width: 137px;
      margin-top: 7px;
      margin-bottom: -1px;
    }
    .offer__item-new {
      width: 54px;
    }
    .offer__tooltip {
      top: -3px;
      right: -19px;
    }
    .offer__tooltip > * {
      font-size: 14px;
      line-height: 15px;
      width: 15px;
      height: 15px;
    }

    .offer-image {
      max-width: 642px;
    }
  }
  @media screen and (max-width: 1023px) {
    .offer {
      padding-top: 80px;
    }
    .offer__title {
      font-size: 30px;
      margin-bottom: 30px;
    }

    .offer__title span {
      font-size: 30px;
    }

    .offer__grid {
      grid-template-areas: "o_title" "o_items" "o_form";
      margin-right: 24px;
      grid-template-columns: auto;
      grid-template-rows: auto auto 1fr;
      padding-top: 37px;
      padding-bottom: 89px;
    }
    .offer__list-title {
      font-size: 24px;
      line-height: 33px;
      margin-right: 20px;
      margin-bottom: 16px;
    }
    .offer__items {
      margin-right: 142px;
    }
    .offer__item-prices {
      width: 139px;
    }
    .offer__item-new {
      width: 55px;
    }
    .offer__form {
      margin-top: 24px;
      margin-right: 39px;
    }
    .offer__form .form__group-wrapper {
      display: flex;
      justify-content: space-between;
      grid-column-gap: 11px;
      column-gap: 11px;
    }
    .offer__form .form__group {
      max-width: 315px;
    }
    .offer__form .input_phone::-webkit-input-placeholder {
      font-size: 16px;
    }
    .offer__form .input_phone::placeholder {
      font-size: 16px;
    }
    .offer__form .btn {
      margin-top: 0;
    }
    .offer__form .form__policy {
      font-size: 12px;
      margin-right: 31px;
    }
  }
  @media screen and (max-width: 767px) {
    .offer {
      padding-top: 65px;
    }
    .offer__title {
      font-size: 26px;
      margin-bottom: 29px;
    }

    .offer__title span {
      font-size: 26px;
    }

    .offer__grid {
      margin-right: 0;
      padding-top: 40px;
      padding-right: 15px;
      padding-bottom: 69px;
    }
    .offer__grid:before {
      border-radius: 0 20px 0 0;
    }
    .offer__list-title {
      font-size: 22px;
      line-height: 24px;
      margin-right: 10px;
      margin-bottom: 5px;
    }
    .offer__items {
      margin-right: 0;
      max-width: 550px;
    }
    .offer__item {
      border-bottom: none;
      padding-top: 11px;
      padding-bottom: 21px;
      grid-column-gap: 10px;
      column-gap: 10px;
    }
    .offer__item + .offer__item {
      border-top: 1px solid #e1ddd9;
      padding-bottom: 10px;
    }
    .offer__item-text {
      font-size: 16px;
      line-height: 22px;
    }
    .offer__item-text:before {
      width: 30px;
      height: 30px;
      top: calc(50% - 15px);
    }
    .offer__item-prices {
      display: block;
      width: 66px;
      flex-shrink: 0;
      line-height: 22px;
    }
    .offer__item-new {
      font-size: 19px;
    }
    .offer__item-old {
      font-size: 16px;
    }
    .offer__form {
      margin-top: 9px;
      margin-right: auto;
      margin-left: auto;
      max-width: 315px;
      width: 100%;
    }
    .offer__form .form__group-wrapper {
      display: block;
    }
    .offer__form .btn {
      margin-top: 10px;
    }
    .offer__form .form__policy {
      margin-right: auto;
      padding-left: 15px;
    }
    .offer__tooltip {
      top: -10px;
      right: -17px;
    }
    .offer__tooltip > * {
      line-height: 18px;
      width: 18px;
      height: 18px;
    }
  }