@media (min-width: 1100px) {
  .header__logo {
    display: flex;
    top: 10px;
  }
}
.search_wrapp_mobile {
  display: none !important;
}
.breadcrumbs {
  background-color: #fff;
  padding-top: 80px !important;
  padding-bottom: 12px !important;
}
@media (min-width: 1100px) {
  .breadcrumbs {
    padding-top: 90px !important;
    padding-bottom: 12px !important;
  }
}

.checkout {
  background-color: #fff;
}

.checkout {
  border-top: 1px solid #b7c4d9;
}

.checkout__layout-col {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  padding: 24px 16px;
}
@media (min-width: 1100px) {
  .checkout__layout-col {
    padding: 20px 40px;
  }
}
.checkout__layout-col.right {
  background-color: #f4f6fa;
  padding: 0;
}
@media (min-width: 1100px) {
  .checkout__layout-col.right {
    padding: 20px 40px;
    border-left: 1px solid #b7c4d9;
  }
}

@media (min-width: 1280px) {
  .checkout__layout-col,
  .checkout__layout-col.right {
    padding: 40px 80px;
  }
}
@media (min-width: 1100px) {
  .checkout__form {
    margin-left: auto;
    margin-right: 0;
  }
  .checkout__about {
    margin-left: 0;
    margin-right: auto;
    position: sticky;
    top: 40px;
  }
  .checkout__form,
  .checkout__about {
    max-width: 608px;
  }
}

.checkout__form {
  display: flex;
  flex-direction: column;
}

.checkout__title {
  margin: 0;
  margin-bottom: 16px;
  color: #00061a;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
}

.checkout__wrapper {
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 1100px) {
  .checkout__wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

.checkout__column {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 32px;
}
@media (min-width: 1100px) {
  .checkout__column {
    gap: 16px;
    margin-bottom: 24px;
  }
}

.checkout__row {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 16px;
}
.checkout__grid {
  display: grid;
  grid-template-columns: minmax(0, auto);
  gap: 16px;
}
@media (min-width: 1100px) {
  .checkout__grid {
    grid-template-columns: repeat(2, minmax(0, auto));
  }
}

.checkout__col {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.checkout__is-company,
.checkout__delivery-address {
  display: none;
}

.checkout__submit-row {
  display: flex;
  padding-bottom: 40px;
  border-bottom: 1px solid #b7c4d9;
  margin-bottom: 16px;
}
@media (min-width: 1100px) {
  .checkout__submit-row {
    padding-bottom: 40px;
  }
}

.checkout__submit {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 52px;
  border-radius: 10px;
  background-color: #00061a;
  text-decoration: none;
  padding: 0 16px;
  text-align: center;
  transition: 0.2s;
  width: 100%;
}
.checkout__submit:hover {
  opacity: 0.8;
}
.checkout__submit.disabled {
  pointer-events: none;
  user-select: none;
  background-color: #f4f6fa;
}
.checkout__submit.disabled span {
  color: #b7c4d9;
}
.checkout__submit span {
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
}
@media (min-width: 1100px) {
  .checkout__submit {
    height: 56px;
  }
}
.checkout__link {
  text-decoration: underline;
  font-size: 16px;
  line-height: 1.5;
  color: #00061a;
}
.checkout__link:hover {
  text-decoration: none;
}

/* Right column */

.toggle-checkout-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  border-bottom: 1px solid #b7c4d9;
  gap: 16px;
  width: 100%;
}
.toggle-checkout-info.active .toggle-checkout-info__icon {
  transform: rotate(180deg);
}
@media (min-width: 1100px) {
  .toggle-checkout-info {
    display: none;
  }
}

.toggle-checkout-info__icon {
  transition: 0.3s;
}

.toggle-checkout-info__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}

.toggle-checkout-info__inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}

.toggle-checkout-info__text {
  color: var(--black);
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
}

.toggle-checkout-info__total {
  color: #00061a;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
}

.product-list {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 1100px) {
  .checkout .product-list {
    overflow-y: auto;
    max-height: 340px;
    gap: 32px;
    scrollbar-color: #d4dbe9 transparent;
    scrollbar-width: thin;
    min-height: 90px;
    padding-right: 12px;
  }
  .product-list::-webkit-scrollbar {
    width: 6px;
  }
  .product-list::-webkit-scrollbar-track {
    border-radius: 10px;
  }
  .product-list::-webkit-scrollbar-thumb {
    width: 1px;
    border-radius: 6px;
    background-color: #d4dbe9;
  }
}

.product-list__item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.product-list__wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
}
@media (min-width: 1100px) {
  .product-list__wrapper {
    gap: 12px;
  }
}

