

/* Start:/local/components/trc/arendator.index/templates/list_letter_panel/style.css?174827383010180*/
.list_elements_page {
  position: relative;
}
.list_elements_page .block_header_normal {
  margin-bottom: 40px;
}
.list_elements_page .block_header_normal .title {
  position: relative;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 60px;
  line-height: 110%;
  text-transform: uppercase;
  color: var(--black);
  margin: 0;
}
.list_elements_page .block_header_normal .view {
  margin: auto 0 auto auto;
  position: relative;
  display: flex;
}
.list_elements_page .block_header_normal .view a {
  position: relative;
  text-decoration: none;
  display: flex;
}
@media (min-width: 768px) {
  .list_elements_page .block_header_normal .view a.view_btn {
    margin-right: 20px;
  }
}
.list_elements_page .block_header_normal .view a.view_btn svg {
  position: relative;
  border-radius: 100%;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
  width: 50px;
  height: auto;
}
@media (min-width: 768px) {
  .list_elements_page .block_header_normal .view a.view_btn svg {
    width: auto;
  }
}
.list_elements_page .block_header_normal .view a.view_btn svg circle {
  fill: var(--white);
}
.list_elements_page .block_header_normal .view a.view_btn svg path {
  stroke: var(--black);
}
.list_elements_page .block_header_normal .view a.view_btn:hover svg circle {
  fill: var(--blue);
}
.list_elements_page .block_header_normal .view a.view_btn:hover svg path {
  stroke: var(--white);
}
.list_elements_page .block_header_normal .view a.view_btn.active svg circle {
  fill: var(--blue);
}
.list_elements_page .block_header_normal .view a.view_btn.active svg path {
  stroke: var(--white);
}
.list_elements_page .block_filter {
  color: var(--black);
  font-family: var(--second-family);
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  margin-bottom: 30px;
}
.list_elements_page .block_filter .category {
  position: relative;
  margin: auto 0;
}
.list_elements_page .block_filter .category > a {
  position: relative;
  text-decoration: none;
  outline: none;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 25px;
  line-height: 110%;
  color: var(--black);
}
.list_elements_page .block_filter .category .category_popup {
  transition: all 300ms linear;
  opacity: 0;
  pointer-events: none;
  display: flex;
  position: absolute;
  top: calc(100% + 20px);
  flex-direction: column;
  background: var(--white);
  z-index: 2;
  padding: 25px 20px 20px 20px;
  filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.1));
  border: 1px solid;
  width: auto;
}
.list_elements_page .block_filter .category .category_popup .category_popup_header {
  position: relative;
  display: flex;
  margin-bottom: 25px;
  color: var(--black);
  font-family: var(--font-family);
  font-style: normal;
}
.list_elements_page .block_filter .category .category_popup .category_popup_header .category_popup_header_title {
  position: relative;
  font-size: 30px;
  font-weight: 600;
  line-height: 110%;
}
.list_elements_page .block_filter .category .category_popup .category_popup_header .category_popup_header_clear {
  text-decoration: none;
  margin-top: auto;
  margin-left: auto;
  position: relative;
  font-size: 20px;
  color: var(--black);
  opacity: 0.1;
  transition: all 300ms ease;
}
.list_elements_page .block_filter .category .category_popup .category_popup_header .category_popup_header_clear:hover {
  opacity: 1;
}
.list_elements_page .block_filter .category .category_popup .category_popup_header::after {
  content: '';
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  left: 1px;
  border-bottom: 15px solid #FFF;
  top: -40px;
}
.list_elements_page .block_filter .category .category_popup .category_popup_header::before {
  content: '';
  position: absolute;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 16px solid #000;
  top: -41px;
}
.list_elements_page .block_filter .category .category_popup .category_popup_list {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 50px;
}
.list_elements_page .block_filter .category .category_popup .category_popup_list li {
  position: relative;
  margin-bottom: 30px;
}
.list_elements_page .block_filter .category .category_popup .category_popup_list li input {
  display: none;
}
.list_elements_page .block_filter .category .category_popup .category_popup_list li input:checked + label:before {
  opacity: 1;
}
.list_elements_page .block_filter .category .category_popup .category_popup_list li label {
  position: relative;
  display: flex;
  cursor: pointer;
}
.list_elements_page .block_filter .category .category_popup .category_popup_list li label span {
  position: relative;
  white-space: pre;
  color: var(--black);
  font-family: var(--second-family);
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  margin-right: 50px;
}
@media (min-width: 1440px) {
  .list_elements_page .block_filter .category .category_popup .category_popup_list li label span {
    white-space: unset;
    margin-right: 0;
    width: 420px;
  }
}
.list_elements_page .block_filter .category .category_popup .category_popup_list li label:before {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  top: 5px;
  right: 0;
  opacity: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='13' viewBox='0 0 16 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.25714 13L0 7.70796L2.28571 5.52212L5.25714 8.51327L13.7143 0L16 2.30088L5.25714 13Z' fill='%232FA7E5'/%3E%3C/svg%3E%0A");
}
.list_elements_page .block_filter .category .category_popup .category_popup_list li label:after {
  margin-left: auto;
  content: '';
  position: relative;
  margin-top: 5px;
  border: 2px solid;
  width: 21px;
  height: 21px;
}
.list_elements_page .block_filter .category .category_popup .category_popup_list li:nth-last-child(1) {
  margin-bottom: 0;
}
.list_elements_page .block_filter .category .category_popup .category_popup_list.column_2 {
  display: grid;
  grid-template-columns: repeat(2, auto);
  column-gap: 20px;
}
.list_elements_page .block_filter .category .category_popup .category_popup_list.column_2 li {
  margin-bottom: 0px;
  padding: 15px 30px 15px 0;
  border-right: 1px solid;
}
.list_elements_page .block_filter .category .category_popup.active {
  opacity: 1;
  pointer-events: all;
}
.list_elements_page .block_filter .category .category_popup .btn {
  display: block;
  text-decoration: none;
  padding: 19px 0;
  background-color: var(--black);
  color: var(--white);
  font-family: var(--second-family);
  border: 1px solid;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  text-transform: uppercase;
  text-align: center;
  border-radius: 30px;
  transition: all 300ms linear;
}
.list_elements_page .block_filter .category .category_popup .btn:hover {
  background-color: var(--blue);
}
.list_elements_page .block_filter .checkbox_filter {
  position: relative;
  margin: auto 0 auto 50px;
}
.list_elements_page .block_filter .checkbox_filter input {
  display: none;
}
.list_elements_page .block_filter .checkbox_filter input:checked + label:before {
  opacity: 1;
}
.list_elements_page .block_filter .checkbox_filter label {
  position: relative;
  display: flex;
  cursor: pointer;
}
.list_elements_page .block_filter .checkbox_filter label:before {
  transition: all 300ms linear;
  opacity: 0;
  top: 5px;
  right: 0px;
  position: absolute;
  content: '';
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='13' viewBox='0 0 16 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.25714 13L0 7.70796L2.28571 5.52212L5.25714 8.51327L13.7143 0L16 2.30088L5.25714 13Z' fill='%232FA7E5'/%3E%3C/svg%3E%0A");
}
.list_elements_page .block_filter .checkbox_filter label span {
  position: relative;
}
.list_elements_page .block_filter .checkbox_filter label:after {
  position: relative;
  content: '';
  width: 21px;
  height: 21px;
  border: 2px solid;
  margin-top: 5px;
  margin-left: 10px;
}
.list_elements_page .block_filter .view_btn_filter {
  margin: auto 0;
}
.list_elements_page .letter_list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 4.8rem;
}
.list_elements_page .letter_list .letter_item {
  position: relative;
  background: #f2f2f2;
  padding: 3.2rem 2.4rem;
  border-radius: 15px;
  max-height: 34.6rem;
  overflow: hidden;
}
.list_elements_page .letter_list .letter_item .letter_title {
  position: relative;
  border-bottom: 0.1rem solid #cecece;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 50px;
  line-height: 120%;
  text-transform: uppercase;
  color: var(--blue);
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
}
.list_elements_page .letter_list .letter_item .letter_list_elements {
  position: relative;
  display: flex;
  flex-direction: column;
  max-height: 27.5rem;
  overflow: hidden;
  overflow-y: auto;
}
.list_elements_page .letter_list .letter_item .letter_list_elements::-webkit-scrollbar {
  width: 1.1rem;
  background-color: #f2f2f2;
  border: 0.1rem solid #cecece;
  border-radius: 1.5rem;
}
.list_elements_page .letter_list .letter_item .letter_list_elements::-webkit-scrollbar-thumb {
  background-color: #cecece;
  border-radius: 1.5rem;
}
.list_elements_page .letter_list .letter_item .letter_list_elements .letter_element {
  position: relative;
  text-decoration: none;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 25px;
  line-height: 140%;
  color: var(--black);
  margin-bottom: 2rem;
}
.list_elements_page .letter_list .letter_item .letter_list_elements .letter_element:hover {
  color: var(--blue);
}
@media (min-width: 1200px) {
  .list_elements_page .letter_list .letter_item .letter_title {
    font-size: 50px;
    margin-bottom: 50px;
  }
  .list_elements_page .letter_list .letter_item .letter_list_elements .letter_element {
    font-size: 25px;
    margin-bottom: 20px;
  }
}

/* End */
/* /local/components/trc/arendator.index/templates/list_letter_panel/style.css?174827383010180 */
