

/* Start:/bitrix/templates/teem/css/articles.css?173279441012145*/
.articles-panel,
.articles-panel.rel {
  position: relative;
}
.articles-panel {
  padding: 25.9rem 6.6rem 0;
  overflow: hidden;
  height: auto;
}
.articles-panel.lst {
  padding: 22.3rem 6.6rem 0 6.6rem;
}
@media (max-width: 1280px) {
  .articles-panel {
    height: auto;
    padding: 17.5rem 9.7rem 0 9.7rem;
  }
  .articles-panel.lst {
    padding: 6rem 6.6rem;
  }
}
@media (max-width: 932px) and (max-height: 430px) and (orientation: landscape) {
  .articles-panel {
    padding: 8rem 3.6rem;
  }
  .articles-panel.lst {
    padding: 3rem 3.6rem;
  }
}
@media (max-width: 600px) {
  .articles-panel {
    height: auto;
    padding: 10rem 1.5rem 0 1.5rem;
  }
  [data-gsap-panel="articles-3"] .articles {
    top: auto;
    left: 0;
    right: 0;
    width: auto;
  }
  .articles-panel.rel {
    padding: 1rem 1.5rem;
  }
  [data-gsap-panel="articles-3"] .articles-panel {
    padding: 6.6rem 1.5rem;
  }
}

.articles-panel .text-flex {
  display: flex;
  justify-content: space-between;
  /* margin-top: 25.9rem; */
  width: 100%;
  /* align-items: center; */
}
.articles-panel .text-flex h1 {
  flex-grow: 1;
}
.articles-panel .text-flex .articles-text {
  text-align: right;
  font-size: 2.7rem;
  max-width: 81.3rem;
  margin-top: 2.7rem;
  line-height: 133%;
}
@media (max-width: 1280px) {
  .articles-panel .text-flex {
  }
  .articles-panel .text-flex .house-subtitle {
    font-size: 6.3rem;
    flex-grow: 1;
  }
  .articles-panel .text-flex .articles-text {
    font-size: 2.4rem;
    max-width: 46.5rem;
    margin-top: 1.6rem;
  }
}
@media (max-width: 932px) {
}
@media (max-width: 600px) {
  .articles-panel .text-flex {
    flex-wrap: wrap;
  }
  .articles-panel .text-flex .house-subtitle {
    flex-grow: 1;
    font-size: 2.7rem;
  }
  .articles-panel .text-flex .articles-text {
    font-size: 1.4rem;
    text-align: left;
    max-width: 46.5rem;
    margin-top: 1.6rem;
  }
}

.breadcrumb-panel {
  padding-top: 10.3rem;
  display: flex;
  gap: 1.2rem;
}
.breadcrumb-panel .back-container {
  height: 4rem;
  width: 9rem;
  display: flex;
  justify-content: left;
  align-items: center;
}
.breadcrumb-panel .button-back {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1.2rem;
  cursor: pointer;
  font-size: 1.6rem;
  transition: 0.3s linear;
}

.breadcrumb-panel .button-back button {
  border: none;
  width: 2.6rem;
  height: 2.6rem;
  background-color: #003d4c;
  border-radius: 0.4rem;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  transition: 0.3s linear;
}
.breadcrumb-panel .button-back:hover button {
  width: 3.2rem;
  height: 3.2rem;
  background-color: var(--sec-hover);
}
.breadcrumb-panel .button-back .t {
  transition: 0.3s linear;
}
.breadcrumb-panel .button-back:hover .t {
  color: var(--sec-hover);
}

