.delivery-nav {
  font-size: 22px;
}

.delivery-tab-item:not(.is-active) {
  display: none;
}

.dp-delivery-header {
  display: flex;
  column-gap: 80px;
  row-gap: 60px;
}

.dp-delivery-header__col {
  flex-basis: 0;
  flex-grow: 1;
  min-width: 1px;
}

@media (max-width: 991.98px) {
  .dp-delivery-header {
    flex-direction: column;
  }
}

.dp-tooltip-block {
  position: relative;
  background: var(--green-light);
  border-radius: 20px;
  padding: 40px;
}

.dp-tooltip-block_red {
  background-color: rgba(227, 30, 36, 0.1);
}

.dp-tooltip-block__icon {
  background: var(--white);
  color: var(--black-50);
  padding: 5px;
  border-radius: 50%;
  position: absolute;
  left: 40px;
  top: -16px;
}

.dp-tooltip-block__icon .icon {
  display: block;
  width: 22px;
  height: 22px;
}

.dp-tooltip-block__title {
  font-size: 48px;
  line-height: 1.2;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--black-80);
  margin-bottom: 40px;
}

.dp-tooltip-block h3 {
  margin-bottom: 20px;
}

.dp-tooltip-block h4 {
  margin-bottom: 12px;
}

.dp-tooltip-block * + h3,
.dp-tooltip-block * + h4 {
  margin-top: 40px;
}

.dp-tooltip-block :last-child {
  margin-bottom: 0;
}

@media (max-width: 1399.98px) {
  .delivery-check-btn-list .form-check.form-check_btn_lg .form-check__btn {
    font-size: 16px;
    column-gap: 12px;
  }

  .delivery-check-btn-list .form-check__image {
    width: 72px;
  }
}

@media (max-width: 1199.98px) {
  .delivery-check-btn-list .form-check.form-check_btn .form-check__btn {
    padding: 20px;
    border-radius: 20px;
  }
}

@media (max-width: 991.98px) {
  .delivery-nav {
    font-size: 20px;
  }

  .delivery-nav ul {
    column-gap: 22px;
  }

  .dp-tooltip-block {
    padding: 30px 20px;
  }

  .dp-tooltip-block__title {
    font-size: 34px;
    margin-bottom: 30px;
  }

  .dp-tooltip-block h3 {
    margin-bottom: 16px;
  }

  .dp-tooltip-block h4 {
    margin-bottom: 8px;
  }

  .dp-tooltip-block * + h3,
  .dp-tooltip-block * + h4 {
    margin-top: 20px;
  }
}

@media (max-width: 767.98px) {
  .delivery-check-btn-list .form-check.form-check_btn .form-check__btn {
    padding: 16px;
  }
}

.delivery-types {
}

.delivery-types__section {
  border-bottom: 1px solid var(--grey-dark);
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.delivery-types__section-header {
  display: flex;
  align-items: center;
  column-gap: 24px;
  cursor: pointer;
  user-select: none;
}

.delivery-types__section-icon {
  flex-shrink: 0;
  width: 126px;
  height: 88px;
  border-radius: 12px;
  background: var(--grey-light);
  display: flex;
  align-items: center;
  justify-content: center;
}

.delivery-types__section-icon img {
  width: 72px;
  height: auto;
}

.delivery-types__section-title {
  flex-grow: 1;
  min-width: 1px;
  margin: 0;
}

.delivery-types__section-arrow {
  width: 40px;
  height: 40px;
  border: 1px solid var(--grey-dark);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: 0.15s ease-in-out;
}

.delivery-types__section-header:hover .delivery-types__section-arrow {
  border-color: var(--red-main-color);
  color: var(--red-main-color);
}

.delivery-types__section-arrow .icon {
  width: 18px;
  height: 18px;
}

.delivery-types__section.is-open .delivery-types__section-arrow .icon {
  transform: rotate(180deg);
}

.delivery-types__section-content {
  padding-top: 20px;
  padding-left: 150px;
}

.delivery-types__section:not(.is-open) .delivery-types__section-content {
  display: none;
}

.delivery-types__section-text {
}

.delivery-types__section-table {
}

.delivery-types__section-info {
  margin-top: 20px;
  padding: 20px;
  border-radius: 12px;
  background: var(--grey-light);
  line-height: 1.2;
}

.delivery-types__section-logos {
  overflow: hidden;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  margin-bottom: 20px;
}

.delivery-types__section-logos::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}

