.offer {
  /* padding: 50px; */
}

.offer__block {
  width: 700px;
  border: 2px solid #D9DDE3;
}

.offer__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  border-bottom: 1px solid #D9DDE3;
}

.offer__logo {
  width: 185px;
  height: 40px;
}

.offer__logo img {
  -o-object-fit: contain;
     object-fit: contain;
}

.offer__info {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  line-height: 180%;
  text-align: right;
}

.offer__info span {
  color: #8B97A7;
}

.offer__title {
  padding: 20px;
  background: #F7F8F9;
  margin-bottom: 30px;
  font-family: ProximaNova;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
}

.offer__table-header {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 44% 14% 14% 14% 14%;
  grid-template-columns: 44% 14% 14% 14% 14%;
  padding-bottom: 5px;
  border-bottom: 1px solid #101010;
}

.offer__table-header div {
  font-family: ProximaNova;
  font-weight: 700;
  font-size: 14px;
  color: #8B97A7;
}

.offer__table-header div:nth-child(1) {
  padding-left: 100px;
}

.offer__table-items {
  margin-bottom: 50px;
}

.offer__table-item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 90px 36% 14% 14% 14% 14%;
  grid-template-columns: 90px 31% 14% 14% 14% 14%;
  padding: 10px 0;
  font-size: 12px;
  border-bottom: 1px solid #D9DDE3;
  font-family: ProximaNova;
}

.offer__table-item div:nth-child(1) img {
  width: 70px;
  height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
}

.offer__table-item div:nth-child(2) {
  padding-right: 30px;
  padding-left: 10px;
  display: flex;
  flex-direction: column;
  row-gap: 3px;
}

.offer__table-item div:nth-child(2) span:nth-child(1) {
  line-height: 140%;
}

.offer__table-item div:nth-child(2) span:nth-child(2) {
  color: #8B97A7;
  font-size: 12px;
  line-height: 180%;
}

.offer__table-item div:nth-child(3) {
  color: #8B97A7;
}

.offer__table-item div:nth-child(3),
.offer__table-item div:nth-child(4),
.offer__table-item div:nth-child(5),
.offer__table-item div:nth-child(6) {
  font-weight: 700;
}

.offer__data {
  padding: 40px 10px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-top: 1px solid #D9DDE3;
  height: 230px;
}

.offer__data-price {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  font-family: ProximaNova;
}

.offer__data-price div {
  margin-right: 20px;
  color: #8B97A7;
}

.offer__data-block {
  position: relative;
  display: flex;
  align-items: center;
}

.offer__data-block span {
  margin-right: 100px;
}

.offer__data-block div {
  position: relative;
  width: 200px;
  height: 1px;
  background: #8B97A7;
  margin-top: 50px;
}

.offer__data-block div img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 100%;
}

.offer__data-block .seal {
  position: absolute;
  top: 30%;
  left: 70px;
  width: 150px;
  height: 150px;
  -o-object-fit: contain;
     object-fit: contain;
}

.offer__footer {
  padding: 20px;
  background: #F7F8F9;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.offer__footer-img {
  width: 135px;
  height: 30px;
}

.offer__footer-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.offer__footer-items {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
       font-size: 12px;
}

