@keyframes button-loading{0%,to{background-color:#a0a0a0;border-color:#a0a0a0}50%{background-color:#666;border-color:#666}}.rich[contenteditable=true]{-webkit-user-modify:read-only;-moz-user-modify:read-only;user-modify:read-only}.popup-notification__close{display:none}.popup-notification{background-color:#fff;box-shadow:0 4px 4px rgba(0,0,0,.1);height:95px;width:100%;display:block;position:fixed;z-index:1000;top:-120px;left:0;right:0;transition:all .35s}.popup-notification_active{top:0}.popup-notification__header{padding-left:140px;border-left:1px solid #f2f2f2;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media (max-width:1280px){.popup-notification__header{padding-left:50px}}@media (max-width:1024px){.popup-notification__header{padding-left:0;border-left:none;width:100%}}.popup-notification__title{font-weight:700;font-size:20px;line-height:130%;color:#000;margin:0 140px 0 0;position:relative;white-space:nowrap}@media (max-width:1280px){.popup-notification__title{margin-right:101px}}@media (max-width:1024px){.popup-notification__title{white-space:normal;padding-left:48px}.popup-notification__title::before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:38px;height:38px;background-repeat:no-repeat;background-image:url(/skin/frontend/lite/interskol/icons/icon-check-circle.svg);background-position:center;background-size:contain;filter:invert(12%) sepia(76%) saturate(4554%) hue-rotate(342deg) brightness(114%) contrast(95%)}}@media (max-width:575px){.popup-notification__title{margin-right:15px;font-size:18px}}.popup-notification__link{cursor:pointer;box-shadow:none;box-sizing:border-box;outline:0;text-align:center;text-decoration:none;text-transform:none;font-family:inherit;font-weight:700;font-size:16px;line-height:20px;border-radius:0;border-width:0;border-style:solid;transition:all .35s;background-color:#dc1735;border-color:#dc1735;color:#fff;display:inline-block;width:295px;letter-spacing:.05em;padding:14px;max-height:48px;white-space:nowrap}.popup-notification__link.disabled,.popup-notification__link:disabled{cursor:not-allowed;opacity:1}.popup-notification__link:focus,.popup-notification__link:hover{background-color:#fc0d2d;border-color:#fc0d2d;color:#fff}.popup-notification__link[disabled],.popup-notification__link[disabled]:focus,.popup-notification__link[disabled]:hover{background-color:#f2f2f2;border-color:#f2f2f2;color:#fff}@media (max-width:1280px){.popup-notification__link{width:275px;font-size:14px}}@media (max-width:575px){.popup-notification__link{min-width:135px;width:135px}}.notification-product,.popup-notification .container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.popup-notification .container{overflow:hidden;margin:0;padding:20px 60px;width:100%;max-width:1788px;height:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}@media (max-width:1280px){.popup-notification .container{padding:24px}}@media (max-width:575px){.popup-notification .container{padding:24px 15px}}.notification-product{padding-right:30px}@media (max-width:1024px){.notification-product{display:none}}.notification-product__image{width:100%;max-width:56px;margin-right:30px}.notification-product__image img{width:100%;height:auto}.notification-product__sku{display:none}.notification-product__name{font-weight:700;font-size:16px;line-height:130%;color:#000;max-height:45px;overflow:hidden;text-overflow:ellipsis}

.rich[contenteditable=true]{-webkit-user-modify:read-only;-moz-user-modify:read-only;user-modify:read-only}.swiper-container:not(.swiper-container-initialized) .js-slider-btn,.swiper-container:not(.swiper-container-initialized) .js-slider-pagination,.swiper-container:not(.swiper-container-initialized)~.js-slider-btn,.swiper:not(.swiper-initialized) .js-slider-btn,.swiper:not(.swiper-initialized) .js-slider-pagination,.swiper:not(.swiper-initialized)~.js-slider-btn{display:none}


/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
.rich[contenteditable="true"] {
  -webkit-user-modify: read-only;
  -moz-user-modify: read-only;
  user-modify: read-only;
}
.promo-popup {
  position: relative;
  z-index: 1000;
  background-color: #fff;
  border-top: 3px solid #FEBD17;
}
@media (max-width: 1023px) {
  .promo-popup {
    top: auto;
  }
}
.promo-popup__inner {
  position: relative;
  max-width: 1160px;
  margin: 0 auto;
}
.promo-popup__blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0 15px;
}
@media (max-width: 1023px) {
  .promo-popup__blocks {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
  }
}
.promo-popup__toggle {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: -22px;
  font-size: 0;
  width: 22px;
  height: 22px;
  background-color: #FEBD17;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border: none;
}
@media (max-width: 1550px) {
  .promo-popup__toggle {
    right: 0;
  }
}
@media (max-width: 1023px) {
  .promo-popup__toggle {
    position: static;
    display: block;
    width: 100%;
  }
}
.promo-popup__toggle:focus {
  outline: none;
}
.promo-popup__toggle::before {
  content: "%";
  font-family: Arial, 'Helvetica Neue', sans-serif;
  font-size: 14px;
  line-height: 14px;
  color: #000;
  text-align: center;
  font-weight: 900;
}
@media (max-width: 1023px) {
  .promo-popup__toggle::before {
    display: none;
  }
}
.promo-popup__toggle--opened::before,
.promo-popup__toggle--opened::after {
  content: "";
  position: absolute;
  left: 10px;
  top: 5px;
  height: 10px;
  width: 2px;
  background-color: #000;
}
@media (max-width: 1023px) {
  .promo-popup__toggle--opened::before,
  .promo-popup__toggle--opened::after {
    display: none;
  }
}
.promo-popup__toggle--opened::before {
  transform: rotate(45deg);
}
.promo-popup__toggle--opened::after {
  transform: rotate(-45deg);
}
@media (max-width: 1023px) {
  .promo-popup__toggle--opened .promo-popup__toggle-text {
    display: none;
  }
}
@media (max-width: 1023px) {
  .promo-popup__toggle--opened .promo-popup__toggle-close {
    position: relative;
    padding-right: 20px;
    font-family: Arial, 'Helvetica Neue', sans-serif;
    font-size: 12px;
    line-height: 16px;
    color: #000;
    text-align: center;
    font-weight: bold;
  }
}
@media (max-width: 1023px) {
  .promo-popup__toggle--opened .promo-popup__toggle-close::before,
  .promo-popup__toggle--opened .promo-popup__toggle-close::after {
    content: "";
    position: absolute;
    right: 0;
    top: 2px;
    height: 10px;
    width: 2px;
    background-color: #000;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
  }
}
.promo-popup__toggle--opened .promo-popup__toggle-close::before {
  transform: rotate(45deg);
}
.promo-popup__toggle--opened .promo-popup__toggle-close::after {
  transform: rotate(-45deg);
}
.promo-popup__toggle-text {
  display: none;
}
@media (max-width: 1023px) {
  .promo-popup__toggle-text {
    display: block;
    font-family: Arial, 'Helvetica Neue', sans-serif;
    font-size: 12px;
    line-height: 16px;
    color: #000;
    text-align: center;
    font-weight: 900;
    text-transform: uppercase;
  }
}
.promo-popup__coupon,
.promo-popup__promocode,
.promo-popup__timer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 33.333%;
  padding: 0 10px;
  border-left: 1px solid #ECECEC;
}
@media (max-width: 1023px) {
  .promo-popup__coupon,
  .promo-popup__promocode,
  .promo-popup__timer {
    width: 100%;
    padding: 20px 15px;
    border-left: none;
    border-bottom: 1px solid #ECECEC;
  }
}
.promo-popup__coupon .promo-popup__title_rule {
  display: none;
}
.promo-popup__promocode .promo-popup__title_default {
  display: none;
}
.promo-popup__promocode .promo-popup__hint-text_desc {
  display: none;
}
.promo-popup__hint-wrapper .promo-popup__hint-text_desc {
  display: none;
}
.promo-popup__timer {
  border-right: 1px solid #ECECEC;
}
@media (max-width: 1023px) {
  .promo-popup__timer {
    width: 100%;
    padding: 20px 15px;
    border: none;
  }
}
.promo-popup__title {
  margin: 0 0 10px;
  font-family: Arial, 'Helvetica Neue', sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #000000;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 1023px) {
  .promo-popup__title--desktop {
    display: none;
  }
}
.promo-popup__links-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: auto 0 0;
}
.promo-popup__link {
  position: relative;
  display: block;
  margin: 10px 10px 0;
  font-family: Arial, 'Helvetica Neue', sans-serif;
  font-size: 12px;
  line-height: 14px;
  color: #7C8081;
  text-decoration: none;
}
.promo-popup__link:hover {
  color: #000000;
  text-decoration: none;
}
.promo-popup__link::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 0;
  border-bottom: 1px solid #7C8081;
}
.promo-popup__link--dashed::after {
  border-bottom-style: dashed;
}
@media (max-width: 1023px) {
  .promo-popup__link--desktop {
    display: none;
  }
}
.promo-popup__link--mobile {
  display: none;
}
@media (max-width: 1023px) {
  .promo-popup__link--mobile {
    display: block;
  }
}
.promo-popup__discount {
  font-family: Arial, 'Helvetica Neue', sans-serif;
  font-size: 26px;
  line-height: 30px;
  color: #000000;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  margin: revert;
}
@media (max-width: 1023px) {
  .promo-popup__discount {
    order: -1;
  }
}
.promo-popup__code-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}
.promo-popup__code {
  min-width: 120px;
  margin: 0 5px;
  padding: 4px 5px;
  font-family: Arial, 'Helvetica Neue', sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  font-weight: 400;
  text-align: center;
  border: 2px dashed #FEBD17;
  border-radius: 3px;
}
.promo-popup__copy-button {
  cursor: pointer;
  width: 120px;
  margin: 0 5px;
  padding: 4px 10px;
  font-family: Arial, 'Helvetica Neue', sans-serif;
  font-size: 12px;
  line-height: 20px;
  color: #000;
  font-weight: bold;
  background-color: #FEBD17;
  border-radius: 0;
  border: none;
}
.promo-popup__copy-button:hover {
  filter: brightness(70%);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.promo-popup__copy-button:focus {
  outline: none;
}
.promo-popup__hint-wrapper {
  position: relative;
  margin: auto 0 0;
}
.promo-popup__hint-link:hover + .promo-popup__hint-text {
  display: block;
}
.promo-popup__hint-text {
  position: absolute;
  top: 35px;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  display: none;
  width: 280px;
  padding: 8px;
  font-family: Arial, 'Helvetica Neue', sans-serif;
  font-size: 12px;
  line-height: 18px;
  color: #000000;
  font-weight: normal;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.35);
  border-radius: 5px;
}
.promo-popup__hint-text::before {
  content: "";
  position: absolute;
  top: -7px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 7px 8px;
  border-color: transparent transparent #fff transparent;
}
.promo-popup__timer-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: revert;
}
.promo-popup__timer-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 5px;
  font-family: Arial, 'Helvetica Neue', sans-serif;
  font-size: 12px;
  line-height: 14px;
  color: #7C8081;
}
.promo-popup__digit-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
.promo-popup__digit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 26px;
  height: 30px;
  margin: 0 1px;
  font-family: Arial, 'Helvetica Neue', sans-serif;
  font-size: 18px;
  line-height: 20px;
  color: #000000;
  background-color: #ECECEC;
  border-radius: 2px;
}
.promo-popup__over-info {
  margin-bottom: 10px;
  font-family: Arial, 'Helvetica Neue', sans-serif;
  font-size: 18px;
  line-height: 20px;
  color: #000000;
}
.copy-notification {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10000;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  display: none;
  width: 230px;
  margin-top: -30px;
  padding: 10px;
  font-family: Arial, 'Helvetica Neue', sans-serif;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 30px;
}

