.offer-start {
  overflow: hidden;
  padding: 204px 30px 32px;
}
@media screen and (max-width: 991px) {
  .offer-start {
    padding: 184px 30px 32px;
  }
}
@media screen and (max-width: 767px) {
  .offer-start {
    padding: 112px 20px 20px;
  }
}
@media screen and (max-width: 479px) {
  .offer-start {
    padding: 102px 20px 12px;
  }
}
.offer-start__container {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  max-width: 1224px;
  width: 100%;
  margin-inline: auto;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 991px) {
  .offer-start__container {
    max-width: 728px;
  }
}
@media screen and (max-width: 767px) {
  .offer-start__container {
    flex-direction: column;
  }
}
@media screen and (max-width: 639px) {
  .offer-start__container {
    gap: 16px;
    padding-bottom: 20px;
  }
}
.offer-start__breadcrumbs {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 991px) {
  .offer-start__breadcrumbs {
    gap: 30px;
  }
}
@media screen and (max-width: 639px) {
  .offer-start__breadcrumbs {
    gap: 20px;
  }
}
@media screen and (max-width: 479px) {
  .offer-start__breadcrumbs {
    gap: 13px;
    row-gap: 5px;
    flex-wrap: wrap;
  }
}
.offer-start__breadcrumbs-item {
  display: flex;
  align-items: center;
  column-gap: 10px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .offer-start__breadcrumbs-item:last-child::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -23px;
    height: 2px;
    width: 100%;
    border-bottom: 2px solid #255742;
  }
}
@media screen and (max-width: 479px) {
  .offer-start__breadcrumbs-item {
    gap: 8px;
  }
}
.offer-start__breadcrumbs-item a,
.offer-start__breadcrumbs-item span {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 125%;
  color: #1F1F25;
}
@media screen and (max-width: 479px) {
  .offer-start__breadcrumbs-item a,
  .offer-start__breadcrumbs-item span {
    font-size: 13px;
  }
}
.offer-start__breadcrumbs-item a {
  font-weight: 400;
}
@media (any-hover: hover) {
  .offer-start__breadcrumbs-item a {
    transition: color 0.3s;
  }
  .offer-start__breadcrumbs-item a:hover {
    transition: color 0.3s;
    color: #255742;
  }
}
.offer-start__breadcrumbs-item img {
  width: 4.9px;
}
@media screen and (max-width: 479px) {
  .offer-start__breadcrumbs-item img {
    width: 4px;
  }
}
.offer-start__breadcrumbs-item span {
  font-weight: 600;
}
.offer-start__social {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 991px) {
  .offer-start__social {
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .offer-start__social {
    gap: 24px;
  }
}
.offer-start__social-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  position: relative;
}
.offer-start__social-item::before {
  content: "";
  transition: opacity 0.3s;
  opacity: 0;
  position: absolute;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: rgba(31, 31, 37, 0.1);
}
@media (any-hover: hover) {
  .offer-start__social-item:hover::before {
    opacity: 1;
    transition: opacity 0.3s;
  }
}
.offer-start__social-item:focus {
  opacity: 1;
  transition: opacity 0.3s;
}
.offer-start__social-item img {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 100%;
}

