<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.compare-b-line__inner {
  min-height: 665px;
}
.compare__block {
  position: relative;
}
.compare__main {
  position: relative;
}
.compare-filter-tab {
  margin-bottom: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .compare-filter-tab {
    display: none;
  }
}
.compare-filter-tab-item {
  margin-left: 16px;
  position: relative;
  display: block;
  cursor: pointer;
  border-radius: 5px;
}
.compare-filter-tab-item span {
  padding: 12px 16px;
  border: 1px solid #E5E9EC;
  color: #74859A;
  display: block;
  background: #fff;
  text-decoration: none;
  border-radius: 5px;
}
.compare-filter-tab-item__radio {
  position: absolute;
  opacity: 0;
}
.compare-filter-tab-item__radio:checked + span {
  color: #fff;
  background: #E22028;
  text-decoration: none;
}
.compare-filter-tab-item:first-child {
  margin-left: 0;
}
.compare-filter-tab-item:hover span {
  color: #fff;
  background: #E22028;
  text-decoration: none;
}
.compare__filter__main {
  margin-top: 20px;
}
.compare__features__main {
  margin-bottom: 24px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .compare__features__main {
    width: 100%;
  }
}
.compare__features {
  position: relative;
}
.delete-all-products__button {
  position: absolute;
  top: 1px;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .delete-all-products__button {
    margin-bottom: 16px;
    position: static;
  }
}
@media only screen and (max-width: 767px) {
  .compare__features {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.compare__features__buttons {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  border-bottom: 1px solid #DCE0E3;
}
@media only screen and (max-width: 767px) {
  .compare__features__buttons {
    border-bottom: none;
  }
}
.compare__features__button {
  margin-right: 29px;
  margin-bottom: -1px;
  padding-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  border-bottom: 1px solid transparent;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .compare__features__button {
    margin: 0;
    padding: 12px 0;
    width: 50%;
    display: block;
    font-size: 12px;
    border: 1px solid #DCE0E3;
    color: #74859A;
    background: transparent;
    text-align: center;
    text-decoration: none;
    border-radius: 0 ;
  }
  .compare__features__button:first-child {
    border-radius: 5px 0 0 5px;
  }
  .compare__features__button:last-child {
    border-radius: 0 5px 5px 0 ;
  }
}
.compare__features__button:hover {
  text-decoration: none;
}
.compare__features__button__link {
  position: relative;
  color: #252525;
  text-decoration: none;
}
.compare__features__button__link.is--open {
  text-decoration: none;
  color: #E22028;
}
.compare__features__button_active {
  border-bottom: 1px solid #E22028;
  color: #E22028;
}
@media only screen and (max-width: 767px) {
  .compare__features__button_active {
    border-color: #E22028;
    color: #fff;
    background: #E22028;
  }
}
.compare__features__block {
  font-size: 14px;
}
.compare__features__row {
  padding: 24px 15px;
  margin: 0 -15px;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  border-bottom: 1px solid #DCE0E3;
}
.compare__features__row__title {
  margin-bottom: 8px;
  display: block;
  color: #74859A;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}
.compare__features__footer {
  height: 27px;
  margin-bottom: -27px;
  line-height: 27px;
  white-space: nowrap;
}
.compare__features__show-all {
  display: inline-block;
  vertical-align: text-top;
}
.compare__features__show-all:after {
  content: '';
  margin-left: 7px;
  margin-right: 2px;
  margin-bottom: 3px;
  display: inline-block;
  vertical-align: top;
  width: 6px;
  height: 6px;
  border: 1px solid #b7b7b7;
  border-top: none;
  border-right: none;
  vertical-align: middle;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.compare__product__list__wrapper-slider {
  position: relative;
}
.compare__product__list__wrapper {
  margin: 0 -12px;
  /*overflow-x: scroll;
  overflow-y: hidden;*/
  padding-bottom: 27px !important;
  /*border-left:  1px solid #e5e5e5;*/
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.compare__product__list {
  position: relative;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
.compare__product__list .slick-track {
  float: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .compare__product__list {
    background: #fff;
  }
}
.compare__product__list.slick-initialized .slick-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.compare__product__list.slick-initialized .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: none;
}
.compare__product__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  padding: 0 12px;
  white-space: normal;
  vertical-align: top;
  /*margin-right: -4px;*/
}
.compare__product__item .catalog-item {
  /*max-height: 508px;*/
}
@media only screen and (max-width: 767px) {
  .compare__product__item .catalog-item {
    padding: 20px 0;
    border: none;
  }
  .compare__product__item .catalog-item:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .compare__product__item .catalog-item-price__val {
    font-size: 14px;
  }
  .compare__product__item .catalog-item__badge {
    display: none;
  }
  .compare__product__item .catalog-item__title {
    max-height: 63px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .compare__product__item .js-delivery-info,
  .compare__product__item .catalog-item-amount_col:last-child {
    display: none;
  }
  .compare__product__item .catalog-item-amount_col:first-child {
    display: block;
  }
}
.compare__product__item .catalog-item-tools {
  display: none;
}
.wrap-compare-product-sticky {
  width: 100%;
  position: fixed;
  top: 73px;
  left: 0;
  background: #fff;
  z-index: 4;
  opacity: 0;
  visibility: hidden;
  -webkit-box-shadow: 0px 15px 20px rgba(37, 37, 37, 0.08);
  box-shadow: 0px 15px 20px rgba(37, 37, 37, 0.08);
}
@media only screen and (max-width: 1024px) {
  .wrap-compare-product-sticky {
    transition: top 0.7s, -webkit-transform 0.6s;
  }
  .scroll-up .wrap-compare-product-sticky {
    top: 99px;
  }
  .scroll-down .wrap-compare-product-sticky {
    top: 0;
  }
}
.wrap-compare-product-sticky.is--show {
  opacity: 1;
  visibility: visible;
}
.wrap-compare-product-sticky .compare-product-arrow-prev {
  top: 33px;
  left: -44px;
}
.wrap-compare-product-sticky .compare-product-arrow-next {
  top: 33px;
  right: -44px;
}
.compare-product-sticky {
  margin: 0 auto;
  padding: 0px 16px 0;
  max-width: 1172px;
  width: 100%;
  position: relative;
}
.compare-product-sticky-list {
  margin: 0 -12px;
}
@media only screen and (max-width: 1280px) {
  .compare-product-arrow {
    display: none;
  }
}
.compare-product-arrow-prev,
.compare-product-arrow-next {
  width: 45px;
  height: 45px;
  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;
  position: absolute;
  top: 245px;
  background: #FFFFFF;
  border: 1px solid #E5E9EC;
  border-radius: 100%;
  -webkit-box-shadow: 0px 15px 20px rgba(206, 211, 215, 0.1);
  box-shadow: 0px 15px 20px rgba(206, 211, 215, 0.1);
  z-index: 2;
}
.compare-product-arrow-prev .icon,
.compare-product-arrow-next .icon {
  width: 8px;
  height: 13px;
  vertical-align: top;
  fill: #E22028;
  -webkit-transition: opacity 300ms ease;
  -o-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}
.compare-product-arrow-prev:hover .icon,
.compare-product-arrow-next:hover .icon {
  opacity: 0.7;
}
.compare-product-arrow-prev {
  left: -60px;
}
.compare-product-arrow-prev .icon {
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.compare-product-arrow-next {
  right: -60px;
}
.compare__product__sticky__item {
  padding: 0 12px;
  width: 33.3%;
}
.compare__product__sticky__item .catalog-item {
  padding: 20px 0;
  border: none;
}
.compare__product__sticky__item .catalog-item:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media only screen and (max-width: 767px) {
  .compare__product__sticky__item .catalog-item {
    padding: 8px 0;
  }
}
.compare__product__sticky__item .catalog-item-top {
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .compare__product__sticky__item .catalog-item-top {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.compare__product__sticky__item .catalog-item__img {
  padding: 0;
  width: 70px;
  height: 70px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
.compare__product__sticky__item .catalog-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media only screen and (max-width: 767px) {
  .compare__product__sticky__item .catalog-item__img {
    width: 50px;
    height: 50px;
  }
}
.compare__product__sticky__item .catalog-item__title {
  margin: 0;
  margin-right: 12px;
  font-size: 12px;
}
/*.compare__product__item ~ .compare__product__item {
}
.compare__product__item:last-child {
    margin-right: 0;
}*/
.compare__product__img {
  height: 150px;
  max-width: 100%;
}
.product__img {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
}
.product__sale {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  padding: 7px 18px;
  text-transform: uppercase;
  background-color: #f9d864;
  color: #000;
  font-size: 11px;
}
.compare__product__img img {
  display: block;
  max-height: 100%;
  max-width: 100%;
  margin: 0 auto;
}
.compare__product__title {
  margin: 20px auto 10px;
  color: #000;
  font-weight: bold;
  line-height: 1.3;
  height: 76px;
  overflow: hidden;
}
.compare__product__title a {
  color: inherit;
}
.compare__product__price__block {
  margin: 10px auto 15px;
  -webkit-box-flex: 1000;
  -ms-flex-positive: 1000;
  flex-grow: 1000;
}
.compare__price__wrapper {
  margin-right: 10px;
}
.compare__product__price {
  display: block;
  margin: 0;
  white-space: nowrap;
}
.compare__product__action {
  margin: 10px auto;
}
.compare__product__delivery {
  margin: 10px auto;
  min-height: 27px;
  -webkit-box-flex: 10;
  -ms-flex-positive: 10;
  flex-grow: 10;
}
.compare__product__delivery__title {
  color: #717171;
}
.compare__product__buttons {
  margin: 15px auto;
}
.compare__block .hidden {
  display: none;
}
.compare__block .b-catalog-item__action--new .b-item-action-panel__button {
  height: 30px;
  line-height: 30px;
  width: 90px;
  font-size: 11px;
}
.compare__block .price-currency {
  /*font-size: 11px;
  font-weight: bold;*/
}
.compare__block .b-item-price {
  font-family: inherit;
}
.compare__block .base-price {
  font-weight: normal;
  font-size: 13px;
  font-family: "Lato";
  text-decoration: none;
  display: inline-block;
}
.compare__block .base-price .b-item-price__kopeck {
  font-size: 10px;
  vertical-align: super;
}
.compare__block .base-price__wrapper {
  position: relative;
  color: #a8a8a8;
}
/*.compare__block .base-price:after {
    content: "";
    position: relative;
    top: -9px;
    right: 0;
    left: 0;
    display: block;
    height: 1px;
    border: none;
    background-color: #707070;
}*/
.compare__block .b-select__box,
.compare__block .selectboxit-container {
  width: 100%;
}
.compare__block .b-select__box .selectboxit-container .selectboxit {
  width: 100%;
}
.compare__block .selectboxit-container .selectboxit-options a,
.compare__block .selectboxit-container span {
  height: auto;
}
.compare__block .selectboxit-text {
  padding: 7px 0 7px 7px;
  white-space: normal;
  text-indent: 0;
  display: inline-block;
  vertical-align: middle;
  float: none;
  width: 90%;
  line-height: 1.3 !important;
}
.compare__block .selectboxit-arrow-container {
  display: inline-block;
  vertical-align: middle;
  position: static;
  width: 0;
  line-height: 0 !important;
}
.compare__block .selectboxit .selectboxit-arrow-container .selectboxit-arrow {
  position: static;
  line-height: 0;
  display: block;
  margin: 0;
}
.compare__block .selectboxit-option-icon-container {
  display: inline-block;
  float: none;
}
.compare-filter-tab-mobile {
  margin-bottom: 16px;
  display: none;
}
@media only screen and (max-width: 767px) {
  .compare-filter-tab-mobile {
    display: block;
  }
}
select.compare-filter-tab-mobile__select {
  margin: -1px 0 0 0;
  padding: 8px 20px 0 15px;
  width: 100%;
  height: 48px;
  position: relative;
  font-family: "Lato", "Roboto", Arial, serif;
  color: #252525;
  font-size: 14px;
  border: none;
  background-color: transparent;
  background-image: none;
  text-transform: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 2;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select.compare-filter-tab-mobile__select:focus {
  outline: none;
}
.compare-filter-tab-mobile .selectize-input {
  padding: 14px 36px 14px 15px;
}
</pre></body></html>