.breadcrumb-panel .button-back svg {
  border: none;
  width: 1rem;
  height: 1rem;
  background-color: transparent;
}
.breadcrumb-panel .breadcrumbs {
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  gap: 0.7rem;
}
.breadcrumb-panel .breadcrumbs * {
  position: relative;
  opacity: 0.7;
  cursor: pointer;
  transition: 0.3s linear;
  width: 100%;
  position: relative;
  line-height: 133%;
  display: inline-flex;
}
.breadcrumb-panel .breadcrumbs *::after {
  content: "";
  position: absolute;
  width: calc(100% - 1.5rem);
  background: #003d4c;
  height: 0.1rem;
  bottom: 0;
  right: 0;
  transition: 0.3s linear;
  opacity: 0;
  visibility: hidden;
}
.breadcrumb-panel .breadcrumbs *:not(.current):hover,
*:not(.current):hover::after {
  opacity: 0.7;
  visibility: visible;
}
.breadcrumb-panel .breadcrumbs *::before {
  display: inline-block;
  cursor: default;
  content: "/";
  margin-right: 0.7rem;
}
.breadcrumb-panel .breadcrumbs .current {
  cursor: default;
}
@media (max-width: 1280px) {
  .breadcrumb-panel {
    padding-top: 5rem;
  }
  .breadcrumb-panel .back-container {
    height: 5rem;
    width: 8.5rem;
  }
  .breadcrumb-panel .button-back {
    font-size: 1.6rem;
  }
  .breadcrumb-panel .breadcrumbs {
    font-size: 1.6rem;
  }
  .breadcrumb-panel .breadcrumbs *::after {
    width: calc(100% - 1.4rem);
  }
}
@media (max-width: 932px) {
}
@media (max-width: 600px) {
  .breadcrumb-panel {
    padding-top: 4.5rem;
  }
  .breadcrumb-panel .back-container {
    height: 4rem;
    width: 7rem;
  }
  .breadcrumb-panel .button-back {
    font-size: 1.2rem;
    cursor: pointer;
  }
  .breadcrumb-panel .button-back button {
    width: 2rem;
    height: 2.1rem;
  }
  .breadcrumb-panel .button-back:hover button {
    width: 2.8rem;
    height: 2.9rem;
  }
  .breadcrumb-panel .breadcrumbs {
    font-size: 1.2rem;
  }
  .breadcrumb-panel .breadcrumbs *::after {
    width: calc(100% - 1.4rem);
  }
}

.articles-panel .tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.9rem;
  margin-top: 5rem;
}
.articles-panel .tag {
  text-transform: uppercase;
  padding: 0.8rem 1rem;
  line-height: 1.9rem;
  background-color: #7878784a;
  border-radius: 2.4rem;
  font-weight: 700;
  color: #000000;
  font-size: 1.4rem;
}

@media (max-width: 1280px) {
  .articles-panel .tags {
    align-items: center;
    margin-top: 5rem;
  }
  .articles-panel .tag {
    line-height: 1.5rem;
    font-size: 1.4rem;
  }
}
@media (max-width: 600px) {
  .articles-panel .tags {
    gap: 1.4rem 1.9rem;
    margin-top: 3.3rem;
  }
  .articles-panel .tag {
    line-height: 1.5rem;
    font-size: 1.1rem;
  }
}

.articles-panel.articles {
  padding-top: 7.1rem;
}
.articles-container {
  padding-bottom: 18rem;
  display: flex;
  align-items: center;
  gap: 5.5rem;
  flex-wrap: wrap;
  height: auto;
}

.articles-pagination {
  padding-bottom: 9rem;
}

.article {
  transition: 0.3s linear;
  position: relative;
  width: 55rem;
  height: 57.3rem;
  padding: 6.9rem 6.6rem 2.7rem;
  border-radius: 3.7rem;
  background: rgba(0, 61, 76, 0.1);
  display: flex;
  flex-direction: column;
  gap: 2.7rem;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 2rem 0.8rem -0.4rem transparent;
}
.article:hover {
  transform: translateY(-2rem);
  box-shadow: 0 4rem 4.8rem -2.4rem rgba(0, 0, 0, 0.2);
  /* transform: scale(1.03);
  box-shadow: 0 1 1 -2.4rem rgba(0, 0, 0, 0.2); */
}
.article .tag-container {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  gap: 1.9rem;
  left: 2.3rem;
  top: 2.2rem;
}
.article .tag {
  display: block;
  font-weight: 400;
  gap: 9px;
}
.desctop .article,
.mobile .article {
  transform-origin: center;
}
.article .text {
  font-size: 1.6rem;
  line-height: 133%;
  font-weight: 400;
}
.article .title {
  font-size: 2.1rem;
  line-height: 133%;
  font-weight: 400;
}
.article .img {
  width: 100%;
  height: 25rem;
  border-radius: 17.7rem;
  overflow: hidden;
}
.article .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.article .date {
  font-size: 1.6rem;
  line-height: 133%;
  opacity: 0.5;
}
.article .read {
  width: 100%;
  position: relative;
  position: relative;
  font-size: 2rem;
  font-weight: 400;
  line-height: 133%;
  text-transform: uppercase;
  color: #003d4c;
}
.article .read::after {
  content: "";
  position: absolute;
  width: 100%;
  background: #003d4c;
  color: #003d4c;
  height: 0.1rem;
  bottom: 0;
  left: 0;
  transition: 0.3s linear;
  opacity: 0;
  visibility: hidden;
}
.article:hover .read::after {
  opacity: 1;
  visibility: visible;
}