.delivery-types__section-logos-list {
  display: inline-flex;
  vertical-align: top;
  flex-wrap: nowrap;
  column-gap: 20px;
}

.delivery-types__section-logos-list > span {
  flex-shrink: 0;
  width: 126px;
  height: 88px;
  border-radius: 12px;
  background: var(--grey-light);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.delivery-types__section-logos-list > span img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

@media (max-width: 1399.98px) {
  .delivery-types__section-table th {
    font-size: 14px;
  }
}

@media (max-width: 991.98px) {
  .delivery-types__section-header {
    column-gap: 16px;
  }

  .delivery-types__section-icon {
    width: 88px;
    height: 64px;
  }

  .delivery-types__section-icon img {
    width: 54px;
  }

  .delivery-types__section-content {
    padding-left: 0;
  }

  .delivery-types__section-logos {
    padding-left: var(--container-space);
    padding-right: var(--container-space);
    margin-left: calc(-1 * var(--container-space));
    margin-right: calc(-1 * var(--container-space));
  }
}

.dp-payment-section {
}

.dp-payment-section:first-child {
  padding-top: 0 !important;
}

.dp-payment-section__row {
  display: flex;
  column-gap: 80px;
  row-gap: 30px;
}

.dp-payment-section:nth-child(even) .dp-payment-section__row {
  flex-direction: row-reverse;
}

.dp-payment-section__header,
.dp-payment-section__media {
  flex-basis: 0;
  flex-grow: 1;
  min-width: 1px;
}

.dp-payment-section__media {
  text-align: center;
}

.dp-payment-section__media img {
  max-width: 100%;
  width: auto;
  height: auto;
  border-radius: 20px;
}

.dp-payment-section__header {
  padding-top: 40px;
  font-size: 18px;
  line-height: 1.5;
}

.dp-payment-section__header h2 {
  margin-bottom: var(--space-40-m30);
}

.dp-payment-section__header p:last-child {
  margin-bottom: 0;
}

@media (max-width: 1399.98px) {
  .dp-payment-section__row {
    column-gap: 60px;
  }

  .dp-payment-section__header {
    padding-top: 0;
  }
}

@media (max-width: 991.98px) {
  .dp-payment-section__row {
    column-gap: 40px;
  }

  .dp-payment-section__header {
    font-size: 16px;
    line-height: 1.4;
  }
}

@media (max-width: 767.98px) {
  .dp-payment-section {
    border-bottom: 10px solid var(--grey-light);
  }

  .dp-payment-section:last-child {
    border-bottom: none;
  }

  .dp-payment-section__row {
    flex-direction: column !important;
  }

  .dp-payment-section__header {
    line-height: 1.5;
  }

  .dp-payment-section__header h2 {
    margin-bottom: 13px;
  }
}

.dp-return-header {
  display: flex;
  align-items: center;
  column-gap: 80px;
  row-gap: 30px;
}

.dp-return-header__header,
.dp-return-header__media {
  flex-basis: 0;
  flex-grow: 1;
  min-width: 1px;
}

.dp-return-header__media {
}

.dp-return-header__media img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 12px;
}

.dp-return-header__header {
  font-size: 18px;
  line-height: 1.5;
}

.dp-return-header__header h2 {
  margin-bottom: 30px;
}

.dp-return-header__header p:last-child {
  margin-bottom: 0;
}

