@charset "utf-8";
/* @import 'advanced/garland.css'; */
@import 'advanced/cp-btn.css';
@import 'advanced/product.css';
@import 'advanced/products-related.css';
@import 'advanced/products-archive.css';

.track-widget {
  background: #ffffff;
  padding: 34px 24px 48px;
  position: relative;
  border-radius: 15px;
  box-shadow: 0 0 20px #e1e1e1;
}

.track-widget iframe {
  width: 100% !important;
}

.track-widget div[id^='widget-1track-container'] {
  width: 100% !important;
}

.track-widget__title {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.6px;
  padding-bottom: 12px;
}

.track-widget__body {
  padding: 0 0 12px;
}

.track-widget__notice {
  font-size: 13px;
  letter-spacing: 0.6px;
}

body .main-head.simple .title .logo-image {
  max-height: 40px;
}

body .main-head.simple .inner.sticky-bar .logo-image {
  max-height: 32px;
}

.to-top_fixed {
  position: fixed;
  z-index: 9;
  right: 24px;
  bottom: 24px;
  text-transform: uppercase;
  font-size: 12px;
  border: 1px solid rgb(82, 82, 82);
  border-radius: 50%;
  transition: border-color linear 0.3s;
}

.to-top_fixed:hover {
  border-color: #ff8a20;
}

.to-top_fixed:hover a {
  color: #ff8a20 !important;
}

.to-top_fixed a {
  color: rgb(82, 82, 82) !important;
  padding: 9px 15px;
}

.btn-orange span {
  background: #ff8a20;
  padding: 10px 12px;
  border-radius: 4px;
  color: #fff;
}

.btn-highlight {
  position: relative;
}

.btn-highlight:hover span {
  opacity: 0.85;
}

.btn-highlight span {
  background: #FF954F;
  background: radial-gradient(75.94% 357.02% at 75.94% -56.58%, #9F33E2 0%, #FC3698 49.18%, #FF954F 100%);
  padding: 10px 18px;
  border-radius: 10px;
  color: #fff;
  transition: opacity linear 0.3s;
}

.btn-highlight:before {
  content: '';
  display: block;
  width: 30px;
  height: 100%;
  position: absolute;
  opacity: 0.3;
  top: 0;
  left: 0;
  background: linear-gradient(to right,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.03) 1%,
      rgba(255, 255, 255, 0.6) 30%,
      rgba(255, 255, 255, 0.85) 50%,
      rgba(255, 255, 255, 0.85) 70%,
      rgba(255, 255, 255, 0.85) 71%,
      rgba(255, 255, 255, 0) 100%);
  -webkit-transform: skew(-10deg, 0deg);
  -moz-transform: skew(-10deg, 0deg);
  -ms-transform: skew(-10deg, 0deg);
  -o-transform: skew(-10deg, 0deg);
  transform: skew(-10deg, 0deg);
  -webkit-animation: move 5s linear infinite;
  -moz-animation: move 5s linear infinite;
  -ms-animation: move 5s linear infinite;
  -o-animation: move 5s linear infinite;
  animation: move 5s linear infinite;
}

.js-codes-table {
  overflow: visible !important;
}

.js-codes-table strong {
  position: relative;
  cursor: pointer;
  border: 1px solid rgb(255, 158, 70);
  padding: 2px 8px;
  border-radius: 4px;
  white-space: nowrap;
}

.js-codes-table strong:before {
  content: 'Копировать';
  visibility: hidden;
  opacity: 0;
  position: absolute;
  bottom: 115%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 12px;
  font-family: Roboto, Arial, sans-serif;
  color: #fff;
  text-align: center;
  background: rgb(82, 82, 82);
  border-radius: 4px;
  padding: 2px 8px;
  transition: all 150ms linear;
}

.js-codes-table strong:hover:before {
  visibility: visible;
  opacity: 1;
}

.js-copied-code {
  color: #fff;
  border-bottom: 2px solid;
  background: rgb(255, 158, 70);
  transition: all 150ms linear;
}

.js-copied-code:before {
  content: 'Скопировано' !important;
}

