

/* Start:/local/templates/.default/components/bitrix/news.list/article_list/style.css?175509818012167*/
.article-list-head-sort{
/*  display: none;*/
}
.article-list-head-sort .dropdown-menu__title,
.article-list-head-sort .dropdown-menu__close {
    display: none;
}
.dropdown_old2{
  position: relative;
  display: flex;
  align-items: center;
}
.dropdown_old {
    display: inline-block;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    position: relative;
    height: 100%;
    text-align: left;
    outline: none;
    margin-left: 5px;
    padding-right: 11px;
}

.article-list-head-sort .dropdown_old .dropdown-menu {
    position: absolute;
    background-color: #fff;
    width: 110px;
    left: -10px;
    margin-top: 1px;
    -webkit-box-shadow: 0 1px 2px #cccccc;
    box-shadow: 0 1px 2px #cccccc;
    border-radius: 0 1px 5px 5px;
    overflow: hidden;
    display: none;
    overflow-y: auto;
    z-index: 15;
    padding: 0;
    list-style: none;
}

.article-list-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 21px;
  padding-bottom: 6px;
}
.article-list-head-sort-title {
  color: #1e1e1e;
  font-size: 0.867rem;
}
.article-list-head-sort .dropdown_old {
  padding-right: 11px;
}
.article-list-head-sort .dropdown_old .dropdown-menu {
  left: auto;
  top: 20px;
  right: 0;
  white-space: nowrap;
}
.article-list-head-sort .dropdown_old .select span {
  display: flex; align-items: center;
  font-size: 0.867rem;
}
.article-list-head-sort .dropdown_old .select span img{
  margin-right: 5px;
}

.article-list-head-sort .dropdown_old .dropdown-menu li {
  display: flex; align-items: center;
    padding: 10px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    cursor: pointer;
    font-size: 0.8125rem;
}
.article-list-head-sort .dropdown_old .dropdown-menu li img{margin-right: 5px}