.dp-return-header__header .btn {
  margin-top: 20px;
}

@media (max-width: 1399.98px) {
  .dp-return-header {
    column-gap: 60px;
  }
}

@media (max-width: 1199.98px) {
  .dp-return-header {
    align-items: flex-start;
  }

  .dp-return-header__header h2 {
    font-size: 26px;
  }

  .dp-return-header__media img {
    height: 320px;
  }
}

@media (max-width: 991.98px) {
  .dp-return-header {
    column-gap: 40px;
  }

  .dp-return-header__header {
    font-size: 16px;
    line-height: 1.4;
  }

  .dp-return-header__media img {
    height: 260px;
  }
}

@media (max-width: 767.98px) {
  .dp-return-header {
    flex-direction: column;
    align-items: stretch;
  }

  .dp-return-header__header {
    line-height: 1.5;
  }

  .dp-return-header__header h2 {
    margin-bottom: 10px;
  }

  .dp-return-header__header .btn {
    margin-top: 10px;
    width: 100%;
  }

  .dp-return-header__media img {
    height: auto;
    border-radius: 20px;
  }
}

.dp-return-text-text-section,
.dp-return-text h3 {
  border-bottom: 1px solid var(--grey-light);
}

.dp-return-text {
  display: flex;
  column-gap: 80px;
  row-gap: 60px;
}

.dp-return-text__col {
  flex-basis: 0;
  flex-grow: 1;
  min-width: 1px;
}

.dp-return-text__col .text > :last-child,
.dp-return-text__col .text > :last-child > :last-child,
.dp-return-text__col .text > :last-child > :last-child > :last-child {
  margin-bottom: 0;
}

.dp-return-text h3 {
  --fs-h3: 26px;
}

@media (max-width: 991.98px) {
  .dp-return-text {
    flex-direction: column;
  }
}

.dp-loyalty-header {
}

.dp-loyalty-header {
  display: flex;
  align-items: center;
  column-gap: 80px;
  row-gap: 30px;
}

.dp-loyalty-header__header,
.dp-loyalty-header__media {
  flex-basis: 0;
  flex-grow: 1;
  min-width: 1px;
}

