.news {
  padding-top: 2rem;
}

.news--wrapper {
  display: flex;
  justify-content: space-between;
}

.news--main {
  width: 66%;
  background-color: #fff;
}

.news--header {
  border-bottom: 1px solid #ccc;
}

.news--aside {
  width: calc(33% - 1rem);
}

.news--title_container {
  font-family: "Gilroy";
  padding: 0 1.25rem;
}

.news--title_container h1 {
  margin: 0.5rem 0;
}

.news--summary_container {
  font-family: "Helvatica";
  padding: 0 1.25rem;
}

.news--summary_container h2 {
  margin: 0.5rem 0;
  font-size: 1.25rem;
  font-weight: 400;
}

.news--image {
  width: calc(100% - 2rem);
  margin: 0 1rem;
}

.news--social {
  margin-left: auto;
  display: flex;
  justify-content: end;
  font-size: 2.25rem;
  padding: 0.5rem 1rem 0.5rem 0;
  border-bottom: 1px solid #ccc;
}

.news--social a:first-of-type {
  margin-left: 1rem;
}

.news--social a {
  display: block;
  height: 1em;
  margin-left: 0.75rem;
}

.news--content_container {
  font-family: "Helvatica";
  font-size: 1.25rem;
  padding: 0.75rem 1.25rem;
  line-height: 1.5;
}

.news--content_container img {

width:100% !important;
height:auto !important;

}

.news--related_galleries_container_title {
  width: 100%;
  font-family: "Gilroy";
  font-size: 1.25rem;
}
.news--related_galleries_container_title p {
  margin-bottom: 0.5rem;
}
.news--related_galleries {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 1rem;
}

.news--related_gallery_item {
  width: calc(50% - 0.75rem);
  margin-bottom: 1rem;
}

.news--related_gallery_photo {
  width: 100%;
  height: 193px;
  object-fit: cover;
}

.news--related_gallery_title {
  font-family: "Helvatica";
  margin: 0.25rem 0;
}

.news--aside_swiper-container {
  background-color: #fff;
  padding-top: 0.5rem;
}

.news_aside_swiper .swiper-slide {
  display: flex;
  justify-content: center;
}

.news_aside_swiper .swiper-slide a {
  width: min-content;
  display: block;
}

.news_aside_swiper .swiper-slide figure {
  width: 340px;
  height: 185px;
}

.news--aside_swiper_img {
  width: 340px;
  height: 185px;
  object-fit: cover;
}

.news_aside_title {
  height: 68px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "Gilroy";
  font-size: 1.25rem;
  line-height: 1.75rem;
  margin: 0 0 0.75rem 0;
  padding: 0.5rem 0.75rem 0.25rem 0.75rem;
  color: #222;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}

.news--aside_swiper-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 2.25rem;
  color: red;
}

.news--aside_prev,
.news--aside_next {
  cursor: pointer;
  user-select: none;
  margin: 0 0.5rem;
}

.news--aside_swiper-controls .swiper-pagination-bullet-active {
  background-color: red !important;
}

.news--aside_pagination {
  width: unset !important;
  display: flex;
  align-items: center;
}

.aside--single_news_wrapper a {
  margin-bottom: 1rem;
  display: block;
}

.aside_single_new h3 {
  font-family: "Helvatica";
  font-weight: 700;
  font-size: 1.25rem;
  margin: 1rem 0 0.5rem 0;
}

.aside--single_new_img {
  width: 355px;
  height: auto;
  object-fit: cover;
}

.aside--single_new_text {
  background-color: #fff;
  padding: 1rem 1rem 1.5rem;
}

.aside--single_new_text h3 {
  font-family: "Gilroy";
  font-weight: 800;
  margin: 0;
  font-size: 18px;
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.comments--break {
  height: 1.25rem;
  width: 100%;
  background-color: #f4f4f4;
}

.comments--container {
  background-color: #fff;
  margin-top: 1.25rem;
  padding: 0 1.25rem 1rem 1.25rem;
}

.comments--title {
  font-family: "Helvatica";
  font-weight: 700;
  font-size: 1.25rem;
}

.comments--form_container {
  font-family: "Helvatica";
  margin-top: 1rem;
}

.comments--input_container {
  margin-bottom: 0.75rem;
  position: relative;
}

.comments--input_container.button_container {
  display: flex;
  align-items: center;
}

.comments--input_container label {
  display: block;
  width: 100%;
  margin-bottom: 0.25rem;
  font-weight: 600;
}

.comments--input_container textarea {
  width: 100%;
  resize: vertical;
  border: 1px solid #ccc;
  border-radius: 2px;
  padding: 0.5rem 1ch;
  height: 14ex;
  font-family: Arial, Helvetica, sans-serif;
  transition: 0.1s linear;
}

.comments--input_container input[type="text"] {
  width: 100%;
  padding: 0.5rem 1ch;
  border: 1px solid #ccc;
  border-radius: 2px;
  font-family: Arial, Helvetica, sans-serif;
  transition: 0.1s linear;
}

.comments--input_container input:focus,
.comments--input_container textarea:focus {
  outline: none;
  border-color: #5c9dff;
  -webkit-box-shadow: 0px 0px 4px 0px #5c9dff;
  -moz-box-shadow: 0px 0px 4px 0px #5c9dff;
  box-shadow: 0px 0px 4px 0px #5c9dff;
}

.comments--input_container input[type="checkbox"] {
  transform: translateY(-2px);
  margin-left: 0.5rem;
}

.comments--button-submit {
  background-color: #3256a1;
  color: #fff;
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
  border: none;
  margin-left: auto;
  flex-shrink: 0;
}

.comments--comments_container {
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
  font-family: Arial, Helvetica, sans-serif;
}

.comments--comments_item {
  border-bottom: 2px solid #eee;
  margin-bottom: 0.75rem;
}

.comments--comments_name {
  font-weight: 700;
  color: #222;
}

.comments--comments_content {
  color: #333;
  font-size: 0.9rem;
}

.comments--comments_reactions {
  margin-bottom: 0.5rem;
}

.comments--comments_reactions_list {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
  width: 100%;
  justify-content: end;
  font-size: 13px;
}

.comments--comments_reactions_list li {
  margin-left: 1rem;
  position: relative;
}

.comments--comments_reactions_list li:not(:first-of-type)::before {
  content: "\25CF";
  position: absolute;
  left: -0.75rem;
  top: 0;
  color: #777;
}

.comments--comments_reactions_list li a {
  color: #8f8f8f;
}

.comments--no_comment {
  color: #333;
  font-weight: 300;
}

.comments--no_comment a {
  color: #222;
  font-weight: 600 !important;
}

.comments--form_title {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.1rem;
  margin: 1rem 0;
}

.comments_form_error {
  font-size: 0.75rem;
  color: red;
  position: relative;
  opacity: 0;
}

.accept_terms_error {
  position: absolute;
  margin-top: 2px;
}

.swal-modal {
  font-family: Arial, Helvetica, sans-serif;
}

.news--related_news_title {
  font-family: "Gilroy";
  padding: 0.75rem 1.25rem;
  font-size: 1.25rem;
}

.news--related_news_item {
  margin-bottom: 0.75rem;
}

.news--related_news_item_text_container {
  width: 100%;
}

.news--related_news_item_title {
  margin: 1rem 0 0.5rem 0.75rem;
  font-family: "Gilroy";
}

.ri_cok2 a {
  display: flex;
}
.news--related_news_item_summary {
  margin: 0.25rem 0 0.25rem 0.75rem;
  height: 68px;
  font-family: "Helvatica";
  font-weight: 400;
}
