

/* Start:/local/templates/olymp/components/bitrix/news/main/style.css?1745616409259*/
.elements-section__content {
  margin-top: 40px;
}
.elements-section__content .title-row {
  margin-bottom: 40px;
}
.elements-list .subscribe-form {
  height: 100%;
}

@media (max-width: 991px) {
  .elements-list > div {
    min-height: auto !important;
  }
}
/* End */


/* Start:/local/templates/olymp/components/bitrix/catalog.smart.filter/main/style.css?17572696754370*/
.bx-filter {margin-bottom: 40px;}
.bx-filter-items {display: flex;flex-wrap: wrap;}
.bx-filter-items .bx-filter-parameters-box {margin-right:8px;}
.bx-filter .radio-wrap {display:flex;}
.bx-filter .radio-wrap .radio {margin:0;}
.bx-filter .radio-wrap .radio input {display: none;}
.bx-filter .radio-wrap .radio label {cursor:pointer;padding: 6px 32px;background-color:var(--grey-hover-color);}
.bx-filter .radio-wrap .radio:first-child label {border-top-left-radius:9999px;border-bottom-left-radius:9999px;}
.bx-filter .radio-wrap .radio:last-child label {border-top-right-radius:9999px;border-bottom-right-radius:9999px;}
.bx-filter .radio-wrap .radio input[checked] + label {background-color: var(--accent-color);color: #fff;border-radius:9999px;}
.bx-filter .bx-filter-select-block {position:relative;max-width: max-content;padding:10px 45px 10px 17px;border:1px solid var(--border-color);border-radius:8px;cursor:pointer;display: flex;align-items: center;}
.bx-filter .bx-filter-select-block:hover {background-color:rgb(249,249,249);}
.bx-filter .bx-filter-select-block .bx-filter-select-arrow {position:absolute;top:50%;right:12px;transform:translateY(-50%);width:20px;height:20px;background-image:url(/local/templates/olymp/components/bitrix/catalog.smart.filter/main/./images/arrow.svg);background-size:contain;background-repeat:no-repeat;background-position:center center;transition: all .6s ease;}
.bx-filter .bx-filter-select-block.is-active .bx-filter-select-arrow {transform:translateY(-50%) rotate(180deg);}
.bx-filter .bx-filter-select-text:empty {display:none;}
.bx-filter .bx-filter-select-text {
    display: inline-block;
    background-color: var(--accent-light-color);
    border-radius: 30px;
    padding: 2px 10px;
    margin-left: 8px;
    pointer-events: none;
    white-space: nowrap;
}
.bx-filter-select-popup ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.bx-filter-param-label.disabled {
	opacity: .4;
	pointer-events: none;
}
.popup-window {
  box-shadow: none;
  border: 1px solid var(--border-color);
}
.bx-filter-select-popup {
	padding: 24px 20px;
	font-family: Gilroy,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
	font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: var(--txt-main);
}
.bx-filter-select-popup ul li:not(:last-child) {
  margin-bottom: 12px;
}
.bx-filter-select-popup ul li label {
    display: inline-block;
    position: relative;
    white-space: nowrap;
    cursor: pointer;
    background-color: var(--grey-hover-color);
    border-radius: 30px;
    padding: 2px 10px;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    margin-left: 38px;
}
.bx-filter-select-popup ul li label:hover {
  background-color: #f0f0f0;
}
.bx-filter-select-popup ul li label::before {
  content: '';
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: var(--grey-hover-color);
    border: 1px solid var(--grey-hover-color);
    position: absolute;
    top: 2px;
    right: calc(100% + 12px);
    -webkit-transition: border-color .3s;
    transition: border-color .3s;
}
.bx-filter-select-popup ul li label::after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background-color: var(--accent-color);
    border-radius: 50%;
    position: absolute;
    top: 6px;
    right: calc(100% + 16px);
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}
.bx-filter-select-popup ul li label.selected::before {
  border-color: var(--accent-color);
}
.bx-filter-select-popup ul li label.selected::after {
  opacity: 1;
}
.bx-filter-select-popup-label {
    display: block;
    font-size: 24px;
    line-height: 122%;
    font-weight: 600;
    color: var(--black-color);
    white-space: nowrap;
    margin-bottom: 24px;
}
ul[data-ul="clinics"] li[data-id="3"] label {
  background-color: var(--orange-light-color);
  color: var(--orange-color);
}
ul[data-ul="clinics"] li[data-id="1"] label {
    background-color: var(--brown-light-color);
    color: var(--brown-color);
}
ul[data-ul="clinics"] li[data-id="2"] label {
    background-color: var(--green-light-color);
    color: var(--green-color);
}
@media (max-width: 767px) {
  .bx-filter {margin-bottom: 16px;}
}
.js-news-type {
    cursor: pointer;
}
.js-news-type:hover {
    color: #fff !important;
    background-color: var(--accent-color) !important;
}
/* End */


/* Start:/local/templates/olymp/components/bitrix/news/main/bitrix/news.list/.default/style.css?1745616409780*/
.elements-list {
  display: grid;
  grid-gap: 24px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.elements-list.elements-list-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.elements-list.elements-list-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media (max-width: 1200px) {
  .elements-list.elements-list-4 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 991px) {
  .elements-list {
    grid-gap: 16px;
  }
  .elements-list.elements-list-3,
  .elements-list.elements-list-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 576px) {
  .elements-list,
  .elements-list.elements-list-3,
  .elements-list.elements-list-4 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
/* End */


/* Start:/local/templates/olymp/components/bitrix/news.list/contacts/style.css?174561640973*/
.find-section .find-section__content .tabs-links.only-one {display:none;}
/* End */
/* /local/templates/olymp/components/bitrix/news/main/style.css?1745616409259 */
/* /local/templates/olymp/components/bitrix/catalog.smart.filter/main/style.css?17572696754370 */
/* /local/templates/olymp/components/bitrix/news/main/bitrix/news.list/.default/style.css?1745616409780 */
/* /local/templates/olymp/components/bitrix/news.list/contacts/style.css?174561640973 */