.dp-loyalty-header__media {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.dp-loyalty-header__media img {
  max-width: 100%;
  width: auto;
  height: auto;
  border-radius: 20px;
}

.dp-loyalty-header__header {
  font-size: 18px;
  line-height: 1.5;
}

.dp-loyalty-header__header h2 {
  margin-bottom: 30px;
  margin-right: 5px;
}

/*.dp-loyalty-header__header p:last-child {
  margin-bottom: 0;
}*/

.dp-loyalty-header__header .btn {
  margin-top: 20px;
}

@media (max-width: 991.98px) {
  .dp-loyalty-header {
    column-gap: 40px;
  }

  .dp-loyalty-header__header {
    font-size: 16px;
    line-height: 1.4;
  }

  .dp-loyalty-header__header {
    flex-grow: 1.08;
  }

  .dp-loyalty-header__media {
    flex-grow: 0.92;
  }
}

@media (max-width: 767.98px) {
  .dp-loyalty-header {
    flex-direction: column;
  }

  .dp-loyalty-header__header h2 {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .dp-loyalty-header__header .btn {
    margin-top: 0;
    width: 100%;
  }
}

.dp-loyalty-features {
  display: flex;
  flex-wrap: wrap;
  margin-left: -60px;
  row-gap: 40px;
}

.dp-loyalty-features__item {
  flex: 0 0 auto;
  padding-left: 60px;
  width: 33%;
}

.dp-loyalty-feature {
  display: flex;
  align-items: flex-start;
  column-gap: 24px;
}

.dp-loyalty-feature__icon {
  flex-shrink: 0;
  width: 56px;
}

.dp-loyalty-feature__icon img {
  display: block;
  width: 100%;
  height: auto;
}

.dp-loyalty-feature__content {
  flex-grow: 1;
  min-width: 1px;
}

.dp-loyalty-feature__title {
  margin-bottom: 8px;
}

.dp-loyalty-feature__text {
  color: var(--black-50);
}

@media (max-width: 1399.98px) {
  .dp-loyalty-features {
    margin-left: -40px;
  }

  .dp-loyalty-features__item {
    width: 50%;
    padding-left: 40px;
  }
}

@media (max-width: 991.98px) {
  .dp-loyalty-features {
    row-gap: 30px;
  }

  .dp-loyalty-feature {
    column-gap: 16px;
  }

  .dp-loyalty-feature__icon {
    width: 40px;
  }

  .dp-loyalty-feature__title {
    --fs-h3: 20px;
  }

  .dp-loyalty-feature__text {
    font-size: 14px;
    line-height: 1.6;
  }
}

@media (max-width: 767.98px) {
  .dp-loyalty-features-section {
    border-bottom: 10px solid var(--grey-light);
  }

  .dp-loyalty-features {
    margin-left: 0;
  }

  .dp-loyalty-features__item {
    width: 100%;
    padding-left: 0;
  }
}

.dp-loyalty-statuses {
  display: flex;
  margin: 0 -20px;
}

.dp-loyalty-statuses__item {
  flex: 0 0 auto;
  width: 33.33%;
  padding: 0 20px;
  display: flex;
}

.dp-loyalty-status-card {
  width: 100%;
  background: #f9f9fa;
  border-radius: 20px;
  padding: 32px;
  display: flex;
  flex-direction: column;
}

.dp-loyalty-status-card__header {
  border-bottom: 1px solid var(--grey-dark);
  padding-bottom: 22px;
  margin-bottom: 24px;
}

.dp-loyalty-status-card__header-title {
  margin: 0;
}

.dp-loyalty-status-card__content {
  flex-grow: 1;
  min-height: 1px;
}

.dp-loyalty-status-card__title {
  font-size: 44px;
  line-height: 1.2;
  font-weight: 500;
  color: var(--green);
  margin-bottom: 20px;
}

.dp-loyalty-status-card__list {
}

.dp-loyalty-status-card__footer {
  margin-top: 24px;
}

.dp-loyalty-status-card__btn {
}

@media (max-width: 1399.98px) {
  .dp-loyalty-status-card {
    padding: 24px;
  }

  .dp-loyalty-status-card__title {
    font-size: 34px;
  }
}

@media (max-width: 1199.98px) {
  .dp-loyalty-statuses {
    margin: 0 -12px;
  }

  .dp-loyalty-statuses__item {
    padding: 0 12px;
  }

  .dp-loyalty-status-card__header {
    padding-bottom: 18px;
    margin-bottom: 20px;
  }
}

@media (max-width: 991.98px) {
  .dp-loyalty-statuses {
    margin: 0;
    flex-direction: column;
    row-gap: 24px;
  }

  .dp-loyalty-statuses__item {
    width: auto;
    padding: 0;
  }

  .dp-loyalty-status-card {
    position: relative;
  }

  .dp-loyalty-status-card__header-title {
    margin: 0 130px 0 0;
    min-height: 40px;
    align-items: center;
    display: flex;
  }

  .dp-loyalty-status-card__footer {
    margin: 0;
    position: absolute;
    right: 24px;
    top: 24px;
  }

  .dp-loyalty-status-card__title {
    font-size: 26px;
  }

  .dp-loyalty-status-card__list {
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 20px;
    font-size: 14px;
  }

  .dp-loyalty-status-card__list li {
    flex-shrink: 0;
    width: calc(50% - 10px);
    column-gap: 12px;
  }

  .dp-loyalty-status-card__list li:before {
    width: 20px;
    height: 20px;
  }
}

@media (max-width: 767.98px) {
  .dp-loyalty-statuses-section {
    border-bottom: 10px solid var(--grey-light);
  }

  .dp-loyalty-statuses {
    row-gap: 20px;
  }

  .dp-loyalty-status-card {
    padding: 20px;
  }

  .dp-loyalty-status-card__footer {
    right: 20px;
    top: 20px;
  }

  .dp-loyalty-status-card__list {
    flex-direction: column;
  }

  .dp-loyalty-status-card__list li {
    width: auto;
  }
}

.dp-loyalty-section {
}

.dp-loyalty-section__header {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: var(--space-40-m30);
}

.dp-loyalty-section__header h2 {
}

.dp-loyalty-section__header p:last-child {
  margin-bottom: 0;
}

.dp-loyalty-section__row {
  display: flex;
  column-gap: 80px;
  row-gap: 30px;
}

.dp-loyalty-section:nth-child(even) .dp-loyalty-section__row {
  flex-direction: row-reverse;
}

.dp-loyalty-section__content,
.dp-loyalty-section__media {
  flex-basis: 0;
  flex-grow: 1;
  min-width: 1px;
}

.dp-loyalty-section__media {
  text-align: center;
}

.dp-loyalty-section__media img {
  max-width: 100%;
  width: auto;
  height: auto;
  border-radius: 20px;
}

.dp-loyalty-section__content {
}

.dp-loyalty-section__head {
  background: #f9f9fa;
  padding: 32px;
  border-radius: 20px;
  margin-bottom: 40px;
}

.dp-loyalty-section__head-title {
  font-size: 44px;
  line-height: 1.2;
  font-weight: 500;
  color: var(--green);
  margin-bottom: 10px;
}

.dp-loyalty-section__head-text {
  font-size: 20px;
  line-height: 1.6;
}

.dp-loyalty-section__list {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}

.dp-loyalty-section__list-item {
  display: flex;
  align-items: flex-start;
  column-gap: 25px;
}

@media (min-width: 1200px) {
  .dp-loyalty-section__list {
    display: block;
    margin-bottom: -40px;
  }

  .dp-loyalty-section__list-item {
    padding-bottom: 40px;
  }

  .dp-loyalty-section__list._column-2 {
    column-count: 2;
    column-gap: 40px;
    row-gap: 0;
  }

  .dp-loyalty-section__list._column-2 .dp-loyalty-section__list-item {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
  }
}

.dp-loyalty-section__list-item-icon {
  width: 25px;
  flex-shrink: 0;
}

.dp-loyalty-section__list-item-icon .icon {
  color: var(--green);
  width: 25px;
  height: 25px;
}

.dp-loyalty-section__list-item-num {
  font-size: 22px;
  line-height: 1.2;
  font-weight: 500;
  color: var(--red-main-color);
}

.dp-loyalty-section__list-item-content {
  flex-grow: 1;
}

.dp-loyalty-section__list-item-title {
  margin-bottom: 12px;
}

.dp-loyalty-section__list-item-text {
}

@media (max-width: 1399.98px) {
  .dp-loyalty-section__row {
    column-gap: 60px;
  }

  .dp-loyalty-section__head {
    padding: 24px;
  }

  .dp-loyalty-section__head-title {
    font-size: 34px;
  }

  .dp-loyalty-section__list-item-title {
    --fs-h4: 18px;
  }

  .dp-loyalty-section__list-item-num {
    display: block;
    font-size: 18px;
    line-height: 1.2;
  }

  .dp-loyalty-section__list-item-text {
    font-size: 14px;
  }
}

@media (max-width: 1199.98px) {
  .dp-loyalty-section__head {
    padding: 20px;
    margin-bottom: 30px;
  }

  .dp-loyalty-section__head-title {
    font-size: 26px;
  }

  .dp-loyalty-section__head-text {
    font-size: 16px;
  }

  .dp-loyalty-section__list {
    row-gap: 24px;
  }
}

@media (max-width: 991.98px) {
  .dp-loyalty-section__row {
    column-gap: 40px;
  }
}

@media (max-width: 991.98px) {
  .dp-loyalty-section__header {
    font-size: 16px;
  }

  .dp-loyalty-section__header h2 {
    margin-bottom: 12px;
  }

  .dp-loyalty-section__list {
    row-gap: 24px;
  }

  .dp-loyalty-section__list-item {
    column-gap: 12px;
  }

  .dp-loyalty-section__list-item-icon {
    width: 22px;
  }

  .dp-loyalty-section__list-item-icon .icon {
    width: 22px;
    height: 22px;
    margin-top: -4px;
  }

  .dp-loyalty-section__list-item-title {
    margin-bottom: 8px;
  }

  .dp-loyalty-section__list-item-text {
    line-height: 1.6;
  }

  .dp-loyalty-section__list_num {
    row-gap: 30px;
  }

  .dp-loyalty-section__list_num .dp-loyalty-section__list-item {
    display: block;
  }

  .dp-loyalty-section__list-item-num {
    margin-bottom: 8px;
  }

  .dp-loyalty-section__list_num .dp-loyalty-section__list-item-title {
    margin-bottom: 16px;
  }
}

@media (max-width: 767.98px) {
  .dp-loyalty-section {
    border-bottom: 10px solid var(--grey-light);
  }

  .dp-loyalty-section__row {
    flex-direction: column !important;
  }

  .dp-loyalty-section__media img {
    border-radius: 12px;
  }
}

.dp-guarantee-text {
  display: flex;
  flex-direction: row-reverse;
  column-gap: 80px;
  row-gap: 30px;
}

.dp-guarantee-text__col {
  flex-basis: 0;
  flex-grow: 1;
  min-width: 1px;
}

.dp-guarantee-text__col .text > :last-child,
.dp-guarantee-text__col .text > :last-child > :last-child,
.dp-guarantee-text__col .text > :last-child > :last-child > :last-child {
  margin-bottom: 0;
}

.dp-guarantee-list {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.dp-guarantee-list__item {
  display: flex;
  align-items: flex-start;
  column-gap: 16px;
  padding: 30px;
  border-radius: 12px;
  background: var(--grey-light);
  line-height: 1.5;
  transition: 0.15s ease-in-out;
}

.dp-guarantee-list__item:hover {
  /*  background-color: var(--green-light);*/
}

.dp-guarantee-list__item-icon {
  flex-shrink: 0;
  width: 40px;
}

.dp-guarantee-list__item-icon img {
  display: block;
  width: 100%;
  height: auto;
}

.dp-guarantee-list__item-content {
  flex-grow: 1;
  min-width: 1px;
}

.dp-guarantee-list__item-content h4 {
  --fs-h4: 22px;
  margin-bottom: 12px;
}

.dp-guarantee-list__item-content p {
}

.dp-guarantee-list__item-content p:last-child {
  margin-bottom: 0;
}

.dp-guarantee-list__item-content .btn {
}

@media (max-width: 1399.98px) {
  .dp-guarantee-text {
    column-gap: 40px;
  }
}

@media (max-width: 991.98px) {
  .dp-guarantee-text {
    flex-direction: column;
  }

  .dp-guarantee-list {
    row-gap: 16px;
  }

  .dp-guarantee-list__item {
    padding: 24px;
  }
}

@media (max-width: 767.98px) {
  .dp-guarantee-list__item {
    flex-direction: column;
    row-gap: 16px;
  }

  .dp-guarantee-list__item-content h4 {
    --fs-h4: 20px;
  }
}

.check-guarantee {
  padding: 30px;
  border-radius: 20px;
  background: var(--grey-light);
}

.check-guarantee__form-wrapper {
  display: flex;
  align-items: center;
  column-gap: 16px;
}

.check-guarantee__header,
.check-guarantee__form-col {
  flex-basis: 0;
  flex-grow: 1;
  min-width: 1px;
}

.check-guarantee__header {
}

.check-guarantee__title {
}

.check-guarantee__text {
}

.check-guarantee__form-col {
}

.check-guarantee__form {
}

.check-guarantee__form-row {
  display: flex;
  column-gap: 16px;
}

.check-guarantee__form-cell._field {
  flex-basis: 0;
  flex-grow: 1;
  min-width: 1px;
}

.check-guarantee__form-cell._btn {
  flex: 0 0 auto;
  width: 243px;
}

.check-guarantee__form-cell._btn .btn {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}

.check-guarantee__results-wrapper {
}

.check-guarantee__results-info {
  margin-top: 40px;
  display: flex;
  align-items: flex-start;
  column-gap: 12px;
}

.check-guarantee__results-info-icon {
  width: 26px;
  flex-shrink: 0;
}

.check-guarantee__results-info-icon .icon {
  display: block;
  width: 26px;
  height: 26px;
}

.check-guarantee__results-info-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}

.check-guarantee__results-info-title {
  margin: 0;
}

.check-guarantee__results-info-text {
}

.check-guarantee__results-content {
  margin-top: 40px;
}

.guarantee-table {
  background: var(--white);
  box-shadow: var(--popup-shadow);
  border-radius: 20px;
  padding: 20px;
  font-size: 14px;
  line-height: 1.2;
}

.guarantee-table__inner {
  max-height: 472px;
  margin-right: -10px;
  padding-right: 10px;
}

.guarantee-table__head {
  font-weight: 500;
  border-bottom: 1px solid var(--grey-dark);
  padding-bottom: 14px;
  background: var(--white);
  position: sticky;
  top: 0;
  z-index: 10;
}

.guarantee-table__body {
}

@media (min-width: 992px) {
  .guarantee-table__item {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--grey-dark);
  }

  .guarantee-table__item:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }
}

