

/* Start:/local/templates/main/components/bitrix/news.list/news.main.page/style.css?17670733893620*/
/* .articles_main_section {
    margin-bottom: 6.25rem;
}

.section-title {
    margin-bottom: 44px;
}

.article-container {
    display: flex;
    flex-direction: column;
    gap: 16px;
    height: 184px;
    border: solid 1px #EF9004;
    border-radius: 24px;
    padding: 16px 10px;
    transition: all 0.5s;
}

.article-date {
    font-size: 20px;
    line-height: 32px;
    color: #EF9004;
}

.article-date i {
    margin-right: 14px;
}

.article-title {
    font-size: 20px;
    font-weight: 700;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-clamp: 1;
    box-orient: vertical;
}

.article-preview-text {
    font-size: 20px;
    line-height: 32px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    box-orient: vertical;
}*/

.articles_main_section a {
  text-decoration: none;
}

.show-all-button {
    margin-top: 44px;
    margin-bottom: 44px;
}

.show-all-btn {
    padding: 10px 20px;
    border: solid 1px #EF9004;
    border-radius: 24px;
    color: #EF9004;
    font-size: 20px;
    transition: all 0.3s;
}

.show-all-btn:hover {
    background-color: #EF9004;
    color: #FFFFFF;
}

/*.article-container:hover {
    transform: scale(1.015);
} */

.article-container {
  padding: 16px;
  background-color: #ECECEC;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: all 0.3s;
  height: 100%;
}

.article-container:hover {
  background-color: #F9E8CE;
}

.article-img-container {
  width: 256px;
  height: 128px;
  border: solid 1px #EF9004;
  border-radius: 24px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  margin-bottom: 12px;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.article-img-container img{
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
}

.article-name {
  color: #EF9004;
  text-decoration: underline;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* Установите нужное количество строк */
  overflow: hidden;
}

.article-author {
  font-weight: 500;
  font-size: 18px;
}

.article-date {
  font-weight: 500;
  font-size: 18px;
  color: #000000;
}

.article-date-readtime {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  color: #000000;
}

.hr.article {
  border-color: #EF9004;
}

/* .p_wrapper_fw {
  position: relative;
}

.p_wrapper_fw .article-img-container {
  border: solid 1px #EF9004;
  border-radius: 24px;
  position: relative;
  max-width: 256px;
  min-width: 256px;
  height: 128px;
  line-height: 128px;
  margin: 0 auto;
  padding: 0px;
  vertical-align: middle;
  text-align: center;
  zoom: 1;
  display: block;
}

.p_wrapper_fw img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 0;
  vertical-align: middle;
  max-width: 100%;
} */



@media (max-width: 992px) {

    .article-container {
        gap: 8px;
        /* height: 120px; */
        padding: 10px 10px;
    }

    .article-date {
        font-size: 15px;
        line-height: 20px;
    }

    .article-title {
        font-size: 15px;
        font-weight: 700;
    }

    .article-preview-text {
        font-size: 15px;
        line-height: 20px;
    }

    .show-all-button {
        margin-top: 22px;
    }

    .show-all-btn {
        padding: 8px 16px;
        font-size: 15px;
    }
}
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/tizer/style.css?1767073389322*/
section.teaser {
    margin-bottom: 6.25rem;
}

.teaser-greeting {
    margin-bottom: 44px;
}

.teaser-text {
    font-size: 18px;
    line-height: 24px;
}

@media (max-width: 991px) {
    .teaser-greeting {
        margin-bottom: 24px;
    }

    .teaser-text {
        font-size: 15px;
        line-height: 20px;
    }
}
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/site.sections/style.css?17670733891069*/
.site_sections_section {
    margin-bottom: 100px;
}

.section-container {
    padding: 24px;
    background-color: #F0ECEA;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    transition: all 0.5s;
    box-sizing: border-box;
    height: 100%;
    text-decoration: none;
}

.section-title {
    margin-bottom: 44px;
}

.section-image {
    display: flex;
    justify-content: center;
}

.section-image-container {
    padding: 6px;
    background-color: #F9E8CE;
    border-radius: 50%;
    width: fit-content;
    height: fit-content;
}

.section-name {
    font-size: 18px;
    font-weight: 500;
    color: #000000;
}

.section-preview-text {
    color: #000000;
}

.section-container:hover {
    transform: scale(1.035);
    background-color: #e3e1df;
    /* border: solid 1px #EF9004; */
}

@media (max-width: 992px) {
    .section-container {
        padding: 8px;
        gap: 6px;
        height: 100%;
    }

    .section-name {
        font-size: 14px;
    }

    .section-preview-text {
        font-size: 12px;
    }
}
/* End */
/* /local/templates/main/components/bitrix/news.list/news.main.page/style.css?17670733893620 */
/* /local/templates/main/components/bitrix/news.list/tizer/style.css?1767073389322 */
/* /local/templates/main/components/bitrix/news.list/site.sections/style.css?17670733891069 */
