@charset "UTF-8";
.white-filter {
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
}

.black-filter {
  filter: invert(0%) sepia(0%) saturate(16%) hue-rotate(309deg) brightness(93%) contrast(107%);
}

.citrus-filter, .thanks-page__product-link_opened::after, .thanks-page__product-link_opened:hover::after, .thanks-page__product-link_arrow:hover::after {
  filter: invert(75%) sepia(56%) saturate(3300%) hue-rotate(29deg) brightness(94%) contrast(92%);
}

.fiji-green-filter {
  filter: invert(29%) sepia(47%) saturate(2232%) hue-rotate(49deg) brightness(93%) contrast(87%);
}

.red-filter, .thanks-page__product-link_opened-danger::after, .thanks-page__product-link_opened-danger:hover::after, .thanks-page__product-link_arrow-danger::after, .thanks-page__product-link_arrow-danger:hover::after {
  filter: invert(24%) sepia(100%) saturate(7493%) hue-rotate(6deg) brightness(96%) contrast(106%);
}

.thanks-page {
  margin: 0 0 50px;
  padding: 50px 0 0;
}
@media (max-width: 767px) {
  .thanks-page {
    padding-top: 20px;
    margin-bottom: 40px;
  }
}
.thanks-page__form {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
@media (max-width: 992px) {
  .thanks-page__form {
    flex-wrap: wrap;
  }
}
.thanks-page__column {
  max-width: 50%;
  width: 50%;
  border: 2px solid #e3e3e3;
  border-right-width: 1px;
  padding: 50px;
}
.thanks-page__column + .thanks-page__column {
  border-left-width: 1px;
  border-right-width: 2px;
}
@media (max-width: 992px) {
  .thanks-page__column {
    padding: 0;
    max-width: 100%;
    width: 100%;
    border: none;
  }
}
@media (max-width: 767px) {
  .thanks-page__table {
    margin-bottom: 30px;
  }
}
.thanks-page__table-row {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-top: 2px dashed #e3e3e3;
}
@media (max-width: 767px) {
  .thanks-page__table-row {
    flex-wrap: wrap;
  }
}
.thanks-page__table-row:first-child {
  border: none;
}
.thanks-page__table-row p {
  margin: 0 0 7px;
}
.thanks-page__table-row p:last-of-type {
  margin: 0;
}
.thanks-page__table-column {
  padding: 19px 0;
}
@media (max-width: 767px) {
  .thanks-page__table-column {
    padding: 5px 0;
  }
}
.thanks-page__table-column_w1 {
  max-width: 40%;
  width: 40%;
  color: #484F54;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
  align-self: flex-start;
  padding-right: 10px;
}
@media (max-width: 767px) {
  .thanks-page__table-column_w1 {
    max-width: 100%;
    width: 100%;
    font-size: 12px;
    padding-top: 11px;
    padding-bottom: 0;
  }
}
.thanks-page__table-column_w2 {
  max-width: 60%;
  width: 60%;
  color: #0F0F0F;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .thanks-page__table-column_w2 {
    max-width: 100%;
    width: 100%;
    padding-top: 3px;
    padding-bottom: 14px;
  }
}
.thanks-page__kit {
  border: 1px solid #A2C617;
  padding: 20px;
  margin: 0 0 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.thanks-page__kit_economy {
  border-color: #f2530c;
}
.thanks-page__kit-header {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 19px;
  position: relative;
  padding: 9px 33px 0 0;
}
.thanks-page__kit-header .dots-block {
  position: absolute;
  right: 0;
  top: 0;
}
.thanks-page__kit-header-column {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.thanks-page__kit-header-column_right {
  align-items: center;
}
@media (max-width: 768px) {
  .thanks-page__kit-header-column_left {
    flex-direction: column;
  }
}
.thanks-page__kit-header--sub-header {
  justify-content: flex-start;
  margin-top: -15px;
}
.thanks-page__kit-title {
  color: #0F0F0F;
  margin-right: 10px;
}
.thanks-page__kit-type {
  color: #484F54;
  padding-left: 12px;
  position: relative;
}
.thanks-page__kit-type::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  background: #484F54;
  width: 3px;
  height: 3px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-top: -1.5px;
}
.thanks-page__kit-type_economy {
  color: #f2530c;
}
.thanks-page__kit-type_economy::before {
  background: #f2530c;
}
.thanks-page__kit-title, .thanks-page__kit-type {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
}
.thanks-page__kit-price {
  font-size: 16px;
  color: #0F0F0F;
  line-height: 1;
  white-space: nowrap;
  font-weight: 500;
  margin-right: 10px;
  margin-left: 10px;
}
.thanks-page__kit-price span {
  font-size: 13px;
}
.thanks-page__kit-price_old {
  font-size: 12px;
  color: #484F54;
  text-decoration: line-through;
  margin-left: 10px;
  margin-right: 0;
}
.thanks-page__kit-price_old span {
  font-size: 12px;
}
.thanks-page__kit-price_new {
  color: #f2530c;
}
.thanks-page__product {
  margin-bottom: 15px;
}
.thanks-page__product:last-of-type {
  margin-bottom: 0;
}
.thanks-page__product-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.thanks-page__product-row_padding-left {
  padding-left: 50px;
  flex-wrap: wrap;
}
.thanks-page__product-picture {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  margin-right: 10px;
  padding: 5px;
}
.thanks-page__product-picture img {
  max-width: 30px;
}
.thanks-page__product-btn {
  cursor: pointer;
  border: none;
  flex-shrink: 0;
}
.thanks-page__product-btn_delete {
  width: 25px;
  height: 25px;
  background: url(../../i/icon-close.svg) center no-repeat;
  background-size: 14px auto;
}
@media (max-width: 768px) {
  .thanks-page__product-btn_delete {
    width: 20px;
    height: 20px;
    background-size: 14px auto;
  }
}
.thanks-page__product-column {
  padding-right: 20px;
}
.thanks-page__product-title {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 768px) {
  .thanks-page__product-title {
    font-size: 12px;
  }
}
.thanks-page__product-descr {
  font-size: 12px;
  font-weight: 400;
  color: #484F54;
  padding-left: 20px;
}
.thanks-page__product-text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  color: #0F0F0F;
  white-space: nowrap;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.thanks-page__product-line {
  height: 1px;
  background: #e3e3e3;
  border: none;
  margin: 13px 0;
}
.thanks-page__product .product-counter {
  margin: 0;
}
.thanks-page__product-price {
  font-size: 13px;
  line-height: 1;
  font-weight: 500;
  color: #0F0F0F;
  margin-left: auto;
  white-space: nowrap;
  text-align: right;
  margin-right: 10px;
  min-width: 80px;
}
.thanks-page__product-price span {
  font-size: 16px;
}
@media (max-width: 768px) {
  .thanks-page__product-price span {
    font-size: 14px;
  }
}
.thanks-page__product-price-item_multiply {
  font-size: 13px;
  line-height: 1;
  color: #484F54;
}
.thanks-page__product-price-item_old {
  font-size: 12px;
  color: #484F54;
  text-decoration: line-through;
}
.thanks-page__product-price-item_old span {
  font-size: 12px;
}
.thanks-page__product-price-item_new {
  color: #f2530c;
}
.thanks-page__product-box {
  padding-left: 50px;
  display: flex;
}
.thanks-page__product-service {
  font-size: 12px;
  line-height: 1;
  color: #fff;
  padding: 2px 5px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  margin: 3px 13px 3px 0;
  background: #0F0F0F;
}
.thanks-page__product-jaw {
  font-size: 12px;
  line-height: 1;
  color: #F17A0C;
  padding: 3px 7px;
  margin: 3px 13px 3px 0;
  background: #FFEBD8;
  font-weight: 500;
}
.thanks-page__product-bonus {
  font-size: 13px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  margin: 3px 13px 3px 0;
}
.thanks-page__product-bonus::after {
  content: "";
  position: relative;
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  background: url(../../i/tool-tip-icon.svg) center no-repeat;
  background-size: 100% auto;
}
.thanks-page__product-gift {
  position: relative;
  padding-left: 26px;
  font-size: 13px;
  line-height: 1;
  margin: 3px 13px 15px 0;
  color: #0F0F0F;
}
.thanks-page__product-gift strong {
  font-size: 14px;
  font-weight: 600;
  color: #8744F4;
}
.thanks-page__product-gift::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #F3E9FF url(../../i/gift-purple.svg) center no-repeat;
}
.thanks-page__product-pay {
  position: relative;
  padding-left: 24px;
  font-size: 12px;
  line-height: 1;
  margin: 3px 13px 3px 0;
  color: #484F54;
}
.thanks-page__product-pay strong {
  font-weight: 600;
  color: #0F0F0F;
}
.thanks-page__product-pay::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
  width: 18px;
  height: 18px;
  background: url(../../i/mono.png) center no-repeat;
  background-size: 100% auto;
}
.thanks-page__product-link {
  margin: 3px 13px 3px 0;
  position: relative;
  font-weight: 500;
}
.thanks-page__product-link_arrow {
  padding-right: 15px;
  display: inline-flex;
}
.thanks-page__product-link_arrow::after {
  content: "";
  display: inline-flex;
  width: 10px;
  height: 8px;
  margin-top: -4px;
  background: url(../../i/arrow-down-black.svg) center no-repeat;
  position: relative;
  position: absolute;
  top: 50%;
  right: 0;
}
.thanks-page__product-link_arrow-danger, .thanks-page__product-link_arrow-danger:hover {
  padding-right: 15px;
  display: inline-flex;
  color: #F10C0C;
  border-color: #F10C0C;
}
.thanks-page__product-link_arrow-danger::after, .thanks-page__product-link_arrow-danger:hover::after {
  content: "";
  display: inline-flex;
  width: 10px;
  height: 8px;
  margin-top: -4px;
  background: url(../../i/arrow-down-black.svg) center no-repeat;
  position: relative;
  position: absolute;
  top: 50%;
  right: 0;
}
.thanks-page__product-link_opened-danger, .thanks-page__product-link_opened-danger:hover {
  color: #F10C0C;
  border-color: #F10C0C;
}
.thanks-page__product-link_opened-danger::after, .thanks-page__product-link_opened-danger:hover::after {
  transform: rotate(180deg);
}
.thanks-page__product-link_opened, .thanks-page__product-link_opened:hover {
  color: #A2C617;
  border-color: #A2C617;
}
.thanks-page__product-link_opened::after, .thanks-page__product-link_opened:hover::after {
  transform: rotate(180deg);
}
.thanks-page__checkbox {
  margin: 0 0 40px;
}
.thanks-page__box {
  position: relative;
  margin-bottom: 30px;
}
.thanks-page__box-ins {
  max-height: 288px;
  overflow: auto;
  position: relative;
  padding-bottom: 40px;
  padding-right: 15px;
}
.thanks-page__box::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 20px;
  height: 35px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.85) 61.49%, #fff 87.75%);
}
@media (max-width: 767px) {
  .thanks-page__box {
    display: none;
  }
}
.thanks-page__box-header {
  margin: 0 0 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.thanks-page__box-header .link-w-border {
  font-weight: 500;
}
.thanks-page__box-title {
  font-size: 18px;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #0F0F0F;
  font-weight: 500;
}
.thanks-page__info {
  margin-bottom: 10px;
}
.thanks-page__info-row {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.thanks-page__info-row_sep {
  border-top: 2px solid #e3e3e3;
  padding-top: 10px;
  margin-top: 10px;
}
.thanks-page__info-row p {
  margin: 0;
}
.thanks-page__info-column {
  padding: 3px 0;
}
@media (max-width: 767px) {
  .thanks-page__info-column {
    padding: 3px 0;
  }
}
.thanks-page__info-column_w1 {
  max-width: 40%;
  width: 40%;
  color: #484F54;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
  align-self: flex-start;
  padding-right: 10px;
}
@media (max-width: 767px) {
  .thanks-page__info-column_w1 {
    font-size: 13px;
    color: #0F0F0F;
  }
}
.thanks-page__info-column_w2 {
  max-width: 60%;
  width: 60%;
  color: #0F0F0F;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .thanks-page__info-column_w2 {
    text-align: right;
    font-size: 13px;
  }
}
.thanks-page__info_space-between-column .thanks-page__info-row {
  justify-content: space-between;
}
.thanks-page__info_space-between-column .thanks-page__info-column_w1, .thanks-page__info_space-between-column .thanks-page__info-column_w2 {
  max-width: 50%;
  width: 50%;
}
.thanks-page__info_space-between-column .thanks-page__info-column_w2 {
  text-align: right;
  white-space: nowrap;
}
.thanks-page__info-amount {
  font-size: 14px;
  font-weight: 500;
  color: #0F0F0F;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .thanks-page__info-amount {
    font-size: 13px;
  }
}
.thanks-page__info-amount span {
  font-size: 12px;
}
.thanks-page__info-amount_total {
  font-size: 16px;
}
.thanks-page__info-amount_total span {
  font-size: 13px;
}
.thanks-page__info_space-between-column .thanks-page__info-amount_total {
  font-size: 30px;
  line-height: 0.8;
  font-weight: 400;
}
.thanks-page__info_space-between-column .thanks-page__info-amount_total span {
  font-size: 22px;
  line-height: 0.9;
}
.thanks-page__info-bonus {
  font-size: 13px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
}
.thanks-page__info-bonus::after {
  content: "";
  position: relative;
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  background: url(../../i/tool-tip-icon.svg) center no-repeat;
  background-size: 100% auto;
}
.thanks-page__info-bonus_used {
  color: #F10C0C;
}
.thanks-page__info-bonus_accrued {
  color: #A2C617;
}
.thanks-page__info_delivery .thanks-page__info-row {
  justify-content: space-between;
}
.thanks-page__info_delivery .thanks-page__info-column {
  padding-top: 3px;
  padding-bottom: 2px;
}
.thanks-page__info_delivery .thanks-page__info-column_w1 {
  max-width: 70%;
  width: 70%;
}
.thanks-page__info_delivery .thanks-page__info-column_w2 {
  max-width: 30%;
  width: 30%;
}
.thanks-page__info_delivery .thanks-page__info-column_w2 {
  text-align: right;
}
.thanks-page__buttons .row {
  margin-left: -5px;
  margin-right: -5px;
}
.thanks-page__buttons [class^=col-] {
  padding-left: 5px;
  padding-right: 5px;
}