.guarantee-table__head-row,
.guarantee-table__item-row {
  display: flex;
  margin: 0 -10px;
}

.guarantee-table__item-row {
  align-items: center;
}

.guarantee-table__head-cell,
.guarantee-table__item-cell {
  flex: 0 0 auto;
  padding: 0 10px;
}

.guarantee-table__head-cell._title,
.guarantee-table__item-cell._title {
  width: calc((100% - 140px) * 0.515);
}

.guarantee-table__head-cell._status,
.guarantee-table__item-cell._status {
  width: calc((100% - 140px) * 0.197);
}

.guarantee-table__head-cell._period,
.guarantee-table__item-cell._period {
  width: calc((100% - 140px) * 0.288);
}

.guarantee-table__head-cell._btn,
.guarantee-table__item-cell._btn {
  width: 140px;
  text-align: right;
}

.guarantee-table__item-main {
  display: flex;
  align-items: center;
  column-gap: 20px;
}

.guarantee-table__item-image-cell {
}

.guarantee-table__item-image {
  display: block;
  width: 126px;
  position: relative;
}

.guarantee-table__item-image:before {
  content: "";
  display: block;
  padding-top: calc(88 * 100% / 126);
}

.guarantee-table__item-image-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--grey-light);
  border-radius: 12px;
  padding: 8px 10px;
}

