.magictime {
  animation-duration: 1s;
}
.account-page {
  padding: 10px 16px;
}
@media (min-width: 1024px) {
  .account-page {
    padding: 20px 30px;
  }
}
.account-page h1 {
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  margin: 0 0 10px;
}
@media (min-width: 1024px) {
  .account-page h1 {
    font-size: 60px;
    line-height: 46px;
    margin: 0 0 30px;
  }
}
.account-page .btn {
  white-space: nowrap;
}
.account-page .btn-blue-o .icon:last-child {
  margin-left: 6px;
}
.account-page .btn-damage {
  width: 100%;
  height: 40px;
  margin: 0 0 32px;
}
@media (min-width: 768px) {
  .account-page .btn-damage {
    position: absolute;
    top: 88px;
    right: 16px;
    width: 180px;
    margin: 0;
  }
}
@media (min-width: 1024px) {
  .account-page .btn-damage {
    top: 130px;
    right: 30px;
  }
}
.account-page .btn-damage .icon {
  margin-left: 8px;
  background-color: #117FF5;
}
.account-nav {
  display: flex;
  list-style-type: none;
  padding: 0 15px;
  margin: 0 -15px 20px;
  border-bottom: 1px solid #DCE8FA;
  overflow: auto;
  white-space: nowrap;
}
@media (min-width: 1024px) {
  .account-nav {
    margin: 0 -30px 20px;
    padding: 0 30px;
  }
}
.account-nav + .account-box {
  margin-top: 30px;
}
.account-nav li:not(:last-child) {
  margin-right: 20px;
}
.account-nav a,
.account-nav span {
  display: block;
  padding: 0 0 8px;
  border-bottom: 5px solid transparent;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #667894;
}
.account-nav a:hover,
.account-nav span:hover {
  color: #117FF5;
}
.account-nav a.active,
.account-nav span.active {
  color: #117FF5;
  border-color: #117FF5;
}
.account-box {
  overflow: hidden;
  margin: 0 -16px 16px;
}
@media (min-width: 768px) {
  .account-box {
    border-radius: 4px;
  }
}
@media (min-width: 1024px) {
  .account-box {
    max-width: 546px;
  }
}
.account-box:hover {
  background: #F3F8FE;
}
.account-box.is-open .account-box-title .icon {
  transform: rotate(180deg);
}
.account-box.is-open:hover {
  background: transparent;
}
.account-box-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  cursor: pointer;
  padding: 12px 16px;
}
.account-box-body {
  display: none;
  padding: 10px 16px;
}
.account-box .address-form {
  max-width: 100%;
}
.account-box .address-form .input-wrap {
  margin-bottom: 16px;
}
.account-box .btn-blue {
  width: 100%;
}
.account-box .billing {
  padding: 16px 0 32px;
}
.account-subtitle {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  margin: 0 0 16px;
}
@media (min-width: 1024px) {
  .account-subtitle {
    font-size: 24px;
    line-height: 24px;
  }
}
.account-bottom {
  text-align: center;
}
@media (min-width: 768px) {
  .account-bottom {
    display: flex;
    justify-content: space-between;
    padding: 10px 0 0;
  }
}
.account-bottom .btn {
  background: #F3F8FE;
  margin: 0 0 24px;
  width: 100%;
}
.account-bottom .btn:hover {
  color: #117FF5;
  background: rgba(17, 127, 245, 0.2);
}
@media (min-width: 768px) {
  .account-bottom .btn {
    max-width: 240px;
    padding: 0;
  }
}
.account-bottom .pagination {
  justify-content: center;
  overflow: auto;
}
.reset-page {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px 15px 20px;
}
@media (min-width: 1024px) {
  .reset-page {
    padding: 30px;
  }
}
.reset-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  width: 100%;
  max-width: 440px;
  margin: auto;
}
@media (min-width: 1024px) {
  .reset-content {
    max-width: 540px;
  }
}
.reset-content img {
  margin: 0 auto 20px;
}
.reset-content .title {
  font-weight: 700;
  font-size: 28px;
  line-height: 40px;
  margin: 0 0 24px;
}
@media (min-width: 768px) {
  .reset-content .title {
    font-size: 40px;
    line-height: 60px;
    margin: 0;
  }
}
@media (min-width: 1024px) {
  .reset-content .title {
    font-size: 60px;
    line-height: 72px;
    margin: 0 0 20px;
  }
}
.reset-content .text {
  text-align: center;
}
.reset-content form {
  margin-top: auto;
  width: 100%;
}
@media (min-width: 576px) {
  .reset-content form {
    margin-top: 20px;
  }
}
@media (min-width: 1024px) {
  .reset-content form {
    margin-top: 80px;
  }
}
.reset-content .input-wrap {
  margin-bottom: 20px;
}
.reset-content .btn {
  width: 100%;
}
.registered-page {
  display: flex;
  flex-direction: column;
  padding: 20px 15px;
  background: #117FF5;
  color: #fff;
}
@media (min-width: 768px) {
  .registered-page {
    padding: 50px 20px 30px;
  }
}
@media (min-width: 1024px) {
  .registered-page {
    padding: 60px 30px 30px;
  }
}
.registered-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto 30px;
  width: 100%;
  max-width: 520px;
}
.registered-content img {
  max-width: 40px;
  margin: 0 0 15px;
}
@media (min-width: 768px) {
  .registered-content img {
    max-width: 60px;
    margin: 0 0 20px;
  }
}
@media (min-width: 1024px) {
  .registered-content img {
    max-width: 80px;
  }
}
.registered-content .title {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  margin: 0 0 30px;
  text-align: center;
}
@media (min-width: 768px) {
  .registered-content .title {
    font-size: 24px;
    line-height: 32px;
    margin: 0 0 44px;
  }
}
@media (min-width: 1024px) {
  .registered-content .title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (min-width: 768px) {
  .registered-content .title br {
    display: none;
  }
}
.registered-content form {
  width: 100%;
}
@media (min-width: 768px) {
  .registered-content form {
    display: flex;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .registered-content .input-icon {
    top: 18px;
  }
}
.registered-content .input-wrap {
  width: 100%;
}
.registered-content .btn {
  width: 100%;
}
@media (min-width: 768px) {
  .registered-content .btn {
    min-width: 190px;
    max-width: 190px;
    height: 56px;
    margin: 0 0 0 16px;
  }
}
.registered-nav {
  margin: auto 0 0;
}
@media (min-width: 768px) {
  .registered-nav {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.registered-nav .item {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-grow: 1;
  min-height: 160px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  padding: 15px;
  color: #fff;
  margin-top: 10px;
}
.registered-nav .item:hover {
  background: rgba(255, 255, 255, 0.4);
}
@media (min-width: 768px) {
  .registered-nav .item {
    min-width: calc(50% - 10px);
    max-width: calc(50% - 10px);
    margin-top: 20px;
  }
}
@media (min-width: 1024px) {
  .registered-nav .item {
    min-width: calc(25% - 10px);
    max-width: calc(25% - 10px);
  }
}
.registered-nav .title {
  max-width: 150px;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
}
.registered-nav .small-text {
  position: absolute;
  left: 15px;
  bottom: 15px;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
}
.registered-nav img {
  max-width: 40px;
}
.cart-page {
  padding: 24px 16px 50px;
}
@media (min-width: 1024px) {
  .cart-page {
    padding: 48px 30px 50px;
  }
}
.cart-page .breadcrumbs {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 1024px) {
  .cart-page .breadcrumbs {
    margin-top: -16px;
  }
}
.cart-page .breadcrumbs .btn-link {
  padding: 0;
}
@media (min-width: 1024px) {
  .cart-page .breadcrumbs .btn-link {
    display: none;
  }
}
.cart-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 50vh;
  max-width: 345px;
  margin: auto;
}
.cart-empty img {
  width: 72px;
  margin: auto auto 32px;
}
@media (min-width: 768px) {
  .cart-empty img {
    margin: 0 auto 32px;
  }
}
.cart-empty .btn {
  margin: 16px 0 0;
  width: 100%;
}
@media (min-width: 1024px) {
  .cart-empty .btn {
    height: 56px;
  }
}
.cart-empty p {
  font-size: 28px;
  line-height: 36px;
  margin: 0 0 auto;
}
@media (min-width: 768px) {
  .cart-empty p {
    margin: 0 0 16px;
  }
}
.cart-body {
  position: relative;
}
@media (min-width: 768px) {
  .cart-body {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media (min-width: 1440px) {
  .cart-body {
    display: grid;
    grid-template-areas: "left sum" "bottom sum";
  }
}
.cart-body .tab-body {
  padding: 0 0 20px;
}
@media (min-width: 768px) {
  .cart-left {
    width: 59%;
  }
}
@media (min-width: 1024px) {
  .cart-left {
    width: 680px;
    max-width: 100%;
  }
}
@media (min-width: 1440px) {
  .cart-left {
    grid-area: left;
  }
}
.cart-left .tabs-btn .tab-nav {
  margin: 16px 0 32px;
}
.cart-left .tabs-btn li {
  flex-grow: 1;
}
.cart-left .tabs-btn span {
  width: 100%;
}
.cart-title {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin: 0 0 16px;
}
@media (min-width: 1024px) {
  .cart-title {
    margin: 0 0 24px;
  }
}
.cart-title h1 {
  display: flex;
  align-items: flex-end;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  margin: 0;
}
@media (min-width: 1024px) {
  .cart-title h1 {
    font-size: 32px;
    line-height: 40px;
  }
}
.cart-title h1 span {
  margin-left: 12px;
  font-size: 56%;
  line-height: 2;
}
.cart-title .btn-link {
  position: absolute;
  top: -44px;
  right: 0;
  display: inline-flex;
  height: 28px;
  padding: 0;
}
@media (min-width: 1024px) {
  .cart-title .btn-link {
    position: relative;
    top: 0;
  }
}
.cart-subtitle {
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  margin: 0 0 24px;
}
@media (min-width: 1024px) {
  .cart-subtitle {
    font-size: 24px;
  }
}
.cart-items hr {
  border: 0;
  border-bottom: 1px solid #DCE8FA;
}
.cart-item {
  position: relative;
  display: flex;
  align-items: flex-start;
  border: 1px solid #DCE8FA;
  padding: 16px;
  border-radius: 4px;
}
.cart-item:not(:last-child) {
  margin: 0 0 24px;
}
.cart-items {
  margin: 0 0 40px;
}
.cart-item.is-removed .img,
.cart-item.is-removed .available,
.cart-item.is-removed .row {
  opacity: 0.6;
}
.cart-item.is-removed .discount,
.cart-item.is-removed .qty-input {
  display: none;
}
.cart-item.is-removed .btn-remove {
  z-index: 100;
}
.cart-item.is-removed .add-again {
  display: flex;
  opacity: 1;
}
.cart-item-right {
  flex-grow: 1;
}
.cart-item .img {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  margin: 0 16px 0 0;
}
@media (min-width: 768px) {
  .cart-item .img {
    min-width: 97px;
    max-width: 97px;
    height: 97px;
  }
}
@media (min-width: 1024px) {
  .cart-item .img {
    min-width: 162px;
    max-width: 162px;
    height: 162px;
  }
}
@media (min-width: 1024px) {
  .cart-item .img:hover img + img {
    display: block;
  }
}
.cart-item .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cart-item .img img + img {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 2;
  display: none;
  width: auto;
  height: auto;
  max-width: 240px;
  background: #fff;
  border: 1px solid #DCE8FA;
  padding: 8px;
}
.cart-item .btn-remove {
  position: absolute;
  top: 10px;
  right: 16px;
  height: 20px;
  padding: 0;
  color: #667894;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  background: transparent;
  border: 0;
}
.cart-item .btn-remove:hover {
  color: #242F39;
}
.cart-item .available {
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  margin: 0 0 3px;
  color: #09CF34;
}
.cart-item .available.not {
  color: #FD4040;
}
.cart-item .row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.cart-item .discount {
  margin: 0 0 3px;
  color: #FB7234;
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  text-align: right;
}
.cart-item .bonus {
  display: inline-block;
  margin: 0 0 6px;
  padding: 0 4px;
  border-radius: 4px;
  color: #fff;
  background: #09CF34;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
}
.cart-item .name {
  margin: 0 0 5px;
}
@media (min-width: 1024px) {
  .cart-item .name {
    font-size: 18px;
    line-height: 28px;
  }
}
.cart-item .price {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 4px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  white-space: nowrap;
}
.cart-item .price:not(:last-child) {
  margin: 0 0 4px;
}
@media (max-width: 576px) {
  .cart-item .per-item {
    order: -1;
    width: 100%;
    margin: 0 0 6px;
  }
}
.cart-item .per-panel {
  color: #667894;
}
.cart-item .per-watt {
  color: #667894;
  font-size: 12px;
  line-height: 1.5;
}
.cart-item sup {
  top: -0.5em;
  font-size: 10px;
}
.cart-item .old {
  margin-right: 0;
}
.cart-item .old sup {
  top: -0.3em;
}
@media (min-width: 576px) {
  .cart-item .old sup {
    top: -0.5em;
  }
}
.cart-item .save {
  color: #09CF34;
  font-size: 12px;
}
@media (min-width: 576px) {
  .cart-item .save {
    margin-top: 2px;
  }
}
.cart-item .save sup {
  top: -0.25em;
}
@media (max-width: 576px) {
  .cart-item .old,
  .cart-item .save {
    font-weight: 400;
    font-size: 12px;
  }
}
.cart-item .summ {
  font-weight: 700;
  margin: 0 0 0 16px;
  text-align: right;
  font-size: 18px;
  line-height: 1;
}
@media (min-width: 768px) {
  .cart-item .summ {
    font-size: 20px;
  }
}
.cart-item .summ-pallet {
  padding-bottom: 26px;
}
.cart-item .summ sup {
  top: -0.7em;
  font-weight: 700;
}
.cart-item .qty-line {
  margin-top: 24px;
}
.cart-item .qty-input {
  margin-top: 16px;
  height: 40px;
  line-height: 40px;
}
.cart-item .qty-plus,
.cart-item .qty-minus {
  min-width: 40px;
}
.cart-item .count {
  max-width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .cart-item .not-enough {
    flex-wrap: wrap;
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  .cart-item .not-enough {
    padding: 20px;
  }
}
@media (min-width: 768px) {
  .cart-item .not-enough img {
    max-width: 24px;
    min-width: 24px;
    margin: 0 10px 0 0;
  }
}
@media (min-width: 1200px) {
  .cart-item .not-enough img {
    max-width: 44px;
    min-width: 44px;
    margin: 0 20px 0 0;
  }
}
@media (min-width: 768px) {
  .cart-item .not-enough p {
    width: calc(100% - 34px);
    font-size: 16px;
    line-height: 24px;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .cart-item .not-enough p {
    width: calc(100% - 64px);
    font-size: 20px;
    line-height: 30px;
  }
}
@media (min-width: 768px) {
  .cart-item .not-enough .btns {
    flex-direction: column;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .cart-item .not-enough .btns {
    flex-direction: row;
    justify-content: flex-end;
  }
}
@media (min-width: 768px) {
  .cart-item .not-enough .btns:before {
    display: none;
  }
}
@media (min-width: 768px) {
  .cart-item .not-enough button {
    min-width: 250px;
    border-radius: 4px;
    margin: 10px 5px 0;
  }
}
@media (min-width: 1024px) {
  .cart-item .not-enough button {
    min-width: 200px;
    border: 1px solid #667894;
    background: rgba(102, 120, 148, 0.05);
  }
}
@media (min-width: 768px) {
  .cart-item .not-enough button:first-child {
    color: #DCE8FA;
    opacity: 0.4;
  }
}
@media (min-width: 1024px) {
  .cart-item .not-enough button:first-child {
    color: #fff;
    opacity: 1;
  }
}
@media (min-width: 768px) {
  .cart-item .not-enough button:last-child {
    border: 1px solid #667894;
    background: rgba(102, 120, 148, 0.05);
  }
}
.cart-bottom {
  width: 100%;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .cart-bottom {
    width: 59%;
  }
}
@media (min-width: 1024px) {
  .cart-bottom {
    width: 680px;
    max-width: 100%;
  }
}
@media (min-width: 1440px) {
  .cart-bottom {
    grid-area: bottom;
  }
}
.cart-bottom-offer {
  width: 100% ;
  margin: 14px 0 0;
  color: #667894;
  font-size: 14px;
  line-height: 20px;
}
.cart-bottom-offer a {
  display: inline-block;
  color: #667894;
  font-weight: 600;
  border-bottom: 1px solid rgba(102, 120, 148, 0.29);
}
.cart-bottom-offer a:hover {
  color: #117FF5;
}
.cart-bottom-inner {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.cart-bottom-label {
  display: block;
  margin: 0 0 16px;
  color: #242F39;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.4;
}
.cart-bottom .input-wrap.email {
  flex-grow: 1;
  width: 100%;
  margin: 0 0 16px;
}
@media (min-width: 1024px) {
  .cart-bottom .input-wrap.email {
    max-width: calc(60% - 16px);
    min-width: calc(60% - 16px);
    margin: 0 16px 0 0;
  }
}
@media (min-width: 1024px) {
  .cart-bottom .input-wrap.email .input-icon {
    top: 18px;
  }
}
.cart-bottom .btn {
  white-space: nowrap;
}
.cart-bottom .btn-orange,
.cart-bottom .btn-blue {
  flex-grow: 1;
  max-width: 100%;
  height: 56px;
}
@media (min-width: 1024px) {
  .cart-bottom .btn-checkout {
    padding: 0 20px;
    height: 56px;
  }
}
.cart-bottom .btn-zelle {
  width: 100%;
  background: #6D1FD4;
  border-color: #6D1FD4;
  color: #fff;
  height: 56px;
}
.cart-bottom .btn-zelle:hover {
  opacity: 0.85;
}
.cart-bottom .pay {
  margin-right: auto;
}
.cart-bottom .pay sup {
  top: -0.25em;
}
.cart-alert {
  position: relative;
  z-index: 1;
  background: #F6F7FB;
  margin: -27px 0 24px;
  padding: 10px 16px;
  border-radius: 0 0 4px 4px;
  border: 1px solid #DCE8FA;
}
@media (min-width: 1024px) {
  .cart-alert {
    display: flex;
    align-items: center;
  }
}
.cart-alert-blue {
  background: #FFEEE7;
}
.cart-alert-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  min-width: 36px;
  max-width: 36px;
  height: 36px;
  margin: 2px 12px 0 0;
  padding: 7px;
  border-radius: 50%;
}
@media (min-width: 1024px) {
  .cart-alert-icon {
    margin: 0 12px 0 0;
  }
}
.cart-alert > div {
  display: flex;
  align-items: flex-start;
}
@media (min-width: 1024px) {
  .cart-alert > div {
    align-items: center;
  }
}
.cart-alert .icon {
  margin: 1px 8px 0 0;
  -webkit-mask-size: 16px;
  mask-size: 16px;
  width: 16px;
  min-width: 16px;
  height: 16px;
  background-color: #242F39;
}
.cart-alert .btn {
  height: auto;
  margin: 4px 0 0 48px;
  padding: 0;
  color: #FB7234;
  line-height: 20px;
}
@media (min-width: 1024px) {
  .cart-alert .btn {
    margin: 0 0 0 auto;
  }
}
.cart-alert .symbol {
  line-height: 1;
  cursor: pointer;
}
.cart-alert-payment {
  margin-top: -26px;
}
.cart-mvp {
  margin: -24px 0 24px;
  border-radius: 4px;
  border: 1px solid #F6F7FB;
  overflow: hidden;
  transition: all 0.2s;
}
@media (min-width: 1024px) {
  .cart-mvp {
    margin: -16px 0 40px;
  }
}
.cart-mvp.is-open {
  border-color: #117FF5;
}
.cart-mvp.is-open .cart-mvp-header {
  background: #F0F7FF;
}
.cart-mvp.is-open .cart-mvp-body {
  border-top: 1px solid #117FF5;
  max-height: 300px;
  padding: 16px;
}
@media (min-width: 1024px) {
  .cart-mvp.is-open .cart-mvp-body {
    padding: 20px 16px;
  }
}
.cart-mvp-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 16px;
  background: #F6F7FB;
  cursor: pointer;
  transition: all 0.3s;
}
.cart-mvp-header .toggler {
  pointer-events: none;
}
.cart-mvp-header .toggler label {
  padding-left: 44px;
}
.cart-mvp-header p {
  margin: 0 16px 0 0;
  font-weight: 500;
}
.cart-mvp-body {
  position: relative;
  max-height: 0;
  transition: all 0.4s;
  padding: 0 16px;
  overflow: hidden;
}
.cart-mvp-body p {
  margin: 0;
}
.cart-mvp-engineer {
  display: flex;
  align-items: center;
  margin: 0 0 16px;
}
@media (min-width: 1024px) {
  .cart-mvp-engineer {
    margin: 0 0 12px;
  }
}
.cart-mvp-engineer img {
  min-width: 48px;
  max-width: 48px;
  margin-right: 12px;
  border-radius: 50%;
}
.cart-mvp-engineer .name {
  font-weight: 500;
}
.cart-mvp-engineer .gray {
  font-size: 14px;
  line-height: 1.4;
}
.checkout-liftgate,
.checkout-freight-insurance {
  margin: 0 0 48px;
}
.checkout-liftgate + .checkout-liftgate,
.checkout-liftgate + .checkout-freight-insurance,
.checkout-freight-insurance + .checkout-liftgate,
.checkout-freight-insurance + .checkout-freight-insurance {
  margin-top: -32px;
}
.checkout-liftgate .gray:hover,
.checkout-freight-insurance .gray:hover {
  color: #117FF5;
  cursor: pointer !important;
}
.checkout-liftgate input:checked + label:after,
.checkout-freight-insurance input:checked + label:after {
  left: 16px;
}
.checkout-liftgate label,
.checkout-freight-insurance label {
  display: flex;
  align-items: center;
  height: 56px;
  padding: 16px 16px 16px 44px;
  color: #242F39;
  border: 1px solid #DCE8FA;
  border-radius: 4px;
}
.checkout-liftgate label:hover,
.checkout-freight-insurance label:hover {
  color: #242F39;
}
.checkout-liftgate label:before,
.checkout-freight-insurance label:before {
  left: 16px;
}
.checkout-liftgate span,
.checkout-freight-insurance span {
  margin-left: auto;
  color: #667894;
}
.checkout-liftgate span.free,
.checkout-freight-insurance span.free {
  margin-left: 5px;
  font-weight: 500;
}
.add-again {
  display: none;
  background: #fff;
  align-items: center;
  justify-content: space-between;
  font-weight: 500;
  color: #117FF5;
}
@media (max-width: 768px) {
  .add-again.unavailable {
    flex-direction: column;
    align-items: flex-start;
    margin-top: -10px;
  }
}
@media (max-width: 768px) {
  .add-again.unavailable .btn {
    width: 100%;
    margin: 20px 0 0;
  }
}
.add-again .btn {
  color: #117FF5;
  border-color: #117FF5;
  white-space: nowrap;
  margin: 0 0 0 15px;
}
.add-again .icon {
  margin: 0 0 0 6px;
  background-color: #117FF5;
}
.summary {
  padding: 40px 0 0;
}
@media (min-width: 768px) {
  .summary {
    position: sticky;
    top: 24px;
    width: 39.5%;
    padding: 10px 0 0;
  }
}
@media (min-width: 1024px) {
  .summary {
    width: 412px;
    max-width: calc(100% - 700px);
  }
}
@media (min-width: 1440px) {
  .summary {
    grid-area: sum;
    max-width: 28vw;
  }
}
.summary.no-sticky {
  position: relative;
  top: 0;
}
.summary-alert {
  display: flex;
  align-items: flex-start;
  padding: 8px 16px;
  background: #DEFFCF;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 10px;
}
.summary-alert .icon {
  min-width: 16px;
  max-width: 16px;
  margin: 2px 8px 0 0;
}
.summary .title {
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
  margin: 0 0 24px;
}
@media (min-width: 768px) {
  .summary .title {
    font-size: 24px;
    line-height: 1;
  }
}
.summary hr {
  margin: 0 0 24px;
  border: 0;
  border-bottom: 1px solid #DCE8FA;
}
.summary ul {
  margin: 0 0 24px;
  padding: 0;
  list-style-type: none;
}
.summary li {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  line-height: 1.4;
  color: #667894;
}
.summary li:not(:last-child) {
  margin: 0 0 8px;
}
.summary li a,
.summary li span {
  color: #117FF5;
}
.summary li > div:last-child {
  white-space: nowrap;
  padding-left: 30px;
}
.summary .address {
  margin: 0 0 8px;
}
.summary .more-panels {
  color: #242F39;
}
.summary .items,
.summary .subtotal {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
  color: #242F39;
}
.summary .subtotal {
  font-size: 24px;
}
.summary .subtotal sup {
  top: -1.4em;
}
.summary .items {
  margin: 0 0 8px;
}
.summary .same-cost {
  display: flex;
  align-items: flex-start;
  padding: 8px 15px 8px 12px;
  margin: -8px 0 24px;
  background: #F6F7FB;
  border-radius: 4px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.4;
}
.summary .same-cost .icon {
  margin-top: 2px;
  height: 18px;
  width: 18px;
  min-width: 18px;
  -webkit-mask-size: cover;
}
.summary .same-cost .icon:hover {
  background-color: #242F39;
}
.summary .same-cost p {
  margin: 0 0 0 6px;
}
.summary .credit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  font-weight: 500;
  color: #117FF5;
  border-radius: 4px;
  background: #F3F8FE;
}
.summary .red {
  display: block;
}
.summary .black {
  font-weight: 500;
}
.summary sup {
  font-size: 8px;
  line-height: 24px;
  top: -0.6em;
}
.promocode {
  display: flex;
  position: relative;
  margin: 0 0 16px;
}
.promocode .input-wrap {
  flex-grow: 1;
  margin: 0;
}
.promocode .btn {
  width: 80px;
  min-width: 80px;
  height: 56px;
  margin: 0 0 0 16px;
}
.secured {
  max-width: 480px;
}
.secured img {
  margin: 0 10px 0 0;
}
.secured p {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 30px;
}
@media (min-width: 1024px) {
  .secured p {
    font-size: 24px;
    margin: 0 0 20px;
  }
}
.secured .title {
  display: flex;
  align-items: center;
  margin: 0 0 24px;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
}
@media (min-width: 1024px) {
  .secured .title {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
  }
}
.delivery-method {
  max-width: 370px;
}
.delivery-method .cart-subtitle {
  margin: 0 0 12px;
}
.billing .address-form {
  display: none;
  margin-bottom: -16px;
  padding: 16px 0 0;
}
.billing-toggle.is-open .icon {
  transform: rotate(180deg);
}
.billing-toggle:hover .icon {
  background-color: #FB7234;
}
.billing .cart-subtitle {
  margin: 0 0 24px;
}
.billing .btn {
  height: auto;
  padding: 0;
}
.billing-same {
  display: grid;
  gap: 4px;
}
@media (min-width: 576px) {
  .billing-same {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
  }
}
.billing-kyc {
  display: flex;
  align-items: center;
  gap: 6px;
  width: 210px;
  margin: 4px 0 0;
  padding: 0 10px;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  background: #F6F7FB;
  border-radius: 32px;
  white-space: nowrap;
}
@media (min-width: 576px) {
  .billing-kyc {
    margin: 0;
  }
}
.billing-kyc .icon {
  background-color: #667894;
}
.billing--order {
  position: relative;
  margin: -24px 0 0;
  padding: 0 24px 20px;
  background: #fafcff;
  border: 1px solid #dce8fa;
  border-top: 0;
  border-radius: 0 0 4px 4px;
}
.shipping {
  margin: 0 0 32px;
}
@media (min-width: 1024px) {
  .address-form .input-icon {
    top: 18px;
  }
}
.address-form .input-wrap {
  width: 100%;
  margin: 0 0 16px;
}
@media (min-width: 1024px) {
  .address-form-line .input-wrap {
    margin-bottom: 0;
  }
}
.address-form textarea {
  height: 112px;
}
@media (min-width: 1024px) {
  .address-location-1 {
    display: flex;
    gap: 16px;
  }
}
.address-location-1 .input-wrap {
  flex-grow: 1;
}
.address-location-2 {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .address-location-2 .input-wrap {
    width: calc(33% - 8px) !important;
  }
}
@media (min-width: 1024px) {
  .address-location-2 .input-wrap:last-child {
    width: calc(33% - 10px) !important;
  }
}
@media (min-width: 1024px) {
  .address-location-2 .input-wrap:not(:last-child) {
    margin-right: 16px !important;
  }
}
.address-location-2 .input-select-chosen {
  height: 56px;
}
.address-location-2 .input-select-custom.is-open .input-select-chosen {
  height: 58px;
}
.address-location {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .address-location .input-state {
    flex-grow: 1;
    max-width: 76%;
  }
}
@media (min-width: 1024px) {
  .address-location .input-state:first-child {
    margin-right: 16px;
  }
}
@media (min-width: 1024px) {
  .address-location .zip {
    max-width: calc(24% - 16px);
  }
}
@media (min-width: 1024px) {
  .address-location .zip:first-child {
    margin-right: 16px;
  }
}
@media (min-width: 1024px) {
  .address-location--big-zip .input-state {
    max-width: 59%;
  }
}
@media (min-width: 1024px) {
  .address-location--big-zip .zip {
    max-width: calc(41% - 16px);
  }
}
@media (min-width: 1024px) {
  .address-contact,
  .address-name {
    display: flex;
  }
}
@media (min-width: 1024px) {
  .address-contact .input-wrap,
  .address-name .input-wrap {
    width: calc(50% - 8px);
  }
}
@media (min-width: 1024px) {
  .address-contact .input-wrap:not(:last-child),
  .address-name .input-wrap:not(:last-child) {
    margin-right: 16px;
  }
}
.address-form .cart-alert {
  margin: 0;
  padding: 16px 12px;
  background: #FFEEB0;
}
.payment-method {
  width: 100%;
  margin-top: 32px;
}
.payment-offer {
  position: relative;
  display: flex;
  background: #F6F7FB;
  border-radius: 4px;
  margin-bottom: 24px;
}
.payment-offer-mobile {
  padding: 12px 16px;
  flex-direction: column;
}
@media (min-width: 768px) {
  .payment-offer-mobile {
    display: none;
  }
}
.payment-offer-mobile span {
  font-weight: 500;
  font-size: 16px;
}
.payment-offer-mobile img {
  height: 24px;
}
.payment-offer-mobile div {
  display: flex;
}
.payment-offer-mobile div:first-of-type {
  align-items: center;
  margin-bottom: 8px;
}
.payment-offer-mobile div:first-of-type span {
  color: #09CF34;
}
.payment-offer-mobile div:first-of-type img {
  margin-left: auto;
}
.payment-offer-mobile div:last-of-type {
  margin-top: 8px;
}
.payment-offer-mobile div:last-of-type span {
  text-decoration: underline;
  margin-right: 12px;
}
.payment-offer-desktop {
  flex-wrap: wrap;
  display: none;
  cursor: pointer;
  padding: 12px 24px;
  align-items: center;
}
.payment-offer-desktop img {
  width: 40px;
}
@media (min-width: 768px) {
  .payment-offer-desktop {
    display: flex;
  }
}
.payment-offer-desktop span {
  font-weight: 500;
  font-size: 16px;
}
.payment-offer-desktop-save {
  color: #09CF34;
  margin-left: auto;
}
.payment-offer-desktop-text {
  margin-left: 6px;
}
.payment-offer img:first-child {
  position: absolute;
  top: -6px;
  left: 6px;
}
.payment-service {
  padding: 44px 0;
  text-align: center;
}
@media (min-width: 768px) {
  .payment-service {
    padding: 64px 0;
  }
}
.payment-service .gray {
  font-size: 12px;
  line-height: 18px;
  margin: 27px auto 0;
}
@media (min-width: 768px) {
  .payment-service .gray {
    margin: 50px auto 0;
  }
}
.payment-service_ach {
  padding: 58px 0 38px;
}
.payment-service__description {
  max-width: 300px;
}
.payment-service__success {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}
.payment-service__title {
  font-size: 32px;
  font-weight: 700;
  line-height: 24px;
}
.payment-service__ach {
  margin: 0 auto;
  max-width: 300px;
}
.payment-service__ach p {
  margin: 0;
}
.payment-service__ach p:not(:last-child),
.payment-service__ach button {
  margin-bottom: 24px;
}
.payment-service__ach .gray {
  margin: 0;
}
.payment-service__ach .btn-blue {
  font-size: 14px;
}
.payment-service__account-details {
  display: flex;
  flex-flow: column;
  max-width: 320px;
  margin: 0 auto;
  padding-bottom: 6px;
}
.payment-service__account-details .icon {
  background-color: #09CF34;
}
.payment-service__account-details .icon-check {
  -webkit-mask-size: 32px;
  mask-size: 32px;
}
.payment-service__secured {
  display: flex;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
}
.payment-service__secured p {
  margin: 0;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}
.payment-service__change {
  margin: 8px 0 0 auto;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  display: inline;
  height: auto;
  padding: 0;
}
.payment-service_check {
  padding: 16px 0 0 0;
}
.payment-service_check .gray {
  max-width: unset;
  margin: 27px auto 0;
}
@media (min-width: 768px) {
  .payment-service_check .gray {
    margin: 16px auto 0;
  }
}
.payment-service--wire {
  padding-left: 16px;
  padding-right: 16px;
}
.payment-service--wire .gray {
  margin: 12px 0 32px;
}
@media (min-width: 768px) {
  .payment-service--wire .input-wrap {
    max-width: 390px;
    margin-left: auto;
    margin-right: auto;
  }
}
.payment-service--wire .input-wrap:last-child {
  margin-bottom: 0;
}
.payment-account {
  display: flex;
  margin: 0 auto;
  margin-top: 24px;
  background: #fff;
  border: 1px solid #DCE8FA;
  border-radius: 4px;
  align-items: center;
  padding: 14px 16px;
  gap: 10px;
  min-width: 320px;
}
.payment-account p {
  margin: 0;
}
.payment-account__logo {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 24px;
  height: 32px;
  width: 32px;
  overflow: hidden;
}
.payment-account__logo .svg {
  height: 26px;
}
.payment-account__details {
  display: flex;
  flex-flow: column;
  align-items: start;
}
.payment-account__last4 {
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
}
.payment-account__amount {
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  color: #667894;
}
.payment-account__holder {
  margin: 0 0 0 auto;
}
.payment-account__holder p {
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
}
.payment-ach {
  padding: 20px;
}
.payment-ach-intro {
  margin: 0 0 24px;
}
.payment-ach-help {
  position: relative;
  display: inline-flex;
  align-items: center;
  color: #117FF5;
  cursor: pointer;
}
.payment-ach-help img {
  width: 20px;
  margin-right: 10px;
}
.payment-ach-help p {
  margin: 0;
  font-size: 14px;
}
.payment-ach-img img {
  width: 220px;
}
@media (min-width: 768px) {
  .payment-ach-img img {
    width: 300px;
  }
}
@media (min-width: 768px) {
  .payment-ach .two-column {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .payment-ach .two-column .input-wrap {
    width: calc(50% - 8px);
  }
}
.payment-ach .input-wrap {
  width: 100%;
  margin-bottom: 20px;
}
.payment-zelle {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 15px;
  font-weight: 700;
  line-height: 1.25;
  font-size: 32px;
  color: #6D1FD4;
}
.payment-zelle img {
  margin: 0 0 0 10px;
}
.logos {
  display: flex;
  align-items: center;
  padding: 16px 0 0;
}
@media (min-width: 768px) {
  .logos {
    padding: 24px 0 0;
  }
}
@media (min-width: 768px) {
  .logos .vpn {
    position: absolute;
    top: 24px;
    right: 24px;
  }
}
.logos img {
  margin: 0 12px 0 0;
}
.logos img:last-child {
  margin: 0 0 0 auto;
}
.split-text {
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 5px 0 13px;
}
.location {
  padding: 10px 15px;
  font-weight: 500;
}
.location:hover {
  background: #F6F7FB;
}
.location-pickup {
  position: relative;
  cursor: pointer;
  background: #fff;
  z-index: 1;
  border: 1px solid #DCE8FA;
}
.location-pickup.is-open .icon {
  transform: rotate(-180deg) translateY(50%);
}
.location-pickup.is-open .location-list {
  display: block;
}
.location-pickup .icon {
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  pointer-events: none;
}
.location-list {
  display: none;
  position: absolute;
  top: 100%;
  left: -1px;
  right: -1px;
  background: #fff;
  margin: -1px 0 0;
  padding: 0 0 10px;
  box-shadow: 0 8px 10px rgba(1, 26, 50, 0.1);
  border: 1px solid #DCE8FA;
}
.location-list .active {
  display: none;
}
.location .name {
  display: flex;
  align-items: center;
}
.location .desc {
  font-size: 12px;
  line-height: 16px;
  color: #667894;
}
.location .label {
  background: #09CF34;
  margin: 0 0 0 8px;
  padding: 0 5px;
  border-radius: 4px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
}
.location .label.orange {
  background: #FB7234;
}
.enter-zip {
  font-weight: 400;
}
.text-right {
  text-align: right;
}
.text-right__inline {
  margin-bottom: 6px;
}
/* Базовый контейнер */
.skeleton {
  position: relative;
  overflow: hidden;
  background-color: #fafcff00;
  /* нейтральный серый */
  border-radius: 3px;
}
.skeleton-stripe {
  min-height: 300px;
}
/* Анимация "бегающего блика" */
.skeleton::after {
  content: '';
  position: absolute;
  inset: 0;
  transform: translateX(-100%);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.9), transparent);
  animation: skeleton-shimmer 1.4s infinite;
}
@keyframes skeleton-shimmer {
  100% {
    transform: translateX(100%);
  }
}
.payment-skeleton {
  border-radius: 8px;
  background: #f9fbff;
}
.sk-input,
.sk-button {
  background: #e6ebf2;
  opacity: 0.3;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}
.sk-input {
  height: 44px;
  margin-bottom: 14px;
}
.sk-input.small {
  width: 48%;
}
.sk-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}
.sk-button {
  height: 48px;
  margin-top: 24px;
}
/* shimmer */
.sk-input::after,
.sk-button::after {
  content: '';
  position: absolute;
  inset: 0;
  transform: translateX(-100%);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.6), transparent);
  animation: shimmer 1.3s infinite;
}
@keyframes shimmer {
  100% {
    transform: translateX(100%);
  }
}
/* уважение prefers-reduced-motion */
@media (prefers-reduced-motion: reduce) {
  .sk-input::after,
  .sk-button::after {
    animation: none;
  }
}
.orders-list-header {
  display: none;
}
@media (min-width: 768px) {
  .orders-list-header {
    display: flex;
    align-items: center;
    padding: 0 10px 10px;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #667894;
    text-transform: uppercase;
  }
}
@media (min-width: 1024px) {
  .orders-list-header {
    padding: 0 20px 16px;
  }
}
.orders-list-header .id {
  width: 12%;
  transform: translateX(-10px);
}
@media (min-width: 1024px) {
  .orders-list-header .id {
    width: 110px;
    transform: translateX(-20px);
  }
}
.orders-list-header .name {
  width: 19%;
}
@media (min-width: 1024px) {
  .orders-list-header .name {
    width: 190px;
    margin-right: auto;
  }
}
.orders-list-header .status {
  min-width: 158px;
  max-width: 158px;
}
@media (min-width: 1024px) {
  .orders-list-header .status {
    margin-right: 10px;
  }
}
.orders-list-header .address {
  width: 34%;
}
@media (min-width: 1024px) {
  .orders-list-header .address {
    width: 410px;
  }
}
.orders-list-header .date {
  width: 14%;
}
@media (min-width: 1024px) {
  .orders-list-header .date {
    width: 110px;
  }
}
.orders-list-header .total {
  width: 9%;
}
@media (min-width: 1024px) {
  .orders-list-header .total {
    width: 90px;
    margin-right: auto;
  }
}
.orders-list-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px 0 44px;
  text-align: center;
}
.orders-list-empty .img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin: 0 0 16px;
  padding: 8px;
  border-radius: 50%;
  background: #F6F7FB;
}
.orders-list-empty .btn {
  width: 147px;
  margin-top: 20px;
}
.orders-list-empty p {
  margin: 0 0 8px;
}
.order-item {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  border: 1px solid #EDF0F4;
  border-radius: 4px;
  padding: 10px;
  margin: 0 0 10px;
}
@media (min-width: 768px) {
  .order-item {
    min-height: 60px;
    flex-wrap: nowrap;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .order-item {
    padding: 20px 32px 20px 20px;
    margin: 0 0 20px;
  }
}
.order-item:hover,
.order-item:focus {
  color: #242F39;
  border-color: #667894;
}
.order-item .id {
  padding-right: 10px;
}
@media (min-width: 375px) {
  .order-item .id {
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  .order-item .id {
    width: 12%;
  }
}
@media (min-width: 1024px) {
  .order-item .id {
    width: 110px;
  }
}
.order-item .name {
  padding-right: 10px;
  max-width: calc(100% - 170px);
}
@media (min-width: 375px) {
  .order-item .name {
    padding-right: 20px;
    max-width: initial;
  }
}
@media (min-width: 768px) {
  .order-item .name {
    order: 2;
    width: 19%;
  }
}
@media (min-width: 1024px) {
  .order-item .name {
    width: 190px;
    margin-right: auto;
  }
}
.order-item .status {
  display: block;
  min-width: 158px;
  max-width: 158px;
  margin-left: auto;
  text-align: right;
}
@media (min-width: 768px) {
  .order-item .status {
    order: 3;
    text-align: left;
  }
}
@media (min-width: 1024px) {
  .order-item .status {
    margin-left: 0;
  }
}
.order-item .status span {
  display: inline-block;
  white-space: nowrap;
  padding: 0 10px;
  border-radius: 4px;
  font-size: 12px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff !important;
}
.order-item .status span.green {
  background: #09CF34;
}
.order-item .status span.red {
  background: #FD4040;
}
.order-item .status span.orange {
  background: #FB7234;
}
.order-item .address {
  padding: 28px 0 0;
  color: #667894;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 768px) {
  .order-item .address {
    width: 34%;
    order: 1;
    padding: 0 20px 0 0;
    color: inherit;
  }
}
@media (min-width: 1024px) {
  .order-item .address {
    width: 410px;
  }
}
@media (min-width: 768px) {
  .order-item .date {
    width: 14%;
  }
}
@media (min-width: 1024px) {
  .order-item .date {
    width: 110px;
  }
}
@media (min-width: 768px) {
  .order-item .date span {
    display: none;
  }
}
.order-item .total {
  margin-left: auto;
}
@media (min-width: 768px) {
  .order-item .total {
    width: 9%;
    margin: 0;
  }
}
@media (min-width: 1024px) {
  .order-item .total {
    width: 90px;
    margin-right: auto;
  }
}
.order-item sup {
  font-size: 10px;
  line-height: 25px;
}
.order-top {
  margin: 0 0 40px;
}
@media (min-width: 1024px) {
  .order-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    margin: 0 0 56px;
  }
}
.order-track {
  display: flex;
  align-items: center;
  gap: 4px;
  font-weight: 500;
  color: #117FF5;
}
.order-track:hover {
  opacity: 0.8;
}
.order-success h1 {
  font-size: 36px;
}
@media (min-width: 1024px) {
  .order-success h1 {
    font-size: 60px;
  }
}
.order-success__header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 16px;
  color: #667894;
}
.order-success__footer {
  margin-top: 32px;
}
.order-success__purchase,
.order-success__cancel {
  display: flex;
  align-items: center;
  padding: 0;
  border: 0;
  background: transparent;
  font-weight: 500;
  line-height: 1;
}
.order-success__purchase:hover,
.order-success__cancel:hover {
  cursor: pointer;
}
.order-success__purchase {
  color: #117FF5;
}
.order-success__purchase .icon {
  margin-right: 4px;
  background-color: #117FF5;
}
.order-success__cancel {
  color: #667894;
}
.order-success__steps {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  margin: 0 0 32px;
}
@media (min-width: 375px) {
  .order-success__steps {
    flex-direction: row;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .order-success__steps {
    margin: 0;
  }
}
.order-success__steps:before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  width: 1px;
  height: 48px;
  display: block;
  background: #EBEBEB;
  transform: translate(-50%, -50%);
  content: '';
}
@media (min-width: 375px) {
  .order-success__steps:before {
    width: 48px;
    height: 1px;
    transform: translateX(-50%);
  }
}
.order-success__step {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  padding: 4px 10px;
  background: #EBEBEB;
  border-radius: 32px;
  font-weight: 700;
  color: #667894;
}
@media (min-width: 375px) {
  .order-success__step {
    justify-content: flex-start;
  }
}
.order-success__step.is-active,
.order-success__step.is-placed {
  margin: 0 0 16px;
  color: #fff;
}
@media (min-width: 375px) {
  .order-success__step.is-active,
  .order-success__step.is-placed {
    margin: 0 24px 0 0;
  }
}
.order-success__step.is-active {
  background: #EEB72A;
}
.order-success__step.is-placed {
  background: #117FF5;
}
.order-success__step:hover .order-success__step-next {
  display: block;
}
.order-success__step .icon {
  margin-left: 4px;
  background-color: #fff;
}
.order-success__step .icon:hover {
  background-color: #fff;
}
.order-success__step-next {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  display: none;
  width: 195px;
  margin-top: 8px;
  padding: 20px 16px;
  border-radius: 4px;
  border: 1px solid #D8D8D8;
  background: #fff;
}
.order-success__step-next:before {
  position: absolute;
  top: -9px;
  right: 0;
  left: 0;
  display: block;
  height: 10px;
  content: '';
}
.order-success__step-next:hover {
  display: block;
}
.order-success__step-next ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.order-success__step-next li {
  position: relative;
  padding: 0 0 16px 24px;
  color: #667894;
  font-weight: 700;
}
.order-success__step-next li:last-child {
  padding-bottom: 0;
}
.order-success__step-next li:last-child:after {
  display: none;
}
.order-success__step-next li:before {
  position: absolute;
  top: 3px;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #667894;
  content: '';
}
.order-success__step-next li:after {
  position: absolute;
  top: 5px;
  left: 7.5px;
  bottom: -4px;
  z-index: -1;
  width: 1px;
  display: block;
  background: #667894;
  content: '';
}
.order-success__step-next li.is-cancel,
.order-success__step-next li.is-active {
  color: #242F39;
}
.order-success__step-next li.is-cancel:before {
  background: #117FF5;
}
.order-success__step-next li.is-cancel:after {
  background: #117FF5;
}
.order-success__step-next li.is-active:before {
  background: #117FF5;
}
.order-success__table {
  margin: 0 0 32px;
  border: 1px solid #DCE8FA;
  border-radius: 4px;
}
.order-success__table .order-success__alert {
  margin: 0;
  border-radius: 4px 4px 0 0;
  background: #FFF7D9;
}
.order-success__table .order-success__alert--red {
  grid-template-columns: 56px 1fr;
  padding: 16px;
  background: #FFE3E3;
}
@media (min-width: 1024px) {
  .order-success__table .order-success__alert--red {
    padding: 20px 16px;
  }
}
.order-success__table .order-success__alert--red .order-success__alert-title {
  margin: 0 0 8px;
  font-size: 24px;
  line-height: 32px;
}
@media (min-width: 1024px) {
  .order-success__table .order-success__alert--red .order-success__alert-title {
    margin: 0 0 10px;
  }
}
.order-success__table .order-success__alert--red .order-success__alert-icon {
  width: 56px;
  height: 56px;
}
@media (min-width: 1024px) {
  .order-success__table .order-success__alert--red .gray {
    font-size: 16px;
  }
}
.order-success__table .order-success__video {
  margin: 8px 16px 16px;
}
.order-success__table-header {
  padding: 24px 16px;
}
@media (min-width: 1024px) {
  .order-success__table-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.order-success__table-title {
  margin: 0 0 8px;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
}
@media (min-width: 1024px) {
  .order-success__table-title {
    font-size: 32px;
  }
}
.order-success__table-change {
  margin: 0 0 12px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #117FF5;
}
@media (min-width: 1024px) {
  .order-success__table-change {
    margin: 0;
  }
}
.order-success__alert {
  display: grid;
  grid-gap: 16px;
  grid-template-columns: 44px 1fr;
  margin: 0 0 32px;
  padding: 20px 16px;
  background: #F3F8FE;
  border-radius: 4px;
}
@media (min-width: 1024px) {
  .order-success__alert {
    margin: 0 0 56px;
  }
}
.order-success__alert--yellow {
  background: #FFF7D9;
}
.order-success__alert--red {
  background: #FFE3E3;
}
.order-success__alert-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #fff;
}
.order-success__alert-title {
  margin: 0 0 5px;
  font-weight: 700;
}
.order-success__alert-list {
  display: flex;
  margin: 0;
  padding: 0;
  gap: 16px;
  font-size: 14px;
}
.order-success__alert-list li {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.order-success__alert-list .icon-check {
  background-color: #09CF34;
}
.order-success__alert-list .icon-close {
  background-color: #FD4040;
  mask-size: contain;
}
.order-success__alert .gray {
  margin: 0;
  font-size: 14px;
}
.order-success__due {
  font-size: 18px;
  line-height: 1.2;
}
@media (min-width: 1024px) {
  .order-success__due {
    font-size: 24px;
  }
}
.order-success__tr {
  padding: 16px;
}
@media (min-width: 1024px) {
  .order-success__tr {
    display: flex;
    align-items: flex-start;
  }
}
.order-success__tr + .order-success__tr {
  border-top: 1px solid #DCE8FA;
}
.order-success__tr .gray {
  padding: 0 0 4px;
}
@media (min-width: 1024px) {
  .order-success__tr .gray {
    min-width: 190px;
    padding: 0 16px 0 0;
  }
}
.order-success__tr .icon {
  margin-left: 4px;
  background-color: #667894;
}
.order-success__tr div {
  display: flex;
  align-items: center;
}
.order-success__tr .click-to-copy {
  cursor: pointer;
}
.order-success__tr .qr-code img {
  width: 70%;
}
@media (min-width: 1024px) {
  .order-success__tr .qr-code img {
    width: 45%;
  }
}
.order-success__video {
  position: relative;
  margin: 0 0 32px;
  padding-bottom: 56.25%;
  /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
  height: 0;
  border-radius: 4px;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .order-success__video {
    margin: 0 0 56px;
  }
}
.order-success__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
  outline-width: 0;
}
.order-success__subtitle {
  margin: 0 0 24px;
  font-weight: 700;
  font-size: 24px;
}
@media (min-width: 1024px) {
  .order-success__subtitle {
    font-size: 32px;
  }
}
.order-success__feedback {
  display: grid;
  grid-gap: 16px;
  margin: 0 0 32px;
  padding: 16px;
  border: 1px solid #DCE8FA;
  border-radius: 4px;
}
@media (min-width: 1024px) {
  .order-success__feedback {
    grid-template-columns: 40px 1fr;
    margin: 0 0 56px;
  }
}
.order-success__feedback-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 8px;
  border-radius: 6px;
  background: #F6F7FB;
}
.order-success__feedback-title {
  margin: 0 0 4px;
  font-weight: 700;
  font-size: 24px;
}
.order-success__feedback-text {
  margin: 0 0 24px;
}
.order-success__feedback-btns {
  display: flex;
  align-items: center;
  gap: 16px;
}
.order-success__feedback-btns .btn {
  flex-grow: 1;
  margin: 0;
}
@media (min-width: 1024px) {
  .order-success__feedback-btns .btn {
    flex-grow: initial;
    min-width: 160px;
    height: 56px;
  }
}
.order-success__downloads {
  border: 1px solid #DCE8FA;
  border-radius: 4px;
}
@media (min-width: 1024px) {
  .order-success__downloads {
    display: grid;
    grid-template-columns: repeat(2, 50%);
  }
}
.order-success__downloads:not(:last-child) {
  margin: 0 0 32px;
}
@media (min-width: 1024px) {
  .order-success__downloads:not(:last-child) {
    margin: 0 0 56px;
  }
}
.order-success__downloads--single {
  display: inline-block;
}
.order-success__downloads--single a {
  padding: 0 24px;
}
.order-success__downloads a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 72px;
  font-weight: 500;
  color: #117FF5;
}
.order-success__downloads a:not(:last-child) {
  border-bottom: 1px solid #DCE8FA;
}
@media (min-width: 1024px) {
  .order-success__downloads a:not(:last-child) {
    border: 0;
    border-right: 1px solid #DCE8FA;
  }
}
.order-success__downloads a:hover {
  background: #F3F8FE;
}
.order-success__downloads .icon {
  margin-right: 8px;
  background-color: #117FF5;
}
.order-success__manager {
  position: relative;
  padding: 24px 16px;
  border: 1px solid #DCE8FA;
  border-radius: 4px;
  overflow: hidden;
}
.order-success__manager:not(:last-child) {
  margin: 0 0 32px;
}
@media (min-width: 1024px) {
  .order-success__manager:not(:last-child) {
    margin: 0 0 56px;
  }
}
.order-success__manager-top {
  display: flex;
  align-items: center;
  margin: 0 0 24px;
  font-size: 20px;
}
.order-success__manager-call {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #fff;
}
.order-success__manager-call .icon {
  width: 36px;
  height: 36px;
  margin: auto;
  background-color: #09CF34;
  mask-size: contain;
  -webkit-mask-size: contain;
}
.order-success__manager-call .icon-wrap {
  display: flex;
  width: 67px;
  height: 67px;
  margin: 0 0 16px;
  background: #F6F7FB;
  border-radius: 16px;
}
.order-success__manager-call .title {
  margin: 0 0 8px;
  font-weight: 500;
  font-size: 24px;
}
@media (min-width: 1024px) {
  .order-success__manager-call br {
    display: none;
  }
}
.order-success__manager img {
  width: 56px;
  margin-right: 12px;
}
.order-success__manager p {
  margin: 0 0 8px;
}
.order-success__manager p:last-child {
  margin: 0;
}
.order-success__manager a {
  color: #117FF5;
}
.order-success__manager .btn {
  width: 100%;
  height: 56px;
  margin: 24px 0 0;
}
@media (min-width: 1024px) {
  .order-success__manager .btn {
    position: absolute;
    top: 8px;
    right: 16px;
    z-index: 1;
    width: 165px;
  }
}
.order-success__manager .btn + .btn {
  gap: 6px;
  margin: 16px 0 0;
}
@media (min-width: 1024px) {
  .order-success__manager .btn + .btn {
    top: 88px;
  }
}
.order-page {
  padding: 10px 15px;
}
@media (min-width: 1024px) {
  .order-page {
    padding: 20px 30px;
  }
}
.order-page h1 {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  margin: 0 0 5px;
}
@media (min-width: 768px) {
  .order-page h1 {
    font-size: 40px;
    line-height: 48px;
  }
}
@media (min-width: 1024px) {
  .order-page h1 {
    align-items: flex-start;
    font-size: 60px;
    line-height: 72px;
    margin: 0;
  }
}
.order-page h1 .status {
  display: block;
  font-weight: 500;
  font-size: 12px;
  line-height: 24px;
  padding: 0 10px;
  border-radius: 4px;
  margin: 0 0 0 10px;
  text-transform: uppercase;
  color: #fff;
}
@media (min-width: 1024px) {
  .order-page h1 .status {
    margin: 17px 0 0 15px;
  }
}
.order-page h1 .status.status-green {
  background: #09CF34;
}
.order-page h1 .status.status-red {
  background: #FD4040;
}
.order-page h1 .status.status-orange {
  background: #FB7234;
}
.order-date {
  margin: 0 0 12px;
  font-weight: 700;
}
@media (min-width: 1024px) {
  .order-date {
    margin: 0 0 16px;
    font-size: 24px;
    line-height: 32px;
  }
}
.order-tools {
  padding: 0;
  margin: 0 0 30px;
  list-style-type: none;
}
@media (min-width: 768px) {
  .order-tools {
    display: flex;
    flex-wrap: wrap;
  }
}
.order-tools li {
  margin: 0 -15px;
  border-bottom: 1px solid #DCE8FA;
}
@media (min-width: 768px) {
  .order-tools li {
    margin: 0;
    width: calc(50% - 5px);
  }
}
.order-tools li:first-child {
  border-top: 1px solid #DCE8FA;
}
@media (min-width: 768px) {
  .order-tools li:nth-child(2) {
    border-top: 1px solid #DCE8FA;
  }
}
@media (min-width: 768px) {
  .order-tools li:nth-child(odd) {
    margin-right: 10px;
  }
}
.order-tools a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
  color: #117FF5;
  font-weight: 500;
}
.order-tools a:hover {
  color: #FB7234;
}
@media (min-width: 768px) {
  .order-tools a {
    justify-content: flex-start;
    padding: 10px 0;
  }
}
.order-tools .icon {
  margin-right: 10px;
}
.order-subtitle {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  margin: 0 0 20px;
}
@media (min-width: 1024px) {
  .order-subtitle {
    font-weight: 400;
    font-size: 24px;
    line-height: 40px;
  }
}
.order-body {
  margin: 0 0 20px;
}
@media (min-width: 1024px) {
  .order-body {
    width: 685px;
  }
}
.order-body h1 {
  display: flex;
  justify-content: space-between;
  margin: 0 0 16px;
}
@media (min-width: 1440px) {
  .order-body h1 {
    float: left;
    margin: 0 0 8px;
  }
}
.order-body .btn-edit {
  height: initial;
  padding: 0;
  color: #667894;
  font-weight: 400;
  text-decoration: underline;
  background: transparent;
}
@media (min-width: 1440px) {
  .order-body .btn-edit {
    float: right;
    margin: 18px 0 0;
  }
}
.order-body .btn-cancel {
  float: left;
  margin: 18px 0 0;
  height: initial;
  padding: 0;
  color: #667894;
  font-weight: 400;
  text-decoration: underline;
  background: transparent;
}
.order-body .order-dates {
  display: flex;
  clear: both;
}
.order-body .btn {
  white-space: nowrap;
}
.order-body .btn-checkout {
  flex-grow: 1;
  width: 100%;
  height: 60px;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .order-body .btn-checkout {
    width: 59%;
  }
}
@media (min-width: 1024px) {
  .order-body .btn-checkout {
    width: 100%;
  }
}
.order-body .pay {
  margin-right: auto;
}
@media (min-width: 768px) {
  .order-body .payment-method {
    width: 59%;
  }
}
@media (min-width: 1024px) {
  .order-body .payment-method {
    width: 100%;
  }
}
.order-addresses {
  display: flex;
  margin: 0 -15px 30px;
  padding-left: 15px;
  overflow: auto;
}
@media (min-width: 1024px) {
  .order-addresses {
    margin: 0 0 60px;
  }
}
.order-addresses div {
  padding: 0 12px 0 0;
}
@media (min-width: 768px) {
  .order-addresses div {
    width: 50%;
  }
}
.order-addresses ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.order-addresses .big {
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 10px;
}
@media (min-width: 1024px) {
  .order-addresses .big {
    font-size-adjust: 20px;
    line-height: 28px;
  }
}
.order-products {
  overflow: auto;
  margin: 0 -15px 20px;
  padding: 0 0 0 15px;
}
@media (min-width: 1024px) {
  .order-products {
    margin: 0 0 50px;
    padding: 0;
  }
}
.order-products table {
  width: 100%;
}
.order-products th {
  color: #667894;
  padding: 0 10px 10px 0;
  text-align: left;
  font-weight: 400;
}
.order-products td {
  padding: 10px 20px 10px 0;
  border-top: 1px solid #DCE8FA;
  vertical-align: top;
}
.order-products td:first-child {
  max-width: 260px;
}
.order-products a {
  display: block;
  color: #117FF5;
}
.order-products a:hover {
  color: #FB7234;
}
.order-products span {
  display: block;
}
.order-products .small {
  font-size: 12px;
  color: #667894;
  white-space: nowrap;
}
.order-products .pw {
  display: inline;
  font-size: 16px;
  line-height: 1.5;
  color: #AEAEAE;
}
.order-summary {
  width: 100%;
  margin: 0 0 20px;
}
@media (min-width: 1024px) {
  .order-summary {
    margin: 0 0 50px;
  }
}
.order-summary td {
  width: 50%;
  padding: 0 20px 10px 0;
}
.order-confirmed-desc {
  font-size: 20px;
  line-height: 28px;
  margin: 0 0 24px;
}
.order-confirmed-top {
  background: #F6F7FB;
  border-radius: 10px;
  padding: 20px 10px;
  margin: 0 0 16px;
}
@media (min-width: 768px) {
  .order-confirmed-top {
    padding: 30px 20px;
    margin: 0 0 24px;
  }
}
@media (min-width: 1024px) {
  .order-confirmed-top {
    padding: 30px 20px 40px;
  }
}
.order-confirmed-top + .order-subtitle {
  margin-top: 30px;
}
@media (min-width: 1024px) {
  .order-confirmed-top + .order-subtitle {
    margin-top: 40px;
  }
}
.order-confirmed-top p {
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 15px;
}
@media (min-width: 1024px) {
  .order-confirmed-top p {
    font-size: 20px;
  }
}
.order-confirmed-top p:last-child {
  margin: 0;
}
.order-confirmed-top .img {
  display: block;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #fff;
  margin: 0 0 16px;
  padding: 10px;
}
@media (min-width: 768px) {
  .order-confirmed-top .img {
    width: 55px;
    height: 55px;
    padding: 15px;
  }
}
.order-confirmed-top .title {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
}
@media (min-width: 768px) {
  .order-confirmed-top .title {
    margin: 0 0 20px;
  }
}
@media (min-width: 1024px) {
  .order-confirmed-top .title {
    font-size: 24px;
    line-height: 40px;
    margin: 0 0 20px;
  }
}
.order-confirmed-top .title br {
  display: none;
}
@media (min-width: 768px) {
  .order-confirmed-top .title br {
    display: initial;
  }
}
@media (min-width: 768px) {
  .order-confirmed-top form {
    display: flex;
    margin: 40px 0 0;
  }
}
.order-confirmed-top .input-wrap {
  width: 100%;
}
@media (min-width: 1024px) {
  .order-confirmed-top .input-icon {
    top: 18px;
  }
}
.order-confirmed-top .btn {
  width: 100%;
  color: #117FF5;
}
.order-confirmed-top .btn:hover {
  color: #FB7234;
}
@media (min-width: 768px) {
  .order-confirmed-top .btn {
    width: 270px;
    min-width: 270px;
    margin: 0 0 0 16px;
  }
}
@media (min-width: 1024px) {
  .order-confirmed-top .btn {
    height: 56px;
  }
}
@media (min-width: 768px) {
  .order-confirmed-bottom {
    display: flex;
  }
}
.order-confirmed-bottom .btn {
  width: 100%;
  padding: 0;
}
@media (min-width: 768px) {
  .order-confirmed-bottom .btn {
    width: auto;
    margin-right: 40px;
  }
}
.order-confirmed-bottom .btn-blue-o {
  margin-top: 12px;
  color: #117FF5;
}
@media (min-width: 768px) {
  .order-confirmed-bottom .btn-blue-o {
    min-width: 280px;
    max-width: 280px;
    margin: 0 0 0 auto;
  }
}
.order-confirmed-bottom .btn-blue-o:hover {
  color: #FB7234;
}
.order-confirmed h1 {
  margin: 0 0 10px;
}
@media (min-width: 1024px) {
  .order-confirmed h1 {
    margin: 0 0 20px;
  }
}
.order-mvp {
  position: relative;
  margin: 0 0 24px;
  padding: 16px;
  border: 1px solid #DCE8FA;
  border-radius: 10px;
}
@media (min-width: 1024px) {
  .order-mvp {
    padding: 24px 24px 32px;
  }
}
.order-mvp-close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 1;
  display: block;
  padding: 0;
  background: transparent;
  border: 0;
}
.order-mvp-close .icon {
  -webkit-mask-size: contain;
  mask-size: contain;
}
.order-mvp-intro .title {
  margin: 0 0 12px;
  padding: 0 48px 0 0;
}
.order-mvp-success {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 370px;
  min-height: 324px;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 1024px) {
  .order-mvp-success {
    min-height: 200px;
  }
}
.order-mvp-success .icon {
  height: 28px;
  width: 28px;
  background-color: #1F8B24;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.order-mvp-success .icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 67px;
  height: 67px;
  margin: 0 auto 16px;
  background: #F6F7FB;
  border-radius: 16px;
}
.order-mvp-success p {
  margin: 0;
}
.order-mvp-success p.title {
  margin: 0 0 8px;
}
@media (min-width: 1024px) {
  .order-mvp-request {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 16px 20px;
    border-radius: 4px;
    background: #F6F7FB;
  }
}
.order-mvp-engineer {
  display: flex;
  align-items: center;
  margin: 0 0 24px;
}
@media (min-width: 1024px) {
  .order-mvp-engineer {
    margin: 0;
  }
}
.order-mvp-engineer img {
  min-width: 48px;
  max-width: 48px;
  margin-right: 12px;
  border-radius: 50%;
}
.order-mvp-engineer .name {
  font-weight: 500;
}
.order-mvp-engineer .gray {
  font-size: 14px;
  line-height: 1.4;
}
.order-mvp .title {
  font-weight: 500;
  font-size: 24px;
}
.order-mvp .text {
  margin: 0 0 16px;
}
.order-mvp .btn {
  width: 100%;
  max-width: 420px;
  height: 56px;
}
@media (min-width: 1024px) {
  .order-mvp .btn {
    width: 150px;
  }
}
.order-cancel .icon {
  background-color: #FD4040;
}
.order-cancel .icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  margin: 0 auto 24px;
  border-radius: 16px;
  background: #F6F7FB;
}
.order-cancel .btn {
  height: 56px;
}
.order-cancel .btn-link {
  margin-top: 8px;
}
.order-cancel p {
  text-align: center;
}
.order-kyc {
  margin: 0 0 32px;
  padding: 24px;
  background: #FFF7D9;
  border-radius: 4px;
}
@media (min-width: 1024px) {
  .order-kyc {
    margin: 0 0 56px;
  }
}
.order-kyc__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  margin: 0 0 16px;
  border-radius: 50%;
  background: #fff;
}
.order-kyc img {
  width: 17px;
}
.order-kyc__title {
  margin: 0 0 12px;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.33;
}
.order-kyc__text {
  margin: 0 0 24px;
}
.order-kyc .btn {
  height: 40px;
  padding: 0 16px;
}
@media (max-width: 576px) {
  .order-kyc .btn {
    width: 100%;
  }
}
.order-contractor {
  position: relative;
  margin: 0 0 40px;
  padding: 16px;
  background: #F3F8FE;
  border-radius: 4px;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .order-contractor {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 280px;
    padding: 24px;
  }
}
.order-contractor__close {
  position: absolute;
  top: 16px;
  right: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #fff;
  border: 0;
}
.order-contractor__title {
  margin: 0 0 12px;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
}
@media (min-width: 1024px) {
  .order-contractor__title {
    margin: 0 0 16px;
    font-size: 24px;
    line-height: 32px;
  }
}
@media (min-width: 1024px) {
  .order-contractor__title br {
    display: none;
  }
}
.order-contractor__list {
  display: grid;
  gap: 12px;
  margin: 0 0 24px;
  padding: 0;
  list-style-type: none;
}
.order-contractor__list li {
  position: relative;
  padding-left: 24px;
  background: url(/resources/67698de76605a928b37e.svg) no-repeat 0 4px;
  background-size: 16px;
}
.order-contractor__img {
  display: block;
  max-width: calc(100% + 16px);
}
@media (min-width: 375px) {
  .order-contractor__img {
    margin: 0 -16px 0 auto;
    max-width: calc(100% + 32px);
  }
}
.order-contractor .btn {
  width: 100%;
  height: 56px;
  margin: 0 0 24px;
}
@media (min-width: 1024px) {
  .order-contractor .btn {
    width: 222px;
    margin: 0 0 16px;
  }
}

