

/* Start:/local/templates/etalonmix/components/bitrix/system.pagenavigation/main/style.css?17158349462136*/
.bx-pagination {
  height: auto;
  position: relative;
  text-align: center;
  margin-top: 30px;
}
.bx-pagination ul {
  padding: 0;
  margin: 0;
  list-style: none;
  white-space: nowrap;
}
.bx-pagination ul li {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  padding: 0;
  width: 25px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  position: relative;
  z-index: 1;
  margin-right: 0;
  background: white;
}
.bx-pagination ul li:last-child {
  margin-right: 0;
}
.bx-pagination ul li:nth-last-child(2).bx-active {
  margin-right: 0;
}
.bx-pagination ul li span, .bx-pagination ul li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #171717;
  font-size: 18px;
  font-family: "Geometria Bold", Arial, Sans-Serif;
  text-transform: uppercase;
  text-decoration: none;
}
.bx-pagination ul li:hover:not(.noHover):not(.noActive):not(.dots) span, .bx-pagination ul li:hover:not(.noHover):not(.noActive):not(.dots) a, .bx-pagination ul li.bx-active span, .bx-pagination ul li.bx-active a {
  color: #980916;
}
.bx-pagination ul li.bx-pag-prev, .bx-pagination ul li.bx-pag-next {
  display: none;
}
.bx-pagination ul li.bx-pag-prev.noActive, .bx-pagination ul li.bx-pag-next.noActive {
  cursor: default;
}
.bx-pagination ul li.bx-pag-prev {
  background: url("/local/templates/etalonmix/components/bitrix/system.pagenavigation/main/img/navigate-arrow-prev.svg") center no-repeat;
  background-size: 11px 18px;
}
.bx-pagination ul li.bx-pag-next {
  background: url("/local/templates/etalonmix/components/bitrix/system.pagenavigation/main/img/navigate-arrow-next.svg") center no-repeat;
  background-size: 11px 18px;
}
.bx-pagination ul li.bx-pag-all {
  margin-right: 30px;
}
.bx-pagination ul .dots {
  width: 20px;
  height: 44px;
  font-size: 0;
  vertical-align: top;
  white-space: normal;
  text-align: center;
  color: black;
  font-size: 21px;
  font-family: "NeoSansPro", Arial, Sans-Serif;
  text-transform: uppercase;
  text-decoration: none;
  border: 0;
}

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

/* End */


/* Start:/local/templates/etalonmix/components/bitrix/news.list/reviews-list/style.css?17158349466055*/
.content {
  min-height: auto !important;
}

@media screen and (max-width: 1279px) and (min-width: 768px) {
  .breadcrumb {
    display: flex !important;
  }
}

.reviews-wrap {
  padding-bottom: 30px;
}

.reviews {
  width: 1440px;
  margin: 0 auto;
}
@media screen and (max-width: 1520px) and (min-width: 1280px) {
  .reviews {
    width: 1160px;
  }
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  .reviews {
    width: 620px;
  }
}
@media screen and (max-width: 767px) and (min-width: 480px) {
  .reviews {
    width: 460px;
  }
}
@media screen and (max-width: 479px) {
  .reviews {
    width: 300px;
  }
}
.reviews .list {
  padding: 50px 0 10px;
  position: relative;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .reviews .list {
    justify-content: center;
    padding-top: 10px;
  }
}
.reviews .list .block {
  min-width: 48%;
  max-width: 48%;
  position: relative;
  margin-bottom: 50px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (min-width: 1521px) {
  .reviews .list .block:nth-child(2n+2) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1279px) {
  .reviews .list .block {
    margin-bottom: 20px;
    min-width: 49%;
    max-width: 49%;
  }
  .reviews .list .block:nth-child(2n+2) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .reviews .list .block {
    min-width: 100%;
    max-width: 100%;
  }
}
.reviews .list .block .image {
  min-width: 160px;
  max-width: 160px;
  height: 160px;
  margin-right: 40px;
  overflow: hidden;
  display: block;
  position: relative;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
@media screen and (max-width: 1279px) {
  .reviews .list .block .image {
    min-width: 140px;
    max-width: 140px;
    height: 140px;
    margin-right: 20px;
  }
}
.reviews .list .block .image:hover:not(.noHover) img {
  -moz-transform: scale(1.05, 1.05);
  -webkit-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}
.reviews .list .block .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.reviews .list .block .review-full-wrap {
  display: none;
}
.reviews .list .block .review-full-wrap .review-full {
  color: #171717;
  font-size: 12px;
  font-family: "Geometria", Arial, Sans-Serif;
  text-transform: uppercase;
  line-height: normal;
  text-transform: none;
  margin-top: 10px;
}
.reviews .list .block .review-full-wrap .link {
  margin-top: 10px;
  color: #171717;
  font-size: 12px;
  font-family: "Geometria Bold", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
  display: table;
}
.reviews .list .block .info {
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (max-width: 1279px) {
  .reviews .list .block .info {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    height: 100%;
    min-height: 140px;
  }
}
.reviews .list .block .info .name {
  color: #171717;
  font-size: 26px;
  font-family: "Geometria Bold", Arial, Sans-Serif;
  text-transform: uppercase;
  line-height: normal;
  text-transform: none;
  text-decoration: none;
  max-height: 35px;
  overflow: hidden;
  display: block;
  min-width: 100%;
}
@media screen and (max-width: 1279px) {
  .reviews .list .block .info .name {
    font-size: 16px;
    max-height: 40px;
    white-space: normal;
  }
}
.reviews .list .block .info .review {
  color: #171717;
  font-size: 14px;
  font-family: "Geometria", Arial, Sans-Serif;
  text-transform: uppercase;
  line-height: normal;
  text-transform: none;
  margin-top: 10px;
  height: 88px;
  overflow: hidden;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
@media screen and (max-width: 1279px) {
  .reviews .list .block .info .review {
    height: auto;
    margin-bottom: 10px;
    font-size: 12px;
    white-space: normal;
  }
}
.reviews .list .block .info .review:not(.active) {
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  display: box;
  display: -webkit-box;
}
@media screen and (max-width: 767px) {
  .reviews .list .block .info .review:not(.active) {
    -webkit-line-clamp: 6;
  }
}
.reviews .list .block .info .link {
  margin-top: 10px;
  color: #171717;
  font-size: 14px;
  font-family: "Geometria Bold", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
  display: table;
}
@media screen and (max-width: 1279px) {
  .reviews .list .block .info .link {
    font-size: 12px;
    margin-top: auto;
  }
}
.reviews .list .block .info .link:hover:not(.noHover) {
  text-decoration: none;
}
.reviews .bx-pagination {
  margin-top: 0;
}

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

/* End */
/* /local/templates/etalonmix/components/bitrix/system.pagenavigation/main/style.css?17158349462136 */
/* /local/templates/etalonmix/components/bitrix/news.list/reviews-list/style.css?17158349466055 */