.guarantee-table__item-image img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  transition: 0.15s ease-in-out;
}

.guarantee-table__item-title-wrapper {
}

.guarantee-table__item-meta {
  display: flex;
  align-items: center;
  column-gap: 7px;
  margin-bottom: 4px;
}

.guarantee-table__item-sku {
  white-space: nowrap;
  font-size: 12px;
  color: var(--black-50);
}

.guarantee-table__item-title {
}

.guarantee-table__item-title a {
  color: var(--black);
}

.guarantee-table__item-title a:hover {
  color: var(--red-main-color);
}

.guarantee-table__item-status {
  display: inline-flex;
  align-items: center;
  vertical-align: top;
  column-gap: 8px;
  font-weight: bold;
}

.guarantee-table__item-period {
}

.guarantee-table__item-btn {
  width: 120px;
  padding-left: 0;
  padding-right: 0;
}

.guarantee-table__item-mob-content {
  display: none;
}

@media (max-width: 1399.98px) {
  .check-guarantee-section {
    padding-top: 0 !important;
  }

  .check-guarantee__form-wrapper {
    flex-direction: column;
    align-items: stretch;
    row-gap: 24px;
  }

  .guarantee-table__head-cell._title,
  .guarantee-table__item-cell._title {
    width: calc((100% - 140px) * 0.47);
  }

  .guarantee-table__head-cell._status,
  .guarantee-table__item-cell._status {
    width: calc((100% - 140px) * 0.225);
  }

  .guarantee-table__head-cell._period,
  .guarantee-table__item-cell._period {
    width: calc((100% - 140px) * 0.305);
  }
}

