

/* Start:/local/templates/.default/components/luxar/super/1rub/style.css?16671577022069*/
.onerub {
  position: relative;
}
.onerub__text {
  margin-bottom: 30px;
}
.onerub__text img {
  width: 100%;
  max-width: 100%;
}
.onerub__container {
  display: flex;
}
@media screen and (max-width: 749px) {
  .onerub__container {
    flex-wrap: wrap;
  }
}
.onerub__list {
  min-width: calc(25% - 20px);
  width: calc(25% - 20px);
  margin-right: 20px;
}
@media screen and (max-width: 749px) {
  .onerub__list {
    width: 100%;
    margin-right: 0;
    min-width: 100%;
  }
}
.onerub__list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.onerub__list ul li {
  margin: 0 0 10px 0;
  padding: 0;
  list-style-type: none;
}
.onerub__list ul li:before {
  display: none;
}
.onerub__list ul li a {
  text-align: center;
  background: #0b8077;
  border: 1px solid #F2F2F2;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  display: block;
  padding: 15px;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
}
.onerub__list ul li a.active {
  background: #FF3182;
  border-color: #FF3182;
}
.onerub__list ul li a.active:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-left: 12px solid #FF3182;
  border-bottom: 8px solid transparent;
  position: absolute;
  right: -12px;
  top: 50%;
  margin-top: -7px;
}
.onerub__list ul li a:hover {
  border-color: #FF3182;
}
.onerub__items {
  width: 75%;
  min-width: 75%;
}
@media screen and (max-width: 749px) {
  .onerub__items {
    width: 100%;
    min-width: 100%;
  }
}
.onerub .loading {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.5);
  z-index: 2000;
  opacity: 0;
  transition: opacity 0.3s linear;
  pointer-events: none;
}
.onerub .loading:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  background: url(/local/templates/.default/components/luxar/super/1rub/images/loading.svg) no-repeat 0 0;
  width: 85px;
  height: 85px;
  margin: -43.5px 0 0 -42.5px;
}
.onerub .loading.active {
  opacity: 1;
  pointer-events: initial;
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/bitrix/tools/maxyss.ozon/style.css?16386851852722*/
 .new-row--empty{
     background-color: #e2ebee;
     border-radius: 5px;
     border: 2px solid #98a1a4;
     text-align: center !important;
     padding: 15px;
 }
 .new-row--empty.to-drop{
     border-style: dashed;
 }
 .new-row.to-drop{
     box-shadow: 0 0 6px 0px #737373;
 }
 .new-row{
     margin-top: 15px;
     margin-bottom: 15px;
 }
 .bx-core-adm-dialog .new-row table{
     width: 100%;
 }
 table.row-table tr td{
     background: #fff;
     padding: 2px 2px 2px 10px;
 }
 .new-row table.row-table tr:first-child td{
     background: #e8eff1;
     height: 30px;
     box-shadow: inset 0 1px 0 0 #fff;
     border-top: 1px solid #e2e5e5;
     font-size: 14px;
     color: #3b4649;
     font-weight: bold;
     text-shadow: 0 1px 0 #fff;
     border-bottom: 1px solid #a9a9a9;
     padding: 1px 3px;
 }

 .new-row td{
     user-select: none;
 }
 .add-row-but{
     padding: 0 13px 2px;
     line-height: 25px;
     border-radius: 5px;
     cursor: pointer;
     font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
     font-weight: bold;
     font-size: 13px;
 }
 .add-row-but:hover{
     background: #9ec710!important;

 }
 .escape-rows{
     padding: 0 13px 2px;
     line-height: 25px;
     border-radius: 5px;
     background-color: #e0e9ec;
     background-image: -webkit-linear-gradient(bottom, #d7e3e7, #fff)!important;
     background-image: -moz-linear-gradient(bottom, #d7e3e7, #fff)!important;
     background-image: -ms-linear-gradient(bottom, #d7e3e7, #fff)!important;
     background-image: -o-linear-gradient(bottom, #d7e3e7, #fff)!important;
     background-image: linear-gradient(bottom, #d7e3e7, #fff)!important;
     margin-left: 10px;
     font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
     font-weight: bold;
     font-size: 13px;
     cursor: pointer;

 }
 .escape-rows:hover{
     background: #f3f6f7!important;
 }
 .adm-workarea .answer_order .new-row input[disabled]{
     opacity: 1;
     text-align: center;
 }
 .drag_active table tr:not(:first-child){
     cursor: grab;
 }
 .adm-workarea .adm-input, .adm-workarea input[type="number"] {
     background: #fff;
     border: 1px solid;
     border-color: #87919c #959ea9 #9ea7b1 #959ea9;
     border-radius: 4px;
     color: #000;
     box-shadow: 0 1px 0 0 rgb(255 255 255 / 30%), inset 0 2px 2px -1px rgb(180 188 191 / 70%);
     display: inline-block;
     outline: none;
     vertical-align: middle;
     -webkit-font-smoothing: antialiased;
 }
 .adm-workarea .adm-input, .adm-workarea input[type="number"] {
     font-size: 13px;
     height: 25px;
     width: 40px;
     padding: 0 5px;
     margin: 0;
 }

 .a
/* End */


/* Start:/local/templates/aspro_next/components/bitrix/catalog.section/catalog_block/style.css?1622527672648*/
.counter_wrapp .button_block {
    position: relative;
}
.counter_wrapp .button_block {
    position: relative;
}
.counter_wrapp .button_block .to-cart {
    width: 100%;
}
.counter_wrapp .button_block.wide .main-counter-basket{
    position: absolute;
    font-size: 14px;
    top: 0px;
    right: 0;
    color: #ffffff;
    width: 20px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #084c47;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
/* End */
/* /local/templates/.default/components/luxar/super/1rub/style.css?16671577022069 */
/* /bitrix/tools/maxyss.ozon/style.css?16386851852722 */
/* /local/templates/aspro_next/components/bitrix/catalog.section/catalog_block/style.css?1622527672648 */