.js-alisale-code {
  position: relative;
  font-weight: bold;
  height: 48px;
  background: linear-gradient(232deg, #FA0874, #FFC446);
  color: #ffffff !important;
  border-radius: 8px;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 16px 0;
  padding: 0 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.js-alisale-code:before {
  content: '';
  position: absolute;
  right: 8px;
  border: 2px dotted #fff;
  width: 2px;
  height: 100%;
}

.js-alisale-code .icon {
  margin-right: 8px;
}

.js-alisale-code span {
  padding-bottom: 4px;
  padding-right: 16px;
}

.codes-sidebar {}

.codes-sidebar .codes-sidebar__title {
  margin-bottom: 35px;
  padding-bottom: 9px;
  box-sizing: border-box;
  border-bottom: 1px solid #e1e1e1;
  font-size: 20px;
  font-weight: 700;
  color: #000;
  line-height: 1.5;
}

.codes-sidebar .codes-sidebar__item-title {
  font-size: 16px;
  flex: 0 1 30%;
}

.codes-sidebar .codes-sidebar__item-desc {
  margin-left: 12px;
  font-size: 14px;
  line-height: 16px;
}

.codes-sidebar .codes-sidebar__item-list {
  border-radius: 8px;
  padding: 16px;
  box-shadow: 0 3px 12px -1px rgb(7 10 25 / 20%), 0 22px 27px -20px rgb(7 10 25 / 20%);
  transition: all .3s ease;
}

.codes-sidebar .codes-sidebar__item {
  display: flex;
  align-items: center;
}

.codes-sidebar__item+.codes-sidebar__item {
  margin-top: 12px;
}

.codes-sidebar .codes-sidebar__all {
  padding: 8px;
  text-align: center;
  margin-top: 12px;
}

.codes-sidebar .codes-sidebar__all:before {
  content: none !important;
}

.codes-sidebar .codes-sidebar__all span {
  padding: 8px 16px;
}

.codes-sidebar .codes-sidebar__all a {
  display: block;
  width: 100%;
  height: 100%;
}

.sidebar-title {
  margin-bottom: 35px;
  padding-bottom: 9px;
  box-sizing: border-box;
  border-bottom: 1px solid #e1e1e1;
  font-size: 20px;
  font-weight: 700;
  color: #000;
  line-height: 1.5;
}

.ali-currency-short .ali-currency-short__wrapper {
  display: flex;
  font-family: Roboto, Arial, sans-serif;
  max-width: 320px;
  margin: 0 auto;
  flex-direction: column;
  border-radius: 8px;
  box-shadow: 0 3px 12px -1px rgb(7 10 25 / 20%), 0 22px 27px -20px rgb(7 10 25 / 20%);
  transition: all .3s ease;
  padding: 14px 32px 10px 32px;
}

.ali-currency-short .ali-currency-short__uptime {
  color: #bbb;
  margin: 8px 18px 0 auto;
  font-style: italic;
}

.ali-currency-short .ali-currency-short__content {
  display: flex;
  justify-content: center;
}

.ali-currency-short .ali-currency-short__value {
  text-align: center;
}

.ali-currency-short .ali-currency-short__value+.ali-currency-short__value {
  margin-left: 38px;
}

.ali-currency-short .ali-currency-short__label {
  line-height: 24px;
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 300;
}

.ali-currency-short .ali-currency-short__cost {
  font-size: 22px;
  font-weight: 300;
  padding: 0px 18px;
  margin-top: 4px;
  border-radius: 4px;
  white-space: nowrap;
  box-shadow: inset 0 0 0 1px #eee, inset 0 0 8px #e9e9e9;
}

.ali-currency-short .ali-currency-short__cost span {
  font-size: 14px;
  font-weight: 300;
}

@-webkit-keyframes move {
  0% {
    left: 0%;
  }

  20% {
    left: 100%;
  }

  100% {
    left: 100%;
  }
}

@-moz-keyframes move {
  0% {
    left: 0%;
  }

  20% {
    left: 100%;
  }

  100% {
    left: 100%;
  }
}

@-ms-keyframes move {
  0% {
    left: 0%;
  }

  20% {
    left: 100%;
  }

  100% {
    left: 100%;
  }
}

@-o-keyframes move {
  0% {
    left: 0%;
  }

  20% {
    left: 100%;
  }

  100% {
    left: 100%;
  }
}

@keyframes move {
  0% {
    left: 0%;
  }

  20% {
    left: 100%;
  }

  100% {
    left: 100%;
  }
}

.v-application {
  max-width: 580px;
}

.v-application td,
.v-application th {
  border: none;
  padding: 0 !important;
}

.v-application button,
.v-application .button {
  padding: 0 !important;
  border: inherit;
  background: inherit;
}

@media (max-width: 600px) {
  .v-application .col {
    flex-basis: auto !important;
  }

  .js-alisale-code {
    font-size: 16px;
    white-space: normal;
  }
}