body {margin:0; padding:0;}

.style1 {
	text-align: center;
}
.style3 {
	color: #FFFFFF;
}
.style2 {
	background-color: #006600;
}
.style5 {
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: small;
}
.style6 {
	color: #008000;
}
.style7 {
	font-size: xx-large;
	color: #008000;
}
.style8 {
	border: 1px solid #FFFFFF;
}
.style10 {
	font-family: Arial, sans-serif;
	font-size: 12pt;
	color: #008000;
}
.style72 {
	font-family: Arial;
}
a {
	color: #C75000;
	text-decoration: none;
}
a:hover {
	color: #008000;
	text-decoration: none;
}
.style74 {
	text-decoration: none;
}
.style79 {
	font-family: Arial, Helvetica, sans-serif;
}
.style80 {
	font-size: medium;
}
.style81 {
	line-height: 115%;
	font-family: Arial, sans-serif;
	letter-spacing: -.1pt;
}
.style82 {
	text-decoration: none;
	color: #000000;
}
.style83 {
	border-style: solid;
	border-width: 1px;
}
.style84 {
	line-height: 115%;
	font-family: Arial, sans-serif;
	letter-spacing: -.1pt;
	font-size: 16pt;
	color: #008000;
}

.style91 {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	color: #008000;
}
.style94 {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	color: #006600;
}
.style93 {
	color: #006600;
}

body {
	
	background-position: 0% 0%;
	font: 13px Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FEFA8B;
	background-repeat: repeat-x;
	background-attachment: scroll;
}

.style95 {
	color: #006600;
	text-decoration: none;
}
.style96 {
	font-family: Arial;
	font-size: x-large;
	color: #006600;
}
.style97 {
	color: #008000;
	font-size: large;
}
.style98 {
	line-height: 115%;
	font-family: Arial, sans-serif;
	letter-spacing: -.1pt;
	font-size: medium;
	color: #008000;
}
.style99 {
	color: #006600;
	font-size: large;
}
.fontstyle0
{
	font-family:Times New Roman,Bold;
	font-size:14pt;
	font-style:normal;
	font-weight:bold;
	color:rgb(0,0,0);
}
.style100 {
	font-family: Arial;
	font-size: medium;
	font-style: normal;
	font-weight: bold;
	color: rgb(0, 102, 0);
}
.style101 {
	color: #006600;
	font-weight: bold;
}
.style102 {
	font-size: medium;
	font-weight: bold;
	color: #006600;
}
.style103 {
	color: #FF6600;
	font-size: medium;
}
.style104 {
	color: #006600;
	font-size: medium;
}
.style105 {
	font-weight: bold;
	text-decoration: none;
	color: #006600;
}
.style106 {
	color: #FFFFBF;
}
.style107 {
	font-size: medium;
	background-color: #FFFFBF;
}
.style108 {
	border-width: 0px;
}
.style109 {
	font-family: Arial, sans-serif;
	font-size: 12pt;
	color: #006600;
}
.style110 {
	color: #008000;
	font-size: medium;
}
.style111 {
	text-decoration: none;
	color: #008000;
}


.style74 {
	text-align: left;
}

.style79 {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFBF;
	
}


.style75 {
	font-family: Arial, Helvetica, sans-serif;
}
.style76 {
	font-size: medium;
}
.style77 {
	color: maroon;
	text-align: left;
}
.style78 {
	background-color: #FFFFBF;
}

h3 {font-size:18px;}

p {box-sizing: content-box;
width: 100%;}

* {box-sizing: border-box;}
body {font-family: "Lato", sans-serif;}

/* Style the tab */
.tab {
    float: left;
    /*border: 1px solid #ccc;*/
   /* background-color: #f1f1f1;*/
    width: 100%;
    height: 300px;
}

/* Style the buttons inside the tab */
.tab button {
    display: block;
    background-color: inherit;
    color: #C75000;
    padding: 22px 16px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
   background-color: rgba(0,222,0,0.36);
   border-radius: 5px;
}

/* Create an active/current "tab button" class */
.tab button.active {
    background-color:  rgba(0,157,0,0.5);
	border-radius: 5px;
}

/* Style the tab content */
.tabcontent {
    float: left;
    padding: 0px 12px;
    /*border: 1px solid #ccc;*/ 
    width: 98%;
    border-left: none;
    height: 300px;
}


.news_wraper {
display: flex;
width: 100%;
border:0.5px maroon solid;
border-radius:5px;
background-color: #fff;
margin-bottom: 15px;x
}

.left_side {
width: 400px;
}


.left_side > img {
border-radius:5px;
margin:10px;
}

.right_side {
width: 880px;
}

.right_side>h3 {
color: maroon;
text-align: center;
}
.right_side > p {
padding-right:20px;
font-size: medium;
text-align: justify;
}







/* ----------------------------------- */

.news-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
}

/* .news-container a {text-decoration: none; margin:0; padding:0;} */

.news-card {
  background: white;
  border-radius: 20px;
  border: 0.5px solid #aaa;
  overflow: hidden;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  width: calc(30% - 18px);
/*   min-width: 300px; */
/*   max-width: 400px; */
  
}

.news-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.12);
}

.news-card img {
  width: 100%;
  height: 270px;
  object-fit: cover;
  display: block;
}

.card-content {
  padding: 15px;
}

.card-content h3 {
  font-size: 1.2rem;
  margin-bottom: 8px;
  color: #1a1a1a;
  font-weight: 600;
}

.card-date {
  font-size: 0.9rem;
  color: #777;
  margin-bottom: 10px;
}

.card-text {
  font-size: auto;
  color: #555;
  line-height: 1.2;
  text-align: justify;
}

/* Адаптивность */
@media (max-width: 1024px) {
  .news-card {
    width: calc(40% - 12px);
  }
  
  .news-card img {
  width: 100%;
  height: 500px;
  }
}

@media (max-width: 768px) {
  .news-card {
    width:calc(100% - 16px);
  }
}