body{
  font-family: 'Roboto', sans-serif;
}


.topmenu{
	display: flex;
}

.coral_warning{
  background: #129d49 !important; 
}

.coral_warning-2{
  background: #ed400c !important; 
}


.text_news_zogolovok{
  font-weight: bold;
  font-weight: 400;
  margin: 0 auto;
  width: 80%;
  font-size: 26px;
  padding-bottom: 20px;
}



.zаgolovok{
  
  padding-top: 15px;
  margin: 0 auto;
  width: 50%;
  font-weight: bold;
	font-weight: 400;
	text-align: center;
	
}

body{

  min-width: 320px;
    font-family: sans-serif;
    font-size: 18px;
    line-height: 1.15;
    color: #231815;
    background: #fff;
    overflow-x: hidden;
    overflow-y: auto; 
}

.topmenu{
  display: flex;
  width: 100%;
}

.slider {
  border-radius: 15px;
  background: rgba(111,111,111, 0.1);
  padding-top: 25px;
  position: relative;
}

.slider__container {
  overflow: hidden;
}

.slider__wrapper {
  /* overflow: hidden; */
}

.slider__items {
  display: flex;
  transition: transform 0.5s ease;
  will-change: transform;
}

.slider_disable-transition {
  transition: none;
}

.slider__item {

  flex: 0 0 100%;
  max-width: 100%;
  user-select: none;
  will-change: transform;
}

/* кнопки влево и вправо */

.slider__control {
  position: absolute;
  top: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 50px;
  color: #fff;
  text-align: center;
  background: rgb(0 0 0 / 20%);
  border: none;
  transform: translateY(-50%);
  cursor: pointer;
}

.slider__control_hide {
  display: none;
}

.slider__control[data-slide="prev"] {
  left: 0;
}

.slider__control[data-slide="next"] {
  right: 0;
}

.slider__control:hover,
.slider__control:focus {
  color: #fff;
  text-decoration: none;
  background: rgb(0 0 0 / 30%);
  outline: 0;
}

.slider__control::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.slider__control[data-slide="prev"]::before {
  background-image: url("../Img/control-7-70386.png");
}

.slider__control[data-slide="next"]::before {
  background-image: url("../Img/control-1-70368.png");
}

/* индикаторы */

.slider__indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  margin: 0 15%;
  padding-left: 0;
  list-style: none;
}

.slider__indicators li {
  flex: 0 1 auto;
  box-sizing: content-box;
  width: 30px;
  height: 5px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgb(255 255 255 / 50%);
  background-clip: padding-box;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  cursor: pointer;
}

.slider__indicators li.active {
  background-color: rgb(255 255 255 / 90%);
}


#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: red; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}

#myBtn:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}



.accordion-wrapper {

  display: block;
  box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.2);
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 12px;
}

.accordion-wrapper:hover{
  
}

.accordion + .title {

  user-select: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 19px;
  background: #b92a3e;
}

.accordion ~ .title strong {

  line-height: 24px;
  color: white;
}

.accordion ~ .title .side-icon {
  display: block;
}

.accordion:checked ~ .title .side-icon {
  display: none;
}

.accordion ~ .title .down-icon {
  display: none;
}

.accordion:checked ~ .title .down-icon {
  display: block;
}

.accordion ~ .content {
  display: none;
  padding: 25px;
  cursor: pointer;
}

.accordion:checked ~ .content {
  display: block;
}

.text-label-Upper-Class{
  font-size: 20px;
  font-weight: 600;
  margin: 15px;

}



button{

  width: auto;
  font-size: 18px;
  font-weight: 600;
  padding: 10px;
  border-radius: 15px;
}

button:hover{
  box-shadow: 2px 2px 2px 2px grey;
  background: black;
  color: white;
}


.aligin_items{
  margin-top: 10px;
  text-align: center;
}