

/* 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/news.list/technical/style.css?17017692167426*/
@charset "UTF-8";
.machine_item {
  display: flex;
  align-items: flex-start;
  border: 0.1rem solid #EAEAF1;
  padding-right: 2rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .machine_item {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .machine_item {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .machine_item {
    padding: 2rem 1.6rem;
  }
}
.machine_item:not(:nth-child(-n+2)) {
  border-top: none;
}
.machine_item:not(:nth-child(odd)) {
  border-left: none;
}
.machine_item .img_block {
  width: 25rem;
  flex-shrink: 0;
  margin-right: 2rem;
  text-decoration: none;
  background: #FFF;
}
@media screen and (max-width: 1029px) {
  .machine_item .img_block {
    width: 15rem;
  }
}
@media screen and (max-width: 767px) {
  .machine_item .img_block {
    width: 28.7rem;
  }
}
@media screen and (max-width: 767px) {
  .machine_item .img_block {
    margin: 0 auto 1.5rem;
  }
}
.machine_item .img_block .respons_content {
  padding: 2rem;
}
@media screen and (max-width: 767px) {
  .machine_item .img_block .respons_content {
    padding: 0;
  }
}
.machine_item .txt_block {
  margin-right: 6rem;
  padding: 2rem 0;
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .machine_item .txt_block {
    padding: 1.5rem 0 2rem;
  }
}
@media screen and (max-width: 1029px) {
  .machine_item .txt_block {
    padding: 1.5rem 0 2rem;
  }
}
@media screen and (max-width: 767px) {
  .machine_item .txt_block {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .machine_item .txt_block {
    margin: 0 0 1.5rem;
  }
}
.machine_item .title {
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  color: #747474;
  text-decoration: none;
}
.machine_item .title:not(:last-child) {
  margin-bottom: 3rem;
}
.machine_item .desc {
  height: 3.87em;
  overflow: hidden;
  display: -webkit-box;
  color: #747474;
  text-decoration: none;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.machine_item .desc:not(:last-child) {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 1199px) {
  .machine_item .desc:not(:last-child) {
    margin-bottom: 1rem;
  }
}
.machine_item .conformity_block:not(:last-child) {
  margin-bottom: 1.5rem;
}
.machine_item .conformity_title {
  display: flex;
  align-items: center;
}
.machine_item .conformity_title:not(:last-child) {
  margin-bottom: 1rem;
}
.machine_item .conformity_title .icon {
  color: #95979C;
  margin-left: 0.5rem;
  cursor: pointer;
}
.machine_item .status_bar {
  display: flex;
}
.machine_item .status_bar > span {
  width: 100%;
  height: 0.3rem;
  display: block;
  border-radius: 0.3rem;
  background: #E2E2E2;
}
.machine_item .status_bar > span:not(:last-child) {
  margin-right: 0.2rem;
}
.machine_item .status_bar > span.ok {
  background: #E73E3E;
}
.machine_item .compare {
  display: block;
  color: #95979C;
}
.machine_item .compare:not(:last-child) {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 1199px) {
  .machine_item .compare:not(:last-child) {
    margin-bottom: 1rem;
  }
}
.machine_item .item_price_block {
  padding: 2rem 0;
}
@media screen and (max-width: 1199px) {
  .machine_item .item_price_block {
    padding: 1.5rem 0 2rem;
  }
}
@media screen and (max-width: 1029px) {
  .machine_item .item_price_block {
    padding: 1.5rem 0 2rem;
  }
}
@media screen and (max-width: 767px) {
  .machine_item .item_price_block {
    padding: 0;
  }
}
.machine_item .price_block:not(:first-child) {
  margin-top: 1.5rem;
}
@media screen and (max-width: 1199px) {
  .machine_item .price_block:not(:first-child) {
    margin-top: 1rem;
  }
}
.machine_item .price_block:not(:last-child) {
  margin-bottom: 1.5rem;
}
.machine_item .btn {
  width: 18.1rem;
}
@media screen and (max-width: 767px) {
  .machine_item .btn {
    width: 100%;
  }
}
.machine_item .tags_block {
  position: absolute;
  top: 1rem;
  left: 0;
}
.machine_item form:not(:last-child) {
  margin-bottom: 1rem;
}

.machine_item.no_price {
  align-items: normal;
}
.machine_item.no_price .img_block {
  align-self: flex-start;
}
.machine_item.no_price .txt_block {
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.machine_item.no_price .title:not(:last-child) {
  margin-bottom: 1.5rem;
}
.machine_item.no_price .descr .descr_read {
  display: inline-block;
  color: #95979C;
  text-decoration: underline;
  margin-top: 1rem;
}
.machine_item.no_price .descr .descr_read:hover {
  text-decoration: none;
}
.machine_item.no_price .descr .descr_read:before {
  content: "Скрыть";
}
.machine_item.no_price .descr:not(.open) .text {
  max-height: 3.87em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.machine_item.no_price .descr:not(.open) .descr_read:before {
  content: "Читать описание полностью";
}
.machine_item.no_price .btns_block {
  display: flex;
  flex-wrap: wrap;
  margin: 2rem -0.5rem 0;
}
.machine_item.no_price .btns_block .btn {
  width: calc((100% - 3rem) / 3);
  margin: 0 0.5rem;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .machine_item.no_price .btns_block .btn {
    width: calc(100% - 1rem);
  }
}
.machine_item.no_price .btns_block .btn:not(:nth-child(-n+3)) {
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .machine_item.no_price .btns_block .btn:not(:nth-child(-n+3)) {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .machine_item.no_price .btns_block .btn:not(:last-child) {
    margin-bottom: 1rem;
  }
}
.machine_item.no_price .btns_block .btn svg {
  margin-right: 0.8rem;
}

.city {
  background: #FFF;
  max-width: 114rem;
  margin: 4rem auto;
}
@media screen and (max-width: 1199px) {
  .city {
    max-width: 96rem;
  }
}
@media screen and (max-width: 1029px) {
  .city {
    max-width: 72rem;
  }
}
@media screen and (max-width: 767px) {
  .city {
    max-width: 100%;
  }
}
.city .city_form {
  padding: 3.6rem 2rem 2rem;
}
@media screen and (max-width: 767px) {
  .city .city_form {
    padding: 3.4rem 1.6rem 2rem;
  }
}
.city .city_form .title {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .city .city_form .title {
    margin-bottom: 1.5rem;
  }
}
.city .city_form .title_2 {
  font-size: 1.6rem;
  margin-top: 3rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .city .city_form .title_2 {
    margin-top: 2rem;
  }
}
.city .city_form input {
  width: 100%;
}
.city .city_popular {
  background: #F4F5F6;
  padding: 2rem 2rem 1rem;
}
@media screen and (max-width: 767px) {
  .city .city_popular {
    padding: 2rem 1.6rem 1rem;
  }
}
.city .city_popular .title {
  font-weight: bold;
  margin-bottom: 2rem;
}
.city .city_popular ul {
  margin: 0;
  padding: 0;
  columns: 7;
  list-style-type: none;
}
@media screen and (max-width: 1199px) {
  .city .city_popular ul {
    columns: 6;
  }
}
@media screen and (max-width: 1029px) {
  .city .city_popular ul {
    columns: 4;
  }
}
@media screen and (max-width: 767px) {
  .city .city_popular ul {
    columns: 1;
  }
}
.city .city_popular li {
  padding-right: 2rem;
  margin-bottom: 2rem;
  page-break-inside: avoid;
  break-inside: avoid;
}
@media screen and (max-width: 767px) {
  .city .city_popular li {
    padding-right: 0;
  }
}
.city .city_popular a {
  color: #279EE8;
}

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

/* End */
/* /local/templates/adems_copy/components/bitrix/system.pagenavigation/adems/style.css?1695967862965 */
/* /local/templates/adems_copy/components/bitrix/news.list/technical/style.css?17017692167426 */
