

/* Start:/local/templates/evaphyto/components/bitrix/news/.default/bitrix/catalog.section.list/.default/style.css?17100703801004*/
.catalog-subsection__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 60px 0;
  margin: 0; }
  @media (min-width: 1230px) {
    .catalog-subsection__list {
      width: 80%;
      margin: 0 auto; } }

.catalog-subsection {
  padding-top: 0;
  padding-bottom: 15px;
  font-size: 16px;
  color: #5a5a4b;
  text-decoration: none;
  list-style: none;
  width: 100%; }
  @media (min-width: 768px) {
    .catalog-subsection {
      width: 50%; } }
  @media (min-width: 992px) {
    .catalog-subsection {
      width: 25%; } }
  .catalog-subsection a {
    text-decoration: none;
    color: #5a5a4b; }
    .catalog-subsection a:hover {
      text-decoration: none;
      color: #5a5a4b; }

.catalog-subsection__title {
  display: flex; }

.catalog-subsection__color {
  width: 24px;
  height: 24px;
  background-color: red;
  border-radius: 100%;
  margin-right: 15px;
  flex-shrink: 0; }

.catalog-subsection--current {
  font-weight: bold; }

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

/* End */


/* Start:/local/templates/evaphyto/components/bitrix/system.pagenavigation/.default/style.css?17100703812557*/
.bx-pagination {
  margin: 10px 0; }

.bx-pagination .bx-pagination-container {
  text-align: center;
  position: relative; }

.bx-pagination .bx-pagination-container ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block; }

.bx-pagination .bx-pagination-container ul li {
  display: inline-block;
  margin: 0 2px 15px 2px; }

.bx-pagination .bx-pagination-container ul li span {
  -webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
  -moz-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
  -ms-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
  -o-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
  transition: color .3s ease, background-color .3s ease, border-color .3s ease;
  background: #eff0f1;
  padding: 0 8px;
  display: block;
  height: 32px;
  min-width: 32px;
  line-height: 32px;
  color: #444;
  font-size: 14px;
  border-radius: 16px;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.bx-pagination .bx-pagination-container ul li a {
  text-decoration: none;
  display: block;
  border-radius: 16px;
  height: 32px;
  min-width: 32px;
  line-height: 32px;
  color: #444;
  vertical-align: middle; }

.bx-pagination .bx-pagination-container ul li a:hover span {
  background: #DADADA; }

.bx-pagination .bx-pagination-container ul li.bx-active span {
  background: #6eaf32;
  color: #fff; }

.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
  background: #fff;
  border: 2px solid #eff0f1;
  line-height: 28px;
  padding: 0 18px;
  color: #444; }

.bx-pagination .bx-pagination-container ul li.bx-pag-all span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next span {
  color: #aab1b4;
  background: #fff;
  border: 2px solid #eff0f1;
  line-height: 28px;
  padding: 0 18px; }

.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span {
  background: #fff;
  border-color: #DADADA;
  color: #000; }

.bx-pagination.bx-blue .bx-pagination-container ul li.bx-active span {
  background: #6eaf32;
  color: #fff; }

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

/* End */


/* Start:/local/templates/evaphyto/components/bitrix/news/.default/bitrix/news.list/.default/style.css?17100703801519*/
.catalog-slider {
  position: relative; }
  .catalog-slider .swiper-slide {
    height: 70vh; }
  .catalog-slider picture {
    width: 100%;
    height: 100%;
    object-fit: cover; }
    .catalog-slider picture img {
      width: 100%;
      height: 100%;
      object-fit: cover; }

.catalog-item {
  text-align: center;
  display: flex;
  flex-direction: column;
  color: #5a5a4b;
  text-decoration: none;
  font-size: 16px; }
  .catalog-item:hover {
    text-decoration: none;
    color: #5a5a4b; }

.catalog-item__detail-url {
  color: #5a5a4b;
  text-decoration: none;
  font-size: 16px; }

.catalog-item__title {
  color: #5a5a4b;
  text-decoration: none;
  font-size: 16px; }

.catalog-item__subtitle {
  font-size: 14px; }

.catalog-item__preview {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 300px;
  position: relative; }
  .catalog-item__preview img {
    width: 100%;
    height: 100%;
    object-fit: contain; }

.catalog-item-popup__preview-wrap {
  background-color: #fff; }

.catalog-item__label {
  width: 50px;
  height: 50px;
  background-color: red;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 14px; }
  .catalog-item__label--new {
    background-color: #96d100;
    left: auto;
    right: 0; }
  .catalog-item__label--hit {
    background-color: #f8ae2c;
    left: auto;
    left: 0; }

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

/* End */


/* Start:/local/templates/evaphyto/js/vendor/jquery.modal/jquery.modal.min.css?16553510592267*/
@-webkit-keyframes sk-stretchdelay{0%,40%,to{-webkit-transform:scaleY(.5)}20%{-webkit-transform:scaleY(1)}}@keyframes sk-stretchdelay{0%,40%,to{transform:scaleY(.5);-webkit-transform:scaleY(.5)}20%{transform:scaleY(1);-webkit-transform:scaleY(1)}}.blocker,.modal{box-sizing:border-box;width:100%}.blocker{position:fixed;top:0;right:0;bottom:0;left:0;height:100%;overflow:auto;z-index:1020;padding:0;background-color:#000;background-color:rgba(0,0,0,.75);text-align:center}.blocker:before{content:"";display:inline-block;height:100%;vertical-align:middle;margin-right:-.05em}.blocker.behind{background-color:transparent}.modal{display:none;vertical-align:middle;position:relative;z-index:2;background:#fff;padding:15px 30px;box-shadow:0 0 10px #000;text-align:left}.modal a.close-modal{position:absolute;top:20px;right:20px;display:block;width:30px;height:30px;text-indent:-9999px;background-size:contain;background-repeat:no-repeat;background-position:center center;background-image:url("data:image/svg+xml,%3Csvg class='t-popup__close-icon t-popup__close-icon_cross' width='23px' height='23px' viewBox='0 0 23 23' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='%23000000' fill-rule='evenodd'%3E%3Crect transform='translate(11.313708, 11.313708) rotate(-45.000000) translate(-11.313708, -11.313708) ' x='10.3137085' y='-3.6862915' width='2' height='30'%3E%3C/rect%3E%3Crect transform='translate(11.313708, 11.313708) rotate(-315.000000) translate(-11.313708, -11.313708) ' x='10.3137085' y='-3.6862915' width='2' height='30'%3E%3C/rect%3E%3C/g%3E%3C/svg%3E")}.modal-spinner{display:none;position:fixed;top:50%;left:50%;transform:translateY(-50%) translateX(-50%);padding:12px 16px;border-radius:5px;background-color:#111;height:20px}.modal-spinner>div{border-radius:100px;background-color:#fff;height:20px;width:2px;margin:0 1px;display:inline-block;-webkit-animation:sk-stretchdelay 1.2s infinite ease-in-out;animation:sk-stretchdelay 1.2s infinite ease-in-out}.modal-spinner .rect2{-webkit-animation-delay:-1.1s;animation-delay:-1.1s}.modal-spinner .rect3{-webkit-animation-delay:-1s;animation-delay:-1s}.modal-spinner .rect4{-webkit-animation-delay:-.9s;animation-delay:-.9s}
/* End */


/* Start:/local/templates/evaphyto/blog.css?1710070380842*/
.blog-text {
  font-size: 16px;
  padding-bottom: 120px;
  padding-top: 120px; }
  .blog-text h2 {
    font-size: 36px;
    margin-bottom: 30px; }

.catalog-detail {
  padding-top: 80px;
  background-color: #f7f7f7;
  font-size: 14px;
  z-index: 20;
  height: 100%;
  overflow: auto; }
  .catalog-detail h3 {
    font-size: 18px;
    color: #5a5a4b;
    margin-bottom: 30px; }
  .catalog-detail a.close-modal {
    top: 20px;
    right: 20px; }
  .catalog-detail h2 {
    font-size: 18px;
    font-weight: normal; }
  .catalog-detail h3 {
    font-size: 14px;
    font-weight: normal; }

.catalog-detail__all-items {
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: transparent;
  border: none;
  color: #5a5a4b;
  font-weight: normal;
  font-size: 14px;
  padding: 0;
  margin: 0; }

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

/* End */
/* /local/templates/evaphyto/components/bitrix/news/.default/bitrix/catalog.section.list/.default/style.css?17100703801004 */
/* /local/templates/evaphyto/components/bitrix/system.pagenavigation/.default/style.css?17100703812557 */
/* /local/templates/evaphyto/components/bitrix/news/.default/bitrix/news.list/.default/style.css?17100703801519 */
/* /local/templates/evaphyto/js/vendor/jquery.modal/jquery.modal.min.css?16553510592267 */
/* /local/templates/evaphyto/blog.css?1710070380842 */