.articles-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 4.3rem;
}
.articles-pagination .arrow-container {
  width: 14.2rem;
  height: 14.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.articles-pagination .arrow {
  border: 0.1rem solid #003d4c;
  background: transparent;
  border-radius: 100rem;
  padding: 3.8rem;
  color: #003d4c;
  fill: #003d4c;
}
.articles-pagination .arrow svg {
  transition: 0.2s linear;
}
.articles-pagination .arrow:hover {
  border: 0.1rem solid #003d4c;
  background: transparent;
  padding: 5.3rem;
}
.articles-pagination li {
  cursor: pointer;
}
.articles-pagination .pagination-page {
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 4.788rem;
  text-align: center;
  transition: 0.3s linear;
}
.articles-pagination .pagination-page:hover {
  opacity: 0.7;
}
.articles-pagination .pagination-page.active {
  color: #e04e3a;
}
.articles-pagination .pagination-page.ellipsis {
  cursor: default;
}
@media (max-width: 1280px) {
  .articles-panel.articles {
    padding-top: 7.35rem;
  }
  .articles-container {
    padding-bottom: 9.2rem;
    gap: 5rem 9.5rem;
    justify-content: center;
    align-items: flex-start;
  }

  /* article */
  .article {
    position: static;
    width: 48rem;
    padding: 1.6rem 4.6rem 1.4rem;
    gap: 1.5rem;
    height: auto;
    max-height: 100%;
  }
  .article .tag-container {
    gap: 1.5rem 1.9rem;
    position: static;
    align-self: flex-start;
    margin-left: -2rem;
    left: 0;
    top: 0;
  }
  .article .tag {
    /* display: flex */
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.596rem;
  }
  .article .title {
    font-size: 1.8rem;
  }
  .article .text {
    font-size: 1.4rem;
  }
  .article .read {
    font-size: 1.8rem;
  }
  .article .img {
    height: 15.264rem;
    width: 25.521rem;
  }
  /* pagination */

  .articles-pagination {
    gap: 5rem;
    padding-bottom: 6rem;
  }
  .articles-pagination .arrow-container {
    width: 10rem;
    height: 10rem;
  }

  .articles-pagination .arrow {
    padding: 3.4rem 3.4rem;
    width: auto;
    height: auto;
  }
  .articles-pagination .arrow:hover {
    padding: 4rem 4rem;
    width: auto;
    height: auto;
  }
  .articles-pagination .arrow svg {
    height: 1.6rem;
    width: 1.6rem;
  }

  .articles-pagination .pagination-page {
    font-size: 3.3rem;
    line-height: 4.389rem;
  }
}
@media (max-width: 768px) {
  .article {
    width: 44rem;
  }
}
@media (max-width: 600px) {
  .articles-panel.articles {
    padding-top: 3.5rem;
  }
  .articles-container {
    padding-bottom: 4.65rem;
    gap: 3.5rem;
  }

  /* article */
  .article {
    padding: 1.5rem 1.8rem 1.35rem;
    gap: 1.75rem;
    height: auto;
    width: 55rem;
  }
  .article .tag-container {
    gap: 1.5rem 1.9rem;
    align-self: center;
    margin-left: 0;
    justify-content: center;
  }
  .article .tag {
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.197rem;
    margin-left: 0;
  }
  .article .title {
    font-size: 1.4rem;
  }
  .article .text {
    font-size: 1.4rem;
  }
  .article .read {
    font-size: 1.6rem;
  }
  .article .img {
    height: 15.2rem;
  }

  /* pagination */

  .articles-pagination {
    gap: 0rem;
    justify-content: space-between;
    padding-bottom: 4.54rem;
  }
  .articles-pagination .arrow-container {
    width: 5.2rem;
    height: 5.2rem;
  }

  .articles-pagination .arrow {
    padding: 1rem 1rem;
    width: auto;
    height: auto;
  }
  .articles-pagination .arrow:hover {
    padding: 1.5rem 1.5rem;
    width: auto;
    height: auto;
  }
  .articles-pagination .arrow svg {
    height: 1.6rem;
    width: 1.6rem;
  }

  .articles-pagination .pagination-page {
    font-size: 1.6rem;
    line-height: 4.788rem;
  }
}

@media (max-width: 932px) and (max-height: 430px) and (orientation: landscape) {
  .article {
    padding: 1.9rem 1rem 1.7rem;
    width: 33rem;
    height: 46rem;
    gap: 1rem;
  }
}

footer {
  background: #4a4848 !important;
}

/* End */


/* Start:/bitrix/templates/teem/components/bitrix/news/articles/bitrix/news.list/.default/style.css?17617373822425*/
div.news-list {
  word-wrap: break-word;
}
div.news-list img.preview_picture {
  float: left;
  margin: 0 4px 6px 0;
}
.news-date-time {
  color: #486daa;
}
.conteiner.search {
  margin-top: 5rem;
}
.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.6rem;
  margin-bottom: 1.8rem;
}
.suggestions {
  background: white;
  border: 0.1rem solid #ccc;
  position: absolute;
  width: 100%;
  z-index: 5;
  border-radius: 0rem 0rem 1rem 1rem;
}
.suggestions.text {
  font-size: 1.6rem;
  line-height: 133%;
  font-weight: 400;
}
.suggestion-item {
  padding: 0.6rem 1rem;
  cursor: pointer;
  border-radius: 0rem 0rem 1rem 1rem;
}
.suggestion-item:hover {
  background: #f0f0f0;
}
.tags {
  margin-top: 1rem;
}
.tag {
  border: none;
  background: #eee;
  padding: 0.6rem 1.2rem;
  margin: 0.4rem;
  border-radius: 2rem;
  cursor: pointer;
}
.tag.active {
  background: #013;
  color: white;
}
.title {
  font-size: 2.2rem;
  font-weight: 650;
  letter-spacing: 0.3px;
}
.search-panel {
  border-radius: 1.4rem;
}
.search-row {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
}
.search-box {
  position: relative;
  width: 100%;
}
.search-input {
  width: 100%;
  padding: 1.2rem 4.4rem 1.2rem 4.2rem;
  border-radius: 1rem;
  border: 0.1rem solid var(--sec-col);
  background: rgba(0, 61, 76, 0.1);
  color: var(--sec-col);
  outline: none;
  transition: border-color 0.15s ease;
}
@media (max-width: 600px) {
  .search-input {
    padding: 1.2rem 2.4rem 1.2rem 4.2rem;
  }
}
.search-input:focus {
  border-color: var(--primary);
}
.search-input.text {
  font-size: 1.6rem;
  line-height: 133%;
  font-weight: 400;
}
@media (max-width: 600px) {
  .search-input.text {
    font-size: 1.2rem;
  }
}
.search-icon {
  position: absolute;
  left: 1.2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.8rem;
  height: 1.8rem;
  opacity: 0.8;
}
.clear-btn {
  position: absolute;
  right: 0.8rem;
  top: 50%;
  transform: translateY(-53%);
  border: none;
  background: transparent;
  color: var(--sec-col);
  cursor: pointer;
  padding: 0.6rem;
  transition: background 0.15s;
}
.clear-btn:hover {
  background: rgba(255, 255, 255, 0.06);
}
.tag-input {
  width: 100%;
  padding: 1rem 1.2rem;
  border-radius: 1rem;
  border: 0.1rem dashed var(--sec-col);
  background: #10121a;
  color: var(--sec-col);
  outline: none;
}

/* End */
/* /bitrix/templates/teem/css/articles.css?173279441012145 */
/* /bitrix/templates/teem/components/bitrix/news/articles/bitrix/news.list/.default/style.css?17617373822425 */