.order-msg {
  background: #F5F8E7;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  margin: 0 0 20px;
  padding: 24px 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  display: -ms-flexbox;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .order-msg {
    flex-direction: column;
    padding: 20px;
  }
}
.order-msg__picture {
  margin-right: 20px;
  width: 244px;
}
@media (max-width: 767px) {
  .order-msg__picture {
    width: 80px;
    margin: 0 auto 20px;
  }
}
.order-msg__img {
  margin: 0 auto;
}
.order-msg__title {
  font-size: 16px;
  line-height: 1;
  color: #0F0F0F;
  margin: 0 0 10px;
  font-weight: 600;
}
.order-msg__row {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  margin: 0 0 35px;
}
@media (max-width: 767px) {
  .order-msg__row {
    margin-bottom: 20px;
  }
}
.order-msg__text {
  font-size: 14px;
  font-weight: 400;
  color: #484F54;
  margin: 0 0 2px;
}
.order-msg__row .order-msg__text {
  margin: 0 14px 0 0;
}

.copy-block {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
}
.copy-block__text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #0F0F0F;
  text-decoration: underline;
  margin-right: 7px;
}
.copy-block__text:hover {
  text-decoration: none;
}
.copy-block_number .copy-block__text {
  font-size: 25px;
  letter-spacing: -0.03em;
  text-decoration: none;
}
.copy-block__icon {
  width: 20px;
  height: 20px;
  cursor: pointer;
  background: url(../../i/copy.svg) center no-repeat;
}