.offer-product {
  overflow: hidden;
  padding: 32px 30px;
}
@media screen and (max-width: 991px) {
  .offer-product {
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  .offer-product {
    padding: 20px 30px;
  }
}
@media screen and (max-width: 479px) {
  .offer-product {
    padding: 12px 20px;
  }
}
.offer-product__container {
  display: flex;
  align-items: flex-start;
  column-gap: 40px;
  max-width: 1224px;
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 991px) {
  .offer-product__container {
    max-width: 728px;
  }
}
@media screen and (max-width: 767px) {
  .offer-product__container {
    flex-direction: column;
    row-gap: 24px;
  }
}
.offer-product__image {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .offer-product__image {
    flex: 0 1 50%;
  }
}
@media screen and (max-width: 767px) {
  .offer-product__image {
    align-self: center;
  }
}
.offer-product__image::before {
  content: "";
  position: absolute;
  width: 424px;
  height: 424px;
  border-radius: 50%;
  background-color: #F9F9FB;
}
@media screen and (max-width: 992px) {
  .offer-product__image::before {
    width: 222px;
    height: 222px;
  }
}
@media (max-width: 767px) and (min-width: 480px) {
  .offer-product__image::before {
    width: 280px;
    height: 280px;
  }
}
.offer-product__image img {
  width: auto;
  height: 379px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 991px) {
  .offer-product__image img {
    height: 214px;
  }
}
@media (max-width: 767px) and (min-width: 480px) {
  .offer-product__image img {
    max-width: 300px;
    height: 260px;
  }
}
@media screen and (min-width: 768px) {
  .offer-product__content {
    flex: 0 1 50%;
    min-width: 441px;
  }
}

.content-offer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-family: "Montserrat", sans-serif;
}
.content-offer__id {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px 8px;
  background-color: #F9F9FB;
  border-radius: 4px;
  font-weight: 600;
  font-size: 15px;
  line-height: 120%;
  color: rgba(16, 42, 31, 0.8);
}
.content-offer__id:not(:last-child) {
  margin-bottom: 16px;
}
@media screen and (max-width: 479px) {
  .content-offer__id {
    font-size: 14px;
  }
}
.content-offer__name {
  font-weight: 700;
  font-size: 32px;
  line-height: 121.875%;
  color: #265742;
}
.content-offer__name:not(:last-child) {
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .content-offer__name {
    font-size: 28px;
  }
}
@media screen and (max-width: 479px) {
  .content-offer__name {
    font-size: 24px;
  }
}
.content-offer__category {
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  color: #102A1F;
}
.content-offer__category:not(:last-child) {
  margin-bottom: 16px;
}
.content-offer__description:not(:last-child) {
  margin-bottom: 24px;
}
.content-offer__description p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: rgba(16, 42, 31, 0.8);
}
@media screen and (max-width: 479px) {
  .content-offer__description p {
    font-size: 14px;
  }
}
.content-offer__action {
  width: 100%;
}
.content-offer__action:not(:last-child) {
  margin-bottom: 32px;
}
.content-offer__action-button {
  margin: 0;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
  padding: 24px 40px;
  background-color: #265742;
  border-radius: 16px;
  text-decoration: none;
  max-width: 300px;
  width: 100%;
}
.content-offer__action-button:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .content-offer__action-button {
    padding: 16px 20px;
    border-radius: 12px;
  }
}
@media screen and (max-width: 639px) {
  .content-offer__action-button {
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .content-offer__action-button {
    align-self: center;
    max-width: 100%;
  }
}
.content-offer__action-button span {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .content-offer__action-button span {
    font-size: 16px;
  }
}
.content-offer__info {
  display: flex;
  flex-wrap: wrap;
  column-gap: 56px;
  row-gap: 24px;
  width: 100%;
  padding-top: 32px;
  border-top: 1px dashed rgba(0, 0, 0, 0.2);
}
@media (max-width: 1299px) and (min-width: 768px) {
  .content-offer__info {
    column-gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .content-offer__info {
    padding-bottom: 32px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
}
@media screen and (max-width: 479px) {
  .content-offer__info {
    column-gap: 40px;
  }
}
.content-offer__info-item {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}
@media (max-width: 1199px) and (min-width: 768px) {
  .content-offer__info-item {
    row-gap: 8px;
  }
}
@media screen and (max-width: 479px) {
  .content-offer__info-item {
    row-gap: 10px;
  }
}
.content-offer__info-item p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  color: #102A1F;
}
@media (max-width: 1199px) and (min-width: 768px) {
  .content-offer__info-item p {
    font-size: 12px;
  }
}
@media screen and (max-width: 479px) {
  .content-offer__info-item p {
    font-size: 14px;
  }
}
.content-offer__info-item h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  color: #102A1F;
  white-space: nowrap;
}
@media (max-width: 1199px) and (min-width: 768px) {
  .content-offer__info-item h4 {
    font-size: 15px;
  }
}
@media screen and (max-width: 479px) {
  .content-offer__info-item h4 {
    font-size: 18px;
  }
}

.offer-rules {
  overflow: hidden;
  padding: 32px 30px 40px;
}
@media screen and (max-width: 991px) {
  .offer-rules {
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  .offer-rules {
    padding: 20px 30px;
  }
}
@media screen and (max-width: 479px) {
  .offer-rules {
    padding: 12px 20px;
  }
}
.offer-rules__container {
  max-width: 1224px;
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 991px) {
  .offer-rules__container {
    max-width: 728px;
  }
}
.offer-rules__content {
  padding: 64px;
  border-radius: 24px;
  background-color: #F9F9FB;
}
@media screen and (max-width: 991px) {
  .offer-rules__content {
    padding: 40px;
  }
}
@media screen and (max-width: 767px) {
  .offer-rules__content {
    padding: 30px;
  }
}
@media screen and (max-width: 479px) {
  .offer-rules__content {
    padding: 24px;
    border-radius: 16px;
  }
}
.offer-rules__content h2,
.offer-rules__content h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #1F1F25;
}
.offer-rules__content h2:not(:last-child),
.offer-rules__content h3:not(:last-child) {
  margin-bottom: 16px;
}
.offer-rules__content h2 {
  font-size: 24px;
  line-height: 120.8%;
}
@media screen and (max-width: 767px) {
  .offer-rules__content h2 {
    font-size: 22px;
  }
}
@media screen and (max-width: 479px) {
  .offer-rules__content h2 {
    font-size: 18px;
  }
}
.offer-rules__content h3 {
  font-size: 20px;
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  .offer-rules__content h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 479px) {
  .offer-rules__content h3 {
    font-size: 16px;
  }
}
.offer-rules__content p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #1F1F25;
}
.offer-rules__content p:not(:last-child) {
  margin-bottom: 16px;
}
@media screen and (max-width: 479px) {
  .offer-rules__content p {
    font-size: 14px;
  }
}
.offer-rules__content p b {
  font-weight: 700;
}
.offer-rules__content p strong {
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 479px) {
  .offer-rules__content p strong {
    font-size: 16px;
  }
}
.offer-top {
  overflow: hidden;
  padding: 40px 30px;
}
@media screen and (max-width: 991px) {
  .offer-top {
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  .offer-top {
    padding: 20px 30px;
  }
}
@media screen and (max-width: 479px) {
  .offer-top {
    padding: 12px 20px 40px;
  }
}
.offer-top__container {
  max-width: 1224px;
  width: 100%;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
@media screen and (max-width: 991px) {
  .offer-top__container {
    max-width: 728px;
  }
}
@media screen and (max-width: 767px) {
  .offer-top__container {
    row-gap: 32px;
  }
}
@media screen and (max-width: 479px) {
  .offer-top__container {
    row-gap: 24px;
  }
}
.offer-top__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(265px, 282px));
  gap: 24px;
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .offer-top__list {
    justify-content: center;
    max-width: 900px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 991px) {
  .offer-top__list {
    max-width: 590px;
  }
}
.item-top {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  padding: 24px;
  max-width: 282px;
  width: 100%;
  border-radius: 24px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 479px) {
  .item-top {
    border-radius: 16px;
  }
}
.item-top__content {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}
.item-top__imgs {
  display: flex;
  justify-content: space-between;
}
.item-top__imgs-product {
  height: 80px;
  width: auto;
}
.item-top__imgs-product img {
  height: 100%;
  width: auto;
}
.item-top__imgs-flags {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 6px;
  max-width: 80px;
  height: 50px;
  flex-wrap: wrap;
}
.item-top__imgs-flags img {
  width: 36px;
  height: 22px;
}
.item-top__info {
  display: flex;
  flex-direction: column;
  row-gap: 4px;
  padding-bottom: 20px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
}
.item-top__info h5 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 120.833333%;
  color: #265742;
}
.item-top__info p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 121.428571%;
  color: rgba(16, 42, 31, 0.8);
}
.item-top__stats {
  display: flex;
  justify-content: space-between;
  column-gap: 15px;
}
.item-top__stats-block {
  display: flex;
  flex-direction: column;
  row-gap: 4px;
}
.item-top__stats-block h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  color: #102A1F;
}
.item-top__stats-block p {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 122%;
  color: rgba(16, 42, 31, 0.8);
}

.text-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  row-gap: 24px;
}
@media screen and (max-width: 991px) {
  .text-block {
    row-gap: 16px;
  }
}
.text-block h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 120%;
  text-align: center;
  color: #102A1F;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .text-block h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .text-block h2 {
    font-size: 24px;
  }
}
.text-block h2 span {
  color: #265742;
}