.product-list__img {
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  width: 100px;
  border: 1px solid #b7c4d9;
  border-radius: 8px;
  overflow: hidden;
}
.product-list__img picture {
  display: block;
  width: 100%;
  height: 100%;
}
.product-list__img img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}
@media (min-width: 1100px) {
  .product-list__img {
    width: 120px;
  }
}

.product-list__item-info-row {
  margin-bottom: 4px;
  gap: 8px;
}

.product-list__title {
  color: var(--black);
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  width: 100%;
  text-align: left;
}

.product-list__title a {
  color: var(--black);
  text-decoration: none;
  text-align: left;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
}

@media (min-width: 1100px) {
  .product-list__title a {
    font-size: 20px;
    line-height: 24px;
  }
}

.product-list__price {
  flex-shrink: 0;
  color: #00061a;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}

.character_text {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #505780;
  margin: 0;
  margin-top: 4px;
}

.product-list__item-sale-desktop {
  height: 20px;
  padding: 0;
  padding-left: 4px;
  padding-right: 4px;
}

.checkout .product-list__item-sale-mob {
  width: 100px;
}

.checkout .sl-discount {
  padding: 24px 0;
  border-top: unset;
}
.checkout .sl-discount__input {
  height: 48px;
  font-size: 16px;
  line-height: 1;
  border-radius: 8px;
  border: 1px solid #b7c4d9;
  width: 100%;
}
.checkout .sl-discount__button {
  height: 48px;
  border-radius: 8px;
  padding: 0 24px;
  font-size: 16px;
  line-height: 1;
}
.checkout .sl-discount__form {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.checkout .wrap_inp {
  width: 100%;
  margin: 0;
}

.summary {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-top: 16px;
  gap: 8px;
}
@media (min-width: 1100px) {
  .summary {
    border-top: 1px solid #b7c4d9;
  }
}

.summary__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.summary__item.total {
  margin-top: 8px;
}
.summary__item.total .summary__key,
.summary__item.total .summary__value {
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
}

.summary__key,
.summary__value {
  color: #00061a;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
}

.checkout__column-inner {
  padding: 16px;
}
@media (min-width: 1100px) {
  .checkout__column-inner {
    padding: 0;
  }
}
.checkout__subtitle {
  margin: 0 0 16px;
}

.checkout__footer {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.checkout__footer-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}
@media (min-width: 1100px) {
  .checkout__footer-links {
    justify-content: flex-start;
  }
}
.checkout__foter-about {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  text-align: center;
}
@media (min-width: 1100px) {
  .checkout__foter-about {
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: left;
  }
}
.checkout__foter-about .copyright {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.25;
  color: #7a8cb7;
}
.checkout__foter-about .development-by {
  font-size: 14px;
  line-height: 1.25;
  color: #7a8cb7;
}
.checkout__foter-about .development-by a {
  color: #00061a;
  text-decoration: underline;
}
.checkout__foter-about .development-by a:hover {
  text-decoration: none;
}


/* Order success / failed */

.order-success {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 60px 0;
  text-align: center;

  gap: 24px;
}
.order-success img {
  margin-bottom: 8px;
}

.order-success__title {
  color: var(--black);
  font-weight: 400;
  font-size: 64px;
  line-height: 78px;
}
.num_order {
  font-weight: 400;
  font-size: 40px;
  line-height: 48px;
}
.order-success__text {
  max-width: 400px;
  color: #b7b9cb;
  text-align: center;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
}
@media (max-width: 992px) {
  .num_order {
    font-size: 30px;
    line-height: 48px;
  }
  .order-success__title {
    font-size: 40px;
    line-height: 1.2;
  }
}

.checkout__back,
.checkout__next,
.order-success__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 24px 32px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  outline: none;
  border: 1px solid var(--black);
  border-radius: 5px;
  background-color: transparent;
  color: var(--black);
  text-align: center;
  text-decoration: none;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.checkout__back:hover,
.checkout__next:hover,
.order-success__link:hover {
  background-color: var(--black);
  color: #fff;
}

.checkout__next,
.order-success__link {
  background-color: var(--black);
  color: #fff;
}
.checkout__next:hover,
.order-success__link:hover {
  opacity: 0.6;
}

@media (min-width: 1024px) {
  .order-failed .menu__footer-wrapper {
    margin-top: 16px;
    margin-bottom: 16px;

    gap: 120px;
  }
  .order-failed .num_order {
    max-width: 520px;
  }
  .order-failed .timeline {
    margin-bottom: 62px;
  }
}
.character_text {
  margin: 0;
  color: #505780;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
@media (min-width: 768px) {
  .character_text {
    margin: 6px 0 0;
    font-size: 13px;
  }
}

/* // Order success / failed */