

/* Start:/local/templates/adems_copy/components/bitrix/catalog/.default/style.css?16962442464172*/
.catalog_section {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.catalog_section .carpet {
  z-index: 1;
}

.catalog_sidebar {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(25% - 20px);
}
@media screen and (max-width: 1029px) {
  .catalog_sidebar {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    margin: 0;
    width: 34rem;
    overflow: auto;
    background: #FFF;
    padding: 4rem 2rem 2rem;
    transition: 0.2s transform;
    z-index: 1;
  }
}
@media screen and (max-width: 1029px) and (max-width: 767px) {
  .catalog_sidebar {
    width: 100vw;
  }
}
@media screen and (max-width: 1029px) {
  .catalog_sidebar:not(.open) {
    transform: translate(-100%, 0);
  }
}
.catalog_sidebar .sidebar_filters_block:not(:last-child) {
  margin-bottom: 4rem;
}
@media screen and (max-width: 1029px) {
  .catalog_sidebar .sidebar_selection {
    display: none;
  }
}
.catalog_sidebar .title_block {
  display: none;
  font-size: 2.4rem;
  margin-bottom: 2rem;
  color: #242424;
}
@media screen and (max-width: 1029px) {
  .catalog_sidebar .title_block {
    display: block;
  }
}
.catalog_sidebar .filters_closer {
  position: absolute;
  top: 1.6rem;
  right: 2rem;
}

.catalog_main {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(75% - 20px);
}
@media screen and (max-width: 1029px) {
  .catalog_main {
    width: calc(100% - 20px);
  }
}

.sidebar_links_block a {
  height: 8rem;
  display: flex;
  align-items: center;
  color: #242424;
  position: relative;
  transition: 0.2s color;
  padding: 1rem 6rem 1rem 2rem;
  border-top: 0.1rem solid #EAEAF1;
}
@media screen and (max-width: 1199px) {
  .sidebar_links_block a {
    padding: 1rem 3rem 1rem 1rem;
  }
}
@media screen and (max-width: 767px) {
  .sidebar_links_block a {
    height: auto;
    padding: 1.6rem 0;
  }
}
.sidebar_links_block a:hover {
  color: #E73E3E;
}
.sidebar_links_block a:hover svg {
  stroke: #E73E3E;
}
.sidebar_links_block a svg {
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 2rem;
  height: 2rem;
  stroke: #242424;
  transition: 0.2s stroke;
  transform: translate(0, -50%);
}
@media screen and (max-width: 1199px) {
  .sidebar_links_block a svg {
    right: 0;
  }
}

.catalog_main_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem 3rem;
  background: #F4F5F6;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .catalog_main_top {
    padding: 0;
    background: none;
  }
}
.catalog_main_top .sort_block a {
  color: #95979C;
}
.catalog_main_top .sort_block a.arrow_up {
  color: #E73E3E;
}
.catalog_main_top .sort_block span {
  color: #242424;
}
.catalog_main_top .sort_block span:not(:last-child), .catalog_main_top .sort_block a:not(:last-child) {
  margin-right: 2rem;
}
@media screen and (max-width: 767px) {
  .catalog_main_top .sort_block.open {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 2rem;
    z-index: 52;
    background: #FFF;
  }
}
@media screen and (max-width: 767px) {
  .catalog_main_top .sort_block.open span {
    display: block;
    font-size: 2.4rem;
    margin-bottom: 2.2rem;
    color: #242424;
  }
}
@media screen and (max-width: 767px) {
  .catalog_main_top .sort_block.open a {
    display: block;
    margin-bottom: 1.2rem;
    padding-bottom: 1.2rem;
    border-bottom: 0.1rem solid #ECECEC;
  }
}
@media screen and (max-width: 767px) {
  .catalog_main_top .sort_block:not(.open) a {
    display: none;
  }
}
.catalog_main_top .products_num {
  color: #242424;
}

.table_vis {
  display: none;
}
@media screen and (max-width: 1029px) {
  .table_vis {
    display: block;
    margin-top: 4rem;
  }
}

@media screen and (max-width: 1029px) {
  .products_num {
    display: none;
  }
}