@media (max-width: 1199.98px) {
  .guarantee-table__head-cell._title,
  .guarantee-table__item-cell._title {
    width: calc((100% - 140px) * 0.53);
  }

  .guarantee-table__head-cell._status,
  .guarantee-table__item-cell._status {
    width: calc((100% - 140px) * 0.22);
  }

  .guarantee-table__head-cell._period,
  .guarantee-table__item-cell._period {
    width: calc((100% - 140px) * 0.25);
  }
}

@media (max-width: 991.98px) {
  .check-guarantee {
    padding: 24px;
  }

  .check-guarantee__form-wrapper {
    row-gap: 20px;
  }

  .check-guarantee__text {
    font-size: 14px;
  }

  .check-guarantee__form-row {
    column-gap: 12px;
  }

  .check-guarantee__form-cell._btn {
    width: 213px;
  }

  .check-guarantee__results-info {
    margin-top: 24px;
    column-gap: 10px;
  }

  .check-guarantee__results-info-icon {
    width: 22px;
  }

  .check-guarantee__results-info-icon .icon {
    width: 22px;
    height: 22px;
  }

  .check-guarantee__results-info-title {
    font-size: 18px;
  }

  .check-guarantee__results-content {
    margin-top: 24px;
  }

  .guarantee-table {
    background: none;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
  }

  .guarantee-table__head {
    display: none;
  }

  .guarantee-table__item {
    margin-bottom: 10px;
    padding: 20px;
    border-radius: 20px;
    background: var(--white);
  }

  .guarantee-table__item:last-child {
    margin-bottom: 0;
  }

  .guarantee-table__item-row {
    flex-wrap: wrap;
  }

  .guarantee-table__item-cell._title {
    width: calc(100% - 115px);
  }

  .guarantee-table__item-cell._status,
  .guarantee-table__item-cell._period {
    display: none;
  }

  .guarantee-table__item-cell._btn {
    width: 115px;
  }

  .guarantee-table__item-btn {
    width: 95px;
    height: 37px;
    font-size: 12px;
  }

  .guarantee-table__item-image {
    width: 95px;
  }

  .guarantee-table__item-main {
    column-gap: 15px;
  }

  .guarantee-table__item-mob-content {
    display: block;
    width: 100%;
    margin-top: 20px;
    padding: 0 10px;
  }
}

@media (max-width: 767.98px) {
  .check-guarantee {
    border-radius: 0;
    margin: 0 calc(-1 * var(--container-space));
    padding-left: var(--container-space);
    padding-right: var(--container-space);
  }

  .check-guarantee__form-row {
    flex-direction: column;
    row-gap: 12px;
  }

  .check-guarantee__form-cell._btn {
    width: auto;
  }

  .guarantee-table__item-cell._title {
    width: 100%;
  }

  .guarantee-table__item-row {
    position: relative;
    padding-bottom: 57px;
  }

  .guarantee-table__item-cell._btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
  }

  .guarantee-table__item-btn {
    width: 100%;
  }
}
