/*---------------------------------------------------
    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;
}
/* Colors */
/* Фильтры для svg иконок https://codepen.io/sosuke/pen/Pjoqqp */
/* Breakpoints */
/* Base heading style */
/* Base button style */
/* old colors */
/* Fonts */
/* Цвета */
/* Multi label color */
/* Breakpoints */
/* Шрифты */
/* Base heading style */
/* Кнопки */
/* Контейнер */
/* header */
/* footer */
/* Popup */
/* form checkbox */
/* input checkbox */
/* form tags */
@keyframes button-loading {
  0% {
    background-color: #a0a0a0;
    border-color: #a0a0a0;
  }
  50% {
    background-color: #666;
    border-color: #666;
  }
  100% {
    background-color: #a0a0a0;
    border-color: #a0a0a0;
  }
}
.category-pokupay-so-sberom .category__title {
  display: none;
}
.category-pokupay-so-sberom .catalog__wrapper.category-products .category-products__item__button .btn-in-stock {
  background: #22C45E;
}
.category-pokupay-so-sberom .buysber__banner {
  position: relative;
  width: 100vw;
  margin-left: -50vw;
  left: 50%;
}
.category-pokupay-so-sberom .buysber picture,
.category-pokupay-so-sberom .buysber img {
  display: block;
  width: 100%;
}
.category-pokupay-so-sberom .buysber__banner-text {
  display: none;
}
@media (min-width: 1280px) {
  .category-pokupay-so-sberom .buysber__banner-text {
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 47px;
    color: #FFF;
    max-width: 1462px;
    width: 100%;
  }
}
.category-pokupay-so-sberom .buysber__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 130%;
  margin: 0 auto 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .category-pokupay-so-sberom .buysber__title {
    font-size: 30px;
    margin: 0 auto 30px;
  }
}
@media (min-width: 1024px) {
  .category-pokupay-so-sberom .buysber__title {
    font-size: 50px;
    line-height: 120%;
    margin: 0 auto 20px;
  }
}
.category-pokupay-so-sberom .buysber__subtitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  margin: 0 auto 20px;
  max-width: 650px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .category-pokupay-so-sberom .buysber__subtitle {
    font-size: 20px;
    margin: 0 auto 30px;
  }
}
@media (min-width: 1024px) {
  .category-pokupay-so-sberom .buysber__subtitle {
    font-size: 20px;
    line-height: 140%;
    max-width: 855px;
  }
}
@media (min-width: 1700px) {
  .category-pokupay-so-sberom .buysber__subtitle {
    margin: 0 auto 123px;
  }
}
.category-pokupay-so-sberom .buysber__extra-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  margin: 0 auto 50px;
  text-align: center;
}
@media (min-width: 768px) {
  .category-pokupay-so-sberom .buysber__extra-text {
    font-size: 16px;
    margin: 0 auto 60px;
  }
}
@media (min-width: 1280px) {
  .category-pokupay-so-sberom .buysber__extra-text {
    font-size: 14px;
    margin: 0 auto;
  }
}
.category-pokupay-so-sberom .buysber__content {
  margin: 20px auto 0;
  max-width: 1180px;
  padding: 0 16px;
}
@media (min-width: 768px) {
  .category-pokupay-so-sberom .buysber__content {
    margin: 38px auto 0;
    padding: 0 23px;
  }
}
@media (min-width: 1024px) {
  .category-pokupay-so-sberom .buysber__content {
    margin: 70px auto 0;
    padding: 0;
  }
}
@media (min-width: 1280px) {
  .category-pokupay-so-sberom .buysber__content .buysber__title,
  .category-pokupay-so-sberom .buysber__content .buysber__subtitle,
  .category-pokupay-so-sberom .buysber__content .buysber__extra-text {
    display: none;
  }
}
.category-pokupay-so-sberom .buysber__content .buysber__title {
  max-width: 80%;
}
@media (min-width: 768px) {
  .category-pokupay-so-sberom .buysber__content .buysber__title {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .category-pokupay-so-sberom .buysber__content .buysber__subtile {
    max-width: 90%;
  }
}
.category-pokupay-so-sberom .buysber__content .buysber__extra-text {
  max-width: 95%;
}
.category-pokupay-so-sberom .buysber__steps {
  display: grid;
  gap: 10px 0;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .category-pokupay-so-sberom .buysber__steps {
    grid-template-columns: repeat(3, 1fr);
    gap: 0 17px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1024px) {
  .category-pokupay-so-sberom .buysber__steps {
    margin-bottom: 70px;
    gap: 0 21px;
  }
}
.category-pokupay-so-sberom .buysber__steps .step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 10px;
  border: 1px solid #1C9D4F;
  border-radius: 9px;
  padding: 20px 22px;
  position: relative;
}
@media (min-width: 768px) {
  .category-pokupay-so-sberom .buysber__steps .step {
    -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: 20px 9px;
  }
}
@media (min-width: 1024px) {
  .category-pokupay-so-sberom .buysber__steps .step {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 20px 22px;
  }
}
.category-pokupay-so-sberom .buysber__steps .step__icon {
  max-width: 70px;
  min-width: 70px;
  height: 70px;
}
@media (min-width: 768px) {
  .category-pokupay-so-sberom .buysber__steps .step__icon {
    margin: 0 auto 10px;
  }
}
@media (min-width: 1024px) {
  .category-pokupay-so-sberom .buysber__steps .step__icon {
    margin: 0;
  }
}
.category-pokupay-so-sberom .buysber__steps .step__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #323232;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  color: #FFFFFF;
  margin: 0 0 8px;
}
@media (min-width: 768px) {
  .category-pokupay-so-sberom .buysber__steps .step__number {
    position: absolute;
    top: 20px;
    right: 70px;
  }
}
@media (min-width: 1024px) {
  .category-pokupay-so-sberom .buysber__steps .step__number {
    position: static;
  }
}
.category-pokupay-so-sberom .buysber__steps .step__title {
  font-weight: 700;
  font-size: 14px;
  line-height: 130%;
  margin: 0 0 8px;
  color: #1A1414;
}
.category-pokupay-so-sberom .buysber__steps .step__title br {
  display: none;
}
@media (min-width: 768px) {
  .category-pokupay-so-sberom .buysber__steps .step__title br {
    display: block;
  }
}
@media (min-width: 1024px) {
  .category-pokupay-so-sberom .buysber__steps .step__title {
    font-size: 16px;
  }
  .category-pokupay-so-sberom .buysber__steps .step__title br {
    display: none;
  }
}
.category-pokupay-so-sberom .buysber__steps .step__text {
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  color: #1A1414;
}
@media (min-width: 768px) {
  .category-pokupay-so-sberom .buysber__steps .step__text {
    text-align: center;
  }
}
@media (min-width: 1024px) {
  .category-pokupay-so-sberom .buysber__steps .step__text {
    text-align: left;
  }
}
.category-pokupay-so-sberom .buysber__instruction {
  background: #F0F0F0;
  margin: 0 auto 30px;
}
@media (max-width: 768px) {
  .category-pokupay-so-sberom .buysber__instruction {
    position: relative;
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
  }
}
@media (min-width: 768px) {
  .category-pokupay-so-sberom .buysber__instruction {
    margin-bottom: 60px;
  }
}
@media (min-width: 1024px) {
  .category-pokupay-so-sberom .buysber__instruction {
    margin-bottom: 70px;
  }
}
.category-pokupay-so-sberom .buysber__instruction .instruction__header {
  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;
  background: #E7E7E7;
  padding: 9px 15px;
}
@media (min-width: 768px) {
  .category-pokupay-so-sberom .buysber__instruction .instruction__header {
    padding: 21px 23px;
  }
}
@media (min-width: 1024px) {
  .category-pokupay-so-sberom .buysber__instruction .instruction__header {
    padding: 21px 20px 21px 36px;
  }
}
.category-pokupay-so-sberom .buysber__instruction .instruction__title {
  font-weight: 700;
  font-size: 13px;
  line-height: 15px;
}
@media (min-width: 768px) {
  .category-pokupay-so-sberom .buysber__instruction .instruction__title {
    font-size: 24px;
    line-height: 20px;
  }
}
.category-pokupay-so-sberom .buysber__instruction .instruction__btn {
  border: 1px solid #01BF62;
  background-color: #FFFFFF;
  width: 30px;
  height: 30px;
  min-width: 30px;
  position: relative;
  outline: none;
  cursor: pointer;
}
@media (min-width: 768px) {
  .category-pokupay-so-sberom .buysber__instruction .instruction__btn {
    width: 40px;
    height: 40px;
    min-width: 40px;
  }
}
.category-pokupay-so-sberom .buysber__instruction .instruction__btn::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-image: url('/skin/frontend/lite/interskol/icons/arrow-thin.svg');
  background-position: center;
  background-size: contain;
  background-size: 12px auto;
  filter: invert(63%) sepia(18%) saturate(1861%) hue-rotate(89deg) brightness(95%) contrast(83%);
}
.category-pokupay-so-sberom .buysber__instruction .instruction__btn.open::before {
  transform: translate(-50%, -50%) rotate(180deg);
}
.category-pokupay-so-sberom .buysber__instruction .instruction__list {
  margin: 0;
  padding: 19px 15px 30px 35px;
}
@media (min-width: 768px) {
  .category-pokupay-so-sberom .buysber__instruction .instruction__list {
    padding: 35px 25px 23px 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 50px;
  }
}
@media (min-width: 1024px) {
  .category-pokupay-so-sberom .buysber__instruction .instruction__list {
    padding: 45px 38px 40px 60px;
    gap: 0 50px;
  }
}
@media (min-width: 768px) {
  .category-pokupay-so-sberom .buysber__instruction .instruction__list-row {
    max-width: 324px;
  }
}
@media (min-width: 1024px) {
  .category-pokupay-so-sberom .buysber__instruction .instruction__list-row {
    max-width: 100%;
  }
}
.category-pokupay-so-sberom .buysber__instruction .instruction__list-item {
  color: #000000;
  font-weight: 400;
  font-size: 11px;
  line-height: 15px;
  padding: 0 0 15px;
  counter-increment: counter;
  position: relative;
}
@media (min-width: 768px) {
  .category-pokupay-so-sberom .buysber__instruction .instruction__list-item {
    font-size: 14px;
    line-height: 20px;
    padding: 0 0 20px;
  }
}
@media (min-width: 1024px) {
  .category-pokupay-so-sberom .buysber__instruction .instruction__list-item {
    padding: 0 0 23px;
    max-width: 500px;
  }
}
.category-pokupay-so-sberom .buysber__instruction .instruction__list-item:last-child {
  padding: 0;
}
.category-pokupay-so-sberom .buysber__instruction .instruction__list-item::marker {
  color: #01BF62;
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
}
.category-pokupay-so-sberom .buysber__category-title {
  display: none;
}
@media (min-width: 768px) {
  .category-pokupay-so-sberom .buysber__category-title {
    display: block;
    font-weight: 700;
    font-size: 30px;
    line-height: 130%;
    padding-bottom: 20px;
    margin: 0 auto 10px;
    text-align: center;
    position: relative;
  }
  .category-pokupay-so-sberom .buysber__category-title::after {
    content: "";
    width: 198px;
    height: 4px;
    background-color: #22C45E;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (min-width: 1024px) {
  .category-pokupay-so-sberom .buysber__category-title {
    font-size: 40px;
    line-height: 120%;
    padding-bottom: 30px;
    margin: 0 auto 50px;
  }
}
.category-pokupay-so-sberom .buysber__bottom {
  margin: 50px auto 10px;
  background: linear-gradient(270deg, #168DC5 6.8%, #23C438 47.03%, #FFED35 96.11%);
  max-width: 1180px;
  padding: 40px 16px 58px;
}
@media (min-width: 768px) {
  .category-pokupay-so-sberom .buysber__bottom {
    margin: 60px auto 45px;
    padding: 40px 45px 45px;
  }
}
@media (min-width: 1024px) {
  .category-pokupay-so-sberom .buysber__bottom {
    margin: 70px auto 75px;
    padding: 50px 125px 54px;
  }
}
.category-pokupay-so-sberom .buysber__bottom-text {
  font-weight: 700;
  font-size: 20px;
  line-height: 130%;
  margin: 0 auto 20px;
  text-align: center;
  color: #FFFFFF;
}
@media (min-width: 768px) {
  .category-pokupay-so-sberom .buysber__bottom-text {
    font-size: 30px;
  }
}
@media (min-width: 1024px) {
  .category-pokupay-so-sberom .buysber__bottom-text {
    font-size: 34px;
    margin: 0 auto 30px;
  }
}
.category-pokupay-so-sberom .buysber__bottom-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  width: 210px;
  height: 48px;
  border: 1px solid #FFFFFF;
  letter-spacing: 0.05em;
  margin: 0 auto;
}

@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}.button:not(.flat).primary{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;letter-spacing:.05em;transition:all .35s;background-color:#dc1735;border-color:#dc1735;color:#fff;display:inline-block;display:inline-flex;width:auto}.button:not(.flat).primary.disabled,.button:not(.flat).primary:disabled{cursor:not-allowed;opacity:1}.button:not(.flat).primary:focus,.button:not(.flat).primary:hover{background-color:#fc0d2d;border-color:#fc0d2d;color:#fff}.button:not(.flat).primary[disabled],.button:not(.flat).primary[disabled]:focus,.button:not(.flat).primary[disabled]:hover{background-color:#f2f2f2;border-color:#f2f2f2;color:#fff}.button:not(.flat).secondary{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;letter-spacing:.05em;transition:all .35s;display:inline-block;color:#fff;border:1px solid #000;background-color:#000;display:inline-flex;width:auto}.button:not(.flat).secondary.disabled,.button:not(.flat).secondary:disabled{cursor:not-allowed;opacity:1}.button:not(.flat).secondary:focus,.button:not(.flat).secondary:hover{background-color:#dc1735;border-color:#dc1735;color:#fff}.button:not(.flat).secondary[disabled],.button:not(.flat).secondary[disabled]:focus,.button:not(.flat).secondary[disabled]:hover{background-color:#a0a0a0;border-color:#a0a0a0;color:#fff}.button:not(.flat).gray{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;letter-spacing:.05em;transition:all .35s;background-color:#f2f2f2;border-color:#f2f2f2;color:#000;display:inline-block;display:inline-flex;width:auto}.button:not(.flat).gray.disabled,.button:not(.flat).gray:disabled{cursor:not-allowed;opacity:1}.button:not(.flat).gray:focus,.button:not(.flat).gray:hover{background-color:#d8dcdb;border-color:#d8dcdb;color:#000}.button:not(.flat).gray[disabled],.button:not(.flat).gray[disabled]:focus,.button:not(.flat).gray[disabled]:hover{background-color:#a0a0a0;border-color:#a0a0a0;color:#fff}.button:not(.flat).white{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;letter-spacing:.05em;transition:all .35s;background-color:#a0a0a0;border-color:#a0a0a0;color:#fff;display:inline-block;display:inline-flex;width:auto}.button:not(.flat).white.disabled,.button:not(.flat).white:disabled{cursor:not-allowed;opacity:1}.button:not(.flat).white:focus,.button:not(.flat).white:hover{background-color:#f2f2f2;border-color:#f2f2f2;color:#000}.button:not(.flat).white[disabled],.button:not(.flat).white[disabled]:focus,.button:not(.flat).white[disabled]:hover{background-color:#f4f4f4;border-color:#f4f4f4;color:#000}.button:not(.flat).outline{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;letter-spacing:.05em;transition:all .35s;display:inline-block;color:#000;border:1px solid #a0a0a0;background-color:#fff;display:inline-flex;width:auto}.button:not(.flat).outline.disabled,.button:not(.flat).outline:disabled{cursor:not-allowed;opacity:1}.button:not(.flat).outline:focus,.button:not(.flat).outline:hover{border-color:#dc1735;color:#000}.button:not(.flat).outline[disabled],.button:not(.flat).outline[disabled]:focus,.button:not(.flat).outline[disabled]:hover{background-color:#a0a0a0;border-color:#a0a0a0;color:#fff}.button:not(.flat).large{padding:12px 15px}.button:not(.flat).medium{font-size:14px;line-height:16px;padding:10px}.button:not(.flat).small{font-size:12px;line-height:14px;padding:8px}.button.flat{text-decoration:none;font-size:16px}@media (hover:hover){.button.flat{transition:color .35s}}.button.flat.primary{color:#dc1735}@media (hover:hover){.button.flat.primary:hover{color:#000}}.button.flat.secondary{color:#000}@media (hover:hover){.button.flat.secondary:hover{color:#dc1735}}.button.flat.white{color:#a0a0a0}@media (hover:hover){.button.flat.white:hover{color:#dc1735}}.button.flat.gray{color:#666}@media (hover:hover){.button.flat.gray:hover{color:#dc1735}}.button.flat.medium{font-size:14px}.button.flat.small{font-size:12px}

@keyframes button-loading{0%,to{background-color:#a0a0a0;border-color:#a0a0a0}50%{background-color:#666;border-color:#666}}@keyframes placeholder{0%,to{opacity:.2}50%{opacity:1}}.rich[contenteditable=true]{-webkit-user-modify:read-only;-moz-user-modify:read-only;user-modify:read-only}*,::after,::before{box-sizing:inherit}html{box-sizing:border-box;background-color:#000;scroll-behavior:smooth}body{margin:0;font-family:'PT Sans','Verdana',sans-serif;font-weight:400;color:#000;overflow-x:hidden;min-height:110vh;background-color:#fff;font-size:14px}img{max-width:100%;height:auto}.visually-hidden:not(:focus):not(:active),input[type=checkbox].visually-hidden,input[type=radio].visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;border:0;padding:0;white-space:nowrap;clip-path:inset(100%);clip:rect(0 0 0 0);overflow:hidden}.js-hidden{display:none!important}.overflow-hidden{overflow:hidden!important}#sg-stat{display:inline!important;font:9px Verdana;opacity:.1;color:#666;cursor:default;z-index:100600;position:fixed;bottom:0}#sg-stat:hover{opacity:.3}#sg-stat::selection{color:#fff;background:#000}#djDebug{display:none!important}@media (min-width:768px){body{font-size:16px}}body:not(.catalog-product-view) .page-wrapper{overflow-x:hidden}.loading{position:relative}.loading>article,.loading>aside,.loading>button,.loading>div,.loading>fieldset,.loading>form,.loading>h1,.loading>h2,.loading>h3,.loading>h4,.loading>p,.loading>section{opacity:0}.loading::before{content:'';width:40px;height:40px;border:1px solid #dc1735;border-radius:50%;animation:spin 1s linear infinite;position:absolute;left:50%;top:50%;margin:-20px 0 0 -20px;border-top:#fff;border-left:#fff}.loading.catalog::before,.loading.category-products::before{top:200px}.container{max-width:1300px;width:100%;margin:0 auto;padding:0 15px}@media (min-width:768px){.container{padding-left:24px;padding-right:24px}}@media (min-width:1024px){.container{padding-left:30px;padding-right:30px}}@media (min-width:1280px){.container{padding-left:41.5px;padding-right:41.5px}}.swiper-wrapper{position:relative;height:100%}.banner-placeholder{width:100%;height:100%;background-color:#d8dcdb}.banner-placeholder img{display:block;min-width:100%;height:100%;object-fit:cover}.main-banner-placeholder{width:100%;height:600px}@media (max-width:1024px){.main-banner-placeholder{height:930px}}@media (max-width:575px){.main-banner-placeholder{height:510px}}.cart-popover.loading,.cart-popover.loading:before{display:none}.alert{position:relative;background:#f2f2f2;padding:15px 50px 15px 15px;font-size:16px;line-height:130%;color:#000}.alert .close{position:absolute;top:20px;right:15px;outline:0;border:0;padding:0;width:16px;height:16px;background-repeat:no-repeat;background-image:url(/skin/frontend/lite/interskol/icons/cross.svg);background-position:center;background-size:contain;filter:invert(12%) sepia(76%) saturate(4554%) hue-rotate(342deg) brightness(114%) contrast(95%);background-color:transparent;cursor:pointer}.alert .close:hover{filter:invert(17%) sepia(5%) saturate(6%) hue-rotate(328deg) brightness(101%) contrast(87%)}input:focus,textarea:focus{outline:0}input:-webkit-autofill,input:-webkit-autofill:active,input:-webkit-autofill:focus,input:-webkit-autofill:hover,textarea:-webkit-autofill,textarea:-webkit-autofill:active,textarea:-webkit-autofill:focus,textarea:-webkit-autofill:hover{-webkit-box-shadow:0 0 0 30px #fff inset!important}.a-hidden{display:none}.main-container{position:relative}

.rich[contenteditable=true]{-webkit-user-modify:read-only;-moz-user-modify:read-only;user-modify:read-only}

@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}body.js-header-fixed{border-top-style:solid;border-top-color:#000}body.js-header-fixed.js-menu-subcategory-active .header-bottom{z-index:115}.header,body.js-header-fixed.js-menu-subcategory-active .header.js-header-transparent{background-color:#000}.header{transition:all .3s ease-out,top 0s}.header.js-header-fixed{position:fixed;z-index:10;inset:0 0 auto 0}.header.js-header-fixed .header-top{transition:all .3s .1s ease-out}.header.js-header-fixed .header-bottom{transition:all .3s .3s ease-out}.header:not(.js-header-transparent).js-header-fixed-hidden{transform:translateY(-100%)}.header:not(.js-header-transparent).js-header-fixed-hidden .header-bottom,.header:not(.js-header-transparent).js-header-fixed-hidden .header-top{transform:translateY(-100%);opacity:0}.header.js-header-transparent{transform:translateY(0);background-color:rgba(0,0,0,.3)}.header.js-header-transparent .header-bottom,.header.js-header-transparent .header-top{transform:translateY(0);opacity:1}@media (min-width:1025px){:has(.smartbanner) .header.js-header-fixed{position:absolute;top:84px;transform:translateY(0)}:has(.smartbanner) .header.js-header-fixed .header-bottom,:has(.smartbanner) .header.js-header-fixed .header-top{transform:translateY(0);opacity:1}}.header-container{max-width:1920px;width:100%;padding-left:15px;padding-right:15px;margin:0 auto;color:#fff;position:relative}@media (min-width:768px){.header-container{padding-left:24px;padding-right:24px}}@media (min-width:1024px){.header-container{padding-left:30px;padding-right:30px}}@media (min-width:1280px){.header-container{padding-left:41.5px;padding-right:41.5px}}.header-top{position:relative;z-index:120;padding:20px 0 5px}@media (min-width:1400px){.header-top{padding:18px 0 19px}}.header-top__wrapper{display:flex;justify-content:space-between;align-items:center}.header-top__right{display:flex;gap:clamp(8px,1vw,24px)}@media (min-width:1700px){.header-top__right{gap:25px}}.header-top a{text-decoration:none}@media (max-width:1024px){.header-top{padding:17px 0 13px;margin:0}}@media (max-width:575px){.header-top{padding:13px 0 0;margin:0 0 -3px}}.header-phones a{font-size:clamp(12px,1vw,14px);line-height:18px;color:#fff}.header-phones a:hover{color:inherit}@media (max-width:1024px){.header-phones a{font-size:14px}}@media (max-width:575px){.header-phones{display:none}}.js-header-mask{display:none;width:100%;height:100vh;position:absolute;left:0;background-color:rgba(0,0,0,.35);z-index:10;opacity:0;transition:all .35s}.js-header-mask.pre-active{display:block}.js-header-mask.active{opacity:1}

@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}.header-bottom{position:relative}.header-bottom__wrapper{display:grid;margin:0 -10px 0 0;padding:0 0 6px;grid-template-columns:176px auto repeat(3,37px)}@media (min-width:768px){.header-bottom__wrapper{grid-template-columns:250px auto repeat(3,40px);gap:10px;padding:0}}@media (min-width:1025px){.header-bottom__wrapper{grid-template-columns:clamp(190px,18vw,250px) auto 65px;gap:0;margin:0}}@media (min-width:1460px){.header-bottom__wrapper{grid-template-columns:clamp(190px,18vw,250px) auto clamp(220px,17vw,320px)}}.header-bottom__left{display:flex;justify-content:space-between;align-items:center}.header-bottom__logo{display:flex;padding:0 0 25px;font-size:0}@media (max-width:1280px){.header-bottom__logo{padding:0 0 20px}}@media (max-width:1024px){.header-bottom__logo{padding:0 0 10px}}@media (max-width:575px){.header-bottom__logo{gap:16px;align-items:flex-end;padding:0 0 7px}}@media (max-width:1024px){.header-bottom__search{display:flex;align-items:center;height:40px;width:40px;grid-column:3/4}.header-bottom__search .search{width:100%;height:100%}.header-bottom__search .search__button{height:100%;width:100%;justify-content:center;align-items:center;padding:0}.header-bottom__search .search__button:after{position:static;transform:none;width:20px;height:20px}}.header-bottom__telephone-icon{display:none}@media (max-width:1024px){.header-bottom__telephone-icon{display:block;grid-column:4/5;border:0;outline:0;height:40px;padding:0;background-repeat:no-repeat;background-image:url(/skin/frontend/lite/interskol/icons/telephone-outline.svg);background-position:center;background-size:16px 20px;background-color:transparent;filter:invert(100%) sepia(100%) saturate(0%) hue-rotate(73deg) brightness(100%) contrast(103%)}}

@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}.menu-button{display:none}@media (max-width:1024px){.header .compare__wrapper,.header .header-shopping-cart,.header .header-top__buyer,.header .header-top__search,.header .login__wrapper,.header .search__button:before,.header .ul__wrapper,.header .wishlist__wrapper{display:none}.menu-button{grid-column:5/6;position:relative;display:flex;justify-content:center;align-items:center;width:40px;height:40px;padding:0;border:0;outline:0;background-color:transparent}.menu-button span{display:block;background-color:#fff;position:absolute;height:2px;width:20px;left:50%;transform:translateX(-50%);transform-origin:10px;transition:transform 400ms cubic-bezier(.23,1,.32,1);border-radius:2px}.menu-button span:first-child{top:13px}.menu-button span:last-child{bottom:13px}body.js-mobile-menu-open:not(.search-results-opened) .navigation{left:0}body.js-mobile-menu-open:not(.search-results-opened) .menu-button span:nth-child(2){background:0 0}body.js-mobile-menu-open:not(.search-results-opened) .menu-button span:first-child,body.js-mobile-menu-open:not(.search-results-opened) .menu-button span:last-child{bottom:20px;width:27px}body.js-mobile-menu-open:not(.search-results-opened) .menu-button span:first-child{transform:translateX(-50%) rotate(45deg);top:17px}body.js-mobile-menu-open:not(.search-results-opened) .menu-button span:last-child{transform:translateX(-50%) rotate(-45deg);bottom:16px}body.js-menu-subcategory-active .navigation>.navigation__category,body.js-menu-subcategory-active .navigation>.navigation__category.active>.navigation__link,body.js-menu-subcategory-active .navigation>.navigation__list,body.js-menu-subcategory-active .navigation>.region{display:none}body.js-menu-subcategory-active .navigation .navigation__prev-state,body.js-menu-subcategory-active .navigation>.navigation__category.active{display:block}}