.filters_opener {
  display: none;
  align-items: center;
  color: #242424;
}
@media screen and (max-width: 1029px) {
  .filters_opener {
    display: flex;
  }
}
.filters_opener svg {
  display: block;
  margin-right: 0.8rem;
  stroke: #95979C;
}

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

/* End */


/* Start:/local/templates/adems_copy/components/bitrix/system.pagenavigation/adems/style.css?1695967862965*/
.store_reviews_pag {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .store_reviews_pag {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .store_reviews_pag .btn {
    margin-bottom: 2rem;
  }
}

.pagination_links {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .pagination_links {
    justify-content: space-between;
  }
}
.pagination_links .prev, .pagination_links .next {
  stroke: #242424;
  border: 0.1rem solid #242424;
}
.pagination_links .prev {
  margin-right: 0.4rem;
}
.pagination_links .next {
  margin-left: 0.4rem;
}
.pagination_links .nam {
  border: 0.1rem solid #E73E3E;
}
.pagination_links span, .pagination_links a {
  width: 3.6rem;
  height: 3.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #242424;
  border-radius: 100%;
}

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

/* End */


/* Start:/local/templates/adems_copy/components/bitrix/catalog.section/machines/style.css?16959678624670*/
.machines_desc {
  padding: 2rem;
  background: #F4F5F6;
}
.machines_desc:not(:last-child) {
  margin-bottom: 2rem;
}

.machine_item {
  display: flex;
  background: #F4F5F6;
}
@media screen and (max-width: 1029px) {
  .machine_item {
    flex-wrap: wrap;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .machine_item {
    display: block;
  }
}
.machine_item:not(:last-child) {
  margin-bottom: 2rem;
}
.machine_item .img_block {
  width: 24.6rem;
  flex-shrink: 0;
  border: 0.1rem solid #ECECEC;
  border-right: none;
  position: relative;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1029px) {
  .machine_item .img_block {
    order: 1;
    width: 50%;
    border-bottom: none;
  }
}
@media screen and (max-width: 767px) {
  .machine_item .img_block {
    width: 100%;
  }
}
.machine_item .img_block:before {
  padding-top: 73.75%;
}
.machine_item .txt_block {
  width: 100%;
  padding: 2rem;
}
@media screen and (max-width: 1029px) {
  .machine_item .txt_block {
    order: 3;
    padding: 2rem;
  }
}
.machine_item .txt_block .title {
  display: block;
  font-size: 1.6rem;
  color: #242424;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 767px) {
  .machine_item .txt_block .title {
    font-size: 1.4rem;
  }
}
.machine_item .txt_block .conformity_title {
  display: flex;
  align-items: center;
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 767px) {
  .machine_item .txt_block .conformity_title {
    margin-bottom: 1.6rem;
  }
}
.machine_item .txt_block .icon {
  cursor: pointer;
  margin-left: 0.6rem;
}
.machine_item .txt_block svg {
  display: block;
}
.machine_item .txt_block .new_status_bar {
  display: flex;
  flex-wrap: wrap;
  margin: -2rem -1.2rem 0;
}
.machine_item .txt_block .new_status_bar .item {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin: 2rem 1.2rem 0;
}
.machine_item .txt_block .new_status_bar .item:hover svg {
  fill: #E73E3E;
}
.machine_item .txt_block .new_status_bar .item:hover .line_block .ok {
  background: #E73E3E;
}
.machine_item .txt_block .new_status_bar .item svg {
  fill: #95979C;
  transition: 0.2s fill;
}
.machine_item .txt_block .new_status_bar .line_block {
  display: flex;
  flex-direction: column-reverse;
  margin-left: 0.2rem;
}
.machine_item .txt_block .new_status_bar .line_block span {
  display: block;
  width: 0.3rem;
  height: 0.6rem;
  background: #D9D9D9;
  transition: 0.2s background;
}
.machine_item .txt_block .new_status_bar .line_block span:not(:first-child) {
  margin-bottom: 0.3rem;
}
.machine_item .txt_block .new_status_bar .line_block span.ok {
  background: #95979C;
}
.machine_item .item_price_block {
  width: 23.8rem;
  flex-shrink: 0;
  padding: 2rem 3rem;
  position: relative;
}
@media screen and (max-width: 1029px) {
  .machine_item .item_price_block {
    order: 2;
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .machine_item .item_price_block {
    width: 100%;
    padding: 0 2rem 2rem;
  }
}
.machine_item .item_price_block:before {
  content: "";
  display: block;
  position: absolute;
  top: 2rem;
  left: 0;
  bottom: 2rem;
  width: 0.1rem;
  background: #E0E0E7;
}
@media screen and (max-width: 1029px) {
  .machine_item .item_price_block:before {
    display: none;
  }
}
.machine_item .item_price_block .price_block {
  display: flex;
  margin-bottom: 1.6rem;
}
.machine_item .item_price_block .price {
  font-size: 2rem;
  color: #242424;
}
@media screen and (max-width: 767px) {
  .machine_item .item_price_block .price {
    font-size: 1.8rem;
  }
}
.machine_item .item_price_block .old {
  margin-left: 0.6rem;
  color: #95979C;
  text-decoration: line-through;
}
.machine_item .item_price_block .btn {
  width: 100%;
}
.machine_item .item_price_block .btn:not(:last-child) {
  margin-bottom: 1.2rem;
}
.machine_item .item_price_block .add_to_basket:not(:last-child) {
  margin-bottom: 1.2rem;
}
.machine_item .tags_block {
  position: absolute;
  top: 2rem;
  left: 3rem;
  display: flex;
}
.machine_item .tags_block .item {
  color: #FFF;
  font-size: 1.2rem;
  font-weight: 700;
  padding: 0.6rem 1rem;
}
.machine_item .tags_block .item:not(:last-child) {
  margin-right: 0.8rem;
}
.machine_item .tags_block .hit {
  background: #FF5E5E;
}
.machine_item .tags_block .new {
  background: #226D9C;
}
.machine_item .compare:not(.active) {
  display: flex;
  align-items: center;
}
.machine_item .compare:not(.active):before {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  margin-right: 0.8rem;
  background: url("/local/templates/adems_copy/components/bitrix/catalog.section/machines/compare.svg") center no-repeat;
}

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

/* End */


/* Start:/local/components/go2web/calc/templates/redesign/style.css?16959678654288*/
.earn_block {
  padding: 3rem;
  background: #F4F5F6;
}
@media screen and (max-width: 1029px) {
  .earn_block {
    padding: 2rem;
  }
}
.earn_block h2 {
  color: #E73E3E;
  margin-bottom: 1rem;
}

.earn_txt {
  color: #95979C;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .earn_txt {
    margin-bottom: 2rem;
  }
}

.earn_calc_row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.earn_calc_item {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(33.3333333333% - 20px);
}
@media screen and (max-width: 1029px) {
  .earn_calc_item {
    width: calc(100% - 20px);
  }
}
.earn_calc_item .title {
  color: #242424;
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 1029px) {
  .earn_calc_item:not(:last-child) {
    margin-bottom: 3rem;
  }
}
.earn_calc_item.price .title {
  color: #E73E3E;
}
.earn_calc_item.price .price {
  height: 4.8rem;
  font-size: 2.4rem;
  display: flex;
  align-items: center;
  color: #242424;
}

.earn_block_items {
  padding: 3rem;
  background: #F4F5F6;
}
@media screen and (max-width: 767px) {
  .earn_block_items {
    padding: 0 2rem 2rem;
  }
}
.earn_block_items .earn_txt {
  font-size: 1.6rem;
  color: #242424;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .earn_block_items .earn_txt {
    font-size: 1.4rem;
  }
}

.earn_product_row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.earn_product {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(33.3333333333% - 20px);
  display: flex;
}
@media screen and (max-width: 1199px) {
  .earn_product {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 767px) {
  .earn_product {
    width: calc(100% - 20px);
  }
}
.earn_product:not(:nth-child(-n+3)) {
  margin-top: 2rem;
}
@media screen and (max-width: 1199px) {
  .earn_product:not(:nth-child(-n+3)) {
    margin-top: 0;
  }
}
@media screen and (max-width: 1199px) {
  .earn_product:not(:nth-child(-n+2)) {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .earn_product:not(:nth-child(-n+2)) {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .earn_product:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.earn_product .img_block {
  width: 14rem;
  flex-shrink: 0;
  background: #FFF;
  margin-right: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1029px) {
  .earn_product .img_block {
    width: 12rem;
  }
}
@media screen and (max-width: 767px) {
  .earn_product .img_block {
    width: 9rem;
    align-self: flex-start;
  }
}
.earn_product .title {
  color: #242424;
  height: 4.2em;
  margin-bottom: 1rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
}
@media screen and (max-width: 1029px) {
  .earn_product .title {
    height: 2.8em;
    -webkit-line-clamp: 2;
  }
}
.earn_product .price {
  font-size: 2rem;
  color: #242424;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .earn_product .price {
    font-size: 1.8rem;
  }
}
.earn_product .btn {
  height: 3.4rem;
}

.earn_block .irs {
  height: 3.7rem;
}
.earn_block .irs-max, .earn_block .irs-min {
  padding: 0;
  font-size: 1.4rem;
  background: none;
}
.earn_block .irs-from, .earn_block .irs-single, .earn_block .irs-to {
  padding: 0;
  font-size: 1.4rem;
  background: none;
}
.earn_block .irs-from, .earn_block .irs-to {
  color: #BDBFC4;
}
.earn_block .irs-single {
  color: #E73E3E;
}
.earn_block .irs-from:after, .earn_block .irs-to:after, .earn_block .irs-single:after {
  display: none;
}
.earn_block .irs-line {
  top: 3.1rem;
  height: 0.2rem;
}
.earn_block .irs-line-left, .earn_block .irs-line-mid, .earn_block .irs-line-right {
  height: 0.2rem;
  background: #BDBFC4;
}
.earn_block .irs-line-left {
  border: none;
  height: 0.2rem;
}
.earn_block .irs-bar {
  top: 3.1rem;
  height: 0.2rem;
  background: #E73E3E;
}
.earn_block .irs-slider {
  top: 2.7rem;
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  background: #E73E3E;
}
.earn_block .irs-bar-edge {
  top: 3.1rem;
  height: 0.2rem;
  width: 1rem;
  background: #E73E3E;
}

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

/* End */


/* Start:/local/templates/adems_copy/libs/ionRangeSlider/ionRangeSlider.css?16951986983355*/
/* Ion.RangeSlider
// css version 2.0.3
// © 2013-2014 Denis Ineshin | IonDen.com
// ===================================================================================================================*/

/* =====================================================================================================================
// RangeSlider */

.irs {
    position: relative; display: block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
    .irs-line {
        position: relative; display: block;
        overflow: hidden;
        outline: none !important;
    }
        .irs-line-left, .irs-line-mid, .irs-line-right {
            position: absolute; display: block;
            top: 0;
        }
        .irs-line-left {
            left: 0; width: 11%;
        }
        .irs-line-mid {
            left: 9%; width: 82%;
        }
        .irs-line-right {
            right: 0; width: 11%;
        }

    .irs-bar {
        position: absolute; display: block;
        left: 0; width: 0;
    }
        .irs-bar-edge {
            position: absolute; display: block;
            top: 0; left: 0;
        }

    .irs-shadow {
        position: absolute; display: none;
        left: 0; width: 0;
    }

    .irs-slider {
        position: absolute; display: block;
        cursor: default;
        z-index: 1;
    }
        .irs-slider.single {

        }
        .irs-slider.from {

        }
        .irs-slider.to {

        }
        .irs-slider.type_last {
            z-index: 2;
        }

    .irs-min {
        position: absolute; display: block;
        left: 0;
        cursor: default;
    }
    .irs-max {
        position: absolute; display: block;
        right: 0;
        cursor: default;
    }

    .irs-from, .irs-to, .irs-single {
        position: absolute; display: block;
        top: 0; left: 0;
        cursor: default;
        white-space: nowrap;
    }

.irs-grid {
    position: absolute; display: none;
    bottom: 0; left: 0;
    width: 100%; height: 20px;
}
.irs-with-grid .irs-grid {
    display: block;
}
    .irs-grid-pol {
        position: absolute;
        top: 0; left: 0;
        width: 1px; height: 8px;
        background: #000;
    }
    .irs-grid-pol.small {
        height: 4px;
    }
    .irs-grid-text {
        position: absolute;
        bottom: 0; left: 0;
        white-space: nowrap;
        text-align: center;
        font-size: 9px; line-height: 9px;
        padding: 0 3px;
        color: #000;
    }

.irs-disable-mask {
    position: absolute; display: block;
    top: 0; left: -1%;
    width: 102%; height: 100%;
    cursor: default;
    background: rgba(0,0,0,0.0);
    z-index: 2;
}
.irs-disabled {
    opacity: 0.4;
}
.lt-ie9 .irs-disabled {
    filter: alpha(opacity=40);
}


.irs-hidden-input {
    position: absolute !important;
    display: block !important;
    top: 0 !important;
    left: 0 !important;
    width: 0 !important;
    height: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    outline: none !important;
    z-index: -9999 !important;
    background: none !important;
    border-style: solid !important;
    border-color: transparent !important;
}

/* End */


/* Start:/local/templates/adems_copy/libs/ionRangeSlider/ionRangeSlider.skinModern.css?16951986982317*/
/* Ion.RangeSlider, Modern Skin
// css version 2.0.3
// © Denis Ineshin, 2014    https://github.com/IonDen
// ===================================================================================================================*/

/* =====================================================================================================================
// Skin details */

.irs-line-mid,
.irs-line-left,
.irs-line-right,
.irs-bar,
.irs-bar-edge,
.irs-slider {
    background: url('/local/templates/adems_copy/libs/ionRangeSlider/../ionRangeSlider/sprite-skin-modern.png') repeat-x;
}

.irs {
    height: 50px;
}
.irs-with-grid {
    height: 70px;
}
.irs-line {
    height: 6px; top: 25px;
}
    .irs-line-left {
        height: 6px;
        background-position: 0 -30px;
    }
    .irs-line-mid {
        height: 6px;
        background-position: 0 0;
    }
    .irs-line-right {
        height: 6px;
        background-position: 100% -30px;
    }

.irs-bar {
    height: 6px; top: 25px;
    background-position: 0 -60px;
}
    .irs-bar-edge {
        top: 25px;
        height: 6px; width: 6px;
        background-position: 0 -90px;
    }

.irs-shadow {
    height: 5px; top: 25px;
    background: #000;
    opacity: 0.25;
}
.lt-ie9 .irs-shadow {
    filter: alpha(opacity=25);
}

.irs-slider {
    width: 11px; height: 18px;
    top: 31px;
    background-position: 0 -120px;
}
.irs-slider.state_hover, .irs-slider:hover {
    background-position: 0 -150px;
}

.irs-min, .irs-max {
    color: #999;
    font-size: 10px; line-height: 1.333;
    text-shadow: none;
    top: 0; padding: 1px 3px;
    background: #e1e4e9;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.irs-from, .irs-to, .irs-single {
    color: #fff;
    font-size: 10px; line-height: 1.333;
    text-shadow: none;
    padding: 1px 5px;
    background: #20b426;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.irs-from:after, .irs-to:after, .irs-single:after {
    position: absolute; display: block; content: "";
    bottom: -6px; left: 50%;
    width: 0; height: 0;
    margin-left: -3px;
    overflow: hidden;
    border: 3px solid transparent;
    border-top-color: #20b426;
}

.irs-grid {
    height: 34px;
}
.irs-grid-pol {
    background: #c0c0c0;
}
.irs-grid-text {
    bottom: 12px;
    color: #c0c0c0;
}

.irs-disable-mask {

}
.irs-disabled {

}
.lt-ie9 .irs-disabled {

}

/* End */
/* /local/templates/adems_copy/components/bitrix/catalog/.default/style.css?16962442464172 */
/* /local/templates/adems_copy/components/bitrix/system.pagenavigation/adems/style.css?1695967862965 */
/* /local/templates/adems_copy/components/bitrix/catalog.section/machines/style.css?16959678624670 */
/* /local/components/go2web/calc/templates/redesign/style.css?16959678654288 */
/* /local/templates/adems_copy/libs/ionRangeSlider/ionRangeSlider.css?16951986983355 */
/* /local/templates/adems_copy/libs/ionRangeSlider/ionRangeSlider.skinModern.css?16951986982317 */