.nps-block {
  background: #FFFBF5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 50px 20px;
  margin: 0 0 50px;
}
@media (max-width: 767px) {
  .nps-block {
    padding: 40px 15px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin: 0 -15px 20px;
    padding-bottom: 40px;
  }
}
.nps-block__title {
  font-size: 18px;
  color: #0F0F0F;
  line-height: 1;
  letter-spacing: -0.03em;
  margin: 0 0 14px;
  text-align: center;
  font-weight: 500;
}
@media (max-width: 767px) {
  .nps-block__title {
    line-height: 1.5;
    margin-bottom: 9px;
  }
}
.nps-block__rating {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  display: -ms-flexbox;
  flex-wrap: wrap;
  margin: 0 0 35px;
}
@media (max-width: 767px) {
  .nps-block__rating {
    margin: 0 0 19px;
  }
}
.nps-block__rating-text {
  margin: 5px;
  color: #484F54;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.35;
}
@media (max-width: 767px) {
  .nps-block__rating-text {
    display: none;
  }
}
.nps-block__btn {
  width: 50px;
  height: 50px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  display: -ms-flexbox;
  font-size: 16px;
  line-height: 1;
  color: #0F0F0F;
  background: none;
  cursor: pointer;
  border: 1px solid #0F0F0F;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 5px;
  flex-shrink: 0;
}
.nps-block__btn_active {
  color: #fff;
}
.nps-block__btn.nps-block__btn_bg-0 {
  border-color: #F2530C;
}
.nps-block__btn.nps-block__btn_bg-0.nps-block__btn_active {
  background: #F2530C;
}
.nps-block__btn.nps-block__btn_bg-1 {
  border-color: #F2530C;
}
.nps-block__btn.nps-block__btn_bg-1.nps-block__btn_active {
  background: #F2530C;
}
.nps-block__btn.nps-block__btn_bg-2 {
  border-color: #F2530C;
}
.nps-block__btn.nps-block__btn_bg-2.nps-block__btn_active {
  background: #F2530C;
}
.nps-block__btn.nps-block__btn_bg-3 {
  border-color: #F2530C;
}
.nps-block__btn.nps-block__btn_bg-3.nps-block__btn_active {
  background: #F2530C;
}
.nps-block__btn.nps-block__btn_bg-4 {
  border-color: #F2530C;
}
.nps-block__btn.nps-block__btn_bg-4.nps-block__btn_active {
  background: #F2530C;
}
.nps-block__btn.nps-block__btn_bg-5 {
  border-color: #F2530C;
}
.nps-block__btn.nps-block__btn_bg-5.nps-block__btn_active {
  background: #F2530C;
}
.nps-block__btn.nps-block__btn_bg-6 {
  border-color: #FFB628;
}
.nps-block__btn.nps-block__btn_bg-6.nps-block__btn_active {
  background: #FFB628;
}
.nps-block__btn.nps-block__btn_bg-7 {
  border-color: #FFB628;
}
.nps-block__btn.nps-block__btn_bg-7.nps-block__btn_active {
  background: #FFB628;
}
.nps-block__btn.nps-block__btn_bg-8 {
  border-color: #FFB628;
}
.nps-block__btn.nps-block__btn_bg-8.nps-block__btn_active {
  background: #FFB628;
}
.nps-block__btn.nps-block__btn_bg-9 {
  border-color: #A2C617;
}
.nps-block__btn.nps-block__btn_bg-9.nps-block__btn_active {
  background: #A2C617;
}
.nps-block__btn.nps-block__btn_bg-10 {
  border-color: #A2C617;
}
.nps-block__btn.nps-block__btn_bg-10.nps-block__btn_active {
  background: #A2C617;
}
@media (max-width: 767px) {
  .nps-block__btn {
    width: 45px;
    height: 45px;
    margin: 5px 5px 20px;
  }
}
.nps-block__subtitle {
  text-align: center;
  margin: 0 auto 17px;
  position: relative;
  font-size: 16px;
  font-weight: 500;
  color: #0F0F0F;
  max-width: 700px;
}
@media (max-width: 767px) {
  .nps-block__subtitle {
    text-align: left;
    margin-bottom: 12px;
  }
}
.nps-block__subtitle::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 2px;
  margin-top: -1px;
  background: rgba(162, 198, 23, 0.4);
}
@media (max-width: 767px) {
  .nps-block__subtitle::before {
    display: none;
  }
}
.nps-block__subtitle-line {
  position: relative;
  background: #FFFBF5;
  display: inline-block;
  padding: 0 12px;
}
@media (max-width: 767px) {
  .nps-block__subtitle-line {
    padding: 0;
  }
}
.nps-block__wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  display: -ms-flexbox;
  flex-wrap: wrap;
  padding: 0 0 30px;
}
@media (max-width: 767px) {
  .nps-block__wrap {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0 -15px;
    padding-bottom: 20px;
  }
}
.nps-block__wrap .form-check {
  margin: 0 16px 10px;
}
@media (max-width: 767px) {
  .nps-block__wrap .form-check {
    margin-bottom: 20px;
  }
}
.nps-block__buttons {
  text-align: center;
}
@media (max-width: 767px) {
  .nps-block__buttons {
    text-align: left;
  }
}