.dropdown-select-arrow {
  width: 5px;
  height: 8px;
  line-height: 8px;
  font-size: 8px;
  position: absolute;
  right: 0;
  top: 4px;
  color: #10496a;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.3s 0s ease;
  transition: -webkit-transform 0.3s 0s ease;
  -o-transition: transform 0.3s 0s ease;
  transition: transform 0.3s 0s ease;
  transition: transform 0.3s 0s ease, -webkit-transform 0.3s 0s ease;
}
.dropdown-select-arrow div:before {
  margin: 0;
  width: auto;
}
.dropdown_old.active .dropdown-select-arrow {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.article-list-head-filters {
  overflow: hidden;
}
.article-list-head-filters-block {
  margin-left: -15px;
  font-size: 0;
}
.article-list-head-filters-item {
  color: #1e1e1e;
  font-size: 1rem;
  -webkit-transition: color 0.3s 0s ease;
  -o-transition: color 0.3s 0s ease;
  transition: color 0.3s 0s ease;
  text-decoration: none;
  padding: 0 15px;
}
.article-list-head-filters-item.active, .article-list-head-filters-item:hover {
  color: #737373;
}
.article-list-wrapper {
  padding-bottom: 5rem;
}
.article-list-wrap {
  margin: 0 -35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.article-list-item-ctn {
  padding: 0 1rem;
  width: 33.33%;
  margin-bottom: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.article-list-item {
  display: block;
  text-decoration: none;
  color: #1e1e1e;
  position: relative;
  overflow: hidden;
  padding-bottom: 17px;
  max-height: 340px;
  border: 1px solid var(--color-white);
  width: 100%;
  transition: 0.3s;
}
.article-list-item:hover {
    box-shadow: 0 15px 40px -10px #00000040
}

.article-list-item--image {
  display: block;
  background-size: cover;
  background-position: center;
  height: 180px;
}
.article-list-item--date {
  margin-top: 15px;
  display: block;
  color: #737373;
  font-weight: 500; 
  font-size: 0.8rem;
  line-height: 1.333rem;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.article-list-item--text {
    padding: 20px 20px 10px;
    display: block;
    position: relative;
    overflow: hidden;
    height: 160px;
    background: #fafafa;
}
.article-list-item--image + .article-list-item--date {
  margin-top: 10px;
}
.article-list-item--title {
  display: block;
  font-weight: 500;
  font-size: 1.333rem;
  line-height: 1.667rem;
  margin-bottom: 5px;
}
.article-list-item--description {
  display: block;
  font-size: 1rem;
  line-height: 1.333rem;
}
.article-list-item:after {
  content: '';
  -webkit-box-shadow: 10px 10px 15px 35px #fff;
  box-shadow: 10px 10px 15px 35px #fff;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  z-index: 1;
}
.load-more-ctn {
  width: 100%;
}
.article-list-wrap .load-more-ctn {
  padding: 0 15px;
}
.load-more-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -20px;
}
.article-list-wrap .load-more-wrap {
  margin: 0;
}
.load-more-wrap:before {
  content: '';
  display: block;
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  background-color: #e1e1e1;
  z-index: 1;
}
.load-more--button, .load-more--text {
  position: relative;
  z-index: 5;
}
.load-more--button {
  padding: 0 20px;
  background-color: #FAFBFF;
}
.load-more--button .btn-default.blue {
  min-width: 180px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.load-more--text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #777;
  font-weight: 500;
  line-height: 1rem;
  padding: 0 20px;
  position: absolute;
  top: 2px;
}
.load-more--text.left {
  left: 0;
}
.load-more--text.right {
  right: 0;
}
@media screen and (max-width: 1023px) {
  .article-list-head {
    border: none;
    padding-bottom: 0;
    margin-bottom: 19px;
  }
  .article-list-head-filters {
    width: 100%;
  }
  .article-list-head-sort {
    margin-top: 10px;
  }
  .article-list-wrap {
    margin: 0 -5px;
  }
  .article-list-item-ctn {
    width: 50%;
    padding: 0 5px;
    margin-bottom: 30px;
  }
  .article-list-head-sort .dropdown_old .dropdown-menu {
    right: auto;
    left: -10px;
  }
}
@media screen and (max-width: 767px) {
  .article-list-wrapper {
    overflow: visible;
  }
  .article-list-head-filters {
    width: auto;
    overflow: hidden;
    height: 20px;
    margin: 0 -15px;
    position: relative;
  }
  .article-list-head-filters:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    z-index: 1;
    -webkit-box-shadow: 0 0 10px 7px #fff;
    box-shadow: 0 0 10px 7px #fff;
    background: #fff;
  }
  .article-list-head-filters:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    z-index: 1;
    -webkit-box-shadow: 0 0 20px 10px #fff;
    box-shadow: 0 0 20px 10px #fff;
    background: #fff;
  }
  .article-list-head-filters-over {
    padding-bottom: 25px;
    overflow: auto;
  }
  .article-list-head-filters-block {
    white-space: nowrap;
    display: table;
    margin: 0;
  }
  .article-list-head-filters-item {
    padding: 0 10px;
  }
  .article-list-head {
    margin-bottom: 24px;
  }
  .article-list-head-sort {
    display: none;
  }
  .article-list-item {
    max-height: 340px;
  }
  .article-list-item:after {
    -webkit-box-shadow: 10px 10px 15px 25px #fff;
    box-shadow: 10px 10px 15px 25px #fff;
  }
  .article-list-item--title {
    color: #1e1e1e;
    font-size: 1rem;
    line-height: 1.333rem;
    margin-bottom: 5px;
  }
  .article-list-item--description {
    font-size: 0.867rem;
    line-height: 1rem;
  }
  .load-more-wrap {
    display: block;
    margin: 0;
  }
  .load-more-wrap:before {
    display: none;
  }
  .load-more--button {
    max-width: 180px;
    padding: 0;
    margin: 0 auto 20px;
  }
  .load-more--text {
    position: static;
    display: block;
    margin:0;
    text-align: center;
    padding: 0.5rem 0;
  }
}
.article-head {
  max-width: 710px;
  margin: 0 auto 50px;
}
.article-head-title {
  margin-bottom: 11px;
}
.article-head-description {
  color: #1e1e1e;
  font-size: 1.667rem;
  line-height: 2rem;
}
.article-head-description img {
  height: auto !important;
  max-width: 100%;
}
.article-image-large {
  max-width: 950px;
  margin: 0 auto;
  text-align: center;
}
.article-image-medium {
  display: table;
  max-width: 590px;
  margin: 0 auto 20px;
  text-align: center;
}
.article-image-medium img, .article-image-large img {
  max-width: 100%;
}
.article-image-description {
  text-align: right;
  color: #979797;
  font-size: 0.867rem;
  line-height: 1rem;
  margin-top: 10px;
}
.article-text-wrap.small {
  max-width: 610px;
  margin: 30px auto 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-text-title {
  color: #1e1e1e;
  font-weight: 500;
  font-size: 1.667rem;
  line-height: 2rem;
  margin-bottom: 10px;
}
.article-text {
  display: inline-block;
  vertical-align: top;
}
.page-text-block {
  line-height: 1.333rem;
}
.page-text-block p {
  line-height: 1.333rem;
  margin-bottom: 10px;
}
.article-tooltip {
  position: relative;
  text-decoration: none;
  display: inline;
}
.article-tooltip-block {
  border-radius: 4px;
  border: 1px solid #b5b5b5;
  background-color: #ffffff;
  width: 255px;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.5s 0.2s ease;
  -o-transition: all 0.5s 0.2s ease;
  transition: all 0.5s 0.2s ease;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 50%;
  z-index: 10;
  margin-left: -127px;
}
.article-tooltip:hover .article-tooltip-block, .article-tooltip.active .article-tooltip-block {
  opacity: 1;
  visibility: visible;
}
.article-tooltip-image {
  width: 50px;
  height: 50px;
  display: block;
  text-align: center;
}
.article-tooltip-image img {
  max-width: 100%;
  max-height: 100%;
}
.article-tooltip-info {
  width: calc(100% - 55px);
  margin-left: 5px;
  color: #000000;
  font-size: 1rem;
}
.article-tooltip-price {
  margin-top: 8px;
  display: block;
  font-weight: 500;
  line-height: 1rem;
}
.article-text-wrap.image .article-text {
  width: calc(100% - 211px);
}
.article-text-wrap.image.left .article-text {
  margin-left: 30px;
}
.article-text-wrap.image.right .article-text {
  margin-right: 40px;
}
.article-image {
  background-size: cover;
  background-position: center;
}
.article-text-wrap.image.left .article-image {
  margin-left: -109px;
  margin-top: 40px;
  width: 290px;
  height: 300px;
}
.article-text-wrap.image.right .article-image {
  margin-right: -109px;
  margin-top: 21px;
  width: 260px;
  height: 260px;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}



@media screen and (max-width: 550px) {
    .article-list-item-ctn {
        width: 100%;
        padding: 0;
        margin-bottom: 10px;
    }
    .article-list-head-filters-item {
    font-size: 0.85rem;
    padding: 0 5px;
}
}
/* End */
/* /local/templates/.default/components/bitrix/news.list/article_list/style.css?175509818012167 */
