.section-news-index {
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .section-news-index .news-filters {
    padding-top: 130px;
    padding-bottom: 78px;
  }
}
.section-news-index .news-filters .form-filter {
  display: flex;
  align-items: center;
  text-align: center;
  gap: 32px;
  max-width: 1100px;
}
@media (max-width: 575.98px) {
  .section-news-index .news-filters .form-filter {
    flex-direction: column;
    align-items: start;
    gap: 16px;
  }
}
.section-news-index .news-filters .form-filter .text {
  font-size: 16px;
  line-height: normal;
  font-weight: 500;
}
.section-news-index .news-filters .form-filter .select-group {
  display: flex;
  align-items: center;
  position: relative;
}
.section-news-index .news-filters .form-filter .select-group .text {
  width: -moz-fit-content;
  width: fit-content;
  text-wrap: nowrap;
  padding-right: 5px;
}
.section-news-index .news-filters .form-filter .select-group .form-select {
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 15px;
  background-position-x: 100%;
  position: relative;
  top: 1.5px;
  background-image: none;
  cursor: pointer;
  z-index: 2;
  height: 20px;
}
.section-news-index .news-filters .form-filter .select-group .form-select:open + svg {
  rotate: 180deg;
}
.section-news-index .news-filters .form-filter .select-group .form-select option {
  padding: 8px;
}
.section-news-index .news-filters .form-filter .select-group svg {
  position: absolute;
  right: 0;
  top: 8px;
  z-index: 1;
  rotate: 0;
  transition: 0.3s ease rotate;
}
.section-news-index .news-filters .form-filter .form-group {
  display: flex;
  align-items: center;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 16px;
}
.section-news-index .news-filters .form-filter .form-group .form-control {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  z-index: 2;
}
.section-news-index .news-filters .form-filter .form-group svg {
  position: absolute;
  right: 15px;
  cursor: pointer;
  z-index: 1;
}
.section-news-index .news-filters .form-filter .form-control,
.section-news-index .news-filters .form-filter .form-select {
  background-color: transparent;
  border: none;
  color: #4e4e4e;
  margin: 0;
  padding: 0;
  height: -moz-fit-content;
  height: fit-content;
}
.section-news-index .news-items {
  padding-top: 5px;
}
@media (min-width: 992px) {
  .section-news-index .news-items {
    padding-bottom: 70px;
  }
}
.section-news-index .selected-custom {
  width: -moz-fit-content;
  width: fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0;
  position: relative;
  z-index: 2;
}
.section-news-index .selected-custom .btn-list-forms {
  font-size: 15px;
  font-weight: 400;
  color: #4e4e4e;
  padding: 0;
}
.section-news-index .selected-custom .btn-list-forms .container-label {
  justify-content: start;
  gap: 8px;
}
.section-news-index .selected-custom .btn-list-forms .container-label .label {
  opacity: 1;
  font-weight: 400;
}
.section-news-index .selected-custom .btn-list-forms .container-label p {
  margin: 0;
}
.section-news-index .selected-custom .form-list {
  left: 0;
  position: absolute;
  z-index: 1;
  border: 0;
  width: -moz-max-content;
  width: max-content;
}
.section-news-index .selected-custom .form-list .form-item {
  font-size: 15px;
}
.section-news-index .selected-custom .form-list.active {
  border: 1px solid #4e4e4e;
}
.section-news-index .form-group {
  z-index: 1;
}

.section-news-show .title-container .title {
  max-width: 900px;
  margin: 0 auto;
  margin-bottom: 17px;
  text-align: center;
}
.section-news-show .title-container .text {
  font-size: 15px;
  text-align: center;
  margin-bottom: 37px;
}
.section-news-show .image-container {
  max-width: 1000px;
  max-height: 500px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  margin-bottom: 37px;
}
.section-news-show .image-container .image-news {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 10px;
}
@media (min-width: 992px) {
  .section-news-show .image-container {
    margin-bottom: 66px;
  }
}
.section-news-show .text-container {
  max-width: 900px;
  margin: 0 auto;
}
.section-news-show p {
  font-size: 16px;
  line-height: 26px;
}
.section-news-show .line {
  max-width: 950px;
  width: 100%;
  margin: 28px auto;
  height: 2px;
  background-color: #dcdce1;
  opacity: 1;
  border: none;
}
.section-news-show .share {
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  gap: 12px;
}
@media (min-width: 992px) {
  .section-news-show .share {
    margin-bottom: 95px;
  }
}
@media (min-width: 992px) {
  .section-news-show .section-news {
    padding-top: 90px;
    padding-bottom: 120px;
  }
}