.basket-products-count {
  font-weight: 400;
  font-size: 14px;
  line-height: 135%;
  color: #484F54;
  position: relative;
  padding: 0 0 0 15px;
}
.basket-products-count:before {
  content: "•";
  left: 4px;
  top: 0;
  position: absolute;
}

.thanks-page__service-title {
  font-size: 14px;
  font-weight: 500;
  color: #0F0F0F;
}

.align-center {
  align-items: center !important;
}

.thanks-page__service-title .thanks-page__product-service {
  margin: 0 0 0 5px;
}

.thanks-page__product-row + .thanks-page__product-row {
  margin-top: 10px;
}

.thanks-page__product-picture {
  margin: 0;
}

.thanks-page__product-row {
  display: inline-flex;
}

.thanks-page__product-row-hd {
  display: flex;
}

.thanks-page__product-row + .thanks-page__kit {
  margin-top: 20px;
}

@media (max-width: 768px) {
  .thanks-page__product-row-hd {
    flex-wrap: wrap;
    gap: 10px 5px;
  }
  .thanks-page__product-row-hd .thanks-page__product-title {
    width: calc(100% - 52px);
    display: block;
  }
  .thanks-page__service-title {
    font-size: 12px;
  }
  .thanks-page__product-row.mt-2 {
    margin-top: 0 !important;
  }
}

/*# sourceMappingURL=thanks-page.css.map */
